html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* ------------------------------------------------------------------------- */
/* FONTS */
/* ------------------------------------------------------------------------- */
/*

@font-face {
  font-family: 'nexabold';
  src: url(../fonts/nexa/NexaBold.eot);
  src: url(../fonts/nexa/NexaBold.eot) format('embedded-opentype'),
     url(../fonts/nexa/NexaBold.woff) format('woff'),
     url(../fonts/nexa/NexaBold.ttf) format('truetype'),
     url(../fonts/nexa/NexaBold.svg) format('svg');
  font-style: normal;
}

@font-face {
  font-family: 'nexalight';
  src: url(../fonts/nexa/NexaLight.eot);
  src: url(../fonts/nexa/NexaLight.eot) format('embedded-opentype'),
     url(../fonts/nexa/NexaLight.woff) format('woff'),
     url(../fonts/nexa/NexaLight.ttf) format('truetype'),
     url(../fonts/nexa/NexaLight.svg) format('svg');
  font-style: normal;
}

*/
/* ------------------------------------------------------------------------- */
/* VARIABLES */
/* ------------------------------------------------------------------------- */
/* 300*/
/* 300*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
}

p a:hover {
  text-decoration: underline;
}

input[type=submit],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  /*overflow-x: hidden;*/
}

/* ------------------------------------------------------------------------- */
/* MIXINS */
/* ------------------------------------------------------------------------- */
/*
@mixin theme($theme: DarkGray) {
  background: $theme;
  box-shadow: 0 0 1px rgba($theme, .25);
  color: #fff;
}

.info {
  @include theme;
}
.alert {
  @include theme($theme: DarkRed);
}
.success {
  @include theme($theme: DarkGreen);
}
*/
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  background-color: #FFFFFF;
}

body {
  background-color: #FFFFFF;
  min-height: 100%;
  font-family: "Lausanne", Helvetica, sans-serif;
  font-weight: 300;
  color: #1a1a1a;
  font-size: 1.063rem;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 1.063rem;
  line-height: 120%;
  margin-bottom: 1.25rem;
}

ul li {
  font-size: 1.063rem;
  line-height: 120%;
  margin-bottom: 0.6rem;
}

