@font-face {
    font-family: "Optima";
    src: url("../assets/Optima%20Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Ysabeau";
    src: url("../assets/Ysabeau-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Ysabeau", sans-serif; /* Tipografía general */
    background-color: #f4f0e9; /* Fondo crema global */
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

.main-hero {
    width: 100vw;
    height: 100vh;
    min-height: 800px;
    background-image: url(../assets/images/hero-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.main-nav.show-nav {
    opacity: 1;
}

.nav-logo {
    width: 180px;
    margin-bottom: 2rem;
}

.nav-links {
    display: flex;
    gap: 3rem;
    margin-bottom: 1.5rem;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 18px);
    width: 150px;
    text-align: center;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.7;
}

.nav-divider {
    width: 90%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.6;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 4rem 4rem 4rem;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-content.show-hero {
    opacity: 1;
}

.hero-left {
    color: #ffffff;
}

.hero-subtitle {
    font-size: clamp(8px, 0.52vw, 10px);
    letter-spacing: 2px;
    opacity: 0.9;
    display: block;
    margin-bottom: 0.5rem;
}

.hero-headline {
    font-size: clamp(32px, 2.91vw, 56px);
    margin: 0;
    line-height: 1.1;
    font-weight: 500;
}

.hero-right {
    color: #ffffff;
    font-size: clamp(14px, 0.83vw, 16px);
    text-align: right;
    opacity: 0.9;
}

.hero-right p {
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.hero-right p:last-child {
    margin-bottom: 0;
}
.section-que-es {
    width: 100vw;
    background-color: #e26725;
    background-image: url("../assets/images/que-es-bg.png");
    background-size: cover;
    position: relative;
    padding-bottom: 5rem;
}

.que-es-title {
    width: 100%;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    font-family: "Optima", sans-serif;
    font-size: clamp(3vw, 11.08vw, 11vw);
    margin: 0;
    padding: 1rem 0 2rem 0;
    font-weight: 500;
}

.que-es-layout {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
}

.que-es-botellas {
    width: 45%;
    height: auto;
    align-self: center;
}

.que-es-info-left,
.que-es-info-right {
    width: 25vw;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aperitivo-top {
    margin-top: 10vw;
}

.que-es-info-left h3,
.que-es-info-right h3 {
    font-size: clamp(2.5vw, 3.59vw, 4vw);
    margin: 0 0 0.5rem 0;
    font-weight: 500;
}

.que-es-info-left .info-divider {
    position: relative;
    left: -8vw;
    width: calc(100% + 8vw);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.que-es-info-right .info-divider-right {
    position: relative;
    width: calc(100% + 8vw);
    height: 1px;
    background-color: #ffffff;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.que-es-info-left p,
.que-es-info-right p {
    font-family: "Ysabeau", sans-serif;
    font-size: clamp(1vw, 1.3vw, 1.5vw);
    line-height: 1.4;
    margin: 0 0 1rem 0;
}

.que-es-info-left p:last-child,
.que-es-info-right p:last-child {
    margin-bottom: 0;
}

.destino-box {
    width: 100%;
    margin-top: 9rem;
}

.destino-box .destino-text {
    font-family: "Optima", sans-serif !important;
    font-size: clamp(20px, 2.08vw, 40px) !important;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.preparado-box {
    width: 25vw;
    margin-top: 9rem;
}

.preparado-box h4 {
    font-size: clamp(16px, 1.25vw, 24px);
    margin: 0 0 1rem 0;
    font-weight: 500;
}

.preparado-list {
    font-family: "Ysabeau", sans-serif;
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 1.4;
    padding-left: 1.2rem;
    margin: 0 0 1.5rem 0;
}

.preparado-list li {
    margin-bottom: 0.5rem;
}

.preparado-box p {
    font-family: "Ysabeau", sans-serif;
    font-size: clamp(14px, 0.94vw, 18px);
}

#age-modal {
    padding: 0;
    border: none;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    margin: 0;
    background-color: #e26725;
    overflow: hidden;
}

#age-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-bg-img {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    pointer-events: none;
    z-index: 1;
}

.modal-body {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 2rem 0;
    box-sizing: border-box;
    color: white;
    text-align: center;
    transform: translateX(-15%);
    right: 0;
}

.modal-logo {
    margin-bottom: 1.5rem;
}

.modal-body h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.modal-body p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.btn-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}

.btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-family: "Optima", sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition:
        background-color 0.3s,
        transform 0.1s,
        opacity 0.3s;
}

.btn:focus {
    outline: none;
}

.btn-primary {
    background-color: #000000;
    color: #ffffff;
}

.btn-primary:hover {
    opacity: 0.8;
}

.btn-secondary {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}

.btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn:active {
    transform: scale(0.98);
}

.modal-body .legal-text {
    color: #ffffff;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-top: 4rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.modal-watermark {
    position: absolute;
    bottom: 0;
    width: auto;
    pointer-events: none;
    z-index: -1;
    max-width: 130%;
}

.section-puntos {
    width: 100vw;
    min-height: 100vh;
    background-color: #f4f0e9;
    padding: 6rem 8vw;
    box-sizing: border-box;
}

.puntos-header {
    margin-bottom: 4rem;
}

.puntos-subtitle {
    display: block;
    color: #e26725;
    font-family: "Optima", sans-serif;
    font-size: clamp(8px, 0.47vw, 9px);
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.puntos-title {
    color: #171715;
    font-family: "Optima", sans-serif;
    font-size: clamp(28px, 2.5vw, 48px);
    margin: 0;
    font-weight: 500;
}

.puntos-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.punto-card {
    background-color: #ffffff;
    border-bottom: 4px solid #e26725;
    width: calc(33.333% - 1.35rem);
    display: flex;
    flex-direction: column;
}

.punto-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 362 / 133;
}

.punto-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.punto-card-title {
    color: #171715;
    font-family: "Optima", sans-serif;
    font-size: clamp(18px, 1.25vw, 24px);
    margin: 0 0 1.2rem 0;
}

.punto-card-subtitle {
    color: #171715;
    font-family: "Optima", sans-serif;
    font-size: clamp(14px, 0.94vw, 18px);
    font-weight: bold;
    margin: 0 0 1rem 0;
}

.punto-content p {
    font-family: "Ysabeau", sans-serif;
    color: #171715;
    font-size: clamp(14px, 0.83vw, 16px);
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

.punto-content p:last-child {
    margin-bottom: 0;
}

.punto-card-small {
    font-size: clamp(10px, 0.62vw, 12px) !important;
    opacity: 0.8;
    margin-top: 1.5rem !important;
}

.section-mapa-intro {
    width: 100vw;
    background-color: #171715;
    padding: 6rem 8vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mapa-intro-left {
    width: 45%;
}

.spot-title {
    color: #ffffff;
    font-family: "Optima", sans-serif;
    font-size: clamp(32px, 3.5vw, 64px);
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
}

.mapa-intro-right {
    width: 45%;
    color: #ffffff;
}

.mapa-intro-right p {
    font-family: "Ysabeau", sans-serif;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

.mapa-intro-right p:last-child {
    margin-bottom: 0;
}

.mapa-intro-right strong {
    font-weight: bold;
    color: #ffffff;
}

.section-mapa {
    width: 100%;
    min-height: 40vh;
    background-color: #d8d8d8;
    position: relative;
    overflow: hidden;
}

.map-side-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 35vw;
    height: 100%;
    background-color: #e26725;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

.main-footer {
    width: 100vw;
    min-height: 40vh;
    background-color: #171715;
    padding: 6rem 8vw 4rem 8vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.footer-watermark-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    position: relative;
}

.footer-logo {
    width: 25vw;
    max-width: 300px;
}

.footer-links-wrapper {
    display: flex;
    gap: 8vw;
}

.footer-heading {
    color: #ffffff;
    opacity: 0.5;
    font-family: "Optima", sans-serif;
    font-size: clamp(10px, 0.7vw, 14px);
    letter-spacing: 2px;
    margin: 0 0 1.5rem 0;
    font-weight: bold;
}

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

.footer-list li {
    margin-bottom: 1.2rem;
}

.footer-list a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Ysabeau", sans-serif;
    font-size: clamp(14px, 0.94vw, 18px);
    opacity: 0.5;
    transition: opacity 0.3s;
}

.footer-list a:hover {
    opacity: 1;
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #e26725;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social-btn:hover {
    opacity: 0.8;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.15;
    margin: 4rem 0 2rem 0;
    z-index: 1;
    position: relative;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative;
}

.footer-legal,
.footer-copyright {
    color: #ffffff;
    opacity: 0.4;
    font-family: "Optima", sans-serif;
    font-size: clamp(10px, 0.62vw, 12px);
    letter-spacing: 1px;
}

/* --- Intro Animation Overlay --- */
.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(226, 103, 37, 0.8); /* Naranja con opacidad 0.8 */
    z-index: 9998; /* Justo debajo del modal de edad si estuvieran al mismo tiempo, pero por encima de todo el sitio */
    display: none; /* Inicialmente oculto, lo activa el JS */
    justify-content: center;
    align-items: center;
}

.intro-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 0; /* Asegura que no haya espacios fantasma */
    font-size: 0;
}

.intro-logo-1,
.intro-logo-2 {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 50vw;
    width: 600px;
    height: auto;
    opacity: 0;
}

/* Forzar que el segundo logo se pegue al primero si tienen transparencia nativa */
.intro-logo-2 {
    margin-top: clamp(
        -144px,
        -12vw,
        -10px
    ); /* Margen negativo limitado para no encimar en pantallas grandes */
}

/* Clases que el JS agrega */
.animate-logo-1 {
    animation: revealDown 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-logo-2 {
    animation: revealDown 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.8s; /* Aparece después del primero */
}

.fade-out-overlay {
    animation: fadeOutOverlay 0.8s forwards;
    animation-delay: 2.5s; /* Se desvanece después de que ambos logos aparecieron */
}

/* Animaciones */
@keyframes revealDown {
    0% {
        opacity: 0;
        transform: translateY(-40px); /* Viene desde arriba */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutOverlay {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1341px) {
    .modal-logo {
        width: 45vw;
        max-width: max-content;
    }
}

@media (max-width: 1340px) {
    .modal-logo {
        width: 32vw;
        min-width: 150px;
    }
    .modal-body {
        transform: translateX(-5%);
    }
}

@media (max-width: 1120px) {
    .modal-content {
        justify-content: center;
        align-items: center; /* Centrar verticalmente */
    }
    .modal-bg-img {
        display: none; /* Quitar la imagen en móvil */
    }
    .modal-body {
        width: 100%;
        padding: 3rem 2rem; /* Espaciado equilibrado */
        transform: none; /* Anular cualquier desplazamiento lateral anterior */
    }
}

/* --- Mobile Hero Section --- */
.mobile-hero-section {
    display: none !important; /* Oculto en escritorio */
}

@media (max-width: 768px) {
    .main-hero {
        background-image: url(../assets/images/hero-img-mob.jpg);
    }
    .main-hero .hero-content {
        display: none !important; /* Ocultar el original en móvil */
    }
    .mobile-hero-section {
        display: flex !important; /* Mostrar el nuevo en móvil */
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #e26725;
        padding: 4rem 2rem;
        gap: 2rem;
        width: 100%;
        box-sizing: border-box;
    }
    .hero-right {
        text-align: center; /* Sobrescribir el text-align: right del escritorio */
    }

    /* Adaptación de la sección "Qué es Mionetto" */
    .que-es-title {
        padding-left: 2rem;
        padding-right: 2rem;
        box-sizing: border-box;
    }
    .que-es-layout {
        flex-direction: column;
        align-items: center;
        gap: 0; /* Quitar el gap como pediste */
    }
    .que-es-botellas {
        order: -1;
        width: 80vw;
        margin-top: 0;
    }
    .que-es-info-left,
    .que-es-info-right {
        display: contents;
    }
    .proseco-top,
    .destino-box,
    .aperitivo-top,
    .preparado-box {
        width: 90%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .que-es-info-left h3,
    .que-es-info-right h3 {
        font-size: 8vw;
    }
    .que-es-info-left p,
    .que-es-info-right p,
    .preparado-box h4,
    .preparado-list {
        font-size: 4vw;
    }
    .aperitivo-top {
        margin-top: 0;
    }
    .destino-box {
        margin-top: 3rem;
        order: 10;
    }
    .destino-box .destino-text {
        font-size: 6.5vw !important;
    }
    .preparado-box {
        margin-top: 3rem;
        width: 100%;
    }
    .que-es-info-left .info-divider,
    .que-es-info-right .info-divider-right,
    .destino-box .info-divider {
        left: 0;
        transform: none;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    .preparado-list {
        text-align: left;
        display: inline-block;
    }

    /* Adaptación de Puntos de Activación */
    .puntos-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 3rem; /* Darle espacio vertical a cada tarjeta */
    }

    .punto-card {
        width: 100%; /* Ocupar todo el ancho en móvil */
    }

    /* Adaptación de Mapa Intro */
    .section-mapa-intro {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3rem;
        padding: 4rem 8vw;
    }
    .mapa-intro-left,
    .mapa-intro-right {
        width: 100%;
    }

    /* Adaptación de Footer */
    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
    .footer-logo {
        width: 60vw;
        max-width: 250px;
    }
    .footer-links-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3rem;
        width: 100%;
    }
    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    .footer-watermark-img {
        width: 200%; /* Crecer la marca de agua en móvil si se ve muy chica */
    }

    /* Adaptación de Header Nav */
    .nav-links {
        flex-direction: column;
        gap: 1.5rem; /* Menor espacio entre links al estar apilados */
    }

    /* Modal adjustments */
    .modal-logo {
        width: 70vw;
        min-width: 250px;
    }
    .modal-body h2 {
        font-size: 1.3rem;
    }
    .modal-body p {
        font-size: 0.95rem;
    }
    .btn-group .btn {
        flex: 1;
        font-size: 0.85rem;
        padding: 0.8rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* --- Ultra Wide Screens para Modal --- */
@media (min-width: 1600px) {
    .modal-logo {
        width: 35vw;
        max-width: 850px;
    }
    .modal-body h2 {
        font-size: 3rem;
    }
    .modal-body p {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 1.3rem;
        padding: 1.2rem 2rem;
    }
    .modal-body .legal-text {
        font-size: 1rem;
        margin-top: 6rem;
    }
}

/* --- Mapa UI --- */
.section-mapa {
    min-height: 80vh;
    display: flex;
}

.map-filters {
    position: absolute;
    top: 3rem;
    left: 8vw;
    z-index: 5;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.map-filter {
    background-color: #171715;
    color: #ffffff;
    font-family: "Ysabeau", sans-serif;
    font-size: clamp(14px, 1vw, 18px);
    border: none;
    padding: 0.8rem 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.map-filter.active, .map-filter:hover {
    background-color: #e26725;
}

.map-side-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 4rem 2vw 4rem 7vw; /* 7vw left padding clears the clip-path safely */
    box-sizing: border-box;
    color: #ffffff;
    pointer-events: none; /* Let clicks pass through if panel is empty */
}

.map-side-panel.is-active {
    pointer-events: auto;
}

.panel-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 22vw;
    width: 100%;
}

.panel-subtitle {
    font-family: "Optima", sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.8;
}

.panel-title {
    font-family: "Optima", sans-serif;
    font-size: clamp(24px, 2.5vw, 42px);
    margin: 0;
    font-weight: 500;
}

.panel-info-block h4 {
    font-family: "Optima", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 0 0 0.5rem 0;
}

.panel-info-block p, .panel-info-block ul {
    font-family: "Ysabeau", sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    list-style-position: inside;
    padding-left: 0;
}

.panel-info-block ul li {
    margin-bottom: 0.3rem;
}

.panel-divider {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 0;
}

.panel-directions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    text-decoration: none;
    font-family: "Optima", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 1.5rem;
    width: 100%;
    transition: opacity 0.2s;
}

.panel-directions:hover {
    opacity: 0.7;
}

/* Markers personalizados */
.custom-marker {
    background-color: #ffffff;
    color: #171715;
    font-family: "Ysabeau", sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s, color 0.2s;
}

.custom-marker::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #e26725;
    border-radius: 50%;
}

.custom-marker:hover, .custom-marker.active {
    background-color: #e26725;
    color: #ffffff;
    transform: scale(1.05);
    z-index: 10 !important;
}

.custom-marker:hover::before, .custom-marker.active::before {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .map-side-panel {
        clip-path: none;
        width: 100%;
        position: relative;
        height: auto;
        min-height: 350px;
        padding: 3rem 2rem;
    }
    .panel-content-wrapper {
        max-width: 100%;
    }
    .map-filters {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        justify-content: center;
        background: #f4f0e9;
        padding: 1rem;
        box-sizing: border-box;
    }
    .section-mapa {
        flex-direction: column;
    }
}
