@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    color: #1C1C1C !important;
}

p {
    font-size: 14px;
}

h1 {
    text-transform: uppercase;
    color: #ADADAD;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #545454;
}

section {
    padding: 50px 0;
}

.popupLGPD {
    position: fixed;
    font-size: 12px;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(227,227,227,0.61);
    -moz-box-shadow: 10px 10px 10px 0px rgba(227,227,227,0.61);
    box-shadow: 10px 10px 10px 0px rgba(227,227,227,0.61);
    border: 1px solid #ececec;
}

.popupLGPD a {
    text-decoration: underline !important;
}

.popupLGPD button {
    display: block;
    width: 150px;
    text-align: center;
    background-color: #666;
    color: #FFF;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.container {
    max-width: 1280px !important;
}

.topBar {
    border-bottom: 1px solid #9F9C9C;
    text-transform: uppercase;
    font-size: 14px;
    color: #646464;
    font-weight: 300;
}

.main-navbar {
    background-color: #41210C;
}

.nav-link {
    color: #FFF;
    font-weight: 500;
}

.nav-link:hover, .nav-link:active {
    color: #F8BE20;
}

.redes img {
    width: 20px;
    margin: 0 5px
}

footer h2 {
    color: #717171;
    text-transform: uppercase;
}

footer h2 span {
    display: block;
    color: #41210C;
    font-weight: 700;
}

footer ul {
    list-style-type: none;
    border-top: 2px solid #41210C;
}

footer ul li {
    color: #717171;
    padding: 15px 0;
    border-bottom: 2px solid #41210C;
}

footer address {
    text-transform: uppercase;
    color: #717171;
    padding-top: 50px;
    font-size: 18px;
    border-top: 2px solid #41210C;
    border-bottom: 2px solid #41210C;
    height: 378px;
}

footer address .botaoGoogle{
    color: #FFF;
    background-color: #41210C;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

footer address .botaoGoogle:hover {
    color: #FFF;
}

footer ul .maior {
    font-size: 26px;
}

.bordaFooter {
    border-top: 30px solid #41210C;
}

.banner {
    background-image: url('../img/bg-banner.jpg');
    background-size: cover;
    background-position: top center;
    height: 800px;
    padding: 130px 15px;
}

.banner h1 {
    font-size: 50px;
    color: #FFF;
}

.botaoMarrom {
    background-color: #41210C;
    border: 2px solid #545454;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
}

.botaoVermelho {
    background-color: #651214;
    border: 2px solid #891316;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
}

.botaoMarrom:hover, .botaoVermelho:hover {
    color: #FFF9;
}

.servicos {
    background: url('../img/bg-servicos.png');
    background-attachment: fixed;
}

.servicos h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.servicos .box {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #2D2D2D;
    padding: 40px 30px;
    background-color: #FFF9;
}

.servicos .boxVenda {
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 20px;
}

.servicos .boxLocacao {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 100px;
}

.servicos .boxInsumos {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 40px;
}

.servicos .boxAssistencia {
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 100px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 20px;
}

.barra {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #41210C;
    color: #F8BE20;
}

.breadcrumb {
    background-color: #813F17;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
}

.empresa {
    padding: 100px 0;
    background-image: url('../img/bg-sobre.png');
    border-bottom: 1px solid #FFF;
    background-attachment: fixed;
}

.empresa p {
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
}

.bgPreto {
    background-color: #0005;
}

.assistenciaTecnica {
    padding: 100px 0;
    background-image: url('../img/bg-assitenciaTecnica.png');
    border-bottom: 1px solid #FFF;
    background-attachment: fixed;
}

.assistenciaTecnica p {
    font-size: 40px;
    color: #454545;
    font-weight: 200;
}

.assistenciaTecnica p span {
    color: #813F17;
}

.contato h2 {
    background-color: #813F17;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contato p {
    font-size: 20px;
    color: #717171;
}

.contato ul {
    list-style-type: none;
}

.contato ul li {
    color: #717171;
    padding: 5px 0;
    font-size: 20px
}

.contato iframe {
    border: 3px solid #454545;
    border-radius: 10px;
}

.boxProduto {
    border: 1px solid #D5D5D5;
    padding: 20px;
    margin: 20px 20px 5px 20px;
    text-align: center;
}

.boxProduto img {
    max-height: 208px;
}

.tituloProduto {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.produto h1 {
    color: #41210C;
    font-weight: 600;
    text-transform: none;
}

.produto .imgProduto {
    border: 1px solid #D5D5D5;
    margin-bottom: 15px;
}

.produto .boxEspecificacoes {
    border-top: 3px solid #D5D5D5;
    padding: 10px 0;
}

.produto .boxEspecificacoes h2 {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
    font-size: 20px;
}

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

}

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

    .assistenciaTecnica p {
        text-align: center;
        font-size: 20px;
        color: #454545;
        font-weight: 200;
    }


}
    
@media only screen and (max-width: 1024px) {


}