:root {
  --black: #333;
  --white: #f4f2ef;
  --gray: #95998d;
  --yellow: #c69200;
  --blue: #008dd8;
  --magenta: #ea0074;
  --deep-blue: #0c3982;
  --red: #f72f2f;
  --green: #6da28f;
  --lime: #0fd10f;
  --gold: #a08337;
  --pure-white: white;
}

body {
  color: #333;
  font-family: Gabarito, sans-serif;
  font-size: 1em;
  line-height: 20px;
}

.page-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.container.is-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: .5em 0 .5em 5%;
  display: flex;
}

.container.larger {
  max-width: 90em;
}

.container.is-footer {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.container.is-legal {
  justify-content: center;
  align-items: flex-start;
}

.nav-logo {
  max-width: 17em;
}

.navbar {
  background-color: var(--black);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.visibility-hidden {
  position: relative;
}

.navmenu {
  grid-column-gap: 1.6em;
  min-width: 35em;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 2em;
  display: flex;
}

.menu-button {
  color: var(--white);
  font-size: 3em;
}

.menu-button.w--open {
  z-index: 2;
  color: var(--gray);
  background-color: #0000;
  transition: transform .4s;
  transform: translate(100%)translate(-35rem);
}

.text-size-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44em;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-h2.flex-head {
  flex-flow: column;
  display: flex;
}

.text-size-h2.text-align-center_flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-h2.span {
  font-size: .587302em;
}

.nav-link {
  color: var(--white);
  padding: 20px 0 10px;
  font-size: 2em;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--yellow);
}

.nav-divisor {
  background-color: var(--gray);
  height: 5px;
  transition: background-color .3s ease-in;
}

.nav-divisor.magenta {
  background-color: var(--magenta);
}

.nav-divisor.blue {
  background-color: var(--deep-blue);
}

.nav-divisor.red {
  background-color: var(--red);
}

.nav-divisor.yellow {
  background-color: var(--yellow);
}

.nav-divisor.cyan {
  background-color: var(--blue);
}

.hero-slide {
  background-image: linear-gradient(#33333354, #33333354), url('../images/grupo-st_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide.slide-2 {
  background-image: linear-gradient(#33333354, #33333354), url('../images/IMG_7200.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slide.slide-3 {
  background-image: linear-gradient(#33333354, #33333354), url('../images/grupo-st_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-slide.slide-4 {
  background-image: linear-gradient(#33333354, #33333354), url('../images/ST-63_v3_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide.slide-5 {
  background-image: linear-gradient(#33333354, #33333354), url('../images/ST-46_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-slide.slide-6 {
  background-image: linear-gradient(#33333354, #33333354), url('../images/ST-59_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-2 {
  background-image: url('../images/Placeholder_16_9.png');
  background-position: 0 0;
  background-size: cover;
}

.hero-slider {
  min-height: 91dvh;
}

.oculto {
  display: none !important;
}

.home-section {
  background-color: var(--white);
  background-image: url('../images/white-texture_seam_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 800px;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.home-section.black {
  background-color: var(--black);
  background-image: none;
  background-size: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

.c-layout-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-layout-flex.reversed {
  flex-flow: row-reverse wrap;
}

.c-layout-flex.is-socios {
  grid-row-gap: 4em;
}

.c-layout-flex.is-footer {
  grid-column-gap: 0%;
  justify-content: flex-start;
  width: 100%;
}

.c-layout-flex.is-servicios {
  z-index: 2;
  grid-row-gap: 10em;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-column {
  width: 50%;
}

.c-column.is-70 {
  width: 70%;
}

.c-column.is-30 {
  width: 30%;
}

.c-column.is-66 {
  width: 66%;
}

.c-column.is-33 {
  width: 33%;
}

.c-column.is-right {
  padding-left: 1em;
}

.c-column.is-40 {
  width: 40%;
}

.c-column.is-45 {
  width: 45%;
}

.c-column.is-60 {
  width: 60%;
}

.c-column.is-footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.text-size-h3 {
  font-size: 2.75em;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-h3.span {
  font-size: .619369em;
}

.seccion-head-wrapper {
  flex-flow: row;
  display: flex;
}

.seccion-head-wrapper.oculto {
  display: none;
}

.seccion-head-decoration {
  width: 14px;
  min-width: 14px;
  margin-right: 1.5em;
}

.seccion-head-decoration.green {
  background-color: var(--green);
}

.seccion-head-decoration.lime {
  background-color: var(--lime);
}

.seccion-head-decoration.magenta {
  background-color: var(--magenta);
}

.seccion-head-decoration.blue {
  background-color: var(--deep-blue);
}

.seccion-head-decoration.red {
  background-color: var(--red);
}

.seccion-head-decoration.yellow {
  background-color: var(--yellow);
}

.seccion-head-decoration.cyan {
  background-color: var(--blue);
}

.seccion-head-decoration.white {
  background-color: var(--white);
}

.seccion-heading-wrapper {
  margin-top: .75em;
  margin-bottom: .75em;
}

.seccion-heading-wrapper.contacto {
  margin-top: 0;
  margin-bottom: 0;
}

.seccion-text-wrapper {
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  max-width: 32em;
  margin-top: 2em;
  font-weight: 400;
  display: flex;
}

.contact-button_wrapper {
  text-decoration: none;
}

.contact-button_border {
  border: 3px solid var(--black);
  border-radius: 5px;
}

.contact-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  width: calc(100% + 6px);
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.5em;
  text-decoration: none;
  transition-property: border-radius, transform;
  transition-duration: .4s, .4s;
  transition-timing-function: ease, ease;
  transform: translate(-3px)translate(.5em, -.5em);
}

.text-color-white {
  color: var(--white);
}

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

.servicios-head_wrapper {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}

.circles-decoration-wrapper {
  grid-column-gap: 5em;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 8em;
  display: none;
}

.circle-decoration {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.circle-decoration.lime {
  background-color: var(--lime);
}

.circle-decoration.magenta {
  background-color: var(--magenta);
}

.circle-decoration.blue {
  background-color: var(--deep-blue);
}

.circle-decoration.red {
  background-color: var(--red);
}

.circle-decoration.cyan {
  background-color: var(--blue);
}

.circle-decoration.yellow {
  background-color: var(--yellow);
}

.servicios_wrapper {
  width: 100%;
}

.text-size-p {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.2;
}

.text-size-p.text-style-no_decoration {
  color: var(--black);
  text-decoration: none;
}

.text-size-p.text-style-no_decoration:hover {
  text-decoration: underline;
}

.text-size-p.legal {
  padding-left: 1em;
}

.list {
  grid-row-gap: .25em;
  flex-flow: column;
  font-size: 1.2em;
  line-height: 1.2;
  display: flex;
}

.service-imge {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-imge.right-black-shadow {
  width: 30em;
  box-shadow: 7px 7px 30px #4f4d4659;
}

.service-imge.left-black-shadow {
  width: 30em;
  box-shadow: -7px 7px 30px #4f4d4659;
}

.service-imge.left-gray-shadow {
  width: 30em;
  box-shadow: -7px 7px 30px #28261b80;
}

.service-imge.right-gray-shadow {
  width: 30em;
  min-width: 100%;
  box-shadow: 7px 7px 30px #28261b80;
}

.portrait-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100em;
}

.portrait-img.right-black-shadow {
  box-shadow: 7px 7px 30px #4f4d4659;
}

.socios_comerciales-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.socios_comerciales-wrapper:hover {
  background-color: #0000;
}

.socios_comerciales-image {
  outline-offset: 0px;
  mix-blend-mode: darken;
  outline: 3px #333;
  width: 70%;
  transition: transform .75s;
}

.socios_comerciales-image.large {
  width: 50%;
}

.socios_comerciales-image.medium {
  width: 60%;
}

.socios_comerciales-image-hover_wrapper {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .75s;
  display: flex;
  position: absolute;
  transform: scale(0);
}

.galeria-head_wrapper {
  width: 100%;
  max-width: 90em;
  margin: 6em auto 3em;
  padding-left: 5em;
  display: flex;
}

.marquee-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  min-height: 32em;
  display: flex;
  position: relative;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.marquee-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-item {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 34em;
  height: 34em;
  padding: 1em;
  transition: height .3s, width .3s;
  display: flex;
}

.marquee-item:hover {
  width: 36em;
  height: 36em;
}

.galeria-marquee-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 7px 7px 30px #4f4d4659;
}

.contacto-form {
  margin-top: 2em;
}

.footer {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  transform: none;
}

.footer.black {
  background-color: var(--black);
  padding-top: 3em;
  padding-bottom: 3em;
}

.contact-wrapper {
  padding-left: 2em;
}

.footer-decoration {
  width: 45em;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(21%, -11%);
}

.text-color-gray {
  color: var(--gray);
}

.footer-head_wrapper {
  max-width: 45em;
  margin: 5em auto 8.5em;
}

.footer-gray_line {
  background-color: var(--gray);
  width: 90%;
  height: 3px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.footer-gray_line.short {
  align-self: flex-start;
  min-width: 54em;
  max-width: calc(100% - 30em);
  margin-left: 5%;
}

.text-size-h4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

.footer-contacto_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(-33%);
}

.footer-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 2em 1em;
  display: flex;
}

.footer-icon {
  width: 3em;
  transition: filter .3s ease-in;
}

.footer-icon:hover {
  filter: brightness(0%);
}

.footer-contacto-text_wrapper {
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
}

.text-size-sub {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

.text-size-sub.text-color-open {
  color: #ed943b;
}

.footer-links_wrapper {
  width: 95vw;
  max-width: 60em;
  margin-top: 1em;
  margin-bottom: 2em;
}

.footer-links_wrapper.opcu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.galeria-wrapper {
  width: 100%;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-size-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.56em;
  line-height: 1.2;
}

.text-size-h1.text-color-white.text-align-center_flex {
  flex-flow: column;
  display: flex;
}

.home-hero-header-wrapper {
  position: absolute;
  inset: auto auto 8% 5%;
}

.slide-nav {
  grid-column-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vh;
  display: flex;
}

.circles-decoration-lottie_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 4em;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.circles-decoration-lottie {
  position: absolute;
}

.nav-dim {
  z-index: 2;
  background-color: #33333354;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.text-style-no_decoartion {
  text-decoration: none;
}

.text-style-no_decoartion:hover {
  text-decoration: underline;
}

.marquee-lightbox_link {
  width: 100%;
  height: 100%;
}

.legal-wrapper {
  z-index: 2;
  background-color: var(--white);
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.legal-subheading {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.legal-heading {
  margin-bottom: 2em;
}

.transition {
  z-index: 2147483647;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.transition-trigger {
  background-color: var(--white);
  display: none;
}

.transition-content {
  background-color: #f5f9ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-load {
  width: 40%;
  position: relative;
}

.hero-dim {
  background-color: #a72b2b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask {
  height: 100%;
}

.service-slider {
  background-color: #0000;
  height: 100%;
}

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

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is-nav {
    padding-left: 4em;
    padding-right: 0;
  }

  .container.is-footer {
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navmenu {
    background-color: var(--white);
    min-width: 35em;
    padding-top: 8em;
    padding-left: 3em;
    padding-right: 2em;
    display: block;
  }

  .nav-link {
    color: var(--black);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 3.38em;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--blue);
  }

  .nav-divisor {
    display: block;
  }

  .c-layout-flex {
    grid-row-gap: 4em;
  }

  .c-layout-flex.is-socios {
    grid-row-gap: 2em;
  }

  .c-layout-flex.is-footer_links {
    grid-row-gap: 1.5em;
  }

  .c-column, .c-column.is-66, .c-column.is-33, .c-column.is-40, .c-column.is-45, .c-column.is-60 {
    width: 100%;
  }

  .c-column.is-footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .portrait-img {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .marquee-wrapper {
    min-height: 28em;
  }

  .marquee-item {
    width: 26em;
    height: 26em;
  }

  .marquee-item:hover {
    width: 28em;
    height: 28em;
  }

  .footer {
    padding-bottom: 0;
  }

  .contact-wrapper {
    padding-left: 0;
  }

  .footer-contacto_wrapper {
    transform: none;
  }

  .footer-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lottie-load {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.is-nav {
    padding-left: 2em;
  }

  .navmenu {
    min-width: 100%;
  }

  .menu-button.w--open {
    transform: translate(100%)translate(-100vw);
  }

  .hero-slider {
    min-height: 88dvh;
  }

  .c-layout-flex {
    grid-row-gap: 2em;
  }

  .c-layout-flex.is-socios {
    grid-row-gap: 1em;
  }

  .circles-decoration-wrapper {
    grid-column-gap: 2.5em;
  }

  .servicios_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list {
    margin-bottom: 0;
  }

  .service-imge.left-black-shadow {
    width: 100%;
  }

  .socios_comerciales-wrapper {
    width: 50%;
  }

  .galeria-head_wrapper {
    padding-left: 1em;
  }

  .marquee-item:hover {
    width: 32em;
    max-width: 95vw;
    height: 32em;
    max-height: 95vw;
  }

  .footer-decoration {
    max-width: 140%;
    transform: translate(21%, 45%);
  }

  .footer-head_wrapper {
    margin-bottom: 6em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is-nav {
    padding-left: 1em;
  }

  .container.is-footer {
    z-index: 2;
    position: relative;
  }

  .c-layout-flex.is-footer_links {
    grid-row-gap: 1em;
  }

  .c-column.is-right {
    padding-left: 0;
  }

  .seccion-head-decoration {
    margin-right: 1em;
  }

  .circles-decoration-wrapper {
    grid-column-gap: 2em;
  }

  .portrait-img {
    max-width: 100%;
  }

  .galeria-head_wrapper {
    padding-left: 1em;
  }

  .marquee-wrapper {
    min-height: 20em;
  }

  .marquee-item {
    width: 15em;
    height: 15em;
  }

  .marquee-item:hover {
    width: 21em;
    height: 21em;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer-decoration {
    top: auto;
    bottom: 15%;
    transform: translate(21%);
  }

  .footer-head_wrapper {
    margin-bottom: 4em;
  }

  .text-size-h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-icon-wrapper {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .footer-contacto-text_wrapper {
    grid-row-gap: 1em;
  }

  .footer-link:hover {
    text-decoration: underline;
  }

  .footer-image {
    padding-left: 2em;
    padding-right: 2em;
  }

  .lottie-load {
    width: 70%;
  }
}


