/* ==========================================================
   COLORES INSTITUCIONALES
========================================================== */

:root {
    --pantone-7420c: #972241;
    --pantone-626c: #235B4E;
    --pantone-468c: #DDD0A5;
    --pantone-cool-gray-7c: #9699A6;
    --pantone-7421c: #691C32;
    --pantone-627c: #10312B;
    --pantone-465c: #BC955C;
    --pantone-424c: #6F7271;
}


/* ==========================================================
   GENERAL
========================================================== */

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 98px 0 0;

    width: 100%;
    max-width: 100%;

    overflow-x: hidden;

    background: #f5f5f5;
    color: #212529;

    font-family: Arial, Helvetica, sans-serif;

    line-height: 1.6;
}


/* ==========================================================
   ACCESIBILIDAD
========================================================== */

.skip-link {
    position: fixed;
    top: -100px;
    left: 15px;

    z-index: 999999;

    padding: 12px 18px;

    background: #ffffff;
    color: #000000;

    border: 3px solid var(--pantone-7421c);
    border-radius: 6px;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;
}

.skip-link:focus {
    top: 15px;
}


/* ==========================================================
   TEXTO PARA LECTORES DE PANTALLA
========================================================== */

.sr-only {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;
}


/* ==========================================================
   FOCO ACCESIBLE
========================================================== */

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #000000 !important;
    outline-offset: 3px !important;
}


/* ==========================================================
   ENLACES
========================================================== */

a {
    text-underline-offset: 3px;
}


/* ==========================================================
   FORMULARIOS
========================================================== */

.form-control,
.form-select {
    min-height: 44px;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--pantone-7421c);

    box-shadow:
        0 0 0 .25rem rgba(105, 28, 50, .20);
}

.form-label {
    color: #212529;
}

.form-check-input {
    width: 1.15rem;
    height: 1.15rem;
}

.form-check-input:focus {
    border-color: var(--pantone-7421c);

    box-shadow:
        0 0 0 .25rem rgba(105, 28, 50, .20);
}


/* ==========================================================
   BOTONES
========================================================== */

button,
.btn {
    min-height: 44px;
}

.btn-sm {
    min-height: 36px;
}


/* ==========================================================
   CONTENIDO PRINCIPAL
========================================================== */

#contenido-principal {
    min-height: 1px;
}

#contenido-principal:focus {
    outline: none;
}


/* ==========================================================
   NAVBAR HONEY
========================================================== */

.navbar-honey {
    position: fixed !important;

    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    max-width: 100vw;

    min-height: 98px;

    padding: 10px 0;

    background: var(--pantone-7420c);

    z-index: 99999 !important;

    box-shadow:
        0 2px 12px rgba(0, 0, 0, .18);
}


/* ==========================================================
   CONTENEDOR DEL NAVBAR
========================================================== */

.navbar-honey .container {
    position: relative;

    width: 100%;
    max-width: 100%;

    z-index: 100000;
}


/* ==========================================================
   LOGO + IDENTIDAD
========================================================== */

.navbar-honey .navbar-brand {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    margin-right: 25px;

    padding: 0;

    text-decoration: none;
}

.navbar-logo {
    display: block;

    width: 220px;

    max-height: 90px;
    height: auto;

    object-fit: contain;

    margin-right: 18px;
}

.navbar-identidad {
    display: flex;
    flex-direction: column;

    justify-content: center;

    min-width: 0;

    line-height: 1.15;
}

.navbar-identidad strong {
    display: block;

    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.2;

    white-space: nowrap;
}

.navbar-identidad span {
    display: block;

    margin-top: 5px;

    color: var(--pantone-468c);

    font-size: 13px;
    font-weight: 400;

    letter-spacing: 3px;

    white-space: nowrap;
}


/* ==========================================================
   MENÚ PRINCIPAL
========================================================== */

.navbar-honey .navbar-nav {
    align-items: center;

    gap: 2px;

    min-width: 0;
}

.navbar-honey .nav-item {
    flex-shrink: 0;
}


/* ==========================================================
   ENLACES DEL NAVBAR
========================================================== */

