@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-Cond"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro-BoldCond"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "kepler-std";
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("kepler-std"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
.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;
}
h2--highlight,
.h-title-section--highlight {
  color: #04CDAE;
}

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

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

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

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

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

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

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

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--ultra {
  font-size: min(max(1.8125rem, 2.175vw), 2.175rem);
}
.p-text--ultra span {
  font-size: min(max(1.8125rem, 2.175vw), 2.175rem);
}
.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;
}

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

/* 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-section--white {
  background-color: #fff;
}

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

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

@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;
}
.ut-padding-lateral--double {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media only screen and (max-width: 860px) {
  .ut-padding-lateral--double {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral--double {
    padding-left: 50px 10px !important;
    padding-right: 50px 10px !important;
  }
}
.ut-padding-lateral--extra {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
@media only screen and (max-width: 860px) {
  .ut-padding-lateral--extra {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral--extra {
    padding-left: 50px 10px !important;
    padding-right: 50px 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .ut-padding-lateral {
    padding: 50px 10px;
  }
}

.ut-bottompadding-section {
  padding-bottom: 50px !important;
}
.ut-bottompadding-section--double {
  padding-bottom: 100px !important;
}

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

.ut-leftpadding-section {
  padding-left: 50px;
}
.ut-leftpadding-section--double {
  padding-left: 100px;
}

.ut-rightpadding-section {
  padding-right: 50px;
}
.ut-rightpadding-section--double {
  padding-right: 100px;
}

.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--dark {
  color: #000;
}

.ut-text--supernova {
  color: #ffce00 !important;
}

.ut-text--lochmara {
  color: #0874B7 !important;
}

.ut-text--pomegranate {
  color: #F24034 !important;
}

.ut-text--disco {
  color: #891679 !important;
}

.ut-text--conifer {
  color: #92D050 !important;
}

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

.ut-no-padding-bottom {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .ut-no-padding-on-mobile {
    padding: 0px !important;
  }
}

.ut-no-padding-top {
  padding-top: 0px !important;
}

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