.banner-inicio .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: none;
}
.banner-inicio .carousel-indicators{
    gap: 20px;
    margin-bottom: 25px;
}
.videos-inc .container-fluid{
    max-width: 83%;
    margin: auto;
}

.video-container {
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
    overflow: hidden;
}

/* FORZA que la imagen y el video tengan la misma proporción */
.video-overlay,
.video-thumbnail,
.video-element {
    width: 100%;
    aspect-ratio: 16 / 9; /* Ajusta la proporción a la del video */
    object-fit: cover; /* Mantiene la imagen sin deformarla */
    border-radius: 25px;
}

.video-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%); /* Capa oscura */
    z-index: 1;
    border-radius: 25px;
}

.play-button {
    line-height: 0;
    position: absolute;
    font-size: 40px;
    color: #f3c438;
    background: rgb(255 255 255);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    z-index: 9;
}

.video-overlay:hover .play-button {
    transform: scale(1.1);
}

.video-element {
    display: none; /* Se oculta hasta que se haga play */
}
.videos-inc h1 {
    color: #453D3B;
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
}
.videos-inc h1 strong {
    font-weight: 700;
    color: #0C26A3;
}

.linea-negocio h2, .result-cifras h2, .soste h2{
    font-family: 'MozaicGEO';
     font-size: 40px;
    font-weight: 600;
    color: #0C26A3;
}
.linea-negocio p{
    font-size: 1.2rem;
    line-height: normal;
    color: #453D3B;
    font-weight: 400;
}
.linea-negocio p b{
    font-weight: 500;
}
.linea-negocio .card{
    border-radius: 20px;
    color: white;
    border: none;
}
.linea-negocio .card1{
	background-color:#009EE2;
}
.linea-negocio .card2{
	background-color: #008B3D;
}
.linea-negocio .card3{
	background-color: #4DADA8;
}
.linea-negocio .card4{
	background-color: #0073B8;
}
.linea-negocio .card5{
	background-color: #F3C438;
}
.linea-negocio .card h3{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.linea-negocio .card h3 b {
    font-weight: 700;
}
.linea-negocio .card.card5 h3 {
    color: #0C26A3;
}
/* Imagen inicial */
/* .card img.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: relative;
    z-index: 2;
} */
/* Overlay con imagen y botón oculto */
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;    
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 3;
}
/* .card-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 20px;
} */
.card-hover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1; /* Asegura que esté sobre el filtro */
    
}
.btn-hover {
    position: absolute;
    bottom: 1rem;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    z-index: 1;
}
/* Efecto hover */
.card:hover .card-img,
.card:hover .card-title {
    opacity: 0;
}
.btn-hover:hover {
    text-decoration: none;
    color: #fff;
}

