.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-tabs li {
    width: 100%;
}
.nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text);
    border-bottom: 3px solid transparent;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.1);
}
.nav-tabs li .nav-link:hover {
    border-color: transparent;
}
.nav-tabs li .active {
    color: var(--white) !important;
    background: var(--primary-gdnt);
    border-color: var(--primary) !important;
}
.tab-pane {
    padding: 30px 0px 0px;
    display: none;
}
.tab-pane.active {
    display: block;
}
.dandik, .bamdik {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary-gdnt);
    text-shadow: 2px 3px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.dandik:hover, .bamdik:hover {
    color: var(--white);
    background: var(--hover-gdnt);
}
.dandik {
    right: -15px;
}
.bamdik {
    left: -15px;
}
.ucartz-slider-arrow:hover .dandik, .ucartz-slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .dandik {
        right: 0px;
    }
    .bamdik {
        left: 0px;
    }
}
.ucartz-show-card {
    margin-bottom: 30px;
}
.ucartz-show-card:hover .ucartz-show-overlay {
    background: var(--show-hover-oly);
}
.ucartz-show-card:hover .ucartz-show-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ucartz-show-content {
    position: relative;
    margin-bottom: 38px;
}
.ucartz-show-bg {
    overflow: hidden;
    border-radius: 10px;
}
.ucartz-show-bg img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.ucartz-show-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--show-oly);
}
.show-active {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--white);
}
.show-active img {
    width: 100%;
}
.ucartz-show-time {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ucartz-show-time p {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--sfamily);
}
.ucartz-show-time h4 {
    color: var(--white);
    font-weight: var(--mweight);
}
.ucartz-show-host {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ucartz-show-host li:nth-child(2), .ucartz-show-host li:nth-child(3) {
    margin-left: -25px;
}
.ucartz-show-host li a img {
    width: 60px;
    border-radius: 50%;
    border: 5px solid var(--white);
}
.ucartz-show-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-card:hover .team-overlay {
    opacity: 1;
    height: 100%;
    visibility: visible;
    background: var(--team-hover-oly);
}
.team-card:hover .team-icon {
    bottom: 30px;
}
.team-img {
    position: relative;
    margin-bottom: 15px;
}
.team-img img {
    width: 100%;
    border-radius: 10px;
}
.team-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.team-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.team-icon li {
    margin: 0px 5px;
}
.team-icon .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.ucartz-team-meta {
    text-align: center;
}
.ucartz-team-meta h4 {
    font-weight: 600;
    font-size: 20px;
}
.ucartz-video-img {
    position: relative;
    margin-bottom: 15px;
}
.ucartz-video-img img {
    width: 100%;
    border-radius: 10px;
}
.ucartz-video-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--video-oly);
}
.ucartz-video-overlay .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ucartz-video-overlay .icon i {
    font-size: 14px;
}
.ucartz-video-overlay .ucartz-icon-inline i {
    background: var(--video-icon);
}
.ucartz-video-content {
    padding: 0px 10px;
}
.ucartz-video-content h5 {
    margin-bottom: 5px;
}
.ucartz-video-content p {
    font-size: 15px;
    line-height: 24px;
}
.ucartz-blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.ucartz-blog-card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ucartz-blog-card img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.ucartz-blog-card .ucartz-blog-meta {
    margin: 30px 0px;
}
.ucartz-blog-card .ucartz-blog-meta h3 {
    margin-bottom: 7px;
}
.ucartz-blog-card .ucartz-blog-meta p {
    font-size: 15px;
    color: var(--primary);
    font-weight: var(--mweight);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ucartz-blog-card .ucartz-blog-meta .ucartz-blog-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}
.ucartz-blog-card .ucartz-blog-meta .ucartz-blog-inline li {
    margin-right: 15px;
    font-size: 14px;
}
.ucartz-blog-card .ucartz-blog-meta .ucartz-blog-inline li:last-child {
    margin-right: 0px;
}

/* Estilos para la sección de noticias */
.section-blog {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.blog-heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog-heading h2 {
    font-size: 36px;
    color: #333;
}

.blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.blog-card {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 15px;
    overflow: hidden;
    transition: transform 0.3s;
    width: calc(100% / 3 - 30px);
    max-width: 300px;
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.blog-content h3 a {
    color: #333;
    text-decoration: none;
}

.blog-content h3 a:hover {
    color: #007bff;
}

.blog-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.blog-btn {
    text-align: center;
    margin-top: 20px;
}

.blog-btn button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #007bff;
    border-radius: 4px;
    color: #007bff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
}

.blog-btn button:hover {
    background: #007bff;
    color: #fff;
}

@media (max-width: 991px) {
    .blog-card {
        width: calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    .blog-card {
        width: 100%;
        max-width: none;
    }
}
/* styles.css */

body {
    font-family: Arial, sans-serif;
}

.preloader {
    /* Estilos para la preloader */
}

.ucartz-navbar-part {
    /* Estilos para la barra de navegación */
}

#news-container {
    padding: 20px;
}

.entry {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.entry h2 {
    margin-top: 0;
}

.entry img {
    max-width: 100%;
    height: auto;
}

.entry audio {
    width: 100%;
}

#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

#load-more:hover {
    background-color: #0056b3;
}
.ucartz-bottom-player {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px;
        }

        .player {
            display: inline-block;
        }

        .ucartz-player-btn {
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        .ucartz-player-btn:focus {
            outline: none;
        }
.ucartz-bottom-player {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.player {
    display: flex;
    align-items: center;
}

.ucartz-player-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.play-icon, .pause-icon {
    font-size: 24px;
}
