@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://static.buzzlead.com.br/font-awesome/font-awesome.min.css");
body {
	margin: 0;
	padding: 0;
}

.temporary-background-blue {
	background-color: #349eff;
}

.temporary-background-white {
	background-color: #ffffff;
}

.temporary-background-gray {
	background-color: #eeeeee;
}

.content {
	padding-top: 5%;
}

/* description */
.description-content .description {
	margin: 0 !important;
}

#description {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	align-items: center;
	padding-bottom: 2%;
	padding-top: 2%;
}

#description #buzzlead-root {
	margin: unset !important;
}

#description #buzzlead-form {
	margin: unset !important;
}

.description-content {
	padding: 10px;
	font-family: Inter;
	max-width: 450px;
	/* margin-bottom: 20px; */
}

.description-content .title {
	/* font-family: Inter; */
	font-size: 2.25rem;
	font-weight: 800;
	color: #349eff;
	line-height: 1.2em;
	text-transform: uppercase;
	/* padding-bottom: 1rem; */
}

.description-content .description {
	font-family: Open sans, sans-serif;
	color: rgb(0, 0, 0);
	font-size: 1rem;
	line-height: 1.5rem;
}

/* table rewards */

.table-description {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	min-height: 80px;
}

.content-reward-img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 75px;
	height: 60px;
}

#reward-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.reward,
#reward,
.reward-box,
#reward-box {
	padding: 10px;
	align-items: center;
	display: flex;
	border-radius: 15px;
	border: 1px solid #c6c6c6;
	padding: 10px;
	margin-bottom: 10px;
	flex: 1 1 45%;
}

.reward,
#reward {
	flex: 0 0 70%;
	margin-right: 1%;
}

.reward-box,
#reward-box {
	flex: 0 0 29%;
	justify-content: center;
	text-align: center;
}

@media (max-width: 768px) {
	.table-description {
		flex-direction: column;
	}
	.reward,
	.reward-box {
		flex: 1 1 100%;
		margin-right: 0;
	}

	#reward,
	#reward-box {
		flex: 1 1 100%;
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.reward,
	.reward-box {
		min-height: 60px;
		padding: 10px 5px;
	}

	#reward,
	#reward-box {
		min-height: 60px;
		padding: 10px 5px;
	}
}

.content-reward-img {
	margin-right: 10px;
	display: flex;
}

#reward-img {
	width: 75px;
	max-height: 60px;
	margin-right: 0px;
}

/* Regulamento */

#rules {
	padding-top: 2%;
}

#rules-policy {
	font-family: Inter;
	font-size: 1rem;
	color: rgb(255, 255, 255);
}

#title-rules {
	text-align: center;
	margin-top: 3%;
	font-family: Inter;
	font-size: 2rem;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 2.421rem;
}

#rules-container {
	display: flex;
	width: 100%;
	justify-content: center;
}

#rules-responsive {
	display: inline-flex;
	margin-bottom: 5%;
	margin-top: 2%;
	gap: 3em;
	font-family: Inter;
	flex-direction: row;
	align-items: stretch;
}

/* .events-rules {
    max-width: 660px !important;
} */

#rules-responsive .card {
	max-width: 220px;
	min-height: 216.44px;
	padding: 20px;
	text-align: center;
	background-color: white;
	border-radius: 20px;
	box-sizing: border-box;
}

.card .card-img {
	margin: 0px 0px 15px;
}

.card .card-title {
	font-family: Inter;
	font-size: 1.2rem;
	font-weight: 800;
	color: #349eff;
	line-height: 1.2em;
	text-transform: uppercase;
	/* padding-bottom: 1rem; */
}

.card .card-description {
	font-family: Open Sans, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	color: #000000;
	line-height: 1rem;
}

@media only screen and (max-width: 520px) {
	#regulamento {
		padding: 0px !important;
		padding-top: 25px !important;
	}
	#rules-responsive .card {
		margin: 10px;
	}
	#rules-responsive {
		width: 100% !important;
		display: inline-block !important;
	}
	#rules-responsive .card {
		max-width: none;
		/* width: 100% !important; */
		display: inline-block !important;
		margin-bottom: 40px !important;
	}
}

