﻿



/*@media only screen and (max-width: 425px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .ocorrencias {
        display: none;
    }

    .group {
        margin-bottom: 15px;
    }

    .ocorrencias-mobile {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #C41B17;
    }

    .containerAssistencias {
        padding-top: 0px;
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
    }

    .filtro {
        margin-top: 0px;
        flex-direction: unset;
        max-width: unset;
        display: none;
    }

    .filtro-mobile {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #777777;
        margin-bottom: 30px;
    }

    .title {
        display: none;
    }

    .checkboxs-bairros {
        flex-direction: unset;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    .mostrar-mais {
        margin-top: 0px;
    }

    .checkbox {
        height: 20px;
        width: 20px;
    }

    .container-checkbox {
        width: 33.33%;
    }

    .checkbox img {
        width: 13px;
    }

    .footer {
        display: none;
    }

    .mostrar-mais span, .mostrar-mais img {
        display: none;
    }

    .mostrar-mais:after {
        content: 'Ver mais +';
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #C41B17;
    }

    .mostrar-mais.mostrar-menos::after {
        content: 'Ver menos -';
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #C41B17;
    }

    .divisor {
        display: block;
        border: 1px solid #D1D1D1;
    }

    .card-assistencia {
        height: 120px;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }

    .mapa {
        height: unset;
        max-width: 43%;
        width: 100%;
    }

    .nome {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #C41B17;
        margin-bottom: 10px;
    }

    .info {
        padding: 10px;
    }

    .endereco-tel, .input-phone {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #777777;
    }

    .assistencias, .container-card {
        max-width: 100%;
    }

    .container-card {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1040px) {
    .container-card {
        min-width: 100%;
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1480px) {
    .container-card {
        min-width: 50%;
    }
}

@media only screen and (min-width: 2035px) {
    .container-card {
        min-width: 25%;
    }
}*/