.navbar-honey .nav-link {
    position: relative;

    display: block;

    color: #ffffff !important;

    font-size: 16px;
    font-weight: 600;

    padding: 30px 13px 27px !important;

    white-space: nowrap;

    background: transparent !important;

    border: 0;

    box-shadow: none !important;

    transition:
        color .2s ease;
}

.navbar-honey button.nav-link {
    font-family: inherit;

    cursor: pointer;
}


/* ==========================================================
   IMPORTANTE:
   NO DEJAR OPCIÓN SELECCIONADA
========================================================== */

/*
   El color dorado solamente aparece al pasar el mouse.
   NO usamos :focus ni .active para mantenerlo marcado.
*/

.navbar-honey .nav-link:hover {
    color: var(--pantone-468c) !important;
}


/* Al quitar el mouse vuelve a blanco */

.navbar-honey .nav-link:focus,
.navbar-honey .nav-link:active,
.navbar-honey .nav-link.active,
.navbar-honey .nav-link.show,
.navbar-honey .dropdown-toggle.show {
    color: #ffffff !important;

    background: transparent !important;

    box-shadow: none !important;
}


/* ==========================================================
   LÍNEA INFERIOR DEL MENÚ
========================================================== */

.navbar-honey .nav-link::before {
    content: "";

    position: absolute;

    left: 13px;
    right: 13px;

    bottom: 14px;

    height: 2px;

    background: var(--pantone-468c);

    transform: scaleX(0);

    transform-origin: center;

    transition: transform .2s ease;

    pointer-events: none;
}


/* La línea aparece SOLAMENTE con hover */

.navbar-honey .nav-link:hover::before {
    transform: scaleX(1);
}


/* Quitar línea después del clic */

.navbar-honey .nav-link:focus::before,
.navbar-honey .nav-link:active::before,
.navbar-honey .nav-link.active::before,
.navbar-honey .nav-link.show::before,
.navbar-honey .dropdown-toggle.show::before {
    transform: scaleX(0);
}


/* ==========================================================
   FLECHAS DROPDOWN
========================================================== */

.navbar-honey .dropdown-toggle::after {
    margin-left: 7px;

    vertical-align: .15em;
}


/* ==========================================================
   DROPDOWN
========================================================== */

.navbar-honey .dropdown-menu {
    min-width: 240px;

    padding: 10px 0;

    margin: 0;

    background: #ffffff;

    border: 0;

    border-radius: 8px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .15);

    z-index: 100001 !important;
}


/* ==========================================================
   ITEMS DEL DROPDOWN
========================================================== */

.navbar-honey .dropdown-item {
    color: #212529;

    font-size: 15px;

    padding: 11px 20px;

    min-height: 44px;

    white-space: normal;

    transition:
        background-color .2s ease,
        color .2s ease;
}

.navbar-honey .dropdown-item:hover {
    background: #f5f2ef;

    color: var(--pantone-7421c);
}


/* Después del clic no dejar seleccionado */

.navbar-honey .dropdown-item:focus,
.navbar-honey .dropdown-item:active,
.navbar-honey .dropdown-item.active {
    background: #ffffff !important;

    color: #212529 !important;

    outline: none;

    box-shadow: none;
}


/* ==========================================================
   BOTONES DENTRO DEL DROPDOWN
========================================================== */

.navbar-honey button.dropdown-item {
    width: 100%;

    text-align: left;

    border: 0;

    background: transparent;
}

.navbar-honey button.dropdown-item:hover {
    background: #f5f2ef;

    color: var(--pantone-7421c);
}

.navbar-honey button.dropdown-item:focus,
.navbar-honey button.dropdown-item:active {
    background: transparent !important;

    color: #212529 !important;

    outline: none;

    box-shadow: none;
}


/* ==========================================================
   DIVISOR
========================================================== */

.navbar-honey .dropdown-divider {
    margin: 6px 0;

    border-color: #dddddd;
}


/* ==========================================================
   SUBMENÚ GABINETE
========================================================== */

.navbar-honey .dropend {
    position: relative;
}

.navbar-honey .dropend > .dropdown-menu {
    top: -10px;

    left: 100%;

    margin-left: 0;

    z-index: 100002 !important;
}


/* ==========================================================
   COMPUTADORA
========================================================== */

