@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 0% 200%;
  src: url(../fonts/Inter/Inter-VariableFont.ttf);
}
@font-face {
  font-family: "inria_serif";
  font-style: italic;
  font-weight: 400 1000;
  font-stretch: 0% 200%;
  src: url(../fonts/Inria_Serif/InriaSerif-Italic.ttf);
}

@font-face {
  font-family: "inria_serif";
  src: url(../fonts/Inria_Serif/InriaSerif-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "inria_serif";
  src: url(../fonts/Inria_Serif/InriaSerif-Italic.ttf);
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "inria_serif";
  src: url(../fonts/Inria_Serif/InriaSerif-LightItalic.ttf);
  font-style: italic;
  font-weight: lighter;
}
@font-face {
  font-family: "inria_serif";
  src: url(../fonts/Inria_Serif/InriaSerif-BoldItalic.ttf);
  font-style: italic;
  font-weight: bold;
}

:root {
  --exte-color: #ff4f00;
  --exte-dark-color: #1b043f;
  --exte-color-4: #0066ff;
  --sun-color: #ff9000;
  --ra-color: #f22842;
  --adpone-color: #3dbbfe;
  --cursor-none: auto;
  --cursor-pointer: pointer;
  --cursor-text: auto;

  --color-inter: #ff4f00;
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  max-width: 100%;
  scroll-snap-type: y proximity;
  scroll-padding-block-end: 10%;
  scroll-margin-block: 0;
  scroll-padding: 0;
}
body {
  width: 100%;
  margin: 0px;
  max-width: 100%;
  color: white;
  background-color: white;
  background-color: var(--exte-dark-color);
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /* -webkit-font-smoothing: subpixel-antialiased; */
  /* overflow-x: hidden; */
  letter-spacing: -0.02em;
  letter-spacing: -0.035em;
}
body.preload * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: 0s !important;
}

body *:not(span):not(a) {
  /* cursor: url(../img/cursor.svg), auto; */
  cursor: var(--cursor-none);
}
*:not(a) > span,
*:not(a) > p {
  /* cursor: url(../img/cursor.svg), auto; */
  cursor: var(--cursor-text);
}

a:-webkit-any-link {
  color: var(--exte-color);
  cursor: var(--cursor-pointer);
  text-decoration: none;
}
a:any-link {
  color: var(--exte-color);
  cursor: var(--cursor-pointer);
  text-decoration: none;
}
a:-webkit-any-link *,
a:any-link * {
  cursor: var(--cursor-pointer);
}

.orange {
  color: var(--exte-color);
}
.black {
  color: black;
}
.italic {
  font-size: 1.1em;
  font-family: "inria_serif";
  font-style: italic;
}

body:not([class*="page-template"]) main {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.container2 {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.adj1200,
[class*="page-template"] .footer .adj1200 {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  /* background-color: #ffffff22; */
}
.menu {
  top: 36px;
  position: relative;
  height: 35px;
  margin: 0 auto;
  margin-bottom: -35px;
  z-index: 15;
  font-weight: 600;
}
.menu-spacer {
  height: 128px;
  pointer-events: none;
}
.menu .logo,
.menu .logo img {
  height: 35px;
}

.menu > div {
  width: 100%;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
}
.menu .sections {
  display: flex;
  align-items: center;
  gap: 40px;
  text-transform: uppercase;
}
.menu #lang-sections{
  display: none;
}
body.menu-open {
  overflow: hidden;
}
.menu .burger,
.mobile-footer,
.menu .logo-backdrop {
  display: none;
}
.menu .burger .burger-line {
  width: 30px;
  height: 2px;
  background-color: white;
  transition: transform 1s, opacity 0.5s;
}
.menu .sections.open + .burger :first-child.burger-line,
.menu .sections.open ~ .burger :first-child.burger-line {
  transform: translate(0, 10px) rotate(45deg);
}
.menu .sections.open + .burger :first-child.burger-line + .burger-line,
.menu .sections.open ~ .burger :first-child.burger-line + .burger-line {
  transform: scale(0);
  opacity: 0;
}
.menu .sections.open + .burger :last-child.burger-line,
.menu .sections.open ~ .burger :last-child.burger-line {
  transform: translate(0, -10px) rotate(-45deg);
}

.menu a:any-link {
  color: white;
  cursor: var(--cursor-pointer);
  text-decoration: none;
}
.menu a:-webkit-any-link,
.menu a {
  color: white;
  cursor: var(--cursor-pointer);
  text-decoration: none;
}
.menu a {
  transition: 0.2s;
}
.menu a:hover {
  opacity: 0.7;
}
.menu .lang-selector {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 1.5em;
  overflow: visible;
}
.menu .lang-selector .lang-select-icon{
  width: 0.5em;
  position: absolute;
  right: calc(10px - 0.25em);
  top: 50%;
  transform: translateY(-50%);
}
.menu .lang-selector li {
  order: 2;
  list-style-type: none;
  padding-left: 0px;
  padding-right: 20px;
  background-color: var(--exte-dark-color);
}
.menu .lang-selector li.lang-first {
  order: 1;
}

.menu .lang-selector li:not(.lang-first) {
  position: relative;
  opacity: 0;
  transition: 0.35s 0.1s;
  height: 0px;
}
.menu .lang-selector li:not(.lang-first){
  overflow: hidden;
}
.menu .lang-selector:hover li:not(.lang-first) {
  opacity: 1;
  height: 1.5em;
  transition: 0.35s;
  overflow: initial;
}
.section {
  width: 100%;
  margin: 0 auto;
  display: block;
  align-items: center;
}
.portada {
  /* background-image: url("../img/bg_portada.jpg"); */
  background-size: cover;
  background-position: center;
  padding-bottom: 64px;
  overflow: hidden;
  position: relative;
}

.portada .title {
  display: block;
  left: 0px;
  color: var(--dl-color-main-color4);
  max-width: 1031px;
  height: auto;
  position: relative;
  font-size: 80px;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 91px;
  font-stretch: normal;
  text-decoration: none;
}
.portada .title .italic {
  font-family: "inria_serif";
  font-style: italic;
  font-weight: normal;
}

.portada .box {
  left: 0px;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: initial;
  align-items: flex-start;
  flex-shrink: 1;
  gap: 20px;
}
.portada .box .icon {
  height: 55px;
  display: flex;
  align-items: center;
}
.portada .box span {
  width: 33%;
}
.portada .h2 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 46px;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 56px;
  font-stretch: normal;
  text-decoration: none;
  width: 25%;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}

