.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;
}