@import url(./component.calendario.css);

.fotos-container{
    width: 100%;
    height: auto;
    display: flex;
}

.foto-fachada{
    width: 49.8%;
    height: 600px;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.fotos-container2{
    width: 49.8%;
    height: 600px;
    display: flex;
    flex-flow: column;
    vertical-align: top;
}

.foto-logo{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    border-top-right-radius: 25px;
}

.fotos-container-patio{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.foto-patio{
    width: 50%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#foto_patio2{
    border-bottom-right-radius: 25px;
}

.mapa{
    width: 100%; 
    height: 400px; 
    background-color: lightgray;
}

.icone-comodidade{
    width: 30px;
    height: auto;
}

/* X-Small devices (portrait phones, less than 576px) (iPhone X,XS)*/
/* @media (max-width: 575.98px){

    #vistoriador{
        padding-top: 10px !important;
    }
} */

/* Tablets Landscape (iPad 9.7) */
/* @media (min-width: 991.98px) and (max-width: 1199.98px) and (orientation:landscape){

    #vistoriador{
        padding-top: 200px !important;
    }
} */