:root {
	--primary-color: #582f23;
	--secondary-color: #29252d;
	--tertiary-color: #b9997d;
	--quaternary-color: #e9a97a;
	--text-primary: #3c3440;
	--text-secondary: #29252d;
}
.navbar,
footer,
.contato_flutuante {
	display: none;
}
section {
	padding: 50px 0px;
}
body {
	overflow-x: hidden;
	background-color: #f1ece0;
}
#wrapper {
	overflow-x: hidden;
}
body.page-epic-e1000-gx-avantto-obrigado {
	background-color: var(--tertiary-color);
}
a {
	text-decoration: none !important;
}
#header {
	min-height: 150px;
	position: absolute;
	background: linear-gradient(
		180deg,
		#e9a97a 0%,
		rgba(233, 169, 122, 0) 100%
	);
	width: 100%;
	z-index: 1;
}
#header .header-content {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
/* #header .header-content h3 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: var(--primary-color);
} */
/* #header .header-content p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  margin: 15px 0px;
  color: #fff;
  font-weight: lighter;
} */
#epic_banner {
	height: 100svh;
	background-image: url("https://stage.avantto.com.br/wp-content/themes/avantto/assets/images/airplanes/banner-img-epic-e1000-gx.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-blend-mode: multiply;
	background-color: rgba(88, 47, 35, 0.5);
}
#epic_banner .epic-banner {
	position: absolute;
	bottom: 0;
	padding: 25px;
	max-width: 100%;
	background: linear-gradient(
		180deg,
		rgba(60, 52, 64, 0) 71.5%,
		#29252d 98.5%
	);
}
#epic_banner .banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
#epic_banner .banner-content span {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	letter-spacing: 3.36px;
	text-transform: uppercase;
	color: #f1ece0;
	font-weight: lighter;
}
#epic_banner .banner-content h2 {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 0;
	color: #f1ece0;
}
#epic_banner .banner-content p {
	margin: 10px;
}
@media (max-width: 767px) {
	#epic_banner .banner-content p {
		margin: 0;
	}
}
#epic_banner .banner-content .subtitle {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	color: #f1ece0;
	letter-spacing: 3.36px;
	margin-top: 0;
	margin-bottom: 100px;
	font-weight: lighter;
}
#epic_banner .banner-content .banner-description {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 25px;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
#epic_banner .banner-content span a {
	display: flex;
	min-height: 80px;
	min-width: 326px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	background-color: var(--quaternary-color);
	color: var(--text-primary);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}
