
.container{
    margin: auto;
    padding: 0%;
    align-items: center;
}

.mainPage{
    background-color: rgb(255, 255, 255);
}

.home{
    width: 100vw;
    height: 75vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.portrait{
    display:block;
    width: 33%; 
    z-index: 19;
}

.profissoesContainer{
    text-align: left;
    justify-content: flex;
    height: auto;
    position: inherit;
    /* margin-top: -100px; */
    margin-left: 5vw;
}

#profissoes{
    font-size: 1vw;
    line-height: 80%;
    text-transform: uppercase;
    color: rgb(142, 142, 142);
}

.titulo{
    z-index: -10;
    height: 100%;
    /* margin-top: -10%; */
}

.nome{
    font-size: 13vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: rgb(167, 170, 169);
    margin: 0 auto;
    margin-bottom: 100px;
}

#sobrenome{
    color: black;
}

.experiencia{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    width: 90vw;
    margin: 0 auto;
    margin-top: -5%;
}

.cargo{
    width: 90%;
    border: 0px;
    border-bottom: 1px;
    padding-left: 20px;
    border-style: solid;
}

.depoimentosContainer{
    display: grid;
    text-align: center;
    justify-content: center;
    margin-top: 4rem;
}

.depoimentos{
    width: 90vw;
    display: flex;
    text-align: left;
    margin-top: 4rem;
    margin-left: 2rem;
    margin-bottom: 4rem;  
}
.projeto{
    margin: 0 auto;
    justify-items: center;
    overflow: hidden;
}

.dp{
    padding: 2rem;
    border-radius: .8em;
    width: 25%;
    height: 400px;
    box-shadow: 4px 4px 12px 2px rgba(79, 79, 79, 0.3);
    transition: 0.2s;
    color:rgb(61, 61, 61)
}

.dp:not(first-child){
    margin-left: -4rem;
}

.dp:hover,
.dp:focus-within {
    transform: translateY(-2rem);
}

.dp:hover ~ .dp,
.dp:focus-within {
    transform: translateX(3rem);
}

.um{
    background-color: rgb(210, 210, 210);
}
.dois{
    background-color: rgb(176, 185, 181);
}
.tres{
    background-color: rgb(210, 210, 210);
}
.quatro{
    background-color: rgb(176, 185, 181);
}

.autor{
    padding-top: 1em;
}

.cargoDp{
    text-transform: uppercase;
    font-size: 12px;
}

