h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

p,
span,
a,
table,
th,
td,
small,
input,
.form-control,
div {
    font-family: 'Lato', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #23538F;
}
.hiperlink_titulo {
    color: #e4b028;
}
.hiperlink_titulo:hover {
    color: #967420;
}

.breadcrumbs {
    font-size: 14px;
}

.sticky-top {
    top: 120px;
}

.btn_amarillo {
    color: #e4b028;
    text-decoration: none;
}

.btn_amarillo:hover {
    color: #b3871a;
}

.text_gris {
    color: #808080;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    color: #fff;
}

.nav-link:hover {
    color: #e4b028 !important;
}

.navbar .btn {
    padding: 8px 20px;
    font-size: 13px;
}

.navbar .active {
    background: #23538F;
    border-radius: 50px;
}

.activo {
    background: #23538F;
    color: #fff;
}

.azul {
    color: #23538F;
}

.text-gris {
    color: #808080;
}

.ancho_div {
    border: 1px solid #e5e5e5;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    /* background: linear-gradient(180deg, #000, transparent); */
}

.header.scrolled {
    background: rgb(35, 83, 143, .7);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.nav_contenido_responsive {
    display: none;
}

.header_contenido {
    height: 120px;
    transition: height .35s ease, padding .35s ease;
}

.header.scrolled .header_contenido {
    height: 95px;
}

.logo {
    width: 220px;
}

.background_azul {
    background: #23538F;
}

.slider {
    height: 100vh;
    display: flex;
    align-items: center;
}

.slider_titulo {
    font-size: 70px;
}
.slider_subtitulo {
    font-size: 20px;
}
.swiper {
    z-index: -1 !important;
}

.mySwiper .swiper-slide {
    overflow: hidden;
}

.mySwiper img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.mySwiper {
    position: relative;
}

/* ESTADO BASE (fuera del hover) */
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0);
    transition:
        opacity .35s ease,
        transform .35s ease;
}

/* estado visible */
.mySwiper:hover .swiper-button-prev,
.mySwiper:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
}

/* desplazamiento sutil */
.mySwiper .swiper-button-prev {
    transform: translateX(-12px);
}

.mySwiper .swiper-button-next {
    transform: translateX(12px);
}

/* al hover vuelven al centro */
.mySwiper:hover .swiper-button-prev,
.mySwiper:hover .swiper-button-next {
    transform: translateX(0);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    background: #23538F;
    padding: 20px;
}

#slider_swiper .swiper-button-prev {
    left: 4%;
    /* ajustá a gusto */
}

#slider_swiper .swiper-button-next {
    right: 4%;
}

.btn_outline_azul {
    border: 2px solid #23538F;
    color: #000;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 50px;
}

.btn_outline_azul:hover {
    background: #23538F;
    color: #fff;
}

.btn_azul {
    background: #23538F;
    color: #fff;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 50px;
}

.btn_azul:hover {
    background: #18355a;
    color: #fff;
}

.btn_grande_azul {
    background: #23538F;
    color: #fff;
    padding: 15px 30px;
    font-size: 13px;
    border-radius: 50px;
}

.btn_grande_azul:hover {
    background: #18355a;
    color: #fff;
}

.banner {
    height: 250px;
}

.text_azul {
    color: #23538F;
}

.img_servicios {
    filter: grayscale(100%);
    transition: all 0.8s ease-in-out;
}

.img_servicios:hover {
    filter: grayscale(0%);
    transition: all 0.8s ease-in-out;
}

.table tr td {
    background: transparent;
}

.copyright a {
    color: #23538F;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
}

.scrolltop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #e4b028;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp {
    width: 300px;
    position: fixed;
    bottom: 20px;
    right: 90px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.promo-wrap {
    overflow: hidden;
}

.promo-card {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: top;
    background-size: cover;
    background-position: center;
}

.promo-content {
    position: relative;
    z-index: 2;
    max-width: 280px;
    padding: 20px 30px;
}

.promo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* BLOQUE 1 */


