@charset "UTF-8";

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {box-sizing: border-box; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }
* {box-sizing: border-box;}
html {
	scroll-behavior: smooth;
}

/* General */
body {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color: #333;
	line-height: 150%;
}
strong {
	font-weight: 700;
}
img {
	display: block;
	max-width: 100%;
}

/* Login */
.hero {
	padding: 30px 0 60px 0;
	background: url('../img/bg.jpg')no-repeat center/cover;
}
.hero a img {
	height: 60px;
}
.hero a {
	margin-bottom: 30px;
}
.hero h2 {
	margin-bottom: 10px;
	font-size: 18px;
}
.hero h2 strong {
	display: block;
	font-size: 21px;
	color: #121036;
}
.hero h2 + p {
	font-size: 16px;
	margin-bottom: 20px;
}
.hero ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hero li {
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.hero li:before {
	margin-top: 5px;
	content: '';
	flex: 0 0 25px;
	display: block;
	width: 12px;
	height: 15px;
	background: url('../img/marker.png')no-repeat left center/12px;
}
.hero .order-lg-1 {
	display: none;
}
.login {
	margin-top: -30px;
}
.login-box {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0px 20px 70px -15px rgba(0, 0, 0, 0.2);
}
.login-box h2 {
	color: #121036;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
.login-box input {
	border: 1px solid #121036;
	border-radius: 16px;
	color: #121036;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}
.login-box + p {
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
}
.login-box + p a{
	color: #333;
}
.sponsor {
	padding: 30px 0;
	text-align: center;
}
.sponsor h2 {
	font-weight: bold;
	color: #121036;
	font-size: 18px;
	margin-bottom: 20px;
}
.sponsor-logos {
	display: flex;
	justify-content: center;
}
.sponsor-logo {
	padding: 20px;
	border-radius: 20px;
	box-shadow: 4px 10px 40px -10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
	.hero {
		padding: 60px 0 200px 0;
	}
	.hero a {
		margin-bottom: 50px;
	}
	.hero a img {
		height: auto;
	}
	.hero h2 {
		font-size: 28px;
		line-height: 150%;
	}
	.hero h2 strong {
		font-size: 36px;
	}
	.hero li {
		font-size: 16px;
	}
	.hero .order-lg-1 {
		display: block;
		position: relative;
	}
	.hero .order-lg-1:after {
		content: '';
		width: 691px;
		height: 826px;
		display: block;
		position: absolute;
		bottom: -300px;
		left: 100px;
		background: url('../img/element.png')no-repeat center;
	}
	.hero .order-lg-1 img {
		position: relative;
		z-index: 10;
	}
	.login {
		margin-top: -140px;
	}
	.login-box {
		padding: 40px 50px;
	}
	.login-form {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
	.login-form > * {
		flex: 1;
	}
	.login-form input[type="submit"] {
		padding: 15px 0;
	}
	.login-box .form-group {
		margin-bottom: 0;
	}
	.login-box + p {
		margin-top: 20px;
	}
	.sponsor {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sponsor h2 {
		font-size: 28px;
	}
}

/* Inner */
.header {
	padding: 30px 0;
	background: #121036;
	text-align: center;
}
.header img {
	display: inline-block;
	height: 60px;
	margin-bottom: 10px;
}
.header li {
	margin-bottom: 5px;
}
.header li:last-child {
	margin-bottom: 0;
}
.header a {
	color: #fff;
	text-decoration: none;
}
.floorplans, .forms-inner {
	padding: 30px 0;
	background: url('../img/bg.jpg')no-repeat center/cover;
}
.floorplans-box {
	padding: 30px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
}
.floorplans-box h2 {
	font-weight: bold;
	text-align: center;
	color: #121036;
	font-size: 28px;
}
.floorplans-box img {
	margin: 15px 0;
}
.forms {
	padding: 30px 0;
}
.forms h2, .forms-inner h2, .forms-send h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #121036;
	margin-bottom: 10px;
	line-height: 1.3;
}
.forms h2 + p, .forms-inner h2 + p, .forms-send h2 + p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	max-width: 770px;
	margin: 0 auto 30px auto;
}
.forms .row:first-child {
	margin-bottom: 30px;
}
.forms .col-lg-4 {
	display: none;
}
.data-tab-content {
	display: none;
}
.data-tab-content ul {
	list-style: disc;
	margin-left: 15px;
}
.data-tab h3 {
	font-size: 21px;
	font-weight: 500;
	color: #121036;
	position: relative;
	padding: 20px;
	box-shadow: 0px 2px 45px -15px rgba(2, 62, 132, 0.15);
	margin-bottom: 20px;
}
.data-tab h3:after {
	content: '+';
	font-size: 20px;
	color: #121036;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}
.data-tab h3.active:after {
	content: '-';
}
.data-tab-content {
	padding: 0 20px 20px 20px;
	text-align: left;
}
.data-tab h3 {
	text-align: left;
}
.data-tab-content p {
	margin-bottom: 20px;
	text-align: left;
}
.data-tab-content p strong {
	color: #121036;
}
.data-tab-content p a {
	text-decoration: none;
}
.disclaimer {
	margin-top: 30px;
	font-size: 15px;
}
.button-download, .button-upload {
	position: relative;
	border: 1px solid #121036;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 15px;
	color: #121036;
	text-decoration: none;
	padding-left: 70px;
	background-color: #fff;
}
.button-download + a {
	margin-top: 20px;
}
.button-download:before, .button-upload:before {
	content: '';
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #121036;
	border-radius: 12px 0 0 12px;
}
.button-download:before {
	background-image: url('../img/icon-download.png');
	background-repeat: no-repeat;
	background-position: center;
}
.button-upload:before {
	background-image: url('../img/icon-upload.png');
	background-repeat: no-repeat;
	background-position: center;
}
.manual-box {
	background: #121036;
	padding: 30px 20px;
	color: #fff;
	border-radius: 15px;
	text-align: center;
}
.manual-box h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.manual-box p {
	max-width: 767px;
	margin: 0 auto;
}

.fornecedores-box {
	background: #efefef;
	padding: 30px 20px;
	color: #121036;
	border-radius: 15px;
	text-align: center;
}
.fornecedores-box h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.fornecedores-box p {
	max-width: 767px;
	margin: 0 auto;
}
.button.button-download-white {
	margin-top: 20px;
	color: #121036!important;
	background: #fff url('../img/icon-download-2.png')no-repeat 15px center;
	padding-left: 60px;
}
.fornecedores-box {
	margin-top: 30px;
}
.fornecedores-box .button {
	margin-top: 20px;
}
.button.button-download-white:hover {
	background: #efefef url('../img/icon-download-2.png')no-repeat 15px center!important;
}
.forms-inner-list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.forms-inner-box {
	text-align: center;
	border-top: 10px solid #121036;
	border-radius: 15px;
	background: #fff;
	padding: 20px;
}
.forms-inner-box p {
	color: #121036;
	font-size: 18px;
	margin-bottom: 15px;
}
.forms-inner-box a {
	font-size: 14px;
	color: #121036;
	text-decoration: none;
	padding-left: 30px;
	background: url('../img/icon-download-2.png')no-repeat left center/20px;
}
p.disclaimer-inner {
	font-size: 14px!important;
}
.forms-send .d-flex {
	margin-bottom: 40px;
}
.forms-list {
	margin: 20px auto;
/*    max-width: 630px;*/
}
.forms-send-box {
	margin-bottom: 30px;
}
.forms-list .acf-field-message .acf-label {
	display: none!important;
}
.forms-list .acf-field-message .acf-input p + p {
	margin-top: 20px;
}
@media (min-width: 992px) {
	.header {
		padding: 60px 0;
	}
	.header img {
		height: auto;
		margin-bottom: 30px;
	}
	.header ul {
		display: flex;
		gap: 30px;
		justify-content: center;
	}
	.header a {
		font-size: 18px;
	}
	.floorplans-box {
		padding: 50px;
	}
	.forms {
		padding: 60px 0;
		background: url('../img/tires.png')no-repeat top center;
	}
	.forms .row:first-child {
		margin-bottom: 40px;
	}
	.forms .col-lg-4, .data-tab-content {
		display: block;
	}
	.data-tab {
		display: none;
	}
	.data-tab h3 {
		border-radius: none;
		box-shadow: none;
		margin-bottom: 0;
	}
	.data-tab h3:after {
		display: none;
	}
	div[data-tab-id="1"] {
		display: block;
	}
	.forms nav {
		background: #fff;
		border-radius: 30px;
		box-shadow: 0px 2px 45px -15px rgba(2, 62, 132, 0.15);
	}
	.forms nav a {
		font-size: 18px;
		color: #121036;
		padding: 25px 30px;
		text-decoration: none;
		display: block;
		border-radius: 30px;
		cursor: pointer;
	}
	.forms nav a.active {
		background: #121036;
		color: #fff;
	}
	.button-download + a {
		margin-top: 0;
		margin-left: 20px;
	}
	.button-download, .button-upload {
		margin-top: 20px;
	}
	.forms .row:last-child {
		text-align: center;
		margin-top: 30px;
	}
	.manual-box h2, .fornecedores-box h2 {
		font-size: 28px;
	}
	.floorplans, .forms-inner {
		padding: 40px 0;
	}
	.forms-inner {
		padding-bottom: 320px;
	}
	.forms-send-box {
		margin-top: -300px;
		padding: 60px;
		background: #fff;
		border-radius: 30px;
		box-shadow: 0px 20px 70px -15px rgba(0, 0, 0, 0.2);;
	}
	.forms-send-box {
		margin-bottom: 60px;
	}
}

/* Shared */
.form-group {
	margin-bottom: 20px;
}
.button {
	display: inline-block;
	background: #121036;
	color: #fff!important;
	font-size: 14px;
	border: 0;
	cursor: pointer;
	font-family: 'Poppins', Arial, sans-serif;
}
.button:hover {
	background: #03499B;
}
.button:not(input), .acf-button {
	padding: 15px 30px;
	border-radius: 15px;
	text-decoration: none;
}
.hide-if-value .button {
	padding: 5px 20px;
}
.acf-form-submit {
	display: flex;
	justify-content: center;
}
/* Header */

/* Footer */
.footer {
	padding: 30px 0;
	background: #121036;
}
.footer p, .footer a, .footer address {
	color: #fff;
	font-size: 16px;
	font-style: normal;
}
.footer p:last-child, .footer address {
	margin-bottom: 20px;
}
.footer a {
	text-decoration: none;
	display: block;
}
.footer .phone {
	text-align: left;
	background: url('../img/phone.svg')no-repeat left center;
	padding-left: 40px;
	margin-bottom: 10px;
}
.footer .mail {
	text-align: left;
	background: url('../img/email.svg')no-repeat left center;
	padding-left: 40px;
}
@media (min-width: 992px) {
	.footer {
		padding: 60px 0;
		overflow: hidden;
	}
	.footer .container {
		position: relative;
	}
	.footer .container:before {
		display: block;
		content: '';
		width: 233px;
		height: 233px;
		background: url('../img/element-footer.png')no-repeat center;
		left: -130px;
		top: -40px;
		position: absolute;
	}
	.footer .phone {
		text-align: right;
		background: url('../img/phone.svg')no-repeat right center;
		padding-right: 40px;
	}
	.footer .mail {
		text-align: right;
		background: url('../img/email.svg')no-repeat right center;
		padding-right: 40px;
	}
}

.hide-if-value p {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.acf-fields>.acf-field {
	padding: 30px 0!important;
}
.acf-field .acf-label {
	margin-bottom: 0!important;
}
.show-if-value .acf-actions.-hover {
	display: none!important;
}
#message {
	background: #beffc1;
	padding: 15px;
	border: 1px solid #a3efa7;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
}

div[data-name^="boleto_"] .acf-file-uploader p, div[data-name^="boleto_"] .hide-if-value label {
	display: none;
}
.acf-input p strong {
	font-size: 24px;
}
.file-info p strong {
	font-size: 12px;
}
div[data-name^="boleto_"] .hide-if-value:after {
	content: 'Nenhum arquivo disponível. Você receberá seu boleto por e-mail e poderá consultá-lo neste campo, assim que disponível.';
	font-size: 10px;
}

div[data-name^="boleto_"] .acf-file-uploader .show-if-value p {
	display: block!important;
}
.disabled {
	pointer-events:none;
	color:#AAA;
	background:#F5F5F5;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.form-currency-format {
	background: #f5f5f5;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 1px 10px;
	font-size: 14px;
	color:#AAA;
	pointer-events:none;
}

.forms-boletos .acf-form-submit {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