#epic_banner .banner-content span a:hover {
	color: var(--secondary-color);
	background-color: var(--tertiary-color);
}
#epic_share {
	display: flex;
	background-color: var(--secondary-color);
	color: #f1ece0;
}
#epic_share .epic-share {
	text-align: center;
	width: 30%;
	padding: 20px 0;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#epic_share .epic-share {
		width: 100%;
	}
}
#epic_share .epic-share .subtitle {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}
#epic_share .epic-share-infos .share-carousel {
	display: flex;
	flex-direction: row;
	padding: 20px 0;
}
@media (max-width: 767px) {
	#epic_share .epic-share-infos .share-carousel {
		flex-direction: column;
	}
}
#epic_share .epic-share-infos .share-carousel .epic-share-conteudo {
	text-align: center;
}
#epic_share
	.epic-share-infos
	.share-carousel
	.epic-share-conteudo
	.epic-share-logo {
	padding-bottom: 30px;
}
#epic_share
	.epic-share-infos
	.share-carousel
	.epic-share-conteudo
	.epic-share-titulo {
	padding-bottom: 30px;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	font-weight: lighter;
	max-height: 70px;
}
@media only screen and (min-width:768px) and (max-width:990px) {
	#epic_share
		.epic-share-infos
		.share-carousel
		.epic-share-conteudo
		.epic-share-titulo {
		max-height: 120px;
	}
}
#epic_share
	.epic-share-infos
	.share-carousel
	.epic-share-conteudo
	.epic-share-quota {
	padding-bottom: 30px;
	width: 100%;
}
#epic_share #epic_share_carousel_mobile {
	display: none;
}
@media (max-width: 767px) {
	#epic_share #epic_share_carousel_mobile {
		display: block;
	}
	#epic_share #epic_share_carousel_mobile .owl-dots {
		padding: 40px 0 50px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	#epic_share #epic_share_carousel_mobile .owl-dots .owl-dot {
		background-color: #4F556A;
		color: unset;
		padding: unset;		
		width: 0.6rem;
        height: 10px;
        border-radius: 20px;
	}
	#epic_share #epic_share_carousel_mobile .owl-dots .owl-dot.active {
		background-color: var(--tertiary-color);
	}
	#epic_share #epic_share_carousel_mobile .epic-share-conteudo {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	#epic_share #epic_share_carousel_mobile .epic-share-logo {
		width: unset;
		margin: 0 auto;
	}
	#epic_share #epic_share_carousel_mobile .epic-share-titulo {
		text-align: center;
		font-size: 14px;
		font-family: Poppins, sans-serif;
		font-weight: lighter;
		min-height: 90px;
	}
	#epic_share #epic_share_carousel_desktop {
		display: none;
	}
}
#epic_sobre .epic-sobre {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
@media (max-width: 767px) {
	#epic_sobre .epic-sobre {
		flex-direction: column;
		padding: 0;
	}
}
#epic_sobre .epic-sobre .epic-sobre-conteudo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 20px 0 20px;
}
@media (max-width: 767px) {
	#epic_sobre .epic-sobre .epic-sobre-conteudo {
		padding: unset;
	}
}
#epic_sobre .epic-sobre .epic-sobre-conteudo h3 {
	color: var(--secondary-color);
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo .epic-sobre-logo {
	position: absolute;
	top: -100px;
	z-index: 1;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo .epic-sobre-cta {
	color: var(--tertiary-color);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 50px;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo .epic-sobre-subtitulo {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo p {
	color: var(--text-primary);
	font-size: 14px;
	font-family: Poppins, sans-serif;
	width: 50%;
}
@media (max-width: 767px) {
	#epic_sobre .epic-sobre .epic-sobre-conteudo p {
		width: 100%;
	}
}
#epic_sobre .epic-sobre .epic-sobre-conteudo span a {
	display: flex;
	min-height: 80px;
	min-width: 326px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	background-color: var(--secondary-color);
	color: var(--quaternary-color);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}
#epic_sobre .epic-sobre .epic-sobre-conteudo span a:hover {
	background-color: var(--text-primary);
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	position: relative;
	bottom: -100px;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: var(--tertiary-color);
	min-width: 240px;
	min-height: 300px;
	justify-content: space-between;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-icon {
	color: var(--text-secondary);
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-text {
	color: var(--text-secondary);
	font-family: Poppins, sans-serif;
}
#epic_sobre .epic-sobre .epic-sobre-itens-desktop .item .item-text .item-title {
	font-weight: bold;
	margin: 20px 0 0 0;
	font-size: 18px;
}
#epic_sobre
	.epic-sobre
	.epic-sobre-itens-desktop
	.item
	.item-text
	.item-description {
	margin: 0;
	font-size: 14px;
}
#epic_sobre .epic-sobre .epic-sobre-itens-mobile {
	display: flex;
	margin-top: 30px;
	position: relative;
	bottom: -100px;
}
@media screen and (max-width: 767px) {
	#epic_sobre .epic-sobre .epic-sobre-itens-mobile .owl-carousel .owl-stage {
		display: flex;
	}
}
#epic_sobre
	.epic-sobre
	.epic-sobre-itens-mobile
	.owl-carousel
	.owl-stage
	.owl-item
	.item {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background-color: var(--tertiary-color);
	max-width: 65vw;
	min-height: 300px;
	justify-content: space-between;
}
#epic_sobre
	.epic-sobre
	.epic-sobre-itens-mobile
	.owl-carousel
	.owl-stage
	.owl-item
	.item
	.item-icon {
	color: var(--text-secondary);
}
#epic_sobre
	.epic-sobre
	.epic-sobre-itens-mobile
	.owl-carousel
	.owl-stage
	.owl-item
	.item
	.item-text {
	color: var(--text-secondary);
	font-family: Poppins, sans-serif;

}
#epic_sobre
	.epic-sobre
	.epic-sobre-itens-mobile
	.owl-carousel
	.owl-stage
	.owl-item
	.item
	.item-text
	.item-title {
	font-weight: bold;
	margin: 20px 0 0 0;
	font-size: 18px;
}
#epic_sobre
	.epic-sobre
	.epic-sobre-itens-mobile
	.item
	.item-text
	.item-description {
	margin: 0;
	font-size: 14px;
}
@media (min-width: 768px) {
	#epic_sobre .epic-sobre .epic-sobre-itens-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	#epic_sobre .epic-sobre .epic-sobre-itens-desktop {
		display: none;
	}
}
.epic-sobre-itens {
	padding: 0;
}
#epic_informacoes .epic-informacoes {
	display: flex;
}
@media (max-width: 767px) {
	#epic_informacoes .epic-informacoes {
		flex-direction: column-reverse;
		padding: 0;
	}
}
@media (max-width: 767px) {
	#epic_informacoes .epic-informacoes .owl-carousel {
		margin-top: 30px;
	}
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item.active.center {
	margin-top: 0 !important;
	position: relative;
	z-index: 999;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#epic_informacoes
	.epic-informacoes
	.owl-carousel
	.owl-item.active.center
	.epic-img
	img {
	opacity: 1;
}
@media (max-width: 767px) {
	#epic_informacoes .epic-informacoes .owl-carousel .owl-item.left {
		position: relative;
		right: -100px;
	}
	#epic_informacoes .epic-informacoes .owl-carousel .owl-item.right {
		position: relative;
		left: -100px;
	}
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item .epic-img img {
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-item .item {
	position: relative;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@media (max-width: 767px) {
	#epic_informacoes .epic-informacoes .owl-carousel .owl-item .item {
		margin: 0 50px;
	}
}
#epic_informacoes .epic-informacoes .owl-carousel .owl-stage::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 20px 0 20px;
}
@media (max-width: 767px) {
	#epic_informacoes .epic-informacoes .epic-informacoes-conteudo {
		padding: unset;
	}
}
#epic_informacoes
	.epic-informacoes
	.epic-informacoes-conteudo
	.epic-informacoes-share {
	color: var(--tertiary-color);
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo h3 {
	font-size: 32px;
	font-weight: bold;
}
#epic_informacoes
	.epic-informacoes
	.epic-informacoes-conteudo
	.epic-informacoes-subtitulo {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo p {
	color: var(--text-primary);
	font-size: 16px;
	font-family: Poppins, sans-serif;
	width: 70%;
	font-weight: normal;
}
@media (max-width: 767px) {
	#epic_informacoes .epic-informacoes .epic-informacoes-conteudo p {
		width: 100%;
	}
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo span a {
	min-height: 80px;
	min-width: 326px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	background-color: var(--secondary-color);
	color: var(--quaternary-color);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}
#epic_informacoes .epic-informacoes .epic-informacoes-conteudo span a:hover {
	background-color: var(--text-primary);
}

#epic_trechos {
	color: #fff;
	padding: 30px 0 0 0;
}
#epic_trechos .trechos-slides {
	min-height: 420px;
	width: 100%;
	background-repeat: repeat;
	background-position: center center;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo {
	justify-content: center;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	min-height: 420px;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .titulo {
	font-family: Poppins, sans-serif;
	font-size: 14px;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 28px;
	font-family: Playfair Display, serif;
	font-weight: bold;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@media (max-width: 767px) {
	#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-locais {
		flex-direction: column;
	}
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.origem {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	width: 100%;
	justify-content: flex-start;
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.origem
	.trechos-origem {
	white-space: nowrap;
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.origem
	.svg-origem {
	width: 100%;
	height: auto;
	resize: both;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.origem
	.svg-origem
	svg {
	width: 95%;
	height: 95%;
}
@media (max-width: 767px) {
	#epic_trechos
		.trechos-slides
		.trechos
		.trechos-conteudo
		.trechos-locais
		.origem
		span {
		font-size: 22px;
	}
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.destino {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	width: 100%;
	justify-content: flex-end;
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.destino
	.trechos-destino {
	white-space: nowrap;
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.destino
	.svg-destino {
	width: 100%;
	height: auto;
	resize: both;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#epic_trechos
	.trechos-slides
	.trechos
	.trechos-conteudo
	.trechos-locais
	.destino
	.svg-destino
	svg {
	width: 100%;
	height: 95%;
}
@media (max-width: 767px) {
	#epic_trechos
		.trechos-slides
		.trechos
		.trechos-conteudo
		.trechos-locais
		.destino
		span {
		font-size: 22px;
	}
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-tempo {
	background-color: #fff;
	padding: 0 5px;
}
#epic_trechos .trechos-slides .trechos .trechos-conteudo .trechos-tempo p {
	color: #000;
	font-size: 20px;
	font-family: Poppins, sans-serif;
	font-style: italic;
	text-transform: lowercase;
	margin: 0;
}

#epic_agenda {
	background-color: #f1ece0;
}
#epic_agenda .row {
	padding: 0 0 25px 0;
}
#epic_agenda .epic-agenda-titulo {
	font-family: Poppins, sans-serif;
	text-align: center;
}
#epic_agenda .epic-agenda-titulo .epic-agenda-texto {
	font-weight: bold;
	font-size: 28px;
	margin-top: 25px;
}
#epic_agenda .epic-agenda-titulo .epic-agenda-info {
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: var(--tertiary-color);
}
#epic_agenda .epic-agenda-titulo .epic-agenda-subtitulo {
	font-size: 18px;
	font-weight: normal;
}
@media (max-width: 767px) {
	#epic_agenda #epic_agenda_carousel .owl-dots {
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	#epic_agenda #epic_agenda_carousel .owl-dots .owl-dot {
		background-color: unset !important;
		color: unset;
		border: 1px solid var(--tertiary-color) !important;
		padding: 2px 15px !important;
		font: unset;
	}
	#epic_agenda #epic_agenda_carousel .owl-dots .owl-dot.active {
		border: 1px solid var(--quaternary-color) !important;
		background-color: var(--quaternary-color) !important;
	}
}
#epic_agenda .epic-agenda-evento {
	padding: 25px 25px 50px 25px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 25px;
}
#epic_agenda .epic-agenda-evento .agenda-evento {
	padding: 25px 0px;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 15px;
	border-top: 1px solid var(--tertiary-color);
	width: 50%;
}
@media (max-width: 767px) {
	#epic_agenda .epic-agenda-evento .agenda-evento {
		width: 100%;
	}
}
#epic_agenda .epic-agenda-evento .agenda-evento .epic-agenda-dia {
	padding: 5px;
	background-color: var(--tertiary-color);
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.2rem;
	font-weight: lighter;
}
#epic_agenda .epic-agenda-evento .agenda-evento .epic-agenda-local {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}
#epic_agenda .epic-agenda-evento .agenda-evento .epic-agenda-cidade {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin: 0;
}
#epic_contato {
	background-color: var(--secondary-color);
	position: relative;
	color: #fff;
}
#epic_contato img {
	position: absolute;
	left: -50%;
	top: -12%;
}
@media (max-width: 767px) {
	#epic_contato img {
		left: 0;
	}
}
#epic_contato .wpcf7 .form-content .contato-agro {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	letter-spacing: 3.36px;
	color: var(--tertiary-color);
}
#epic_contato .wpcf7 .form-content h3 {
	font-size: 32px;
	font-weight: bold;
}
#epic_contato .wpcf7 .form-content .contato-subtitulo {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #bdccd4;
}
#epic_contato .wpcf7 .form-group input {
	height: 40px;
	background-color: var(--text-primary);
	color: #fff;
}
#epic_contato .wpcf7 .form-group textarea {
	height: 150px;
	background-color: var(--text-primary);
	color: #fff;
}
#epic_contato .wpcf7 .form-group span {
	opacity: 0.72;
	border-bottom: 1px solid var(--tertiary-color);
}
#epic_contato .wpcf7 .form-group span input {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	max-width: 100% !important;
}
#epic_contato .wpcf7 .form-group span input::placeholder,
#epic_contato .wpcf7 .form-group span input::-ms-input-placeholder,
#epic_contato .wpcf7 .form-group span textarea::placeholder {
	color: #fff;
	opacity: 1;
}
#epic_contato .wpcf7 .form-group span textarea {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}
#epic_contato .wpcf7 .wpcf7-submit {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 65px;
	padding: 12px 24px;
	align-items: center;
	background-color: var(--quaternary-color);
	color: var(--secondary-color);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}
