/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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 {
    margin-top: 24px;
}
.main-navigation a {
    color: var(--branco);
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: var(--amarelo);
}
.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;
        white-space: nowrap;
    }
    .main-navigation li {
        margin: 0 10px;
        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(--branco);
    }
    .menu-toggle {
        display: none;
    }
}
*{border:0;margin:0;padding:0;}
html,body,#main,#page{height:100%;}
#main{display: contents;}
body{margin:0;padding:0;font-family:'Poppins',sans-serif;font-size:16px;color:var(--preto);overflow-x:hidden}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{text-decoration:none;color:var(--preto)}
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 {
    --amarelo: #fede35;
    --branco: #fff;
    --preto: #0c0c0c;
    --vermelho: #a40f20;
    --cinza: #a7a7a7;
    --bgcinza: #f2f2f2;
    --bgpreto: #242424;
    --lines: #e1e1e1;
}
.branco{color: var(--branco);}
.preto{color: var(--preto);}
/*CODE*/
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 800;
}
.tit16 {
    font-size: 16px;
    font-weight: 400;
}
.tit18 {
    font-size: 18px;
}
.tit16 {
    font-size: 16px;
}
.tit24 {
    font-size: 24px;
}
.tit48 {
    font-size: 48px;
}
.tit56 {
    font-size: 56px;
}
.bot-amarelo,
.contato input[type="submit"] {
    line-height: 60px;
    font-weight: 500;
    background-color: var(--amarelo);
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 6px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-amarelo:hover,
.contato input[type="submit"]:hover {
    transform: scale(1.1);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
header {
    background-color: var(--preto);
    color: var(--branco);
}
header .bot-amarelo {
    line-height: 45px;
}
.banner {
    height: calc(100% - 96px);
    color: var(--branco);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner p,
.servicos .row:first-child p {
    font-size: 18px;
}
.servicos {
    background-color: var(--preto);
    color: var(--branco);
    padding-top: 120px;
    padding-bottom: 90px;
}
.servicos .box {
    background-color: var(--bgpreto);
    border: 1px solid #363636;
    height: 100%;
    overflow: hidden;
}
.servicos .box figure {
    overflow: hidden;
}
.servicos .box figure img {
    object-fit: cover;

}
.servicos .box .p-4 {
    position: relative;
    padding-bottom: 60px !important;
}
.servicos .box a {
    color: var(--branco);
    position: absolute;
    bottom: 20px;
}
.list-beneficios .box,
.list-duvidas .box {
    background-color: var(--bgcinza);
    border: 1px solid var(--lines);
}

.list-beneficios .box:hover .title-benefit{
	gap: 20px;
	padding-left: 8px;
}

.list-beneficios .box .title-benefit{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: start;
	transition: all .4s;
}

.list-beneficios .box .title-benefit .icon-benefit {
    font-size: 14px;
	padding-top: 7px;
}
.sticky {
    position: sticky;
    top: 40px;
}
.contato {
    background-color: var(--preto);
    color: var(--branco);
    padding-top: 120px;
    padding-bottom: 70px;
}
.contato a {
    color: var(--branco);
}
.contato .contatos li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contato label {
    width: 100%;
}
.contato input {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 50px;
    background-color: var(--bgpreto);
    border: 1px solid #363636;
    border-radius: 6px;
    color: var(--cinza);
}
.contato textarea {
    width: 100%;
    height: 180px;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: var(--bgpreto);
    border: 1px solid #363636;
    border-radius: 6px;
    color: var(--cinza);
}
.contato input[type="submit"] {
    width: auto;
    color: var(--preto);
}
.call {
    background-image: url(images/bg-cta.png);
    color: var(--branco);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
footer {
    background-color: var(--preto);
    color: var(--branco);
    padding-top: 80px;
    padding-bottom: 20px;
}
footer a {
    color: var(--branco);
}
footer .assinatura {
    font-size: 14px;
}
.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);
}
.aj-txt h2 {
    margin-top: 50px;
}