@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Poppins';

}

#navbarp{
    justify-content: space-between;
}

/* Estilo general para el enlace */
.nav-link {
    padding-right: 45px; /* Asegúrate de que esto se aplique a todos los enlaces */
    font-weight: 700;
    color: #13434d;
    text-decoration: none; /* Asegúrate de que no haya subrayado */
}

/* Estilo para el enlace en estado hover */
.nav-link:hover {
    color: #FFA726;
}

/* Estilo para el enlace activo en la barra de navegación */
.nav-item .nav-link.active {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #FFA726; /* Cambia el color del texto del enlace activo */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    background-color: transparent; /* Asegúrate de que el fondo sea transparente */
}

/* Estilo adicional para los enlaces que están activos o mostrados */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFA726;
}



.col-lg-12 {
    position: relative; /* Establece el contexto de posicionamiento para los elementos hijos */
}

.grupo-botones-footer{
    display: flex;
}

.boton-1,
.boton-2,
.boton-3{
    width: 100%;
}

.btn {
    background: #FFA726;
    border-color: transparent;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    color: #13434d;
}
/*--------------------------------------------------------------------------------------------------*/
.contenedor-imagen{
    object-fit: contain;
}

.icono1,
.icono2,
.icono3{
    width: 40%;
}

.texto-icono1,
.texto-icono2,
.texto-icono3{
    border-right: 3px solid rgb(255, 255, 255);
    display: flex; align-items: center; 
    justify-content: end;
    text-align: justify;
}

.parrafo-icono1,
.parrafo-icono2,
.parrafo-icono3{
    padding: 2vh;
    display: flex;
    align-items: center;
    text-align: justify;
}




.contenedor-valores{
    border: 2px solid rgba(73, 73, 73, 0);
    background-color: #ff9c07; 
    display: flex; 
    padding: 7vh; 
    margin-left: 0;
    justify-content: center;
}

.contenedor-preguntas{
    display: flex;
}

.tabla-respuestas{
    background-color: #13434d;
    margin-left: -7vh;   
    margin-top: -5vh;
}


.tabla-panel{
    padding: 5vh 5vh 5vh 10vh;
}

.titulo-preguntas-frecuentes{
    font-size: 5vh; 
    margin-bottom: 5vh;
    display: flex;
    justify-content: center;
}


.titulo-principal{
    font-size: 4vh;
}

.parrafo-principal{
    font-size: 1.2rem;
}


.texto-somos-aybar{
    font-weight: 500;
}



.parrafo-texto-somos-aybar{
    font-size: 1.25rem;
    color: #13434d;
}

.texto-somos-aybar {
    text-align: center;
    font-size: 4vh;
}

.navbar-toggler {
    background-color: #13434d; /* Cambia el color de fondo del botón */
    border: none; /* Opcional: si quieres quitar el borde predeterminado */
  }

  button.navbar-toggler {
    background-color: #13434d !important; /* El uso de !important asegura que este estilo tenga prioridad */
    border: none; /* Elimina el borde si no lo necesitas */
  }


  /*------------ FOOTER 2 -----------------*/
.footer-2{
    background-color: #4658ff;
    display: none;
}

.contenedor-sala-ventas{
    text-align: center;
}
.contenedor-sala-ventas2{
    border: 2px solid rgba(255, 0, 0, 0);
    text-align: start;
}

.footer-p1{
    text-align: end;
}

.footer-p2{
    text-align: start;
}

.logo-footer{
    padding: 1vh; 
    border: 2px solid rgba(255, 255, 255, 0); 
    margin-bottom: 0; 
    border-radius: 0; 
    box-shadow: none;
    align-items: center;
    background-color: transparent;
}
/* Responsividad del formulario */
/* Responsividad del formulario */


.contenedor-preguntas2{
    display: none;
}

#myCard1,
#myCard2,
#myCard3,
#myCard4,
#myCard5{
    background-color: #13434d; 
    border: 2px solid rgba(200, 255, 0, 0); 
    width: 50%; 
    margin-bottom: 0.5rem; 
    margin-top: 0.5rem;
}

.columna-preguntas{
    background-color: white; 
    border: 2px solid rgba(0, 0, 0, 0); 
    display: flex; 
    justify-content: center; 
    flex-direction: column; 
    align-items: center; 
    padding-left: 1rem; 
    padding-right: 1rem;
}

@media (max-width: 1114px){

    .card-titulo-1, .card-titulo-2, .card-titulo-3, .card-titulo-4 {    
        font-size: 1.5rem;
    }

    .card-parrafo1, .card-parrafo2, .card-parrafo3, .card-parrafo4 {
        font-size: 1.2rem;
    }

}



