.mainBanner {
    background-image: url("banner.png") !important
}

.produtosHeader {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.textCenter {
    text-align: center !important;
}

.sustentavelText {
    font-size: 1.1rem !important;
}

.madeiraLegal {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sustentavelImage {
    width: 100%;
}

.madeiraLegal img {
    width: 40%;
}

.parceirosTitle{
    margin-top: 2rem !important;
    margin-left: 17% !important;
    margin-bottom: 1rem !important;

}

.unidadeSection {
    margin-top: 1rem !important;
}

.textBlack {
    color: #000 !important;
}

.products {
    padding-top: 50px !important;
}

.productsTitle {
    margin-left: 14rem !important;
    margin-bottom: 0.5rem !important;
}

.contatoSection {
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
}

.logoParceiro {
    transform: scale(0.8) !important;
}

.logoDOF {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.logoDOF img {
    width: 60% !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.logoDOF img:hover {
    transform: scale(1.05) !important;
    transition: ease-in-out 0.5s !important;
    
}

.headerAbout {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.fontGreenMade {
    color: #71b019 !important;
}

.bold {
    font-weight: bold !important;
}