/* 
----------------------------
ANIMAÇÕES ------------------
----------------------------
*/

@keyframes home_anim {
	0% {
		transform: translateY(0px) translatex(0px) rotate(16deg);
	}

	30% {
		transform: translateY(20px) translatex(20px) rotate(15deg);
	}

	50% {
		transform: translateY(-20px) translatex(-20px) rotate(-20deg);
	}

	70% {
		transform: translateY(40px) translatex(14px) rotate(-10deg);
	}

	100% {
		transform: translateY(0px) translatex(0px) rotate(16deg);
	}
}

@keyframes xAxis {
	50% {
		animation-timing-function: ease-in-out;
		transform: translate3D(-20px, -8px, 0) rotate(34deg);
	}
}

/* 
----------------------------
end of ANIMAÇÕES -----------
----------------------------
*/


/* 
----------------------------
GENERAL --------------------
----------------------------
*/

.row_new_head {
	top: 0rem;
}

.row-1-top {
	padding-top: 20rem;
}

.front_text {
	font-size: 130px;
	font-weight: 700;
	letter-spacing: -10px;
	z-index: 2;
	position: relative;
	top: 10rem;
	color: #000;
}

.text0 {
	line-height: 0px;
	left: 2%;
}

.text1 {
	line-height: 90px;
	left: 28%;
	margin-bottom: 26px;
	font-size: 125px;
}

.text2 {
	line-height: 99px;
	left: 19%;
	font-size: 101px;
	margin: -30px;
	width: 80%;
}

.text3 {
	line-height: 0px;
	left: 40.5%;
	font-size: 110px;
}

.home_shape {
	width: 80px;
	height: 420px;
	margin-top: -60%;
	margin-left: 14%;
	transform: rotate(16deg)
}

.home_shape {
	margin-left: 0;
	position: absolute;
	animation: home_anim 8s infinite linear;
}

.essen_one_text {
	padding-top: 9rem;
	padding-left: 3rem;
}

.line_one_t {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	width: 91%;
}

.front_one_t,
.wel_one_t {
	font-size: 20px;
	width: 110%;
	line-height: 1.5;
}

.ess_button_id {
	font-size: 16px;
	top: 3rem;
	font-weight: 500;
}

.ess_button_id:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0a0a0a;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94), -webkit- transform .25s cubic- bezier(.25, .46, .45, .94);
}

.ess_button_id:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.inov_map {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #dbdbdb;
	height: 245px;
	opacity: 1;
}

.item_tag {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 3;
	padding-left: 1rem;
}

.first_body {
	margin: 30px;
}

.item_img_l {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	align-content: center;
}

.item_img_s {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	max-width: 150%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	align-content: center;
}

.inov_map.gradient:after {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(1turn, rgba(10, 10, 10, .6), rgba(10, 10, 10, 0) 60%);
	content: "";
}

.super_img {
	max-height: none;
	max-width: none;
	width: 2320%;
}

.super_logo_img {
	width: 130%;
	margin-top: -6rem;
	max-width: none;
}

.super_pod_title {
	color: #fff;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 700;
	margin-left: 1rem;
	margin-bottom: 3rem;
	width: 85%;
}

.item_text_s {
	width: calc(90% - 0rem);
	padding: 0px 0px 0;
	position: relative;
	z-index: 3;
}

.item_text {
	width: calc(80% - 0rem);
	padding: 10px 10px 0;
	position: relative;
	z-index: 3;
}

.item_title {
	color: #fff;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 900;
	margin-left: 1rem;
	width: 85%;
	text-shadow: 0 1px 1rem rgba(15, 15, 15, 0.3);
}

.item_title_s {
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	margin-left: 1rem;
	margin-bottom: 2rem;
	text-shadow: 0 1px 1rem rgba(15, 15, 15, 0.3);
}

.news_title,
.junta_title {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	width: 110%;
}

.item_desc {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 2.5rem;
	margin-left: 1rem;
}

.inov_map.hover {
	overflow: visible;
}

.inov_map:hover .item__shape {
	-webkit-transform: translateX(1rem) rotate(310deg);
	transform: translateX(1rem) rotate(310deg);
}

.first_img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
	transition: transform 1s cubic-bezier(.25, .46, .45, .94) .1s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) .1s;
}

.first_body:hover .first_img {
	-webkit-transform: translate(-50%, -50%) scale(1.2) rotate(3deg);
	transform: translate(-50%, -50%) scale(1.3) rotate(3deg);
}

.edge_title {
	color: #fff;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 700;
	margin-left: 1rem;
	width: 100%;
	text-shadow: 0 1px 1rem rgba(15, 15, 15, 0.3);
}

.edge_logo_img {
	width: 50%;
	margin-left: 3%;
	margin-bottom: 20%;
	z-index: 2;
}

.item_img_edge {
	transform: translate(-50%, -50%) scale(1.2)
}

.edge_gif {
	width: 40%;
	left: 80%;
	top: 32%;
}

.item__shape {
	position: absolute;
	top: 60px;
	right: -10px;
	z-index: 2;
	width: 174px;
	height: 125px;
	transition: -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: rotate(310deg);
	transform: rotate(310deg);
	pointer-events: none;
}

.inov_map:hover .junta_shape {
	-webkit-transform: translateX(1.5rem) rotate(10deg);
	transform: translateX(1.5rem) rotate(10deg);
}

.junta_shape {
	position: absolute;
	bottom: 76px;
	left: 14px;
	z-index: 2;
	transition: -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: rotate(310deg);
	transform: rotate(8deg);
	pointer-events: none;
}

.row-1-top a {
	height: 280px;
}

.row-2-center a {
	height: 500px;
}

.row-3-bottom a {
	height: 500px;
}

.row-4-bottom a {
	height: 200px;
}

.row-4-bottom {
	padding-bottom: 5rem;
}

.vc_column_container>.vc_column-inner {
	padding-left: 0rem;
	padding-right: 0rem;
}

/* 
----------------------------
end of GENERAL -------------
----------------------------
*/


/* 
----------------------------
CADENCE / MAPPING ----------
----------------------------
*/

.cade_subtitle,
.mapping_subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-top: 6rem;
	position: relative;
	z-index: 2;
}

.cade_title,
.mapping_title {
	font-size: 40px;
	width: 80%;
	line-height: 1.3;
	margin-top: 2rem;
	position: relative;
	z-index: 2;
}

.cade_text,
.mapping_text {
	padding-top: 1rem;
	position: relative;
	z-index: 2;
}

.cade_shape,
.mapping_shape {
	position: absolute;
	margin-top: -4%;
	margin-left: -8%;
	z-index: 1;
	width: 220px;
	height: 220px;
}

.cade_row,
.mapping_row {
	padding-top: 2rem;
}

.cade_right_text,
.map_right_text {
	margin-top: 7rem;
	margin-left: 4rem;
	width: 40%;
}

.map_left_text {
	margin-top: 8rem;
	margin-left: 4rem;
	width: 40%;
}

.cade_left_text {
	margin-top: 5rem;
	margin-left: 4rem;
	width: 40%;
}

.cade_header3 {
	padding-top: 3rem;
}

/* 
----------------------------
end of CADENCE / MAPPING ---
----------------------------
*/

/* 
----------------------------
PENSAMOS -------------------
----------------------------
*/

.top_row {
	margin-top: 2rem;
}

.abord_header {
	position: relative;
	top: -1.5rem;
}

.abord_row_size1 {
	margin-top: 8rem;
}

.explor_header {
	position: relative;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
}

.explor_text {
	font-size: 1rem;
	line-height: 180%;
	font-weight: 300;
	width: 85%;
	padding-top: 1.5rem;
}

.right_text {
	margin-top: 5rem;
	margin-left: 5rem;
}

.object_shape1 {
	position: absolute;
	z-index: 1;
}

.abord_explore_img {
	position: absolute;
	z-index: 2;
	top: -1rem;
	left: 6rem;
}

.dest_text1 {
	position: absolute;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.5rem;
	left: 8rem;
	top: 19rem;
	text-transform: uppercase;
	width: 150%;
}

.abord_row_size2 {
	margin-top: 20rem;
}

.object_shape2 {
	margin-left: -8rem;
}

.abord_exp_img {
	position: absolute;
	z-index: 2;
	left: 6rem;
	width: 70%;
}

