main{
    display: flex;
    flex-direction: column;
    padding: 163px 0 0;
    gap: 150px;
}


.sobre{
    width: 100%;
}
.sobre .container{
    display: flex;
    gap: 50px;
}
.sobre .img{
    max-width: 721px;
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    align-items: center;
}
.sobre .img img{
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}
.sobre .texto{
    max-width: 527px;
    width: 100%;
    gap: 30px;
}
.sobre .texto h2,
.sobre .texto h2 span{
    font-size: 56px;
    font-weight: 800;
}
.sobre .texto h2{
    color: var(--cor-3);
}
.sobre .texto h2 span{
    color: var(--cor-2);
}
.sobre .texto p{
    font-size: 20px;
    color: var(--cor-1);
}





.certificados{
    width: 100%;
}
.certificados .container{
    gap: 50px;
}
.certificados .titulo{
    width: 100%;
    justify-content: center;
    text-align: center;
}
.certificados .titulo h2,
.certificados .titulo h2 span{
    font-size: 56px;
    font-weight: 800;
}
.certificados .titulo h2{
    color: var(--cor-2);
}
.certificados .certificados-div{
    width: 100%;
    gap: 45px;
}
.certificados .certificados-div .box{
    max-width: calc(100% - 68.66% - 15px);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.certificados .certificados-div .box img{
    max-width: 70px;
    height: fit-content;
    object-fit: contain;
}
.certificados .certificados-div .box h3{
    max-width: calc(100% - 90px);
    font-size: 32px;
    font-weight: 700;
    color: #797979;
}


.equipe{
    width: 100%;
    gap: 50px;
}
.equipe .titulo{
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0 5%;
}
.equipe .titulo h2,
.equipe .titulo h2 span{
    font-size: 56px;
    font-weight: 800;
}
.equipe .titulo h2{
    color: var(--cor-2);
}
.equipe .titulo h2 span{
    color: var(--cor-3);
}
.equipe .equipe-slider{
    max-width: 1920px;
    width: 100%;
    padding-left: calc((100% - 1312px) / 2);
}
.equipe .equipe-slider .slick-list{
    margin: 0;
    padding: 0 5% 0 0!important;
}
.equipe .equipe-slider .box{
    width: 95%;
    margin-right: auto;
    transition: ease .3s;
}
.equipe .equipe-slider .box:hover .img img{
    transform: scale(1.1);
    transition: ease .3s;
}
.equipe .equipe-slider .box .img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: ease .3s;
}
.equipe .equipe-slider .box .img img{
    width: 100%;
    border-radius: 10px;
    transition: ease .3s;
}
.equipe .equipe-slider .box .texto{
    width: 100%;
    padding: 20px 30px;
    gap: 10px;
   justify-content: center;
    text-align: center;
}
.equipe .equipe-slider .box .texto h5{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--fonte-1);
    color: var(--primaria);
}
.equipe .equipe-slider .box .texto p{
    font-size: 20px;
    color: #797979;
}
.equipe .arrows{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.equipe .arrows i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: var(--bg2);
    color: #fff;
    font-size: 25px;
}



.footer{
    background-color: #f5f5f5;
}
.main-footer .footer-logo a, 
.main-footer .footer-logo img{
    filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(0%) hue-rotate(157deg) brightness(92%) contrast(86%);
}
.main-footer .footer-itens .menu-footer h5,
.main-footer .footer-itens .menu-footer.menu a{
    color: var(--bg2);
}
.main-footer .footer-itens .menu-footer.servico a,
.main-footer .footer-itens .redes a,
.footer .footer-bottom p{
    color: #3d3d3d;
}
.main-footer .footer-itens .redes a i,
.main-footer .footer-itens .redes-div a i{
    filter: brightness(0) saturate(100%) invert(59%) sepia(14%) saturate(812%) hue-rotate(328deg) brightness(88%) contrast(89%);
}



/* MEDIA DESKTOP */
@media screen and (min-width: 2000px){
    .equipe .equipe-slider{
        max-width: 1611px;
        padding: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1458px){
    .equipe .titulo,
    .equipe .arrows{
        padding: 0 5%;
    }
    .equipe .equipe-slider{
        padding-left: 5%;
    }

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    .certificados .certificados-div .box{
        max-width: calc(100% - 50% - 25px);
        justify-content: center;
    }
}

@media screen and (max-width: 1100px){
    .sobre .container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sobre .texto{
        max-width: 721px;
    }

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .sobre .texto h2, .sobre .texto h2 span{
        font-size: 50px;
    }

    .certificados .certificados-div .box{
        max-width: 700px;
        justify-content: center;
    }
}

@media screen and (max-width: 800px){
    main{
        gap: 100px;
        padding-top: 113px;
    }

    .equipe .equipe-slider .box .texto{
        padding: 20px 5px;
    }
}

@media screen and (max-width: 600px){
    .sobre .texto h2, .sobre .texto h2 span,
    .certificados .titulo h2,
    .equipe .titulo h2, .equipe .titulo h2 span{
        font-size: 40px;
        text-align: center;
    }

    .diferencias .diferencias-div .box .texto{
        padding: 15px 0px;
    }
    .diferencias .diferencias-div .box .texto p{
        font-size: 16px;
    }

    .equipe .equipe-slider .box .texto h5{
        font-size: 20px;
    }
    .equipe .equipe-slider .box .texto p{
        font-size: 17px;
    }
}

@media screen and (max-width: 480px){

}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}