@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@font-face {
    font-family:"Effra Medium", sans-serif;
    src: url("../fontes/effra_std_lt.otf") format("opentype"),
    url("../fontes/Effra/effra_std_lt.ttf") format("truetype"),
    url("../fontes/Effra/effrastdlt.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family:"Effra Regular";
    src: url("../fontes/Effra/effra_std_rg.otf") format("opentype"),
    url("../fontes/Effra/effra_std_rg.ttf") format("truetype"),
    url("../fontes/Effra/effrastdrg.woff") format("woff");
    font-weight: bold;
}

@font-face {font-family: "Effra Bold";
	src: url("../fontes/Effra/bold-effra.eot"); 
	src: url("../fontes/Effra/bold-effra.eot?#iefix") format("embedded-opentype"), 
	url("../fontes/Effra/bold-effra.woff2") format("woff2"), 
	url("../fontes/Effra/bold-effra.woff") format("woff"), 
	url("../fontes/Effra/bold-effra.ttf") format("truetype"), 
	url("../fontes/Effra/bold-effra.svg#Effra Bold") format("svg"); 
  }

@font-face {
    font-family:"TexasHero";
    src: url("../fontes/Effra/TexasHero.otf");
    font-weight: normal;
}

html{
	scroll-behavior: smooth;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body, p{
	font-family: "Effra Regular", sans-serif, sans-serif;
	overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.loader{
	display: none;
}

/*@font-face {font-family: "Effra Regular", sans-serif;
	src: url("../fontes/Effra/effra-regular.eot"); 
	src: url("../fontes/Effra/effra-regular.eot?#iefix") format("embedded-opentype"), 
	url("../fontes/Effra/effra-regular.woff2") format("woff2"), 
	url("../fontes/Effra/effra-regular.woff") format("woff"), 
	url("../fontes/Effra/effra-regular.ttf") format("truetype"), 
	url("../fontes/Effra/effra-regular.svg#Effra") format("svg"); 
  }
  
  @font-face {font-family: "Effra Bold";
	src: url("../fontes/Effra/bold-effra.eot"); 
	src: url("../fontes/Effra/bold-effra.eot?#iefix") format("embedded-opentype"), 
	url("../fontes/Effra/bold-effra.woff2") format("woff2"), 
	url("../fontes/Effra/bold-effra.woff") format("woff"), 
	url("../fontes/Effra/bold-effra.ttf") format("truetype"), 
	url("../fontes/Effra/bold-effra.svg#Effra Bold") format("svg"); 
  }
*/


  
  
:root {
	--amarelo: #ffba00;
	--azul: #59e7fe;
	--branco: #ffffff;
	--roxo: #784aa7;
	--roxo-escuro: #66197E;
	--cinza: #3b3b3b;
	--cinza-escuro: #464646;
	--cinza-medio: #656565;
	--cinza-claro: #a3a3a3;
	--laranja: #ff6a00;
	--laranja-claro: #f9ae00;
}

section.section01{
	padding: 50px 0 120px 0;
    background: #fff url(../img/section01-background.png) 0% 0% no-repeat padding-box;
    background-size: 100% 100%;
    background-position: center;
}

section#obrigado{
	padding: 120px 0;
    background: #740B88;
}

section.section01 img.logo{
	margin-bottom: 75px;
}

section.section01 h1{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: var(--laranja-claro);
	margin-bottom: 23px;
}

section.section01 h2{
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
}

section.section01 p.whatsapp{
	color: #32D366 !important;
}

section.section01 .bonus{
	margin: 0 0 20px 35px;
}

section.section01 ul{
	margin: 5px 0 0 0;
}

section.section01 .bonus img{
	width: 25px;
	height: auto;
}

section.section01 .bonus p{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: left;
	color: var(--laranja-claro);
	margin: 9px 0 0 15px;
}

section.section01 .valores {
    margin: 18px 0 0 35px;
    display: flex;
    position: relative;
    max-width: 440px;
}

section.section01 .valores .preco{
	width: 206px;
}

section.section01 .valores div{
	justify-content: center!important;
	flex-direction: column!important;
	display: flex!important;
}

section.section01 .valores .preco p{
	margin: 0 1px 0 0 !important;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.69;
	letter-spacing: -2.5px;
	text-align: left;
	color: var(--laranja-claro);
}

section.section01 .valores .imagem{
	margin: 0 12px 0 0;
}

section.section01 .valores .preco span{
	font-size: 50px;
}

section.section01 .valores .texto p{
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: 0.17px;
	text-align: left;
	color: var(--laranja-claro);
	text-transform: uppercase;
}

section.section01 p{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
	margin-bottom: 0px;
}


ul{
	padding: 0px;
	margin: 29px 0 0 0;
	list-style: none;
}

ul li{
	margin-bottom: 3px;
	display: flex;
}

ul li img{
	width: 26px;
	height: 26px;
	margin-top: 5px;
}

ul li p{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
	margin-left: 15px;
	margin-bottom: 0px;
}

section.section01 .contato{
	background-color: var(--branco);
	padding: 35px;
	border-radius: 13px;
}

section.section01 h4{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: var(--cinza);
	margin-bottom: 15px;
}

section.section01 h5{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: var(--cinza);
	margin-bottom: 35px;
}

section.section01 sup{
	margin-left: 5px;
    position: absolute;
    top: 20px;
}

section.section01 .disclaimer{
	margin: 15px 0 0 0;
}

section.section01 .disclaimer p{
	font-family: "Effra Regular", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
	margin-bottom: 0px;
}

section.section01 h5 b{
	font-family: "Effra Bold", sans-serif;
}

section.section01 .contato input#nome{
	width: 100%;
}

section.section01 .contato li:nth-child(2) input,
section.section01 .contato li:nth-child(3) input,
section.section01 .contato li:nth-child(4) input,
section.section01 .contato li:nth-child(5) input{
	width: 50% !important;
}

section.section01 .contato input,
section.section01 .contato select{
	height: 60px;
	border-radius: 15px;
	border: solid 1px var(--cinza-claro);
	padding: 18px;
	margin-bottom: 19px;
	color: var(--cinza-medio) !important;
	outline: none;
	background-color: var(--branco);
}

section.section01 .contato p{
	margin: 0 0 20px 0;
	width: 100%;
}

section.section01 label{
	cursor: pointer;
	color: var(--cinza-medio) !important;
	font-size: 15px;
}

section.section01 input[type="checkbox"]:checked + label:before {
    background: transparent url(assets/img/check.png);
    content: "\2713";
    text-align: center;
    border: 1px solid var(--cinza-escuro);
}

section.section01 input[type="checkbox"] {
	visibility: hidden;
	height: 16px !important;
	margin-bottom: 0px !important;
}

section.section01 input[type="checkbox"] + label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 15px/1em sans-serif;
    height: 15px;
    margin: 0 .75em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    margin-top: 5px;
}