.right_text2 {
	margin-top: 7rem;
	width: 75%;
}

.explor_header2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
}

.explor_text2 {
	font-size: 1rem;
	line-height: 180%;
	font-weight: 300;
	padding-top: 1.5rem;
	width: 90%;
}

.dest_text2 {
	position: relative;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	width: 137%;
	top: -12rem;
	left: 10rem;
}

.abord_row_size3 {
	margin-top: 2rem;
}

.abord_exe_img {
	position: absolute;
	z-index: 2;
	bottom: 4.5rem;
	left: 3rem;
	width: 65%;
}

.exe_text3 {
	position: relative;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	width: 137%;
	top: -3rem;
	left: 16rem;
}

.right_text3 {
	margin-top: 8rem;
	margin-left: 5rem;
}

.explor_header3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	bottom: 1rem;
}

.explor_text3 {
	font-size: 1rem;
	line-height: 180%;
	font-weight: 300;
	padding-top: 1.5rem;
}

.object_shape4 {
	margin-left: 6rem;
	margin-right: -1rem;
	margin-top: -10rem;
}

.abord_dirt_img {
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	left: 7rem;
	width: 70%;
}

.right_text4 {
	margin-top: -6rem;
	margin-left: 2rem;
	width: 70%;
}

.explor_header4 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	bottom: 1rem;
}

.explor_text4 {
	font-size: 1rem;
	line-height: 180%;
	font-weight: 300;
	padding-top: 1.5rem;
}

.dirt_text4 {
	position: relative;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	width: 137%;
	top: -8rem;
	left: -7rem;
}

.abord_row_size_down {
	margin-top: 26rem;
	padding-bottom: 10rem;
}

/* 
----------------------------
end of PENSAMOS ------------
----------------------------
*/

/* 
----------------------------
FAZEMOS --------------------
----------------------------
*/

.oferta_header {
	position: relative;
	top: -1.5rem;
}

.atua_row_top {
	padding-top: 6rem;
}

.atua_top_img {
	width: 90%;
	margin-left: 1rem;
}

.atua_row1,
.atua_row2 {
	padding-top: 10rem;
}

.atua_subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-top: 1rem;
	position: relative;
	z-index: 2;
}

.atua_header {
	font-size: 2rem;
	font-weight: 900;
	line-height: 120%;
}

.atua_text {
	font-size: 1rem;
	line-height: 180%;
}

.atua_subtext {
	font-size: 1rem;
	font-weight: 700;
	line-height: 180%;
}

.atua_change_img {
	margin-top: 6rem;
	margin-right: 8rem;
}

.atua_exp_img {
	margin-top: 7rem;
	margin-left: 8rem;
}

.atua_digital_img {
	margin-top: 7rem;
	margin-right: 8rem;
}

.atua_row3 {
	padding-top: 10rem;
	padding-bottom: 8rem;
}

/* 
----------------------------
end of FAZEMOS -------------
----------------------------
*/

/* 
----------------------------
ESTUDOS --------------------
----------------------------
*/

.econ_header {
	position: relative;
	top: -1.6rem;
}

.blog_id {
	padding-top: 3rem;
	padding-bottom: 1rem;
}

.q_masonry_blog_title {
	display: inline;
	background-image: linear-gradient(180deg, transparent 0, transparent 50%, #CCE8FF 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .75s cubic-bezier(1, 0, 0, 1);
	padding-bottom: 0rem !important;
}

.post:hover .q_masonry_blog_title {
	background-size: 100% 100%;
	padding-bottom: 0rem;
}

h5 a:hover {
	color: #000;
}

.entry_title {
	font-weight: 700;
	font-size: 30px;
	text-transform:none;
}

/* 
----------------------------
end of ESTUDOS -------------
----------------------------
*/

/* 
----------------------------
2020 -----------------------
----------------------------
*/

.twenty_row_top {
	margin-top: 4rem;
}

.twenty_row_twenty {
	margin-top: 8rem;
}

.row_fiction_title {
	margin-top: 8rem;
	padding-bottom: 3rem;
}

.block_twenty {
	left: 2rem;
	top: 24rem;
	width: 43%;
}

.twenty_row_anato {
	margin-top: 12rem;
}

.twenty_quote2 {
	position: absolute;
	margin-top: 6.2rem;
	margin-left: 8rem;
	width: 80%;
}

.twenty_quote_name2 {
	position: absolute;
	margin-top: 14rem;
	margin-left: 8rem;
}

.quote_id2 {
	position: relative;
	width: 12%;
	margin-top: 4rem;
	margin-left: 4rem;
	z-index: -1;
}

.twenty_row_bottom {
	margin-top: 6rem;
	padding-bottom: 4rem;
}

.twenty_textblock {
	width: 92%;
}

.block_fiction {
	padding-right: 2rem;
}

.twenty_button_id {
	font-size: 16px;
	top: 2rem;
	font-weight: 500;
	left: 0%;
	margin-bottom: 6rem;
}

.twenty_button_id:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0a0a0a;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94), -webkit- transform .25s cubic- bezier(.25, .46, .45, .94);
}

.twenty_button_id:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* 
----------------------------
end of 2020 ----------------
----------------------------
*/

/* 
----------------------------
TEAM -----------------------
----------------------------
*/

.equipa_header {
	position: absolute;
	top: -1.6rem;
	left: 32.7rem;
}

.mission_row {
	padding-top: 2rem;
	width: 78%;
	left: 18rem;
	text-align: center !important;
}

.equipa_id {
	padding-top: 5rem;
}

.down_row {
	padding-bottom: 5rem;
}

.blockquote {
	width: 14%;
	padding-left: 6rem;
	padding-top: 10rem;
}

.blockquote-text {
	position: relative;
	width: 60%;
	top: -2rem;
	padding-left: 11rem;
}

.stephan_id {
	padding-top: 6rem;
	padding-left: 1rem;
}

.stephan_icon {
	padding-left: 1rem;
}

.info_id {
	padding-top: 6.5rem;
	padding-left: 1rem;
}

.quero_candi_id {
	padding-top: 7rem;
	padding-left: 1rem;
}

.candi_img {
	margin-top: 4rem;
	padding-bottom: 6rem;
}

.candi_button_id {
	font-size: 16px;
	margin-top: 2rem;
	font-weight: 500;
}

.candi_button_id:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0a0a0a;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94), -webkit- transform .25s cubic- bezier(.25, .46, .45, .94);
}

.candi_button_id:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* 
----------------------------
end of TEAM ----------------
----------------------------
*/

/* 
----------------------------
CONTACTOS ------------------
----------------------------
*/

.world_img {
	padding-top: 4rem;
	padding-bottom: 8rem;
}

.conex_header {
	position: relative;
	top: -1.5rem;
}

.contact_id {
	padding-bottom: 6rem;
}

/* 
----------------------------
end of CONTACTOS -----------
----------------------------
*/

/* 
----------------------------
SOMOS ----------------------
----------------------------
*/
.essen_header {
	position: relative;
	top: -1.5rem;
}

.somos_quote {
	width: 50%;
	padding-left: 5rem;
	padding-top: 3rem;
}

.about_quote {
	padding: 5rem 5rem 5rem 0rem;
}

