.call_to_action {width:100%;font-size: 1.4em;font-weight: 700;text-transform: uppercase;text-align: center;padding: 22px 12px;margin: 8px auto 0;box-sizing: border-box;color: #fff;background-color: #0ba985;border: 0;cursor: pointer;border-radius: 5px;display: block;font-family: 'Roboto', sans-serif;}
.call_to_action:hover { color:#fff; background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 0.4));background-color: #0ba985;}

.call_to_action_green_lemon {width:100%;font-size: 1.4em;font-weight: 700;text-transform: uppercase;text-align: center;padding: 22px 12px;margin: 8px auto 0;box-sizing: border-box;color: #fff;background-image: linear-gradient(#1abf06,#0f8800)!important; border: 0;cursor: pointer;border-radius: 5px;display: block;font-family: 'Roboto', sans-serif;}
.call_to_action_green_lemon:hover { color:#fff; background-image: linear-gradient(#0f8800,#1abf06)!important;}

.call_to_action_red {width:100%;font-size: 1.4em;font-weight: 700;text-transform: uppercase;text-align: center;padding: 22px 12px;margin: 8px auto 0;box-sizing: border-box;color: #fff;background-image: linear-gradient(to bottom, #e54747 0%,#bb0e31 100%); border: 0;cursor: pointer;border-radius: 5px;display: block;font-family: 'Roboto', sans-serif;}
.call_to_action_red:hover { color:#fff; background-image: linear-gradient(to bottom, #bb0e31 0%,#e54747 100%)}

.videowrapper {
  width: 90%;
  margin: 0 auto;
}
.videowrapper span {
	position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  margin: 0 auto;
}
.videowrapper span iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.b-loaded, .b-error{opacity:1!important}

.video-wrapper  iframe{
  border: 0;
}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:'Lato', 'Arial', sans-serif;font-variant-numeric:lining-nums}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}p::-moz-selection,span::-moz-selection,strong::-moz-selection,b::-moz-selection,br::-moz-selection,i::-moz-selection,u::-moz-selection,a::-moz-selection,h1::-moz-selection,h2::-moz-selection,h3::-moz-selection,h4::-moz-selection,img::-moz-selection,small::-moz-selection,ul::-moz-selection,li::-moz-selection,s::-moz-selection,div::-moz-selection{background-color:#808080;color:white;font-variant-numeric:lining-nums}p::selection,span::selection,strong::selection,b::selection,br::selection,i::selection,u::selection,a::selection,h1::selection,h2::selection,h3::selection,h4::selection,img::selection,small::selection,ul::selection,li::selection,s::selection,div::selection{background-color:#808080;color:white;font-variant-numeric:lining-nums}/*!
 css essencial
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:calc(1 * 2);animation-iteration-count:calc(1 * 2);-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:calc(1 * 3);animation-iteration-count:calc(1 * 3);-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:calc(1s * 2);animation-delay:calc(1s * 2);-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:calc(1s * 3);animation-delay:calc(1s * 3);-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:calc(1s * 4);animation-delay:calc(1s * 4);-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:calc(1s * 5);animation-delay:calc(1s * 5);-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:calc(1s / 2);animation-duration:calc(1s / 2);-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:calc(1s * 0.8);animation-duration:calc(1s * 0.8);-webkit-animation-duration:calc(var(--animate-duration) * 0.8);animation-duration:calc(var(--animate-duration) * 0.8)}.animate__animated.animate__slow{-webkit-animation-duration:calc(1s * 2);animation-duration:calc(1s * 2);-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:calc(1s * 3);animation-duration:calc(1s * 3);-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print, (prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*='Out']{opacity:0}}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 70deg);transform:perspective(400px) rotate3d(1, 0, 0, 70deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 5deg);transform:perspective(400px) rotate3d(1, 0, 0, 5deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 70deg);transform:perspective(400px) rotate3d(1, 0, 0, 70deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 5deg);transform:perspective(400px) rotate3d(1, 0, 0, 5deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-40%, 0, 0);transform:translate3d(-40%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-40%, 0, 0);transform:translate3d(-40%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(40%, 0, 0);transform:translate3d(40%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(40%, 0, 0);transform:translate3d(40%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 40%, 0);transform:translate3d(0, 40%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 40%, 0);transform:translate3d(0, 40%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.main-nav{display:block;position:fixed;width:100%;top:-50px;z-index:9999;background-color:#ffffff;margin-bottom:10px;height:34px;transition:all .4s ease-out;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5)}.fixed-main-nav{top:0}.logotipo{display:block;margin:0 auto;overflow:hidden;height:auto;width:130px;padding-top:8px}.logotipo img{width:100%}.disclaimer{display:block;background-color:#ffffff;margin-top:0;width:100%;padding:10px 0;overflow:hidden;-webkit-animation:animadisc 1s ease-in-out;-moz-animation:animadisc 1s ease-in-out;-o-animation:animadisc 1s ease-in-out;animation:animadisc 1s ease-in-out;font-size:14px;line-height:21px}.disclaimer p{color:#58c6a9;font-family:"Roboto Condensed","Arial",sans-serif;text-align:center}.headline{position:relative;hyphens:none;overflow:hidden;padding:35px 0px 0px 0px}@media only screen and (max-width: 768px){.headline{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center;background-image:url("https://k8s-square-empiricus-assets.empiricus.com.br/prd/2021/c/LaHtKxCCObNeDP5tAGy5EN6MfSMj6Uk0DWa421GQ.jpg");background-repeat:no-repeat;width:100%}}.wrapper-headline{width:100%;max-width:930px;margin:0 auto;position:relative}@media only screen and (max-width: 1199px){.wrapper-headline{width:75%}}@media only screen and (max-width: 991px){.wrapper-headline{width:80%}}@media only screen and (max-width: 768px){.wrapper-headline{width:90%}}.headline-img img{display:block;margin:0 auto;width:100%}.headline-desk img{display:block;width:100%;max-width:890px}@media only screen and (max-width: 768px){.headline-desk img{display:none}}.anima1,.anima3{opacity:0}.headline-mob img{display:none}@media only screen and (max-width: 768px){.headline-mob img{display:block;max-width:450px}}.scroll-down div{display:block;width:70px;height:70px;margin:35px auto 15px auto}.scroll-down div span{display:block;margin:0 auto;width:20px;height:20px;border-left:4px solid #bf0000;border-bottom:4px solid #bf0000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:seta_down 1.5s infinite;animation:seta_down 2.0s infinite;box-sizing:border-box}@-webkit-keyframes seta_down{0%{transform:rotate(-45deg) translate(0px, 0px);opacity:0}50%{opacity:1}100%{transform:rotate(-45deg) translate(-30px, 30px);opacity:0}}@keyframes seta_down{0%{transform:rotate(-45deg) translate(0px, 0px);opacity:0}50%{opacity:1}100%{transform:rotate(-45deg) translate(-30px, 30px);opacity:0}}.main-wrapper{box-sizing:border-box;width:100%;max-width:930px;background-color:lightcoral;padding:50px 100px 15px 100px;margin:0 auto;background-color:#ffffff;border-top:#000 solid 4px;border-bottom:#000 solid 4px}@media only screen and (max-width: 1199px){.main-wrapper{width:75%;padding:60px 60px 25px 60px}}@media only screen and (max-width: 991px){.main-wrapper{width:80%;padding:40px 40px 5px 40px}}@media only screen and (max-width: 768px){.main-wrapper{width:100%;padding:35px 8% 35px 8%}}.wrapper-break{box-sizing:border-box;width:100%;max-width:930px;background-color:#e9e9e9;padding:35px 55px;margin:0 auto}@media only screen and (max-width: 1199px){.wrapper-break{width:75%}}@media only screen and (max-width: 991px){.wrapper-break{width:80%}}@media only screen and (max-width: 768px){.wrapper-break{width:100%;background-color:#e9e9e9}}.p-break{color:#000;font-family:"Roboto Condensed","Arial",sans-serif;margin-bottom:0px !important;text-align:center;font-size:36px;line-height:54px;font-weight:bold}.p-break span{font-family:"Roboto Condensed","Arial",sans-serif}.p-break b{font-family:"Roboto Condensed","Arial",sans-serif}.p-break u{font-family:"Roboto Condensed","Arial",sans-serif}.p-break i{font-family:"Roboto Condensed","Arial",sans-serif}main{padding:0px 0px 70px 0px;font-family:"Lato","Arial",sans-serif}@media only screen and (max-width: 768px){main{padding:0px 0px 0px 0px}}main p{font-size:22px;line-height:150%;margin-bottom:40px}main .p-img-fonte{margin-bottom:5px}main .p-img-fonte img{margin-bottom:5px;box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1);-webkit-box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1);-o-box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1)}main .p-fonte{font-size:14px;line-height:150%;margin-bottom:40px;text-align:center}main b{line-height:150%;font-weight:bold}main strong{line-height:150%;font-weight:bold}main i{font-style:italic;line-height:150%}main em{font-style:italic;line-height:150%}main u{text-decoration:underline;line-height:150%}main img{display:block;margin:0 auto;margin-bottom:35px;box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1);-webkit-box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1);-o-box-shadow:0px 0px 4px 4px rgba(0,0,0,0.1)}main ul li{font-size:22px;line-height:150%;list-style:initial;list-style-position:inside}main ul li:last-child{margin-bottom:35px}main ol li{font-size:22px;margin-bottom:25px;line-height:150%;list-style-type:numeric !important;list-style-position:outside}main ol li:last-child{margin-bottom:35px}main a{color:#bf0000;text-decoration:underline;font-weight:bold}main a:hover{color:#fff;background-color:#bf0000}main .img-fonte img{margin-bottom:0px}main .fonte{text-align:center;font-size:14px}.img-assinatura img{display:block;width:100%;max-width:300px;margin:0 auto;box-shadow:0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);-o-box-shadow:0px 0px 0px 0px rgba(0,0,0,0)}.ck-texto{display:block;box-sizing:border-box;text-transform:uppercase;padding:20px 10px;width:100%;margin:0px auto;text-align:center;font-size:24px;line-height:36px;font-weight:bold;color:#fff;border-radius:5px;background:linear-gradient(268deg, #5a0000, #bf0000, #5a0000, #bf0000);background-size:800% 800%;-webkit-animation:cta 6s ease infinite;-moz-animation:cta 6s ease infinite;-o-animation:cta 6s ease infinite;animation:cta 6s ease infinite;text-decoration:underline;box-shadow:0px 1px 7px 0px rgba(0,0,0,0.75);-webkit-box-shadow:0px 1px 7px 0px rgba(0,0,0,0.75);-moz-box-shadow:0px 1px 7px 0px rgba(0,0,0,0.75);-o-box-shadow:0px 1px 7px 0px rgba(0,0,0,0.75)}.ck-texto:hover{background-color:#bf0000 !important;background-image:none !important;color:#fff !important}.ck-texto:focus{background-color:#bf0000 !important;color:#fff !important;background-image:none !important}.ck-texto:active{background-color:#bf0000 !important;color:#fff !important;background-image:none !important}@-webkit-keyframes cta{0%{background-position:0% 50%}50%{background-position:100% 51%}100%{background-position:0% 50%}}@-moz-keyframes cta{0%{background-position:0% 50%}50%{background-position:100% 51%}100%{background-position:0% 50%}}@-o-keyframes cta{0%{background-position:0% 50%}50%{background-position:100% 51%}100%{background-position:0% 50%}}@keyframes cta{0%{background-position:0% 50%}50%{background-position:100% 51%}100%{background-position:0% 50%}}.contato{overflow:hidden;background-color:#e5e5e5}.contato .box-contato{overflow:hidden;display:block;padding:70px 0px;width:630px;margin:0 auto}@media only screen and (max-width: 991px){.contato .box-contato{width:600px}}@media only screen and (max-width: 768px){.contato .box-contato{width:100%}}@media only screen and (max-width: 768px){.contato .wrapper{width:100%}}.contato .left{display:block;width:150px;float:left;box-sizing:border-box}@media only screen and (max-width: 768px){.contato .left{width:100%;float:none}}.contato .right{float:right;display:block;width:calc(100% - 150px);padding:0px 0px 0px 35px;box-sizing:border-box}@media only screen and (max-width: 768px){.contato .right{width:100%;float:none;padding:0px}}.contato .icone-contato{display:block;width:150px;height:150px;background-color:#58c6a9;border-radius:50%;background-image:url("https://empiricusimagens.s3.amazonaws.com/template20/sprite.png");background-position:10px -62px}@media only screen and (max-width: 768px){.contato .icone-contato{margin:0 auto 20px auto}}.contato h4{font-size:28px;font-weight:bold}@media only screen and (max-width: 991px){.contato h4{font-size:24px}}@media only screen and (max-width: 768px){.contato h4{font-size:22px;text-align:center}}.contato p{font-size:24px;font-weight:normal;margin-bottom:17px}@media only screen and (max-width: 991px){.contato p{font-size:22px}}@media only screen and (max-width: 768px){.contato p{font-size:18px;text-align:center}}@media only screen and (max-width: 768px){.contato ul{width:100%;max-width:250px;margin:0 auto}}.contato ul li{list-style:none}.contato ul li:nth-of-type(2){margin:20px 0px}.contato a{font-size:24px;line-height:24px;display:inline-block;height:24px;padding-left:40px;font-weight:normal;color:#3b3b3b;background-image:url("https://empiricusimagens.s3.amazonaws.com/template20/sprite.png");background-repeat:no-repeat;background-position:top left}@media only screen and (max-width: 991px){.contato a{font-size:20px}}@media only screen and (max-width: 768px){.contato a{font-size:16px;text-align:left;margin:0 auto;width:100%;max-width:240px;hyphens:auto;padding-left:35px;float:none}}.contato a:hover{cursor:pointer;color:#181818;text-decoration-color:#58c6a9}.contato a.whatsapp{background-position:0px -48px}.contato a.telefone{background-position:0px -24px}.a-empiricus{background-color:#fff;display:block;text-align:left;padding:70px 0px 70px 0px}.a-empiricus img{display:block;margin:0 auto;width:100%;max-width:200px !important;margin-bottom:14px;cursor:pointer}.a-empiricus p{font-size:18px;line-height:27px}@media only screen and (max-width: 768px){.a-empiricus p{font-size:14px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.a-empiricus p a{color:#333333;font-weight:bold;text-decoration:underline}.a-empiricus p a:hover{color:#e83d4e}.dados-footer{background-color:#3caa8d;padding:35px 0px;line-height:20px}.dados-footer p{color:#ffffff;text-align:center;padding:20px 0px;font-size:14px}.dados-footer p a{text-decoration:underline;color:#ffffff}.dados-footer p a:hover{color:#ffffff;text-decoration-color:#ffffff}body{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:top center;background-color:#000;background-image:url("https://k8s-square-empiricus-assets.empiricus.com.br/prd/2021/c/8nJbpoUmktDr46jOLEh4mjTYcxkgQEawgU20YoVn.jpg");background-repeat:no-repeat;background-attachment:fixed}@media only screen and (max-width: 768px){body{background:none;padding:0px}}.wrapper{width:100%;max-width:840px;margin:0 auto;position:relative}@media only screen and (max-width: 1199px){.wrapper{width:75%}}@media only screen and (max-width: 991px){.wrapper{width:80%}}@media only screen and (max-width: 768px){.wrapper{width:90%}}