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;
}
.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;
}
.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(50px);
    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: 70px;
}
.logo {
    width: 220px;
}
.background_azul {
    background: #23538F;
}
.slider {
    height: 750px;
    display: flex;
    align-items: center;
}
.slider_titulo {
    font-size: 60px;
}
.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:center;
    justify-content:center;
    background-size: cover;
    background-position: center;
}

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

.promo-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
}
/* BLOQUE 1 */
.promo-1{
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.promo-1::before{
    background: rgb(35, 83, 143, .6);
}
/* BLOQUE 2 */
.promo-2{
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.promo-2::before{
    background: rgba(0,0,0,.6);
}
/* BLOQUE 3 */
.promo-3{
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}
.promo-3::before{
    background: rgb(35, 83, 143, .6);
}

/* 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: 25%;
}

/* 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 */

@media screen and (max-width: 992px) {
    .promo-card{
        clip-path: none !important;
        min-height: 320px;
    }
    .header_contenido {
        height: 80px;
    }
    .nav_contenido_responsive {
        display: block;
    }
    .logo {
        width: 170px;
    }
    .nav_contenido {
        display: none;
    }
    .slider {
        height: 350px;
    }
    .slider_titulo {
        font-size: 30px;
    }
    .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;
    }
    .ws {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    .whatsapp {
        width: 100%; 
        position: fixed; 
        bottom: 0px; 
        right: 0px;
        overflow: hidden; 
        border-radius: 5px;
        z-index: 9999;
        display: none;
    }
}