article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
.main-navigation li {
    font-size: 15px;
}
.main-navigation a,
footer #menu-footer a {
    color: var(--branco);
    transition: all 0.2s linear;
}
.main-navigation a:hover,
.main-navigation a:focus,
footer #menu-footer a:hover {
    color: rgba(255, 255, 255, .5);
    transition: all 0.2s linear;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}

@media screen and (min-width: 600px) {
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: inline-block !important;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        line-height: 3.692307692;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .main-navigation li {
        margin: 0 20px;
        position: relative;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        text-align: left;
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li {
        margin: 0;
    }
    .main-navigation li ul li a {
        background: var(--laranjac);
        border-top: 1px solid var(--branco);
        display: block;
        font-size: 13px;
        line-height: 2.181818182;
        padding: 10px 15px;
        width: 250px;
        white-space: normal;
    }
    .main-navigation li ul li:first-child a {
        border-top: none;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: var(--laranja);
        color: var(--branco);
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
        color: var(--branco);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family:'Rubik',sans-serif;font-size:16px;color:var(--cinza);overflow-x:hidden}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{text-decoration:none;color:var(--cinza)}
p{line-height:26px;margin:15px 0}
figure{margin:0}
/*FORMS*/
div.wpcf7-response-output {margin: 0;}
.wpcf7-not-valid{border:solid 1px red !important;}
.wpcf7-not-valid-tip{display:none !important;}
::-webkit-input-placeholder{color: var(--cinza);}
::-moz-placeholder{color: var(--cinza);}
:-ms-input-placeholder{color: var(--cinza);}
:-moz-placeholder{color: var(--cinza);}
.grecaptcha-badge{right: -300px !important}
/*MARGIN*/
.Mt0{margin-top:0}.Mt10{margin-top:10px}.Mt20{margin-top:20px}.Mt30{margin-top:30px}.Mt40{margin-top:40px}.Mt50{margin-top:50px}.Mt60{margin-top:60px}.Mt70{margin-top:70px}.Mt80{margin-top:80px}.Mt90{margin-top:90px}.Mt100{margin-top:100px}
.Mb0{margin-bottom:0}.Mb10{margin-bottom:10px}.Mb20{margin-bottom:20px}.Mb30{margin-bottom:30px}.Mb40{margin-bottom:40px}.Mb50{margin-bottom:50px}.Mb60{margin-bottom:60px}.Mb70{margin-bottom:70px}.Mb80{margin-bottom:80px}.Mb90{margin-bottom:90px}.Mb100{margin-bottom:100px}
.Ml0{margin-left:0}.Ml10{margin-left:10px}.Ml20{margin-left:20px}.Ml30{margin-left:30px}.Ml40{margin-left:40px}.Ml50{margin-left:50px}
.Mr0{margin-right:0}.Mr10{margin-right:10px}.Mr20{margin-right:20px}.Mr30{margin-right:30px}.Mr40{margin-right:40px}.Mr50{margin-right:50px}
/*PADDING*/
.Pt0{padding-top:0}.Pt10{padding-top:10px;box-sizing:border-box}.Pt20{padding-top:20px;box-sizing:border-box}.Pt30{padding-top:30px;box-sizing:border-box}.Pt40{padding-top:40px;box-sizing:border-box}.Pt50{padding-top:50px;box-sizing:border-box}
.Pb0{padding-bottom:0}.Pb10{padding-bottom:10px;box-sizing:border-box}.Pb20{padding-bottom:20px;box-sizing:border-box}.Pb30{padding-bottom:30px;box-sizing:border-box}.Pb40{padding-bottom:40px;box-sizing:border-box}.Pb50{padding-bottom:50px;box-sizing:border-box}
.Pl0{padding-left:0}.Pl10{padding-left:10px;box-sizing:border-box}.Pl20{padding-left:20px;box-sizing:border-box}.Pl30{padding-left:30px;box-sizing:border-box}.Pl40{padding-left:40px;box-sizing:border-box}.Pl50{padding-left:50px;box-sizing:border-box}
.Pr0{padding-right:0}.Pr10{padding-right:10px;box-sizing:border-box}.Pr20{padding-right:20px;box-sizing:border-box}.Pr30{padding-right:30px;box-sizing:border-box}.Pr40{padding-right:40px;box-sizing:border-box}.Pr50{padding-right:50px;box-sizing:border-box}
/*CORES*/
:root {
    --branco: #fff;
    --preto: #2f2e2e;
    --vermelho: #a40f20;
    --cinza: #696969;
    --laranja: #c97d1f;
    --laranjac: #d4974c;
    --bgcinza: #f3f3f3;
    --lines: #e0e0e0;
}
.preto{color:var(--preto)}
.cinza{color:var(--cinza)}
.branco,.branco a{color:var(--branco)}
.laranja,.laranja a{color:var(--laranja)}
.bgbranco{background-color:var(--branco)}
.bgcinza{background-color:var(--bgcinza)}
.bglaranja{background-color:var(--laranja)}
.bglaranjac{background-color:var(--laranjac)}
/*TITULOS*/
.medium{font-weight:500}
.semibold{font-weight:600}
.bold{font-weight:700}
.tit-line{
    border: 1px solid var(--laranja);
    font-size:13px;
    text-transform:uppercase;
    font-weight:400;
    color:var(--laranja);
    display: inline-block;
}
.tit60 {
    font-size: 60px;
    line-height:55px
}
.tit55 {
    font-size: 55px;
}
.tit44,
.aj-txt h2 {
    font-size: 44px;
    line-height: 44px;
}
.tit34,
.tit34 p,
.aj-txt h3,
.aj-txt.blog-interna h2 {
    font-size: 34px;
    line-height: 44px;
}
.tit30,
.aj-txt.blog-interna h3 {
    font-size: 30px;
}
.tit20,
.aj-txt h4,
.aj-txt.blog-interna h4 {
    font-size: 20px;
}
.tit15 {
    font-size: 15px;
}
.tit14 {
    font-size: 14px;
}
/*CODE*/
.bot-line-branco {
    border: 1px solid var(--branco);
    color: var(--branco);
    font-size: 15px;
    padding-left: 35px;
    padding-right: 30px;
    display: inline-block;
    transition: all 0.2s linear;
}
.bot-line-branco img,
.bot-laranja img {
    width: 14px;
    margin-left: 25px;
}
.bot-laranja {
    background-color: var(--laranja);
    color: var(--branco);
    font-size: 15px;
    padding-left: 35px;
    padding-right: 30px;
    display: inline-block;
    transition: all 0.2s linear;
}
.bot-line-branco:hover,
.bot-laranja:hover {
    color: var(--branco);
    transition: all 0.2s linear;
    transform: scale(1.06);
}
.arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.2s linear;
}
.arrow img {
    width: 16px;
}
.arrow.menor {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.arrow img {
    width: 11px;
}
.arrow:hover {
    transition: all 0.2s linear;
    transform: scale(1.08);
}
.arrow-dow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--laranjac);
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.arrow-dow img {
    width: 16px;
    transform: rotate(135deg);
}
.banner {
    font-size: 18px;
}
.banner .box .arrow {
    background-color: #ddac70;
    font-size: 22px;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-produtos a {
    border: 1px solid var(--lines);
    background-color: var(--branco);
    display: block;
    height: 100%;
    transition: all 0.2s linear;
}
.list-produtos a:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .08);
    transform: scale(1.04);
    transition: all 0.2s linear;
}
.accordion-pg .accordion-item-pg {
    border-bottom: 1px solid var(--lines);
}
.accordion-pg .accordion-item-pg button {
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    padding-right: 50px;
    text-align: left;
}
.accordion-pg .accordion-item-pg button:after {
    content: '+';
    color: var(--laranja);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 40px;
    line-height: 38px;
    border: 1px solid var(--laranja);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-pg .accordion-item-pg button[aria-expanded="true"]:after {
    content: '-';
    background-color: var(--laranja);
    color: var(--branco);
}
.banner-especialista {
    height: 700px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#categorias .splide__slide:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--laranja);
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}
footer {
    font-size: 15px;
    padding-top: 40px;
}
footer i {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 20px;
    color: var(--branco);
    text-align: center;
    background-color: var(--laranjac);
    border-radius: 50%;
}
footer span strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
footer .assinatura {
    font-size: 13px;
}
.valores-empresa figure {
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.valores-empresa i {
    font-size: 20px;
}
.menu-sidebar li {
    margin-bottom: 10px;
}
.menu-sidebar li a:hover {
    color: var(--preto);
}
.aj-txt h2 {
    margin-top: 30px;
    color: var(--preto);
    font-weight: 600;
}
.aj-txt h3,
.aj-txt h4,
.saiba-mais h2,
.saiba-mais h3,
.saiba-mais h4,
.aj-txt.blog-interna h2,
.aj-txt.blog-interna h3 {
    margin-top: 30px;
    color: var(--preto);
    font-weight: 500;
}
.aj-txt ul li,
.saiba-mais ul li {
    list-style: inside;
    margin-top: 5px;
    margin-bottom: 5px;
}
.aj-txt strong,
.saiba-mais strong {
    color: var(--preto);
}
input {
    width: 100%;
    border: 1px solid var(--lines);
    padding: 12px 20px;
    margin-bottom: 15px;
}
textarea {
    width: 100%;
    height: 180px;
    border: 1px solid var(--lines);
    padding: 12px 20px;
    margin-bottom: 5px;
}
input[type="submit"] {
    width: auto;
    border: none;
    padding: 12px 60px 12px 35px;
    background-color: var(--laranja);
    color: var(--branco);
    font-size: 15px;
    border-radius: 120px;
    background-image: url(images/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 190px 18px;
    margin: 0 auto;
    transition: all 0.2s linear;
}
.assistencia-tecnica input[type="submit"] {
    display: flex;
}
input[type="submit"]:hover {
    transition: all 0.2s linear;
    transform: scale(1.06);
}
.sidebar-contato i {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 20px;
    color: var(--branco);
    text-align: center;
    background-color: var(--laranja);
    border-radius: 50%;
}
.sidebar-contato span strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--preto);
}
iframe {
    width: 100%;
    height: 550px;
}
.cky-consent-container .cky-notice .cky-title {
    color: var(--preto) !important;
}
.cky-consent-bar .cky-notice-des p, .cky-gpc-wrapper .cky-gpc-desc p, .cky-preference-body-wrapper .cky-preference-content-wrapper p, .cky-accordion-header-wrapper .cky-accordion-header-des p, .cky-cookie-des-table li div:last-child p {
    color: var(--cinza) !important;
}
.cky-consent-container  .cky-btn {
    color: var(--preto) !important;
    border-color: var(--preto) !important;
}
.cky-btn:last-child {
    color: var(--branco) !important;
    background-color: var(--preto) !important;
}
.bot-wpp {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #2e8006;
    color: #fff;
    border-radius: 120px;
    font-size: 30px;
    animation: pulse 2s infinite;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 128, 6, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 15px rgba(46, 128, 6, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(46, 128, 6, 0);
    }
}
.bot-wpp:hover {
    background: #236203;
    color: var(--branco);
}
.banner .arrow-dow {
    animation: dow 1s infinite;
}
@keyframes dow {
    0% {
        margin-bottom: 0;
    }
    
    50% {
        margin-bottom: 10px;
    }
    
    100% {
        margin-bottom: 0;
    }
}