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

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

body {
  background-color: white;
}

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

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
  color: black;
}

p a:hover {
  text-decoration: underline;
  color: #555;
}

/*input[type='submit'],
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
textarea {
  resize: none;
  border: none;
  color: rgb(161, 166, 169);
  border-bottom: 2px solid #000;
  font-family: MyriadPro-Semibold;
  font-size: 20px;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 4px 5px;
  background: none;
}

/* 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"), 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-Cond";
  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-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");
}
.show-on-mobile,
.show-on-tablet,
.show-on-small-desktop,
.show-on-mobile--flex,
.show-on-tablet--flex,
.show-on-small-desktop--flex {
  display: none !important;
}

@media only screen and (max-width: 950px) {
  .no-show-on-small-desktop {
    display: none !important;
  }
  .show-on-small-desktop {
    display: block !important;
  }
  .show-on-small-desktop--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 860px) {
  .no-show-on-tablet {
    display: none !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .show-on-tablet--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-show-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .show-on-mobile--flex {
    display: flex !important;
  }
}
.str-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .str-container {
    padding: 0 10px;
  }
}
.str-container--lg {
  max-width: 1200px;
}
.str-container--md {
  max-width: 900px;
}
.str-container--sm {
  max-width: 600px;
}
.str-container--no-padding {
  padding: 0 0;
}
@media only screen and (max-width: 600px) {
  .str-container--share {
    padding: 0px 10px;
  }
}

.str-sections {
  position: relative;
}

.str-sections--curtain {
  padding-top: 53px;
}

body::-webkit-scrollbar {
  display: none;
}

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

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

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

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

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

picture {
  display: block;
}

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

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

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

.non-scrolling {
  overflow: hidden;
}

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

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

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

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

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

/*

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

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

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

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

p,
li,
a,
span {
  text-align: left;
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  line-height: 120%;
}

a {
  transition: all 0.5s ease-in-out;
}

strong,
b,
b span {
  font-weight: 900;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

ul {
  padding-left: 20px;
}
ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ol {
  padding-left: 20px;
}
ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

table,
th,
td {
  border: 1px solid #000;
}

th,
td {
  padding: 8px;
  text-align: left;
}

th {
  background-color: #888888;
  opacity: 0.8;
}

tr:hover {
  background-color: #ddd;
}

.p-text {
  font-family: "MyriadPro", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 120%;
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--small {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}
.p-text--small span {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}
.p-text--regular {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--regular span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--medium {
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
}
.p-text--medium span {
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
}
.p-text--mid {
  font-size: 0.875rem;
}
.p-text--big {
  font-size: min(max(1.3125rem, 1.575vw), 1.575rem);
}
.p-text--big span {
  font-size: min(max(1.3125rem, 1.575vw), 1.575rem);
}
.p-text--super {
  font-size: min(max(1.5rem, 1.8vw), 1.8rem);
}
.p-text--super span {
  font-size: min(max(1.5rem, 1.8vw), 1.8rem);
}
.p-text--thin {
  font-weight: 400;
}
.p-text--centered {
  text-align: center;
}
.p-text--condensed {
  font-family: "MyriadPro-Cond", Arial, sans-serif;
}
.p-text--light {
  color: #fff;
}
.p-text--light span {
  color: #fff;
}
.p-text--default {
  color: #888888;
}
.p-text--highlight {
  color: #04CDAE;
}
.p-text--highlight-share {
  color: #095FC6;
}
.p-text--highlight-b2b {
  color: #92D050;
}
.p-text--soft {
  color: #888888;
}
.p-text--semi {
  font-weight: 600;
}
.p-text--bold {
  font-weight: 900;
}
.p-text--upper {
  text-transform: uppercase;
}
.p-text--blue {
  color: #00B0F0;
}
.p-text--red {
  color: #FF5050;
}
.p-text--green {
  color: #009999;
}
.p-text--purple {
  color: #BD92DE;
}

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

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

.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 (-webkit-min-device-pixel-ratio: 0), 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 (-webkit-min-device-pixel-ratio: 0), 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;
  }
}

.a-burguer {
  display: inline-block;
  position: relative;
  z-index: 6;
  width: 30px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.a-burguer span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.a-burguer span {
  background: #000;
}

.a-burguer span:nth-child(1) {
  top: 0px;
}

.a-burguer span:nth-child(2) {
  top: 10px;
}

.a-burguer span:nth-child(3) {
  top: 20px;
}

.a-burguer.a-burguer--open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  width: 35px;
  left: -2px;
}

.a-burguer.a-burguer--open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

.a-burguer.a-burguer--open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  width: 35px;
  left: -2px;
}

/* MOLECULES */
.m-card-icon {
  display: flex;
  width: 300px;
  padding: 80px 30px 30px 30px;
  margin-top: 100px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
.m-card-icon .a-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  left: calc(50% - 75px);
}
@media only screen and (max-width: 600px) {
  .m-card-icon .a-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 45px);
    left: -30px;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-icon {
    display: flex;
    padding: 20px 20px 20px 80px;
    width: calc(100% - 30px);
    flex-direction: column;
    gap: 30px;
    margin-top: 0px;
    margin-left: 35px;
    align-items: self-start;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-icon .ut-text-center {
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 950px) {
  .m-popup {
    right: -220vw;
  }
  .m-popup.active {
    opacity: 1;
    transform: translate3d(-220vw, -50%, 0.1px);
  }
  .m-popup--center.active {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0.1px);
  }
}
@media only screen and (max-width: 600px) {
  .m-popup,
  .m-popup--center {
    bottom: 0;
    top: unset;
    right: 0;
    left: 0;
    height: unset;
    transform: translate3d(0, 100%, 0.1px);
    max-height: calc(100vh - 50px);
    padding: 20px 10px 40px 10px;
    border-radius: 5px 5px 0px 0px;
    min-width: unset;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
  }
  .m-popup.active,
  .m-popup--center.active {
    transform: translate3d(0, 0%, 0.1px);
  }
  .m-popup--video {
    top: 50%;
    bottom: 50%;
    margin: auto 0;
  }
  .m-popup__header {
    margin-bottom: 10px;
  }
  .m-popup--video .m-popup__header {
    top: -15px;
    left: 0px;
  }
  .hbspt-form input[type=checkbox] {
    margin-right: 5px !important;
  }
  .m-popup__header__info picture {
    width: 60px;
  }
  .m-popup__header__info {
    gap: 10px;
  }
  .m-popup--iframe {
    padding: 20px 10px 40px 10px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-width: unset;
    min-height: 75vh;
  }
  .m-popup--iframe .m-popup__header {
    margin-top: 0px;
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .m-popup--iframe iframe {
    width: 1000px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
/* SECTIONS - ORGANISMS */
.s-hero-bgmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-bottom: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: var(--bg2x);
  background-color: white;
  background-size: cover;
}
.s-hero-bgmedia h1 {
  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-hero-bgmedia--gradient-white {
  z-index: 2;
}
.s-hero-bgmedia--gradient-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
  z-index: 1;
}
.s-hero-bgmedia--gradient-full {
  z-index: 2;
}
.s-hero-bgmedia--gradient-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.s-hero-bgmedia--center {
  background-position: center center;
  background-size: auto;
}
@media only screen and (max-width: 600px) {
  .s-hero-bgmedia {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 200px;
    align-self: stretch;
    padding-bottom: 0px;
    background-image: var(--bg1x);
  }
  .s-hero-bgmedia .h-title-in-section {
    font-size: 1.5rem;
    font-size: 1.3125rem;
  }
}
.s-hero-bgmedia .s-hero-bgmedia__arrow {
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .s-hero-bgmedia .s-hero-bgmedia__arrow {
    position: unset;
  }
}

.svg-background {
  position: absolute;
  top: 0;
  left: 50;
  width: 70%;
  height: 100%;
  z-index: 1; /* Coloca el SVG detrás del contenido */
  pointer-events: none; /* Evita que el SVG interfiera con los clics */
}
@media only screen and (max-width: 1550px) {
  .svg-background {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .svg-background {
    width: 100%;
  }
}

.s-hero-bgmedia__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 560px;
  width: auto;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 2s ease; /* Para hacer una transición suave al mostrar */
}
.s-hero-bgmedia__container p {
  text-align: center;
}
.s-hero-bgmedia__container--aftercib {
  max-width: 1000px;
  text-wrap: balance;
  opacity: 1;
}
.s-hero-bgmedia__container--wantciber {
  max-width: 900px;
}
.s-hero-bgmedia__container--wantciber h2 {
  text-wrap: balance;
}
@media only screen and (max-width: 1200px) {
  .s-hero-bgmedia__container--wantciber {
    max-width: 550px;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-bgmedia__container {
    padding: 0px 10px;
    gap: 30px;
    max-width: 345px;
    width: 100%;
  }
}

.s-hero-bgmedia__container.visible {
  opacity: 1;
}

.s-hero-bgmedia path {
  stroke-width: 2;
  stroke-dasharray: 1000; /* Un valor predeterminado, ajustaremos después con JavaScript */
  stroke-dashoffset: 1000; /* Un valor predeterminado */
  transition: stroke-dashoffset 3s ease-in-out; /* Ajusta el tiempo de la animación aquí */
}

.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--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__arrow {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .s-content-1__arrow {
    position: unset;
  }
}

.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::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-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
}
.s-content-3--gray {
  background: var(--backgrounds-light-grey, #FAFAFA);
}
.s-content-3--special {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .s-content-3--special {
    padding-top: 100px;
  }
}
.s-content-3-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.s-content-3-background svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 860px) {
  .s-content-3-background svg {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-3 {
    gap: 50px;
  }
}

.s-content-3__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 700px;
  padding: 0px 10px;
}

.s-content-3__wrap {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  gap: 80px 100px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 860px) {
  .s-content-3__wrap {
    gap: 60px 40px;
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-3__wrap {
    flex-direction: column;
    align-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-3__wrap {
    flex-direction: column;
    align-content: center;
    gap: 30px;
  }
}

.s-content-3__card {
  display: flex;
  width: 300px;
  padding: 80px 30px 30px 30px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
}

.s-content-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-content-4--gray {
  background: var(--backgrounds-light-grey, #FAFAFA);
}
@media only screen and (max-width: 600px) {
  .s-content-4 {
    gap: 50px;
  }
}

.s-content-4__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 800px;
}
.s-content-4__container--more-gap {
  gap: 30px;
}

.s-content-4__bullets {
  display: flex;
  gap: 80px;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .s-content-4__bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-4__bullets {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-4__bullets {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}

.s-content-5 {
  position: relative;
}
.s-content-5 .m-timeline {
  max-width: 640px;
  width: 70%;
}
@media only screen and (max-width: 950px) {
  .s-content-5 .m-timeline {
    max-width: 100%;
    width: 100%;
  }
}

.s-content-5__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 950px) {
  .s-content-5__content {
    flex-direction: column;
    gap: 80px;
  }
}

.s-content-5__sticky-card {
  align-self: flex-start;
  position: sticky;
  top: 70px;
}
.s-content-5__sticky-card picture,
.s-content-5__sticky-card img {
  border-radius: 5px 5px 0px 0px;
}

.s-content-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-top: 50px;
}

.s-content-6__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 800px;
  padding: 0px 10px;
}

.s-content-6__background {
  background: linear-gradient(#61A9FF, #095FC6);
  padding-bottom: 50px;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 860px) {
  .s-content-6__background {
    background: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-6__background {
    margin-top: 0px;
  }
}

.s-content-6__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  position: relative;
  max-width: 1340px;
}
.s-content-6__container button {
  align-self: center;
}

.s-content-6__bullets {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .s-content-6__bullets {
    gap: unset;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-6__bullets {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 40px;
    justify-content: space-around;
    padding-top: 0px;
  }
}
.s-content-6__bullets--b2b {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .s-content-6__bullets--b2b {
    gap: unset;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-6__bullets--b2b {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 180px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-6__bullets--b2b {
    row-gap: 40px;
    padding-top: 0px;
  }
}

.s-content-6__cards {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  min-width: 180px;
  gap: 20px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .s-content-6__cards {
    margin-top: 0px;
    max-width: 180px;
  }
}
.s-content-6__cards .a-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -175px;
  left: calc(50% - 75px);
}
@media only screen and (max-width: 600px) {
  .s-content-6__cards .a-icon {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    margin: 0 auto;
  }
}

.s-content-6__cards--text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-6__cards--text p,
.s-content-6__cards--text h1,
.s-content-6__cards--text h2,
.s-content-6__cards--text h3,
.s-content-6__cards--text h4,
.s-content-6__cards--text span {
  color: #000;
}
.s-content-6__cards--text--share p,
.s-content-6__cards--text--share h1,
.s-content-6__cards--text--share h2,
.s-content-6__cards--text--share h3,
.s-content-6__cards--text--share h4,
.s-content-6__cards--text--share span {
  color: #fff;
}
@media only screen and (max-width: 860px) {
  .s-content-6__cards--text--share p,
  .s-content-6__cards--text--share h1,
  .s-content-6__cards--text--share h2,
  .s-content-6__cards--text--share h3,
  .s-content-6__cards--text--share h4,
  .s-content-6__cards--text--share span {
    color: #000;
  }
}

.myOdometer {
  justify-content: center;
  /* Centra horizontalmente en caso de ser necesario */
}

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

.s-content-8 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.s-content-8__content {
  display: flex;
  justify-content: space-between;
}
.s-content-8__content .m-drpdown-list {
  max-width: 800px;
}
@media only screen and (max-width: 950px) {
  .s-content-8__content .m-drpdown-list {
    max-width: 100%;
  }
}

.s-content-8__picture {
  max-width: 430px;
}
@media only screen and (max-width: 950px) {
  .s-content-8__picture {
    max-width: 100%;
  }
}

.s-banner-full {
  padding: 100px 0px;
  position: relative;
  background: var(--bg3x) no-repeat center center/cover;
}
@media only screen and (max-width: 1550px) {
  .s-banner-full {
    background: var(--bg2x) no-repeat center center/cover;
  }
}
.s-banner-full::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) calc((100vw - 1440px) / 2 + 936px));
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .s-banner-full::before {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .s-banner-full {
    background-size: cover;
    background-image: var(--bg2x);
  }
}
@media only screen and (max-width: 860px) {
  .s-banner-full {
    background: unset !important;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.s-banner-full .a-btn--primary:hover,
.s-banner-full .a-btn--secondary:hover {
  background-color: transparent;
}
.s-banner-full--black {
  background: unset;
  z-index: 1;
}
.s-banner-full--black:before {
  background: var(--bg3x) no-repeat center right/contain;
}
@media only screen and (max-width: 1550px) {
  .s-banner-full--black {
    background: var(--bg2x) no-repeat center right/contain;
  }
}

.s-banner-full__content {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 860px) {
  .s-banner-full__content {
    margin: 0 auto;
    margin-top: -30px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 30px 30px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .s-banner-full__content {
    max-width: 400px;
  }
}

@media only screen and (max-width: 860px) {
  .s-banner-full--black .s-banner-full__content {
    margin: 0 auto;
    margin-top: 0px;
    background-color: #000;
    border-radius: 50px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 30px 30px;
    max-width: 500px;
  }
}

.s-banner-full__image {
  width: 100vw;
  margin-left: -20px;
  aspect-ratio: var(--wdth)/var(--hegh);
}
@media only screen and (max-width: 600px) {
  .s-banner-full__image {
    margin-left: -10px;
  }
}
.s-banner-full__image img {
  aspect-ratio: var(--wdth)/var(--hegh);
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  img.s-banner-full__image {
    margin-left: 0px;
  }
}

/* UTILITIES */
.ut-text-center {
  text-align: center !important;
}
@media only screen and (max-width: 600px) {
  .ut-text-center--mobile-left {
    text-align: left !important;
  }
}

.ut-section--black {
  background-color: #000;
}

.ut-full-image {
  width: 100vw;
  margin-left: -20px;
}
@media only screen and (max-width: 600px) {
  .ut-full-image {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 600px) {
  .ut-full-element--mobile {
    width: 100vw;
  }
}

@media only screen and (max-width: 600px) {
  .ut-full-element--mobile-marg {
    width: 100vw;
    margin-left: -10px;
  }
}

.ut-topmargin-section {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .ut-topmargin-section {
    margin-top: 0px;
  }
}
.ut-topmargin-section--double {
  margin-top: 50px;
}

.ut-bottommargin-section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .ut-bottommargin-section {
    margin-bottom: 0px;
  }
}

.ut-padding-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ut-padding-section--double {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ut-padding-lateral {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral {
    padding: 50px 10px;
  }
}

.ut-nobg {
  background-color: transparent;
}
.ut-nobg img {
  background-color: transparent;
}

.ut-error-container {
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .ut-error-container {
    flex-direction: column-reverse;
  }
}

.ut-error-container__image {
  max-width: 640px;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .ut-error-container__image {
    width: 100%;
  }
}

.ut-slide-up {
  transform: translateY(-100%);
}

.ut-non-scrolling {
  overflow: hidden;
}

.ut-split-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Dropdown checklist */
.ut-drpdwn-checklist {
  position: relative;
  display: inline-block;
}
.ut-drpdwn-checklist--search {
  background-color: #FAFAFA;
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.ut-drpdwn-checklist .ut-drpdwn-checklist__menu::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist .ut-drpdwn-checklist__menu {
    width: 100%;
  }
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu label span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist .ut-drpdwn-checklist__menu label span {
    padding: 8px 8px;
    font-size: 0.875rem;
  }
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu label span:hover {
  background-color: rgba(146, 208, 80, 0.6);
  color: white;
  position: relative;
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu input[type=checkbox] {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu input[type=checkbox]:checked {
  background-color: rgba(146, 208, 80, 0.6);
}

.ut-drpdwn-checklist .ut-drpdwn-checklist__menu input[type=checkbox]:checked + span {
  background-color: rgba(146, 208, 80, 0.6);
  color: white;
}

.ut-drpdwn-checklist__selected {
  margin-top: 10px;
}

.ut-drpdwn-checklist__tag {
  display: inline-block;
  margin-bottom: 5px;
  background-color: rgba(146, 208, 80, 0.6);
  padding: 5px 30px 5px 10px;
  position: relative;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
  font-size: min(max(0.9375rem, 1vw), 1rem);
  line-height: 120%;
}
.ut-drpdwn-checklist__tag:after {
  content: "x";
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  font-size: min(max(1rem, 1.2vw), 1.2rem);
  line-height: 120%;
}
.ut-drpdwn-checklist__tag:hover {
  opacity: 0.8;
}

.ut-drpdwn-checklist__btn {
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__btn {
    padding: 5px 8px;
    font-size: 0.875rem;
  }
}
.ut-drpdwn-checklist__btn::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  clear: both;
  content: "";
  height: 0;
  right: 10px;
  position: absolute;
  top: calc(50% - 2px);
  width: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__btn::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
  }
}
.ut-drpdwn-checklist__btn.active:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__btn span {
    font-size: 0.875rem;
  }
}

.ut-drpdwn-checklist__input {
  background-color: #F0F0F0;
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-radius: 5px;
  border: 0;
  position: relative;
  background-color: #efefef;
  color: #000;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ut-drpdwn-checklist__input:focus {
  outline: none;
  /* Elimina el contorno que aparece en el foco */
}
@media only screen and (max-width: 600px) {
  .ut-drpdwn-checklist__input {
    padding: 5px 8px;
    font-size: 0.875rem;
  }
}

.ut-overflow-hidden {
  overflow: hidden;
}

.ut-mb5 {
  display: block;
  margin-bottom: 5px;
}

.ut-text--light {
  color: #fff;
}

.ut-text--balance {
  text-wrap: balance;
}

@media only screen and (max-width: 600px) {
  p.footer-bottomline a {
    font-size: 15px;
  }
}
.js-reveal__target {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.js-reveal__visible {
  height: auto;
  opacity: 1;
}

.swiper-pagination {
  z-index: 1 !important;
}

.ut-is-shown {
  display: block !important;
}

.ut-is-shown--flex {
  display: flex !important;
}

.ut-is-hidden {
  display: none !important;
}

.ut-double-column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
}
.ut-double-column-container .ut-double-column-container__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  .ut-double-column-container .ut-double-column-container__content {
    flex-direction: column;
    gap: 50px;
  }
}
.ut-double-column-container .ut-double-column-container__column {
  width: 48%;
}
@media only screen and (max-width: 860px) {
  .ut-double-column-container .ut-double-column-container__column {
    width: 100%;
  }
}

.ut-title-with-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ut-flex {
  display: flex;
  flex-direction: column;
}
.ut-flex--medium {
  gap: 30px;
}
.ut-flex--small {
  gap: 10px;
}

.a-text-icon {
  display: flex;
  gap: 10px;
}
.a-text-icon a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .ut-text-elipsed-mobile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.ut-truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Número de líneas */
  overflow: hidden;
  text-overflow: ellipsis; /* Opcional, para agregar los puntos suspensivos */
  max-width: 100%; /* Asegura un ancho máximo para el truncado */
}

.ut-svg {
  width: 100%; /* Ajusta el ancho del SVG */
  height: auto; /* Mantén la proporción de altura */
}

@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1500px);
  }
}
@keyframes marqueeRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

.animation-bounce {
  animation-name: bounce;
}
.animation-bounce--infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/*
@-webkit-keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.animation{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animation-bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  &--infinite{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.animation-fade-in {
  animation: fade-in 1s ease;
}

@keyframes fade-in-right {
  0%   { transform: translate( 100%, -50% ); }
  100% { transform: translate( 0, -50% ); }
}

.animation-fade-in-right {
  animation: fade-in-right 1s ease;
}

@keyframes fade-out-right {
  0%   { transform: translate( 0, -50% ); }
  100% { transform: translate( 100%, -50% ); }
}

.animation-fade-out-right {
  animation: fade-out-right 1s ease;
}
*/
.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;
  }
}
.footer-columns {
  justify-content: space-between !important;
}
