@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Regular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monotype Corsiva;
  src: url('../fonts/Monotype-Corsiva-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anton;
  src: url('../fonts/anton.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-UltraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Black.otf') format("opentype"), url('../fonts/Aileron-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-BlackItalic.otf') format("opentype"), url('../fonts/Aileron-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Now;
  src: url('../fonts/Now-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Now;
  src: url('../fonts/Now-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Now;
  src: url('../fonts/Now-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Now;
  src: url('../fonts/Now-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Now;
  src: url('../fonts/Now-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Now;
  src: url('../fonts/Now-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --pink-crea: #e7adbc;
  --yellow-2-crea: #fff9c7;
  --beige-crea: #f4f1ec;
  --purple-crea: #bec4ed;
  --yellow-crea: #fff9c7;
  --btn-color: white;
  --alieron: Aileron, Arial, sans-serif;
  --border-radius: 20px;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --walsh--black: #2c2c2c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.walsh-link-block-orange {
  background-color: var(--black);
  pointer-events: auto;
  color: #fffefe;
  text-align: center;
  mix-blend-mode: normal;
  border: 2px solid #000;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.991, .004, .265, 1.009);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  color: #000;
  background-color: #fff;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-label-button {
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.2em;
}

.walsh-container-nav {
  max-width: 1480px;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
  border: 3px solid #000;
  border-style: solid none;
}

.walsh-brand-block {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 3px solid #000;
  border-radius: 20px;
  height: 50px;
  padding: 2px 10px;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white {
  pointer-events: auto;
  color: #000;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Aileron, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.walsh-nav-link-white:hover {
  background-color: #0000;
  border-bottom: 2.5px solid #b9414180;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.walsh-nav-link-white.w--current {
  color: #000;
  border-bottom: 2.5px solid #b9414180;
  margin-bottom: 18px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .5s;
  display: block;
}

.walsh-nav-link-white.w--current:hover {
  border-bottom: 2px solid #b9414199;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.walsh-nav-wrapper-green {
  z-index: 100;
  background-color: var(--pink-crea);
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 8px #0006;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-nav-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.body {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.frase-1 {
  background-color: var(--yellow-2-crea);
}

.heading-3 {
  color: var(--black);
  text-transform: uppercase;
  border: 2px #000;
  border-radius: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3vh 3vw;
  font-family: Aileron, Arial, sans-serif;
  font-size: 2.502vw;
  line-height: 1.3em;
  display: block;
}

.container-3 {
  max-width: 100%;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-left: 2vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 10.008vw;
  font-weight: 400;
  line-height: 1em;
}

.container-4 {
  max-width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.frase-2 {
  background-color: var(--beige-crea);
  border-bottom: 3px solid #000;
}

.servicios {
  background-color: #fff;
  border-bottom: 3px solid #000;
  flex-flow: column;
  overflow: visible;
}

.div-block-6 {
  grid-template-rows: .25fr .25fr .25fr .25fr;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.container-5 {
  min-width: 100%;
  max-width: 100%;
  padding-left: 1vw;
  overflow: hidden;
}

.image-5 {
  border-radius: 0;
  min-width: 145%;
}

.div-block-7 {
  background-color: #f4f1ec00;
  border-radius: 1000px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-5 {
  color: #000;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aileron, Arial, sans-serif;
  font-size: 2.502vw;
  font-style: normal;
  line-height: 100%;
  display: inline-flex;
}

.services-script-text {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.255vw;
  line-height: 100%;
  display: inline-flex;
}

.heading-6 {
  color: var(--black);
  align-self: flex-start;
  margin-top: .5vh;
  margin-bottom: 2vh;
  padding-right: 20vw;
  font-family: Poppins, sans-serif;
  font-size: 2.127vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: block;
  position: static;
  top: 59px;
}

.services-btn {
  background-color: var(--purple-crea);
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 100px;
  align-self: flex-end;
  width: auto;
  margin-right: 5vw;
  padding: 1vw 4vw;
  font-family: Aileron, Arial, sans-serif;
  box-shadow: 0 3px 8px #0009;
}

.services-btn.btn {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 2vw;
  line-height: .9em;
}

.services-btn.btn:where(.w-variant-9c4a1219-f521-a8cb-8033-6a392b24fa9a) {
  background-color: var(--purple-crea);
}

.services-btn.btn:where(.w-variant-facdf350-c3c1-913e-2304-5e0aba6a29a4) {
  background-color: var(--yellow-crea);
}

.services-btn.btn.w--current {
  align-items: center;
}

.services-btn.btn.yellow {
  background-color: var(--yellow-crea);
}

.services-btn.btn.pink {
  background-color: var(--pink-crea);
}

.services-btn.btn.black {
  background-color: var(--black);
  color: var(--pink-crea);
}

.servicios-titulo-sticker {
  width: 8vw;
  margin-left: 1vw;
  position: relative;
  inset: -1.3vw .6vw auto auto;
  transform: none;
}

.servicios-titulo-sticker.mic {
  width: auto;
  height: 7vh;
  right: -.1vw;
}

.servicios-titulo-sticker.stamp {
  right: 8px;
  transform: none;
}

.mic {
  transform: rotate(15deg);
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px solid #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.services-wrapper.end {
  border-bottom-style: none;
}

.podcast {
  background-color: var(--yellow-crea);
  height: auto;
}

.div-block-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100%;
  display: grid;
}

.hero-section-sliider {
  background-color: var(--beige-crea);
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image-7 {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}

.heading-7 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  flex-flow: row;
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 6.7vw;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.heading-8 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 2.3vw;
  line-height: 1em;
}

.bold-text-4 {
  background-color: var(--yellow-crea);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 15px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.bold-text-5 {
  color: var(--black);
}

.heading-9 {
  pointer-events: auto;
  color: var(--black);
  text-align: right;
  -webkit-text-stroke-color: var(--black);
  cursor: auto;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7vw;
  line-height: 1em;
}

.button-2 {
  float: none;
  clear: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-family: Now, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 68px;
}

.button-2.btn {
  border: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5vw 2vw;
  font-size: 2.3vw;
  font-weight: 700;
  position: relative;
  left: 0;
}

.text-span-12 {
  filter: drop-shadow(2px 2px #0006);
  color: var(--pink-crea);
  display: inline-block;
}

.image-8 {
  width: 4.5vw;
  position: relative;
  top: -1.9vw;
  left: -1vw;
  transform: rotate(-15deg);
}

.text-span-13 {
  text-decoration: underline;
}

.text-span-14 {
  background-color: var(--purple-crea);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
}

.bold-text-6 {
  opacity: 1;
  outline-offset: 0px;
  border: 2px solid #000;
  border-radius: 20px;
  outline: 1px #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}

.italic-text-3 {
  color: var(--black);
  display: block;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.icon {
  display: block;
}

.slide-nav {
  color: #e6e6e600;
  text-align: center;
  font-family: Anton, Arial, sans-serif;
  font-size: 5px;
  line-height: 5px;
  display: block;
}

.container-6 {
  background-color: var(--beige-crea);
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.views-counter {
  font-weight: 400;
  display: inline-block;
}

.text-span-15 {
  background-color: var(--yellow-2-crea);
  border: 2px solid #000;
  border-radius: 100px;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.heading-10 {
  color: #000;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 10vw;
  line-height: 1em;
  display: block;
}

.heading-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 10vw;
  line-height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
}

.text-span-16 {
  font-size: 6vw;
  font-weight: 400;
  position: relative;
  top: 0;
  left: 0;
}

.text-span-17 {
  filter: drop-shadow(2px 2px #0006);
  color: var(--pink-crea);
  display: inline-block;
}

.heading-12 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 5.2vw;
  line-height: 100%;
  position: relative;
  top: 0;
  left: 0%;
}

.text-span-18 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 3px 10px 5px;
  display: inline-block;
}

.image-9 {
  z-index: 1;
  width: 14vw;
  position: relative;
  bottom: -1.2vh;
}

.hero-slide-2 {
  min-height: 100%;
}

.div-block-10 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 1vh;
  display: inline-flex;
}

.btn-slider {
  background-color: var(--pink-crea);
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 100px;
  width: 350px;
  padding: 20px 10px;
  font-family: Aileron, Arial, sans-serif;
  position: relative;
  inset: 0;
  box-shadow: 0 3px 8px #0009;
}

.btn-slider.btn {
  background-color: var(--pink-crea);
  color: var(--black);
  border-width: 2px;
  border-radius: 50px;
  width: auto;
  padding: 1vw 2vw;
  font-size: 2vw;
}

.div-block-11 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.txt-cursos {
  line-height: 100%;
}

.stamp {
  position: relative;
  right: 0;
  transform: rotate(15deg);
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .26fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch end;
  padding-left: 0%;
  display: grid;
  position: relative;
  bottom: -40px;
  left: 0;
}

.heading-13 {
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 8vw;
  line-height: 1em;
  display: flex;
}

.code-embed {
  height: 100%;
}

.hero-slide-3 {
  background-color: var(--purple-crea);
  min-height: 100%;
  padding-bottom: 0;
}

.heading-14 {
  color: #000;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 5.5vw;
  line-height: 1em;
  display: inline-block;
}

.container-7 {
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.div-block-13 {
  border: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 9vw;
  margin-right: 9vw;
  display: flex;
  position: relative;
}

.heading-15 {
  background-color: var(--yellow-crea);
  color: #000;
  text-align: justify;
  text-transform: uppercase;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1vw;
  padding-left: 0;
  padding-right: 2.5vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 8vw;
  line-height: 1em;
  display: inline-block;
  position: relative;
  left: 11.5vw;
}

.italic-text-4 {
  display: inline-block;
}

.image-10 {
  height: 6vw;
  position: absolute;
  inset: auto 5vw 6vh auto;
  transform: rotate(15deg);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bold-text-7 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Aileron, Arial, sans-serif;
}

.heading-16 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 2.6vw;
}

.heading-17 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 15px 8px 10px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 4.3vw;
  line-height: 1em;
  display: inline-block;
}

.italic-text-5 {
  color: var(--black);
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
  margin-bottom: 4vw;
  padding-top: 0;
  display: block;
  position: relative;
  left: 4vw;
}

.mask {
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.container-8 {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: static;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-slide-4 {
  background-color: #000;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.btn-slider-2 {
  background-color: var(--pink-crea);
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 100px;
  width: 350px;
  padding: 20px 10px;
  font-family: Aileron, Arial, sans-serif;
  position: relative;
  inset: 0;
  box-shadow: 0 3px 8px #0009;
}

.btn-slider-2.btn {
  background-color: var(--yellow-crea);
  color: var(--black);
  width: auto;
  margin-top: 0;
  padding: 1.5vw 2vw;
  font-size: 2vw;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .48fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1vw;
  display: grid;
}

.heading-18 {
  color: #fff;
  font-family: Aileron, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1em;
}

.heading-19 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Anton, Arial, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.brands-counter, .heading-21 {
  color: var(--pink-crea);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.text-span-19 {
  color: var(--yellow-crea);
  margin-right: 20px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7.5vw;
  display: inline-block;
}

.div-block-18 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-slider-3 {
  background-color: var(--pink-crea);
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 100px;
  width: 350px;
  padding: 20px 10px;
  font-family: Aileron, Arial, sans-serif;
  position: relative;
  inset: 0;
  box-shadow: 0 3px 8px #0009;
}

.btn-slider-3.btn {
  border-width: 1.5px;
  border-color: var(--yellow-crea);
  background-color: var(--pink-crea);
  width: auto;
  margin-top: 1vw;
  padding: 1vw 2vw;
  font-size: 2vw;
}

.image-11 {
  width: 5vw;
  position: relative;
  inset: auto 1.642vw 2.815vw auto;
  transform: rotate(34deg);
}

.btn-slider-text-2 {
  color: var(--black);
  line-height: 100%;
}

.testimonios {
  background-color: var(--purple-crea);
  flex-flow: column;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.testimonios:where(.w-variant-0deb14f9-db3e-7612-78f1-c380d6c68b85) {
  background-color: var(--beige-crea);
}

.testimonios:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  background-color: var(--purple-crea);
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3.5vw;
  display: flex;
}

.container-9:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .container-9:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  padding-top: 3.12vw;
  padding-bottom: 3.12vw;
}

.heading-22 {
  background-color: var(--beige-crea);
  color: var(--yellow-crea);
  text-align: center;
  align-self: flex-end;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 16.25vw;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: -1.638vw;
  right: 7.06vw;
}

.heading-22:where(.w-variant-0deb14f9-db3e-7612-78f1-c380d6c68b85) {
  color: var(--pink-crea);
}

.heading-22:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  color: var(--yellow-crea);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.25vw;
  top: -2vw;
  right: 10.46vw;
}

.heading-22:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  color: var(--pink-crea);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.25vw;
  top: -2vw;
  right: 10.46vw;
}

.heading-23 {
  color: var(--black);
  text-align: center;
  align-self: flex-start;
  padding-left: 3vw;
  font-family: Now, Arial, sans-serif;
  line-height: 100%;
  display: inline-block;
  position: relative;
  left: 0;
}

.heading-23:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 5.625vw;
}

.heading-23:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 5.625vw;
  left: -3.198vw;
}

.image-12 {
  filter: invert();
  width: 15vw;
  position: absolute;
  inset: -2vw 8.2vw auto auto;
  transform: rotate(-7deg);
}

.image-12:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  filter: none;
  width: 12vw;
  position: absolute;
  top: -1.8vw;
  right: 8.2vw;
}

.image-12:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  width: 12vw;
  position: absolute;
  top: -1.8vw;
  right: 8.2vw;
}

.bold-text-8 {
  color: var(--btn-color);
  font-size: 6.5vw;
}

.bold-text-8:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  color: var(--black);
  margin-bottom: 1vw;
  display: inline-block;
}

.bold-text-8:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  margin-bottom: 1vw;
  display: inline-block;
}

.cursos-s8-heading-wrapper {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.cursos-s8-heading-wrapper:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .cursos-s8-heading-wrapper:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  flex: 0 auto;
  min-width: 100%;
  margin-top: 2vw;
  position: relative;
}

.code-embed-2 {
  width: 30vw;
  display: block;
  overflow: hidden;
}

.frase-3 {
  background-color: var(--black);
}

.heading-24 {
  color: var(--yellow-2-crea);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.877vw;
  line-height: 1.4em;
  position: relative;
}

.container-10 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  max-width: 100%;
  font-family: Aileron, Arial, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-span-21 {
  border: 2.5px solid #fff;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-22 {
  flex-flow: column;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.image-14 {
  filter: hue-rotate(198deg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 11vw;
  position: absolute;
  inset: auto auto -6% 0%;
}

.sobre-valen {
  background-color: var(--beige-crea);
}

.div-block-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-11 {
  max-width: 90%;
  padding-top: 3.909vw;
  padding-bottom: 3.909vw;
}

.image-15 {
  border-radius: 20px;
  min-height: 70%;
  max-height: 70%;
  box-shadow: 0 2px 5px #0003;
}

.heading-25 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 6.255vw;
  line-height: 100%;
}

.div-block-24 {
  padding-top: 1.564vw;
  padding-left: 0;
  padding-right: 7.819vw;
}

.heading-27 {
  color: var(--pink-crea);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 15.012vw;
  line-height: 100%;
  position: relative;
  top: -2.815vw;
  left: 10.008vw;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.127vw;
  line-height: 100%;
}

.italic-text-6 {
  color: var(--pink-crea);
}

.btn-sobre-valen {
  background-color: var(--black);
  color: #fcfcfc;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 100px;
  width: 330px;
  padding: 10px;
  font-family: Aileron, Arial, sans-serif;
  position: relative;
  bottom: 0;
  right: 0;
  box-shadow: 0 3px 8px #0009;
}

.btn-sobre-valen.btn {
  background-color: var(--purple-crea);
  color: #000;
  border-width: 2px;
  width: auto;
  padding: 1vw 3.5vw;
  font-size: 2.252vw;
  line-height: 1em;
}

.div-block-25 {
  text-align: center;
  margin-top: 105px;
}

.tu-marca {
  background-color: var(--btn-color);
}

.tu-marca:where(.w-variant-dbde8e9d-62c9-84cf-7372-213bbd5e5f43) {
  border-top: 3px solid #000;
}

.txt-sobre-valen {
  color: var(--black);
  line-height: 100%;
}

.bold-text-9 {
  text-transform: uppercase;
  font-family: Now, Arial, sans-serif;
}

.container-12 {
  max-width: 100%;
  margin-top: 0;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.italic-text-7 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  display: inline-block;
  position: relative;
  left: 2vw;
}

.heading-28 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 3.127vw;
  font-size: 6.255vw;
  line-height: 100%;
}

.heading-29 {
  color: var(--pink-crea);
  text-align: center;
  margin-top: -5vw;
  margin-bottom: 0;
  font-size: 12.51vw;
  line-height: 100%;
}

.image-16 {
  float: left;
  vertical-align: baseline;
  transform-style: preserve-3d;
  width: 20vw;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  right: 13.1vw;
}

.div-block-26 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2.127vw;
  line-height: 1.2em;
}

.btn-tu-marca {
  background-color: var(--black);
  color: #fcfcfc;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 100px;
  width: 330px;
  padding: 10px;
  font-family: Aileron, Arial, sans-serif;
  position: relative;
  bottom: 0;
  right: 0;
  box-shadow: 0 3px 8px #0009;
}

.btn-tu-marca.btn {
  background-color: var(--pink-crea);
  color: #000;
  width: auto;
  margin-left: 0;
  padding: 1vw 5vw;
  font-size: 2.252vw;
  line-height: 1em;
}

.div-block-27 {
  text-align: center;
  margin-top: 46px;
}

.logo-section {
  background-color: var(--purple-crea);
  padding-top: 0;
  padding-bottom: 4.691vw;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 12.51vw;
  line-height: 100%;
}

.container-14 {
  max-width: 100%;
  overflow: hidden;
}

.bold-text-10 {
  text-transform: uppercase;
  font-family: Now, Arial, sans-serif;
}

.heading-31 {
  color: var(--black);
  margin-top: 0;
  font-size: 4.378vw;
  line-height: 1em;
  position: relative;
  top: -2.6vw;
  left: 3vw;
}

.italic-text-9 {
  color: var(--yellow-crea);
  display: inline-block;
  position: relative;
}

.div-block-28 {
  margin-bottom: 3.127vw;
  padding-top: .782vw;
  padding-left: 7.819vw;
  padding-right: 7.819vw;
  position: relative;
}

.image-17 {
  width: 14vw;
  position: absolute;
  inset: 3.4vw 34.2vw auto auto;
}

.container-15 {
  max-width: 80%;
}

.container-15:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .container-15:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  max-width: 100%;
}

.cre-ser {
  background-color: var(--black);
}

.cre-ser:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  background-color: var(--beige-crea);
}

.heading-32 {
  color: var(--yellow-crea);
  font-family: Aileron, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-32:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .heading-32:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.127vw;
}

.text-span-23 {
  font-family: Now, Arial, sans-serif;
  font-style: normal;
}

.bold-text-11 {
  font-size: 3rem;
}

.bold-text-11:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .bold-text-11:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  color: var(--pink-crea);
  font-size: 3.7537vw;
  display: inline-block;
}

.div-block-30 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-30:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .div-block-30:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.container-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-17 {
  max-width: 100%;
  padding-top: 20px;
}

.div-block-31 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-bottom: 3px solid #000;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.heading-33 {
  text-align: center;
  font-family: Now, Arial, sans-serif;
  font-size: 3rem;
  line-height: 100%;
  position: relative;
  top: 50px;
}

.heading-34 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 10rem;
  line-height: 100%;
}