.portada .line-right {
  height: 1px;
  width: calc(100vw - (50vw - 600px));
  background-color: white;
  margin-top: 70px;
  margin-bottom: 64px;
}
.portada .line-right::after {
  content: " ";
  height: 1px;
  width: 200px;
  display: block;
  position: fixed;
}
.portada .adj1200 {
  position: relative;
  z-index: 10;
}
.portada video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}

.c5:hover,
div:not(:hover) > he.force-hover.c5 {
  color: #ff4f00;
}
.c2:hover,
div:not(:hover) > he.force-hover.c2 {
  color: #0066ff;
}
.ci:hover,
div:not(:hover) > he.force-hover.ci {
  color: #f971ff;
}

.whatisexte he {
  position: relative;
}
.whatisexte {
  background-color: white;
  color: #1b043f;
  /* color: red; */
  padding: 188px 0px;
  font-family: Inter;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.002em;
  text-align: left;
}
.whatisexte .adj1200 > div {
  border-left: 3px solid var(--exte-color);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 100px;
}
.whatisexte .control-hover.mobile{
  display: none;
}
.whatisexte .floating {
  position: absolute;
  display: inline-flex;
  opacity: 0;
  transition: 0.3s steps(2, end);
  pointer-events: none;
}
.whatisexte he:hover .floating,
.whatisexte he:hover .floating .text,
.whatisexte .control-hover:not(:hover) he.force-hover .floating,
.whatisexte .control-hover:not(:hover) he.force-hover .floating .text {
  opacity: 1;
}
.whatisexte he:hover .floating .arrow,
.whatisexte .control-hover:not(:hover) he.force-hover .floating .arrow {
  transform: translate(0%, 0%) rotate(0deg);
}
.whatisexte .control-hover:not(:hover) he.force-hover .floating {
  transition-delay: 0.15s;
}
.whatisexte .arrow {
  display: inline-block;
  /* transform: translate(-32%, 34%) rotate(-30deg); */
}
.whatisexte .circle {
  position: relative;
  display: inline-block;
  height: 86px;
}
.whatisexte .text {
  display: grid;
  position: absolute;
  top: 53%;
  left: 55%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s steps(2, end) 0.2s;
}

.whatisexte .c5 .floating {
  top: -127px;
  left: 50%;
  height: 108px;
}
.whatisexte .c5 .floating .arrow {
  align-self: flex-end;
  padding-right: 20px;
  transition: all 0.3s, transform 0.5s steps(2, end);
}
.whatisexte .c5 .arrow {
  transform: translate(-32%, 34%) rotate(-30deg);
}

.whatisexte .c2 .floating {
  top: 18px;
  padding-left: 30px;
}
.whatisexte .c2 .floating .arrow {
  align-self: flex-end;
  padding-right: 6px;
  transition: all 0.3s, transform 0.5s steps(2, end);
}
.whatisexte .c2 .arrow {
  transform: translate(-32%, 34%) rotate(30deg);
}

.whatisexte .ci .floating {
  top: 62px;
  left: 90%;
  height: 123px;
}
.whatisexte .ci .floating .arrow {
  align-self: flex-start;
  padding-right: 5px;
  transition: all 0.3s, transform 0.5s steps(2, end);
}
.whatisexte .ci .arrow {
  transform: translate(-40%, -24%) rotate(26deg);
}
.whatisexte .ci .circle {
  align-self: flex-end;
}
.whatisexte .ci .text {
  top: 50%;
  left: 51%;
}

@keyframes shake {
  0% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
  20% {
    transform: translate(-5px, 5px) rotate(-2deg) scale(1.02);
  }
  40% {
    transform: translate(5px, -5px) rotate(2deg) scale(1.02);
  }
  60% {
    transform: translate(-5px, 5px) rotate(-2deg) scale(1.02);
  }
  80% {
    transform: translate(5px, -5px) rotate(2deg) scale(1.02);
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
}

@keyframes counterShake {
  0% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
  20% {
    transform: translate(5px, -5px) rotate(2deg) scale(0.98);
  }
  40% {
    transform: translate(-5px, 5px) rotate(-2deg) scale(0.98);
  }
  60% {
    transform: translate(5px, -5px) rotate(2deg) scale(0.98);
  }
  80% {
    transform: translate(-5px, 5px) rotate(-2deg) scale(0.98);
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
}

.products {
  background-color: var(--exte-dark-color);
  padding-top: 75px;
  padding-bottom: 105px;
}
.products .adj1200 > div {
  /* width: 50%; */
  display: block;
  position: relative;
}

.products .one {
  font-size: 50px;
  font-family: "inter";
  color: white;
  margin-bottom: 32px;
  font-weight: 300;
}
.products .three {
  font-size: 22px;
  font-family: "inter";
  color: white;
  margin-bottom: 49px;
  padding-right: 60px;
  width: 70%;
}
.products .caption {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--exte-color);
}
.products .greater img {
  transform: rotate(90deg);
  right: 0px;
  position: absolute;
  top: 0px;
}
.products .list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 0px;
}
.products .list > div {
  border-left: 1px solid var(--exte-color);
  width: 33%;
}
.products .list .product {
  padding: 26px 22px;
  font-size: 16px;
}
.products .list .product img {
  display: block;
  padding-bottom: 6px;
}

