*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    transition: all .5s;   
    }
  
  body {
    font-family: poppins, sans-serif;
    line-height: 1.6;
    margin: 0;
   
  }

  .content {
    max-width: auto;
    margin: 0;
    padding: 0;

  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    color: white;
    margin-left: 12%;
    margin-right: 12%;
  }
  
  .logo img {
    
        width: 234.783px;
        height: 135px;
        flex-shrink: 0;
        aspect-ratio: 234.78/135.00;
    
    }

    .btn-login {
        width: 148px;
        height: 46px;
        flex-shrink: 0;
        border-radius: 20px;
        border: 1px solid var(--negro-urielty, #1A1A1A);
        display:inline-block;
        text-align: center;
        padding:10px;
        color: #1A1A1A;
     
    }

.btn-login:hover { 
    background-color:#FFC600 ;
    color: #1A1A1A;

}  


/** menú **/

.fa-bars {
  content: url(images/bars.webp);

}
  
.nav-bar {
    background-color: #212121;   
    
} 

.checkbtn {

cursor: pointer;
display: none;

}

#check{
  display: none;
} 
    
  .menu  {
    display: flex;
    list-style: none;
    gap: 20px;
    width: 100%;
    margin: 0 10px;
    justify-content: center;
     
  }
  
  .menu a {
    color: white;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    padding:  15px 50px;  
    display:block;
    font-weight: 500;
    line-height: normal;
    
    
  }

.menu ul li a:hover {
    color: #FFC600;
} 
  
/** CONTENIDO **/

