@charset "UTF-8";
/* STRUCTURE */
/* 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");
}
.str-header {
  position: absolute;
  background-color: transparent;
  top: 0px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
  height: auto;
  transition: all 0.5s ease-in-out;
  /* @include utils.media-breakpoint (sm) {
     height: 66px;
  } */
}
@media only screen and (max-width: 600px) {
  .str-header {
    padding-top: 10px;
    height: 50px;
    padding-bottom: 10px;
  }
}
.str-header .a-logo {
  display: flex;
  align-items: center;
  background-color: transparent;
  z-index: 6;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.str-header .a-logo img {
  background-color: transparent;
  max-width: 224px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo img {
    max-width: 110px;
  }
}
.str-header .a-logo--b2b img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--b2b img {
    max-height: 30px;
  }
}
.str-header .a-logo--nochef img {
  width: auto;
  max-width: 250px !important;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--nochef img {
    max-height: unset !important;
    max-width: 224px !important;
  }
}
.str-header .a-logo--light {
  display: none;
}
.str-header .a-logo--sections img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--sections img {
    max-height: 30px;
  }
}
.str-header--black a,
.str-header--black p,
.str-header--black li,
.str-header--black span,
.str-header--black select,
.str-header--black option,
.str-header--black .m-menu__list-item--selector select,
.str-header--black .m-menu__list-item a,
.str-header--black .m-menu__list-item p {
  color: #fff;
}
.str-header--black .a-burguer span {
  background: #fff;
}
.str-header--black .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-header--black .m-menu__list-item:hover,
.str-header--black .m-menu__list-item:hover a,
.str-header--black .m-menu__list-item:hover p,
.str-header--black .wpml-ls li:hover,
.str-header--black .wpml-ls li:hover a,
.str-header--black .wpml-ls li:hover span {
  color: #fff !important;
  opacity: 0.7;
}

.a-logo__text {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  max-width: 200px;
  margin-left: 17px;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
}