#scale {
  color: var(--exte-dark-color);
  padding-top: 95px;
  padding-bottom: 74px;
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  /* overflow: hidden; */
  clip-path: border-box;
}
#scale > div {
  position: relative;
}
#scale .title {
  color: var(--exte-color);
  padding-bottom: 20px;
  font-family: "inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}
#scale .facts {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 0px;
  width: 66%;
  padding-top: 95px;
  padding-bottom: 95px;
}
#scale .facts .fact {
  width: 50%;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  position: relative;
}
#scale .facts .fact .big {
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: 0em;
  text-align: left;
}
#scale .facts .fact .big span {
  font-size: 42px;
  line-height: normal;
}
#scale .facts .fact .after,
/* #scale .facts:hover .fact.force-hover:not(:hover) .after, */
#scale .facts .fact.force-hover .after {
  display: none;
}
#scale .facts .fact:hover .after,
#scale .facts .fact.force-hover .after {
  display: block;
}
#scale .facts .fact.circle:after,
#scale .facts .fact.underline:after,
#scale .facts .after {
  top: -35%;
  content: "";
  display: block;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  transition: opacity 0.35s;
}
/* #scale .facts .fact.circle:hover:after, */
#scale .facts:not(:hover) .fact.circle.force-hover:after,
#scale .facts .after {
  top: -35%;
  left: -30%;
  content: "";
  display: block;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  position: absolute;
  height: 160%;
  width: 160%;
  opacity: 1;
}

#scale .facts .fact.underline:hover:after,
#scale .facts:not(:hover) .fact.underline.force-hover:after,
#scale .facts .underline .after {
  top: 100%;
  left: -20%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
}

#scale .facts .fact:nth-child(1):after {
  transform: translateX(-30px) translateY(-10px);
}
.after {
  transform: translateX(65px);
}
#circle {
  fill: var(--exte-color);
}
#underline {
  fill: #611bc5;
}

#circleMask {
  stroke-width: 8px;
  stroke: white;
  fill: black;
  stroke-dasharray: 2817;
  stroke-dashoffset: 0;
  animation: draw 0.4s linear forwards;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 3799;
  }

  30% {
    stroke-width: 8px;
  }

  90% {
    stroke-dashoffset: 4800;
  }

  100% {
    stroke-width: 30px;
    stroke-dashoffset: 5000;
  }
}

#underlineMask {
  stroke-width: 8px;
  stroke: white;
  fill: black;
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  animation: draw2 0.6s linear forwards;
}

@keyframes draw2 {
  0% {
    stroke-width: 8px;
    stroke-dashoffset: 3799;
  }
  100% {
    stroke-width: 18px;
    stroke-dashoffset: 6000;
  }
}

.flex {
  display: flex;
}
#scale .arrow {
  position: relative;
  top: 0px;
  right: 0px;
  width: 33%;
  display: inline;
  transform: translateY(-115px);
  height: 0px;
}

#scale .arrow img {
  transform-origin: -50% -50%;
  display: block;
  margin: 0 auto;
  bottom: 44px;
  position: relative;
}

#scale .player-container {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* scroll-snap-align: center; */
}
#scale .player {
  height: 225vh;
  /* min-height: 1000px; */
  /* max-height: 1500px; */
  width: 100%;
  --width: 1170px;
  width: 1170px;
  min-width: 1170px;
  /* background-color: red; */
}
#scale .video-container {
  --height: 658px;
  margin-top: 33%;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  overflow: hidden;
  height: auto;
  transition: border-radius 0.1s;
}
#scale .snap-point {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 50px;
  z-index: -1;
}
#scale .snap-point.snappable {
  scroll-snap-align: center;
  display: none;
}

#scale .video-container video {
  height: 100%;
  width: 100%;
  top: 0px;
  object-fit: cover;
}
@media all and (display-mode: fullscreen) {
  #scale .video-container video {
    object-fit: contain;
    cursor: pointer;
    background-color: initial;
  }
}

#scale .video-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#scale .video-container .overlay img {
  width: 100%;
  height: 100%;
}
#scale .video-container .overlay img {
  width: 100%;
  height: 100%;
}
#scale .play {
  width: 140px;
  height: 140px;
  background-color: var(--exte-color);
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  font-size: 13.7px;
  color: white;
  transform: translate(-50%, -50%) scale(var(--player-play-scale, 1));
}
#scale .play svg.circle-text {
  transform: rotate(calc(var(--player-play-rotate) / 2));
  word-spacing: 5px;
}
#scale .play svg.triangle {
  position: absolute;
  display: block;
  left: 53%;
  top: 50%;
  color: white;
  transform: translate(-50%, -50%);
}

#scale .floatings {
  border: 1px solid red;
  color: red;
  border-radius: 50px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}

#scale .attention {
  top: calc(50% - 220px);
}

#about-us {
  margin-top: -326px;
  color: var(--exte-dark-color);
  padding-bottom: 88px;
  z-index: 2;
  position: relative;
}
#about-us .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  color: var(--exte-color);
  padding-bottom: 20px;
}
#about-us .title + p {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 30px;
}

#about-us .desc {
  display: flex;
  flex-wrap: nowrap;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
}

#about-us .desc > div {
  width: 100%;
  overflow: hidden;
}
#about-us .brands {
  padding-left: 72px;
  padding-right: 36px;
  box-sizing: border-box;
}
#about-us .brands > div {
  display: flex;
  width: 100%;
}
#about-us .brands > div > div {
  display: flex;
}
/* #about-us .brands > div > div:first-child{
  animation: brands alternate 3s infinite;
}
#about-us .brands > div:nth-child(even) > div:first-child{
  animation: brands alternate-reverse 3s infinite;
} */
#about-us .brands > div {
  animation: brands linear 9s infinite;
}

