@import url(./component.calendario.css);

.foto-fachada{
    width: 100%;
    height: 300px;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.loja-dados{
    height: 250px;
}

.icone-comodidade{
    width: 25px;
    height: auto;
}

.dados-estatisticos{
    height: 250px; 
    border-top: 1px solid lightgray; 
    align-items: center; 
    justify-content: center;
}

#modal_agendamento{
    font-size: 14px;
}

/* X-Small devices (portrait phones, less than 576px) (iPhone X,XS)*/
@media (max-width: 575.98px){

    .loja-dados{
        height: auto !important;
        display: block !important;
    }

    .autonomo-icones{
        padding: 0px !important;
    }
}

/* Tablets Landscape (iPad 9.7) */
@media (min-width: 768px) and (max-width: 991.98px){

    .loja-autonomo-foto-nome{
        width: 100% !important;
    }

    .foto-fachada{
        width: 40% !important;
    }

    .loja-autonomo-dados{
        width: 100% !important;
    }

    .loja-autonomo-dados h5{
        font-size: 16px !important;
    }

    .loja-autonomo-dados span{
        font-size: 12px !important;
    }

    .icone-comodidade{
        width: 20px !important;
    }

    .divisoria-left{
        border-left: none !important;
    }
}

/* Tablets Landscape (iPad 9.7) */
@media (min-width: 991.98px) and (max-width: 1199.98px) and (orientation:landscape){

    .loja-autonomo-foto-nome{
        width: 100% !important;
    }

    .foto-fachada{
        width: 30% !important;
    }

    .loja-autonomo-dados{
        width: 100% !important;
    }

    .divisoria-left{
        border-left: none !important;
    }
}

@media (min-width:1024px) and (orientation:portrait){
    .loja-autonomo-foto-nome{
        width: 100% !important;
    }

    .foto-fachada{
        width: 30% !important;
    }

    .loja-autonomo-dados{
        width: 100% !important;
    }

    .divisoria-left{
        border-left: none !important;
    }
}