.card:hover .card-overlay {
    opacity: 1;
    visibility: visible;
}
.linea-negocio .card1 .btn-hover {
    background-color:#009EE2;
}
.linea-negocio .card2 .btn-hover {
    background-color:#008B3D;
}
.linea-negocio .card3 .btn-hover {
    background-color:#4DADA8;
}
.linea-negocio .card4 .btn-hover {
    background-color:#0073B8;
}
.linea-negocio .card5 .btn-hover {
    background-color:#F3C438;
}
.btn-azul{
display: inline;
    color: #fff !important;
    background-color: var(--azul-o);
    padding: 13px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
.btn-azul:hover, a.btn-card:hover, a.btn-conoce:hover,
a.btn_line:hover, a.btn_serv:hover{
	color: var(--blanco) !important;
	background-color: #071763 !important;
	text-decoration: none;
}
.soste .card{
    border-radius: 30px;
    border: none;
    height: 450px;
    overflow: hidden;
}
.soste .card .txt{
        text-align: center;
    background-color: var(--azul-o);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 30px 30px;
    position: absolute;
    bottom: 0;
    height: 25%;
    width: 100%;
    justify-content: center; 
    transition: height .45s ease;
}
.soste .card .txt.tcenter {
    align-items: center; 
    justify-content: center;
}
.soste .card .txt h3{
    color: white;
    font-size: 1.2rem;
    line-height: 1.2;
}
 .soste .card .txt a.btn-card{
    display: inline-block;
    background: #fff;
    color: var(--azul-o);
    font-weight: 500;
    border-radius: 50px;
    margin-top: 1rem;
        line-height: 0.8;
    font-size: 18px;
   max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0 17px;
    pointer-events: none;
    transition: 
        max-height .2s ease,
        opacity .15s ease,
        margin-top .2s ease,
        padding .1s ease;
} 
.soste .card .img-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.soste .card .img-card{
    height: auto;
    width: 100%;
    position: absolute;
}
/* HOVER */
.soste .card:hover .txt{
    height: 100%;
}

.soste .card:hover .txt a.btn-card{
       max-height: 60px; /* suficiente para el botón */
    opacity: 1;
    margin-top: 1rem;
    padding: 15px 15px;
    pointer-events: auto;
}
.conoce{
    /* background-image: url('../img/fondo-conoce.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}
a.btn-conoce{
	display: inline-block;
    color: white;
    background-color: #0C26A3;
        padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1;
}
.conoce h2 {
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.conoce h3{
    color: white;
     font-size: 28px;
    font-weight: 500;
}
.txt-conoce{
    color: white;
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.escuela p {
    font-size: 18px;
    line-height: 1.3;
    color: #453D3B;
    font-weight: 400;
}
.escuela p b{
    font-weight: 500;
}
.escuela h2 {
    font-size: 35px;
    color: var(--azul-o);
    font-weight: 700;
}

.provee img{
    border-radius:  25px 0 0 25px;
}
.div-cont-pro_cana{
    background-color: var(--azul-o);
    color: white;
    font-size: 2.5rem;
    border-radius: 0 25px 25px 0;
}
.f-pro_cana, .div-cont-pro_serv{
    background-color: var(--azul-m);
    color: white;
    font-size: 2.5rem;
}
.div-cont-pro_cana h2, .div-cont-pro_cana p,
.div-cont-pro_serv h2, .div-cont-pro_serv p{
    color: #fff;
}
.div-cont-pro_cana h2{
    font-weight:500;
    font-size: 33px;

}
.div-cont-pro_cana p {
    font-weight: 400;
    font-size: 18px;
}

a.btn_line {
    background-color: var(--amarillo);
    color: var(--azul-o);
     padding: 12px 20px;
    border-radius: 50px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}

a.btn_serv{
    background-color: var(--blanco);
    color: var(--azul-o);
       padding: 12px 20px;
    border-radius: 50px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
.div-btns {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* Transiciones suaves */
#pro_cana, #pro_serv {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Efectos de entrada */
.slide-in-right {
    transform: translateX(100%);
    opacity: 0;
}

.slide-in-left {
    transform: translateX(-100%);
    opacity: 0;
}

.visible {
    transform: translateX(0);
    opacity: 1;
}

.instante h2 {
    font-size: 2rem;
    color: var(--azul-o);
    font-weight: 500;
}
button.filter-button {
    border: none;
    border-radius: 55px;
    padding: 10px 15px;
    font-size: 15px;
     background-color: white;
    color: #453D3B;
    font-weight: 600;   
}
div#buttons-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: max-content;
    box-shadow: 2px 4px 15px 0 #E7E9F6;
    padding: 8px;
    border-radius: 55px;
}

.filter-button.active {
    background-color: var(--azul-o);
    color: white;
}
.div-list-blogs{
    box-shadow: 2px 4px 15px 0 #E7E9F6;
    border-radius: 25px;
    border: 1px solid #F1F2FA;
    padding: 40px 32px;
}

.loader-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}
.fade-in {
    display: none;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.u-post-item{
    position: relative;
        height: 490px;
}
.u-post-item img, #post-list img {
    border-radius: 15px;
    object-fit: cover;
}
.u-post-item .div-tt_fe{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 30%, #00000082 80%);
    padding: 30px;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    display: flex    ;
    flex-direction: column;
    justify-content: flex-end;
}

