@charset "utf-8";
:root {
   color-scheme: light dark;
}

html, body {
   width: 100%;
   height: 100% !important;
   padding: 0;
   margin: 0;
   font-family: "Inter", sans-serif;
}

body {
   font-family: "Inter", sans-serif;
   color: #000;
   height: 100% !important;
   font-size: 20px !important;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Rethink Sans", sans-serif;
}

a {color: #EA7724 !important}
a:hover{text-decoration: underline;color:#E67007;}


.input-style:focus {
   border-color: #000000;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.select-style {
   border: 0;
   border-radius: 0;
}

.select-style:focus {
   border-color: #000000;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.circulo-twitter {
   background: #fff;
   border-radius: 100%;
   line-height: 56px;
   width: 56px;
   text-align: center;
   font-size: 35px;
   display: block;
   margin-left: 7px;
   transition: 0.5s;
}

.circulo-twitter:hover {
   background: #000;
   transition: 0.5s;
}

.btn-cad-assinatura-ebook {
   font-family: "Rethink Sans", sans-serif;
   background-color: #ff790f;
   color: #ffffff;
   font-weight: bold;
   padding: 5px 90px;
   text-decoration: none;
   transition: 0.5s;
   border: none;
   text-transform: uppercase;
   border-radius: 0;
}

.btn-cad-assinatura-ebook:hover {
   text-decoration: none;
   background-color: #fff;
   transition: 0.5s;
   color: #000;
}

.btn-cad-assinatura-ebook:active {
   border-color: #000000 !important;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%)!important;
   background-color: #fff !important;
   transition: 0.5s;
   color: #000;
}

.btn-cad-assinatura-ebook:focus {
   border-color: #000000;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
   background-color: #fff;
   transition: 0.5s;
   color: #fff;
}

.form-btn {
   background-color: #FF7200;
   color: #FFF;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;

}
.form-btn.apoie_campanha{
   background-color: #A1EFBC;
   color: #333;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;

}

.apoie_campanha_amarelo{
   background-color: #FFFC9C;
   color: #333;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;
}

.apoie_campanha_rosa{
   background-color: #ECA8A8;
   color: #333;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: 0;
}

.form-btn:hover {
   text-decoration: none;
   background-color: #fff;
   transition: 0.5s;
   color: #000;
}

.form-btn:active {
   border-color: #000000 !important;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%)!important;
   background-color: #fff !important;
   transition: 0.5s;
   color: #000;
}



.form-btn-black {
   font-family: "Rethink Sans", sans-serif;
   background-color: #000;
   color: #ffdd00;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: none;
   text-transform: uppercase;
   border-radius: 0;
}

.form-btn-black:hover {
   text-decoration: none;
   background-color: #fff;
   transition: 0.5s;
   color: #000;
}

.form-btn-black:active {
   border-color: #000000!important;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%)!important;
   background-color: #fff !important;
   transition: 0.5s;
   color: #000;
}


.form-btn-black2 {
   font-family: "Rethink Sans", sans-serif;
   background-color: #000;
   color: #ffdd00 !important;
   font-weight: bold;
   padding: 5px 55px;
   text-decoration: none;
   transition: 0.5s;
   border: none;
   text-transform: uppercase;
   border-radius: 0;
}

.form-btn-black2:hover {
   text-decoration: none;
   background-color: #ffdd00 !important;
   transition: 0.5s;
   color: #000 !important;
}

.form-btn-black2:active {
   border-color: #000000!important;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%)!important;
   background-color: #ffdd00 !important;
   transition: 0.5s;
   color: #000;
}


.form-btn:focus {
   border-color: #000000;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
   background-color: #b7b7b7;
   transition: 0.5s;
   color: #fff;
}

.btn-red {
   background-color: #ff790f;
   font-family: "Rethink Sans", sans-serif;
   color: #000;
   font-size: 28px;
   font-weight: 600;
   padding: 3px 17px 5px 17px;
}

.btn-red:hover {
   background-color: #fff;
   color: #000;
   text-decoration: none;
}

.btn-compartilhe {
   font-family: "Rethink Sans", sans-serif;
   background-color: #e63b46;
   display: inline-block;
   cursor: pointer;
   color: #ffffff;
   font-size: 2em;
   font-weight: bold;
   padding: 2px 0;
   text-decoration: none;
   text-transform: uppercase;
   transition: 0.5s;
   width: 100%;
}

.btn-compartilhe:hover {
   text-decoration: none;
   background-color: #fff;
   transition: 0.5s;
   color: #000;
}

.icones {
   font-size: 3.5em;
   color: #fff;
   padding-right: 10px;
   padding-left: 10px;
   text-decoration: none;
   transition: 0.5s;
   line-height: 56px;
}

.icones:hover {
   color: #000;
   transition: 0.5s;
}

.compartilhar .icones {
   font-size: 1.3em;
   color: #fff;
   padding-right: 15px;
   text-decoration: none;
   transition: 0.5s;
}

.compartilhar .icones:hover {
   color: #e63b46;
   transition: 0.5s;
}

ul.compartilhar {
   display: inline-flex;
}

.sharem{
   color: #fff !important;
}

.socialmediaindividual {
   color: #fff !important;
   font-size: 1.3em;
   margin-left: 20px;
}

.socialmediaindividual:hover {
   color: #e63b46;
}

.agradecimento-compartilhar {
   font-size: 2.5em;
   color: #000!important;
   padding-right: 10px;
   text-decoration: none;
   transition: 0.5s;
}

.agradecimento-compartilhar:hover {
   color: #fff!important;
   transition: 0.5s;
}

#banner_simulador {
   background-color: #000;
   background: #000 url('/imagens/banner_bg_bottom.png') right center no-repeat;
   background-size: cover;
}

.fundo_principal {
   background: #f9ecc9 url(/imagens/bg_header.jpg) center center;
   background-size:cover
}

.link_light{
   color:#fff;
   text-decoration:none;
}

.link_light:hover{
   color:#fff;
   text-decoration:underline;
}

.box-my-slider{
   height:100%;
   width:calc(50vw - 24px);
   min-height:500px;
   display:block;
   position: relative;
}

.mobile_escuro{
   text-shadow: 1px 1px 1px #000;
}

/*Carrosel*/
.tns-ovh, .tns-inner, .tns-slider, .tns-outer{
   max-height: 100%;
   width: 100%;
   height:100%;
   display:block;
   position:relative;
}
.my-slider img{
   z-index:1;
   object-fit: cover;
   width:100%;
   height:100%;
   max-height:100%;
}

.my-slider .tns-item{
   position:relative;
}

.my-slider .figcaption{
   position:absolute;
   width:100%;
   bottom: 10px;
   left:0;
   background: rgb(255,255,255);
   background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
   padding:10px;
   z-index: 99;
}

.tns-item {
   position: static !important;
   height:100%;
   overflow:hidden;
}

.tbint{
   height:100%;
   width:100%;
   position:relative;
   display: flex;
   overflow:hidden;
   max-height:100%
}

/* nav */
.tns-nav{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9;
}
.nav.active ul { left: 0; }
.nav.active .nav-toggle-handle { left: 17em; }
.nav.active .nav-toggle-handle:before { display: inline-block; }
.nav.active .nav-toggle-handle:after { display: none; }
.nav ul {
   position: fixed;
   top: 0;
   left: -17em;
   z-index: 100;
   width: 17em;
   height: 1000px;
   height: 100vh;
   background-color: #fff;
   -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
   box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
   transition: left 0.25s;
   overflow-y: auto;
}
.nav a {
   display: block;
   padding: 0.7em 1em;
   color: inherit;
   text-decoration: none;
}
.nav a:hover { background-color: #F3F3F3; }
.nav .active {
   color: #fff;
   background-color: #af23ff !important;
}
.nav-toggle-handle {
   position: fixed;
   transition: left 0.25s;
   left: 0;
   top: 0;
   z-index: 100;
   padding: 10px;
   color: #fff;
   background-color: #af23ff;
   cursor: pointer;
}
.nav-toggle-handle:before {
   display: none;
   padding-right: 5px;
   content: '◄';
   font-size: 0.8em;
}
.nav-toggle-handle:after {
   padding-left: 5px;
   content: '►';
   font-size: 0.8em;
}

.img-1 { background: #D6D65B; background: hsl(60, 60%, 60%); }
.img-2 { background: #5BD6AD; background: hsl(160, 60%, 60%); }
.img-3 { background: #5B99D6; background: hsl(210, 60%, 60%); }
.img-4 { background: #D65BC1; background: hsl(310, 60%, 60%); }
.img-5 { background: #70D65B; background: hsl(110, 60%, 60%); }
.img-6 { background: #D65B5B; background: hsl(0, 60%, 60%); }
.img-7 { background: #D6995B; background: hsl(30, 60%, 60%); }
.img-8 { background: #705BD6; background: hsl(250, 60%, 60%); }
.customize-tools { position: relative; }
.thumbnails {
   margin: 20px 0;
   text-align: center;
}
.thumbnails li {
   display: inline-block;
   cursor: pointer;
   border: 5px solid #fff;
}
.thumbnails .tns-nav-active {
   background: none;
   border-color: #000;
}
.thumbnails li { width: 50px; }
.thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
.controls { text-align: center; }
.controls li {
   display: block;
   position: absolute;
   top: 50%;
   height: 60px;
   line-height: 60px;
   margin-top: -30px;
   padding: 0 15px;
   cursor: pointer;
   transition: background 0.3s;
}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
   font-size: 15px;
   margin: 0 5px;
   padding: 0 1em;
   height: 2.5em;
   color: #000;
   background: #66CCFF;
   border-radius: 3px;
   border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
   line-height: 2.5em;
}
[data-action] {
   display: block;
   margin: 10px auto;
   font-size: 17px;
   min-width: 3em;
   text-align: center;
   background: transparent;
   border: 0;
}
.tns-controls [disabled] {
   color: #999999;
   background: #B3B3B3;
   cursor: not-allowed !important;
}
.tns-nav {
   text-align: center;
   margin: 10px 0;
}
.tns-nav > [aria-controls] {
   width: 9px;
   height: 9px;
   padding: 0;
   margin: 0 5px;
   border-radius: 50%;
   background: #ddd;
   border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
.suite-container .title,
.suite-container .subtitle,
.suite-container li { padding: 5px 10px; }
.suite-container li {
   font-size: 12px;
   line-height: 1.4;
   background: #f5f5f5;
}
.suite-container .title { font-size: 14px; font-weight: bold; background: #8acac6; text-transform: capitalize; }
.suite-container .subtitle { font-size: 13px; font-weight: bold; background: #dedede; text-transform: capitalize; }
.suite-container .fail { background: #FFADE2; }

[class*="vertical"] .img { padding: 30px 0; }
[class*="vertical"] .img:before { content: ''; display: inline-block; width: 1px; margin-right: -1px; height: 100%; vertical-align: middle; }
[class*="vertical"] .img a { display: inline-block; padding: 0; }
[class*="vertical"] .img-1 { height: 137px; }
[class*="vertical"] .img-2 { height: 122px; }
[class*="vertical"] .img-3 { height: 143px; }
[class*="vertical"] .img-4 { height: 325px; }
[class*="vertical"] .img-5 { height: 140px; }
[class*="vertical"] .img-6 { height: 119px; }
[class*="vertical"] .img-7 { height: 223px; }
[class*="vertical"] .img-8 { height: 164px; }

/*Fim Carrosel*/

/*Slideshow*/

.slick-next{
   right:15px;
   z-index:99;
   color: #ffdd00;
   display:none !important;
}

.slick-prev{
   left:15px;
   z-index:99;
   display:none !important;
}

.slick-prev::before, .slick-next::before{

/*   color: #ffdd00 !important;*/
}

.slick-dots li.slick-active button:before {
   color:#000 !important;
}