/*Importação da fonte Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap');

*:not(i){font-family: 'Montserrat', sans-serif; }
html body{background: #333}

.mobile{display: block;}
.desktop{display: none;}
/*menu*/
#masthead{
    background: #111;
}
#mobile-menu-control-wrapper button{
    background: #111;
    color: #fff;
    font-size: 25px;
}
#masthead li{border-top: 1px solid #ddd;}
#masthead a{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
#masthead a:hover{text-decoration: underline;}

main section{padding: 40px 30px}
.home1{
	background: url('../img/bg-home.png');
    background-position: top left;
    padding: 40px 30px 0px;
}
.home1 h1{
	font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
	color: #FFFFFF;
    padding: 0 0 20px;
	/*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DE9A15;*/
}
.color-amarelo{color: #DE9A15;}
.bg-marron{
	background: #782F18;
	display: block;
    width: fit-content;
    padding: 0 10px;
}
.home1 p{
	font-weight: 200;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.3;
}

.botao{
	background: #782F18;
	padding: 5px 40px;
    color: #fff;
    display: block;
    font-weight: 800;
    font-size: 20px;
    width: fit-content;
    text-decoration: none;
    margin: 30px auto;
}
.botao:hover{
    color: #fff;
    filter: brightness(1.2);
    transform: scale(0.96);
    transition: .4s;
}
.botao.wpp{background: #25D366;}
.wpp i{vertical-align: middle;font-size: 30px;}

.home1 .botao{width: 100%;text-align: center;}
.home1 img{margin: 0 auto;display: block;}

.numeros{
	background-image: url('../img/bg-numeros.png');
    background-position: center center;
    background-size: cover;
    padding: 10px;
}
#tf-stat-20{padding: 0}
.numeros .statistics .stat{
	background: #FFAB2D;
    width: 90%;
    padding: 20px;
    margin: 10px auto;
    max-width: 250px;
    height: 140px;
    box-shadow: 6px 8px 12px 4px rgb(0 0 0 / 68%);
}
.number{font-weight: bold;}
.stat:not(:first-child) .number::after{
	content: "K";
}
.stat:not(:first-child) .number::before{
	content: "+ R$ ";
}
.stat:first-child .number::before{
	content: "+ ";
}

.resultado{
	background: url('../img/bg-home.png');
    background-position: top left;
}
section h2{color: #fff; text-align: center;font-weight: bold;}

.resultado .item{
	background-image: url("../img/bg-depoimento.png");
	width: 270px;
	height: 342px;
	margin: 130px auto 30px;
	position: relative;
	text-align: right;
    padding: 90px 10px  0;
}
.resultado .img-dep{
	position: absolute;
    position: absolute;
    left: 41px;
    top: -93px;
}
.resultado span{
    padding-bottom: 10px;
    display: block;
}

.sobre{
	background-image: url("../img/bg-sobre.png");
	background-size: cover;
}
.sobre h2{text-align: left;padding: 0 0 20px;}
.sobre p{margin: 0 0 15px;color: #fff}
.sobre img{padding: 20px 0 0;}

.analise-de-perfil{
    background: linear-gradient(269.86deg, #111111 21.61%, #333333 63.03%, #111111 75.71%);
    padding: 60px 20px 0;
}
.analise-de-perfil .item{
    background: rgba(51, 51, 51, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 2px 2px rgba(255, 255, 255, 0.8), inset 0px 4px 13px rgba(255, 255, 255, 0.41);
    border-radius: 40px;
    padding: 40px 20px 1px;
}
.analise-de-perfil h2, .depoimentos h2{font-size: 24px}
.analise-de-perfil p{
    color: #fff;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.3;
}
.analise-de-perfil ul{
    color: #fff;
    list-style: none;
    margin-left: 15px;
}
.analise-de-perfil li{margin: 0 0 10px}

.depoimentos{
	background-image: url("../img/bg-depoimentos.png");
}
.depoimentos .carousel{
    margin: auto 20px;
    padding-left: 20px;
}
.depoimentos .slick-list{
    margin: 0 20px;
}
.depoimentos .slick-next:before, .depoimentos .slick-prev:before {
    font-size: 35px;
}

.section-blog{
    background-image: url("../img/bg-blog.png");
}
.section-blog h2{color: #782F18;}
.section-blog .item{
    background: #FFFFFF;
    border: 1px solid #9693934f;
    border-radius: 5px;
    margin: 40px 0;
    max-width: 351px;
}
.section-blog img{border-radius: 5px 5px 0 0;}
.section-blog .item div{padding: 10px;}
.section-blog .item span{
    color: #B1B1B1;
    font-size: 14px;
    text-align: right;
    display: block;
}
.section-blog .item h3{
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.5;
}

.virada-de-chave{
    background-image: url("../img/bg-virada-de-chave.png");
    background-size: cover;
    background-position: center;
}
.virada-de-chave h2{
    font-size: 30px;
    line-height: 1.2;
    padding: 0 0 40px;
    text-transform: uppercase;
    text-align: left;
}
.virada-de-chave img{margin: 0 0 40px;}
.virada-de-chave p{
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
.perguntas{background: #E7E7E7}
.perguntas .contmax{max-width: 780px;}
.perguntas h2{color: #333333;text-transform: uppercase;padding: 0 0 40px;}
/*Perguntas e Respostas*/
.question{
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
    padding: 20px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.answer {
  display: none;
  /*width: 90%;*/
  padding: 15px;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}
.perguntas .label-question{
    display: block;
    padding: 10px;
    border: none;
    max-width: 80%;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
input[type=checkbox]{
    display: none;
}
input[name=pergunta]:checked  ~ .answer{
    display: block;
}
input[name=pergunta]:checked  ~ .label-question{
   color: #FFAB2D;
}

input[name=pergunta]:checked  ~ i {
    transform: rotate(180deg);
    color: #FFAB2D;
}
.question i{
    font-size: 30px;
    margin: 10px;
    transition: all 0.35s;
}
input:checked + .tab-label {
  border-bottom: 3px solid #00303f;
}
/*input:checked + .tab-label::after {
  transform: rotate(180deg);
  color: #fa9905;
}*/
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  background: #fa9905;
  color: #00303f;
  border-left: solid #003;
  border-right: solid #003;
}

footer{
    background-image: url("../img/bg-footer-mobile.png");
    padding: 40px;
    color: #fff;
    background-position: center center;
    background-size: cover;
}
footer .item{padding: 0 0 40px}
footer h2{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
footer i{
    color: #fff;
    font-size: 40px;
    margin: 0 5px;
}
footer ul{
    margin: 0;
    list-style: none;
}
#divisao{margin: 0 40px;background: #838383;}

.copy{
    padding: 20px;
    text-align: center;
    background: #333;
}
.copy a, footer a{color: #fff;text-decoration: none;}
.copy a:hover, footer a:hover{color: #fff;text-decoration: underline;}
.copy a{font-size: 12px;}