body{
    overflow-x: hidden;
}
.container-fluid{
    margin-bottom: 120px;
}
#content{
    padding-top:140px
}
.content{
    padding: 40px 8px 0px 8px
}
.content h1{
    margin-bottom: 0;
}
.content h1 p{
    padding: 0 ;
}
.content .header-img{
    max-width: 133px;
    margin-top: -95px;
}
.content .footer-img{
    max-width: 58px;
    margin-bottom: 0;
    bottom: -64px;
}
.content #offers .offers-image{
    width: 48px;
    height: 48px;
    background-color: var(--ligth-pink);
    border-radius: 150px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.content #offers .offers-image img{
    width: 35px;
    height: 35px;
}

.content #offers p{
    text-align: center;
}
.title-reserves{
    width: 500px;
    letter-spacing: 8px;
    font-size: 34px;
    font-family: playfair Display, Regular;
    color: #000000;
}
.title-images{
    font-family:Playfair Display, Regular;
    font-size: 22px;
    color: #000000;
}
.texto-images{
    font-family:Heebo, Light;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
}
.watercolor{
    margin-top: 85px;
    width: 37.7%;
}
.featured-text{
    margin-top: 45px;
    text-align: center;
}
.img-prensa{
    max-height: 300px;
}
#ofertas .booking-form {
    max-width: 380px;
    min-width: 320px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.title-booking-room{
    background-color: var(--red) !important;
    color: var(--white);
    width: 100%;
    border: 1px solid var(--red);
    border-bottom: none!important;
    height: 60px;
}
#ofertas .arrival,
#ofertas .departure{
    background-color: var(--white);
    min-height: 140px;
    cursor: pointer;
}
#ofertas .booking-form{
    width: 100%;
    margin-bottom: 75px;
}

#ofertas .arrival:hover *,
#ofertas .departure:hover *{
    color: var(--red);
    border-top-color: var(--red);
    border-bottom-color: var(--red);
}
#ofertas .arrival .arrow-guests,
#ofertas .departure .arrow-guests{
    position: relative;
    top:0 !important;
    right: 22px;
}
#ofertas .booking-form .arrival,
#ofertas .booking-form .departure{
    border-top-color: var(--red) ;
}
#ofertas .booking-form .arrival .title-b,
#ofertas .booking-form .departure .title-b{
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0;
}
#ofertas .booking-form .date{
    line-height: 48px;
    margin-bottom: 0;
    margin-right: 6px;
    height: 80px;
}

#ofertas .arrival-month,
#ofertas .departure-month{
    margin-bottom: 38px;
    font-size: 20px;
    font-family: "Playfair Display", serif;

}
#ofertas .booking-guests{
    background-color: var(--white);
    margin-bottom: 0;
}
#ofertas .guests{
    margin-top: 0;
    border-top: none;
}
#ofertas .booking-form .arrow-guests{
    top: 16px;
}
#ofertas .booking-form button.title-b {
    background: var(--red);
    border-color: var(--red);
    margin-top: 10px;
}
@media(min-width: 992px){

    .content .header-img{
        max-width: 200px;
        margin-top: -155px;
    }
    .content .footer-img{
        max-width: 128px;
        bottom: -80px;
        margin-bottom: -50px;
    }
    .container-fluid{
        margin-bottom: 290px;
    }
    .content{
        padding: 105px 108px 30px 108px
    }
    .content h1{
        margin-bottom: 0;
    }
    .content h1 p{
        padding: 0 ;
    }
    .content #offers .offers-image{
        width: 48px;
        height: 48px;
    }
    .content #offers .offers-image{
        width: 96px;
        height: 96px;
        margin-top: 55px;
    }

    .content #offers .offers-image img{
        width: 70px;
        height: 70px;
    }
    .content #offers h4{
        margin-top: 15px;
    }
    .watercolor{
        margin-top: 60px;
        width: 42%;
    }
    .featured-text{
        margin-top: 70px;
        max-width: 880px;
    }
}
@media(min-width: 1200px){
    #content{
        padding-top:290px
    }
}
@media(max-width: 767px){
    .title-reserves{
        width:auto;
        font-size:24px;
    }
    .title-images{
        font-size:16px;
    }
}
@media(min-width: 768px){
    .content .footer-img{
        max-width: 100px !important;
    }
}