#epic_contato .wpcf7 .wpcf7-submit:hover {
	background-color: var(--tertiary-color) !important;
}
#epic_contato .wpcf7 .wpcf7-list-item {
	margin: 0;
}
#epic_contato .wpcf7 .wpcf7-list-item label {
	padding-top: 24px;
	display: flex;
	align-items: center;
	gap: 15px;
}
#epic_contato .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
	color: #bdccd4;
	font-size: 12px;
	letter-spacing: 0.24px;
	font-family: Poppins, sans-serif;
}
#epic_contato .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label a {
	text-decoration: underline !important;
	color: #bdccd4 !important;
}
#epic_contato .form-group .wpcf7-form-control-wrap label {
	width: 100%;
	margin: 0;
}
#epic_contato .form-group .wpcf7-form-control-wrap label .wpcf7-quiz-label {
	border-bottom: unset;
}
#epic_footer {
	background-color: var(--text-primary);
	padding: unset;
}
#epic_footer .epic-footer {
	text-align: center;
	position: relative;
	padding: 10px 0;
	opacity: 0.5;
}
@media (max-width: 767px) {
	#epic_footer .epic-footer {
		width: 100%;
		left: unset;
	}
}
#epic_footer .epic-footer p {
	font-family: Poppins, sans-serif;
	color: #f1ece0 !important;
	font-size: 12px;
	font-weight: lighter;
	margin: 0;
}

