#solicitar-orcamento p {
    width: 40%;
    margin-left: 30%;
    margin-top: 40px;
    margin-bottom: 50px;
}

section#solicitar-orcamento {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #063510;
    background-image: url(../../imagens/home/vetor_home_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.nossos-produtos img {
    width: 100%; 
}

.nossos-produtos p {
    text-align: left;
    width: 100%;
}

.qualidade-responsabilidade {
    padding-top: 60px;
    padding-bottom: 80px;
}

.col-sm-4.box {
    margin-bottom: 50px;
    margin-top: 10px;
}

h1.h1banner.typewrite {
    width: 40%;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--fonte-titulos);
    margin-left: 30%;
    font-size: 45px;
    color: var(--cor-fonte-slider);
}

/*
.fundoVetor {
    background-image: url(../../imagens/home/vetor_home_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    margin-top: -40px;
}*/

.fundoVetor {
    background-image: url(../../imagens/home/vetor_home_01_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    margin-top: -40px;
}

.col-sm-12.text-center.nossos-produtos.p-t-30.m-t-40 {
    padding-top: 70px;
}

.box{
    color: var(--cor-fonte-titulos);
    border-style: solid;
}

.box h4 {
    margin-top: 20px;
    color: var(--cor-fonte-titulos);
    font-size: 16px;
}

.col-sm-4.box {
    margin-bottom: 50px;
    border-radius: 5px;
    border-width: thin;
    max-width: 31% !important; 
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.col-sm-4.box.boxmeio {
    margin-left: 3.5%;
    margin-right: 3.5%;
}



@media (max-width: 768px){

    a.navbar-brand img {
        width: 200px;
    }

    .col-sm-6.imgmid img {
        margin-top: 40px;
        width: 100%;
        margin-left: 0px;
    }

    .col-sm-4.box {
        max-width: 100% !important;
        margin-bottom: 10px;
    }

    section#solicitar-orcamento p {
        margin-left: 0px;
        width: 100%;
    }

    h1.h1banner.typewrite {
        width: 100%;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--fonte-titulos);
        margin-left: 0%;
        font-size: 25px;
        color: var(--cor-fonte-slider);
        line-height: 30px;
    }
    
    .fundoVetor{
        background-image: none;
    }

    section#solicitar-orcamento {
        background-image: none;
    }

    .col-sm-6.offset-1.imgmid {
        margin-left: 0px;
    }

    .qualidade-responsabilidade {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .col-sm-4.box.boxmeio {
        margin-left: 0%;
        margin-right: 0%;
    }
    

    .col-sm-12.text-center.nossos-produtos.p-t-30.m-t-40 {
        padding-top: 20px;
    }

}





