/* .l-hero {max-width: var(--areaMaxima); margin: 0 auto; background-image: url(../img/promociones/hero.jpg); min-height: 750px; position: relative;} */


/* .l-hero__container {display: flex; align-items: center; min-height: 750px; } */


/* .l-hero__desc {background-color: #49004ce0; color: var(--blanco); max-width: 552px; margin-top: 6rem} */


/* .l-hero__title { font-size: 3.125rem; margin-top: 2.5rem; line-height: 2.4rem;   margin: 0;  display: flex; align-items: center;} */


/* .l-hero__up {background-color: #4e074f; padding: 1rem 1rem;} */


/* .l-hero__p {padding: 1.2rem 0 1.2rem 1.56rem; font-size: var(--fs18); margin: 0; font-weight: 300;} */

.l-list-items {
    /*padding-top: 5rem;*/
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.l-list-items__container {}

.l-list-items__filtros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.l-list-item__grid {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.l-list-items__legal {
    text-align: center;
}

.l-list-item__grid--blog {
    grid-template-columns: repeat(auto-fit, 312px);
}

.l-boletines {
    background-color: #e5e5e5;
    max-width: 1600px;
    margin: 0 auto;
}

.l-boletines__container {
    padding: 61px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.l-boletines__title {
    margin: 0;
    color: #4a034c;
}

.l-boletienes__date {
    margin: 10px 0 0 0;
    line-height: 0px;
}

.l-boletines__desc {
    text-align: center;
    width: 50%;
    margin: 20px 0 52px 0;
}

.l-serv {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    background-color: #49004c;
    padding: 3rem 0;
}

.l-serv__titulo {
    font-family: var(--HLight);
    margin: 0 auto;
    font-weight: 300;
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.l-serv_link {
    max-width: 309px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin: 0 auto;
    background-color: #fff;
    font-family: var(--HRegular);
    color: #49004c;
    width: 100%;
}

.l-coti {
    background-color: #ececec;
}

.l-coti__container {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.l-coti__title {
    font-family: var(--HLight);
    /* margin-left: auto; */
    color: #404040;
    font-weight: 300;
    font-style: italic;
    font-size: 1.5rem;
    width: 497px;
    text-align: right;
    margin: 1rem 2rem;
}

.l-unico__cta {
    max-width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    margin: 0 auto;
    background-color: #49004c;
    font-family: var(--Hbold);
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

.l-tour {
    padding: 4rem 1rem;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.l-tour_link {
    max-width: 309px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin: 0 auto;
    background-color: #49004c;
    font-family: var(--HRegular);
    color: #ffffff;
    width: 100%;
}

.l-unico {
    padding: 3.75rem 0;
    background-color: #49004c;
}

.l-unico__container {
    max-width: 642px;
    padding: 2rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.l-unico__title {
    margin: 0;
    font-size: 2.6875rem;
    color: #fff;
    font-weight: 300;
    font-family: var(--HLight);
}

.l-unico__desc {
    margin: 0 auto 1rem;
    max-width: 404px;
    color: #fff;
}

.l-unico__cta {
    max-width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color: #49004c;
    font-family: var(--Hbold);
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

.l-unico__cta--blanco {
    background-color: var(--blanco);
    color: #49004c;
}

.l-unico__cta--s {
    margin: 0 auto;
}

@media (max-width: 40rem) {
    .l-coti__title {
        text-align: initial;
        margin-bottom: 1.5rem;
    }
}

.l-serv-modal {
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 5%;
    height: 90%;
}

.l-serv-modal-pic {
    /*! max-width: 450px; */
    /*! width: 100%; */
    height: 90%;
    object-fit: contain;
    margin: auto;
}

.l-serv-btn {
    background-color: unset;
    border: none;
    text-decoration: none;
}

.l-serv-btn:hover {
    text-decoration: none;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* Black background with opacity */
    z-index: 500;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.u-content-auto {
    margin: auto;
}

.pointer {
    cursor: pointer;
}

.c-promot {
    width: 500px;
    min-height: 348px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem;
}

.c-promot__img {
    width: 100%;
    height: 100%;
}

.c-promot__contenido {
    min-height: 215px;
}

.c-promot__title {
    font-size: 1.125rem;
    font-family: var(--Hbold);
    color: var(--morado4);
    font-weight: bold;
    line-height: 1.3;
    padding: 10px;
    margin-top: 10px;
    hyphens: auto;
}

.c-promot__descripcion {
    font-size: 1.125rem;
    color: var(--morado4);
    line-height: 1.5;
    padding: 10px;
    margin-top: 10px;
    hyphens: auto;
}

#modal div.c-promot-action {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 10px;
    background-color: var(--morado5) !important;
    width: 100%;
    padding: 15px 5px;
    color: #fff;
    font-weight: 700;
}

.c-promot-second-act {
    max-width: 350px;
    color: var(--blanco);
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
    background-color: var(--vino);
    padding: 10px;
    text-decoration: none;
}

#modalbtnact {
    background-color: var(--morado4);
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    max-width: 132px;
    margin-left: auto;
}

@media (max-width: 500px) {
    .c-promot {
        width: auto;
    }
}