@media (min-width: 992px) {

    .navbar-honey .navbar-collapse {
        overflow: visible;

        z-index: 100000 !important;
    }


    /*
       Bootstrap controla la clase .show.
       También permitimos hover en computadora.
    */

    .navbar-honey .dropdown-menu {
        display: block;

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

        transform: translateY(5px);

        transition:
            opacity .15s ease,
            visibility .15s ease,
            transform .15s ease;
    }


    .navbar-honey .dropdown:hover > .dropdown-menu,
    .navbar-honey .dropdown > .dropdown-menu.show {
        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform: translateY(0);
    }


    /*
       SUBMENÚ GABINETE
    */

    .navbar-honey .dropend > .dropdown-menu {
        transform: translateX(5px);
    }

    .navbar-honey .dropend:hover > .dropdown-menu,
    .navbar-honey .dropend > .dropdown-menu.show {
        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform: translateX(0);
    }


    /*
       IMPORTANTE:
       NO usamos :focus-within.
       Esto evita que el menú se quede abierto/seleccionado.
    */

}


/* ==========================================================
   BOTÓN BUSCAR
========================================================== */

.btn-buscar {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 46px;

    padding: 0 16px;

    background:
        rgba(255, 255, 255, .15);

    color: #ffffff;

    border:
        1px solid rgba(255, 255, 255, .35);

    border-radius: 10px;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;

    cursor: pointer;

    max-width: 100%;

    white-space: nowrap;

    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.btn-buscar i {
    font-size: 18px;
}

.btn-buscar:hover {
    background: var(--pantone-468c);

    color: var(--pantone-7421c);

    border-color: var(--pantone-468c);
}

.btn-buscar:focus,
.btn-buscar:active {
    background:
        rgba(255, 255, 255, .15);

    color: #ffffff;

    border-color:
        rgba(255, 255, 255, .35);

    box-shadow: none;
}


/* ==========================================================
   BOTÓN HAMBURGUESA
========================================================== */

.navbar-honey .navbar-toggler {
    border:
        1px solid rgba(255, 255, 255, .65);

    padding: 7px 9px;

    box-shadow: none;
}

.navbar-honey .navbar-toggler:focus {
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, .35);
}

.navbar-honey .navbar-toggler-icon {
    filter:
        brightness(0)
        invert(1);
}


/* ==========================================================
   HERO
========================================================== */

.hero {
    padding: 120px 20px;

    background:
        linear-gradient(
            rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)
        ),
        url("https://images.unsplash.com/photo-1506744038136-46273834b3fb");

    background-size: cover;

    background-position: center;

    color: #ffffff;

    text-align: center;
}

.hero h1 {
    font-size: 3rem;

    font-weight: bold;
}

.hero p {
    font-size: 1.2rem;
}


/* ==========================================================
   IMÁGENES
========================================================== */

img {
    max-width: 100%;

    height: auto;
}


/* ==========================================================
   IMAGEN DE NOTICIA
========================================================== */

.noticia-imagen {
    display: block;

    width: 100%;

    max-width: 850px;

    height: 300px;

    object-fit: cover;

    object-position: center;

    margin: 0 auto;

    border-radius: 8px;
}


/* ==========================================================
   CONTENIDO NOTICIA
========================================================== */

.noticia-contenido {
    color: #333333;

    line-height: 1.9;

    overflow-wrap: break-word;
}


/* ==========================================================
   RECURSOS NOTICIA
========================================================== */

.recurso-imagen-preview {
    display: block;

    width: 100%;

    max-height: 500px;

    object-fit: contain;
}

.recurso-video-player {
    display: block;

    width: 100%;

    max-height: 550px;

    background: #000000;
}


/* ==========================================================
   TABLAS
========================================================== */

.table {
    color: #212529;
}

.table th {
    font-weight: 700;
}

.table-responsive {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}


/* ==========================================================
   MODALES
========================================================== */

.modal-title {
    color: #212529;
}

.modal-content {
    color: #212529;
}


/* ==========================================================
   FOOTER
========================================================== */

.footer-honey {
    width: 100%;

    max-width: 100vw;

    background: #111827;

    color: #c2cad6;

    border-top: 5px solid #8b5a3c;

    padding-top: 70px;

    font-size: 16px;
}