.container-xs, .container-s, .container-m, .container-l, .container-xl, .container-full, .container-micro, .container-mini, .container-medio, .container {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container {
  max-width: 1440px;
}

.container.full {
  max-width: unset;
}

.container-medio {
  max-width: 1200px;
}

.container-mini {
  max-width: 1000px;
}

.container-micro {
  max-width: 800px;
}

/* This is for the editables containers */
.container-full {
  max-width: unset;
}

.container-xl {
  max-width: 1400px;
}

.container-l {
  max-width: 1100px;
}

.container-m {
  max-width: 1000px;
}

.container-s {
  max-width: 900px;
}

.container-xs {
  max-width: 800px;
}

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

a,
button {
  cursor: pointer;
}

.clearfix, .clear {
  clear: both;
}

strong, b {
  font-weight: 300;
  color: #8B8B8B;
}

p a, a {
  text-decoration: none;
  color: #8B8B8B;
  font-weight: 300;
}

p i, i {
  font-style: italic;
}

ul {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.two-columns__1_1 {
  grid-template-columns: 1fr 1fr;
}
.two-columns__15_1 {
  grid-template-columns: 1.5fr 1fr;
}
.two-columns__1_2 {
  grid-template-columns: 1fr 2fr;
}
.two-columns__1_3 {
  grid-template-columns: 1fr 3fr;
}
.two-columns__3_1 {
  grid-template-columns: 3fr 1fr;
}

.three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bg-dark {
  background-color: #1a1a1a;
  color: #FFFFFF;
}

.bg-grey {
  background-color: #e2e2e2;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-cream {
  background-color: #F5F5F0;
}

.p_tab > p:first-child:before {
  content: " ";
  width: 50px;
  display: inline-block;
}

.p_last_no-mb p:last-child {
  margin-bottom: 0;
}

.no_padding {
  padding: 0px !important;
}

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

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

.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-big {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-0 {
  padding-top: 0;
}

.pt-xxs {
  padding-top: 10px;
}

.pt-xs {
  padding-top: 20px;
}

.pt-s {
  padding-top: 40px;
}

.pt-m {
  padding-top: 80px;
}

.pt-l {
  padding-top: 140px;
}

.pt-xl {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-xxs {
  padding-bottom: 10px;
}

.pb-xs {
  padding-bottom: 20px;
}

.pb-s {
  padding-bottom: 40px;
}

.pb-m {
  padding-bottom: 80px;
}

.pb-l {
  padding-bottom: 140px;
}

.pb-xl {
  padding-bottom: 200px;
}

.mt-0 {
  margin-top: 0;
}

.mt-xxs {
  margin-top: 10px;
}

.mt-xs {
  margin-top: 20px;
}

.mt-s {
  margin-top: 40px;
}

.mt-m {
  margin-top: 80px;
}

.mt-l {
  margin-top: 140px;
}

.mt-xl {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-xxs {
  margin-bottom: 10px;
}

.mb-xs {
  margin-bottom: 20px;
}

.mb-s {
  margin-bottom: 40px;
}

.mb-m {
  margin-bottom: 80px;
}

.mb-l {
  margin-bottom: 140px;
}

.mb-xl {
  margin-bottom: 200px;
}

/* CALLTOACTIONS */
.calltoaction {
  display: inline-block;
  margin: 0;
  width: auto;
  text-align: center;
  padding: 0.6rem 0.813rem 0.4rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 110%;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  opacity: 1;
  -webkit-appearance: none;
  cursor: pointer;
}

.calltoaction:hover {
  background-color: #8B8B8B;
}

.calltoaction.full {
  width: 100%;
}

.calltoaction.border {
  border: 1px solid #1a1a1a;
}

.calltoaction.contrast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1a1a1a;
}

.calltoaction.grey {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #1a1a1a;
}

.calltoaction.transparent {
  background-color: transparent;
}

.calltoaction.contrast:hover,
.calltoaction.grey:hover {
  background-color: #8B8B8B;
  border-color: #8B8B8B;
  color: #FFFFFF;
}

.lozad {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.lozad.loaded {
  opacity: 1;
}

/* ANIMATIONS */
/* Clase para GSAP */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: none;
}

.animated {
  animation-fill-mode: both;
  animation-duration: 1.6s;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeToLeft {
  animation-name: fadeToLeft;
}

.fadeToRight {
  animation-name: fadeToRight;
}

.fadeOpacity {
  animation-name: fadeOpacity;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes blinkingimage {
  50% {
    transform: scaleY(1);
  }
}
@keyframes blinking {
  50% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media only screen and (width <= 1100px) {
  .padding-medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-big {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mt-m {
    margin-top: 70px;
  }
  .mt-l {
    margin-top: 120px;
  }
  .mt-xl {
    margin-top: 160px;
  }
  .mb-m {
    margin-bottom: 70px;
  }
  .mb-l {
    margin-bottom: 120px;
  }
  .mb-xl {
    margin-bottom: 160px;
  }
  .pt-m {
    padding-top: 70px;
  }
  .pt-l {
    padding-top: 120px;
  }
  .pt-xl {
    padding-top: 160px;
  }
  .pb-m {
    padding-bottom: 70px;
  }
  .pb-l {
    padding-bottom: 120px;
  }
  .pb-xl {
    padding-bottom: 160px;
  }
}
@media only screen and (width <= 900px) {
  .container, .container-medio, .container-mini, .container-micro, .container-full, .container-xl, .container-l, .container-m, .container-s, .container-xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .two-columns, .three-columns {
    grid-template-columns: 1fr;
  }
  .two-columns__1_1, .two-columns__15_1, .two-columns__1_2, .two-columns__1_3, .two-columns__3_1, .three-columns__1_1, .three-columns__15_1, .three-columns__1_2, .three-columns__1_3, .three-columns__3_1 {
    grid-template-columns: 1fr;
  }
  .padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-m {
    margin-top: 60px;
  }
  .mt-l {
    margin-top: 100px;
  }
  .mt-xl {
    margin-top: 120px;
  }
  .mb-m {
    margin-bottom: 60px;
  }
  .mb-l {
    margin-bottom: 100px;
  }
  .mb-xl {
    margin-bottom: 120px;
  }
  .pt-m {
    padding-top: 60px;
  }
  .pt-l {
    padding-top: 100px;
  }
  .pt-xl {
    padding-top: 120px;
  }
  .pb-m {
    padding-bottom: 60px;
  }
  .pb-l {
    padding-bottom: 100px;
  }
  .pb-xl {
    padding-bottom: 120px;
  }
}
@media only screen and (width <= 800px) {
  .padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-s {
    margin-top: 30px;
  }
  .mt-m {
    margin-top: 50px;
  }
  .mt-l {
    margin-top: 80px;
  }
  .mt-xl {
    margin-top: 110px;
  }
  .mb-s {
    margin-bottom: 30px;
  }
  .mb-m {
    margin-bottom: 50px;
  }
  .mb-l {
    margin-bottom: 80px;
  }
  .mb-xl {
    margin-bottom: 110px;
  }
  .pt-s {
    padding-top: 30px;
  }
  .pt-m {
    padding-top: 50px;
  }
  .pt-l {
    padding-top: 80px;
  }
  .pt-xl {
    padding-top: 110px;
  }
  .pb-s {
    padding-bottom: 30px;
  }
  .pb-m {
    padding-bottom: 50px;
  }
  .pb-l {
    padding-bottom: 80px;
  }
  .pb-xl {
    padding-bottom: 110px;
  }
}
@media only screen and (width <= 600px) {
  body, p, ul li {
    font-size: 1rem;
  }
  .padding-medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-m {
    margin-top: 40px;
  }
  .mt-l {
    margin-top: 60px;
  }
  .mt-xl {
    margin-top: 100px;
  }
  .mb-m {
    margin-bottom: 40px;
  }
  .mb-l {
    margin-bottom: 60px;
  }
  .mb-xl {
    margin-bottom: 100px;
  }
  .pt-m {
    padding-top: 40px;
  }
  .pt-l {
    padding-top: 60px;
  }
  .pt-xl {
    padding-top: 100px;
  }
  .pb-m {
    padding-bottom: 40px;
  }
  .pb-l {
    padding-bottom: 60px;
  }
  .pb-xl {
    padding-bottom: 100px;
  }
}
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: "Lausanne", Helvetica, sans-serif;
  color: #1a1a1a;
  line-height: 110%;
  font-optical-sizing: auto;
  margin-bottom: 1.5rem;
  text-wrap-style: pretty;
}

h1, .title_h1 {
  font-size: clamp(2rem, 2rem + (1vw - 0.2rem) * 2.5, 2.5rem);
}

h2, .title_h2 {
  font-size: clamp(1.625rem, 1.625rem + (1vw - 0.2rem) * 2, 2rem);
}

h3, .title_h3 {
  font-size: clamp(1.375rem, 1.375rem + (1vw - 0.2rem) * 1.563, 1.563rem);
}

h4, .title_h4 {
  font-size: clamp(1.25rem, 1.25rem + (1vw - 0.2rem) * 1.375, 1.375rem);
}

h5, .title_h5,
h6, .title_h6 {
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 1.25, 1.25rem);
}

.section_label {
  /*font-size: clamp(1.0rem, 1.0rem + ((1vw - .2rem) * 1.25), 1.25rem); */
  font-size: 0.75rem;
  line-height: 110%;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-top: 2px;
}
.section_label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #1a1a1a;
  transform: translateY(-50%);
}
.section_label.color-black:before {
  background: #1a1a1a;
}
.section_label.color-white:before {
  background: #FFFFFF;
}
.section_label.color-green:before {
  background: #72FF68;
}
.section_label.color-blue:before {
  background: #4130FF;
}
.section_label.color-purple:before {
  background: #B583FC;
}
.section_label.color-red:before {
  background: #FF4949;
}
.section_label.color-gold:before {
  background: #A79345;
}
.section_label.color-cream:before {
  background: #F5F5F0;
}
.section_label.color-grey:before {
  background: #e2e2e2;
}
.section_label.color-grey-dark:before {
  background: #8B8B8B;
}

.micro {
  font-size: 0.75rem;
  line-height: 110%;
}

.title_center {
  text-align: center;
}

.title_white {
  color: #FFFFFF;
}

.uppercase {
  text-transform: uppercase;
}

@media only screen and (width <= 800px) {
  h1, h2, h3, h4 {
    margin-bottom: 1.25rem;
  }
}
/* ------------------------------------------------------------------------- */
/* COOKIES */
/* ------------------------------------------------------------------------- */
/*.cookies{ position: fixed; bottom: 10px; left:10px; width: 90%; max-width: 400px; padding: 25px 40px 20px 25px; z-index:100; background-color:white; border-radius: $border-radius; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.cookies .message-close-button { position: absolute; top: 15px; right: 15px; width: 15px; height: 15px; background: transparent url(../images/close.svg) no-repeat; background-size: 100%; cursor:pointer;}
.cookies p { font-size: 14px; color:$color-txt; line-height:130%; margin-bottom: 0;}
.cookies p.cookies__text {margin-bottom:3px;}
.cookies p:last-child {text-align: right;}
.cookies p a{ color: $color-txt; font-weight:$font-weight-bold; font-size:15px;}
.cookies p a:hover{ color: $color-txt;}

@media only screen and (max-width: 800px){
  .cookies p { font-size:13px; }
  .cookies p a{ font-size:14px;}
}
@media only screen and (max-width: 600px){
  .cookies{ width: calc(100% - 20px);  max-width: none;}
  .cookies p { font-size:12px; }
  .cookies p a{ font-size:13px;}
}*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #4a4a4a;
}

/* ------------------------------------------------------------------------- */
/* HEADER STYLES */
/* ------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 11;
  padding: 20px 20px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  mix-blend-mode: difference;
}

.header.transparent { /*background-color: transparent;*/ }

.header.fixed { /*background-color:$color-white;*/ }

.web-logo {
  width: 166px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  padding: 0 20px;
}
.web-logo.home_animation {
  width: 100%;
  top: 100px;
}
.web-logo .header__logo {
  position: relative;
  z-index: 20;
  width: 100%;
}

.animation-space {
  width: 100%;
  aspect-ratio: 500/80;
  margin-bottom: 100px;
}

/*.header.is_home .web-logo { width: 100%; padding:0 20px; }*/
/*.header .web-logo .header__logo.white { display:none; }
.header .web-logo .header__logo.color { display:inline-block; }
.header.transparent .web-logo .header__logo.white { display:inline-block; }
.header.transparent .web-logo .header__logo.color { display:none; }
.header.fixed .web-logo .header__logo.white { display:none; }
.header.fixed .web-logo .header__logo.color { display:inline-block; }
.header.menu-opened .web-logo .header__logo.white,
.header.transparent.menu-opened .web-logo .header__logo.white { display:none; }
.header.menu-opened .web-logo .header__logo.color,
.header.transparent.menu-opened .web-logo .header__logo.color { display:inline-block; }*/
.nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3rem;
}

/* MENUS */
.header__nav ul {
  display: flex;
  gap: 3rem;
}

.header__nav.nav-right ul {
  justify-content: flex-end;
}

.header__nav ul li {
  padding: 0;
  margin: 0;
}

.header__nav ul li a {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 110%;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 0 10px;
}

.header__nav ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FFFFFF;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.4s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.4s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.4s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.4s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.4s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header__nav ul li a:hover:before,
.header__nav ul li.current-menu-item a:before {
  opacity: 1;
  transform: translateX(0px);
}

/*.header.transparent .header__nav ul li a { color:$color-white; }
.header.transparent .header__nav ul li a:before { background:$color-white; }
.header.fixed .header__nav ul li a { color:$color; }
.header.fixed .header__nav ul li a:before { background:$color; }*/
/* MENU BURGER */
.header__menu-burguer {
  display: none;
  position: absolute;
  right: 20px;
  top: 18px;
}

#nav-open-close {
  display: inline-block;
  position: relative;
  z-index: 20;
  width: 20px;
  height: 15px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

#nav-open-close span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: all 0.25s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.25s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.25s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.25s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.25s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

#nav-open-close span:nth-child(1) {
  top: 0px;
}

#nav-open-close span:nth-child(2) {
  top: 7px;
}

#nav-open-close span:nth-child(3) {
  top: 14px;
}

