@charset "UTF-8";
/* ATOMS */
/* REFACTOR COLOURS -- HEADER NEW */
@font-face {
  font-family: "MyriadPro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro-Cond"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro-BoldCond"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "kepler-std";
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("kepler-std"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
.a-arrow {
  border: solid #000;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 3px;
}
.a-arrow--scroll-down {
  width: 25px;
  height: 25px;
  transform: rotate(-30deg) skewX(30deg) scaleY(0.8660254038);
  -webkit-transform: rotate(-30deg) skewX(30deg) scaleY(0.8660254038);
}
.a-arrow--light {
  border: solid #fff;
  border-width: 0 0 2px 2px;
}
.a-arrow--dark {
  background: var(--backgrounds-dark-color, #000000);
}

.a-arrow.js-scroll-to {
  cursor: pointer;
}

.a-feature {
  max-width: 180px;
  min-width: 175px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-feature > p {
  text-align: center;
}
.a-feature--full {
  max-width: 260px;
  min-width: 255px;
}

.a-feature__number {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  color: #095FC6;
  font-size: 2.5rem;
  line-height: 48px;
}
.a-feature__number--highlight {
  color: #04CDAE;
}
.a-feature__number--light {
  color: #fff;
}

.a-feature__title {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 700;
  color: #095FC6;
  font-size: 1.425rem;
  line-height: 120%;
  text-transform: uppercase;
  gap: 10px;
}
.a-feature__title--highlight {
  color: #04CDAE;
}
.a-feature__title--light {
  color: #fff;
}

.a-feature__text {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.2rem;
  line-height: 120%;
}
.a-feature__text > a {
  color: #000;
  -webkit-text-decoration: underl;
          text-decoration: underl;
}
.a-feature__text--light {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .a-feature--full {
    width: 100%;
    min-width: none;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .a-feature--full > p {
    text-align: center;
  }
  .a-feature--left {
    width: 100%;
    min-width: none;
    max-width: 80%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .a-feature--full {
    max-width: 70%;
  }
  .a-feature--left {
    max-width: 70%;
    margin-bottom: 0px;
  }
  .a-feature--mobile-no-padding {
    padding: 0px;
  }
  .a-feture__title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .a-feature--full {
    max-width: 100%;
  }
  .a-feature--left {
    max-width: 100%;
  }
}
.a-dropdown-item {
  border-top: 1px solid rgba(136, 136, 136, 0.2);
  padding-top: 10px;
  padding-bottom: 30px;
  list-style-type: none;
  margin-bottom: 0px;
}
.a-dropdown-item--clean {
  border: 0px;
  padding: 0px;
}

.a-dropdown-item__header {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.a-dropdown-item__header::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 8px);
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

.a-dropdown-item--clean .a-dropdown-item__header {
  width: -moz-fit-content;
  width: fit-content;
}
.a-dropdown-item--clean .a-dropdown-item__header::after {
  right: 15px;
}

.a-dropdown-item__header.active::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.a-dropdown-item__content {
  max-width: 880px;
  padding-right: 50px !important;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  line-height: 0;
  padding: 0;
  color: transparent;
}
.a-dropdown-item__content ul,
.a-dropdown-item__content ol {
  padding-left: unset;
}
.a-dropdown-item__content span,
.a-dropdown-item__content a,
.a-dropdown-item__content li,
.a-dropdown-item__content ul,
.a-dropdown-item__content ol,
.a-dropdown-item__content br {
  transition: all 0.5s ease-in-out;
  line-height: 0;
}
.a-dropdown-item__content ul li {
  font-size: inherit;
  color: inherit;
  list-style: inside;
  list-style-type: disc;
  display: list-item;
  margin-bottom: 0px;
}
.a-dropdown-item__content ol li {
  font-size: inherit;
  color: inherit;
  list-style: inside;
  list-style-type: decimal;
  display: list-item;
  margin-bottom: 0px;
}

.a-dropdown-item__content--tab {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  transition: all 0.5s ease-in-out;
}
.a-dropdown-item__content--tab a {
  color: #04CDAE;
  text-decoration: underline;
  font-weight: 600;
}
.a-dropdown-item__content--tab a:hover {
  text-decoration: none;
}

.a-dropdown-item__content.active {
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 0;
  color: #888888;
}
.a-dropdown-item__content.active span,
.a-dropdown-item__content.active li,
.a-dropdown-item__content.active ul,
.a-dropdown-item__content.active ol,
.a-dropdown-item__content.active br {
  line-height: 1.2;
}
.a-dropdown-item__content.active a {
  line-height: 1.5;
}

.a-dropdown-item__content.active.a-dropdown-item__content--tab > span {
  border-bottom: 0.5px solid #888888;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.a-dropdown-item--clean .a-dropdown-item__content.active {
  color: #000;
}

.a-pretty-rect {
  position: relative;
  display: block;
  margin-bottom: 35px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .a-pretty-rect {
    width: 100vw;
    margin-left: -10px;
  }
}
.a-pretty-rect::after {
  content: "";
  position: absolute;
  border: 5px solid #000;
  top: 25px;
  left: 25px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
@media only screen and (max-width: 600px) {
  .a-pretty-rect::after {
    width: calc(100vw - 40px);
    height: calc(100% - 40px);
    top: 15px;
    left: 15px;
  }
}
.a-pretty-rect--share::after {
  border-color: #095FC6;
}
.a-pretty-rect--b2b::after {
  border-color: #92D050;
}

.a-marquee {
  background-color: #000;
  width: 100%;
  padding: 20px 0px;
  overflow: hidden;
}
.a-marquee--light {
  background-color: #fff;
}

.a-marquee__content {
  display: flex;
  gap: 30px;
  animation: marqueeL 50s linear infinite;
}
@keyframes marqueeR {
  from {
    transform: translateX(var(--wdth, -100%));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marqueeL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--wdth, -100%));
  }
}
@media only screen and (max-width: 600px) {
  .a-marquee__content {
    animation: marqueeL 80s linear infinite;
  }
}
.a-marquee__content--inverse {
  flex-direction: row-reverse;
}
.a-marquee__content--banner {
  animation: marqueeL 30s linear infinite;
}
@media only screen and (max-width: 600px) {
  .a-marquee__content--banner {
    animation: marqueeL 15s linear infinite;
  }
}
.a-marquee__content p {
  color: #fff;
  white-space: nowrap;
}

.a-marquee--logo .a-marquee__content {
  align-items: center;
}

.a-marquee__content--tags-left {
  animation: marqueeLeft 50s linear infinite;
}

.a-marquee__content--tags-right {
  animation: marqueeRight 50s linear infinite;
}

.a-marquee--images .a-marquee__content {
  min-height: 400px;
  max-height: 400px;
}
@media only screen and (max-width: 600px) {
  .a-marquee--images .a-marquee__content {
    min-height: 350px;
    max-height: 350px;
  }
}
.a-marquee--images .a-marquee__content picture {
  width: auto;
  max-height: 400px;
}
@media only screen and (max-width: 600px) {
  .a-marquee--images .a-marquee__content picture {
    min-height: 350px;
    max-height: 350px;
  }
}
.a-marquee--images .a-marquee__content picture img {
  width: auto;
  height: 100%;
}

/* CSS específico para Safari 6.1 hasta 10.0 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .a-marquee--images picture {
      height: 400px;
    }
    @media only screen and (max-width: 600px) {
      .a-marquee--images picture {
        height: 350px;
      }
    }
  }
}
/* CSS específico para Safari 10.1 y más recientes */
@media not all and (min-resolution: 0.001dpcm) {
  .a-marquee--images picture {
    height: 400px;
  }
  @media only screen and (max-width: 600px) {
    .a-marquee--images picture {
      height: 350px;
    }
  }
}
.a-icon {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 600px) {
  .a-icon {
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
  }
}
.a-icon--share {
  background-color: #D9EAFF;
}
.a-icon--share .a-icon__icon {
  background-color: #095FC6;
}

.a-icon__icon {
  -webkit-mask: url("../svg/icon_folder.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_folder.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  max-width: 125px;
  max-height: 125px;
  min-width: 60px;
  min-height: 60px;
  width: 70%;
  height: 70%;
}
.a-icon__icon--person {
  -webkit-mask: url("../svg/icon_person.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_person.svg") no-repeat 50% 50%;
}
.a-icon__icon--reward {
  -webkit-mask: url("../svg/icon_reward.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_reward.svg") no-repeat 50% 50%;
}
.a-icon__icon--hands {
  -webkit-mask: url("../svg/icon_hands.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_hands.svg") no-repeat 50% 50%;
}
.a-icon__icon--medalla {
  -webkit-mask: url("../svg/icon_medalla.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_medalla.svg") no-repeat 50% 50%;
}
.a-icon__icon--lupa {
  -webkit-mask: url("../svg/icon_lupa.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_lupa.svg") no-repeat 50% 50%;
}
.a-icon__icon--trophy {
  -webkit-mask: url("../svg/icon_trophy.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_trophy.svg") no-repeat 50% 50%;
}
.a-icon__icon--pencil {
  -webkit-mask: url("../svg/icon_pencil.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_pencil.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.a-icon__icon--graduation {
  -webkit-mask: url("../svg/icon_graduation.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_graduation.svg") no-repeat 50% 50%;
}
.a-icon__icon--web {
  -webkit-mask: url("../svg/icon_web.svg") no-repeat 50% 50%;
  mask: url("../svg/icon_web.svg") no-repeat 50% 50%;
}
.a-icon__icon--userok {
  -webkit-mask: url("../icon_userok.html") no-repeat 50% 50%;
  mask: url("../icon_userok.html") no-repeat 50% 50%;
}
.a-icon__icon--file {
  -webkit-mask: url("../icon_file.html") no-repeat 50% 50%;
  mask: url("../icon_file.html") no-repeat 50% 50%;
}
.a-icon__icon--building {
  -webkit-mask: url("../icon_building.html") no-repeat 50% 50%;
  mask: url("../icon_building.html") no-repeat 50% 50%;
}
.a-icon__icon--paint {
  -webkit-mask: url("../icon_paint.html") no-repeat 50% 50%;
  mask: url("../icon_paint.html") no-repeat 50% 50%;
}
.a-icon__icon--metric {
  -webkit-mask: url("../icon_metric.html") no-repeat 50% 50%;
  mask: url("../icon_metric.html") no-repeat 50% 50%;
}
.a-icon__icon--userstar {
  -webkit-mask: url("../icon_userstar.html") no-repeat 50% 50%;
  mask: url("../icon_userstar.html") no-repeat 50% 50%;
}
.a-icon__icon--rocket {
  -webkit-mask: url("../icon_rocket.html") no-repeat 50% 50%;
  mask: url("../icon_rocket.html") no-repeat 50% 50%;
}
.a-icon__icon--crono {
  -webkit-mask: url("../icon_crono.html") no-repeat 50% 50%;
  mask: url("../icon_crono.html") no-repeat 50% 50%;
}
.a-icon__icon--people {
  -webkit-mask: url("../icon_people.html") no-repeat 50% 50%;
  mask: url("../icon_people.html") no-repeat 50% 50%;
}
.a-icon__icon--calendar {
  -webkit-mask: url("../icon_calendar.html") no-repeat 50% 50%;
  mask: url("../icon_calendar.html") no-repeat 50% 50%;
}
@media only screen and (max-width: 600px) {
  .a-icon__icon {
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}

.a-timeline-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-left: 25px;
  padding-left: 75px;
  border-left: 3px solid #000;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .a-timeline-item {
    border: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 30px;
  }
}
.a-timeline-item:before {
  position: absolute;
  top: 0px;
  left: -26.5px;
  content: var(--lbl);
  width: 44px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  border: 3px solid #000;
  border-radius: 50px;
  background-color: #fff;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.5rem;
  line-height: 100%;
}
@media only screen and (max-width: 600px) {
  .a-timeline-item:before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .a-timeline-item .a-timeline-item__title:before {
    color: #92D050;
    border-color: #92D050;
    background-color: transparent;
  }
}
.a-timeline-item--share {
  border-left-color: #095FC6;
}
.a-timeline-item--share:before {
  color: #095FC6;
  border-color: #095FC6;
}
@media only screen and (max-width: 600px) {
  .a-timeline-item--share .a-timeline-item__title:before {
    color: #095FC6;
    border-color: #095FC6;
    background-color: transparent;
  }
}
.a-timeline-item--b2b {
  border-left-color: #92D050;
}
.a-timeline-item--b2b:before {
  color: #92D050;
  border-color: #92D050;
}
.a-timeline-item--highlight {
  border-left-color: #04CDAE;
}
.a-timeline-item--highlight:before {
  color: #04CDAE;
  border-color: #04CDAE;
}

.a-timeline-item:last-child {
  border-left-width: 0px;
  padding-bottom: 0px;
}

.a-timeline-item__title {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .a-timeline-item__title {
    position: relative;
    padding-left: 70px;
    margin-top: 10px;
  }
  .a-timeline-item__title:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: var(--lbl);
    width: 44px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    border: 3px solid #000;
    border-radius: 50px;
    background-color: #fff;
    font-family: "MyriadPro", Arial, sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 1.3125rem;
    line-height: 100%;
  }
}

.a-timeline-item--bubble {
  padding-left: 0px;
  border: 0px;
  margin-left: 0px;
}
.a-timeline-item--bubble:before {
  left: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .a-timeline-item--bubble:before {
    display: none;
  }
}
.a-timeline-item--bubble .a-timeline-item__title {
  padding-left: 70px;
}
@media only screen and (max-width: 600px) {
  .a-timeline-item--bubble .a-timeline-item__title {
    padding-left: 70px;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.a-play-btn__stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 3px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.a-play-btn__stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 6px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.a-play-btn__icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.a-play-btn:hover .a-play-btn__stroke-dotted {
  stroke-width: 6px;
  opacity: 1;
}
.a-play-btn:hover .a-play-btn__stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.a-play-btn:hover .a-play-btn__icon {
  transform: scale(1.05);
}

.a-play-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.a-play-btn--left {
  left: 20%;
  transform: translateY(-40%);
}
@media only screen and (max-width: 600px) {
  .a-play-btn--left {
    left: 10%;
    transform: translateY(-20%);
  }
}
.a-play-btn--flex {
  display: flex; /* Activa flexbox */
  flex-direction: column; /* Alinea elementos verticalmente */
  align-items: center; /* Centra los elementos horizontalmente */
  gap: 20px; /* Espaciado entre el botón y el texto */
}
@media only screen and (max-width: 860px) {
  .a-play-btn--flex {
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .a-play-btn--flex {
    gap: 5px;
  }
}
.a-play-btn--flex .a-play-btn-text {
  text-align: center; /* Centrado del texto */
  max-width: 150px;
}
@media only screen and (max-width: 600px) {
  .a-play-btn svg {
    max-width: 65px;
    max-height: 65px;
    aspect-ratio: 1/1;
  }
}

.a-play-btn .p-text {
  margin-top: 1vh;
}

/*
  .a-play-btn{
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background: transparent;
    z-index: 2;
  }
  */
.ellipse-container {
  position: relative;
  height: 110px; /* Altura de las elipses */
}
@media only screen and (max-width: 600px) {
  .ellipse-container {
    position: initial;
  }
}

/* Aplicamos el estilo de posición absoluta a los <picture> en lugar de los <a> */
.ellipse-container picture {
  position: absolute;
  width: 110px; /* Aseguramos un ancho fijo para las imágenes */
  height: 110px; /* Aseguramos una altura fija para las imágenes */
}

/* Imagenes dentro de picture */
.ellipse-container img {
  width: 100%; /* Aseguramos que la imagen ocupe todo el contenedor <picture> */
  height: 100%; /* Aseguramos que la imagen ocupe todo el contenedor <picture> */
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover; /* Para asegurar que la imagen cubra todo el elipse */
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 600px) {
  .ellipse-container img {
    width: 95px;
    height: 95px;
  }
}

/* Ajusta la posición de cada imagen usando nth-child en <picture> */
.ellipse-container picture:nth-child(1) {
  left: 0;
}

.ellipse-container picture:nth-child(2) {
  left: 80px; /* Solapamiento de 30px con la imagen anterior */
}

.ellipse-container picture:nth-child(3) {
  left: 160px;
}

.ellipse-container picture:nth-child(4) {
  left: 240px;
}

.ellipse-container picture:nth-child(5) {
  left: 320px;
}

/* Ajustes para pantallas pequeñas */
@media only screen and (max-width: 600px) {
  .ellipse-container picture:nth-child(1) {
    left: 0; /* No se cambia */
  }
  .ellipse-container picture:nth-child(2) {
    left: 70px; /* Reducimos 10px */
  }
  .ellipse-container picture:nth-child(3) {
    left: 140px; /* Reducimos 20px */
  }
  .ellipse-container picture:nth-child(4) {
    left: 210px; /* Reducimos 30px */
  }
  .ellipse-container picture:nth-child(5) {
    left: 280px; /* Reducimos 40px */
  }
}
.a-ciber-card {
  position: relative;
  filter: drop-shadow(8px 9px 6px gray);
  -webkit-filter: drop-shadow(8px 9px 6px gray);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  max-width: 350px;
  min-width: 250px;
  cursor: pointer;
}
.a-ciber-card > picture {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 25/35;
}
.a-ciber-card > picture > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 25/35;
}
.a-ciber-card--small {
  max-width: 250px;
  max-height: 350px;
}
.a-ciber-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(59, 59, 59, 0.592406) 53.94%, #1E1E1E 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.a-ciber-card > a {
  display: block;
}
.a-ciber-card--dark {
  filter: drop-shadow(8px 9px 6px rgba(255, 255, 255, 0.1));
  -webkit-filter: drop-shadow(8px 9px 6px rgba(255, 255, 255, 0.1));
}

.a-ciber-card:hover {
  transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  filter: drop-shadow(3px 4px 2px gray);
}

.a-ciber-card--dark:hover {
  filter: drop-shadow(3px 4px 2px rgba(255, 255, 255, 0.2));
}

.a-ciber-card__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  padding-right: 10px;
}
.a-ciber-card__text > p {
  margin-top: 5px;
}

.a-ciber-card__link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  transition: all 0.5s;
}

.a-ciber-card:hover .a-ciber-card__link {
  opacity: 0.6;
}

.a-ciber-card--small .a-ciber-card__text > p {
  margin-top: 5px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .a-ciber-card::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(59, 59, 59, 0.592406) 53.94%, #1E1E1E 100%);
    }
  }
}
@media only screen and (max-width: 600px) {
  .a-ciber-card {
    filter: drop-shadow(5px 4px 3px gray);
  }
  .a-ciber-card--dark {
    filter: drop-shadow(5px 4px 3px black);
  }
  .a-ciber-card:hover {
    transform: translate(1px, 1px);
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    filter: drop-shadow(2px 3px 1px gray);
  }
}
/* SAFARI 10.1 or > */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .a-ciber-card {
      filter: drop-shadow(0px 0px 0px gray);
      -webkit-filter: drop-shadow(0px 0px 0px gray);
    }
    .a-ciber-card:hover {
      filter: drop-shadow(0px 0px 0px gray);
    }
  }
}
/* MOLECULES */
.m-card-icon {
  display: flex;
  width: 300px;
  padding: 80px 30px 30px 30px;
  margin-top: 100px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
.m-card-icon .a-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  left: calc(50% - 75px);
}
@media only screen and (max-width: 600px) {
  .m-card-icon .a-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 45px);
    left: -30px;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-icon {
    display: flex;
    padding: 20px 20px 20px 80px;
    width: calc(100% - 30px);
    flex-direction: column;
    gap: 30px;
    margin-top: 0px;
    margin-left: 35px;
    align-items: self-start;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-icon .ut-text-center {
    text-align: left;
  }
}