/* ==========================================================
   IDENTIDAD FOOTER
========================================================== */

.footer-identidad {
    padding-right: 30px;
}

.footer-marca {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 30px;
}

.footer-logo {
    width: 190px;

    max-width: 45%;

    height: auto;

    object-fit: contain;
}

.footer-marca h2,
.footer-marca h4 {
    margin: 0 0 6px;

    color: #ffffff;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.25;
}

.footer-marca span {
    color: #b5bfcc;

    font-size: 13px;

    letter-spacing: 4px;
}

.footer-descripcion {
    max-width: 460px;

    margin-bottom: 28px;

    color: #b5bfcc;

    line-height: 1.7;
}


/* ==========================================================
   TÍTULOS FOOTER
========================================================== */

.footer-titulo {
    margin-bottom: 25px;

    padding-bottom: 12px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1.5px;

    border-bottom:
        1px solid rgba(255, 255, 255, .16);
}


/* ==========================================================
   ENLACES FOOTER
========================================================== */

.footer-links {
    margin: 0;

    padding: 0;

    list-style: none;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links a {
    color: #c2cad6;

    text-decoration: none;

    transition:
        color .25s ease,
        padding-left .25s ease;
}

.footer-links a:hover {
    color: #ffffff;

    padding-left: 5px;

    text-decoration: underline;
}


/* ==========================================================
   REDES SOCIALES
========================================================== */

.footer-redes {
    display: flex;

    gap: 10px;
}

.footer-redes a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    background: #202b3c;

    color: #ffffff;

    border-radius: 7px;

    font-size: 19px;

    text-decoration: none;

    transition:
        background-color .25s ease,
        transform .25s ease;
}

.footer-redes a:hover {
    background: #8b5a3c;

    color: #ffffff;

    transform: translateY(-3px);
}


/* ==========================================================
   CONTACTO FOOTER
========================================================== */

.footer-contacto {
    margin: 0;

    padding: 0;

    list-style: none;
}

.footer-contacto li {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;

    color: #c2cad6;

    line-height: 1.5;
}

.footer-contacto i {
    margin-top: 3px;

    color: #d2a06e;

    font-size: 17px;
}

.footer-contacto a {
    color: #c2cad6;

    text-decoration: none;
}

.footer-contacto a:hover {
    color: #ffffff;

    text-decoration: underline;
}


/* ==========================================================
   FOOTER INFERIOR
========================================================== */

.footer-bottom {
    margin-top: 70px;

    padding: 25px 0;

    border-top:
        1px solid rgba(255, 255, 255, .12);
}

.footer-bottom-contenido {
    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #aeb8c7;

    font-size: 14px;
}

.footer-bottom a {
    color: #c2cad6;

    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffffff;

    text-decoration: underline;
}


/* ==========================================================
   EVITAR DESBORDAMIENTO
========================================================== */

.container,
.container-fluid,
.row {
    max-width: 100%;
}

.navbar-collapse {
    min-width: 0;
}


/* ==========================================================
   FACEBOOK
========================================================== */

.facebook-seccion {
    background: #ffffff;
}

.facebook-seccion h1,
.facebook-seccion h2 {
    color: #9A4A00;
}

.facebook-frame {
    width: 100%;

    max-width: 500px;

    margin: 0 auto;

    border-radius: 4px;

    overflow: hidden;

    background: #ffffff;

    box-shadow:
        0 2px 12px rgba(0, 0, 0, .12);
}

.facebook-frame iframe {
    display: block;

    width: 100%;

    border: 0;
}

.facebook-texto {
    font-size: 1.15rem;

    line-height: 1.8;
}


/* ==========================================================
   PUEBLO MÁGICO
========================================================== */

.pueblo-magico-caja {
    width: 100%;

    padding: 65px;

    background: #972241;

    color: #ffffff;

    border-radius: 22px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .18);

    overflow: hidden;
}

.pueblo-magico-contenido {
    max-width: 100%;
}

.pueblo-magico-titulo {
    margin: 0;

    color: #ffffff;

    font-size: 32px;

    font-weight: 700;

    line-height: 1.2;
}