.bold-text-12 {
  color: var(--black);
  text-transform: uppercase;
}

.image-18 {
  width: 600px;
  position: absolute;
  inset: auto 4% -24% auto;
}

.services {
  flex-flow: column;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
  display: flex;
  position: relative;
}

.text-block {
  color: var(--btn-color);
  font-size: 5.6295vw;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-35 {
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .782vw 1.564vw .782vw 3.128vw;
  display: flex;
  position: relative;
}

.image-19 {
  height: 7.82vw;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.custom-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  padding: 10px 20px;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: grid;
}

.custom-button:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  background-color: var(--pink-crea);
}

.custom-button:where(.w-variant-3a9b302b-638c-b3c0-28ed-4a13a0d2b932) {
  background-color: var(--purple-crea);
}

.custom-button:where(.w-variant-21dd2354-7a4e-ee52-7dd1-809947c8df49) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button:where(.w-variant-7288d158-b746-f54e-38c0-2d8a964e38fc) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  background-color: var(--pink-crea);
}

.custom-button:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62b) {
  background-color: var(--purple-crea);
}

.custom-button:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button.btn:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  border-radius: 20px;
  font-weight: 700;
}

.custom-button.btn:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  border-radius: 20px;
}

.custom-button.btn.mobile {
  width: 27.37vw;
  font-size: 1.8765vw;
}

.custom-button-text:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  padding-top: 2px;
  padding-bottom: 0;
}

.custom-button-text.pink-2:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  text-align: justify;
}

.custom-button-icon {
  order: 0;
  align-self: center;
}

.custom-button-icon:where(.w-variant-7288d158-b746-f54e-38c0-2d8a964e38fc), .custom-button-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
  filter: invert();
}

.image-20 {
  height: 35vw;
  padding-left: 0;
  position: relative;
  left: -3vw;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  order: 0;
  display: flex;
  position: relative;
}

.dd-servicios {
  text-transform: uppercase;
  font-family: Aileron, Arial, sans-serif;
  font-size: 20px;
}

.dd-servicios.walsh-nav-link-white-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.hero-services {
  background-color: var(--beige-crea);
  border-bottom: 3px solid #000;
  padding-bottom: 40px;
}

.services-frase-1 {
  background-color: var(--btn-color);
  border-bottom: 3px solid #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-18 {
  max-width: 80%;
}

.heading-35 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Aileron, Arial, sans-serif;
  font-size: 3.127vw;
  font-weight: 400;
  line-height: 100%;
}

.service-1 {
  background-color: var(--yellow-crea);
  border-bottom: 3px solid #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  vertical-align: baseline;
  border: 3px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-19 {
  max-width: 80%;
}

.div-block-39 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-36 {
  color: var(--black);
  font-family: Aileron, Arial, sans-serif;
  font-size: 4rem;
}

.text-span-25 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7rem;
}

.dropdown {
  border-radius: 0;
  order: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 100%;
  display: none;
}

.dropdown-list {
  background-color: var(--btn-color);
  color: var(--black);
  border: 3px solid #000;
  border-top-style: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 5px -3px #0003;
}

.dropdown-list:active {
  border: 3px solid #000;
  border-radius: 14px;
}

.dd-item {
  border-bottom: 1px solid #999898;
}

.dd-item:hover {
  background-color: var(--black);
  color: var(--btn-color);
}

.service-1-1 {
  background-color: var(--beige-crea);
}

.heading-37 {
  color: var(--black);
  min-width: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-38 {
  color: var(--purple-crea);
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.5rem;
  line-height: 100%;
  position: relative;
  top: -11px;
  left: 76px;
}

.container-20 {
  max-width: 80%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-span-26 {
  background-color: var(--btn-color);
  border: 3px solid #000;
  border-radius: 50px;
  flex-flow: row;
  height: 100%;
  padding: 2px 15px;
  display: inline-block;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.paragraph-5 {
  color: var(--black);
  text-align: justify;
  flex-flow: row;
  order: 0;
  align-self: auto;
  font-family: Poppins, sans-serif;
  font-size: 1.876vw;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.div-block-41 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-21 {
  position: absolute;
  left: -53.4px;
  transform: rotate(-28deg);
}

.div-block-42 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.image-22 {
  height: 28.772vw;
}

.heading-39 {
  color: var(--pink-crea);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 5.004vw;
  display: inline-flex;
}

.titulo-service-2-3-1 {
  color: var(--pink-crea);
  text-align: center;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 12vw;
  line-height: 100%;
  display: block;
  position: relative;
  top: -2.2vw;
  right: 10.6vw;
}

.div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  line-height: 100%;
  display: grid;
}

.paragraph-6 {
  font-family: Now, Arial, sans-serif;
}

.italic-text-11 {
  font-family: Poppins, sans-serif;
}

.italic-text-12 {
  color: var(--black);
}

.italic-text-13 {
  color: var(--black);
  text-align: left;
  font-family: Poppins, sans-serif;
}

.paragraph-7 {
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  display: block;
}

.div-block-46 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--black);
  text-align: left;
  flex-flow: column;
  padding-top: 4.691vw;
  font-family: Now, Arial, sans-serif;
  font-size: 1.626vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.yellow-card {
  background-color: var(--yellow-crea);
  border: 2px solid #000;
  border-radius: 20px;
  width: 21.892vw;
  padding: 10px;
  font-family: Poppins, sans-serif;
  line-height: 1.15em;
  box-shadow: 0 2px 10px 2px #0003;
}

.purple-card {
  background-color: var(--purple-crea);
  border: 2px solid #000;
  border-radius: 20px;
  width: 21.892vw;
  height: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  line-height: 1.15em;
  box-shadow: 0 2px 10px 2px #0003;
}

.div-block-45-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.container-21 {
  max-width: 80%;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.service-1-2 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.div-block-48 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3.127vw;
  padding-left: 3.127vw;
  padding-right: 3.127vw;
  position: relative;
}

.heading-41 {
  color: var(--yellow-crea);
  margin-top: 0;
  margin-bottom: .1vw;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 12.51vw;
  line-height: 100%;
  display: inline-block;
}

.heading-42 {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5vw;
  display: inline-block;
  position: relative;
  top: -3.3vw;
  left: 7.5vw;
  right: 0;
}

.image-23 {
  width: 14vw;
  position: absolute;
  inset: 1.3vw 35.3vw auto auto;
  transform: rotate(-12deg);
}

.italic-text-14 {
  font-style: normal;
}

.text-span-29 {
  background-color: var(--btn-color);
  border: 2px solid #000;
  border-radius: 20px;
  padding: 10px;
  display: block;
}

.service-1-4 {
  background-color: var(--yellow-crea);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-radius: 0;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.now-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 5.004vw;
  line-height: 100%;
  position: relative;
  left: -11.493vw;
}

.script-h1 {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .3vw;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.255vw;
  font-style: italic;
  position: relative;
  left: 2.658vw;
  right: 0;
}

.container-22 {
  max-width: 80%;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-30 {
  background-color: var(--purple-crea);
  border: 2px solid #000;
  border-radius: 50px;
  padding: .5vw 1.5vw .5vw 1vw;
  display: inline-block;
}

.service-1-5 {
  background-color: var(--beige-crea);
}

.container-23 {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 7.819vw;
  padding-bottom: 4.691vw;
  display: flex;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.list-item {
  list-style-type: disc;
}

.list {
  color: var(--black);
  text-align: justify;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 3.127vw;
  font-family: Poppins, sans-serif;
  font-size: 2.252vw;
  font-weight: 400;
  line-height: 100%;
  list-style-type: disc;
  display: flex;
}

.list-item {
  margin-bottom: 2.346vw;
}

.custom-button-no-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  padding: 10px 20px;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.88vw;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: grid;
}

.custom-button-no-icon:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  background-color: var(--pink-crea);
}

.custom-button-no-icon:where(.w-variant-3a9b302b-638c-b3c0-28ed-4a13a0d2b932) {
  background-color: var(--purple-crea);
}

.custom-button-no-icon:where(.w-variant-21dd2354-7a4e-ee52-7dd1-809947c8df49) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button-no-icon:where(.w-variant-7288d158-b746-f54e-38c0-2d8a964e38fc) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button-no-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  background-color: var(--pink-crea);
}

.custom-button-no-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62b) {
  background-color: var(--purple-crea);
}