#nav-open-close.open span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
  width: 24px;
  left: -2px;
}

#nav-open-close.open span:nth-child(2) {
  opacity: 0;
  left: 0;
}

#nav-open-close.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
  width: 24px;
  left: -2px;
}

/*#nav-open-close.open span { background:$color-txt; }*/
/*.header.transparent #nav-open-close span {background:$color-white;}
.header.fixed #nav-open-close span { background:$color-txt;}
.header.transparent #nav-open-close.open span,
.header.fixed #nav-open-close.open span { background:$color-txt; }*/
/* IDIOMAS CLASSIC */
/* 
.header_idiomas-mobile{ flex-shrink: 0; }
.header_idiomas-mobile ul li{ margin:0; padding:0; display:inline-block;}
.header_idiomas-mobile ul li a { color:$color-txt; font-size:12px; font-weight:$font-weight-normal; text-decoration:none; }
.header_idiomas-mobile ul li a:hover,
.header_idiomas-mobile ul li.wpml-ls-current-language a {border-bottom:1px solid $color-txt;}
*/
/* IDIOMAS DROPDOWN*/
.header_idiomas ul {
  position: relative;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: flex-end;
}

.header_idiomas ul li {
  padding: 0;
  margin: 0;
}

.header_idiomas ul li a {
  display: block;
  line-height: 110%;
  font-size: 0.875rem;
  color: #FFFFFF;
  border: 0;
}

.header_idiomas ul li a.wpml-ls-item-toggle { /*width:35px; line-height:150%; background: url(../images/arrow.svg) transparent right no-repeat; background-size:10px; padding: 5px 10px 5px 0;*/ }

.header_idiomas ul ul.wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  right: -7px;
  padding: 10px 7px 5px;
  margin: 0;
  z-index: 1002;
  border-radius: 5px; /*background:$color-white;*/
}

.header_idiomas ul ul.wpml-ls-sub-menu li {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.header_idiomas ul ul.wpml-ls-sub-menu li a {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  background: none;
  color: #FFFFFF;
}

.header_idiomas ul ul.wpml-ls-sub-menu li a:hover {
  opacity: 0.8;
}

/*.header.transparent .header_idiomas ul ul.wpml-ls-sub-menu li a,
.header.transparent.fixed .header_idiomas ul ul.wpml-ls-sub-menu li a { color:$color-txt;}
.header.menu-opened .header_idiomas ul ul.wpml-ls-sub-menu li a { color:$color-txt; }*/
/*MENU DESPLEGABLE*/
.header__desplegable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 0px);
  background-color: #FFFFFF;
  z-index: 10;
  padding: 100px 15px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header__desplegable.appear {
  visibility: visible;
  opacity: 1;
}

