
.quemSomos{
    width: 1366px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.marcas-logos{
    margin-top: 60px;
}

.carrousel-div{
    width: 100%;
    height: auto;
}

.carrousel-div-title{
    width: 325px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 30px;
    border-bottom: solid 5px #0A6AAC;
}

.carrousel-div-text{
    width: 518px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #2E2E2E;
}

.card{
    width: 342px;
    height: 397px;
    margin-left: -1px;
    border-radius: 67px;
}

.card-image{
    width: 342px;
    height: 397px;
    display: flex;
    margin-left: -1px;
    border-radius: 67px;
}

@media only screen and (max-width: 1366px){

    .quemSomos{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 1110px){

    .carrousel-div-text{
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 767px){

    .textoQuemSomosDesktop{
        display: none;
    }

    .textoQuemSomosMobile{
        display: flex;
    }

    .carrousel-div-title{
        margin-top: 0px;
    }

}