.custom-button-no-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button-no-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button-no-icon.btn {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 5px 15px #00000059;
}

.custom-button-no-icon.btn:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  border-radius: 20px;
}

.custom-button-no-icon.btn:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  border-width: 2px;
  border-radius: 20px;
  font-weight: 700;
}

.custom-button-no-icon.btn:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
  color: var(--pink-crea);
}

.custom-button-no-icon.btn:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
  border-width: 2px;
}

.custom-button-no-icon.btn.mobile.form {
  height: 5vw;
}

.div-block-51 {
  margin-top: 20px;
}

.service-2 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: 3.909vw;
  padding-bottom: 3.909vw;
}

.container-24 {
  background-color: var(--purple-crea);
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 80%;
}

.aileron-h1 {
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aileron, Arial, sans-serif;
  font-size: 3.75vw;
  font-style: italic;
  display: inline-block;
  position: relative;
  left: 1.4vw;
}

.script-h2 {
  color: var(--black);
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.25vw;
  font-style: italic;
  display: block;
  position: relative;
  left: -7.3vw;
  right: 0;
}

.div-block-52 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.564vw;
  display: flex;
  position: relative;
}

.image-24 {
  width: 9vw;
  position: absolute;
  inset: 1.5vw 2.4vw auto auto;
}

.service-2-1 {
  background-color: var(--beige-crea);
}

.container-25 {
  max-width: 90%;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.div-block-53 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-25 {
  object-fit: cover;
  border: 2.5px solid #000;
  height: 50vw;
}

.div-block-54 {
  text-align: center;
}

.heading-44 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 4vw;
  line-height: 100%;
}

.heading-45 {
  color: var(--purple-crea);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  border-bottom: 1px #000;
  margin-top: -4px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.255vw;
  line-height: 100%;
}

.div-block-55 {
  text-align: center;
  margin-bottom: 3.127vw;
}

.heading-46 {
  background-color: var(--purple-crea);
  color: var(--black);
  text-align: justify;
  border: 2.5px solid #000;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1vw 2vw;
  font-family: Poppins, sans-serif;
  font-size: 2.002vw;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-56 {
  padding-left: 1vw;
  padding-right: 1vw;
}

.heading-47 {
  color: var(--black);
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 2.002vw;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-48 {
  background-color: var(--black);
  color: var(--pink-crea);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .1vw 1vw;
  font-size: 2.127vw;
}

.div-block-57, .div-block-58 {
  margin-bottom: 3.127vw;
}

.div-block-59 {
  position: relative;
}

.image-26 {
  width: 7vw;
  position: absolute;
  inset: auto -4.3vw -3.2vw auto;
  transform: rotate(-12deg);
}

.service-2-2 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  height: 100%;
  display: block;
}

.container-26 {
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.div-block-63 {
  flex-flow: column;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
  display: flex;
}

.service-2-3 {
  background-color: var(--btn-color);
  color: var(--black);
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.titulo-service-2-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 6.255vw;
  line-height: 100%;
  display: block;
}

.titulo-wrapper-2-3 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.titulo-service-1-2-1 {
  color: var(--black);
  text-align: center;
  margin-top: 1.329vw;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 9vw;
  display: inline-block;
}

.div-block-64 {
  flex-flow: column;
  display: flex;
}

.container-27 {
  max-width: 80%;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding-top: 1.564vw;
  padding-left: 4.691vw;
  display: flex;
}

.image-27 {
  transform-style: preserve-3d;
  height: 35vw;
  position: relative;
  top: 0;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.list-item-2 {
  margin-bottom: 3.127vw;
  padding-right: 0;
  list-style-type: none;
}

.list-2 {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 3.127vw;
  padding-right: 0;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.876vw;
  font-weight: 300;
  line-height: 1em;
  list-style-type: none;
}

.div-block-66 {
  background-color: var(--purple-crea);
  border: 2px solid #000;
  border-radius: 30px;
  margin-right: 0;
  padding: 1.564vw 1.564vw 0 0;
  box-shadow: inset 0 2px 4px #0000000f;
}

.service-2-4 {
  background-color: var(--purple-crea);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
}

.titulo-service-2-4-1 {
  background-color: var(--pink-crea);
  border: 2px solid #000;
  border-radius: 50px;
  padding: .5vw 1.5vw .5vw .5vw;
  display: inline-block;
}

.service-2-5 {
  background-color: var(--beige-crea);
}

.service-3 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.con-valen-title {
  color: var(--black);
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Aileron, Arial, sans-serif;
  font-size: 5.004vw;
  font-style: italic;
  line-height: 100%;
  display: block;
  position: relative;
  left: 0;
}

.text-span-31 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7.506vw;
  display: inline-block;
}

.container-28 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 3.909vw;
  padding-bottom: 3.909vw;
  display: flex;
}

.div-block-72 {
  background-color: var(--pink-crea);
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  width: 85%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  position: relative;
}

.image-28 {
  width: 9vw;
  position: absolute;
  inset: .9vw .8vw auto auto;
}

.service-3-1 {
  background-color: var(--btn-color);
}

.container-29 {
  max-width: 100%;
}

.div-block-73 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-74 {
  background-color: var(--pink-crea);
  border-left: 3px solid #000;
  flex-flow: column;
  justify-content: space-around;
  padding: 4.691vw 3.127vw;
  display: flex;
}

.font-style {
  color: var(--black);
  line-height: 100%;
}

.heading-51.font-style {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 3.878vw;
}

.text-span-32 {
  color: var(--btn-color);
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6vw;
}

.subtitle.font-style {
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 2.252vw;
  font-weight: 300;
  line-height: 1.1em;
  position: static;
}

.subtitle-2.font-style {
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 2.252vw;
  font-weight: 300;
}

.italic-text-16 {
  line-height: 1.1em;
}

.subtitle-3.font-style {
  background-color: var(--btn-color);
  text-align: center;
  border: 3px solid #000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-family: Poppins, sans-serif;
  font-size: 2.252vw;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-75 {
  text-align: center;
}

.service-3-2 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.container-30 {
  max-width: 90%;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.div-block-76 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: .25fr .25fr .25fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  width: 70%;
  margin-right: 0;
  display: grid;
}

.service-3-2-title.font-style {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.255vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: 0;
}

.div-block-77 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.127vw;
  display: flex;
  position: relative;
}

.image-29 {
  width: 9vw;
  position: relative;
  bottom: 0%;
  left: auto;
}

.service-3-2-bubble-pink.font-style {
  background-color: var(--pink-crea);
  border: 2px solid #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.service-3-2-bubble-yellow.font-style {
  background-color: var(--yellow-2-crea);
  border: 2px solid #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Now, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.service-3-2-bubble-text {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 1.626vw;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.service-3-3 {
  background-color: var(--yellow-crea);
}

.container-90 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
  display: flex;
}

.service-3-2-tittle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-3-3-tiitle {
  background-color: var(--btn-color);
  border: 2px solid #000;
  border-radius: 50px;
  padding: .5vw 1.5vw .5vw .5vw;
  display: inline-block;
}

.service-3-4 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.service-3-4-wrapper, .service-3-4-liist-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-3-5-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-3-5-container.container-90 {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.service-3-5-title.font-style {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5.473vw;
  font-family: Now, Arial, sans-serif;
  font-size: 6.255vw;
}

.text-span-33 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 8vw;
}

.text-span-34 {
  color: var(--pink-crea);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 8.131vw;
  position: relative;
  left: 16.028vw;
}

.div-block-79 {
  border-right: 3px solid #000;
  border-radius: 0;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.image-30 {
  border: 2px solid #000;
  height: 30rem;
}

.div-block-80 {
  padding-top: 7.819vw;
  padding-bottom: 7.819vw;
}

.italic-text-17, .heading-52 {
  font-family: Now, Arial, sans-serif;
}

.heading-52.font-style {
  text-align: justify;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 2.127vw;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-53 {
  font-family: Now, Arial, sans-serif;
}

.heading-53.font-style {
  text-align: justify;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 2.127vw;
  line-height: 1.2em;
}

.div-block-81 {
  margin-bottom: 60px;
}

.div-block-82 {
  margin-bottom: 40px;
}

.div-block-83 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-button-left-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  padding: 10px 20px;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: grid;
}

.custom-button-left-icon:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  background-color: var(--pink-crea);
}

.custom-button-left-icon:where(.w-variant-3a9b302b-638c-b3c0-28ed-4a13a0d2b932) {
  background-color: var(--purple-crea);
}

.custom-button-left-icon:where(.w-variant-21dd2354-7a4e-ee52-7dd1-809947c8df49) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button-left-icon:where(.w-variant-7288d158-b746-f54e-38c0-2d8a964e38fc) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button-left-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  background-color: var(--pink-crea);
}

.custom-button-left-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62b) {
  background-color: var(--purple-crea);
}

.custom-button-left-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button-left-icon:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button-left-icon.btn {
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.custom-button-left-icon.btn:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  border-radius: 20px;
}

.custom-button-left-icon.btn:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  border-width: 2px;
  border-radius: 20px;
  font-weight: 700;
}

.custom-button-left-icon.btn:where(.w-variant-db54cee5-be1b-cfc2-7098-bc19f1f34a99) {
  background-color: var(--yellow-crea);
}

.button-icon {
  width: 60px;
}

.div-block-84 {
  margin-bottom: 60px;
}

.service-4 {
  background-color: var(--beige-crea);
  border-bottom: 3px solid #000;
}

.conoceme-s1 {
  background-color: var(--beige-crea);
  height: 100%;
}

.div-block-89 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10.946vw;
  display: flex;
}

.div-block-90 {
  width: 100%;
}

.conoceme-s1-title.font-style {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 3.753vw;
  position: static;
}

.text-span-37 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 10.008vw;
}

.text-span-38 {
  color: var(--pink-crea);
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 10.008vw;
}

.div-block-91 {
  border-bottom: 3px solid var(--pink-crea);
  padding-bottom: 1.564vw;
  padding-left: 1.564vw;
  padding-right: 1.564vw;
}

.bold-text-14 {
  text-transform: uppercase;
}

.bold-text-14.font-style {
  font-family: Now, Arial, sans-serif;
}

.bold-text-14.font-style:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  padding-left: 0;
}

.italic-text-18 {
  font-family: Aileron, Arial, sans-serif;
  font-weight: 400;
}

.div-block-92 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 3px;
  display: flex;
}

.div-block-92:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  margin-bottom: 41px;
  padding-bottom: 0;
  position: relative;
  bottom: -52px;
  left: 104px;
}

.heading-54 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.252vw;
}

.heading-55 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.971vw;
}

.heading-55:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  text-align: left;
}

.custom-button-conoceme {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #000;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  padding: 10px 20px;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: grid;
}

.custom-button-conoceme:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  background-color: var(--pink-crea);
}

.custom-button-conoceme:where(.w-variant-3a9b302b-638c-b3c0-28ed-4a13a0d2b932) {
  background-color: var(--purple-crea);
}

.custom-button-conoceme:where(.w-variant-21dd2354-7a4e-ee52-7dd1-809947c8df49) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button-conoceme:where(.w-variant-7288d158-b746-f54e-38c0-2d8a964e38fc) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button-conoceme:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  background-color: var(--pink-crea);
}

.custom-button-conoceme:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62b) {
  background-color: var(--purple-crea);
}

.custom-button-conoceme:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
  background-color: var(--yellow-crea);
  text-align: center;
  line-height: 100%;
}

.custom-button-conoceme:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
  background-color: var(--black);
  color: var(--btn-color);
}

.custom-button-conoceme.btn:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  border-radius: 20px;
  font-weight: 700;
}

.custom-button-conoceme.btn:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
  border-radius: 20px;
}

.custom-button-conoceme.btn.pink {
  background-color: var(--pink-crea);
  border-radius: 20px;
  width: 28.147vw;
  font-size: 1.876vw;
  font-weight: 700;
}

.custom-button-conoceme.btn.pink:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  grid-template-columns: 2fr .25fr;
  width: 400px;
}

.div-block-93 {
  margin-bottom: 4.691vw;
}

.div-block-93:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: block;
}

.container-93 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.conoceme-s2 {
  background-color: var(--black);
}

.container-96 {
  max-width: 90%;
}

