:root {
	--main-color-pessego: #ff6b6b;
	--main-color-amarelo: #fcca31;
	--main-color-amareloClaro: #fbf17b;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.navbar-topo {
	background-color: #222222;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}

h2 {
	font-size: 34px;
	font-weight: 300;
	letter-spacing: -1px;
	word-spacing: -1px;
	color: #333333;
	word-spacing: -2px;
}

h2>b {
	font-weight: 800;
}

@media(min-width:992px) {
	h2 {
		font-size: 46px;
	}
}

/* ------------------------------------------------ */
.navbar-topo a {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.navbar-topo a:hover {
	text-decoration: underline;
	color: #3968c5;
}


.navbar-toggler-icon {
	background-image: url('../../images/oferta/open-menu.svg') !important;
	color: var(--main-color-amarelo) !important;
}

/*------------- PROBLEMA-----------------------*/
.navbar-topo .nav-item {
	padding-right: 30px;
}

.navbar-topo .navbar-collapse {
	min-height: 70px;
}

.navbar-topo .nav-button>a {
	background-color: var(--main-color-pessego) !important;
	border-radius: 18px;
	color: var(--main-color-amarelo) !important;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	text-align: center !important;
}


.navbar-brand img {
	height: 60px;
}

@media (max-width: 575px) {
	.navbar-brand img {
		height: 40px;
	}
}


/* NOVO HEADER */

header {
	background: #222222 url('../../images/oferta/bg-mosaico-left-topo.png') left bottom no-repeat;
	background-size: 150px auto;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}

header::before {
	content: "";
	width: 100px;
	height: 100px;
	background-image: url('../../images/oferta/bg-mosaico-right-topo.png');
	background-size: 100px auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

header .row {
	align-items: center;
}

.box-img-header{
	display: flex;
	flex-direction: column;
	align-content: center;
}

@media (max-width:769px) {
	.box-img-header {
		text-align: center;
	}


	header {
		background-size: 250px auto;
	}
}

@media (min-width: 993px) {
	.box-img-header {
		min-height: 560px;
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;

	}

	header {
		background-size: 450px auto;
	}

	header::before {
		content: "";
		width: 180px;
		height: 180px;
		background-image: url('../../images/oferta/bg-mosaico-right-topo.png');
		background-size: 180px auto;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0;
	}

}

header h1 {
	font-size: 40px;
	text-align: center;
	color: #333333;
	font-weight: 300;
	letter-spacing: -1px;
}

header .linha-vermelha-h1 {
	width: 100%;
	height: 4px;
}

header h3 {
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
}

header h1>b {
	font-weight: 800;
	color: #FF932F;
}

@media (min-width: 993px) {
	header h1 {
		font-size: 58px;
	}

	header h3 {
		font-size: 28px;
	}

}

@media (min-width: 768px) {

	header h1,
	header h3 {
		text-align: left;
	}

}

.botao {
	font-size: 25px;
	text-align: center;
	padding: 15px 60px;
	font-weight: 800;
	border-radius: 10px;
	margin-top: 40px;

	border: 2px solid #acf4f9;
	color: #FFFFFF;

	background-color: #3968c5;
	-webkit-animation: scale 1s ease-in-out infinite alternate;
}

.botao:hover {
	border: 2px solid #acf4f9;
	background-color: #2bc9bc;
	color: #fff;
}

.box-botao-base-header>.botao {
	margin-bottom: 30px;
	font-size: 22px;
	padding: 15px 24px;
}


/* SECTION O QUE TEM */

#oquetem {
	background: #FFFFFF url('../../images/oferta/bg-mosaico-left.png') left bottom no-repeat;
	background-size: 150px auto;
	padding-top: 30px;
}

@media (min-width: 768px) {
	#oquetem {
		padding-top: 50px;
		background-size: 250px auto;
	}
}

@media (min-width: 993) {
	#oquetem {
		background-size: 450px auto;
	}
}

.foto-destaque {
	height: 300px;
	background-image: url('../../images/oferta/destaque-oquetem.jpg');
	background-size: cover;
	position: relative;
}

@media (min-width: 768px) {
	.foto-destaque {
		height: 500px;
		border-radius: 120px;
	}
}

.texto-destaque {
	width: 90%;
	background-color: #f5f5f5;
	border-radius: 10px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	padding: 40px;
}

@media (min-width: 768px) {
	.texto-destaque {
		margin: initial;
		left: inherit;
		width: 500px;
		right: 50px;
		top: 150px;
	}
}


