@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;
}

.nav-item a{
    padding-right: 45px; 
}

.col-lg-12 {
    position: relative; /* Establece el contexto de posicionamiento para los elementos hijos */
  }
  
  /* Estilo para el div de redes sociales */
  .redes-sociales {
    position: absolute;
    left: 0; /* Ajusta la posición horizontal según sea necesario */
    top: 35%; /* Ajusta la posición vertical según sea necesario */
    z-index: 10; /* Asegúrate de que esté encima del slider */
    width: 4%;
  }


  /*----------------------------------------------------------------------*/
  /* Estilos para el contenedor del formulario */
.overlay-form {
  position: absolute; /* Posiciona el formulario de manera absoluta */
  top: 75px; /* Ajusta la distancia desde la parte superior del contenedor */
  right: 10px; /* Ajusta la distancia desde el borde izquierdo del contenedor */
  z-index: 10; /* Asegura que el formulario esté por encima del carrusel */
  max-width: 100%; /* Ancho máximo del formulario */
  width: 300px; /* Ancho fijo del formulario */
  box-shadow: 0 0 10px rgba(0,0,0,0.2); /* Sombra para destacar el formulario */
}

/* Estilos para el formulario */
.form-container {
  background-color: #13434d; /* Fondo del formulario */
  border-radius: 8px; /* Bordes redondeados */
  padding: 0; /* Espaciado interno ajustado */
  color: white; /* Color del texto */
}

/* Ajustes a los inputs y textarea */
.form-floating input,
.form-floating textarea {
  color: white; /* Color del texto dentro de los campos */
  font-size: 14px; /* Tamaño de fuente ajustado */
  padding: 8px; /* Espaciado interno reducido */
}

/* Estilos para el botón */
.btn-primary-custom {
  border-radius: 25px; /* Bordes redondeados */
  background-color: #FFA726; /* Color de fondo */
  border: none; /* Sin borde */
  font-size: 14px; /* Tamaño de fuente */
  padding: 8px 16px; /* Espaciado interno del botón */
}


  /*--------------------------------------------------------------------------*/

.portada2 {
    position: relative; /* Necesario para posicionar los elementos dentro de este contenedor */
    height: 80vh; /* Ajusta la altura según tus necesidades */
    background-image: url('imagen/xdddd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid rgb(0, 0, 0);
    padding: 0;
}

.titulo {
    position: absolute; /* Posiciona el título sobre la imagen */
    top: 10%; /* Ajusta la posición vertical del título */
    left: 50%; /* Centra el título horizontalmente */
    transform: translateX(-50%); /* Ajusta la posición horizontal del título */
    color: white;
    text-align: center;
    width: 100%; /* Asegura que el texto del título ocupe el ancho completo */
    padding: 10px; /* Agrega un poco de padding alrededor del texto */
}

.card {
    background: rgba(255, 255, 255, 0); /* Fondo blanco semitransparente para las tarjetas */
    border-radius: 8px; /* Bordes redondeados de las tarjetas */
    overflow: hidden; /* Asegura que el contenido no se desborde */
    padding: 0; /* Elimina el padding dentro de las tarjetas */
    background-size: cover;
    top: 100%;
}

.card iframe {
    width: 100%; /* Asegura que el video ocupe todo el ancho de la tarjeta */
    height: 24vh; /* Ajusta la altura del video automáticamente */
    border: none; /* Elimina el borde del iframe */
}

.card-body {
    padding: 0; /* Elimina el padding dentro del cuerpo de la tarjeta */
}

.form-group {
    margin: 0; /* Elimina márgenes en el contenedor del grupo de formularios */
}

.card-body h4, .card-body p {
    margin: 10px 0; /* Espacio entre el título, subtítulo y otros elementos */
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: none !important;
    text-align-last: none !important;
    display: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    color: transparent;
}


.bg-white {
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    height: 470px;
}

.btn {
    background: #FFA726;
    border-color: transparent;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #13434d;
}

/* Elimina el efecto hover */
.btn:hover {
    background: #13434d;
    color: white;
    border-color: none;
} 
.slider-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Para ocultar la barra de desplazamiento en navegadores que la muestran */
    -ms-overflow-style: none; /* Para ocultar la barra de desplazamiento en navegadores de Internet Explorer */
}
.slider-container::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en navegadores basados en WebKit */
}
.slider-item {
    display: inline-block;
    margin-right: 15px; /* Espacio entre cada tarjeta */
    vertical-align: top; /* Alinea las tarjetas en la parte superior del contenedor */
}