.image-34 {
  filter: drop-shadow(0 0 10px #00000080);
  width: 100%;
}

.div-block-94 {
  border: 2px solid var(--yellow-crea);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-95 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.691vw;
  padding-bottom: 3.909vw;
  font-family: Aileron, Arial, sans-serif;
  display: flex;
}

.heading-56 {
  color: var(--yellow-2-crea);
  text-transform: uppercase;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-size: 3.127vw;
  text-decoration: underline;
}

.paragraph-9 {
  color: var(--beige-crea);
  text-align: center;
  margin-bottom: .782vw;
  font-size: 2.127vw;
  line-height: 1.1em;
}

.italic-text-20 {
  text-align: center;
}

.italic-text-21 {
  color: var(--pink-crea);
}

.heading-57 {
  margin-top: 1.564vw;
  margin-bottom: 0;
  font-size: 2.127vw;
}

.conoceme-s4 {
  background-color: var(--btn-color);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.container-97 {
  max-width: 100%;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.conocemie-s3-title.font-style {
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  padding-left: 4.692vw;
  padding-right: 4.692vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 7.506vw;
  font-style: italic;
  line-height: .7em;
}

.div-block-97 {
  background-color: var(--pink-crea);
  border-right: 3px solid #000;
  border-radius: 0;
  padding-top: 5.474vw;
  padding-bottom: 7.82vw;
}

.text-span-39 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  line-height: .7em;
}

.text-span-40 {
  background-color: var(--yellow-crea);
  border: 2px solid #000;
  border-radius: 50px;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-weight: 700;
  line-height: .7em;
  display: inline-block;
}

.div-block-98 {
  margin-bottom: 7.82vw;
}

.div-block-99 {
  padding-left: 4.692vw;
  padding-right: 4.692vw;
}

.conoceme-s3-p.font-style {
  margin-bottom: .782vw;
  font-family: Poppins, sans-serif;
  font-size: 2.2518vw;
}

.image-35 {
  object-fit: cover;
  min-height: 100%;
}

.conoceme-s3 {
  background-color: var(--btn-color);
}

.container-98 {
  max-width: 90%;
}

.div-block-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.692vw;
  display: flex;
  position: relative;
}

.conoceme-s4-title.font-style {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 8.757vw;
}

.image-36 {
  width: 3.5vw;
  position: static;
  transform: rotate(23deg);
}

.div-block-101 {
  padding-top: 3.127vw;
  padding-bottom: 4.691vw;
}

.heading-58.font-style {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .782vw;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.8765vw;
}

.conoceme-s3-p2.font-style {
  text-align: justify;
  margin-bottom: 4.692vw;
  padding-left: 3.128vw;
  padding-right: 3.128vw;
  font-family: Poppins, sans-serif;
  font-size: 2.502vw;
  line-height: 1.1em;
}

.italic-text-22 {
  background-color: var(--purple-crea);
}

.italic-text-23, .italic-text-24 {
  text-decoration: underline;
}

.conoceme-s3-p3.font-style {
  margin-top: 1.564px;
  margin-bottom: .782px;
  font-family: Poppins, sans-serif;
  font-size: 2.13921vw;
  line-height: 1em;
}

.text-span-42 {
  background-color: var(--pink-crea);
  text-align: center;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  display: inline-block;
}

.text-span-42.yellow {
  background-color: var(--purple-crea);
}

.text-span-43 {
  font-size: 3.1275vw;
  font-weight: 700;
  position: relative;
  top: .4692px;
}

.conoceme-s5 {
  background-color: var(--btn-color);
  overflow: hidden;
}

.container-99 {
  max-width: 90%;
}

.services-buttons-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  order: 0;
  display: flex;
  position: relative;
}

.conoceme-s5-image {
  z-index: 5;
  height: 35vw;
  position: relative;
  bottom: 0%;
  left: -1.6vw;
}

.conoceme-s5-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
  display: flex;
  position: relative;
}

.conoceme-s5-title-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 9.384vw;
  display: flex;
}

.conoceme-s5-title.font-style {
  text-align: center;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-size: 4.3785vw;
}

.text-span-44 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 8.1315vw;
  position: relative;
  left: 19.4718vw;
}

.div-block-102 {
  background-color: var(--purple-crea);
  border: 2px solid #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.91vw;
  padding-right: 14.076vw;
  display: flex;
}

.div-block-103 {
  padding-top: 4.692vw;
  padding-bottom: 4.692vw;
}

.image-37 {
  width: 10vw;
  position: relative;
  top: -2.5024vw;
  left: -2.6588vw;
  transform: rotate(-15deg);
}

.cursos-s1 {
  background-color: var(--beige-crea);
  border-bottom: 3px solid #000;
}

.container-100 {
  max-width: 90%;
  padding-top: 3.91vw;
  padding-bottom: 3.91vw;
}

.div-block-104 {
  background-color: var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
  display: flex;
}

.cursos-s1-title.font-style {
  color: var(--pink-crea);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-family: Now, Arial, sans-serif;
  font-size: 5.004vw;
  display: block;
}

.text-span-45 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.255vw;
  display: inline-block;
  position: relative;
  top: -.4vw;
}

.text-span-46 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 6.6303vw;
  font-weight: 400;
}

.cursos-s2 {
  background-color: var(--beige-crea);
}

.container-101 {
  max-width: 90%;
}

.div-block-105 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-38 {
  object-fit: cover;
  border: 1.5px solid #000;
  height: 35vw;
  position: relative;
  top: -27px;
}

.cursos-23-title.font-style {
  text-transform: uppercase;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 6.255vw;
  font-weight: 400;
}

.div-block-107 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.div-block-108 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.cursos-s2-title-2.font-style {
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  padding-left: 42px;
  font-family: Anton, Arial, sans-serif;
  font-size: 5.6295vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
  top: -5.865vw;
}

.text-span-47 {
  color: var(--pink-crea);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 8.75vw;
  font-weight: 700;
  position: relative;
  left: 244px;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-110 {
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
}

.cursos-s3 {
  background-color: var(--black);
}

.cursos-s3-title-1.font-style {
  color: var(--btn-color);
  text-transform: uppercase;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-family: Now, Arial, sans-serif;
  font-size: 3.753vw;
  position: relative;
  left: -2.4242vw;
}

.cursos-s3-title-2.font-style {
  background-color: var(--pink-crea);
  border-radius: 30px;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  padding-left: .782vw;
  padding-right: .782vw;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 6.255vw;
  display: block;
  position: relative;
  top: -6.0214vw;
  left: 17.8296vw;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-15 {
  line-height: 1.1em;
}

.cursos-s3-p.font-style {
  color: var(--btn-color);
  margin-bottom: .782vw;
  font-family: Poppins, sans-serif;
  font-size: 2.502vw;
  line-height: 1.1em;
}

.container-102 {
  max-width: 90%;
}

.div-block-112 {
  flex-flow: column;
  padding-top: 4.692vw;
  padding-bottom: 4.692vw;
  display: flex;
}

.div-block-113 {
  padding-left: 7.82vw;
  padding-right: 7.82vw;
}

.cursos-s4 {
  background-color: var(--beige-crea);
}

.container-103 {
  max-width: 90%;
}

.cursos-list-item {
  text-align: center;
  border-top: 2px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.list-3 {
  font-family: Aileron, Arial, sans-serif;
  font-size: 2.502vw;
  line-height: 1.1em;
}

.list-3.font-style {
  margin-bottom: .782vw;
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.128vw;
  display: flex;
  position: relative;
}

.cursos-s4-title-1.font-style {
  text-align: center;
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7.506vw;
  font-weight: 700;
}

.image-40 {
  width: 15.64vw;
  position: absolute;
  inset: -7.2vw 26.1vw 0% auto;
}

.div-block-115 {
  padding-top: 7.82vw;
  padding-bottom: 4.692vw;
}

.text-span-48 {
  color: var(--pink-crea);
}

.div-block-116 {
  padding-left: 10.948vw;
  padding-right: 10.948vw;
}

.cursos-s5 {
  background-color: var(--yellow-crea);
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.container-104 {
  max-width: 100%;
}

.div-block-117 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.cursos-s5-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Anton, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.cursos-s5-title.font-style {
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-size: 2.502vw;
}

.cursos-s5-title-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1.564vw;
  padding-bottom: 1.564vw;
  display: flex;
}

.cursos-s5-title-wrapper.side-borders {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

.italic-text-25, .italic-text-26, .italic-text-27 {
  color: var(--pink-crea);
}

.container-105 {
  max-width: 100%;
}

.div-block-118 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cursos-s6 {
  background-color: var(--btn-color);
}

.image-41 {
  border: 1.5px solid #000;
}

.div-block-119 {
  flex-flow: column;
  justify-content: space-around;
  padding-top: 4.692vw;
  padding-bottom: 4.692vw;
  display: flex;
}

.cursos-s6-title {
  text-align: center;
}

.cursos-s6-title.font-style {
  margin-top: 1.564vw;
  margin-bottom: .782vw;
  font-size: 5.004vw;
  position: relative;
  left: -2.737vw;
}

.text-span-49 {
  text-transform: uppercase;
  position: relative;
  left: -7.1944vw;
}

.italic-text-28 {
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7.506vw;
  display: inline-block;
}

.text-span-50 {
  background-color: var(--yellow-crea);
  border: 1.5px solid #000;
  border-radius: 50px;
  padding-left: .782vw;
  padding-right: .782vw;
  font-size: 7.506vw;
  display: inline-block;
  position: relative;
  left: 10.0878vw;
}

.bold-text-16 {
  display: inline-block;
}

.bold-text-17 {
  position: relative;
  left: 10.2442vw;
}

.cursos-s6-list-items.font-style {
  margin-bottom: .782vw;
  padding-left: 10.948vw;
  padding-right: 10.948vw;
  font-size: 2.2518vw;
  line-height: 1.1em;
}

.cursos-list-item-2 {
  text-align: justify;
  border-top: 2px #000;
  padding-top: 1.564vw;
  padding-bottom: .782vw;
}

.italic-text-29 {
  line-height: 1.3em;
}

.image-42 {
  object-fit: cover;
  height: 100%;
}

.div-block-120 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.div-block-121, .div-block-122 {
  margin-bottom: 4.692vw;
}

.cursos-s7 {
  background-color: #e4a3b4;
}

.container-106 {
  max-width: 80%;
}

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 2.346vw;
  padding-bottom: 2.346vw;
  display: grid;
}

.div-block-124 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  top: 60px;
}

.cursos-s7-title-1.font-style {
  margin-top: 1.564vw;
  margin-bottom: 0;
  font-family: Now, Arial, sans-serif;
  font-size: 5.629vw;
}

.cursos-s7-title-2.font-style {
  color: var(--yellow-crea);
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 15.012vw;
  position: relative;
}

.div-block-125 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-43 {
  width: 12vw;
  position: absolute;
  inset: 2.5vw -2.1vw auto auto;
  transform: rotate(-9deg);
}

.cursos-s7-p1.font-style {
  text-align: justify;
  padding-left: 15.246vw;
  padding-right: 3.44vw;
  font-size: 2.252vw;
  line-height: 1.2em;
}

.link-s1 {
  background-color: var(--beige-crea);
}

.container-107 {
  max-width: 100%;
}

.div-block-126 {
  z-index: 2;
  grid-column-gap: 70px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  width: 100%;
  max-width: 80%;
  display: grid;
  position: relative;
}

.links-s1-title-1.font-style {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 5.004vw;
  position: static;
}

.links-s1-title-2.font-style {
  margin-top: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 7.506vw;
}

.div-block-127 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10.948vw;
  display: flex;
  position: relative;
}

.text-span-51 {
  color: var(--pink-crea);
}

.image-44 {
  z-index: 0;
  width: 20vw;
  position: absolute;
  bottom: 52.1vw;
  right: 8.1vw;
}

.links-s1-button-wrapper-left {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: block;
}

.links-s1-button-wrapper-left.nuestra-web {
  display: none;
}

.div-block-129 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 4.692vw;
  padding-bottom: 4.692vw;
  display: flex;
}

.wrapper-m {
  padding-top: 40px;
  padding-bottom: 0;
}

.icons-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-flow: row;
  place-content: start space-around;
  position: relative;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon {
  object-fit: cover;
  width: 10vw;
  height: auto;
}

.icon-2 {
  position: relative;
}

.image-45 {
  width: 14vw;
  position: absolute;
  bottom: -2.6vw;
  left: auto;
  right: 15vw;
}

.italic-text-30 {
  color: var(--black);
}

.italic-text-31 {
  font-family: Poppins, sans-serif;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-131 {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.bold-text-18 {
  font-size: 2.82vw;
}

.icon-3 {
  display: block;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-left: 1vw;
  padding-right: 1vw;
  transform: rotate(-1deg);
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lottie-animation {
  width: 300px;
  height: auto;
  transform: rotate(-145deg);
}

.div-block-132 {
  padding-left: 10vw;
  padding-right: 10vw;
}

.service-1-3-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--purple-crea);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-60 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 6.255vw;
  font-family: Now, Arial, sans-serif;
  font-size: 4.378vw;
}

.text-span-52 {
  z-index: 1;
  color: var(--pink-crea);
  margin-bottom: -7px;
  padding-bottom: 0;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 12.51vw;
  line-height: 100%;
  display: inline-block;
  position: relative;
}

.text-span-53 {
  color: var(--pink-crea);
  position: relative;
  left: 6.5vw;
}

.text-span-54 {
  z-index: 0;
  position: relative;
  left: 6.3vw;
}

.div-block-133 {
  padding-left: 7.819vw;
  padding-right: 7.819vw;
  position: relative;
}

.image-47 {
  width: 12vw;
  position: absolute;
  inset: 3.9vw 33.2vw 0% auto;
}

.testi:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  max-height: 480px;
}

.sobre-valen-m {
  background-color: var(--beige-crea);
  display: none;
}

.service-3-1-m {
  background-color: var(--btn-color);
  display: none;
}

.service-4-m {
  background-color: var(--beige-crea);
  display: none;
}

.navbar {
  background-color: var(--pink-crea);
  color: var(--black);
  text-transform: uppercase;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  display: none;
}

.container-109 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
}

.hero-services-m {
  background-color: var(--beige-crea);
  border-bottom: 3px solid #000;
  padding-bottom: 40px;
  display: none;
}

.hero-services-elephant {
  position: absolute;
  inset: -13% auto 0% 25%;
}

.nav-menu {
  background-color: var(--yellow-crea);
  color: var(--black);
  text-align: center;
  flex-flow: column;
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  font-size: 3vh;
  line-height: 1em;
  display: flex;
}

.section-4:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .section-4:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  z-index: 10;
  position: relative;
}

.cursos-s2-m {
  background-color: var(--beige-crea);
  display: none;
}

.container-101-m {
  max-width: 90%;
}

.div-block-110-m {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-105-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-108-m {
  justify-content: flex-start;
  align-items: center;
  padding-right: 17px;
  display: flex;
}

.image-41-m {
  border: 1.5px solid #000;
  height: 25rem;
}

.cursos-s2-title-2-m.font-style {
  padding-left: 42px;
  font-family: Anton, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
  top: -75px;
}

.cursos-s6--m {
  background-color: var(--btn-color);
  display: none;
}

.div-block-118-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-110 {
  max-width: 100%;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.cursos-s8 {
  background-color: var(--black);
}

.cursos-s8:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  background-color: var(--beige-crea);
}

.cursos-s8:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  flex-flow: column;
}