#about-us .brands > div > div {
  display: inline-block;
  position: relative;
  border: 1px solid red;
  width: 58px;
  height: 58px;
  content: " ";
  border-radius: 58px;
}
#about-us .brands .brand,
#about-us .brands .flex-pill {
  width: auto;
}
#about-us .brands .flex-pill {
  flex-grow: 1;
}
#about-us .brands .brand img {
  transform: translate(0px, -50%);
  position: relative;
  top: 50%;
  padding: 0 36px;
}

.about {
  background-color: #eaeff8;
  color: var(--exte-dark-color);
  padding-top: 75px;
  padding-bottom: 75px;
}
.about .innovating {
  max-width: 75%;
}
.about .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  color: var(--exte-color);
}
.innovating .title {
  padding-bottom: 32px;
}
.about .innovating .title + .desc {
  padding-bottom: 58px;
  font-size: 22px;
  line-height: 30px;
}
.about .title .italic {
  font-family: "inria_serif";
  font-style: italic;
  font-weight: lighter;
}

.about .keys {
  display: flex;
  align-items: center;
  flex-shrink: 2;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
}
.about .keys .key {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  flex-grow: 1;
  width: 27%;
  border-bottom: 1px solid black;
  min-height: 60px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.about .keys .key .title {
  display: flex;
  justify-content: space-between;
  color: var(--exte-dark-color);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  /* identical to box height, or 155% */
}
.about .keys .key .title,
.about .keys .key .title * {
  cursor: var(--cursor-pointer);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.about .keys .key .title {
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
}
.about .keys .key:not(.open) .title {
  justify-content: space-between;
}
.about .keys .key.open .title span {
  animation-name: none;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.about .keys .key .title {
  color: var(--exte-dark-color);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  transition: 1.4s;
}
.about .keys .key.open .title {
  color: var(--exte-color);
}
.about .keys .key:not(.open) .title span {
  justify-content: space-between;
  animation-name: none;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes animFont {
  0% {
    opacity: 1;
    font-family: "Inter";
    color: var(--exte-dark-color);
    font-style: normal;
  }
  49% {
    opacity: 0;
    font-family: "Inter";
    color: var(--exte-dark-color);
    font-style: normal;
  }
  50% {
    opacity: 0;
    font-family: "irna_serif";
    color: var(--exte-color);
    font-style: italic;
  }
  100% {
    opacity: 1;
    font-family: "irna_serif";
    color: var(--exte-color);
    font-style: italic;
  }
}
@keyframes animFont2 {
  0% {
    opacity: 1;
    font-family: "irna_serif";
    color: var(--exte-color);
    font-style: italic;
  }
  49% {
    opacity: 0;
    font-family: "irna_serif";
    color: var(--exte-color);
    font-style: italic;
  }
  50% {
    opacity: 0;
    font-family: "Inter";
    color: var(--exte-dark-color);
    font-style: normal;
  }
  100% {
    opacity: 1;
    font-family: "Inter";
    color: var(--exte-dark-color);
    font-style: normal;
  }
}
.about .keys .key img {
  width: 17px;
  transition: transform 1s 0.4s, filter 1s 0.4s;
}
.about .keys .key.open img {
  fill: var(--exte-color);
  transform: rotate(135deg);
  filter: hue-rotate(130deg) brightness(304%);
}

.about .key .desc {
  position: relative;
  transition-property: max-height;
  transition-duration: 1.5s;
  transition-delay: -0.4s;
  transition-timing-function: cubic-bezier(0.66, 0.15, 0.25, 0.99);
  overflow: hidden;
  height: auto;
  max-height: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.045em;
  /* or 138% */
  color: var(--exte-dark-color);
}
.about .key > .desc > :first-child {
  padding-top: 15px;
  box-sizing: border-box;
  display: block;
}

.about .keys .key.open .desc {
  display: block;
  max-height: 380px;
  transition-delay: 0s;
}
.about .keys .key.open img {
  transition-delay: 0s;
}

.about .keys .key .desc .special {
  color: var(--exte-color);
  font-weight: 600;
}

.contact {
  background-image: url("../img/bg_contact.jpg");
  width: 100%;
  /* height: 398px; */
  background-size: cover;
  background-position: center bottom;
  padding-top: 115px;
  padding-bottom: 115px;
  color: white;
}

.contact .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.02em;
  /* identical to box height, or 114% */

  text-align: center;
  padding-bottom: 36px;
}
.contact .title .talk-arrow {
  display: inline;
  position: relative;
  right: -22px;
}
.contact .title .talk-arrow img {
  vertical-align: top;
  height: 40px;
  width: 40px;
}
.contact .title span.italic {
  font-weight: lighter;
}
.contact .circle.logo {
  background-color: var(--exte-color);
  background: rgba(255, 97, 26, 0.3);
  height: 50px;
  width: 50px;
  display: flex;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 50%;
}
.contact .links {
  color: var(--exte-color);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: center;
  align-items: center;
  place-content: center;
}
.contact .links span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.button [class*="page-template"] .container2 a:-webkit-any-link,
.button [class*="page-template"] .container2 a:any-link {
  text-decoration: none;
}
.contact .button {
  border-radius: 50%;
  padding: 8px 24px;
  border-radius: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.contact .button.identity-4 {
  color: white;
  background-color: var(--exte-color-4);
  display: flex;
  gap: 8px;
}

.footer {
  background-color: var(--exte-color);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: auto;
}

.footer .box {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  /* identical to box height, or 243% */

  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.footer .logo {
  margin-top: 9px;
}

.footer .list span:not(:last-child):after {
  content: "·";
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

#carrousel .inner {
  color: var(--exte-color);
  padding-top: 95px;
  padding-bottom: 74px;
  font-family: "inter";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}

#carrousel .inner .italic {
  line-height: 78px;
}
#carrousel .inner .desc {
  color: var(--exte-dark-color);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  padding-top: 27px;
}

#carrousel {
  --carr-width: calc(25vw - 30px);
  --carr-gap: 30px;
  --carr-height: 25vw;
}
/* #carrousel *:before,
#carrousel *:after,
#carrousel:after {
  display: block;
  position: absolute;
  background-color: red;
  height: 150%;
  width: 1px;
  content: " ";
  top: 0;
  left: calc(50% - 0.5px);
  pointer-events: none;
}
#carrousel *:after {
  right: 0px;
}
#carrousel:after {
  background-color: black;
  position: fixed;
} */
#carrousel .swiper-wrapper {
  height: 390px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--carr-gap);
  transition: 1s;
  padding-bottom: 20px;

  height: var(--carr-height);
  overflow: scroll;
  width: fit-content;
  width: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: calc((var(--carr-width) / 2) + var(--carr-gap));
  scroll-padding-right: calc((var(--carr-width) / 2) + var(--carr-gap));
}
#carrousel .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