#oquetem h2,
#sorteio h2 {
	text-align: left;
	word-spacing: -2px;
	background-image: url('../../images/oferta/traco-decor-amarelo.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 30px;
}


#oquetem p,
#sorteio p {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	word-spacing: -1px;
	margin-top: 30px;
	color: #333333;
}


.topico1,
.topico2,
.topico3,
.topico4 {
	padding-left: 85px;
	background-position: left top;
	background-repeat: no-repeat;
}

.topico1 {
	background-image: url('../../images/oferta/ico-1.png');
}

.topico2 {
	background-image: url('../../images/oferta/ico-2.png');
}

.topico3 {
	background-image: url('../../images/oferta/ico-3.png');
}

.topico4 {
	background-image: url('../../images/oferta/ico-4.png');
}

.topico1 h3,
.topico2 h3,
.topico3 h3,
.topico4 h3 {
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 15px 0 30px;
	color: #333333;
}

.topico1 h3 {
	background-image: url('../../images/oferta/traco-decor-azul.jpg');
}

.topico2 h3 {
	background-image: url('../../images/oferta/traco-decor-lilas.jpg');
}

.topico3 h3 {
	background-image: url('../../images/oferta/traco-decor-verde.jpg');
}

.topico4 h3 {
	background-image: url('../../images/oferta/traco-decor-marrom.jpg');
}

.topico1>p,
.topico2>p,
.topico3>p,
.topico4>p {
	font-size: 16px !important;
	color: #6d6d6d !important;
	letter-spacing: initial !important;
	word-spacing: initial !important;
}

@media(min-width:768px) {
	.linha2-topicos {
		margin-top: 100px;
	}
}


#oquetem .box-botao {
	padding: 30px 0 80px;
}


/* SORTEIO */

#sorteio {
	background: #FFFFFF url('../../images/oferta/bg-mosaico-right-bottom.png') right bottom no-repeat;
	background-size: 150px auto;
	background-repeat: no-repeat;
	padding-top: 20px;
}

#sorteio .box-botao {
	padding: 30px 0 80px;
}

#sorteio .img-sorteio {
	width: 90%;
}

#sorteio .row {
	align-items: center;
}

@media (max-width: 767px) {
	#sorteio .img-sorteio {
		margin-top: 50px;
	}
}

@media (min-width:992px) {
	#sorteio {
		padding-top: 80px;
		background-size: 350px auto;
	}
}


/* ESPECIALISTA */

#especialista {
	background-image: url('../../images/oferta/bcg-especialista.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 80px;
}

#especialista h2,
#blocoPreco h2 {
	text-align: center;
	background-image: url('../../images/oferta/traco-decor-amarelo.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {

	#especialista h2,
	#blocoPreco h2 {
		max-width: 600px;

	}
}

#especialista p {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1px;
	word-spacing: -1px;
	margin-top: 30px;
	color: #333333;
}

.depoimentos {
	background-color: #fcca31;
	background-image: url('../../images/oferta/bcg-depoimentos.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.center-depo {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

@media (min-width:768px) {
	.center-depo {
		margin-top: 100px;
	}
}

.depoimentos .row {
	width: 90%;
}

.item-depoimento {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 15px;
	padding: 30px 25px;
	box-shadow: 2px 5px 2px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-top: 40px;
}

.item-depoimento .img-cliente {
	width: 110px;
	height: 110px;
}

#especialista .item-depoimento>p {
	font-weight: 400;
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: initial;
	word-spacing: initial;
	font-style: italic;
}

#especialista .item-depoimento>span {
	font-weight: 700;
	font-size: 23px;
	color: #333333;
	letter-spacing: -1px;
}

.item-depoimento .aspas {
	width: 50px;
	height: auto;
	position: absolute;
	top: -5px;
	left: 15px;
}

#especialista .box-botao {
	padding: 30px 0 80px;
}

footer {
	padding: 30px 0 50px;
	background-color: #fcca31;
}

footer p {
	font-size: 12px;
	text-align: center;
}

.logo-rodape {
	padding: 16px 0;
}

.logo-rodape p {
	line-height: 1;
}

/* ----------------- BLOCO PRECO ------------------- */

#blocoPreco {
	background: #F5F5F5 url('../../images/oferta/bg-mosaico-left.png') left bottom no-repeat;
	background-size: 150px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#blocoPreco::before {
	content: "";
	width: 100px;
	height: 100px;
	background-image: url('../../images/oferta/bg-mosaico-right.png');
	background-size: 100px auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#blocoPreco .box-preco {
	width: 100%;
	border: #FCC930 2px solid;
	border-radius: 14px;
	padding-top: 30px;
}