.pueblo-magico-linea {
    width: 100%;

    height: 2px;

    margin: 12px 0 24px;

    background:
        rgba(255, 255, 255, .95);
}

.pueblo-magico-contenido p {
    color: #ffffff;

    font-size: 19px;

    line-height: 1.75;

    margin-bottom: 25px;
}

.pueblo-magico-imagen {
    width: 100%;

    overflow: hidden;

    border-radius: 16px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, .20);
}

.pueblo-magico-imagen img {
    display: block;

    width: 100%;

    height: 430px;

    object-fit: cover;

    object-position: center;

    transition: transform .4s ease;
}

.pueblo-magico-imagen:hover img {
    transform: scale(1.03);
}


/* ==========================================================
   FACEBOOK PLUGIN
========================================================== */

.facebook-plugin-container {
    width: 100%;

    max-width: 500px;

    min-height: 600px;

    margin: 0 auto;

    overflow: hidden;

    background: #ffffff;
}

.facebook-plugin-container iframe {
    display: block;

    width: 100% !important;

    max-width: 500px;

    min-height: 600px;

    border: 0;
}


/* ==========================================================
   ACCESOS PRINCIPALES
========================================================== */

.accesos-principales {
    background-color: #f8f9fa;
}

.accesos-principales .acceso-card {
    display: flex !important;

    align-items: center !important;

    width: 100%;

    min-height: 175px;

    padding: 28px;

    background-color: #ffffff !important;

    border:
        1px solid #dddddd;

    border-radius: 12px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, .10);

    color: #212529 !important;

    text-decoration: none !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.accesos-principales .acceso-card:hover {
    transform:
        translateY(-5px);

    box-shadow:
        0 14px 30px rgba(0, 0, 0, .15);

    border-color:
        var(--pantone-465c);
}


/* ICONO */

.accesos-principales .acceso-icono {
    flex:
        0 0 76px;

    width: 76px;
    height: 76px;

    display: flex !important;

    align-items: center;
    justify-content: center;

    margin-right: 24px;

    border-radius: 50%;

    background-color:
        var(--pantone-7421c) !important;

    color: #ffffff !important;

    font-size: 32px;

    line-height: 1;
}

.accesos-principales .acceso-icono i {
    color: #ffffff !important;
}

.accesos-principales
.acceso-card:hover
.acceso-icono {
    background-color:
        var(--pantone-7420c) !important;
}


/* CONTENIDO */

.accesos-principales .acceso-contenido {
    flex: 1;
}

.accesos-principales .acceso-contenido h2 {
    margin: 0 0 8px;

    color:
        var(--pantone-7421c) !important;

    font-size: 1.45rem;

    font-weight: 700;
}

.accesos-principales .acceso-contenido p {
    margin: 0 0 14px;

    color: #555555 !important;

    font-size: 1rem;
}

.accesos-principales .acceso-enlace {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color:
        var(--pantone-626c) !important;

    font-size: .95rem;

    font-weight: 600;
}

.accesos-principales .acceso-enlace i {
    color:
        var(--pantone-626c) !important;

    transition:
        transform .25s ease;
}

.accesos-principales
.acceso-card:hover
.acceso-enlace i {
    transform:
        translateX(4px);
}

.accesos-principales a,
.accesos-principales a:link,
.accesos-principales a:visited,
.accesos-principales a:hover,
.accesos-principales a:active {
    text-decoration: none !important;
}


/* ==========================================================
   LAPTOP
========================================================== */

@media (max-width: 1399.98px) {

    .navbar-logo {
        width: 180px;
    }

    .navbar-identidad strong {
        font-size: 18px;
    }

    .navbar-identidad span {
        font-size: 10px;

        letter-spacing: 2px;
    }

    .navbar-honey .nav-link {
        font-size: 14px;

        padding-left: 9px !important;

        padding-right: 9px !important;
    }

    .navbar-honey .nav-link::before {
        left: 9px;

        right: 9px;
    }
}


/* ==========================================================
   TABLET HORIZONTAL
========================================================== */

@media (max-width: 1199.98px) {

    .navbar-logo {
        width: 150px;

        margin-right: 12px;
    }

    .navbar-identidad strong {
        font-size: 16px;
    }

    .navbar-identidad span {
        font-size: 9px;

        letter-spacing: 1.5px;
    }
}