/* MODAL PRODUCTOS Y SERVICIOS */
.modal_productos {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .25s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.modal_productos_box {
    height: 120px;
    background: #000;
    transition: all .20s ease;
}

.modal_productos .active {
    background: #fff;
}

.modal_productos a {
    text-decoration: none;
    color: #808080;
}

.modal_productos a:hover {
    color: #000;
}

.modal_productos.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Quitar bordes bootstrap */
.modal_productos .nav-tabs {
    border-bottom: none;
}

.modal_productos .nav-tabs .nav-link,
.modal_productos .nav-tabs .nav-link:hover,
.modal_productos .nav-tabs .nav-link:focus,
.modal_productos .nav-tabs .nav-link.active {
    border: none !important;
    background: transparent;
    box-shadow: none;
}

/* Estilo tabs */
.modal_productos .nav-tabs .nav-link {
    font-weight: 600;
    color: #666;
    padding: 12px 20px;
    position: relative;
}

.modal_productos .nav-tabs .nav-link.active {
    color: #000;
}

.modal_productos .nav-tabs li {
    width: 33.3333%;
}

/* Indicador inferior */
.modal_productos .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #23538F;
}

.modal_servicios {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .25s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.modal_servicios .active {
    background: #fff;
}

.modal_servicios a {
    text-decoration: none;
    color: #808080;
}

.modal_servicios a:hover {
    color: #000;
}

.modal_servicios.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* END MODAL PRODUCTOS Y SERVICIOS */
.hero-subpages {
    height: 350px;
}

.btn_glossy {
    background: rgba(35, 83, 143, 0.3); /* negro semi-transparente */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    backdrop-filter: blur(5px); /* el blur que da el efecto glass */
    -webkit-backdrop-filter: blur(5px); /* compatibilidad Safari */
    transition: all 0.3s ease;
}

.btn_glossy:hover {
    background: rgba(35, 83, 143, 0.8);
    color: #fff;
}
.filtro {
    display: block;
}
.filtro_responsive {
    display: none;
}
.col-22 {
    float: left; 
    width: 22.5%;
}
.col-30 {
    float: left; 
    width: 30%;
}
.col-diez {
    float: left; 
    width: 10%;
}
.animacion_texto .dots::after{
    content: '';
    animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots{
    0%   { content: ' '; }
    20%  { content: ' .'; }
    40%  { content: ' . .'; }
    60% { content: ' . . .'; }
    80% { content: ' . . . .'; }
    100% { content: ' . . . . .'; }
}

@media screen and (max-width: 992px) {
    .col-22 {
        float: left; 
        width: 100%;
    }
    .col-30 {
        float: left; 
        width: 100%;
    }
    .col-diez {
        float: left; 
        width: 100%;
    }
    .filtro {
        display: none;
    }
    .filtro_responsive {
        display: block;
    }

    .hero-subpages {
        height: 300px;
    }

    .promo-card {
        clip-path: none !important;
        min-height: 320px;
    }

    .header_contenido {
        height: 70px !important;
    }

    .nav_contenido_responsive {
        display: block;
    }

    .logo {
        width: 170px;
    }

    .nav_contenido {
        display: none;
    }

    .slider {
        height: 110vh;
    }

    .slider_titulo {
        font-size: 20px;
    }

    .slider_subtitulo {
        font-size: 20px;
        display: none;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 14px !important;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        color: #fff;
        background: #23538F;
        padding: 10px;
    }

    .mySwiper .swiper-button-prev {
        left: 1%;
        /* ajustá a gusto */
    }

    .mySwiper .swiper-button-next {
        right: 1%;
    }

    .scrolltop {
        width: 40px;
        height: 40px;
        bottom: 60px;
        right: 10px;
        border-radius: 50%;
    }

    .ws {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
        border-radius: 50%;
    }

    .whatsapp {
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
        border-radius: 5px;
        z-index: 9999;
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .header_contenido {
        height: 120px;
    }

    .header.scrolled .header_contenido {
        height: 90px !important;
    }
}