.texto{
    color: #13434d;
    justify-content: center;
    background-color: #13434d00;
    padding-bottom: 7vh;
}


/*------------------------ TITULO DE CADA SECTION -----------------------------------*/
.titulo-proyectosd{
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    color: rgb(255, 255, 255);  
}

.carousel-indicators .active {
  background-color: #FFA726; /* Color de fondo para el indicador activo */
}
  
p{
    margin: 1rem;
}
/*----------------------------------------*/
.FlexContainer {
    position: absolute; /* Posicionamiento absoluto */
    z-index: 1; /* Z-index para estar encima de la imagen */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
}

.FlexContainer .content-portada {
    width: 380px;
    margin: 5px;
}

.FlexContainer .content-portada-v {
    width: 500px;
    margin: 5px;
}

.card-formulario{
    background: #13434d;
    color: white;
    border-radius: 14px;
}

.mt-n1 {
    margin-top: -3.25rem !important;
}

.beneficios{
    padding: 0;
    height: 18vh; 
    width: 100%;
}

.w-50 {
    width: 55% !important;
}

/*horizontal*/

.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: transparent;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: transparent;
}


.fila-videos{
    padding-top: 8vh; 
    padding-bottom: 15vh;
}

.grupo-botones-footer{
    display: flex;
}

.boton-estrella{
    width: 30%;
}

.titulo-contenedor-videos{
    font-size: 5vh;
}

/*horizontal*/

.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: transparent;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: transparent;
}


.fila-videos{
    padding-top: 8vh; 
    padding-bottom: 15vh;
}

.grupo-botones-footer{
    display: flex;
}

.boton-estrella{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo-contenedor-videos{
    font-size: 5vh;
}

/*-----------------------------------  SWIPER -------------------------------------------------------------------*/
/*-----------------------------------      MENU-------------------------------------------------------------------*/
/*------------------------------------------------------SECCION 2 SWIPPER -----------------------------------------------*/
.slider-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 70px 55px;
  }
  
  .card-list .card-item {
    height: auto;
    color: #fff;
    user-select: none;
    padding: 60px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .card-list .card-item .user-image {
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    border: 2px solid #fff;
    padding: 0;
  }
  
  .card-list .card-item .user-profession {
    font-size: 1.15rem;
    color: #13434d;
    font-weight: 500;
    margin: 14px 0 40px;
  }
  
  .card-list .card-item .message-button {
    font-size: 1rem;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 400;
    cursor: pointer;
    background: #FFA726;
    border: 1px solid transparent;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
  }
  
  .titulo-beneficios{
    text-align: center; 
    font-size: 5vh;
  }




  .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 */
  }




  
  .card-list .card-item .message-button:hover {
    background: #13434d;
    border: 1px solid #fff;
    color: #fff;
  }
  
  .slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 13px;
    width: 13px;
    opacity: 0.5;
  }
  
  .slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  .slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -55px;
    transition: 0.2s ease;
  }
  
  .slider-wrapper .swiper-slide-button:hover {
    color: #4658ff;
  }
  /*REPONSIVE DE SWIPER*/
  @media (max-width: 768px) {
    .slider-wrapper {
      margin: 0 10px 40px;
    }
  
    .slider-wrapper .swiper-slide-button {
      display: none;
    }
  }
/*------------------------------------*/
/*---------- COMENTARIOS O TESTIMONIOS---------------*/