.m-dropdown-list {
  max-width: 1120px;
  list-style-type: none;
  padding-left: 0px;
}

.m-dropdown-list a {
  color: #888 !important;
  font-weight: 600 !important;
}

.m-dropdown-list a:hover {
  color: #646464 !important;
}

.m-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  gap: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .m-card .h-title-escort {
    font-size: 2rem;
    font-size: 1.5rem;
  }
}
.m-card .a-btn {
  margin-top: auto;
}
@media only screen and (max-width: 600px) {
  .m-card .a-btn {
    width: auto;
    padding: 0px 30px;
  }
}
.m-card picture,
.m-card img {
  border-radius: 5px 5px 0px 0px;
}
.m-card--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  padding-top: 30px;
  justify-content: center;
  min-width: 400px;
}
.m-card--transparent-opacity {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 0px;
}
.m-card--form {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}
.m-card--bootcamp {
  background-image: var(--bg1x);
  aspect-ratio: 4/6;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.m-card--bootcamp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.m-card--bootcamp .m-card__content {
  justify-content: flex-end;
  z-index: 2;
}
.m-card--bootcamp .a-btn {
  margin-top: unset;
  width: 100%;
}

.m-card__content__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.m-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 30px;
  gap: 10px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .m-card__content {
    gap: 20px;
    padding: 0px 20px;
  }
}
.m-card__content--workshop {
  gap: 20px;
}
.m-card__content--workshop p {
  margin-top: -10px;
}
.m-card__content--noimg {
  padding-top: 30px;
  gap: 30px;
}
.m-card__content--noimg__ws {
  padding-top: 30px;
  gap: 20px;
}
.m-card__content--more-gap {
  gap: 30px;
  padding: 0px 20px;
  padding-top: 30px;
}
.m-card__content h3 {
  font-size: 1.5rem;
}

