.fixedElement {
    background: #fff;
    position: fixed;
    top: 0;
    height: 63px;
    z-index: 999999;
    width: 100%;
}

.hideDesktop {
    visibility: hidden;
    display: none;
}

.post-area {
    padding: 10px 0 !important;
}

img.mqneyFooter {
    width: 44%;
}


.feature-post {
    height: 180px;
}

.title {
    text-transform: initial;
}

img.width-48 {
    max-width: 98px;
}

.trending-social ul li a p {
    line-height: 44px;
}

.most-share-post-items .most-share-post-item {
    padding-left: 0;
}

.meta-date {
    display: none;
}

.meta-categories a,
.post_gallery_play .post__gallery_play_content .title a:hover {
    color: #006798 !important;
}

img.width-50 {
    width: 120px !important;
    border-radius: 100%;
    height: 120px;
    max-width: 120px;
}

.post-gallery-style-2 {
    position: relative;
}

.post-gallery-style-2 .post-gallery-content:before {
    display: none !important;
}

div.post-gallery-content>h5.title a {

    border-bottom: 3px dashed #DCDEDF;
    display: block;
    width: 100%;
    padding-bottom: 8px;

}

div.post-content>div.OPINIÓN {
    display: block;
    width: 20%;
    float: left;
    margin: 20px;
    border-radius: 100%;
}

div.post-content>div.OPINIÓN img {
    border-radius: 100%;
}

.post-gallery-style-2 .post-gallery-content {
    position: relative;
    width: 80%;
}

.slick-slider {
    margin-top: 2px;
}

.section-title .title {

    color: #006798;
}

.gallery_item.gallery_item-style-2 .gallery_item_thumb {
    min-width: 120px;
}

h5>a>span.red {
    color: #006798;
    text-transform: uppercase;
    font-size: 11px;
    border-top: 1px dashed #be1522;
    display: block;
    width: 100%;
}

div.buscar .input-box {
    position: relative;
}

div.buscar .input-box input {
    width: 100%;
    background: #ECEDEE;
    height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    border: 0;
}

div.buscar .input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    text-align: center;
    background: #006798;
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
}

footer.footer-area {
    background: #eaeaea;
}

div.footer-copyright {
    background: #006798;
}

.footer-copyright .copyright-item p a {
    color: white;
}

.footer-copyright .copyright-item {
    padding: 12px 0;
}

.post-layout-top-content .post-content .title {

    font-weight: 800;
}

div.text-black a {
    font-weight: bold;
}

.about-item-area .about-tab-btn .archive-btn ul,
.trending-news-item .trending-news-content .post-meta,
.gallery_item .gallery_item_content .post-meta .meta-categories a {

    text-transform: uppercase;
}

div.gallery_item_thumb>img {}

.gallery_item .gallery_item_thumb {
    width: 100px;
}

/* Estilo general para los puntos */
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0px 0 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    background-color: #ccc;
    /* Color de los puntos inactivos */
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    /* Ocultar el número dentro del botón */
    padding: 0;
    transition: background-color 0.3s ease;
}

/* Estilo para el punto activo */
.slick-dots .slick-active button {
    background-color: #29235C;
    /* Color de Bootstrap primary */
}

/* Hover para los puntos inactivos */
.slick-dots li:hover button {
    background-color: #29235C;
}

.stellarnav.desktop li.has-sub ul li a:hover {
    background: #fec500;
    color: #fff;
}

.stellarnav>ul>li>a.active,
.stellarnav>ul>li>a:hover {
    z-index: 10;
    color: #fec500;
    background: #F3F3F4;
}

.stellarnav.light li a {
    color: #006798;
    font-size: 16px;
    font-weight: 400;
}

.stellarnav>ul>li>a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #fec500;
    z-index: -1;
    transition: all linear 0.3s;
    z-index: 1;
}

h1.titulo {
    /* background: #006798; */
    color: #006798;
    padding: 20px;
    border-radius: 14px;
    border: 4px solid #fec500;
    font-size: 32px;
    width: 100%;
}

