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 {
    background: var(--cinza);
}
.main-navigation li {
    margin-top: 24px;
    font-size: 12px;
}
.main-navigation a {
    color: var(--branco);
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--vermelho);
}
.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;
        text-align: left;
        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 40px 0 0;
        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);
    }
    .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 a {
        background: var(--cinza);
        border-top: 1px solid var(--branco);
        display: block;
        font-size: 11px;
        line-height: 2.181818182;
        padding: 8px 10px;
        width: 180px;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: var(--preto);
        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(--vermelho);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;background-color:var(--bgcinza)}
body{margin:0;padding:0;font-family:'Roboto',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);transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
p{line-height:25px;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(--branco);}
::-moz-placeholder{color: var(--branco);}
:-ms-input-placeholder{color: var(--branco);}
:-moz-placeholder{color: var(--branco);}
.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: #1E1E1E;
    --vermelho: #F63310;
    --cinza: #6E6E6E;
    --bgcinza: #F3F3F3;
    --lines: #f1f1f1;
}
.branco{color: var(--branco)}
.preto{color: var(--preto)}
.cinza{color: var(--cinza)}
.bgbranco{background-color:var(--branco)}
.bgpreto{background-color:var(--preto)}
/*CODE*/
.normal{font-weight:400}
.medium{font-weight:500}
.semibold{font-weight:600}
.bold{font-weight:700}
.extrabold{font-weight:800}
.tit48 {
    font-size: 48px;
}
.tit40 {
    font-size: 40px;
}
.tit40.color {
    color: var(--preto);
}
.tit40.color strong {
    color: var(--vermelho);
    display: inline-block;
}
.tit30,
.aj-txt h2 {
    font-size: 30px;
}
.tit20,
.aj-txt h3 {
    font-size: 20px;
    line-height: 30px;
}
.tit16,
.aj-txt h4 {
    font-size: 16px;
}
.tit16.ls {
    letter-spacing: 5px;
}
.bot-line-vermelho {
    font-weight: 700;
    color: var(--vermelho);
    border: 1px solid var(--vermelho);
    padding: 14px 20px;
    letter-spacing: 2px;
}
.bot-line-vermelho:hover {
    color: var(--branco);
    background-color: var(--preto);
    border: 1px solid var(--preto);
}
.bot-preto-anima {
    line-height: 55px;
    font-weight: 700;
    color: var(--branco);
    background-color: var(--preto);
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 2px;
    position: relative;
}
.bot-preto-anima:before,
.bot-submit:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: var(--vermelho);
    background-image: url(images/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -45px;
    top: 0;
    z-index: 2;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-preto-anima:hover {
    color: var(--branco);
    background-color: var(--vermelho);
}
.bot-preto-anima:hover:before,
.bot-submit:hover:before {
    height: 100%;
    background-color: var(--preto);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-preto-anima:after,
.bot-submit:after {
    content: '';
    width: 40px;
    height: 10px;
    background-color: var(--cinza);
    position: absolute;
    right: -45px;
    bottom: 0;
}
.bot-preto {
    font-weight: 700;
    color: var(--branco);
    background-color: var(--preto);
    padding: 14px 20px;
    letter-spacing: 2px;
}
.bot-preto:hover {
    color: var(--branco);
    background-color: var(--vermelho);
}
body #page, body #main {
    height: 100%;
}
body #main {
    display: contents;
}
header {
    line-height: 100px;
}
.border-danger {
    border-color: var(--vermelho) !important;
}
.banner {
    margin-top: -100px;
    background-image: url(images/bg-banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
#servicos a {
    background-image: url(images/texture.png);
    background-color: var(--preto);
    display: block;
    position: relative;
    padding: 0 40px 120px;
}
#servicos a:hover {
    background-color: #000;
}
#servicos a .bot-saiba-mais {
    line-height: 40px;
    position: absolute;
    left: 40px;
    bottom: 40px;
}
#servicos a .bot-saiba-mais span {
    opacity: 0;
    display: inline-block;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 2px;
    background-color: var(--vermelho);
    color: var(--branco);
    transition: all 0.4s linear;
}
#servicos a:hover .bot-saiba-mais span {
    opacity: 1;
    transition: all 0.4s linear;
}
#servicos a .bot-saiba-mais:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: var(--vermelho);
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s linear;
}
#servicos a:hover .bot-saiba-mais:after {
    left: calc(100% + 5px);
    top: 0;
    transition: all 0.3s linear;
}
#servicos .splide__arrows {
    position: absolute;
    top: 0;
    right: 0;
}
#servicos .splide__arrow {
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid var(--vermelho);
    background: transparent;
    top: -25px;
    transform: translateY(-100%);
}
#servicos .splide__arrow--prev {
    left: -108px;
}
#servicos .splide__arrow--next {
    right: 0;
}
.compromisso {
    background-image: url(images/bg-compromisso.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 130px;
}
.compromisso .bgbranco {
    background-image: url(images/det-compromisso.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}
.compromisso .row:nth-child(2) .col-12:first-child .bgbranco:before {
    content: '';
    width: 3px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--vermelho);
}
.compromisso .row:nth-child(2) .col-12:first-child .bgbranco:after {
    content: '';
    width: 80px;
    height: 10px;
    border: 2px solid var(--bgcinza);
    position: absolute;
    right: -50px;
    top: 10%;
    background-color: var(--vermelho);
    z-index: 2;
}
.compromisso .row:nth-child(2) .col-12:last-child .bgbranco:before {
    content: '';
    width: 3px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--vermelho);
}
.compromisso .row:nth-child(2) .col-12:last-child .bgbranco:after {
    content: '';
    width: 80px;
    height: 10px;
    border: 2px solid var(--bgcinza);
    position: absolute;
    left: -50px;
    bottom: 10%;
    background-color: var(--vermelho);
    z-index: 2;
}
.compromisso .bgbranco strong {
    color: var(--preto);
}
.quem-somos {
    background-image: url(images/bg-quem-somos.png);
    background-repeat: no-repeat;
    background-position: center;
}
.quem-somos .float-end {
    margin-top: -50px;
}
#contato {
    min-height: 950px;
    background-image: url(images/bg-contato.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
#contato ul li a {
    color: var(--preto);
}
#contato ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--branco);
    background-color: var(--vermelho);
    text-align: center;
}
#contato ul li span {
    line-height: 40px;
    display: inline-block;
    border: 1px solid var(--preto);
    padding-left: 10px;
    padding-right: 10px;
}
#contato input {
    width: 100%;
    border: 1px solid var(--branco);
    padding: 15px 20px;
    background-color: transparent;
    color: var(--branco);
    margin-bottom: 20px;
}
#contato input[type="tel"],
#contato input[type="email"] {
    width: calc(50% - 10px);
}
#contato input[type="tel"] {
    margin-right: 20px;
}
#contato textarea {
    width: 100%;
    height: 140px;
    border: 1px solid var(--branco);
    padding: 15px 20px;
    background-color: transparent;
    color: var(--branco);
    margin-bottom: 15px;
}
#contato .bot-submit {
    position: relative;
    display: inline-block;
}
#contato .bgpreto p {
    margin: 0;
}
#contato .bot-submit input[type="submit"] {
    width: auto;
    line-height: 55px;
    font-weight: 700;
    color: var(--branco);
    background-color: var(--vermelho);
    padding: 0 30px;
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    border: none;
    transition: all 0.2s linear;
}
#contato .bot-submit input[type="submit"]:hover {
    background-color: var(--branco);
    color: var(--vermelho);
    transition: all 0.2s linear;
}
#contato .bot-submit:before {
    background-color: var(--branco);
    background-image: url(images/arrow-up-vermelho.svg);
}
#contato .bot-submit:hover:before {
    background-color: var(--vermelho);
    background-image: url(images/arrow-up.svg);
}
#contato .wpcf7-spinner {
    display: none;
}
footer,
footer a,
footer a:hover {
    color: var(--preto);
}
footer .assinatura a {
    background-color: rgba(239, 184, 91, 0.5);
    display: inline-block;
    padding: 5px 10px;
}
.call {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: var(--branco);
    border: 1px solid var(--vermelho);
    z-index: 2;
}
.call figure img {
    width: 120px;
    height: auto;
}
.call .bot-preto-anima {
    margin-left: 30px;
    margin-right: 45px;
}
.aj-txt h2,
.aj-txt h3,
.aj-txt h4 {
    font-weight: 700;
    color: var(--preto);
    margin-top: 40px;
} 
.aj-txt ul {
    margin: 15px 0;
}
.aj-txt ul li {
    list-style: inside;
}
.mapa iframe {
    width: 100%;
    height: 500px;
}