/* .amx-header-front-page .amx-btn-secundario {
    color: var(--layout-color-primario);
    background-color: transparent;
    border: 2px solid var(--layout-color-primario);
}

.amx-header-front-page .amx-date-n-place h2,
.amx-header-front-page .amx-date-n-place p {
    color: var(--layout-color-primario) !important;
} */

/* .amx-header-front-page .amx-nav-item,
.amx-header-front-page .amx-nav-item > a {
    color: var(--layout-color-primario);
}

.amx-header-front-page .amx-nav-btn svg {
    color: var(--layout-color-primario);
} */

.amx-date-n-place .amx-arrows {
    transition: all 300ms ease-out;
}


.amx-hero-bg-img-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 111 121 / 35%);
}

.hero {
    height: 32rem;
}

.hero .content {
    width: 100%;
    padding-bottom: 3rem;
}

.amx-front-page-title {
    text-align: center;
    /* color: #2baab3 !important; */
    color: #fff !important;
    font-size: 1.4rem;
    font-weight: 800;
    /* text-shadow: 2px 2px 8px rgb(128 209 209 / 70%); */
    margin-bottom: 1.5rem;
}

.amx-front-page-title span {
    color: var(--layout-color-primario);
}

.hero .content .amx-front-page-copy {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    margin-bottom: 1.5rem;
}

.hero .content .amx-front-page-bullets {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .hero {
        height: 43rem;
    }

    .hero .content {
        width: min(86%, 482px);
        padding-bottom: 4rem;
    }

    .amx-front-page-title {
        font-size: 2rem;
    }

    .hero .content .amx-front-page-copy {
        font-size: 1.2rem;
    }

    .hero .content .amx-front-page-bullets {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .hero .content {
        width: min(86%, 900px);
        padding-bottom: 4rem;
    }

    .amx-front-page-title {
        font-size: 2.6rem;
        margin-bottom: 2rem;
    }

    .hero .content .amx-front-page-copy {
        font-size: 1.4rem;
    }

    .hero .content .amx-front-page-bullets {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .hero {
        height: 50rem;
    }

    .hero .content {
        width: min(90%, 1000px);
        padding-bottom: 4rem;
    }

    .amx-front-page-title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .hero .content .amx-front-page-copy {
        font-size: 1.6rem;
    }

    .hero .content .amx-front-page-bullets {
        font-size: 1.6rem;
    }
}

@media (min-width: 1060px) {
    .hero {
        height: 48rem;
    }
}
