/*FONTE*/
@font-face{
	font-family: 'Montserrat';
	src: url('../_font/Montserrat-Medium.ttf');
}
/*RESET*/
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-family: 'Montserrat';
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
	list-style-position: inside;
}
img{
	max-width: 100%;
}
/*GERENCIAMENTO*/
.container{
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
h2, h3, h4, p, span, li, a{
	line-height: 1.5em;
	color: #000000;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24;
}
p{
	font-size: 21px;
}
/*CABECALHO*/
.cabecalho{
	width: 100%;
	height: 140px;
	padding: 8px 0;
	font-size: 60px;
	text-align: center;
	margin-bottom: 32px;
	background-color: #000000;
}
/*APRESENTAÇÃO*/
.apresentacao{
	width: 100%;
	margin-bottom: 100px;
	background-color: #DEE0EA;
}
.apresentacao h2{
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
.apresentacao .produto-imagem{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.apresentacao .produto-texto{
	margin-bottom: 30px;
}
.apresentacao .produto-texto ul{
	list-style-image: url('../_img/checklist.png');
}
.apresentacao .produto-texto ul li{
	margin-bottom: 30px;
}
.apresentacao .produto-texto ul li:last-child{
	margin-bottom: 0;
}
.apresentacao .produto{
	margin-bottom: 30px;
}
.apresentacao .botao-cta{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.apresentacao .secure-cta{
	width: 100%;
	text-align: center;
}
/*SECTION-ONE*/
.section-one{
	margin-bottom: 30px;
}
.section-one h2{
	text-align: center;
	color: #000000;
	margin-bottom: 32px;
}
.section-one .section-one-imagem{
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
}
.section-one .section-one-texto{
	width: 100%;
}
.section-one .section-one-texto p{
	margin-bottom: 30px;
}
.section-one .section-one-texto p:last-child{
	margin-bottom: 0;
}
/*SECTION-TWO*/
.section-two{
	width: 100%;
	text-align: center;
	padding: 64px 0;
	margin-bottom: 30px;
	background-color: #000000;
}
.section-two h3{
	text-align: center;
	color: #000000;
	margin-bottom: 32px;
}
.section-two .section-two-button{
	width: 100%;
	margin-bottom: 16px;
}
/*SECTION-THREE*/
.section-three {
	margin-bottom: 30px;
}
.section-three h2{
	text-align: center;
	margin-bottom: 30px;
}
.section-three .content-video{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 32px;
}
.section-three .content-video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-three h3{
	text-align: center;
	color: #000000;
}
/*SEPARADOR*/
.separador{
	margin-bottom: 64px;
}
.separador img{
	width: 100%;
	height: 30px;
}
/*SECTION-FOUR*/
.section-four{
	width: 100%;
	margin-bottom: 30px;
}
.section-four h3{
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
.section-four .produto{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.section-four .preco{
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
}
.section-four .botao-cta{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.section-four .secure-cta{
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
/*SECTION-FIVE*/
.section-five{
	text-align: center;
	margin-bottom: 30px;
	background-color: #DEE0EA;
}
.section-five h2{
	color: #000000;
	margin-bottom: 30px;
}
.section-five .duvida{
	margin-bottom: 32px;
}
.section-five p{
	margin-bottom: 32px;
}
.section-five .arrow{
	margin-bottom: 32px;
}
.section-five .button-whats{
	margin-bottom: 32px;
}
.section-five .button-whats{
	margin-bottom: 32px;
}
.section-five .infos p{
	margin-bottom: 32px;
}
.section-five .infos p:last-child{
	margin-bottom: 0px;
}
.rodape{
	width: 100%;
	text-align: center;
	background-color: #000000;
	padding: 32px 0; 
}
.rodape p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
}
.rodape .privacidade{
	margin-bottom: 32px;
}
.rodape .privacidade a{
	font-size: 14px;
	color: #fff;
}
@media screen and (min-width: 992px) {
	/*GERENCIAMENTO*/
	.container{
		width: 1140px;
	}
	/*APRESENTAÇÃO*/
	.apresentacao .produto-imagem{
		width: calc(50% - 32px);
		float: left;
		text-align: left;
		margin-right: 32px;
		margin-bottom: 0px;
	}
	.apresentacao .produto-texto{
		width: calc(50% - 32px);
		margin-left: 32px;
		float: left;
		text-align: left;
		margin-bottom: 0;
	}
	.apresentacao .space{
		margin-bottom: 64px;
	}
	/*SECTION-ONE*/
	.section-one{
		margin-bottom: 0px;
	}
	.section-one h2{
		text-align: center;
		color: #000000;
		margin-bottom: 64px;
	}
	.section-one .section-one-imagem{
		width: calc(50% - 32px);
		float: left;
		text-align: left;
		margin-right: 32px;
		text-align: center;
		margin-bottom: 0px;
	}
	.section-one .section-one-imagem img{
		display: block;
	}
	.section-one .section-one-texto{
		width: calc(50% - 32px);
		margin-left: 32px;
		float: left;
		text-align: left;
		margin-bottom: 0;
	}
	/*SECTION-TWO*/
	.section-two{
		width: 100%;
		text-align: center;
		padding: 64px 0;
		margin-bottom: 30px;
		background-color: #DEE0EA;
	}
	.section-two h3{
		color: #000000;
		margin-bottom: 30px;
	}
	.section-two .section-one-button{
		width: 50%;
		float: left;
		margin-bottom: 0px;
	}
	.section-two .section-two-button{
		width: 50%;
		float: left;
		margin-bottom: 0px;
	}
	/*SEPARADOR*/
	.separador img{
		width: 100%;
		height: auto;
	}
	/*SECTION-THREE*/
	.section-three {
		margin-bottom: 64px;
	}
	.section-three h2{
		text-align: center;
		margin-bottom: 30px;
	}
	.section-three h3{
		text-align: center;
		color: #000000;
	}
	.section-three .column-one-video{
		width: calc(50% - 16px);
		margin-right: 16px;
		float: left;
	}
	.section-three .column-two-video{
		width: calc(50% - 16px);
		margin-left: 16px;
		float: left;
	}
}