.text-span-57 {
  color: var(--yellow-2-crea);
}

.hero-slide-1 {
  min-height: 100%;
}

.heading-61 {
  color: var(--black);
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.div-block-143 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

.div-block-144 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 6vw;
  display: flex;
  position: relative;
  top: -2.2vw;
}

.nav-link.w--current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--purple-crea);
  text-decoration-color: var(--purple-crea);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  color: #000;
  text-decoration-style: solid;
  text-decoration-thickness: 3px;
}

.navbar-2 {
  position: sticky;
}

.div-block-145 {
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.bold-text-25 {
  display: inline-block;
}

.text-span-58 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 10px;
  font-size: 10vw;
  display: flex;
}

.text-span-59 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-54 {
  width: 8vw;
}

.services-title-wrapper {
  align-self: stretch;
  position: relative;
}

.modal {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-container {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  padding: 5px;
  display: block;
  position: absolute;
}

.close-link {
  z-index: 1000;
  color: var(--black);
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-x {
  z-index: 1001;
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--btn-color);
  font-size: 4rem;
  transform: rotate(45deg);
}

.code-embed-5 {
  z-index: 1000;
  width: 100%;
  min-width: 600px;
  height: auto;
  min-height: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.image-55 {
  object-fit: cover;
  min-height: 100%;
}

.bold-text-10-las {
  text-transform: uppercase;
  font-family: Now, Arial, sans-serif;
  position: relative;
  left: 4.3vw;
}

.text-span-62 {
  color: var(--yellow-2-crea);
}

.text-span-63 {
  margin-right: 4.378vw;
}

.bold-text-30 {
  font-weight: 600;
}

.div-block-153 {
  margin-bottom: 2vw;
}

.div-block-154 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-79-copy {
  border-right: 3px solid #000;
  border-radius: 0;
  padding-top: 4.691vw;
  padding-bottom: 4.691vw;
}

.div-block-155 {
  grid-column-gap: 1.564vw;
  grid-row-gap: 1.564vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  display: none;
}

.swiper-container {
  width: 100%;
}

.swiper-container.infinity-swiper-container:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .swiper-container.infinity-swiper-container.swiper-logos-container {
  overflow: hidden;
}

.swiper-container.infinity-swiper-container.swiper-grid-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.infinity-swiper-wrapper.swiper-logos-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.swiper-wrapper.infinity-swiper-wrapper.swiper-videos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.infinity-swiper-slide {
  background-color: #0000;
}

.swiper-slide.infinity-swiper-slide.swiper-logos-slide {
  max-width: 300px;
}

.swiper-slide.infinity-swiper-slide.swiper-videos-slide {
  width: max-content;
}

.swiper-slide.infinity-swiper-slide.swiper-testi-slide:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: max-content;
  max-width: 300px;
  display: flex;
}

.container100 {
  border-top: 3px solid #000;
  max-width: 100%;
}

.service-1-6 {
  background-color: var(--pink-crea);
  color: var(--black);
  border-top: 3px solid #000;
}

.service-1-6-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  display: flex;
}

.heading-62 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7.813vw;
  font-family: Anton, Arial, sans-serif;
  font-size: 7.031vw;
  line-height: 1em;
}

.dir-crea-video {
  width: 300px;
  max-height: 500px;
  overflow: hidden;
}

.service-2-6 {
  color: var(--black);
  padding-bottom: 3.125vw;
}

.grid-image {
  width: 100vw;
}

.grid-wrapper-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-wrapper-1.grid-wrapper-2.grid-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: .25fr .25fr .25fr;
  grid-template-columns: .3fr .3fr .3fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  width: max-content;
  display: grid;
  overflow: auto;
}

.heading-63 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  font-size: 7vw;
  line-height: 1em;
  display: flex;
}

.text-span-64 {
  color: var(--pink-crea);
  align-self: center;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 11vw;
  position: relative;
  top: -6.9vw;
  left: 9.3vw;
}

.text-span-65 {
  text-align: center;
  align-self: center;
  position: relative;
  left: -13.8vw;
}

.img-2 {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s;
}

.img-2:hover {
  transform: scale(1.2);
}

.wrapper-2 {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 250vw;
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.right-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(270deg, #000000e6, #0000);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to right, #000000e6, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide__track {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.splide__slide {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.testi-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.testi-heading-wrapper:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .testi-heading-wrapper:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  flex: 0 auto;
  min-width: 100%;
  margin-top: 2vw;
  position: relative;
}

.cursos-s8-heading-2 {
  color: var(--pink-crea);
  text-align: center;
  align-self: flex-end;
  font-family: Monotype Corsiva, Arial, sans-serif;
  font-size: 16.25vw;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: -1.638vw;
  right: 7.06vw;
}

.cursos-s8-heading-2:where(.w-variant-0deb14f9-db3e-7612-78f1-c380d6c68b85) {
  color: var(--pink-crea);
}

.cursos-s8-heading-2:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  color: var(--yellow-crea);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.25vw;
  top: -2vw;
  right: 10.46vw;
}

.cursos-s8-heading-2:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  color: var(--pink-crea);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.25vw;
  top: -2vw;
  right: 10.46vw;
}

.cursos-s8-heading-1 {
  color: var(--pink-crea);
  text-align: center;
  align-self: flex-start;
  padding-left: 3vw;
  font-family: Now, Arial, sans-serif;
  line-height: 100%;
  display: inline-block;
  position: relative;
  left: 0;
}

.cursos-s8-heading-1:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 5.625vw;
}

.cursos-s8-heading-1:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 5.625vw;
  left: -3.198vw;
}

.gafas-bloancas {
  width: 15vw;
  position: absolute;
  inset: -2vw 7.4vw auto auto;
  transform: rotate(-7deg);
}

.gafas-bloancas:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .gafas-bloancas:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
  width: 12vw;
  position: absolute;
  top: -1.8vw;
  right: 8.2vw;
}

.italic-text-41:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf), .italic-text-42:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
  color: var(--black);
}

