body{
	font-family: 'Montserrat', sans-serif;
}
.only-desk {
display: block;	
}

.only-mobile{
	display: none;
}
p{
	margin-bottom: 20px;
	line-height: 1.5em !important;
}
img{max-width: 100%;}

strong,b{
	font-weight: 700;
}
/*=========HEADER==========*/

.header{
	background: linear-gradient(120deg,#116a71 19%,#2c2c2c 65%,#000 52%);
	background-size: cover;
	position: relative;
}
.header .topo{
	padding: 30px 0 40px;
	position: relative;
}


.bt-rastrear{
	background-color: #343934;
	padding: 15px 20px;
	display: block;
	color: #FFF;
	font-size: 1.0em;
	border-radius: 22px;
	box-shadow: #57575785 0px 4px 19px;
}
.bt-rastrear:hover{
	text-decoration: none;
	background-color: #2c2c2c;
	color: #FFF;
}
.header h2{
	font-size: 1.5em;
	color: white;
	/*text-transform: uppercase;*/  
	font-weight: 800;
	/*font-style: italic;*/
	line-height: 1.3em;
	text-align: center;
}
.header p{
	font-size: 1.3em;
	color: #343934;
	font-family: Roboto !important;
	font-weight: 500 !important;
	margin-top: 20px;
	text-transform: lowercase;
}
.header p::first-letter {
	text-transform: uppercase;
}
.header li{
	font-size: 1.3em;
	font-weight: 400;
	color: #FFF;
	font-family: Roboto !important;
	margin-bottom: 15px;
}
.header li i{
	color: #FFF;
	margin-right: 10px;
}

.bt-check{
	font-size: 1.5em;
	color: #5ed6d5;
	background-color: #000;
	border-color: #ffc107;

	display: block;
	text-align: center;
	padding: 15px 5px;
	border-radius: 6px;
	box-shadow: #262626d1 0px 2px 10px;
	margin: 40px auto;
	transition: all 0.5s;
}
.bt-check span{
	display: block;
	font-size: 17px;
	font-weight: 200;
	margin-top: 5px;
}
.bt-check:hover{
	text-decoration: none;
	color: #FFF;
	transform:scale(1.1);
}
.modelo-2{
	display: none;
}

/*=========COMO FUNCIONA==========*/

.como-funciona{
	padding: 80px 0 70px;
	background: #FFF;
	position: relative;
}
.como-funciona h2{
	font-size: 2.0em;
	color: #2c2c2c;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.como-funciona h3{
	color: #333;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 30px;
	font-family: Roboto !important;
}
.como-funciona p{
	font-size: 1.3em;
	color: #4d4b4b;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 20px;
}
.como-funciona .borda{
	border: dashed 3px #FFF;
	object-fit: cover;
	padding: 10px;
	width: 400px;
	height: 400px;
}
.como-funciona ul li{
	margin-bottom: 15px;
	font-weight: 500;
}
.como-funciona i{
	color: #009900;
	font-size: 19px;
}

/* idmotivos */

#idmotivos{
	padding: 120px 0 80px;
	position: relative;

}
#idmotivos .icons {
	border-radius: 50%;
	margin-right: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
	width: 65px;
	height: 65px;
	z-index: 101;
	text-align: center;
	font-size: 24px;
	color: rgb(183, 183, 183);
	display: flex;
	justify-content: space-around;
	align-items: center;
}


#idmotivos h4{
	font-weight: 800;
	margin: 10px 0;
	font-size: 18px !important;
	color: #212529;
}
#idmotivos .media-body p{
	font-size: 14px !important;
}

#idmotivos  strong{
	font-size: 40px ;
	color: #2c2c2c;
}

/*=========BENEFICIOS==========*/

