.sobre {
    /* height: 90vh; */
    position: relative;
    background-color: #EAE4DF;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
}
.sobre .sobre-title {
    color: #9D7D54;
    margin-top:5rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    width: 35vw;
    border-bottom: 2px solid #6E6259;
}
.especializacoes .especializacoes-title{
    background: linear-gradient(to right, rgb(136, 103, 67), rgb(183, 153, 104));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top:5rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    width: 35vw;
    margin-top: 15rem;
    border-bottom: 2px solid #6E6259;
}
.sobre .container-passoni {
    margin-top:5rem;
    margin-bottom:5rem;
    width: 100%;
    /* width: 80vw; */
    /* height: 0; */
    /* padding-top: 49.37vw; */
    position: relative;
    filter: drop-shadow(1px 1px 10px rgb(0 0 0 / 0.3));
}
.sobre .container-passoni::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/xadrz_small.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}
.sobre .container-passoni img{
    width: 100%;
    /* max-width: calc(100dvw - 75px); */
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sobre .text-sobre{
    width: 70%;
    text-align: justify;
    font-family: 'Millard';
    color: #6E6259;
    margin-bottom:5rem;
}
.sobre .text-sobre b{
    font-weight: bold;
}
.sobre .text-sobre a{
    text-decoration: underline;
    color: #6E6259;
}
.sobre .photos-sobre{
    width: 80%;
    margin-bottom: 25rem;
    z-index: 3;
}
.sobre .photos-sobre img{
    width: 100%;
    transition: all 0.5s ease-in;
}
.sobre .photos-sobre img:hover{
    transform: scale(1.01);
}
.row{
    margin-top: 1rem;
    padding: 0;
}
.nopad{
    margin: 0;
    padding: 0;
}

.especializacoes {
    /* height: 70vh; */
    position: relative;
    background-color: #D9D1CA;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    /* margin-bottom: 10rem; */
}

.especializacoes .logos-container{
    margin-top:5rem;
    width: 80%;
}
.especializacoes .logos-container img{
    max-width: 100%;
}


svg{
    bottom: -79px;
    position: absolute;
    z-index: 2;
}
.lines{
    z-index: 3;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -10%;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .sobre .container-passoni img{
        width: 100%;
        max-width: 100%;
    }
    .sobre .sobre-title {
        width: 70vw;
    }
    .sobre .photos-sobre {
        margin-bottom: 5rem;
    }
    .sobre .text-sobre {
        width: 90%;
    }
    .especializacoes .especializacoes-title {
        width: 70vw;
        margin-top: 10rem;
    }
    .especializacoes .col-md-6{
        margin-bottom: 2.5rem;
    }
    .image-item{
        margin-bottom: 1rem;
    }
}