.quiz-section {
  background-color: var(--btn-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: scroll;
}

.quiz-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.quiz {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.quiz-wrapper {
  width: 100%;
  height: 100%;
}

.body-2 {
  color: #000;
}

.heading-64 {
  text-transform: uppercase;
  font-family: Aileron, Arial, sans-serif;
  font-size: 3vw;
}

.body-3, .body-template {
  background-color: var(--beige-crea);
}

.survey-submitted {
  color: var(--black);
}

.survey-submitted-container {
  max-width: 100%;
  padding-top: 5vw;
}

.ss-content-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  display: flex;
}

.ss-text {
  text-align: center;
  font-family: Aileron, Arial, sans-serif;
  font-size: 3vw;
  line-height: 100%;
}

.text-span-66 {
  text-transform: uppercase;
  font-size: 5vw;
}

.ss-buttons-grid {
  z-index: 2;
  grid-column-gap: 70px;
  grid-row-gap: 29px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.ss-link-button {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: block;
}

.ss-link-button.nuestra-web {
  display: none;
}

@media screen and (min-width: 1280px) {
  .heading-12 {
    position: static;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
  }

  .container-109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-144 {
    padding-right: 6vw;
  }

  .nav-link {
    font-family: Vollkorn, serif;
  }

  .nav-link.w--current {
    font-family: Aileron, Arial, sans-serif;
    font-size: 2vw;
  }
}

@media screen and (min-width: 1440px) {
  .container-3 {
    overflow: hidden;
  }

  .text-span-15 {
    padding-left: 1vw;
    padding-right: 2vw;
    position: static;
  }

  .heading-10 {
    padding-left: 1vw;
  }

  .heading-12 {
    left: -6%;
  }

  .heading-13 {
    margin-top: 0;
  }

  .image-10 {
    right: 5vw;
  }

  .bold-text-7, .italic-text-5 {
    color: var(--black);
  }

  .container-9:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    overflow: hidden;
  }

  .bold-text-8 {
    position: relative;
  }

  .cursos-s8-heading-wrapper {
    position: relative;
    overflow: visible;
  }

  .container-10, .container-11, .container-12 {
    overflow: hidden;
  }

  .btn-tu-marca.btn {
    border-width: 2px;
  }

  .container-15:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .container-16:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e) {
    overflow: hidden;
  }

  .image-18 {
    right: 10%;
  }

  .custom-button.btn:where(.w-variant-21dd2354-7a4e-ee52-7dd1-809947c8df49) {
    box-shadow: 0 5px 15px #00000059;
  }

  .dropdown-list {
    background-color: var(--btn-color);
  }

  .heading-38 {
    -webkit-text-stroke-width: 1px;
  }

  .heading-41 {
    margin-bottom: .5vw;
  }

  .service-3-2 {
    background-color: var(--btn-color);
  }

  .conoceme-s4 {
    background-color: var(--btn-color);
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }

  .container-97 {
    max-width: 100%;
  }

  .div-block-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .conocemie-s3-title.font-style {
    font-family: Anton, Arial, sans-serif;
    font-size: 7.3vw;
    font-style: italic;
  }

  .div-block-97 {
    background-color: var(--pink-crea);
    border-right: 3px solid #000;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .text-span-39 {
    font-family: Monotype Corsiva, Arial, sans-serif;
  }

  .text-span-40 {
    background-color: var(--yellow-crea);
    border: 2px solid #000;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Monotype Corsiva, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
  }

  .div-block-98 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-99 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .conoceme-s3-p.font-style {
    text-align: justify;
  }

  .image-35 {
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .container-98 {
    max-width: 90%;
  }

  .div-block-100 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
    position: relative;
  }

  .conoceme-s4-title.font-style {
    margin-bottom: 0;
    font-family: Monotype Corsiva, Arial, sans-serif;
    font-weight: 700;
  }

  .image-36 {
    transform: rotate(26deg);
  }

  .div-block-101 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-58 {
    margin-top: -21px;
  }

  .heading-58.font-style {
    text-transform: uppercase;
    font-family: Aileron, Arial, sans-serif;
    font-size: 1.8rem;
  }

  .conoceme-s3-p2.font-style {
    text-align: justify;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins, sans-serif;
    line-height: 1.1em;
  }

  .italic-text-22 {
    background-color: var(--purple-crea);
  }

  .italic-text-23, .italic-text-24 {
    text-decoration: underline;
  }

  .conoceme-s3-p3 {
    text-align: center;
  }

  .conoceme-s3-p3.font-style {
    font-family: Aileron, Arial, sans-serif;
    font-style: italic;
  }

  .text-span-42 {
    background-color: var(--pink-crea);
    border: 2px solid #000;
    border-radius: 30px;
    padding: 20px;
    font-family: Poppins, sans-serif;
    display: inline-block;
  }

  .text-span-43 {
    font-style: normal;
  }

  .conoceme-s5 {
    border-bottom: 1px solid #000;
  }

  .container-99 {
    max-width: 90%;
  }

  .conoceme-s5-title-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
    display: flex;
  }

  .conoceme-s5-title.font-style {
    text-align: center;
    font-family: Aileron, Arial, sans-serif;
    font-size: 3.5rem;
    font-style: italic;
  }

  .text-span-44 {
    font-family: Monotype Corsiva, Arial, sans-serif;
    font-size: 6.5rem;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 249px;
  }

  .div-block-102 {
    background-color: var(--purple-crea);
    border: 2px solid #000;
    border-radius: 30px;
    padding-bottom: 2px;
    padding-left: 50px;
    padding-right: 180px;
    display: flex;
  }

  .div-block-103 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-37 {
    position: relative;
    top: -32px;
    left: -34px;
    transform: rotate(-12deg);
  }

  .cursos-s1 {
    background-color: var(--beige-crea);
    border-bottom: 3px solid #000;
  }

  .container-100 {
    max-width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-104 {
    background-color: var(--black);
    border-radius: 30px;
    padding-top: 0;
  }

  .cursos-s1-title.font-style {
    color: var(--pink-crea);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: Now, Arial, sans-serif;
  }

  .text-span-45 {
    font-family: Monotype Corsiva, Arial, sans-serif;
    display: inline-block;
    position: relative;
    top: -7px;
  }

  .text-span-46 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-weight: 400;
  }

  .cursos-s2 {
    background-color: var(--beige-crea);
  }

  .container-101 {
    max-width: 90%;
  }

  .div-block-105 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-106 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-38 {
    border: 1.5px solid #000;
  }

  .cursos-23-title.font-style {
    text-transform: uppercase;
    font-family: Anton, Arial, sans-serif;
    font-weight: 400;
  }

  .div-block-129 {
    bottom: 18vw;
  }

  .icons-wrapper {
    position: relative;
  }

  .cursos-s2-m {
    background-color: var(--beige-crea);
  }

  .container-101-m {
    max-width: 90%;
  }

  .div-block-105-m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-span-57 {
    color: var(--yellow-crea);
  }

  .heading-61 {
    margin-top: 0;
  }

  .modal {
    overflow: hidden;
  }

  .testi-heading-wrapper {
    position: relative;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .container-2 {
    width: 100%;
  }

  .image-5 {
    max-width: 116%;
    height: 1920px;
    max-height: 100%;
  }

  .heading-6 {
    padding-right: 20vw;
  }

  .services-btn.btn:where(.w-variant-9c4a1219-f521-a8cb-8033-6a392b24fa9a) {
    left: 46rem;
  }

  .heading-12 {
    left: -15%;
  }

  .text-span-18 {
    left: 149px;
  }

  .container-9:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .container-9:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    min-height: 100%;
  }

  .heading-22:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .heading-22:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    top: -.5vw;
  }

  .sobre-valen {
    background-color: var(--beige-crea);
  }

  .container-12 {
    overflow: hidden;
  }

  .heading-32 {
    text-align: center;
  }

  .image-18 {
    right: 21%;
  }

  .heading-37 {
    font-size: 6rem;
  }

  .heading-38 {
    font-size: 8.5rem;
    left: 154px;
  }

  .heading-39 {
    margin-bottom: 1.3vw;
  }

  .div-block-44 {
    flex-flow: row;
    justify-content: space-around;
  }

  .div-block-48 {
    padding-left: 173px;
  }

  .heading-41 {
    margin-bottom: 1.2vw;
    font-size: 13rem;
  }

  .heading-42 {
    left: 6.3vw;
  }

  .aileron-h1 {
    font-size: 4.5rem;
  }

  .script-h2 {
    font-size: 7rem;
  }

  .div-block-52 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .div-block-56 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-47 {
    text-align: justify;
  }

  .service-3-3-tiitle {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .conoceme-s4-title.font-style {
    font-size: 8.75vw;
  }

  .cursos-s7 {
    background-color: var(--pink-crea);
  }

  .div-block-123 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .div-block-124 {
    top: 0;
  }

  .sobre-valen-m {
    background-color: var(--beige-crea);
  }

  .hero-services-elephant {
    left: 32%;
  }

  .cursos-s8:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    background-color: var(--beige-crea);
  }

  .cursos-s8:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .cursos-s8:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    min-width: 100%;
  }

  .text-span-63 {
    margin-right: 2.378vw;
  }

  .cursos-s8-heading-2:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .cursos-s8-heading-2:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    top: -.5vw;
  }
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-nav-wrapper-green {
    display: none;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .navbar {
    display: block;
  }

  .brand.w--current {
    flex: 0 auto;
  }

  .container-109 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block {
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .item {
    width: 45vw;
    min-width: 45vw;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-nav-wrapper-green {
    display: none;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-2 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .heading-3 {
    text-align: center;
    padding: 10px;
    font-size: 3.3vw;
    line-height: 1.5em;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .container-4 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    overflow: hidden;
  }

  .div-block-6 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .95fr;
    grid-auto-columns: 100%;
    place-items: center;
    padding-left: 5vw;
    display: flex;
  }

  .div-block-7 {
    display: none;
  }

  .heading-5 {
    font-size: 4.0032vw;
    top: 4px;
  }

  .services-script-text {
    font-size: 10.008vw;
  }

  .heading-6 {
    font-size: 3.4032vw;
    top: -13px;
  }

  .services-btn:where(.w-variant-0353547e-5151-f9e5-acdb-255988e433de) {
    color: var(--black);
    align-self: center;
    width: 330px;
    top: .6rem;
    left: 0;
    overflow: visible;
  }

  .services-btn.btn {
    border-width: 1px;
    font-size: 3.2vw;
    font-weight: 400;
  }

  .services-btn.btn:where(.w-variant-9c4a1219-f521-a8cb-8033-6a392b24fa9a) {
    font-size: 1rem;
    left: 0;
  }

  .services-btn.btn:where(.w-variant-0353547e-5151-f9e5-acdb-255988e433de) {
    background-color: var(--purple-crea);
    border-width: 2px;
    border-radius: 50px;
    width: auto;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
    left: 0;
  }

  .services-btn.btn.w--current:where(.w-variant-9c4a1219-f521-a8cb-8033-6a392b24fa9a) {
    width: auto;
    font-size: 1rem;
  }

  .btn-slider-text-1 {
    font-weight: 600;
    display: inline-block;
  }

  .servicios-titulo-sticker {
    width: 12.8vw;
    transform: none;
  }

  .servicios-titulo-sticker.mic {
    height: 12.8vw;
    top: 0;
    bottom: 0;
    left: 0;
    transform: rotate(15deg);
  }

  .servicios-titulo-sticker.camarita {
    width: 12.8vw;
    top: 0;
    left: 0;
  }

  .servicios-titulo-sticker.stamp {
    height: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .camarita {
    width: 70px;
    inset: -219px 0 0 266px;
  }

  .mic {
    height: 70px;
    top: -232px;
    left: 268px;
  }

  .services-wrapper {
    padding-top: 4vw;
    padding-bottom: 7vw;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section-sliider {
    flex-flow: column;
  }

  .image-7 {
    border-top: 3px solid #000;
    order: 0;
    display: none;
  }

  .heading-7 {
    text-align: center;
    font-size: 10.72vw;
  }

  .heading-8 {
    font-size: 3.68vw;
  }

  .bold-text-4 {
    border-width: .5vw;
    padding-bottom: 2px;
  }

  .heading-9 {
    padding-left: 0;
    font-size: 11.2vw;
  }

  .button-2.btn {
    font-size: 5vw;
  }

  .text-span-12 {
    filter: drop-shadow(1px 1px #0006);
  }

  .image-8 {
    width: 7.2vw;
  }

  .italic-text-3 {
    padding-right: 0;
  }

  .slider {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .icon {
    filter: invert();
    margin-right: 1vh;
    font-size: 2vh;
    line-height: 2vh;
  }

  .slide-nav {
    color: #e6e6e600;
    font-size: 3vw;
  }

  .heading-10 {
    font-size: 11vw;
    display: flex;
  }

  .heading-11 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    font-size: 10.5vw;
  }

  .text-span-16 {
    font-size: 6.6vw;
  }

  .heading-12 {
    font-weight: 400;
  }

  .text-span-18 {
    border-width: 1px;
    padding: 1vw 1.5vw;
  }

  .image-9 {
    bottom: -1.32vw;
  }

  .div-block-10 {
    display: flex;
  }

  .btn-slider.btn {
    border-width: 1px;
    font-size: 5vw;
  }

  .div-block-11 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .txt-cursos {
    font-weight: 600;
  }

  .stamp {
    height: 70px;
    top: -166px;
    left: 271px;
  }

  .div-block-12 {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    grid-template-columns: .25fr .26fr 1fr;
    padding-left: 1vw;
    padding-right: 1vw;
    bottom: -2vw;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 16vw;
  }

  .heading-14 {
    font-weight: 400;
  }

  .container-7 {
    justify-content: center;
    align-items: stretch;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .div-block-13 {
    border-width: 2px;
  }

  .heading-15 {
    font-weight: 400;
  }

  .image-10 {
    bottom: 6vw;
  }

  .heading-16 {
    font-size: 2.86vw;
    line-height: 1em;
  }

  .heading-17 {
    padding: 1vw 2vw;
    font-size: 4.73vw;
  }

  .div-block-15 {
    align-self: center;
  }

  .mask {
    max-width: 100%;
  }

  .container-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
  }

  .btn-slider-2.btn {
    border-width: 1.5px;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 5vw;
    position: static;
    box-shadow: 0 3px 8px -2px #0009;
  }

  .div-block-17 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: .5fr .48fr 1fr;
    min-width: 100%;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6.5vw;
  }

  .heading-19 {
    justify-content: center;
    align-items: center;
    padding-right: 1vw;
  }

  .text-span-19 {
    margin-right: 2vw;
    font-size: 9.75vw;
  }

  .btn-slider-3.btn {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 5vw;
  }

  .image-11 {
    width: 8vw;
  }

  .testimonios, .testimonios:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    display: block;
  }

  .testimonios:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    background-color: var(--beige-crea);
    display: block;
  }

  .testimonios:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .testimonios:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    display: block;
  }

  .container-9:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .container-9:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-9:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    padding-top: 5.34vw;
    padding-bottom: 5.34vw;
    display: block;
  }

  .container-9:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    padding-top: 5.34vw;
    padding-bottom: 10.68vw;
    display: block;
  }

  .heading-22:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    align-self: stretch;
    margin-top: -11px;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 100%;
    position: static;
  }

  .heading-22:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    color: var(--pink-crea);
    font-size: 4rem;
    top: -85px;
    bottom: 0;
    right: 18px;
  }

  .heading-22:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .heading-22:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    align-self: center;
    font-size: 24.375vw;
    line-height: 100%;
    position: relative;
    top: -17.7vw;
    right: -11.94vw;
    transform: rotate(0);
  }

  .heading-23:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
  }

  .heading-23:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .heading-23:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    left: 0;
  }

  .image-12:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    width: 60px;
    position: absolute;
    inset: 47% 14% auto auto;
  }

  .image-12:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    width: 60px;
    position: absolute;
    inset: 7% 0% auto auto;
  }

  .image-12:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .image-12:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    width: 19.2vw;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 11.2vw;
  }

  .bold-text-8:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    font-size: 2.3rem;
  }

  .bold-text-8:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    font-size: 1.8rem;
  }

  .bold-text-8:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .bold-text-8:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    text-align: left;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 9vw;
    line-height: 100%;
  }

  .cursos-s8-heading-wrapper {
    display: flex;
  }

  .cursos-s8-heading-wrapper:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .cursos-s8-heading-wrapper:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .cursos-s8-heading-wrapper:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .cursos-s8-heading-wrapper:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .code-embed-2 {
    width: 80vw;
    height: 100%;
    overflow: hidden;
  }

  .code-embed-2:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    position: absolute;
    top: auto;
    bottom: 0%;
    overflow: hidden;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.5em;
  }

  .container-10 {
    max-width: 100%;
  }

  .div-block-22 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }

  .image-14 {
    bottom: -2%;
  }

  .sobre-valen {
    display: none;
  }

  .div-block-23 {
    flex-flow: column;
    display: flex;
  }

  .container-11 {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }

  .image-15 {
    width: auto;
    max-width: 50%;
    height: 10%;
    position: static;
  }

  .heading-25 {
    margin-top: 0;
    font-size: 8.533vw;
  }

  .heading-27 {
    margin-bottom: 0;
    font-size: 17.067vw;
    top: -4vw;
    left: -6px;
  }

  .paragraph-2 {
    text-align: justify;
    font-size: 5.12vw;
  }

  .btn-sobre-valen.btn {
    border-width: 1.5px;
    width: 80%;
    font-size: 5vw;
  }

  .div-block-25 {
    margin-top: 45px;
  }

  .txt-sobre-valen {
    font-weight: 600;
  }

  .bold-text-9 {
    font-size: 14vw;
    line-height: 1em;
  }

  .container-12 {
    max-width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .italic-text-7 {
    font-size: 20vw;
    left: 0;
  }

  .heading-28 {
    text-align: center;
    padding-left: 0;
    font-size: 11vw;
    line-height: 1em;
  }

  .heading-29 {
    font-size: 20.016vw;
    top: 46px;
    left: 11px;
  }

  .image-16 {
    inset: -15.1vw auto auto 9.3vw;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .div-block-26 {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 5.547vw;
  }

  .btn-tu-marca.btn {
    border-width: 1px;
    width: 80%;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.5vw;
  }

  .italic-text-8 {
    font-size: 5vw;
  }

  .logo-section {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }

  .heading-30 {
    text-align: left;
    font-size: 20.016vw;
  }

  .container-14 {
    max-width: 100%;
  }

  .heading-31 {
    margin-bottom: 0;
    top: -3.8vw;
    left: 11.6vw;
  }

  .div-block-28 {
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
  }

  .image-17 {
    width: 22.4vw;
    inset: 5.2vw 5.2vw auto auto;
  }

  .container-15:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .container-15:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    max-width: 100%;
  }

  .heading-32:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .heading-32:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.4397vw;
  }

  .text-span-23:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .text-span-23:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    font-size: 1vw;
  }

  .div-block-30:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .div-block-30:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-16:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .container-16:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-17 {
    max-width: 100%;
    padding-top: 0;
  }

  .div-block-31 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 5.333vw;
    display: flex;
  }

  .heading-33 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-34 {
    margin-bottom: 0;
    font-family: Monotype Corsiva, Arial, sans-serif;
    font-size: 13.653vw;
    line-height: 1em;
  }

  .bold-text-12 {
    font-size: 8.533vw;
    display: inline-block;
  }

  .image-18 {
    width: 53.333vw;
    bottom: -3vw;
    right: 2vw;
  }

  .div-block-32 {
    z-index: 0;
    justify-content: center;
    align-items: flex-end;
    padding-right: 20px;
  }

  .text-block {
    font-family: Aileron, Arial, sans-serif;
    font-size: 2rem;
  }

  .div-block-35 {
    padding: 0 5.333vw 0 10.666vw;
  }

  .image-19 {
    height: 70px;
  }

  .div-block-36 {
    margin-bottom: 5.333vw;
    padding-top: 5.333vw;
    padding-bottom: 0;
  }

  .custom-button.btn.mobile:where(.w-variant-6fc283b8-040a-39cc-557e-8d747c4446ee), .custom-button.btn.mobile:where(.w-variant-21dd2354-7a4e-ee52-7dd1-809947c8df49), .custom-button.btn.mobile:where(.w-variant-3a9b302b-638c-b3c0-28ed-4a13a0d2b932), .custom-button.btn.mobile:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41), .custom-button.btn.mobile:where(.w-variant-7288d158-b746-f54e-38c0-2d8a964e38fc) {
    width: 250px;
    font-size: 1.3rem;
  }

  .image-20 {
    z-index: 1;
    top: -3%;
    left: -44%;
    transform: rotate(42deg);
  }

  .div-block-37 {
    z-index: 10;
    justify-content: center;
    align-items: center;
    left: 0;
  }

  .hero-services {
    padding-bottom: 20px;
    display: none;
  }

  .services-frase-1 {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }

  .container-18 {
    max-width: 90%;
  }

  .heading-35 {
    font-size: 6.4vw;
  }

  .service-1 {
    padding-top: 10.667vw;
    padding-bottom: 10.667vw;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    padding: 2.667vw;
  }

  .container-19 {
    max-width: 90%;
  }

  .div-block-39 {
    position: relative;
  }

  .heading-36 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12vw;
    display: flex;
  }

  .text-span-25 {
    padding-left: 0;
    font-size: 15vw;
    position: relative;
    left: -6.3vw;
  }

  .heading-37 {
    text-align: center;
    font-size: 1.8rem;
  }

  .heading-38 {
    text-align: center;
    -webkit-text-stroke-width: .5px;
    font-size: 3rem;
    left: 0;
  }

  .container-20 {
    max-width: 90%;
  }

  .div-block-40 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    padding-top: 20px;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .div-block-42 {
    padding-left: 0;
  }

  .image-22 {
    height: 15rem;
  }

  .heading-39 {
    font-size: 8.0064vw;
  }

  .titulo-service-2-3-1 {
    align-self: flex-end;
    font-size: 19.2vw;
  }

  .div-block-43 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-44 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
    align-self: auto;
  }

  .div-block-46 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    text-align: center;
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
    font-size: 4vw;
  }

  .yellow-card {
    width: 70%;
  }

  .yellow-card.y2 {
    order: 9999;
  }

  .purple-card {
    order: 0;
    width: 70%;
  }

  .div-block-45-1 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    order: 0;
  }

  .container-21 {
    max-width: 100%;
    padding-top: 7.5056vw;
    padding-bottom: 0;
  }

  .div-block-48 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-top: -7vw;
    margin-bottom: 0;
    display: flex;
  }

  .heading-41 {
    text-align: center;
    font-size: 23vw;
  }

  .heading-42 {
    text-align: center;
    font-size: 8vw;
    line-height: 1em;
    position: relative;
    top: -6.5vw;
    left: 0;
  }

  .image-23 {
    top: 33.6vw;
    right: 8.9vw;
  }

  .now-h1 {
    align-self: flex-start;
    font-size: 3rem;
    left: 0;
  }

  .script-h1 {
    font-size: 4rem;
  }

  .container-22 {
    max-width: 90%;
  }

  .div-block-49 {
    justify-content: center;
    align-items: center;
  }

  .container-23 {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list {
    padding-left: 0;
    font-size: 1.1rem;
  }

  .custom-button-no-icon.btn.mobile:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
    font-size: 1.3rem;
  }

  .custom-button-no-icon.btn.mobile:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
    padding: 10px 20px;
  }

  .custom-button-no-icon.btn.mobile:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
    font-size: 1.3rem;
  }

  .custom-button-no-icon.btn.mobile.form {
    border-radius: 10px;
    height: 15vw;
    font-size: 5vw;
  }

  .custom-button-no-icon.btn.mobile.form:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62c) {
    padding: 15px 20px;
    line-height: 1.1em;
  }

  .custom-button-no-icon.btn.mobile.form:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62a) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-button-no-icon.btn.mobile.form:where(.w-variant-0848aa98-b417-4031-37ae-de1421acf62d) {
    font-size: 5vw;
  }

  .container-24 {
    max-width: 90%;
  }

  .aileron-h1 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 1em;
    left: 0;
  }

  .script-h2 {
    align-self: center;
    margin-bottom: 0;
    font-size: 12vw;
    line-height: 1em;
    top: -1.4vw;
    left: 0;
  }

  .div-block-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-24 {
    width: 14vw;
  }

  .container-25 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-53 {
    grid-template-columns: 1fr;
  }

  .div-block-54 {
    display: none;
  }

  .heading-44 {
    margin-bottom: 10px;
    font-size: 10vw;
  }

  .heading-45 {
    -webkit-text-stroke-width: .5px;
    font-size: 15vw;
    line-height: .7em;
  }

  .div-block-55 {
    margin-bottom: 40px;
  }

  .heading-46 {
    border-radius: 30px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3rem;
  }

  .div-block-56 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-47 {
    font-size: 1.3rem;
  }

  .heading-48 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
    display: flex;
  }

  .div-block-57 {
    margin-bottom: 20px;
  }

  .italic-text-15 {
    font-size: 1.3rem;
  }

  .image-26 {
    bottom: -43%;
  }

  .service-2-3 {
    overflow: hidden;
  }

  .titulo-service-2-3 {
    font-size: 10.008vw;
  }

  .titulo-wrapper-2-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .titulo-service-1-2-1 {
    text-align: right;
    font-size: 14.4vw;
    position: relative;
    top: -2.7vw;
    left: 19.9vw;
  }

  .container-27 {
    max-width: 100%;
  }

  .div-block-65 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .image-27 {
    position: absolute;
    inset: auto -54% -1% auto;
    overflow: hidden;
    transform: rotateX(0)rotateY(-180deg)rotateZ(23deg);
  }

  .list-2 {
    font-size: 4.267vw;
    line-height: 1.2em;
  }

  .div-block-66 {
    z-index: 2;
    padding-top: 2.5024vw;
    padding-right: 2.5024vw;
    position: relative;
  }

  .con-valen-title {
    text-align: center;
    font-size: 10vw;
    display: block;
  }

  .text-span-31 {
    text-align: center;
    font-size: 15vw;
    position: relative;
    top: 4px;
  }

  .container-28 {
    max-width: 100%;
  }

  .div-block-72 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-28 {
    width: 15vw;
    top: 13.5vw;
    right: -1.2vw;
  }

  .service-3-1 {
    display: none;
  }

  .div-block-73 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-74 {
    border-left-style: none;
    padding: 20px 20px 10px;
  }

  .heading-51.font-style {
    font-size: 7vw;
  }

  .text-span-32 {
    font-size: 11vw;
  }

  .subtitle.font-style {
    font-size: 5.12vw;
    line-height: 1.3em;
  }

  .subtitle-2.font-style {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 5.12vw;
  }

  .subtitle-3.font-style {
    padding: 5px;
    font-size: 4.267vw;
  }

  .div-block-76 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    display: flex;
  }

  .service-3-2-title.font-style {
    text-align: center;
    font-size: 12.8vw;
  }

  .div-block-77 {
    flex-flow: column;
  }

  .image-29 {
    width: 20vw;
  }

  .service-3-2-bubble-pink.font-style {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
  }

  .service-3-2-bubble-yellow.font-style {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .service-3-2-bubble-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 0;
    font-size: 5vw;
  }

  .service-3-2-tittle-wrapper {
    align-self: stretch;
  }

  .service-3-4-liist-wrapper {
    width: 100%;
  }

  .div-block-78 {
    flex-flow: column;
    display: flex;
  }

  .service-3-5-title.font-style {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5.333vw;
    font-size: 10.667vw;
  }

  .text-span-33 {
    font-size: 12.8vw;
  }

  .text-span-34 {
    -webkit-text-stroke-width: .5px;
    font-size: 4rem;
    display: inline-block;
    left: 4vw;
  }

  .div-block-79 {
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15vw;
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }

  .image-30 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 20rem;
  }

  .div-block-80 {
    padding: 0 10.667vw;
    position: relative;
    top: -53px;
  }

  .italic-text-17.font-style {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .heading-52.font-style, .heading-53.font-style {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10.667vw;
    padding-right: 10.667vw;
    font-size: 5.547vw;
  }

  .div-block-81 {
    margin-bottom: 0;
  }

  .div-block-82 {
    margin-bottom: 20px;
  }

  .custom-button-left-icon.btn:where(.w-variant-db54cee5-be1b-cfc2-7098-bc19f1f34a99) {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.3rem;
  }

  .div-block-84 {
    margin-bottom: 10.667vw;
  }

  .service-4 {
    display: none;
  }

  .conoceme-s1 {
    overflow: hidden;
  }

  .conoceme-s1-title.font-style {
    font-size: 4.695vw;
  }

  .text-span-37, .text-span-38 {
    font-size: 12.52vw;
  }

  .div-block-91 {
    border-bottom-width: 1.5px;
  }

  .div-block-92 {
    padding-top: 0;
  }

  .heading-54 {
    color: var(--black);
    margin-top: -23px;
    font-family: Aileron, Arial, sans-serif;
    font-size: 2.81725vw;
  }

  .heading-55 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Now, Arial, sans-serif;
    font-size: 3.5vw;
    line-height: 1em;
  }

  .custom-button-conoceme.btn.pink {
    width: auto;
    font-size: 5vw;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-93 {
    margin-bottom: 20px;
  }

  .container-93 {
    max-width: 95%;
  }

  .image-34 {
    width: 170%;
    max-width: 200%;
    position: relative;
    left: -28.569vw;
  }

  .heading-56 {
    font-size: 3.91188vw;
  }

  .paragraph-9 {
    font-size: 3.5vw;
  }

  .italic-text-20 {
    line-height: 100%;
  }

  .heading-57 {
    font-size: 3vw;
  }

  .container-97 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-96 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .conocemie-s3-title.font-style {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13vw;
  }

  .div-block-97 {
    border-bottom: 3px solid #000;
    border-right-style: none;
    padding-top: 10.68vw;
    padding-bottom: 10.68vw;
  }

  .text-span-40 {
    padding-right: 10px;
  }

  .div-block-98 {
    margin-bottom: 16.02vw;
  }

  .div-block-99 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .conoceme-s3-p.font-style {
    text-align: justify;
    font-size: 5vw;
  }

  .image-35 {
    height: 20rem;
  }

  .container-98 {
    max-width: 90%;
  }

  .div-block-100 {
    justify-content: center;
    align-items: center;
  }

  .conoceme-s4-title.font-style {
    font-size: 17vw;
  }

  .image-36 {
    width: 5vw;
    inset: 21% 4% auto auto;
  }

  .heading-58.font-style {
    text-align: center;
    align-self: center;
  }

  .conoceme-s3-p2.font-style {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .italic-text-22 {
    text-align: left;
  }

  .conoceme-s3-p3.font-style {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-42 {
    align-self: stretch;
    font-size: 5vw;
  }

  .text-span-42.yellow, .text-span-43 {
    font-size: 5vw;
  }

  .conoceme-s5 {
    overflow: hidden;
  }

  .container-99 {
    max-width: 90%;
  }

  .services-buttons-wrapper {
    z-index: 10;
    left: -11.214vw;
  }

  .conoceme-s5-image {
    z-index: 5;
    align-self: auto;
    left: -12.816vw;
  }

  .conoceme-s5-services {
    z-index: 10;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .conoceme-s5-title-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .conoceme-s5-title.font-style {
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    font-size: 8vw;
    display: flex;
  }

  .text-span-44 {
    align-self: flex-end;
    font-size: 12vw;
    display: inline-block;
    left: 5vw;
  }

  .div-block-102 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .image-37 {
    width: 12vw;
    top: -14.3024vw;
    left: 44.9412vw;
  }

  .container-100 {
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
  }

  .cursos-s1-title.font-style {
    font-size: 6.4005vw;
  }

  .text-span-45 {
    font-size: 9.8141vw;
    display: inline-block;
    top: 0;
  }

  .text-span-46 {
    font-size: 10vw;
  }

  .cursos-s2 {
    display: none;
  }

  .cursos-23-title.font-style {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 10vw;
  }

  .cursos-s3-title-1.font-style {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6.4005vw;
    left: 0;
  }

  .cursos-s3-title-2.font-style {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 10vw;
    display: block;
    top: -14.4214vw;
    left: 2.6296vw;
  }

  .div-block-111 {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }

  .cursos-s3-p.font-style {
    text-align: justify;
    font-size: 5.9738vw;
  }

  .container-102 {
    max-width: 90%;
  }

  .div-block-112 {
    padding-top: 10.68vw;
    padding-bottom: 10.68vw;
  }

  .div-block-113 {
    margin-top: -28px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-103 {
    max-width: 90%;
  }

  .cursos-list-item {
    text-align: center;
  }

  .list-3.font-style {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 5.5471vw;
    display: flex;
  }

  .cursos-s4-title-1.font-style {
    margin-top: 0;
    font-size: 14.9345vw;
  }

  .image-40 {
    z-index: 2;
    width: 20vw;
    inset: auto 1.2vw -8.8vw auto;
  }

  .div-block-115 {
    padding-top: 10.02vw;
    padding-bottom: 10.68vw;
  }

  .div-block-116 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-104 {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cursos-s5-title {
    font-size: 1.1rem;
    line-height: 1em;
  }

  .cursos-s5-title:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    color: var(--black);
  }

  .cursos-s5-title.font-style {
    font-size: 3.5vw;
  }

  .cursos-s5-title-wrapper.side-borders {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .cursos-s5-title-wrapper.side-borders:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    color: var(--black);
  }

  .cursos-s6 {
    display: none;
  }

  .div-block-119 {
    padding-top: 40px;
  }

  .cursos-s6-title.font-style {
    text-align: left;
    flex-flow: column;
    padding-left: 5.34vw;
    padding-right: 5.34vw;
    font-size: 10.6675vw;
    display: flex;
    left: 0;
  }

  .italic-text-28 {
    font-size: 3rem;
    position: relative;
  }

  .text-span-50 {
    font-size: 3rem;
    left: 35px;
  }

  .cursos-s6-list-items.font-style {
    padding-left: 5.34vw;
    padding-right: 0;
    font-size: 5.5471vw;
  }

  .image-42 {
    object-fit: contain;
    height: 20rem;
    margin-bottom: 10.68vw;
  }

  .div-block-120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-121 {
    padding-left: 5.34vw;
    padding-right: 5.34vw;
  }

  .div-block-122 {
    margin-bottom: 10.68vw;
  }

  .container-106 {
    max-width: 90%;
  }

  .div-block-123 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 10.68vw;
    padding-bottom: 5.34vw;
  }

  .div-block-124 {
    flex-flow: row;
    margin-bottom: 16.02vw;
    top: 0;
    left: 0;
  }

  .cursos-s7-title-1.font-style {
    margin-top: 0;
    font-size: 12.801vw;
  }

  .cursos-s7-title-2.font-style {
    font-size: 29.869vw;
    left: -46px;
  }

  .image-43 {
    width: 15vw;
    top: 11.8vw;
    right: 8.2vw;
  }

  .cursos-s7-p1.font-style {
    margin-bottom: 2.67vw;
    padding-left: 0;
    font-size: 5.5471vw;
  }

  .div-block-126 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.75fr;
    place-items: center stretch;
    max-width: 90%;
    margin-top: 21.627vw;
  }

  .links-s1-title-1.font-style {
    margin-bottom: 20px;
    font-size: 17vw;
  }

  .links-s1-title-2.font-style {
    align-self: flex-start;
  }

  .div-block-127 {
    padding-left: 2vw;
  }

  .image-44 {
    width: 60vw;
    inset: 84.3vw auto 0% 35.8vw;
  }

  .links-s1-button-wrapper-left {
    padding-left: 0;
  }

  .links-s1-button-wrapper-left.nuestra-web {
    display: block;
  }

  .links-s1-button-wrapper-right {
    padding-right: 0;
  }

  .div-block-129 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    position: relative;
  }

  .grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sm-icon {
    width: 32px;
  }

  .image-45 {
    width: 18vw;
    bottom: 10.2vw;
    right: 14vw;
  }

  .div-block-130 {
    flex-flow: column;
  }

  .div-block-131 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-18 {
    text-align: left;
    font-size: 5vw;
    line-height: 1em;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .logos {
    width: 40vw;
    max-width: none;
  }

  .heading-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    font-size: 7vw;
    line-height: 1.1em;
    display: block;
  }

  .text-span-52 {
    margin-bottom: -3vw;
    font-size: 22vw;
  }

  .text-span-53, .text-span-54 {
    left: 0;
  }

  .div-block-133 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-47 {
    width: 15vw;
    top: 26.7vw;
    right: 12.5vw;
  }

  .div-block-134 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    display: flex;
  }

  .testi:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f), .testi:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0), .testi:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    height: 480px;
  }

  .sobre-valen-m {
    display: block;
  }

  .div-block-135 {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-136 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .div-block-137:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .div-block-137:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-49 {
    width: 15vw;
    position: absolute;
    inset: 15vw -1.5vw auto auto;
    transform: rotate(23deg);
  }

  .div-block-139 {
    display: none;
    position: relative;
  }

  .service-3-1-m {
    display: block;
  }

  .italic-text-32 {
    font-weight: 600;
  }

  .image-50 {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }

  .service-4-m {
    display: block;
  }

  .navbar {
    background-color: var(--pink-crea);
    height: 70px;
    display: block;
    position: sticky;
    box-shadow: 0 2px 5px #0003;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
  }

  .image-51 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: relative;
    left: 0%;
  }

  .container-109 {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: block;
    position: static;
  }

  .menu-button {
    flex: 0 auto;
  }

  .hero-services-m {
    padding-bottom: 5.333vw;
    display: block;
  }

  .hero-services-elephant {
    z-index: 1;
    width: 50vw;
    top: -5%;
    left: -40%;
    transform: rotate(42deg);
  }

  .nav-menu {
    background-color: var(--yellow-crea);
  }

  .section-4:where(.w-variant-c0e29f61-fb02-8cca-4459-3fb4eebd866e), .section-4:where(.w-variant-641cf3d1-983a-b61d-c7a2-0bd0136f6adf) {
    z-index: 10;
  }

  .cursos-s2-m {
    display: block;
  }

  .container-101-m {
    max-width: 90%;
  }

  .div-block-110-m {
    padding-top: 5.34vw;
    padding-bottom: 5.34vw;
  }

  .div-block-105-m {
    padding-top: 20px;
  }

  .image-41-m {
    height: 20rem;
  }

  .cursos-s2-title-2-m.font-style {
    color: var(--pink-crea);
    text-align: center;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: var(--black);
    margin-top: -7px;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Monotype Corsiva, Arial, sans-serif;
    font-size: 12vw;
    font-style: italic;
    line-height: .7em;
    top: 0;
  }

  .div-block-140 {
    text-align: left;
  }

  .bold-text-21 {
    z-index: 3;
    position: relative;
  }

  .cursos-s6--m {
    display: block;
  }

  .cursos-s6--m:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    background-color: var(--btn-color);
  }

  .div-block-118-m {
    flex-flow: column;
    display: flex;
  }

  .text-span-55 {
    align-self: flex-end;
    font-family: Monotype Corsiva, Arial, sans-serif;
    font-size: 12.801vw;
    font-style: italic;
    position: relative;
    left: -13.083vw;
  }

  .text-span-56 {
    text-align: left;
    text-transform: uppercase;
    align-self: flex-start;
    font-family: Now, Arial, sans-serif;
  }

  .bold-text-22 {
    background-color: var(--yellow-crea);
    border: 1px solid #000;
    border-radius: 50px;
    padding-right: 10px;
    display: inline-block;
  }

  .italic-text-34 {
    font-size: 15vw;
  }

  .bold-text-23 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-110 {
    flex-flow: column;
  }

  .heading-61 {
    font-size: 16vw;
  }

  .div-block-143 {
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
  }

  .div-block-144 {
    padding-right: 4vw;
    top: -1vw;
  }

  .navbar-2 {
    height: auto;
  }

  .div-block-145 {
    margin-top: 3vw;
    position: relative;
    left: 2vw;
  }

  .icon-4 {
    filter: invert();
    margin-left: 1vh;
  }

  .text-span-58 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 0;
    padding-right: .5vw;
    position: relative;
    top: -.8vw;
  }

  .modal-container {
    width: 100%;
    max-height: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: 0%;
    overflow: scroll;
  }

  .code-embed-5 {
    min-width: auto;
    max-width: none;
    min-height: auto;
    padding: 0;
  }

  .left-arrow {
    font-size: 2vh;
    line-height: 2vh;
  }

  .div-block-148 {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .bold-text-10-las {
    position: relative;
    left: 6.88vw;
  }

  .text-span-63 {
    margin-right: 0;
  }

  .italic-text-36, .italic-text-37, .italic-text-38, .bold-text-28, .bold-text-29 {
    font-weight: 600;
  }

  .div-block-79-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5.333vw;
  }

  .section-6 {
    display: block;
  }

  .swiper-container.infinity-swiper-container {
    margin-bottom: 1vw;
  }

  .swiper-container.infinity-swiper-container.swiper-logos-container:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    margin-top: -73px;
  }

  .swiper-wrapper.infinity-swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .swiper-wrapper.infinity-swiper-wrapper.swiper-logos-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-wrapper.infinity-swiper-wrapper.swiper-videos-wrapper:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.infinity-swiper-slide {
    width: auto;
    max-width: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .swiper-slide.infinity-swiper-slide.swiper-testi-slide:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    max-width: 100%;
  }

  .heading-62 {
    font-size: 15vw;
  }

  .grid-image {
    width: 100%;
  }

  .grid-wrapper-1.grid-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid-wrapper-1.grid-wrapper-2.grid-wrapper {
    grid-template-columns: .33fr .33fr .33fr;
    width: 100%;
  }

  .heading-63 {
    font-size: 11vw;
    line-height: 1.05em;
  }

  .text-span-64 {
    font-size: 18vw;
    left: 16.1vw;
  }

  .text-span-65 {
    left: -9.5vw;
  }

  .wrapper-2 {
    height: 100%;
    top: -19.5vw;
    overflow: hidden;
  }

  .right-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide {
    align-items: flex-start;
    margin-top: 12%;
  }

  .left-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide__track {
    height: 35vh;
  }

  .splide__slide {
    width: 60vw;
    min-width: 250px;
  }

  .testi-heading-wrapper:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .testi-heading-wrapper:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .testi-heading-wrapper:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39) {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .testi-heading-wrapper:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .cursos-s8-heading-2 {
    margin-top: 5.333vw;
    margin-bottom: 2.667vw;
    line-height: 100%;
    top: -13.638vw;
    right: 6.46vw;
  }

  .cursos-s8-heading-2:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    align-self: stretch;
    margin-top: -11px;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 100%;
    position: static;
  }

  .cursos-s8-heading-2:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    color: var(--pink-crea);
    font-size: 4rem;
    top: -85px;
    bottom: 0;
    right: 18px;
  }

  .cursos-s8-heading-2:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .cursos-s8-heading-2:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    align-self: center;
    font-size: 24.375vw;
    line-height: 100%;
    position: relative;
    top: -17.7vw;
    right: -11.94vw;
    transform: rotate(0);
  }

  .cursos-s8-heading-1 {
    margin-top: 5.333vw;
    margin-bottom: 2.667vw;
  }

  .cursos-s8-heading-1:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
  }

  .cursos-s8-heading-1:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .cursos-s8-heading-1:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    left: 0;
  }

  .gafas-bloancas {
    top: 6vw;
  }

  .gafas-bloancas:where(.w-variant-3559b97d-3fa2-8f3c-f60d-17cf0ae2a19f) {
    width: 60px;
    position: absolute;
    inset: 47% 14% auto auto;
  }

  .gafas-bloancas:where(.w-variant-4f39ad25-8660-dd2e-2122-a4f1fb5c27f0) {
    width: 60px;
    position: absolute;
    inset: 7% 0% auto auto;
  }

  .gafas-bloancas:where(.w-variant-8adf5956-b1b3-c238-1969-1df7962a8c39), .gafas-bloancas:where(.w-variant-24631aeb-9c84-e8f5-1a99-f6ff0cdc6d93) {
    width: 19.2vw;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 11.2vw;
  }

  .ss-buttons-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.75fr;
    place-items: center stretch;
    max-width: 90%;
    margin-top: 21.627vw;
  }

  .ss-link-button {
    padding-left: 0;
  }

  .ss-link-button.nuestra-web {
    display: block;
  }
}