#post-list h5 {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #0C26A3;
}

#post-list p {
    font-size: 15px;
    line-height: normal;
    color: #5B5E6C;
    font-weight: 400;
}

#post-list h3{
    color: var(--azul-o);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: bold;
}
#post-list .fecha-leer p {
    color: #5B5E6C !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: normal;
}
#post-list .fecha-leer a{
padding: 8px 24px;
    background-color: #E7E9F6;
    color: #0C26A3;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
}
#post-list .fecha-leer a:hover{
     color: #E7E9F6;
    background-color: #0C26A3;
    text-decoration: none;
}
.post-item{
    height: 430px;
    overflow: auto;
}
.h-200{
    height: 200px !important;
}
.btn-blog {
    padding: 10px 40px;
    background-color: var(--azul-o);
    border: 1px solid var(--azul-o);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}
.btn-blog:hover{
    background-color: white;
    color: var(--azul-o);
    text-decoration: none;
}
.provee {
    overflow: hidden;
}


.cifras-dere .card img {
    width: 35px;
}
.cifras-dere .card{
    box-shadow: 1px 3px 10px 0 rgba(50, 50, 50, 0.25);
    border: none;
    border-radius: 7px;
}
.cifras-dere .card:first-child {
    background-color: var(--azul-o);
}
.cifras-dere .card:first-child h3, 
.cifras-dere .card:first-child p {
    color: var(--blanco);
}
.cifras-dere .card h3{
     font-family: 'MozaicGEO';
     font-size: 40px;
     font-weight: 700;
    color: var(--azul-o);
}
.cifras-dere .card p{
    font-size: 17px;
    font-weight: 400;
     color: var(--azul-o);
     line-height: 1.3;
}

.cifras-h h3{
     font-family: 'MozaicGEO';
     color: var(--azul-o);
     font-weight: 500;
     font-size: 28px;
}
.cifras-h p{
    font-size: 15px;
    font-weight: 400;
    color: #5B5E6C;
    line-height: 1.3;
}

