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%;}

body{margin:0;padding:0;font-family:'Inter',sans-serif;font-size:15px;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(--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: #21211f;

    --vermelho: #a40f20;

    --cinza: #606060;

    --amarelo: #f9c90c;

    --bgcinza: #f1f1f1;

    --lines: #a7a5a3;

}

/*CODE*/

.tit95 {

    font-size: 95px;

    line-height: 100%;

    font-weight: 500;

}

.tit72 {
    font-size: 72px;
    line-height: 100%;
    font-weight: 600;
}

.tit50 {

    font-size: 50px;

    font-weight: 600;

}

.tit35 {

    font-size: 35px;

    font-weight: 600;

}

.tit24 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.tit15 {

    font-size: 15px;

    font-weight: 600;

}

header {
    font-size: 20px;
}
header {
    font-size: 14px;
    text-transform: uppercase;
}
header i {
    font-size: 20px;
}

h1 {

    font-size: 64px;

    line-height: 100%;

    font-weight: 600;

}

.bullets strong {

    font-size: 72px;

    line-height: 100%;

    font-weight: 600;

    display: block;

}

.accordion-zero .accordion-item {

    border-bottom: 1px solid var(--preto);

}

.accordion-zero .accordion-button {

    font-size: 24px;

    font-weight: 600;

}

.accordion-zero .splide__arrow {

    background: var(--branco);

}

.bots li a {

    display: inline-block;

    line-height: 50px;

    padding-left: 30px;

    padding-right: 30px;

    border: 1px solid var(--lines);

    border-radius: 120px;

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

}

.bots li a:hover {

    background-color: var(--preto);

    border: 1px solid var(--preto);

    color: var(--branco);

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

}

.video .row:first-child {

    position: relative;

}

.video h2 {

    position: absolute;

    top: 100px;

    left: 0;

    z-index: 1;

}

.video figure a {

    position: relative;

}

.video figure a:before {

    width: 100px;

    line-height: 100px;

    border: 1px solid var(--branco);

    background-color: rgba(0, 0, 0, 0.2);

    border-radius: 50%;

    font-family: 'Font Awesome 6 Free';

    font-weight: 900;

    -webkit-font-smoothing: antialiased;

    content: '\f04b';

    text-align: center;

    font-size: 20px;

    color: var(--branco);

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

}

.video figure a:hover:before {

    width: 120px;

    line-height: 120px;

    background-color: rgba(0, 0, 0, 0.4);

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

}

footer {

    background-color: var(--preto);

    color: var(--branco);

    padding-top: 100px;

}

footer a {

    color: var(--branco);

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

}

footer a:hover,

header a:hover {

    color: var(--amarelo);

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

}

input {

    width: 100%;

    background-color: transparent;

    border-bottom: 1px solid var(--branco);

    padding: 15px 0;

    margin-bottom: 30px;

    color: var(--branco);

}

input[type="submit"] {

    width: auto;

    margin-bottom: 0;

    padding: 15px 40px;

    color: var(--preto);

    background-color: var(--amarelo);

    border-bottom: none;

    font-weight: 500;

    border-radius: 120px;

}

footer .assinatura {

    font-size: 13px;

}

.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);

}

.foot-icon {
    margin-right: 8px;
}

.logo img {
    max-width: 160px;
}

.foot{
    border-radius: 1rem 1rem 0 0;
}


/*ANIMCAÇÕES*/
.slide-in-bottom-0 {
	-webkit-animation: slide-in-bottom 0.5s ease ;
	        animation: slide-in-bottom 0.5s ease ;
}

.slide-in-bottom-100 {
	-webkit-animation: slide-in-bottom 0.5s ease .1s;
	        animation: slide-in-bottom 0.5s ease .1s;
}

.slide-in-bottom-200 {
	-webkit-animation: slide-in-bottom 0.5s ease .2s;
	        animation: slide-in-bottom 0.5s ease .2s;
}

.slide-in-bottom-300 {
	-webkit-animation: slide-in-bottom 0.5s ease .3s;
	        animation: slide-in-bottom 0.5s ease .3s;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

