/* =============== ESTRUTURA GERAL =============== */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
}

html {
	background: #fff;
	scroll-behavior: smooth;
}

p {
	line-height: 180%;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #263c6a;
}

* ::placeholder {
	transition: all 0.5s ease;
}

.g-recaptcha {
	margin: 10px 0;
	display: block;
	/* width: 40%; */
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.col-centered {
	display: block;
	margin: 0 auto;
}

.col {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

.col-full {
	width: 100%;
	padding: 0;
}

@media (max-width: 1200px) {
	.col-md-1 {
		width: 6.86666666667%;
	}

	.col-md-2 {
		width: 15.3333333333%;
	}

	.col-md-3 {
		width: 23.8%;
	}

	.col-md-4 {
		width: 32.2666666667%;
	}

	.col-md-5 {
		width: 40.7333333333%;
	}

	.col-md-6 {
		width: 49.2%;
	}

	.col-md-7 {
		width: 57.6666666667%;
	}

	.col-md-8 {
		width: 66.1333333333%;
	}

	.col-md-9 {
		width: 74.6%;
	}

	.col-md-10 {
		width: 83.0666666667%;
	}

	.col-md-11 {
		width: 91.5333333333%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-full {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.col-sm-1 {
		width: 6.86666666667%;
	}

	.col-sm-2 {
		width: 15.3333333333%;
	}

	.col-sm-3 {
		width: 23.8%;
	}

	.col-sm-4 {
		width: 32.2666666667%;
	}

	.col-sm-5 {
		width: 40.7333333333%;
	}

	.col-sm-6 {
		width: 49.2%;
	}

	.col-sm-7 {
		width: 57.6666666667%;
	}

	.col-sm-8 {
		width: 66.1333333333%;
	}

	.col-sm-9 {
		width: 74.6%;
	}

	.col-sm-10 {
		width: 83.0666666667%;
	}

	.col-sm-11 {
		width: 91.5333333333%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-full {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 480px) {
	.col-xsm-1 {
		width: 6.86666666667%;
	}

	.col-xsm-2 {
		width: 15.3333333333%;
	}

	.col-xsm-3 {
		width: 23.8%;
	}

	.col-xsm-4 {
		width: 32.2666666667%;
	}

	.col-xsm-5 {
		width: 40.7333333333%;
	}

	.col-xsm-6 {
		width: 49.2%;
	}

	.col-xsm-7 {
		width: 57.6666666667%;
	}

	.col-xsm-8 {
		width: 66.1333333333%;
	}

	.col-xsm-9 {
		width: 74.6%;
	}

	.col-xsm-10 {
		width: 83.0666666667%;
	}

	.col-xsm-11 {
		width: 91.5333333333%;
	}

	.col-xsm-12 {
		width: 100%;
	}

	.col-xsm-full {
		width: 100%;
		padding: 0;
	}
}

.center {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	display: block;
	position: relative;
}

.center-menor {
	width: 95%;
	max-width: 1120px;
	min-width: 280px;
	margin: 0 auto;
	height: auto;
	display: block;
	position: relative;
}

.texto-centralizado {
	text-align: center;
}

.texto-justificado {
	text-align: justify;
}

.texto-direita {
	text-align: right;
}

.texto-esquerda {
	text-align: left;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-v-center {
	display: flex;
	justify-content: center;
}

.flex-h-center {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-column {
	flex-direction: column;
}

/* =============== FLOAT =============== */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.height-100 {
	height: 100%;
}

/* =============== PADDING =============== */

/*padding top*/

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

/* especiais */
.pt-37p {
	padding-top: 37%;
}

.pl-45 {
	padding-left: 45px;
}

.displayBlockMobile {
	display: none;
}

.none {
	display: none !important;
}

.displayNoneMobile {
	display: block;
}

@media(max-width: 1000px) {
	.py-zero {
		padding: 0;
	}

	.colu-dois {
		margin-top: 40px;
	}

	.apresentacao .colu-dois h2 {
		margin-left: 35px;
	}

	.apresentacao .colu-dois h3 {
		margin-left: 35px;
	}

	.pt-57p {
		padding-top: 57%;
	}

	.displayBlockMobile {
		display: block;
	}

	.displayNoneMobile {
		display: none;
	}
}

/*padding bottom*/

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

/*margin top*/

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

/*margin bottom*/

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mla {
	margin-left: auto;
}

.mra {
	margin-right: auto;
}

@media (max-width: 768px) {


	.center {
		width: 92%;
	}

	/* =============== PADDING =============== */
	/*padding top*/
	.ptm-10 {
		padding-top: 10px !important;
	}

	.ptm-20 {
		padding-top: 20px !important;
	}

	.ptm-30 {
		padding-top: 30px !important;
	}

	.ptm-40 {
		padding-top: 40px !important;
	}

	.ptm-50 {
		padding-top: 50px !important;
	}

	.ptm-60 {
		padding-top: 60px !important;
	}

	.ptm-70 {
		padding-top: 70px !important;
	}

	.ptm-80 {
		padding-top: 80px !important;
	}

	.ptm-90 {
		padding-top: 90px !important;
	}

	.ptm-100 {
		padding-top: 100px !important;
	}

	/*padding bottom*/
	.pbm-0 {
		padding-bottom: 0px !important;
	}

	.pbm-10 {
		padding-bottom: 10px !important;
	}

	.pbm-20 {
		padding-bottom: 20px !important;
	}

	.pbm-30 {
		padding-bottom: 30px !important;
	}

	.pbm-40 {
		padding-bottom: 40px !important;
	}

	.pbm-50 {
		padding-bottom: 50px !important;
	}

	.pbm-60 {
		padding-bottom: 60px !important;
	}

	.pbm-70 {
		padding-bottom: 70px !important;
	}

	.pbm-80 {
		padding-bottom: 80px !important;
	}

	.pbm-90 {
		padding-bottom: 90px !important;
	}

	.pbm-100 {
		padding-bottom: 100px !important;
	}

	/*margin top*/
	.mtm-10 {
		margin-top: 10px !important;
	}

	.mtm-20 {
		margin-top: 20px !important;
	}

	.mtm-30 {
		margin-top: 30px !important;
	}

	.mtm-40 {
		margin-top: 40px !important;
	}

	.mtm-50 {
		margin-top: 50px !important;
	}

	.mtm-60 {
		margin-top: 60px !important;
	}

	.mtm-70 {
		margin-top: 70px !important;
	}

	.mtm-80 {
		margin-top: 80px !important;
	}

	.mtm-90 {
		margin-top: 90px !important;
	}

	.mtm-100 {
		margin-top: 100px !important;
	}

	/*margin bottom*/
	.mbm-10 {
		margin-bottom: 10px !important;
	}

	.mbm-20 {
		margin-bottom: 20px !important;
	}

	.mbm-30 {
		margin-bottom: 30px !important;
	}

	.mbm-40 {
		margin-bottom: 40px !important;
	}

	.mbm-50 {
		margin-bottom: 50px !important;
	}

	.mbm-60 {
		margin-bottom: 60px !important;
	}

	.mbm-70 {
		margin-bottom: 70px !important;
	}

	.mbm-80 {
		margin-bottom: 80px !important;
	}

	.mbm-90 {
		margin-bottom: 90px !important;
	}

	.mbm-100 {
		margin-bottom: 100px !important;
	}
}



/* personalização swall */
.swal2-icon.swal2-success.swal2-icon-show {
	overflow: hidden;
}

.swal2-title,
.swal2-html-container,
.swal2-confirm.swal2-styled {
	font-family: 'Poppins', sans-serif;
}

/* =============== POPUP INICIO =============== */

.popup {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.popup_content {
	position: relative;
	margin: auto;
	padding: 0;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	max-width: 650px;
	width: fit-content;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.popup_imagem_full {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	top: -35px;
}

.popup_imagem_full img {
	max-width: 100%;
	max-height: 100%;
	padding: 7px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}

.popup_youtube_full {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	top: -35px;
}

.popup_youtube_full iframe {
	width: 560px;
	height: 315px;
	padding: 7px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}

.popup_youtube_full .legenda {
	bottom: -35px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 40%);
	text-align: center;
}

.popup .legenda {
	display: flex;
	justify-content: center;
}

.popup .legenda span {
	background: #000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 17px;
	margin-top: 5px;
}

.close {
	color: #000;
	float: right;
	font-size: 35px;
	z-index: 999;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.7;
	position: relative;
	right: -14px;
	top: -16px;
	background: #fff;
	height: 38px;
	width: 38px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px #c1c1c1;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background: #ddd;
}

@media (max-width: 768px) {
	.popup_content {
		max-width: 98%;
	}
}

@media (max-width: 700px) {
	.close {
		right: -2px;
	}
}

/* =============== POPUP FIM =============== */