.str-header .str-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.str-header__menus {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .str-header__menus {
    position: fixed;
    padding: 30px 50px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 5;
    padding-top: 130px;
    display: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 600px) {
  .str-header__menus {
    padding: 30px 20px;
    padding-top: 95px;
  }
}

@media only screen and (max-width: 950px) {
  body.black .str-header__menus {
    background-color: #000;
  }
}

.str-header__menus-top {
  display: flex;
  gap: 30px;
  align-self: flex-end;
  height: 40px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .str-header__menus-top {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }
}

.str-header.active {
  background-color: #fff;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0px;
}
.str-header.active .a-logo--b2b img {
  max-height: 30px;
}
.str-header.active .a-logo--share img {
  max-height: 30px;
}
.str-header.active .a-logo--sections img {
  max-height: 30px;
}
.str-header.active .str-header__menus-top {
  opacity: 0;
  height: 0px;
  padding-bottom: 0px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .str-header.active .str-header__menus-top {
    gap: 30px;
    align-self: flex-end;
    height: 40px;
    padding-bottom: 20px;
    opacity: 1;
  }
}
.str-header.active .a-logo__text {
  opacity: 0;
  line-height: 12px;
}

.str-header--black.active {
  background-color: #000;
}

.str-header.mobile-open .str-header__menus-top {
  opacity: 1;
}

/* ATOMS */
.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-basic-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.a-basic-content--max50 {
  max-width: 640px;
}

.a-basic-content__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.a-basic-content__list {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.a-basic-content__list li {
  list-style: none;
  margin: 0px;
}
.a-basic-content__list--mingap {
  gap: 10px;
}

.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-btn-list {
  display: flex;
  gap: 10px;
}
.a-btn-list--big {
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .a-btn-list--big {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .a-btn-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.a-btn-list--column {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .a-btn-list--center {
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .a-btn-list--mobile-row {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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;
}

.a-quote {
  position: relative;
  padding: 50px 0;
}

.a-quote__background,
.a-quote__foreground {
  display: flex;
}

.a-quote__background {
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0px;
  justify-content: space-between;
  align-items: center;
  height: 108%;
}
.a-quote__background--center {
  justify-content: center;
}
.a-quote__background > svg path {
  fill: #000;
  opacity: 0.1;
}

.a-quote--mini .a-quote__background {
  top: 0%;
  height: 100%;
}

.a-quote__background-comma {
  width: 5vw;
}
.a-quote__background-comma--left {
  align-self: flex-start;
  margin-top: 3vh;
}
.a-quote__background-comma--right {
  align-self: flex-end;
  margin-bottom: 3vh;
}

.a-quote__background-center {
  width: 18vw;
}
.a-quote__background-center--big {
  width: 70%;
}

.a-quote__image-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--bg1x); /* Usa la variable para la imagen de escritorio */
}
@media only screen and (max-width: 860px) {
  .a-quote__image-background {
    background-image: var(--bg-mobile); /* Usa la variable para la imagen de tablet */
  }
}

@media only screen and (max-width: 600px) {
  .a-quote__background-wrapper--small-heading blockquote h2 {
    font-size: calc(40px + -8 * (100vw - 320px) / 280);
  }
}

.a-quote__foreground {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.a-quote--mini .a-quote__foreground {
  max-width: 100%;
}

.a-quote--mini p {
  font-size: min(max(2.5rem, 5vw), 3.75rem);
}

@media only screen and (max-width: 1300px) {
  .a-quote__background-center {
    width: 26vw;
  }
  .a-quote__background-comma {
    width: 7vw;
  }
}
@media only screen and (max-width: 1000px) {
  .a-quote__background-center {
    width: 35vw;
  }
  .a-quote__background-comma {
    width: 9vw;
  }
}
@media only screen and (max-width: 950px) {
  .a-quote {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .a-quote__background-center {
    width: 26vw;
  }
  .a-quote__background-comma {
    width: 8vw;
  }
  .a-quote__background-comma--left {
    margin-top: 1vh;
  }
  .a-quote__background-comma--right {
    margin-bottom: 2vh;
  }
  .a-quote {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .a-quote__background-center {
    width: 30vw;
  }
  .a-quote__background {
    top: 0;
    height: 100%;
  }
  .a-quote__background-comma {
    width: 11vw;
  }
  .a-quote__background-comma--left {
    margin-top: 0vh;
  }
  .a-quote__background-comma--right {
    margin-bottom: 0vh;
  }
  .a-quote {
    max-width: 300px;
  }
}
.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-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: max(2%, 60px);
  justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  .m-card-list {
    gap: max(2%, 50px);
    row-gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 860px) {
  .m-card-list {
    gap: 20px;
    justify-content: center;
  }
}
.m-card-list .m-card {
  flex-basis: calc(33% - 25px);
  width: calc(33% - 25px);
  max-width: 420px;
}
@media only screen and (max-width: 1200px) {
  .m-card-list .m-card {
    flex-basis: 32%;
    width: 32%;
  }
}
@media only screen and (max-width: 860px) {
  .m-card-list .m-card {
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-list--mobile-full {
    width: 100vw;
    margin-left: -10px;
    gap: 60px;
  }
  .m-card-list--mobile-full .m-card {
    box-shadow: unset;
    border-radius: 0px;
    padding-bottom: 0px;
  }
  .m-card-list--mobile-full .m-card picture,
  .m-card-list--mobile-full .m-card img {
    border-radius: 0px;
  }
}

.m-card-list--wrapped {
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .m-card-list--wrapped {
    flex-wrap: wrap;
    gap: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-card-list--wrapped .m-card {
    flex-basis: 100%;
  }
}
.m-card-list--wrapped-3 .m-card {
  max-width: 350px;
}
@media only screen and (max-width: 860px) {
  .m-card-list--wrapped-3 .m-card {
    max-width: 420px;
  }
}

@media only screen and (max-width: 600px) {
  .m-card-list--mobile-mini {
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-list--mobile-mini .a-menu-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.m-card-list--slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  overflow-x: visible;
  scroll-behavior: smooth;
  padding: 10px;
  gap: 50px;
  box-sizing: border-box;
  align-items: stretch;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.m-card-list--slide::-webkit-scrollbar {
  display: none;
}
.m-card-list--slide > .m-card {
  flex: 0 0 auto;
  max-width: 320px;
}
@media only screen and (max-width: 600px) {
  .m-card-list--slide > .m-card {
    max-width: 250px;
  }
}
.m-card-list--slide .m-card img {
  max-height: 215px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.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;
}

.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;
  }
}
.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;
}

.deformed__sphere-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  height: auto;
  /* Controlar la disposición de los elementos envueltos */
}
@media only screen and (max-width: 1200px) {
  .deformed__sphere-section {
    flex-wrap: wrap; /* Permitir el wrap en pantallas pequeñas */
    justify-content: space-between; /* Ajusta el espaciado horizontal */
  }
}
@media only screen and (max-width: 1200px) {
  .deformed__sphere-section .deformed__sphere:nth-child(1),
  .deformed__sphere-section .deformed__sphere:nth-child(2) {
    width: 50%; /* Dos elementos en la primera fila */
  }
  .deformed__sphere-section .deformed__sphere:nth-child(3) {
    width: 50%; /* Último círculo ocupa toda la fila */
    align-self: center; /* Centrar en el contenedor */
    margin-top: -20px;
  }
}

.deformed__sphere {
  max-width: 280px;
  min-width: 185px;
  aspect-ratio: 1;
  position: relative;
}

.deformed__sphere svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deformed__sphere__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10%;
}

.deformed__sphere__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .deformed__sphere__content {
    gap: 5px;
  }
}

/* Estilos específicos por círculo */
.deformed__sphere--creativity {
  fill: #f9245d;
  stroke-width: 0;
}

.deformed__sphere--innovation {
  fill: #8000ff;
  stroke-width: 0;
}

.deformed__sphere--future {
  fill: #00ffc3;
  stroke-width: 0;
}

/* SECTIONS - ORGANISMS */
.s-hero-11 {
  margin-top: 115px;
  background-color: #000;
  text-align: center;
  transition: margin-top 0.3s ease-in-out;
  position: relative;
  box-shadow: inset 0px -5px 0px rgb(255, 255, 255);
}
@media only screen and (max-width: 860px) {
  .s-hero-11 {
    margin-top: 50px;
  }
}
.s-hero-11 video {
  width: 100%;
  max-width: 1440px;
}
.s-hero-11--white {
  background-color: #fff;
}

.ut-header-fixed .s-hero-11 {
  margin-top: 65px;
}

.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-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.s-content-7 [class^=h-title-] {
  text-align: center;
}
.s-content-7--double-padding-top {
  padding-top: 100px;
}

.s-content-7__container {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  gap: 30px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .s-content-7__container {
    padding: 0px 10px;
  }
}
.s-content-7__container h2 {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(2.5rem, 6.25vw), 6.25rem);
  line-height: 100%;
}
.s-content-7__container--big-title {
  max-width: 1028px;
  gap: 50px;
  padding-bottom: 0;
}
.s-content-7__container--big-title h2 {
  font-family: "kepler-std", TimesNewRoman, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 8.3125vw), 8.3125rem);
  line-height: 100%;
  letter-spacing: 3px;
}

.s-content-7__items {
  background-color: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.s-content-7__items-container {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1550px) {
  .s-content-7__items-container {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 950px) {
  .s-content-7__items-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-7__items-container {
    gap: 50px;
  }
}

.s-content-7__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-basis: 350px;
}
@media only screen and (max-width: 1550px) {
  .s-content-7__item {
    flex-basis: unset;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-7__item {
    max-width: 325px;
    margin: 0 auto;
  }
}
.s-content-7__item .a-btn {
  margin: 0 auto;
}

.scroll-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}

.text-block {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.text-block.active {
  opacity: 1;
  transform: translateY(0);
}

.s-content-10 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: var(--bg2x);
  background-position: 30%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 860px) {
  .s-content-10 {
    background-image: var(--bg1x);
    background-position: bottom center;
  }
}
.s-content-10--nochef {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 860px) {
  .s-content-10--nochef {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.s-content-10 .a-wyswyg {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 860px) {
  .s-content-10--black.s-content-10--nochef {
    padding-top: 0px;
  }
}

.s-content-10--reverse .s-content-10__container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 860px) {
  .s-content-10--reverse .s-content-10__container {
    flex-direction: column-reverse;
  }
}

.s-content-10__container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.s-content-10__container--column {
  flex-direction: column;
}
.s-content-10__container--no__gap {
  gap: 0px;
}
.s-content-10__container--center {
  align-items: center;
}
.s-content-10__container--center .s-content-10__column--picture {
  margin-top: 0px !important;
}
@media only screen and (max-width: 860px) {
  .s-content-10__container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__container {
    align-items: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-10__container--no_reverse {
    flex-direction: column !important;
  }
}

.s-content-10__column {
  flex-basis: 50%;
  flex: 1;
}
.s-content-10__column--gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.s-content-10__column--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-content: space-between;
  flex-basis: unset;
}
@media only screen and (max-width: 860px) {
  .s-content-10__column {
    flex-basis: 100%;
  }
}

.s-content-10__column--content {
  width: 41.5%;
  max-width: 550px;
}
.s-content-10__column--content--minus {
  max-width: 500px;
}
@media only screen and (max-width: 1200px) {
  .s-content-10__column--content--minus {
    max-width: 410px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-10__column--content {
    width: 100%;
  }
}

.s-content-10__read_more {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.s-content-10__column--bullets {
  max-width: 280px;
  box-sizing: border-box;
}

.s-content-10__column--picture {
  max-width: 47.5%;
  margin-top: 35px;
}
.s-content-10__column--picture--centered {
  max-width: 50%;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .s-content-10__column--picture {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture {
    margin-top: 0px;
  }
}
.s-content-10__column--picture picture {
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile {
    max-width: 100vw;
    width: 100vw;
    margin: 0px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile--no-margin {
    margin-left: 0;
  }
}

.s-content-10__video {
  position: relative;
}
.s-content-10__video video {
  width: 100%;
}

.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-20 {
  background-color: #000;
  overflow: hidden;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /*
  .a-marquee {

     display: flex;
     flex-direction: column;
     gap: 20px;
  }

  .a-marquee__content {
     gap: 20px;
  }
  */
}
.s-content-20--light {
  background-color: #fff;
}

.s-content-20__list {
  display: flex;
  gap: 30px;
  overflow-x: scroll;
  padding: 0px 50px;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.s-content-20__list--reverse {
  direction: ltr;
}
.s-content-20__list::-webkit-scrollbar {
  display: none;
}

.s-content-20__list {
  -ms-overflow-style: none;
}

.s-content-20__item img {
  width: 113px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover; /* Mantiene proporciones mientras llena el espacio */
}

.s-content-20__list.is-initialized {
  transition: scroll-behavior 0.3s ease; /* Suaviza el scroll */
}

.s-content-20__list.is-initialized img {
  opacity: 1; /* Asegura que las imágenes sean visibles */
}

.s-content-37 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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;
}

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

.s-content-53__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  text-align: center;
}

.s-content-53__cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 20px;
  width: 100%;
}
.s-content-53__cards-container--center {
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 860px) {
  .s-content-53__cards-container {
    gap: 40px 10px;
    justify-content: center;
    align-items: stretch;
  }
}

.s-content-53__card {
  flex: 1 1 430px;
  max-width: 430px;
  display: flex;
  flex-direction: row;
  /* Organiza en una fila */
  gap: 10px;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-height: 280px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .s-content-53__card {
    max-height: 232px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-53__card {
    flex: 1 1 350px;
    max-height: 330px;
    aspect-ratio: unset;
  }
}

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

.s-content-53__card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Espacio entre las columnas */
  padding: 20px 0px 20px 20px;
  background-color: #fff;
  /* Fondo blanco para la tarjeta */
  margin: 0 auto;
  /* Centrar la tarjeta horizontalmente */
  align-items: flex-start;
  /* Alinear verticalmente el contenido */
  justify-content: space-between;
  /* Espacio entre el contenido y el fondo */
  max-width: 255px;
  text-align: left;
  text-wrap: balance;
}
@media only screen and (max-width: 600px) {
  .s-content-53__card-content {
    padding: 15px 0px 15px 15px;
  }
}

.s-content-53__card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-wrap: balance;
}
@media only screen and (max-width: 600px) {
  .s-content-53__card-info {
    gap: 10px;
  }
}

.s-content-53__card-social {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 600px) {
  .s-content-53__card-social {
    flex-direction: column;
  }
}

.s-content-53__card-social--container {
  display: flex;
  gap: 5px;
  cursor: pointer;
  /* Cambia el cursor a pointer en hover */
  transition: transform 0.3s ease;
  /* Suaviza la transición en hover */
}
.s-content-53__card-social--container:hover {
  transform: scale(1.1);
  /* Ajusta la escala en hover */
}
.s-content-53__card-social--container p {
  font-size: 13px;
}

.s-content-53__card--link:hover {
  transform: scale(1.1);
  /* Ajusta la escala en hover */
  text-decoration: underline;
}

.s-content-53__card-image picture {
  width: 165px;
  height: 100%;
}

.s-content-53__card-image picture img {
  width: 165px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Asegura que la imagen cubra todo el contenedor */
}

/* Estilo específico para los íconos, aplicando tamaños apropiados */
.s-content-53__icon {
  width: auto;
  /* Elimina la regla de forzado a 100% */
  -o-object-fit: none;
     object-fit: none;
  /* Evita que intente cubrir o ajustarse */
  background-color: #fff;
  /* Fondo blanco para el icono */
}

.m-hbspt-form--card {
  padding: 30px 30px 50px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.hs-form {
  text-align: left;
}

.hbspt-form form ul {
  padding-left: 0px;
}
.hbspt-form form ul li {
  list-style-type: none;
  margin-bottom: 0px;
}

.hbspt-form .form-columns-2 {
  display: flex;
  gap: 10px;
}

.hbspt-form input {
  width: 100% !important;
}

.hbspt-form input[type=checkbox],
li.hs-form-checkbox input {
  margin-right: 10px !important;
  height: 16px !important;
  width: 16px !important;
  margin-top: 2px;
  cursor: pointer;
}

.hs-form input[type=checkbox] input {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
}

.hs-form label > span {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
}

.hs-form li > label > span {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px !important;
}

.hs-form-field,
.hs-submit {
  margin: 10px auto 0 auto;
}

.hs-form-required {
  display: none !important;
}

.hs-form select::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}

.hs-form input[type=submit] {
  display: inline-block;
  text-align: center;
  border: 0px !important;
  background: #FE3F00;
  color: #fff;
  outline: 3px solid #FE3F00;
  outline-offset: -3px;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
  font-size: 1.0625rem;
  height: 50px;
  padding: 0px 50px;
  line-height: 50px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  align-self: flex-start;
  cursor: pointer;
  min-width: 180px;
  width: unset !important;
}
.hs-form input[type=submit]:hover, .hs-form input[type=submit]:focus {
  background: transparent;
  outline: 3px solid #FE3F00;
  outline-offset: -3px;
  color: #FE3F00;
}

.hs-form .error {
  display: block;
  text-align: left;
  height: auto;
  border-bottom: 2px solid red !important;
}

.hs-form .legal-consent-container {
  margin-bottom: 5px;
}

.hs-form .legal-consent-container label {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.hs-form .legal-consent-container p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.hs-form .legal-consent-container p a,
.hs-form .legal-consent-container a {
  text-decoration: underline;
  color: #000;
}

.hs-form .legal-consent-container strong {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
}

.legal-consent-container .hs-form-booleancheckbox-display span,
.hs-form-checkbox-display span {
  margin-left: 0px !important;
}

.hs-form input[type=mail],
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=number],
.hs-form input[type=number],
.hs-form input[type=tel],
.hs-form textarea {
  border: none;
  background-color: rgb(247, 247, 247);
  border-bottom: 2px solid rgb(238, 238, 238);
  border-radius: 0;
  font-family: "MyriadPro", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 1rem;
  float: none;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-form input[type=mail]:focus,
.hs-form input[type=text]:focus,
.hs-form input[type=email]:focus,
.hs-form input[type=number]:focus,
.hs-form input[type=number]:focus,
.hs-form input[type=tel]:focus,
.hs-form textarea:focus {
  outline: none;
}

.hs-fieldtype-intl-phone {
  display: flex;
  gap: 10px;
  width: 100% !important;
}
.hs-fieldtype-intl-phone::after {
  display: none !important;
}

.hs-fieldtype-intl-phone.hs-input {
  padding-bottom: 5px !important;
}

.hs-fieldtype-intl-phone select {
  font-size: 0px !important;
  height: 53px !important;
  max-width: 70px !important;
  border-bottom: 2px solid rgb(238, 238, 238) !important;
  background-size: 35px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 14px !important;
  margin-top: 1px;
}

.hs-fieldtype-intl-phone.hs-input input {
  min-width: calc(100% - 70px) !important;
}

.hs_error_rollup {
  display: none !important;
}

.hs-form select {
  background: 0 0;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
  padding-right: 25px;
  width: 100% !important;
  color: #000;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  margin-bottom: 5px;
  appearance: none;
}

.hs-form select {
  border: none;
  background-color: rgb(247, 247, 247);
  border-bottom: 2px solid rgb(238, 238, 238);
  border-radius: 0;
  padding: 1rem;
  font-family: "MyriadPro", Arial, sans-serif !important;
  font-weight: 400;
  height: 50px;
  background-image: url("../svg/form-desplegable_.svg");
  background-size: 14px;
  background-position: 98% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none !important;
}

.hs-form label {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 900;
}

.hs-form-field .input {
  margin-top: 5px;
  margin-right: 0px !important;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
}

.hs-form-required {
  display: none;
}

label {
  color: black;
}

.hs-error-msg,
.hs-error-msgs label {
  font-size: 12px;
  color: red !important;
}

.hbspt-form label span {
  font-size: 16px;
}

.hbspt-form fieldset {
  max-width: 100% !important;
}

.hbspt-form label span,
.hbspt-form label span a,
.hbspt-form input,
.hbspt-form select,
.hbspt-form textarea,
.hs-form .legal-consent-container p {
  font-family: "MyriadPro", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem;
  line-height: 1.3rem;
}

.hbspt-form input[type=checkbox] {
  font-family: "MyriadPro", Arial, sans-serif !important;
  font-weight: 400 !important;
}

.hs_submit .actions {
  margin-top: 50px;
}

.submitted-message {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 30px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00cead;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 5% auto;
  box-shadow: inset 0px 0px 0px #00cead;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #00cead;
  }
}
.newsletter_form__container .actions {
  max-width: 115px;
  margin-top: 0px;
}

.newsletter_form form {
  margin: 0;
  color: white;
}

.newsletter_form form input,
.newsletter_form form span,
.newsletter_form form p,
.newsletter_form form p a,
.newsletter_form form .hs-form-field label span {
  color: white !important;
}

.newsletter_form form input[type=text],
.newsletter_form form input[type=email] {
  color: white;
  border-bottom: 2px solid white;
  background: transparent;
  padding: 4px 0px;
}

.newsletter_form form .hs-form-field label span,
.newsletter_form form .hs-error-msgs label {
  font-size: 14px;
}

.newsletter_form .hs-form input[type=submit] {
  position: relative;
  background: transparent;
  font-size: 14px;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: white;
  opacity: 1;
  margin-top: 10px;
  outline: 0;
  padding: 6px 15px;
  height: 35px;
  line-height: 19px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid white !important;
  border-radius: 0px;
}

.newsletter_form .hs-form input[type=submit]:hover {
  background: white;
  color: black !important;
}

.newsletter_form .legal-consent-container .hs-error-msgs label {
  color: red;
}

.newsletter_form .hs-richtext p {
  font-weight: 900;
  font-size: 20px;
}

.newsletter_form .submitted-message p {
  color: white;
  font-size: 30px;
}

@media only screen and (max-width: 600px) {
  .m-hbspt-form--card {
    padding: 15px 10px 30px;
  }
  .hs_submit .actions {
    margin-top: 10px;
  }
  .hs-form label > span {
    font-size: 14px;
  }
  .hs-form-field .input {
    margin-top: 2px;
  }
  .hs-form input[type=mail],
  .hs-form input[type=text],
  .hs-form input[type=email],
  .hs-form input[type=number],
  .hs-form input[type=number],
  .hs-form input[type=tel],
  .hs-form textarea,
  .hs-form select {
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    padding: 0.6rem;
  }
  .hs-fieldtype-intl-phone select {
    border-bottom: 1px solid #eee !important;
    height: 35px !important;
    padding: 18px !important;
  }
  .hs-form li > label > span {
    font-family: "MyriadPro", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px !important;
  }
  .hbspt-form label span,
  .hbspt-form label span a,
  .hbspt-form input,
  .hbspt-form select,
  .hbspt-form textarea {
    font-family: "MyriadPro", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .hs-form-booleancheckbox-display span,
  .hs-form-booleancheckbox-display span a,
  .hs-form-checkbox-display span,
  .hs-form-checkbox-display span a,
  .hs-form .legal-consent-container p {
    font-size: 13px !important;
    font-weight: 600 !important;
  }
  .hs-form input[type=submit] {
    width: 100% !important;
    padding: 0px;
    font-size: 16px;
  }
  .hs-form select {
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .hs-input {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
}
