* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
	list-style-type: none;
}
html, body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}
a {
	text-decoration: none;
	text-transform: none;
}
body { 
	background: url(./img/topo2026.jpg) top center no-repeat;
    background-size: 100%;
    padding-top: 40rem !important;
	background-repeat: no-repeat;
}
header {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wpcf7-form-control {
	background: #f1f1f1;
    border: 0;
    padding: 12px 15px;
	width: 100%;
}
.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.wpcf7-submit {
	padding: 16px 24px;
    text-align: center;
    background: #dd5313;
    width: 100%;
    border-radius: 8px;
    color: #fff;
}
footer {
	display: flex;
	position: relative;
	justify-content: center;
	z-index: 1;
}
footer > img {
	width: 100%;
	position: absolute;
}
footer > div > .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	z-index: 1;
}
footer > div > .container > div:last-child {
	color: #fff;
	padding-top: 20px;
}
footer > div > .container > .footer-container-content {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
footer > div > .container > .footer-container-content > div:first-child img {
	width: 350px;
	transition: 0.1s;
}
footer > div > .container > .footer-container-content > div:first-child:hover img {
	filter: brightness(0.9);
}
footer > div > .container > .footer-container-content > div:first-child {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
footer > div > .container > .footer-container-content > div:last-child {
	color: #e0dbf0;
	width: 60%;
}
footer > div > .container > .footer-container-content > div:last-child > button {
	color: #fff;
	font-weight: bold;
	transition: 0.1s;
	background: transparent;
	border: none;
}
footer > div > .container > .footer-container-content > div:last-child > button:hover {
	filter: brightness(0.9);
}
.home {
	margin-top: 25px;
	align-items: center;
}
.home > .container:first-child {
	background: #fff;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	z-index: 1;
	max-width: 960px;
}
.home > .container:first-child > p {
	margin-bottom: 5px;
}
.home > .container:first-child > p:first-child {
	color: #dd5313;
	font-size: 20px;
	padding-top: 20px;
}
.home > .container:first-child > p:nth-child(2) {
	color: #dd5313;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.home > .container:first-child > div {
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	margin: 20px 0 30px 0;
}
.home > .container:first-child > div > div {
	align-items: flex-start;
	justify-content: center;
	width: 40%;
}
.home .home-content-textos > p:first-child {
	color: #7c7c7c;
	font-weight: 800;
	font-size: 22px;
}
.home-content-form p {
	margin: 0;
}
.home .home-content-textos > p:nth-child(2) {
	color: #dd5313;
	font-weight: 700;
	font-size: 16px;
}
.home .home-content-textos > .home-pontos {
	color: #7c7c7c;
	font-size: 15px;
}
.home .home-content-textos > button {
	border: 2px solid #dd5313;
	color: #dd5313;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 10px;
	margin: 20px 0 30px 0;
	transition: 0.3s;
	background: #fff;
}
.home .home-content-textos > button:hover {
	background: #dd5313;
	color: #fff;
}
.home .home-content-textos > div:last-child > p:first-child {
	color: #dd5313;
	font-weight: 700;
}
.home .home-content-textos > div:last-child > p:last-child {
	color: #7c7c7c;
}
.home .home-content-form, .home .home-content-form > div, .home .home-content-form > div > form, .home .home-content-form > div > form > p, .home .home-content-form > div > form > p > span, .home .home-content-form > div > form > p > span > input {
	width: 100%;
}
.home .home-content-form > div {
	display: flex;
	position: relative;
}
.home .home-content-form > div .screen-reader-response {
	display: none;
}
.home .home-content-form > div > form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home .home-content-form > div > form > p > span > input {
	padding: 15px 0 15px 15px;
	border-radius: 10px;
	border: 2px solid #ebebeb;
	background: #ebebeb;
	color: #7c7c7c;
}
.home .home-content-form > div > form > p > span > input:focus {
	border: 2px solid;
}


.home .home-content-form > div > form > p:nth-child(10) input:hover {
	filter: brightness(0.9);
}
span.wpcf7-form-control-wrap.checkbox-729 > span {
	display: flex;
	justify-content: center;
}
span.wpcf7-form-control-wrap.checkbox-729 > span > span {
	display: flex;
	align-items: center;
	justify-content: center;
}
span.wpcf7-form-control-wrap.checkbox-729 > span > span > label {
	display: flex;
	gap: 20px;
	width: 92%;
	align-items: center;
	justify-content: center;
}

.home-content-form .wpcf7-spinner {
	display: none;
}

span.wpcf7-form-control-wrap.checkbox-729 > span > span > label {
	order: 2;
	font-size: 12px;
}
span.wpcf7-form-control-wrap.checkbox-729 input[type='checkbox'] {
	width: 25px;
	height: 25px;
	color: dodgerblue;
	vertical-align: middle;
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: 0;
	flex-grow: 0;
	border-radius: 50%;
	background-color: #ffffff;
	transition: background 300ms;
	cursor: pointer;
}
span.wpcf7-form-control-wrap.checkbox-729 input[type='checkbox']::before {
	content: '';
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	border: 1px solid;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 1px #ccd3d8;
}
span.wpcf7-form-control-wrap.checkbox-729 input[type='checkbox']:checked {
	background: #dd5313;
}

.wpcf7-not-valid-tip {
	color: #bea019;
	font-size:12px;
	font-size: 12px;
    padding: 10px;
    border: 1px #d8b723 solid;
    margin-top: 5px;
    border-radius: 10px;
	font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}

.home > .container:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 75px;
	z-index: 2;
}
.home > .container:last-child > p {
	color: #dd5313;
	font-weight: 900;
	font-size: 25px;
	text-align: center;
}
.home > .container:last-child > .home-redes-sociais {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.home > .container:last-child > .home-redes-sociais > a {
	display: flex;
	background: #dd5313 ;
	padding: 15px 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	transition: 0.3s;
	margin: 40px 0;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 200px;
}
.home > .container:last-child > .home-redes-sociais > a > img {
	color: #fff;
	height: 30px;
}
.home > .container:last-child > .home-redes-sociais > a:hover {
	filter: brightness(0.9);
}
.home > .container:last-child > p:last-child {
	color: #cccccc;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.home #slider-home {
	margin: 40px 0 50px 0;
}
.home #slider-home .item {
	height: 400px;
	width: 100%;
	max-width: 960px;
}
.home #slider-home .owl-item.active {
	display: flex;
	justify-content: center;
	align-items: center;
}
.home #slider-home .item img {
	height: 100%;
	object-fit: cover;
	background: #e5e6ea;
	border-radius: 10px;
}
.wpcf7-response-output {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dd5313;
	font-weight: bold;
	display: none !important;
}
button.owl-prev, button.owl-next {
	position: absolute;
	top: 45%;
	background: #fff200 !important;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.3s;
}
button.owl-prev {
	left: 11%;
}
button.owl-next {
	right: 11%;
}
button.owl-prev:hover, button.owl-next:hover {
	filter: brightness(0.9);
}
button.owl-prev span, button.owl-next span {
	font-size: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ff00ff;
	margin-top: -7px;
}
footer > img {
	margin-top: -1px;
}
.regulamento-content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}
.regulamento-content > div {
	display: flex;
	align-items: start;
	justify-content: start;
	flex-direction: column;
	background: #fff;
	z-index: 10;
	border-radius: 14px;
	overflow-y: auto;
	padding: 0 30px 40px 30px;
	max-width: 960px;
	position: relative;
}
#close-regulamento-2 {
	align-items: center;
	justify-content: flex-end;
	padding: 20px 40px;
	max-width: 960px;
}
.regulamento-content > div p {
	margin: 0;
}
.regulamento-content.active {
	display: flex;
	padding: 40px 20px;
}
html.active, body.active {
	overflow: hidden;
}
.overlay.activ {
	display: flex;
}
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.regulamento-content > div button {
	height: 25px;
	top: 20px;
	right: 20px;
	border: 0;
	background: none;
}



