@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  

/*NAV*/
.button_header_togle {
    background-color: transparent;
    border: none;
}

  .header_front {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: transparent;
  }
  
  .logo {
    cursor: pointer;
    min-width: 150px;
    max-width: 200px;
  }
  
  .nav__links a,
  .cta,
  .overlay__content a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
  }

  #ctaMobile{
    text-decoration: none;
        color: #FFFFFF;
        font-family: 'Quicksand';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        padding: 10px 27px;
        background: linear-gradient(90deg, #03B9DF 0%, #3297EC 100%);
        border-radius: 9px;
        margin: 50px 10PX 0 10PX;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        text-align: center;
  }
  
  .nav__links {
    list-style: none;
    display: flex;
  }
  
  .nav__links li {
    padding: 0px 20px;
  }
  
  .nav__links li a {
    transition: color 0.3s ease 0s;
  }
  
  .nav__links li a:hover {
    color: #0088a9;
  }
  
  .cta {
        text-decoration: none;
        color: #FFFFFF;
        font-family: 'Quicksand';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        padding: 10px 27px;
        background: linear-gradient(90deg, #03B9DF 0%, #3297EC 100%);
        border-radius: 9px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);  
  }
  

  
  /* Mobile Nav */
  
  .menu {
    display: none;
  }
  
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: width 0.5s ease 0s;
  }
  
  .overlay--active {
    width: 100%;
  }
  
  .overlay__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }

  .iti__flag{
    display: flex;
    margin: 0;
    z-index: -6;
  }
  
  .overlay a {
    padding: 15px;
    font-size: 36px;
    display: block;
    transition: color 0.3s ease 0s;
  }
  
  .overlay a:hover,
  .overlay a:focus {
    color: #0088a9;
  }
  .overlay .close {
    position: absolute;

    right: 7px;
    font-size: 60px;
    color: #000000;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {
      font-size: 20px;
    }
    .overlay .close {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }
  
  @media only screen and (max-width: 954px) {
    .nav__links,
    .cta {
      display: none;
    }
    .menu {
        display: block;
        height: 30px;
        margin: 0 0 10px 0;
    }
  }


/*NAV*/


/*BANER*/

