/* BANNER */
.banner {
    background-size: cover !important;
    background: url("../img/taurito_resorts_cover.jpg") no-repeat center top;
}

.banner-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-text {
    width: 100%;
    color: #fff;
}

.banner-text p {
    font-size: 20px;
}

.banner-text .ruler {
    height: 1ex;
    width: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.banner-text h1 {
    font-size: 64px;
    padding-top: 60px;
    padding-bottom: 100px;
    font-weight: 700;
}

/* AVISO */
.notice {
    background-color: #2ED8C3;
    padding: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

.notice p {
    font-weight: 500;
}

.notice a {
    color: #fff;
    font-weight: 500;
}

/* EL HOTEL */
.hotel {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-text {
    width: 60%;
    margin: 0 6%;
}

.hotel-text p {
    letter-spacing: 1px;
    color: #878787;
}

.hotel-text p.head {
    color: #231f20;
    font-size: 2em;
    line-height: 1.5em;
    margin: 0.4em 0;
    padding: 50px 25px;
}

.hotel-text p.text {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 30px;
}

.hotel img {
    width: 40%;
    margin-right: 6%;
}

/* UBICACIÓN */
.location p {
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 100px;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
}

/* DESCUBRE DESTINO UNICO */
.discover {
    background-color: #1c1c1c;
    display: flex;
    justify-content: left;
}

.discover-image {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/discover_gran_canaria.jpg");
}

.discover-text {
    width: 50%;
    color: #fff;
    text-align: left;
    padding: 120px 80px;
}

.discover-text p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #a3a3a3;
    padding-bottom: 36px;
}

.discover-text p:first-of-type {
    color: #fff;
}

.discover-text h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 60px;
}

.discover .button-read a {
    padding: 15px 30px;
}

.destination {
    color: #2ED8C3;
    font-family: 'Gilda Display', Times, serif;
}

#row-trip-pay{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TRIPADVISOR */
.tripadvisor-container {
    margin: 30px;
    width: 500px;
    border: 1px solid #34e0a1;
    display: flex;
}

.tripadvisor-container .image {
    width: 140px;
    background-color: #34e0a1;
    padding: 12px;
}

.tripadvisor-container .image img {
    width: 100%;
    display: block;
}

.tripadvisor-container .reference {
    width: 180px;
    text-align: center;
    padding: 5px 10px;
}

.tripadvisor-container .reference a {
    font-weight: bolder;
    color: #231f20;
}

.tripadvisor-container .reviews {
    display: flex;
    align-items: center;
}

.tripadvisor-container .reviews .label {
    font-size: 11px;
    font-weight: bolder;
    color: #666666;
    padding: 0 5px;  
}

.pointers {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 5px;
}

.pointers .pointer {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #00aa6c;
    border-radius: 50%;
    margin: 0 2px;
}

.pointer.full {
    background-color: #00aa6c;
}

/* Módulo métodos de pago */
.pay-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-pay-text{
    font-size: 13px;
}

/* promo container */
.promo-container {
    display: flex;
    flex-direction: row;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 0rem 2rem 0rem 0rem;
    width: 20%;
    align-items: end;
    margin: 0px 0px 0px auto;
}

.promo-container .image {
    width: 250px;
    padding: 5px;
}

.promo-container .image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}


/* Toggle this class when clicking on the promo container (hide and show the promo) */
.promo .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s
}


/* DISCOVER DESTINATION GRAN CANARIA */
@media screen and (min-width: 340px) and (max-width: 940px) {
    .discover-image {
        display: none;
    }

    .discover-text {
        width: 100%;
        padding: 40px 24px;
    }

    .discover-text h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 36px;
    }

    .discover-text p {
        padding-bottom: 18px;
    }

    .discover .button-read {
        text-align: center;
    }
}

/* MOBILE */
@media screen and (min-width: 340px) and (max-width: 740px) {
    /* HOTEL */
    .hotel {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .hotel-text {
        width: 100%;
        padding: 0 0 40px;
    }

    .hotel img {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }

    /* UBICACION */
    .location p {
        text-align: justify;
        padding: 24px 40px;
    }

    .discover p:first-of-type,
    .discover h2 {
        text-align: center
    }

    #row-trip-pay{
        flex-direction: column;
    }

    /* TRIPADVISOR */
    .tripadvisor-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 200px;
    }

    .tripadvisor-container .image {
        background-color: inherit;
        order: 3;
    }

    .tripadvisor-container .reference {
        padding: 10px;
    }

    .tripadvisor-container .reviews {
        flex-direction: column;
    }

    .tripadvisor-container .reviews .label {
        margin-top: 5px;
    }

    .pointers {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0 5px;
    }

    .pointers .pointer {
        display: block;
        width: 12px;
        height: 12px;
        border: 1px solid #00aa6c;
        border-radius: 50%;
        margin: 0 2px;
    }

    .pointer.full {
        background-color: #00aa6c;
    }
    /* TRIPADVISOR */

    /* promo container */
    .promo-container {
        flex-direction: column;
        width: 100vw;
        padding: 0%;
    }

    .promo-container .image {
        display: flex;
        background-color: inherit;
        order: 3;
        width: 100vw;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .promo-container .image img {
        width: 50%;
        display: block;
        border-radius: 10px;
    }

    .promo-container .reference {
        padding: 10px;
    }

    .promo-container .reviews {
        flex-direction: column;
    }

    .promo-container .reviews .label {
        margin-top: 5px;
    }
}

@media screen and (min-width: 741px) and (max-width: 940px) {
    /* HOTEL */
    .hotel {
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .hotel-text {
        width: 100%;
        padding: 0 30px;
        padding-bottom: 100px;
    }

    .hotel img {
        width: 70%;
        margin: 0 auto;
        padding: 0 30px;
    }
}

/* TABLET */
@media screen and (max-width: 940px) {
    .banner-text h1 {
        font-size: 48px;
        padding: 0 24px;
    }

    .hotel-text {
        padding: 0 0 40px;
    }

    .hotel-text p.head {
        margin: 10px 0;
        padding: 20px 0;
    }

    .hotel-text p.text {
        margin: 0 0 10px;
    }
}
