@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body {
  width: 100%;
  height: 600px;
  min-height: 100vh;
  background: url('../img/cabecerabeneficios.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding: auto;
  
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.navbar{
  position: relative;
  margin-top:1%;
  margin-left: 5%;
  width: 100%;
}

.hidden {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 2s ease-out, opacity 2s ease-out;
}

.shown {
  transform: translateX(0%);
  opacity: 1;
  transition: transform 2s ease-in, opacity 2s ease-in;
}
.botones-header.hidden{
  transform: translateX(-100%);
  opacity: 100;
  transition: transform 2s ease-out, opacity 2s ease-out;
  
}  
.botones-header.shown {
  transform: translateX(0%);
  opacity: 1;
  transition: transform 2s ease-in, opacity 2s ease-in;
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background:#4e1743;
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  z-index: -1;

}

.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(167, 31, 157, 0.4), transparent);
  transition: .5s;
}

.header:hover::after {
  left: 100%;
}

.logo{
  font-size: 2rem;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
}

.navbar{
  position: relative;
  margin-top:0.5%;
  margin-left: 5%;
  width: 100%;
}



.navbar a{
  font-size: 1.40rem;
  margin-left: 2%;
  margin-bottom: -25%;
  color: #e6e6e6;
  margin-top: -9%;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Lato', sans-serif,;
}

.navbar a:hover{
  font-weight: bold;
  color: #ffffff;
}

.navbar .rrss{
  width: 10%;
  display: flex;
  margin-left: 600px;
  justify-content: right;
}

.rrss .logos-rrss{
  width: 100%;
  height: auto;
  display: flex;
  margin-right: 135px;
}
.logos-rrss .face{
  position: absolute;
  width: 10%;
  margin-left: -10%;
  margin-top: -1.5%;
}
.logos-rrss .ig{
  position: absolute;
  width: 10%;
  margin-left: 73%;
  margin-top: -1.5%;
}
.logos-rrss .linkedin{
  margin-top: -1.5%;
  position: absolute;
  width: 10%;
  margin-left: 10%;
}
.navbar img{
  margin-top: -30px;
  margin-bottom: 5px;
  width: 40px;
  text-align: center;
  margin-left: 25px;
}



#check {
  display: none;

}


.icons{
  position: absolute;
  font-size: 2.8rem;
  right: 5%;
  color: #fff;
  cursor: pointer;
  display: none;
}

.header .logo-main {
  position: relative;
  top: auto;
  width: 40%;
  margin-left: -135px;
}


.wave {
  color: #09f;
  animation: wave 3s ease-in-out infinite;
  margin-bottom: -1%;
}

@media (max-width: 992px) {
  .header {
    padding: 1.3rem 15%;
  }
}

