@charset "UTF-8";
/* * ==========================================================================
 * ==========================================================================
 * ==========================================================================
 *
 

 * ==========================================================================
 * ==========================================================================
 * ==========================================================================
 */
:root {
  --font-primary: 'Montserrat', sans-serif;
  --font-secondary: 'Montserrat', sans-serif;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-accent-primary-1: #ffdf00;
  --color-accent-primary-2: #eaf1f5;
  --color-accent-primary-3: #ffffff;
  --color-accent-primary-4: #343434;
  --color-accent-secondary-1: #ffdf00;
  --color-accent-secondary-2: #000000;
  --color-accent-secondary-3: #95bbdb;
  --color-accent-secondary-4: #162330;
  --color-accent-secondary-5: #d5e5fa;
  --color-accent-secondary-6: #080f15;
	
  --color-residencial: #EADAE8;
  --color-logistico: #ECEBF9;
  --color-retail-cc: #D3E3E6;
  --color-residencias: #D6E1DA;
  --color-healthcare: #F5EBDA;
  --color-oficinas: #FBE3D9;
  --color-retail-hs: #CCE6E3;
  --color-marbella: #FBEEDC;
  --color-btr: #E0F9F2;
  --color-hoteles: #E0EDF9;
  --color-enfoque: #ECEBF9;
  --color-arquitectura: #F5F9EB;
  --color-research: #EBF8F9;
  --color-valoraciones: #F2EEFB;
	
  --distance-max-xxsmall: 20;
  --distance-max-xsmall: 25;
  --distance-max-small: 100;
  --distance-max-normal: 200;
  --distance-max-large: 300;
  --distance-max-xlarge: 400;
  --distance-max-xxlarge: 750;
  --distance-min-xxsmall: 20;
  --distance-min-xsmall: 40;
  --distance-min-small: 40;
  --distance-min-normal: 60;
  --distance-min-large: 100;
  --distance-min-xlarge: 160;
  --distance-min-xxlarge: 300;
  --xxl-max-font-size: 167;
  --xxl-min-font-size: 58;
  --xxl-line-height: 1;
  --xl-max-font-size: 107;
  --xl-min-font-size: 58;
  --xl-line-height: 1;
  --h1-max-font-size: 65;
  --h1-min-font-size: 42;
  --h1-line-height: 1;
  --h2-max-font-size: 45;
  --h2-min-font-size: 30;
  --h2-line-height: 1.1;
  --h3-max-font-size: 38;
  --h3-min-font-size: 28;
  --h3-line-height: 1.1;
  --h4-max-font-size: 25;
  --h4-min-font-size: 20;
  --h4-line-height: 1.1;
  --h5-max-font-size: 17;
  --h5-min-font-size: 15;
  --h5-line-height: 1.1;
  --h6-max-font-size: 15;
  --h6-min-font-size: 14;
  --h6-line-height: 1.1;
  --h7-max-font-size: 45;
  --h7-min-font-size: 25;
  --h7-line-height: 1.1;
  --h8-max-font-size: 15;
  --h8-min-font-size: 14;
  --h8-line-height: 1.1;
  --h9-max-font-size: 9;
  --h9-min-font-size: 7;
  --subheading-max-font-size: 17;
  --subheading-min-font-size: 11;
  --subheading-line-height: 1.00;
  --blockquote-max-font-size: 20;
  --blockquote-min-font-size: 16;
  --blockquote-line-height: 1.7;
  --paragraph-max-font-size: 15;
  --paragraph-min-font-size: 14;
  --paragraph-line-height: 1.4;
}


/* * before-after ========================================================================== */
img{max-width:none !important}
.before img {
	img{max-width:none !important}
	width: 1110px;
	display:block;
}

@media screen and (max-width: 1280px) {
	.versionmovil {
		display: none;
	}
}

/* * mostrar ocultar mapas ========================================================================= */

#show,#hide {
	display:none;
}



div#mapa {
  display:none;
  padding:10px;
  background-color:#f6f6f6;
  cursor:pointer;
  z-index:auto;
}

input#show:checked ~ div#mapa {
	display:block;
}

input#hide:checked ~ div#mapa {
	display:none;
}


/* * ========================================================================== */


#spopup{
    background:#f3f3f3;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-box-shadow:inset 0 0 3px #333;
    -webkit-box-shadow:inset 0 0 3px #333;
    box-shadow:inner 0 0 3px #333;
    padding:12px 14px 12px 14px;
    width:300px;
    position:fixed;
    bottom:13px;
    right:2px;
    display:none;
    z-index:90;
}

.imagen-formulario {
    right: 0 !important;
	left: auto;
	min-width: 100%;
}

@keyframes rotating {
      0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform:  translate(-7px, -7px) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
		transform:  translate(-7px, -7px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
		transform:  translate(-7px, -7px) rotate(360deg);
      }
	}
	
	.show-loader a, .show-loader nav {
		pointer-events:none;
	}
	
	#rotate-device {
		width:100%;
		height:100%;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		background-color:#0f1010;
		background-image:url(img/rotate.png);
		background-size:100px 100px;
		background-position:center;
		background-repeat:no-repeat;
		display:none;
	}



@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    
	#rotate-device {
		display:block;
	}
}

100% {
    right: 0 !important;
	left: auto;
	max-width: 100px;
}

.imagen-formulario {
    right: 0 !important;
	left: auto;
	max-width: 100px;
}



.my-fixed-item-prev {
    position: fixed;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    width: 40px;
    background-color: #ffdf00;
	padding: 3px;
	left: 5px;
	top: 5px;
	z-index:-1;
	font-size: 28px !important;
	color: #c7ccd1;
}

.my-fixed-item-next {
    position: fixed;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    width: 30px;
    background-color: #ffdf00;
	right: 0;
	margin-right: 15px;
	top: 50%;
	z-index:-1;
	font-size: 28px !important;
}

.oculto {
    display: none;
}

.comillas img {
    width: 120px!important;
}

.subFooter {
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-bottom: 0;
}

.subFooter-p {
	margin-top: 7px;
	text-align: left; !important;
	line-height: 1.7;
	font-size: 11px; !important;
}



.menuFooter a {
	margin-right:12px;
	font-size: 12px; !important;
}

@media screen and (max-width: 1024px) {
	
	.menuFooter a {
		margin-right:12px;
		font-size: 12px; !important;
		
	}
}

@media screen and (max-width: 990px) {
	
	
	.menuFooter a {
		margin-right:8px;
		font-size: 12px; !important;
	}
}

@media screen and (max-width: 720px) {
  .menuFooter {
		text-align: center!important;
	}
	
}


.textwidget {
	position: relative;
	left: 50px;
}

.textwidget-2 {
	position: relative;
	right: 15px;
}

.idiomas a{
	font-size: 17px!important;
	color: var(--color-accent-primary-2)!important;
	padding: 0 15px;
	hover
}

.idiomas a:hover{
	color: var(--color-accent-primary-1)!important;
	
}

.idiomasBurger {
	font-size: 15px; !important;
}

/* * ========================================================================== */

.video-montado {
	top: -120px;
}


.pastilla {
	background-color: #ffdf00;
	padding: 70px 50px 70px 50px;
	margin: 20px 0 0 -80px;
	top: 15%;
	position: relative;
}



@media screen and (max-width: 1200px) {
	.pastilla {
		background-color: #ffdf00;
		padding: 50px 30px 50px 30px;
		margin: 20px 0 0 -80px;
		position: relative;
		top: 10%;
	}
	
	.video-montado {
		top: -100px;
	}

}


@media screen and (max-width: 991px) {
	.pastilla {
		background-color: #ffdf00;
		padding: 80px 50px 80px 50px;
		margin: 0;
		top: 0;
		width: 100%;
	}
	
	.video-montado {
		top: -40px;
	}
  
}

.pastilla h1{
	font-family: var(--font-primary) !important;
	font-weight: 400;!important;
}

.pastilla h5{
	line-height: 1.2;
}

.cabecera {
	margin: 20px 0 0 0;
	top: 15%;
	position: relative;
}

.cabecera2 {
	margin: 20px 0 0 0;
	top: 15%;
	position: relative;
}

.boton-baner {
	margin: 20px 0 0 0;
	top: 15%;
	position: relative;
}

.boton-baner h4{
	font-size: calc(var(--h4-min-font-size) * 1.0px);
	line-height: 1.5;
	padding: 0px 15px 0px 15px;
	text-align: center;
	display: inline-block;
	font-weight: 700;!important;
	font-family: var(--font-secondary) !important;
	color: #000000!important;
}

ol {
  list-style-type: disc;
  
}

.direccion {
}

.direccion p{
	font-family: var(--font-secondary) !important;
	font-size: calc(var(--h8-min-font-size) * 1px);
	font-weight: 500;!important;
	margin-top:  0;
	margin-left: 20px;
}

.direccion h5{
	font-family: var(--font-primary) !important;
	font-size: calc(var(--h1-min-font-size) * 0.5px);
	line-height: 0;
	font-weight: 500;!important;
	margin-top: 40px;
	margin-left: 20px;
}



.cargo h5{
	font-family: var(--font-primary) !important;
	font-size: calc(var(--h1-min-font-size) * 0.5px);
	line-height: 0;
	font-weight: 500;!important;
	margin-left: -15px; important;
	padding-top: 25px; important;
}

.cargo p{
	margin-left: -15px; important;
}


@media screen and (max-width: 991px) {
	.cargo h5{
		margin-left: 0px; important;
		padding-top: 0px; important;
	}
	.cargo p{
		margin-left: 0px; important;
	}
	.cargo img{
		padding: 0 0; important;
	}

}


.cargo img{
	padding: 10px 0; important;
	
}

.cabecera h1{
	font-family: var(--font-primary) !important;
	font-weight: 500;!important;
	font-size: calc(var(--h1-min-font-size) * 2.1px);
	line-height: 0.8;
	margin-top: 20px;
	
}

.cabecera h5{
	font-family: var(--font-primary) !important;
	font-size: calc(var(--h1-min-font-size) * 0.5px);
	line-height: 0.5;
	font-weight: 500;!important;
	
}

.cabecera h4, .cabecera2 h4{
	font-size: calc(var(--h4-min-font-size) * 1.2px);
	line-height: 1.5;
	padding: 0px 30px 0px 40px;
	display: inline-block;
	font-weight: 500;!important;
	font-family: var(--font-secondary) !important;
	background-color: #343434;
	color: #fff;
}


.cabecera h2{
	padding-right: 12%;
	margin: 0px 0 50px 0;
}


.cabecera p, .cabecera2 p{
	line-height: 1.5;
	margin: 0 81% 0 0;
	text-align: center;
	font-weight: 500;!important;
}

.cabecera .lorem, .cabecera2 .lorem{
	line-height: 1.5;
	margin: 0 40% 80px 0;
	text-align: left;
}

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

@media screen and (max-width: 1200px) {
	.cabecera, .cabecera2 {
		margin: 20px 0 0 0;
		position: relative;
		top: 10%;
	}
	
}

@media screen and (max-width: 991px) {
	.cabecera, .cabecera2 {
		margin: 0;
		width: 100%;
	}
	
	.cabecera p, .cabecera2 p{
		margin: 0 70% 0 0;
	}
	
	
	
	.cabecera h1, .cabecera2 h1{
		font-family: var(--font-primary) !important;
		font-size: calc(var(--h1-min-font-size) * 1.5px);
		margin-bottom: 0.2em;
	}
	
	
	.cabecera .lorem, .cabecera2 .lorem{
		margin: 0 20% 80px 0;
	}

  	.cabecera .rrss{
		margin-bottom: 0;!important;
	}
	
}

@media screen and (max-width: 768px) {
	
	.cabecera p, .cabecera2 p{
		margin: 0 50% 0 0;
	}
	
	.video-montado {
		top: 0px;
	}
	
	.cabecera h4, .cabecera2 h4{
		font-size: calc(var(--h4-min-font-size) * 0.8px);
		padding: 6px 30px 5px 40px;
	}
	
	.cabecera h5, .cabecera2 h5{
		font-size: calc(var(--h5-min-font-size) * 1.3px);
	}
	
	.cabecera h1, .cabecera2 h1{
		font-size: calc(var(--h1-min-font-size) * 1.1px);
	}
}

.landing h3{
	font-family: var(--font-primary ) !important;
	font-weight: 700;!important;
	margin-bottom: 30px;
	padding-right: 15%;
}

.landing p{
	padding-right: 15%;
}

.landing25 h3{
	font-family: var(--font-primary ) !important;
	font-weight: 700;!important;
	margin-bottom: 30px;
	padding-right: 25%;
}

.landing25 p{
	padding-right: 25%;
}