.testim{
    width: 100%;
}
.testim .wrap{
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}
.testim .arrow{
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before{
    cursor: pointer;
}
.testim .arrow.left{
    left: 10px;
}
.testim .arrow.right{
    right: 10px;
}
.testim .arrow:hover{
    color: #ea830e;
}
.testim .dots{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}
.testim .dots .dot{
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover{
background: #ea830e;
border-color: #ea830e;
}

.testim .dots .dot.active{
    animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont{
    position: relative;
    overflow: hidden;
}
.testim .cont > div{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive{
    opacity: 1;
}
.testim .cont > div.active{
    
    position: relative;
    opacity: 1;
    
}
.testim .cont div .img img{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div h2{
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}
.testim .cont div p{
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img{
    animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active h2{
    animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img{
    animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive h2{
    animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}


.texto-confia-aybar{
    font-weight: 500;
}

/*------------ FOOTER 2 -----------------*/
.footer-2{
    background-color: #4658ff;
    display: none;
}

.contenedor-sala-ventas2{
    border: 2px solid rgba(255, 0, 0, 0);
    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;
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}


/*FORMULARIO OCULTO*/
.formulario{
    display: none;
}

/* Responsive de testimonios o comentarios*/

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 500px) {
    .testim .arrow{
        font-size: 1.5rem;
    }
    .testim .cont div p{
        line-height: 25px;
    }
}



@media (max-width: 1420px) {
    .carousel-item img{
        height: 70vh;
    }
}

/* Responsividad del formulario */
@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%;
    }
    
    /*FORMULARIO OCULTO*/
    .carousel-item img{
        height: auto;
    }
    
    .formulario{
        display: block;
    }
    
    .formulario .card{
        display: flex;
        align-items: center;
    }

    section .card .card-formulario{      
        width: 100%;      
    }
    .contenedor-boton-estrella{
        display: flex;  
        flex-wrap: wrap; 
        justify-content: center;
    }
}


@media (max-width: 993px){
    .titulo-1{
        width: 100%;
    }
    .titulo-2{
        width: 50%;
    }
    .contenedor-boton-pagar{
        display: flex;
        justify-content: center;
    }
    .pagar{
        width: 50%;
    }

    .contenedor-video{
        width: 70%;
    }

    .fila-videos{
        display: flex;
        justify-content: center;
        padding-top: 5vh;
    }

    .redes-sociales{
        display: none;
    }

    .show{
        padding: 3vh;
    }
}

@media (max-width: 650px){
    section .card .card-formulario{
        width: 100%;
    }
}


/* Responsividad del formulario */
@media (max-width: 768px) {
  .overlay-form {
    width: 80%; /* Ajusta el ancho en pantallas pequeñas */
    right: 5px; /* Reduce el espacio desde el borde izquierdo */
    display: none;
  }
  
  .swipers{
    width: 45%;
    height: 410px;
    }

    .titulo-contenedor-videos{
        font-size: 4vh;
    }
    


}

@media (max-width: 767px){
    .beneficio-1,
    .beneficio-2,
    .beneficio-3,
    .beneficio-4{
        width: 60%;
    }


    .contenedor-beneficio-1,
    .contenedor-beneficio-2,
    .contenedor-beneficio-3,
    .contenedor-beneficio-4{
        display: flex;
        justify-content: center;
    }

    .boton-estrella{
        width: 60%;
    }
    .swipers {
        width: 60%;
        height: 400px;
    }

    .navbar-toggler {
        background-color: #13434d; /* Ajusta el color si es necesario */
      }
      
     /*--------------- 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;
    }
    .logo-footer{
        box-shadow: none;
    }

}

@media (max-width: 576px) {
  .overlay-form {
    width: 90%; /* Ajusta el ancho en pantallas aún más pequeñas */
    right: 5px; /* Reduce el espacio desde el borde izquierdo */
    top: 5px; /* Reduce el espacio desde la parte superior */
  }

  .grupo-botones-footer{
    flex-direction: column;
    align-items: center;

  }

  .boton-1,
  .boton-2,
  .boton-3{
    width: 50%;
  }

  .texto-confia-aybar{
    display: flex;
    flex-direction: column;
  }


  
}

@media (max-width: 425px){
    .swipers {
        width: 80%;
        height: 400px;
    }

    .contenedor-video {
        width: 90%;
    }
    .boton-estrella{
        width:80%;
    }
}

@media (max-width: 375px){
    .boton-1,
    .boton-2,
    .boton-3{
        width: 70%;
    }

    

    .swipers {
        width: 90%;
        height: 400px;
    }
}

@media (max-width: 330px){
    .swipers {
        width: 100%;
        height: 400px;
    }
}