.essen_world_img {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.about_candi_id {
	padding: 0rem 0rem 6rem 0rem;
}

.text_id {
	padding: 0rem 0rem 6rem 0rem;
}

/* 
----------------------------
end of SOMOS ---------------
----------------------------
*/

/* 
----------------------------
PRESS ----------------------
----------------------------
*/

.press_header {
	position: relative;
	top: -1.5rem;
}

.latest_post {
	margin-top: 4rem;
}

.latest_post_title {
	display: inline;
	background-image: linear-gradient(180deg, transparent 0, transparent 50%, #CCE8FF 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .75s cubic-bezier(1, 0, 0, 1);
	padding-bottom: 0rem !important;
}

.latest_post:hover .latest_post_title {
	background-size: 100% 100%;
	padding-bottom: 0rem;
}

h5 a:hover {
	color: #000;
}

/* 
----------------------------
end of PRESS ---------------
----------------------------
*/

/* 
----------------------------
CAREERS --------------------
----------------------------
*/

.empr_header {
	position: relative;
	top: -1.5rem;
}

.value_row {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.valores_id {
	padding-bottom: 3rem;
}

.valores_row {
	padding-top: 3rem;
}

.polygon {
	position: absolute;
	z-index: -1;
	left: -1rem;
	top: -1rem;
	animation: xAxis 5s infinite linear;
}

.candidatar_header {
	padding-bottom: 3rem;
}

.candinfo_title {
	width: 120%;
}

.candinfo_id {
	margin-top: 3rem;
	left: -2rem;
}

.candespon_id {
	margin-top: 4rem;
	left: -2rem;
}

.mais_button_id {
	font-size: 16px;
	top: 2rem;
	font-weight: 500;
}

.mais_button_id:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0a0a0a;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94), -webkit- transform .25s cubic- bezier(.25, .46, .45, .94);
}

.mais_button_id:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.candidatura_row2 {
	margin-top: 4rem;
}

.candidatura_row3 {
	margin-top: 4rem;
	padding-bottom: 4rem;
}

.cand_titles {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 800;
}

.row {
	margin-top: 3rem;
}

.cand_header_text {
	margin-top: 4rem;
}

.cand_row_bottom {
	padding-bottom: 6rem;
	margin-top: 3rem;
}

/* 
----------------------------
end of CAREERS -------------
----------------------------
*/

/* 
----------------------------
NEWSLETTERS ----------------
----------------------------
*/

.news_button_id {
	font-size: 16px;
	margin-top: 2rem;
	font-weight: 500;
}

.news_button_id:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #0a0a0a;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94);
	transition: transform .25s cubic-bezier(.25, .46, .45, .94), -webkit- transform .25s cubic- bezier(.25, .46, .45, .94);
}

.news_button_id:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

#mc_embed_signup form {
	text-align: left !important;
	padding-top: 4rem !important;
	padding-bottom: 2rem !important;
}

.faber_img {
	width: 80%;
	margin-top: 4rem;
}

.faber_text {
	margin-top: 1rem;
	width: 80%;
}

.stereo_img {
	width: 80%;
	margin-top: 5.5rem;
}

.stereo_text {
	margin-top: 4rem;
	width: 80%;
}

.news_super_img {
	width: 60%;
	margin-top: 9rem;
	margin-left: 2rem;
	padding-bottom: 4rem;
}

.news_super_text {
	margin-top: -1rem;
	width: 80%;
}

.margin_gif {
	width: 85%;
}

.margin_gif_text {
	margin-top: -3rem;
	width: 80%;
}

.news_edge_img {
	width: 80%;
	margin-top: 10rem;
}

.news_edge_text {
	margin-top: 4rem;
	width: 80%;
}

.news_bottom_row {
	padding-bottom: 10rem;
}

/* 
----------------------------
end of NEWSLETTERS ---------
----------------------------
*/

/* 
----------------------------
FOOTER ---------------------
----------------------------
*/

.column1 {
	margin-left: 2rem;
	width: 30% !important;
}

.column2 {
	margin-left: 2rem;
	width: 30% !important;
}

.widget_contact_info {
	margin-left: 5rem !important;
	width: 100%
}

.jetpack_widget_social_icons {
	margin-left: 5rem !important;
}

/* 
----------------------------
end of FOOTER --------------
----------------------------
*/

/* 
----------------------------
ARTIGOS --------------------
----------------------------
*/

iframe {
	margin-top: 4rem;
	width: 1090px;
	height: 740px;
	margin-bottom: 4rem;
}

/* 
----------------------------
end of ARTIGOS -------------
----------------------------
*/

.vc_column_container {
    padding-left: 15px;
   	padding-right: 15px;
}

.home .vc_column_container {
    padding-left: 0;
   	padding-right: 0;
}


/* 
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
RESPONSIVE -------------------------------------------------------------------------
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
*/


/* 
----------------------------
< 1024 (tablet / ipad) -----
----------------------------
*/