/* ==========================================================
   TABLET / CELULAR
========================================================== */

@media (max-width: 991.98px) {

    body {
        padding-top: 85px;
    }


    /* NAVBAR */

    .navbar-honey {
        min-height: auto;

        padding: 9px 0;
    }

    .navbar-honey .container {
        padding-left: 15px;

        padding-right: 15px;
    }

    .navbar-honey .navbar-brand {
        max-width:
            calc(100% - 60px);

        margin-right: 0;
    }

    .navbar-logo {
        width: 130px;

        max-height: 65px;

        margin-right: 10px;
    }

    .navbar-identidad strong {
        font-size: 15px;

        white-space: normal;
    }

    .navbar-identidad span {
        font-size: 8px;

        letter-spacing: 1px;

        white-space: normal;
    }


    /* ======================================================
       MENÚ HAMBURGUESA
    ====================================================== */

    .navbar-honey .navbar-collapse {
        position: relative;

        width: 100%;

        max-height:
            calc(100vh - 85px);

        margin-top: 10px;

        padding:
            10px 0 15px;

        overflow-y: auto;

        overflow-x: hidden;

        overscroll-behavior: contain;

        background:
            var(--pantone-7420c);

        border-top:
            1px solid rgba(255, 255, 255, .25);

        z-index: 100000 !important;
    }

    .navbar-honey .navbar-nav {
        width: 100%;

        align-items: stretch;

        gap: 0;
    }

    .navbar-honey .nav-item {
        width: 100%;
    }

    .navbar-honey .nav-link {
        width: 100%;

        padding:
            12px 8px !important;

        font-size: 15px;

        text-align: left;
    }

    .navbar-honey .nav-link::before {
        display: none !important;
    }


    /* ======================================================
       DROPDOWN MÓVIL
    ====================================================== */

    .navbar-honey .dropdown-menu {
        position: static !important;

        display: none;

        width: 100%;

        min-width: 100%;

        margin: 0;

        padding:
            5px 0 5px 15px;

        background: #ffffff;

        border-radius: 6px;

        box-shadow: none;

        opacity: 1;

        visibility: visible;

        transform: none !important;

        pointer-events: auto;

        z-index: 100001 !important;
    }

    .navbar-honey .dropdown-menu.show {
        display: block;
    }


    /* SUBMENÚ */

    .navbar-honey .dropend > .dropdown-menu {
        position: static !important;

        width: 100%;

        margin-left: 0;

        padding-left: 20px;

        transform: none !important;
    }


    /*
       Evitar que Bootstrap deje visualmente
       seleccionado el botón abierto.
    */

    .navbar-honey .nav-link.show,
    .navbar-honey .dropdown-toggle.show {
        color: #ffffff !important;

        background: transparent !important;
    }


    /* BUSCAR */

    .navbar-honey .nav-item.ms-lg-3 {
        margin-left: 0 !important;
    }

    .btn-buscar {
        width: 100%;

        margin-top: 8px;
    }


    /* NOTICIA */

    .noticia-imagen {
        max-width: 750px;

        height: 280px;
    }


    /* FOOTER */

    .footer-honey {
        padding-top: 50px;
    }

    .footer-identidad {
        padding-right: 0;
    }

    .footer-logo {
        width: 160px;
    }


    /* FACEBOOK */

    .facebook-texto {
        margin-top: 25px;

        text-align: center;
    }


    /* PUEBLO MÁGICO */

    .pueblo-magico-caja {
        padding: 45px;
    }

    .pueblo-magico-titulo {
        font-size: 29px;
    }

    .pueblo-magico-contenido p {
        font-size: 17px;
    }

    .pueblo-magico-imagen img {
        height: 380px;
    }


    /* ACCESOS */

    .accesos-principales .acceso-card {
        padding: 22px 18px;
    }

    .accesos-principales .acceso-icono {
        flex-basis: 62px;

        width: 62px;
        height: 62px;

        margin-right: 16px;

        font-size: 26px;
    }

    .accesos-principales
    .acceso-contenido h2 {
        font-size: 1.25rem;
    }
}