img.logoLuz {
    height: 128px;
    width: auto;
    display: block;
    margin: 0 auto;
}

  :root {
        --primary-color: #2c3e50;
        --secondary-color: #3498db;
        --accent-color: #e74c3c;
        --light-color: #ecf0f1;
        --dark-color: #2c3e50;
        --text-color: #333;
        --border-radius: 8px;
        --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        --transition: all 0.3s ease;
    }

    .card {
        border: none;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        overflow: hidden;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    }

    .card-header {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        color: white;
        font-weight: 600;
        border-bottom: none;
        padding: 12px 15px;
        font-size: 1.1rem;
    }

    .card-body {
        padding: 20px;
    }

    .article-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: var(--border-radius);
        margin-bottom: 15px;
    }

    .article-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .article-excerpt {
        color: var(--text-color);
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .btn-read-more {
        background-color: var(--secondary-color);
        color: white;
        border: none;
        border-radius: 30px;
        padding: 8px 20px;
        font-size: 0.9rem;
        transition: var(--transition);
    }

    .btn-read-more:hover {
        background-color: var(--primary-color);
        color: white;
        transform: translateY(-2px);
    }

    .empty-state {
        text-align: center;
        padding: 30px 15px;
        color: #7f8c8d;
    }

    .empty-state i {
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: #bdc3c7;
    }

    .spotify-embed {
        border-radius: var(--border-radius);
        overflow: hidden;
    }

    .ad-placeholder {
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--border-radius);
        color: #6c757d;
        font-weight: 500;
    }

    .youtube-placeholder {
        background: linear-gradient(135deg, #ff0000, #cc0000);
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--border-radius);
        color: white;
        font-weight: 500;
    }

    .section-divider {
        height: 3px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        margin: 25px 0;
        border-radius: 3px;
    }

    .featured-article {
        position: relative;
    }

    .featured-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: var(--accent-color);
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        z-index: 10;
    }

  :root {
        --primary-color: #2c3e50;
        --secondary-color: #3498db;
        --accent-color: #e74c3c;
        --light-color: #f8f9fa;
        --text-color: #2c3e50;
        --border-radius: 12px;
        --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        --transition: all 0.3s ease;
    }

    .breadcrumb {
        background: transparent;
        padding: 15px 0;
        margin-bottom: 0;
    }

    .breadcrumb-item a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 500;
    }

    .breadcrumb-item.active {
        color: var(--secondary-color);
        font-weight: 600;
    }

    .archive-header {
       
		
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .archive-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		color:#006798;
    }

    .archive-description {
        font-size: 1.1rem;
        opacity: 0.9;
        max-width: 600px;
        margin: 0 auto;
    }

    .post-card {
        border: none;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        overflow: hidden;
        margin-bottom: 30px;
        background: white;
        height: 100%;
    }

    .post-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .post-thumb {
        position: relative;
        overflow: hidden;
        height: 250px;
    }

    .post-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--transition);
    }

    .post-card:hover .post-thumb img {
        transform: scale(1.05);
    }

    .read-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.95);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        text-decoration: none;
        transition: var(--transition);
        opacity: 0;
        transform: translateY(-10px);
    }

    .post-card:hover .read-icon {
        opacity: 1;
        transform: translateY(0);
    }

    .read-icon:hover {
        background: var(--secondary-color);
        color: white;
    }

    .post-content {
        padding: 25px;
    }

    .category-badge {
        background:#006798;
        color: white;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
        transition: var(--transition);
    }

    .category-badge:hover {
        transform: translateY(-2px);
        color: white;
    }

    .post-title {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .post-title a {
        color: var(--text-color);
        text-decoration: none;
        transition: var(--transition);
    }

    .post-title a:hover {
        color: var(--secondary-color);
    }

    .post-excerpt {
        color: #666;
        line-height: 1.6;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .read-more-btn {
        background: transparent;
        color: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        transition: var(--transition);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .read-more-btn:hover {
        background: var(--secondary-color);
        color: white;
        transform: translateY(-2px);
    }

    .no-posts {
        text-align: center;
        padding: 60px 20px;
        color: #666;
    }

    .no-posts i {
        font-size: 4rem;
        color: #bdc3c7;
        margin-bottom: 20px;
    }

    .pagination {
        justify-content: center;
        margin-top: 50px;
    }

    .page-numbers {
        margin: 0 5px;
        padding: 10px 20px;
        border: 2px solid var(--light-color);
        border-radius: 8px;
        color: var(--text-color);
        text-decoration: none;
        font-weight: 600;
        transition: var(--transition);
    }

    .page-numbers.current,
    .page-numbers:hover {
        background: var(--secondary-color);
        color: white;
        border-color: var(--secondary-color);
    }

   :root {
        --primary-color: #2c3e50;
        --secondary-color: #3498db;
        --accent-color: #e74c3c;
        --light-color: #f8f9fa;
        --text-color: #2c3e50;
        --border-radius: 12px;
        --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        --transition: all 0.3s ease;
    }

    .search-header {
        color: white;
        padding: 60px 0;
        margin-bottom: 40px;
        border-radius: 0 0 var(--border-radius) var(--border-radius);
    }

    .search-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .search-query {
        color: #f1c40f;
        font-weight: 600;
    }

    .results-count {
        font-size: 1.1rem;
        opacity: 0.9;
		color:black;
    }

    .search-form-container {
        max-width: 600px;
        margin: 30px auto 0;
    }

    .search-form-improved {
        position: relative;
    }

    .search-form-improved .form-control {
        border: none;
        border-radius: 50px;
        padding: 15px 25px;
        font-size: 1.1rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .search-form-improved .btn {
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 50px;
        padding: 10px 25px;
        background: var(--secondary-color);
        border: none;
        color: white;
        transition: var(--transition);
    }

    .search-form-improved .btn:hover {
        background: var(--primary-color);
        transform: translateY(-2px);
    }

    .post-card {
        border: none;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        overflow: hidden;
        margin-bottom: 30px;
        background: white;
        height: 100%;
    }

    .post-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .post-thumb {
        position: relative;
        overflow: hidden;
        height: 220px;
    }

    .post-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--transition);
    }

    .post-card:hover .post-thumb img {
        transform: scale(1.05);
    }

    .read-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.95);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        text-decoration: none;
        transition: var(--transition);
        opacity: 0;
        transform: translateY(-10px);
    }

    .post-card:hover .read-icon {
        opacity: 1;
        transform: translateY(0);
    }

    .read-icon:hover {
        background: var(--secondary-color);
        color: white;
    }

    .post-content {
        padding: 25px;
    }

    .category-badge {
        color: white;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
        transition: var(--transition);
    }

    .category-badge:hover {
        transform: translateY(-2px);
        color: white;
    }

    .post-title {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .post-title a {
        color: var(--text-color);
        text-decoration: none;
        transition: var(--transition);
    }

    .post-title a:hover {
        color: var(--secondary-color);
    }

    .post-excerpt {
        color: #666;
        line-height: 1.6;
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .read-more-btn {
        background: transparent;
        color: var(--secondary-color);
        border: 2px solid var(--secondary-color);
        padding: 8px 20px;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        transition: var(--transition);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .read-more-btn:hover {
        background: var(--secondary-color);
        color: white;
        transform: translateY(-2px);
    }

    .no-results {
        text-align: center;
        padding: 80px 20px;
        color: #666;
    }

    .no-results i {
        font-size: 4rem;
        color: #bdc3c7;
        margin-bottom: 20px;
    }

    .suggestions {
        background: var(--light-color);
        border-radius: var(--border-radius);
        padding: 30px;
        margin-top: 30px;
    }

    .suggestions h4 {
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    .suggestion-list {
        list-style: none;
        padding: 0;
    }

    .suggestion-list li {
        margin-bottom: 10px;
    }

    .suggestion-list a {
        color: var(--secondary-color);
        text-decoration: none;
        transition: var(--transition);
    }

    .suggestion-list a:hover {
        color: var(--primary-color);
        text-decoration: underline;
    }

    .pagination {
        justify-content: center;
        margin-top: 50px;
    }

    .page-numbers {
        margin: 0 5px;
        padding: 10px 20px;
        border: 2px solid var(--light-color);
        border-radius: 8px;
        color: var(--text-color);
        text-decoration: none;
        font-weight: 600;
        transition: var(--transition);
    }

    .page-numbers.current,
    .page-numbers:hover {
        background: var(--secondary-color);
        color: white;
        border-color: var(--secondary-color);
    }

    .search-highlight {
        background-color: #fff3cd;
        padding: 2px 4px;
        border-radius: 3px;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .search-title {
            font-size: 2rem;
        }
        
        .post-thumb {
            height: 200px;
        }
        
        .post-content {
            padding: 20px;
        }
    }

    @media (max-width: 576px) {
        .search-header {
            padding: 40px 0;
        }
        
        .search-title {
            font-size: 1.8rem;
        }
        
        .post-thumb {
            height: 180px;
        }
    }

    @media (max-width: 768px) {
        .archive-title {
            font-size: 2rem;
        }
        
        .post-thumb {
            height: 200px;
        }
        
        .post-content {
            padding: 20px;
        }
    }

    @media (max-width: 576px) {
        .archive-header {
            padding: 30px 0;
        }
        
        .archive-title {
            font-size: 1.8rem;
        }
        
        .post-thumb {
            height: 180px;
        }
    }

    @media (max-width: 768px) {
        .article-img {
            height: 150px;
        }
        
        .card-body {
            padding: 15px;
        }
    }

@media (max-width: 767px) {
    .header-topbar {
        display: block !important;
    }
}

@media only screen and (max-width: 1023px) {
	h1.titulo {
 
    font-size: 18px;
    
}
    div.post-content>div.OPINIÓN {
        display: block;
        width: 38%;
        float: left;
        margin: 18px;
        border-radius: 100%;
    }

    .post-gallery-style-2 .post-gallery-thumb {
        margin-right: 38px;
    }

    .fixedElement {
        height: 64px;
    }

    .hideDesktop {
        visibility: visible;
        display: block;

    }

    .logo2 {
        width: 80%;
        display: none;
    }

    .stellarnav.light {
        background: transparent;
    }

    img.width-48 {
        max-width: 84px;
    }

    div.trending-social {
        margin-top: 20px
    }

}