#carrousel .swiper-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#carrousel .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  flex: 0 0 calc(var(--carr-width));
  scroll-snap-align: start;
  box-sizing: border-box;
}
#carrousel .slide-content {
  height: 100%;
}
#carrousel .info {
  position: relative;
  width: 100%;
  height: 50%;
  color: var(--exte-dark-color);
  font-size: 16px;
  font-size: 0.9vw;
  /* display: flex;
    flex-direction: column; */
}

#carrousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#carrousel .cover.transition {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#carrousel .inter.titleFontSize1 {
  font-size: 40px;
  font-size: 50px;
  font-weight: 300;
  line-height: 44px;
  font-size: 4vw;
  line-height: 4vw;
  position: absolute;
  top: 0px;
  color: white;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 30px black;
}

#carrousel .slide-content .cover.transition,
#carrousel .slide-content img {
  overflow: hidden;
}
#carrousel .slide-content .cover.transition,
#carrousel .slide-content img,
#carrousel .slide-content .inter.textFontSize1.transition,
#carrousel .slide-content .arrow {
  transition: 1s;
}
#carrousel .slide-content:hover .cover.transition,
#carrousel .active .slide-content .cover.transition {
  height: 50%;
  /* font-family: 'inria_serif';
      font-style: italic; */
}
#carrousel picture {
  height: 100%;
  display: block;
  z-index: 9;
}
#carrousel .slide-content .poster {
  height: 100%;
}

#carrousel .slide-content .inter.textFontSize1.transition {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 50px;
}
#carrousel .slide-content:hover .inter.textFontSize1.transition,
#carrousel .active .slide-content .inter.textFontSize1.transition {
  /* margin-top: -25%;
      margin-top: calc(-50% - 5px); */
  padding-top: 0px;
}
#carrousel .slide-content .inter.textFontSize1.transition p {
  margin: 0;
}

.swiper-wrapper :first-child.swiper-slide {
  /* margin-left: 11px; */
  margin-left: calc((var(--carr-width) / 2) + 30px);
}
.swiper-wrapper :last-child.swiper-slide {
  margin-right: calc((var(--carr-width) / 2) + 30px);
}

#carrousel .arrow {
  height: 35px;
  width: 35px;
  height: 2.4em;
  width: 2.4em;
  margin: 0 auto;
  position: relative;
  top: -75px;
  opacity: 0;
}
#carrousel .slide-content:hover .arrow,
#carrousel .active .slide-content .arrow {
  top: 0px;
  opacity: 1;
  transition-delay: 0.5s;
  animation-timing-function: ease-out;
}
#carrousel .carr-controls {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 90px;
  margin-bottom: 85px;
  /* margin: 0 auto; */
}
#carrousel .carr-controls,
#carrousel .carr-controls * {
  cursor: var(--cursor-pointer);
}
#carrousel .dots {
  display: flex;
}
#carrousel .dots div {
  height: 13px;
  width: 13px;
  display: block;
  background-color: #d3dcf2;
  border-radius: 50%;
  transition: 1s;
  cursor: var(--cursor-pointer);
}
#carrousel .dots div.active {
  background-color: var(--exte-color);
}
#carrousel .dots {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
#carrousel .carr-controls img {
  object-fit: fill;
  height: 22px;
  width: 22px;
}

#carrousel .carr-controls .next img {
  transform: rotate(180deg);
}
#carrousel .carr-controls .next,
#carrousel .carr-controls .prev {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
#careers .iframe-container {
  overflow: hidden;
  padding-top: 20px;
}
#careers .iframe-container iframe {
  width: 100%;
  width: calc(100% + 15px);
  min-height: 620px;
  border: none;
  margin-bottom: 0px;
}

