:root {
    --cards-color: rgb(238, 236, 236);
}

.promocion {
    background-image: url("../img/livvoplus/bannerlivvoplus.jpg");
}

.banner {
    position: relative;
    z-index: 1;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5%;
    width: 100%;
    height: 75%;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
    background-color: #1c1c1c;
}

.banner .title {
    font-family: 'Almarai', sans-serif;
    font-size: 50px;
    text-align: center;
}

/* FIDELIZACIÓN */
.container-landing {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 17.5%;
    margin-bottom: 50px;
    height: 750px;
}

.col {
    width: 17vw;
}

.col:first-child {
    width: 18vw;
}

.col:first-child .d-flex {
    justify-content: left !important;
    align-items: start;
    width: calc(18vw - 20px) !important;
}

.col:first-child .row {
    font-weight: 600;
}

.card {
    width: calc(16vw - 20px) !important;
    height: 48vh;
}

.top-card {
    position: relative;
    background-color: var(--cards-color);
    margin-bottom: 5px;
    padding: 25px;
    text-align: center;
}

.top-card img {
    width: 80%;
    height: 80%;
}

.bottom-card {
    background-color: var(--cards-color);
    padding: 17px;
    justify-content: center;
    text-align: center;
}

.bottom-card.span {
    letter-spacing: 0.5px;
    font-size: 19px;
    min-height: 100px !important;
    height: 100px;
}

.bottom-card.ruler {
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #2ED8C3;
}

.d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    width: calc(16vw - 20px) !important;
}

.row {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.row-content {
    padding: 7px;
    white-space: nowrap;
}

.row-content.title {
    width: 340px !important;
    text-align: center;
}

.row:nth-child(2n+1)>.row-content.title {
    background-color: var(--cards-color);
}

.row:nth-child(2n+1)>.row-content.color {
    background-color: var(--cards-color);
    width: 45px;
    text-align: center;
}

.promos-fidelizacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.promos-fidelizacion:first-of-type {
    margin-top: 30px;
    margin-bottom: 0;
}

.promos-fidelizacion.title {
    font-size: 40px;
}

.promos-fidelizacion.span {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}

.button-promos.fidelizacion {
    margin-top: 40px;
}

.button-promos.fidelizacion a {
    background-color: #2ED8C3;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
    .col:first-child {
        margin-right: 20px;
    }

    .card {
        height: 450px;
    }
}

@media screen and (max-width: 1650px) {
    .container-landing {
        margin-right: 0;
    }

    .col:first-child {
        display: none;
    }

    .card {
        height: 400px !important;
    }

    .d-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }

    .d-flex .row {
        width: 100%;
    }

    .d-flex .row .row-content.color,
    .d-flex .row .row-content {
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        background-color: #fff;
    }

    .d-flex .row::before {
        background-color: var(--cards-color);
        display: block;
        text-align: center;
        padding: 5px;
    }

    .d-flex .row:nth-child(1)::before {
        content: "Descuento directo en tu reserva";
    }

    .d-flex .row:nth-child(2)::before {
        content: "Welcome pack";
    }

    .d-flex .row:nth-child(3)::before {
        content: "Late check out";
    }

    .d-flex .row:nth-child(4)::before {
        content: "Detalle cumpleaños";
    }

    .d-flex .row:nth-child(5)::before {
        content: "Promociones exclusivas";
    }
}

@media screen and (max-width: 1450px) {
    .banner {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1400px) {
    /* .container-landing {
        margin-bottom: 100px;
    }*/

    .card {
        height: 380px !important;
    }

    .bottom-card.ruler {
        margin-top: 20px !important;
    }

    .bottom-card.span {
        max-height: 90px;
    }
}

@media screen and (max-width: 1300px) {
    .bottom-card.ruler {
        margin-top: 20px !important;
    }
}

@media (max-width: 1230px) {
    /* .container-landing {
        margin-bottom: 120px;
    }*/

    .col {
        width: 250px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .card {
        width: 250px !important;
        margin-bottom: 50px;
    }

    .d-flex {
        width: 250px !important;
    }

    .d-flex .row .row-content.color,
    .d-flex .row .row-content {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    /*.container-landing {
        margin-top: 200px;
    }*/

    /*.col {
        height: 60vh;
    }*/

    .d-flex .row .row-content.color,
    .d-flex .row .row-content,
    .d-flex .row::before {
        width: 240px !important;
    }
}

@media screen and (max-width: 945px) {
    .d-flex {
        width: 250px !important;
    }
}

@media screen and (max-width: 850px) and (max-height: 1250px) {
    .container-landing {
        flex-wrap: wrap;
        height: auto;
    }

    .col {
        margin-top: 50px;
    }
}

@media screen and (max-width: 800px) and (max-height: 1048px) {
    .container-landing {
        flex-wrap: wrap;
        height: auto;
    }

    .promos-fidelizacion span {
        padding: 0 15%;
    }

    .col:last-child {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 450px) and (max-height: 960px) {
    .container-landing {
        flex-wrap: wrap;
        height: 2800px !important;
        margin-bottom: 0;
    }

    .col {
        height: 850px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .col:last-child {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .d-flex .row .row-content.color,
    .d-flex .row .row-content,
    .d-flex .row::before {
        width: 240px !important;
    }
}

@media screen and (max-width: 940px) and (max-height: 450px) {
    .container-landing {
        flex-wrap: wrap;
        height: 700px !important;
        margin-bottom: 0;
    }

    .col:last-child {
        margin-top: -100px;
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 420px) {
    .promos-fidelizacion.title {
        text-align: center;
    }
}

/* @media screen and (max-width: 1024px) {
    .banner {
        margin-top: 80px;
    }
} */


@media screen and (min-width: 320px) and (max-width: 1100px) {
    .promo-container {
        width: 80%;
    }
}

@media screen and (min-width: 320px) and (max-width: 850px) {
    .promo-container {
        width: 90%;
    }

    .promos-fidelizacion.title {
        text-align: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 470px) {
    .promo-container {
        width: 100%;
        margin: 0 auto 50px;
    }

    .main-title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
}