.landing50 h3{
	font-family: var(--font-primary ) !important;
	font-weight: 700;!important;
	margin-bottom: 30px;
	padding-right: 40%;
}

.landing50 p{
	padding-right: 40%;
}

.landing-san {
	margin-bottom: 30px;
	padding-left: 15%;
}

.landing-san h3{
	font-family: var(--font-primary ) !important;
	font-weight: 700;!important;
}

@media screen and (max-width: 1000px) {
  .landing-san, .landing h3, .landing, .landing p, .landing50 h3, .landing50 p, .landing25 h3, .landing25 p {
	margin-bottom: 10px;
	padding: 0%;
  }	
}

table {
  width:100%;
}

table th {
  padding:0 5px 0 5px;
}

.columnas {
  top: 0;
  width:40%;
}

.columnas-centro {
  top: 0;
  width:20%;
}

.columnas2 {
  top: 0;
  width:48%;
}

.columnas-centro2 {
  top: 0;
  width:4%;
}

.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: -10em;
}

.page-wrapper__content {
  overflow-x: hidden;
}


/* * ==========================================================================
EQUIPO 
 * ==========================================================================*/

.equipo {
  padding: 0;
  margin: 5px 4px;
  text-align: left;
  flex-basis: 100%;
  height: 100% !important;
}

@media screen and (min-width: 980px) {
  .equipo {
    flex: 1;
  }

}



.equipo-big {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 1.0);
  height: 100% !important;
}



.equipo-big img{
  opacity: 0.7;
  height: 100% !important;
}

.equipo-big:hover .equipo-big__content .lazy  {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.equipo-big:hover .section-image__caption {
  transform: translate(0, -5%);
}

.equipo-big img:hover {
  opacity: 1.0;
}

/* * ==========================================================================
EQUIPO 
 * ==========================================================================*/


/* * ==========================================================================
 MAPA 1
 * ==========================================================================*/

.mapaResponsive {
  display:none;
}

.video-home2 {
  display:none !important;
}

@media only screen and (max-width: 767px) {
  
  .video-home1  {
    display:none !important;
  }
  .video-home2 {
    display:block !important;
  }
  
}

@media only screen and (max-width: 767px) {
  
  
}

@media only screen and (max-width: 767px) {
  .embed-container {
    display:none;
  }
  .titular-mapa {
    display:none;
  }
}

.embed-container-gra {
    position: relative;
    height: 0;
    overflow: hidden;
	padding-bottom: 45%;
}

.embed-container-gra iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
	
	.embed-container-gra iframe {
		position: absolute;
		top:0;
		left: 20px;
		width: 90%;
		margin: auto;
	}
}

.mapa {
  position:relative;
  top: 0 !important;
  width: 100% !important;
  background-color: none;
}

.copyright {
  font-size: 11px;
  line-height: 1.1;
}

html {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: none;
          font-kerning: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #000000;
  background-color: #f8f8f8;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: calc(var(--paragraph-min-font-size) * 1px);
  line-height: var(--paragraph-line-height);
  word-wrap: break-word;

}

.body_lock-scroll {
  overflow: hidden;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

.grid_fluid-1 img {
  max-width: 100% !important;
  height: auto;
}

a {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: var(--color-black);
}

a:hover, a:focus {
  text-decoration: none;
  color: var(--color-accent-primary-4);
}

.page-wrapper__content {
  overflow-x: hidden;
}

[data-header-animation="intransition"] a {
  pointer-events: none !important;
}

#js-webgl {
  display: none;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: -10em;
}

.embed-container2 {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
	margin-bottom: -6em;
}



.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container2 iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container3 {
    position: relative;
    padding-bottom: 150%;
    height: 0;
    overflow: hidden;
	margin-bottom: 0;
}

.embed-container3 iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ======================================================================== */
/* 1. asideLogos */
/* ======================================================================== */
.aside-logos__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 25px;
  vertical-align: center;
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .aside-logos__footer {
	padding-bottom: 0px;
  }
}

.aside-logos__footer img{
  max-width: 250px;
}

.aside-logos__wrapper-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.aside-logos__wrapper-logo img {
  max-height: 100px;
  width: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .aside-logos__wrapper-logo .lazy {
    padding: 0 !important;
  }
  .aside-logos__wrapper-logo img {
    top: 0 !important;
    left: 0 !important;
    transform: none;
    position: relative !important;
  }
}


/* ======================================================================== */
/* 22. filter */
/* ======================================================================== */
.filter {
  position: relative;
  padding-top: 5px;
  padding-bottom: 45px;
  text-align: center;
}

.filter__inner {
  position: relative;
}

.filter__item {
  font-family: var(--font-secondary);
  font-size: 11px;
  font-weight: bold;
  line-height: var(--subheading-line-height);
  letter-spacing: 0px;
  color: #fff;
  border: 1px solid;
  border-color: #565656;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color: #343434;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 320px) {
  .filter__item {
    font-size: 11px;
  }
}

@media screen and (min-width: 1920px) {
  .filter__item {
    font-size: 11px;
  }
}

.filter__item:not(.filter__item_active):hover {
  color: #fff;
  background-color: #4F4F4F;
  border-color: #A6A6A6;
}

.filter__item_active {
  color: #fff;
  background-color: #4F4F4F;
  border-color: #A6A6A6;
}

.filter__item_active:active {
  color: #000000;
  background-color: #4F4F4F;
  border-color: #A6A6A6;
}

.filter__underline {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}

@media screen and (max-width: 1980px) {
  .filter__underline {
    display: none;
  }
}

/* ======================================================================== */
/* 36. logo */
/* ======================================================================== */
.logo {
  position: relative;
  color: var(--color-accent-primary-1);
  font-weight: bold;
  display: inline-flex;
}

.logo__wrapper-img {
  align-items: center;
  flex: 1 0 auto;
  height: 100%;
}

.logo__wrapper-img img {
  height: 50px;
}

/* ======================================================================== */
/* 37. menu */
/* ======================================================================== */
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  word-wrap: normal;
  text-align: right;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}

.menu > li {
  display: inline-block;
}

.menu > li:not(:last-child) {
  margin-right: 10px;
}

.menu > li a {
  display: block;
  color: #000000;
  padding: 10px;
}

.menu > li a:hover {
  color: var(--color-accent-primary-4);
}

.menu > li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.menu > li:not(.menu-item-has-children) a {
  position: relative;
}

.menu > li:not(.menu-item-has-children) a:hover:before {
  left: 12px;
  width: calc(100% - 30px);
}

.menu > li:not(.menu-item-has-children) a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--color-accent-primary-1);
  bottom: 12px;
  right: 15px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menu .menu-item-has-children {
  position: relative;
}

.menu .menu-item-has-children > a:hover ~ ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate(0, 10px);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  z-index: 50;
}

.menu .sub-menu > li {
  display: block;
  white-space: nowrap;
}

.menu .sub-menu > li a {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-left: 2px solid transparent;
}

.menu .sub-menu > li a:hover {
  border-color: var(--color-accent-primary-1);
  background-color: #f8f8f8;
}

.menu .sub-menu > li.menu-item-has-children > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  padding-left: 15px;
}

.menu .sub-menu ul {
  top: 0;
  right: calc(100% + 1px);
  transform: translate(10px, 0);
}

.menu .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}


/* ======================================================================== */
/* 46. preloader */
/* ======================================================================== */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.preloader__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.preloader__content {
  position: relative;
  width: 160px;
  height: 160px;
  z-index: 50;
  overflow: hidden;
}

.preloader__wrapper-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 2px solid rgba(136, 136, 136, 0.3);
}

.preloader__curtain_inner {
  top: 99%;
  -webkit-animation-name: preloader-load;
          animation-name: preloader-load;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  transform-origin: left center;
}