section.section01 .contato input:nth-child(2),
section.section01 .contato input:nth-child(3),
section.section01 .contato input:nth-child(5),
section.section01 .contato select{
	width: 47.5%;
}

section.section01 .contato input:nth-child(3),
section.section01 .contato select#temcnpj,
section.section01 .contato select#atendimentos{
	margin-left: 16px;
}

section.section01 .contato input#cnpj{
	width: 100% !important;
}

a.style01 {
    box-shadow: 15px 15px 40px 0 rgba(255, 106, 0, 0.2);
    background-color: var(--roxo-escuro);
    font-family: "Effra Regular", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.76px;
    text-align: left;
    color: var(--branco);
    padding: 15px 20px;
    border-radius: 20px;
    display: block;
	text-align: center;
	transition-duration: .3s;
	cursor: pointer;
}

section.section01 .contato a#cadastrar{
	background-color: var(--laranja);
}

a.style02 {
    box-shadow: 15px 15px 40px 0 rgba(255, 106, 0, 0.2);
  	background-color: var(--laranja);
    font-family: "Effra Regular", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.76px;
    text-align: left;
    color: var(--branco) !important;
    padding: 15px 20px;
    border-radius: 15px;
    display: block;
	text-align: center;
	transition-duration: .3s;
	cursor: pointer;
}