[class*="page-template"] {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
[class*="page-template"] .adj1200 {
  width: 100%;
  max-width: 770px;
  height: auto;
  margin: 0 auto;
  /* background-color: #ffffff22; */
}

[class*="page-template"] .menu,
.page-template-career .menu {
  background-color: var(--exte-dark-color);
}
[class*="page-template"] .main {
  background-color: white;
  color: var(--exte-dark-color);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
[class*="page-template"] h1,
[class*="page-template"] h2,
[class*="page-template"] h3 {
  color: var(--exte-color);
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  margin-block-start: 1.4em;
  margin-block-end: 0.8em;
}
[class*="page-template"] h1 {
  font-size: 52px;
  line-height: 56px;
}
[class*="page-template"] h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
[class*="page-template"] h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

[class*="page-template"] h1,
[class*="page-template"] h2 {
  text-transform: lowercase;
}
[class*="page-template"] h1::first-letter,
[class*="page-template"] h2::first-letter {
  text-transform: capitalize;
}

[class*="page-template"] .menu .adj1200,
.page-template-career .menu .adj1200,
.menu .adj1200{
  width: 100%;
  max-width: 1170px;
  height: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
[class*="page-template"] .menu,
.page-template-career .menu {
  height: 113px;
  top: 0;
  padding-top: 36px;
  box-sizing: border-box;
  width: 100%;
}
[class*="page-template"] .container2 a:-webkit-any-link,
[class*="page-template"] .container2 a:any-link {
  color: #0066ff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.footer :link,
.footer a:any-link {
  color: white !important;
  text-transform: uppercase;
}

[class*="page-template"] .menu + div {
  padding-top: 26px;
}
[class*="page-template"]:not(.page-template-career) main > .container {
  margin-bottom: 100px;
}
[class*="page-template"] .isLink {
  color: #0066ff;
  padding-inline-start: 26px;
}
[class*="page-template"] .isLink a:any-link {
  color: #0066ff;
}

[class*="page-template"] ul.special-list {
  list-style-type: none;
  padding-inline-start: 0px;
}
[class*="page-template"] ul.special-list {
  list-style-type: none;
  padding-inline-start: 0px;
}
[class*="page-template"] ul.special-list strong {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.cookies td,
.privacy td {
  vertical-align: baseline;
}
.cookies table,
.privacy table {
  width: 100%;
  line-height: 1.2em;
}
.cookies ul,
.privacy ul {
  list-style-type: disc;
  padding-inline-start: 26px;
}

.cookies th,
.privacy th {
  text-align: left;
}

.cookies table,
.privacy table {
  border-collapse: collapse;
  overflow: auto;
  display: block;
  /* font-size: 16px; */
}
.cookies table thead,
.privacy table thead {
  height: 2em;
  color: white;
  background: var(--exte-color);
}
.cookies table tbody tr,
.privacy table tbody tr {
  border-bottom: 1px solid #1b043f22;
}
.cookies table td,
.privacy table td {
  padding: 0.6em 1em;
  width: auto;
  font-size: 0.9em;
}
.privacy table td {
  padding: 0em 0.3em 0em 0.6em;
}

h1.uppercase,
h2.uppercase {
  text-transform: uppercase;
}

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

@media (max-width: 1300px) {
  .adj1200 {
    padding-left: calc(16px + 2vw);
    padding-right: calc(16px + 2vw);
    box-sizing: border-box;
  }
  #careers .iframe-container iframe {
    width: 100%;
    min-height: 750px;
    border: none;
    margin-bottom: 70px;
  }
  .whatisexte {
    font-size: 45px;
    padding: 160px 0px;
  }
  .whatisexte .adj1200 > div {
    padding-left: calc(15vw - 110px);
  }
  .whatisexte .c2 .floating {
    top: 18px;
    padding-left: 15px;
  }

  #scale .facts {
    width: 100%;
    gap: 35px 0;
  }
  #scale .facts .fact {
    width: 50%;
  }
  #scale .facts .fact .big {
    font-size: 80px;
    line-height: 90px;
  }
  #scale .facts .fact .big span {
    font-size: 35px;
    line-height: normal;
  }
  #scale .after {
    transform: scale(0.7);
    transform-origin: top;
  }

  #scale .arrow img {
    bottom: 120px;
  }

  #scale .player {
    --width: 100%%;
    min-width: calc(100% - (16px + 2vw) * 2);
  }
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }
  .portada {
    background-position: 52% center;
    padding-bottom: 28px;
  }
  .portada .title {
    font-size: 42px;
    line-height: 46px;
  }
  .portada .box {
    flex-wrap: wrap;
  }
  .portada .box span {
    width: 100%;
  }

  .portada .h2 {
    width: 100%;
    margin: 0.2em 0;
    font-size: 32px;
    line-height: 56px;
  }
  .portada .box {
    gap: 42px;
  }
  .portada .line-right {
    opacity: 0;
    margin-top: 0px;
  }
  .portada .box .icon {
    height: 41px;
  }
  .portada .box .icon img {
    height: 32px;
  }
  .portada .box .icon img[src="../img/light.svg"] {
    height: 55px !important;
  }
  .portada .box .icon img[src="../img/player.svg"] {
    height: 44px !important;
  }
  .menu {
    top: 24px;
  }
  .menu-spacer {
    height: 100px;
  }
  .menu .adj1200 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu .sections {
    display: none;
  }
  .menu .logo,
  .menu .logo img {
    height: 25px;
  }

  #scale .facts {
    width: 100%;
    gap: 35px 0;
  }
  #scale .facts .fact {
    width: 40%;
  }
  #scale .facts .fact .big {
    font-size: 46px;
    line-height: 66px;
  }
  #scale .video-container {
    --height: 658px;
    margin-top: 0;
    position: sticky;
    top: auto;
    transform: none;
    border-radius: unset;
    overflow: hidden;
    box-shadow: none;
    /* height: 100vh; */
  }

  #scale .player {
    height: 100vh;
    /* min-height: 1000px; */
    /* max-height: 1500px; */
    width: 100%;
    --width: 1170px;
    width: 1170px;
    min-width: 100%;
    max-width: 100%;
    /* background-color: red; */
    height: auto;
  }
  #scale .video-container video {
    background-color: #1b043f;
  }

  #scale .arrow {
    left: auto;
    right: 0;
    position: absolute;
    height: 70vh;
    width: 33vw;
    max-height: 60vh;
    opacity: 0.5;
  }

  #scale .arrow img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .products .list > div {
    border-left: 1px solid var(--exte-color);
    width: 100%;
  }
  .products > div[style] {
    height: 140px !important;
  }
  .products .adj1200 {
    flex-wrap: wrap;
  }
  .products .adj1200 > div {
    width: 100%;
  }
  .products .four img {
    transform: rotate(90deg);
    left: 0px;
    top: -17px;
  }
  .products {
    padding-bottom: 0px;
  }
  .about .innovating {
    max-width: 100%;
  }

  .products .one {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 5px;
  }
  .products .two {
    font-size: 28px;
    line-height: 33px;
    max-width: 80%;
    margin-bottom: 16px;
  }
  .products .two span {
    display: inline;
  }
  .products .three {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .products .adj1200 {
    gap: 24px;
  }
  .products .list .product {
    font-size: 16px;
    line-height: 22px;
  }
  .products .list {
    padding-bottom: 40px;
  }

  .about {
    padding-top: 22px;
    padding-bottom: 64px;
  }
  .innovating .title {
    font-size: 40px;
    line-height: 44px;
    padding-bottom: 28px;
  }

  .about .innovating .title + .desc {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .about .keys {
    gap: 12px;
  }

  .about .keys .key .title {
    font-size: 18px;
    line-height: 34px;
  }

  #about-us .desc {
    flex-wrap: wrap;
    gap: 56px;
  }
  #about-us .desc > div {
    width: 100%;
  }
  /* #about-us .desc > div.brands{
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
  } */
  #about-us .brands {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  #about-us {
    margin-top: 0;
  }

  .contact {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .contact .title {
    font-size: 60px;
    line-height: 80px;
  }

  #careers .iframe-container iframe {
    min-height: 850px;
  }
  .contact .links span {
    font-size: 20px;
    line-height: 34px;
  }
  .contact .title .talk-arrow {
    right: -12px;
  }

  .footer .box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
  }
}

