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: 18px;
    font-weight: 500;
}
.main-navigation a {
    color: var(--branco);
    transition: all 0.2s linear;
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--cinzac);
    transition: all 0.2s linear;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}

@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;
        white-space: nowrap;
    }
    .main-navigation li:first-child {
        margin: 0 20px 0 0;
    }
    .main-navigation li:last-child {
        margin: 0 0 0 20px;
    }
    .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);
    }
    .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(--cinzac);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family:'Roboto',sans-serif;font-size:15px;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: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(--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: #000;
    --vermelho: #ff1520;
    --verde: #407d0e;
    --cinza: #3f3f3f;
    --cinzac: #94959a;
    --bgcinza: #f8f8f8;
    --lines: #e6e6e6;
}
.branco,.branco a{color: var(--branco)}
.preto{color: var(--preto)}
.vermelho{color: var(--vermelho)}
.bgpreto{background-color: var(--preto)}
.bgverde{background-color: var(--verde)}
.bgvermelho{background-color: var(--vermelho)}
.bgcinza{background-color: var(--bgcinza)}

/*TÍTULOS*/
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.titduplo {
    font-size: 18px;
    font-weight: 500;
    color: var(--vermelho);
}
.titduplo strong {
    font-size: 60px;
    font-weight: 700;
    color: var(--preto);
    display: block;
    margin-top: 10px;
}
.titduplo.menor strong {
    font-size: 45px;
}
.tit70 {
    font-size: 70px;
    line-height: 75px;
}
.tit70.det:before {
    content: '';
    width: 125px;
    height: 30px;
    background-image: url(images/det.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 30px;
}
.tit60 {
    font-size: 60px;
    line-height: 65px;
}
.tit45 {
    font-size: 45px;
}
.tit35 {
    font-size: 35px;
}
.tit35.det:before {
    content: '';
    width: 38px;
    height: 9px;
    background-image: url(images/det.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 30px;
}
.servicos-home .col-12:nth-child(even) .tit35.det:before {
    width: 100%;
    background-position: right;
}
.tit18 {
    font-size: 18px;
}
.tit16 {
    font-size: 16px;
}
/*CODE*/
.bot-verde {
    background-color: var(--verde);
    font-weight: 500;
    color: var(--branco);
    display: inline-block;
    transition: all 0.2s linear;
}
.bot-verde i {
    font-size: 20px;
}
.bot-verde:hover,
.bot-line:hover,
.bot-vermelho:hover {
    color: var(--branco);
    transform: scale(1.06);
    transition: all 0.2s linear;
}
.bot-line {
    outline-offset: -1px;
    outline: 1px solid var(--branco);
    font-weight: 500;
    color: var(--branco);
    display: inline-block;
    transition: all 0.2s linear;
}
.bot-vermelho {
    background-color: var(--vermelho);
    font-size: 14px;
    font-weight: 700;
    color: var(--branco);
    display: inline-block;
    padding: 12px 25px;
    transition: all 0.2s linear;
}
header {
    background-color: var(--preto);
}
.banner {
    height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner h1 strong {
    color: var(--vermelho);
}
.banner .lock {
    width: 630px;
}
.servicos-home {
    background-image: url(images/servico-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 850px;
}
.bullets-servicos em {
    font-size: 13px;
}
.bullets-servicos .col-lg-4:first-child .rounded-2 {
    background-color: var(--bgcinza);
}
.porque {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.porque h3.tit60 {
    line-height: 55px;
}
.porque .lock {
    width: 460px;
}
.porque:after {
    content: '';
    width: 279px;
    height: 70px;
    background-image: url(images/det.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 10px;
}
.depoimentos {
    background-image: url(images/depoimentos.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 680px;
}
.depoimentos .ti-widget.ti-goog .ti-widget-container {
    color: var(--cinza);
}
body.page-id-28 .depoimentos {
    min-height: 580px;
}
iframe {
    width: 100%;
    height: 700px;
    display: flex;
}
.onde-estamos {
    position: relative;
}
.onde-estamos .box {
    width: 530px;
    position: absolute;
    top: -90px;
    left: 0;
}
.onde-estamos .box h2 strong {
    color: var(--branco);
}
footer {
    font-size: 14px;
}
footer i,
.list-contato i {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    font-size: 20px;
}
.redes-sociais li:first-child i {
    background-color: #cf1b86;
    border-radius: 0.375rem;
}
.redes-sociais li:last-child i {
    background-color: #0f61f6;
    border-radius: 0.375rem;
}
.banner-quem-somos {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--cinzac) !important;
}
.list-servicos h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--preto);
    margin-top: 30px;
    margin-bottom: 20px;
}
.list-servicos ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-servicos ul li:before {
    content: "\f058";
    font: var(--fa-font-solid);
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: var(--vermelho);
    margin-right: 10px;
}
.duvidas {
    background-color: #4c4c4f;
}
.duvidas figure {
    float: right;
}
.duvidas input,
.duvidas textarea {
    border: none;
}
input {
    width: 100%;
    border-radius: 0.375rem;
    padding: 10px 20px;
    margin-top: 15px;
    border: 1px solid var(--lines);
}
textarea {
    width: 100%;
    height: 140px;
    border-radius: 0.375rem;
    padding: 10px 20px;
    margin-top: 15px;
    border: 1px solid var(--lines);
}
input[type="submit"] {
    width: auto;
    background-color: var(--vermelho);
    color: var(--branco);
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border: none;
}
.menu-servicos a {
    transition: all 0.2s linear;
}
.menu-servicos a:hover {
    background-color: var(--preto);
    color: var(--branco );
    transition: all 0.2s linear;
}
.cky-notice-btn-wrapper .cky-btn {
    border-radius: 0.375rem;
}
.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: var(--verde);
    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);
}