@media (max-width: 1072px){

   
    
    
    
    
    
    .der h1{
        font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    margin: 10% 0 0 5%; 
    }
    
    .der h1 span{
        background: linear-gradient(93.26deg, #02DDFA 4.49%, #3076E8 62.66%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    
    }
    
    .der p{
        margin: 0 0 0 5%; 
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
    }
    
    
    .izq img{
        width: 100%;
        max-width: max-content;
    }

    .mail{
        border: 1px solid  #37DFF5 ;
        width: 70%;
        height: 40px;
        margin-top: 5px;
        background-color: transparent;
        padding-left: 30px;
    }
    
    .enviar{
        position: relative;
        right: 6px;
        background-color: #3076E8 ;
        border: none;
        height: 40px;
        width: 60px;
        color: #FFFFFF;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        border-radius: 0;
        text-align: center;
    
    }
    
    .form{
        margin: 10% 0 0 5%; 
    }
    
    .label_1{ 
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
    }
}


@media (min-width: 1072px){

    .baner{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    
    
 
    
    .der h1{
       
        font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    color: #000000;
    margin: 10% 0 0 12%; 
    }
    
    .der h1 span{
        background: linear-gradient(93.26deg, #02DDFA 4.49%, #3076E8 62.66%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    
    }
    
    .der p{
        margin: 0 0 0 12%; 
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
    }
    
    
    .mail{
        border: 1px solid  #37DFF5 ;
        width: 70%;
        height: 40px;
        margin-top: 5px;
        background-color: transparent;
        padding-left: 30px;
    }
    
    .enviar{
        position: relative;
        right: 6px;
        background-color: #3076E8 ;
        border: none;
        height: 40px;
        width: 60px;
        color: #FFFFFF;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        border-radius: 0;
        text-align: center;
    
    }
    
    .form{
        margin: 10% 0 0 12%; 
    }
    
    .label_1{ 
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
    }
}

/*BANER*/
  



/*SERVICIOS*/



.section_cards{
    
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
margin: 0 0 0 6%;
}


.card{
    width: 303px;
    height: 435px;
    margin: 20px 3%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg1{
    background-image: url("http://mokaru.com.co/wp-content/uploads/2022/10/card1.jpg");
}

.bg2{
    background-image: url("http://mokaru.com.co/wp-content/uploads/2022/10/card2.jpg");
}

.bg3{
    background-image: url("http://mokaru.com.co/wp-content/uploads/2022/10/card3.jpg");
}

.ilustracion{
    text-align: center;
    padding-top: 10px;
}

.ilustracion img{
    width: 175px;
}

.ilustracion2{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}



.ilustracion3{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}



.card h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 21px;
}

.texto{
    
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-size: 16px;
margin-bottom: 31px;

}



.txt_container{
    padding: 0 0 0 18px;
   
    height:auto;
}

.txt_container a{
    text-decoration: none;
    color: #000000;
    padding: 10px 11px;
    border: solid 2px #37DFF5;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;    
}

.monedas{
    width: 267;
}

.cards_container{
    display: flex;
    justify-content: center;
    margin: 6% 6%;
    flex-wrap: wrap;

    
}

.Servicios{
    background-color: #FAFAFA;
    padding: 70px 0 1px 0;
}
/*SERVICIOS*/




/*FAQ*/


.faqSection{
    padding: 70px 0 40px 0 ;
}

.faqs{
    margin-bottom: 45px ;
}
.faq{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x:auto;
    margin:  0 20px;
    
    
}
.preguntaLink{
    text-align: center;
    text-decoration: none; 
    color: #000000;  
    width: 250px;
    padding: 20px;
    margin: 0 10px;
}

.simbolo{
    font-size: 40px;
    font-family: 'quicksand';
    font-weight: 600;
    background-color: #c1f3fa;
    border-radius: 100%;
    width: 50px;
    margin: 0 auto;
    
}

.pregunta{
    font-family: 'Montserrat';
    margin-top: 10px;
    font-weight:400 ;

}
/*FAQ*/

/*CONTACTO*/
.contactSection{
    display: grid;
    grid-template-columns: 60% 40%;
}

.listaContacto{
    background-color: #424242;
    display: flex;
    padding-bottom: 50px;
}

.listado{
    margin: 50px 0;
    
}

.listado li{
    display: flex;
    margin: 25px 0;
}

.listado li p{
    line-height: 24px;
    margin-left: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}




.contactInfo h2{
    
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 36px;
color: #FFFFFF;
margin: 50px 20px 50px 0;
}


.mediaCard{
    height: 400px;
    margin-top: 20px;
}


.wppbtn {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 27px;
    background: linear-gradient(90deg, #03B9DF 0%, #3297EC 100%);
    border-radius: 9px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);  
}

@media (max-width: 790px) {
    .contactSection{
        display: block;
        
    }
    .formulario{
        padding-bottom: 50px;
    }
}

@media (max-width: 460px) {
    .mediaCard{
        display: none;
    }
    .listaContacto{
        padding-left: 50px;
    }
}



/*form******************/

.formulario{
    
    width: 80%;
    margin: 0 auto;
}

.formulario h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    margin: 35px 0;
}

.contacto{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.input{
    padding: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #3572E9;
    border-radius: 7px;
}

.enviar_contact{
   

    background-color: #3076E8 ;
    border: none;
    width: 150px;
    height: 50px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    border-radius: 7px;
    text-align: center;
    font-size: 20px;
}

.envio{
    text-align: center;
}

.titulo_contacto{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 36px;
margin: 30px 0 70px 6%;
}

/*CONTACTO*/





/*FOOTER*/
footer{
    background-color: #FAFAFA;
    padding: 80px 80px 10px 80px;
    
    
}

.floor1{
    display: flex;
    justify-content: space-between;
}

.linksF{
    display: flex;
}

.linksF a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0A142F;
    text-decoration: none;
    margin-right: 40px;
}

.redesF{
    display: flex;
}

.separador{
    width: 100%;
    height: 0.1px;
    background-color: #000000 ;

    margin: 40px 0;
}

.floor2{
    display: flex;
    justify-content: space-between;
}

.floor2 p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #0A142F;
}

.tyc{
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;

    
}

.tyc a{
    margin-left: 30PX;
    text-decoration: none;
    color: #0A142F;
}

.logoF{
   
    text-align: center;
    margin: 20px;
}

.socialIcon{
    width: 24px;
    margin: 0 7px;
    
}

@media (max-width: 857px) {
    footer{
        text-align: center;
    }

    .floor1{
        flex-direction: column;
    }
    
    .linksF{
        text-align: center;
        display: block;
       
        
    }

    .linksF a{
        
        margin: 20px;
        font-size: 20px;
    }

    .redesF{
       
       text-align: center;
    
       margin: 25px auto;
    }

    

    .floor2{
        flex-direction: column;
        
    }

    .floor2 p{
        font-size: 16px;
    }

    .tyc{
        display: block;
        margin-top: 25px;
    }

    .tyc a {
        margin: 0 10px;
        font-size: 16px;
    }
}
/*FOOTER*/





.faq{

    max-width: 1250px;
    margin: 25px auto;
    padding: 80px;

    align-items: center;
    }
  
  
  
  .faq h1{
  
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
    
  }
  
  
  .faq p{
    font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
  }
  
  .faq img{
    
    margin-left: 10%;
    height: 200px;
  
  }
  
  
  @media only screen and (max-width: 840px) {
  .faq{
    flex-direction: column;
    padding: 30px;
  }
  
  .faq img{
    margin: 0;
  
  }
  .baner_content_nosotros{
  
    padding: 0;
  }
  
  .baner_content_nosotros div{
  
    padding: 20px;
  
   
    
  }
  
  }




  .cl404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 70vh;
}

