/*.otgs-development-site-front-end { display: none; }
@import url('header.css');*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: "cabin";
  src: url("../fonts/Cabin-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.font_Cabin {
  font-family: cabin, sans-serif;
  vertical-align: baseline;
}

@font-face {
  font-family: "cabin";
  src: url("../fonts/Cabin-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "cabin";
  src: url("../fonts/Cabin-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "montserratlight";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
}

.font_Montserrat-Light {
  font-family: montserratlight, sans-serif;
  vertical-align: baseline;
}

@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}

.font_Montserrat-Medium {
  font-family: montserratmedium, sans-serif;
  vertical-align: baseline;
}

.compose-mode .vc_controls {
  position: initial !important;
}

html {
  max-width: 100vw !important;
}

body {
  background-color: #fff;
  color: var(--color_dark);
  font-size: 15px;
  font-family: montserrat, sans-serif;

  opacity: 0;
  transition: opacity 0.2s;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

.wp-site-blocks {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;

  color: inherit;
}

a:hover {
  color: var(--color_green);
}

strong {
  font-weight: bold;
}

.BUtils2_OVERLAY {
  background: rgba(255, 255, 255, 0);
}

:root {
  --page_padding: 90px;
  --header_height: 112px;
  --header_upper_height: 30px;

  --header_rollover_bg: rgba(255, 255, 255, 0.95);

  /*--color_green: #00bb42;*/
  --color_white: #ffffff;
  --color_green: #42ac47;
  --color_green_hover: #33ca68;
  --color_dark: #5a5a5a;
  --color_dark2: #101010;
  --color_form_gray: #7d7c7c;
  --color_bg_dark: #1d1c1c;
  --color_dark_text: #4a4a4a;
  --color_news_text: #595959;
  --color_news_bg: #f0f0f0;
  --color_light_gray: #b7bcc3;
  --color_button_gray: rgb(70, 70, 70);

  --tab_button_height: 48px;
  --tab_button_margin: 10px;

  --maxW: 1440px;
  --maxHW: calc(var(--maxW) * 1);

  --card_width: 394px;
}

.maxW {
  margin: auto;
  max-width: var(--maxW);
}

.maxHW {
  margin: auto;
  max-width: var(--maxHW);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header_height);
  z-index: 5000;

  background-color: rgba(0, 0, 0, 0.43);
  border-bottom: 2px var(--color_green) solid;
  transition: background-color 0.5s, border-color 0.5s;
}

header[scrolled="true"] {
  background-color: rgba(0, 0, 0, 1);
}

header[opened="true"] {
  background-color: #fff;
  border-color: #fff;
}

/*header[opened="true"] .header_lang_link { color: var(--color_bg_dark); }*/
/*header[opened="true"] .header_logo path { fill: var(--color_green) !important; }*/
header[opened="true"] .header_logo img:last-child {
  opacity: 1;
}

.header_logo {
  display: inline-block;
  flex: 0 0 172px;
}

.header_logo img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.header_logo img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.header_logo:hover img:last-child {
  opacity: 1;
}

/*.header_logo:hover path {
	fill: var(--color_green) !important;
}
.header_logo svg { width: 100%; height: auto; }
.header_logo path { transition: fill .5s; }
*/

.wpml-floating-language-switcher {
  position: fixed;
  width: 100%;
  left: 0;
  top: 1em;
  text-align: center;
  font-size: 11px;
  z-index: 5001;
}

.wpml-floating-language-switcher * {
  display: inline-block;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--color_green);
}

.wpml-floating-language-switcher-inner {
  text-align: right;
  padding: 0 var(--page_padding) !important;
  width: 100%;
  max-width: var(--maxW);
}

.wpml-floating-language-switcher li:first-child {
  border-right: 1px var(--color_green) solid;
  padding-right: 0.5em !important;
  margin-right: 0.5em !important;
}

.wpml-floating-language-switcher .wpml-ls-bracket {
  display: none;
}

.wpml-floating-language-switcher .wpml-ls-display,
.wpml-floating-language-switcher .wpml-ls-native {
  display: inline-block;
  height: 100%;
  /*	color: transparent;*/
}

.wpml-floating-language-switcher .wpml-ls-native[to_change="true"] {
  color: #fff;
}

.wpml-floating-language-switcher[opened="true"],
.wpml-floating-language-switcher[opened="true"] .wpml-ls-native[to_change="true"] {
  color: var(--color_bg_dark);
}

.wpml-floating-language-switcher .wpml-ls-native {}

.wpml-floating-language-switcher .wpml-ls-display {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: green;
}

.header_mainmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 var(--page_padding);
}

.header_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: roboto;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_smarttia_cont {}

.header_smartia_logo {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.header_smartia_logo img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.75s;
}

.header_smartia_logo img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.header_smartia_logo:hover img:first-child {
  opacity: 0;
}

.header_smartia_logo:hover img:last-child {
  opacity: 1;
}

/*
.header_smartia_logo svg,
.header_smartia_logo img {
	width: 100%;
	height: auto;
}
.header_smartia_logo path { transition: fill .5s; }
.header_smartia_logo:hover path {
	fill: var(--color_green) !important;
}
*/
.header_option {
  display: inline-block;
  margin: 0 1.5em;
  font-family: roboto;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.5s;
}

.header_option[fixed="true"],
.header_option[current="true"],
.header_option:hover {
  color: var(--color_green);
}

.header_menu_circle {
  display: inline-block;
  position: fixed;
  left: -15px;
  top: calc(var(--header_height) - 6px);
  width: 10px;
  height: 10px;
  background-color: var(--color_green);
  border-radius: 50%;
  z-index: 5010;
  transition: left 0.5s;
}

.header_menu_lang {
  position: absolute;
  top: 1em;
  right: var(--page_padding);
  font-size: 11px;
}

.header_lang_link {
  margin: 0 0.25em;
  color: #fff;
  vertical-align: middle;
}

.header_lang_link[lang="es"][current="es"],
.header_lang_link[lang="en"][current="en"] {
  color: var(--color_green);
  pointer-events: none;
  cursor: default;
}

.header_submenu {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;

  text-align: center;

  pointer-events: none;
  opacity: 0;

  transition: opacity 0.5s;
}

.header_submenu[show="true"] {
  pointer-events: auto;
  opacity: 1;
}

.header_suboption {
  font-family: roboto;
  font-weight: 300;
  padding: 0.75em 1em;
  color: #fff;
  font-size: 15px;
  transition: color 0.5s;
}

.header_suboption[current="true"],
.header_suboption:hover {
  color: var(--color_green);
}

.menu_button {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 28px;
  height: 28px;
}

.menu_button::after,
.menu_button::before,
.menu_button span {
  display: inline-block;
  pointer-events: none;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.menu_button span {
  flex: 0 0 3px;
  transition: width 0.25s;
}

.menu_button::after,
.menu_button::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.25s;
}

.menu_button::after {
  top: 2px;
  transform-origin: 0 calc(50% + 3px);
}

.menu_button::before {
  bottom: 1px;
  transform-origin: 0 calc(50% - 3px);
}

.menu_button[opened="true"]::after,
.menu_button[opened="true"]::before,
.menu_button[opened="true"] span {
  background-color: var(--color_dark);
}

.menu_button[opened="true"]::after {
  transform: rotate(45deg);
}

.menu_button[opened="true"]::before {
  transform: rotate(-45deg);
}

.menu_button[opened="true"] span {
  width: 0;
}

.header_menu_mobile {
  position: fixed;
  top: var(--header_height);
  left: 100%;
  width: 75vw;
  height: calc(100vh - var(--header_height));
  padding: 0 var(--page_padding);
  background-color: #fff;
  opacity: 0;
  transition: left 0.25s, opacity 0.25s;
  overflow-x: hidden;
  pointer-events: none;
}

.header_menu_mobile[opened="true"] {
  opacity: 1;
  pointer-events: auto;
  left: 25%;
}

.header_submenu_mobile,
.header_menu_mobile_inner {
  position: absolute;
  top: 30px;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 var(--page_padding);

  transition: left 0.5s;
  background-color: #fff;
}

.header_menu_mobile_cont {
  position: absolute;
  left: var(--page_padding);
  bottom: 10vh;
  width: calc(100% - calc(var(--page_padding) * 2));
  font-family: "Roboto", sans-serif;
}

.header_submenu_mobile {
  left: 110%;
  background-color: #fff;
}

.header_menu_mobile a {
  font-weight: 300;
}

.header_submenu_mobile [ui_role="submenu"] {
  position: absolute;
  left: var(--page_padding);
  bottom: 60px;
  width: calc(100vh - calc(var(--page_padding) * 2));
}

.mobile_suboption {
  margin-top: 3.5vh;
}

.mobile_suboption:last-child {
  margin-bottom: 3.5vh;
}

.header_submenu_mobile_close {
  position: absolute;
  left: var(--page_padding);
  bottom: 30px;
  height: 29px;
  width: auto;
}

.mobile_suboption,
.mobile_option {
  display: block;
  font-size: 24px;
  margin-top: 5vh;
}

.mobile_suboption:first-letter,
.mobile_option a:first-letter,
.mobile_option:first-letter {
  text-transform: uppercase;
}

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

.mobile_option a {
  flex: 1 1;
}

.mobile_option img {
  flex: 0 0 50px;
  display: none;
  height: 32px;
  width: auto;
}

.mobile_option [submenu="1"] {
  display: inline-block;
}

/*.mobile_option[submenu="1"] {
	background-image: url(../img/chevron_l.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*
.header_inner {
	display: flex;
	flex-direction: column;
	color: #fff;
	height: 100%;
}
.header_upper {
	background-color: rgba(0,0,0,.88);
}
.header_upper_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 var(--header_upper_height);
	padding: 0 var(--page_padding);
}

.header_stock_data {
	width: 210px;
	height: 24px; 
}
.mobile_sn_links,
.header_sn_links {
	display: inline-flex;
	align-items: center;
}

.mobile_sn_icon,
.header_sn_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 var(--header_upper_height);
	width: var(--header_upper_height);
	height: var(--header_upper_height);
}
.mobile_sn_icon {
	margin-right: 5vw;
}
.header_sn_icon svg {
	width: 60%; height: auto;
}
.mobile_sn_icon svg,
.mobile_sn_icon svg path {
	fill: var(--color_dark) !important;
}


.header_lang_link {
	display: inline-block;
	font-size: 14px;
}
.header_lang_link[lang="en"] { margin-left: .75em; }
.header_lang_link[lang="es"] { margin-left: .5em; }

.header_lang_link[lang="es"][current="es"],
.header_lang_link[lang="en"][current="en"] {
	color: var(--color_green);
	pointer-events: none;
	cursor: default;
}




.header_lower {
	flex: 1 1;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	border-bottom: 2px solid var(--color_green);
	transition: border-color .5s, background-color .5s, color .5s;
}

.header_lower_inner {
	padding: 0 var(--page_padding);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header_lower[rollover="true"] {
	color: var(--color_dark);
	border-color: var(--header_rollover_bg);
	border-color: transparent;
	background-color: var(--header_rollover_bg);
}
.header_logo svg path {
	fill: #fff !important;
	transition: fill .5s;
}

.header_lower[rollover="true"] .header_logo svg path {
	fill: var(--color_green) !important;
	transition: fill .5s;
}

.header_logo {
	display: inline-block;
	flex: 0 0 184px;
}

.header_logo svg {
	width: 100%; height: auto;
}



.menu_button {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 28px;
	height: 28px;
}
.menu_button::after,
.menu_button::before,
.menu_button span {
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.menu_button span {
	flex: 0 0 3px;
	transition: width .25s;
}
.menu_button::after,
.menu_button::before {
	content: " ";
	position: absolute;
	left: 0; width: 100%;
	transition: transform .25s;
}
.menu_button::after {
	top: 2px;
	transform-origin: 0 calc(50% + 3px);
}
.menu_button::before {
	bottom: 1px;
	transform-origin: 0 calc(50% - 3px);
}

.menu_button[opened="true"]::after,
.menu_button[opened="true"]::before,
.menu_button[opened="true"] span {
	background-color: var(--color_dark);
}
.menu_button[opened="true"]::after { transform: rotate(45deg); }
.menu_button[opened="true"]::before { transform: rotate(-45deg); }
.menu_button[opened="true"] span { width: 0; }


.header_menu {
	flex: 0 0 auto;
	text-transform: uppercase;
}

.header_option {
	margin-left: 2.5em;
	transition: color .5s;
}

.header_option:hover {
	color: var(--color_green);
}


.header_menu_mobile {
	display: none;
	position: fixed;
	top: var(--header_height);
	left: 0;
	width: 100vw;
	height: calc(100vh - var(--header_height));
	padding: 0 var(--page_padding);
	background-color: #fff;

	opacity: 0;
	transition: opacity .25s;
	pointer-events: none;
}

.header_submenu_mobile,
.header_menu_mobile_inner {
	position: absolute;
	top: 30px; left: 0; width: 100%; bottom: 0;
	padding: 0 var(--page_padding);

	transition: left .5s;
	background-color: #fff;
}

.header_menu_mobile[opened="true"] {
	opacity: 1;
	pointer-events: auto;
}

.header_menu_mobile_cont {
	position: absolute;
	left: var(--page_padding); bottom: 10vh; width: calc(100% - calc(var(--page_padding) * 2));
}

.mobile_suboption,
.mobile_option {
	display: block;
	font-size: 24px;
	margin-top: 5vh;
}

.mobile_option[submenu="1"] {
	background-image: url(../img/chevron_l.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header_submenu {
	background-color: #fff;
	text-align: center;
	padding: .5em;

	pointer-events: none;
	opacity: 0;

	background-color: var(--header_rollover_bg);
	border-bottom: 2px solid var(--color_green);

	transition: opacity .5s;
}

.header_submenu[show="true"] {
	pointer-events: auto;
	opacity: 1;
}

.header_suboption {
	color: var(--color_dark);
	margin: 0 1em;
	font-size: 18px;
}

.submenu_investors_cont {
	display: flex;
	padding: 0 var(--page_padding) 1em;
}

.submenu_investors_cont_1,
.submenu_investors_cont_2,
.submenu_investors_cont_3 {
	flex: 1 1;
	text-align: left;
}

.suboption_title {
	font-size: 23px;
}
.suboption_title:first-letter {
	text-transform: uppercase;
}

.submenu_investors_cont .header_suboption {
	display: block;
	margin: 1.75em 0 0;
	font-size: 15px;
}

.header_submenu_mobile {
	left: 110%;
	background-color: #fff;
}

.header_submenu_mobile [ui_role="submenu"] {
	position: absolute;
	left: var(--page_padding);
	bottom: 60px;
	width: calc(100vh - calc(var(--page_padding) * 2));
}

.mobile_suboption {
	margin-top: 3.5vh;
}
.mobile_suboption:last-child {
	margin-bottom: 3.5vh;
}

.header_submenu_mobile_close {
	position: absolute;
	left: var(--page_padding);
	bottom: 30px;
	height: 29px;
	width: auto;
}



*/

.green_button_solid,
.BKCOMP_text_block_t_paragraph_6c a,
.BKCOMP_text_block_t_paragraph a,
.clear_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
  width: 179px;
  font-family: cabin;
  font-size: 16px;
  /*	background-color: transparent;
	border: 1px #000 solid;*/
  background-color: var(--color_button_gray);
  border-color: #fff;
  color: #fff;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s, opacity 0.5s;
  padding: 0 2.5em;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  min-width: 174px;
  width: auto;
}

.GREENALIA_HOME_video .clear_button {}

.GREENALIA_HOME_video .clear_button:hover {
  /*background-color: var(--color_green);*/
  color: var(--color_green);
}

.BKCOMP_text_block_t_paragraph_aboutus {
  font-size: 18px;
  padding: 120px 120px 0;
}

/*a:hover,*/
.BKCOMP_text_block_t_paragraph_6c a:hover,
.BKCOMP_text_block_t_paragraph a:hover {
  /*border-color: var(--color_green);
	color: #fff;*/
  color: var(--color_green);
}

.GREENALIA_image_offset_text_text a:hover {
  color: inherit;
}

.clear_button:hover {
  /*border-color: var(--color_green);*/
  color: var(--color_green);
}

.GR_news_item .BKCOMP_image_link:hover {
  color: inherit;
}

.green_button_solid {
  width: auto;
  padding-left: 4em;
  padding-right: 4em;
  /*	border-color: var(--color_green);
	background-color: var(--color_green);*/
  border-color: #fff;
  background-color: var(--color_button_gray);
  color: #fff;
  opacity: 1;
}

.GR_event_archive_footer_ics a:hover,
.green_button_solid:hover {
  /*	border-color: var(--color_green_hover);
	background-color: var(--color_green_hover);*/
  /*opacity: .8;*/
  color: var(--color_green);
}

.square_button {
  flex: 1 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*width: 298px;*/
  height: var(--tab_button_height);

  margin: var(--tab_button_height) var(--tab_button_margin) 0;

  font-family: cabin;
  font-size: 16px;
  color: #fff;

  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px #fff solid;
  transition: color 0.25s, border-color 0.25s;
}

.square_button:hover {
  color: var(--color_green);
}

.square_button[active="true"] {
  color: var(--color_green);
  border-color: var(--color_green);
}

.green_button {
  --button_height: 27px;

  display: inline-flex;
  align-items: center;
  height: var(--button_height);
  padding: 0 1.5em;

  font-size: 14px;
  font-family: cabin;
  /*color: var(--color_green);*/
  color: #fff;

  /*border: 1px var(--color_green) solid;*/
  border: 1px #fff solid;
  background-color: var(--color_button_gray);
  border-radius: calc(var(--button_height) * 0.5);
}

.green_button svg {
  display: inline-block;
  margin-right: 0.5em;
  height: 1em;
  width: auto;
}

.green_button svg path {
  fill: #fff !important;
}

.green_button:hover {
  color: var(--color_green);
}

.green_button:hover svg path {
  fill: var(--color_green) !important;
}

.green_button>img {
  height: 12px;
  margin-right: 0.5em;
}

footer {}

.footer_upper {
  color: #fff;
  background-color: var(--color_bg_dark);
  background-color: #0f0f0fff;
}

.footer_smartia_logo {
  display: none;
  margin: 1em auto 0;
}

.footer_upper_inner {
  padding: 2em var(--page_padding);
}

.footer_lower_inner {
  padding: 1em var(--page_padding);
}

.footer_lower {
  background-color: #fff;
}

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

.footer_legals {}

.footer_rrss {

  text-align: center;
}

.footer_logo {

  text-align: right !important;
}

.legal_option {
  margin-right: 2em;
  font-size: 15px;
}

.legal_option:hover {
  color: var(--color_green);
}

.footer_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.footer_icon svg {
  width: 100%;
  height: 100%;
}

.footer_icon:hover g {
  fill: var(--color_green) !important;
}

.footer_cols {
  display: flex;
}

.footer_col {
  flex: 1 1;
}

.footer_col_option {
  display: block;
}

.footer_logos {
  padding-top: 1em;
  text-align: center;
}

.footer_col_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;

  font-weight: 600;
  font-size: 18px;

  cursor: default;
  pointer-events: none;
}

.footer_col_title img,
.footer_col_title span {
  display: inline-block;
  flex: 0 0 auto;
}

.footer_col_title img {
  opacity: 0;
  width: 15px;
  height: auto;
}

.footer_col_title[opened="true"] img {
  transform: scale(-1);
}

.footer_col_links {
  transition: height 0.25s;
}

.footer_col_option {
  font-family: cabin;
  font-size: 15px;

  transition: color 0.5s;
}

.footer_col_option:hover {
  color: var(--color_green);
}

.BKCOMP_FOOTER_page {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--color_dark2);
}

.BKCOMP_FOOTER_page_l,
.BKCOMP_FOOTER_page_r {
  flex: 1 1;
  display: inline-block;
  margin-bottom: 4px;
}

.BKCOMP_FOOTER_page_l {
  text-align: right;
  margin-right: 2px;
  background-color: #e0e7f1;
}

.BKCOMP_FOOTER_page_r {
  text-align: left;
  margin-left: 2px;
  background-color: #e1f1e2;
}

.BKCOMP_FOOTER_page_l_inner,
.BKCOMP_FOOTER_page_r_inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: var(--maxHW);
  padding: 3em;
  text-align: center;
}

.BKCOMP_FOOTER_page_label {
  font-size: 20px;
  font-family: montserratmedium;
  color: #3a6c99;
}

.BKCOMP_FOOTER_page_title {
  font-family: montserratsemibold;
  font-size: 24px;
  padding: 0.5em 1em;
}

.BKCOMP_FOOTER_page_link {
  font-family: cabin;
  font-size: 12px;
  color: #3a6c99;
}

.BKCOMP_FOOTER_page_info {
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-family: cabin;
  font-size: 16px;
}

.BKCOMP_FOOTER_page_col {
  flex: 0 0 auto;
  text-align: left;
  margin: 0 0.75em;
}

.BKCOMP_FOOTER_page_speakers li {
  margin-bottom: 0.5em;
}

.BKCOMP_FOOTER_page_icon {
  height: 14px;
  width: auto;
  margin-right: 0.25em;
  vertical-align: baseline;
  top: 1px;
}

.BKCOMP_FOOTER_page_eventlink {
  margin: 1em 0;
}

.footer_form_cont {
  color: #000;
}

.footer_form_title {
  margin: 0.5em auto;
  font-weight: 600;
  font-size: 24px;
}

.footer_form_text {
  font-family: cabin;
  font-size: 18px;
  margin-bottom: 1em;
}