/* ==========================================================
   TABLET PEQUEÑA
========================================================== */

@media (max-width: 767.98px) {

    .footer-honey {
        padding-top: 45px;

        text-align: left;
    }

    .footer-marca {
        align-items: center;
    }

    .footer-logo {
        width: 130px;
    }

    .footer-marca h2,
    .footer-marca h4 {
        font-size: 19px;
    }

    .footer-marca span {
        font-size: 11px;

        letter-spacing: 2px;
    }

    .footer-bottom {
        margin-top: 45px;
    }

    .footer-bottom-contenido {
        flex-direction: column;

        align-items: flex-start;

        gap: 10px;
    }

    .accesos-principales .acceso-card {
        min-height: 145px;
    }
}


/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 575.98px) {

    body {
        padding-top: 70px;
    }

    .navbar-honey {
        padding: 7px 0;
    }

    .navbar-logo {
        width: 95px;

        max-height: 55px;

        margin-right: 8px;
    }

    .navbar-identidad strong {
        font-size: 12px;

        line-height: 1.15;
    }

    .navbar-identidad span {
        margin-top: 3px;

        font-size: 7px;

        letter-spacing: .7px;
    }

    .navbar-honey .navbar-collapse {
        max-height:
            calc(100vh - 70px);
    }


    /* HERO */

    .hero {
        padding:
            80px 15px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }


    /* NOTICIA */

    .noticia-imagen {
        width: 100%;

        max-width: 100%;

        height: 200px;

        object-fit: cover;

        object-position: center;
    }

    .noticia-contenido {
        font-size: 1rem;

        line-height: 1.7;
    }

    .recurso-imagen-preview {
        max-height: 300px;
    }

    .recurso-video-player {
        max-height: 280px;
    }


    /* PUEBLO MÁGICO */

    .pueblo-magico-caja {
        padding:
            28px 20px;

        border-radius: 14px;
    }

    .pueblo-magico-titulo {
        font-size: 26px;
    }

    .pueblo-magico-contenido p {
        font-size: 16px;

        line-height: 1.65;
    }

    .pueblo-magico-imagen img {
        height: 260px;
    }


    /* FACEBOOK */

    .facebook-plugin-container {
        min-height: 550px;
    }

    .facebook-plugin-container iframe {
        height: 550px;

        min-height: 550px;
    }


    /* BOTONES */

    .btn:not(.btn-sm),
    .btn-buscar {
        min-height: 44px;
    }
}


/* ==========================================================
   CELULAR PEQUEÑO
========================================================== */

@media (max-width: 480px) {

    .footer-marca {
        flex-direction: column;

        align-items: flex-start;
    }

    .footer-logo {
        width: 170px;

        max-width: 100%;
    }
}


/* ==========================================================
   CELULAR MUY PEQUEÑO
========================================================== */

@media (max-width: 420px) {

    body {
        padding-top: 66px;
    }

    .navbar-honey .navbar-collapse {
        max-height:
            calc(100vh - 66px);
    }

    .accesos-principales .acceso-card {
        padding:
            20px 16px;
    }

    .accesos-principales .acceso-icono {
        flex-basis: 56px;

        width: 56px;
        height: 56px;

        margin-right: 14px;

        font-size: 24px;
    }
}


/* ==========================================================
   MENOS MOVIMIENTO
========================================================== */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;

        scroll-behavior:
            auto !important;
    }

    .footer-redes a:hover {
        transform: none;
    }
}


/* ==========================================================
   CONTRASTE FORZADO
========================================================== */

@media (forced-colors: active) {

    a,
    button,
    input,
    select,
    textarea {
        forced-color-adjust: auto;
    }

    .navbar-honey .nav-link::before {
        display: none;
    }

    .btn-buscar {
        border:
            1px solid ButtonText;
    }
}


/* ==========================================================
   IMPRESIÓN
========================================================== */

@media print {

    .navbar-honey,
    .footer-honey,
    .btn-buscar,
    .skip-link {
        display: none !important;
    }

    body {
        padding-top: 0;

        background: #ffffff;

        color: #000000;
    }

    a {
        color: #000000;

        text-decoration: underline;
    }
}