@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;
	

	
  --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: 50;
  --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: 12;
  --h5-min-font-size: 10;
  --h5-line-height: 1.3;


  --paragraph-max-font-size: 17;
  --paragraph-min-font-size: 15;
  --paragraph-line-height: 1.6;
}



@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;
	}
}


.filter__item {
  font-family: var(--font-secondary);
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0px;
  color: #000;
  border-color: #565656;
  border-radius:3px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color: #ffdf07;
  padding: 0 40px 0 40px;
  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;
  }
}

.cita {
  border-left: 1px solid rgba(0, 0, 0, 1);
}



table {
  width:100%;
}

table th {
  padding:0 5px 0 5px;
}


.page-wrapper__content {
  overflow-x: hidden;
}

.equipo-big {
  display: block;
  position: relative;
  height: 100% !important;
}



.equipo-big img{
  height: 100% !important;
}

.equipo-big:hover .equipo-big__content .lazy  {
  transform: scale(1.02);
}

.equipo-big:hover .section-image__caption {
  transform: translate(0, -5%);
}

.equipo-big img:hover {
  opacity: 1.0;
}

.equipo-big-texto  {
  font-weight: normal;
}

.equipo-big-texto:hover  {
  font-weight: bold;
}


.cargo {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 100% !important;
  line-height: 1.3;
  word-wrap: break-word;
  padding-top: 10%;
}

@media only screen and (max-width: 980px) {
	.cargo {
	  padding-top: 0;
	}
}


.cargo spam {
  font-family: var(--font-secondary);
  font-weight: 900;
  font-size: 21px !important;
  line-height: 1.3;
  word-wrap: break-word;
}

.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) {
  
  
}


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: 100%;
  line-height: 1.3;
  word-wrap: break-word;
}


img, iframe {
  max-width: 100%;
  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;
}



/* ======================================================================== */
/* 36. logo */
/* ======================================================================== */
.logo {
  position: absolute;
  color: var(--color-accent-primary-1);
  font-weight: bold;
  display: inline-flex;
  top: 0 !important;
}

.logo__wrapper-img {
  align-items: center;
  flex: 1 0 auto;
  height: 100%;
}

.logo__wrapper-img img {
  height: 50px;
}





/* ======================================================================== */
/* 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;
}


  .section-video {
    min-height: 350px;
  }
  .section-video-grupo {
    min-height: 485px;
  }
  
}


/* ======================================================================== */
/* 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;
}



.split-line {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.no-gutters {
  padding-left: 0;
  padding-right: 0;
}



.h-100 {
  height: 100%;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}


/* ======================================================================== */
/* 94. typography */
/* ======================================================================== */
h1, h2, h3,  h5 {
  font-family: var(--font-secondary);
  color: var(--color-accent-secondary-2);
}

h4 {
  font-family: var(--font-primary);
  color: var(--color-accent-secondary-2);
}


h1, h2, h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

h4, h5 {
  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: normal;
  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);
  }
}


.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);
  }
}



p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: calc(var(--paragraph-min-font-size) * 1px);
  line-height: var(--paragraph-line-height);
}

@media screen and (min-width: 320px) {
  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 {
    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;
}


@media only screen and (max-width: 991px) {
  h1, .h1 {
    margin-bottom: 1em;
  }
  h2, h3, h4, h5, .h2, .h3, .h4, .h5 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  blockquote {
    padding: 2em;
  }
}



/* ======================================================================== */
/* 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_pt-xxsmall {
  padding-top: calc(var(--distance-min-xxsmall) * 1px);
}

@media screen and (min-width: 320px) and (max-width: 1920px) {
  .section_pt-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_pt-xxsmall {
    padding-top: calc(var(--distance-max-xxsmall) * 1px);
  }
}

.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);
  }
}



/* ======================================================================== */
/* 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-black {
  color: #000000;
}



/* ======================================================================== */
/* 10. colorsAccentPrimary */
/* ======================================================================== */
.color-accent-primary-1 {
  color: var(--color-accent-primary-1);
}

.color-accent-primary-2 {
  color: var(--color-accent-primary-2);
}



/* ======================================================================== */
/* 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%;
}



/* ======================================================================== */
/* 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;
}

.bg-footer {
	background-color: #161e35;
}

.logo-footer {
	display: flex;
	margin-top: 5px;
	width: 80px;
	justify-content: center;
	
}

@media screen and (max-width: 1200px) {
  .logo-footer {
	  	justify-content: center;
	    width: 70px;
	}
}


.footer__area-primary {
   padding-top: 15px;
  padding-bottom: 15px;
}

@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 {
  }
}




/* ======================================================================== */
/* 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: 50vh;
}

.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;
  }
}



/* ======================================================================== */
/* 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-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%;
}



.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;
  }
}