@charset "utf-8";


/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face {
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf') format('truetype'),
		url('../fonts/beyond_the_mountains.ttf') format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.nopadding {
	padding: 0px !important;
}

#button {
	display: inline-block;
	height: 43px;
	background: #fa9e1c;
	padding: 11px 19px;
	border-radius: 3px;
}


/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	width: 100%;
	background: rgba(54, 19, 84, 0.6);
	z-index: 12;
}

.header.scrolled {
	background: rgba(54, 19, 84, 0.85);
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
	width: 100%;
	height: 36px;
	background: #350a4e;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled .top_bar {
	visibility: hidden;
	opacity: 0;
	height: 0px;
}

.phone {
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
}

#icon {
	color: #ffb120;
}

#filter-icon {
	filter: invert(42%) sepia(54%) saturate(933%) hue-rotate(247deg) brightness(93%) contrast(90%);
}

.main_nav_col {
	height: 88px;
	margin-top: 16px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	height: 50px;
	margin-bottom: 14px;
}

.header.scrolled .main_nav_col {
	height: 52px;
}

.header.scrolled .main_nav_col .logo img {
	margin-bottom: 14px;
	margin-top: 10px;
}

/*********************************
3.2 Logo
*********************************/

.logo_container {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.header.scrolled .logo_container {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.logo a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #f4f4f8;
	font-weight: 800;
	text-transform: uppercase;
}

.logo img {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 9px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
	width: 200px;
	margin-top: 10px;
}


/*********************************
3.3 Main Nav
*********************************/

.main_nav_container {
	margin-right: -120px;
}

.main_nav_item {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.main_nav_item:last-child {
	margin-right: 0px;
}

.main_nav_item a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main_nav_item::after {
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_item:hover::after {
	opacity: 1;
}


.mag_glass {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bez_1 {
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/*********************************
3.4 Menu
*********************************/

.hamburger {
	display: none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 20px;
}

.header.scrolled .hamburger {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.hamburger i {
	font-size: 24px;
	color: #FFFFFF;
}

.hamburger:hover i {
	color: #fa9e1c;
}

.menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

.menu.active {
	opacity: 0.95;
	visibility: visible;
}

.menu_content {
	width: 100%;
	height: 100%;
}

.menu_item {
	position: relative;
	margin-bottom: 3px;
}

.menu_item:last-child {
	margin-bottom: 0px;
}

.menu_logo {
	margin-bottom: 28px;
}

.menu_logo a img {
	width: 40px !important;
}

.menu_item a {
	display: inline-block;
	position: relative;
	font-family: 'Beyond';
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 400;
}

.menu_item a::after {
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}

.menu_item:hover a::after {
	width: 100%;
}

.menu_close_container {
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: #fa9e1c;
}

/*********************************
4. Home
*********************************/

.home {
	width: 100%;
	height: 100vh;
}


/*********************************
4.1 Home Slider
*********************************/

.home_slider_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #31124b;
}

.home_slider {
	width: 100%;
	height: 100%;
}

.home_slider_item {
	width: 100%;
	height: 100%;
}

.home_slider_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.5;
}

.home_slider_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}

.home_slider_content h1 {
	margin-bottom: 0px;
}

.home_slider_content h1:first-child {
	font-size: 40px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

.home_slider_content h1:nth-child(2) {

	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	font-size: 54px;
	color: #FFFFFF;
	margin-top: 260px;
	margin-right: 120px;
}



/*.home_slider_button {
	margin-top: 70px;
} */

.flipInX {
	animation-delay: 600ms;
}

/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}

.home_slider_prev {
	left: 50px;
}

.home_slider_next {
	right: 50px;
}

.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow {
	fill: url(#home_grad_prev);
}

.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path {
	fill: url(#home_grad_next);
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots {
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}

.home_slider_custom_dots {}

.home_slider_custom_dot {
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home_slider_custom_dot:hover {
	color: #fa9e1c;
}

.home_slider_custom_dot:hover.active div {
	border-color: #fa9e1c;
}

.home_slider_custom_dot.active {
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}

.home_slider_custom_dot div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home_slider_custom_dot.active div {
	border: solid 2px #FFFFFF;
}

/*********************************
5. Search
*********************************/

.search {
	width: 100%;
	/*background: linear-gradient(to right, var(--e-global-color-06c847a), var(--e-global-color-06c847a));*/
	z-index: 10;
	padding: 0 0 1px 0;
}

.search_tabs_container {
	bottom: -1px;
	left: 15px;
	width: calc(100% - 30px);
}

.search_tabs {
	height: 60px;
}

.search_tab {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	flex-grow: 1;
	background: #2c023a;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search_tab img {
	margin-right: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search_tab:first-child {
	border-bottom-left-radius: 94px;
	padding-left: 7px;
}

.search_tab:last-child {
	border-bottom-right-radius: 94px;
	padding-right: 7px;
}

.search_tab.active {
	background: #fa9e1b;
	color: #FFFFFF;
}

.search_tab.active img {
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
	filter: brightness(200%) grayscale(100%);
}

.search_tab:hover {
	background: #fa9e1b;
	color: #FFFFFF;
}

.search_tab:hover img {
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
	filter: brightness(200%) grayscale(100%);
}

.search_panel {
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

.search_panel.active {
	display: flex !important;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.search_panel_content {
	width: 100%;
	height: 100%;
}

.search_input {
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #929191;
}

.search_item:first-child {
	width: 30.453%;
}

.search_item:nth-child(2) {
	width: 13.961%;
}

.search_item:nth-child(3) {
	width: 13.961%;
}

.search_item:nth-child(4) {
	width: 9.947%;
}

.search_item:nth-child(5) {
	width: 9.947%;
}

.search_item div {
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.dropdown_item_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/dropdown.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.dropdown_item_select::-ms-expand {
	display: none;
}

.dropdown_item_select:hover {
	border: solid 1px #fa9e1c;
}

.dropdown_item_select:focus {
	outline-color: #fa9e1c;
}

.search_button {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	cursor: pointer;
}

.search_button:hover {
	opacity: 0.8;
}

.floatitens {

	height: 480px;
	width: calc(100% - 15px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}


.itens {
	display: inline-block;
	background-color: rgb(253, 248, 236);
	margin: 20px 0;
	max-width: 320px;
	min-width: 300px;
	padding-top: 35px;
	-webkit-box-shadow: 2px 2px 16px 1px rgba(101, 0, 168, 0.93);
	box-shadow: 2px 2px 16px 1px rgba(101, 0, 168, 0.93);
}

.btnmo {
	width: 100%;
	margin-top: 241px;
	position: relative;
	background-color: #6500a8;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	border-radius: 0px;
	transition: .3s linear;
}

.btnmo:hover {
	background-color: #fa9e1c;
	color: #38015c;
}


.itens h4 {
	color: #1f0733;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}

.itens p {
	color: #1f0733;
	padding: 10px;
	font-size: 12px;
	text-align: center;
}


.btnm {
	margin-top: 50px;
	margin-left: -110px;
	position: relative;
	left: 50%;
	background-color: #6500a8;
	text-transform: uppercase;
	border: none;
	color: white;
	cursor: pointer;
	padding: 8px 10px;
}

.btnm:hover {
	background-color: #fa9e1c;
	color: #38015c;
}

.test_icon {
	position: relative;
	top: -20px;
	left: 125px;
	width: 62px;
	height: 62px;
	background: #fa9e1b;
	border-radius: 50%;
	overflow: hidden;
}

.test_content_container {
	position: absolute;
	width: 100%;
	height: 65%;
}


.test_icon img {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
	align-items: center;
	margin-right: 40px;
}

/*********************************
6. Section Title
*********************************/

.section_title {
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
}

/*********************************
7. Intro
*********************************/

.intro {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 42px;
}


.intro_title {}

.intro_text {}

.intro_text p {
	font-size: 20px;
	font-style: italic;
	color: #494949;
	line-height: 1.336;
}

.h2t {
	align-items: center;
	margin-top: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
}

#imgcol {
	margin-top: 150px;
	padding-right: 30px;
	width: 520px;
}

#imgcol img {
	width: 100%;
}



/*********************************
12. Contact
*********************************/

.contact {
	width: 100%;
	padding-bottom: 105px;
}

.contact_background {
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	height: 104%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact_title {
	font-size: 28px;
	font-weight: 700;
	color: #54366d;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 70px;
}

.contact_form_container {
	padding-top: 145px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 155px;
	background: linear-gradient(to top right, #fa9e1b, #8d4fff);
}

.contact_form {
	margin-top: -8px;
	font-size: 0px;
}

.input_field {
	height: 48px;
	font-size: 12px;
	font-weight: 400;
	border: none;
	outline: none;
	background: transparent;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
}

.contact_form_name {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.contact_form_phone {
	width: calc((100% - 30px) / 2);
}

.contact_form_email {
	width: 100%;
	margin-top: 11px;
}

.contact_form_subject {
	width: 100%;
	margin-top: 11px;
}

.contact_form_message {
	height: 126px;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 19px;
	background: transparent;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
	padding-top: 11px;
}

.form_submit_button {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 29px;
	padding-right: 29px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	margin-top: 37px;
	cursor: pointer;
}

.form_submit_button:hover {
	opacity: 0.8;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.input_field::input-placeholder,
.text_field::input-placeholder {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}

.contactinfo {
	padding-top: 0px;
}

.contactinfo p {
	line-height: 1.5;
	color: #31124b;
}

.contactinfo i {
	color: #c17494;
}

#iconzap {
	font-size: 19px;
}

#iconmail {
	font-size: 17px;
}

/*********************************
13. Footer
*********************************/

.footer {
	width: 100%;
	padding-top: 113px;
	padding-bottom: 104px;
	background: #31124b;
}

.footer_title {
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*********************************
13.1 Footer - About
*********************************/

.footer_about {
	padding-top: 67px;
}

.footer_logo {
	position: absolute;
	left: 0;
	top: -24px;
}

.footer_about_text {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}

.footer_social_item {
	display: inline-block;
	width: 31px;
	height: 31px;
	border: solid 1px #fa9e1b;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 9px;
}

.footer_social_item:last-child {
	margin-right: 0px;
}

.footer_social_item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.footer_social_item a i {
	display: block;
	position: relative;
	color: #FFFFFF;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_social_item:hover {
	background: #fa9e1b;
}

.footer_social_item:hover a i {
	color: #31124b;
}

/*********************************
13.2 Footer - Blog
*********************************/

.footer_blog {
	margin-top: 39px;
}

.footer_blog_item {
	margin-bottom: 21px;
}

.footer_blog_item:last-child {
	margin-bottom: 0px;
}

.footer_blog_image {
	width: 60px;
	height: 60px;
	float: left;
}

.footer_blog_image img {
	width: 100%;
}

.footer_blog_content {
	padding-left: 81px;
}

.footer_blog_title {
	margin-top: -4px;
	padding-left: 1px;
}

.footer_blog_title a {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

.footer_blog_title a:hover {
	color: #fa9e1b;
}

.footer_blog_date {
	font-size: 12px;
	font-weight: 400;
	color: #fa9e1b;
	margin-top: 7px;
}

/*********************************
13.3 Footer - Tags
*********************************/

.footer_tags {
	margin-top: 40px;
}

.tag_item {
	height: 35px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	border: solid 1px #fa9e1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.tag_item:hover {
	background: #fa9e1b;
}

.tag_item a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 33px;
	padding-left: 25px;
	padding-right: 25px;
}

/*********************************
13.4 Footer - Contact Info
*********************************/

.contact_info_list {
	margin-top: 40px;
}

.contact_info_item {
	margin-bottom: 22px;
}

.contact_info_icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.contact_info_icon img {
	display: block;
	width: 100%;
}

.contact_info_text,
.contact_info_text a {
	color: #FFFFFF;
	line-height: 2.14;
	margin-top: -4px;
}

.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a {
	color: #fa9e1b;
}

/*********************************
14. Copyright
*********************************/

.copyright {
	background: #1f0733;
}

.copyright_content {
	height: 52px;
}

.copyright_content div {
	font-size: 12px;
	font-weight: 600;
	color: #685677;
	align-items: center;
}

#copy {
	margin-left: 271px;
}

.footer_nav_container {
	height: 52px;
}

.footer_nav {}

.footer_nav_list {
	font-size: 0px;
}

.footer_nav_item {
	display: inline-block;
	margin-right: 40px;
}

.footer_nav_item a {
	font-size: 12px;
	font-weight: 600;
	color: #685677;
	text-transform: uppercase;
	line-height: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer_nav_item a:hover {
	color: #FFFFFF;
}


/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px transparent;
	border-radius: 10px;
	background: #a280c2;

}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #913fb4;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #7d1da1;
}


.descCurtaConsulta {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;
	height: 230px;
	max-height: 230px;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.textPolitica {
	font-size: 16px;
	color: #2d2c2c;
	font-weight: 600;
}

.textPolitica p {
	font-size: 16px;
	font-weight: 600;
	color: #2d2c2c;
}



/*Subindo o titulo popup */
.titlePopup {
	display: none;
	z-index: 9999;
	cursor: pointer;
	height: 30px;
	position: fixed;
	right: 20px;
	bottom: 0px;
	padding: 0;
	background: #fff;
	font-size: 10pt;
	width: 210px;
	box-shadow: var(--box-shadown-border);
	transition: transform 0.5s linear;
}

.titlePopup p {
	margin: 0;
	padding: 5px;
}

/*Descendo titulo popup*/
.descerTitlePopup {
	transform: translateY(30px);
}

/*Subindo popup content*/

.popupCookiesContent {
	z-index: 99999;
	width: 100%;
	position: fixed;
	bottom: 0px;
	color: #fa9e1b;
	background: #471d69;
	transform: translateY(150px);
	transition: transform 0.5s linear;
}

/*descer popup content*/
.subirPopupCookiesContent {
	transform: translateY(0px);
	transition: transform 0.5s linear;
	border-radius: 5px;
}


.avisoCookies {
	color: #fa9e1b;
	padding-top: 10px;
	width: 96%;
	text-align: center;
	margin: 0 2%;
	font-size: 16px;
	font-weight: 600;

}

.btnAceitar {
	cursor: pointer;
	display: block;
	width: 100%;

	text-decoration: none;
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
	background: #fa9e1b;
	margin: 10px 2% 10px 0;

}

.btnAceitar span {
	color: black;
}

.divModalDescricao {
	text-align: left;
	font-size: 14px;
}