.banner.holidayhomes {
    background-image: url("../img/adaptaciones/03_alojamientos/01_serena_holiday/banner.png");
}

.banner.delmar {
    background-image: url("../img/adaptaciones/03_alojamientos/02_serena_mar/banner.png");
}

.image {
    width: 250px;
    position: absolute;
    right: 145px;
    top: 145px;
}

.image img {
    width: 100%;
}

.hotel-about {
    width: 60%;
    margin: 0 auto;
    max-width: 1200px;
}

.hotel-about .main-title-container {
    padding-bottom: 20px;
}

.hotel-about .main-title {
    color: #2ED8C3;
    letter-spacing: 2px;
    margin: 0;
}

.hotel-about .main-title:after {
    border: 0;
}

.hotel-about p {
    text-align: justify;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}

.slider {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.check-in{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #508bb6;
    color: white;
    margin: 50px 0 50px;
}

.check-in p{
    font-size: 18;
    font-weight: 400;
}

/* TITULO HABITACIONES */
.hotel-section {
    text-align: center;
    margin: 50px auto;
    max-width: 1200px;
}

.hotel-section h2 {
    color: #1c1c1c;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hotel-section p {
    color: #878787;
    line-height: 25px;
}

/* HABITACIONES */
.rooms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 1200px;
}

.room {
    width: 28%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 30px;
}

.rooms:nth-of-type(2n+1) .room:first-child {
    margin-left: 0;
}

.room:first-child {
    margin-left: 0;
}

.room:nth-child(3) {
    margin-right: 0;
}

span.iconic {
    display: block;
    overflow-y: hidden;
}

.room img {
    width: 100%;
    opacity: 0;
}

.room p {
    line-height: 25px;
}

.room h3 {
    color: #2ED8C3;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
    min-height: 2em;
}

.room p:last-of-type {
    color: #878787;
    font-size: 14px;
}

.room .button-more {
    margin: 40px 0;
}

.room .button-more a {
    padding: 15px 30px;
}

.room .button-more a:hover {
    color: #2ED8C3;
    outline: 2px solid #2ED8C3;
}

/* SERVICIOS */
.servicios,
.servicios-sec {
    background-color: #f9f9f9;
    padding: 4% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 0;
}

.servicios-sec {
    background-color: #fff;
}

.content_servicios {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 3%;
    color: #1c1c1c;
}

.content_servicios img {
    max-width: 100%;
}

.content_servicios h3 {
    color: #2ED8C3;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.text_content {
    margin: 8% 12%;
    margin-bottom: 0;
    font-size: 15px;
    color: #878787;
    text-align: justify;
    line-height: 25px;
}

.margin-top-cero {
    padding-top: 0;
    margin-top: 0;
}

/* Linea bajo subtitulos */
hr {
    margin: 15px auto;
    margin-bottom: 0;
    width: 30px;
}