/* menu mob/tablet */
@media (max-width: 960px) {
  .menu .burger {
    display: block;
  }
  .menu #lang-sections{
    display: flex;
  }
  .menu .sections {
    display: flex;
    height: 110vh;
    width: 100vw;
    top: 0;
    left: 100vw;
    position: fixed;
    background: var(--main-color-5, #ff4f00);
    transition: left cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    z-index: -1;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 0px;
    padding-top: 118px;
    padding-left: calc(16px + 2vw);
    padding-right: calc(16px + 2vw);
    box-sizing: border-box;
    padding-bottom: 111px;
    overflow: scroll;
  }
  .menu #lang-sections.sections{
    height: calc(100vh - 115px);
  }
  .menu .sections a {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    font-family: Inter;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -0.64px;
    opacity: 0;
  }
  .menu .sections.open {
    left: 0;
  }
  .menu .sections .lang-selector img{
    opacity: 0;
  }
  .menu .sections.open a,
  .menu .sections.open .lang-selector img {
    opacity: 1;
    transition: opacity 2.3s ease;
  }
  .menu .lang-selector {
    height: auto;
  }
  .menu .lang-selector .lang-first{
    pointer-events: none;
  }
  .menu .lang-selector li{
    background: unset;
  }
  .menu .lang-selector li {
    padding-right: 25px;
  }
  .menu .lang-selector .lang-select-icon {
    width: 1em;
    position: absolute;
    right: calc(10px - 0.25em);
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .menu .lang-selector a{
    text-transform: uppercase;
  }
  #lang-sections a{
    text-transform: uppercase;
  }
  #lang-sections a:not([href]){
    opacity: 0.4;
  }
  .lang-selector li:not(.lang-first){
    display: none;
  }


  .menu .logo-backdrop {
    height: 70px;
    width: calc(100vw - (16px + 2vw) * 2);
    top: 0;
    position: fixed;
    justify-content: space-between;
    background-color: var(--exte-color);
  }

  .whatisexte {
    padding: calc(5px + 4vw) 0;
  }
  .whatisexte .control-hover.mobile {
    font-size: calc((100vw - 4vw - 32px - 3px - 16px) / 20);
    line-height: calc((100vw - 4vw - 32px - 3px - 16px) / 15);
    display: block;
  }
  .whatisexte .control-hover.mobile {
    border-left: none;
    padding: 0;
  }
  .whatisexte .control-hover.mobile .container-tf {
    display: flex;
    border-left: 3px solid var(--exte-color);
    padding-left: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .whatisexte .control-hover.mobile .container-tf > div {
    width: 75%;
    display: inline-block;
  }

  .whatisexte .control-hover.mobile .floating {
    width: 40%;
    position: relative;
    display: flex;
    opacity: 1;
    transform: scale(1);
    gap: 2px;
  }

  .whatisexte .control-hover.mobile .floating .arrow {
    width: calc(100% - var(--width-circle, 75%));
  }

  .whatisexte .control-hover.mobile .floating .circle {
    width: auto;
    max-width: 163px;
  }

  .whatisexte .f-c5 {
    --width-circle: 65%;
    margin-bottom: -22px;
  }

  .whatisexte .f-ci {
    --width-circle: 85%;
    margin-top: -22px;
  }

  .whatisexte .control-hover.mobile .floating svg {
    max-width: 100%;
  }

  .whatisexte .control-hover.hide-m {
    display: none;
  }

  .whatisexte .control-hover.mobile > .floating {
    opacity: 0;
    padding-left: 45%;
  }
  .whatisexte .control-hover.mobile .floating {
    opacity: 0;
  }
  .whatisexte .control-hover.mobile.show-c5 .floating.f-c5,
  .whatisexte .control-hover.mobile.show-c5 .floating.f-c5 .text,
  .whatisexte .control-hover.mobile.show-c2 .floating.f-c2,
  .whatisexte .control-hover.mobile.show-c2 .floating.f-c2 .text,
  .whatisexte .control-hover.mobile.show-ci .floating.f-ci,
  .whatisexte .control-hover.mobile.show-ci .floating.f-ci .text {
    opacity: 1;
  }

  .control-hover.mobile.show-c5 .c5 {
    color: #ff4f00;
  }
  .control-hover.mobile.show-c2 .c2 {
    color: #0066ff;
  }
  .control-hover.mobile.show-ci .ci {
    color: #f971ff;
  }
  .whatisexte .control-hover.mobile .text {
    top: 50%;
    left: 50%;
    width: 35%;
  }
  .whatisexte .control-hover.mobile.show-c5 .floating.f-c5 .text,
  .whatisexte .control-hover.mobile.show-c2 .floating.f-c2 .text,
  .whatisexte .control-hover.mobile.show-ci .floating.f-ci .text {
    width: 60%;
  }

  .whatisexte .control-hover.mobile .container-tf > .floating {
    width: 25%;
    display: flex;
    align-self: center;
  }

  .whatisexte .control-hover.mobile .container-tf > .floating .arrow {
    display: flex;
    align-items: center;
    padding-top: 20%;
  }
  .whatisexte .control-hover.mobile .floating.f-c5 .arrow {
    display: flex;
    align-items: flex-end;
  }
}
/* Mobile */
@media (max-width: 768px), (max-width: 960px) and (orientation: landscape) {
  .portada {
    background-size: cover;
    background-position: 63% 50%;
  }
  .footer .list span:not(:last-child):after {
    display: none;
  }
  .footer .list span {
    padding-right: 15px;
  }
  .mobile-footer {
    height: 111px;
    width: calc(100vw - (16px + 2vw) * 2);
    bottom: 0;
    position: fixed;
    border-top: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--exte-color);
  }
  .mobile-footer .mail {
    color: var(--main-color-4, #fff);
    font-size: 16px;
    font-family: Inter;
    line-height: 34px;
    text-transform: lowercase;
    font-weight: normal;
  }
  .mobile-footer .social {
    display: flex;
    gap: 22px;
  }

  #scale {
    padding-bottom: 80px;
  }
  #scale .facts .fact {
    width: 80%;
  }
  #scale .facts .fact.underline:hover:after,
  #scale .facts:not(:hover) .fact.underline.force-hover:after,
  #scale .facts .underline .after {
    left: -16%;
  }
  #scale .arrow {
    width: 45vw;
  }
  #scale .arrow img {
    bottom: -170px;
  }
  #scale .facts .fact .big {
    font-size: 56px;
  }
  #scale .play {
    transform: translate(-50%, -50%) scale(var(--player-play-scale, 0.5));
  }

  .about .keys .key {
    width: 100%;
  }

  #carrousel .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }
  #carrousel .inner .desc {
    color: var(--exte-dark-color);
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-top: 16px;
  }

  .page-template-career #careers h1,
  [class*="page-template"] h1 {
    font-size: 32px;
    line-height: 56px;
  }
  [class*="page-template"].cookies h1 {
    line-height: 36px;
  }
  .page-template-career .contact .title {
    line-height: 55px;
  }

  [class*="page-template"] .menu {
    height: auto;
    top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
  }
  [class*="page-template"] .menu > div.adj1200 {
    width: 99vw;
    margin: 0 auto;
  }
  .contact {
    padding: 40px 0px 40px 0px;
  }
  .contact .title {
    font-size: 42px;
    padding-bottom: 0px;
  }
  .page-template-career .contact .title {
    padding-bottom: 20px;
  }
  .contact .links span {
    font-size: 18px;
  }
  .contact .title .talk-arrow img {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 768px) {
  .whatisexte {
    padding: calc(5px + 4.5vw) 0;
  }
  .whatisexte .control-hover.mobile {
    font-size: calc((100vw - 4vw - 32px - 3px - 16px) / 15);
    line-height: calc((100vw - 4vw - 32px - 3px - 16px) / 12.5);
    display: block;
  }
  .whatisexte .f-c5 {
    --width-circle: 65%;
    margin-bottom: -22px;
  }

  .whatisexte .f-ci {
    --width-circle: 85%;
    margin-top: -22px;
  }
  .whatisexte .control-hover.mobile > .floating {
    opacity: 0;
    padding-left: 38%;
  }
  .whatisexte .control-hover.mobile .floating .circle {
    width: var(--width-circle, 75%);
  }
  .whatisexte .control-hover.mobile .container-tf {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #about-us .brands .brand img {
    transform: translate(0px, -50%);
    position: relative;
    top: 50%;
    padding: 0 25px;
    max-width: 125px;
    max-height: 17px;
    display: flex;
  }

  #carrousel {
    --carr-width: calc(90vw - 24px - 20px);
    --carr-height: 85vw;
    --carr-gap: 20px;
  }
  #carrousel .locations-slider.slider {
    padding-bottom: 50px;
  }
  #carrousel .swiper-wrapper {
    scroll-padding: calc(5vw + 22px);
  }
  #carrousel .active .slide-content .cover.transition {
    transition-delay: 0.5s;
  }
  #carrousel .swiper-slide:not(.active) .slide-content:hover .cover.transition {
    height: 100%;
  }

  #carrousel .inter.titleFontSize1 {
    font-size: 11vw;
    line-height: 11vw;
  }
  #carrousel .info {
    font-size: 3.5vw;
  }
  #carrousel .arrow {
    height: 2.2em;
    width: 2.2em;
  }
  #carrousel .carr-controls {
    display: none;
  }
}

@media (max-width: 500px) {
  #carrousel .slide-content:hover .inter.textFontSize1.transition,
  #carrousel .active .slide-content .inter.textFontSize1.transition {
    /* margin-top: -50%; */
    gap: 0;
  }
}
@media (max-width: 360px) {
  .contact .title .talk-arrow {
    display: none;
  }
  .contact .links {
    justify-content: space-around;
    gap: unset;
  }
}
