@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;700;800&family=Montserrat:wght@400;500;700&display=swap');
html{
	scroll-behavior: smooth;
}
::-webkit-scrollbar-thumb {
	background-color: #ff7000;
}
::-webkit-scrollbar {
	width: 8px;
}
/*- GERAL -*/
body{
    font-family: 'Montserrat', sans-serif;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
}
p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}
h2.titulo{
	font-size: 38px;
	line-height: 44px;
	color: #353535;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
}
h2.titulo span{
	color: #50045e;
}
a.ctaPadrao2,
.ctaPadrao2{
	background: #ffcda7;
	color: #353535;
}
a.ctaPadrao2:hover,
.ctaPadrao2:hover{
	color: #CDE2FF;
}

/*- MENU -*/
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	transition: all 0.5s;
	background: transparent;
}
header.menufixo{
    top: 0;
	background: #50045e;
}
a.logo{
	width: 100%;
	height: auto;
	cursor: pointer;
    padding-top: 2px;
    display: block;
}
a.logo img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
	max-width: 210px;
}
header.menufixo a.logo img{
	max-width: 90px;
}
nav{
	position: relative;
}
nav ul{
	padding: 0 0 0 0;
	list-style: none;
    padding-top: 15px;
	float: right;
}
nav ul li{
	display: inline-block;
	margin: 0px 5px;
    vertical-align: middle;
}
nav ul li a{
    padding: 10px 4px;
	position: relative;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}
nav ul li a.ctamenu1{
	padding: 15px 20px;
	color: #353535;
	font-weight: 600;
	margin-left: 0px;
	background: #ffcda7;
	border-radius: 100px;
}
nav ul li a.ctamenu2{
	padding: 15px 20px;
	color: #fff;
	font-weight: 600;
	margin-left: 0px;
	background: #ff7000;
	border-radius: 100px;
}
nav ul li a:hover,
nav ul li a.ativo{
	cursor: pointer;
	text-decoration: none;
	color: #ff7000;
}
nav ul li a.ctamenu1:hover,
nav ul li a.ctamenu2:hover{
	background: #363848;
	color: #fff;
}
.menuMobile{
	border: 0;
	border-radius: 0;
	padding: 8px;
	cursor: pointer;
	float: right;
    background: none;
}
.menuMobile:hover{
	opacity: 0.8;
}
.overlayMenu{
	height: 0%;
	width: 100%;
    background: #000;
	z-index: 1200;
	position: fixed;
	right: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.closeMenu{
	position: absolute;
    top: 40px;
    right: 30px;
}
.menuConteudo{
	padding: 60px 40px 40px 40px;
	height: 100%;
	background-color: #50045e;
}
.menuConteudo a.logo img{
	max-width: 180px;
}
.menuConteudo nav ul{
	padding-top: 30px;
	padding-left: 0px;
	float: none;
}
.menuConteudo nav ul li{
	display: block;
	margin-bottom: 20px;
	margin-left: 0;
}
.menuConteudo nav ul li a.ctamenu1{
	margin-left: 0;
}
.boxResultado{
	background: #FFFFFF;
	border-radius: 20px;
	padding: 25px;
	text-align: center;
}
.boxResultado h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #828282;
}
.boxResultado button{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #CFB44F;
	margin-top: 10px;
    border: none;
    background: none;
}
.boxResultado img{
	margin-right: 10px;
}