#w-node-_492cff0f-6139-99a3-6d6f-1d2c00238f92-e8df4cd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_492cff0f-6139-99a3-6d6f-1d2c00238f93-e8df4cd4 {
  place-self: center;
}

#w-node-_492cff0f-6139-99a3-6d6f-1d2c00238fab-e8df4cd4 {
  justify-self: end;
}

#w-node-_492cff0f-6139-99a3-6d6f-1d2c00238faf-e8df4cd4 {
  justify-self: start;
}

#w-node-_492cff0f-6139-99a3-6d6f-1d2c00238fe3-e8df4cd4 {
  place-self: auto end;
}

#w-node-_492cff0f-6139-99a3-6d6f-1d2c00238fe8-e8df4cd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ee4e0fe-d87e-8f93-b4e3-2390bbbeb5c5-e8df4cd4 {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_8276d18f-f6b0-3690-8548-00ab64e04e4e-e8df4cd4, #w-node-_84e0b97c-2757-893f-c0f9-3938d04ad5b8-e8df4cd4, #w-node-bc59a12b-4815-9916-187b-80e350b65314-e8df4cd4, #w-node-_14748a6e-dbfd-25d0-6e59-15d621c227fc-e8df4cd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d821f262-6a06-fac9-7391-b57bd0104f05-e8df4cd4 {
  place-self: center;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96df-906e96da {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96e1-906e96da {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96e3-906e96da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96e5-906e96da {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_640827ee-4158-711f-b996-8d45f4156f46-906e96da {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96e9-906e96da {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96eb-906e96da {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-c6a5f3d0-2f3a-2800-dcce-d55a943da8d1-906e96da {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96f0-906e96da {
  grid-column: span 3 / span 3;
}

#w-node-c98869ff-26d5-57fb-f857-af69c69dcbe5-d66622bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f25f0321-3cc8-aee5-9f87-9be0b56a8206-d66622bc {
  place-self: stretch center;
}

#w-node-daed5884-b361-42d8-fa6e-5865de6280cf-d66622bc {
  place-self: auto;
}

#w-node-bc4d5e19-e06f-d1fd-956d-ff058cb3719f-d66622bc {
  grid-area: 1 / 3 / 2 / 3;
}

#w-node-eb3da650-5ecb-1d86-c172-4c5f5c3fe6c2-d66622bc {
  align-self: auto;
}

#w-node-_413eb02a-2be6-80fe-5b92-945b2aaf8fbb-d66622bc {
  align-self: center;
}

#w-node-_7aceb5d8-92dc-9a49-978f-c94994612723-d66622bc, #w-node-_9a054265-7439-1cb3-d84b-3031b0bb0645-d66622bc {
  place-self: center;
}

#w-node-_854bb81e-699e-27d6-25ba-f3e534e4e7b0-6e1a6474:where(.w-variant-6d4781df-4927-4e65-dc9d-12061c80da41) {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6b5e4238-6fb5-2df8-8605-a4a8f1a27e0d-59de1887, #w-node-_6b5e4238-6fb5-2df8-8605-a4a8f1a27e31-59de1887 {
  justify-self: center;
}