/** 1era seccion **/  
  .hero {
    justify-content: space-between;
    background: #000304;
    height: 450px;
    overflow: hidden;

  }
  
  .hero-text {
    color: white;
    width: 30%;
    height: 20%;
    flex-shrink: 0;
    position: relative;
    top: 30%;
    left: 13%;
    
  }

 .hero-text p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
  }
    
  .hero-text h1 {
    color: #FFC600;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 51px; /* 141.667% */
  }

  .hero-text span {
    color: #ffffff;
  }
  
 .hero-img {
    position: relative;
    right: 30px; 
    bottom: 90px;
    width: 80%; 
    
  }

  /** que hacemos **/  
  
  .content-section {
    height: 588px;
    padding: 60px 20px;
    text-align: center;
  }
  
  .cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
  }
  
  .card {
    border: #EAEAEA solid 1px;
    padding: 30px;
    border-radius: 12px;
    max-width: 300px;
  }

  .content-section h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
  
   }


  .card img {
   width: 90px;
   margin: 20px 0 30px 0;
  }

  .card p {
    font-size: 14px;

  }

  /** que solucionamos **/  
  
  .highlight-section {
    background: #ffc800;
    padding: 60px 60px;
    text-align: center;
    background-image: url(images/icono-urielty-para-fondo-oscuro.png);
    background-repeat: no-repeat;
    background-position: center -60px;  
    background-size: 500px 500px;
    background-blend-mode:soft-light;

}

  .highlight-section p {
    width: 40%;
    margin: 0 auto;

  }
 
  
  .highlight-section h3  {
        
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .highlight-section h3 span {
    color: rgb(255, 255, 255);
    
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .highlight-section h4  {
    color: #000;

    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 60%;
    margin: 0 auto;
    padding: 60px 0 10px 0;

  }
  
  .tags {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .tags span {
    background: white;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    width: 303px;
    height:122px ;
    align-content: center;
  }
  
/** como lo hacemos **/  

  #como {
    height: 1030px;
    
  }

  .steps p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;

  }

  .steps img {
    padding:40px 0 ;
    width: 50%;
   
  }

  #como h4  {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 60%;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }

  /** seguridad **/  
  .security-section {
    height:458px ;
  }
  
.seguridad img {
    width:40% ;
    float: left;
    
}

.seguridad h2 {
    position: relative;
    top: 100px;
    left: 90px;
    width: 60%;
}

.seguridad .icono-seguridad {
    width: 40px;
    position: relative;
    left: 85px;
    top: 100px;

}

.seguridad p {
    text-align: left;
    align-content: center;
    width:35% ;
    padding-left: 45px;
    height: 400px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/** quienes somos **/  
.quienes { 
    margin: 80px 0 40px 0;

}

.quienes p {
    text-align: center;

}

.quienes h2 {
    font-size: 36px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
   }

   .quienes-highlight-section {
    background: #ffc800;
    padding: 5% 20% ;
    text-align: center;
    background-image: url(images/icono-urielty.png);
    background-repeat: no-repeat;
    background-position: right center;  
    background-size: 500px 500px;
    height: 330px;

} 

.quienes-highlight-section p {
    float: left;
    background-color: #1A1A1A;
    border-radius:20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
    color: #FFFFFF;
    text-align: left;
    height:190px ;
    width:418px;
    padding: 25px;

}

.quienes-highlight-section h4 {
    float: right;
    width: 360px;
    color: var(--negro-urielty, #1A1A1A);
    text-align: left;
    font-family: Poppins;
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    margin: 20px 50px;

}

/** contacto **/  
.contacto-section {
    padding: 60px 20px;
    text-align: center;
  }
  

  form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 15px;
  }
  
  input, textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  
  button {
    background: #ffc800;
    border: none;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
  }
  /** footer **/  
  footer {
    background: #000;
    color: white;
    text-align: center;
  }
  
  .footer-logo img {
    height:80px ;

  }

   /* FIN ESTILO HOME URIELTY */
  
  
  /* Login */

  .login-container {
    text-align: center;
    margin-bottom: 50px;
  
  }
  
.top-login {
  background-color: #1A1A1A;
  height: 25px;
  width: 1600px;
  display: inline-block;

}

  .logo {
    width: 200px;
  }
  
 
  .login-container p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
  }
  
  .bienvenido {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .login-form {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px 20px;
    max-width: 320px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  .login-form label {
    display: block;
    text-align: left;
    font-weight: 500;
  }
  
  .login-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  
  .login-form button {
    width: 100%;
    background-color: #ffc800;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition:  0.3s;
  }
  
  .login-form button:hover {
    background-color: #e6b800;
  }

   .btn-ingresar-login  {
    background-color: #ffc800;
    border: 1 solid #333;
    color: var(--negro-urielty, #1A1A1A);
    padding: 5px;
    font-weight: normal;
    font-size: 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
  }

   .btn-ingresar-login:hover {
    background-color: #e6b800;
  }
  
  .forgot {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    text-decoration: underline;
  }
  
  .footer-login-logo {
    margin-top: auto;
    background-color: #1a1a1a;
    color: white;
  }
  
  .login-seguridad {
    background-color: #aaa;
    padding: 20px;
    text-align: center;
    
  }
  
  .login-seguridad img {
    width: 60px;
    margin-bottom: 10px;
  }
  
  .login-seguridad p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .footer-login-logo {
    padding: 15px;
    text-align: center;
  }
  
  .footer-login-logo img {
    width: 40px;
  }



/** RESPONSIVE INICIO**/

@media (max-width:1180px)
{

 .logo {
  content: url(images/logo-urielty-vertical.png);
  width: 30%;
 }


 .btn-login {
  content: url(images/icono-ingresar.png);
  width: 45px;
  height: auto;
 }
 
 
.checkbtn {
  display: block;
}

 
.menu {
        position: fixed;
        width: 100%;
        height: 70%;
        background: #5C5C5C;
        top: 115px;
        left: -200%;        
        transition: all .5s;
        z-index: 1;
        padding-top: 20px;
        
      }

.menu  {
        
        display: block;
        margin: 50px 0;
        line-height: 30px;
        
    }      


.menu ul li a{
        font-size: 17px;
        margin-top: 10px;
    }
    li a:hover {
        background: #4d4d4d;
        
    }
#check:checked ~ .menu {
  position:fixed;      
  left:0;
    }

.fa-bars {
  position: relative;
  left: 46%;
  padding: 15px 0;

}

 /** 1ra seccion **/
.hero {
  height: auto;
  background-image: url(images/urielty-banner-inicio1.webp);
  
    background-repeat: no-repeat;
    background-position: center center;
      
 } 

.hero-text {
  width: 81%;
  padding: 20% 0;
 }

.hero-img {
  display: none;

 }

/** que hacemos **/
.content-section {
  height: auto;
  margin: 0 50px;
  width: auto;

 }
 
.cards {
  display: block; 
  align-content: center;

 }

 .card {
  margin: 15px 30px;
 }

/** soluciones **/
  .highlight-section p {
    width: 90%;
    margin: 30px auto;

  }

 .highlight-section h4 {
  width: 90%;
  font-size: 18px;

}
/** cómo lo hacemos **/
.steps p {
  width: 100%;

}

.steps img {
  width: 100%;
 margin: 20px 0;

}
#como {
  height: auto;
}

#como h4 {
  width: 90%;
  font-size: 18px;
}
/** seguridad **/  
.security-section img {
  width: 100%;

}

.security-section {
  display: block;
  height: auto;
  background-color:#f5f5f5;
  overflow: hidden;
  
}

.security-section h2 {
  clear: both;
  margin: 0;
 position: relative;
 left: 180px;
 padding-top: 20px;
 
}

 .seguridad .icono-seguridad {
  position: relative;
  left: 45%;
  width: 60px;
  
 }


.seguridad p {
  width: 80%; 
  margin: 50px 0 0 50px; 

}
/** quienes somos **/  
.quienes {
padding-top: -100px;

}

.quienes p {
  width: 90%;
  padding:0 15px;
  margin:0 30px;
  align-content: center;

}


.quienes-highlight-section {
  width: 100%;
  height: 500px;
  background-image: none;
  padding: 0;

}


.quienes-highlight-section p {
  clear: both;
  justify-content: center;
  position: relative;
  margin: 35px;
 
}

.quienes-highlight-section h4 {
  clear: both;
  position: relative;
  text-align: center;

}


}