@media (max-width: 768px){
  .icons {
    display: inline-flex;
  }

  #check:checked~.icons #menu-icon {
    display: none;
  }

  .icons #close-icon {
    display: none;

  }

  #check:checked~.icons #close-icon {
    display: block;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 0%;
    background: #4e1743;
    backdrop-filter: blur(10px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .3s ease;
  }
  

  #check:checked~.navbar {
    height: 17.7rem;
  }

  .navbar a {
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    transform: translateY(-50px);
    opacity: 0;
    transition: .3s ease;
  }

  
  #check:checked~.navbar a {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(.15s * var(--i));
  }

  .header .logo-main {
    margin-left: -20px;
    width: 70%;
  }

  .navbar .rrss{
    position: absolute;
    width: 100%;
    margin-top: 15%;
    margin-left: 7%;
    
  }
  .navbar .logos-rrss{
    width: 100%;
    margin-top: -10%;
    margin-left: 20%;
  }
  .logos-rrss .face{
    width: 100%;
    margin-left: -32%;
  }
  .logos-rrss .ig{
    width: 100%;
    margin-left: -2%;
  }
  .logos-rrss .linkedin{
    width: 100%;
    margin-left: 8%;
  }

}

 


  
  @keyframes wave {
    0%, 100% {
      clip-path: polygon(
        0% 43%,
        10% 48%,
        33% 54%,
        54% 60%,
        70% 60%,
        84% 59%,
        100% 55%,
        100% 100%,
        0% 100%
      );
    }
  
    50% {
      clip-path: polygon(0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
      );
    }
  }   




  .texto-servicios{
    position: relative;
    padding: 12%;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;   

  }

  .texto-encabezado{
    padding: 10%;
    text-align: justify;
    width: 100%;
    height: auto;   
  }

  .texto-encabezado h1{
    margin-top: 20%;
    font-size: 3.2em;
    text-align: left;
    color: rgb(255, 255, 255);
    margin-left: -12%;
    margin-right: 1%;
    margin-top: 4%;
    font-family: 'Lato', sans-serif;
   
  }
  .texto-servicios p{
    margin-bottom: 2%;
    margin-right: 50%;
    margin-left: -12%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
  }

  .botones-encabezado{
    position: absolute;
    width: 40%;
    height: 10%;
    margin-top: -19%;
    
    right: 0;
   
  }
  .button{
    position: absolute;
    padding: 2px 55px 2px 55px;
    font-size: 2.0em;
    background-color: #4e1743;
    color: #fff;
    right: 0;
    text-decoration: none;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
  }

  .button:hover{
    padding: 2px 55px 2px 55px;
    background-color: rgb(255, 255, 255);
    text-align: right;
    color: #4e1743;
    text-decoration: none;

  }
  @media (max-width: 666px) {
    .texto-servicios {
      padding: auto;
      width: 100%;
      height: 30%;
      background-color: rgba(92, 24, 75, 0.781)
    }

    .texto-encabezado {
      visibility: hidden;
      width: 90%;
      text-align: center;
      margin-left: 0%;
    }
    .texto-encabezado h1 {
      left: 0;
      margin-left: 30%;
    }
    .texto-encabezado p{
      position: absolute;
      left: 0;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 10%;
    }
    .botones-encabezado{
      width: 60%;
      height: 30%;
      bottom: 10%;
      left: 0;
      position: absolute;
    }
    .button {
      width: 100%;
      height: 60%;
      float: left;
      border-radius: 0 25px 25px 0;
      text-align: center;
      font-size: 25px;
      background-color: #fff;
      color: #4e1743;
      font-weight: bold;
    }
    

    }

      

  .contenedor-wave{
    margin-top: 0%;
    position: relative;
    width: 100%;
    height: 10%;
    background-color: transparent;
    bottom: 15%;
    
  }

  .wave{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    color: #09f;
    animation: wave 3s ease-in-out infinite;
    margin-bottom: -1%;
  }

  @media (max-width: 666px) {
    .contenedor-wave{
      width: 100%;
      position: relative;
      margin-top: 20%;
      
    
    }
    .wave {
      width: 100%;
    }
  }

  .contenedor-logo{
    position: relative;
    width: 100%;
    height: 30%;
    margin-top: -7%;
    background-color: #f3f7f3;
  }
  .contenedor-logo img{
    width: 25%;
    margin-left: 35%;
  }
  .contenedor-logo p{
    visibility: hidden;
  }

  @media (max-width: 666px) {
    .contenedor-logo{
      position: relative;
      margin-top: -40%;
      width: 100%;
      height: 40%;
      
      }
    .contenedor-logo img{
      position: absolute;
      width: 80%;
      margin-left: 5%;
      }
    .contenedor-logo p{
      position: absolute;
      visibility: visible;
      color: #000000;
      font-weight: bold;
      font-size: 15px;
      text-align: justify;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 30%;
    }
  }
  .contenedor-info{
    position: relative;
    width: 100%;
    height: 85%;
    margin-top: 0%;
    background-color:#f3f7f3;
  }
  .que-es{
    position: absolute;
    padding: 2%;
    width: 45%;
    height: 30%;
    background:linear-gradient(to right, #742263, #4e1743);
    border-radius: 10px 10px 70px 10px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-left: 15%;
    margin-top: -2%;
  }
  .que-es h1{
    color: #fff;
    font-size: 1.5em;
  }
  .que-es p{
    margin-top: 1%;
    color: #fff;
    font-size: 1.0em;
  }

  .contenedor-celular{
    position: absolute;
    width: 20%;
    height: 80%;
    right: 0;
    margin-right: 17%;
    margin-top: -3%;
  }
  .contenedor-celular img{
    margin-top: -2%;
    width: 100%;
    height: 95%;
  }
  .acceso-talana{
    position: absolute;
    padding: 2%;
    width: 45%;
    height: 30%;
    background:transparent;
    border-radius: 10px 10px 70px 10px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-left: 15%;
    margin-top: 12%;
  }
  .acceso-talana h1{
    color:#4e1743;
    font-size: 1.5em;
  }
  .acceso-talana p{
    margin-top: 2%;
    color: #000000;
    font-size: 1.0em;
  }

  @media (max-width: 666px) {
    .contenedor-info{
      position: relative;
      width: 100%;
      height: 65%;
      max-height: 420px;
    }
    .que-es{
      position: absolute;
      width: 50%;
      height: 50%;
      max-height: 150px;
      margin-left: 5%;
      border-radius: 10px 10px 40px 10px;
    }
    .que-es h1{
      font-size: 1.2em;
    }
    .que-es p{
      font-size: 0.8em;
      margin-top: 2%;
    }
    .contenedor-celular{
      position: absolute;
      width: 45%;
      height: 100%;
      right: 0;
      margin-right: 0%;
    }
    .contenedor-celular img{
      width: 100%;
      height: 100%;
      
    }
    .acceso-talana{
      position: absolute;
      width: 50%;
      height: 30%;
      margin-left: 5%;
      margin-top: 37%;
    }
    .acceso-talana h1{
      font-size: 1.2em;
    }
    .acceso-talana p{
      font-size: 0.8em;
      margin-top: 2%;
    }
  }

  .uso-beneficios{
    margin-top: -5%;
    width: 100%;
    height: 30%;
    position: relative;
    background: #f3f7f3;
  }

  .contenedor-beneficios{
    position: absolute;
    margin-left: 15%;
    width: 70%;
    background:linear-gradient(to right, #742263, #4e1743);
    padding: 2%;
    border-radius: 10px 10px 70px 10px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 1%;
  }
  .contenedor-beneficios h1{
    color:#ffffff;
    font-size: 1.5em;
  }
  .contenedor-beneficios p{
    color:#ffffff;
    font-size: 1.0em;
    margin-top: 2%;
  }

  @media (max-width: 992px) {
    .uso-beneficios{
      position: relative;
      width: 100%;
      height: 30%;
      max-height: 200px;
      padding-top: 10px;
    }
    .contenedor-beneficios {
      position: absolute;
      padding: 3%;
      width: 90%;
      height: 85%;
      background:linear-gradient(to right, #742263, #4e1743);
      margin-left: 5%;
    }
    .contenedor-beneficios h1{
      font-size: 1.2em;
    }.contenedor-beneficios p{
      font-size: 0.8em;
    }
  }



  .terminos{
    position: relative;
    width: 100%;
    height: 50%;
    background-color: #f3f7f3;
    margin-top: 0%;
  }
  .contenedor-notebook{
    position: absolute;
    width: 40%;
    height: 40%;
    margin-left: 15%;
    margin-top: 2%;
  }
  .contenedor-notebook img{
    width: 90%;
    margin-top: -10%;
  }
  .contenedor-terminos{
    position: absolute;
    width: 35%;
    height: 40%;
    
    padding: 2%;
    border-radius: 10px 10px 70px 10px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-left: 50%;
    margin-top: 2%;
  }

  .contenedor-terminos h1{
    color:#4e1743;
    font-size: 1.5em;
  }
  .contenedor-terminos p{
    margin-top: 2%;
    color: #000000;
    font-size: 1.0em;
  }
  .button3{
    padding: 4px 10px 4px 10px;
    font-size: 30px;
    background-color: #4e1743;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    border-radius: 10px 10px 10px 10px;  
    margin-left: 0%;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
  }

  .mi-button3{
    border-color: #4e1743;

  }

  .button3:hover{
    padding: 4px 10px 4px 10px;
    background-color: #fff;
    text-align: right;
    color: #4e1743;
    text-decoration: none;
    font-weight: bold;
  }

  @media (max-width: 992px) {
  .terminos{
    position: relative;
    width: 100%;
    height: 45%;
    }
    .terminos{
      padding-top: 25px;
      height: 60%;
    }
    .contenedor-notebook{
      width: 45%;
      height: 40%;
      position: absolute;
      margin-left: 0%;
      margin-top: 10%;
    }
    .contenedor-notebook img{
      position: absolute;
      width: 120%;
      height: 110%;
    }
    .contenedor-terminos{
      width: 40%;
      height: 40%;
      position: absolute;
      margin-left: 50%;
      
    }
    .contenedor-terminos h1{
      font-size: 1.2em;
    }
    .contenedor-terminos p{
      font-size: 0.8em;
    }
    .button3{
      margin-top: 5%;
      width: 110%;
      height: 20%;
      text-align: center;
      font-size: 20px;

    }
  }


  

  .contenedor-wave2{
    width: 100%;
    height: 10%;
    position: relative;
    margin-top: 0%;
    background-color: #4e1743;
  }

  .wave2{
    position: absolute;
    width: 100%;
    margin-top: 0%;
    transform: scaleY(-1);
    z-index: 99;

  }
  .wave2 {
    color: #09f;
    animation: wave 3s ease-in-out infinite;
    margin-bottom: -1%;
  }

  @media (max-width: 992px) {
    .contenedor-wave2{
      position: relative;
      width: 100%;
      margin-top: 0;
      top: 0;
    }
    .wave2{
      position: absolute;
      width: 100%;
      margin-top: 0;
    }
  }


  .footer{
    margin-top: 0;
    width: 100%;
    height: 40%;
    position: relative;
    background-color: #4e1743;
  }
  .logo-footer{
    position: absolute;
    width: 20%;
    height: 100%;
    background-color:#4e1743;
  }
  .logo-footer img{
    width: 70%;
    margin-left: 20%;
    margin-top: 5%;
  }
  .contenedor-informacion{
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: #4e1743;
    margin-left: 20%;
  }
  .contenedor-informacion h1{
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    margin-top: 10%;
  }
  .contenedor-informacion p{
    text-align: center;
    margin: 5%;
    color: #fff;
    font-size: 0.8em;
  }
  .contenedor-atencion{
    width: 20%;
    height: 100%;
    position: absolute;
    background-color: #4e1743;
    margin-left: 40%;
  }
  
  .contenedor-atencion h1{
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    margin-top: 10%;
  }
  .contenedor-atencion p{
    text-align: center;
    margin: 5%;
    color: #fff;
    font-size: 0.8em;
  }
  
  .contenedor-contacto{
    width: 20%;
    height: 100%;
    position: absolute;
    background-color: #4e1743;
    margin-left: 60%;
  }
  
  .contenedor-contacto h1{
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    margin-top: 10%;
  }
  .contenedor-contacto p{
    text-align: center;
    margin: 5%;
    color: #fff;
    font-size: 0.8em;
  }
  
  .contenedor-rrss{
    width: 18%;
    height: 100%;
    position: absolute;
    background-color: #4e1743;
    margin-left: 82%;
    display: flex;
    text-align: center;
  }
  .contenedor-rrss .face{
    
    position: absolute;
    width: 33%;
    height: 50%;
    left: 0;
    margin-left: -15%;
    margin-top: 10%;
  }
  .ig{
  
    position: absolute;
    width: 33%;
    height: 50%;
    left: 0;
    margin-left: 10%;
    margin-top: 10%;
  }
  .contenedor-rrss .linkedin{
   
    position: absolute;
    width: 33%;
    height: 50%;
    left: 0;
    margin-left: 35%;
    margin-top: 10%;
  }
  .contenedor-rrss img{
    width: 50%;
    margin-right: 5%;
    margin-top: 8%;
  }

  @media (max-width: 992px) {
    .nuestra-promesa{
      width: 100%;
      position: relative;
    }
    .nuestra-promesa h2{
      text-align: center;
    }
    .nuestra-promesa p{
      text-align: justify;
    }
    .compromiso-mujeres{
      width: 100%;
      height: 100%;
      position: relative;
     
    }
    .contenedor-compromiso{
      width: 100%;
      position: absolute;
    }
    .compromiso-mujeres h1{
      margin-top: -35%;
      font-size: 3em;
    }
    .compromiso-mujeres h2{ 
      margin-top: -2%;
      font-size: 0.9em;
    }
    .compromiso-mujeres img{
      width: 100%;
      height: 100%;
      margin-top: 150%;
    }
    .footer{
      position: relative;
      width: 100%;
      height: 100%;
    }
    .logo-footer{
      position: absolute;
      width: 30%;
      height: 100%;
    }
    .logo-footer img{
      width: 80%;
    }
    .contenedor-informacion{
      margin-top: 25%;
      position: absolute;
      float: left;
      width: 40%;
      height: 25%;
      margin-left: 0;
      
    }
    .contenedor-informacion h1{
      color: white;
    }
    .contenedor-atencion{
      margin-top: 25%;
      position: absolute;
      float: left;
      width: 40%;
      height: 25%;
      margin-left: 55%;
      
    }
    .contenedor-atencion h1{
      color: white;
    }
    .contenedor-contacto{
      margin-top: 76%;
      position: absolute;
      float: left;
      width: 40%;
      height: 20%;
      margin-left: 0;
      
    }
    .contenedor-contacto h1{
      color: white;
    }
  
    .contenedor-contacto p{
      margin-top: 5%;
    }
  
    .contenedor-rrss{
      margin-top: 5%;
      position: absolute;
      float: left;
      width: 40%;
      height: 10%;
      margin-left: 58%;
      display: flex;
      justify-content: center;
    }
    .contenedor-rrss img{
      width: 100%;
      margin-left: 10%;
    }
    .contenedor-rrss .face{
      margin-left: -25%;
    }
    .contenedor-rrss .ig{
      margin-left: 15%;
    }
    .contenedor-rrss .linkedin{
      margin-left: 55%;
    }
    }




  /*WhatsApp*/

  .container-button{
    background-color: #2e6329;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    padding: 25px;
    transition: ease 0.3s;
    animation: efecto 3s infinite;
  }
  
  .container-button:hover{
    transform: scale(1.1);
    transition: 0.3s;
  }
  
  .boton-wsp{
    width: 50px;
    transition: ease 1s;
  }
  
  @keyframes efecto {
    0%{
      box-shadow: 0 0 0 0 rgba(0,0,0,0.85);
    }
    100%{
      box-shadow: 0 0 0 25px rgba(0,0,0,0);
    }
  }