.home-content-form {
	position: relative;
}

.home-content-form .sucesso {
	position: absolute !important;
	left:0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.849);
	width:100%;
	height:100%;
	flex-direction: column;
	text-align: center;
	z-index: 999;
	box-shadow: 0 0 50px #00000025 !important;
	border-radius: 10px;
	padding: 20px;
}

.home-content-form .sucesso i {
	font-size: 60px;
    color: green;
    margin-bottom: 30px;
}

.home-content-form .sucesso h3 {
	font-size:23px;
	font-weight: bold;
}




@media (max-width: 992px) {
	footer > div > .container > .footer-container-content {
		flex-direction: column;
		gap: 30px;
   }
	footer > div > .container > .footer-container-content > div:last-child {
		order: 1;
		width: 100%;
   }
	footer > div > .container > .footer-container-content > div:first-child {
		order: 2;
		width: 100%;
		justify-content: center;
   }
	footer > div > .container > .footer-container-content > div:first-child img {
		width: 35vw;
   }
	footer > div > .container > div:last-child > p:first-child {
		width: 60%;
   }
	footer > #footer-main {
		padding: 20% 0 20px 0;
   }
	footer {
		height: 100%;
   }
	.home > .container:first-child, .home #slider-home .item, .regulamento-content > div, #close-regulamento-2 {
		max-width: 720px;
   }
	.home > .container:first-child > div {
		flex-direction: column;
		align-items: center;
		gap: 20px;
   }
	.home > .container:first-child > div > div {
		width: 70%;
   }
	header > .container > img {
		height: 500px;
		bottom: -230px;
   }
	.home {
		margin-top: 70px;
   }
}
@media (max-width: 768px) {
	footer > div > .container > div:last-child {
		flex-direction: column;
   }
	footer > div > .container > div:last-child > p:first-child {
		width: 100%;
   }
	footer > #footer-main {
		padding: 25% 0 20px 0;
   }
	header > img:nth-child(2) {
		height: 200px;
		top: 140px;
   }
	.home > .container:first-child, .home #slider-home .item, .regulamento-content > div, #close-regulamento-2 {
		max-width: 540px;
   }
	.home > .container:last-child > .home-redes-sociais {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
   }
	.home > .container:last-child > .home-redes-sociais > a {
		margin: 0;
   }
	button.owl-prev {
		left: -4.5%;
   }
	button.owl-next {
		right: -4.5%;
   }
	.regulamento-content > div.active {
		padding: 20px 20px;
   }
	.regulamento-content > div p {
		font-size: 12px;
   }

   .home-content-form .sucesso {
	justify-content: flex-end;
	padding-bottom: 50px;
   }
}
@media (max-width: 576px) {
	header {
		height: 450px;
   }
	header > .container > img {
		height: 250px;
		bottom: 8%;
   }
   body { 
	padding-top: 20rem!important;
   }
	.home {
		margin-top: -125px;
   }
	.home > .container:first-child > div > div {
		width: 90%;
   }
	header > img:nth-child(2) {
		height: 150px;
		top: 30px;
   }
}
