.empresa .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.empresa .row>* {
    text-align: center !important;
}

.empresa .row .txt {
    margin: auto;
    margin-bottom: 20px;
}
.empresa .row .carrousel .empresa-slide img{
    width: 100%;
}

.empresa .row .txt h2 {
    font-size: 2.5em;
    color: var(--cinza-escuro);
    margin-top: 200px;
    position: relative;
    margin-bottom: 20px;
}

.empresa .row .txt h2::before {
    content: ' ';
    position: absolute;
    top: -100px;
    left: 33%;
    right: 0;
    width: 33%;
    height: 3px;
    border-radius: 30px;
    background-color: var(--amarelo);
}

.empresa .row p {
    font-size: 1.2em;
    text-align: center;
}

@media (max-width: 720px) {
    .empresa .row .txt h2 {
        font-size: 2em;
        margin-top: 100px;
    }

    .empresa .row .txt h2::before {
        top: -50px;
    }

    .empresa .row p {
        font-size: 1em;
        text-align: center;
    }
}

/*--------------------------------------------------------------------  
                    Pagina Empresa
---------------------------------------------------------------------*/


.empresa-pg{
    padding: 130px 0;
}
.empresa-pg .row{
    margin: auto;
    width: 80%;
}
.empresa-pg .row .col-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.empresa-pg .row .col-txt h1{
    margin-bottom: 30px;
    font-size: 2em;
    text-align: center;
}
.empresa-pg .row .col-txt p{
    font-size: 1.1em;
}
.empresa-pg .row .col-txt ul li{
    font-family: 'roboto' !important;
}
.estatisticas {
   background-image: url(../imgs/Vinhal/estatisticas.jpg);
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
    padding: 80px 0;
}
.estatisticas .row {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.estatisticas .row h2{
    font-size: 3.5em;
    color: #fff
}
.estatisticas .row h3{
    font-size: 1.5em;
    color: var(--cinza-fundo)
    
}

@media (max-width: 720px) {
    
.empresa-pg{
    padding: 100px 0;
}
.empresa-pg .row{
    width: 95%;
}
.empresa-pg .row .col-txt h1{
    margin-bottom: 20px;
    
}
.empresa-pg .row .col-txt p{
    font-size: 0.8em;
    margin-bottom: 5px;
}
.empresa-pg .row .col-txt ul {
    padding: 10px 0;
    margin: 10px;
}
.empresa-pg .row .col-txt ul li{
    font-size: 0.8em;
}
.estatisticas {
    padding: 50px 0;
}
.estatisticas .row {
    width: 95%;
}
.estatisticas .row h2{
    font-size: 2em;
}
.estatisticas .row h3{
    font-size: 0.8em;
    
}
}