body.page-epic-e1000-gx-avantto-obrigado #header {
	position: relative;
	padding-bottom: unset;
}
body.page-epic-e1000-gx-avantto-obrigado #header p {
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin: 0;
	letter-spacing: 0.2rem;
	color: #fff;
}
body.page-epic-e1000-gx-avantto-obrigado .contato {
	/* padding: 0 0 100px 0; */
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo {
	text-align: center;
	color: var(--text-secondary);
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo h2 {
	font-size: 28px;
	font-weight: bold;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo .contato-subtitulo {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	margin-bottom: 50px;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo .contato-descricao {
	font-family: Poppins, sans-serif;
	font-size: 14px;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo a {
	background-color: var(--secondary-color);
	color: var(--quaternary-color);
	display: flex;
	height: 65px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}
body.page-epic-e1000-gx-avantto-obrigado .contato .conteudo a:hover {
	background-color: var(--text-primary);
}
body.page-epic-e1000-gx-avantto-obrigado #epic_footer {
	background-color: unset;
}
body.page-epic-e1000-gx-avantto-obrigado #epic_footer .epic-footer p { 
	color: #523024 !important;
	width: 50%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	body.page-epic-e1000-gx-avantto-obrigado #epic_footer .epic-footer p {
		width: 100%;
	}
}
/*# sourceMappingURL=epic.css.map */