#w-node-_28ff00f6-b1ac-0ff3-c747-c527655bf9ab-0a38ab6f {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a3002328-2db9-d3a7-fe06-2a6dc655ced2-e8df4cd4 {
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96df-906e96da {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96f0-906e96da {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_492cff0f-6139-99a3-6d6f-1d2c00238fab-e8df4cd4 {
    justify-self: center;
  }

  #w-node-a81d3fa6-dc6a-2a46-75a6-faf8906e96df-906e96da {
    grid-column-end: 3;
  }

  #w-node-c98869ff-26d5-57fb-f857-af69c69dcbe5-d66622bc {
    place-self: auto;
  }

  #w-node-ae544997-50be-4af5-c678-17c663f57302-6e1a6474, #w-node-a92a555e-3a88-daab-1301-22ec1f306323-0a38ab6f {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../fonts/Monotype-Corsiva-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/anton.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Black.otf') format('opentype'), url('../fonts/Aileron-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-BlackItalic.otf') format('opentype'), url('../fonts/Aileron-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Now';
  src: url('../fonts/Now-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Now';
  src: url('../fonts/Now-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Now';
  src: url('../fonts/Now-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Now';
  src: url('../fonts/Now-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Now';
  src: url('../fonts/Now-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Now';
  src: url('../fonts/Now-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}