a.style03 {
	box-shadow: 15px 15px 40px 0 rgba(255, 106, 0, 0.2);
	background-color: var(--amarelo);
	color: var(--cinza-escuro) !important;
    font-family: "Effra Regular", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.76px;
    text-align: left;
    padding: 15px 20px;
    border-radius: 15px;
    display: block;
	text-align: center;
	transition-duration: .3s;
	cursor: pointer;
}

a.style01:hover, a.style02:hover, a.style03:hover{
	transform: scale(1.05);
}

section.section01 .contato a#cadastrar:hover{
	background-color: var(--laranja);
	text-decoration: none;
}

section.section04{
	padding: 75px 0;
	background: transparent url(../img/bg-2.png) 0% 0% no-repeat padding-box;
	background-position: center left;
    background-size: 755px 100%;
}

@media screen and (min-width: 1279px) and (max-width: 1300px){
	section.section04{
		background-size: 655px 100%;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1400px){
	section.section04{
		background-size: 700px 100%;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1600px){
	section.section04{
		background-size: 830px 100%;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1799px){
	section.section04{
		background-size: 875px;
	}
}

@media screen and (min-width: 1800px) and (max-width: 1940px){
	section.section04{
		background-size: 50%;
	}
}

@media screen and (min-width: 1941px){
	section.section04{
		background-size: 50%;
	}
}

section.section04 h2{
	font-family: "Effra Regular", sans-serif;
	font-size: 80px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
	margin-bottom: 15px;
	width: 439px;
}

section.section04 h3{
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
	width: 439px;
}

ol.carousel-indicators li{
    text-indent: 0;
    margin: 0 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    line-height: 25px !important;
    background-color: #E7E7E7;
    transition: all 0.25s ease;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #003A60;
    margin: 0 10px;
    color: #E7E7E7;
    list-style: none;
    transition-duration: .1s;
    list-style: none;
}

ol.carousel-indicators li.active {
    border: 1px solid #FF6A00;
    background-color: #FF6A00;
    color: #FF6A00;
	transition-duration: .1s;
}

div#carouselInfo{
	margin-bottom: 50px;
}

ol.carousel-indicators {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    transition-duration: .1s;
    bottom: -60px;
}

section.section04 img.ferramentas{
	width: 313px;
	margin: 0 auto;
}

section.section03 h4 b,
section.section04 h3 b,
section.section06 h3 b{
	font-family: "Effra Bold", sans-serif;
	font-weight: bold;
}

section.section04 .item-info {
	width: 60%;
    margin: 0 auto;
    min-height: 295px;
    text-align: center;
}

section.section04 .item-info img{
	margin-bottom: 25px;
	max-width: 73px;
}

section.section04 .item-info h2{
	font-family: "Effra Regular", sans-serif;
	font-size: 23px;
	line-height: 32px;
	color: #66197e;
	font-weight: 500;
	text-align: center;
	font-stretch: normal;
	font-style: normal;
	margin-bottom: 45px;
	width: 100%;
}

section.section04 .item-info p{
	max-width: 500px;
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #656565;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	margin: 0 auto;
}

section.section04 .info{
	margin: 35px 0;
}

section.section04 .style02 {
    width: fit-content;
    padding: 15px 40px;
    margin: 77px auto 0px auto;
}

section.section10{
	background: var(--roxo-escuro);
	padding: 75px 0;
}

section.section10 h2{
	font-family: "Effra Regular", sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 40px auto;
}

section.section10 p{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	width: 60%;
    margin: 0 auto;
}

section.section10 a {
    width: 25%;
	margin: 0 auto;
	display: none;
}

#rodape{
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #E5E5E5;
}

#rodape .links{
	margin: 0 auto 65px auto;
}