/*- TOPO -*/
.topo{
	background: #F8F9FD;
    padding-top: 120px;
    padding-bottom: 0px;
    position: relative;
	background-image: url(images/capa.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.chamada h1{
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    color: #ffffff;
	padding-top: 50px;
	font-family: 'Dosis', sans-serif;
}
.chamada h1 span{
	color: #ff7000;
}
.chamada h2{
	margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 36px;
    color: #ffffff;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}
.chamada h2 span{
	color: #ff7000;
}
.chamada p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 50px;
}
a.ctaPadrao1{
    padding: 15px 30px;
    display: inline-block;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	color: #FFFFFF;
	background: #ff7000;
	box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
	border-radius: 37px;
	transition: all 0.5s;
	min-width: 200px;
	text-align: center;
}
a.ctaPadrao1:hover{
	text-decoration: none;
	background: #363848;
}
.conteudoTopo{
	position: relative;
}
.conteudoTopo1{
	max-width: 700px;
	width: 100%;
	height: auto;
}
.conteudoTopo2{
	width: 50%;
	height: auto;
	max-width: 290px;
	position: absolute;
    right: -90px;
    bottom: 20px;
}
.conteudoTopo3{
	width: 50%;
	height: auto;
	max-width: 200px;
	position: absolute;
	left: -160px;
	bottom: 60px;
}
.conteudoTopo1 img,
.conteudoTopo2 img,
.conteudoTopo3 img{
	width: 100%;
	height:auto;
}
.cardTopo{
	background: #FFFFFF;
	box-shadow: 0px 11px 39px rgba(0, 0, 0, 0.07);
	border-radius: 17px;
	padding: 30px 15px 30px 15px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.cardTopo img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.cardTopo h4{
	font-weight: 600;
    font-size: 17px;
    line-height: 20px;
	display: flex;
	align-items: center;
	color: #353535;
	margin-bottom: 0;
}


/*- SOBRE -*/
.cardSobre{
	position: absolute;
    margin-top: -60px;
    width: 100%;
}
.cardSobre .container{
	position: relative;
}
.sobre{
	padding: 80px 0 0px 0;
}
.sobre h2.titulo{
	margin-top: 50px;
}
.formContato{
	border-radius: 12px;
	padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 11px 39px rgb(0 0 0 / 7%);
}
.formContato h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #070D15;
}
.campoInput {
	position: relative;
    display: block;
}
.campoInput label {
	color: #353535;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 26px;
	padding: 0 2px;
	pointer-events: none;
	background: #fff;
	-webkit-transition: -webkit-transform 100ms ease;
	-moz-transition: -moz-transform 100ms ease;
	-o-transition: -o-transform 100ms ease;
	-ms-transition: -ms-transform 100ms ease;
	transition: transform 100ms ease;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.campoInput input {
    outline: none;
    border: 1px solid #a7a7a7;
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
    height: 55px;
    width: 100%;
    margin: 8px 0px;
    font-size: 14px;
}
.campoInput input:invalid + label {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.campoInput input:focus {
	border-color: #5A0B20;
}
.campoInput input:focus + label {
	color: #5A0B20;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto;
	width: 100%;
	margin: 8px auto 0 auto;
	color: #FFFFFF;
	background: #50065e;
	border-radius: 4px;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	position: relative;
}
.formsubmit:hover{
	background-color: #353535;
	text-decoration: none;
}
.numeros{
	padding: 80px 0 70px 0;
    background: #50085e;
}
.areaNumeros{
	padding: 30px;
	border-radius: 13px;
	position: relative;
}
.iconeNumero{
	display: inline-block;
	text-align: center;
	width: 25%;
	vertical-align: top;
}
.iconeNumero img{
	width: 100%;
	height: auto;
	max-width: 90px;
	margin-top: 10px;
	filter: brightness(0) invert(1);
}
.contagemNumero{
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin-left: 3%;
}
.contagemNumero h4{
	font-weight: 900;
	font-size: 32px;
	line-height: 70px;
	align-items: center;
	letter-spacing: -1px;
	color: #ffffff;
}
.contagemNumero h4 span.infoCounter{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -1px;
	display: block;
	margin-top: -20px;
}


/*- PROTEÇÕES -*/
.servicosHome{
	text-align: center;
	margin: 100px 0;
}
.boxServicos{
    background: #50065e;
	border-radius: 30px 30px;
	box-shadow: 0px 9px 85px 7px rgba(202, 209, 220, 0.2);
	display: flex;
	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	padding: 60px 60px 60px 60px;
	margin-top: 40px;
	z-index: 0;
	position: relative;
    margin-bottom: 50px;
}
.boxServ{
	padding: 70px 40px 25px 40px;
	width: 33%;
	height: 320px;
	position: relative;
	transition: all 0.2s;
	z-index: 0;
    background: #50065e;
}
.boxServ:first-child,
.boxServ:nth-child(2n){
	border-bottom: 1px solid #400c4b;
	border-right: 1px solid #400c4b;
}
.boxServ:nth-child(3n){
	border-bottom: 1px solid #400c4b;
	border-right: none;
}
.boxServ:nth-child(4n),
.boxServ:nth-child(5n){
	border-right: 1px solid #400c4b;
	border-bottom: none;
}
.boxServ:nth-child(6n){
	border: none;
}
.iconeBoxServ{
	border: 2px solid #ff7000;
	border-radius: 15px;
	width: 96px;
	height: 96px;
	text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
	margin-bottom: 20px;
	transition: all 0.1s;
}
.iconeBoxServ img{
	text-align: center;
	transition: all 0.1s;
    width: 48px;
}
.boxServ h4{
	font-size: 20px;
	line-height: 23px;
	color: #ff7000;
	margin-bottom: 5px;
}
.boxServ p{
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	visibility: hidden;
	height: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
	transition: all 0s;
}
.boxServ:after{
	content: '';
	width: 250px;
	height: 12px;
	background: #ff7000;
	border-radius: 72px;
	position: absolute;
	bottom: -6px;
    left: 50%;
    margin-left: -125px;
	display: none;
	transition: all 0.2s;
}
.boxServ:hover{
	border: none;
	padding-top: 25px;
	box-shadow: 0px 9px 85px 7px rgba(202, 209, 220, 0.2);
	border-radius: 10px;
	transform: scale(1.03);
	z-index: 1;
}
.boxServ:hover:after{
	display: block;
}
.boxServ:hover .iconeBoxServ{
	border: none;
	background: #ff7000;
}
.boxServ:hover p{
	visibility: visible;
	height: 130px;
	transition: all 0.6s;
}
.boxServ:hover .iconeBoxServ img{
	-webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
}


/*- ASSISTÊNCIAS -*/
.assistencias{
	position: relative;
	padding: 80px 0 130px 0;
	text-align: center;
	background: #fe7106;
}
.boxCard{
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	margin-bottom: 20px;
}
.boxCard img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 15px;
	max-width: 250px;
}
.boxCard h4{ 
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #400c4b;
    height: 35px;
    margin-bottom: 0;
}
.assistencias .boxCard img{
	filter: brightness(0) saturate(100%) invert(12%) sepia(59%) saturate(3530%) hue-rotate(278deg) brightness(82%) contrast(113%);
	max-width: 150px;
}
.assistencias p{
	color: #ffffff;
}

/*- DESCONTOS -*/
.descontos{
	padding: 80px 0;
	position: relative;
	text-align: center;
}

/*- MOTIVOS -*/
.motivos{
	padding: 100px 0;
	text-align: center;
}
.boxMotivos{
	border: 2px solid #ff7000;
	border-radius: 25px;
	padding: 35px;
	height: 100%;
    background: #ff7000;
}
.boxMotivos img{
	width: 80px;
	height: auto;
	filter: brightness(0) invert(1);
}
.boxMotivos h3{
	margin: 30px 0;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}
.boxMotivos p{
	margin-bottom: 0;
	color: #ffffff;
}

/*- PLANOS -*/
.planos{
	text-align: center;
}
.tabPlano{
    border: 1px solid #F4F7FF;
    border-radius: 70px;
    display: flex;
    width: 550px;
    margin: 40px auto 60px auto;
}
.buttonTabPlano{
    font-size: 14px;
    line-height: 42px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    height: 48px;
    padding: 3px 30px;
    color: #A3AED0;
    cursor: pointer;
    width: 275px;
}
.buttonTabPlano:hover{
    color: #ff7000;
}
.buttonTabPlano.ativo{
    background: #ffcda7;
    box-shadow: inset 0px 4px 14px rgba(95, 69, 252, 0.16);
    border-radius: 70px;
    color: #ff7000;
	font-weight: 600;
}
.conteudoPlano{
    display: none;
}
.conteudoPlano.ativo{
    display: block;
}
.boxPlano{
    border: 1px solid #DDC994;
    border-radius: 12px 12px 0px 0px;
    padding: 18px;
    position: relative;
    text-align: center;
	height: 100%;
}
.boxPlano h2{
	font-size: 22px;
	line-height: 20px;
    color: #353535;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
}
.boxPlano h2 span{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}
.boxPlano h5{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #353535;
	margin: 0;
}
.boxPlano h6{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #353535;
    height: 20px;
    margin: 10px 0 0px 0;
}
.boxPlano h6 span{
    text-decoration-line: line-through;
    color: #FF177B;
	font-weight: 600;
}
.preco{
    font-size: 60px;
    line-height: 45px;
    text-align: center;
    color: #353535;
    font-weight: 700;
    margin-bottom: 6px;
}
span.moeda{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -1px;
    color: #353535;
    vertical-align: top;
    margin-right: 5px;
	font-weight: 600;
}
span.prazo{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -1px;
    color: #353535;
    vertical-align: bottom;
	font-weight: 600;
}
.boxPlano p{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #353535;
    margin: 30px 0 10px 0;
    height: 260px;
	text-align: left;
}
.boxPlano2 p {
    height: 130px;
}
.boxPlano a.ctaPadrao1{
	border-radius: 50px;
    font-size: 14px;
    margin-top: 10px;
}
.recomendado{
	position: absolute;
    background-color: #DDC994;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353535;
    border-radius: 12px;
    padding: 7px 12px;
    top: -10px;
    margin: 0 auto;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    font-weight: 600;
}


/*- APP -*/

/*- DEPOIMENTOS -*/
.depoimentos{
	background: rgb(236,240,253);
	background: linear-gradient(180deg, rgba(236,240,253,0) 0%, rgba(236,240,253,0.53) 30%, rgba(255, 205, 167,1) 100%);
	position: relative;
	padding: 200px 0 200px 0;
}
.depoimentos h2.titulo{
	text-align: center;
}
.depoimentos p{
	text-align: center;
	margin-bottom: 30px;
}
.depoArte1{
	position: absolute;
	right: 0px;
	top: 50px;
	width: 15vw;
}
.depoArte1 img{
	width:100%;
	height:auto;
}
.boxDepo{
    background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 19px;
	padding: 50px 25px;
}
.boxDepo h4{
    font-weight: 700;
	font-size: 16px;
	line-height: 13px;
	color: #50065e;
}
.boxDepo h4 span{
    font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #353535;
}
.boxDepo p{
	text-align: left;
	margin-bottom: 0;
}

/*- FAQ -*/
.perguntas{
	background: #ffcda7;
	padding: 70px 0;
}
.sanfonaClean .card{
	margin-bottom: 15px;
	background: #FFFFFF;
	box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
	border-radius: 20px;
	padding: 0 40px;
	border: none;
}
.sanfonaClean .card-header{
    padding: 20px 0;
    background: none;
    border: none;
}
.sanfonaClean .btn-link{
	color: #245290;
	padding: 0px 0;
	transition: all 0.2s;
}
.sanfonaClean .btn-link.collapsed{
	color: #363635;
}
.sanfonaClean p{
    margin-bottom: 30px;
}
.sanfonaClean .card-body{
	padding: 0;
}
.sanfonaClean .card .btn-link img{
	transform: rotate(0deg);
  	filter: none;
    position: absolute;
    right: 20px;
    top: 25px;
}
.sanfonaClean .card .btn-link.collapsed img{
	filter: brightness(0) invert(0);
	transform: rotate(-180deg);
}
.btn-link {
    font-weight: 700;
    font-size: 20px;
    color: #342E37;
    display: block;
    text-align: left;
}
.btn-link:hover {
    text-decoration: none;
    color: #342E37;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.sanfonaClean .btn-link {
    color: #50065e;
    padding: 0px 0;
    transition: all 0.2s;
    white-space: normal;
    line-height: 22px;
}
.sanfonaClean .card-header h5{
	margin-bottom: 0 !important;
}


/*- BANNER e APP -*/
.bannerApp {
	background: #ffcda7;
	backdrop-filter: blur(300px);
	border-radius: 32px;
	position: relative;
	margin-bottom: 80px;
	padding: 80px 80px;
}
.bannerApp h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -1px;
	color: #342E37;
}
.bannerApp p {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -1.5px;
	color: #342E37;
	margin-top: 40px;
}
.bannerApp a img{
	max-width: 200px;
    margin-bottom: 10px;
}
.bannerApp p img {
	margin-right: 20px;
}
.bannerApp img.celular {
	width: auto;
    height: 150%;
    position: absolute;
    top: -25%;
}
.indicar {
	padding: 100px 0 70px 0;
    background: #50065e;
	margin-bottom: 50px;
	text-align: center;
}
.indicar h2.titulo{
	color: #ffffff;
	margin-bottom: 50px;
	display: block;
}
.indicar h3{
	font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    margin: 40px 0;
    font-weight: 700;
}
.indicar h5{
	color: #ffffff;
    margin-bottom: 40px;
    font-size: 16px;
}
.cardPQ {
	margin-top: 30px;
}
.cardPQ img  {
	width: 64px;
	height: 64px;
	padding: 12px 12px;
	background: #EBE8E8;
	border-radius: 7px;
	display: inline-block;
	vertical-align: top;
}
.infocardPQ {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	max-width: 80%;
	text-align: left;
}
.infocardPQ h4 {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: left;
}
img.fotoPQ{
	border-radius: 25px;
	width: 100%;
	height: auto;
}


/*- RODAPÉ -*/
.rodape{
	background: #ff7000;
	padding: 70px 0 50px 0;
	margin-top: 0px;
	text-align: left;
	color: #fff;
}
.rodape img.logoRodape{
    max-width: 200px;
	height: auto;
	width: 80%;
	margin-bottom: 10px;
}
.rodape p.sobrerodape{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	width: 80%;
}
.rodape p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.social{
    margin-top: 10px;
}
.social a{
    display: inline-block;
	margin: 10px;
}
.social a img{
	filter: brightness(0) invert(1);
}
.social a:hover{
	opacity: 0.7;
}
.rodape h5{
    font-weight: 700;
	font-size: 18px;
	line-height: 124.5%;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.rodape h6{
	text-align: center;
    margin: 30px 0 0 0;
    font-size: 14px;
}
ul.menuFast{
    list-style: none;
	padding: 0;
}
ul.menuFast li{
    margin-bottom: 5px;
	display: block;
}
ul.menuFast li a{
    font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 5px 0;
}
ul.menuFast li a:hover{
	color: #CDE2FF;
	text-decoration: none;
}
img.iconeContato,
.social a img{
	width: 100%;
	height: auto;
	max-width: 24px;
	margin-left: 10px;
}
.rodape a.ctaPadrao2{
    margin-bottom: 20px;
}
footer{
	height: 30px;
	width: 100%;
	background: #944100;
}

/* Swiper */
.areaSwiper{
	width: 100%;
	position: relative;
    padding: 0px 0px;
	box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
	background-color: transparent;
	margin-top: 40px;
}
.swiperControles{
	display: block;
	position: absolute;
	bottom: -60px;
	right: 50px;
	height: 30px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3{
	left: auto;
	right: 60px;
}
.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3{
	right: 0px;
}
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: #3A3A3C !important;
	border-radius: 75px;
	opacity: 1;
	transition: all 0.2s;
	height: 9px;
	width: 9px;
}
.swiper-pagination-bullet-active{
	width: 48px;
	height: 9px;
	background: #3A3A3C !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto !important;
	left: auto;
	right: 100px;
}

/* Internas */
.paginaInterna{
	background: #50045e;
    padding-top: 100px;
}
.paginaInterna h1{
	font-size: 38px;
	line-height: 55px;
	color: #ffffff;
	margin-top: 100px;
	padding-bottom: 20px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
}
.conteudoInterna{
	padding: 50px 0;
}
.fotoInstitucional{
	position: relative;
}
.fotoInstitucional .foto{
	height: 450px;
}
.fotoInstitucional .foto img{
	border-radius: 20px;
}
.circulo1{
	width: 34px;
	height: 34px;
	background: #ffcda7;
	border-radius: 100%;
	position: absolute;
	bottom: 100px;
	left: -50px;
}
.circulo2{
	width: 45px;
	height: 45px;
	background: #ffcda7;
	border-radius: 100%;
	position: absolute;
	bottom: 40px;
	left: -20px;
}
.circulo3{
	width: 100px;
	height: 100px;
	background: #ff7000;
	border-radius: 100%;
	position: absolute;
	bottom: -50px;
	right: 20px;
}
textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
    outline: none;
    border: 1px solid #a7a7a7;
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 8px 0px;
	font-size: 14px;
}
.foto img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.contatoItem{
	font-weight: 600;
	font-size: 22px;
	line-height: 42px;
	letter-spacing: -2px;
	color: #342E37;
	margin: 10px 0 10px 0;
}
.contatoItem img{
	margin-right: 20px;
	max-width: 40px;
	height: auto;
}
.contato{
	margin: 40px 0 80px 0;
}
.infoInstitucional{
    text-align: left;
    padding-top: 30px;
}
.infoInstitucional h4{
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #353535;
}
.infoInstitucional p{
    margin-bottom: 12px;
	color: #828282;
	margin-top: 10px;
}
.fotoInstitucional2 img{
	border-radius: 20px;
	margin-top: 30px;
}
.infoInstitucional2 h4{   
	color: #353535;
	font-size: 20px;
    margin-bottom: 20px;
}
.infoInstitucional2{
	background: #F7F8FA;
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}
.infoInstitucional2 p{
	margin-bottom: 0;
}

/* COTAÇÃO */
.topoCotacao{
	text-align: center;
	z-index: 2;
	position: relative;
	padding-bottom: 40px;
}
.burocracia{
	background-color: #000;
	padding: 80px 0;
	position: relative;
	z-index: 0;
}
.burocracia .chamada h1{
	color: #ff7d00;
}
.burocracia .chamada h2{
	color: #fff;
	margin-top: 40px;
}
.burocraciaNao{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
.burocraciaNao img{
	margin-right: 10px;
	max-width: 60px;
	height: auto;
}
.formContato h2.titulo{
	font-size: 24px;
	line-height: 24px;
}
.obrigado{
	background: #F8F9FD;
    padding-top: 120px;
    padding-bottom: 0px;
    position: relative;
	background-image: url(images/capa.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	min-height: 100vh;
}
.obrigado .chamada h2{
	text-transform: none;
	font-weight: 500;
	font-size: 26px;
}
.zap2{
	position: fixed;
	right:15px;
	bottom:15px;
	background-image:url(images/btnzap.png);
	background-repeat:no-repeat;
	background-color:#00ec67;
	background-position: 8px 9px;
	border-radius:40px;
	width:215px;
	height:60px;
	display:block;
	z-index:10000;
}
.zap2:hover{
	cursor: pointer;
}
.whatsBanner{
    text-align: center;
    background-color: #0cc35c;
    margin: 70px 0 0px 0;
    padding: 60px 0;
}
.whatsBanner h2.titulo span{
	color: #ffffff;
}
.whatsBanner a.ctaPadrao1{
	margin-top: 20px;
}
.campoArquivo label {
	cursor: pointer;
    padding: 9px 30px;
	background: #32404B;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
	margin-top: 5px;
}
#infoArquivoCurriculo{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #9B9B9B;
	margin-left: 15px;
}
.campoArquivo h6{
	font-size: 14px;
}
.areaassociado{
	text-align: center;
}
.areaassociado h2.titulo{
	font-size: 24px;
	line-height: 28px;
}


.topoVozes{
	background: #F7F8FA;
	padding: 100px 0 200px 0;
	text-align: center;
	background-image: url(images/hero1.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
a.logoVozes{
	display: block;
	max-width: 260px;
	margin: 0 auto 40px auto
}
a.logo img{
	width: 100%;
	height: auto;
}
.topoVozes h2{
	font-weight: 700;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	letter-spacing: -1px;
	color: #ff7d00;
}
.topoVozes h2 span{
	color: #ffffff;
    font-size: 50px;
    letter-spacing: 1px;
	font-family: 'Dosis', sans-serif;
}
.topoVozes p{
	margin: 40px 0 40px 0;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	max-width: 60%;
	left: 20%;
	position: relative;
	display: block;
}
a.ctaPadraoVozes{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	background: #ff7d00;
	border-radius: 5px;
	padding: 15px 25px;
	display: inline-block;
    animation: ctaAnimado 3s infinite;
}
a.ctaPadraoVozes:hover{
	background: #ff7d00;
	color: #ffffff;
	text-decoration: none;
}
@keyframes ctaAnimado {
    0% {
        transform: scale(1.0);
        background: #ff7d00;
    }
    50% {
        transform: scale(1.2);
        background: #252121;
    }
    100% {
        transform: scale(1.0);
        background: #ff7d00;
    }
}


.avisoseguro {
	padding: 130px 0 40px 0;
    text-align: center;
    background: #ff7000;
}
.avisoseguro img {
	width: 100%;
	height: auto;
	margin: 20px auto;
	max-width: 200px;
}
.avisoseguro h2.titulo {
	color: #0d0803;
	text-align: left;
    margin-bottom: 0;
}
.avisoseguro p {
	text-align: left;
	color: #ffffff;
}




/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.tabPlano {
		width: 300px;
	}
	.buttonTabPlano {
		line-height: 16px;
		height: 60px;
		width: 150px;
		padding: 13px 0;
	}
	.boxPlano{
		height: auto;
		margin-bottom: 30px;
	}
	.servicosHome{
		margin: 50px 0;
	}
	.boxServicos {
		padding: 30px 30px 30px 30px;
	}
	.boxServ{
		width: 100%;
		border: none;
		padding: 40px;
		height: 100%;
	}
	.boxServ:first-child, 
	.boxServ:nth-child(2n),
	.boxServ:nth-child(3n),
	.boxServ:nth-child(4n),
	.boxServ:nth-child(5n){
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	.boxServ:last-child{
		border: none;
	}
	.boxServ p{
		height: 100%;
		visibility: visible;
	}
	.conteudoTopo {
		margin-top: 40px;
	}
	.cardSobre {
		position: relative;
		margin-top: 0;
	}
	.conteudoTopo2 {
		right: 0px;
	}
	.conteudoTopo3 {
		position: absolute;
		left: 0px;
		top: 220px;
	}
	a.logo img{
		max-width: 130px;
	}
	.menuConteudo nav ul li a.ctamenu1 {
		margin-bottom: 10px;
		display: inline-block;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.sobre {
		padding: 0px 0 0px 0;
	}
	.itemNumeroDestaque{
		margin-bottom: 20px;
	}
	.infocardPQ {
		max-width: 72%;
	}
	.indicar a.ctaPadrao1{
		display: inline-block;
		margin: 30px 0;
	}
	.bannerApp{
		padding: 45px 30px;
	}
	.bannerApp img.celular {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.fotoInstitucional .foto img {
		border-radius: 20px;
		margin-top: 40px;
	}
	.pageCotacao header{
		text-align: center;
		position: relative;
		background-color: #7f2d91;
	}
	.topoCotacao {
		padding-top: 0;
		margin-top: -2px;
	}
	.pageCotacao .chamada h1 {
		padding-top: 20px;
	}
	.conteudoTopo4{
		display: inline-block;
		max-width: 48%;
	}
	.burocracia{
		text-align: center;
	}
	.burocracia img{
		max-width: 140px;
	}
	.burocraciaNao{
		text-align: left;
	}
	.burocraciaNao img{
		max-width: 40px;
	}
	.fotoInstitucional{
		margin-top: 0;
	}
	.topoVozes p {
		max-width: 100%;
		left: auto;
	}
	.topoVozes h2 span {
		font-size: 26px;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.tabPlano {
		width: 300px;
	}
	.buttonTabPlano {
		line-height: 16px;
		height: 60px;
		width: 150px;
		padding: 13px 0;
	}
	.boxPlano{
		height: auto;
		margin-bottom: 30px;
	}
	.servicosHome{
		margin: 50px 0;
	}
	.boxServicos {
		padding: 30px 30px 30px 30px;
	}
	.boxServ{
		width: 100%;
		border: none;
		padding: 40px;
		height: 100%;
	}
	.boxServ:first-child, 
	.boxServ:nth-child(2n),
	.boxServ:nth-child(3n),
	.boxServ:nth-child(4n),
	.boxServ:nth-child(5n){
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	.boxServ:last-child{
		border: none;
	}
	.boxServ p{
		height: 100%;
		visibility: visible;
	}
	.conteudoTopo {
		margin-top: 40px;
	}
	.cardSobre {
		position: relative;
		margin-top: 0;
	}
	.conteudoTopo2 {
		right: 0px;
	}
	.conteudoTopo3 {
		position: absolute;
		left: 0px;
		top: 220px;
	}
	a.logo img{
		max-width: 130px;
	}
	.menuConteudo nav ul li a.ctamenu1 {
		margin-bottom: 10px;
		display: inline-block;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.sobre {
		padding: 0px 0 0px 0;
	}
	.itemNumeroDestaque{
		margin-bottom: 20px;
	}
	.infocardPQ {
		max-width: 72%;
	}
	.indicar a.ctaPadrao1{
		display: inline-block;
		margin: 30px 0;
	}
	.bannerApp{
		padding: 45px 30px;
	}
	.bannerApp img.celular {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.fotoInstitucional .foto img {
		border-radius: 20px;
		margin-top: 40px;
	}
	.pageCotacao header{
		text-align: center;
		position: relative;
		background-color: #7f2d91;
	}
	.topoCotacao {
		padding-top: 0;
		margin-top: -2px;
	}
	.pageCotacao .chamada h1 {
		padding-top: 20px;
	}
	.conteudoTopo4{
		display: inline-block;
		max-width: 48%;
	}
	.burocracia{
		text-align: center;
	}
	.burocracia img{
		max-width: 140px;
	}
	.burocraciaNao{
		text-align: left;
	}
	.burocraciaNao img{
		max-width: 40px;
	}
	.fotoInstitucional{
		margin-top: 0;
	}
	.topoVozes p {
		max-width: 100%;
		left: auto;
	}
	.topoVozes h2 span {
		font-size: 26px;
	}
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.tabPlano {
		width: 300px;
	}
	.buttonTabPlano {
		line-height: 16px;
		height: 60px;
		width: 150px;
		padding: 13px 0;
	}
	.boxPlano{
		height: auto;
		margin-bottom: 30px;
	}
	.servicosHome{
		margin: 50px 0;
	}
	.boxServicos {
		padding: 30px 30px 30px 30px;
	}
	.boxServ{
		width: 100%;
		border: none;
		padding: 40px;
		height: 100%;
	}
	.boxServ:first-child, 
	.boxServ:nth-child(2n),
	.boxServ:nth-child(3n),
	.boxServ:nth-child(4n),
	.boxServ:nth-child(5n){
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
	}
	.boxServ:last-child{
		border: none;
	}
	.boxServ p{
		height: 100%;
		visibility: visible;
	}
	.conteudoTopo {
		margin-top: 240px;
	}
	.cardSobre {
		position: relative;
		margin-top: 0;
	}
	.conteudoTopo2 {
		right: 0px;
	}
	.conteudoTopo3 {
		position: absolute;
		left: 0px;
		top: 220px;
	}
	a.logo img{
		max-width: 130px;
	}
	.menuConteudo nav ul li a.ctamenu1 {
		margin-bottom: 10px;
		display: inline-block;
	}
	.cardTopo{
		margin-bottom: 15px;
		height: auto;
	}
	.sobre {
		padding: 0px 0 0px 0;
	}
	.itemNumeroDestaque{
		margin-bottom: 20px;
	}
	.infocardPQ {
		max-width: 72%;
	}
	.indicar a.ctaPadrao1{
		display: inline-block;
		margin: 30px 0;
	}
	.bannerApp{
		padding: 45px 30px;
	}
	.bannerApp img.celular {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	.topo a.ctaPadrao1{
		margin-bottom: 30px;
	}
	.fotoInstitucional .foto img {
		border-radius: 20px;
		margin-top: 40px;
	}
	.pageCotacao header{
		text-align: center;
		position: relative;
		background-color: #7f2d91;
	}
	.topoCotacao {
		padding-top: 0;
		margin-top: -2px;
	}
	.pageCotacao .chamada h1 {
		padding-top: 20px;
	}
	.conteudoTopo4{
		max-width: 80%;
		margin-bottom: 0px;
	}
	.burocracia{
		text-align: center;
	}
	.burocracia img{
		max-width: 140px;
	}
	.burocraciaNao{
		text-align: left;
	}
	.burocraciaNao img{
		max-width: 40px;
	}
	.pageCotacao .conteudoTopo {
		margin-top: 0px;
	}
	.fotoInstitucional{
		margin-top: 0;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.conteudoTopo2 {
		right: -20px;
	}
	.conteudoTopo3 {
		left: -20px;
	}
	.chamada p {
		margin-bottom: 15px;
	}
	.boxPlano a.ctaPadrao1 {
		padding: 10px;
		min-width: 170px;
	}
	.conteudoTopo4{
		display: inline-block;
		max-width: 48%;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 880px;
	}
}
.modal-body h6 {
    font-weight: normal;
    font-size: 11px;
    color: #828282;
    text-align: right;
}
.modal-title {
    text-align: center;
    flex: 100%;
}