#compr-section{
    padding: 30px;
}
#compr-section img{
    width: 60%;
    box-shadow: -5px 5px rgba(0, 0, 0, 0.26);
}
#compr-section p{
    text-align: left;
}
#compr-section .col-lg-6.col-md-12.direita{
    padding-right: 400px;
}

#adulterio-section p{
    display: block;
}
.p-card-row{
    max-width: 80%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.p-card{
    color: black !important;
    background-color: #F2F2F2;
    display: inline-block;
    padding: 20px;
    margin: 10px;
    max-width: 30%;
}

.row-do-alert{
    background-color: #919191;
    max-width: 50%;
    margin: 0 auto 80px;
}
.row-do-alert p{
    color: white !important;
    padding: 30px;
}
#servicos-section .container .row .d-flex .card{
    border-radius: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.47);
    width: 450px !important;
}
.titulo-section{
    z-index: 2;
    position: relative;
    padding-bottom: 20px;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.sub-titulo{
    z-index: 2;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.titulo-branco{
    color: #efefef;
}
.nova-section{
    margin: 50px 0;
}
.padding-titulo{
    padding: 0 150px;
}


#mapa{
    background-color: #FFF3E0;
    padding-top: 50px;
}
#mapa p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#mapa a{
    color: black;
    font-size: 24px;
    font-weight: bold;
}
#mapa .imgs{
    max-width: 100%;
}
#mapa img{
    border: 2px solid orange;
}

#cidades p{
    font-size: 14px;
    color: #404040;
}
#atendimento{
    background: url(../img/investigation.jpg);
    background-position: center;
    position: relative;
}
#atendimento:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}
#atendimento .container{
    margin: auto;
}
#atendimento p{
    position: relative;
    z-index: 2;
    color: white;
    font-size: 23px;
    padding-bottom: 50px;
}
#atendimento .titulo-section{
    padding-top: 50px;
}



@media (max-width: 560px){
    
}
@media (max-width: 992px){
    
    #texto-hero h1, #texto-hero h2{
        font-size: 30px;
        padding-bottom: 10px;
    }
    #texto-hero h3, #texto-hero p{
        font-size: 30px;
        padding-bottom: 10px;
    }
    
    
    
    #compr-section img {
        width: 90%;
    }
    #adulterio-section h2 {
        font-size: 24px;
    }
    #adulterio-section h3 {
        font-size: 24px;
    }
    #adulterio-section p{
        max-width: 100%;
    }
    .row-do-alert {
        max-width: 90%;
    }

    #video .titulo-section{
        padding: 10px;
        font-size: 24px;
    }
    #video iframe{
        width: 80%;
        height: 200px
    }

    #mapa p, #mapa a{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    #gmap{
        margin: 20px 0;
    }
    #gmap iframe{
        width: 100%;
        height: 250px;
    }

    #cidades .titulo-section{
        font-size: 26px;
    }
    #atendimento .titulo-section {
        font-size: 26px;
    }
    #atendimento .col-lg-6 p{
        font-size: 20px;
        padding: 5px 0;
    }
}