@media screen and (max-width: 1024px) {

	.fa-bars {
		font-size: 1.1rem;
	}

	.vc_col-sm-3,
	.vc_col-sm-6,
	.vc_col-sm-9 {
		width: 100%;
	}


	.row_new_head {
		top: 0rem;
	}


	.front_text {
		font-size: 120px;
		font-weight: 700;
		letter-spacing: -10px;
		position: relative;
		top: 10rem;
		color: #000;
	}

	.text0 {
		line-height: 0px;
		left: 18%;
	}

	.text1 {
		line-height: 90px;
		left: 31.5%;
		margin-bottom: 26px;
		font-size: 130px;
	}

	.text2 {
		line-height: 94px;
		left: 28%;
		font-size: 100px;
		margin: -30px;
		width: 80%;
	}

	.text3 {
		line-height: 5px;
		left: 40.3%;
		font-size: 120px;
	}

	.home_shape {
		width: 80px;
		height: 420px;
		margin-top: -36%;
		margin-left: 16%;
		transform: rotate(16deg)
	}

	.essen_one_text {
		padding-top: 18rem;
		padding-left: 12rem;
		width: 84%;
	}

	.line_one_t {
		font-size: 1rem;
		font-weight: 500;
		line-height: 2;
		width: 91%;
	}

	.front_one_t,
	.wel_one_t {
		font-size: 20px;
		width: 110%;
		line-height: 1.5;
	}

	.ess_button_id {
		font-size: 16px;
		top: 2rem;
		left: 0rem;
		font-weight: 500;
	}

	.row-1-top {
		padding-top: 10rem;
	}

	.inov_map {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-color: #dbdbdb;
		height: 245px;
		opacity: 1;
	}

	.first_body {
		margin: 30px;
	}

	.super_logo_img {
		max-width: none;
		width: 80%;
		padding-top: 6rem;
	}

	.news_title,
	.junta_title {
		font-weight: 900;
		font-size: 24px;
		margin-left: 1rem;
		margin-bottom: 0.5rem;
		width: 110%;
	}

	.item_desc {
		color: #fff;
		font-weight: 500;
		font-size: 1rem;
		margin-bottom: 2.5rem;
		margin-left: 1rem;
		width: 66%;
	}

	.inov_map.hover {
		overflow: visible;
	}

	.inov_map:hover .item__shape {
		-webkit-transform: translateX(1rem) rotate(310deg);
		transform: translateX(1rem) rotate(310deg);
	}

	.edge_logo_img {
		width: 60%;
		margin-left: 4%;
		margin-bottom: 14%;
		z-index: 2;
	}

	.edge_gif {
		width: 56%;
		left: 80%;
		top: 54%;
	}

	.row-1-top a {
		height: 280px;
	}

	.row-2-center a {
		height: 500px;
	}

	.row-3-bottom a {
		height: 500px;
	}

	.row-4-bottom a {
		height: 200px;
	}

	.row-4-bottom {
		padding-bottom: 5rem;
	}

	.vc_column_container>.vc_column-inner {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	/* 
	----------------------------
	CADENCE / MAPPING ----------
	----------------------------
	*/

	.cade_subtitle,
	.mapping_subtitle {
		font-size: 16px;
		font-weight: 500;
		margin-top: 6rem;
		position: relative;
		z-index: 2;
	}

	.cade_title,
	.mapping_title {
		font-size: 40px;
		width: 80%;
		line-height: 1.3;
		margin-top: 2rem;
		position: relative;
		z-index: 2;
	}

	.cade_text,
	.mapping_text {
		padding-top: 1rem;
		position: relative;
		z-index: 2;
	}

	.cade_shape,
	.mapping_shape {
		position: absolute;
		margin-top: -4%;
		margin-left: -8%;
		z-index: 1;
		width: 220px;
		height: 220px;
	}

	.cade_row,
	.mapping_row {
		padding-top: 2rem;
	}

	.cade_right_text,
	.map_right_text {
		margin-top: 7rem;
		margin-left: 1rem;
		width: 100%;
	}

	.cade_left_text,
	.map_left_text {
		margin-top: 9rem;
		margin-left: 1rem;
		width: 100%;
	}

	.cade_header3 {
		padding-top: 3rem;
	}

	/* 
	----------------------------
	end of CADENCE / MAPPING ---
	----------------------------
	*/

	/* 
	----------------------------
	PENSAMOS -------------------
	----------------------------
	*/
	/*.abord_row_size1 {
		margin-top: 6rem;
	}

	.explor_header {
		width: 90%;
	}

	.explor_text {
		width: 94%;
		padding-top: 1.5rem;
	}

	.right_text {
		margin-top: 5rem;
		margin-left: 32rem;
	}

	.object_shape1 {
		position: absolute;
		z-index: 1;
	}

	.abord_explore_img {
		position: absolute;
		z-index: 2;
		top: -1rem;
		left: 5rem;
	}

	.dest_text1 {
		position: absolute;
		font-size: 12px;
		font-weight: 900;
		line-height: 2;
		letter-spacing: 0.5rem;
		left: 7rem;
		top: 19rem;
		text-transform: uppercase;
		width: 150%;
	}

	.abord_row_size2 {
		margin-top: 12rem;
	}

	.object_shape2 {
		width: 60%;
		margin-left: 24rem;
		padding-top: 3rem;
	}

	.abord_exp_img {
		width: 40%;
		margin-left: 30rem;
	}

	.right_text2 {
		position: absolute;
		margin-left: 2rem;
		width: 40%;
	}

	.explor_header2 {
		font-size: 30px;
		font-weight: 900;
		line-height: 1.2;
	}

	.explor_text2 {
		padding-top: 1.5rem;
		width: 93%;
	}

	.dest_text2 {
		padding-top: 1rem;
		left: 5rem;
	}

	.abord_row_size3 {
		margin-top: 0rem;
	}

	.object_shape3 {
		position: absolute;
		width: 60%;
	}

	.abord_exe_img {
		width: 55%;
	}

	.exe_text3 {
		top: -24rem;
		left: 14rem;
	}

	.right_text3 {
		padding-top: 4rem;
		margin-left: 34rem;
		width: 50%;
	}

	.explor_text3 {
		padding-top: 1.5rem;
		width: 80%;
	}

	.object_shape4 {
		margin-left: 32rem;
		width: 45%;
	}

	.abord_dirt_img {
		position: absolute;
		z-index: 2;
		left: 31rem;
		width: 40%;
	}

	.right_text4 {
		position: relative;
		top: 2rem;
		width: 40%;
	}

	.explor_text4 {
		padding-top: 1.5rem;
	}

	.dirt_text4 {
		top: -7rem;
		left: -10rem;
	}

	.abord_row_size_down {
		margin-top: 22rem;
		padding-bottom: 8rem;
	}*/

	/* 
	----------------------------
	end of PENSAMOS ------------
	----------------------------
	*/

	/* 
	----------------------------
	FAZEMOS --------------------
	----------------------------
	*/

	.atua_change_img {
		margin-top: 2rem;
		margin-left: 6rem;
	}

	.atua_row2 {
		top: 18rem;
	}

	.atua_exp_img {
		position: relative;
		top: -48rem;
		left: -5rem;
	}

	.atua_digital_img {
		margin-top: -4rem;
		margin-right: 0rem;
		margin-left: -2rem;
	}


	.atua_row3 {
		padding-top: 10rem;
		padding-bottom: 8rem;
	}

	/* 
	----------------------------
	end of FAZEMOS -------------
	----------------------------
	*/

	/* 
	----------------------------
	ESTUDOS --------------------
	----------------------------
	*/

	.blog_id {
		padding-top: 3rem;
		padding-bottom: 0rem;
	}

	/* 
	----------------------------
	end of ESTUDOS -------------
	----------------------------
	*/

	/* 
	----------------------------
	2020 -----------------------
	----------------------------
	*/

	.twenty_row_top {
		margin-top: 0rem;
	}

	.mirror_img {
		width: 60%;
		padding-left: 10rem;
		margin-top: 4rem;
	}


	.block_twenty {
		left: 0rem;
		top: -68rem;
		width: 90%;
	}

	.twenty_words_img {
		width: 60%;
		padding-left: 10rem;
		margin-top: 22rem;
	}

	.row_fiction_title {
		margin-top: -10rem;
		padding-bottom: 3rem;
	}

	.row_fiction_title {
		padding-bottom: 1rem;
	}

	.twenty_row_anato {
		margin-top: 10rem;
	}

	.anato_img {
		margin-top: -38rem;
		width: 60%;
		padding-left: 10rem;
	}

	.anato_text {
		top: 46rem;
	}

	.twenty_quote2 {
		position: absolute;
		margin-top: 50rem;
		margin-left: 15rem;
		width: 80%;
	}

	.twenty_quote_name2 {
		position: absolute;
		margin-top: 54rem;
		margin-left: 15rem;
	}

	.quote_id2 {
		position: relative;
		width: 10%;
		margin-top: 48rem;
		margin-left: 8rem;
	}

	.twenty_row_bottom {
		margin-top: 8rem;
		padding-bottom: 4rem;
	}

	.twenty_button_id {
		left: 0%;
	}

	/* 
	----------------------------
	end of 2020 ----------------
	----------------------------
	*/


	/* 
	----------------------------
	TEAM -----------------------
	----------------------------
	*/

	.equipa_header {
		position: absolute;
		top: -1.4rem;
		left: 44%;
	}

	.mission_row {
		width: 110%;
		left: 8rem;
	}


	.stephan_img {
		width: 50%;
	}

	.blockquote-text {
		position: absolute;
		width: 24%;
		top: -10rem;
		left: 22rem;
	}

	.blockquote {
		position: absolute;
		width: 10%;
		top: -22rem;
		left: 22rem;
	}

	.stephan_id {
		margin-top: -6rem;
		padding-left: 0rem;
	}

	.stephan_icon {
		padding-left: 0rem;
		padding-bottom: 6rem;
	}

	.info_id {
		padding-top: 1rem;
		width: 66%;
		padding-left: 16rem;
		margin-bottom: 6rem;
	}

	.candi_img {
		margin-top: 0rem;
		padding-bottom: 0rem;
	}

	.quero_candi_id {
		padding-top: 1rem;
		padding-left: 34%;
		padding-bottom: 4rem;
	}

	.candi_button_id {
		margin-left: 11%;
	}

	/* 
	----------------------------
	end of TEAM ----------------
	----------------------------
	*/


	/* 
	----------------------------
	CONTACTS -------------------
	----------------------------
	*/

	.world_img {
		padding-bottom: 6rem;
		padding-top: 4rem;
	}

	.contact_id {
		padding-bottom: 5.5rem;
		width: 50%;
	}

	/* 
	----------------------------
	end of CONTACTS ------------
	----------------------------
	*/

	.somos_quote {
		width: 50%;
		padding-left: 3rem;
		padding-top: 4rem;
	}

	.about_quote {
		padding: 5rem 5rem 5rem 0rem;
	}

	.essen_world_img {
		margin-top: 4rem;
		margin-bottom: 0rem;
	}

	.about_candi_id {
		padding: 0rem 0rem 6rem 0rem;
	}

	.about_candi_text {
		left: 0rem;
	}

	.text_id {
		padding: 0rem 0rem 4rem 0rem;
	}

	.latest_post {
		margin-top: 4rem;
	}

	.polygon {
		left: 0rem;
	}

	.convic_class {
		width: 18%;
		margin-right: 1rem;
	}

	.valores_row {
		width: 106%;
	}

	.candinfo_id {
		margin-top: 1rem;
		left: 20rem;
	}

	.candinfo_title {
		margin-top: -3rem;
	}

	.candi_ilus {
		margin-bottom: 2rem;
		left: 21rem;
	}

	.mais_button_id {
		font-size: 16px;
		font-weight: 500;
		left: 5rem;
		margin-bottom: 6rem;
		margin-top: -1rem;
	}

	.faber_img {
		width: 60%;
		margin-top: 2rem;
		margin-left: 10rem;
	}

	.faber_text {
		margin-top: 1rem;
		margin-left: 10rem;
		width: 65%;
	}

	.stereo_img {
		width: 60%;
		margin-top: 8rem;
		margin-left: 10rem;
	}

	.stereo_text {
		margin-left: 10rem;
		margin-top: 4rem;
		width: 65%;
	}

	.news_super_img {
		margin-left: 14rem;
		width: 45%;
	}

	.news_super_text {
		margin-left: 10rem;
		margin-top: -1rem;
		width: 65%;
	}

	.news_button_id {
		margin-left: 10rem;
	}

	.margin_gif {
		margin-left: 8rem;
		width: 65%;
	}

	.margin_gif_text {
		margin-left: 10rem;
		margin-top: -3rem;
		width: 65%;
	}

	.news_edge_img {
		margin-left: 12rem;
		width: 55%;
		margin-top: 10rem;
	}

	.news_edge_text {
		margin-left: 10rem;
		margin-top: 4rem;
		width: 65%;
	}

	.news_bottom_row {
		padding-bottom: 10rem;
	}

	#mc_embed_signup {
		width: 60% !important;
		padding-left: 10rem;
	}

	.fa-globe {
		padding-left: 10rem !important;
		margin-right: -10rem !important;
	}

	.fa-facebook-square,
	.news_social {
		padding-left: 10rem !important;
	}

	.column1 {
		margin-left: 2rem;
		width: 30% !important;
	}

	.column2 {
		margin-left: 0rem;
		width: 30% !important;
	}

	.widget_contact_info {
		margin-left: 2rem !important;
		width: 100%
	}

	.jetpack_widget_social_icons {
		margin-left: 2rem !important;
	}

	iframe {
		margin-top: 2rem;
		width: 940px;
		height: 600px;
		margin-bottom: 2rem;
	}

	/* 20200224 */

	.abord_row_size1,
	.abord_row_size2,
	.abord_row_size3,
	.abord_row_size_down {
		margin-top: auto;
	}

	.vc_column_container > .vc_column-inner {
		padding-left: 30px;
    	padding-right: 30px;
	}

	.wpb_column {
	    left: auto;
	    right: auto;
	    top: auto;
	    bottom: auto;
	    display: block;
	    position: relative;
	}

	.twocol-image {
		position: relative;
		width: auto;
    	margin: 0;
    	margin-right: 0;
    	padding-top: 0;
    	padding: 0;
	}

	.twocol-image img {
		left: auto;
	    right: auto;
	    bottom: auto;
	    top: auto;
	    margin: 0;
	}

	.twocol-image p {
		letter-spacing: 0.5rem;
		width: auto;
	}

	.twocol-text {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.twocol-text p {
    	width: auto;
	}

	.twocol-image .subtitle {
	    letter-spacing: 0.5rem;
	    width: 100%;
	    top: auto;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    padding: 0;
	    margin: 0;
	}

	/* Reverter posições em mobile */
	.abord_row_size2 .full_section_inner,
	.abord_row_size_down .full_section_inner {
    	display: flex;
    	flex-direction: column-reverse;
	}

	.twocol-image.object_shape1 {
	   margin-bottom: 30px;
	}

	.twocol-image.object_shape1 img {
	    left: 15%;
	    top: -5%;
	    width: 60%;
	}

	.twocol-image.object_shape1 p {
		left: 21%;
    	top: 75%;
	}

	.twocol-image.object_shape2 {
    	max-height: 460px;
	}

	.twocol-image.object_shape2 img {
    	left: 32%;
	}

	.twocol-image.object_shape2 p {
		width: auto;
	    left: 10%;
	    display: block;
	    padding: 0;
	}

	.twocol-image.object_shape3 {
	   margin-bottom: 20px;
	}

	.twocol-image.object_shape3 img {
	    left: 9%;
	    top: 11%;
	}

	.twocol-image.object_shape3 p {
		left: 40%;
	}

	.twocol-image.object_shape4 {
		padding-top: 85px;
	}

	.twocol-image.object_shape4 img {
		left: 32%;
		max-width: 310px;
	}

	.twocol-image.object_shape4 .shape_4 {
		margin-left: 20%;
	}

	.twocol-image.object_shape4 p {
	    left: 10%;
    	top: -7.5rem;
	}

	.twocol-text.right_text4 {
	    top: auto;
	}

	.abord_row_size_down {
	    margin-top: auto;
	    padding-bottom: 60px;
	}

	.twocol-image.object_shape1,
	.twocol-image.object_shape2,
	.twocol-image.object_shape3,
	.twocol-image.object_shape4 {
		max-width: 600px;
	}
}


@media screen and (max-width: 1200px) {
	/* Footer */

	.three_columns.clearfix {
	    padding: 0 50px;
	}

	.column1.footer_col1 {
	    width: 50% !important;
	    position: relative;
	    float: none;
	    display: inline-flex;
	    margin: 0;
	}

	.column2.footer_col2 {
	    width: 49% !important;
	    float: none;
	    position: relative;
	    display: inline-flex;
	    margin: 0;
	}

	.column3.footer_col3 {
	    width: 100%;
	    position: relative;
	    float: none;
	}

	.three_columns .column3 .column_inner {
	    padding: 0;
	}

	.footer_top .three_columns .column3 .column_inner > div {
    	margin: 20px 0 0 0 !important;
	}


}


/* 
----------------------------
< 768 (tablet / ipad) ------
----------------------------
*/

@media screen and (max-width: 768px) {

	.fa-bars {
		font-size: 1.3rem;
	}


	/*----- Home-----*/
	.front_text {
		font-size: 120px;
		font-weight: 700;
		letter-spacing: -10px;
		position: relative;
		top: 10rem;
		color: #000;
	}

	.text0 {
		line-height: 0px;
		left: 6%;
	}

	.text1 {
		line-height: 90px;
		left: 27%;
		margin-bottom: 26px;
		font-size: 130px;
	}

	.text2 {
		line-height: 94px;
		left: 21%;
		font-size: 100px;
		margin: -30px;
		width: 80%;
	}

	.text3 {
		line-height: 4px;
		left: 40%;
		font-size: 120px;
	}


	.home_shape {
		margin-top: -54%;
		margin-left: 10%;
	}


	.essen_one_text {
		padding-top: 18rem;
		padding-left: 5rem;
		width: 98%;
	}

	.item_title_s,
	.item_desc {
		width: 76%;
	}


	.inov_map {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-color: #dbdbdb;
		height: 245px;
		opacity: 1;
	}


	.super_logo_img {
		width: 90%;
		top: 52%;
	}

	.item_title {
		width: 80%;
	}

	.item_desc {
		width: 90%;
	}

	.edge_title {
		width: 100%;
	}


	.edge_logo_img {
		width: 60%;
		margin-left: 4%;
		margin-bottom: 30%;
		z-index: 2;
	}

	.edge_gif {
		width: 80%;
		left: 80%;
		top: 54%;
	}

	/*----- Home-----*/

	/*----- Pensamos -----*/
/*	.abord_row_size1 {
		margin-top: 2rem;
	}

	.right_text {
		margin-top: 28rem;
		margin-left: 5rem;
	}


	.object_shape1 {
		position: absolute;
		z-index: 1;
		left: 2%;
	}

	.abord_row_size2 {
		margin-top: 6rem;
	}


	.abord_right_content {
		left: 0rem;
	}

	.explor_header2 {
		width: 80%;
	}

	.right_text2 {
		margin-top: 0rem;
		margin-left: 4rem;
		width: 88%;
	}


	.abord_exp_img {
		left: 2rem;
		width: 62%;
	}


	.dest_text2 {
		position: relative;
		font-size: 12px;
		font-weight: 900;
		line-height: 2;
		letter-spacing: 0.5rem;
		text-transform: uppercase;
		width: 137%;
		top: -11rem;
		left: 9rem;
	}


	.abord_row_size3 {
		margin-top: 2rem;
	}

	.abord_exe_img {
		position: absolute;
		z-index: 2;
		bottom: 5rem;
		left: 4rem;
		width: 56%;
	}

	.exe_text3 {
		position: relative;
		width: 100%;
		top: -2rem;
		left: 14rem;
	}

	.right_text3 {
		margin-top: 2rem;
		margin-left: 4rem;
		width: 100%;
	}

	.explor_header3 {
		font-size: 30px;
		font-weight: 900;
		line-height: 1.2;
		bottom: 1rem;
	}

	.object_shape4 {
		margin-left: 11rem;
		margin-right: 1rem;
		margin-top: -16rem;
	}

	.abord_dirt_img {
		position: absolute;
		z-index: 2;
		bottom: 2rem;
		left: 8.5rem;
		width: 55%;
	}


	.abord_right_content2 {
		left: 4rem;
		top: 6rem;
	}

	.right_text4 {
		top: 24rem;
		margin-top: 10rem;
		margin-left: 4rem;
		width: 80%;
	}

	.explor_header4 {
		font-size: 30px;
		font-weight: 900;
		line-height: 1.2;
		bottom: 1rem;
	}

	.explor_text4 {
		font-size: 1rem;
		line-height: 180%;
		font-weight: 300;
		padding-top: 1.5rem;
	}

	.dirt_text4 {
		width: 100%;
		top: -8.5rem;
		left: -10rem;
	}

	.abord_row_size_down {
		margin-top: 0rem;
		padding-bottom: 26rem;
	}*/

	/*----- Pensamos -----*/



	/*----- Fazemos -----*/

	.atua_row_top {
		padding-top: 3rem;
	}

	.atua_row1 {
		padding-top: 0rem;
	}


	/*----- Fazemos -----*/




	/* Estudos */
	.blog_id {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}



	/* Equipa */
	.equipa_header {
		position: absolute;
		top: -1.4rem;
		left: 17.1rem;
	}

	.equipa_id {
		padding-top: 4rem;
	}


	.mission_row {
		width: 100%;
		left: 1rem;
	}


	.down_row {
		padding-bottom: 0rem;
	}

	.blockquote-text {
		width: 32%;
		top: 8rem;
		left: 16rem;
	}

	.blockquote {
		width: 10%;
		top: -3rem;
		left: 17rem;
	}

	.with_quote_icon {
		left: 24rem;
	}

	.stephan_img {
		width: 50%;
		position: absolute;
	}

	.stephan_id {
		padding-top: 26rem;
	}

	.info_id {
		padding-left: 11rem;
		width: 70%;
	}



	/* Contactos */

	.world_img {
		padding-bottom: 3rem;
		padding-top: 0rem;
	}

	.contact_id {
		padding-left: 28%;
		padding-bottom: 5.5rem;
		width: 100%;
	}

	/* Somos */
	.vc_col-sm-8 {
		width: 80%;
		margin-left: 10%;
	}


	.somos_quote {
		padding-top: 0rem;
	}

	.about_quote {
		padding: 0rem 0rem 3rem 0rem;
		width: 66%;
	}


	.essen_world_img {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.about_candi_id {
		padding: 0rem 0rem 6rem 0rem;
	}


	.about_candi_text {
		position: relative;
		left: 0rem;
		z-index: 2;
		width: 55%;
	}


	/* Imprensa */
	.latest_post {
		margin-top: 4rem;
	}


	/* Candidaturas */
	.value_row {
		margin-top: 0rem;
		width: 100%;
	}


	.valores_id {
		padding-bottom: 20rem;
	}

	.convic_class {
		width: 100%;
		left: 6rem;
		padding-bottom: 2rem;
	}

	.valores_row {
		padding-top: 1rem;
	}

	.candidatar_header {
		padding-bottom: 2rem;
	}

	.candinfo_id {
		margin-top: 1rem;
		left: 31%;
	}

	.candi_ilus {
		margin-bottom: 0rem;
		left: 34%;
	}

	.mais_button_id {
		font-size: 16px;
		top: 2rem;
		font-weight: 500;
		left: 12%;
		margin-bottom: 6rem;
	}

	.candidatura_row2 {
		margin-top: 0rem;
	}

	.candidatura_row3 {
		margin-top: 4rem;
		padding-bottom: 4rem;
	}

	.candespon_id {
		width: 100%;
		margin-top: 0rem;
		left: 28%;
	}

	.candinfo_title {
		width: 50%;
	}


	/*----- 2020 -----*/
	.mirror_img {
		padding-left: 8rem;
	}


	.block_twenty {
		top: -50rem;
		width: 100%;
	}

	.anato_img {
		margin-top: -54rem;
		width: 80%;
		padding-left: 4rem;
	}

	.anato_text {
		top: 44rem;
	}

	.twenty_quote2 {
		margin-top: 68rem;
		margin-left: 8rem;
		width: 80%;
	}

	.twenty_quote_name2 {
		margin-top: 74rem;
		margin-left: 8rem;
	}

	.quote_id2 {
		width: 12%;
		margin-top: 66rem;
		margin-left: 2rem;
	}


	.twenty_row_bottom {
		margin-top: 10rem;
	}

	/*----- 2020 -----*/


	/* Newsletter */
	.news_button_id {
		margin-left: 12rem;
	}

	.faber_img {
		width: 80%;
		margin-top: 2rem;
		margin-left: 4rem;
	}

	.faber_text {
		margin-top: 1rem;
		margin-left: 5rem;
		width: 80%;
	}


	.stereo_img {
		width: 80%;
		margin-top: 8rem;
		margin-left: 4rem;
	}

	.stereo_text {
		margin-left: 5rem;
		margin-top: 4rem;
		width: 80%;
	}


	.news_super_img {
		margin-left: 8rem;
		width: 60%;
	}

	.news_super_text {
		margin-left: 5rem;
		margin-top: -1rem;
		width: 76%;
	}


	.margin_gif {
		margin-left: 2rem;
		width: 85%;
	}

	.margin_gif_text {
		margin-left: 5rem;
		margin-top: -3rem;
		width: 70%;
	}


	.news_edge_img {
		margin-left: 6rem;
		width: 70%;
		margin-top: 10rem;
	}

	.news_edge_text {
		margin-left: 5rem;
		margin-top: 4rem;
		width: 76%;
	}

	.news_bottom_row {
		padding-bottom: 10rem;
	}

	#mc_embed_signup {
		width: 60% !important;
		padding-left: 8rem;
	}

	.fa-globe {
		padding-left: 8rem !important;
		margin-right: -8rem !important;
	}

	.fa-facebook-square,
	.news_social {
		padding-left: 8rem !important;
	}



	/* Header */
	.header_bottom {
		height: 80px !important;
	}

	.mobile_menu_button,
	.logo_wrapper {
		height: 80px !important;
	}

	.mobile_menu,
	.full_width {
		top: -3rem !important;
	}

	/* Footer */
	.column1 {
		margin-left: -1rem;
		width: 38% !important;
	}

	.column2 {
		margin-left: -2rem;
		width: 30% !important;
	}

	.widget_contact_info {
		margin-left: 0rem !important;
		width: 132%
	}

	.jetpack_widget_social_icons {
		margin-left: 0rem !important;
	}


	/* Artigos */
	iframe {
		width: 600px;
		height: 440px;
	}

	.twocol-image.object_shape4 {
    	max-height: 370px;
	}

	.twocol-image.object_shape2 {
	    max-height: 420px;
	}





}






/* 
----------------------------
enf of < 768 (tablet / ipad)
----------------------------
*/

/* 
----------------------------
< 640 (tablet / ipad) ------
----------------------------
*/

@media screen and (max-width: 640px) {
	.ajax_loader_1 {
		right: 1rem;
		width: 50%;
	}

	.fa-bars {
		font-size: 1.1rem;
	}

	.row-1-top {
		padding-top: 8rem;
	}

	.front_text {
		font-size: 70px;
		letter-spacing: -8px;
		top: 5rem;
	}

	.text0 {
		line-height: 0px;
		left: 6%;
	}

	.text1 {
		line-height: 56px;
		left: 27%;
		margin-bottom: 26px;
		font-size: 80px;
	}

	.text2 {
		line-height: 82px;
		left: 26%;
		font-size: 60px;
		margin: -30px;
		width: 80%;
	}

	.text3 {
		line-height: 0px;
		left: 42.3%;
		font-size: 70px;
	}

	.essen_one_text {
		padding-top: 8rem;
		padding-left: 1rem;
		width: 100%;
	}

	.home_shape {
		width: 60px;
		margin-top: -98%;
		margin-left: 20%;
	}

	.line_one_t {
		font-size: 16px;
		font-weight: 500;
		line-height: 2;
	}

	.front_one_t,
	.wel_one_t {
		font-size: 18px;
		width: 110%;
		line-height: 1.5;
	}

	.ess_button_id {
		font-size: 16px;
		top: 3rem;
		left: 0rem;
		font-weight: 500;
	}

	.inov_map {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-color: #dbdbdb;
		height: 245px;
		opacity: 1;
	}

	.first_body {
		margin: 30px;
	}

	.item_img_l {
		position: relative;
		top: 0%;
		left: 0%;
		z-index: 1;
		min-width: 100%;
		min-height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		align-content: center;
	}

	.item_img_s {
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 1;
		max-width: 150%;
		min-width: 100%;
		min-height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		align-content: center;
	}

	.inov_map.gradient:after {
		position: absolute;
		bottom: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(1turn, rgba(10, 10, 10, .6), rgba(10, 10, 10, 0) 60%);
		content: "";
	}

	.super_logo_img {
		width: 70%;
		padding-top: 12%;
	}

	.super_img {
		width: 100%;
	}

	.super_pod_title {
		color: #fff;
		font-size: 1.3rem;
		line-height: 120%;
		font-weight: 700;
		margin-left: 1rem;
		margin-bottom: 3rem;
		width: 70%;
	}

	.item_text_s {
		width: calc(90% - 0rem);
		padding: 0px 0px 0;
		position: relative;
		z-index: 3;
	}

	.item_text {
		width: 100%;
		padding: 10px 10px 0;
		position: relative;
		z-index: 3;
	}

	.item_title_s {
		color: #fff;
		font-weight: 900;
		font-size: 20px;
		margin-left: 1rem;
		margin-bottom: 2rem;
		text-shadow: 0 1px 1rem rgba(15, 15, 15, 0.3);
		width: 100%;
		line-height: 1.2;
	}

	.news_title,
	.junta_title {
		color: #fff;
		font-weight: 700;
		font-size: 24px;
		margin-left: 1rem;
		margin-bottom: 0.5rem;
		width: 110%;
	}

	.item_desc {
		color: #fff;
		font-weight: 500;
		font-size: 1.1rem;
		margin-bottom: 2.5rem;
		margin-left: 1rem;
		line-height: 1.3;
		width: 84%;

	}

	.inov_map.hover {
		overflow: visible;
	}

	.inov_map:hover .item__shape {
		-webkit-transform: translateX(1rem) rotate(310deg);
		transform: translateX(1rem) rotate(310deg);
	}

	.first_img {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		object-fit: cover;
		transform: translate(-50%, -50%) scale(2);
		transform-origin: center;
		transition: transform 1s cubic-bezier(.25, .46, .45, .94) .1s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) .1s;
	}

	.first_body:hover .first_img {
		-webkit-transform: translate(-50%, -50%) scale(2.1) rotate(3deg);
		transform: translate(-50%, -50%) scale(2.2) rotate(3deg);
	}

	.edge_title {
		color: #fff;
		margin-bottom: 2rem;
		font-size: 1.5rem;
		line-height: 120%;
		font-weight: 700;
		margin-left: 1rem;
		width: 110%;
		text-shadow: 0 1px 1rem rgba(15, 15, 15, 0.3);
	}

	.edge_logo_img {
		width: 86%;
		margin-left: 8%;
		margin-bottom: 40%;
		z-index: 2;
	}

	.edge_gif {
		width: 60%;
		padding-left: 26%;
		padding-bottom: 2%;
	}

	.row-1-top a {
		height: 280px;
	}

	.row-2-center a {
		height: 500px;
	}

	.row-3-bottom a {
		height: 500px;
	}

	.row-4-bottom a {
		height: 200px;
	}

	.row-4-bottom {
		padding-bottom: 5rem;
	}

	.cade_subtitle,
	.mapping_subtitle {
		font-size: 16px;
		font-weight: 500;
		margin-top: 2rem;
		position: relative;
		z-index: 2;
	}

	.cade_title,
	.mapping_title {
		font-size: 30px;
		width: 100%;
		line-height: 1.3;
		margin-top: 1rem;
		position: relative;
		z-index: 2;
	}

	.cade_text,
	.mapping_text {
		padding-top: 1rem;
		position: relative;
		z-index: 2;
		font-size: 1rem;
		line-height: 1.3;
	}

	.cade_shape,
	.mapping_shape {
		position: absolute;
		margin-top: -14%;
		margin-left: -8%;
		z-index: 1;
		width: 120px;
		height: 120px;
	}

	.cade_row,
	.mapping_row {
		padding-top: 2rem;
	}

	.cade_right_text,
	.map_right_text {
		margin-top: 0rem;
		margin-left: 1rem;
		width: 90%;
	}

	.cade_left_text {
		margin-top: 14rem;
		margin-left: 2rem;
		width: 90%;
	}

	.cade_mock_img2 {
		top: -29rem;
		z-index: -1;
		margin-bottom: -12rem;
	}

	.map_left_text {
		margin-top: 18rem;
		margin-left: 2rem;
		width: 90%;
	}

	.mapping_mock_img2 {
		top: -34rem;
		z-index: -1;
		margin-bottom: -16rem;
	}

	.cade_header3 {
		padding-top: 3rem;
	}

	/*.abord_header {
		top: -1rem;
	}

	.abord_row_size1 {
		margin-top: 6rem;
	}

	.object_shape1 {
		left: 22%;
	}

	.right_text {
		margin-top: 20rem;
		margin-left: 1rem;
		width: 110%;
	}

	.shape_1 {
		width: 36%;
		margin-top: -4rem;
	}

	.abord_explore_img {
		width: 80%;
		left: -1rem;
	}

	.dest_text1 {
		letter-spacing: 0.3rem;
		left: 1.5rem;
		top: 11.5rem;
	}


	.object_shape2 {
		width: 100%;
		margin-left: 1rem;
		padding-top: 4rem;
	}

	.abord_exp_img {
		margin-left: 6rem;
		width: 65%;
	}

	.right_text2 {
		margin-top: 22rem;
		margin-left: 1rem;
		width: 110%;
	}

	.dest_text2 {
		letter-spacing: 0.3rem;
		top: -8rem;
		left: 0rem;
	}

	.abord_row_size3 {
		margin-top: 16rem;
	}

	.abord_exe_img {
		position: absolute;
		z-index: 2;
		bottom: 6rem;
		left: 8rem;
		width: 58%;
	}

	.shape_3 {
		margin-left: 9rem;
		width: 100%;
	}

	.exe_text3 {
		font-size: 12px;
		top: -2rem;
		left: 1rem;
		letter-spacing: 0.3rem;
		width: 100%;
	}

	.right_text3 {
		margin-top: 2rem;
		margin-left: 1rem;
		width: 100%;
	}

	.explor_header3 {
		font-size: 30px;
		font-weight: 900;
		line-height: 1.2;
		bottom: 1rem;
	}

	.object_shape4 {
		margin-left: 6rem;
		margin-right: 1rem;
		margin-top: -16rem;
	}

	.abord_dirt_img {
		position: absolute;
		z-index: 2;
		bottom: 2rem;
		left: 2.6rem;
		width: 70%;
	}

	.shape_4 {
		margin-left: -3rem;
		width: 120%;
	}

	.abord_right_content2 {
		left: 4rem;
		top: -6rem;
	}

	.right_text4 {
		top: 16rem;
		margin-left: 1rem;
		width: 80%;
	}

	.explor_header4 {
		font-size: 30px;
		font-weight: 900;
		line-height: 1.2;
		bottom: 1rem;
	}

	.explor_text4 {
		width: 110%;
	}

	.dirt_text4 {
		letter-spacing: 0.3rem;
		top: -3.5rem;
		left: -7rem;
	}

	.abord_row_size_down {
		margin-top: 0rem;
		padding-bottom: 20rem;
	}*/

	.oferta_header,
	.abord_header {
		top: -1rem;
	}

	.atua_row1 {
		padding-top: 4rem;
	}

	.atua_top_img {
		width: 100%;
		margin-left: 0rem;
	}

	.atua_change_img {
		margin-top: 0rem;
		margin-right: 0rem;
		margin-left: 1rem;
	}

	.atua_row2 {
		top: 10rem;
	}

	.atua_exp_img {
		margin-top: -20rem;
		margin-left: 3rem;
		left: -1rem;
	}

	.atua_side_text {
		padding-top: 6rem;
	}

	.atua_digital_img {
		margin-top: 32rem;
	}

	.atua_row3 {
		top: -20rem;
		padding-bottom: 0rem;
	}

	.subtext_bottom {
		margin-bottom: -14rem !important;
	}

	.press_header {
		top: -1rem;
	}

	.latest_post {
		margin-top: 4rem;
	}

	.econ_header {
		top: -1rem;
	}

	.blog_id {
		padding-top: 4rem;
		padding-bottom: 0rem;
	}

	.twenty_row_top {
		margin-top: 0rem;
	}

	.mirror_img {
		width: 80%;
		padding-left: 1.5rem;
		margin-top: 4rem;
	}

	.block_twenty {
		left: 0rem;
		top: -48rem;
		width: 100%;
	}

	.twenty_words_img {
		width: 90%;
		padding-left: 1rem;
		margin-top: 20rem;
	}

	.row_fiction_title {
		margin-top: -16rem;
		padding-bottom: 1rem;
	}

	.block_fiction {
		padding-right: 0rem;
	}

	.twenty_row_anato {
		margin-top: 8rem;
	}

	.anato_img {
		margin-top: -52rem;
		width: 100%;
		padding-left: 0rem;
	}

	.anato_text {
		top: 26rem;
		width: 106%;
	}

	.quote_id2 {
		position: relative;
		width: 16%;
		margin-top: 58rem;
		margin-left: 2rem;
	}

	.twenty_quote2 {
		position: absolute;
		margin-top: 60rem;
		margin-left: 6rem;
		width: 60%;
	}

	.twenty_quote_name2 {
		position: absolute;
		margin-top: 67rem;
		margin-left: 6rem;
	}

	.twenty_row_bottom {
		margin-top: 12rem;
		padding-bottom: 4rem;
	}

	.twenty_button_id {
		left: 0%;
	}

	.equipa_header {
		position: absolute;
		top: -0.8rem;
		left: 8.1rem;
	}

	.equipa_id {
		padding-top: 4rem;
	}

	.mission_row {
		padding-top: 2rem;
		width: 100%;
		left: 0.9rem;
		text-align: center !important;
	}

	.down_row {
		padding-bottom: 0rem;
	}

	blockquote i.fa,
	.blockquote-text {
		display: none;
	}

	.stephan_img {
		width: 90%;
		left: 1rem;
	}

	.stephan_id {
		padding-top: 25rem;
		padding-left: 2rem;
	}

	.stephan_icon {
		padding-bottom: 2rem;
		padding-left: 2rem;
	}

	.info_id {
		padding-left: 2rem;
		padding-bottom: 0rem;
		width: 90%;
	}

	.cyril_img {
		margin-top: 3rem
	}

	.candi_img {
		margin-top: -2rem;
		padding-bottom: 0rem;
	}

	.quero_candi_id {
		padding-left: 19%;
		padding-bottom: 2rem;
	}

	.candi_button_id {
		margin-left: 9%;
	}

	.conex_header {
		top: -1rem;
	}

	.world_img {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.contact_id {
		padding-left: 3rem;
		padding-bottom: 3.5rem;
		width: 90%;
	}

	.top_row {
		margin-top: 0rem;
	}

	.essen_header {
		top: -1rem;
	}

	.somos_quote {
		padding-top: 1rem;
	}

	.about_quote {
		left: 3.5rem;
		width: 98%;
	}

	.about_candi_text {
		left: 0rem;
		width: 100%;
	}

	.empr_header {
		top: -1rem;
	}

	.value_row {
		margin-left: 1rem;
		width: 80%;
	}

	.convic_class {
		left: 2rem;
		width: 80%;
	}

	.candi_ilus {
		left: 4rem;
		bottom: 1rem;
	}

	.candinfo_title {
		margin-left: 2rem;
		width: 80%;
	}

	.candinfo_id {
		left: 11%;
	}

	.candi_mais_button {
		margin-left: 2rem;
	}

	.news_button_id {
		margin-left: 2rem;
	}

	.faber_img {
		width: 80%;
		margin-top: 0rem;
		margin-left: 2rem;
	}

	.faber_text {
		margin-top: 1rem;
		margin-left: 1rem;
		width: 90%;
	}

	.stereo_img {
		width: 80%;
		margin-top: 8rem;
		margin-left: 2rem;
	}

	.stereo_text {
		margin-left: 1rem;
		margin-top: 2rem;
		width: 90%;
	}

	.news_super_img {
		margin-left: 2.5rem;
		width: 70%;
		margin-top: 6rem;
	}

	.news_super_text {
		margin-left: 1rem;
		margin-top: -2rem;
		width: 90%;
	}

	.margin_gif {
		margin-top: 4rem;
		margin-left: 1rem;
		width: 85%;
	}

	.margin_gif_text {
		margin-left: 1rem;
		margin-top: -2rem;
		width: 90%;
	}

	.news_edge_img {
		margin-left: 3rem;
		width: 70%;
		margin-top: 10rem;
	}

	.news_edge_text {
		margin-left: 1rem;
		margin-top: 3rem;
		width: 90%;
	}

	.news_bottom_row {
		padding-bottom: 8rem;
	}

	#mc_embed_signup {
		width: 80% !important;
		padding-left: 2rem;
	}

	.fa-globe {
		padding-left: 2rem !important;
		margin-right: -2rem !important;
	}

	.fa-facebook-square,
	.news_social {
		padding-left: 2rem !important;
	}

	.quero_candi_id {
		padding-top: 0rem;
	}

	.header_bottom {
		height: 60px !important;
	}

	.mobile_menu_button,
	.logo_wrapper {
		height: 70px !important;
	}

	.mobile_menu,
	.full_width {
		top: -2.5rem !important;
	}

	.column1 {
		width: 100% !important;
	}

	.column2 {
		width: 100% !important;
	}

	.widget_contact_info {
		margin-left: 0rem !important;
		width: 132%
	}

	.jetpack_widget_social_icons {
		margin-left: 0rem !important;
	}

	.three_columns {
		padding-left: 2rem !important;
	}

	.entry_title {
		line-height: 34px;
	}

	iframe {
		width: 300px;
		height: 280px;
	}


	/* 20200224 */

	.container_inner {
	    width: auto;
	    margin: 0 15px;
	}

	.twocol-image.object_shape1,
	.twocol-image.object_shape2,
	.twocol-image.object_shape3,
	.twocol-image.object_shape4 {
		margin-bottom: 25px;
	}

	.twocol-image.object_shape1 p,
	.twocol-image.object_shape2 p,
	.twocol-image.object_shape3 p,
	.twocol-image.object_shape4 p {
		position: relative;
	    top: auto;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    letter-spacing: 0.5rem;
	}

	.twocol-image.object_shape1 .shape_1 {
    	height: 180px;
    	margin-left: -80px;
	}

	.twocol-image.object_shape1 img {
	    width: 50%;
	}

	.twocol-image.object_shape4 {
	    padding-top: 35px;
	}

	.abord_row_size1 {
		margin-top: 25px;
	}

	.twocol-image.object_shape2 {
    	max-height: 100%;
	}





	.column1.footer_col1,
	.column2.footer_col2 {
    	width: 100% !important;
    	display: block;
	}

	.three_columns .column_inner {
		padding: 0 !important;
	}

	.footer_top .three_columns .column2 .column_inner > div {
		margin: 0 !important;
	}






}