@-webkit-keyframes preloader-load {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes preloader-load {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}


/* ======================================================================== */
/* 2. backgrounds */
/* ======================================================================== */
.bg-white {
  background-color: #ffffff;
}

.bg-off-white {
  background-color: #f7f5f0;
}

.bg-light {
  background-color: #ffffff;
}

.bg-light-2{
  background-color: #ffdf00;
}

.bg-black {
  background-color: #111111;
}

.bg-dark {
  background-color: #181818;
}

.bg-dark-2 {
  background-color: #222222;
}

.bg-dark-3 {
  background-color: #343434;
}

.bg-residencial {
  background-color: var(--color-residencial);
}
.bg-logistico {
  background-color: var(--color-logistico);
}
.bg-retail-cc {
  background-color: var(--color-retail-cc);
}
.bg-residencias {
  background-color: var(--color-residencias);
}
.bg-healthcare {
  background-color: var(--color-healthcare);
}
.bg-oficinas {
  background-color: var(--color-oficinas);
}
.bg-retail-hs {
  background-color: var(--color-retail-hs);
}
.bg-marbella {
  background-color: var(--color-marbella);
}
.bg-btr {
  background-color: var(--color-btr);
}
.bg-hoteles {
  background-color: var(--color-hoteles);
}
.bg-valoraciones {
  background-color: var(--color-valoraciones);
}
.bg-research {
  background-color: var(--color-research);
}
.bg-arquitectura {
  background-color: var(--color-arquitectura);
}
.bg-enfoque {
  background-color: var(--color-enfoque);
}


.bg-accent-primary-1 {
  background-color: var(--color-accent-primary-1);
}

.bg-accent-primary-2 {
  background-color: var(--color-accent-primary-2);
}

.bg-accent-primary-3 {
  background-color: var(--color-accent-primary-3);
}

.bg-accent-primary-4 {
  background-color: var(--color-accent-primary-4);
}

.bg-accent-secondary-1 {
  background-color: var(--color-accent-secondary-1);
}

.bg-accent-secondary-2 {
  background-color: var(--color-accent-secondary-2);
}

.bg-accent-secondary-3 {
  background-color: var(--color-accent-secondary-3);
}

.bg-accent-secondary-4 {
  background-color: var(--color-accent-secondary-4);
}

.bg-accent-secondary-5 {
  background-color: var(--color-accent-secondary-5);
}

.bg-accent-secondary-6 {
  background-color: var(--color-accent-secondary-6);
}


/* ======================================================================== */
/* 30. header */
/* ======================================================================== */
.header {
  padding: 20px 0 0;
}

.header_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header_fixed {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 500;
}

@media only screen and (max-width: 1200px) {
  .header_fixed {
	  top: 0px;
	}
}

.header__burger-line {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 3px;
  margin-bottom: 3px;
  transform: rotate(0deg) translateY(0px);
  will-change: transform;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.header__wrapper-overlay-menu {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

.header__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .header__burger {
  	display: inline-flex;
  }
}



.header__burger_opened .header__burger-line {
  background-color: #000000 !important;
}

.header__burger_opened .header__burger-line:nth-child(1) {
  transform: rotate(-45deg) translateY(6px);
}

.header__burger_opened .header__burger-line:nth-child(2) {
  transform: rotate(45deg) translateY(-6px);
}

.header__burger_opened .header__burger-line:nth-child(3) {
  transform: rotate(45deg) translateY(-200px);
}

.header__wrapper-menu {
  position: relative;
  width: 100%;
}

.header__curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.header__wrapper-overlay-widgets {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 64px;
}

.header__wrapper-overlay-widgets .social {
  margin-top: 1em;
  margin-bottom: 1em;
}

.header__overlay-menu-back {
  position: absolute;
  top: -20;
  cursor: pointer;
  font-size: 32px !important;
  color: #000000 !important;
  opacity: 0;
  visibility: hidden;
}

.header__controls {
  position: relative;
  z-index: 600;
}




@media screen and (max-width: 1400px) {
  .header {
    padding-top: 20px;
  }
  .header__wrapper-overlay-widgets {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .header {
    padding-top: 20px;
  }
  .header__wrapper-overlay-widgets {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 20px;
  }
  .header__circle-letters {
    display: none;
  }
  .header__wrapper-menu {
    margin-top: auto;
    margin-bottom: auto;
  }
  .header__wrapper-overlay-menu {
    text-align: center;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .header__wrapper-overlay-widgets {
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: auto;
  }
  .header__wrapper-overlay-widgets .text-left, .header__wrapper-overlay-widgets .text-right {
    text-align: center !important;
  }
}

@media screen and (max-height: 800px) and (min-width: 991px) {
  .header {
    padding-top: 20px;
  }
  .header__wrapper-overlay-widgets {
    padding-bottom: 20px;
  }
}


/* ======================================================================== */
/* 40. menuOverlay */
/* ======================================================================== */
.menu-overlay {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-overlay > li {
  display: block;
}

.menu-overlay > li > a {
  display: block;
  font-family: var(--font-secondary);
  font-size: calc(10 * 1px);
  font-weight: bold;
  line-height: 1.2em;
}

.menu-overlay > li > a span {
  font-weight:100;
}



@media screen and (min-width: 320px) {
  .menu-overlay > li > a {
    font-size: calc(28 * 1px + (42 - 28) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .menu-overlay > li > a {
    font-size: calc(42 * 1px);
  }
}

.menu-overlay__item-wrapper {
  font-family: var(--font-secondary);
}

.menu-overlay .sub-menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay .sub-menu > li {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.menu-overlay .sub-menu > li > a {
  display: block;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-size: calc(20 * 1px);
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 0;
}

@media screen and (min-width: 320px) {
  .menu-overlay .sub-menu > li > a {
    font-size: calc(20 * 1px + (26 - 20) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .menu-overlay .sub-menu > li > a {
    font-size: calc(26 * 1px);
  }
}

@media screen and (max-width: 991px) {
  .menu-overlay > li > a {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}

/* ======================================================================== */
/* 41. overlay */
/* ======================================================================== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.overlay_dark {
  background-color: #181818;
  opacity: .5;
  mix-blend-mode: multiply;
}

.overlay_med {
  background-color: #333333;
  opacity: .3;
}

.overlay_black {
  background-color: #111111;
  opacity: .5;
}

.overlay_white {
  background-color: #ffffff;
  opacity: .95;
}

.overlay_white-solid {
  background-color: #ffffff;
  opacity: 1;
}


/* ======================================================================== */
/* 31. headerColors */
/* ======================================================================== */
.header_color-white .header__burger-line {
  background-color: #ffffff;
}

.header_color-white .header__controls .social__item a {
  color: #ffffff;
}

.header_color-white:not(.header_sticky) .menu > li > a {
  color: #ffffff;
}

.header_color-white:not(.header_sticky) .menu > li > a:hover {
  color: var(--color-accent-primary-1);
}

.header_color-black .header__burger-line {
  background-color: #000000;
}

.header_color-black .header__controls .social__item a {
  color: #000000;
}

/* ======================================================================== */
/* 32. headerOverlayThemes */
/* ======================================================================== */


.header__wrapper-overlay-menu.bg-light .header__curtain {
  background-color: #ffdf00;
}

.header__wrapper-overlay-menu.bg-light .menu-overlay li a {
  color: var(--color-black);
}

.header__wrapper-overlay-menu.bg-light .menu-overlay li a:hover {
  color: var(--color-white);
}

.header__wrapper-overlay-menu.bg-light .vector-letter {
  fill: var(--color-accent-secondary-2);
}

.header__wrapper-overlay-menu.bg-light .header__overlay-menu-back {
  color: var(--color-accent-secondary-2);
}



/* ======================================================================== */
/* 33. headerSticky */
/* ======================================================================== */
.js-sticky-header {
  transition: all 0.6s ease;
  box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0);
  will-change: padding, box-shadow;
}

.header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0.1);
}

.header_sticky .logo__intro img {
  content: url("../img/assets/asideLogos/logo-vision-2021-intro.png");
}

@media only screen and (max-width: 1000px) {
  .logo__intro img  {
    content: url("../img/assets/asideLogos/logo-vision-2021-dark.png");
  }
}

.header_sticky .logo__barna img {
  content: url("../img/assets/asideLogos/logo-vision-light.svg");
}

.logo__barna img  {
    content: url("../img/assets/asideLogos/logo-vision-dark.svg");
  }

.header_sticky .logo__sevilla img {
  content: url("../img/assets/asideLogos/logo-vision-light.svg");
}

.logo__sevilla img  {
    content: url("../img/assets/asideLogos/logo-vision-dark.svg");
  }


/* ======================================================================== */
/* Responsive */
/* ======================================================================== */

@media only screen and (max-width: 1000px) {
  .logo__barna img  {
    content: url("../img/assets/asideLogos/logo-vision-dark-movil.svg");
  }
  .header_sticky .logo__barna img {
    content: url("../img/assets/asideLogos/logo-vision-light-movil.svg");
  }
	
  .logo__sevilla img  {
    content: url("../img/assets/asideLogos/logo-vision-dark-movil.svg");
  }
  .header_sticky .logo__sevilla img {
    content: url("../img/assets/asideLogos/logo-vision-light-movil.svg");
  }
	
  .section-cta__line, .section-cta__line-g, .equipo-desktop, .mapa-desktop {
	  display: none;
  }
	
  .direccion h5 {
	margin-top: 0px;
	margin-left: -15px;
	line-height: 0;
	font-size: calc(var(--h1-min-font-size) * 0.4px);
  }
	
  .direccion p {
	margin-top: 0px;
	margin-left: -15px;
	font-size: calc(var(--h8-min-font-size) * 0.9px);
  }
  .direccion {
	margin-top: 30px;
  }
  .cabecera h2{
	padding-right: 0%;
	margin: 40px 0 50px 0;
  }
  .section-video {
    min-height: 485px;
  }
  .section-video-grupo {
    min-height: 485px;
  }
  
}

@media only screen and (min-width: 1000px) {
  
  .equipo-movil {
    display:none;
  }
  .mapa-movil {
    display:none;
  }
  
}

.sub {
  margin-left: 10px;
  opacity: 70%;
  font-weight: 400;
}


.header_color-black .header__burger-line {
  background-color: #000000;
}

.header_color-black .header__controls .social__item a {
  color: #000000;
}

.header__wrapper-overlay-menu.bg-dark-2 .header__curtain {
  background-color: #222222;
}



.header__wrapper-overlay-menu.bg-dark-2 .vector-letter {
  fill: #ffffff;
}

.header__wrapper-overlay-menu.bg-dark-2 .header__overlay-menu-back {
  color: var(--color-accent-secondary-2);
}


/* ======================================================================== */
/* 34. headerThemes */
/* ======================================================================== */
.header.bg-white .header__burger-line {
  background-color: #181818;
}

.header.bg-white .social__item a {
  color: #000000;
}

.header.bg-off-white .header__burger-line {
  background-color: #181818;
}

.header.bg-off-white .social__item a {
  color: #000000;
}

.header.bg-light .header__burger-line {
  background-color: #181818;
}

.header.bg-light .social__item a {
  color: #000000;
}

.header.bg-black .menu > li > a {
  color: #ffffff;
}

.header.bg-black .menu > li > a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-black .menu .sub-menu {
  background-color: #222222;
}

.header.bg-black .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-black .menu .sub-menu > li a:hover {
  background-color: #333333;
}

.header.bg-black .social__item a {
  color: #ffffff;
}

.header.bg-black .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-black .header__burger-line {
  background-color: #ffffff;
}

.header.bg-dark .menu > li > a {
  color: #ffffff;
}

.header.bg-dark .menu > li > a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-dark .menu .sub-menu {
  background-color: #222222;
}

.header.bg-dark .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-dark .menu .sub-menu > li a:hover {
  background-color: #333333;
}

.header.bg-dark .social__item a {
  color: #ffffff;
}

.header.bg-dark .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-dark .header__burger-line {
  background-color: #ffffff;
}

.header.bg-dark-2 .menu > li > a {
  color: #ffffff;
}

.header.bg-dark-2 .menu > li > a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-dark-2 .menu .sub-menu {
  background-color: #222222;
}

.header.bg-dark-2 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-dark-2 .menu .sub-menu > li a:hover {
  background-color: #333333;
}

.header.bg-dark-2 .social__item a {
  color: #ffffff;
}

.header.bg-dark-2 .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-dark-2 .header__burger-line {
  background-color: #ffffff;
}

.header.bg-dark-3 .menu > li > a {
  color: #ffffff;
}

.header.bg-dark-3 .menu > li > a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-dark-3 .menu .sub-menu {
  background-color: #222222;
}

.header.bg-dark-3 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-dark-3 .menu .sub-menu > li a:hover {
  background-color: #333333;
}

.header.bg-dark-3 .social__item a {
  color: #ffffff;
}

.header.bg-dark-3 .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-dark-3 .header__burger-line {
  background-color: #ffffff;
}

.header.bg-accent-primary-1 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-primary-1 .menu > li > a:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-1 .menu > li > a:before {
  background-color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-1 .menu .sub-menu {
  background-color: var(--color-accent-primary-3);
}

.header.bg-accent-primary-1 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-primary-1 .menu .sub-menu > li a:hover {
  border-color: #181818;
  background-color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-1 .logo {
  color: #ffffff;
}

.header.bg-accent-primary-1 .logo:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-1 .social__item a {
  color: #ffffff;
}

.header.bg-accent-primary-1 .social__item a:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-3 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-primary-3 .menu > li > a:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-3 .menu > li > a:before {
  background-color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-3 .menu .sub-menu {
  background-color: var(--color-accent-primary-3);
}

.header.bg-accent-primary-3 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-primary-3 .menu .sub-menu > li a:hover {
  border-color: #181818;
  background-color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-3 .logo {
  color: #ffffff;
}

.header.bg-accent-primary-3 .logo:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-3 .social__item a {
  color: #ffffff;
}

.header.bg-accent-primary-3 .social__item a:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-primary-4 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-primary-4 .menu > li > a:hover {
  color: #cccccc;
}

.header.bg-accent-primary-4 .menu > li > a:before {
  background-color: #cccccc;
}

.header.bg-accent-primary-4 .menu .sub-menu {
  background-color: var(--color-accent-primary-3);
}

.header.bg-accent-primary-4 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-primary-4 .menu .sub-menu > li a:hover {
  border-color: #181818;
  background-color: var(--color-accent-primary-2);
  color: #181818;
}

.header.bg-accent-primary-4 .social__item a {
  color: #ffffff;
}

.header.bg-accent-primary-4 .social__item a:hover {
  color: var(--color-accent-primary-4);
}

.header.bg-accent-secondary-1 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-secondary-1 .menu > li > a:hover {
  color: #cccccc;
}

.header.bg-accent-secondary-1 .menu > li > a:before {
  background-color: #cccccc;
}

.header.bg-accent-secondary-1 .menu .sub-menu {
  background-color: var(--color-accent-secondary-2);
}

.header.bg-accent-secondary-1 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-secondary-1 .menu .sub-menu > li a:hover {
  border-color: var(--color-accent-primary-1);
  background-color: var(--color-accent-secondary-1);
}

.header.bg-accent-secondary-1 .social__item a {
  color: #ffffff;
}

.header.bg-accent-secondary-1 .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-accent-secondary-1 .header__burger-line {
  background-color: #ffffff;
}

.header.bg-accent-secondary-2 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-secondary-2 .menu > li > a:hover {
  color: #cccccc;
}

.header.bg-accent-secondary-2 .menu > li > a:before {
  background-color: #cccccc;
}

.header.bg-accent-secondary-2 .menu .sub-menu {
  background-color: var(--color-accent-secondary-2);
}

.header.bg-accent-secondary-2 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-secondary-2 .menu .sub-menu > li a:hover {
  border-color: var(--color-accent-primary-1);
  background-color: var(--color-accent-secondary-1);
}

.header.bg-accent-secondary-2 .social__item a {
  color: #ffffff;
}

.header.bg-accent-secondary-2 .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-accent-secondary-2 .header__burger-line {
  background-color: #ffffff;
}

.header.bg-accent-secondary-3 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-secondary-3 .menu > li > a:hover {
  color: #cccccc;
}

.header.bg-accent-secondary-3 .menu > li > a:before {
  background-color: #cccccc;
}

.header.bg-accent-secondary-3 .menu .sub-menu {
  background-color: var(--color-accent-secondary-2);
}

.header.bg-accent-secondary-3 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-secondary-3 .menu .sub-menu > li a:hover {
  border-color: var(--color-accent-primary-1);
  background-color: var(--color-accent-secondary-1);
}

.header.bg-accent-secondary-3 .social__item a {
  color: #ffffff;
}

.header.bg-accent-secondary-3 .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-accent-secondary-3 .header__burger-line {
  background-color: #ffffff;
}

.header.bg-accent-secondary-4 .menu > li > a {
  color: #ffffff;
}

.header.bg-accent-secondary-4 .menu > li > a:hover {
  color: #cccccc;
}

.header.bg-accent-secondary-4 .menu > li > a:before {
  background-color: #cccccc;
}

.header.bg-accent-secondary-4 .menu .sub-menu {
  background-color: var(--color-accent-secondary-2);
}

.header.bg-accent-secondary-4 .menu .sub-menu > li a {
  color: #ffffff;
}

.header.bg-accent-secondary-4 .menu .sub-menu > li a:hover {
  border-color: var(--color-accent-primary-1);
  background-color: var(--color-accent-secondary-1);
}

.header.bg-accent-secondary-4 .social__item a {
  color: #ffffff;
}

.header.bg-accent-secondary-4 .social__item a:hover {
  color: var(--color-accent-primary-1);
}

.header.bg-accent-secondary-4 .header__burger-line {
  background-color: #ffffff;
}

/* ======================================================================== */
/* 93. utilities */
/* ======================================================================== */
.text-left {
  text-align: left !important;
}

.text-left .section__headline {
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.text-center .section__headline {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right !important;
}

.text-right .section__headline {
  margin-left: auto;
}

.row-80 {
  margin-left: -40px;
  margin-right: -40px;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.overflow__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.overflow__content {
  width: 100%;
  height: 100%;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.of-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.of-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.split-line {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.grayscale {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}

.h-100 {
  height: 100%;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.backgroundblendmode .blend-difference {
  mix-blend-mode: difference;
}

.backgroundblendmode .blend-difference .header__burger-line {
  background-color: #ffffff;
}

.backgroundblendmode .blend-difference .logo {
  color: #ffffff;
}

.backgroundblendmode .blend-difference .menu > li > a {
  color: #ffffff;
}

.border-radius, .button, .gmap__container, .menu .sub-menu {
}

.bg-ornament {
  background-image: url("../img/general/bg-ornament.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-dots {
  width: 256px;
  height: 400px;
  background-image: url("../img/general/bg-dots.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.mw-960 {
  max-width: 960px;
}

/* ======================================================================== */
/* 94. typography */
/* ======================================================================== */
h1, h2, h3,  h5, h6, h9 {
  font-family: var(--font-secondary);
  color: var(--color-accent-secondary-2);
}

h4 {
  font-family: var(--font-primary);
  color: var(--color-accent-secondary-2);
}

h7 {
  font-family: var(--font-primary);
  font-weight: normal;
  font-style: italic;
}

h7 span {
  font-family: var(--font-primary);
  font-weight: bold;
  font-style: normal;
}

h1, h2, h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

h4, h5, h6, h7 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h1 {
  font-size: calc(var(--h1-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h1-line-height);
  margin-top: 0;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(var(--h1-min-font-size) * 1px + (var(--h1-max-font-size) - var(--h1-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: calc(var(--h1-max-font-size) * 1px);
  }
}

h2 {
  font-size: calc(var(--h2-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h2-line-height);
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(var(--h2-min-font-size) * 1px + (var(--h2-max-font-size) - var(--h2-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: calc(var(--h2-max-font-size) * 1px);
  }
}

h3 {
  font-size: calc(var(--h3-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h3-line-height);
}

@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(var(--h3-min-font-size) * 1px + (var(--h3-max-font-size) - var(--h3-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: calc(var(--h3-max-font-size) * 1px);
  }
}

h4 {
  font-size: calc(var(--h4-min-font-size) * 1px);
  font-weight: 700;!important;
  line-height: var(--h4-line-height);
}

@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(var(--h4-min-font-size) * 1px + (var(--h4-max-font-size) - var(--h4-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h4 {
    font-size: calc(var(--h4-max-font-size) * 1px);
  }
}

h5 {
  font-size: calc(var(--h5-min-font-size) * 1px);
  font-weight: normal;
  line-height: var(--h5-line-height);
}



@media screen and (min-width: 320px) {
  h5 {
    font-size: calc(var(--h5-min-font-size) * 1px + (var(--h5-max-font-size) - var(--h5-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h5 {
    font-size: calc(var(--h5-max-font-size) * 1px);
  }
}

h6 {
  font-size: calc(var(--h6-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h6-line-height);
}

@media screen and (min-width: 320px) {
  h6 {
    font-size: calc(var(--h6-min-font-size) * 1px + (var(--h6-max-font-size) - var(--h6-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h6 {
    font-size: calc(var(--h6-max-font-size) * 1px);
  }
}

h7 {
  font-size: calc(var(--h7-min-font-size) * 1px);
  font-weight: normal;
  line-height: var(--h7-line-height);
}

@media screen and (min-width: 320px) {
  h7 {
    font-size: calc(var(--h7-min-font-size) * 1px + (var(--h7-max-font-size) - var(--h7-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h7 {
    font-size: calc(var(--h7-max-font-size) * 1px);
  }
}

.h1 {
  font-size: calc(var(--h1-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h1-line-height);
  margin-top: 0;
}

@media screen and (min-width: 320px) {
  .h1 {
    font-size: calc(var(--h1-min-font-size) * 1px + (var(--h1-max-font-size) - var(--h1-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: calc(var(--h1-max-font-size) * 1px);
  }
}

.h2 {
  font-size: calc(var(--h2-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h2-line-height);
}

@media screen and (min-width: 320px) {
  .h2 {
    font-size: calc(var(--h2-min-font-size) * 1px + (var(--h2-max-font-size) - var(--h2-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .h2 {
    font-size: calc(var(--h2-max-font-size) * 1px);
  }
}

.h3 {
  font-size: calc(var(--h3-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h3-line-height);
}

@media screen and (min-width: 320px) {
  .h3 {
    font-size: calc(var(--h3-min-font-size) * 1px + (var(--h3-max-font-size) - var(--h3-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .h3 {
    font-size: calc(var(--h3-max-font-size) * 1px);
  }
}

.h4 {
  font-size: calc(var(--h4-min-font-size) * 1px);
  font-weight: 700;!important;
  line-height: var(--h4-line-height);
}

@media screen and (min-width: 320px) {
  .h4 {
    font-size: calc(var(--h4-min-font-size) * 1px + (var(--h4-max-font-size) - var(--h4-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .h4 {
    font-size: calc(var(--h4-max-font-size) * 1px);
  }
}

.h5 {
  font-size: calc(var(--h5-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h5-line-height);
}

@media screen and (min-width: 320px) {
  .h5 {
    font-size: calc(var(--h5-min-font-size) * 1px + (var(--h5-max-font-size) - var(--h5-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .h5 {
    font-size: calc(var(--h5-max-font-size) * 1px);
  }
}

.h6 {
  font-size: calc(var(--h6-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--h6-line-height);
}

@media screen and (min-width: 320px) {
  .h6 {
    font-size: calc(var(--h6-min-font-size) * 1px + (var(--h6-max-font-size) - var(--h6-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .h6 {
    font-size: calc(var(--h6-max-font-size) * 1px);
  }
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: calc(var(--paragraph-min-font-size) * 1px);
  line-height: var(--paragraph-line-height);
}

.input-float__label p {
  font-size: calc(var(--paragraph-min-font-size) * 1px);
  line-height: var(--paragraph-line-height);
}

@media screen and (min-width: 320px) {
  p, .input-float__label p {
    font-size: calc(var(--paragraph-min-font-size) * 1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  p, .input-float__label p {
    font-size: calc(var(--paragraph-max-font-size) * 1px);
  }
}

strong, b {
  font-weight: bold;
}

small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
}

.subheading {
  font-family: var(--font-secondary);
  font-size: calc(var(--subheading-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--subheading-line-height);
  letter-spacing: 2px;
  color: #ffdf00;
  text-transform: uppercase;
  font-size: calc(var(--subheading-min-font-size) * 1px);
  line-height: var(--subheading-line-height);
  margin-bottom: 1em;
}

@media screen and (min-width: 320px) {
  .subheading {
    font-size: calc(var(--subheading-min-font-size) * 1px + (var(--subheading-max-font-size) - var(--subheading-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .subheading {
    font-size: calc(var(--subheading-max-font-size) * 1px);
  }
}

@media screen and (min-width: 320px) {
  .subheading {
    font-size: calc(var(--subheading-min-font-size) * 1px + (var(--subheading-max-font-size) - var(--subheading-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .subheading {
    font-size: calc(var(--subheading-max-font-size) * 1px);
  }
}

.heading-light {
  font-weight: normal;
}

blockquote {
  display: block;
  background-color: #f7f5f0;
  color: var(--color-accent-secondary-2);
  font-family: var(--font-secondary);
  font-size: calc(var(--blockquote-min-font-size) * 1px);
  line-height: var(--blockquote-line-height);
  font-style: italic;
  padding: 3em;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 320px) {
  blockquote {
    font-size: calc(var(--blockquote-min-font-size) * 1px + (var(--blockquote-max-font-size) - var(--blockquote-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  blockquote {
    font-size: calc(var(--blockquote-max-font-size) * 1px);
  }
}

blockquote p {
  margin-top: 0;
  font-size: calc(var(--blockquote-min-font-size) * 1px);
}

@media screen and (min-width: 320px) {
  blockquote p {
    font-size: calc(var(--blockquote-min-font-size) * 1px + (var(--blockquote-max-font-size) - var(--blockquote-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  blockquote p {
    font-size: calc(var(--blockquote-max-font-size) * 1px);
  }
}

cite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: calc(var(--paragraph-min-font-size) * 1px);
  margin-top: 1em;
  color: var(--color-accent-primary-1);
}

@media screen and (min-width: 320px) {
  cite {
    font-size: calc(var(--paragraph-min-font-size) * 1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  cite {
    font-size: calc(var(--paragraph-max-font-size) * 1px);
  }
}

cite:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--color-accent-primary-1);
  margin-right: 1em;
}

.text-xl {
  font-size: calc(var(--xl-min-font-size) * 1px);
  line-height: var(--xl-line-height);
}

@media screen and (min-width: 320px) {
  .text-xl {
    font-size: calc(var(--xl-min-font-size) * 1px + (var(--xl-max-font-size) - var(--xl-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .text-xl {
    font-size: calc(var(--xl-max-font-size) * 1px);
  }
}

.text-xxl {
  font-size: calc(var(--xxl-min-font-size) * 1px);
  line-height: var(--xxl-line-height);
}

@media screen and (min-width: 320px) {
  .text-xxl {
    font-size: calc(var(--xxl-min-font-size) * 1px + (var(--xxl-max-font-size) - var(--xxl-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .text-xxl {
    font-size: calc(var(--xxl-max-font-size) * 1px);
  }
}

@media only screen and (max-width: 991px) {
  h1, .h1 {
    margin-bottom: 1em;
  }
  h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  blockquote {
    padding: 2em;
  }
}


/* ======================================================================== */
/* 90. splitText */
/* ======================================================================== */
.elementor-editor-active [data-os-animation] .split-text {
  opacity: 1;
  visibility: visible;
}

.clone .split-text__line {
  position: static !important;
}

.clone .split-text__word {
  position: static !important;
}

/* ======================================================================== */
/* 91. transitionCurtain */
/* ======================================================================== */
.transition-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 400;
  display: none;
  transition: background-color 0.6s ease-in-out;
  will-change: background-color;
}


/* ======================================================================== */
/* 61. sectionContent */
/* ======================================================================== */
.section-content__content {
  margin-bottom: -1em;
}

.section-content__content *:first-child:not(.section-content__headline):not(.section-content__subheading) {
  margin-top: 0 !important;
}

.section-content__header *:first-child:not(.section-content__headline):not(.section-content__subheading) {
  margin-top: 0 !important;
}

.section-content__headline {
  margin-top: 14px !important;
}

.section-content__header_mb {
  margin-bottom: 0;
}

@media screen and (min-width: 320px) {
  .section-content__header_mb {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section-content__header_mb {
    margin-bottom: 0;
  }
}

.section-content__headline_right {
  margin-left: auto;
}

.section-content__headline_left {
  margin-right: auto;
}

.section-content__headline_center {
  margin-left: auto;
  margin-right: auto;
}

.section-content__subheading {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .section-content__content {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .section-content__content *:last-child {
    margin-bottom: 0;
  }
  .section-content__header *:last-child {
    margin-bottom: 15px;
  }
  .section-content__headline {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .section-content__headline_right {
    margin-left: 0;
    margin-right: auto;
  }
  .section-content__subheading {
    margin-top: 1em !important;
  }
}


/* ======================================================================== */
/* 51. sectionMarginsPaddings */
/* ======================================================================== */
.section-offset_bottom {
  z-index: 60;
}

.section_pt-small.section-offset_bottom {
  padding-top: 0;
}

.section_pt-small.section-offset_bottom .section-offset__content {
  transform: translateY(calc(1 * var(--distance-min-small) * 1px));
}

@media only screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-small.section-offset_bottom .section-offset__content {
    transform: translateY(calc(1 * ((var(--distance-min-small) * 0.67 * 1px) + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600))));
  }
}

@media only screen and (min-width: 1920px) {
  .section_pt-small.section-offset_bottom .section-offset__content {
    transform: translateY(calc(1 * var(--distance-max-small) * 1px));
  }
}

.section_pt-small.section-offset_bottom.section_mb-small {
  margin-bottom: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt-small.section-offset_bottom.section_mb-small {
    margin-bottom: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-small.section-offset_bottom.section_mb-small {
    margin-bottom: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_pt-small.section-offset_bottom.section_mb {
  margin-bottom: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt-small.section-offset_bottom.section_mb {
    margin-bottom: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-small.section-offset_bottom.section_mb {
    margin-bottom: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_pt-small.section-offset_bottom.section_mb-large {
  margin-bottom: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt-small.section-offset_bottom.section_mb-large {
    margin-bottom: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-small.section-offset_bottom.section_mb-large {
    margin-bottom: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_pt.section-offset_bottom {
  padding-top: 0;
}

.section_pt.section-offset_bottom .section-offset__content {
  transform: translateY(calc(1 * var(--distance-min-normal) * 1px));
}

@media only screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt.section-offset_bottom .section-offset__content {
    transform: translateY(calc(1 * ((var(--distance-min-normal) * 0.67 * 1px) + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600))));
  }
}

@media only screen and (min-width: 1920px) {
  .section_pt.section-offset_bottom .section-offset__content {
    transform: translateY(calc(1 * var(--distance-max-normal) * 1px));
  }
}

.section_pt.section-offset_bottom.section_mb-small {
  margin-bottom: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt.section-offset_bottom.section_mb-small {
    margin-bottom: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt.section-offset_bottom.section_mb-small {
    margin-bottom: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_pt.section-offset_bottom.section_mb {
  margin-bottom: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt.section-offset_bottom.section_mb {
    margin-bottom: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt.section-offset_bottom.section_mb {
    margin-bottom: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_pt.section-offset_bottom.section_mb-large {
  margin-bottom: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt.section-offset_bottom.section_mb-large {
    margin-bottom: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt.section-offset_bottom.section_mb-large {
    margin-bottom: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_pt-large.section-offset_bottom {
  padding-top: 0;
}

.section_pt-largevid {
  padding-top: 50%;
}

.section_pt-large.section-offset_bottom .section-offset__content {
  transform: translateY(calc(1 * var(--distance-min-normal) * 1px));
}

@media only screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-large.section-offset_bottom .section-offset__content {
    transform: translateY(calc(1 * ((var(--distance-min-normal) * 0.67 * 1px) + (var(--distance-max-large) - var(--distance-min-normal)) * ((100vw - 320px) / 1600))));
  }
}

@media only screen and (min-width: 1920px) {
  .section_pt-large.section-offset_bottom .section-offset__content {
    transform: translateY(calc(1 * var(--distance-max-large) * 1px));
  }
}

.section_pt-large.section-offset_bottom.section_mb-small {
  margin-bottom: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt-large.section-offset_bottom.section_mb-small {
    margin-bottom: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-large.section-offset_bottom.section_mb-small {
    margin-bottom: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_pt-large.section-offset_bottom.section_mb {
  margin-bottom: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt-large.section-offset_bottom.section_mb {
    margin-bottom: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-large.section-offset_bottom.section_mb {
    margin-bottom: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_pt-large.section-offset_bottom.section_mb-large {
  margin-bottom: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pt-large.section-offset_bottom.section_mb-large {
    margin-bottom: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-large.section-offset_bottom.section_mb-large {
    margin-bottom: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_pb-small.section-offset_top {
  padding-bottom: 0;
}

.section_pb-small.section-offset_top .section-offset__content {
  transform: translateY(calc(-1 * var(--distance-min-small) * 1px));
}

@media only screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pb-small.section-offset_top .section-offset__content {
    transform: translateY(calc(-1 * ((var(--distance-min-small) * 0.67 * 1px) + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600))));
  }
}

@media only screen and (min-width: 1920px) {
  .section_pb-small.section-offset_top .section-offset__content {
    transform: translateY(calc(-1 * var(--distance-max-small) * 1px));
  }
}

.section_pb-small.section-offset_top.section_mt-small {
  margin-top: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb-small.section-offset_top.section_mt-small {
    margin-top: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-small.section-offset_top.section_mt-small {
    margin-top: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_pb-small.section-offset_top.section_mt {
  margin-top: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb-small.section-offset_top.section_mt {
    margin-top: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-small.section-offset_top.section_mt {
    margin-top: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_pb-small.section-offset_top.section_mt-large {
  margin-top: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb-small.section-offset_top.section_mt-large {
    margin-top: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-small.section-offset_top.section_mt-large {
    margin-top: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_pb.section-offset_top {
  padding-bottom: 0;
}

.section_pb.section-offset_top .section-offset__content {
  transform: translateY(calc(-1 * var(--distance-min-normal) * 1px));
}

@media only screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pb.section-offset_top .section-offset__content {
    transform: translateY(calc(-1 * ((var(--distance-min-normal) * 0.67 * 1px) + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600))));
  }
}

@media only screen and (min-width: 1920px) {
  .section_pb.section-offset_top .section-offset__content {
    transform: translateY(calc(-1 * var(--distance-max-normal) * 1px));
  }
}

.section_pb.section-offset_top.section_mt-small {
  margin-top: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb.section-offset_top.section_mt-small {
    margin-top: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb.section-offset_top.section_mt-small {
    margin-top: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_pb.section-offset_top.section_mt {
  margin-top: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb.section-offset_top.section_mt {
    margin-top: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb.section-offset_top.section_mt {
    margin-top: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_pb.section-offset_top.section_mt-large {
  margin-top: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb.section-offset_top.section_mt-large {
    margin-top: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb.section-offset_top.section_mt-large {
    margin-top: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_pb-large.section-offset_top {
  padding-bottom: 0;
}

.section_pb-large.section-offset_top .section-offset__content {
  transform: translateY(calc(-1 * var(--distance-min-large) * 1px));
}

@media only screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pb-large.section-offset_top .section-offset__content {
    transform: translateY(calc(-1 * ((var(--distance-min-large) * 0.67 * 1px) + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600))));
  }
}

@media only screen and (min-width: 1920px) {
  .section_pb-large.section-offset_top .section-offset__content {
    transform: translateY(calc(-1 * var(--distance-max-large) * 1px));
  }
}

.section_pb-large.section-offset_top.section_mt-small {
  margin-top: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb-large.section-offset_top.section_mt-small {
    margin-top: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-large.section-offset_top.section_mt-small {
    margin-top: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_pb-large.section-offset_top.section_mt {
  margin-top: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb-large.section-offset_top.section_mt {
    margin-top: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-large.section-offset_top.section_mt {
    margin-top: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_pb-large.section-offset_top.section_mt-large {
  margin-top: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_pb-large.section-offset_top.section_mt-large {
    margin-top: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-large.section-offset_top.section_mt-large {
    margin-top: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_pt-xxsmall {
  padding-top: calc(var(--distance-min-xxsmall) * 0.8px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-xxsmall {
    padding-top: calc(var(--distance-min-xxsmall) * 0.8px + (var(--distance-max-xxsmall) - var(--distance-min-xxsmall)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-xxsmall {
    padding-top: calc(var(--distance-max-xxsmall) * 0.8px);
  }
}

.section_pb-xxsmall {
  padding-top: calc(var(--distance-min-xxsmall) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pb-xxsmall {
    padding-top: calc(var(--distance-min-xxsmall) * 1px + (var(--distance-max-xxsmall) - var(--distance-min-xxsmall)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-xxsmall {
    padding-top: calc(var(--distance-max-xxsmall) * 1px);
  }
}


.section_pt-xsmall {
  padding-top: calc(var(--distance-min-xsmall) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-xsmall {
    padding-top: calc(var(--distance-min-xsmall) * 1px + (var(--distance-max-xsmall) - var(--distance-min-xsmall)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-xsmall {
    padding-top: calc(var(--distance-max-xsmall) * 1px);
  }
}

.section_pt-small {
  padding-top: calc(var(--distance-min-small) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-small {
    padding-top: calc(var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-small {
    padding-top: calc(var(--distance-max-small) * 1px);
  }
}

.section_pt {
  padding-top: calc(var(--distance-min-normal) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt {
    padding-top: calc(var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt {
    padding-top: calc(var(--distance-max-normal) * 1px);
  }
}

.section_pt-large {
  padding-top: calc(var(--distance-min-large) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-large {
    padding-top: calc(var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-large {
    padding-top: calc(var(--distance-max-large) * 1px);
  }
}

.section_pt-xlarge {
  padding-top: calc(var(--distance-min-xlarge) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-xlarge {
    padding-top: calc(var(--distance-min-xlarge) * 1px + (var(--distance-max-xlarge) - var(--distance-min-xlarge)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pt-xlarge {
    padding-top: calc(var(--distance-max-xlarge) * 1px);
  }
}

.section_pb-xsmall {
  padding-bottom: calc(var(--distance-min-xsmall) * 1px);
}

@media screen and (min-width: 320px) {
  .section_pb-xsmall {
    padding-bottom: calc(var(--distance-min-xsmall) * 1px + (var(--distance-max-xsmall) - var(--distance-min-xsmall)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-xsmall {
    padding-bottom: calc(var(--distance-max-xsmall) * 1px);
  }
}

.section_pb-small {
  padding-bottom: calc(var(--distance-min-small) * 1px);
}

@media screen and (min-width: 320px) {
  .section_pb-small {
    padding-bottom: calc(var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-small {
    padding-bottom: calc(var(--distance-max-small) * 1px);
  }
}

.section_pb {
  padding-bottom: calc(var(--distance-min-normal) * 1px);
}

@media screen and (min-width: 320px) {
  .section_pb {
    padding-bottom: calc(var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb {
    padding-bottom: calc(var(--distance-max-normal) * 1px);
  }
}

.section_pb-large {
  padding-bottom: calc(var(--distance-min-large) * 1px);
}

@media screen and (min-width: 320px) {
  .section_pb-large {
    padding-bottom: calc(var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-large {
    padding-bottom: calc(var(--distance-max-large) * 1px);
  }
}

.section_pb-xlarge {
  padding-bottom: calc(var(--distance-min-xlarge) * 1px);
}

@media screen and (min-width: 320px) {
  .section_pb-xlarge {
    padding-bottom: calc(var(--distance-min-xlarge) * 1px + (var(--distance-max-xlarge) - var(--distance-min-xlarge)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-xlarge {
    padding-bottom: calc(var(--distance-max-xlarge) * 1px);
  }
}

.section_pb-xxlarge {
  padding-bottom: calc(var(--distance-min-xxlarge) * 1px);
}

@media screen and (min-width: 320px) {
  .section_pb-xxlarge {
    padding-bottom: calc(var(--distance-min-xxlarge) * 1px + (var(--distance-max-xxlarge) - var(--distance-min-xxlarge)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section_pb-xxlarge {
    padding-bottom: calc(var(--distance-max-xxlarge) * 1px);
  }
}

.section_mt-xsmall {
  margin-top: calc(1 * (var(--distance-min-xsmall) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mt-xsmall {
    margin-top: calc(1 * (var(--distance-min-xsmall) * 1px + (var(--distance-max-xsmall) - var(--distance-min-xsmall)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mt-xsmall {
    margin-top: calc(1 * (var(--distance-max-xsmall) * 1px));
  }
}

.section_mt-small {
  margin-top: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mt-small {
    margin-top: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mt-small {
    margin-top: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_mt {
  margin-top: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mt {
    margin-top: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mt {
    margin-top: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_mt-large {
  margin-top: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mt-large {
    margin-top: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mt-large {
    margin-top: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_mt-xlarge {
  margin-top: calc(1 * (var(--distance-min-xlarge) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mt-xlarge {
    margin-top: calc(1 * (var(--distance-min-xlarge) * 1px + (var(--distance-max-xlarge) - var(--distance-min-xlarge)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mt-xlarge {
    margin-top: calc(1 * (var(--distance-max-xlarge) * 1px));
  }
}

.section_mb-xsmall {
  margin-bottom: calc(1 * (var(--distance-min-xsmall) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mb-xsmall {
    margin-bottom: calc(1 * (var(--distance-min-xsmall) * 1px + (var(--distance-max-xsmall) - var(--distance-min-xsmall)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mb-xsmall {
    margin-bottom: calc(1 * (var(--distance-max-xsmall) * 1px));
  }
}

.section_mb-small {
  margin-bottom: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mb-small {
    margin-bottom: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mb-small {
    margin-bottom: calc(1 * (var(--distance-max-small) * 1px));
  }
}

.section_mb {
  margin-bottom: calc(1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mb {
    margin-bottom: calc(1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mb {
    margin-bottom: calc(1 * (var(--distance-max-normal) * 1px));
  }
}

.section_mb-large {
  margin-bottom: calc(1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mb-large {
    margin-bottom: calc(1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mb-large {
    margin-bottom: calc(1 * (var(--distance-max-large) * 1px));
  }
}

.section_mb-xlarge {
  margin-bottom: calc(1 * (var(--distance-min-xlarge) * 1px));
}

@media screen and (min-width: 320px) {
  .section_mb-xlarge {
    margin-bottom: calc(1 * (var(--distance-min-xlarge) * 1px + (var(--distance-max-xlarge) - var(--distance-min-xlarge)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_mb-xlarge {
    margin-bottom: calc(1 * (var(--distance-max-xlarge) * 1px));
  }
}

.section_minus-mt-xsmall {
  margin-top: calc(-1 * (var(--distance-min-xsmall) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mt-xsmall {
    margin-top: calc(-1 * (var(--distance-min-xsmall) * 1px + (var(--distance-max-xsmall) - var(--distance-min-xsmall)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mt-xsmall {
    margin-top: calc(-1 * (var(--distance-max-xsmall) * 1px));
  }
}

.section_minus-mt-small {
  margin-top: calc(-1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mt-small {
    margin-top: calc(-1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mt-small {
    margin-top: calc(-1 * (var(--distance-max-small) * 1px));
  }
}

.section_minus-mt {
  margin-top: calc(-1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mt {
    margin-top: calc(-1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mt {
    margin-top: calc(-1 * (var(--distance-max-normal) * 1px));
  }
}

.section_minus-mt-large {
  margin-top: calc(-1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mt-large {
    margin-top: calc(-1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mt-large {
    margin-top: calc(-1 * (var(--distance-max-large) * 1px));
  }
}

.section_minus-mt-xlarge {
  margin-top: calc(-1 * (var(--distance-min-xlarge) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mt-xlarge {
    margin-top: calc(-1 * (var(--distance-min-xlarge) * 1px + (var(--distance-max-xlarge) - var(--distance-min-xlarge)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mt-xlarge {
    margin-top: calc(-1 * (var(--distance-max-xlarge) * 1px));
  }
}

.section_minus-mb-xsmall {
  margin-bottom: calc(-1 * (var(--distance-min-xsmall) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mb-xsmall {
    margin-bottom: calc(-1 * (var(--distance-min-xsmall) * 1px + (var(--distance-max-xsmall) - var(--distance-min-xsmall)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mb-xsmall {
    margin-bottom: calc(-1 * (var(--distance-max-xsmall) * 1px));
  }
}

.section_minus-mb-small {
  margin-bottom: calc(-1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mb-small {
    margin-bottom: calc(-1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mb-small {
    margin-bottom: calc(-1 * (var(--distance-max-small) * 1px));
  }
}

.section_minus-mb {
  margin-bottom: calc(-1 * (var(--distance-min-normal) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mb {
    margin-bottom: calc(-1 * (var(--distance-min-normal) * 1px + (var(--distance-max-normal) - var(--distance-min-normal)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mb {
    margin-bottom: calc(-1 * (var(--distance-max-normal) * 1px));
  }
}

.section_minus-mb-large {
  margin-bottom: calc(-1 * (var(--distance-min-large) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mb-large {
    margin-bottom: calc(-1 * (var(--distance-min-large) * 1px + (var(--distance-max-large) - var(--distance-min-large)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mb-large {
    margin-bottom: calc(-1 * (var(--distance-max-large) * 1px));
  }
}

.section_minus-mb-xlarge {
  margin-bottom: calc(-1 * (var(--distance-min-xlarge) * 1px));
}

@media screen and (min-width: 320px) {
  .section_minus-mb-xlarge {
    margin-bottom: calc(-1 * (var(--distance-min-xlarge) * 1px + (var(--distance-max-xlarge) - var(--distance-min-xlarge)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section_minus-mb-xlarge {
    margin-bottom: calc(-1 * (var(--distance-max-xlarge) * 1px));
  }
}

.slider-halfscreen__content_padding {
  padding: 120px;
}

@media screen and (max-width: 1400px) {
  .slider-halfscreen:not(.slider-halfscreen_fullheight) {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .slider-halfscreen__content_padding {
    padding: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .slider-halfscreen:not(.slider-halfscreen_fullheight) {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .slider-halfscreen__content_padding {
    padding: 60px;
  }
}


/* ======================================================================== */
/* 76. sectionVideo */
/* ======================================================================== */
.section-video {
  display: flex;
  align-items: top;
  justify-content: top;
  width: 100%;
}

.section-video__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  z-index: 100;
}



.section-video__link:hover {
  border-color: var(--color-accent-primary-1);
  color: var(--color-accent-primary-1);
}

.section-video__link:focus {
  opacity: 1;
}

.section-video__icon {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 3px solid rgba(136, 136, 136, 0.3);
  font-family: var(--font-primary);
  font-size: calc(var(--subheading-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--subheading-line-height);
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-accent-primary-1);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 320px) {
  .section-video__icon {
    font-size: calc(var(--subheading-min-font-size) * 1px + (var(--subheading-max-font-size) - var(--subheading-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section-video__icon {
    font-size: calc(var(--subheading-max-font-size) * 1px);
  }
}

.section-video__icon:hover {
  color: var(--color-accent-primary-3);
}

.section-video__icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  stroke-width: 4px;
  z-index: 50;
}

.section-video__icon svg .circle {
  stroke: var(--color-accent-primary-1);
}

.section-video__overlay {
  z-index: 0;
}

/* ======================================================================== */
/* 9. colors */
/* ======================================================================== */
.color-white {
  color: #ffffff;
}

.color-white .header__burger-line {
  background-color: #ffffff;
}

.color-white .header__controls .social__item a {
  color: #ffffff;
}

.color-white .heading-light {
  color: #cccccc;
}

.color-white .subheading {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-black .subheading {
  color: #ffdf00;
}

.color-black .heading-light {
  color: #000000;
}

/* ======================================================================== */
/* 10. colorsAccentPrimary */
/* ======================================================================== */
.color-accent-primary-1 {
  color: var(--color-accent-primary-1);
}

.color-accent-primary-2 {
  color: var(--color-accent-primary-2);
}

.color-accent-primary-3 {
  color: var(--color-accent-primary-3);
}

.color-accent-primary-4 {
  color: var(--color-accent-primary-4);
}

/* ======================================================================== */
/* 39. lazy */
/* ======================================================================== */
.lazy  {
  background-color: rgba(136, 136, 136, 0);
}

.lazy_loaded {
  background-color: unset;
}

.lazy__img:not(img) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.lazy-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(136, 136, 136, 0.1);
}



.lazy-bg_loaded {
  background-color: unset;
}

 .lazy img {
  width: 100%;
}

#taylor  {
  width: auto!important;
}

#grafiquillos {
  width: auto!important;
}


/* ======================================================================== */
/* 45. artParallax */
/* ======================================================================== */
[data-art-parallax='image'], [data-art-parallax='background'] {
  position: relative;
  overflow: hidden;
}

[data-art-parallax='image'] img, [data-art-parallax='background'] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.art-parallax__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}


.art-parallax__bg-grupo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.art-parallax__bg-logistico {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size:cover;
  background-position: center right;
}
.art-parallax__bg-capital {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size:cover;
  background-position: center center;
}
.art-parallax__bg-retail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size:cover;
  background-position: center left;
}

.video-movil {
  display:none;
}

@media only screen and (max-width: 1000px) {
	.art-parallax__bg-logistico {
	  background-position: center right;
	}
	.art-parallax__bg-capital {
	  background-position: center right;
	}
	.art-parallax__bg-retail {
	  background-position: center center;
	}
	.video-desktop {
	  display:none;
	}
	
	.video-movil {
	  display:block;
	}
	.art-parallax__bg-grupo {
	  background-position: top center;
	}

	.section-video-grupo {
      min-height: 285px;
    }
}

/* ======================================================================== */
/* 23. footer */
/* ======================================================================== */
.footer {
  position: relative;
	padding-top: 0px;
}

.footer__area-primary {
   padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .footer__area-primary {
     padding-top: 10px;
  padding-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .footer__area-primary {
    padding-top: calc(100 * 1px);
  }
}



@media screen and (min-width: 320px) {
  .footer__area-primary {
  }
}

@media screen and (min-width: 1920px) {
  .footer__area-primary {
  }
}

.footer__area-secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0px solid black;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .footer__area-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .footer__column {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer__column.text-left, .footer__column.text-center, .footer__column.text-right {
    text-align: center !important;
  }
  .textwidget {
	position: relative;
	left: 0px;
  }

  .subFooter {
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-bottom: 0;
	}

  .subFooter-p {
		margin-top: 7px;
		text-align: center; !important;
		line-height: 1.7;
		font-size: 11px; !important;
	}
  .textwidget-2 {
	position: relative;
	right: 0;
  }
}


/* ======================================================================== */
/* 25. form */
/* ======================================================================== */
.form {
  width: 100%;
}

.form__submit {
  margin-top: 1.5em;
}

.form__col {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.form__col_submit {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.form__error, span.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: red;
  text-align: left;
  margin-top: 4px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: red;
  padding: 15px;
  margin: 1.5em 0 0;
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .form__col_submit {
    text-align: left;
  }
  .form-contact {
	padding-left: 0px!important;
	padding-right: 0px!important;
  }
  .formulario1mitad  {
	  position: relative;
	  display: none!important;
	  flex-direction: column;
	  justify-content: center;
	}
	
  .formulario2mitad {
  	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: var(--color-accent-primary-1);
	height: 100%;
  }
	
  .formulario2mitad .border-radius {
  	position: relative;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
  }
 
	
  .formulario2mitad .logoformulario {
	display: block;
  }
	
  .section-fullheight__inner-formulario{
    min-height: 100%;
	background-color: var(--color-accent-primary-1);
  }
	
	
}

@media only screen and (max-width: 1200px) {
 
  .formulario2mitad .border-radius {
  	position: relative;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
  }
	
  label {
	display: inline-block;
	margin-bottom: 0.2rem!important;
  }


}

/* ======================================================================== */
/* 26. formContact */
/* ======================================================================== */
.form-contact {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.logoformulario {
  display: none;
}

.formulario2mitad button {
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
  }

.form-contact p {
  text-align: left;
  line-height: 1;
  
}

.form-contact h4{
  color: #000!important;
  font-size: calc(var(--h4-max-font-size) * 1.25px);
  text-align: left;
  line-height: 1;
}








/* ======================================================================== */
/* 27. inputFloat */
/* ======================================================================== */
.input-float {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.input-float__label {
  position: absolute;
  top: 1em;
  left: 0;
  margin: auto;
  display: block;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: left center;
  cursor: text;
  color: #000000;
  font-size: 13.5px;
  line-height: 0.5;
}

.input-float__input {
  display: block;
  width: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  padding: 12px 0 8px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: transparent;
  border-radius: 0;
  color: inherit;
}

.input-float__input_textarea {
  resize: none;
  min-height: 200px;
}

.input-float__input_focused + .input-float__label, .input-float__input_not-empty + .input-float__label {
  transform: scale(0.8571) translateY(-2rem);
}

.input-float__input_focused {
  border-color: var(--color-accent-primary-1);
}

.input-float__input_focused + .input-float__label {
  color: var(--color-accent-primary-1);
}


/* ======================================================================== */
/* 27. grid */
/* ======================================================================== */
.grid {
  overflow: hidden;
}

.grid__sizer {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

.grid__item {
  display: block;
  width: 100%;
}

.grid__item_desktop-12 div {
    display: flex;
	justify-content: center;
  }



@media only screen and (min-width: 992px) {
	
  .grid__item_desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid__item_desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__item_desktop-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid__item_desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__item_desktop-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid__item_tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid__item_tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__item_tablet-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid__item_tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .grid__item_mobile-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
	
  .grid__item_mobile-12 img {
    max-width: 94%;
	
  }
  .grid__item_mobile-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__item_mobile-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid__item_mobile-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* ======================================================================== */
/* 28. gridFluid */
/* ======================================================================== */
.grid_fluid-1 {
  margin: -1vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-1 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-1 {
  padding: 1vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-1 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-1-fancy:nth-of-type(3) {
    margin-top: 2vw;
  }
}

.grid_fluid-2 {
  margin: -2vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-2 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-2 {
  padding: 2vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-2 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-2-fancy:nth-of-type(3) {
    margin-top: 4vw;
  }
}

.grid_fluid-3 {
  margin: -1vw;
}

.grid_fluid-3 a:hover {
  text-decoration: none;
  background: #343434;
}

.grid_fluid-3-high {
  margin: -1vw;
}



.grid_fluid-3-high a:hover {
  text-decoration: none;
  background: #FDEA14;
}

.grid_fluid-3-equ {
  margin: -1vw;
}


.grid_fluid-3-equ div:nth-child(1) {
  background: transparent;
}
.grid_fluid-3-equ div:nth-child(2) {
  background: #EAF1F5;
}
.grid_fluid-3-equ div:nth-child(3) {
  background: #E0E3EC;
}
.grid_fluid-3-equ div:nth-child(4) {
  background: #D6E1DA;
}
.grid_fluid-3-equ div:nth-child(5) {
  background: #FFF7E1;
}
.grid_fluid-3-equ div:nth-child(6) {
  background: #FBE3D9;
}
.grid_fluid-3-equ div:nth-child(7) {
  background: #FFD2BF;
}
.grid_fluid-3-equ div:nth-child(8) {
  background: #EEE8D0;
}
.grid_fluid-3-equ div:nth-child(9) {
  background: #D3E3E6;
}
.grid_fluid-3-equ div:nth-child(10) {
  background: #EADAE8;
}
.grid_fluid-3-equ div:nth-child(11) {
  background: #DAEBD9;
}


.grid_fluid-3-equ a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .grid_fluid-3 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-3 {
  padding: 0.5vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-3 {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-3-fancy:nth-of-type(3) {
    margin-top: 6vw;
  }
}

.grid_fluid-4 {
  margin: -4vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-4 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-4 {
  padding: 4vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-4 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-4-fancy:nth-of-type(3) {
    margin-top: 8vw;
  }
}

.grid_fluid-5 {
  margin: -5vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-5 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-5 {
  padding: 5vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-5 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-5-fancy:nth-of-type(3) {
    margin-top: 10vw;
  }
}

.grid_fluid-6 {
  margin: -6vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-6 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-6 {
  padding: 6vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-6 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-6-fancy:nth-of-type(3) {
    margin-top: 12vw;
  }
}

.grid_fluid-7 {
  margin: -7vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-7 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-7 {
  padding: 7vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-7 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-7-fancy:nth-of-type(3) {
    margin-top: 14vw;
  }
}

.grid_fluid-8 {
  margin: -8vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-8 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-8 {
  padding: 8vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-8 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-8-fancy:nth-of-type(3) {
    margin-top: 16vw;
  }
}

.grid_fluid-9 {
  margin: -9vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-9 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-9 {
  padding: 9vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-9 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-9-fancy:nth-of-type(3) {
    margin-top: 18vw;
  }
}

.grid_fluid-10 {
  margin: -10vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-10 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-10 {
  padding: 10vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-10 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-10-fancy:nth-of-type(3) {
    margin-top: 20vw;
  }
}

.grid_fluid-11 {
  margin: -11vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-11 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-11 {
  padding: 11vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-11 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-11-fancy:nth-of-type(3) {
    margin-top: 22vw;
  }
}

.grid_fluid-12 {
  margin: -12vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-12 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-12 {
  padding: 12vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-12 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-12-fancy:nth-of-type(3) {
    margin-top: 24vw;
  }
}

.grid_fluid-13 {
  margin: -13vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-13 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-13 {
  padding: 13vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-13 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-13-fancy:nth-of-type(3) {
    margin-top: 26vw;
  }
}

.grid_fluid-14 {
  margin: -14vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-14 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-14 {
  padding: 14vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-14 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-14-fancy:nth-of-type(3) {
    margin-top: 28vw;
  }
}

.grid_fluid-15 {
  margin: -15vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-15 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-15 {
  padding: 15vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-15 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-15-fancy:nth-of-type(3) {
    margin-top: 30vw;
  }
}

.grid_fluid-16 {
  margin: -16vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-16 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-16 {
  padding: 16vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-16 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-16-fancy:nth-of-type(3) {
    margin-top: 32vw;
  }
}

.grid_fluid-17 {
  margin: -17vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-17 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-17 {
  padding: 17vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-17 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-17-fancy:nth-of-type(3) {
    margin-top: 34vw;
  }
}

.grid_fluid-18 {
  margin: -18vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-18 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-18 {
  padding: 18vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-18 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-18-fancy:nth-of-type(3) {
    margin-top: 36vw;
  }
}

.grid_fluid-19 {
  margin: -19vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-19 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-19 {
  padding: 19vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-19 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-19-fancy:nth-of-type(3) {
    margin-top: 38vw;
  }
}

.grid_fluid-20 {
  margin: -20vw;
}

@media only screen and (max-width: 767px) {
  .grid_fluid-20 {
    margin: -10px -20px;
  }
}

.grid__item_fluid-20 {
  padding: 20vw;
}

@media only screen and (max-width: 767px) {
  .grid__item_fluid-20 {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .grid__item_fluid-20-fancy:nth-of-type(3) {
    margin-top: 40vw;
  }
}

/* ======================================================================== */
/* 58. sectionCTA */
/* ======================================================================== */



.section-cta__line {
  position: absolute;
  margin: -60px 0 0 -5px;
  z-index: 100;
}


.section-cta__line-h {
  position: absolute;
  margin: 25px 0 0 -30px;
  z-index: 100;
  padding-top: 25px;
}

.section-cta__line-g {
  position: absolute;
  margin: -125px 0 0 0;
  z-index: 100;
  right: 75px;
  top: -100px;
}



.section-cta__heading {
  margin-top: 0;
}

.section-cta__wrapper-button {
  margin-top: calc(1 * (30 * 1px));
}

.button_fullwidth {
  width: 100%;
  color: white;
  background-color: #343434;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.button_fullwidth:hover {
  color: #000000;
  background-color: #A39A9A;
}


/* ======================================================================== */
/* 49. section */
/* ======================================================================== */
.section {
  position: relative;
  z-index: 50;
}

.section-fullheight {
  display: flex;
}

.section-fullheight__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 98vh;
}

.section-fullheight__inner-introboton {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 50vh;
}

.section-fullheight__inner-idiomas {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.section-fullheight__inner-formulario {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}


.section__headline {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 1px;
  background-color: var(--color-accent-primary-1);
  margin-top: calc(1 * (40 * 1px));
}

@media screen and (min-width: 320px) {
  .section__headline {
    margin-top: calc(1 * (40 * 1px + (80 - 40) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section__headline {
    margin-top: calc(1 * (80 * 1px));
  }
}

.section_z-100 {
  z-index: 100;
}

.section__content {
  position: relative;
  z-index: 60;
}

@media screen and (max-width: 991px) {
  .section__headline {
    max-width: 80px;
  }
}

@media screen and (max-width: 576px) {
  .section__headline {
    max-width: 50px;
  }
}

/* ======================================================================== */
/* 50. sectionHeight */
/* ======================================================================== */
.section_h-100 {
  height: 100px;
  max-height: 100vh;
}

.section_h-200 {
  height: 200px;
  max-height: 100vh;
}

.section_h-300 {
  height: 300px;
  max-height: 100vh;
}

.section_h-400 {
  height: 400px;
  max-height: 100vh;
}

.section_h-500 {
  height: 500px;
  max-height: 100vh;
}

.section_h-600 {
  height: 600px;
  max-height: 100vh;
}

.section_h-700 {
  height: 700px;
  max-height: 100vh;
}

.section_h-800 {
  height: 800px;
  max-height: 100vh;
}

.section_h-900 {
  height: 900px;
  max-height: 100vh;
}

.section_h-100vh {
  height: 100vh;
}

.section_w-container-right {
  max-width: 100%;
  width: calc( 100% - ( (100vw - 1140px) / 2 ) - 20px);
  margin-left: auto;
  text-align: left;
}

.section_w-container-left {
  max-width: 100%;
  width: calc( 100% - ( (100vw - 1140px) / 2 ) - 20px);
  margin-right: auto;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  .section_w-container-right, .section_w-container-left {
    width: 100%;
    text-align: center;
  }
  .section_w-container-right .section-image__caption-vertical-left, .section_w-container-right .section-image__caption-vertical-right, .section_w-container-left .section-image__caption-vertical-left, .section_w-container-left .section-image__caption-vertical-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: 20px;
    transform: none;
    padding: 0 20px;
    margin-top: 1em;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section_h-100 {
    max-height: 70vh;
  }
  .section_h-200 {
    max-height: 70vh;
  }
  .section_h-300 {
    max-height: 70vh;
  }
  .section_h-400 {
    max-height: 70vh;
  }
  .section_h-500 {
    max-height: 70vh;
  }
  .section_h-600 {
    max-height: 70vh;
  }
  .section_h-700 {
    max-height: 70vh;
  }
  .section_h-800 {
    max-height: 70vh;
  }
  .section_h-900 {
    max-height: 70vh;
  }
}

/* ======================================================================== */
/* 71. sectionPortfolio */
/* ======================================================================== */
.section-portfolio__wrapper-tabs {
  margin-bottom: calc(1 * (var(--distance-min-small) * 1px));
}

@media screen and (min-width: 320px) {
  .section-portfolio__wrapper-tabs {
    margin-bottom: calc(1 * (var(--distance-min-small) * 1px + (var(--distance-max-small) - var(--distance-min-small)) * ((100vw - 320px) / 1600)));
  }
}

@media screen and (min-width: 1920px) {
  .section-portfolio__wrapper-tabs {
    margin-bottom: calc(1 * (var(--distance-max-small) * 1px));
  }
}


/* ======================================================================== */
/* 19. figurePortfolio */
/* ======================================================================== */
.figure-portfolio {
  display: block;
  background: #fff;
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  -moz-box-shadow:inset 0 0 1px;
  border: 1px solid;
  color: ##999;
  padding: 30px 05px 0 10px;
}

.figure-portfolio-high {
  display: block;
  background: #F1F1F1;
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  padding: 20px;
}

.figure-portfolio-high-equ {
  display: block;
  background: transparent;
  padding: 20px;
}

.figure-portfolio__wrapper-img {
  position: relative;
  overflow: hidden;
}

.figure-portfolio__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.figure-portfolio__header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
}

.figure-portfolio__category {
  position: relative;
  font-family: var(--font-primary);
  font-size: calc(var(--subheading-min-font-size) * 1px);
  font-weight: bold;
  line-height: var(--subheading-line-height);
  letter-spacing: 2px;
  color: #888888;
  text-transform: uppercase;
  font-weight: normal;
  z-index: 50;
  margin-bottom: 1em;
}

@media screen and (min-width: 320px) {
  .figure-portfolio__category {
    font-size: calc(var(--subheading-min-font-size) * 1px + (var(--subheading-max-font-size) - var(--subheading-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .figure-portfolio__category {
    font-size: calc(var(--subheading-max-font-size) * 1px);
  }
}

.figure-portfolio__curtain {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -100px;
  z-index: 1;
  transform: skewY(0deg) translateY(100%);
}

.figure-portfolio__heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.33;
}

.figure-portfolio__icon {
  margin-top: 10px;
  z-index: 50;
}

@media screen and (max-width: 991px) {
  .figure-portfolio__content {
    padding: 30px;
  }
  .figure-portfolio__icon {
    margin-top: 5px;
  }
}

/* ======================================================================== */
/* 20. figurePortfolioBig */
/* ======================================================================== */
.figure-portfolio-big {
  display: block;
  position: relative;
  background-color: #4F4F4F;
}

.figure-portfolio-big p{
  font-size: 13px!important;
}

@media screen and (max-width: 991px) {
  .figure-portfolio-big-equipo {
    background: rgba(0, 0, 0, 0);
  }
}

.figure-portfolio-big-prime {
  display: block;
  position: relative;
  background-color: var(--color-accent-primary-3);
  color: var(--color-black);
}

.figure-portfolio-big-prime p {
  color: var(--color-black)!important;
}

.figure-portfolio-big-prime:hover .figure-portfolio-big__wrapper-img-inner {
  transform: scale(0.95);
}

.figure-portfolio-big-prime:hover .figure-portfolio-big__wrapper-img img {
  transform: scale(1.2);
}

.figure-portfolio-big-prime:hover .figure-portfolio-big__content {
  transform: translate(0, -5%);
}

.figure-portfolio-big-prime:hover .figure-portfolio-big__content {
  color: var(--color-accent-primary-3);
}

.figure-portfolio-big-prime:hover .figure-portfolio-big__content p{
  color: var(--color-accent-primary-3)!important;
}

.figure-portfolio-big-prime:hover .figure-portfolio-big__heading {
  color: var(--color-accent-primary-3);
}

.figure-portfolio-big:hover .figure-portfolio-big__wrapper-img-inner {
  transform: scale(0.95);
}

.figure-portfolio-big:hover .figure-portfolio-big__wrapper-img img {
  transform: scale(1.2);
}

.figure-portfolio-big:hover .figure-portfolio-big__content {
  transform: translate(0, -5%);
}

.figure-portfolio-big:hover .figure-portfolio-big__content {
  color: var(--color-black);
}

.figure-portfolio-big:hover .figure-portfolio-big__heading {
  color: var(--color-black);
}

.figure-portfolio-big__category {
  margin-top: 2em;
  margin-bottom: 2em;
  background: #439f23;
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  -moz-box-shadow:inset 0 0 3px #439f23;
  display: inline-block;
}

.figure-portfolio-big__category-rojo {
  margin-top: 2em;
  margin-bottom: 2em;
  background: #911a16;
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  -moz-box-shadow:inset 0 0 3px #439f23;
  display: inline-block;
}

.figure-portfolio-big__category h5{
  font-family: var(--font-primary);
  font-size: calc(var(--subheading-min-font-size) * 1.3px);
  font-weight:900;
  line-height: var(--subheading-line-height);
  text-transform: uppercase;
  color: var(--color-accent-primary-3);
  padding: 0 14px 0 14px;
}

.figure-portfolio-big__category-rojo h5{
  font-family: var(--font-primary);
  font-size: calc(var(--subheading-min-font-size) * 1.3px);
  font-weight:900;
  line-height: var(--subheading-line-height);
  text-transform: uppercase;
  color: var(--color-accent-primary-3);
  padding: 0 14px 0 14px;
}

@media screen and (min-width: 320px) {
  .figure-portfolio-big__category .figure-portfolio-big__category-rojo .figure-portfolio-big__category-high, .figure-portfolio-big__category-high-equ  {
    font-size: calc(var(--subheading-min-font-size) * 1px + (var(--subheading-max-font-size) - var(--subheading-min-font-size)) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .figure-portfolio-big__category .figure-portfolio-big__category-rojo .figure-portfolio-big__category-high, .figure-portfolio-big__category-high-equ  {
    font-size: calc(var(--subheading-max-font-size) * 1px);
  }
}


.figure-portfolio-big__category-high {
  margin-bottom: inherit;
  height: 100px;
  position:static;
}

.figure-portfolio-big__category-high-alto {
  margin-bottom: inherit;
  height: 272px;
  position:static;
}

@media screen and (max-width: 991px) {
  .figure-portfolio-big__category-high-alto {
    height: 100px;
  }
  .figure-portfolio-big__category, .figure-portfolio-big__category-rojo {
	  margin-top: 1em;
	  
	}
}

.figure-portfolio-big__category-high-equ {
  margin-top: 0;
  margin-bottom: -0.3em;
}

.figure-portfolio-big__category-high-equ p {
  line-height: 1.2;
}

.figure-portfolio-big__heading {
  margin-top: 0.65em;
  margin-bottom: -0.5em;
  font-weight: 700;
  
}

.figure-portfolio-big__content span{
  color: #439f23;
}

.figure-portfolio-big__content span2{
  color: #C90C0F;
}

.figure-portfolio-big__letter {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-75%);
  z-index: -1;
  color: #888888;
  font-family: var(--font-secondary);
  font-weight: bold;
  line-height: 0.66;
  font-size: calc(67 * 1px);
  opacity: .15;
}


@media screen and (min-width: 320px) {
  .figure-portfolio-big__letter {
    font-size: calc(67 * 1px + (250 - 67) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .figure-portfolio-big__letter {
    font-size: calc(250 * 1px);
  }
}

.figure-portfolio-big__wrapper-img img {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: center center;
  transform: scale(1);
}

.figure-portfolio-big__wrapper-img-inner {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: center center;
  transform: scale(1);
  overflow: hidden;
}

.figure-portfolio-big__content {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	color: var(--color-accent-primary-3);
}

.figure-portfolio-big__content-hs{
	min-height: 166px;
}

.figure-portfolio-big__content-re{
	min-height: 122px;
}

@media screen and (max-width: 1024px) {
  .figure-portfolio-big__letter {
    display: none;
  }
  
}


/* ======================================================================== */
/* 65. sectionImage */
/* ======================================================================== */
.section-image {
  display: flex;
  flex-direction: column;
}

.section-image__content {
  margin-top: 40px;
}

.section-image__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.section-image__caption {
  color: #fff;
  font-family: var(--font-secondary);
  font-weight:700;
  line-height: 1;
  font-size: calc(var(--paragraph-min-font-size) * 1.2px);
  position: absolute;
  bottom: 1em;
  left: 1em;
  text-align: left;
}

.section-image__caption span {
  font-size: calc(var(--paragraph-min-font-size) * 1px);
}

.section-image__caption-equ {
  color: #000;
  font-family: var(--font-secondary);
  font-weight:700;
  line-height: 1;
  font-size: calc(var(--paragraph-min-font-size) * 1.2px);
  bottom: 0.5em;
  left: 1em;
  text-align: left;
}

.section-image__caption-equ span {
  font-size: calc(var(--paragraph-min-font-size) * 1px);
}

.section-masthead .imagen :hover{
  opacity: 0.9;
}

.section-image__caption-vertical-left {
  position: absolute;
  bottom: -1em;
  left: -2em;
  transform: rotate(-90deg);
  transform-origin: left center;
  text-align: left;
}

.section-image__caption-vertical-right {
  position: absolute;
  top: -2em;
  right: -2em;
  transform: rotate(-90deg);
  transform-origin: right center;
  text-align: left;
}

.section-image__wrapper_absolute {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.section-image__overlay {
  z-index: 0;
}

@media screen and (max-width: 1280px) {
  .section-image__caption-vertical-left {
    left: -1.5em;
  }
  .section-image__caption-vertical-right {
    right: -1.5em;
  }
}

@media screen and (max-width: 991px) {
  .section-image__caption-vertical-left, .section-image__caption-vertical-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    padding: 0 20px;
    margin-top: 1em;
    text-align: center;
    width: 100%;
  }

  
}


/* ======================================================================== */
/* 71. sectionMasthead */
/* ======================================================================== */
.section-masthead {
  overflow: hidden;
}

.section-masthead__header h1 {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

.section-masthead__background_fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.section-masthead__background_fullscreen-idiomas {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}

.section-masthead__background_fullscreen-fondo {
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
}

.section-masthead__background_fullscreen-fondo-mapa {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 100%;
}
@media screen and (min-width: 320px) {
  .section-masthead__background_fullscreen-fondo-mapa {
    opacity: 30%;
  }
}

@media screen and (min-width: 990px) {
  .section-masthead__background_fullscreen-fondo-mapa {
    opacity: 100%;
  }
	
	
}

.section-masthead__background_fullscreen-linea {
  position: absolute;
  top: 0;
  left: 49.9%;
  right: 49.9%;
  height: 100%;
}

.section-masthead__background_fullscreen-linea2 {
  position: absolute;
  top: 25%;
  left: 49.9%;
  right: 49.9%;
  height: 65%;
}

.formulario1mitad  {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  min-height: auto;
}



.formulario h6 {
  color: black !important;
  position: relative;
  align-items: center;
  height: 100%;
  display: inline-flex;
  top: -10px;
}

.formulario .logo {
  position: relative;
  align-items: center;
  flex: 1 0 auto;
  height: 100%;
  display: inline-flex;
}

.formulario img {
  max-width: 85%;
}


.section-masthead__overlay {
  z-index: 0;
}

.section-masthead__inner {
  position: relative;
  z-index: 50;
}

.section-masthead__wrapper-scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: left;
  z-index: 50;
}

.section-masthead__inner_background {
  width: 760px;
  max-width: 50vw;
  padding-left: 50px;
  padding-right: 50px;
  background: none;
}

.section-masthead__inner_background-left {
  margin-right: auto;
  margin-left: 0;
  padding-left: 120px;
  padding-right: 30px;
}

.section-masthead__inner_background-left .section-masthead__wrapper-scroll-down {
  left: 80px;
  right: auto;
}

.section-masthead__inner_background-right {
  margin-left: auto;
  margin-right: 0;
  padding-left: 120px;
  padding-right: 30px;
}

.section-masthead__inner_background-right .section-masthead__wrapper-scroll-down {
  left: 80px;
  right: auto;
}

.section-masthead__background-right {
  left: 760px;
}

.section-masthead__background-left {
  right: 760px;
}

.section-masthead__meta {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1em 1em;
  max-width: 100%;
}

.section-masthead__meta .post-preview__meta {
  margin: 1em;
  max-width: 100%;
  font-size: calc(13 * 1px);
}

@media screen and (min-width: 320px) {
  .section-masthead__meta .post-preview__meta {
    font-size: calc(13 * 1px + (16 - 13) * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .section-masthead__meta .post-preview__meta {
    font-size: calc(16 * 1px);
  }
}

.section-masthead__meta .post-preview__meta a {
  color: #000000;
}

.section-masthead__meta .post-preview__date a {
  color: var(--color-accent-primary-1);
}

.section-masthead__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-masthead_big-heading {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.section-masthead__heading-big {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
  opacity: .3;
}

.section-masthead__wrapper-button {
  margin-top: 2em;
}

@media screen and (max-width: 1400px) {
  .section-masthead__inner_background-left {
    padding-left: 80px;
  }
  .section-masthead__inner_background-left .section-masthead__wrapper-scroll-down {
    left: 40px;
  }
  .section-masthead__inner_background-right {
    padding-left: 80px;
  }
  .section-masthead__inner_background-right .section-masthead__wrapper-scroll-down {
    left: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .section-masthead__inner_background-left {
    padding-left: 60px;
  }
  .section-masthead__inner_background-left .section-masthead__wrapper-scroll-down {
    left: 20px;
  }
  .section-masthead__inner_background-right {
    padding-left: 60px;
  }
  .section-masthead__inner_background-right .section-masthead__wrapper-scroll-down {
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-masthead__meta .post-preview__meta {
    margin: 0.5em;
  }
  .section-masthead__meta .post-preview__wrapper-meta {
    margin: -0.5em -0.5em 0.5em;
  }
  .section-masthead__meta .post-preview__date {
    display: block;
    width: 100%;
  }
  .section-masthead__curtain {
    opacity: .8;
    mix-blend-mode: multiply;
  }
  .section-masthead__inner_background {
    max-width: 100vw;
    width: 100%;
  }
  .section-masthead__inner_background-left {
    padding-left: 20px;
  }
  .section-masthead__inner_background-left .section-masthead__wrapper-scroll-down {
    left: 20px;
    right: 20px;
    margin: 0 auto;
  }
  .section-masthead__inner_background-right {
    padding-left: 20px;
  }
  .section-masthead__inner_background-right .section-masthead__wrapper-scroll-down {
    left: 20px;
    right: 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section-masthead__inner_background {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-masthead__wrapper-scroll-down {
    bottom: 20px;
  }
}


/* ======================================================================== */
/* 95. typographyAccentSecondaryAdjustments */
/* ======================================================================== */
.bg-accent-secondary-1 h1, .bg-accent-secondary-1 h2, .bg-accent-secondary-1 h3, .bg-accent-secondary-1 h4, .bg-accent-secondary-1 h5, .bg-accent-secondary-1 h6, .bg-accent-secondary-1 .section-nav-projects__heading {
  color: var(--color-accent-primary-2);
}

.bg-accent-secondary-1 .section__headline {
  background-color: var(--color-accent-primary-2);
}

.bg-accent-secondary-2 h1, .bg-accent-secondary-2 h2, .bg-accent-secondary-2 h3, .bg-accent-secondary-2 h4, .bg-accent-secondary-2 h5, .bg-accent-secondary-2 h6, .bg-accent-secondary-2 .section-nav-projects__heading {
  color: var(--color-black);
}

.bg-accent-secondary-3 h1, .bg-accent-secondary-3 h2, .bg-accent-secondary-3 h3, .bg-accent-secondary-3 h4, .bg-accent-secondary-3 h5, .bg-accent-secondary-3 h6, .bg-accent-secondary-3 .section-nav-projects__heading {
  color: var(--color-accent-primary-3);
}

.bg-accent-secondary-4 h1, .bg-accent-secondary-4 h2, .bg-accent-secondary-4 h3, .bg-accent-secondary-4 h4, .bg-accent-secondary-4 h5, .bg-accent-secondary-4 h6, .bg-accent-secondary-4 .section-nav-projects__heading {
  color: var(--color-accent-secondary-6);
}

/* ======================================================================== */
/* 96. typographyDarkAdjustments */
/* ======================================================================== */
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black .section-nav-projects__heading {
  color: var(--color-accent-primary-3);
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark .section-nav-projects__heading {
  color: var(--color-white);
}

.bg-dark-2 h1, .bg-dark-2 h2, .bg-dark-2 h3, .bg-dark-2 h4, .bg-dark-2 h5, .bg-dark-2 h6, .bg-dark-2 .section-nav-projects__heading {
  color: var(--color-accent-primary-3);
}

.bg-dark-3 h1, .bg-dark-3 h2, .bg-dark-3 h3, .bg-dark-3 h4, .bg-dark-3 h5, .bg-dark-3 h6, .bg-dark-3 .section-nav-projects__heading {
  color: var(--color-accent-primary-3);
}