.header__desplegable .desplegable-container {
  overflow-y: auto;
  flex: 1;
}

.header__desplegable nav ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}

.header__desplegable nav ul li {
  margin: 0;
  padding: 0;
}

.header__desplegable nav ul li a {
  color: #1a1a1a;
  font-size: 1.875rem;
  line-height: 110%;
  position: relative;
  display: block;
  padding: 5px 0 5px 30px;
  overflow: hidden;
}

.header__desplegable nav ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #1a1a1a;
}

.header__desplegable .desplegable-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}

.header__desplegable .desplegable-footer a.email {
  display: inline-block;
  color: #1a1a1a;
  font-size: 0.875rem;
  line-height: 110%;
}

.header__social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 20px;
}

.header__social-buttons li {
  margin: 0;
}

.header__social-buttons li a {
  color: #1a1a1a;
  font-size: 0.875rem;
  line-height: 110%;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
}

.header__desplegable .header_idiomas-mobile ul li {
  padding: 0;
  margin: 0;
}

.header__desplegable .header_idiomas-mobile ul li.wpml-ls-current-language > a {
  display: none;
}

.header__desplegable .header_idiomas-mobile ul ul.wpml-ls-sub-menu {
  visibility: visible;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.header__desplegable .header_idiomas-mobile ul ul.wpml-ls-sub-menu li a {
  padding: 0;
  font-size: 0.875rem;
  line-height: 110%;
  color: #1a1a1a;
}

main {
  margin-top: 160px;
}

main.transparent,
main.is_home {
  margin-top: 0px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1100px) {
  main {
    margin-top: 120px;
  }
  .header {
    height: 50px;
  }
  /*.header:before { left: 15px; width: calc(100% - 30px);}*/
  .header.fixed {
    padding: 15px 20px;
  }
  .header__nav,
  .header_idiomas {
    display: none;
  }
  .header__menu-burguer {
    display: flex;
  }
  /*.header .header__mobile-symbol { display:block; }*/
  .web-logo {
    width: 146px;
    top: 15px;
    left: 12px;
    padding: 0;
    transform: translateX(0);
  }
  .web-logo.home_animation {
    width: 146px;
    top: 15px;
    left: 12px;
  }
  .animation-space {
    aspect-ratio: unset;
    height: 60px;
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------- */
.hide-on-desktop {
  display: none !important;
}

img.mobile {
  display: none !important;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1a1a1a;
  opacity: 0.1;
}
.hero-section.home {
  height: 100vh;
}
.hero-section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding-left: 5%;
  max-width: 650px;
}
.hero-section__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.full-video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 4px;
}

.desplegable-item {
  border-bottom: 1px solid #e2e2e2;
}
.desplegable-item:first-child {
  border-top: 1px solid #e2e2e2;
}
.desplegable-item__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  overflow: hidden;
  padding: 1.25rem 0;
}
.desplegable-item__button .number {
  flex-basis: 8%;
}
.desplegable-item__button .title {
  flex: 1;
}
.desplegable-item__button .cross {
  position: relative;
  width: 20px;
  height: 20px;
}
.desplegable-item__button .cross span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.desplegable-item__button .cross span:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.desplegable-item__button .cross span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
.desplegable-item__content {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.desplegable-item__content > div {
  padding: 0 0 2rem;
}
.desplegable-item__content .content-left {
  position: relative;
  padding: 40px 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
}
.desplegable-item__content .content-left .text {
  color: #8B8B8B;
}
.desplegable-item__content .content-left .text p:last-child {
  margin: 0;
}
.desplegable-item__content .content-left.gap0 {
  gap: 0;
}
.desplegable-item__content .content-left .final-phrase {
  position: absolute;
  bottom: 0;
  left: 0;
}
.desplegable-item__content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.desplegable-item__content .content-right img {
  width: 100%;
  aspect-ratio: 80/100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.desplegable-item.selected .cross span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bg-cream .desplegable-item {
  border-color: #8B8B8B;
}

.container-files {
  position: relative;
}
.container-files .file-item {
  position: relative;
  background-color: #e2e2e2;
  color: #1a1a1a;
  border-radius: 4px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20%;
}
.container-files .file-item__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
}
.container-files .file-item__logo span {
  font-size: 0.6rem;
  line-height: 110%;
}
.container-files .file-item__logo img {
  width: auto;
  height: 30px;
}
.container-files .file-item__image {
  overflow: hidden;
  border-radius: 4px;
}
.container-files .file-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container-files .file-item__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.container-files .file-item__header .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
}
.container-files .file-item__header .title span {
  font-size: 0.6rem;
  line-height: 110%;
}
.container-files .file-item__header .title img {
  width: auto;
  height: 40px;
}
.container-files .file-item__header .text {
  color: #8B8B8B;
}
.container-files .file-item__header .text p:last-child {
  margin: 0;
}
.container-files .file-item:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 3%;
  width: 20%;
  height: 25px;
  background-color: #e2e2e2;
  border-radius: 20px 20px 0 0;
}
.container-files .file-item:last-child {
  background-color: #F5F5F0;
}
.container-files .file-item:last-child:before {
  background-color: #F5F5F0;
}

ul.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 3rem;
}
ul.logos li {
  margin: 0;
}
ul.logos li img {
  height: auto;
  max-width: 160px;
}

