.pagination {
    justify-content: center;
}
.pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}
.pagination ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #f0f0f0;
    cursor: pointer;
}
.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.pagination ul li.is-active {
    background-color: #004c93;
    color: white;
    font-weight: bold;
}
.pagination ul li.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
h3.blog-info__title {
    background: #e7363d;
    margin-top: -1em;
    padding: .5em .4em;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
h3.blog-info__title a {
    color: #fff !important;
    font-weight: 500 !important;
}
.ver-mas-link {
    color: #142440;
    text-decoration: none;
    font-weight: bold;
}
.ver-mas-link:hover {
    text-decoration: underline;
}
/* style new */
.ver-mas-link {
    color: #142440;
    text-decoration: none;
    font-weight: bold;
}
.ver-mas-link:hover {
    text-decoration: underline;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 6px;
    right: 70px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.whatsapp-icon {
    margin-top: 14px;
}
.whatsapp-float:hover {
    background-color: #1ebe5d;
    color: #fff;
}
.whatsapp-tooltip {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 70px;
    right: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    z-index: 1001;
}
.whatsapp-float:hover .whatsapp-tooltip {
    visibility: visible;
    opacity: 1;
}
trix-editor.form-control.editor {
    height: auto;
}
/* Estilos para la primera diapositiva con video */
.slider-info.video-slide {
    position: relative;
    height: 94vh;
    overflow: hidden;
}

.slider-info.video-slide video.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Asegura que el contenido encima del video esté por encima */
.slider-info.video-slide .banner-info {
    position: relative;
    z-index: 2;
}
.tm-dift {
    margin: -70px 0;
}
.font-persn {
    font-size: 26px;
}
.text-center {
    margin-top: 1rem;
}
@media only screen and (max-width: 767px){
   .slider-info.video-slide {
        height: 61vh;
    }
    .font-weight-bold {
        text-align: center;
    }
    .tm-dift {
        margin: 0 0;
    }
}
@media only screen and (max-width: 480px){
   .slider-info.video-slide {
        height: 48vh;
    }
}
@media only screen and (max-width: 414px){
   .slider-info.video-slide {
        height: 46vh;
    }
}


.w3l-statistics {
    padding: 28px 0 18px;
}

.statistics-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.statistics-title {
    width: 35%;
}

.statistics-title h2 {
    font-size: 28px;
    line-height: 1.15;
}

.statistics-items {
    width: 65%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
}

.stat-box h3 {
    font-size: 30px;
    line-height: 1;
}

.stat-box p {
    font-size: 16px;
    line-height: 1.15;
}

.stat-note-symbol {
    font-size: 16px;
    opacity: 0.7;
}

.statistics-note {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.75;
}

/* Responsive */
@media (max-width: 768px) {
    .w3l-statistics {
        padding: 35px 0 22px;
    }

    .statistics-content {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .statistics-title,
    .statistics-items {
        width: 100%;
    }

    .statistics-items {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .statistics-title h2 {
        font-size: 24px;
    }

    .statistics-note {
        margin-top: 25px;
        font-size: 13px;
    }
}