/* ==========================================================================
   HEADER BANNER
   ========================================================================== */
.entry-header {
    position: relative;
    margin-top: -210px;
}

.entry-header .header-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .entry-header .header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 3px 3px;
    z-index: 1;
} */

.entry-header .header-banner .header-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
}

.entry-header .header-banner .header-titulo h1,
.entry-header .header-banner .header-titulo h2 {
    color: #ebeef3;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    z-index: 2;
}

.entry-header .header-banner .header-titulo h2 {
    font-family: Poppins, sans-serif;
    margin-top: 20px;
    font-weight: 300;
}

.entry-header .header-banner .header-titulo {
    margin-top: 120px;
}


/* ==========================================================================
   POSTS Y PÁGINAS
   ========================================================================== */

/* Contenido Principal */
.content-area {
    padding: 60px 0 0;
}

.site-main {
    min-height: 400px;
}

/* ==========================================================================
POST NAVIGATION (Anterior/Siguiente)
========================================================================== */
.post-navigation {
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.nav-subtitle {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.nav-title {
    font-weight: 600;
    color: #007bff;
}


/* ==========================================================================
ERROR 404
========================================================================== */
.error-404 {
    padding: 80px 0;
}

.error-404 .page-title {
    font-size: 120px;
    font-weight: 900;
    color: #007bff;
    margin: 0;
}

.error-404 .page-subtitle {
    font-size: 24px;
    color: #666;
    margin: 20px 0;
}

.error-404-actions {
    margin-top: 40px;
}

/* ==========================================================================
SIDEBAR
========================================================================== */
.sidebar {
    padding-left: 30px;
}

.sidebar .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sidebar a:hover {
    color: #007bff;
}

/* ==========================================================================
CALL TO ACTION AREA
========================================================================== */
.call-action-area .container {
    border: 1px solid;
    corner-shape: squircle;
    border-radius: 40px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

/* ==========================================================================
RESPONSIVE
========================================================================== */
@media (min-width: 992.1px) {
    .entry-header .header-banner {
        min-height: 670px;
    }
}

@media (max-width: 992px) {

    .entry-header .header-banner {
        min-height: 650px;
    }

    .site .content-area {
        padding: 40px 0 0;
    }

    .sidebar {
        padding-left: 0;
        margin-top: 40px;
    }

    .entry-header {
        margin-top: -230px;
    }

    .entry-header .header-banner {
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        image-rendering: auto;
    }

    .entry-header .header-banner .header-titulo {
        margin-top: 200px;
        margin-bottom: 35px;
    }

    .entry-header .header-banner .header-titulo h1 {
        margin-bottom: 12px;
        font-size: 2.5rem;
        text-align: center;
        color: #ffffff;
    }

    .entry-header .header-banner .header-titulo h2 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
    }

    .marquesina-superior .nube-marquee-container {
        margin: 0px 0 0 0;
    }
    
    .error-404 .page-title {
        font-size: 80px;
    }

}

@media (max-width: 768px) {
    /* .entry-title {
        font-size: 24px;
    }

    .post-content-wrapper {
        padding: 20px;
    }

    .page-title {
        font-size: 28px;
    }

    .error-404 .page-title {
        font-size: 80px;
    } */
}