#profissionais {
    margin: 80px 0;
    position: relative;
}

#profissionais .img-fluid {
    position: relative;
    z-index: 2;
}

#profissionais .mascaraFoto {
    width: 280px;
    height: 400px;
    background-color: var(--cor-01);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 12px;
    transform: rotate(3deg);
}

#profissionais h2 {
    font-family: 'Noto Serif';
    font-size: 30px;
    color: var(--cor-01);
    margin-bottom: 10px;
    text-transform: uppercase;
}


#profissionais h3 {
    font-size: 16px;
    color: var(--cor-01);
    margin-bottom: 20px;
}

#profissionais p {
    font-size: 16px;
    color: var(--cor-02);
    text-align: justify;
    line-height: 180%;
}

.vetorProfissionais {
    width: 885px;
    height: 401px;
    background-image: url(/imagens/vetor-profissionais.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

#vetor01{
    right: 260px;
    top: 0;
}

#vetor02{
    left: 260px;
    bottom: 313px;
}


/*-lg*/
@media (max-width: 1199.98px) {}

/*-md*/
@media (max-width: 991.98px) {}

/*-sm*/
@media (max-width: 767.98px) {
    #profissionais .mascaraFoto {
        width: 201px;
        height: 287px;
       
      }
}

/*-mobile*/
@media (max-width: 575.98px) {
    #profissionais .mascaraFoto {
        width: 284px;
        height: 404px;
      }
}