.beneficios{
	padding: 50px 0;
	background: #2c2c2c;
	position: relative;
	border-bottom: solid 5px #FFFFFF;
}
.beneficios::after {
	content: '';
	position: absolute;
	top: -134px;
	width: 100%;
	/* background: url(wave-onda.png) no-repeat; */   
	/* background: url(wave-onda.png) no-repeat; */  
	background-size: auto;
	background-size: cover;
	height: 151px;
	z-index: 2;
	left: 0;
}
.beneficios h2{
	font-size: 2.0em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.beneficios h3{
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 30px;
	font-family: Roboto !important;
}

.beneficios span{
	font-size: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.3em;
	display: block;
	margin: 10px 0;
}
.beneficios p {
	font-size: 1.2em;
	color: #FFF;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 5px;
}
.beneficios img{
    border: inset 20px #FFF;
	padding: 10px;
}
/*=========INDICACAO==========*/

.indicacao{
	padding:0;
	background-color: #0ea9b5;
	position: relative;
	background-position: -51px;
}
.indicacao h2{
	font-size: 2.0em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.indicacao p{
	font-size: 1.0em;
	color: #FFF;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 5px;
}
.fundo-medida{
	background: url(../img/fundo-mosaico.png) no-repeat;
	background-size: cover;

}
.fundo-medida img{
	position: relative;
	left: 0px;
	top: 3px;
}

/*=========DEPOIMENTOS==========*/

.depoimentos{
	padding: 50px 0;
	position: relative;
	background-color: rgba(244,243,230,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-top: solid 5px #FFFFFF;
}
.depoimentos h2{
	font-size: 2.0em;
	color: #0ea9b5;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.depoimentos h3{
	color: #333;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 30px;
	font-family: Roboto !important;
}
.bg-card{
	padding: 15px;
	overflow: hidden;
}
.avatar img{
	margin-top: -60px;
	overflow: hidden;
	border: 5px solid #0ea9b5;
}
.depoimentos p {
	font-size: 1.1em;
	color: #4d4b4b;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 20px;
}
.card{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	margin-top: 40px;
}
.fa-star{
	color: #ff6e00;
}

/*=========MIDIA==========*/

.midia{
	padding: 50px 0;
	position: relative;
	background-color: rgba(244,243,230,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.midia h2{
	font-size: 2.0em;
	color: #0ea9b5;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.midia h3{
	color: #333;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 30px;
	font-family: Roboto !important;
}
.midia p {
	font-size: 1.1em;
	color: #4d4b4b;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 20px;
	font-style: italic;
}

/*=========TABELAS==========*/

.tabelas{
	padding: 50px 0;
	/**
	background: url(/img/fundo-midia.png) fixed;**/
	background-size: auto;
}
.titulo h2{
	font-size: 2.5rem;
	font-weight: 300;
	margin: 0;
}
.titulo b{
	color: #2c2c2c;
}
.titulo p{
	font-size: 1.6em;
	color: #4a4a4a;
}
.oferta-container{
	cursor: pointer;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 40px;
	/*box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.15); */
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #eee;
	margin-top: 13px;
	margin-bottom: 15px;
	transform: scale(0.95);
	transition: all 0.5s;
}
/*.oferta-container:hover{
	transform: scale(1.0);  
}*/
.oferta-desconto {
	background-color: #263818;
	color: #fff;
	font-weight: bold;
	border-radius: 400px;
	padding: 8px 10px;
	width: 90%;
	line-height: 1.2em;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	z-index: 9;
	margin-left: 5%;
	margin-top: -15px;
}
.oferta-infos {
	color: #012b4d;
	font-family: "avenirblack", sans-serif;
	text-transform: uppercase;
	padding: 9px 16px;
	padding-top: 9px;
	line-height: 16px;
	text-align: center;
	padding: 40px 0;
}
.oferta-produto{
	background-size: auto;
	background-size: 247px;
}
.valor-final {
	font-weight: 300;
	color: #2b2b2b;
	font-size: 1.0em;
	text-align: center;
	white-space: normal;
	margin-left: -2%;
	line-height: 26px;
	margin-top: 5px;
}
.valor-final strike{
	color: red;
}
.valor-final span {
	line-height: 55px;
	color: #1d8463;
	font-family: "avenirblack", sans-serif;
	font-size: 3.1em;
	letter-spacing: -2px;
	font-weight: 700;
}
.oferta-btn {
	display: flex;
	padding-top: 2%;
	padding-bottom: 4%;
	margin-bottom: 5px;
}
.oferta-btn div {
	font-family: "avenirblack", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #513393;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 4%;
	width: 75%;
	text-align: center;
	font-size: 15px;
	border-radius: 4px;
	text-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px;
	margin-bottom: 0px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	position: relative;
	z-index: 115;
}
.arrow-top-vendas-left {
	position: absolute;
	width: 70px;
	transform: rotate(48deg);
	bottom: 123px;
	left: 2%;
}
.arrow-top-vendas-right {
	position: absolute;
	width: 70px;
	transform: rotate(-48deg);
	bottom: 123px;
	right: 2%;
}
.entrega{
	font-size: 1.2em;
	color: gray;
	margin-bottom: 15px;
	color: black;
}
.top-vendas {
	margin-top: 0;
	transform: scale(1.04);
	border: 2px solid #2c2c2c;
}
.destaque{
	background-color: #2c2c2c;
}

/*=========SEGURANÇA==========*/

.seguranca{
	padding: 5px 0;
	position: relative;
	border-top: 1px dashed rgba(202,202,202,.8);
	border-bottom: 1px dashed rgba(202,202,202,.8);
}
.seguranca h2{
	font-size: 2.0em;
	color: #0ea9b5;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.seguranca h3{
	color: #333;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 30px;
	font-family: Roboto !important;
}

.box-seguranca{
	background-color: rgba(244,243,230,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
}
.box-seguranca h3{
	font-weight: 400;
	margin: 10px 0;
}
.box-seguranca p {
	font-size: 1.1em;
	color: #4d4b4b;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 20px;
	font-style: italic;
}
.box-seguranca i{
	font-size: 4.0em;
	color: #0ea9b5;
}

/*=========GARANTIA==========*/

.garantia{
	padding:0;
	position: relative;
	margin-top: 30px;
}
.embed-responsive.embed-responsive-16by9{
	margin: 5px 0;

}
.garantia h2{
	font-size: 2.0em;
	color: #0ea9b5;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.garantia p {
	font-size: 1.1em;
	color: #4d4b4b;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 20px;
	font-style: italic;
}



/*========== PERGUNTAS ===============*/
.pgts h2{
	font-size: 2.0em;
	color: #0ea9b5;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.pgts{
	padding: 50px 0;
	position: relative;
}
.pgts::after {
	content: '';
	position: absolute;
	bottom: -134px;
	width: 100%;

	background-size: auto;
	background-size: cover;
	height: 151px;
	z-index: 2;
	left: 0;
	transform: rotate(180deg);
}
.perguntas {
	margin-bottom: 20px;
}
.perguntas div {

}
.perguntas .pergunta {
	background-color:#eae1e178;
	text-transform: uppercase;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: 500;
	border-left: solid 3px #0ea9b5;
	font-size: 0.99em;
	color: #757171;
}
.pergunta span:hover{
	color: #0ea9b5;
}
.pergunta i{
	float: right;
	margin-top: 5px;
	font-size: 1.2em;
}
.perguntas .resposta {
	display: none;
	padding : 5px;
	border-left: solid 3px #0ea9b5;
	background-color:#eae1e178;
}
.resposta p {
	font-size: 1.1em;
	color: #4d4b4b;
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 20px;
	font-style: italic;
	padding: 20px 10px;
}

/*========== FOOTER===============*/
footer{
	background: #2c2c2c;
	padding: 130px 0 50px;
	color: #FFF;
	font-family: Roboto !important;
}
footer span{
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
footer p, footer a{
	font-size: 12px;
	color: #FFF;
}
.borda{
	border-bottom: solid 1px #FFF;
}


/*-====RESPONSIVO===--*/

/* 992 */
@media(max-width: 992px){
.bt-rastreio{display: none;}
}
/* 768 */
@media(max-width: 768px){
	.only-desk {
display: none;	
}

.only-mobile{
	display: block;
}
	.header {
		padding: 20px 0 40px;}
		.modelo{
			display: none;
		}
		.modelo-2{
			top: 18px;
			position: relative;
			width: 56%;
			display: block;
		}
		.bt-checkout{
			margin: 0 auto;
		}

		.fundo-medida img{
			left: 55px;
		}

		/*==TABELAS==*/
		.oferta-container{
			margin-bottom: 1px;
		}
		footer{
			padding: 160px 0 50px;
		}

	}

	/* 576 */
	@media(max-width: 576px){

		.header {
			padding: 20px 0 40px;}
			.modelo{
				display: none;
			}
			.modelo-2{
				top: 18px;
				position: relative;
				width: 56%;
				display: none;
			}
			.bt-checkout{
				margin: 0 auto;
			}

			/*==COMO FUNCIONA==*/
			.como-funciona {
				padding: 80px 0 181px;
			}
			.beneficios h4 {
				font-size: 1.4em; 
			}
			/*==indicacao==*/

			.indicacao{
				padding: 0 0 40px;
			}
			/*==TABELAS==*/
			.oferta-container{
				margin-bottom: 1px;
			}
			/*==RODAPE===*/
			.rodape{
				flex-direction: column;
				text-align: center;
			}
			footer{
				padding: 160px 0 50px;
			}

		}

		/* 480 */
		@media(max-width: 480px){

			.header {
				padding: 20px 0 40px;}
				.modelo{
					display: none;
				}
				.bt-checkout{
					margin: 0 auto;
				}

				/*==COMO FUNCIONA==*/
				.como-funciona {
					padding: 80px 0 181px;
				}
				.beneficios h4 {
					font-size: 1.4em;
				}
				/*==indicacao==*/

				.indicacao{
					padding: 0 0 40px;
				}
				/*==TABELAS==*/
				.oferta-container{
					margin-bottom: 1px;
				}
				/*==RODAPE===*/
				.rodape{
					flex-direction: column;
					text-align: center;
				}
				.fundo-medida img {
					left: 0;
				}
				footer{
					padding: 160px 0 50px;
				}

			}

			/* 420 */
			@media(max-width: 480px){

				.header {
					padding: 20px 0 40px;}
					.modelo{
						display: none;
					}
					.bt-checkout{
						margin: 0 auto;
					}
					
					#espacoAposBox{
						display: none;
					}

					/*==COMO FUNCIONA==*/
					.como-funciona {
						padding: 80px 0 80px;
					}
					.beneficios h4 {
						font-size: 1.4em;
					}
					/*==indicacao==*/

					.indicacao{
						padding: 0 0 40px;
					}
					/*==TABELAS==*/
					.oferta-container{
						margin-bottom: 1px;
					}
					/*==RODAPE===*/
					.rodape{
						flex-direction: column;
						text-align: center;
					}
					.fundo-medida img {
						left: 0;
					}
					footer{
						padding: 160px 0 50px;
					}

				}