.imglogo404{
    padding-top: 30px;
}

.cl404 h1{
    
font-family: 'Rajdhani';
font-style: normal;
font-weight: 400;
font-size: 120px;
color: rgb(0, 0, 0);
}

.cl404 p{
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    font-size: 20px; 
    color: #000000;
    margin-bottom:50px ;
}

.cl404 a{
   
    text-decoration: none;
    padding: 15px 57px;
    font-size: 20px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: #57d7f3;


}


@media (max-width:1069px) {
    .cl404 h1{
        font-size: 64px;
    }
        
    }

    .bgfaq{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    } 
      




.bg{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}




    /*BANER*/

    .noShow_servicios{
        display: none;
      }


    .noShow{
      display: none;
    }

/*BANER*/

.baner_services{
    background-color: #FCFCFC;
    max-width: 1250px;
    margin: 25px auto;
    }
    @media only screen and (max-width: 1345px) {
      .baner_services{
    margin: 25px 40px;
      }
    }
    
    @media only screen and (max-width: 411px) {
      .baner_services{
    margin: 25px 10px;
      }
    }
    .baner_content{
      display: grid;
    
      grid-template-columns: 1fr 1fr;
      align-items: center;
      justify-items: center;
      padding: 40px;
    }
    
    .baner_content div{
      display: flex;
      flex-direction: column;
      gap: 40px;
      max-width: 500px;
     
      
    }
    
    .baner_content div h1{
    
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
    }
    
    .baner_content div p{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    }
    
    .small {
      font-size: 12px;
    }
    
    .baner_content img{
      max-height: 400px;
    
    }
    @media only screen and (max-width: 403px) {
    .baner_content img{
      width: 100%;
      height: auto;
      
    }
    }
    
    
    
    .selector{
      padding: 25px 86px;
      margin: 0;
      border-radius:0;
      border: none;
      border-bottom: #000000 3px solid;
      cursor: pointer;
      transition: ease 0.2s;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
    }
    
    .selector:hover, .active_selector{
      border-bottom: #3572e9 3px solid;
    }
    
    .btn_container_servicios{
    display: flex;
    position: relative;
    justify-content: center;
    top: 35px;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    }
    
    
    
    @media only screen and (max-width: 827px) {
      .baner_content{
        display: flex;
        flex-direction: column-reverse;
      }
    
      .btn_container_servicios{
        flex-wrap: nowrap;
      overflow-x: auto;
      justify-content: space-between;
      
      }
    }
    /*BANER*/
    
    
    /*CARDS*/
    
    .cards_Servicios_servicios{
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
    margin: 100px 0 50px 0 ;
    }

    .cards_flex{
      display: flex;
    }
    

    
    .imgCard_servicios{
      display: flex;
      justify-content: center;
    }
    .imgCard_servicios img{
      height: 160px;
      margin: 10px;
     
    
      
      
    }
    
    
    
    .card_servicios{
      position: relative;
      width: 320px;
      height: 470px;
      margin: 20px;
    }
    
    
    .card_servicios .face_servicios {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      overflow: hidden;
      transition: 0.5s;
      
    }
    
    .card_servicios .front_servicios {
      transform: perspective(600px) rotateY(0deg);
      filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
      background-image: url("http://mokaru.com.co/wp-content/uploads/2022/10/card3.jpg");
      border-radius: 10px;
      background-repeat: no-repeat;
      background-size: cover;
    
    
      
    }
    
    .card_servicios .front_blackbg_servicios{
      background-image: url("http://mokaru.com.co/wp-content/uploads/2022/10/fondocardBlack.png");
      border-radius: 10px;
      background-repeat: no-repeat;
      background-size: cover;
      transform: perspective(600px) rotateY(0deg);
      filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    }
    
    .card_servicios .front_blackbg_servicios h3{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin: 0 18px 10px 18px;
    color: #FFFFFF;
      
    }
    
    .front_blackbg_servicios p{
      font-family: 'Quicksand';
      font-style: normal;
      font-weight: 400;
      margin: 0 18px 18px 18px;
      color: #FFFFFF;
    }
    
    .card_servicios .front_servicios h3{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin: 0 18px 10px 18px;
      
    }
    
    .front_servicios p{
      font-family: 'Quicksand';
      font-style: normal;
      font-weight: 400;
      margin: 0 18px 18px 18px;
    }
    
    
 
    
  
    
    
    
 
    
    .hoverbtn_servicios{
      text-decoration: underline;
      cursor: pointer;
    }
    
    /*CARDS*/
    
    
    
    /*PLANEA TU RETIRO*/
    
    .retiro{
      max-width: 1124px;
      margin: 50px auto;
    
    }
    
    @media only screen and (max-width: 1211px) {
      .retiro{
        margin: 150px 40px;
      }
    
    
    }
    
    @media only screen and (max-width: 411px) {
      .retiro{
        margin: 150px 20px;
      }
    
    
    }
    
    .tuRetiroServicios{
      display: grid;
      grid-template-columns: 50% 50%;
      align-items:center;
    
      
    }
    
    
    
    
    
    
    .tuRetiroServicios div h2{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-left: 50px;
    
    }
    
    .tuRetiroServicios div p{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0 30px 50px;
    }
    
    
    .tuRetiroServicios img{
      width: 90%;
      max-width: 377px;
      margin: 0 auto; 
    }
    
    
    
    .abrirCuentaServicios{
      margin: 0 0 0 50px;
      padding: 10px 20px;
      background: #525252;
      border-radius: 7px;
      color: #FFFFFF;
      text-decoration: none;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
    }
    
    
    /***********/
    .background{
       
      font-family: 'Quicksand';
    
    }
    
    .retiro-simulador{
display: flex;
flex-direction: column;
justify-content: center;
      margin-left: 7rem;
      margin-right: 7rem;
      margin-top: 50px;
      
    
      
    }
    
    .whrap{
      max-width: 1550px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .retiro-tittle{
    
      grid-column: 1/3;
      text-align: center;
      color: rgba(44, 42, 41, 1);
    }
    
    .retiro-tittle h1{
     font-size: 3.25em;
     color: rgba(44, 42, 41, 1);
     padding-top: 20px;
    }
    
    .retiro-tittle p span{
    
      color:rgba(44, 42, 41, 1) ;
      font-weight: bold;
     
    }
    
    .retiro-tittle p{
    
      color:rgba(44, 42, 41, 1);
      font-size: 1.25em;
     
    }
    
    
    
    
    /**********************************************************/
    
    
    .registro-f-ret{
      border: none;
    background-color: transparent;
    outline: 0px;
    border-bottom: 1px solid rgba(44, 42, 41, 1);
    margin-bottom: 0px;
    width: 100%;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    color: rgba(44, 42, 41, 1);
    
    
    }
    
    
    
    
    .margin{
      margin-bottom: 50px;
    }
    
    
    
    .registro-f-ret::placeholder{
      color: rgba(44, 42, 41, 0.33);
    }
    
    .ahorro-t-ret{
      color: rgba(44, 42, 41, 1);
      font-size: 1.25em;
    }
    
    
    .ahorrarcont-ret{
      margin-top: 50px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    /******************************************************************************/
    
    
    
    
    
    .cuadro-retiro{
      padding: 1rem;
      border-radius: 8px;
      border: solid 1px rgba(44, 42, 41, 1);
 
      
    }
    
    .cuadro-t-retiro{
      font-size: 2em;
      margin: 2rem;
      font-weight: 600;
      color: #40e3de;
    }
    
    .Rendimiento-retiro{
      font-size: 2em;
      font-weight: 600;
      margin-left: 2rem;
      color:rgba(44, 42, 41, 1);
    }
    
    /*************************************************************************************/
    
    .retiro-btn{
      grid-column: 1/3;
      padding-bottom: 20px;
      justify-self: center;
      text-align: center;
      
    }
    
    
    .simular-btn{
      color: #fff;
      background: linear-gradient(89.63deg, #406be3 -14.07%, #37DFF5 138.13%); 
      border: none;
      border-radius: 12px;
      font-size: 1.25rem;
      padding: 16px 50px;
      margin-top: 20px;
      cursor: pointer;
    }
    
    
    
    
    
    
    @media (max-width: 971px){
      .cuadro-retiro{
        text-align: center;
      }
    
      body{
          font-size: 14px;
      }
    
      .retiro-input{
          grid-column: 1/3;
      }
    
      .retiro-result{
          grid-column: 1/3;
      }
    
      .registro-f-ret{
       
      width: 100%;
      }
    
      .retiro-simulador{
          margin-left: 2rem;
          margin-right: 3rem;
      }
    
      .cuadro-t-retiro{
          margin: 1rem;
      }
    
      .Rendimiento-retiro{
          margin: 1rem;
      }
    }
    
    
    .background{
      background-color: rgba(226, 226, 226, 0.208);
      margin: 20px 0;
    }
    
    
    
    
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button {  
    margin: 0; 
    }
    
    
    @media only screen and (max-width: 930px) {
      .tuRetiroServicios img{
        display: none;
      }
      .tuRetiroServicios{
        display: block;
      }
    
      .tuRetiroServicios div h2{
        text-align: center;
      }
    
    }
    
    
    
    @media only screen and (max-width: 411px) {
      .abrirCuentaServicios{
        font-size: 16px;
      }
      
      .tuRetiroServicios div p {
        margin: 30px 0;
      }
    
    
      }
    
    /*PLANEA TU RETIRO*/
    

    /*BANER*/

.baner_services_nosotros{
    background-color: #FCFCFC;
    max-width: 1250px;
    margin: 25px auto;
    }
    
    
    @media only screen and (max-width: 1250px) {
      .baner_services_nosotros{
        margin: 25px 20px;
      }
    }
    
    
    .baner_content_nosotros{
    
      padding: 40px;
    }
    
    .baner_content_nosotros div{
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding: 40px;
    
     
      
    }
    
    .baner_content_nosotros div h1{
    
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
    }
    
    .baner_content_nosotros div p{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    }
    
    
    
    .misionV{
    
      max-width: 1250px;
      margin: 25px auto;
      padding: 80px;
      display: flex;
      align-items: center;
      }
    
    
    
    .misionV h2{
    
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      margin-bottom: 30px;
      
    }
    
    
    .misionV p{
      font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 50px;
    }
    
    .misionV img{
      
      margin-left: 10%;
      height: 200px;
    
    }
    
    
    @media only screen and (max-width: 840px) {
    .misionV{
      flex-direction: column;
      padding: 30px;
    }
    
    .misionV img{
      margin: 0;
    
    }
    .baner_content_nosotros{
    
      padding: 0;
    }
    
    .baner_content_nosotros div{
    
      padding: 20px;
    
     
      
    }
    
    }
    
    
    

.faq{

    max-width: 1250px;
    margin: 25px auto;
    padding: 80px;

    align-items: center;
    }
  
  
  
  .faq h1{
  
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
    
  }
  
  
  .faq p{
    font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
  }
  
  .faq img{
    
    margin-left: 10%;
    height: 200px;
  
  }
  
  
  @media only screen and (max-width: 840px) {
  .faq{
    flex-direction: column;
    padding: 30px;
  }
  
  .faq img{
    margin: 0;
  
  }
  .baner_content_nosotros{
  
    padding: 0;
  }
  
  .baner_content_nosotros div{
  
    padding: 20px;
  
   
    
  }
  
  }

    
    
    
    
      
      

  .boton_whatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .boton_whatsapp img{
    width: 45px;
  }