#rodape .links a{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	transition-duration: .3s;
	margin: 0 15px;
}

#rodape .links a:hover{
	color: #66197e;
}

#rodape .redessociais a{
	margin: 0 50px;
	text-decoration: none;
	transition-duration: .3s;
}

#rodape .redessociais a:hover img{
	transform: scale(1.1);
}

@media screen and (max-width: 1366px){
	section.section01 img.logo {
		margin-bottom: 50px !important;
	}

	section.section01 {
		padding: 25px 0 120px 0;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1500px){

	section.section01{
		background-size: cover;
	}

	section.section01 img.logo {
		margin-bottom: 75px;
	}

	section.section01 .contato a#cadastrar, a.style01 {
		font-size: 15px;
	}

	section.section01 h4,
	section.section01 h5 {
		font-size: 20px;
	}

	section.section02 .box h4 {
		font-size: 17px;
		line-height: 27px;
	}

	section.section01 p{
		font-size: 18px;
		width: 90%;
	}

	section.section03 p{
		font-size: 18px;
	}

	section.section03 h4 {
		font-size: 28px;
	}

	a.style01, a.style02, a.style03 {
		font-size: 15px;
	}

	section.section04 .ferramenta p {
		font-size: 16px;
	}

	section.section05 p, section.section08 p {
		font-size: 17px;
	}

	section.section07 h2 {
		font-family: "Effra Bold", sans-serif;
		font-size: 18px;
		width: 68%;
		margin: 0 auto 78px auto;
	}

	section.section07 a {
		width: 35%;
	}

	section.section01 .contato input, section.section01 .contato select {
		height: 50px;
		border-radius: 15px;
		padding: 10px 18px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	section.section10 p {
		font-size: 18px;
	}

	.redessociais a img{
		max-height: 20px;
	}

	section.section04 .item-info p {
		font-size: 18px;
	}
}

@media screen and (min-width: 769px) and (max-width: 964px){
	section.section03 .image {
		top: unset !important;
		position: relative !important;
		left: unset !important;
		text-align: center;
	}

	section.section03 .image img{
		width: 100% !important;
	}

	section.section03 .col-12.col-md-12.col-lg-7.d-flex.flex-column.justify-content-center{
		position: unset;
		left: 0;
	}
}


@media screen and (min-width: 965px) and (max-width: 1270px){
	section.section03 .image {
		top: 135px  !important;
		position: absolute !important;
		left: 0 !important;
	}

	section.section03 .image img{
		width: 75%  !important;
	}
}

@media screen and (min-width: 1271px) and (max-width: 1500px){
	section.section03 .image {
		top: 135px !important;
	}

	section.section03 .image img{
		width: 80% !important;
	}
}

@media screen and (max-width: 767px){

	section.section01{
		text-align: center;
	}

	section.section01, section#obrigado{
		background-size: cover;
	}

	section.section01 h1 {
		font-size: 18px !important;
		width: 100%;
		text-align: center !important;
	}

	section.section01 h2 {
		font-size: 22px;
		text-align: center !important;
	}

	section.section01 h1 br{
		display: none;
	}

	section.section01 .valores .preco {
		width: 170px;
	}

	section.section01 {
		padding: 50px 0 50px 0;
		background-size: cover;
		background-position-x: 25%;
	}

	section.section01 p {
		font-size: 15px !important;
		text-align: left !important; 
		width: 100%;
	}

	section.section01 .bonus p {
		font-size: 13px !important;
		margin-top: 12px !important;
		text-align: left !important;
		width: 100%;
	}

	section.section01 .valores .preco span {
		font-size: 46px;
	}

	section.section01 .valores .imagem img{
		width: 25px;
	}

	section.section01 .valores .texto p{
		font-size: 13px !important;
	}

	section.section01 .valores {
		margin: 18px 0 0 0;
	}

	section.section01 .bonus {
		margin: 0 0 20px 0;
	}

	section.section01 h4,
	section.section01 h5 {
		font-size: 17px;
	}

	section.section01 .contato {
		background-color: var(--branco);
		padding: 20px 15px;
		box-shadow: 15px 15px 40px 0 rgb(219 170 223 / 20%);
		border-radius: 15px;
		margin-top: 50px;
	}

	section.section01 .contato a#cadastrar, a.style01 {
		box-shadow: 6px 11px 11px 0 rgba(255, 106, 0, 0.1);
	}

	section.section01 .contato input, section.section01 .contato select {
		height: 50px;
		padding: 5px 15px;
	}

	section.section01 .contato input:nth-child(2), 
	section.section01 .contato input:nth-child(3), 
	section.section01 .contato input:nth-child(5), 
	section.section01 .contato select{
		width: 100%;
		margin: 0 auto 19px auto !important;
	}

	section.section01 .contato input:nth-child(3), 
	section.section01 .contato input:nth-child(5), 
	section.section01 .contato select#atendimentos{
		margin-left: unset;
	}

	section.section01 .contato a#cadastrar, a.style01 {
		font-size: 14px;
	}

	section.section02 .col-6.col-md-3.d-flex.flex-column.justify-content-center{
		margin: 15px 0;
	}

	section.section02 .box {
		text-align: center;
		margin: 75px 0px;
	}

	section.section03 .image{
		position: unset;
		left: unset;
	}

	section.section03 .col-12.col-md-12.col-lg-7.d-flex.flex-column.justify-content-center{
		position: unset;
		left: unset;
		height: auto;
	}

	section.section03 p{
		width: 100%;
		text-align: center;
	}

	.carousel-control-prev {
		left: 0;
	}

	.carousel-control-next {
		right: 0;
	}

	section.section04 {
		padding: 0 0 50px 0;
		background: unset;
	}

	section.section04  .col-12.col-md-12.col-lg-6.d-flex.flex-column.justify-content-center:first-child{
		padding: 80px 20px;
		background: transparent url(../img/bg-2-mobile.png) 0% 0% no-repeat padding-box;
		background-position: top;
		background-size: 100% 100%;
	}

	section.section04 .item-info {
		width: 68% !important;
		min-height: 355px !important;
	}

	section.section03 .image img{
		width: 100%;
	}

	section.section02, 
	section.section05,
	section.section07,
	section.section08, 
	section.section09 {
		padding: 50px 0;
	}

	section.section02 h2 {
		font-size: 22px;
		width: 100%;
		text-align: center;
	}

	ul li p {
		font-size: 16px;
	}

	a.style01, a.style02, a.style03{
		font-size: 14px;
	}

	section.section02 img.image,
	section.section04 img.ferramentas{
		display: none;
	}

	section.section03 img.image, 
	section.section04 img.ferramentas,
	section.section05 img,
	section.section06 img.image,
	section.section08 img.image{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	section.section03 h4 {
		font-size: 22px;
		text-align: center;
		width: 100%;
		margin: 40px auto;
	}

	section.section04 .ferramenta {
		display: inline-flex;
		position: relative;
		margin-bottom: 25px;
		width: 100%;
	}

	section.section04 .ferramenta p {
		font-family: "Effra Regular", sans-serif;
		margin-left: 15px;
		margin-bottom: 0px;
		font-size: 15px;
		position: relative;
		left: 59px;
		width: 74%;
	}

	section.section04 h3, 
	section.section05 h3,
	section.section06 h3,
	section.section08 h2 {
		font-size: 22px;
		text-align: center;
	}

	section.section05 p {
		font-size: 16px;
		width: 100%;
	}

	section.section05 img{
		margin: 40px auto 0 auto;
	}

	section.section06 h2 {
		font-size: 22px;
		width: 100%;
	}

	section.section06 h3{
		margin: 50px auto;
	}

	section.section10 h2 {
		font-size: 22px;
	}

	section.section10 p {
		font-size: 16px;
		width: 100%;
	}

	section.section10 a {
		width: 65%;
		margin: 0 auto;
	}

	img.logorodape {
		width: 50%;
	}

	#rodape .redessociais a {
		margin: 0px 15px;
		text-decoration: none;
		transition-duration: .3s;
	}

	#rodape .redessociais a img{
		max-height: 20px;
	}

	section#obrigado h1 {
		font-size: 22px !important;
    	width: 90% !important;
	}

	section#obrigado h2 {
		font-size: 23px;
	}

	section#obrigado .video iframe{
		width: 100% !important;
		height: 300px !important;
	}

	section#obrigado .clientes {
		width: 90%;
		margin: 75px auto 0 auto;
	}

	section#obrigado .clientes .linha h3{
		text-align: center;
		margin-bottom: 50px;
	}

	section#obrigado .itens img {
		width: 75% !important;
		margin: 20px auto;
	}

	section#obrigado .itens img.martins{
		width: 50% !important;
	}

	section.section04 h2 {
		font-size: 38px;
		width: 100%;
		text-align: center;
		line-height: 1.3;
	}

	#rodape .links a {
		font-size: 16px;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	section.section04 .container {
		max-width: 100% !important;
	}

	section.section04 .col-12.col-md-12.col-lg-6.d-flex.flex-column.justify-content-center:first-child {
		background-position: 0 102% !important;
		background-size: cover !important;
	}

	section.section04 h3 {
		font-size: 17px !important;
		margin-bottom: 59px !important;
	}

	section.section04 {
		padding: 0 0 50px 0;
		background: unset;
	}
}

