.visitas-container {
    padding-top: 86px;
    background-color: white;
}

.visitas-outer-container {
    position: relative;
    width: 100%;
    /* Set the desired width of the background image */
    max-width: 100vw;
    /* Make sure it doesn't exceed the viewport width */
    height: calc(100vh - 88px) !important;;
    /* Let the height adjust automatically based on the content */
    background: url(../img/visitas/background.png) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visitas-inner-container {
    max-width: 849px;
    width: 100%;
    padding: 20px;
    /* Adjust as needed */
    background: rgba(255, 255, 255, 0.8);
    /* Set your desired background color or leave it as transparent */
    box-sizing: border-box;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.visitas-inner-container h1 {
    color: rgba(0, 0, 0, 0.77);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

.visitas-inner-container p {
    color: rgba(0, 0, 0, 0.77);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.25px;
}

.visitas-sections {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.visitas-section {
    text-align: center;
    width: 200px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.visitas-section svg {
    margin-bottom: 42px;
}

.visitas-body-container {
    max-width: 1400px;
    margin: auto;
    padding-top: 80px;
}

.visitas-section-header {
    display: flex;
}

.visitas-section-header p {
    color: rgba(0, 0, 0, 0.77);		
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.25px;
    max-width: 200px;
    margin-top: 10px;
    text-align: left;
    margin-left: 20px;
}

.visitas-alquiler-logos {
    margin-bottom: 120px;
    margin-top: 68px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.visitas-alquiler-logo {
    width: 248px;
    height: 76px;
    border-radius: 60px;
    cursor: pointer;
}

.visitas-alquiler-logo-avis {
    background: url(../img/visitas/avis.png);
}

.visitas-alquiler-logo-europcar {
    background: url(../img/visitas/europcar.png);
}

.visitas-hoteles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 68px;
}

.visitas-hotel {
    width: 534px;
    height: 311px;
    background-color: grey;
    margin-bottom: 80px;
    background-size: contain;
}


.visitas-hotel-ilunion {
    background: url(../img/visitas/ilunion.png);
}

.visitas-hotel-la-granja {
    background: url(../img/visitas/la_granja.png);
}

.visitas-hotel-resa {
    background: url(../img/visitas/resa.png);
}

.visitas-hotel-resa2 {
    background: url(../img/visitas/resa2.png);
}

.visitas-hotel-logo {
    width: 242px;
    height: 60px;
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 26px;
    background: rgba(255, 255, 255, 0.82);
}

.visitas-hotel-reservar {
    width: 152px;
    height: 38px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.82);
    color: #EE2B2B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-top: 176px !important;
    margin: auto;
    padding-top: 7px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .visitas-inner-container {
        padding-top: 36px;
    }

    .visitas-container {
        padding-top: 86px;
        height: auto;
        background-color: white;
    }

    .visitas-body-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .visitas-alquiler-logo {
        margin-top: 30px
    }

    .visitas-outer-container {
        height: auto !important;
    }
}