
/* DESKTOP*/
@media screen and (min-width: 768px) {
    #fotopadrao {
        background: url(../img/area-de-atuacao-ps/farea-desktop.jpg) no-repeat center;
        width: 100%;
        height: 300px;
        margin-bottom: 3em;
        filter: opacity(50%);
    }
    
    .primeiro {
        margin-top: 6em !important;
    }
    
    
    #area-de-atuacao {
        text-align: center;
    }
    
    .atuacaoall {
        margin-top: 7em;
        display: flex;
    }
    
    .atuacaoall h3 {
        text-align: left;
        padding-left: 1.5em;
        text-decoration: underline;
        font-size: 1.5em;
    }
    
    .fotosegmento {
        min-width: 400px;
        height: 272px;
        box-shadow: 1px 1px 10px black;
    }
    
    .textosegmento {
        text-align: justify;
        margin-top: 2em;
        padding-left: 2em;
    } 
}




/* MOBILE */
@media screen and (max-width: 767px) {
    #fotopadrao {
        background: url(../img/area-de-atuacao-ps/farea-mobile.jpg) no-repeat center;
        width: 100%;
        height: 200px;
        margin-bottom: 3em;
        filter: opacity(50%);
    }
    
    .primeiro {
        margin-top: 3em !important;
    }
    
    
    #area-de-atuacao {
        text-align: center;
    }
    
    .atuacaoall {
        margin-top: 6em;
        display: flex;
        flex-direction: column;
    }
    
    .atuacaoall h3 {
        text-align: center;
        text-decoration: underline;
        margin-top: 1em;
        font-size: 1.5em;
    }
    
    .fotosegmento {
        min-width: 200px;
        max-width: 400px;
        height: 272px;
        min-height: 136px;
        box-shadow: 1px 1px 10px black;
        margin: 0 auto;
    }
    
    .textosegmento {
        text-align: justify;
        margin-top: 2em;
    }
}