@media (min-width: 768px) and (max-width: 1279px){

	section.section04 .container {
		max-width: 100% !important;
	}

	section.section04 .col-12.col-md-12.col-lg-6.d-flex.flex-column.justify-content-center:first-child {
		padding: 100px 20px 170px 20px;
		background: transparent url(../img/bg-2-mobile.png) 0% 0% no-repeat padding-box;
		background-position: 0 101% !important;
		background-size: cover !important;
		margin-bottom: 50px;
	}

	section.section04 {
		padding: 0 0 50px 0;
		background: unset;
	}

	section.section04 h2 {
		font-size: 55px;
		width: 90%;
		text-align: center;
		margin: 0 auto 20px auto;
	}

	section#obrigado .itens img {
		width: 54% !important;
		margin: 20px auto !important;
	}

	section#obrigado .itens img.martins {
		width: 39% !important;
	}
}


@media screen and (max-width: 1279px){

	section.section01 h1 {
		font-size: 30px;
		width: 100%;
		text-align: left;
	}

	section.section01 {
		padding: 50px 0 50px 0;
		background-size: cover;
		background-position-x: 25%;
	}

	section.section01 p {
		font-size: 17px;
		text-align: left;
	}

	section.section01 h4,
	section.section01 h5 {
		font-size: 17px;
    	text-align: center;
	}

	section.section01 .contato {
		background-color: var(--branco);
		padding: 30px 20px;
		box-shadow: 15px 15px 40px 0 rgb(219 170 223 / 20%);
		border-radius: 15px;
		margin-top: 50px;
	}

	section.section01 .contato a#cadastrar, a.style01 {
		box-shadow: 6px 11px 11px 0 rgba(255, 106, 0, 0.1);
	}

	section.section01 .contato input, section.section01 .contato select {
		height: 50px;
		padding: 5px 15px;
	}

	section.section01 .contato input:nth-child(2), 
	section.section01 .contato input:nth-child(3), 
	section.section01 .contato input:nth-child(5), 
	section.section01 .contato select{
		width: 100%;
		margin: 0 auto 15px auto !important;
	}

	section.section01 .contato input:nth-child(3), 
	section.section01 .contato input:nth-child(5), 
	section.section01 .contato select#atendimentos{
		margin-left: unset;
	}

	section.section01 .contato a#cadastrar, a.style01 {
		font-size: 14px;
	}

	section.section02 .col-6.col-md-3.d-flex.flex-column.justify-content-center{
		margin: 15px 0;
	}

	section.section02 .box {
		text-align: center;
		margin: 75px 0px;
	}

	section.section03 .image{
		position: unset;
		left: unset;
	}

	section.section03 .col-12.col-md-7.d-flex.flex-column.justify-content-center{
		position: unset;
		left: unset;
		height: auto;
	}

	section.section03 p{
		width: 100%;
		text-align: center;
	}

	.carousel-control-prev {
		left: 0;
	}

	.carousel-control-next {
		right: 0;
	}

	section.section04 .item-info {
		width: 50%;
		min-height: 330px;
	}

	section.section03 .image img{
		width: 100%;
	}

	section.section02, 
	section.section05,
	section.section07,
	section.section08, 
	section.section09 {
		padding: 50px 0;
	}

	section.section02 h2 {
		font-size: 22px;
		width: 100%;
		text-align: center;
	}

	ul li p {
		font-size: 16px;
	}

	a.style01, a.style02, a.style03{
		font-size: 14px;
	}

	section.section02 img.image,
	section.section04 img.ferramentas{
		display: none;
	}

	section.section03 img.image, 
	section.section04 img.ferramentas,
	section.section05 img,
	section.section06 img.image,
	section.section08 img.image{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	section.section03 h4 {
		font-size: 22px;
		text-align: center;
		width: 100%;
		margin: 40px auto;
	}

	section.section04 .ferramenta {
		display: inline-flex;
		position: relative;
		margin-bottom: 25px;
		width: 100%;
	}

	section.section04 .ferramenta p {
		font-family: "Effra Regular", sans-serif;
		margin-left: 15px;
		margin-bottom: 0px;
		font-size: 15px;
		position: relative;
		left: 59px;
		width: 74%;
	}

	section.section04 h3 {
		font-size: 20px;
		text-align: center;
		width: 100%;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	section.section10 h2 {
		font-size: 22px;
	}

	section.section10 p {
		font-size: 16px;
		width: 100%;
	}

	section.section10 a {
		width: 65%;
		margin: 0 auto;
	}

	#rodape .redessociais a {
		margin: 0px 15px;
		text-decoration: none;
		transition-duration: .3s;
	}

	#rodape .redessociais a img{
		max-height: 20px;
	}

	ol.carousel-indicators {
		bottom: -25px;
	}

	section#obrigado .divbutton {
		width: 65% !important;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1920px){
	section.section01{
		padding: 80px 0;
	}
}

section#obrigado h1{
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: var(--branco);
	margin: 0px auto;
	width: 55%;
}

section#obrigado .row > div {
	text-align: center;
}

section#obrigado img.logo{
	margin-bottom: 150px !important;
}

section#obrigado .divbutton {
	width: 39%;
	margin: 50px auto;
	text-align: center;
}

section#obrigado h2{
	font-size: 27px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: var(--branco);
	margin: 0px auto 50px auto;
}

section#obrigado .style01{
	width: fit-content;
	padding: 22px 40px;
	margin: 34px auto;
}

section#obrigado p{
	font-family: "Effra Regular", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: center;
	color: var(--branco);
	width: 59%;
	margin: 0px auto;
}

section#obrigado .clientes{
	margin-top: 130px;
}

section#obrigado .clientes .linha{
	border-top: 1px solid #fff;
	padding-top: 35px;
}

section#obrigado .clientes .linha h3{
	font-family: "Effra Regular", sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: var(--branco);
	margin: 0px;
}

section#obrigado .itens{
	margin-top: 15px;
}

section#obrigado .itens img{
	width: 100%;
}

section#obrigado .itens img.martins{
	width: 75%;
}