@media (max-width: 600px){
    .divBtn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .videos-inc h1 {
        font-size: 18px;
    }
    .btn-azul{
        padding: 10px 30px;
    font-size: 15px;
    }
    .linea-negocio h2, .result-cifras h2, .soste h2{
        font-size: 25px;
        line-height: 1;
    }
    .linea-negocio h2 br {
        display: none;
    }
    .linea-negocio p {
    font-size: 17px;
    }
    .linea-negocio .card h3{
        font-size: 1rem;
    }
    .cifras-dere .card{
        display: grid;
        grid-template-columns: 50px 1fr;
        align-items: center;
    }
    .cifras-dere .card img {
        grid-row: 1 / span 2;
        padding-right: 10px;
        width: 100%;
        margin-right: auto;
    }
    .cifras-dere .card h3{
        font-size: 25px;
        display: block;
        grid-column: 2;
        grid-row: 1;
        line-height: 1;
        margin: 0;
    }
    .cifras-dere .card p{
            font-size: 13px;
                display: block;
    grid-column: 2;
    grid-row: 2;
    }
    .cifras-h h3 {
    font-weight: 600;
    font-size: 15px;
    }
    .cifras-h p {
    font-size: 10px;
    }
    /* evita conflictos bootstrap + slick */
.sostenibilidad-slider .item-slide{
    height:auto;
}


    .sostenibilidad-slider .item-slide{
        padding:0 10px;
    }

    .sostenibilidad-slider .card{
        margin:0 auto;
    }

    



.sostenibilidad-slider .slick-dots li,
.post-mobile-slider .slick-dots li {
position: relative;
    width: auto;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sostenibilidad-slider .slick-dots li.slick-active button:before, 
.sostenibilidad-slider .slick-dots li button:before,
.post-mobile-slider .slick-dots li button:before,
.post-mobile-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    content: " " !important;
    color: transparent; 
}
/* contenedor de dots */
.sostenibilidad-slider .slick-dots,
.post-mobile-slider .slick-dots {
    display:flex !important;
    justify-content:center;
    align-items:center;
    margin-top: 0px;
    padding:0;
    list-style:none;
    position: relative;
    bottom: -20px;
}

/* item */


/* botón interno */
.sostenibilidad-slider .slick-dots li button,
.post-mobile-slider .slick-dots li button {
    width:12px;
    height:12px;
    border-radius:50px;
    background:#0C26A34D;
    border:none;
    padding:0;
    font-size:0;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

/* activo */
.sostenibilidad-slider .slick-dots li.slick-active button,
.post-mobile-slider .slick-dots li.slick-active button{
    width:30px;
    background:#0C26A3;
}

.sostenibilidad-slider .slick-dots li button,
.post-mobile-slider .slick-dots li button{
    transform-origin:left center;
}

.sostenibilidad-slider .slick-dots li.slick-active button,
.post-mobile-slider .slick-dots li.slick-active button{
    width:40px;
    border-radius:20px;
}
.conoce h3 {
    font-size: 18px;
    font-weight: 400;
}
.conoce h2 {
    font-size: 35px;
    width: 75%;
}
.txt-conoce img{
    width: 35px;
}
.escuela h2 {
    font-size: 30px;
}
.escuela p {
    font-size: 15px;
}
.div-cont-pro_cana{
    border-radius: 0 0 25px 25px;
}
.div-btns {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.provee img {
    border-radius: 25px 25px  0 0 ;
}
.instante h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.u-post-item {
    height: 350px;
}



    .u-post-item {
        height: 260px;
        margin-bottom: 25px;
    }

    .u-post-item .div-tt_fe {
        padding: 22px;
    }

    .u-post-item .div-tt_fe h4 {
        font-size: 14px;
        font-weight: 700;
    }

    .u-post-item .div-tt_fe p {
        font-size: 12px;
    }

    #post-list h3 {
        font-size: 22px;
        padding-left: 15px;
        margin-bottom: 18px;
    }

    .post-item {
        /* height: auto; */
        overflow: visible;
    }

    .post-mobile-slider {
        display: block;
        width: 100%;
    }

    .post-mobile-slider .slick-list {
        overflow: visible;
    }

    .post-mobile-slider .slick-track {
        display: flex;
    }

    .post-slide-mobile {
        display: block !important;
        padding: 0;
        height: auto;
    }

    .post-slide-mobile > div {
                height: auto !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .post-slide-mobile img {
        height: 170px !important;
        object-fit: cover;
        border-radius: 14px;
    }

    .post-slide-mobile .tt-desc {
        margin-top: 12px;
    }

    #post-list h5 {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
    }

    #post-list p {
        font-size: 11px;
        line-height: 1.35;
    }

    #post-list .fecha-leer p {
        font-size: 11px !important;
    }

    #post-list .fecha-leer a {
        padding: 7px 20px;
        font-size: 12px;
    }
    .div-list-blogs {
    box-shadow: none;
    border: none;
    padding: 0;
    }
    .instante{
            box-shadow: 2px 4px 15px 0 #E7E9F6;
    border-radius: 25px;
    border: 1px solid #F1F2FA;
    padding: 30px;
    overflow: hidden;
    }
    button.filter-button{
        padding: 7px 13px;
        font-size: 12px;
    }
    .post-mobile-slider .slick-dots{
        bottom: -170px;
    }
    .post-mobile-slider.slick-dotted.slick-slider {
        margin-bottom: 0px; 
    }
    .btn-blog {
    padding: 10px 27px;
    font-size: 15px;
    }
 
}