#blocoPreco .box-preco,
#blocoPreco .destaque-preco {
	margin-top: 32px;
}

.box-preco h3 {
	font-weight: 800;
}

.box-preco h5 {
	margin-bottom: 0;
}

.box-preco .tag-plano {
	display: inline-block;
	font-size: 14px;
	padding: 4px 16px;
	background-color: #d9d9d9;
	border-radius: 12px;
	margin-bottom: 8px;
}

.box-preco h6 {
	font-weight: 800;
	font-size: 40px;
}

.box-preco span {
	background-image: url('../../images/oferta/check-azul.png');
	background-size: 30px 26px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 40px;
	display: inline-block;
	margin: 6px 0;
	letter-spacing: -0.5px;
	word-spacing: -1px;
}

.box-preco span>b {
	color: #5AABE3;
}

.listaPreco {
	text-align: left;
	padding: 8px;
}

#blocoPreco .box-botao>a {
	padding: 10px 40px;
	margin: 15px 0;
}

@media (max-width:769px) {
	#blocoPreco {
		background-size: 250px auto;
	}
}

@media (min-width:768px) {
	#blocoPreco .box-preco {
		padding-top: 40px;
	}
}

@media (min-width:992px) {
	#blocoPreco .box-preco {
		height: 640px;
	}

	#blocoPreco {
		background-size: 450px auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#blocoPreco::before {
		content: "";
		width: 180px;
		height: 180px;
		background-image: url('../../images/oferta/bg-mosaico-right.png');
		background-size: 180px auto;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (min-width:1200px) {
	#blocoPreco .box-preco {
		height: 580px;
	}
}

/* --------- CAPAS ----------- */

#capas {
	background-color: #F5F5F5;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.imagens-capas {
	height: 106px;
	width: 100%;
	background-image: url('../../images/oferta/capas-revistas.png');
	background-size: auto 100%;
	background-position-x: -20px;
}

@media (min-width:768px) {

	.imagens-capas {
		height: 140px;
		background-size: auto 100%;
	}

}

@media (min-width:992px) {

	.imagens-capas {
		height: 180px;
		background-size: auto 100%;
	}

}

/* ------------Brinde----------- */

#brinde-especial {
	background-color: #FFFFFF;
	background: #FFFFFF url('../../images/oferta/bg-mosaico-left-top.png') left top no-repeat;
	background-size: 150px auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

.content-brinde {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	background-image: linear-gradient(110deg, #FF932F, #ffba2f);
	border-radius: 184px 184px 100px 100px;
	padding: 32px;
	text-align: center;
}

.content-brinde img {
	width: 100%;
	max-width: 312px;
}

.texto-brinde>h2 {
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.texto-brinde>h2>span {
	display: inline-block;
	font-size: 16px;
	padding: 0 8px;
	color: #5AABE3;
	background-color: #FFFFFF;
	border-radius: 8px;
	font-weight: 800;
	letter-spacing: 0;
}

.texto-brinde>h2>b {
	display: inline-block;
	padding: 0 8px;
	background: #D369FF;
	border-radius: 12px;
	color: #FFFFFF;
}

.texto-brinde>p {
	color: #FFFFFF;
}


@media(min-width:992px) {
	#brinde-especial {
		background-size: 400px auto;
	}

	.content-brinde {
		max-width: 970px;
		border-radius: 211px 120px 120px 211px;
		padding: 32px;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left;
	}

	.texto-brinde {
		padding: 0 60px 0 40px;
	}

	.texto-brinde>h2 {
		margin-top: 0;
		font-size:40px;
	}

	.texto-brinde>h2>span {
		font-size: 20px;
	}
}

@media(min-width:1200px) {
	.content-brinde {
		max-width: 1020px;
	}
}

/******************************
Animations
******************************/
@-webkit-keyframes scale {
	0% {}

	100% {
		-webkit-transform: scale(1.05);
	}
}

/* rodapé */

.endereco-rodape {
	background-color: #f0f0f0;
}

.logo-slogan img {
	padding-top: 12px;
	padding-bottom: 16px;
}

.endereco-rodape p {
	padding-top: 12px;
	padding-bottom: 24px;
	font-size: 12px;
	line-height: 1.2;
}

.endereco-rodape p a {
	color: #212529;
	text-decoration: underline;
}