.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;
}
@media only screen and (max-width: 767px){
   .slider-info.video-slide {
        height: 61vh;
    }
    .font-weight-bold {
        text-align: center;
    }
}
@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;
    }
}


