@charset 'utf-8';

:root {
	--primary-color: #e0b124;
	--secondary-color: #e51e42;
	--third-color: ;
	--fourth-color: ;
}

html,
body {
	font-family: 'Inter', sans-serif;
	font-smoothing: antialiased;
	font-variant-ligatures: none;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	text-shadow: 0 0 1px rgba(0,0,0,.01);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures: none;
	-webkit-text-size-adjust: 100%;
}

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box !important;
	margin: 0;
	outline: none !important;
	padding: 0;
	resize: none !important;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

.img-fluid {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-full {
	display: block;
	height: auto;
	width: 100%;
}

.img-center {
	display: block;
	margin: auto;
}

.img-full-width {
	display: block;
	height: auto;
	max-width: 100vw;
}

.container {
	margin: auto;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.container:after,
.clearfix:after {
	clear: both;
}

.default__btn {
	align-items: center;
	background-color: var(--secondary-color);
	border-radius: 5px;
	box-shadow: 5px 5px 30px rgba(229,30,66,.5);
	color: #fff;
	display: inline-flex;
	font-size: 20px;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	line-height: 1.4;
	padding: 14px 32px;
	text-align: center;
	text-transform: uppercase;
	transition: box-shadow .3s, filter .3s;
}

.default__btn.btn__stars:before,
.default__btn.btn__stars:after {
	content: '';
	background: url('../images/img_2.png') center no-repeat;
	display: inline-flex;
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.default__btn:hover {
	box-shadow: 5px 5px 30px rgba(229,30,66,.75);
	filter: brightness(110%);
	transition: box-shadow .3s, filter .3s;
}

/* Header */

.site__header {
	background-color: #000;
}

.site__header .container {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: center;
}

.site__header img {
	display: block;
	margin: auto;
}

/* Main */

.site__main {
	overflow-x: hidden;
}

.site__block_1 {
	background-color: #171717;
	color: #fff;
	text-align: center;
}

.site__block_1 .container {
	padding: 40px 15px;
}

.site__block_1 .block__grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

.site__block_1 .block__alert {
	border: 2px dashed var(--primary-color);
	color: var(--primary-color);
	font-size: 18px;
	padding: 14px 18px;
}

.site__block_1 .block__title {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2;
}

.site__block_1 .block__title b,
.site__block_1 .block__title strong {
	color: var(--primary-color);
	font-weight: 900;
}

.site__block_1 .block__title u {
	text-underline-offset: 10px;
}

.site__block_1 .block__subtitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.site__block_1 .block__subtitle b,
.site__block_1 .block__subtitle strong {
	font-weight: 900;
}

.site__block_2 .container {
	padding: 40px 150px;
}

.site__block_2 .block__grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: center;
}

.site__block_2 hr {
	border: 0;
	border-bottom: 1px solid #b6b6b6;
	display: block;
	width: 100%;
}

.site__block_2 hr.hr__double {
	border-bottom: 2px solid #b6b6b6;
}

.site__block_2 .block__price {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
}

.site__block_2 .block__price .price__from {
	color: #da0303;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.3;
}

.site__block_2 .block__price .price__to {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.site__block_2 .block__price .price__to b,
.site__block_2 .block__price .price__to strong {
	color: #0b9b00;
	font-size: 90px;
	font-weight: 800;
	line-height: 1;
}

.site__block_2 .block__price .price__obs {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
}

.site__block_2 .block__text {
	font-size: 18px;
	line-height: 1.6;
	padding: 0 30px;
}

.site__block_2 .block__text > * {
	margin-bottom: 15px;
	margin-top: 15px;
}

.site__block_2 .block__text > *:first-child {
	margin-top: 0;
}

.site__block_2 .block__text > *:last-child {
	margin-bottom: 0;
}

.site__block_2 .block__text big {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
}

.site__block_2 .block__text b,
.site__block_2 .block__text strong {
	font-weight: 800;
}

.site__block_2 .block__text strong {
	color: #f00;
}

.site__block_2 .block__text u {
	text-underline-offset: 3px;
}

.site__block_2 .block__image img {
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.site__block_2 .block__heading {
	text-align: center;
}

.site__block_2 .block__heading .heading__title {
	color: var(--secondary-color);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.site__block_2 .block__heading .heading__description {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	margin: 10px 0 0;
}

.site__block_2 .block__heading .heading__description b,
.site__block_2 .block__heading .heading__description strong {
	font-weight: 800;
}

.site__block_2 .block__checklist {
	border: 2px dashed #858585;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	padding: 40px;
	width: 120%;
}

.site__block_2 .block__checklist ol,
.site__block_2 .block__checklist ul {
	list-style: none;
}

.site__block_2 .block__checklist ol li,
.site__block_2 .block__checklist ul li {
	padding: 0 0 0 32px;
	position: relative;
}

.site__block_2 .block__checklist ol li + li,
.site__block_2 .block__checklist ul li + li {
	margin: 20px 0 0;
}

.site__block_2 .block__checklist ol li:before,
.site__block_2 .block__checklist ul li:before {
	background: url('../images/img_4.png') center no-repeat;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.site__block_2 .block__cta {
	text-align: center;
}

.site__block_2 .block__cta .cta__text {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 30px;
}

.site__block_2 .block__cta .cta__text b,
.site__block_2 .block__cta .cta__text strong {
	font-weight: 800;
}

.site__block_2 .block__cta .cta__text strong {
	color: #0b9b00;
}

.site__block_2 .block__cta .cta__text span {
	color: #da0303;
}

.site__block_3 {
	background-color: #2b2b2b;
	color: #fff;
}

.site__block_3 .container {
	padding: 50px 15px;
}

.site__block_3 .block__grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: center;
}

.site__block_3 .block__title {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.site__block_3 .block__plans {
	display: flex;
	gap: 40px;
}

.site__block_3 .block__plans .plans__item {
	border: 1px solid #727272;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	flex-shrink: 0;
	padding: 20px;
	position: relative;
	margin: 40px 0 0;
	transition: transform .3s;
	width: 370px;
}

.site__block_3 .block__plans .plans__item.plans__featured {
	background-color: #fff;
	border: 3px solid #da0303;
	box-shadow: 3px 3px 20px rgba(229,30,66,.5);
	color: #000;
	margin: 0;
}

.site__block_3 .block__plans .plans__item.plans__featured:before {
	background-color: #da0303;
	border-radius: 20px;
	color: #fff;
	content: 'Plano mais escolhido';
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	line-height: 1.4;
	padding: 5px 30px;
	position: absolute;
	text-transform: uppercase;
	top: -1.5px;
	transform: translate3d(-50%,-50%,0);
	white-space: nowrap;
}

.site__block_3 .block__plans .plans__item .item__title {
	color: var(--primary-color);
	font-size: 27px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.site__block_3 .block__plans .plans__item.plans__featured .item__title {
	color: #000;
	padding: 15px 0 0;
}

.site__block_3 .block__plans .plans__item.plans__featured .item__title:before {
	background: url('../images/img_6.png') center no-repeat;
	content: '';
	display: block;
	height: 14px;
	margin: 0 0 10px;
	width: 100%;
}

.site__block_3 .block__plans .plans__item .item__from {
	font-size: 17px;
	line-height: 1.4;
	margin: 15px 0 0;
	text-align: center;
}

.site__block_3 .block__plans .plans__item .item__from strike {
	color: #da0303;
	font-weight: 700;
}

.site__block_3 .block__plans .plans__item .item__to {
	color: #02ce23;
	font-size: 45px;
	font-weight: 800;
	line-height: 1;
	margin: 5px 0 0;
	text-align: center;
}

.site__block_3 .block__plans .plans__item .item__hr {
	border: 0;
	border-bottom: 1px solid #7f7f7f;
	margin: 15px 0;
}

.site__block_3 .block__plans .plans__item .item__description {
	color: #c8c8c8;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0 0;
	padding: 0 15px;
	text-align: center;
}
.site__block_3 .block__plans .plans__item.plans__featured .item__description {
	color: #000;
}

.site__block_3 .block__plans .plans__item.plans__featured .item__description b,
.site__block_3 .block__plans .plans__item.plans__featured .item__description strong {
	color: #da0303;
}

.site__block_3 .block__plans .plans__item .item__list {
	list-style: none;
}

.site__block_3 .block__plans .plans__item .item__list li {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 0 0 30px;
	position: relative;
}

.site__block_3 .block__plans .plans__item.plans__featured .item__list li {
	color: #676767;
}

.site__block_3 .block__plans .plans__item .item__list li + li {
	margin: 12px 0 0;
}

.site__block_3 .block__plans .plans__item .item__list li:before {
	background: url('../images/img_7.png') center no-repeat;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 16px;
}

.site__block_3 .block__plans .plans__item.plans__featured .item__list li b,
.site__block_3 .block__plans .plans__item.plans__featured .item__list li strong {
	color: #000;
}

.site__block_3 .block__plans .plans__item .item__btn {
	margin: 15px auto 0;
	padding: 10px 30px;
}

.site__block_3 .block__plans .plans__item .item__btn__suffix {
	font-size: 13px;
	font-weight: 600;
	margin: 15px 0 0;
	text-align: center;
}

.site__block_3 .block__plans .plans__item .item__important {
	border: 2px dashed #858585;
	color: #676767;
	font-size: 13px;
	line-height: 1.4;
	margin: 20px 0 0;
	padding: 16px;
	text-align: center;
}

.site__block_3 .block__plans .plans__item .item__important b,
.site__block_3 .block__plans .plans__item .item__important strong {
	color: #000;
}

.site__block_3 .block__plans .plans__item:hover {
	transform: translateY(-3px);
	transition: transform .3s;
}

.site__block_3 .block__countdown {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	text-align: center;
}

.site__block_3 .block__countdown .countdown__title {
	color: var(--primary-color);
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
}

.site__block_3 .block__countdown .countdown__subtitle {
	font-size: 25px;
	line-height: 1.3;
}

.site__block_3 .block__countdown .countdown__subtitle u {
	text-underline-offset: 5px;
}

.site__block_3 .block__countdown .countdown__important {
	border: 3px solid #fff;
	border-radius: 5px;
	font-size: 20px;
	line-height: 1.4;
	margin: 10px 0;
	padding: 8px 16px;
}

.site__block_3 .block__countdown .countdown__important b,
.site__block_3 .block__countdown .countdown__important strong {
	color: var(--primary-color);
}

.site__block_3 .block__countdown .countdown__description {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.site__block_3 .block__countdown .countdown__counter ul {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
}

.site__block_3 .block__countdown .countdown__counter ul li {
	align-items: center;
	display: flex;
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
}

.site__block_3 .block__countdown .countdown__counter ul li + li:before {
	content: ':';
	display: block;
	margin: 0 10px;
}

.site__block_3 .block__countdown .countdown__counter ul li span {
	align-items: center;
	background-color: #da0303;
	display: flex;
	flex-direction: column;
	height: 110px;
	justify-content: center;
	text-align: center;
	width: 110px;
}

.site__block_3 .block__countdown .countdown__counter ul li small {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: lowercase;
}

/* Footer */

.site__footer {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.site__footer .container {
	padding: 25px 15px;
}

/* Media Queries */

/* Desktops */

@media (max-width: 1199px) {

	.container {
		max-width: 960px;
	}

	.site__block_1 .block__alert {
		font-size: 17px;
	}

	.site__block_1 .block__title {
		font-size: 45px;
	}

	.site__block_1 .block__subtitle {
		font-size: 20px;
	}

	.site__block_2 .block__price .price__from {
		font-size: 32px;
	}

	.site__block_2 .block__price .price__to b,
	.site__block_2 .block__price .price__to strong {
		font-size: 80px;
	}

	.site__block_2 .block__price .price__obs {
		font-size: 20px;
	}

	.site__block_2 .block__text {
		font-size: 17px;
	}

	.site__block_2 .block__text big {
		font-size: 25px;
	}

	.site__block_2 .block__heading .heading__title {
		font-size: 22px;
	}

	.site__block_2 .block__heading .heading__description {
		font-size: 28px;
		line-height: 1.3;
	}

	.site__block_3 .block__title {
		font-size: 35px;
	}

	.site__block_3 .block__countdown .countdown__title {
		font-size: 35px;
	}

	.site__block_3 .block__countdown .countdown__subtitle {
		font-size: 22px;
	}

	.site__block_3 .block__countdown .countdown__important {
		font-size: 18px;
	}

	.site__block_3 .block__countdown .countdown__description {
		font-size: 18px;
	}

}

/* Tablets */

@media (max-width: 991px) {

	.default__btn {
		font-size: 18px;
	}

	.container {
		max-width: 720px;
	}

	.site__block_1 .block__alert {
		font-size: 16px;
	}

	.site__block_1 .block__title {
		font-size: 40px;
	}

	.site__block_1 .block__title br {
		display: none;
	}

	.site__block_1 .block__subtitle {
		font-size: 18px;
	}

	.site__block_2 .container {
		padding: 40px 15px;
	}

	.site__block_2 .block__price .price__from {
		font-size: 28px;
	}

	.site__block_2 .block__price .price__to b,
	.site__block_2 .block__price .price__to strong {
		font-size: 75px;
	}

	.site__block_2 .block__text {
		padding: 0 15px;
	}

	.site__block_2 .block__heading .heading__title {
		font-size: 20px;
	}

	.site__block_2 .block__heading .heading__description {
		font-size: 24px;
		line-height: 1.4;
	}

	.site__block_2 .block__checklist {
		font-size: 16px;
		line-height: 1.4;
		padding: 30px;
		width: 100%;
	}

	.site__block_2 .block__cta .cta__text {
		font-size: 18px;
	}

	.site__block_3 .block__title {
		font-size: 32px;
	}

	.site__block_3 .block__plans {
		gap: 20px;
	}

	.site__block_3 .block__plans .plans__item {
		width: calc(50% - 10px);
	}

	.site__block_3 .block__countdown .countdown__title {
		font-size: 30px;
	}

	.site__block_3 .block__countdown .countdown__subtitle {
		font-size: 20px;
	}

	.site__block_3 .block__countdown .countdown__counter ul li {
		font-size: 50px;
	}

}

/* Smartphones - Landscape */

@media (max-width: 767px) {

	.container {
		max-width: 540px;
	}

	.site__block_1 .block__alert {
		font-size: 15px;
		line-height: 1.6;
	}

	.site__block_1 .block__title {
		font-size: 35px;
	}

	.site__block_1 .block__subtitle {
		font-size: 17px;
	}

	.site__block_2 .block__price .price__from {
		font-size: 24px;
	}

	.site__block_2 .block__price .price__to b,
	.site__block_2 .block__price .price__to strong {
		font-size: 70px;
	}

	.site__block_2 .block__text {
		font-size: 16px;
	}

	.site__block_2 .block__text big {
		font-size: 20px;
	}

	.site__block_2 .block__heading .heading__title {
		font-size: 18px;
	}

	.site__block_2 .block__heading .heading__description {
		font-size: 22px;
	}

	.site__block_2 .block__checklist {
		font-size: 15px;
		line-height: 1.6;
		padding: 25px;
	}

	.site__block_2 .block__cta .cta__text {
		font-size: 17px;
		line-height: 1.5;
	}

	.site__block_3 .block__title {
		font-size: 28px;
	}

	.site__block_3 .block__plans {
		flex-direction: column;
		gap: 50px;
	}

	.site__block_3 .block__plans .plans__item {
		margin: 0;
		width: 100%;
	}

	.site__block_3 .block__plans .plans__item .item__title {
		font-size: 24px;
	}

	.site__block_3 .block__countdown .countdown__title {
		font-size: 25px;
	}

	.site__block_3 .block__countdown .countdown__subtitle {
		font-size: 18px;
	}

	.site__block_3 .block__countdown .countdown__important {
		font-size: 16px;
	}

	.site__block_3 .block__countdown .countdown__description {
		font-size: 16px;
	}

	.site__block_3 .block__countdown .countdown__counter ul li {
		font-size: 45px;
	}

	.site__block_3 .block__countdown .countdown__counter ul li span {
		height: 90px;
		width: 90px;
	}

	.site__block_3 .block__countdown .countdown__counter ul li small {
		font-size: 15px;
	}

}

/* Smartphones - Portrait */

@media (max-width: 567px) {

	.default__btn {
		font-size: 16px;
		gap: 8px;
		padding: 14px 28px;
	}

	.container {
		max-width: auto;
	}

	.site__block_1 .block__alert {
		line-height: 1.5;
	}

	.site__block_1 .block__title {
		font-size: 32px;
	}

	.site__block_1 .block__title b {
		display: block;
	}

	.site__block_1 .block__subtitle {
		font-size: 16px;
	}

	.site__block_2 .block__text {
		padding: 0;
	}

	.site__block_2 .block__heading .heading__title {
		font-size: 16px;
	}

	.site__block_2 .block__heading .heading__description {
		font-size: 20px;
	}

	.site__block_2 .block__cta .cta__text {
		font-size: 16px;
	}

	.site__block_3 .block__title {
		font-size: 24px;
		padding: 0 15%;
	}

	.site__block_3 .block__countdown .countdown__counter ul li {
		font-size: 40px;
	}

	.site__block_3 .block__countdown .countdown__counter ul li span {
		height: 80px;
		width: 80px;
	}

	.site__block_3 .block__countdown .countdown__counter ul li small {
		font-size: 13px;
	}

}