.footer_form_fields_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1em;

  color: var(--color_form_gray);

  font-family: cabin;
  font-size: 14px;

  --form_button_width: 157px;
}

.footer_form_fields_cont>span:first-child {
  display: inline-block;
  flex: 1 1;
  margin-right: 0.5em;
}

.footer_form_fields_cont>input {
  flex: 0 0 auto;
}

.footer_form_fields_cont>span:last-child {
  position: absolute;
  left: 100%;
  flex: 0 0 auto;
  align-self: center;
}

.footer_form_fields_cont>label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.footer_form_fields_cont input[type="email"] {
  width: 100%;
  font-family: cabin;
  font-size: 16px;
  padding-bottom: 1em;

  color: var(--color_form_gray);

  border: none;
  background-color: transparent;
  border-bottom: 1px #000 solid;
}

.footer_form_fields_cont .wpcf7-spinner {
  margin: 0 24px;
  width: 24px;
  height: 24px;
  top: 4px;
}

.footer_form_fields_cont input[type="submit"] {
  flex: 0 0 auto;
  margin-top: 1em;
  margin-left: calc(24px * 3);
  width: var(--form_button_width);
  height: 48px;

  font-size: 16px;
  color: #fff;
  background-color: var(--color_bg_dark);
  border: none;
  border-radius: 24px;

  opacity: 1;
  transition: opacity 0.5s, color 0.5s;
}

/*.footer_form_fields_cont input[type="submit"]:hover { opacity: .8; }*/
.footer_form_fields_cont input[type="submit"]:hover {
  color: var(--color_green);
}

.footer_form_legal_cont {
  display: flex;
  align-items: center;
  font-size: 12px;
  flex-direction: column;
}

.footer_form_legal_cont a {
  color: var(--color_green);
}

.footer_form_legal {
  /* flex: 1 1; */
  text-align: left;
  /* padding-right: 7em; */
  color: var(--color_form_gray);
}

.footer_form_legal>span {
  display: inline-block;
}

.footer_form_legal_cont>p {
  /*.footer_form_newsletters {*/
  display: inline-block;
  flex: 0 0 var(--form_button_width);
  text-align: center;
}

.contact_form {
  text-align: center;
  font-family: cabin;
  font-size: 16px;
  margin: 50px auto 100px;
  color: var(--color_form_gray);
}

.contact_form_inner {
  display: inline-block;
  max-width: 616px;
  text-align: left;
}

.contact_form_fields {
  display: flex;
  justify-content: space-between;
}

.contact_form_fields .contact_form_field {
  flex: 1 1;
  margin-bottom: 2em;
}

.contact_form_fields .contact_form_field:first-child {
  margin-right: 11px;
}

.contact_form_fields .contact_form_field:last-child {
  margin-left: 11px;
}

.contact_form_field textarea,
.contact_form_field input {
  color: var(--color_form_gray);
  width: 100%;
  padding: 0.5em 0.5em 1em;
  font-family: cabin;
  background: none;
  border: none;
  border-bottom: 1px #bbbfc4 solid;
}

.contact_form_field textarea {
  height: 130px;
}

.contact_form_field input {
  padding-bottom: 0.5em;
}

.contact_form_legal_cont {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 2.5em;
  overflow: hidden;
}

.contact_form_legal_cont a {
  color: var(--color_green);
}

.contact_form_legal {
  flex: 1 1;
  text-align: left;
  padding-right: 6em;
  color: var(--color_form_gray);
}

.contact_form_legal>div {
  display: inline-block;
  background-color: brown;
}

.contact_form_legal_cont>p {
  /*.footer_form_newsletters {*/
  display: inline-block;
  margin-right: -68px;
  text-align: center;
}

.contact_form_legal_cont input[type="submit"] {
  background-color: var(--color_green);
  width: 190px;
  height: 48px;
  font-family: cabin;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  color: #fff;

  opacity: 1;
  transition: opacity 0.5s;
}

.contact_form_legal_cont input[type="submit"]:hover {
  opacity: 0.8;
}

.content {
  padding: 0 var(--page_padding) 0;
}

.content_full {
  width: 100vw;
  margin-left: calc(calc(100% - 100vw) * 0.5);
}

.BKCOMP_header_image {
  width: 100vw;
  margin-left: calc(0.5 * calc(100% - 100vw));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.BKCOMP_header_image {
  height: 350px;
}

.GREENALIA_HOME_video::after,
.GREENALIA_header_video[fullheight="true"]::after,
.BKCOMP_header_image[fullheight="true"]::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/scroll.svg);
  pointer-events: none;
}

.BKCOMP_header_image_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  padding-top: var(--header_height);

  color: #fff;
}

.BKCOMP_header_image_text {
  font-family: cabin;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

.BKCOMP_header_image_text p {
  margin-top: 2em;
}

.BKCOMP_header_image_title {
  font-weight: bold;
  text-align: center;
  font-size: 42px;
}

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

  width: 269px;
  height: 48px;
  border-radius: 24px;
  margin-top: 48px;

  font-family: cabin;
  font-size: 16px;
  background: var(--color_green);
}

.BKCOMP_title_text {
  color: var(--color_dark);
  text-align: center;
}

*[hide_desktop="true"] {
  display: none;
}

*[hide_desktop="false"] {
  display: block;
}

.BKCOMP_title_text_title {
  font-size: 42px;
  margin: auto;
}

.BKCOMP_title_text_text {
  font-family: cabin;
  margin: 3em auto 0;
  font-size: 18px;
}

.BKCOMP_title_text[is_header="true"] {
  padding: 6em 2em 4em;
  margin: 100px 0 48px;
}

.BKCOMP_text_block {}

.BKCOMP_text_block_content {
  margin: auto;
  font-family: cabin;
  font-size: 18px;
  color: var(--color_dark_text);
  text-align: center;
}

.BKCOMP_text_block p,
.BKCOMP_text_block_content p {
  margin-bottom: 1em;
}

.BKCOMP_text_block_content a {
  color: var(--color_green);
}

.BKCOMP_text_block_t_title {
  font-size: 36px;
}