.m-card__background {
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-image: var(--bg1x);
}

.m-card__content-separator {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  line-height: 128%;
}
.m-card__content-separator--no-paddding__bottom {
  padding-bottom: 0px;
}

.m-card__content-separator-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m-card__content-row {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.m-card__content-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m-card__arrow {
  align-self: center;
  border-bottom: 10px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  margin-right: 5px;
  transform: rotate(90deg);
  width: 0;
  margin-left: auto;
}

.m-card--cat-mo .m-card__arrow {
  border-bottom: 10px solid #FF6BA0;
}
.m-card--cat-my .m-card__arrow {
  border-bottom: 10px solid #8277FF;
}
.m-card--cat-mb .m-card__arrow {
  border-bottom: 10px solid #F28DF4;
}
.m-card--cat-la .m-card__arrow {
  border-bottom: 10px solid #39D5DF;
}
.m-card--cat-pa .m-card__arrow {
  border-bottom: 10px solid #40A4CF;
}
.m-card--cat-sa .m-card__arrow {
  border-bottom: 10px solid #5E91FF;
}

a.m-card--link:hover {
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
}

a.m-card--link:hover.m-card--cat-mo {
  filter: drop-shadow(1px 2px 2px #FF6BA0);
}

a.m-card--link:hover.m-card--cat-my {
  filter: drop-shadow(1px 2px 2px #8277FF);
}

a.m-card--link:hover.m-card--cat-mb {
  filter: drop-shadow(1px 2px 2px #F28DF4);
}

a.m-card--link:hover.m-card--cat-la {
  filter: drop-shadow(1px 2px 2px #39D5DF);
}

a.m-card--link:hover.m-card--cat-pa {
  filter: drop-shadow(1px 2px 2px #40A4CF);
}

a.m-card--link:hover.m-card--cat-sa {
  filter: drop-shadow(1px 2px 2px #5E91FF);
}

.m-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.m-menu {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 950px) {
  .m-menu {
    width: 100%;
  }
}
.m-menu--footer {
  justify-content: flex-start;
}

.m-menu__list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.m-menu__list--footer {
  flex-direction: column;
  gap: 3px;
}
.m-menu__list--legal {
  gap: 0px;
}
@media only screen and (max-width: 950px) {
  .m-menu__list {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
}

.m-menu__list-item {
  list-style-type: none;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
  /* Oculta inicialmente el submenú */
}
@media only screen and (max-width: 950px) {
  .m-menu__list-item {
    width: 100%;
    padding: 11px 0px;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list-item {
    padding: 8px 0px;
  }
}
.m-menu__list-item a,
.m-menu__list-item p {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .m-menu__list-item a,
  .m-menu__list-item p {
    font-size: 1.1875rem;
  }
}
.m-menu__list-item--black, .m-menu__list-item--selected {
  font-weight: 600;
}
.m-menu__list-item--black a,
.m-menu__list-item--black p, .m-menu__list-item--selected a,
.m-menu__list-item--selected p {
  font-weight: 600;
}
.m-menu__list-item--black .sub-menu a,
.m-menu__list-item--black .sub-menu p, .m-menu__list-item--selected .sub-menu a,
.m-menu__list-item--selected .sub-menu p {
  font-weight: 400;
}
.m-menu__list-item--black {
  padding-top: 2px;
}
.m-menu__list-item--image a {
  display: flex;
  gap: 5px;
}
.m-menu__list-item--image img {
  max-height: 100%;
  width: auto;
}
.m-menu__list-item:hover {
  color: #ffce00;
}
.m-menu__list-item:hover a,
.m-menu__list-item:hover p {
  color: #ffce00;
}
.m-menu__list-item:hover .sub-menu a,
.m-menu__list-item:hover .sub-menu p {
  color: #000;
}
.m-menu__list-item--selector {
  position: relative;
}
.m-menu__list-item--selector select {
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  outline: 0;
  padding-right: 20px;
  width: 100%;
}
.m-menu__list-item--selector select:hover {
  border-bottom: 1px solid #000;
}
.m-menu__list-item--selector:after {
  border: 6px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  width: 0;
}
.m-menu__list-item .sub-menu {
  display: none;
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: -20px;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  gap: 10px;
  /* Opcional, para dar un efecto de profundidad */
}
@media only screen and (max-width: 860px) {
  .m-menu__list-item .sub-menu {
    padding: 0px 20px;
    position: relative;
    top: 0px;
    gap: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list-item .sub-menu li {
    padding: 5px 0px;
  }
}
.m-menu__list-item .sub-menu li:hover {
  color: #ffce00;
}
.m-menu__list-item .sub-menu li:hover a,
.m-menu__list-item .sub-menu li:hover p {
  color: #ffce00;
}
.m-menu__list-item:hover .sub-menu {
  display: flex;
  animation: slideDown 300ms ease-out forwards;
}

.m-menu--contact .m-menu__list-item {
  font-size: 0.875rem;
}
.m-menu--contact .m-menu__list-item a,
.m-menu--contact .m-menu__list-item p {
  font-size: 0.875rem;
}

.m-menu--language .m-menu__list {
  gap: 8px;
}
@media only screen and (max-width: 950px) {
  .m-menu--language .m-menu__list {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.m-menu--language .m-menu__list-item {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .m-menu--language .m-menu__list-item {
    width: auto;
  }
}
.m-menu--language .m-menu__list-item a,
.m-menu--language .m-menu__list-item p {
  font-size: 0.75rem;
}

.m-menu--phones .m-menu__list-item {
  font-size: 1rem;
  padding: 5px 0px;
}
.m-menu--phones .m-menu__list-item a,
.m-menu--phones .m-menu__list-item p {
  font-size: 1rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 950px) {
  .m-menu--footer .m-menu__list-item {
    padding: 0px 0px;
    font-size: unset;
  }
}
.m-menu--footer .m-menu__list-item a {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 950px) {
  .m-menu--footer .m-menu__list-item a {
    font-size: unset;
  }
}
.m-menu--footer .m-menu__list-item a:hover {
  color: #888888;
}

@media only screen and (max-width: 950px) {
  .m-menu--legal .m-menu__list-item {
    padding: 0px 0px;
    font-size: unset;
    width: unset;
  }
}
.m-menu--legal .m-menu__list-item a {
  font-size: 0.875rem;
  color: #fff;
  padding: 0px 5px;
  border-left: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .m-menu--legal .m-menu__list-item a {
    padding: 0px 0px;
    border-left: 0px;
  }
}
.m-menu--legal .m-menu__list-item a:hover {
  color: #888888;
}

@media only screen and (max-width: 950px) {
  .m-menu__list--legal {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list--legal {
    flex-direction: column;
  }
}

/* Animación de slide down */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.str-body-b2b--bootcamp .m-menu li select,
.str-body-b2b--bootcamp .m-menu li p,
.str-body-b2b--bootcamp .m-menu li a,
.str-body-b2b--bootcamp .m-menu li a span,
.str-body-b2b--bootcamp .m-menu li span,
.str-body-b2b--bootcamp .wpml-ls li a span {
  color: #fff;
}
.str-body-b2b--bootcamp .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-body-b2b--bootcamp .a-burguer span {
  background: #fff;
}
.str-body-b2b--bootcamp .str-header.active .m-menu li select,
.str-body-b2b--bootcamp .str-header.active .m-menu li p,
.str-body-b2b--bootcamp .str-header.active .m-menu li a,
.str-body-b2b--bootcamp .str-header.active .m-menu li a span,
.str-body-b2b--bootcamp .str-header.active .m-menu li span,
.str-body-b2b--bootcamp .str-header.active .wpml-ls li a span,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li select,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li p,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li a,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li a span,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li span,
.str-body-b2b--bootcamp .str-header.mobile-open .wpml-ls li a span {
  color: #000;
}
.str-body-b2b--bootcamp .str-header.active .m-menu__list-item--selector:after,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu__list-item--selector:after {
  border-top-color: #000;
}
.str-body-b2b--bootcamp .str-header.active .a-burguer span,
.str-body-b2b--bootcamp .str-header.mobile-open .a-burguer span {
  background: #000;
}

.str-body-b2b--bootcamp .a-logo--light {
  display: flex;
}
.str-body-b2b--bootcamp .a-logo--dark {
  display: none;
}
.str-body-b2b--bootcamp .str-header.active .a-logo--light,
.str-body-b2b--bootcamp .str-header.mobile-open .a-logo--light {
  display: none;
}
.str-body-b2b--bootcamp .str-header.active .a-logo--dark,
.str-body-b2b--bootcamp .str-header.mobile-open .a-logo--dark {
  display: flex;
}

.map__content {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  background-color: black;
}
.map__content svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map__content .zoom-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  gap: 5px;
}
.map__content .zoom-controls button {
  background-color: #ffffff;
  color: #4f4f4f;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.map__content .zoom-controls button:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.map__content .zoom-controls button:active {
  background-color: #e0e0e0;
  box-shadow: none;
  transform: scale(0.95);
}
.map__content .zoom-controls button + button {
  margin-top: -1px;
}
.map__content .zoom-controls .divider {
  width: 30px;
  height: 1px;
  background-color: #cccccc;
}

.city-light {
  fill: rgba(255, 0, 0, 0.8);
  transition: r 0.2s ease-in-out, fill 0.2s ease-in-out;
}

.city-light:hover {
  fill: rgb(255, 0, 0);
  r: 6;
}

.continent-circle text {
  font-size: 12px;
  fill: white;
  text-anchor: middle;
}

.m-navigation {
  padding-left: 0;
  display: flex;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 0;
  justify-content: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .m-navigation {
    padding-right: 0px;
  }
}
.m-navigation--center {
  justify-content: center;
}
.m-navigation--more-padding {
  padding-top: 40px;
}
@media only screen and (max-width: 860px) {
  .m-navigation--more-padding {
    padding-top: 20px;
  }
}
.m-navigation::-webkit-scrollbar {
  display: none;
}
.m-navigation .m-navigation__item {
  list-style: none;
  font-size: min(max(1rem, 1vw), 1.2rem);
  display: inline-block;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.m-navigation .m-navigation__item.active {
  color: white;
  border-bottom: 2px solid white;
}
.m-navigation .m-navigation__item:hover {
  opacity: 0.7;
}
.m-navigation .m-navigation__separator {
  flex: 1;
  background: transparent;
  height: 0;
}
.m-navigation .product__menu_item {
  display: block;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
  text-align: center;
}
.m-navigation--tabs {
  border-bottom: 2px solid #888888;
  background-color: #000;
  padding-left: unset;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .m-navigation--tabs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.m-navigation--tabs .m-navigation__item {
  color: #888888;
  padding: 0 2vw;
  position: relative;
  margin: 2px;
  cursor: pointer;
}
.m-navigation--tabs .m-navigation__item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.m-navigation--tabs .m-navigation__item.active {
  color: #fff;
  border-bottom: none;
  margin: 2px;
}
.m-navigation--tabs .m-navigation__item.active::before {
  background-color: white;
}
.m-navigation--tabs .m-navigation__item:not(.active) {
  color: #888888;
}
.m-navigation--tabs .m-navigation__item:hover {
  opacity: 0.7;
}
.m-navigation--tabs-no-border {
  border-bottom: none;
}
.m-navigation--tabs .product__menu_item {
  color: #888888;
}
.m-navigation--tabs .product__menu_item.active {
  color: #fff;
}
.m-navigation--tabs-white {
  border-bottom: 2px solid #888888;
  background-color: #fff;
  padding-left: unset;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .m-navigation--tabs-white {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.m-navigation--tabs-white .m-navigation__item {
  color: #888888;
  padding: 0 2vw;
  position: relative;
  margin: 2px;
  cursor: pointer;
}
.m-navigation--tabs-white .m-navigation__item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.m-navigation--tabs-white .m-navigation__item.active {
  color: #000;
  border-bottom: none;
  margin: 2px;
}
.m-navigation--tabs-white .m-navigation__item.active::before {
  background-color: white;
}
.m-navigation--tabs-white .m-navigation__item:not(.active) {
  color: #888888;
}
.m-navigation--tabs-white .m-navigation__item:hover {
  opacity: 0.7;
}
.m-navigation--tabs-white-no-border {
  border-bottom: none;
}
.m-navigation--tabs-white .product__menu_item {
  color: #888888;
}
.m-navigation--tabs-white .product__menu_item.active {
  color: #000;
}

.m-popup {
  position: fixed;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0px 0px 5px;
  width: 590px;
  max-width: 100%;
  top: 50%;
  z-index: 36;
  right: -100vw;
  opacity: 0;
  transform: translate3d(-100%, -50%, 0.1px);
  height: 100vh;
  overflow-y: scroll;
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
}

.m-popup--center {
  height: unset;
  min-width: 700px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate3d(250%, -50%, 0.1px);
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
}

.m-popup.active {
  opacity: 1;
  transform: translate3d(-100vw, -50%, 0.1px);
  z-index: 36;
}

.m-popup--center.active {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0.1px);
  z-index: 36;
}

.m-popup--video {
  height: unset;
  border-radius: 0px;
  box-shadow: unset;
  top: 50%;
  left: 50%;
  overflow: unset;
  padding: 30px;
  min-width: 80vw;
  aspect-ratio: 1920/1080;
  background-color: transparent;
  transform: translate3d(250%, -50%, 0.1px);
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
}
.m-popup--video video {
  width: 100%;
}

.m-popup--video.active {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0.1px);
  z-index: 36;
}

.m-popup__header {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.m-popup--video .m-popup__header {
  margin: 0px;
  justify-content: flex-end;
  top: -25px;
  left: 25px;
}

.m-popup__header__close {
  width: 20px;
  height: 20px;
  position: sticky;
  top: 0px;
  cursor: pointer;
}
.m-popup__header__close:before, .m-popup__header__close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 25px;
  width: 4px;
  background-color: black;
}
.m-popup__header__close:before {
  transform: rotate(45deg);
}
.m-popup__header__close:after {
  transform: rotate(-45deg);
}

.m-popup__header__info {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.m-popup__header__info picture {
  width: 80px;
  position: relative;
  background-color: #fff;
}
.m-popup__header__info picture img {
  border-radius: 90px;
  background-color: #fff;
}

.m-popup__header-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 5px;
  max-width: 90%;
}

.m-popup__overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  z-index: 35;
  cursor: pointer;
  transform: translateZ(0.1px);
}

.m-popup__overlay--active {
  opacity: 1;
  z-index: 35;
}

.m-popup__overlay--visible {
  display: block;
}

.m-popup__overlay--transition {
  transition: opacity 1s ease-in-out;
}

.m-popup--iframe {
  padding: 25px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  min-width: unset;
  background-color: transparent;
}
.m-popup--iframe .m-popup__header {
  margin-top: -15px;
  float: right;
  margin-right: -15px;
  margin-bottom: 15px;
}
.m-popup--iframe .m-popup__header__close:before, .m-popup--iframe .m-popup__header__close:after {
  background-color: white;
}
.m-popup--iframe iframe {
  width: 1000px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 950px) {
  .m-popup {
    right: -220vw;
  }
  .m-popup.active {
    opacity: 1;
    transform: translate3d(-220vw, -50%, 0.1px);
  }
  .m-popup--center.active {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0.1px);
  }
}
@media only screen and (max-width: 600px) {
  .m-popup,
  .m-popup--center {
    bottom: 0;
    top: unset;
    right: 0;
    left: 0;
    height: unset;
    transform: translate3d(0, 100%, 0.1px);
    max-height: calc(100vh - 50px);
    padding: 20px 10px 40px 10px;
    border-radius: 5px 5px 0px 0px;
    min-width: unset;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
  }
  .m-popup.active,
  .m-popup--center.active {
    transform: translate3d(0, 0%, 0.1px);
  }
  .m-popup--video {
    top: 50%;
    bottom: 50%;
    margin: auto 0;
  }
  .m-popup__header {
    margin-bottom: 10px;
  }
  .m-popup--video .m-popup__header {
    top: -15px;
    left: 0px;
  }
  .hbspt-form input[type=checkbox] {
    margin-right: 5px !important;
  }
  .m-popup__header__info picture {
    width: 60px;
  }
  .m-popup__header__info {
    gap: 10px;
  }
  .m-popup--iframe {
    padding: 20px 10px 40px 10px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-width: unset;
    min-height: 75vh;
  }
  .m-popup--iframe .m-popup__header {
    margin-top: 0px;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .m-popup--iframe iframe {
    width: 1000px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
/* SECTIONS - ORGANISMS */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

[class*=h-title-] {
  text-align: left;
}

.h-title-whale {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 18.75vw), 18.75rem);
  line-height: 80%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.h-title-whale--light {
  color: #fff;
}

.h-title-jumbo {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(12.5rem, 15.625vw), 15.625rem);
  line-height: 80%;
}
.h-title-jumbo--light {
  color: #fff;
}

.h-title-hipo {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 8.3125vw), 8.3125rem);
  line-height: 100%;
}
.h-title-hipo--light {
  color: #fff;
}

.h-title-hero {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 100%;
  font-size: min(max(2.5rem, 6.25vw), 6.25rem);
}
.h-title-hero--light {
  color: #fff;
}

.h-title-super {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 5rem;
}
.h-title-super--light {
  color: #fff;
}
@media only screen and (max-width: 859.98px) {
  .h-title-super {
    font-size: 2rem;
  }
}

h1,
.h-title-page {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: min(max(2rem, 3.125vw), 3.125rem);
}
h1--light,
.h-title-page--light {
  color: #fff;
}
h1 span,
.h-title-page span {
  font-weight: 900;
  font-size: min(max(2rem, 3.125vw), 3.125rem);
}

h2,
.h-title-section {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
}
h2 span,
.h-title-section span {
  font-weight: 700;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
}
h2--light,
.h-title-section--light {
  color: #fff;
}
h2--highlight,
.h-title-section--highlight {
  color: #04CDAE;
}

.h-title-escort {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: min(max(1.25rem, 1.3125vw), 1.3125rem);
}
.h-title-escort span {
  font-weight: 400;
  font-size: min(max(1.25rem, 1.3125vw), 1.3125rem);
}
.h-title-escort--bolded {
  color: #000;
  font-weight: 700;
}
.h-title-escort--light {
  color: #fff;
  font-weight: 700;
}
.h-title-escort--light span {
  color: #fff;
}
.h-title-escort--light-no-bold {
  color: #fff;
  font-weight: 400;
}

h3,
.h-title-in-section {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(1.5rem, 2vw), 2rem);
}
h3 span,
.h-title-in-section span {
  font-weight: 700;
  font-size: min(max(1.5rem, 2vw), 2rem);
}
h3--light,
.h-title-in-section--light {
  color: #fff;
}
h3--highlight,
.h-title-in-section--highlight {
  color: #04CDAE;
}
h3--condensed,
.h-title-in-section--condensed {
  font-family: "MyriadPro-Cond", Arial, sans-serif;
  font-weight: 600;
}
h3--condensed span,
.h-title-in-section--condensed span {
  font-weight: 600;
}
h3--condensed strong,
h3--condensed b,
.h-title-in-section--condensed strong,
.h-title-in-section--condensed b {
  font-weight: 900;
}

h4,
.h-title-section-subtitle {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: min(max(1.3125rem, 1.5vw), 1.5rem);
}
h4 span,
.h-title-section-subtitle span {
  font-weight: 900;
  font-size: min(max(1.3125rem, 1.5vw), 1.5rem);
}
h4 > b,
.h-title-section-subtitle > b {
  font-weight: 600;
}
h4--highlight,
.h-title-section-subtitle--highlight {
  color: #04CDAE;
}
h4--light,
.h-title-section-subtitle--light {
  color: #fff;
}
h4--condensed,
.h-title-section-subtitle--condensed {
  font-family: "MyriadPro-Cond", Arial, sans-serif;
  font-weight: 600;
}
h4--condensed span,
.h-title-section-subtitle--condensed span {
  font-weight: 600;
}
h4--condensed strong,
h4--condensed b,
.h-title-section-subtitle--condensed strong,
.h-title-section-subtitle--condensed b {
  font-weight: 900;
}

h5,
.h-title-5 {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.3125rem;
  font-size: min(max(1.1875rem, 1.3125vw), 1.3125rem);
}
h5 span,
.h-title-5 span {
  font-weight: 900;
  font-size: min(max(1.1875rem, 1.3125vw), 1.3125rem);
}
h5--semibold,
.h-title-5--semibold {
  font-weight: 700;
}
h5--light,
.h-title-5--light {
  color: #fff;
}

h6,
.h-title-6 {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.3125rem;
}
h6 span,
.h-title-6 span {
  font-weight: 600;
  font-size: 1.3125rem;
}
h6--light,
.h-title-6--light {
  color: #fff;
}

.h-title-quote,
blockquote p {
  text-align: center;
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 5rem;
  font-size: min(max(2.5rem, 5vw), 5rem);
  line-height: 120%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
}

.h-title-mini-quote,
blockquote p {
  text-align: center;
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 3.75rem;
  font-size: min(max(2.5rem, 3.75vw), 3.75rem);
  line-height: 120%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
}

.s-hero-9 {
  height: 300vh; /* Espacio suficiente para el scroll */
  position: relative;
  background-color: black;
}

.s-hero-9__container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s-hero-9__main-text, .s-hero-9__hidden-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.s-hero-9__main-text {
  width: 100%; /* Ajusta según el tamaño necesario */
  height: auto; /* Mantén la relación de aspecto */
  max-width: 60vw; /* Evita que ocupe más que el viewport */
  max-height: 60vh;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 860px) {
  .s-hero-9__main-text {
    max-width: 70vw;
    max-height: 70vh;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-9__main-text {
    max-width: 90vw;
    max-height: 90vh;
  }
}

.s-hero-9__hidden-text {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  color: white;
  opacity: 0;
  z-index: 1;
  width: 80%; /* Da un ancho mayor al texto */
  max-width: 945px; /* Limita el ancho máximo */
  margin: 0 auto; /* Centra el texto horizontalmente */
  text-align: center; /* Alinea el texto al centro */
  position: absolute;
  top: 50%;
  left: 50%; /* Mantiene el centrado horizontal */
  transform: translate(-50%, -50%); /* Centra vertical y horizontalmente */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.s-hero-9__hidden-text h2 {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: min(max(2.5rem, 6.25vw), 6.25rem);
  line-height: 100%;
}

.s-hero-9__arrow {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
}

.s-content-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center 15%;
  background-image: var(--bg3x);
  background-color: #fff;
  background-size: cover;
  position: relative;
  padding: 50px;
  /* Big screens, more than container + 5px */
}
@media (max-width: 768px) {
  .s-content-1 {
    background-image: var(--bg-mobile);
  }
}
@media (min-width: 1445px) {
  .s-content-1 {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0) 94%, rgb(255, 255, 255) 100%), var(--bg3x);
  }
}
@media only screen and (max-width: 950px) {
  .s-content-1 {
    background-size: cover;
    background-image: var(--bg3x);
  }
}
@media only screen and (max-width: 860px) {
  .s-content-1 {
    padding: 0px 10px;
  }
}
.s-content-1--margin-top {
  margin-top: 150px;
}
@media only screen and (max-width: 860px) {
  .s-content-1--margin-top {
    margin-top: 50px;
    padding: 50px 10px;
  }
}
.s-content-1--text-left {
  justify-content: left;
}
.s-content-1--no-gradient {
  background-image: var(--bg3x);
}
.s-content-1--black-gradient {
  height: 80vh;
  background-size: cover;
  background-position: center center;
  /* Sobrescribe el background-image para eliminar el gradiente blanco */
}
@media only screen and (max-width: 1550px) {
  .s-content-1--black-gradient {
    height: 55vh;
  }
}
@media only screen and (max-width: 950px) {
  .s-content-1--black-gradient {
    height: 40vh;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-1--black-gradient {
    height: 35vh;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-1--black-gradient {
    height: 40vh;
    background-size: cover;
    background-position: center center;
  }
}
@media only screen and (max-width: 390px) {
  .s-content-1--black-gradient {
    height: 35vh;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 1445px) {
  .s-content-1--black-gradient {
    background-image: var(--bg3x);
  }
}
.s-content-1--black-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.s-content-1--black-gradient h4 {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: min(max(2.5rem, 6.25vw), 6.25rem);
  line-height: 100%;
  font-family: "kepler-std", TimesNewRoman, sans-serif;
}
.s-content-1--black-gradient .s-content-1__content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 100px 0;
  width: 820px;
  margin: 0 0;
  z-index: 2;
}
@media only screen and (max-width: 860px) {
  .s-content-1--black-gradient .s-content-1__content {
    padding: 100px 40px;
  }
}

.s-content-1__content {
  text-align: center;
  align-self: stretch;
  padding: 100px 0;
  width: 820px;
  margin: 0 0;
}
@media only screen and (max-width: 860px) {
  .s-content-1__content {
    padding: 100px 40px;
  }
}

.s-content-1__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-content-1__arrow {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .s-content-1__arrow {
    position: unset;
  }
}

.a-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "MyriadPro", Arial, sans-serif;
  border-width: 2px;
  border-style: solid;
  font-weight: 900;
  font-size: 1.0625rem;
  height: 50px;
  padding: 0px 30px;
  line-height: 120%;
  cursor: pointer;
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.a-btn:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
@media only screen and (max-width: 600px) {
  .a-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 1rem;
  }
}
.a-btn--full {
  padding: 0px;
  width: 100%;
}
.a-btn--secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-btn--secondary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.a-btn--alternate {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--alternate:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--share {
  background-color: #095FC6;
  border-color: #fff;
  color: #fff;
}
.a-btn--share:hover {
  background-color: #fff;
  border-color: #fff;
  color: #095FC6;
}
.a-btn--clear {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--clear:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--clear2 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.a-btn--clear2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.a-btn--primary2 {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--primary2:hover {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--secondary2 {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-btn--secondary2:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .a-btn--fixed-width {
    min-width: 230px;
  }
}
.a-btn--no-hover {
  cursor: default;
  white-space: nowrap;
  pointer-events: none;
}

.a-btn-more {
  text-decoration: underline;
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  display: flex;
  background-color: transparent;
}
.a-btn-more--b2b {
  color: #92D050;
}

@media only screen and (max-width: 600px) {
  .s-hero-2 .a-btn--clear2 {
    background-color: #fff;
    border-color: #FE3F00;
    color: #FE3F00;
  }
  .s-hero-2 .a-btn--clear2:hover {
    background-color: #FE3F00;
    border-color: #FE3F00;
    color: #fff;
  }
}

.s-content-27__sticky-card .a-btn {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.s-content-27__sticky-card .a-btn:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}

.a-sticky-cta .a-btn--clear2 {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-sticky-cta .a-btn--clear2:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}

.s-content-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center 15%;
  background-image: var(--bg3x);
  background-color: #fff;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  .s-content-2 {
    background: var(--bg2x) no-repeat center center/cover;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-2 {
    background: var(--bg1x) no-repeat top center/cover;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 390px) {
  .s-content-2 {
    background: var(--bg1x) no-repeat center center/contain;
  }
}
.s-content-2--fixed-padding {
  padding-top: 200px;
  padding-bottom: 300px;
}
@media only screen and (max-width: 600px) {
  .s-content-2--fixed-padding {
    padding-bottom: 0;
  }
}
.s-content-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) calc((100vw - 1440px) / 2), rgba(255, 255, 255, 0.8) calc((100vw - 1440px) / 2 + 576px), rgba(255, 255, 255, 0) calc((100vw - 1440px) / 2 + 1152px));
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .s-content-2::before {
    top: 120px;
    height: 70vw;
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.s-content-2.right {
  background-position: right;
  background-size: contain;
}
@media only screen and (max-width: 860px) {
  .s-content-2.right {
    background: var(--bg1x) no-repeat top center/contain;
    background-position: top;
    padding-top: 300px;
  }
}
.s-content-2.right::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) calc((100vw - 1440px) / 2), rgb(255, 255, 255) calc((100vw - 1440px) / 2 + 720px), rgba(255, 255, 255, 0) calc((100vw - 1440px) / 2 + 1296px));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .s-content-2.right::before {
    background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
    top: 100px;
  }
}
@media only screen and (max-width: 390px) {
  .s-content-2.right::before {
    background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
    top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-2.right {
    padding-top: 200px;
  }
  .s-content-2.right::before {
    top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-2--black {
    background: var(--bg1x) no-repeat top center/cover;
  }
}
.s-content-2--no-gradient {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-content-2--no-gradient::before {
  background: none;
}
@media only screen and (max-width: 600px) {
  .s-content-2--no-gradient {
    padding: 300px 10px 50px 10px;
  }
  .s-content-2--no-gradient h2 {
    color: white;
  }
  .s-content-2--no-gradient .s-content-2__content p {
    color: white;
  }
  .s-content-2--no-gradient .s-content-2__content button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  .s-content-2--no-gradient .s-content-2__content button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
}

.s-content-2__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.s-content-2__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.s-content-15 {
  position: sticky;
  top: 49px;
  z-index: 4;
  background-color: #fff;
}
.s-content-15--black {
  background-color: #000;
  padding-top: 10px;
}
.s-content-15--padding {
  padding: 50px 0;
}
.s-content-15--s55 {
  top: 159px;
}
@media only screen and (max-width: 860px) {
  .s-content-15--s55 {
    top: 179px;
  }
}

.s-content-15__content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 600px) {
  .s-content-15__content {
    padding: 0px;
  }
}

.s-content-46 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  position: relative;
  padding-bottom: 70px;
}

.s-content-46__cont {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.s-content-46__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-content-46__container {
  display: flex;
  flex-direction: row;
  gap: 3.5%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .s-content-46__container {
    gap: 0%;
  }
}

.s-content-46__cont-wrapper {
  overflow: visible !important;
}

.s-content-46__cards {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  width: 31% !important;
  height: unset !important;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
}

.s-content-46__cards--hover {
  overflow: hidden;
}

.s-content-46__cards--hover picture {
  position: relative;
  overflow: hidden;
  border: 1px solid #555;
  border-radius: 5px 5px 0 0;
  /* Redondear las esquinas */
}

.s-content-46__cards--hover img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
}

.s-content-46__cards--hover:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 860px) {
  .s-content-46__cards {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-46__cards {
    width: 75% !important;
  }
}
.s-content-46__cards--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 7%;
}

.s-content-46__cards--link {
  width: 100%;
  text-align: right;
  padding: 0 7%;
  margin-top: auto;
}
.s-content-46__cards--link .p-text {
  text-align: right;
  font-weight: 600;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.s-content-46__cards--link .p-text::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.s-content-46__cards:hover .s-content-46__cards--link .p-text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.s-content-46 .swiper-pagination-bullet-active {
  background: #888888;
}

.s-content-46 .swiper-pagination.use-white-bullets .swiper-pagination-bullet-active {
  background: #fff;
}

.s-content-46 .swiper-pagination.use-white-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 80%;
}

.s-content-46 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translate3d(-50%, 30px, 0);
}

.swiper.js-swiper--content-46 {
  overflow: visible;
  width: 100%;
}

.swiper-pagination.js-swiper--content-46-pag {
  bottom: 50px !important;
  z-index: 1 !important;
}

.s-content-47__container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px;
}
@media only screen and (max-width: 1200px) {
  .s-content-47__container {
    gap: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-47__container {
    padding: 50px 10px;
  }
}

.s-content-47__column {
  flex: 1 1 50%;
  max-width: 540px;
}
.s-content-47__column--gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.s-content-47__column--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
@media only screen and (max-width: 1200px) {
  .s-content-47__column {
    justify-content: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-47__column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-47__column {
    align-items: flex-start;
  }
}

.s-content-47__column--bullets {
  flex: 1 1 calc(25% - 34px);
  max-width: 280px;
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 860px) {
  .s-content-47__column--bullets {
    flex: 1 1 calc(50% - 17px);
    max-width: calc(50% - 17px);
  }
}
@media only screen and (max-width: 600px) {
  .s-content-47__column--bullets {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left !important;
  }
}

.s-content-47__column-bullets-title {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .s-content-47__column-bullets-title {
    justify-content: flex-start;
    text-align: left;
  }
}

.s-content-48 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px;
  align-items: center;
  position: relative;
  width: 100vw;
}
@media only screen and (max-width: 600px) {
  .s-content-48 {
    padding: 50px 10px;
  }
}

.s-content-48__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  align-items: center;
}
.s-content-48__container [class*=h-title-] {
  text-align: center !important;
}

.s-content-48__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.s-content-48__cards-row {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
  position: relative;
  box-sizing: border-box;
  will-change: transform;
}

.s-content-48__cards-row--right {
  margin-left: calc((100vw - 1440px) / 2 * -1);
  transition: none;
}
@media only screen and (max-width: 1440px) {
  .s-content-48__cards-row--right {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}

.s-content-48__cards-row--left {
  flex-direction: row-reverse;
  margin-right: calc((100vw - 1440px) / 2 * -1);
  transition: none;
}
@media only screen and (max-width: 1440px) {
  .s-content-48__cards-row--left {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}

.s-content-48__cards-container {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: calc(100vw + 200px);
  padding-left: 100px;
  padding-right: 100px;
  margin-left: -100px;
  overflow-x: auto;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.s-content-48__card {
  flex: 0 0 450px;
  max-width: 450px;
  aspect-ratio: 3/2;
  overflow: hidden;
  display: flex;
  position: relative;
  transition: transform 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card {
    flex: 0 0 250px;
    max-width: 250px;
  }
}

.s-content-48__cards-container::-webkit-scrollbar {
  display: none;
}

.s-content-48__card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.s-content-48__card img::-webkit-scrollbar {
  display: none;
}

.s-content-48__card:hover img {
  transform: scale(1.1);
}

.s-content-48__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}

.s-content-48__card-content {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr;
  padding: 10px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  align-items: end;
  justify-items: center;
  z-index: 3;
}

.s-content-48__card-after {
  grid-row: 1;
  justify-self: start;
  color: #71CFF4;
  font-size: 24px;
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card-after {
    font-size: 10px;
  }
}

.s-content-48__card-after .cib {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  position: relative;
}

.s-content-48__card-after sup {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-size: 12px;
  vertical-align: top;
  color: #fff;
  position: absolute;
  top: -2px;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card-after sup {
    font-size: 8px;
    top: -1px;
  }
}

.s-content-48__card-title {
  grid-row: 2;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-wrap: balance;
  font-family: "MyriadPro", Arial, sans-serif;
  max-width: 380px;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card-title {
    font-size: 22px;
  }
}

.s-content-48__card-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #71CFF4;
  margin: 10px auto;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card-title::after {
    margin: 5px auto;
  }
}

.s-content-48__card-subtitle {
  grid-row: 3;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-family: "MyriadPro-Cond", Arial, sans-serif;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card-subtitle {
    font-size: 11px;
  }
}

.s-content-48__card-role {
  grid-row: 4;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-family: "MyriadPro-Cond", Arial, sans-serif;
}
@media only screen and (max-width: 600px) {
  .s-content-48__card-role {
    font-size: 11px;
  }
}

.s-content-49 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 50px;
  width: 100%;
  min-height: 600px;
}
@media only screen and (max-width: 600px) {
  .s-content-49 {
    padding: 50px 10px;
    min-height: auto;
  }
}

.s-content-50 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 130px 50px 130px;
}
@media only screen and (max-width: 1200px) {
  .s-content-50 {
    align-items: center;
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-50 {
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-50 {
    padding: 50px 10px;
  }
}
.s-content-50--slide {
  width: 100%;
}

.s-content-50__container {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media only screen and (max-width: 1200px) {
  .s-content-50__container {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-50__container {
    padding: 0;
  }
}
.s-content-50__container--less-padding-lateral {
  padding: 0 10px;
}
@media only screen and (max-width: 600px) {
  .s-content-50__container .m-card picture {
    overflow: hidden;
    height: 250px;
  }
}

.js-swiper--content-50 {
  padding: 0 10px !important;
  max-width: 100%;
}
.js-swiper--content-50 .s-content-50__container {
  gap: 50px !important;
}
.js-swiper--content-50 .s-content-50__container .swiper-slide {
  height: auto;
  display: flex !important;
  gap: 0px !important;
}
@media only screen and (max-width: 1200px) {
  .js-swiper--content-50 .s-content-50__container {
    flex-direction: row;
    gap: 30px !important;
  }
}
@media only screen and (max-width: 860px) {
  .js-swiper--content-50 .s-content-50__container {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .js-swiper--content-50 .s-content-50__container {
    gap: 0px !important;
  }
}
@media only screen and (max-width: 860px) {
  .js-swiper--content-50 {
    padding: 0 0px !important;
  }
}

.s-content-50__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 550px;
}
.s-content-50__content--no-max--width {
  max-width: 100%;
}

.s-content-50__bullets {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .s-content-50__bullets {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
}

.s-content-50__bullets--content {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 180px;
}
@media only screen and (max-width: 600px) {
  .s-content-50__bullets--content {
    max-width: 100%;
  }
}

.s-content-50__elipse {
  display: flex;
  /* Espacio entre las elipses */
  flex-wrap: nowrap;
  /* Evita que las elipses se muevan a la siguiente línea */
}
@media only screen and (max-width: 600px) {
  .s-content-50__elipse {
    right: 3px;
  }
}

.s-content-50__swiper {
  position: relative;
  padding-bottom: 60px;
  width: 100%;
}

.s-content-50 .swiper-pagination-bullet-active {
  background: #888888;
}

.s-content-50 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translate3d(-50%, 30px, 0);
}

.swiper-pagination.js-swiper--content-50-pag {
  bottom: -10px !important;
}

.s-content-51 {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--bg1x); /* Imagen para el fondo general */
  background-color: #000;
  background-size: cover;
  /* Adaptaciones para dispositivos móviles */
}
.s-content-51--no-padding {
  padding-bottom: 0;
}
@media only screen and (max-width: 1550px) {
  .s-content-51 {
    background-image: var(--bg2x); /* Imagen para pantallas más grandes */
  }
}
.s-content-51 .s-content-51__content {
  display: flex;
  width: 100%;
  gap: 0;
  flex-direction: row;
  justify-content: space-between;
  min-height: 500px;
}
@media only screen and (max-width: 600px) {
  .s-content-51 .s-content-51__content {
    min-height: none;
  }
}
.s-content-51 .s-content-51__card {
  flex: 1;
  padding: 40px;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  color: black;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.s-content-51::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.s-content-51 .s-content-51__card * {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
@media only screen and (max-width: 600px) {
  .s-content-51 .s-content-51__content {
    flex-direction: column;
  }
  .s-content-51 .s-content-51__card {
    background-image: var(--bg1x);
  }
}

.s-content-52 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px 0px 50px 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .s-content-52 {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-52 {
    gap: 30px;
    padding: 50px 10px;
    align-items: flex-start;
  }
}

.s-content-52__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* Aumentar el espacio entre el texto y las tarjetas */
  max-width: calc(100% - 150px);
  /* Ajuste responsivo del contenedor */
  width: 100%;
  /* Asegura que el contenedor ocupe todo el ancho disponible */
  align-items: flex-start;
  margin-right: 50px;
  /* Añade margen a la derecha para separar las tarjetas */
}
@media only screen and (max-width: 600px) {
  .s-content-52__container {
    max-width: none;
    width: auto;
  }
}

.s-content-52__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-content-52__text-button {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.s-content-52__cards {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  /* Permitir el desplazamiento horizontal */
  scroll-snap-type: x mandatory;
  /* Desplazamiento suave entre cards */
  width: calc(100vw + 200px);
  /* Extiende el contenedor para permitir desbordamiento hacia la derecha */
  margin-right: -200px;
  /* Desplaza hacia la derecha para que se desborde hacia ese lado */
  padding-right: 100px;
  /* Añade espacio a la derecha para compensar el margen negativo */
  box-sizing: content-box;
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .s-content-52__cards {
    padding-right: 0px;
    width: 100vw;
    margin-left: -10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .s-content-52__cards .a-ciber-card:last-child {
    margin-right: 20px;
  }
}

.s-content-52__cards::-webkit-scrollbar {
  display: none;
}

.s-content-52__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 216px;
  height: 347px;
  padding: 10px;
  gap: 15px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  background-color: transparent;
}
.s-content-52__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
}

.s-content-52__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.s-content-52__text {
  position: relative;
  z-index: 2;
  padding: 40px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
  align-items: flex-start;
}

.s-content-52__name {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.s-content-52__job {
  font-size: 0.875rem;
  margin: 0;
}

/*STRUCTURE*/
body::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 120%;
  letter-spacing: -0.2px;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  scrollbar-width: thin;
  /* Ancho de la barra de desplazamiento en Firefox */
}

body.black, body {
  background-color: #000;
  color: #fff;
}

body {
  -ms-overflow-style: none;
  /* Ocultar las barras de desplazamiento en IE y Edge antiguo */
}

picture,
img {
  aspect-ratio: var(--wdth)/var(--hgth);
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  picture,
  img {
    aspect-ratio: var(--wdthmb)/var(--hgthmb);
  }
}

img.ut-img--is-vertical {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
  width: auto;
}

picture {
  display: block;
}

hr {
  border: 0.5px solid #888888;
  margin: 50px 0px;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

sub {
  vertical-align: sub;
  font-size: 50%;
}

.non-scrolling {
  overflow: hidden;
}

.str-body-b2b,
.str-body-nochef {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .str-body-b2b,
  .str-body-nochef {
    padding-top: 50px;
  }
}
@media screen and (max-height: 700px) {
  .str-body-b2b,
  .str-body-nochef {
    padding-top: 110px;
  }
}

.str-body-b2b--home,
.str-body-b2b--bootcamp {
  padding-top: 0px;
}

.str-body-nochef--home {
  padding-top: 0px;
}

@media only screen and (max-width: 600px) {
  footer ul {
    padding-left: 0px !important;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-fade-in {
  animation: fade-in 1s ease;
}

/*

// CSS específico para Safari 6.1 hasta 10.0
@media not all and (min-resolution: 0.001dpcm) {
   @supports (-webkit-appearance: none) {
      picture img {
         height: 100%;
      }
   }
}

// CSS específico para Safari 10.1 y más recientes
@media not all and (min-resolution: 0.001dpcm) {
   picture img {
      height: 100%;
   }
}

*/
