.banner {
    background-image: url("../img/heading/contacto.jpg");
}

.hotel-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.hotel-info {
    width: 50%;
    padding: 25px;
    line-height: 30px;
}

.hotel-info h2 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 12px;
}

.hotel-image {
    width: 50%;
    padding: 25px;
}

.hotel-image img {
    max-width: 100%;
    border-radius: 5px;
}

/* PREGUNTAS FRECUENTES */
.faq {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 30px auto 0;
    padding: 40px 40px 0;
}

.contact-link {
    color: #231f20;
    font-weight: normal;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.faq h2 {
    color: #2ED8C3;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.faq p {
    padding-bottom: 15px;
}

.faq p,
.faq ul li {
    font-size: 15px;
    color: #878787;
    line-height: 25px;
}

.faq li {
    padding: 10px 12px;
    display: block;
}

.faq .faq-question ul {
    display: none;
    padding-left: 6px;
    min-width: 140px;
}

.faq input:checked ~ ul {
    display: block;
}

.hotel-map-controls {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    left: 50px;
    top: 150px;
    z-index: 40;
}

.hotel-map-controls button {
    display: block;
    width: 50px;
    height: 50px;
    color: #d9d9d9;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.hotel-map-controls button.zoom-in {
    background: #2ED8C3 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2218%2C7%2011%2C7%2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C11%2018%2C11%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.hotel-map-controls button.zoom-out {
    background: #2ED8C3 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.hotel-map-controls button:last-child {
    margin-bottom: 0;
}

.hotel-map-controls button:hover {
    color: #fff;
}

.hotel-map {
    width: 100%;
    height: 600px;
}

.hotel-map .info {
    display: flex;
    flex-wrap: wrap;
}

.hotel-map .image,
.hotel-map .text {
    width: 50%;
}

.hotel-map .image { /*AÑADIR ESTO*/
    margin: auto;
}

.hotel-map img {
    width: 100%;
}

.hotel-map .text {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
}

.hotel-map .title {
    font-size: 24px;
    font-family: 'Gilda Display', serif;
    font-weight: bold;
}

.hotel-map .subtitle {
    font-size: 18px;
    font-weight: normal;
}

.hotel-map .description {
    font-size: 14px;
    line-height: 20px;
}

.hotel-map .title,
.hotel-map .subtitle,
.hotel-map .description {
    margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        height: 30%;
    }

    .hotel-contact {
        margin: 0 auto;
    }

    .hotel-info {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        padding-top: 10px;
        order: 2;
        text-align: center;
    }

    .hotel-image {
        width: 100%;
        max-width: 100%;
        order: 1;
        padding: 0 20px;
        text-align: center;
    }

    .hotel-image img {
        max-width: 100%;
        height: auto;
    }

    .faq {
        margin: 60px 20px;
        padding: 20px;
    }
}

@media screen and (min-width: 340px) and (max-width: 560px) { /* AÑADIR ESTO */   
    .hotel-map .title {
        font-size: 18px;
    }
    
    .hotel-map .subtitle {
        font-size: 14px;
    }
    
    .hotel-map .description {
        font-size: 12px;
    }

    .hotel-map .info .text {
        flex-direction: column;
    }

    .hotel-map .image {
        width: 85%;
    }

    .hotel-map .text {
        margin-top: 10px;
        width: 100%;
    }
}