.final-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.final-cta .title {
  flex: 1;
  max-width: 1200px;
}
.final-cta img {
  display: block;
  width: 5%;
  max-width: 87px;
  height: auto;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
.final-cta:hover img {
  transform: translateX(5px);
}

.otgs-development-site-front-end {
  display: none !important;
}

@media only screen and (width <= 900px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hide-on-desktop {
    display: flex !important;
  }
  img.mobile {
    display: block !important;
  }
  img.desktop {
    display: none !important;
  }
  .desplegable-item__button .number {
    flex-basis: 20px;
  }
  .desplegable-item__button .cross {
    width: 15px;
    height: 15px;
  }
  .desplegable-item__content .content-left {
    padding: 0;
  }
  .desplegable-item__content .content-left .final-phrase {
    position: relative;
  }
  .desplegable-item__content .content-right {
    align-items: flex-end;
    grid-row-start: 1;
  }
  .desplegable-item__content .content-right img {
    max-width: 250px;
  }
  .container-files .file-item {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-files .file-item:before {
    top: -14px;
    right: 5%;
    width: 30%;
    height: 15px;
  }
  .container-files .file-item__image img {
    aspect-ratio: 100/70;
  }
  .final-cta {
    align-items: flex-start;
  }
  .final-cta.with-buttons {
    flex-direction: column;
  }
}
/* ------------------------------------------------------------------------- */
/* PAGE PAGE STYLES */
/* ------------------------------------------------------------------------- */
/* AGENCY */
.work-image {
  padding: 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.work-image img {
  aspect-ratio: 100/80;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}

ul.work-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
ul.work-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
  margin: 0;
}
ul.work-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  flex-shrink: 0;
  background-color: white;
  z-index: 1;
}
ul.work-list li:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 30px;
  width: 1px;
  height: 100%;
  background: #e2e2e2;
}
ul.work-list li:last-child:before {
  display: none;
}
ul.work-list.bg-cream li span {
  background-color: #F5F5F0;
  border-color: #8B8B8B;
}
ul.work-list.bg-cream li:before {
  background-color: #8B8B8B;
}

.container-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 20px;
}
.container-services.four-columns {
  grid-template-columns: repeat(4, 1fr);
}
.container-services .service-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.container-services .service-item span {
  display: block;
  border-top: 1px solid #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
  padding: 5px 0 3px;
  margin: 5px 0 0;
}
.container-services .service-item__image {
  width: 100%;
  aspect-ratio: 80/100;
  transition: border-radius 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: border-radius 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  overflow: hidden;
}
.container-services .service-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.container-services .service-item:hover .service-item__image {
  border-radius: 50%;
}

.container-file-agency {
  position: relative;
}
.container-file-agency .black-floating-background {
  position: absolute;
  background: #1a1a1a;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.container-file-agency .file-item {
  z-index: 1;
  position: relative;
  background: #e2e2e2;
  border-radius: 4px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px 20%;
}
.container-file-agency .file-item__logo img {
  width: auto;
  height: 30px;
}
.container-file-agency .file-item__image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container-file-agency .file-item__image img {
  width: 100%;
  aspect-ratio: 80/100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.container-file-agency .file-item__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.container-file-agency .file-item__header .title img {
  width: auto;
  height: 40px;
}
.container-file-agency .file-item__header .text {
  color: #8B8B8B;
}
.container-file-agency .file-item__header .text p:last-child {
  margin: 0;
}
.container-file-agency .file-item:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 3%;
  width: 20%;
  height: 25px;
  background-color: #e2e2e2;
  border-radius: 20px 20px 0 0;
}

ul.arrows_list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(139, 139, 139, 0.5);
}
ul.arrows_list li {
  margin: 0;
  border-bottom: 1px solid rgba(139, 139, 139, 0.5);
  position: relative;
  padding: 14px 0 10px 35px;
}
ul.arrows_list li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 22px;
  height: 14px;
  background: transparent url(../images/flecha.svg) no-repeat center;
  background-size: contain;
  opacity: 0.5;
}

.bg-dark ul.arrows_list li {
  border-color: rgba(255, 255, 255, 0.5);
}

.bg-dark ul.arrows_list li:before {
  background-image: url(../images/flecha-white.svg);
  opacity: 0.8;
}

.team-image img {
  width: 100%;
  border-radius: 4px;
}

ul.team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
ul.team-list li {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.team-list li .team-picture {
  position: relative;
  width: 100%;
  aspect-ratio: 80/100;
  border-radius: 4px;
  overflow: hidden;
}
ul.team-list li .team-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul.team-list li .team-picture .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A79345;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
ul.team-list li:hover .team-picture .info {
  opacity: 1;
  visibility: visible;
}

.container-title-stories {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-title-stories .container-title-stories__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.container-title-stories .container-title-stories__contact a {
  color: #1a1a1a;
}
.container-title-stories .container-title-stories__contact .header__social-buttons li a {
  font-size: 0.75rem;
}

.container-stories {
  position: relative;
  overflow: hidden;
}
.container-stories__list {
  display: flex;
  width: 120%;
  gap: 20px;
  padding: 0 20px;
}
.container-stories__list .story-item {
  height: 400px;
}
.container-stories__list .story-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

ul.balls-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1300px;
  margin: auto;
}
ul.balls-list li {
  margin: 0;
  position: relative;
  flex-basis: calc(25% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #8B8B8B;
  border-radius: 100%;
  padding: 20px 4%;
  text-wrap-style: pretty;
}
ul.balls-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  width: 20px;
  height: 1px;
  background-color: #8B8B8B;
}
ul.balls-list li:last-child:after {
  display: none;
}
ul.balls-list.flat li {
  flex-basis: auto;
  aspect-ratio: auto;
  min-height: 60px;
  color: #8B8B8B;
  border-radius: 100px;
  padding: 20px 25px;
  max-width: 250px;
}

/* CARRUSEL */
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carrusel-movement {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  /*-webkit-mask-image: linear-gradient(90deg,#0000 0%,#000 20% 80%,#0000 100%);
  mask-image: linear-gradient(90deg,#0000 0%,#000 20% 80%,#0000 100%);*/
}

.carrusel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}

.carrusel-container li {
  display: block;
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 3, 3rem);
  text-wrap: nowrap;
  white-space: nowrap;
  line-height: 110%;
  margin: 0 20px 0 0;
}

.slide {
  position: relative;
  overflow: hidden;
}
.slide__list {
  display: flex;
  width: 120%;
  gap: 20px;
  padding: 0 20px;
}
.slide__list .slide-item {
  aspect-ratio: 90/100;
}
.slide__list .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

.container-image-left .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.container-image-left .content__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.container-image-left .content__info.top {
  justify-content: flex-start;
}

.pl-20 {
  padding-left: 20%;
}