.BKCOMP_text_block_t_paragraph_6c,
.BKCOMP_text_block_t_paragraph {
  font-size: 18px;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.BKCOMP_text_block_t_paragraph_6c {
  max-width: 614px;
  margin-left: 17.8em;
  margin-bottom: 3em;
  font-family: cabin;
}

.BKCOMP_text_block_t_paragraph_6c[page_slug="comisiones"] {
  margin-top: 4em;
  margin-bottom: 6em;
}

.BKCOMP_text_block li {
  display: inline-block;
  margin-bottom: 1em;
}

.BKCOMP_text_block li::before {
  display: inline-block;
  content: "—";
  margin-right: 0.5em;
}

.BKCOMP_text_block_t_paragraph p,
.BKCOMP_text_block_t_paragraph_6c p {
  margin-bottom: 0.5em;
}

.BKCOMP_text_block_t_paragraph_6c a,
.BKCOMP_text_block_t_paragraph a {
  margin-top: 2em;
  width: auto;
  padding: 0 3em;
}

.GR_event_header_breadcrumb,
.BKCOMP_breadcrumbs {
  color: var(--color_form_gray);
  font-family: cabin;
  font-size: 14px;
}

.BKCOMP_breadcrumbs {
  margin-top: 4em;
}

.BKCOMP_breadcrumbs[page_slug="documentacion-corporativa"] {
  margin-top: calc(var(--header_height) * 1.5);
}

/*.BKCOMP_breadcrumbs[page_slug="business"] { margin-top: calc(var(--header_height) * 1.5); }*/

.GR_event_header_breadcrumb a,
.BKCOMP_breadcrumbs a {
  display: inline-block;
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.GR_event_header_breadcrumb a::after,
.BKCOMP_breadcrumbs a::after {
  content: "/";
  display: inline-block;
  margin: 0 0.25em;
}

.GR_event_header_breadcrumb a:last-child,
.BKCOMP_breadcrumbs a:last-child {
  margin-right: 0;
}

.GR_event_header_breadcrumb a:last-child::after,
.BKCOMP_breadcrumbs a:last-child::after {
  content: none;
  margin: 0;
}

.GR_event_header_breadcrumb a[current="true"],
.BKCOMP_breadcrumbs a[current="true"] {
  color: var(--color_green);
  font-weight: bold;
}

.GR_event_header {
  margin-top: var(--header_height);
  padding: 3em 0;
}

.GR_event_header_seeall {
  margin-top: 0;
}

.GR_event_content {
  display: flex;
  margin-bottom: 150px;
}

.GR_event_content_l {
  flex: 2 2;
}

.GR_event_content_r {
  flex: 1 1;
  margin-left: 20px;
  padding-left: 24px;
  border-left: 1px #7e848c solid;
}

.GR_event_content_r_block,
.GR_event_content_r_inner {}

.GR_event_image {
  max-width: 100%;
  height: auto;
}

.GR_event_title {
  margin: 1em 0;
  font-size: 42px;
  font-family: montserratmedium;
  color: var(--color_dark2);
}

.GR_event_text {
  margin-bottom: 1em;
  font-family: cabin;
  font-size: 18px;
  color: var(--color_dark);
}

.GR_event_section_title {
  font-family: montserratsemibold;
  font-size: 24px;
  margin-bottom: 1em;
  color: var(--color_dark2);
}

.GR_event_docs,
.GR_event_lines {
  margin-bottom: 4em;
}

.GR_event_line {
  font-size: 18px;
  font-family: cabin;
  margin-bottom: 1em;
  line-height: 1em;
  color: var(--color_dark);
}

.GR_event_line span {
  font-weight: bold;
}

.GR_event_line a {
  color: var(--color-green);
}

.GR_event_doc {
  margin-bottom: 1em;
  padding: 1em;
  font-family: cabin;
  font-size: 14px;
  color: var(--color_form_gray);
  background-color: #fff;
}

.GR_event_doc::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 8px;
  border-radius: 8px 0 0 8px;
  background-color: #000;
}

.GR_event_doc_title {
  font-family: montserratsemibold;
  font-size: 18px;
  margin-bottom: 0.5em;
  color: var(--color_dark2);
}

.GR_event_doc_lang,
.GR_event_doc_date {
  margin-right: 1em;
}

.GR_event_doc_type,
.GR_event_doc_lang {
  text-transform: uppercase;
}

.GR_event_doc_link {
  display: inline-flex;
  align-items: center;
  float: right;
  color: var(--color_green);
}

.GR_event_doc_link img {
  margin-right: 0.5em;
}

.GR_event_rs_links {}

.GR_event_rs_link {
  display: inline-flex;
  align-items: center;
  color: var(--color_green);
}

.GR_event_rs_link img {
  margin-right: 0.25em;
}

.GR_event_rs_link:first-child {
  margin-right: 2em;
}

.GR_event_video {
  width: 100%;
  margin-bottom: 3em;
  background-color: #000;
}

.GR_event_video img {
  width: 100%;
  height: auto;
}

.GR_event_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.GR_event_archive_header {}

.GR_event_archive_nav {
  display: flex;
  align-items: center;
  padding: 4em 0 0.26em;
}

.GR_event_archive_nav svg {
  height: 15px;
  width: auto;
  margin-right: 0.75em;
  pointer-events: none;
}

.GR_event_archive_today {
  font-size: 16px;
  padding: 0.75em 1.25em;
  margin: 0 1.5em 0 0.5em;
  border: 1px #000 solid;
}

.GR_event_archive_today:hover {
  background-color: #000;
  color: #fff;
}

.GR_event_archive_nav_label {
  font-size: 36px;
  color: var(--color_dark2);
}

.GR_event_archive_nav_label [ui_role] {
  display: none;
}

.GR_event_archive_list_cont {}

.GR_event_archive_list {}

.GR_event_archive_item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.GR_event_archive_item_blocks {
  display: flex;
  flex: 1 1;
}

.GR_event_archive_item_block1 {
  flex: 0 0 80px;
  text-align: center;
}

.GR_event_archive_item_block2 {
  flex: 1 1;
  padding: 0 24px;
}

.GR_event_archive_item_block3 {
  flex: 0 0 auto;
}

.GR_event_archive_item [ui_role="data_day"] {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

.GR_event_archive_item [ui_role="data_date"] {
  font-family: montserratmedium;
  font-size: 42px;
}

.GR_event_archive_item [ui_role="data_time"] {
  font-size: 24px;
  font-family: cabin;
}

.GR_event_archive_item [ui_role="post_title"] {
  font-size: 24px;
  margin: 0.5em 0;
  font-family: montserratsemibold;
}

.GR_event_archive_item [ui_role="data_excerpt"] {
  font-family: cabin;
  font-size: 18px;
}

.GR_event_archive_item [ui_role="image_url"] {
  width: 188px;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.GR_event_archive_item_header {
  display: flex;
  align-items: center;
  height: 0;
}

.GR_event_archive_item_header span {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 24px;
  color: var(--color_dark2);
}

.GR_event_archive_item_header p {
  flex: 1 1;
  background-color: var(--color_light_gray);
  height: 1px;
  margin-left: 10px;
}

.GR_event_archive_item_header span::first-letter {
  text-transform: uppercase;
}

.GR_event_archive_footer_buttons {
  display: flex;
  justify-content: space-between;
  margin: 3em auto 3em;
  color: var(--color_dark);
}

.GR_event_archive_footer_buttons span {
  display: inline-flex;
  align-items: center;
}

.GR_event_archive_footer_buttons svg {
  height: 1em;
  width: auto;
  margin: 0 0.5em;
  pointer-events: none;
}

.GR_event_archive_footer_buttons svg path {
  fill: var(--color_dark) !important;
}

.GR_event_archive_footer_ics {
  text-align: right;
  margin-bottom: 4em;
}

.GR_event_archive_footer_ics a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;

  padding: 0 2em;
  margin-left: 2em;

  font-family: cabin;
  font-size: 16px;
  color: #fff;
  background-color: var(--color_green);
}

.BKCOMP_image_link_multiple {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 100px;
  text-align: center;
}

.BKCOMP_image_link {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 402px;
  height: 342px;
  padding: 25px 20px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  vertical-align: top;
}

.BKCOMP_link_blocks {
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}

.BKCOMP_link_blocks .BKCOMP_image_link {
  --image_link_margin: 10px;
  width: calc(calc(100% / 3) - calc(var(--image_link_margin) * 6));
  width: var(--card_width);
  margin: 0 var(--image_link_margin) calc(var(--image_link_margin) * 2.25);
}

.BKCOMP_link_blocks[layout="2_1_1-1_1"] .BKCOMP_image_link:nth-child(1),
.BKCOMP_link_blocks[layout="2_1_1-1_1_1"] .BKCOMP_image_link:nth-child(1) {
  width: calc(calc(100% / 2) - calc(var(--image_link_margin) * 6));
}

.BKCOMP_link_blocks[layout="2_1_1-1_1"] .BKCOMP_image_link:nth-child(2),
.BKCOMP_link_blocks[layout="2_1_1-1_1"] .BKCOMP_image_link:nth-child(3),
.BKCOMP_link_blocks[layout="2_1_1-1_1_1"] .BKCOMP_image_link:nth-child(2),
.BKCOMP_link_blocks[layout="2_1_1-1_1_1"] .BKCOMP_image_link:nth-child(3) {
  width: calc(calc(100% / 4) - calc(var(--image_link_margin) * 6));
}

.BKCOMP_link_blocks[layout="1_1-1_1_1"] .BKCOMP_image_link:nth-child(1),
.BKCOMP_link_blocks[layout="1_1-1_1_1"] .BKCOMP_image_link:nth-child(2),
.BKCOMP_link_blocks[layout="1_1-2_1_1"] .BKCOMP_image_link:nth-child(1),
.BKCOMP_link_blocks[layout="1_1-2_1_1"] .BKCOMP_image_link:nth-child(2),
.BKCOMP_link_blocks[layout="1_1_1-1_1"] .BKCOMP_image_link:nth-child(4),
.BKCOMP_link_blocks[layout="1_1_1-1_1"] .BKCOMP_image_link:nth-child(5),
.BKCOMP_link_blocks[layout="2_1_1-1_1"] .BKCOMP_image_link:nth-child(4),
.BKCOMP_link_blocks[layout="2_1_1-1_1"] .BKCOMP_image_link:nth-child(5) {
  width: calc(calc(100% / 2) - calc(var(--image_link_margin) * 7.75));
}

.BKCOMP_link_blocks[layout="1_1-1_1_1"] .BKCOMP_image_link:nth-child(1) {
  width: calc(calc(100% / 2) - calc(var(--image_link_margin) * 3.75));
}

.BKCOMP_link_blocks[layout="1_1-2_1_1"] .BKCOMP_image_link:nth-child(3) {
  width: calc(calc(100% / 2) - calc(var(--image_link_margin) * 8));
}

.BKCOMP_link_blocks[layout="1_1-2_1_1"] .BKCOMP_image_link:nth-child(4),
.BKCOMP_link_blocks[layout="1_1-2_1_1"] .BKCOMP_image_link:nth-child(5) {
  width: calc(calc(100% / 4) - calc(var(--image_link_margin) * 6));
}

/*1_1-1_1_1*/

.BKCOMP_image_link_autowidth {
  width: 100%;
}

.BKCOMP_image_link_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.BKCOMP_image_link_a {
  display: inline-flex;
  align-items: center;
  font-family: cabin;
  font-size: 16px;
}

.BKCOMP_image_link_a *::first-letter {
  text-transform: uppercase;
}

.BKCOMP_image_link_a * {
  flex: 0 0 auto;
}

.BKCOMP_image_link_a [label] {
  margin-right: 0.5em;
}

.BKCOMP_image_link_a [circle],
.BKCOMP_image_link_a [line] {
  display: inline-block;
  background-color: #fff;
}

.BKCOMP_image_link_a [line] {
  width: 30px;
  height: 1px;
  transition: width 0.25s;
}

.BKCOMP_image_link_a [circle] {
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
}

.BKCOMP_image_link_a:hover [line] {
  width: 50px;
  background-color: var(--color_green) !important;
}

.BKCOMP_image_link_a:hover [circle] {
  background-color: var(--color_green) !important;
}

.GREENALIA_image_offset_text {
  display: flex;
  justify-content: flex-start;
}

.GREENALIA_image_offset_text_inner {
  display: inline-block;
  flex: 0 0 auto;
}

.GREENALIA_image_offset_text_image {
  width: 511px;
  height: auto;
}

.GREENALIA_image_offset_text_text {
  display: block;
  width: 400px;
  padding: 1em;
  margin-top: 0%;
  margin-left: 0%;

  font-size: 24px;
  background-color: #fafafa;
  border-left: 1px var(--color_green) solid;
}

.GREENALIA_image_offset_text_text [title] {
  font-weight: bold;
}

.gallery_items_cont {
  --gallery_item_size: 48px;
  margin: var(--gallery_item_size);
  text-align: center;
}

.gallery_items {
  display: inline-block;
  white-space: nowrap;
}

.gallery_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;

  width: var(--gallery_item_size);
  height: var(--gallery_item_size);
  margin: 0 calc(var(--gallery_item_size) / 8);

  font-family: cabin;
  font-size: 16px;
  color: var(--color_bg_dark);
  font-weight: bold;

  border-radius: 50%;
  border: 2px var(--color_bg_dark) solid;
}

.gallery_item[ui_role="spacer_pattern"] {
  border: none;
  font-size: 34px;
  pointer-events: none;
}

.gallery_item[ui_role="spacer_pattern"] span {
  line-height: 0;
  top: -0.25em;
}

.gallery_item[disabled="true"] {
  opacity: 0;
  pointer-events: none;
}

.gallery_item * {
  flex: 0 0 auto;
  pointer-events: none;
}

.gallery_item[current="true"] {
  background-color: var(--color_green);
  border-color: var(--color_green);
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.gallery_item svg {
  display: inline-block;
  height: 16px;
  width: auto;
}

.gallery_item svg path {
  fill: var(--color_bg_dark) !important;
}

.GREENALIA_page_bottomlink {
  color: var(--color_bg_dark);
}

.GREENALIA_page_bottomlink_text1 {
  font-family: montserratsemibold;
  font-size: 24px;
}

.GREENALIA_page_bottomlink_text2 {
  display: flex;
  align-items: center;
  font-family: montserratlight;
  font-size: 62px;
  margin: 0.5em 0 3em;
}

.GREENALIA_page_bottomlink_text2:hover {
  color: var(--color_green);
}

.GREENALIA_page_bottomlink_text2_linktext {
  display: inline-block;
  max-width: 17em;
}

.GREENALIA_page_bottomlink_decoration {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25em;
  top: 0.06em;
}

.GREENALIA_page_bottomlink_decoration * {
  flex: 0 0 auto;
}

.GREENALIA_page_bottomlink_decoration [circle],
.GREENALIA_page_bottomlink_decoration [line] {
  display: inline-block;
  background-color: var(--color_bg_dark);
}

.GREENALIA_page_bottomlink_decoration [line] {
  width: 50px;
  height: 1px;
  transition: width 0.25s;
}

.GREENALIA_page_bottomlink_decoration [circle] {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.GREENALIA_page_bottomlink_text2:hover .GREENALIA_page_bottomlink_decoration [line] {
  width: 90px;
  background-color: var(--color_green);
}

.GREENALIA_page_bottomlink_text2:hover .GREENALIA_page_bottomlink_decoration [circle] {
  background-color: var(--color_green);
}

.GREENALIA_related_news {}

.GREENALIA_related_news_list,
.GR_news_related_list {
  --news_item_padding: 10px;
  text-align: center;
  margin: 2em auto 2em;
  /*	margin-left: calc(var(--news_item_padding) * -1);*/
  /*	margin-right: calc(var(--news_item_padding) * -1);*/

  /*	width: 100vw;*/
  /*	margin-left: calc(calc(100% - 100vw) * .5);*/
  /*	width: calc(var(--card_width) * 3.75);*/
  padding: 0;
}

.GREENALIA_related_news li,
.GR_news_related_list li {
  display: inline;
  /* mas de 3 */
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 32.3%;
  padding: 0 var(--news_item_padding);
}

.GREENALIA_related_news li:nth-child(3n + 3)::after,
.GR_news_related_list li:nth-child(3n + 3)::after {
  content: "\a";
  white-space: pre;
}

/*.GREENALIA_related_news li:first-child .GR_news_item,
.GR_news_related_list li:first-child .GR_news_item { margin-left: 0; }

.GREENALIA_related_news li:last-child .GR_news_item,
.GR_news_related_list li:last-child .GR_news_item { margin-right: 0; }
*/

.GR_news_item {}

.GR_news_item {
  --related_padding: 24px;
  --related_paddingX: 24px;
  --related_paddingY: 20px;
  display: inline-block;
  /*	width: 394px;*/
  width: var(--card_width);
  /*	height: 562px;*/
  height: auto;
  /*	min-height: 562px;
	min-height: 612px;
	min-height: 522px;
*/
  min-height: 475px;
  text-align: left;
  color: var(--color_dark);
  background-color: var(--color_news_bg);
  opacity: 1;
  transition: opacity 0.5s;
}

.GR_news_item_inner {
  padding: var(--related_paddingY) var(--related_paddingX);
  font-size: 20px;
}

.GR_news_item_img {
  display: block;
  width: 100%;
  height: 48%;
  height: 270px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*	filter: brightness(1.5) contrast(50%);*/
  /*	transition: filter .5s;*/
  opacity: 1;
  transition: opacity 0.5s;
}

.GR_news_item:hover .GR_news_item_img {
  /*	opacity: 1;*/
  /*	filter: brightness(1) contrast(100%);*/
}

.GR_news_item_category,
.GR_news_item_date {
  font-size: 0.8em;
  font-family: cabin;
}

.GR_news_date_category,
.GR_news_item_category {
  margin-left: 1em;
  text-transform: uppercase;
  color: var(--color_green);
}

.GR_news_item_excerpt {
  display: block;
  margin-top: 15px;
  line-height: 1.375em;
  font-size: 15px;
  transition: color 0.25s;
}

.GR_news_item_excerpt:hover {
  color: var(--color_green);
}

.GR_news_item_link {
  position: absolute;
  bottom: var(--related_padding);
  left: var(--related_padding);

  /*padding-left: var(--related_padding);*/

  flex-direction: row;
  width: auto;
  height: auto;
  color: var(--color_dark);
}

.GR_news_item_link.BKCOMP_image_link {
  padding-left: 0;
  padding-bottom: 0;
}

.GR_news_item_link.BKCOMP_image_link_a [label] {
  margin-right: 0.5em;
}

.GR_news_item_link.BKCOMP_image_link_a [circle],
.GR_news_item_link.BKCOMP_image_link_a [line] {
  background-color: var(--color_dark);
}

.GREENALIA_INVESTORS_events_slider_title,
.GREENALIA_related_news_title {
  color: var(--color_dark2);
  text-align: center;
}

.GREENALIA_related_news_button {
  text-align: center;
  margin-bottom: 6em;
}

.GREENALIA_header_video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin-bottom: 30px;
  margin-left: calc(0.5 * calc(100% - 100vw));
  padding-top: var(--header_height);
  height: 70vh;
  width: 100vw;

  color: #fff;
  background: #000;
}

.GREENALIA_header_video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.GREENALIA_header_video_text {
  font-family: montserratsemibold;
  font-size: 64px;
}

.GREENALIA_header_video_text_animation {
  animation-duration: 1s;
  animation-delay: 3s;
  animation-name: GREENALIA_headervideotext_animation;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes GREENALIA_headervideotext_animation {
  0% {
    left: 0%;
  }

  100% {
    left: 110%;
  }
}

/* **** BUSSINES *********************************************** */
.content_bussines .BKCOMP_title_text {
  max-width: 830px;
  margin: auto;
}

.content_bussines .BKCOMP_title_text_title {
  font-size: 42px;
  font-family: montserratmedium;
  margin-top: 1em;
}

.content_bussines .BKCOMP_title_text_text {
  font-family: cabin;
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 6em;
}

.content_bussines .BKCOMP_image_link_a [circle],
.content_bussines .BKCOMP_image_link_a [line] {
  background-color: var(--color_green);
}

.content_bussines .BKCOMP_text_block_t_title {
  margin: 1.5em auto;
  text-align: center;
}

.content_bussines .BKCOMP_text_block_t_paragraph {
  margin-bottom: 8em;
  line-height: 1.333em;
}

.content_bussines .GREENALIA_BUSINESS_our_parks_video,
.content_bussines .GREENALIA_BUSINESS_our_parks {
  margin-top: 3em;
  margin-bottom: 7em;
  text-align: center;
  /*	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;*/
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont {
  /*flex: 0 0 auto;*/
  display: inline-block;
  margin: 10px 5px 0;
  --bussines_video_width: 400px;
  width: var(--bussines_video_width);
  height: calc(var(--bussines_video_width) * calc(9 / 16));
  /*--perspective: 800px;*/
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_image,
.content_bussines .GREENALIA_BUSINESS_our_parks_item_front,
.content_bussines .GREENALIA_BUSINESS_our_parks_item_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_image_title {
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-family: Cabin;
  color: #fff;
  font-size: 16px;
  pointer-events: none;
  text-align: left;
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_front,
.content_bussines .GREENALIA_BUSINESS_our_parks_item_back {
  backface-visibility: hidden;
  transition: transform 0.75s;
  transition-timing-function: ease-in-out;
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_front {
  transform: perspective(var(--perspective)) rotateY(0deg);
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont[turn_around="true"] .content_bussines .GREENALIA_BUSINESS_our_parks_item_front,
.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont:hover .content_bussines .GREENALIA_BUSINESS_our_parks_item_front {
  transform: perspective(var(--perspective)) rotateY(180deg);
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_back {
  transform: perspective(var(--perspective)) rotateY(180deg);
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont[turn_around="true"] .content_bussines .GREENALIA_BUSINESS_our_parks_item_back,
.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont:hover .content_bussines .GREENALIA_BUSINESS_our_parks_item_back {
  transform: perspective(var(--perspective)) rotateY(360deg);
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont * {
  pointer-events: none;
}

.content_bussines .GREENALIA_BUSINESS_our_parks_item_cont video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.content_bussines .BKCOMP_text_block_t_title {}

.content_bussines .BKCOMP_text_block_t_title p:first-child {
  margin-bottom: 0;
}

.content_bussines .BKCOMP_text_block_t_title p:last-child {
  font-family: montserratlight;
}

.content_bussines .GREENALIA_BUSINESS_greenmap {}

.content_bussines .GREENALIA_BUSINESS_greenmap .BKCOMP_title_text {
  margin-bottom: 48px;
}

.content_bussines .GREENALIA_BUSINESS_greenmap_iframe_cont {
  margin-top: 30px;
  width: 100%;
  height: 550px;
}

.content_bussines .GREENALIA_BUSINESS_greenmap_iframe_cont::after {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 15%);
  pointer-events: none;
}

.content_bussines .GREENALIA_BUSINESS_greenmap_iframe_cont iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.content_bussines .GREENALIA_BUSINESS_greenmap_buttons {
  margin: 30px auto 100px;
  text-align: center;
}

/* **** BUSSINES *********************************************** */

/* **** 404 *********************************************** */
.content_404 {
  padding: var(--header_height) 0 0;
  background-color: #000;
  color: #fff;
}

.GR_404_content {
  min-height: 60vh;

  text-align: center;
  padding-bottom: 40px;

  background-image: url(../img/bg_404.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.GR_404_content h1 {
  font-size: 36px;
  font-family: montserratmedium;
  padding-top: 9vh;
}

.GR_404_content h2 {
  margin: auto;
  padding: 1em 1em 2em;
  font-family: montserratsemibold;
  font-size: 24px;
  max-width: calc(2em + 747px);
}

.GR_404_content p {
  font-family: cabin;
  font-size: 18px;
}

.GR_404_content p a {
  color: var(--color_green);
}

.GR_404_content canvas {
  display: block;
  margin: 40px auto 0;
  /*border: 1px #fff solid;*/
}

/* **** 404 *********************************************** */

/* **** HOME *********************************************** */
.GREENALIA_HOME_video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin-bottom: 100px;
  padding-top: var(--header_height);
  height: 100vh;

  color: #fff;
  background: #000;
}

.GREENALIA_HOME_video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.GREENALIA_HOME_video_text {
  max-width: 850px;
  font-size: 64px;
  text-align: center;
  font-family: montserratsemibold;
  margin-bottom: 0.5em;
}

.GREENALIA_HOME_video .clear_button {
  padding: 0 2.5em;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  min-width: 174px;
  width: auto;
}

.GREENALIA_HOME_video .clear_button:hover {
  /*background-color: var(--color_green);*/
  color: var(--color_green);
}

.GREENALIA_HOME_text_video {
  display: flex;
  align-items: center;
  color: var(--color_dark2);
}

.GREENALIA_HOME_text_video_col_l,
.GREENALIA_HOME_text_video_col_r {
  flex: 1 1;
}

.GREENALIA_HOME_text_video_col_r {
  display: flex;
  align-items: center;
  height: 456px;
}

.GREENALIA_HOME_video_inner {
  flex: 1 1;
  width: 100%;
  padding-top: 56.25%;
}

.GREENALIA_HOME_video_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.GREENALIA_HOME_text_video_col_l {}

.GREENALIA_HOME_text_video_col_l::before {
  content: " ";

  /* display: block; */
  display: none;
  position: absolute;
  left: -90px;
  top: 5em;
  width: 70px;
  height: 12px;

  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/separator_line_h2.svg);
}

.GREENALIA_HOME_text_video_title {
  padding-right: 90px;
  margin-bottom: 40px;
  font-size: 42px;
  font-family: montserratmedium;
}

.GREENALIA_HOME_text_video_content {
  padding-right: 90px;
  font-family: cabin;
  font-size: 18px;
  margin-bottom: 40px;
}

.GREENALIA_HOME_text_video_content p {
  margin-bottom: 0.5em;
}

.GREENALIA_HOME_text_video_link {}

/* **** HOME *********************************************** */

/* **** LEGAL *********************************************** */
.content_legal .BKCOMP_breadcrumbs {
  margin-top: var(--header_height);
  padding-top: 3em;
}

.content_legal .BKCOMP_text_block {
  margin-bottom: 100px;
  line-height: 1.5em;
}

.content_legal .BKCOMP_title_text_title {
  font-family: montserratmedium;
  color: var(--color_dark2);
}

.content_legal .BKCOMP_text_block h3,
.content_legal .BKCOMP_text_block h1,
.content_legal .BKCOMP_text_block strong {
  display: inline-block;
  font-weight: bold;
  /*font-size: 24px;*/
  font-size: 1.25em;
  font-family: montserratsemibold;
  margin: 1.25em auto 0.5em;
}

.content_legal .BKCOMP_text_block li {
  display: block;
  padding-left: 3em;
  margin-bottom: 0.5em;
}

.content_legal .BKCOMP_title_text {
  margin: 4em auto;
}

.content_legal .BKCOMP_title_text_text {
  text-align: left;
}

.content_legal .BKCOMP_text_block a {
  border: none;
  display: inline;
  background: transparent;
  margin: auto;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: var(--color_green);
}

/* **** LEGAL *********************************************** */

/* **** ESG *********************************************** */
.BKCOMP_ESG_header_image {
  width: 100vw;
  margin-left: calc(0.5 * calc(100% - 100vw));
}

.BKCOMP_ESG_header_image {}

.BKCOMP_ESG_header_image_bgimage_m,
.BKCOMP_ESG_header_image_bgimage {
  width: 100%;
  height: auto;
}

.BKCOMP_ESG_header_image_bgimage_m {
  display: none;
}

.BKCOMP_ESG_header_image_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.BKCOMP_ESG_header_image_text {
  font-family: cabin;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

.BKCOMP_ESG_header_image_text p {
  margin-top: 2em;
}

.BKCOMP_ESG_header_image_title {
  font-weight: bold;
  text-align: center;
  font-size: 42px;
}

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

  width: 269px;
  height: 48px;
  border-radius: 24px;
  margin-top: 48px;

  font-family: cabin;
  font-size: 16px;
  background: var(--color_green);
}

:root {
  --parts_scale: 1;
  --parts_size: 590px;
  --parts_opacity: 0.75;
  --parts_opacity_disabled: 0.25;
}

.BKCOMP_contribution_cont {
  display: flex;
  margin-top: 4em;
  margin-bottom: 8em;
}

.BKCOMP_contribution_col_l {
  flex: 0 0 auto;
}

.BKCOMP_contribution_col_r {
  padding-left: 2em;
  flex: 1 1;
}

.BKCOMP_contribution_col_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.5em;
}

.BKCOMP_contribution_col_centeredlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.BKCOMP_contribution_col_centeredlogo svg {
  width: 48%;
}

.BKCOMP_contribution_col_centeredlogo path {
  fill: var(--color_green) !important;
}

.BKCOMP_contribution_svg_cont {
  width: calc(var(--parts_size) * var(--parts_scale));
  height: calc(var(--parts_size) * var(--parts_scale));
}

.BKCOMP_contribution_svg_cont [ui_role="part"],
.BKCOMP_contribution_svg_cont [ui_role="pivot"] {
  position: absolute;
  left: 0;
  top: 0;
}

.BKCOMP_contribution_svg_cont [ui_role="pivot"] {
  width: 1px;
  height: 1px;
  transform: scale(0.5);
  transform: scale(1);
}

.BKCOMP_contribution_svg_cont [ui_role="part"] {
  transform: scale(1);
  opacity: 0;
  filter: brightness(0.9);
  transition: transform 0.25s, opacity 0.25s, filter 0.25s;
}

.BKCOMP_contribution_svg_cont [ui_role="part"][disabled="true"] {
  opacity: 0.25;
  filter: brightness(1.5) saturate(50%);
  pointer-events: none;
  cursor: default;
}

.BKCOMP_contribution_svg_cont [ui_role="part"][selected="true"],
.BKCOMP_contribution_svg_cont [ui_role="part"]:hover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  filter: brightness(1);
}

.BKCOMP_contribution_svg_cont [ui_role="part"][selected="true"] {
  transform: scale(1.25);
}

/*
.BKCOMP_contribution_svg_cont { width: 100%; height: 100%; }
.BKCOMP_contribution_svg_cont svg { width: 100%; height: auto; transform-origin: 50% 50%; transition: opacity .5s, transform .5s; }
.BKCOMP_contribution_svg_cont svg [id^="ODS-"] { filter: none; opacity: .8; transition: filter .25s, opacity .25s, transform .25s; }
.BKCOMP_contribution_svg_cont svg [id^="ODS-"][selected="true"] { ppacity: 1; }
.BKCOMP_contribution_svg_cont svg [id^="ODS-"][disabled="true"] path { pointer-events: none !important; }
.BKCOMP_contribution_svg_cont svg [id^="ODS-"][disabled="true"] { opacity: .2; filter: saturate(0%); }
*/

.BKCOMP_contribution_panels_title {
  flex: 0 0 auto;
  font-family: montserratsemibold;
  font-size: 24px;
  margin-top: -1em;
  color: var(--color_green);
}

.BKCOMP_contribution_panels {
  flex: 1 1;
  flex: 0 0 auto;
}

.BKCOMP_contribution_panel {
  /*position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	*/
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s;
}

.BKCOMP_contribution_panel[panel_id="0"] p {
  margin: 0.5em 0;
}

.BKCOMP_contribution_panel h2 {
  font-size: 36px;
  margin: 0.5em 0;
  color: var(--color_dark2);
}

.BKCOMP_contribution_panel p {
  font-family: cabin;
  font-size: 18px;
  color: var(--color_dark);
}

.BKCOMP_sustainability {
  margin-bottom: 7em;
  text-align: center;
  --diorama_inner_width: 904px;
}

.BKCOMP_sustainability_diorama_cont {
  display: inline-block;
}

.BKCOMP_sustainability_diorama_diorama {
  width: var(--diorama_inner_width);
  height: calc(calc(714 / 1061) * var(--diorama_inner_width));
}

.BKCOMP_sustainability_diorama_diorama_part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  /*transition: opacity .5s;*/
}

.BKCOMP_sustainability_diorama_diorama_part[ui_value="camcli"] {
  top: 13.9%;
  left: 14.5%;
  width: 23%;
}

.BKCOMP_sustainability_diorama_diorama_part[ui_value="imploc"] {
  top: 59.75%;
  left: 73.8%;
  width: 11.7813%;
}

.BKCOMP_sustainability_diorama_diorama_button {
  display: inline-block;
  position: absolute;
  --circle_width: 35px;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 200;
}

.BKCOMP_sustainability_diorama_diorama_button_circle_fill,
.BKCOMP_sustainability_diorama_diorama_button_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--circle_width);
  height: var(--circle_width);

  cursor: pointer;

  border-radius: 50%;
}

.BKCOMP_sustainability_diorama_diorama_button_circle {
  border: 3px solid #fff;
  transform: scale(0.7);
  animation: BKCOMP_sustainability_pulsating 1s ease-in-out infinite both;
}

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

.BKCOMP_sustainability_diorama_diorama_button_circle_fill span {
  display: none;
  font-family: cabin;
  font-size: 15px;
  color: var(--color_green);
}

@keyframes BKCOMP_sustainability_pulsating {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.BKCOMP_sustainability_diorama_diorama_button_circle_fill {
  left: calc(calc(var(--circle_width) * 0.25) + 1px);
  top: calc(calc(var(--circle_width) * 0.25) + 0.5px);

  width: calc(var(--circle_width) * 0.45);
  height: calc(var(--circle_width) * 0.45);

  background-color: #fff;
}

.BKCOMP_sustainability_diorama_diorama_button_text {
  position: absolute;
  padding: 0.5em;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s;
}

.BKCOMP_sustainability_diorama_diorama_button:hover .BKCOMP_sustainability_diorama_diorama_button_text {
  opacity: 1;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_color="yellow"] .BKCOMP_sustainability_diorama_diorama_button_circle {
  border-color: #dfc148;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_color="yellow"] .BKCOMP_sustainability_diorama_diorama_button_text {
  background-color: #dfc148;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_color="green"] .BKCOMP_sustainability_diorama_diorama_button_circle {
  border-color: #a5d473;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_color="green"] .BKCOMP_sustainability_diorama_diorama_button_text {
  background-color: #a5d473;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_color="blue"] .BKCOMP_sustainability_diorama_diorama_button_circle {
  border-color: rgb(6, 90, 146);
}

.BKCOMP_sustainability_diorama_diorama_button[ui_color="blue"] .BKCOMP_sustainability_diorama_diorama_button_text {
  background-color: #6eb0d6;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_camcli"] {
  top: 47%;
  left: 33%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_camcli"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 0;
  left: 2.6em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_ecocir"] {
  top: 29%;
  left: 46.8%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_ecocir"] .BKCOMP_sustainability_diorama_diorama_button_text {
  bottom: 0.2em;
  left: -3.6em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_commed"] {
  top: 39%;
  left: 63.6%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_commed"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 0;
  left: -16.4em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_lidcam"] {
  top: 64%;
  left: 13%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_lidcam"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 0;
  left: -11.2em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_cuiequ"] {
  top: 83%;
  left: 24%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_cuiequ"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 2.6em;
  left: -6.6em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_conpri"] {
  top: 73%;
  left: 40%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_conpri"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 2.6em;
  left: -3.1em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_patcul"] {
  top: 85%;
  left: 51.2%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_patcul"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 2.6em;
  left: -3.9em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_ressoc"] {
  top: 74%;
  left: 63%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_ressoc"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 0;
  left: 2.8em;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_imploc"] {
  top: 70%;
  left: 80%;
}

.BKCOMP_sustainability_diorama_diorama_button[ui_value="button_imploc"] .BKCOMP_sustainability_diorama_diorama_button_text {
  top: 0;
  left: 2.8em;
}

.BKCOMP_sustainability_panels {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--diorama_inner_width);

  text-align: left;

  margin-left: calc(var(--diorama_inner_width) * -0.5);
  z-index: 400;
}

.BKCOMP_sustainability_panels_inner {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.BKCOMP_sustainability_panel_cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3em;

  width: 100%;
  max-width: 420px;
  opacity: 0;
  transition: opacity 0.25s;
  background-color: #fff;
}

.BKCOMP_sustainability_panel_title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--color_dark2);
  margin-bottom: 0.5em;
}

.BKCOMP_sustainability_panel_title span {
  flex: 1 1;
}

.BKCOMP_sustainability_panel_title [ui_role="fold"] {
  flex: 0 0 auto;
  height: 10px;
  width: auto;
  display: none;
}

.BKCOMP_sustainability_panel_title [ui_role="title_ndx"] {
  display: none;
  margin-right: 0.5em;
}

.BKCOMP_sustainability_panel_title [ui_role="title"]:first-letter {
  text-transform: uppercase;
}

.BKCOMP_sustainability_panel_text {
  font-family: Cabin;
  color: var(--color_dark);
  font-size: 18px;
  margin-bottom: 1em;
}

.BKCOMP_sustainability_panel_list li {
  display: flex;
}

.BKCOMP_sustainability_panel_list li span {
  display: inline-block;
}

.BKCOMP_sustainability_panel_list li span:first-child {
  flex: 0 0 auto;
  margin-right: 1em;
}

.BKCOMP_sustainability_panel_list li span:last-child {
  flex: 1 1;
}

.BKCOMP_sustainability_panel_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: auto;
  pointer-events: none;
}

.BKCOMP_sustainability_panel_inner {
  overflow: hidden;
}

.BKCOMP_ESG_imagetext {
  display: flex;
  justify-content: flex-start;
}

.BKCOMP_ESG_imagetext_inner {
  display: inline-block;
  flex: 0 0 auto;
}

.BKCOMP_ESG_imagetext_image {
  width: 511px;
  height: auto;
}

.BKCOMP_ESG_imagetext_text {
  display: block;
  width: 400px;
  padding: 1em;
  margin-top: 0%;
  margin-left: 0%;

  font-family: cabin;
  font-size: 24px;
  background-color: #fafafa;
  border-left: 1px var(--color_green) solid;
}

.ESG_text,
.ESG_title {
  color: #fff;
}

.ESG_title {
  font-family: montserrat;
  font-size: 42px;
}

.ESG_text {
  font-family: cabin;
  font-size: 18px;
  max-width: 616px;
  margin: auto;
}

.ESG_text p {
  margin-bottom: 1em;
}

/* **** ESG *********************************************** */

/* **** DOCS *********************************************** */
:root {
  --color_comision-de-auditoria: #efb023;
  --color_comision-de-retribuciones-y-nombramientos: #da868b;
  --color_compliance: #649697;
  --color_consejo-de-administracion: #73e767;
  --color_corporativo: #42ac47;
  --color_estrategia: #86dad9;
  --color_financiero: #f03ebd;
  --color_gobierno: #009688;
  --color_junta-general-de-accionistas: #bf7dee;
  --color_otros-reglamentos: #817475;
  --color_sostenibilidad: #a8f0a7;
  --color_transparencia: #086bf0;
}

.BKCOMP_downloadmanager_list_files_item[main_slug="comision-de-auditoria"]::before,
.BKCOMP_downloadmanager_color_comision-de-auditoria [mark] {
  background-color: var(--color_comision-de-auditoria);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="comision-de-retribuciones-y-nombramientos"]::before,
.BKCOMP_downloadmanager_color_comision-de-retribuciones-y-nombramientos [mark] {
  background-color: var(--color_comision-de-retribuciones-y-nombramientos);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="compliance"]::before,
.BKCOMP_downloadmanager_color_compliance [mark] {
  background-color: var(--color_compliance);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="consejo-de-administracion"]::before,
.BKCOMP_downloadmanager_color_consejo-de-administracion [mark] {
  background-color: var(--color_consejo-de-administracion);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="corporativo"]::before,
.BKCOMP_downloadmanager_color_corporativo [mark] {
  background-color: var(--color_corporativo);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="estrategia"]::before,
.BKCOMP_downloadmanager_color_estrategia [mark] {
  background-color: var(--color_estrategia);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="financiero"]::before,
.BKCOMP_downloadmanager_color_financiero [mark] {
  background-color: var(--color_financiero);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="gobierno"]::before,
.BKCOMP_downloadmanager_color_gobierno [mark] {
  background-color: var(--color_gobierno);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="junta-general-de-accionistas"]::before,
.BKCOMP_downloadmanager_color_junta-general-de-accionistas [mark] {
  background-color: var(--color_junta-general-de-accionistas);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="otros-reglamentos"]::before,
.BKCOMP_downloadmanager_color_otros-reglamentos [mark] {
  background-color: var(--color_otros-reglamentos);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="sostenibilidad"]::before,
.BKCOMP_downloadmanager_color_sostenibilidad [mark] {
  background-color: var(--color_sostenibilidad);
}

.BKCOMP_downloadmanager_list_files_item[main_slug="transparencia"]::before,
.BKCOMP_downloadmanager_color_transparencia [mark] {
  background-color: var(--color_transparencia);
}

.BKCOMP_downloadmanager {}

.BKCOMP_downloadmanager_header {
  display: flex;
  align-items: flex-end;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.BKCOMP_downloadmanager_title {
  flex: 1 1;
  font-size: 36px;
  font-weight: 500;
}

.BKCOMP_downloadmanager_cols {
  display: flex;
  margin-top: 4em;
}

.BKCOMP_downloadmanager_col_l {
  flex: 0 0 auto;
  max-width: 290px;
  margin-bottom: 100px;
}

.BKCOMP_downloadmanager_col_l_header {
  display: none;
}

.BKCOMP_downloadmanager_list_files_output {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: montserratmedium;
  font-size: 20px;
  text-align: center;
  padding-top: 3em;
  pointer-events: none;
}

.BKCOMP_downloadmanager_list_files_output [ui_role="loading"],
.BKCOMP_downloadmanager_list_files_output [ui_role="nofiles"] {
  display: none;
}

.BKCOMP_downloadmanager_list_files_output [ui_role="loading"] {
  width: 40px;
  height: 40px;
}

.BKCOMP_downloadmanager_list_title {
  font-size: 24px;
  font-weight: 600;
}

.BKCOMP_downloadmanager_list_root {
  opacity: 0;
  margin-bottom: 5em;
  transition: opacity 0.5s;
}

.BKCOMP_downloadmanager_list_sub_item,
.BKCOMP_downloadmanager_list_root_item {
  display: block;
}

.BKCOMP_downloadmanager_list_sub_item[post_count="0"],
.BKCOMP_downloadmanager_list_root_item[post_count="0"] {
  display: none;
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.BKCOMP_downloadmanager_list_root_item_children,
.BKCOMP_downloadmanager_list_sub_item_children {
  overflow: hidden;
  transition: height 0.25s;
}

.BKCOMP_downloadmanager_list_sub_item_level_2,
.BKCOMP_downloadmanager_list_sub_item_level_1 {
  padding-left: 2em;
}

.BKCOMP_downloadmanager_list_sub_labelcont,
.BKCOMP_downloadmanager_list_root_labelcont {
  display: flex;
  align-items: center;
}

.BKCOMP_downloadmanager_list_root_labelcont [mark] {
  flex: 0 0 auto;
  width: 0;
  /*margin-top: 1em;
	display: inline-block;
	width: 15px;
	height: 2px;
	margin-right: 5px;
	vertical-align: middle;*/
}

.BKCOMP_downloadmanager_list_sub_labelcont [ui_role="label"],
.BKCOMP_downloadmanager_list_root_labelcont [ui_role="label"] {
  padding-top: 1em;
  flex: 1 1;
}

.BKCOMP_downloadmanager_list_sub_labelcont:hover [ui_role="label"],
.BKCOMP_downloadmanager_list_root_labelcont:hover [ui_role="label"] {
  color: var(--color_green);
}

.BKCOMP_downloadmanager_list_sub_labelcont [ui_role="chevron"],
.BKCOMP_downloadmanager_list_root_labelcont [ui_role="chevron"] {
  flex: 0 0 auto;
  margin-top: 1em;
  margin-left: 0.5em;
  /*transition: transform .5s;*/
}

.BKCOMP_downloadmanager_list_sub_labelcont [ui_role="chevron"] svg,
.BKCOMP_downloadmanager_list_root_labelcont [ui_role="chevron"] svg {
  height: 8px;
  width: auto;
}

.BKCOMP_downloadmanager_list_sub_item[opened="true"]>.BKCOMP_downloadmanager_list_sub_labelcont [ui_role="chevron"],
.BKCOMP_downloadmanager_list_root_item[opened="true"]>.BKCOMP_downloadmanager_list_root_labelcont [ui_role="chevron"] {
  transform: scaleY(-1);
  /*transform: rotate(180deg);*/
}

.BKCOMP_downloadmanager_list_sub_item,
.BKCOMP_downloadmanager_list_root_item {
  /*padding-top: 1em;*/
  font-size: 16px;
  font-family: cabin;
}

/* *[level="0"][cat_slug="gobierno"] {
	transform: rotate(45deg);
}*/

.BKCOMP_downloadmanager_list_root_item:last-child {
  margin-bottom: 1.5em;
}

.BKCOMP_downloadmanager_list_sub_item [current="true"],
.BKCOMP_downloadmanager_list_root_item [current="true"] {
  color: var(--color_green);
  cursor: default;
  pointer-events: none;
}

.BKCOMP_downloadmanager_col_r {
  flex: 1 1;
  padding-left: 1em;
  text-align: right;
  overflow: hidden;
}

.BKCOMP_downloadmanager_list_files {
  width: 828px;
  width: 95%;
  display: inline-block;
}

.BKCOMP_downloadmanager_list_files_item {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0;
  width: 100%;
  margin-bottom: 15px;

  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  background-color: #fafafa;
  border-radius: 7px;
}

.BKCOMP_downloadmanager_list_files_item::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 8px;
  border-radius: 8px 0 0 8px;
  background-color: #fff;
}

.BKCOMP_downloadmanager_list_files_item_l {
  flex: 1 1;
  display: flex;
  align-items: center;
  padding-left: 1em;
  text-align: left;
  overflow: hidden;
}

.BKCOMP_downloadmanager_list_files_item_r {
  flex: 0 0 auto;
}

.BKCOMP_downloadmanager_list_files_item_r img {
  height: 1em;
  width: auto;
  vertical-align: top;
  top: 0.1em;
  margin-right: 0.25em;
}

.BKCOMP_downloadmanager_list_files_item_name {
  flex: 1 0;
  font-family: montserratmedium;
  color: var(--color_dark2);
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

.BKCOMP_downloadmanager_list_files_item_date,
.BKCOMP_downloadmanager_list_files_item_language,
.BKCOMP_downloadmanager_list_files_item_type,
.BKCOMP_downloadmanager_list_files_item [ui_role="link"] {
  flex: 0 0 auto;
  font-size: 14px;
  text-align: center;
  font-family: cabin;
  color: var(--color_form_gray);
}

.BKCOMP_downloadmanager_list_files_item_date {
  width: 132px;
}

.BKCOMP_downloadmanager_list_files_item_language {
  width: 50px;
}

.BKCOMP_downloadmanager_list_files_item_type {
  width: 88px;
}

.BKCOMP_downloadmanager_list_files_item [ui_role="link"] {
  width: 115px;
  color: var(--color_green);
}

.BKCOMP_downloadmanager_list_item_cuentas-anuales {
  background: #f03ebd;
}

.BKCOMP_downloadmanager_list_item_emisiones-deuda {
  background: #86dad9;
}

.BKCOMP_downloadmanager_list_item_informes-de-analistas {
  background: #3a6c99;
}

.BKCOMP_downloadmanager_list_item_informes-resultados {
  background: #25bd83;
}

.BKCOMP_downloadmanager_list_item_newsletters {
  background: #73e767;
}

.BKCOMP_downloadmanager_list_item_plan-estrategico {
  background: #da868b;
}

.BKCOMP_downloadmanager_list_item_transpariencia-certificationes {
  background: #a7ff00;
}

.BKCOMP_downloadmanager_list_item_corporativo {
  background: #fea700;
}

.BKCOMP_downloadmanager_list_item_compilance {
  background: #00a7f1;
}

.BKCOMP_downloadmanager_list_item_junta-de-accionistas {
  background: #8aa7f1;
}

.BKCOMP_downloadmanager_list_item_memoria-sostenibilidad {
  background: #306090;
}

.BKCOMP_downloadmanager_list_item_transparencia-politicas {
  background: #f020a0;
}

.BKCOMP_downloadmanager_list_item_relevantes {
  background: #106080;
}

.BKCOMP_downloadmanager_list_item_hechos-relevantes {
  background: #ff0000;
}

.BKCOMP_downloadmanager_list_item_independencia-del-auditor {
  background: #8f0020;
}

.BKCOMP_downloadmanager_search,
.BKCOMP_downloadmanager_list_date,
.BKCOMP_downloadmanager_order {
  flex: 0 0 auto;
  border-bottom: 1px solid #bbbfc4;
  padding-bottom: 1em;
}

.BKCOMP_downloadmanager_order {
  flex: 0 0 270px;
  display: flex;
}

.BKCOMP_downloadmanager_search {
  margin-top: 0.5em;
}

.BKCOMP_downloadmanager_order label {
  flex: 1 1;
}

.BKCOMP_downloadmanager_order select {
  flex: 0 0 180px;
}

.BKCOMP_downloadmanager_list_date label,
.BKCOMP_downloadmanager_order label {
  display: inline-block;
  font-family: cabin;
  font-size: 16px;
  color: var(--color_form_gray);
}

.BKCOMP_downloadmanager_search input,
.BKCOMP_downloadmanager_list_date input,
.BKCOMP_downloadmanager_order select {
  width: 180px;
  border: none;
  color: #888;
  font-family: cabin;
  background: no-repeat;
}

.BKCOMP_downloadmanager_search input {
  width: 100%;
  padding-right: 1.5em;
}

.BKCOMP_downloadmanager_search [ui_role="search_input_reset"] {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 100%;

  background-position: right top;
  background-repeat: no-repeat;
  background-size: 90% auto;
  cursor: pointer;
}

.BKCOMP_downloadmanager_search [ui_role="search_input_reset"][searching="false"] {
  background-image: url(../img/search_d.svg);
}

.BKCOMP_downloadmanager_search [ui_role="search_input_reset"][searching="true"] {
  background-image: url(../img/cross.svg);
}

.BKCOMP_downloadmanager_list_date {
  display: flex;
  width: 294px;
  margin-top: 1em;
  margin-bottom: 3em;
}

.BKCOMP_downloadmanager_list_date label {
  flex: 0 0 50px;
}

.BKCOMP_downloadmanager_list_date input {
  flex: 1 1;
  text-align: right;
}

.BKCOMP_downloadmanager_list_date_clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: rgb(90, 90, 90);
  border-radius: 50%;

  opacity: 0;
  pointer-events: none;
}

.BKCOMP_downloadmanager_list_date_clear span {
  display: inline-block;
  top: -0.125em;
}

.BKCOMP_downloadmanager_list_files_filterbuttons {
  text-align: center;
  margin: 1em auto 2em;
  z-index: 4500;
  opacity: 0;
}

.BKCOMP_downloadmanager_list_files_filterbuttons_inner[out_of_scroll="true"] {
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 0) 100%,
      rgba(255, 255, 255, 0) 100%);
}

.BKCOMP_downloadmanager_list_files_filterbutton {
  display: inline-flex;
  background-color: var(--color_green);
  border-color: var(--color_green);
  color: #fff;
}

.BKCOMP_downloadmanager_list_files_filterbutton:hover {
  color: #fff;
}

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

  .BKCOMP_downloadmanager_list_files_item_l,
  .BKCOMP_downloadmanager_list_files_item_name {
    display: block;
  }

  .BKCOMP_downloadmanager_list_files_item_name {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 1024px) {
  .BKCOMP_downloadmanager_header {
    display: block;
    text-align: center;
  }

  .BKCOMP_downloadmanager_title {
    margin: 1.5em auto;
  }

  .BKCOMP_downloadmanager_order {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  .BKCOMP_downloadmanager_title {
    font-size: 32px;
  }

  .BKCOMP_downloadmanager_col_l {
    --dwnl_header_height: 70px;
    --dwnl_header_padding_x: 1.5em;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    height: 100vh;
    padding: 2em var(--dwnl_header_padding_x);
    max-width: 100%;

    opacity: 0;
    pointer-events: none;

    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 6000;
  }

  .BKCOMP_downloadmanager_col_l[visible="true"] {
    opacity: 1;
    pointer-events: auto;
  }

  .BKCOMP_downloadmanager_col_l_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    padding: 0 var(--dwnl_header_padding_x);
    height: var(--dwnl_header_height);
    background-color: #fff;
    z-index: 6002;
  }

  .BKCOMP_downloadmanager_col_l_header [ui_role="close"] {
    width: 40px;
    height: auto;
    padding: 10px;
  }

  .BKCOMP_downloadmanager_col_l_header [ui_role="clear"],
  .BKCOMP_downloadmanager_col_l_header [ui_role="accept"] {
    width: auto;
    padding: 0 3em;
    height: 40px;
  }

  .BKCOMP_downloadmanager_col_l_header [ui_role="accept"] {
    color: #fff;
    border-color: var(--color_green);
    background-color: var(--color_green);
  }

  .BKCOMP_downloadmanager_col_r {
    padding-left: 0;
    min-height: 80vh;
  }

  .BKCOMP_downloadmanager_list_root {
    padding-right: 0.5em;
  }

  .BKCOMP_downloadmanager_list_title {
    font-family: montserratsemibold;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: var(--dwnl_header_height);
  }

  .BKCOMP_downloadmanager_list_files {
    width: 100%;
    min-height: 12vh;
    padding-left: 1em;
  }

  .BKCOMP_downloadmanager_list_date {
    width: 100%;
  }

  .BKCOMP_downloadmanager_search {
    margin-bottom: 2em;
  }

  .BKCOMP_downloadmanager_list_files_filterbuttons {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  .BKCOMP_downloadmanager_title {
    margin-top: 170px;
  }

  .BKCOMP_downloadmanager_list_files_item_name {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .BKCOMP_downloadmanager_col_r {
    margin-right: calc(var(--page_padding) * -1);
    margin-left: calc(var(--page_padding) * -1);
    padding-left: 0.5em;
    padding-right: 0;
  }

  .BKCOMP_downloadmanager_list_files_item [ui_role="link"] {
    padding: 0 1em;
    width: auto;
  }
}

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

  .BKCOMP_downloadmanager_col_l_header [ui_role="clear"],
  .BKCOMP_downloadmanager_col_l_header [ui_role="accept"] {
    padding: 0 1.5em;
  }
}

/* **** DOCS *********************************************** */

/* **** PRESS *********************************************** */
.content_press .BKCOMP_PRESS_multimedia {
  padding-top: 45px;
}

.content_press .BKCOMP_PRESS_multimedia_comp {}

.content_press .BKCOMP_PRESS_multimedia_menu {
  display: flex;
  margin: auto;
  margin-bottom: var(--tab_button_height);
  max-width: 616px;
  text-align: center;
  justify-content: space-between;
}

.content_press .square_button {
  color: #474a4f;
  border-color: #474a4f;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_cont {
  width: 100%;
  --BKCOMP_PRESS_multimedia_gallery_item_height: 402px;
  --BKCOMP_PRESS_multimedia_gallery_item_margin: 24px;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_page {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  opacity: 0;
  transition: opacity 0.25s;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_page ul {
  display: flex;
  justify-content: space-between;
  flex: 1 1;
  margin-bottom: var(--BKCOMP_PRESS_multimedia_gallery_item_margin);
}

.content_press .BKCOMP_PRESS_multimedia_gallery_page ul:last-child {
  margin-bottom: 0;
}

.content_press .BKCOMP_PRESS_multimedia_nofiles {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: montserratmedium;
  font-size: 20px;
  text-align: center;
  padding-top: 3em;
  pointer-events: none;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item {
  display: inline-block;
  flex: 0 0 auto;

  height: var(--BKCOMP_PRESS_multimedia_gallery_item_height);
  width: calc(calc(100% / 3) - calc(var(--BKCOMP_PRESS_multimedia_gallery_item_margin) / 2));
  /*background-color: #111;*/
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info,
.content_press .BKCOMP_PRESS_multimedia_gallery_item_bg,
.content_press .BKCOMP_PRESS_multimedia_gallery_item_inner,
.content_press .BKCOMP_PRESS_multimedia_gallery_item_inner_video,
.content_press .BKCOMP_PRESS_multimedia_gallery_item_iframe_cont,
.content_press .BKCOMP_PRESS_multimedia_gallery_loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_inner_video,
.content_press .BKCOMP_PRESS_multimedia_gallery_item_inner {
  display: block;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_loading {
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  /*background-color: rgba(29,28,28,0.5);*/
  background-image: url(../img/loading.gif);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item *[ready="false"] {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item *[ready="true"] {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  opacity: 1;
  transition: opacity 0.25s;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_inner_video .BKCOMP_PRESS_multimedia_gallery_item_bg {
  background-size: contain;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_video_close {
  display: inline-block;
  width: 30px;
  height: 30px;

  position: absolute;
  right: 10px;
  top: 10px;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_video_close::before,
.content_press .BKCOMP_PRESS_multimedia_gallery_item_video_close::after {
  content: " ";
  display: inline-block;
  width: 80%;
  height: 3px;
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -1.5px;
  background-color: #fff;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_video_close::before {
  transform: rotate(45deg);
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_video_close::after {
  transform: rotate(-45deg);
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  pointer-events: none;
  user-select: none;

  font-family: cabin;
  font-size: 16px;
  color: #fff;

  opacity: 0;
  background-color: rgba(29, 28, 28, 0.5);
  transition: opacity 0.5s;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info:hover {
  opacity: 1;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info * {
  pointer-events: none;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info [link2] {
  pointer-events: auto;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info [link] img {
  width: 11px;
  height: auto;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info [info] {
  position: absolute;
  left: 0;
  bottom: 2em;
  text-align: center;
  width: 100%;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info [name] {
  font-size: 18px;
  font-weight: bold;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info [data] {
  font-size: 12px;
}

.content_press .BKCOMP_PRESS_multimedia_gallery_item_info [link2] {
  display: block;
  margin-top: 0.25em;
  margin-bottom: -0.25em;
  z-index: 100;
}

.content_press .BKCOMP_breadcrumbs {
  margin-top: 2em;
}

.content_press .BKCOMP_breadcrumbs[page_slug="press-room"],
.content_press .BKCOMP_breadcrumbs[page_slug="sala-de-prensa"] {
  margin-bottom: 5em;
}

/* **** PRESS *********************************************** */

/* **** CONTACT *********************************************** */

.GREENALIA_CONTACT_form_map {
  --GREENALIA_CONTACT_max_width: 944px;
}

.GREENALIA_CONTACT_form_map_inner {
  padding-bottom: 600px;
  overflow: hidden;
}

.GREENALIA_CONTACT_form_map_formcont,
.GREENALIA_CONTACT_form_map_formcont .contact_form_legal,
.GREENALIA_CONTACT_form_map_formcont .contact_form_field textarea,
.GREENALIA_CONTACT_form_map_formcont .contact_form_field input {
  color: #fff;
}

.GREENALIA_CONTACT_form_map_formcont {
  padding-top: var(--header_height);
  background-color: rgba(29, 28, 28, 0.86);
  overflow: auto;
  z-index: 1000;
  overflow: hidden;
}

.GREENALIA_CONTACT_form_map_formcont_title {
  margin-top: 2em;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
}

.GREENALIA_CONTACT_form_map_formcont_subtitle {
  margin-top: 1em;
  font-family: cabin;
  font-size: 18px;
  text-align: center;
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont {}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tabs_menu {
  display: flex;
  max-width: var(--GREENALIA_CONTACT_max_width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tabs {
  max-width: var(--GREENALIA_CONTACT_max_width);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  transition: height 0.25s;
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tab {
  display: none;
  opacity: 0;
  pointer-events: none;
  padding: 0 var(--tab_button_margin);
  transition: opacity 0.25s;
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tab[visible="true"] {
  opacity: 1;
  pointer-events: auto;
  /*display: flex;*/
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col1 {
  flex: 1 1;
  margin-right: var(--tab_button_margin);
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col2 {
  flex: 2 2;
  margin-left: var(--tab_button_margin);
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col1 {
  font-family: cabin;
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 5.5em;
}

.GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col1 a {
  color: var(--color_green);
}

#map,
.GREENALIA_CONTACT_form_map_mapcont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  user-select: none;

  background-color: #000;
}

.GREENALIA_CONTACT_form_map_contact {
  --margin_contact: 60px;
  margin-top: calc(var(--margin_contact) * -1);
  text-align: center;
}

.GREENALIA_CONTACT_form_map_contact_r,
.GREENALIA_CONTACT_form_map_contact_l {
  display: inline-flex;
  width: 614px;
  height: 286px;
  background-color: #fff;
}

.GREENALIA_CONTACT_form_map_contact_l {
  margin-right: 12px;
}

.GREENALIA_CONTACT_form_map_contact_r {
  margin-left: 12px;
}

.GREENALIA_CONTACT_form_map_contact_text {
  flex: 1 1;
  padding: var(--margin_contact) 27px 0;
  text-align: left;
}

.GREENALIA_CONTACT_form_map_contact_text h3:hover,
.GREENALIA_CONTACT_form_map_contact_text p:hover,
.GREENALIA_CONTACT_form_map_contact_text [phone]:hover,
.GREENALIA_CONTACT_form_map_contact_text [email]:hover {
  color: var(--color_green);
}

.GREENALIA_CONTACT_form_map_contact_text h3 {
  font-family: montserratmedium;
  font-size: 32px;
  margin-bottom: 0.5em;
}

.GREENALIA_CONTACT_form_map_contact_text [phone],
.GREENALIA_CONTACT_form_map_contact_text [email],
.GREENALIA_CONTACT_form_map_contact_text p {
  font-size: 18px;
  font-family: cabin;
  margin-bottom: 0.25em;
}

.GREENALIA_CONTACT_form_map_contact_map {
  flex: 0 0 auto;
  width: 309px;
  height: 286px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.GREENALIA_CONTACT_form_map_contact_map div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(66, 172, 72, 0.83);
}

.GREENALIA_CONTACT_form_map_contact_map div img {
  width: 46px;
  height: auto;
}

.GREENALIA_CONTACT_form_map_contact_map div span {
  display: block;
  margin-top: 1em;
  font-family: cabin;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.CONTACT_link_cont .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.GREENALIA_CONTACT_social_links_list {
  text-align: center;
  margin: 40px 0 115px;
}

.GREENALIA_CONTACT_social_links_item {
  display: inline-block;
  margin: 0 1.5em;
}

.GREENALIA_CONTACT_social_links_item svg {
  height: 35px;
  width: auto;
}

.GREENALIA_CONTACT_social_links_item path {
  fill: #000 !important;
}

.GREENALIA_CONTACT_social_links_item:hover path {
  fill: var(--color_green) !important;
}

.contact_clear_button {
  display: none;
}

/* **** CONTACT *********************************************** */

/* **** OUR TEAM *********************************************** */
.content_ourteam .GREENALIA_PARTACC_chart {
  margin-top: 0;
}

.content_ourteam .GREENALIA_PARTACC_chart_text {
  /* display: 1.5em; */
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_label,
.content_ourteam .GREENALIA_PARTACC_chart_label {
  display: block;
  font-family: montserratmedium;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.5em;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu {
  margin-top: 5em;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list {
  margin: 10em auto 6em;
  display: flex;
  justify-content: space-between;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item {
  --circle_height: 9px;
  display: inline-block;
  flex: 1 1;
  text-align: center;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item * {
  pointer-events: none;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:first-child {
  text-align: left;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item_name {
  display: inline-block;
  color: var(--color_green);
  font-family: cabin;
  font-size: 18px;
  padding-bottom: 0.1em;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:hover .GREENALIA_OURTEAM_groups_menu_list_item_name,
.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item[current="true"] .GREENALIA_OURTEAM_groups_menu_list_item_name {
  border-bottom: 1px var(--color-green) solid;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item[current="true"] .GREENALIA_OURTEAM_groups_menu_list_item_name {
  font-weight: bold;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
  height: 65px;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(1) .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
  height: 0;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
  flex: 1 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/decorator.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(2) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
  background-position: center 12px;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(3) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
  background-position: center 24px;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(4) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
  background-position: center 36px;
  background-image: url(../img/decorator2.svg);
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item .GREENALIA_OURTEAM_groups_menu_list_item_decorator_circle {
  display: inline-block;
  flex: 0 0 auto;
  width: var(--circle_height);
  height: var(--circle_height);
  line-height: 0;
  background-color: var(--color_light_gray);
  border-radius: 50%;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(1) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_circle {
  display: none;
}

/*
.content_ourteam .GREENALIA_OURTEAM_groups_menu_l {
	flex: 1 1;
}


.content_ourteam .GREENALIA_OURTEAM_groups_menu_catlist {
	font-family: montserratmedium;
	font-size: 36px;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_catitem {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	padding-left: .5em;
	height: 1.5em;

	transition: color .25s, padding-left .25s;
}
.content_ourteam .GREENALIA_OURTEAM_groups_menu_catitem::before {
	content: " ";
	display: inline-block;
	width: 93px;
	margin-left: -93px;
	height: 100%;

	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/separator_line_h2.svg);

	opacity: 1;
	transition: opacity .25s;
}


.content_ourteam .GREENALIA_OURTEAM_groups_menu_catitem[current="true"] {
	color: var(--color_green);
	padding-left: 1em;
}
.content_ourteam .GREENALIA_OURTEAM_groups_menu_catitem:hover {
	color: var(--color_green);	
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_catitem[current="true"]::before {
	opacity: .5;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_r {
	flex: 1 1;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_textitem,
.content_ourteam .GREENALIA_OURTEAM_groups_menu_textlist {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

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

	font-family: cabin;
	font-size: 24px;
	text-align: center;
	color: var(--color_dark);

	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
}
.content_ourteam .GREENALIA_OURTEAM_groups_menu_textitem[current="true"] {
	opacity: 1;
	pointer-events: auto;
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_textitem a {
	display: block;
	margin-top: 1em;
	font-size: .59em;
	color: var(--color_green);
}

.content_ourteam .GREENALIA_OURTEAM_groups_menu_textitem a::before {
	content: " ";
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: .05em;
	vertical-align: baseline;
	margin-right: .5em;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/download_icon_g.svg);
}
*/

.content_ourteam .GREENALIA_OURTEAM_groups_list_sec:last-child,
.content_ourteam .GREENALIA_OURTEAM_groups_list {
  margin-bottom: 9em;
  margin-bottom: 5em;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_sec {
  margin-bottom: 3em;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_title {
  font-family: montserratmedium;
  font-size: 26px;
  color: var(--color_green);
  text-align: center;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_ul {
  --list_item_padding: 12px;
  margin-top: 4em;
  margin-left: calc(var(--list_item_padding) * -1);
  margin-right: calc(var(--list_item_padding) * -1);
  min-height: 70vh;
  text-align: center;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_ul2 {
  min-height: auto;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item {
  --list_item_width: 296px;

  display: inline-block;
  width: var(--list_item_width);
  height: calc(var(--list_item_width) * calc(420 / 296));
  margin: 0 var(--list_item_padding);

  opacity: 0;
  transition: opacity 0.5s;
  vertical-align: top;
  text-align: center;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_note_cont,
.content_ourteam .GREENALIA_OURTEAM_groups_list_item_photo_cont {
  width: var(--list_item_width);
  height: var(--list_item_width);
  overflow: hidden;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item[country="es"] .GREENALIA_OURTEAM_groups_list_item_frame path {
  stroke: var(--color_green) !important;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_country,
.content_ourteam .GREENALIA_OURTEAM_groups_list_item_link,
.content_ourteam .GREENALIA_OURTEAM_groups_list_item_frame,
.content_ourteam .GREENALIA_OURTEAM_groups_list_item_frame svg,
.content_ourteam .GREENALIA_OURTEAM_groups_list_item_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_photo {
  background-color: var(--color_bg_dark);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;

  transform: scale(1);
  transition: transform 0.25s;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_frame svg {
  transform: scale(1);
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_frame path {
  stroke-width: 3 !important;
  transition: stroke 0.25s;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item:hover svg {
  transform: scale(0.95);
  opacity: 1;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item:hover content_ourteam .GREENALIA_OURTEAM_groups_list_item_photo {
  transform: scale(1.06);
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_info {}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_name {
  margin-top: 1em;
  font-family: montserratsemibold;
  font-size: 21px;
  color: var(--color_green);
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_name span:first-child {
  margin-right: 0.25em;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_position {
  margin-top: 0.25em;
  font-family: cabin;
  font-size: 18px;
  color: var(--color_dark);
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item_country::after {
  position: absolute;
  right: 2.5%;
  bottom: 2.5%;
  display: inline-block;

  font-family: cabin;
  font-size: 13px;
  padding: 0.25em 0.5em;
  color: #fff;
  background-color: var(--color_green);
  transition: background-color 0.25s;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item[country="es"] content_ourteam .GREENALIA_OURTEAM_groups_list_item_country::after {
  content: "ES";
  display: none;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item[country="us"] content_ourteam .GREENALIA_OURTEAM_groups_list_item_country::after {
  content: "USA";
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item:hover content_ourteam .GREENALIA_OURTEAM_groups_list_item_country::after {
  background-color: #d80027;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_item[ui_role="note"] {}

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

  padding: 0 1em;

  font-family: montserrat;
  font-style: italic;
  color: #fff;
  background-color: var(--color_green);
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_note_cont svg {
  height: 36px;
  width: auto;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_note_text {
  font-size: 20px;
  margin: 0.5em 0;
}

.content_ourteam .GREENALIA_OURTEAM_groups_list_note_label {
  font-size: 16px;
}

/* **** OUR TEAM *********************************************** */

/* **** COMPLIANCE *********************************************** */
.content_compliance .BKCOMP_text_block_t_title {
  max-width: 12em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;

  font-family: montserratlight;
  font-size: 72px;
}

/* **** COMPLIANCE *********************************************** */

/* **** ABOUT US *********************************************** */

.content_aboutus .BKCOMP_text_block_t_title {
  max-width: 21em;
  margin-top: 1em;
  margin-top: 4em;
  margin-bottom: 3em;
  margin-left: 104px;
}

.content_aboutus .BKCOMP_text_block_t_paragraph {
  max-width: 46.2em;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: 104px;
}

.content_aboutus .BKCOMP_ABOUTUS_3images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

.content_aboutus .BKCOMP_ABOUTUS_3images img {
  flex: 0 0 auto;
  width: 400px;
  height: auto;
}

.content_aboutus .BKCOMP_ABOUTUS_3images img:nth-child(2) {
  margin-top: -120px;
}

.content_esg .GREENALIA_slider_wide {
  margin-top: 45px;
}

.GREENALIA_slider_wide,
.content_aboutus .BKCOMP_ABOUTUS_imageslider,
.content_aboutus .BKCOMP_ABOUTUS_milestones {
  margin-bottom: 100px;
}

.GREENALIA_slider_wide_list,
.content_aboutus .BKCOMP_ABOUTUS_imageslider_list,
.content_aboutus .BKCOMP_ABOUTUS_milestones_list {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.content_aboutus .BKCOMP_ABOUTUS_imageslider_list {
  height: 560px;
}

.GREENALIA_slider_wide_list [ui_role="root"],
.content_aboutus .BKCOMP_ABOUTUS_imageslider_list [ui_role="root"],
.content_aboutus .BKCOMP_ABOUTUS_milestones_list [ui_role="root"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.GREENALIA_slider_wide_list [ui_role="drag"],
.content_aboutus .BKCOMP_ABOUTUS_imageslider_list [ui_role="drag"],
.content_aboutus .BKCOMP_ABOUTUS_milestones_list [ui_role="drag"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 30;
  background-color: transparent;
}

.GREENALIA_slider_wide_list::after,
.GREENALIA_slider_wide_list::before,
.content_aboutus .BKCOMP_ABOUTUS_imageslider_list::before,
.content_aboutus .BKCOMP_ABOUTUS_imageslider_list::after,
.content_aboutus .BKCOMP_ABOUTUS_milestones_list::before,
.content_aboutus .BKCOMP_ABOUTUS_milestones_list::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

/*.GREENALIA_slider_wide_list::after,
.content_aboutus .BKCOMP_ABOUTUS_milestones_list::after { background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 1%); }
.GREENALIA_slider_wide_list::before,
.content_aboutus .BKCOMP_ABOUTUS_milestones_list::before { background: linear-gradient(90deg, rgba(250,250,250,0) 99%, rgba(250,250,250,1) 100%); }
*/

.GREENALIA_slider_wide_item,
.content_aboutus .BKCOMP_ABOUTUS_imageslider_item,
.content_aboutus .BKCOMP_ABOUTUS_milestones_item {
  --GREENALIA_slider_wide_item_height: 300px;
  position: absolute;
  width: 100%;
  max-width: 50%;
  top: 50%;
  left: 110%;
  margin-top: calc(var(--GREENALIA_slider_wide_item_height) * -0.5);
  height: var(--GREENALIA_slider_wide_item_height);

  display: inline-flex;
  flex-direction: column;

  padding: 0.5em;
  font-size: 80px;
  color: #fff;

  transform: scale(1);

  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  transition: left 0.5s, transform 0.5s, box-shadow 0.5s, filter 0.5s;
}

.GREENALIA_slider_wide_item {
  flex-direction: row;
}

.content_aboutus .BKCOMP_ABOUTUS_imageslider_item {
  --GREENALIA_slider_images_item_height: 440px;
  max-width: 70%;
  padding: 0;
  margin-top: calc(var(--GREENALIA_slider_images_item_height) * -0.5);
  height: var(--GREENALIA_slider_images_item_height);
}

.BKCOMP_ABOUTUS_imageslider_item_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.BKCOMP_ABOUTUS_imageslider_text {
  margin-top: 2.7em;
  text-align: center;
  font-size: 22.7px;
  font-family: Cabin;
  pointer-events: none;
}

.GREENALIA_slider_wide_item[highlight="false"],
.content_aboutus .BKCOMP_ABOUTUS_imageslider_item[highlight="false"],
.content_aboutus .BKCOMP_ABOUTUS_milestones_item[highlight="false"] {
  filter: brightness(50%) blur(2px);
}

.GREENALIA_slider_wide_item[highlight="true"],
.content_aboutus .BKCOMP_ABOUTUS_imageslider_item[highlight="true"],
.content_aboutus .BKCOMP_ABOUTUS_milestones_item[highlight="true"] {
  transform: scale(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
  filter: brightness(100%) blur(0);
}

.content_aboutus .BKCOMP_ABOUTUS_milestones_item_title {
  flex: 1 1;
  font-family: cabin;
  font-size: 20px;
}

.content_aboutus .BKCOMP_ABOUTUS_milestones_item_year {
  flex: 0 0 auto;
  font-family: montserratsemibold;
  font-size: 36px;
}

.GREENALIA_slider_wide_item_text,
.content_aboutus .BKCOMP_ABOUTUS_milestones_item_text {
  flex: 0 0 auto;
  font-family: cabin;
  font-size: 18px;
  width: 100%;
}

.GREENALIA_slider_wide_item_text {
  align-self: flex-end;
  /*text-shadow: 0 0 5px #000;*/
}

.GREENALIA_slider_wide_buttons,
.content_aboutus .BKCOMP_ABOUTUS_list_buttons {
  text-align: center;
  margin-top: 30px;
}

.GREENALIA_slider_wide_buttons,
.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_buttons {
  margin-top: 0;
}

.GREENALIA_slider_wide_button,
.content_aboutus .BKCOMP_ABOUTUS_list_button {
  display: inline-block;
  width: 83px;
  height: 60px;
}

.GREENALIA_slider_wide_button::after,
.content_aboutus .BKCOMP_ABOUTUS_list_button::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  height: 4px;
  background-color: var(--color_light_gray);
  transition: background-color 0.25s;
}

.GREENALIA_slider_wide_button:hover::after,
.content_aboutus .BKCOMP_ABOUTUS_list_button:hover::after,
.GREENALIA_slider_wide_button[current="true"]::after,
.content_aboutus .BKCOMP_ABOUTUS_list_button[current="true"]::after {
  background-color: var(--color_bg_dark);
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam {
  margin-top: 50px;
  margin-bottom: 100px;
  /*	width: 100vw;
	margin-left: calc(calc(100% - 100vw) * .5);
*/
  overflow: hidden;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_cont {
  --jointeam_slider_height: 380px;
  width: 1044px;
  height: var(--jointeam_slider_height);
  margin: auto;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_cont [ui_role="root"] {
  top: 0;
  left: 0;
  right: 0;
  height: var(--jointeam_slider_height);
  overflow: hidden;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 110vw;
  top: 0;
  transition: left 0.5s;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_l {
  flex: 0 0 auto;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_r {
  flex: 1 1;
  text-align: center;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_image {
  width: 296px;
  height: auto;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_name {
  font-family: montserratmedium;
  font-size: 36px;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_position {
  font-family: cabin;
  font-size: 16px;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_quote {
  margin: auto;
  margin-top: 2em;
  max-width: 620px;
  font-size: 24px;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_svg1,
.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_svg2 {
  position: absolute;
  display: none;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_svg1 {
  top: -1.7em;
  left: 0;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_svg2 {
  transform: rotate(180deg);
  bottom: -1.7em;
  right: 0;
}

.content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_link {
  margin-top: 2em;
}

.BKCOMP_ABOUTUS_image_text_block {
  display: flex;
  overflow: hidden;
  height: 500px;
}

.BKCOMP_ABOUTUS_image_text_block[image_at_right="true"] {
  flex-direction: row-reverse;
}

.BKCOMP_ABOUTUS_image_text_block_image,
.BKCOMP_ABOUTUS_image_text_block_text {
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
}

/*.BKCOMP_ABOUTUS_image_text_block_image > img { width: 100%; height: auto; }*/

.BKCOMP_ABOUTUS_image_text_block_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.BKCOMP_ABOUTUS_image_text_block_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.BKCOMP_ABOUTUS_image_text_block_text>div {
  width: 60%;
}

/* **** ABOUT US *********************************************** */

/* **** PARTC ACCIONARIAL *********************************************** */
.GREENALIA_PARTACC_chart {
  --chart_cont_width: 618px;
  --chart_width: calc(var(--chart_cont_width) * 0.5);
  --chart_height: calc(var(--chart_width) * 0.6);
  --chart_height_logo: calc(var(--chart_cont_width) * 0.065);

  width: var(--chart_cont_width);
  height: auto;

  margin: 50px auto;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.5s;
}

.GREENALIA_PARTACC_chart_label {
  display: none;
}

.GREENALIA_PARTACC_chart_canvas {
  width: var(--chart_width);
  height: var(--chart_height);
}

.GREENALIA_PARTACC_chart_logo_cont {
  width: 100%;
  text-align: center;
  margin-top: calc(var(--chart_height_logo) * -1);
}

.GREENALIA_PARTACC_chart_logo_cont img {
  height: var(--chart_height_logo);
  width: auto;
}

.GREENALIA_PARTACC_chart_text {
  margin-top: 4em;
  font-size: 18px;
  font-family: cabin;
}

.GREENALIA_PARTACC_chart_text p {
  margin-bottom: 2em;
}

.GREENALIA_PARTACC_chart_table {
  width: 100%;
  margin-bottom: 100px;
  font-family: cabin;
  font-size: 18px;
}

.GREENALIA_PARTACC_chart_table_row {
  display: flex;
  padding: 1em 0.75em;
}

.GREENALIA_PARTACC_chart_table_row span:first-child {
  flex: 1 1;
}

.GREENALIA_PARTACC_chart_table_row span:last-child {
  flex: 0 0 auto;
}

.GREENALIA_PARTACC_chart_table_row:nth-child(even) {
  background-color: #f9f9f9;
}

.GREENALIA_PARTACC_chart_table_row:last-child {
  background-color: var(--color_green);
  color: #fff;
}

/* **** PARTC ACCIONARIAL *********************************************** */

/* **** PARTC FINANCIAL *********************************************** */
.content_financial .BKCOMP_text_block_t_title {
  max-width: 616px;
  margin: 3em auto;
  font-family: cabin;
  font-size: 24px;
  text-align: center;
}

.GREENALIA_INVESTORS_events_slider {
  width: 100vw;
  margin: 2em auto 120px;
  margin-left: calc(calc(100% - 100vw) * 0.5);
}

.GREENALIA_INVESTORS_events_slider_list {
  max-width: var(--maxW);
  height: 180px;
  margin: auto;
  overflow: hidden;
}

.GREENALIA_INVESTORS_events_slider_list [ui_role="root"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.GREENALIA_INVESTORS_events_slider_item {
  position: absolute;
  top: 0;
  left: 100%;
  width: 480px;
  height: 100%;

  padding: 2em;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: left 0.5s;
}

.GREENALIA_INVESTORS_events_slider_item_inner {
  display: inline-block;
  flex: 1 1;
}

.GREENALIA_INVESTORS_events_slider_item_inner [date] {
  font-family: montserratsemibold;
  font-size: 24px;
  line-height: 1.35em;
  margin-bottom: 0.5em;
}

.GREENALIA_INVESTORS_events_slider_item_inner [title] {
  font-family: cabin;
  font-size: 18px;
  margin-bottom: 1em;
}

.GREENALIA_INVESTORS_events_slider_item_inner [share] {
  font-family: cabin;
  font-size: 15px;
}

.GREENALIA_INVESTORS_events_slider_list [ui_role="drag"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.GREENALIA_INVESTORS_events_slider_buttons {
  margin-top: 20px;
  text-align: center;
}

.GREENALIA_INVESTORS_events_slider_button {
  display: inline-block;
  width: 48px;
  height: 60px;
  margin: 0 5px;
}

.GREENALIA_INVESTORS_events_slider_button::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 4px;
  background-color: var(--color_light_gray);
  transition: background-color 0.25s;
}

.GREENALIA_INVESTORS_events_slider_button:hover::after,
.GREENALIA_INVESTORS_events_slider_button[current="true"]::after {
  background-color: var(--color_bg_dark);
}

@media screen and (max-width: 1440px) {
  .GREENALIA_INVESTORS_events_slider_list {
    max-width: 1024px;
  }

  .GREENALIA_INVESTORS_events_slider_item {
    width: 512px;
  }
}

@media screen and (max-width: 1024px) {
  .GREENALIA_INVESTORS_events_slider_list {
    max-width: 800px;
  }

  .GREENALIA_INVESTORS_events_slider_item {
    width: 400px;
  }

  .GREENALIA_INVESTORS_events_slider_button {
    width: 35px;
  }
}

@media screen and (max-width: 800px) {
  .GREENALIA_INVESTORS_events_slider_list {
    max-width: 512px;
  }

  .GREENALIA_INVESTORS_events_slider_item {
    width: 512px;
  }

  .GREENALIA_INVESTORS_events_slider_button {
    width: 25px;
  }
}

/* **** PARTC FINANCIAL *********************************************** */

/* **** AGENDA *********************************************** */
.content_agenda .GREENALIA_EVENTS_next_list {
  margin-top: 2em;
}

.content_agenda .GREENALIA_EVENTS_previous_list_title,
.content_agenda .GREENALIA_EVENTS_next_list_title {
  font-size: 36px;
  font-family: montserratmedium;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: var(--color_dark2);
}

.content_agenda .GREENALIA_EVENTS_previous_list_title {
  font-family: montserratsemibold;
  margin-bottom: 1.5em;
  font-size: 24px;
}

.content_agenda .BKCOMP_image_link_a [line],
.content_agenda .BKCOMP_image_link_a [circle] {
  background: var(--color_green);
}

.content_agenda .GREENALIA_EVENTS_next_list_ul {}

.content_agenda .GREENALIA_EVENTS_next_list_item {
  display: flex;
  --event_item_height: 234px;
  height: var(--event_item_height);
  margin-bottom: 25px;
  overflow: hidden;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_date {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;

  height: 100%;
  width: calc(var(--event_item_height) * calc(369 / 234));

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_date [event_date] {
  background-color: #fff;
  width: 100px;
  padding: 1em 0.5em;
  margin-right: -2em;
  color: var(--color_dark2);
}

.content_agenda .GREENALIA_EVENTS_next_list_item_date [day],
.content_agenda .GREENALIA_EVENTS_next_list_item_date [month_year],
.content_agenda .GREENALIA_EVENTS_next_list_item_date [date] {
  display: block;
  text-align: center;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_date [day] {
  text-transform: uppercase;
  font-size: 20px;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_date [date] {
  font-family: montserratmedium;
  font-size: 42px;
  line-height: 1em;
  color: var(--color_green);
}

.content_agenda .GREENALIA_EVENTS_next_list_item_date [month_year] {
  font-size: 13px;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info {
  flex: 1 1;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;

  padding-left: 55px;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info [speakers_time] {
  font-family: cabin;
  color: var(--color_bg_dark);
  font-size: 16px;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info [speakers_time] img {
  height: 0.9em;
  margin-right: 0.25em;
  vertical-align: middle;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info [speakers_time] span {
  margin-right: 1em;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info [title] {
  font-family: montserratsemibold;
  font-size: 24px;
  margin: 0.5em 0;
  color: var(--color_dark2);
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info [excerpt] {
  font-family: cabin;
  color: var(--color_dark);
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.content_agenda .GREENALIA_EVENTS_next_list_item_info [label] {
  color: #7e848c;
}

.content_agenda .GREENALIA_EVENTS_previous_list {
  --event_item_width: 402px;
  --event_item_margin: 12px;
  margin-top: 6em;
  margin-bottom: 10em;
}

.content_agenda .GREENALIA_EVENTS_previous_list_ul {
  text-align: center;
  left: calc(var(--event_item_margin) * -1);
  width: calc(100% + calc(var(--event_item_margin) * 2.5));
}

.content_agenda .GREENALIA_EVENTS_previous_list_item {
  display: inline-block;
  margin: 0 var(--event_item_margin) calc(var(--event_item_margin) * 3);
  width: var(--event_item_width);
  text-align: left;
  vertical-align: top;
}

.content_agenda .GREENALIA_EVENTS_previous_list_item_img {
  width: 100%;
  height: calc(var(--event_item_width) * calc(234 / 369));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content_agenda .GREENALIA_EVENTS_previous_list_item_info {
  margin: 1em 0;
}

.content_agenda .GREENALIA_EVENTS_previous_list_item_info img {
  height: 0.9em;
  top: -1px;
  margin-right: 0.25em;
  vertical-align: middle;
}

.content_agenda .GREENALIA_EVENTS_previous_list_item_info span {
  margin-right: 1em;
}

.content_agenda .GREENALIA_EVENTS_previous_list_item_title {
  font-family: montserratsemibold;
  font-size: 24px;
  margin-bottom: 0.5em;
}

/* **** AGENDA *********************************************** */

/* **** TEAM *********************************************** */
.content_team {
  --team_bg_color: #1d1c1c;
  padding: 0;

  background: var(--team_bg_color);
}

.content_inner_team {
  padding: 0 var(--page_padding);
  color: #fff;
}

.content_team .GR_team_header {
  margin-top: var(--header_height);
  padding: 3em 0 0;
}

.content_team .GR_team_header_back {
  margin-top: 0em;
}

.content_team .GR_team_nametitle {
  max-width: 90%;
  margin: auto;
  padding-bottom: 0.5em;
  font-family: montserratmedium;
  font-size: 90px;
  text-align: center;
}

.content_team .GR_team_info_cont {
  display: flex;
  flex-direction: row-reverse;
}

.content_team .GR_team_info_inner {
  display: flex;
  --info_data_width: 186px;
  --info_text_width: 402px;
  flex: 1 1;
}

.content_team .GR_team_info_data {
  flex: 0 0 var(--info_data_width);
  padding-bottom: 100px;
}

.content_team .GR_team_info_data_positions {
  font-family: montserratsemibold;
  font-size: 24px;
}

.content_team .GR_team_info_data_positions li {
  margin-bottom: 1em;
}

.content_team .GR_team_info_data_positions li:before {
  content: " ";
  --decorator_width: 50px;

  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(var(--decorator_width) * -1);
  margin-left: calc(var(--decorator_width) * -0.4);

  width: var(--decorator_width);
  height: 100%;

  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url(../img/separator_line_h.svg);
}

.content_team .GR_team_info_data_date {
  margin-bottom: 1em;
  font-family: cabin;
  font-size: 14px;
}

.content_team .GR_team_info_data_date span {
  display: block;
}

.content_team .GR_team_info_data_lnlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 1em;
  border: 1px var(--color_green) solid;
}

.content_team .GR_team_info_data_lnlink svg {
  width: 60%;
  height: auto;
}

.content_team .GR_team_info_data_lnlink path {
  fill: var(--color_green) !important;
}

.content_team .GR_team_info_text {
  flex: 0 0 var(--info_text_width);
  margin: -0.5em 24px 0;
  font-size: 18px;
  padding-bottom: 4em;
  font-family: cabin;
}

.content_team .GR_team_info_text p {
  margin: 0.5em 0;
}

.content_team .GR_team_info_text ul {
  margin: 0.5em 0;
  padding-left: 30px;
}

.content_team .GR_team_info_text li {
  margin-bottom: 1em;
}

.content_team .GR_team_info_text li::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: -30px;
  width: 16px;
  height: 1px;

  background-color: var(--color_light_gray);
}

.content_team .GR_team_info_photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1 1;
}

.content_team .GR_team_info_photo img {
  bottom: -1px;
  width: 100%;
  height: auto;
}

/* **** TEAM *********************************************** */

/* **** NEWS *********************************************** */

.content_news .BKCOMP_breadcrumbs {
  margin-top: 0;
}

.content_news .GR_news_header {
  margin-top: var(--header_height);
  padding: 0 0 3em;
}

.content_news .GR_news_header_back {
  margin-top: 3em;
}

.content_news .GR_news_header_back2 {
  margin-right: 1.5em;
}

.content_news .GR_news_content {
  max-width: 960px;
  max-width: 830px;
  margin: auto;
}

.content_news .GR_news_date {
  margin-bottom: 2em;
  font-family: cabin;
  font-size: 18px;
  color: var(--color_news_text);
}

.content_news .GR_news_title {
  margin-bottom: 1em;
  font-family: montserratmedium;
  font-size: 42px;
  color: #000;
}

.content_news .GR_news_excerpt {
  margin-bottom: 1.5em;
  font-family: cabin;
  font-size: 24px;
  line-height: 1.25em;
}

.content_news .GR_news_image {
  /*	width: 100vw;*/
  width: 100%;
  /*	margin-left: calc(calc(100vw - 100%) * -.5);*/
  margin: 0 auto;
  margin-bottom: 4.5em;
}

.content_news .GR_news_inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 720px;
}

.content_news .GR_news_inner_sn {
  flex: 0 0 auto;
}

.content_news .GR_news_sn {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 46px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.content_news .GR_news_sn_twt {
  background-image: url(../img/icon_news_twt.png);
}

.content_news .GR_news_sn_fb {
  background-image: url(../img/icon_news_fb.png);
}

.content_news .GR_news_sn_wa {
  background-image: url(../img/icon_news_wa.png);
}

.content_news .GR_news_sn_ln {
  background-image: url(../img/icon_news_ln.png);
}

.content_news .GR_news_inner_content {
  flex: 1 1;
  margin-bottom: 4em;
  font-family: cabin;
  font-size: 18px;
  line-height: 1.4em;
}

.content_news .GR_news_inner_content_text p {
  margin-bottom: 1em;
}

.content_news .GR_news_inner_content_text ul {
  margin-bottom: 1em;
  padding-left: 4em;
}

.content_news .GR_news_inner_content_text ul li {
  list-style: circle;
  margin-bottom: 0.5em;
}

.content_news .GR_news_inner_content_text h3 {
  margin: 2em auto 1em;
  font-size: 1.3335em;
  font-family: montserratsemibold;
  color: #000;
}

.content_news .GR_news_inner_content_media {
  width: 100%;
  margin-top: 3em;
  padding: 1.5em 1em;
  text-align: center;
  background-color: #e1f1e2;
}

.content_news .GR_news_inner_content_media h3 {
  font-family: montserratsemibold;
  font-size: 24px;
}

.content_news .GR_news_inner_content_media p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 18px;
}

.content_news .GR_news_inner_content_media_buttons {
  display: flex;
  justify-content: space-between;
}

.content_news .GR_news_inner_content_media_button {
  flex: 0 0 auto;
  width: 272px;
}

.content_news .GR_news_related_title {
  text-align: center;
  font-size: 42px;
  color: #000;
  margin-bottom: 1em;
}

.content_news .GR_news_related_list {
  text-align: center;
  margin-bottom: 8em;
}

.content_news .GR_news_archive_header {
  display: flex;
  align-items: flex-end;
  justify-content: center;

  width: 100vw;
  height: 350px;
  height: 300px;
  height: 150px;
  margin-left: calc(calc(100vw - 100%) * -0.5);

  /*background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/news_header.jpg);*/
}

.content_news .GR_news_archive_header_inner {}

.content_news .GR_news_archive_header_title {
  margin-bottom: 1em;
  margin-bottom: 0.6em;
  font-family: montserratsemibold;
  font-size: 42px;
  font-size: 35px;
  color: var(--color_bg_dark);
  text-align: center;
}

.content_news .GR_news_archive_header_search_cont {
  width: 830px;
  width: 80vw;
  max-width: 400px;
  margin: auto;
  margin-bottom: 8em;
  border-bottom: 1px var(--color_form_gray) solid;
}

.content_news .GR_news_archive_header_search_button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  /*	background-image: url(../img/search_d.svg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.content_news .GR_news_archive_header_search_cont input {
  width: 100%;
  padding: 0 0.5em 1em;
  color: var(--color_form_gray);
  font-family: cabin;
  font-size: 16px;

  border: none;
  background: none;
}

.content_news .GR_news_archive_content {}

.content_news .GR_news_archive_icons_menu {
  margin: 50px auto 70px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.content_news .GR_news_archive_icons_menu_item {
  display: inline-block;
  width: 190px;
  margin: 0 12px;
  text-align: center;
}

.content_news .GR_news_archive_icons_menu_item * {
  pointer-events: none;
}

.content_news .GR_news_archive_icons_menu_item div {
  display: inline-block;
  width: 65px;
  height: 65px;
}

.content_news .GR_news_archive_icons_menu_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.5s;
}

.content_news .GR_news_archive_icons_menu_item img:first-child {
  opacity: 1;
}

.content_news .GR_news_archive_icons_menu_item img:last-child {
  opacity: 0;
}

.content_news .GR_news_archive_icons_menu_item:hover img:first-child {
  opacity: 0;
}

.content_news .GR_news_archive_icons_menu_item:hover img:last-child {
  opacity: 1;
}

.content_news .GR_news_archive_icons_menu_item span {
  display: block;
  font-size: 17px;
}

.content_news .GR_news_archive_icons_menu_item[current="true"] span {
  font-family: montserratsemibold;
  color: var(--color_green);
}

.content_news .GR_news_archive_list {
  max-width: 1254px;
  min-height: 90vh;
  text-align: center;
  padding: 0;
}

.content_news .GR_news_archive_list[loading="true"] {
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 40px 40px;
  background-image: url(../img/loading.gif);
}

.content_news .GR_news_archive_list li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  /*padding: 0 10px; */
  margin: 5px 5px;
  width: 32.3%;
}

.content_news .GR_news_item_link.BKCOMP_image_link {
  padding-left: 0;
  padding-bottom: 0;
}

.content_news .GR_news_archive_list[nodata="true"]::after {
  content: "no hay noticias";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}

.content_news .GR_news_archive_list .content_news .GR_news_item:first-child {
  margin-left: 12px;
}

.content_news .GR_news_archive_list .content_news .GR_news_item:last-child {
  margin-right: 12px;
}

.content_news .GR_news_archive_list .content_news .GR_news_item {
  margin-bottom: 70px;
}

.content_news .gallery_item {
  color: var(--color_bg_dark);
  border-color: var(--color_bg_dark);
}

.content_news .gallery_item svg path {
  fill: var(--color_bg_dark) !important;
}

.content_news .gallery_item[current="true"] {
  color: #fff;
}

.content_news .gallery_items_cont {
  margin-bottom: calc(var(--gallery_item_size) * 2);
}

/* **** NEWS *********************************************** */

*[fullheight="true"] {
  height: 100vh;
}

@media screen and (max-width: 1440px) {
  .footer_logos img {
    width: 18.265vw;
  }

  .BKCOMP_image_link {
    width: 26.917vw;
    height: 23.75vw;
  }

  .BKCOMP_image_link_title {
    font-size: 1.667vw;
  }

  .BKCOMP_image_link_a {
    font-size: 14px;
  }

  .BKCOMP_image_link_a [line] {
    width: 2.085vw;
  }

  .BKCOMP_image_link:hover [line] {
    width: 3.473vw;
  }

  .BKCOMP_text_block_t_title {
    font-size: 24px;
  }

  .BKCOMP_text_block_t_paragraph_6c,
  .BKCOMP_text_block_t_paragraph {
    font-size: 1.25vw;
  }

  .GR_event_content_r {
    flex: 0 0 300px;
  }

  .GR_event_title {
    font-size: 2.917vw;
  }

  .GR_event_section_title {
    font-size: 1.667vw;
  }

  .GR_event_line {
    font-size: 1.25vw;
  }

  .GR_event_text,
  .GR_event_doc_title {
    font-size: 1.25vw;
  }

  .GR_event_doc {
    font-size: 0.973vw;
  }

  .GR_event_rs_links {
    font-size: 1.042vw;
  }

  .BKCOMP_link_blocks .BKCOMP_image_link {
    --image_link_margin: 0.7vw;
  }

  /*	.GR_news_item ,*/
  .BKCOMP_link_blocks .BKCOMP_image_link {
    /*width: 26.667vw;
		width: 25vw;*/
    width: 26vw;
    width: 27.37vw;
  }

  .GR_news_item {
    /*height: 39.028vw;*/
    /*		max-height: 39.028vw;*/
    min-height: 460px;
    /*		margin: 0 0.834vw;*/
    width: 100%;
  }

  .GR_news_item_inner {
    font-size: 1.39vw;
    font-size: 17px;
  }

  .GR_news_item .BKCOMP_image_link {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .GREENALIA_page_bottomlink_text1 {
    font-size: 1.667vw;
  }

  .GREENALIA_page_bottomlink_text2 {
    font-size: 4.306vw;
  }

  .GREENALIA_page_bottomlink_decoration [line] {
    width: 3.49vw;
  }

  .GREENALIA_page_bottomlink_text2:hover .GREENALIA_page_bottomlink_decoration [line] {
    width: 6.25vw;
  }

  .GREENALIA_page_bottomlink_decoration [circle] {
    width: 0.695vw;
    height: 0.695vw;
  }

  .GREENALIA_HOME_video_text {
    font-size: 4.445vw;
  }

  .GREENALIA_HOME_text_video_content {
    font-size: 1.25vw;
  }

  .GREENALIA_HOME_text_video_title {
    font-size: 2.917vw;
  }

  .GREENALIA_HOME_text_video_content,
  .GREENALIA_HOME_text_video_title {
    padding-right: 6.25vw;
  }

  .GREENALIA_HOME_text_video_col_r {
    height: 31.25vw;
  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_item_cont {
    --bussines_video_width: 27.778vw;
  }

  .BKCOMP_contribution_panels_title {
    font-size: 1.667vw;
  }

  .BKCOMP_contribution_panel h2 {
    font-size: 2.5vw;
  }

  .BKCOMP_contribution_panel p {
    font-size: 1.25vw;
  }

  .BKCOMP_contribution_col_centeredlogo svg {
    width: 27vw;
  }

  .content_press .BKCOMP_PRESS_multimedia_gallery_cont {
    --BKCOMP_PRESS_multimedia_gallery_item_height: 27.917vw;
    --BKCOMP_PRESS_multimedia_gallery_item_margin: 1.667vw;
  }

  .GREENALIA_CONTACT_form_map_contact_r,
  .GREENALIA_CONTACT_form_map_contact_l {
    width: 42.64vw;
  }

  .GREENALIA_CONTACT_form_map_contact_map {
    width: 21.459vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text h3 {
    font-size: 2.223vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text [phone],
  .GREENALIA_CONTACT_form_map_contact_text [email],
  .GREENALIA_CONTACT_form_map_contact_text p {
    font-size: 1.25vw;
  }

  .GREENALIA_CONTACT_form_map_formcont_title,
  .BKCOMP_title_text_title {
    font-size: 2.917vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_3images img {
    width: 27.778vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_cont {
    --jointeam_slider_height: 26.39vw;
    /*		--jointeam_slider_height: 400px;*/
    width: 72.5vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_image {
    width: 20.556vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_name {
    font-size: 2.5vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_position {
    font-size: 1.112vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_quote {
    font-size: 1.667vw;
    max-width: 43.056vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_svg1,
  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_svg2 {
    width: 6.459vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_3images img {
    width: 26.778vw;
  }

  /*	.content_ourteam .GREENALIA_OURTEAM_groups_menu_catlist { font-size: 2.5vw; }*/
  .content_ourteam .GREENALIA_OURTEAM_groups_list_title {
    font-size: 1.806vw;
  }

  /*	.content_ourteam .GREENALIA_OURTEAM_groups_menu_textitem { font-size: 1.667vw; }*/

  .content_ourteam .GREENALIA_OURTEAM_groups_list {
    margin-bottom: 9.375vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_ul {
    --list_item_padding: 0.5vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item {
    --list_item_width: 20.556vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_name {
    font-size: 1.459vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_position {
    font-size: 1.25vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_note_cont svg {
    height: 2.5vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_note_text {
    font-size: 1.39vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_note_label {
    font-size: 1.112vw;
  }

  .content_compliance .BKCOMP_text_block_t_title {
    font-size: 24px;
  }

  .content_team .GR_team_nametitle {
    font-size: 6.25vw;
  }

  .content_team .GR_team_info_data {
    flex: 0 0 12.917vw;
  }

  .content_team .GR_team_info_text {
    flex: 0 0 27.917vw;
    margin-left: 1.667vw;
    margin-right: 1.667vw;
  }

  .content_team .GR_team_info_data_positions li::before {
    --decorator_width: 3.473vw;
  }

  .content_team .GR_team_info_data_positions {
    font-size: 1.667vw;
  }

  .content_team .GR_team_info_data_date {
    font-size: 0.973vw;
  }

  .content_team .GR_team_info_data_lnlink {
    width: 2.778vw;
    height: 2.778vw;
  }

  .content_team .GR_team_info_text {
    font-size: 1.213vw;
  }

  .content_news .GR_news_archive_icons_menu_item {
    width: 140px;
  }

  .content_news .GR_news_archive_icons_menu_item span {
    font-size: 14px;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item:first-child,
  .content_news .GR_news_archive_list .content_news .GR_news_item:last-child,
  .content_news .GR_news_archive_list .content_news .GR_news_item {
    margin: 0 12px 30px;
  }

  /*	.content_news .GR_news_archive_header_search_cont { width: 600px; }*/

  .content_agenda .GREENALIA_EVENTS_previous_list {
    --event_item_width: 27.417vw;
    --event_item_margin: 0.6vw;
  }
}

@media screen and (max-width: 1370px) {
  :root {
    --parts_scale: 0.8;
  }
}

@media screen and (max-width: 1210px) {
  .content_agenda .GREENALIA_EVENTS_previous_list {
    --event_item_width: 25.417vw;
  }
}

@media screen and (max-width: 1200px) {
  .footer_form_legal {
    padding-right: 1em;
  }

  .legal_option {
    margin-right: 1em;
  }

  .footer_logo img {
    width: 250px;
    height: auto;
  }

  .header_logo svg {
    width: 110px;
  }

  .header_suboption,
  .header_option {
    font-size: 13px;
    margin: 0 1em;
  }

  .GREENALIA_image_offset_text_image {
    width: 400px;
    height: auto;
  }

  .GREENALIA_image_offset_text_text {
    display: block;
    width: 300px;
    font-size: 18px;
  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_item_cont {
    --bussines_video_width: 26.778vw;
  }

  .BKCOMP_sustainability {
    --diorama_inner_width: 700px;
    margin-left: calc(var(--page_padding) * -0.5);
    margin-right: calc(var(--page_padding) * -0.5);
  }

  .BKCOMP_ESG_imagetext_image {
    width: 400px;
    height: auto;
  }

  .BKCOMP_ESG_imagetext_text {
    display: block;
    width: 300px;
    font-size: 18px;
  }

  .GREENALIA_slider_wide_list,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_list {
    height: 29.167vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_imageslider_list {
    height: 35.167vw;
  }

  .GREENALIA_slider_wide_item,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item {
    --GREENALIA_slider_wide_item_height: 25vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_imageslider_item {
    --GREENALIA_slider_images_item_height: 25vw;
  }

  .GREENALIA_slider_wide_button,
  .content_aboutus .BKCOMP_ABOUTUS_list_button {
    width: 6.917vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item {
    --list_item_width: 19.8vw;
  }

  .GREENALIA_slider_wide_buttons,
  .content_aboutus .BKCOMP_ABOUTUS_list_buttons {
    margin-top: 0px;
  }

  .BKCOMP_ABOUTUS_imageslider_text {
    font-size: 16px;
    margin-top: 1em;
  }

  .BKCOMP_link_blocks[layout="1_1-1_1_1"] .BKCOMP_image_link:nth-child(1) {
    width: calc(calc(100% / 2) - calc(var(--image_link_margin) * 1));
  }

  .GREENALIA_related_news_list,
  .GR_news_related_list {
    --news_item_padding: 5px;
    /*		margin-left: calc(var(--news_item_padding) * -1);
		margin-right: calc(var(--news_item_padding) * -1);
*/
    margin-left: -15px;
    margin-right: -15px;
  }

  .GR_news_item_img {
    height: 190px;
  }

  .GR_news_item {
    min-height: 415px;
    /*		--related_padding: 24px;*/
    /*		--related_paddingX: 24px;*/
    --related_paddingY: 18px;
  }

  .GR_news_item_excerpt {
    margin-top: 13px;
  }
}

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

  .footer_legals,
  .footer_rrss,
  .footer_logo {
    flex: 0 0 auto;
  }

  .menu_button {
    display: inline-flex;
  }

  .header_logo svg {
    width: 120px;
  }

  .header_menu_lang {
    flex: 1 1;
    text-align: right;
    padding-right: 2em;
  }

  .header_lang_link {
    font-size: 12px;
  }

  .wpml-floating-language-switcher {
    width: auto;
    left: auto;
    right: 12em;
    top: 4em;
    font-size: 12px;
  }

  .wpml-floating-language-switcher-inner {
    padding: 0 !important;
  }

  .header_menu_circle,
  .header_menu {
    display: none;
  }

  .header_menu_lang {
    position: relative;
    top: auto;
    right: auto;
    font-size: 16px;
  }

  .header_smartia_logo {
    display: none;
  }

  .footer_smartia_logo {
    display: block;
  }

  .GR_news_item {
    min-height: 415px;
  }
}

@media screen and (max-width: 1024px) {
  .square_button {
    width: 218px;
  }

  .GREENALIA_header_video_text,
  .BKCOMP_header_image_title,
  .GREENALIA_INVESTORS_events_slider_title,
  .GREENALIA_related_news_title,
  .BKCOMP_title_text_title {
    font-size: 32px;
  }

  .BKCOMP_title_text {
    margin-top: 20px;
  }

  .GR_event_content {
    display: block;
  }

  .GR_event_content_r,
  .GR_event_content_l {
    flex: auto;
  }

  .GR_event_content_r {
    margin: 3em 0 0;
    padding: 0;
    border: none;
  }

  .GR_event_doc {
    font-size: 1.35vw;
  }

  .GR_event_section_title {
    font-size: 2vw;
  }

  .GR_event_text,
  .GR_event_doc_title {
    font-size: 2vw;
  }

  .GR_event_line {
    font-size: 1.75vw;
  }

  .GR_event_rs_links {
    font-size: 1.5vw;
  }

  .GR_event_content_r_inner {
    display: flex;
  }

  .GR_event_content_r_block {
    flex: 1 1;
  }

  .GREENALIA_image_offset_text {
    margin-top: 0em !important;
    margin-bottom: 3em !important;
  }

  .GREENALIA_image_offset_text_text {
    margin: 0 !important;
  }

  .BKCOMP_ESG_imagetext {
    margin: 0 !important;
    margin-bottom: 3em !important;
  }

  .BKCOMP_ESG_imagetext_text {
    margin: 0 !important;
  }

  .BKCOMP_ESG_title_text {
    margin-top: 50px;
  }

  .GREENALIA_HOME_text_video {
    display: block;
  }

  .GREENALIA_HOME_text_video_col_l {
    margin-bottom: 40px;
  }

  .GREENALIA_HOME_text_video_title {
    font-size: 32px;
  }

  .GREENALIA_HOME_text_video_content {
    font-size: 18px;
  }

  .GREENALIA_HOME_text_video_link {
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .GREENALIA_HOME_text_video_col_r {
    height: 60vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text [phone],
  .GREENALIA_CONTACT_form_map_contact_text [email],
  .GREENALIA_CONTACT_form_map_contact_text p {
    font-size: 1.45vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_title {
    font-size: 15px;
  }

  .content_news .GR_news_header {
    padding-top: 2em;
  }

  .content_news .GR_news_title {
    font-size: 26px;
  }

  .content_news .GR_news_excerpt {
    font-size: 20px;
  }

  .content_news .GR_news_inner {
    display: block;
  }

  .content_news .GR_news_inner_content_text ul {
    padding-left: 2em;
  }

  .content_news .GR_news_related_title {
    font-size: 38px;
  }

  .content_news .GR_news_inner_sn {
    margin-bottom: 3em;
    text-align: left;
  }

  .content_news .GR_news_inner_content {
    margin-bottom: 2em;
  }

  .content_news .GR_news_sn {
    display: inline-block;
    margin: 0 0.5em;
  }

  .content_news .GR_news_archive_icons_menu_item {
    width: 120px;
  }

  .content_news .GR_news_archive_icons_menu_item img {
    width: 60px;
    height: 60px;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item {
    width: 344px;
  }

  .content_news .gallery_items_cont[ui_comp="GR_news_pages"] {
    --gallery_item_size: 34px;
  }

  .content_news .gallery_items_cont[ui_comp="GR_news_pages"] .content_news .gallery_items_cont {}

  .content_agenda .GREENALIA_EVENTS_next_list_item_info [excerpt] {
    font-size: 15px;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_info [title] {
    font-size: 20px;
  }

  .GREENALIA_PARTACC_chart {
    --chart_cont_width: 450px;
  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_item_image_title {
    font-size: 14px;
  }

  .BKCOMP_link_blocks .BKCOMP_image_link {
    width: 24.77vw;
    width: 26.67vw;
  }

  .GREENALIA_related_news_list,
  .GR_news_related_list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .BKCOMP_ABOUTUS_image_text_block_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  :root {
    --page_padding: 30px;
  }

  .BKCOMP_FOOTER_page {
    display: block;
  }

  .BKCOMP_FOOTER_page_l,
  .BKCOMP_FOOTER_page_r {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .wpml-floating-language-switcher {
    right: 7em;
  }

  /*
	.menu_button {
		display: inline-flex;
	}

	.header_logo svg { width: 120px; }
	.header_menu_lang { flex: 1 1; text-align: right; padding-right: 2em; }
	.header_lang_link {	font-size: 12px; }

	.header_menu_circle,
	.header_menu {
		display: none;
	}

	.header_menu_lang {
		font-size: 16px;
	}

	.footer_smartia_logo {
		display: block;
	}*/

  .footer_cols {
    display: block;
  }

  .footer_col {
    display: inline-block;
    width: 45%;
    margin-bottom: 2em;
    vertical-align: top;
  }

  .footer_logos {
    margin-top: 0;
    text-align: center;
  }

  .footer_logos img {
    width: 263px;
  }

  .BKCOMP_image_link_multiple {
    margin-bottom: 15vw;
  }

  .BKCOMP_text_block_t_paragraph_6c,
  .BKCOMP_text_block_t_paragraph {
    font-size: 1.6vw;
  }

  .BKCOMP_text_block_t_paragraph_6c {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .GREENALIA_page_bottomlink_text1 {
    font-size: 20px;
  }

  .footer_lower_inner {
    display: block;
  }

  .legal_option {
    margin: 0 0.5em;
  }

  .footer_legals,
  .footer_rrss,
  .footer_logo {
    text-align: center !important;
    margin-bottom: 20px;

  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_item_cont {
    --bussines_video_width: 30vw;
  }

  .BKCOMP_ESG_header_image {
    margin-top: var(--header_height);
  }

  .BKCOMP_contribution_col_r,
  .BKCOMP_contribution_cont {
    display: block;
  }

  :root {
    --parts_scale: 1;
  }

  .BKCOMP_contribution_svg_cont {
    margin: 0 auto 4em;
  }

  .BKCOMP_contribution_panels_title,
  .BKCOMP_contribution_panels,
  .BKCOMP_contribution_col_l,
  .BKCOMP_contribution_col_r {
    flex: auto;
  }

  .BKCOMP_contribution_col_r {
    padding: 0 2em;
  }

  /*	.BKCOMP_contribution_svg_cont {
		width: 600px;
		height: 600px;
		margin: auto;
	}
*/
  .BKCOMP_contribution_panels_title {
    font-size: 4vw;
    margin-top: 0;
  }

  .BKCOMP_contribution_panel p {
    font-size: 2.25vw;
  }

  .BKCOMP_contribution_panel h2 {
    font-size: 3vw;
  }

  .BKCOMP_contribution_panels {
    margin-bottom: 1em;
    transition: height 0.25s;
  }

  .BKCOMP_contribution_panel {
    bottom: auto;
  }

  .GREENALIA_CONTACT_form_map_mapcont {
    position: relative;
    bottom: auto;
    right: auto;
    height: 410px;
  }

  .GREENALIA_CONTACT_form_map_inner {
    padding-bottom: 0;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab {
    /*display: block;*/
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col1,
  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col2 {
    width: 100%;
    padding-left: var(--page_padding);
    padding-right: var(--page_padding);
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col2 {
    margin-left: 0;
  }

  .content_aboutus .BKCOMP_ABOUTUS_3images img {
    width: 29.778vw;
  }

  .GREENALIA_slider_wide,
  .content_aboutus .BKCOMP_ABOUTUS_imageslider,
  .content_aboutus .BKCOMP_ABOUTUS_milestones {
    width: 100vw;
    margin-left: calc(calc(100vw - 100%) * -0.5);
    margin-bottom: 6vw;
  }

  .GREENALIA_slider_wide_button,
  .content_aboutus .BKCOMP_ABOUTUS_list_button {
    height: 30px;
  }

  .GREENALIA_slider_wide_button::after,
  .content_aboutus .BKCOMP_ABOUTUS_list_button::after {
    top: 14px;
  }

  .content_compliance .BKCOMP_text_block_t_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .content_inner_team {
    padding: 0 60px;
  }

  .content_agenda .GREENALIA_EVENTS_previous_list {
    --event_item_width: 42vw;
  }

  .content_agenda .GREENALIA_EVENTS_previous_list_item {
    margin-bottom: 5vw;
  }

  .BKCOMP_link_blocks[layout="1_1-1_1_1"] .BKCOMP_image_link:nth-child(1) {
    width: calc(calc(76% / 2) - calc(var(--image_link_margin) * 1));
  }

  .GREENALIA_related_news_list,
  .GR_news_related_list {
    margin-left: 40px;
    margin-right: 40px;
  }

  .GR_news_item_img {
    height: 150px;
  }

  .GR_news_item {
    min-height: 415px;
  }
}

@media screen and (max-width: 850px) {
  .footer_lower_inner {
    display: block;
  }

  .footer_legals {
    text-align: center;
  }

  .GR_news_item {
    min-height: 415px;
  }
}

@media screen and (max-width: 800px) {
  .square_button {
    width: 160px;
  }

  .BKCOMP_title_text[page_slug="business"] {
    margin-top: 2em;
  }

  .BKCOMP_text_block_t_paragraph_6c,
  .BKCOMP_text_block_t_paragraph a {
    display: flex;
  }

  .BKCOMP_text_block_t_paragraph_6c[page_slug="comisiones"] {
    margin-top: auto;
    margin-bottom: auto;
  }

  .BKCOMP_header_image[fullheight="true"]::after {
    display: none;
  }

  .BKCOMP_header_image {
    background-image: none !important;
    height: 230px;
  }

  .GREENALIA_HOME_video::after,
  .GREENALIA_header_video[fullheight="true"]::after {
    height: 110px;
    bottom: -50px;
  }

  .GREENALIA_header_video_text,
  .BKCOMP_header_image_title {
    font-size: 38px;
    font-weight: normal;
  }

  .BKCOMP_header_image_cont {
    color: #000;
  }

  .BKCOMP_FOOTER_page_title {
    padding-left: 0;
    padding-right: 0;
  }

  .BKCOMP_FOOTER_page_info {
    display: block;
  }

  .BKCOMP_FOOTER_page_col {
    display: inline-block;
    width: auto;
    margin: 0 0.5em 0.5em;
    text-align: center;
  }

  .BKCOMP_FOOTER_page_col:first-child {
    width: 100%;
    margin-bottom: 0em;
  }

  *[hide_mobile="true"] {
    display: none;
  }

  *[hide_mobile="false"] {
    display: block;
  }

  .BKCOMP_breadcrumbs {
    display: none;

    /*margin-top: 0;
		margin-bottom: 2em;*/
    /*padding-top: var(--header_height); -- no para pagina*/
  }

  .GREENALIA_INVESTORS_events_slider_title,
  .GREENALIA_related_news_title,
  .BKCOMP_title_text_title {
    font-family: montserratmedium;
  }

  .GR_event_title {
    font-size: 5vw;
  }

  .GR_event_section_title {
    font-size: 3.5vw;
  }

  .GR_event_text,
  .GR_event_doc_title {
    font-size: 3vw;
  }

  .GR_event_line {
    font-size: 3vw;
  }

  .GR_event_rs_links {
    font-size: 2.5vw;
  }

  .GR_event_doc {
    font-size: 2.1vw;
  }

  .GR_event_archive_item_block3 {
    display: none;
  }

  .GR_event_archive_item {
    margin: 50px 0;
  }

  .BKCOMP_text_block_t_title {
    font-size: 24px;
  }

  .BKCOMP_text_block_t_paragraph_6c,
  .BKCOMP_text_block_t_paragraph {
    font-size: 1.2em;
    line-height: 1.35em;
  }

  .BKCOMP_image_link_multiple {
    display: block;
    margin-bottom: 5em;
  }

  .BKCOMP_image_link:hover [line] {
    width: inherit;
  }

  .BKCOMP_link_blocks {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .BKCOMP_link_blocks .BKCOMP_image_link {
    width: 90vw !important;
    margin-bottom: 4vw;
  }

  .BKCOMP_link_blocks[layout="2_1_1_1_1"] .BKCOMP_image_link:nth-child(1),
  .BKCOMP_link_blocks[layout="2_1_1_1_1"] .BKCOMP_image_link:nth-child(2),
  .BKCOMP_link_blocks[layout="2_1_1_1_1"] .BKCOMP_image_link:nth-child(3),
  .BKCOMP_link_blocks[layout="2_1_1_1_1_1"] .BKCOMP_image_link:nth-child(1),
  .BKCOMP_link_blocks[layout="2_1_1_1_1_1"] .BKCOMP_image_link:nth-child(2),
  .BKCOMP_link_blocks[layout="2_1_1_1_1_1"] .BKCOMP_image_link:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .BKCOMP_image_link_title {
    font-size: 5.8vw;
  }

  .BKCOMP_link_blocks .BKCOMP_image_link_a {
    font-size: 3.866vw;
  }

  .BKCOMP_image_link {
    width: 100%;
    height: 45vw;
    margin-bottom: 10px;
  }

  .content_bussines .BKCOMP_title_text_title {
    font-size: 32px;
  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_video,
  .content_bussines .GREENALIA_BUSINESS_our_parks {
    display: block;
  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_item_cont {
    --bussines_video_width: 80vw;
    margin: 0 auto 20px;
  }

  .content_bussines .BKCOMP_title_text_text {
    font-size: 20px;
  }

  .BKCOMP_sustainability {
    --diorama_inner_width: 90vw;
  }

  .BKCOMP_sustainability_diorama_diorama_button_circle_fill,
  .BKCOMP_sustainability_diorama_diorama_button_circle {
    /*cursor: default;*/
  }

  .BKCOMP_sustainability_diorama_diorama_button {
    --circle_width: 18px;
  }

  .BKCOMP_sustainability_diorama_diorama_button_circle {
    opacity: 0;
    animation: none;
  }

  .BKCOMP_sustainability_diorama_diorama_button_circle_fill {
    left: 0;
    top: 0;
    width: var(--circle_width);
    height: var(--circle_width);
  }

  .BKCOMP_sustainability_diorama_diorama_button_circle_fill span {
    display: inline;
  }

  .BKCOMP_sustainability_diorama_diorama_button:hover .BKCOMP_sustainability_diorama_diorama_button_text {
    opacity: 0;
  }

  .BKCOMP_sustainability_panels {
    position: relative;
    margin-top: 1em;
  }

  .BKCOMP_sustainability_panel_cont {
    position: relative;
    opacity: 1;
    max-width: 200%;
    padding: 0;
    margin-bottom: 1em;
  }

  .BKCOMP_sustainability_panel_close {
    display: none;
  }

  .BKCOMP_sustainability_panel_inner {
    /*height: 0;*/
    transition: height 0.25s;
  }

  .BKCOMP_sustainability_panel_title {
    cursor: pointer;
    font-size: 18px;
  }

  .BKCOMP_sustainability_panel_title [ui_role="title_ndx"],
  .BKCOMP_sustainability_panel_title [ui_role="title"] {
    color: var(--color_green);
  }

  .BKCOMP_sustainability_panel_title [ui_role="title_ndx"] {
    display: inline-block;
    flex: 0 0 auto;
  }

  .BKCOMP_sustainability_panel_title [ui_role="fold"] {
    display: inline-block;
  }

  .content_press .BKCOMP_header_image {
    display: none;
  }

  .content_press .BKCOMP_title_text {
    margin-top: 150px;
  }

  .contact_form_inner {
    max-width: 80vw;
  }

  .GREENALIA_CONTACT_form_map_contact_r,
  .GREENALIA_CONTACT_form_map_contact_l {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }

  .GREENALIA_CONTACT_form_map_contact_map {
    width: 40vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text h3 {
    font-size: 5.223vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text [phone],
  .GREENALIA_CONTACT_form_map_contact_text [email],
  .GREENALIA_CONTACT_form_map_contact_text p {
    font-size: 2.5vw;
  }

  .GREENALIA_CONTACT_form_map_contact_l {
    margin-bottom: 1em;
  }

  .GREENALIA_CONTACT_form_map_inner {
    padding-bottom: 0;
  }

  .GREENALIA_CONTACT_form_map_contact_r,
  .GREENALIA_CONTACT_form_map_contact_l {
    width: 100vw;
  }

  .GREENALIA_CONTACT_form_map_contact {
    --margin_contact: 0;
  }

  .content_aboutus .BKCOMP_ABOUTUS_3images img:nth-child(2),
  .content_aboutus .BKCOMP_ABOUTUS_3images img {
    width: 100%;
    margin-top: 20px;
  }

  .content_aboutus .BKCOMP_ABOUTUS_3images {
    display: block;
  }

  .content_aboutus .BKCOMP_ABOUTUS_3images {
    margin-top: 3vw;
  }

  .GREENALIA_slider_wide_list,
  .content_aboutus .BKCOMP_ABOUTUS_imageslider_list,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_list {
    height: 35vw;
  }

  .GREENALIA_slider_wide_item,
  .content_aboutus .BKCOMP_ABOUTUS_imageslider_item,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item {
    --GREENALIA_slider_wide_item_height: 35vw;
    width: 70%;
    padding: 3vw;
  }

  .GREENALIA_slider_wide_item_title,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item_title {
    font-size: 2.5vw;
  }

  .GREENALIA_slider_wide_item_year,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item_year {
    font-size: 4.5vw;
  }

  .GREENALIA_slider_wide_item_text,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item_text {
    font-size: 2.25vw;
  }

  .content_aboutus .BKCOMP_text_block_t_paragraph,
  .content_aboutus .BKCOMP_text_block_t_title {
    margin-left: 0;
    margin-right: 0;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item {
    display: block;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_cont {
    --jointeam_slider_height: 430px;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_l {
    text-align: center;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_name {
    font-size: 20px;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_position {
    font-size: 12px;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_quote {
    max-width: 100%;
    font-size: 14px;
  }

  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_item_image {
    width: 170px;
  }

  .content_compliance .BKCOMP_text_block_t_title {
    font-size: 36px;
  }

  .content_inner_team {
    padding: 0 var(--page_padding);
  }

  .content_team .GR_team_header {
    padding-top: 1em;
  }

  .content_team .GR_team_header_back {
    margin: 1em 0;
  }

  .content_team .GR_team_info_cont {
    display: block;
  }

  .content_team .GR_team_info_inner {
    display: block;
    width: 100vw;
    margin-left: calc(calc(100vw - 100%) * -0.5);

    color: var(--color_bg_dark);
    background-color: #fff;
  }

  .content_team .GR_team_info_data {
    padding: 0 calc(var(--page_padding) * 1.5);
  }

  .content_team .GR_team_info_data_positions {
    padding-top: 1em;
    font-size: 5.8vw;
  }

  .content_team .GR_team_info_data_positions li::before {
    --decorator_width: 12.32vw;
    left: -1.75em;
  }

  .content_team .GR_team_info_data_date {
    color: var(--color_dark);
    font-size: 3.385vw;
  }

  .content_team .GR_team_info_data_date span {
    display: inline-block;
    margin-right: 0.5em;
  }

  .content_team .GR_team_info_data_lnlink {
    position: absolute;
    top: 1em;
    right: var(--page_padding);
    width: 9.665vw;
    height: 9.665vw;
  }

  .content_team .GR_team_info_text {
    font-size: 4.35vw;
    color: var(--color_dark);
    padding: 1.25em calc(var(--page_padding) * 0.5) 3em;
  }

  .content_news .GR_news_archive_icons_menu_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 0.5em;
  }

  .content_news .GR_news_archive_icons_menu_item span {
    display: inline-block;
    margin-left: 0.5em;
  }

  /*	.content_news .GR_news_archive_header_search_cont {
		width: 80vw;
	}
*/
  .content_news .GR_news_archive_header_title {
    font-size: 32px;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item {
    width: 380px;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item:first-child,
  .content_news .GR_news_archive_list .content_news .GR_news_item:last-child,
  .content_news .GR_news_archive_list .content_news .GR_news_item {
    margin-left: 0;
    margin-right: 0;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item {
    display: block;
    height: auto;
    margin-bottom: 55px;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_date {
    width: 100%;
    height: 230px;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_date [event_date] {
    margin-right: 1em;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_info {
    padding-left: 0;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_info [speakers_time] {
    margin-top: 0.5em;
  }

  .GREENALIA_PARTACC_chart {
    --chart_cont_width: 300px;
    --chart_height_logo: calc(var(--chart_cont_width) * 0.075);
    --chart_width: calc(var(--chart_cont_width) * 0.75);
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_label,
  .content_ourteam .GREENALIA_PARTACC_chart_label {
    font-size: 32px;
    padding: 0 1em;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list {
    display: block;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item {
    display: flex;
    height: 46px;
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
    width: 46px;
    height: 100%;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
    margin-right: 1em;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(1) {
    height: auto;
    margin-bottom: 0.5em;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(1) .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
    height: 0;
    width: 0;
    margin-right: 0;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(2) .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
    width: 24px;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(3) .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
    width: 36px;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(4) .GREENALIA_OURTEAM_groups_menu_list_item_decorator {
    width: 48px;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
    background-image: url(../img/decorator_v.svg);
    background-position: 0 center;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(2) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
    background-position: 0 center;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(3) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
    background-position: 0 center;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu_list_item:nth-child(4) .GREENALIA_OURTEAM_groups_menu_list_item_decorator_line {
    background-position: 0 center;
    background-image: url(../img/decorator2_v.svg);
  }

  .GREENALIA_related_news_list,
  .GR_news_related_list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .GREENALIA_image_offset_text {
    width: 400px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .content_press .BKCOMP_breadcrumbs {
    margin-top: var(--header_height);
    margin-bottom: 5em;
  }

  .content_ourteam .BKCOMP_breadcrumbs {
    margin-top: var(--header_height);
    margin-bottom: 5em;
    padding-top: 2em;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_menu {
    display: block;
  }

  /*.content_ourteam .GREENALIA_OURTEAM_groups_menu_l {
		width: 100vw;
	}*/

  /*	.content_ourteam .GREENALIA_OURTEAM_groups_menu_r { height: 38vw; }*/

  .content_ourteam .GREENALIA_OURTEAM_groups_list_ul {
    margin-top: 2em;
  }

  /*	.content_ourteam .GREENALIA_OURTEAM_groups_menu_catlist { font-size: 22px; }*/
  /*	.content_ourteam .GREENALIA_OURTEAM_groups_menu_catitem { margin-bottom: .5em; max-width: 90vw; }*/

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item {
    --list_item_width: 70vw;
    margin-bottom: 1em;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_name {
    font-size: 5.075vw;
  }

  .content_ourteam .GREENALIA_OURTEAM_groups_list_item_info_position {
    font-size: 4.35vw;
  }

  /*	.content_ourteam .GREENALIA_OURTEAM_groups_menu_textitem {
  		font-size: 4.35vw;
  	}*/

  /*  	.content_ourteam .GREENALIA_OURTEAM_groups_menu_catlist { text-align: left; }*/

  .content_ourteam .GREENALIA_OURTEAM_groups_list_title {
    font-size: 20px;
    text-align: center;
  }

  .GR_news_item {
    width: 90vw;
    /*height: calc(90vw * calc(562 / 394));*/
    /*max-height: calc(90vw * calc(562 / 394));*/
    max-height: none;
    margin-bottom: 5vw;
    height: auto;
    min-height: 0;
  }

  .GR_news_item_img {
    filter: brightness(1) contrast(100%);
  }

  .GR_news_item_inner {
    font-size: 3.866vw;
  }

  .GR_news_item_excerpt {
    font-size: 15px;
  }

  .GR_news_item .BKCOMP_image_link {
    font-size: 3.866vw;
  }

  .GR_news_item .BKCOMP_image_link {
    position: relative;
    padding: var(--related_padding) 0 0;
  }

  .GREENALIA_related_news li,
  .GR_news_related_list li {
    display: block;
  }

  .GR_news_item_img {
    height: 270px;
  }

  .content_news .GR_news_archive_list li {
    width: 100%;
  }

  .BKCOMP_ABOUTUS_image_text_block {
    display: block;
    height: auto;
  }

  .BKCOMP_ABOUTUS_image_text_block_image {
    width: 100%;
    height: 300px;
    margin-bottom: 1em;
  }

  .BKCOMP_ABOUTUS_image_text_block_text {
    display: block;
    margin-bottom: 3em;
  }

  .BKCOMP_ABOUTUS_image_text_block_text>div {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .content_bussines .GREENALIA_BUSINESS_our_parks {
    display: block;
    text-align: center;
  }

  .content_bussines .GREENALIA_BUSINESS_our_parks_item_cont {
    display: inline-block;
    --bussines_video_width: 300px;
    margin: 20px;
  }

  .BKCOMP_ESG_header_image_bgimage_m {
    display: inline-block;
  }

  .BKCOMP_ESG_header_image_bgimage {
    display: none;
  }

  .content_press .BKCOMP_PRESS_multimedia_gallery_cont {
    --BKCOMP_PRESS_multimedia_gallery_item_height: 70vw;
  }

  .content_press .BKCOMP_PRESS_multimedia_gallery_page {
    display: block;
  }

  .content_press .BKCOMP_PRESS_multimedia_gallery_page ul {
    display: block;
    flex: auto;
    margin: 0;
  }

  .content_press .BKCOMP_PRESS_multimedia_gallery_item {
    width: 100%;
    flex: auto;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 680px) {
  .content_news .GR_news_inner_content_media_buttons {
    display: block;
  }

  .content_news .GR_news_inner_content_media_button {
    display: flex;
    margin: 0 auto 0.5em;
  }
}

@media screen and (max-width: 650px) {
  :root {
    --parts_scale: 0.7;
  }

  .BKCOMP_ESG_header_image {
    height: calc(100vh - var(--header_height));
  }

  .BKCOMP_ESG_header_image_title {
    font-size: 7.73vw;
  }

  /*	.BKCOMP_contribution_svg_cont {
		width: 100%; height: auto;
	}
*/
  .BKCOMP_contribution_panels_title {
    font-size: 5vw;
  }

  .BKCOMP_contribution_panel p {
    font-size: 4vw;
  }

  .BKCOMP_contribution_panel h2 {
    font-size: 5vw;
  }

  .BKCOMP_contribution_col_r {
    padding: 1.5em 0 0;
  }
}

@media screen and (max-width: 600px) {
  .square_button {
    display: flex;
    width: 80%;
    margin: 20px auto 0;
  }

  .footer_col {
    display: block;
    width: 100%;
  }

  .footer_col_title {
    cursor: pointer;
    pointer-events: auto;
  }

  .footer_col_title img {
    opacity: 1;
  }

  .footer_col_links {
    overflow: hidden;
    /*height: 0;*/
  }

  .footer_col {
    margin: 1em auto 0;
  }

  .footer_logos {
    margin: 2em auto 1em;
  }

  .footer_col_option:hover {
    color: inherit;
  }

  .footer_form_fields_cont {
    display: block;
  }

  .footer_form_fields_cont input[type="submit"],
  .footer_form_fields_cont>span:first-child {
    flex: auto;
  }

  .footer_form_fields_cont input[type="submit"] {
    width: 100%;
    margin: auto;
    margin-top: 1em;
  }

  .footer_form_text {
    font-size: 16px;
  }

  .footer_form_legal_cont {
    display: block;
  }

  .footer_form_legal_cont>p,
  .footer_form_legal {
    flex: auto;
  }

  .footer_form_legal {
    margin-bottom: 2em;
  }

  .BKCOMP_FOOTER_page_eventlink .clear_button {
    width: 100%;
  }

  .contact_form_fields {
    display: block;
  }

  .contact_form_fields .contact_form_field:last-child {
    margin-left: 0;
  }

  .contact_form_legal {
    padding-right: 2em;
  }

  .GR_event_content_r_inner {
    display: block;
  }

  .GR_event_content_r_block {
    flex: none;
  }

  .GR_event_header {
    padding-top: 2.5em;
  }

  .GR_event_header_breadcrumb {
    display: none;
  }

  .GR_event_text,
  .GR_event_doc_title {
    font-size: 4.5vw;
  }

  .GR_event_section_title {
    font-size: 5vw;
  }

  .GR_event_line {
    font-size: 4.5vw;
  }

  .GR_event_rs_links {
    font-size: 3.5vw;
  }

  .GR_event_rs_link:first-child {
    margin-bottom: 1em;
  }

  .GR_event_doc {
    font-size: 3.25vw;
  }

  .GR_event_title {
    font-size: 5.5vw;
  }

  .GREENALIA_header_video_text,
  .BKCOMP_header_image_title {
    font-size: 32px;
    font-weight: normal;
    font-family: montserratmedium;
  }

  .BKCOMP_image_link_title {
    font-size: 5vw;
  }

  .BKCOMP_image_link_a {
    font-size: 3vw;
  }

  .BKCOMP_image_link_a [line] {
    width: 10vw;
  }

  .BKCOMP_title_text_text {
    max-width: 100% !important;
  }

  .GREENALIA_INVESTORS_events_slider_title,
  .GREENALIA_related_news_title,
  .BKCOMP_title_text_title {
    font-size: 7.73vw;
  }

  .GR_event_archive_item [ui_role="data_day"] {
    font-size: 18px;
  }

  .GR_event_archive_item [ui_role="data_date"] {
    font-size: 30px;
  }

  .GR_event_archive_item_block1 {
    flex: 0 0 60px;
  }

  .GR_event_archive_item [ui_role="post_title"],
  .GR_event_archive_item [ui_role="data_time"] {
    font-size: 18px;
  }

  .GR_event_archive_item [ui_role="data_excerpt"] {
    font-size: 15px;
  }

  .GR_event_archive_nav_label {
    font-size: 30px;
  }

  .GREENALIA_image_offset_text {
    display: block;
    justify-content: unset !important;
  }

  .GREENALIA_image_offset_text_image,
  .GREENALIA_image_offset_text_text,
  .GREENALIA_image_offset_text_inner {
    width: 100%;
  }

  .GREENALIA_image_offset_text_text {
    font-size: 24px;
    padding: 0.5em;
    text-align: center;
    border: none;
  }

  .GREENALIA_image_offset_text_text {
    text-align: left !important;
  }

  .GR_404_content h1 {
    font-size: 7vw;
  }

  .GR_404_content h2 {
    font-size: 4.5vw;
  }

  .GR_404_content p {
    font-size: 4vw;
  }

  .BKCOMP_ESG_imagetext {
    display: block;
    justify-content: unset !important;
  }

  .BKCOMP_ESG_imagetext_image,
  .BKCOMP_ESG_imagetext_text,
  .BKCOMP_ESG_imagetext_inner {
    width: 100%;
  }

  .BKCOMP_ESG_imagetext_text {
    font-size: 24px;
    padding: 0.5em;
    text-align: center;
    border: none;
  }

  .content_press .BKCOMP_PRESS_multimedia_menu {
    display: block;
  }

  .content_press .BKCOMP_PRESS_multimedia_menu .square_button {
    display: inline-flex;
    width: 45%;
    margin: 0 2% 1em;
  }

  .CONTACT_link_cont .wpb_wrapper {
    display: block;
  }

  .GREENALIA_CONTACT_form_map_formcont_title,
  .BKCOMP_title_text_title {
    font-size: 6vw;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tabs_menu {
    display: block;
    margin-top: 50px;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tabs_menu .square_button {
    display: inline-flex;
    width: 168px;
    margin: 0 0.25em 0.75em;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col2 {
    padding-left: 0;
    padding-right: 0;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col2 .contact_form_fields .contact_form_field:first-child {
    margin-right: 0;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col2 .contact_form_inner {
    max-width: 95vw;
  }

  .contact_form_legal_cont {
    display: block;
    text-align: center;
  }

  .GREENALIA_CONTACT_form_map_formcont .contact_form_legal {
    display: block;
    margin-bottom: 1em;
  }

  .GREENALIA_CONTACT_form_map_contact_map {
    display: none;
  }

  .GREENALIA_CONTACT_form_map_contact_text h3 {
    font-size: 5.8vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text [phone],
  .GREENALIA_CONTACT_form_map_contact_text [email],
  .GREENALIA_CONTACT_form_map_contact_text p {
    font-size: 4.35vw;
  }

  .GREENALIA_CONTACT_form_map_contact_text [phone],
  .GREENALIA_CONTACT_form_map_contact_text [email] {
    color: var(--color_green);
    display: block;
  }

  .GREENALIA_CONTACT_form_map_contact_text p,
  .GREENALIA_CONTACT_form_map_contact_text [phone],
  .GREENALIA_CONTACT_form_map_contact_text [email] {
    margin-bottom: 0.5em;
  }

  .GREENALIA_CONTACT_form_map_formcont_sc_cont_tab_col1 {
    padding-top: 3em;
  }

  .GREENALIA_CONTACT_form_map_formcont .contact_form_legal {
    margin-bottom: 1.5em;
  }

  .GREENALIA_CONTACT_form_map_contact_text {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .GREENALIA_CONTACT_form_map_contact_r,
  .GREENALIA_CONTACT_form_map_contact_l {
    height: auto;
  }

  .contact_clear_button {
    margin-top: 1em;
    display: inline-flex;
  }

  .GREENALIA_slider_wide_item_title,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item_title {
    font-size: 3.5vw;
  }

  .GREENALIA_slider_wide_item_year,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item_year {
    font-size: 5.5vw;
  }

  .GREENALIA_slider_wide_item_text,
  .content_aboutus .BKCOMP_ABOUTUS_milestones_item_text {
    font-size: 3.25vw;
  }

  .GR_team_nametitle {
    font-size: 7.73vw;
  }

  .content_news .GR_news_archive_header {
    height: 260px;
    height: 100px;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item {
    height: auto;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item .content_news .GR_news_item_link {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1em;
    padding: var(--related_padding);
  }

  .content_news .gallery_items_cont[ui_comp="GR_news_pages"] .content_news .gallery_items {
    white-space: normal;
  }

  .content_news .gallery_items_cont[ui_comp="GR_news_pages"] .content_news .gallery_item {
    margin-bottom: 12px;
  }

  .content_agenda .GREENALIA_EVENTS_previous_list {
    --event_item_width: 80vw;
  }

  .content_agenda .GREENALIA_EVENTS_previous_list_item {
    width: 100%;
    margin-bottom: 8vw;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_date [day] {
    font-size: 15px;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_date [date] {
    font-size: 32px;
  }

  .content_agenda .GREENALIA_EVENTS_next_list_item_date [month_year] {
    font-size: 10px;
  }

  .BKCOMP_ABOUTUS_imageslider_text {
    font-size: 14px;
  }

  .content_aboutus .BKCOMP_ABOUTUS_imageslider_list {
    height: 45vw;
  }

  .content_aboutus .BKCOMP_ABOUTUS_imageslider_item {
    height: 35vw;
  }
}

@media screen and (max-width: 480px) {
  .press_contact_form_legal_cont {
    display: block;
  }

  .press_contact_form_legal {
    margin-bottom: 2em;
  }

  .press_contact_form_legal_cont>p {
    display: block;
    margin: 0;
    padding-left: 48px;
  }

  .press_contact_form .wpcf7-spinner {
    width: 24px;
    margin-left: 24px;
    margin-right: 0;
  }

  .GR_event_archive_footer_buttons span[ui_role="next"] {
    text-align: right;
  }

  .footer_legals a {
    display: block;
    margin-bottom: 1em;
  }

  .GR_news_item {
    max-width: 92.03vw;
  }

  .GREENALIA_image_offset_text {
    width: 100%;
  }

  .BKCOMP_contribution_panels_title {
    font-size: 6vw;
  }

  .BKCOMP_contribution_panel p {
    font-size: 5vw;
  }

  .BKCOMP_contribution_panel h2 {
    font-size: 6vw;
  }

  .GREENALIA_CONTACT_social_links_item {
    margin: 0 1em;
  }

  .GREENALIA_CONTACT_social_links_item svg {
    height: 32.5px;
  }

  :root {
    --page_padding: 14px;
  }

  .content_news .GR_news_header {
    padding-top: 0.5em;
    padding-bottom: 3em;
  }

  .content_news .GR_news_content {
    padding-left: var(--page_padding);
    padding-right: var(--page_padding);
  }

  .content_news .GR_news_related_title {
    font-size: 32px;
  }

  .content_news .GR_news_header_back {
    margin-top: 1.5em;
  }

  .content_news .GR_news_date {
    font-size: 16px;
  }

  .content_news .GR_news_excerpt {
    font-size: 22px;
  }

  .content_news .GR_news_archive_list .content_news .GR_news_item {
    width: 100%;
  }

  .wpml-floating-language-switcher {
    right: 5.5em;
  }
}

@media screen and (max-width: 460px) {
  :root {
    --parts_scale: 0.6;
  }
}

@media screen and (max-width: 410px) {
  :root {
    --parts_scale: 0.5;
  }
}

@media screen and (max-width: 390px) {
  .content_aboutus .BKCOMP_ABOUTUS_jointeam_list_cont {
    --jointeam_slider_height: 470px;
  }
}