/* 
----------------------------
end of < 640 (tablet / ipad) 
----------------------------
*/

.texting {
	z-index: 6;
}

.blue_element {
	position: absolute;
	width: 30rem;
	height: 45rem;
	z-index: -1;
	top: -3rem;
	left: 6rem;
	animation: spin 9s ease infinite;
}

.row_one:hover .blue_element {
	animation-play-state: paused;
}

#menu-main-menu-1 {
	text-align: center;
}

mark {
	background-color: #aeaeae;
	color: #ffffff;
}

.sharedaddy,
.comment_holder,
.post_comments,
.dots,
.empty_space,
.post_info,
.tags_text,
.entry_date {
	display: none !important;
}

.entry_title {
	padding-bottom: 1rem;
}

.home div.container_inner {
	padding: 0px 0 0 !important;
}

.page-home__introduction {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	padding: 10rem 0;
}

.page-home__title {
	font-weight: 500;
	position: relative;
	z-index: 1;
	font-family: Montserrat, sans-serif;
	color: #111111;
}

.page-home__now {
	bottom: 0;
	color: #aaaaaa;
	display: block;
	font-weight: 700;
	position: absolute;
	white-space: nowrap;
	z-index: -1;
	opacity: 0.8;
}

.custom-programs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: left;
	clear: none;
	width: 100%;
}

.jetpack_widget_social_icons {
	padding-top: 1rem;
}

.faber_footer {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	font-size: 14px;
}