/* BANNER */
.banner {
    position: relative;
    display: flex;
    height: 800px;
    overflow: hidden;
}
.banner img{
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.banner-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}

.banner-content.florida{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 70px;
    align-items: start;
}

.banner-text {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-text h1 {
    font-size: 150px;
    font-weight: 300;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    display: inline-block;
}

.banner-text h1.florida{
    background-color: transparent
}

.banner-text h3 {
    font-size: 75px;
    font-weight: 300;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.reservar{
    background-color: #6d905d;
    color: white;
    border-radius: 70px;
    display: inline-block;
    margin: 20px 0 20px 0;
    padding: 0 40px 0 40px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reservar :hover{
    cursor: pointer;
}


.reservar a{
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 12px;
}

.reservar a.florida{
    text-decoration: underline;
}

/* EL HOTEL */
.hotel {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-text {
    width: 60%;
    margin: 0 6%;
    text-align: justify;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hotel-text p {
    letter-spacing: 1px;
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
}

.hotel-text p.head {
    font-size: 40px;
    line-height: 1.5em;
}

.hotel-text p.text {
    font-size: 14px;
    line-height: 25px;
}

.hotel img {
    width: 40%;
    margin-right: 6%;
}

/* ALOJAMIENTOS */
.alojamientos-container {
    width: 100%;
    display: flex;
    height: auto;
    margin-bottom: 70px;
    flex-direction: column;
}

.alojamientos-container .plano{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alojamientos-container .plano img{
    height: 90%;
    max-height: 500px;
}

.alojamientos-container .alojamientos{
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}

.alojamientos .alojamiento{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.alojamientos .alojamiento p{
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.alojamientos .alojamiento .reservar-alojamiento{
    background-color: #6d905d;
    color: white;
    border-radius: 70px;
    display: inline-block;
    padding: 0 10px 0 10px;
    width: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alojamientos .alojamiento .reservar-alojamiento a{
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px;
}

/*DISCOVER*/

.discover{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 650px;
}

.discover img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.discover h2{
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 80px;
}

.discover .text-container{
    width: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.discover .text-container p{
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 1px;
}

.discover .text-container .head{
    font-size: 20px;
    font-weight: 600;
}


/* FOOTER LEGAL*/
.footer-legal{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #6d905d;
    padding: 20px;
    flex-wrap: wrap;
}

.footer-legal a{
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    .alojamientos-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .alojamientos-container .alojamientos{
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 930px) {
    .discover{
        height: auto;
        padding: 20px;
        gap: 40px;
    }

    .discover h2{
        position: unset;
    }

    .discover .text-container{
        position: unset;
        width: 70%;
    }
}

@media screen and (max-width: 430px) {
    .discover h2{
        font-size: 50px;
    }
}


/* MOBILE */
@media screen 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;
    }
}

@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;
    }

    .banner-text h3 {
        font-size: 20px;
    }

    .hotel-text {
        padding: 0 0 40px;
    }

    .hotel-text p.head {
        margin: 10px 0;
        padding: 20px 0;
    }

    .hotel-text p.text {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 440px) {
    .alojamientos-container .plano img{
        height: 370px;
    }
    .hotel-text {
        text-align: start;
    }
}

@media screen and (max-width: 520px) {
    .footer-legal{
        flex-direction: column;
    }
}
