/* ========================= */
/* VARIABLES */
/* ========================= */

:root {
    --gov-dark: #1e1e1e;
    --gov-light: #f7f7f7;
    /* --gov-gold: #c8a86b; */
    --gov-gray: #444;
}

/* ========================= */
/* HEADER */
/* ========================= */

.header-body {
    border-bottom: 2px solid var(--gov-gold) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
}

/* ========================= */
/* HERO / IMAGEN PRINCIPAL */
/* ========================= */

#imgPost {
    padding: 60px 20px !important;
    background-color: var(--gov-light) !important;
    text-align: center;
}

#imgPost img {
    max-width: 450px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* ========================= */
/* TITULOS */
/* ========================= */

#postTitle h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 25px;
    color: #fff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    transition: text-shadow 0.2s ease;
    word-break: break-word;
}

#postTitle h6 {
    color: var(--gov-gray);
    margin-top: 10px;
}

.imgTitle {
    width: 120px !important;
    max-width: 100%;
    height: auto !important;
    margin-top: 15px !important;
}

/* ========================= */
/* CONTENIDO */
/* ========================= */

#postContent {
    color: #333;
    line-height: 1.8;
    font-size: 1.05rem;
    word-break: break-word;
}

#postBody .container {
    max-width: 980px;
    width: 100%;
    padding: 0 15px;
}

#postContent img {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
}

/* ========================= */
/* SIDEBAR */
/* ========================= */

#rNews .post-info a {
    color: var(--gov-dark);
    font-weight: 600;
}

#rNews .post-info a:hover {
    color: var(--gov-gold);
}

#rNews .post-image img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

/* ========================= */
/* TABS */
/* ========================= */

.tabs-dark .nav-tabs .nav-link.active {
    background: var(--gov-dark) !important;
    color: white !important;
}

.tabs-dark .nav-tabs .nav-link {
    color: var(--gov-dark) !important;
}

/* ========================= */
/* CONTACTO */
/* ========================= */

.contacto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1vh;
}

.contacto_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* ========================= */
/* FOOTER */
/* ========================= */

.fondo_visit {
    background: url('../img/turismo/fondos/footerBG.jpg');
    background-size: cover;
    padding: 30px 0 0 0;
    overflow: hidden;
    color: #fff;
    margin-top: 0;
    border-bottom: 9px solid #a50b32;
}

/* ========================= */
/* SERVICIOS */
/* ========================= */

.container-servicios {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5%;
    width: 100%;
    text-align: start;
    flex-wrap: wrap;
}

.cuerpo_origen {
    background-color: #fff;
    width: 60%;
}

.gastronomia_contaier {
    background-image: url(../img/turismo/fondos/naturaleza_head.jpg);
    min-height: 400px;
    padding: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}

.titulo_gastronomia {
    padding: 10px 0;
    text-align: center;
    background-color: #6D8496;
    font-size: 22px;
    color: #fff;
}

.body_text {
    padding: 15px;
    color: #6D8496;
    background-color: #fff;
}

.busqueda {
    width: 30%;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width: 992px) {

    .container-servicios {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .cuerpo_origen,
    .busqueda {
        width: 100%;
        margin-top: 19%;
    }

    #postTitle h1 {
        font-size: 2rem;
    }

    .gastronomia_contaier {
        min-height: 300px;
    }
}

/* ========================= */
/* CELULAR */
/* ========================= */

@media (max-width: 768px) {

    #imgPost {
        padding: 40px 15px !important;
    }

    #postTitle h1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    #postTitle h6 {
        font-size: 14px;
    }

    #postContent {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .titulo_gastronomia {
        font-size: 18px;
        padding: 12px;
    }

    .body_text {
        padding: 12px;
    }

    .gastronomia_contaier {
        min-height: 250px;
        padding: 15px;
    }

    .tabs-dark .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tabs-dark .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }
}

/* ========================= */
/* MOVILES PEQUEÑOS */
/* ========================= */

@media (max-width: 480px) {

    #postTitle h1 {
        font-size: 1.35rem;
    }

    .imgTitle {
        width: 90px !important;
    }

    #imgPost img {
        border-radius: 8px;
    }

    .titulo_gastronomia {
        font-size: 16px;
    }

    .body_text {
        font-size: 14px;
    }
}