/* CONTACT */
.container-contact {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}
.container-contact .contact-image {
  width: 100%;
  aspect-ratio: 80/100;
  border-radius: 4px;
  overflow: hidden;
}
.container-contact .contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container-contact .contact-content {
  padding-left: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.container-contact .contact-content footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.container-contact .contact-content footer img {
  max-width: 200px;
  border-radius: 4px;
}

@media only screen and (width <= 900px) {
  .work-image {
    padding: 0;
    margin-top: 40px;
    grid-row-start: 2;
  }
  .container-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 12px;
  }
  .container-services.four-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .container-file-agency .file-item {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-file-agency .file-item:before {
    top: -14px;
    right: 5%;
    width: 30%;
    height: 15px;
  }
  .container-file-agency .file-item__image img {
    aspect-ratio: 100/70;
  }
  ul.team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .container-title-stories .container-title-stories__contact {
    display: none;
  }
  ul.balls-list {
    flex-direction: column;
    max-width: 250px !important;
  }
  ul.balls-list li {
    padding: 20px;
  }
  ul.balls-list li:after {
    top: calc(100% + 1px);
    left: 50%;
    width: 1px;
    height: 20px;
  }
  .pl-20 {
    padding-left: 0;
  }
  .container-contact .contact-content {
    padding-left: 0;
  }
}
/* ------------------------------------------------------------------------- */
/*PAGE PROJECTS STYLES */
/* ------------------------------------------------------------------------- */
.filter-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.filter-list button {
  color: #1a1a1a;
  line-height: 110%;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  padding: 0.8rem 1.5rem 0.6rem;
  border-radius: 100px;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
.filter-list button.active, .filter-list button:hover {
  background-color: #e2e2e2;
}

.shuffle {
  padding: 0 10px;
}

.project-item {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.project-item a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #1a1a1a;
  text-decoration: none;
}
.project-item a .project-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 100/70;
  border-radius: 4px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 0.6s;
}
.project-item a .project-item__image-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transition: all 0.5s ease;
  border-radius: 4px;
}
.project-item a .project-item__image-front img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.project-item a .project-item__image-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 20px;
  background-color: #72FF68;
  backface-visibility: hidden;
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
  transition: all 0.5s ease;
  border-radius: 4px;
}
.project-item a .project-item__image-back p {
  max-width: 440px;
  text-wrap-style: pretty;
}
.project-item a .project-item__image-back .intro {
  flex: 1;
}
.project-item a span {
  display: block;
  border-top: 1px solid #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
  padding: 5px 0 3px;
  margin: 5px 0 0;
}
.project-item a:hover .project-item__image {
  transform: rotateY(180deg);
}

.container-projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* SINGLE PROJECTS */
.image-block {
  margin-bottom: 20px;
}
.image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.video-block {
  margin-bottom: 20px;
}

@media only screen and (width <= 900px) {
  .filter-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-list button {
    font-size: 0.8rem;
  }
  .project-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .project-item a .project-item__image-back {
    display: none;
  }
  .project-item a:hover .project-item__image {
    transform: rotateY(0deg);
  }
  .container-shorttitle {
    padding-bottom: 30px;
  }
  .short-title {
    display: none;
  }
  .container-fulltitle {
    grid-row-start: 1;
  }
}
/* ------------------------------------------------------------------------- */
/* GENERAL FORM STYLES */
/* ------------------------------------------------------------------------- */
.hundreds-form__form {
  position: relative;
}

.submit-button-container {
  position: relative;
}

.hundreds__loader {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.antibot_field {
  position: absolute;
  left: -9999px;
} /* antibot field */
.hundreds__messages--hide, .hundreds__loader_hidden {
  display: none;
}

.hundreds__messages--show {
  display: block;
}

.hundreds__messages {
  margin: 30px 0 0;
}

.hundreds__messages p {
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.hundreds-form__form-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.hundreds-form__form-box-input {
  margin-bottom: 20px;
}

.hundreds-form__form-box-input label {
  font-size: 0.75rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.hundreds-form__error {
  font-size: 0.7rem;
  text-transform: uppercase;
  line-height: 110%;
  margin: 5px 0 0;
}

.hundreds__messages p.hundreds__messages--errors {
  color: #e66868;
}

.hundreds__messages p.hundreds__messages--success {
  color: #31bf3b;
}

/* checkbox labels privacy policy*/
.hundreds-form__checkbox label {
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font-size: 0.87rem;
  line-height: 110%;
  padding-left: 25px;
  margin-top: 10px;
  position: relative;
  text-align: left;
}

.hundreds-form__checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  border-radius: 0px;
}

.hundreds-form__checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 0px;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.hundreds-form__checkbox label a {
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

form input[type=checkbox]:checked + label {
  color: #1a1a1a;
}

form input[type=checkbox]:checked + label:after {
  background-color: #1a1a1a;
}

.hundreds-form__radio label {
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font-size: 0.87rem;
  line-height: 110%;
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
  text-align: left;
}

.hundreds-form__radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  border-radius: 0px;
}

.hundreds-form__radio label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 0px;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.hundreds-form__radio label a {
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

form input[type=radio]:checked + label {
  color: #1a1a1a;
}

form input[type=radio]:checked + label:after {
  background-color: #1a1a1a;
}

form input[type=email],
form input[type=tel],
form input[type=text],
form input[type=number],
form textarea {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.5rem 0.1rem;
  margin-bottom: 0;
  border-radius: 0;
  color: #1a1a1a;
  font-family: "Lausanne", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 110%;
  background: transparent;
  outline: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
}

form textarea {
  resize: none;
}

form input[type=checkbox], form input[type=radio] {
  display: none;
}

form button[type=submit] {
  display: block;
  position: relative;
  background: #1a1a1a;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 110%;
  font-weight: 300;
  cursor: pointer;
  border-radius: 4px;
  color: #FFFFFF;
  border: 1px solid #1a1a1a;
  opacity: 1;
  margin: 0;
  outline: 0;
  padding: 0.5rem 2.5rem 0.3rem 1.5rem;
  width: auto;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

form button[type=submit]:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 18px;
  top: 10px;
  transform: translateX(0) rotate(45deg);
  background: url(../images/flecha-link.svg) no-repeat center;
  transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

form button[type=submit]:hover:before {
  transform: translateX(5px) rotate(45deg);
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

form .container-button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
}

form .container-button button {
  flex-shrink: 0;
}

@media only screen and (width <= 900px) {
  .hundreds-form__form-box-container {
    grid-template-columns: 1fr;
  }
  .hundreds-form__checkbox {
    margin: 0;
    width: auto;
  }
  .stack-on-mobile {
    flex-direction: column;
  }
}
@media only screen and (width <= 480px) {
  form input[type=submit] {
    padding: 0.75rem;
  }
  form input[type=email],
  form input[type=text],
  form input[type=tel],
  form input[type=number],
  form textarea {
    font-size: 1rem;
  }
  form label {
    font-size: 0.75rem;
  }
}
/* ------------------------------------------------------------------------- */
/* NEWSLETTER FORM STYLES */
/* ------------------------------------------------------------------------- */
.newsletter .hundreds__loader {
  background-color: #1a1a1a;
}

.newsletter .hundreds-form__form-box-container {
  grid-template-columns: 1fr;
}

.newsletter .hundreds-form__checkbox label,
.newsletter .hundreds-form__radio label {
  color: #FFFFFF;
}

.newsletter .hundreds-form__checkbox label a,
.newsletter .hundreds-form__radio label a {
  color: #FFFFFF;
}

.newsletter .hundreds-form__checkbox label:before,
.newsletter .hundreds-form__radio label:before {
  border-color: #FFFFFF;
}

.newsletter input[type=checkbox]:checked + label,
.newsletter input[type=radio]:checked + label {
  color: #FFFFFF;
}

.newsletter input[type=checkbox]:checked + label:after,
.newsletter input[type=radio]:checked + label:after {
  background-color: #FFFFFF;
}

.newsletter input[type=email],
.newsletter input[type=tel],
.newsletter input[type=text],
.newsletter input[type=number],
.newsletter textarea {
  border-color: #8B8B8B;
  color: #FFFFFF;
}

form.newsletter button[type=submit] {
  padding: 0.7rem;
  right: 0;
  top: 0;
}

form.newsletter button[type=submit]:before {
  background: url(../images/flecha-link.svg) no-repeat center;
  right: 5px;
  top: 5px;
}

form.newsletter .container-button button {
  flex-shrink: 0;
}

form.newsletter .hundreds__messages p.hundreds__messages--errors {
  color: #e66868;
}

form.newsletter .hundreds__messages p.hundreds__messages--success {
  color: #5fec69;
}

form.newsletter ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

form.newsletter :-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

form.newsletter ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

form.newsletter :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

/* ------------------------------------------------------------------------- */
/* MAPS CSS */
/* ------------------------------------------------------------------------- */
.map__item, .map__container {
  width: 100%;
  min-height: 650px;
}

.map__container {
  position: relative;
}

.map__tabs {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  z-index: 9999;
  background-color: white;
  border-radius: 50px;
  border: 2px solid black; /*box-shadow: 0 0 0 6px rgba(255,255,255,0.7);*/
}

.map__tabs-item {
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
}

.map__tabs-item.map__tabs-item_active {
  background-color: black;
  color: white;
}

.map__tabs-item.map__tabs-item_disabled, .map__tabs-item.map__tabs-item_disabled:hover {
  background-color: white;
  color: black;
  cursor: not-allowed;
}

.map__close-button, .map__infowindow, #madrid__map {
  display: none;
}

#general__map, .map__overlay {
  background: #FFFFFF;
  border-radius: 20px;
}

.map__overlay .aviso,
#madrid__map .aviso {
  padding: 0 20px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 81, 45, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.map__overlay .aviso p,
#madrid__map .aviso p {
  background-color: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
  border-radius: 100px;
  padding: 20px;
}

.map__overlay .aviso .loader,
#madrid__map .aviso .loader {
  display: none;
}

