/* =========================================
   Alojamientos — Front Page Section
   ========================================= */

.rooms {
    background-color: #e0e0e0;
    padding: 60px 0;
}

#rsum2 {
    text-align: center;
    margin: 18px;
    padding-bottom: 12px;
    font-style: italic;
}

.room-cta-wrapper {
    text-align: center;
    margin: 30px 0;
}

.rooms .btn-reserve-secondary {
    padding: 14px 40px;
    font-size: 16px;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 850px) {
    .rooms .roomspic {
        width: 100%;
        overflow: visible;
    }

    .rooms .roomspic .room-gallery-container {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .rooms {
        padding-bottom: 0;
        display: flow-root;
    }

    #rsum2 {
        margin-top: 40px;
    }

    .room-header h2 {
        margin-bottom: 30px;
    }
}
