@font-face {
    font-family: 'FreeSansBold';
    src: url('../fonts/FreeSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-style: normal;
}

.img_banners {
    height: 80vh;
    /*object-fit: cover;*/
}

@media (max-width: 768px) {
    .img_banners {
        height: auto;
    }
}

.roboto-condensed-light {
    font-family: 'RobotoCondensed-Light', sans-serif;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    padding: 10px 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 100;
    font-size: 25px;
}

.whatsapp-float i {
    color: white;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: white;
    text-decoration: none;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px); 
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.toast-icon{
    width: 25px !important;
    height: 25px !important;
}

.fade-in {
    opacity: 1;
    animation: fadeIn .7s ease-out forwards;
}

.tab-content_v {
    height: 65vh; 
    position: relative;
}
.tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; 
    display: none; 
}
.tab-pane.show.active {
    display: flex; 
    align-items: center;
    justify-content: center;
}
.nav-tabs-vertical_v .nav-link {
    border: none;
}
.nav-tabs-vertical_v .nav-link.active {
    border-bottom: 2px solid #0d6efd; 
}
.video-responsive {
    width: 100%;
    height: auto;
    max-height: 100%;
}
@media (max-width: 768px) {
    .tab-content_v {
        height: auto; 
    }
    .tab-pane {
        position: relative;
        display: none;
    }
    .tab-pane.show.active {
        display: block;
    }
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.marca {
    font-weight: 300;
}

.catalog-title {
    font-weight: 600; 
    font-size: 2.5rem; 
    color: #001C4E; 
    text-align: left; 
    margin: 0 0; 
    font-family: 'Arial', sans-serif; 
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; 
    border-radius: 16px; 
    background-color: #f0f0f0; 
    border: 2px solid #001C4E; 
    color: #001C4E; 
    margin-top: 0.5rem; 
}

.chip i {
    margin-right: 0.25rem; 
}

.ribbon {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.ribbon p{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
}

.section-content {
    text-align: center;
}

.inf-general-h2{
    margin-top: 75px;
    font-weight: 400;
}

.inf-general-p{
    margin: 20px 15%;
}

.img-lamina{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.title-lamina{
    letter-spacing: .15rem;
    font-size: 3rem;
    font-family: 'FreeSansBold', sans-serif;
    font-weight: bold;
}

.btn-lamina{
    color: white;
    text-decoration: none;
    border: 0.15rem solid;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin-top: 7%;
}

@media (min-width: 768px) {
    .custom-row {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767.98px) {
    .custom-row {
        flex-direction: column;
    }
}

.select-container {
    margin-bottom: 20px;
}
.privacy-section {
    margin-top: 20px;
}
.privacy-checkbox {
    margin-bottom: 10px;
}
.card-custom {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}


.custom-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
}

@media (min-width: 768px) {
    .custom-title {
        font-size: 4rem;
    }
}

.custom-text {
    text-align: justify;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .custom-text {
        font-size: 1.25rem;
    }
}




[data-aos] {
    opacity: 0; 
    transform: translateY(20px); 
}

[data-aos].aos-animate {
    opacity: 1; 
    transform: translateY(0); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; 
}

.logo-text {
    margin-top: 15px; 
    font-size: 1rem; 
    font-weight: 600; 
    color: #333;
    text-align: center; 
}

/* --- BENEFICIOS --- */
.fondo-section-beneficios {
    position: relative;
    overflow: hidden;
    height: 100vh; /* Altura completa de la pantalla */
    padding: 20px;
    color: #fff;
    display: flex; /* Usado para centrar el contenido verticalmente */
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
}

.fondo-section-beneficios img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Mantiene la proporción de la imagen */
    object-fit: cover; /* Asegura que la imagen cubra el contenedor sin distorsionarse */
    z-index: -1; /* Asegura que la imagen esté detrás del contenido */
}

.content {
    position: absolute; /* Cambiado a absolute para controlar la ubicación */
    top: 20px; /* Espacio desde la parte superior del contenedor */
    left: 20px; /* Espacio desde el lado izquierdo del contenedor */
    width: 50%; /* Ocupa el 50% de la pantalla en escritorio */
    max-width: 100%; /* Asegura que el contenido no se desborde */
    text-align: center; /* Alinea el texto al centro dentro del contenedor */
    background-color: rgba(0, 0, 0, 0.05); /* Fondo semitransparente para mejorar la legibilidad del texto */
    padding: 40px; /* Espacio interior */
    border-radius: 10px; /* Bordes ligeramente redondeados */
}

.content h1 {
    font-size: calc(2.5rem * 1.5); /* Tamaño del título aumentado en un 25% */
    font-weight: bold; /* Añade un peso de fuente más fuerte */
    margin-bottom: 0.5rem;
}

.content p {
    font-size: calc(1rem * 1.5); /* Tamaño del párrafo aumentado en un 25% */
    line-height: 1.5;
    margin-bottom: 0.5rem; 
    letter-spacing: 2px;
}

.button-container-beneficios {
    display: flex; /* Usa flexbox para alinear los botones horizontalmente */
    justify-content: center; /* Centra los botones horizontalmente */
    gap: 10px; /* Espacio entre los botones */
    margin-top: 20px;
}

.btn-beneficios {
    display: flex; /* Asegura que el botón se ajuste al contenido */
    align-items: center; /* Centra el texto verticalmente dentro del botón */
    justify-content: center; /* Centra el texto horizontalmente dentro del botón */
    background-color: rgba(128, 128, 128, 0.6); /* Fondo semitransparente grisáceo */
    color: #fff; /* Color del texto blanco */
    padding: 10px; /* Espacio interior del botón */
    border-radius: 25px; /* Bordes redondeados */
    text-align: center; /* Centra el texto dentro del botón */
    text-decoration: none; /* Quita el subrayado del enlace */
    transition: background-color 0.3s ease;
    width: 350px; /* Ancho fijo para los botones */
    height: 50px; /* Alto fijo para los botones */
    display: flex; /* Usa flexbox para alinear el contenido dentro del botón */
    align-items: center; /* Centra el contenido verticalmente dentro del botón */
    justify-content: center; /* Centra el contenido horizontalmente dentro del botón */
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 1.1rem;
    margin: 1rem;
}

.btn-beneficios:hover {
    background-color: rgba(128, 128, 128, 0.8); /* Fondo más oscuro en hover */
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .content {
        width: 100%; /* Ocupa el 100% de la pantalla en dispositivos móviles */
        padding: 0px;
        margin: 0px;
        top: 100px;
        left: 0;
    }

    .button-container-beneficios {
        flex-direction: column; /* Alinea los botones verticalmente en móviles */
        gap: 10px; /* Espacio entre los botones */
    }
}

/* --- BENEFICIOS NUEVO --- */
.content-beneficios {
    text-align: left;
}

.title-beneficios {
    font-size: 2rem; /* Ajusta el tamaño del título */
    font-weight: 700; /* Negrita para el título */
    margin-bottom: 5px;
    margin-left: 2rem;
    margin-top: 0rem;
    margin-right: 2rem;
}

.subtitle-beneficios {
    font-size: 1.25rem; /* Ajusta el tamaño del subtítulo */
    color: black;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0px !important;
    text-align: left;
}

.lottie-container-beneficios {
    display: flex;
    justify-content: center;
    height: 75vh;
}

.content-beneficios {
    text-align: left;
    margin-bottom: 2rem; 
}

.title-beneficios {
    font-size: 2.5rem; /* Tamaño más grande para el título */
    font-weight: 700; 
    margin-bottom: 5px;
    margin-left: 2rem;
    margin-top: 3rem;
    margin-right: 2rem;
}

.subtitle-beneficios {
    font-size: 1.25rem;
    color: #666; 
    margin-bottom: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.beneficio-left {
    text-align: left;
    margin-bottom: 30px;
}

.beneficio-right {
    text-align: right;
    margin-bottom: 30px;
}

.beneficio-center {
    text-align: center;
    margin-top: 40px;
}

.beneficio-title {
    font-size: 2rem; /* Tamaño grande para los títulos */
    font-weight: bold;
    text-align: left;
    color: #333;
}

.beneficio-texto {
    font-size: 1.25rem; /* Tamaño estándar para el texto */
    color: #444;
}

.beneficio-texto-bold {
    font-size: 1.5rem; /* Tamaño ligeramente más grande para los textos en negrita */
    font-weight: bold;
    color: #222;
}

.beneficio-texto-large {
    font-size: 1.75rem; /* Texto más grande para un beneficio destacado */
    font-weight: 300;
    color: #555;
    max-width: 80%;
    margin: 0 auto; /* Centrado horizontalmente */
}

.s-margin-t{
    margin-top: 3rem;
}

.button-container {
    text-align: center; /* Centra el botón horizontalmente */
    margin-top: 50px; /* Añade un espacio superior */
}

.btn-cotizar-ben {
    display: inline-block;
    background-color: rgb(0, 28, 78); /* Fondo azul oscuro */
    color: #fff; /* Texto blanco */
    padding: 15px 30px; /* Espaciado interior amplio */
    font-size: 1.5rem; /* Tamaño de fuente más grande */
    font-weight: bold; /* Texto en negrita */
    text-transform: uppercase; /* Texto en mayúsculas */
    letter-spacing: 2px; /* Espaciado entre letras */
    border-radius: 50px; /* Bordes redondeados */
    text-decoration: none; /* Sin subrayado */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Efecto de transición */
}

.btn-cotizar-ben:hover {
    background-color: rgb(0, 50, 120); /* Cambia el color de fondo en hover */
    transform: scale(1.05); /* Agranda ligeramente el botón en hover */
    box-shadow: 0 5px 15px rgba(0, 28, 78, 0.4); /* Añade una sombra suave en hover */
}

@media (max-width: 768px) {
    .lottie-container-beneficios {
        display: flex;
        justify-content: center;
        height: 25vh;
    }
    .title-beneficios{
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .subtitle-beneficios {
        font-size: 1.25rem; /* Ajusta el tamaño del subtítulo */
        color: black;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 0px !important;
        text-align: center;
    }
}

/* --- COTIZA --- */
.logo-blanco {
    width: 200px; /* Ajusta el tamaño según sea necesario */
    height: auto;
    filter: brightness(0) invert(1); /* Hace que los logos sean completamente blancos */
}

.d-flex_end_mio {
    align-items: flex-end; /* Asegura que ambos logos estén alineados en su base */
}
/*SLIDER DE COTIZA*/
.image-slider {
    width: 100%;
    height: 75vh;
    position: relative;
    overflow: hidden;
  }
  
  .image-slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .image-slider img.active {
    opacity: 1;
  }
  