.map__overlay .aviso:hover {
  opacity: 1;
}

#general__map.leaflet-container .aviso,
#madrid__map.leaflet-container .aviso {
  display: none;
}

/* INFOWINDOW */
.map__infowindow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: auto;
  width: 280px;
  z-index: 1000;
  background-color: white;
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.map__infowindow .window-content {
  padding: 20px;
}

.map__infowindow p {
  font-size: 18px;
}

.map__infowindow header {
  position: relative;
}

.map__close-button, .map__close-button_infowindow {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7) url(../images/close.svg) no-repeat center;
  background-size: 60%;
  border-radius: 50px;
}

.map__infowindow .map__window_image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.map__infowindow header .map__window_title {
  font-size: 22px;
  margin-bottom: 5px;
}

.map__infowindow address p {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.7;
}

/* FULL MAP MOBILE */
.map__container_full {
  position: fixed;
  top: 0px;
  left: 0;
  height: 100%;
  z-index: 99999999;
}

.map__container_full .map__item {
  height: 100%;
}

.map__container_full .map__close-button {
  display: block;
  z-index: 9999;
  top: 5px;
  right: 5px;
}

.map__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #c9d4d6;
  background-size: cover;
  background-position: center;
}

.map__overlay-loader {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.map__overlay-loader img {
  position: absolute;
  top: calc(50% - 20px);
  vertical-align: -webkit-baseline-middle;
}

@media only screen and (max-width: 1100px) {
  .banner-contact {
    font-size: 18px;
  }
  .map__item, .map__container {
    min-height: 550px;
  }
  .map__infowindow {
    width: 320px;
  }
  .map__infowindow p {
    font-size: 15px;
  }
  .map__infowindow header .map__window_title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 800px) {
  .banner-contact.visible {
    display: none;
  }
  .map__item, .map__container {
    min-height: 300px;
  }
  .map__tabs {
    top: 5px;
    left: 5px;
    box-shadow: none;
    border-width: 1px;
  }
  .map__tabs-item {
    font-size: 13px;
    padding: 8px 20px;
  }
  .map__infowindow {
    right: 10px;
    top: auto;
    bottom: 10px;
    height: auto;
    width: calc(100% - 20px);
  }
  .map__infowindow p {
    font-size: 13px;
  }
  .map__infowindow .window-image {
    display: none;
  }
  .map__infowindow .window-content {
    padding: 15px 20px 10px;
  }
  .map__infowindow header .map__window_image {
    margin-bottom: 5px;
  }
  .map__infowindow address p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
/* ------------------------------------------------------------------------- */
/* FOOTER STYLES */
/* ------------------------------------------------------------------------- */
.footer {
  background-color: #1a1a1a;
  color: #FFFFFF;
  overflow: hidden;
  padding: 40px 20px 15px;
}
.footer .section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px 20px;
}
.footer .section-top .top-left {
  flex-grow: 1;
  border-top: 1px solid #8B8B8B;
  padding-top: 30px;
  padding-right: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px 20px;
}
.footer .section-top .top-left .slogan {
  flex-shrink: 0;
}
.footer .section-top .top-left .slogan p {
  font-size: 0.75rem;
  line-height: 110%;
  margin: 0;
}
.footer .section-top .top-left .top-end {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer .section-top .top-left .top-end p {
  font-size: 1rem;
  margin: 0;
}
.footer .section-top .top-left .top-end a {
  display: inline-block;
  color: #FFFFFF;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
.footer .section-top .top-left .top-end a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer .section-top .top-left .top-end .top-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
}
.footer .section-top .top-left .top-end .top-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  /* SOCIALES */
}
.footer .section-top .top-left .top-end .top-socials .footer__social-buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .section-top .top-left .top-end .top-socials .footer__social-buttons li {
  margin: 0;
  line-height: 110%;
  font-size: 1rem;
}
.footer .section-top .top-left .top-end .top-socials .footer__social-buttons li a {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 16px 0 0;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
.footer .section-top .top-left .top-end .top-socials .footer__social-buttons li a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../images/flecha-link.svg) no-repeat;
  background-size: contain;
}
.footer .section-top .top-left .top-end .top-socials .footer__social-buttons li a:hover {
  opacity: 0.7;
}
.footer .section-top .top-left .top-end .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .section-top .top-left .top-end .footer-menu ul li {
  margin: 0;
  line-height: 110%;
  font-size: 1rem;
}
.footer .section-top .top-left .top-end .footer-menu ul li a {
  color: #FFFFFF;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}
.footer .section-top .top-left .top-end .footer-menu ul li a:hover {
  opacity: 0.7;
}
.footer .section-top .top-newsletter {
  flex-basis: 360px;
  border-top: 1px solid #8B8B8B;
  padding-top: 30px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.footer .section-top .top-newsletter p {
  margin: 0;
}
.footer .section-top .top-newsletter .newsletter-form {
  width: 100%;
}
.footer .section-bottom {
  padding: 13% 0 20px;
}
.footer .section-bottom .rights {
  font-size: 11px;
  line-height: 110%;
  color: #ABA0A0;
}
.footer .section-bottom .footer__logo {
  display: inline-block;
  width: 100%;
}

@media only screen and (width <= 1100px) {
  .footer {
    padding: 20px 20px 15px;
  }
  .footer .section-top {
    flex-direction: column-reverse;
    padding: 0;
    border-top: none;
  }
  .footer .section-top .top-newsletter {
    width: 100%;
    padding: 0;
    border-top: none;
  }
  .footer .section-top .top-left {
    flex-direction: column-reverse;
    padding: 0;
    border-top: none;
  }
  .footer .section-top .top-left .slogan p {
    font-size: 11px;
  }
  .footer .section-top .top-left .top-end {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .footer__social-buttons a {
    padding: 0 15px 0 0;
  }
  .footer .section-bottom {
    padding: 10px 0;
  }
  .footer .section-bottom .rights {
    display: none;
  }
  .footer .section-top .top-newsletter {
    flex-basis: unset;
  }
}
/* ------------------------------------------------------------------------- */
/* WordPress WYSIWYG Editor Styles */
/* ------------------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ------------------------------------------------------------------------- */
/* VARIABLES 100X100 */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE FRO 100X100 */
/* ------------------------------------------------------------------------- */
.center-content {
  text-align: center;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}

/* ------------------------------------------------------------------------- */
/* 100X100 GRID SYSTEM */
/* ------------------------------------------------------------------------- */
.column-container {
  font-size: 0;
}

.column {
  display: inline-block;
  padding: 0.5%;
  vertical-align: top;
}

.column-1 {
  width: 8.3333333333%;
}

.column-2 {
  width: 16.6666666667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.333333333%;
}

.column-5 {
  width: 41.666666667%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.333333333%;
}

.column-8 {
  width: 66.666666667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.33333333%;
}

.column-11 {
  width: 91.66666667%;
}

.column-12 {
  width: 100%;
}

/* Special Grids */
.column-margin {
  display: inline-block;
  vertical-align: top;
}

.column-1_11 {
  width: 8.5%;
  margin-left: 0.29545455%;
  margin-right: 0.29545455%;
}

@media only screen and (max-width: 1100px) {
  .column-1-tablet {
    width: 8.3333333333%;
  }
  .column-2-tablet {
    width: 16.6666666667%;
  }
  .column-3-tablet {
    width: 25%;
  }
  .column-4-tablet {
    width: 33.333333333%;
  }
  .column-5-tablet {
    width: 41.666666667%;
  }
  .column-6-tablet {
    width: 50%;
  }
  .column-7-tablet {
    width: 58.333333333%;
  }
  .column-8-tablet {
    width: 66.666666667%;
  }
  .column-9-tablet {
    width: 75%;
  }
  .column-10-tablet {
    width: 83.33333333%;
  }
  .column-11-tablet {
    width: 91.66666667%;
  }
  .column-12-tablet {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .column-1-mobile {
    width: 8.3333333333%;
  }
  .column-2-mobile {
    width: 16.6666666667%;
  }
  .column-3-mobile {
    width: 25%;
  }
  .column-4-mobile {
    width: 33.333333333%;
  }
  .column-5-mobile {
    width: 41.666666667%;
  }
  .column-6-mobile {
    width: 50%;
  }
  .column-7-mobile {
    width: 58.333333333%;
  }
  .column-8-mobile {
    width: 66.666666667%;
  }
  .column-9-mobile {
    width: 75%;
  }
  .column-10-mobile {
    width: 83.33333333%;
  }
  .column-11-mobile {
    width: 91.66666667%;
  }
  .column-12-mobile {
    width: 100%;
  }
  .column-0-mobile {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* VARIABLES FORM VALIDATION 100x100 */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE FORM VALIDATION 100x100 */
/* ------------------------------------------------------------------------- */
/* INPUT CSS */
.hundreds-validation__input_error {
  border-color: #d63031 !important;
}

label.hundreds-validation__input_error,
p.hundreds-validation__input_error,
label.hundreds-validation__input_error a {
  color: #d63031 !important;
  border-color: #d63031 !important;
}

.hundreds-form__error {
  display: none;
  color: #d63031;
}

/*.hundreds-validation__input_success{
	border-color: $hundreds-success-color !important;
}*/
/* MESSAGES CSS */
.form-messages {
  margin: 20px 0 30px;
}

.form-messages__success {
  color: #00b894;
}

.form-messages__errors {
  color: #d63031;
}

.form-messages_hide {
  display: none;
}

.form-messages_show {
  display: block;
}

/*# sourceMappingURL=100x100.min.css.map*/