/* footer description */

#description-footer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 100px;
	align-items: center;
	padding: 50px 0px;
}

#description-footer .footer-img {
	max-width: 332px;
	min-width: 200px;
	flex: 1;
	display: flex;
	justify-content: center;
	/* padding: 50px 50px; */
}

#description-footer .footer-content {
	padding: 10px;
	max-width: 370px;
	flex: 1;
	justify-content: center;
	min-width: 300px;
}

#description-footer .footer-content .title {
	font-family: Inter;
	font-size: 1.5rem;
	font-weight: 800;
	color: #349eff;
	line-height: 1.813rem;
	text-transform: uppercase;
}

#description-footer .footer-content .description {
	font-family: Inter;
	color: rgb(0, 0, 0);
	font-size: 1rem;
	line-height: 1.063rem;
	margin-top: 10px;
}

@import url("https://app.buzzlead.com.br/dist/remark/assets/fonts/font-awesome/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
	font-family: Inter;
}

#header #logo {
	text-align: center;
	height: 90px;
	line-height: 80px;
}

#header #logo img {
	margin-top: 25px;
	max-height: 60px;
}

#header #advancedSettings {
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #eee;
}

#bodyModal {
	padding-bottom: 0px;
}

#panelTab {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#textareaCode {
	width: 100%;
	min-height: 120px;
}

#section .container {
	margin: 0 !important;
	width: 100% !important;
	padding-bottom: 40px;
	min-height: 450px;
}

#footer .container {
	margin: 0 !important;
	/* width: 100% !important; */
}

#descricao {
	width: 100%;
	padding: 40px;
	padding-bottom: 0px;
}

#tableRewards {
	width: 100%;
	/* padding: 40px; */
	padding-top: 0px;
	min-height: 350px;
}

#widget {
	width: 100%;
	padding: 40px 0;
}

#regulamento {
	padding: 25px;
}

@media only screen and (max-width: 520px) {
	.responsive-buzz {
		width: 100% !important;
		display: inline-block !important;
	}
	.responsive-buzz div {
		width: 100% !important;
		display: inline-block !important;
		margin-bottom: 40px !important;
	}
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2rem 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

dl {
	margin: 0 0 2rem 0;
}

dl dt {
	display: block;
	font-weight: 600;
	margin: 0 0 1rem 0;
}

dl dd {
	margin-left: 2rem;
}

blockquote {
	margin: 0 0 2rem 0;
	padding: 0.5rem 0 0.5rem 2rem;
}

/* Input Groups
   ========================================================================== */

.input-group-addon .icon-color-preview {
	background-color: #fff;
	border: 1px solid #eee;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0;
	vertical-align: middle;
}

.color-picker .input-group-addon {
	cursor: pointer;
}

#header,
#section,
#footer {
	position: relative;
}

#color-header,
#color-footer {
	max-width: 250px;
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 20px;
}

#background {
	z-index: 3;
	left: 20px;
	max-width: 500px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#color-background {
	max-width: 250px;
}

.image-active {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% 0;
}

@media only screen and (max-width: 600px) {
	#descricao {
		width: 100%;
	}
	#tableRewards {
		width: 100%;
	}
	#widget {
		width: 100%;
		padding: 0px 5px;
	}
}

#footer-copy .footer {
	/* margin-top: 5px; */
	padding: 15px;
	display: flex;
	flex-direction: column;
	min-height: 30px;
	align-items: center;
	justify-content: center;
}

#footer-copy p {
	margin-bottom: 5px !important;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1rem;
}

#footer-copy .copy a {
	text-decoration: none;
}

#footer-copy p .copy {
	font-weight: 400;
}

#footer-copy p .copy strong {
	font-weight: 700;
}

.icon-footer i {
	box-sizing: border-box;
	line-height: 1.42857143;
}

#footer-copy .baseboard {
	display: flex;
}