@media (max-width: 1024px) {
    .overlay-form {
      width: 40%; /* Ajusta el ancho en pantallas pequeñas */
      right: 5px; /* Reduce el espacio desde el borde izquierdo */
    }
    .contenedor-imagen{
        display: none;
    }

    .content-portada{
        display: none;
    }

    .content-portada-v{
        height: 60vh;
    }
    .contenedor-beneficios{
        width: 100%;
    }
    .contenedor-confia-aybar{
        text-align: center;
    }
    .navbar-gray{
        padding: 1vh;
    }
    .boton-pagar{
        text-align: center;
    }
    .swipers{
        width: 35%;
        height: 410px;
        }
    .redes-sociales{
        width: 6%;
        top: 20%;
    }

    .card1,
    .card2,
    .card3,
    .card4{
        width: 50%;
    }

    .icono1,
    .icono2, 
    .icono3 {
        width: 100%;
    }

    
}



@media (max-width: 991px){
    .contenedor-preguntas{
        display: flex;
        flex-direction: column;
    }

    .tabla-respuestas{
        background-color: #13434d;
        margin-left: 0;   
        margin-top: 0;
    }

    .show{
        padding: 3vh;
    }

    .navbar-toggler {
        background-color: #13434d; /* Ajusta el color si es necesario */
      }

      .contenedor-boton-pagar{
        display: flex;
        justify-content: center;
    }
    .pagar{
        width: 50%;
    }
    .preguntas-frecuentes-principal{
        display: none;
    }
    .contenedor-preguntas2{
        display: block;
    }
    #myCard1,
    #myCard2,
    #myCard3,
    #myCard4,
    #myCard5{
        width: 100%; 
    }
}


@media (max-width: 840px){
    .texto-img{
        text-align: center;
    }
    .contenedor-texto-imagen{
        display: flex;
        flex-direction: column;
    }
    .col-sm-5{
        width: 100%;
    }
    .contenedor-valores{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icono1,
    .icono2,
    .icono3{
        width: 100%;
    }

    .parrafo-icono1,
    .parrafo-icono2,
    .parrafo-icono3{
        width: 100%;
    }

    .texto-somos-aybar{
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .parrafo-texto-somos-aybar{
        text-align: center;
    }

    .titulo-1{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .titulo-2{
        width: 50%;
    }
}

@media (max-width: 768px){
    .contenedor-texto-imagen{
        display: flex;
        flex-direction: column;
    }
    .col-sm-5{
        width: 100%;
    }
    .contenedor-valores{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icono1,
    .icono2,
    .icono3{
        width: 100%;
    }

    .parrafo-icono1,
    .parrafo-icono2,
    .parrafo-icono3{
        width: 100%;
    }
}


@media (max-width: 767px){
    .texto-icono1,
    .texto-icono2,
    .texto-icono3{
        justify-content: center;
        border-right: none;
    }
    .texto-icono1 h3,
    .texto-icono2 h3,
    .texto-icono3 h3{
        border-bottom: 2px solid white;
    }

    .icono1,
    .icono2,
    .icono3{
        width: 15%;
    }

    .titulo-preguntas-frecuentes{
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 4vh;
    }
    .card1, 
    .card2, 
    .card3, 
    .card4 {
        width: 100%;
    }
    /* FOOTER 2 */
     .footer-2{
        display: block;
        background-color: #13434d;
    }
    .contenedor-footer{
        display: none;
    }
    
    .grupo-botones-footer2{
        display: flex;
        flex-direction: column;
    }

    .boton-f1,
    .boton-f2,
    .boton-f3{
        background-color: rgb(216, 216, 216); 
        color: #13434d; 
        border-radius: 1px 10px 0px 10px; 
        padding: 8px; 
        margin: 8px;
    }
    .boton-f1{
        width: auto;
    }
    .boton-f2{
        width: auto;
    }
    .boton-f3{
        width: auto;
    }
    .logo-footer2{
        align-items: start;
        background-color: transparent;
        margin-bottom: 0; 
    border-radius: 0; 
    box-shadow: none;
    }


}

@media (max-width: 576px){
    .grupo-botones-footer{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 425px){
    .card1, 
    .card2, 
    .card3, 
    .card4 {
        width: 100%;
    }

    .titulo-principal{
        font-size: 3vh;
    }
    
    .parrafo-principal{
        font-size: 1.1rem;
        
    }
    .grupo-botones-footer{
        flex-direction: column;
    }
}



@media  (max-width: 375px){
    .titulo-2 {
        width: 100%;
    }
}
