*,
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Arial, Titulos;
}






/* --------------------SEÇÃO DO BANNER*-------------------*/


#SobreBanner {
    margin-top: 80px;
}
#SobreBanner .row {
    height: calc(100vh - 80px);
    background-image: url("../img/img-SVG/bg-contato.webp");
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
}

#SobreBanner .img-banner-sobre{
    width: 60%;
}
#SobreBanner .colBannerSobre{
    display: flex;
    align-items: center;
    justify-content: center;
}
#SobreBanner h1 {
    color: #fff;
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    padding-top: 80px;
    font-family: "Titulos";

}

#SobreBanner p {
    color: #fff;
    padding: 30px 0;

}

@media(max-width : 992px) {
    #SobreBanner h1 {

        font-size: 32px;
        font-weight: 500;
        margin-top: 30px;
    }
    #SobreBanner .img-banner-sobre{
        width: 90%;
        padding-bottom:40px;
    }
    #SobreBanner .row {
        height: 100%;
    }
    #SobreBanner .row {
    padding: 0 15px;
    }

}

/* --------------------/SEÇÃO DO BANNER*-------------------*/




/* --------------------SEÇÃO DOs NUMEROS*-------------------*/
#SobreNumber .row {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


#SobreNumber .iconNumber {
    width: 51px;
    padding-top: 60px;   
}

#SobreNumber .ColSobreNumber1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#SobreNumber .ColSobreNumber1 h6 {
    font-size: 50px;
    font-weight: 500;
    color: #1c355e;
    text-align: center;
}

#SobreNumber .ColSobreNumber1 p {
    color: #6b7482;
    font-size: 16px;
    font-weight: 300;
    width: 70%;
}


#SobreNumber .ColSobreNumber2 {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 60px;
}
#SobreNumber .HeroNumber {
    width: 90%;
  
}
@media(max-width : 992px) {
    #SobreNumber .ColSobreNumber1 h6, #SobreNumber .ColSobreNumber1 p{
    text-align: center;
}
}


/* --------------------/SEÇÃO DOs NUMEROS*-------------------*/


/*--------------------SEÇÃO DOS VALORES--------------------*/

.Valores .row {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.Valores .img-heroA {
    width: 70%;
}

.Valores .colunaImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Valores .textImg {
    padding-left: 30px;
}

.Valores h1 {
    text-align: center;
    margin-bottom: 60px;
}

/*--------------------SEÇÃO DOS VALORES--------------------*/


#SecDiferencial .sub .row {
    height: 70vh;
}
#SecDiferencial .titlePorqueRecartes{ 
    font-family: "Titulos", Arial, sans-serif;
    text-align: center;  
    color: #ffffff;
    padding-top: 60px;
}


#SecDiferencial {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #272727;
    padding-bottom: 30px;
}

#SecDiferencial p {
    text-align: center;
    width: 70%;
    font-size: 14px;
    color: #ffffffa3;
}

#SecDiferencial h3 {
    font-family: "Titulos", Arial, sans-serif;
    text-align: center;
    padding-bottom: 25px;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    color: #ffffff;
}

/*a tag "SD" são as colunas do id "SecDiferencial" */
.SD {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
}
@media (max-width: 992px) {

    #SecDiferencial{
        margin-top: 0px;
        padding-bottom: 30px;
    }
}