@font-face {
  font-family: pp-pangram-sans;
  src: url('../fonts/PPPangramSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: pp-pangram-sans;
  src: url('../fonts/PPPangramSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #040915;
  --black-bg: #02060d;
  --accent: #ff5d5d;
  --main: #fe7505;
  --main-light: #fef0e5;
  --secondary: #2652b9;
  --size: 0px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: pp-pangram-sans, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.12;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.22;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.43em;
  font-weight: 500;
  line-height: 1.15;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.81em;
  font-weight: 500;
  line-height: 1.15;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.39em;
  font-weight: 700;
  line-height: 1.55;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04em;
  font-weight: 500;
  line-height: 1.15;
}

p {
  letter-spacing: -.01em;
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 1.32em;
  line-height: 1.35;
}

a {
  color: var(--black);
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: 2em;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  text-indent: 0;
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.sm-p {
  letter-spacing: -.01em;
  font-size: 1em;
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black-bg);
  color: var(--white);
}

.parent {
  z-index: 1;
  position: relative;
}

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 7.15em;
  font-weight: 500;
  line-height: 1.32;
}

.super-text.no-break {
  white-space: nowrap;
}

.super-text._2 {
  color: var(--accent);
  font-size: 3.6em;
}

.flex-cc-h {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-lg {
  letter-spacing: -.02em;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.12;
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.inline {
  align-self: flex-start;
  display: flex;
}

.div-hide.is--mobile {
  display: none;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.bg-red {
  background-color: var(--accent);
}

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

.flex-cl-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cc-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-md {
  letter-spacing: -.02em;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-md.contact {
  max-width: 20ch;
}

.bg-orange {
  background-color: var(--main);
}

.flex-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.ab {
  position: absolute;
}

.bg-light-orange {
  background-color: var(--main-light);
}

.flex-cr-h {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.styleguide-parent {
  border-bottom: 1px solid #0003;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.sm-upper.footer {
  padding: 0;
  font-size: 1.32em;
  line-height: 1;
}

.sm-upper.text-light-orange {
  color: var(--white);
}

.heading-sm {
  letter-spacing: -.02em;
  font-size: 2.64em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-sm.is--next-post {
  max-width: 25ch;
}

.lg-p {
  letter-spacing: -.01em;
  font-size: 1.53em;
}

.lg-p.text-btn {
  padding-left: .5em;
  padding-right: .5em;
}

.lg-p.text-btn.is--form {
  font-size: 1.32em;
}

.bg-blue {
  background-color: var(--secondary);
}

.bg-dark-gradient {
  background-image: url('../images/Aluce-Grainy-Gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light-gradient {
  background-image: url('../images/aluce-light-graint-gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.is--services {
  justify-content: center;
  align-items: center;
  height: 62em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.is--bigger {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.is--cta {
  padding-top: 11em;
  padding-bottom: 12em;
  position: relative;
}

.section.is--form {
  padding-top: 10em;
}

.section.s-intro {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.s-testimonial {
  padding-top: 14em;
}

.section.a-intro {
  padding-bottom: 10em;
  position: relative;
}

.nav {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-cc-h.is--navlinks {
  z-index: 3;
  position: absolute;
}

.container.flex-cc-v.is--hero {
  z-index: 2;
  height: 100%;
}

.container.flex-cc-v.is--hero.m-hidden {
  position: static;
}

.container.flex-cc-v.is--s-hero, .container.flex-cc-v.is--cta {
  z-index: 2;
  height: 100%;
}

.container.flex-v {
  flex-direction: column;
  display: flex;
}

.container.is--intro {
  z-index: 2;
  flex: 0 auto;
  align-self: center;
}

.container.a-intro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.is--search {
  margin-top: 5em;
}

.logo {
  transition: opacity .4s;
}

.logo:hover {
  opacity: .7;
}

.navlinks {
  flex: none;
  position: absolute;
}

.navlink {
  z-index: 3;
  color: var(--black);
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: border-radius .45s cubic-bezier(.785, .135, .15, .86), color .4s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.navlink:hover, .navlink:focus {
  color: var(--main);
}

.navlink.w--current {
  background-color: var(--main-light);
  color: var(--main);
  border-radius: 4px;
  transition-property: none;
}

.navlink.w--current:hover {
  border-radius: 0;
}

.navlink.last {
  margin-right: 0;
  font-size: .9em;
}

.navlink.last:hover {
  color: var(--accent);
}

.navlink._1 {
  font-size: .9em;
}

.navlink._1:hover, .navlink._1:focus {
  color: var(--accent);
}

.navlink._1.w--current {
  color: var(--accent);
  background-color: #ffdada;
}

.navlink._2 {
  font-size: .9em;
}

.navlink._2:hover {
  color: var(--accent);
}

.navlink._3 {
  font-size: .9em;
}

.navlink._3:hover {
  color: var(--accent);
}

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

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

.navlink.is--blog {
  color: var(--white);
  background-color: #0000;
  transition: color .3s;
}

.navlink.is--blog:hover {
  color: var(--main);
}

.navlink._4 {
  font-size: .9em;
}

.navlink._4:hover {
  color: var(--accent);
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.nav {
  border: 1px solid var(--black);
  color: var(--black);
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color .4s, background-color .4s;
}

.btn.nav:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn.nav.stagger-text {
  background-color: var(--accent);
  border-style: none;
  padding: .4em 1em .3em;
}

.btn.nav.stagger-text:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.nav.stagger-text.espacio-arriba {
  border-style: solid;
  border-color: var(--accent);
  margin-top: 20px;
}

.btn.nav.stagger-text.espacio-arriba:hover {
  border-color: var(--black);
}

.btn.nav.stagger-text.eliminar {
  border-style: solid;
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.btn.nav.stagger-text.eliminar:hover {
  border-color: var(--black);
  color: var(--white);
}

.btn.nav.white {
  border-color: var(--white);
  color: var(--white);
}

.btn.nav.white.stagger-text.w--current {
  border-style: solid;
  border-color: var(--main);
  background-color: var(--main);
  opacity: 1;
  color: var(--black);
}

.btn.m-nav {
  border: 1px solid var(--white);
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.btn.secondary {
  border: 1px solid var(--black);
  color: var(--black);
  transition: color .4s, background-color .4s;
}

.btn.secondary:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-gradient {
  color: var(--white);
}

.btn.btn-gradient:hover {
  color: var(--black);
}

.btn.btn-gradient.stagger-text:hover {
  color: var(--white);
}

.btn.bigger {
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.is--form {
  opacity: .5;
  color: var(--black);
  border: 1px solid #000;
  align-self: center;
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.is--form.bg-orange-gradient {
  align-self: center;
}

.btn.is--form.form-active {
  opacity: 1;
  color: var(--white);
  border-style: none;
}

.html {
  z-index: 10;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.btn-text {
  color: #fff;
  font-size: .9em;
}

.btn-text.eliminar {
  color: #000;
}

.burger-menu-parent, .m-nav-parent {
  display: none;
}

.nav-parent {
  z-index: 99;
  background-color: var(--white);
  height: 117.344px;
  position: sticky;
  top: 0;
}

.hero-heading-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.hero-heading-wrapper.text-white {
  justify-content: center;
  align-items: center;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  inset: 25% 16vw auto auto;
  transform: none;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  inset: auto 8% 25% auto;
  transform: none;
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  inset: auto auto 20% 11%;
  transform: none;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-wrapper.cta {
  overflow: visible;
}

.hero-circle-1 {
  z-index: 1;
  width: 25vw;
  position: absolute;
  inset: 39% auto auto -1.5vw;
}

.hero-circle-2 {
  z-index: 1;
  filter: saturate(120%) invert();
  width: 30em;
  position: absolute;
  inset: 16% -5% auto auto;
}

.hero-blur {
  z-index: 2;
  background-color: var(--accent);
  width: 100%;
  height: 100%;
  position: static;
}

.project-card-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.36em;
  height: 38.19em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-site-img {
  width: 43.47em;
  margin-top: -3%;
  position: absolute;
}

.project-img-1.thats-clutch-app {
  width: 20.3em;
  height: 34.7em;
  position: absolute;
  inset: auto auto -29% 0;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.poster-img._3 {
  z-index: 2;
  height: 23em;
  bottom: -15%;
  right: 11%;
}

.poster-img._2 {
  width: 15.9em;
  bottom: 11%;
  right: -.5%;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.project-title {
  color: var(--black);
  align-items: flex-end;
  display: flex;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

.overflow {
  width: 100%;
  font-size: 1em;
  overflow: hidden;
}

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 14% auto auto -3vw;
  transform: rotate(-90deg);
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  inset: auto auto 12% 21%;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.aluce-circle {
  align-self: flex-end;
  width: 44em;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.img-parent.h-services {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 3% 5vw;
}

.img-parent.h-services._2 {
  inset: auto 4vw 25% auto;
}

.img-parent.h-services._3 {
  inset: auto auto 38% 18vw;
}

.img-parent.h-services._4 {
  inset: 13% auto auto 7vw;
}

.img-parent.h-services._5 {
  inset: 3% 7vw auto auto;
}

.img-parent.is--aluce-circle-hero {
  width: 40em;
  margin-bottom: -15%;
  margin-right: -10%;
}

.img-parent.services {
  width: 9.72em;
  position: absolute;
}

.img-parent.services._1 {
  inset: 18% auto auto -2%;
}

.img-parent.services._2 {
  inset: 0% 20% auto auto;
}

.img-parent.services._3 {
  height: 12.5em;
  inset: auto auto -5% 20%;
}

.img-parent.services._4 {
  inset: auto 10% 9% auto;
}

.h-services-bg {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  background-image: url('../images/Aluce-Light-Grainy-Gradient.jpg');
  background-size: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.h-services-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.half {
  width: 100%;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.benefit-wrapper.is--services-page {
  margin-top: 0;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.h-services-person {
  width: 9.72em;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  inset: 15% auto auto -10%;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._3 {
  width: 2em;
  inset: auto -8% 36% auto;
}

.h-about-star._4 {
  width: 1.32em;
  inset: auto 0% 31% auto;
}

.testimonial {
  text-align: left;
  max-width: 21ch;
  font-size: 3.33em;
  line-height: 1.2;
}

.testimonial.is--clutch {
  max-width: 20ch;
}

.testimonial-author-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.testimonial-author-img-parent {
  width: 6.53em;
  height: 6.53em;
  position: relative;
  overflow: visible;
}

.testimonial-author-info {
  margin-left: 2em;
}

.spacer-0-5em {
  width: 0;
  height: .5em;
}

.testimonial-author-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100vw;
  width: 6.53em;
  height: 6.53em;
}

.testimonial-author-img.top {
  object-position: 50% 0%;
}

.cta-circle-1 {
  z-index: 1;
  width: 21.04em;
  position: absolute;
  inset: 56% auto auto -6.5vw;
}

.cta-circle-1.is--post {
  width: 10em;
  top: auto;
  bottom: 2%;
  left: 2.4%;
}

.cta-circle-2 {
  z-index: 1;
  filter: invert();
  width: 23.5em;
  position: absolute;
  inset: -2% -7% auto auto;
}

.cta-circle-2.is--post {
  width: 11.67em;
  top: 3%;
  right: 5%;
}

.cta-heading-line-wrapper {
  align-self: flex-start;
  margin-top: .5em;
  margin-left: 5.5vw;
  padding-left: 0;
}

.cta-heading-line-wrapper.top {
  margin-top: 0;
  margin-left: -4vw;
}

.cta-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.footer-section {
  padding-top: 4.5em;
  padding-bottom: 2.5em;
}

.footer-section.footer-sin-body {
  background-color: var(--accent);
  background-image: linear-gradient(#ff5d5dde, #ff5d5dde), url('../images/car-garage-1.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50px;
}

.container {
  font-size: 1rem;
}

.footer {
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.footer.bg-white {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.footer.bg-black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1rem;
  display: flex;
}

.footer-company-info {
  align-self: stretch;
  font-size: .8rem;
}

.logo-tag {
  letter-spacing: -.01em;
  font-size: 1em;
  line-height: 1.35;
}

.footer-logo {
  margin-bottom: 1.53em;
}

.footer-link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  place-items: center end;
  font-size: .9em;
  display: grid;
}

.footer-link-grid.btm {
  grid-column-gap: 2.6em;
  grid-template-columns: max-content max-content max-content;
  place-items: center end;
  margin-top: 2em;
}

.footer-link-grid.btm._2 {
  grid-template-columns: max-content max-content max-content 1fr;
}

.social-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: var(--main);
}

.social-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.footer-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-flow: row;
  align-self: flex-end;
  align-items: flex-end;
  font-size: .8em;
  display: flex;
}

.footer-link {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 1.32em;
  transition: color .4s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--accent);
}

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

.footer-link.text-black:hover, .footer-link.text-black.w--current {
  color: var(--main);
}

.m-hero-container {
  display: none;
}

.btn-wrapper {
  align-self: center;
  display: inline-block;
}

.btn-wrapper.is--form {
  align-self: center;
  margin-top: 5.56em;
}

.btn-wrapper.about-intro {
  margin-top: 3.33em;
}

.btn-wrapper.is--404 {
  margin-top: 1em;
}

.m-project-site-img {
  display: none;
}

.project-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-card-bg.bg-thats-clutch {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.project-card-bg.bg-cc {
  background-image: url('../images/cc-gradient-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.hero-heading-move {
  display: inline-block;
}

.hero-heading-move._1 {
  color: #fff;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero.is--about {
  height: auto;
  padding-top: 14em;
  padding-bottom: 24em;
}

.hero.is--services {
  padding-top: 8em;
}

.hero.is--home {
  padding-top: 10em;
  padding-bottom: 7em;
  position: static;
}

.subpage-h1 {
  max-width: 16ch;
}

.subpage-h1.text-center.super-text.text-orange {
  color: var(--main);
}

.hero-subtext {
  text-align: center;
  max-width: 24ch;
}

.hero-text-wrapper {
  position: relative;
}

.label-services {
  background-color: var(--accent);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .5em .5em .5em .8em;
  display: flex;
  position: static;
  inset: -25% -12% auto auto;
}

.label-services-wrapper {
  position: absolute;
  top: -22%;
  right: -10%;
  transform: rotate(7deg);
}

.heading-line-wrapper {
  text-align: left;
}

.heading-line-wrapper.services-h2 {
  margin-left: 9vw;
}

.heading-line-wrapper.services-h2._2 {
  text-align: left;
  margin-top: .5em;
  margin-left: 9.5vw;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/aluce-gradient-text.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.split-text {
  text-align: left;
  margin-top: 2.22em;
  margin-bottom: 4.5em;
}

.text-column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 2.5em;
  display: flex;
}

.text-column._2 {
  padding-left: 2.5em;
  padding-right: 0;
}

.sm-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

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

.sm-container.s-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
  display: flex;
}

.sm-container.is--benefits {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.split-section-wrapper {
  width: 50%;
}

.benefits-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 3.96em;
  display: grid;
}

.contact-section {
  margin-top: 0;
  position: relative;
}

.contact-wrapper {
  padding-top: 14em;
  padding-bottom: 4.79em;
  position: relative;
  overflow: hidden;
}

.contact-wrapper.btm {
  padding-top: 6em;
  padding-bottom: 8em;
}

.contact-info-wrapper {
  color: var(--white);
  margin-top: 2.22em;
}

.contact-item {
  grid-column-gap: 1.6em;
  grid-row-gap: 4em;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.contact-info-text {
  font-size: 2em;
}

.short-heading {
  max-width: 12ch;
}

.about-label-wrapper {
  position: absolute;
  top: -28%;
  left: -5%;
  right: auto;
  transform: rotate(0);
}

.aluce-circle-img {
  object-fit: cover;
  width: 95%;
  height: 100%;
}

.accordion-pane {
  border-radius: 20px;
  min-height: 46.25em;
  margin-bottom: 0;
  padding: 3.06em 4.44em 6.25em;
  position: sticky;
  top: 4em;
}

.accordion-pane._1 {
  background-color: #fec99d;
  top: 2em;
}

.accordion-pane._2 {
  background-color: #fead6b;
  top: 10em;
}

.accordion-pane._3 {
  background-color: #fe9138;
  top: 17em;
}

.accordion-pane._4 {
  background-color: var(--main);
  margin-top: 0;
  top: 30em;
}

.accordion-top-wrapper {
  display: flex;
}

.accordion-label-text {
  font-size: 2.64em;
}

.a-label-wrapper {
  margin-left: 4.17em;
}

.accordion-btm-wrapper {
  margin-top: 4.17em;
  display: flex;
}

.a-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.a-item-wrapper.first {
  margin-top: 0;
}

.a-list-wrapper {
  width: 50%;
  padding-left: 2em;
}

.a-description {
  width: 50%;
}

.a-item-text {
  max-width: 28ch;
}

.c-faq-item {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 1em;
  padding: 2.5em 1.1em 0;
  position: relative;
}

.text-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5.5em;
  display: flex;
}

.text-btn-wrapper.is--form {
  margin-top: 4em;
}

.text-btn-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: relative;
}

.text-btn-line.inner {
  background-color: var(--main);
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outro-parent {
  z-index: 9999;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 3em;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.outro-items {
  z-index: 3;
  color: var(--black);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.outro-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.outro-text {
  padding-left: .5em;
  font-size: 1.32em;
}

.outro-logo {
  padding-left: .5em;
}

.outro-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outro-bg.gradient-bg {
  background-image: url('../images/Aluce-Light-Grainy-Gradient.jpg');
  background-position: 0 0;
  background-size: auto;
}

.outro-bg._2 {
  z-index: 1;
}

.intro-parent {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  overflow: hidden;
}

.intro-parent.is--sub {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 3em;
  display: none;
}

.intro-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-bg.bg-orange-gradient {
  flex-flow: column;
  display: flex;
}

.full-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-label {
  position: absolute;
  top: -32%;
  left: -7%;
  transform: rotate(5deg);
}

.scroll {
  background-color: var(--black);
  width: 3px;
  height: 8em;
  position: absolute;
  inset: auto -84% 20% auto;
}

.scroll.scroll-indicator {
  z-index: 2;
}

.form_progress-fill {
  border-radius: 100vw;
  width: 50%;
  height: 100%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.slider_slide {
  width: 100%;
  height: 100%;
}

.form {
  width: 40.28em;
  margin-bottom: 0;
}

.contact-wrapper-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.form-wrapper {
  background-color: var(--white);
  color: var(--black);
  border-radius: .83vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.36em;
  padding-right: 2.36em;
  display: flex;
}

.form-wrapper.bg-orange-gradient {
  color: var(--black);
}

.form-wrapper.is--confirmation {
  flex-direction: column;
  padding-top: 2.36em;
  padding-bottom: 2.36em;
}

.form-wrapper.is--confirmation.bg-orange-gradient {
  color: var(--black);
}

.form-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.53em;
  display: flex;
  position: relative;
}

.form-success {
  background-color: #0000;
  width: 100%;
  height: 58em;
  padding: 0;
}

.form-error {
  background-color: var(--accent);
  text-align: center;
}

.form-navigation {
  justify-content: space-between;
  display: flex;
}

.form-navigation.is--disabled {
  display: none;
}

.q-label {
  margin-right: 1.32em;
  padding: .25em .5em;
  position: relative;
}

.q-label.is--done {
  color: #cc5e04;
  padding-left: .25em;
  padding-right: .25em;
}

.q-label.is--active {
  color: var(--main-light);
}

.q-label.last {
  margin-right: 0;
}

.label-title_text {
  z-index: 2;
  white-space: nowrap;
  font-size: 1.25em;
  position: relative;
}

.label-title_text.is--active {
  z-index: 2;
  color: var(--main-light);
  position: relative;
}

.strike-line {
  background-color: #cc5e04;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.strike-line.is--done {
  width: 100%;
}

.q-label-bg {
  z-index: 1;
  background-color: var(--main);
  border-radius: 4px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.q-label-bg.is--active {
  width: 100%;
}

.form-progress {
  background-color: #fff;
  border-radius: 100vw;
  width: 100%;
  height: .73em;
  margin-top: 1.94em;
  margin-bottom: 2.5em;
}

.form-progress.is--disabled {
  display: none;
}

.form-progress.is--booking {
  margin-bottom: 1em;
}

.form-slider {
  background-color: #0000;
  max-width: 40em;
  height: 25em;
  margin-top: 7em;
  display: block;
  position: static;
}

.form-slider.is--intro {
  height: 34em;
  margin-top: 6em;
}

.form-slider.low-margin {
  margin-top: 5em;
  margin-bottom: 4em;
  transition: margin .6s cubic-bezier(.77, 0, .175, 1);
}

.slider-mask {
  width: 100%;
}

.form-prev {
  background-color: var(--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.92em;
  height: 2.92em;
  font-size: 1em;
  display: flex;
  inset: 22% auto auto 0%;
}

.form-prev.is--first-slide {
  opacity: .4;
  top: 5%;
}

.form-prev.is--first-slide.is--disabled {
  opacity: .4;
}

.prev-arrow {
  flex: none;
  width: 2em;
  height: 2em;
}

.slider-nav, .form-next {
  display: none;
}

.slider-slide_fill {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 4.44em;
  display: flex;
}

.slider-slide_fill.is--intro {
  align-items: center;
}

.slider-slide_fill.is--calendar {
  padding-bottom: 0;
}

.form-question {
  text-align: left;
  max-width: 16ch;
  font-size: 3.19em;
  font-weight: 500;
}

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

.text-form-field {
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 2em;
  margin-bottom: 0;
  padding: .5em .125em;
  font-size: 2.36em;
  font-weight: 500;
  line-height: 4;
}

.text-form-field::placeholder {
  color: #040915b3;
  line-height: 4;
}

.form-question-wrapper {
  margin-bottom: 2.15em;
  display: inline-block;
}

.form-question-wrapper.is--intro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-question-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.form-question-container.is--intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-text {
  color: #040915cc;
  max-width: 35ch;
  margin-top: .5em;
  font-size: 1.32em;
}

.form-text.text-center {
  color: var(--black);
}

.form-status-line {
  background-color: var(--accent);
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: 0;
}

.form-status-line.error {
  background-color: var(--accent);
  width: 100%;
}

.form-status-line.success {
  background-color: #10cc39;
  width: 100%;
}

.email-form-field {
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 2em;
  margin-bottom: 0;
  padding: .5em .125em;
  font-size: 2.36em;
  font-weight: 500;
  line-height: 4;
}

.email-form-field::placeholder {
  color: #040915b3;
  line-height: 4;
}

.form-success-line {
  background-color: #0eb51f;
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: 0;
}

.form-success-line.active {
  width: 100%;
}

.form-options-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-option {
  border: 1px solid var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em .6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.option-radio {
  z-index: 2;
  cursor: pointer;
  border-style: none;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.option-radio.w--redirected-checked {
  width: 100%;
  height: 100%;
}

.option-label {
  z-index: 3;
  font-size: 2.41em;
  position: relative;
}

.calendar-embed, .calendar-frame, .calendar-wrapper {
  width: 100%;
  height: 100%;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.form-submit {
  display: none;
}

.error-text {
  color: var(--white);
  font-size: 1.5em;
}

.booking-date {
  font-weight: 700;
}

.confirmation-contact {
  text-decoration: underline;
}

.radio-fill {
  z-index: 1;
  background-color: var(--black-bg);
  border-style: none;
  border-radius: 100vw;
  width: 110%;
  height: 7em;
  position: absolute;
  inset: auto 0% -20% -5%;
}

.a-hero-wrapper {
  width: 70%;
}

.a-hero-wrapper.image {
  width: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.benefits-heading {
  text-align: center;
  max-width: 18ch;
}

.testimonial-p {
  max-width: 45ch;
  margin-top: .5em;
}

.p-rel {
  position: relative;
}

.s-intro_heading-wrapper {
  margin-bottom: 1.25em;
}

.p-wrapper.s-intro {
  position: relative;
  left: 10vw;
}

.a-intro_heading {
  text-align: center;
  max-width: 10em;
}

.a-intro_circle {
  width: 7.29em;
  height: 7.29em;
  position: absolute;
  inset: auto 4% 7% auto;
}

.a-intro_circle.blue {
  filter: invert();
  width: 7.08em;
  height: 7.08em;
  position: absolute;
  inset: auto auto 0% 5%;
}

.a-intro_circle.blue._2 {
  width: 4.91em;
  height: 4.91em;
  inset: 12% 18% auto auto;
}

.a-intro_circle._2 {
  width: 2.78em;
  height: 2.78em;
  inset: 29% auto auto 24%;
}

.form-email-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.rel {
  position: relative;
}

.intro-items {
  z-index: 3;
  color: var(--black);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.intro-logo {
  padding-left: .5em;
}

.intro-text {
  padding-left: .5em;
  font-size: 1.32em;
}

.utility-page-wrap {
  background-color: var(--black-bg);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

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

.utility-page-content.text-white {
  z-index: 3;
  position: relative;
}

.utility-page-content.is--password {
  width: 40%;
}

._404-text {
  font-size: 1.25em;
}

._404-circle {
  z-index: 2;
  width: 35vw;
  position: absolute;
  inset: auto 0% -7% auto;
}

.grain {
  z-index: 1;
  opacity: .03;
  background-image: url('../images/static-gif.gif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cc-img-1 {
  width: 54em;
  position: absolute;
  inset: auto auto 0% 5%;
}

.cc-img-2 {
  object-fit: contain;
  object-position: 50% 0%;
  height: 26em;
  position: absolute;
  inset: 0% 11% auto auto;
}

.cc-icon-1 {
  position: absolute;
  top: 24%;
  left: 30%;
}

.cc-icon-2 {
  position: absolute;
  inset: auto 14% 20% auto;
}

.cc-icon-3 {
  position: absolute;
  inset: 21% 6% auto auto;
}

.cc-icon-4 {
  position: absolute;
  inset: 51% auto auto 6%;
}

.cc-icon-5 {
  position: absolute;
  inset: 36% auto auto 62%;
}

.blog-rich-text h1 {
  margin-bottom: .125em;
  font-size: 4.31em;
  line-height: 1.15;
}

.blog-rich-text h2 {
  margin-bottom: .25em;
  font-size: 3.23em;
  line-height: 1.15;
}

.blog-rich-text h6 {
  margin-bottom: .5em;
}

.blog-rich-text h5 {
  margin-top: 0;
  margin-bottom: .2em;
}

.blog-rich-text p {
  letter-spacing: 0;
  text-indent: 0;
  max-width: 56ch;
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.65;
}

.blog-rich-text li {
  margin-bottom: .5em;
  font-size: 1.25em;
  line-height: 1.55;
}

.blog-rich-text blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px .25vw;
  border-color: black black black var(--main);
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 0 0 .5em;
  font-size: 2.08em;
  font-weight: 500;
  line-height: 1.5;
}

.blog-rich-text a {
  box-shadow: inset 0 -2px 0 0 var(--main);
  text-indent: 0;
  padding: .1em .5em 0;
  line-height: 1.25;
  transition: box-shadow .25s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.blog-rich-text a:hover {
  box-shadow: inset 0 -50px 0 0 var(--main);
}

.blog-rich-text strong {
  text-indent: 0;
}

.blog-rich-text h3 {
  margin-bottom: .25em;
}

.blog-rich-text h4 {
  margin-bottom: .2em;
}

.blog-rich-text.is--overview {
  margin-bottom: 2.22em;
}

.blog-rich-text img {
  width: 100%;
  height: 100%;
}

.blog-rich-text figure {
  margin-bottom: 2em;
}

.visit-wrapper {
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.arrow-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.arrow-link:hover {
  color: var(--main);
}

.arrow-link.is-blog-card {
  padding-left: .5em;
  padding-right: .5em;
}

.a-arrow {
  height: .8em;
  margin-left: 1.11em;
}

.a-arrow.is--card {
  flex: none;
  margin-left: .83em;
}

.a-link-text {
  font-size: 1.32em;
}

.blog-nav {
  z-index: 99;
  background-color: var(--black-bg);
  padding-top: 1.67em;
  padding-bottom: 1.67em;
  position: sticky;
  top: 0;
}

.blog-nav.is--post {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}

.blog-logo {
  align-items: flex-end;
  display: flex;
}

.blog-logo-text {
  color: var(--main);
  font-size: .97em;
  line-height: 1;
}

.blog-logo-img {
  margin-right: .5em;
}

.blog-hero-wrapper {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-hero-side {
  background-color: var(--main);
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  padding-left: 17.85%;
  padding-right: 3.47em;
  position: sticky;
  top: 0;
}

.blog-hero-side.featured {
  color: var(--white);
  position: static;
}

.blog-hero-content {
  flex: 1;
  height: 100%;
  padding-top: 3.33em;
  padding-left: 3.47em;
  padding-right: 7.5%;
}

.blog-card {
  border-radius: 4px;
  margin-bottom: 2.22em;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 0 12px #0000001a;
}

.blog-card_content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.67em 2.22em;
  display: flex;
}

.blog-card_img-wrapper {
  justify-content: center;
  align-items: center;
  width: 37%;
  display: flex;
}

.card-title {
  max-width: 20ch;
}

.card-description {
  letter-spacing: -.02em;
  font-size: 1.25em;
  line-height: 1.55;
}

.card-category {
  font-size: 1.1em;
}

.card-link-wrapper {
  margin-top: 2em;
  padding-left: 0;
  padding-right: 0;
}

.card-link-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: .25em;
}

.blog-cards-wrapper {
  margin-top: 2.22em;
}

.blog-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-hero-side-wrapper {
  width: 42%;
  position: relative;
}

.blog-category-content {
  margin-top: 5.56em;
  display: none;
}

.empty-hidden {
  display: none;
}

.featured-blog-wrapper {
  margin-top: 2.22em;
  position: sticky;
  top: 0;
}

.featured-blog-wrapper.hide {
  display: none;
}

.post-hero {
  width: 100%;
  height: 90vh;
  display: flex;
}

.post-hero_img-wrapper {
  width: 41.25%;
}

.post-hero_content {
  flex: 1;
  align-self: flex-end;
  margin-left: 1.39em;
  padding-right: 7.5%;
}

.post-hero_content-container {
  padding-left: 1.39em;
}

.content-info {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.info-wrapper, .info-wrapper.first {
  margin-left: 0;
}

.info-title {
  color: #04091573;
  font-size: 1.18em;
  line-height: 1.12;
}

.info-text {
  font-size: 1.18em;
  font-weight: 700;
  line-height: 1.12;
  display: inline-block;
}

.info-text.right {
  margin-left: .25em;
}

.post-content_line {
  background-color: var(--black-bg);
  width: 100%;
  height: 1px;
  margin-top: 2.78em;
}

.post-wrapper {
  padding-top: 6em;
}

.toc-wrapper {
  flex: none;
  align-self: flex-start;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  position: sticky;
  top: 2em;
}

.body-wrapper {
  flex: none;
  max-width: 44em;
  margin-left: 8em;
}

.overview-title {
  letter-spacing: 0;
  margin-bottom: .25em;
  font-size: 1.48em;
  font-weight: 700;
  line-height: 1.55;
}

.contents-title {
  color: var(--main);
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.toc-text-block ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.25em;
  line-height: 1.5;
  list-style-type: none;
}

.toc-text-block li {
  max-width: 20ch;
  margin-bottom: 1em;
}

.post-container {
  justify-content: center;
  margin-left: -1%;
  display: flex;
  position: relative;
}

.post-buttons {
  justify-content: space-between;
  margin-top: 4em;
  display: flex;
}

.post-buttons.is--cta {
  margin-top: 2.78em;
}

.post-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-button.is--call {
  margin-right: 4em;
}

.post-button.is--hidden {
  display: none;
}

.post-button_icon {
  border: 1px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-button_icon-img {
  z-index: 2;
  width: 50%;
  height: 50%;
  position: relative;
}

.post-button_icon-img.active {
  z-index: 3;
  opacity: 0;
  display: none;
  position: absolute;
}

.post-button_icon-img.hover {
  display: none;
  position: absolute;
}

.post-button_text {
  text-transform: capitalize;
  margin-top: .75em;
  font-size: 1em;
}

.post-cta-wrapper {
  justify-content: space-between;
  height: 80vh;
  margin-top: 8.61em;
  display: flex;
}

.next-post {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 4.17em;
  padding-left: 3.61em;
  padding-right: 3.61em;
  display: flex;
}

.next-post-content {
  color: var(--white);
}

.post-cta {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.post-cta-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.next-post-wrapper {
  width: 50%;
}

.next-post-list, .next-post-item {
  height: 100%;
}

.blog-navlinks {
  align-items: center;
  display: none;
}

.blog-navlink-list {
  display: flex;
}

.search-btn-wrapper {
  cursor: pointer;
}

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

.field-label {
  display: none;
}

.search-input {
  border: 1px #000;
  width: 22em;
  height: 3em;
  margin-bottom: 0;
  padding: 1em 5em 1em 1em;
  font-size: 1.25em;
}

.search-input.is--search {
  border: 1px #000;
  border-radius: 10vw;
  width: 100%;
  height: 4em;
  padding-left: 1.5em;
}

.search-input.is--search::placeholder {
  color: var(--black);
}

.search-input-wrapper {
  border-radius: 2vw;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.search-input-wrapper.is--search {
  border-radius: 0;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-button {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--main), var(--accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.toc-item.active {
  font-weight: 700;
}

.post-button_fill {
  backface-visibility: hidden;
  transform-origin: 0 100%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post-button_fill.is--like {
  z-index: 1;
  background-color: var(--accent);
}

.post-button_fill.is--tweet {
  z-index: 1;
  background-color: #1da1f2;
}

.post-button_fill.is--linkedin {
  z-index: 1;
  background-color: #0e76a8;
}

.post-button_fill.is--copy {
  z-index: 1;
  background-color: #18cc82;
}

.post-button_fill.is--email-us {
  background-color: var(--accent);
  z-index: 1;
  background-color: var(--main);
}

.post-button_fill.is--call-us {
  background-color: var(--main);
}

.search-label {
  display: none;
}

.search-result-wrapper {
  margin-top: 4.44em;
}

.search-result-item {
  margin-bottom: 3.33em;
}

.search-title-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-navlink {
  z-index: 3;
  color: var(--white);
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.blog-navlink:hover, .blog-navlink:focus, .blog-navlink.w--current {
  color: var(--main);
}

.blog-navlink.w--current:hover {
  border-radius: 0;
}

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

.blog-navlink.text-white:hover {
  color: var(--main);
}

.p-full {
  max-width: none;
}

.div-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block._2 {
  transform: translate(0, 83px);
}

.section-2 {
  background-color: #fff;
  background-image: url('../images/Captura-de-pantalla-2024-10-01-a-las-9.29.02.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 1em;
  display: flex;
  position: relative;
}

.heading {
  font-weight: 700;
}

.div-block-2 {
  padding: 0;
  font-size: .9em;
}

.div-block-3 {
  border-right: 1px solid #f5f5f5;
  align-self: stretch;
}

.div-block-4 {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
}

.section-3 {
  z-index: 3;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  height: 12vh;
  padding: 20px;
  font-size: 1em;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 11px 5px 4px #0003;
}

.div-block-5 {
  background-image: url('../images/Captura-de-pantalla-2024-10-01-a-las-9.29.02.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  flex: 1;
  align-self: stretch;
  max-width: 1200px;
}

.body {
  font-size: 1em;
}

.body.popup {
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.div-block-6 {
  background-color: var(--accent);
  border-radius: 20px 20px 20px 0;
  max-width: 274px;
  padding: 10px;
  font-size: 1em;
  position: static;
  top: 189.5px;
  left: 60.5%;
}

.div-block-6.popup {
  border-bottom-left-radius: 20px;
  min-width: 650px;
  max-width: none;
}

.div-block-6.popup.tarjetas {
  padding: 30px;
}

.div-block-6.popup.max, .div-block-6.popup.tama-oonuevo {
  max-width: 650px;
}

.div-block-6.subidp {
  border-radius: 20px;
}

.div-block-6.subidp.interior {
  background-color: #ff5d5d00;
  border: 1px solid #d3cccc;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
}

.text-block.tarjetapopup {
  color: var(--black);
  text-align: left;
}

.text-block.tarjetapopup.espacios {
  margin-top: 10px;
}

.text-block.tarjetapopup.sin-10 {
  margin-bottom: 0;
}

.text-block._2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.div-block-7 {
  background-image: url('../images/3450.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  height: 150px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: .8em;
  line-height: 1;
}

.text-block-2.negro {
  color: var(--black);
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.div-block-10._10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-10.sin {
  margin-top: 0;
}

.div-block-11 {
  height: 600px;
  font-size: 1em;
  display: flex;
}

.div-block-11.perfil {
  height: auto;
}

.div-block-11.perfil.abajo {
  flex-flow: column;
}

.div-block-11.grandep {
  height: auto;
}

.div-block-12 {
  background-image: url('../images/3450.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  display: flex;
}

.div-block-12.login {
  background-image: linear-gradient(90deg, #fff, #fff0), linear-gradient(#ffffffde, #ffffffde), url('../images/3450.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  border-bottom-right-radius: 20px;
}

.div-block-12.interior {
  background-image: url('../images/3375.jpg');
  width: 600px;
}

.div-block-13 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-13.sin, .div-block-13.pro {
  padding-top: 0;
}

.div-block-13.espacio {
  padding-top: 40px;
}

.div-block-13.espacio._2 {
  flex-flow: column;
}

.div-block-14 {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-14.pro {
  max-height: none;
}

.heading-2 {
  font-weight: 700;
  line-height: .8;
}

.heading-2._2 {
  margin-bottom: 10px;
}

.heading-2._2.centro {
  text-align: center;
}

.heading-2._2.centro.menos {
  margin-bottom: 0;
}

.div-block-15 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 500px;
  font-size: 1em;
  display: flex;
}

.text-span {
  font-size: .7em;
}

.text-span-2 {
  color: var(--accent);
  font-size: 1.1em;
  line-height: 1.2;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 1.2em;
}

.paragraph-2.div-block-222 {
  max-width: 44ch;
}

.paragraph-2.div-block-222.sin {
  border-radius: 0;
}

.paragraph-2.div-block-222.sin.centro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2.div-block-222.sin.centro.menoos {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field, .text-field-2 {
  border-radius: 20px;
}

.text-field-2.calendario {
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 20px;
  margin-bottom: 0;
}

.text-field-3, .text-field-4 {
  border-radius: 20px;
}

.submit-button {
  background-color: var(--accent);
  border-radius: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
}

.body-2 {
  background-color: var(--accent);
  background-image: linear-gradient(#ff5d5dde, #ff5d5dde), url('../images/car-garage-1.svg');
  background-position: 0 0, 50%;
  background-size: auto, 50px;
  background-attachment: scroll, fixed;
  font-size: 1em;
}

.link {
  color: var(--accent);
  text-decoration: underline;
}

.div-block-16 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.div-block-16:hover {
  opacity: 1;
  background-color: #ff5d5d75;
}

.text-block-3 {
  color: var(--white);
  font-weight: 700;
}

.div-block-17 {
  border-top: 2px solid var(--accent);
}

.form-block, .form-block-2 {
  margin-bottom: 0;
}

.text-block-4 {
  margin-top: 0;
}

.link-2 {
  color: var(--accent);
  text-decoration: underline;
}

.div-block-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-19 {
  align-self: flex-end;
  margin-bottom: 30px;
}

.button {
  background-color: var(--accent);
  border-radius: 20px;
  align-self: flex-start;
}

.button.espacio {
  background-color: var(--white);
  color: var(--accent);
  text-align: center;
  margin-top: 10px;
  display: block;
}

.button.espacio.rojo {
  background-color: var(--accent);
  color: var(--white);
}

.button.espacio.rojo.bordes {
  border: 1px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.button.espacio.rojo.bordes.ab2 {
  position: absolute;
  inset: auto auto 7%;
}

.button.espacio.rojo.entero {
  flex: 1;
}

.button.espacio.rojo.sinarriba {
  margin-top: 0;
}

.button.espacio.tama-o {
  background-color: var(--accent);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 20px;
  display: flex;
}

.button.espacio.tama-o.bordes {
  border: 2px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.button._2 {
  background-color: var(--black);
  color: var(--white);
  border: 2px solid #000;
}

.button.negro {
  background-color: var(--black);
}

.button.none.entero {
  display: none;
}

.image-2 {
  margin-left: 10px;
}

.image-2._2 {
  margin-left: 0;
  margin-right: 10px;
}

.main {
  font-size: 1em;
}

.div-block-20 {
  background-color: var(--accent);
  flex: 1;
}

.div-block-21 {
  background-color: var(--white);
  flex: 1;
}

.div-block-22 {
  position: absolute;
  top: 16%;
  left: 61%;
}

.div-block-23 {
  background-color: var(--accent);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-left: -20px;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.body-3 {
  background-image: url('../images/Captura-de-pantalla-2024-10-11-a-las-7.52.37.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  font-size: 1em;
  display: flex;
}

.body-3.reserva {
  background-image: url('../images/Captura-de-pantalla-2024-10-11-a-las-9.10.16.png');
}

.body-3.reserva.eliminar {
  background-image: url('../images/Captura-de-pantalla-2025-01-28-a-las-14.45.57.png');
}

.body-3.info-personal {
  background-image: url('../images/Captura-de-pantalla-2024-10-11-a-las-9.47.43.png');
}

.body-3.parking {
  background-image: url('../images/Captura-de-pantalla-2024-10-28-a-las-9.34.54.png');
}

.body-3.parking.calendario {
  background-image: url('../images/Captura-de-pantalla-2025-02-12-a-las-12.14.45.png');
  background-position: 50% 0;
}

.div-block-27 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000003d;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.heading-3 {
  color: #000;
  font-size: 30px;
}

.heading-3.locales {
  margin-top: 0;
  line-height: 28px;
}

.paragraph-3 {
  color: #4a4e57;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: none;
}

.paragraph-3.locales {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-219 {
  background-color: #fff;
  border: 1px solid #00000024;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  padding: 20px;
}

.div-block-219.no-dispo {
  filter: grayscale();
  background-color: #fad149;
}

.div-block-219.bordes {
  border: 1px solid #d3cccc;
}

.div-block-219.bordes.horizontal {
  display: flex;
}

.div-block-221 {
  z-index: 16;
  background-color: #fff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 5% 1% auto auto;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-220 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-158._4 {
  flex-flow: wrap;
}

.div-block-158._4.botones {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-block-217 {
  background-image: linear-gradient(#000, #fff0 48%), url('../images/menu-fondo.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-217.no-dispo {
  filter: grayscale();
}

.div-block-218 {
  flex: 1;
  align-self: stretch;
}

.div-block-218.no-dispo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-222 {
  border-radius: 20px;
  max-height: 500px;
  overflow: auto;
}

.div-block-223 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

.div-block-224.blanco {
  background-color: #fff;
  padding: 20px;
}

.div-block-224.blanco.espacio {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 600px;
  padding: 20px;
}

.div-block-225 {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  padding: 10px;
}

.div-block-225.espacio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-225.mas-espacio {
  padding-top: 20px;
}

.div-block-225.aceptar {
  display: flex;
}

.div-block-225.limitar {
  max-height: 373px;
}

.text-block-5 {
  opacity: .56;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
}

.profile_field-wrapper {
  width: 65%;
  min-height: 30px;
}

.profile_field-wrapper.has-button {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

._100 {
  width: 100%;
}

.profile_section {
  border: .5px solid #d3cccc;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.8rem;
  position: relative;
}

.profile_section._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.profile_section.nuevoop {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #d3cccc;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #5d52f7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.input-preview {
  font-size: 16px;
  font-weight: 400;
}

.modal_form {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  margin-bottom: 0;
  padding: 3rem;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.profile_flex {
  flex-wrap: wrap;
  max-width: 600px;
  display: flex;
}

.profile_flex.entero {
  max-width: none;
}

.dash_modal {
  z-index: 9999;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 25px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: scroll;
}

.spacer-s {
  width: 100%;
  height: 1rem;
}

.profile_section-head {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.profile_section-head.sin10 {
  margin-bottom: 0;
}

.social-image {
  width: 24px;
}

.modal_close {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.profile_column {
  width: 50%;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profile_column.entero {
  width: 100%;
}

.profile_column.entero.sin {
  padding-top: 0;
  padding-bottom: 0;
}

.outline-button {
  color: #4b4f56;
  border: 1px solid #d3cccc;
  border-radius: 50px;
  padding: .4rem 1.3rem;
  line-height: 25px;
  text-decoration: none;
}

.outline-button.edit {
  background-image: linear-gradient(#fffffff2, #fffffff2);
  transition: background-color .2s;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.outline-button.edit:hover {
  border-color: var(--accent);
  color: #0d0d0d;
  background-color: #ffdada00;
  background-image: none;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  color: #4b4f56;
}

.modal_close-icon {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  line-height: 1.3;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-row-outer.social {
  flex-wrap: wrap;
  padding-top: 23px;
}

.profile_h1 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}

.profile_h1.no {
  margin-bottom: 0;
}

.profile_h1.no.centro {
  text-align: center;
}

.dash_profile-menu {
  border-right: .5px solid #d3cccc;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 200px;
  margin-left: -8px;
  margin-right: 30px;
  padding: 8px 20px 8px 8px;
  display: flex;
}

.dash_profile-menu.pro {
  width: 220px;
}

.input-label {
  color: #4b4f56;
  margin-bottom: 3px;
  font-size: 13px;
}

.input-label._2 {
  color: #fff;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dash_button {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .65rem .975rem .5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
}

.dash_button:hover {
  background-color: #342d96;
  transform: translate(0, -4px);
}

.dash_button.is-modal {
  margin-top: 1rem;
}

.disconnect-image {
  width: 16px;
}

.dash_icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: -5px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.dash_icon.edit {
  opacity: .7;
  margin-left: 6px;
  margin-right: -5px;
}

.embed-css {
  background-color: #ededed;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
  font-style: italic;
  display: flex;
}

.dash_profile-tabs {
  background-color: #fff;
  border-radius: 32px;
  flex: 1;
  align-items: stretch;
  max-width: 1200px;
  margin-bottom: 20px;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.profile_form-header.blanco {
  color: var(--white);
}

.profile_form-header.blanco.atras {
  justify-content: flex-start;
  align-items: center;
}

.profile_form-header.blanco.atras.no-sticki {
  position: static;
}

.social-btn {
  color: #272b31;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 3px 6px -1px #1d01501a;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.dash_profile-nav-link {
  color: #4b4f56;
  background-color: #0000;
  border-radius: 4px;
  margin-bottom: .3em;
  margin-right: .25rem;
  padding: .25em .5rem .25rem;
  font-size: .9em;
  line-height: 2;
  transition: all .2s, color .2s, background-color .2s;
}

.dash_profile-nav-link:hover {
  color: var(--accent);
  background-color: #fff;
  margin-left: 0;
  transform: translate(5px);
}

.dash_profile-nav-link.w--current {
  color: var(--accent);
  background-color: #ffdada;
  border-left-style: none;
  border-radius: 4px;
  padding: .25em .5rem .25rem;
  font-size: .9em;
  font-weight: 500;
}

.profile_label {
  width: 35%;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.profile_label.is-modal {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.text-block-6 {
  font-size: .9em;
}

.div-block-34 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-34.centro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-block-29 {
  background-image: url('../images/15527.jpg');
  background-position: 50%;
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: flex-end;
  width: 8rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -64px auto auto 5%;
}

.section-4 {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-block-7 {
  color: #000000ba;
  margin-bottom: 0;
  margin-left: 3px;
  font-weight: 300;
}

.div-block-35 {
  margin-top: 40px;
}

.ms2-heading {
  font-size: 20.16px;
  font-weight: 700;
  line-height: 28px;
}

.ms2-heading.centro {
  text-align: center;
}

.heading-4 {
  font-size: 22px;
}

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

.div-block-227 {
  border-radius: .6rem;
  max-width: 24rem;
  height: 31.5rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.div-block-227:hover {
  transform: translate(0, -10px)scale(1.02);
  box-shadow: 0 2px 20px 1px #ffffff9e;
}

.div-block-227.peque-o {
  max-width: 21rem;
  height: 21.6rem;
}

.image-4 {
  opacity: .59;
  filter: invert();
  margin-bottom: 3px;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.text-block-8 {
  color: #0000008a;
  margin-left: 5px;
}

.div-block-228 {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: linear-gradient(#000000ad, #000000ad);
  flex-flow: column;
  height: 100vh;
  padding: 7.7rem 2rem;
  display: flex;
}

.div-block-228.auto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  height: auto;
}

.div-block-228.auto.sin {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.div-block-228.auto.sin.entero {
  width: 100%;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.container-medium {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.login {
  flex: 1;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.text-span-11 {
  color: #00000080;
  font-size: 14px;
  font-weight: 500;
}

.div-block-28 {
  background-image: url('../images/8673-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 200px;
  position: relative;
}

.slider-text-wrap {
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .5rem;
  width: 100%;
  padding: 2rem 1.5rem;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card {
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.is-slider {
  background-image: url('../images/pack-lanzamiento-liga-este-2024-25-de-panini.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.heading-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-small.peque-o {
  font-size: 1.2rem;
}

.div-block-32 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-30 {
  color: var(--black);
  flex: 1;
  padding: 70px 50px 50px;
}

.div-block-30.cartas {
  padding-top: 50px;
}

.paragraph-4 {
  color: #0409158a;
  max-width: 70ch;
  font-size: .9em;
  line-height: 1.2;
}

.div-block-229 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-5 {
  opacity: .59;
  filter: invert();
  margin-bottom: 3px;
}

.text-block-9 {
  color: #000000ba;
  margin-bottom: 0;
  margin-left: 3px;
  font-weight: 300;
}

.text-block-10 {
  color: var(--accent);
  font-size: .9em;
}

.link-3 {
  color: var(--accent);
  text-decoration: underline;
}

.text-field-5 {
  color: var(--black);
  border: 1px solid #d3cccc;
  border-radius: 20px;
}

.div-block-230 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-231 {
  background-color: #c4c4c4;
  background-image: url('../images/plus-small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 20px;
  width: 90px;
  height: 90px;
}

.div-block-231.foto-perfil {
  width: 150px;
  height: 150px;
}

.div-block-232 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-233 {
  margin-bottom: 10px;
}

.heading-5 {
  margin-top: 20px;
  font-size: 4em;
  font-weight: 700;
  line-height: .8;
}

.div-block-234 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 3px solid var(--accent);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-13 {
  color: #8f8f8f;
  text-align: right;
  font-size: 13px;
}

.text-block-13.yo {
  color: #ffffff9e;
  font-weight: 300;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-45.derecha {
  align-self: flex-end;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-50 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 75px;
  margin-top: 20px;
  display: flex;
}

.div-block-46 {
  width: 50px;
  height: 50px;
}

.div-block-52 {
  background-color: #e2e2e2;
  border: 1px #fff;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.div-block-52._2 {
  height: 30px;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-5.yo {
  color: #fff;
}

.div-block-43 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 800px;
  padding: 20px 0 0;
  display: flex;
}

.text-block-14 {
  color: #000;
}

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

.div-block-44 {
  background-color: #e2e2e2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  align-self: flex-start;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-44._3 {
  border-top-left-radius: 0;
}

.div-block-44._2 {
  border-radius: 0 15px 15px;
}

.div-block-44._2.yo {
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
}

.div-block-44.yo {
  background-color: var(--accent);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  align-self: flex-end;
}

.div-block-44.yo.solo {
  border-bottom-right-radius: 15px;
}

.div-block-49 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.svg-icon {
  color: #e2e2e2;
  width: 100%;
  height: 100%;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon._2 {
  color: #4096cf;
  width: 40px;
  height: 40px;
}

.text-block-12 {
  align-self: flex-start;
  margin-bottom: 10px;
}

.text-block-12.usuario {
  font-weight: 600;
}

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

.div-block-235 {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-width: 1200px;
}

.path {
  color: var(--accent);
}

.text-block-15 {
  margin-bottom: -10px;
  font-weight: 700;
}

.div-block-56 {
  color: #fff;
  border: 1px solid #d3cccc;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-14 {
  color: #a3a3a3;
}

.div-block-75 {
  background-image: url('../images/32936.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

.div-block-76 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-55 {
  flex-flow: column;
  flex: 1;
  margin: 10px;
  display: flex;
}

.div-block-55.horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-55.horizontal.sin {
  margin: 0 0 10px;
}

.div-block-55.horizontal.sin.sin10 {
  margin-bottom: 0;
}

.div-block-55.horizontal.esquinaa {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-55.horizontal.esquinaa._20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.sin-abajo {
  color: #000;
  flex: 1;
  margin-bottom: 0;
  font-size: 1em;
}

.sin-abajo.chat {
  color: #0009;
}

.sin-abajo.chat.sin {
  flex: none;
}

.sin-abajo.noti {
  max-width: none;
}

.heading-6 {
  color: #000;
  font-weight: 700;
}

.div-block-236 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.image-6 {
  margin-right: 10px;
}

.text-block-16 {
  color: var(--accent);
  font-weight: 700;
  line-height: 1.3;
}

.link-4 {
  color: var(--accent);
  text-decoration: underline;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-1 {
  border: 1px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: var(--white);
  border-radius: 20px;
}

.tab-link-tab-2 {
  border: 1px solid var(--accent);
  background-color: var(--white);
  color: var(--accent);
  border-radius: 20px;
}

.tab-link-tab-2.w--current {
  background-color: var(--accent);
  color: var(--white);
}

.heading-7 {
  color: var(--white);
}

.heading-7.negro {
  color: var(--black);
}

.heading-7.negro.grande {
  font-size: 1.9em;
}

.div-block-237, .div-block-238 {
  background-color: var(--white);
  border-radius: 20px;
  flex: 1;
  padding: 20px;
}

.paragraph-6 {
  color: #04091585;
  font-size: .9em;
}

.div-block-239 {
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-239._2 {
  background-color: var(--white);
}

.div-block-239.sin {
  margin-bottom: 0;
}

.div-block-239.sin.entero {
  flex: 1;
}

.div-block-240 {
  padding: 5px 7px;
}

.text-block-17 {
  margin-left: 5px;
  font-size: .9em;
  line-height: .9;
  text-decoration: underline;
}

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

.text-block-17.grande {
  font-size: 1.2em;
}

.div-block-241 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-span-15 {
  color: var(--accent);
  font-size: .7em;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-242 {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 5px 7px 3px;
}

.text-block-18 {
  font-size: .8em;
  font-weight: 700;
}

.div-block-243 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-244 {
  color: #949494;
  border: 1px solid #d3cccc;
  border-radius: 20px;
  padding: 8px 12px;
  transition: all .2s;
}

.div-block-244:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.div-block-244.seleccionado {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--white);
}

.div-block-244.seleccionado._2 {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--accent);
}

.div-block-244._2 {
  color: #fff;
}

.div-block-244._2:hover {
  border-color: var(--white);
  color: var(--accent);
  background-color: #fff;
}

.div-block-244._2.nuevo {
  font-size: .7em;
}

.hora {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.hora.sin {
  margin-bottom: 0;
}

.hora.sin.limiteno {
  max-width: none;
}

.hora.sin-limite {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: none;
}

.div-block-245 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.image-8, .image-9 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.link-5 {
  color: var(--accent);
  text-decoration: underline;
}

.div-block-246 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-10 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.text-span-16 {
  color: var(--accent);
  font-size: .7em;
}

.div-block-247, .div-block-248 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-249 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-11 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-250 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--accent);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.heading-8 {
  color: var(--accent);
  font-size: 1.2em;
  font-weight: 700;
}

.link-6 {
  text-decoration: underline;
}

.link-7 {
  color: var(--black);
  text-decoration: underline;
}

.link-8 {
  color: var(--accent);
  margin-left: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.link-9, .link-10, .link-11 {
  text-decoration: underline;
}

.link-12 {
  color: var(--accent);
  margin-left: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.div-block-251 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-251.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-252 {
  color: var(--white);
  background-image: linear-gradient(#00000036, #00000036), url('../images/3450.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-252._2 {
  background-image: linear-gradient(#00000036, #00000036), url('../images/3450.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.heading-9 {
  margin-bottom: 50px;
  margin-left: 40px;
  font-size: 3.2em;
  font-weight: 700;
}

.heading-9.sin {
  color: var(--accent);
  margin-bottom: 20px;
  margin-left: 0;
}

.heading-9.sin.responsive.sin2 {
  margin-bottom: 0;
}

.heading-9.sin.color {
  color: var(--white);
  margin-bottom: 10px;
}

.heading-9.sin.color.calendario {
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1em;
}

.heading-9.sin.color.tama-opeque {
  margin-bottom: 0;
  font-size: 2.3em;
}

.heading-9.sin.centro {
  text-align: center;
}

.heading-9.sin.centro.sinnn {
  margin-bottom: 0;
}

.heading-9.sin.boton {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 2.7em;
}

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

.div-block-253.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.div-block-253.flex {
  flex-flow: column;
}

.div-block-253.flex.espacio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.sobrenosotros {
  text-align: justify;
  column-count: 1;
  max-width: none;
  padding: 20px;
  font-size: 1.1em;
}

.sobrenosotros._1 {
  column-count: 1;
}

.sobrenosotros._2 {
  padding: 0;
}

.sobrenosotros.sin {
  text-align: left;
  max-width: 900px;
  padding: 0;
  font-size: 1.3em;
  font-weight: 500;
}

.sobrenosotros.sin.tm {
  font-size: 1.2em;
}

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

.section-6 {
  background-color: var(--accent);
  color: var(--white);
  padding: 40px 20px;
}

.div-block-255 {
  background-color: #eee;
  border-radius: 20px;
  align-self: stretch;
  height: 1200px;
}

.div-block-256 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.linknuevo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.linknuevo.w--current {
  justify-content: center;
  align-items: flex-start;
}

.div-block-257 {
  width: 100%;
  max-width: 1200px;
}

.heading-10 {
  font-weight: 700;
}

.heading-11 {
  border-bottom: 3px solid var(--accent);
  margin-top: 30px;
}

.textoslegales {
  max-width: 60ch;
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.4;
}

.medidas {
  margin-top: 5px;
}

.text-span-17 {
  font-weight: 700;
}

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

.form-2 {
  height: 400px;
  overflow: auto;
}

.paragraph-7 {
  text-align: center;
  font-size: 1em;
  font-weight: 700;
}

.paragraph-7._2 {
  color: #ffffffc9;
  font-size: .9em;
  font-weight: 500;
}

.div-block-259 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: var(--white);
  font-size: 2.5em;
  font-weight: 700;
}

.div-block-260 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.div-block-260.enter0 {
  max-width: none;
}

.paragraph-8 {
  font-size: 1.2em;
}

.paragraph-8.entero {
  max-width: none;
}

.bold-text {
  color: var(--white);
  font-size: .9em;
  font-weight: 500;
}

.text-span-18 {
  font-size: 1.15em;
}

.section-7 {
  z-index: 99;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 15px 7px #0003;
}

.section-7.blanco {
  background-color: var(--white);
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
  display: flex;
}

.div-block-261 {
  background-image: url('../images/15527.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}

.div-block-262 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-263 {
  justify-content: space-between;
  align-items: flex-start;
  width: 96%;
  display: flex;
}

.dropdown-list {
  background-color: #d18989;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  top: 61px;
  left: -43px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-264 {
  border-bottom: 1px solid #00000029;
}

.image-12 {
  width: 75px;
}

.div-block-265 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-266 {
  background-color: var(--accent);
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-span-19 {
  color: var(--black);
  font-size: .9em;
  font-weight: 700;
}

.text-block-19 {
  color: #04091585;
  font-size: .9em;
}

.div-block-267 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-268 {
  border-right: 1px solid #00000014;
  align-self: stretch;
}

.div-block-269 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-269.centro {
  margin-bottom: 0;
}

.linkk {
  color: var(--white);
  padding: 5px 8px;
}

.linkk.w--current {
  color: var(--accent);
  background-color: #f003;
  border-radius: 10px;
  padding: 5px 8px;
}

.linkk.blanco {
  color: var(--black);
}

.linkk.blanco.w--current {
  color: var(--accent);
}

.linkk.rojo.w--current {
  color: var(--accent);
  background-color: #ffffffc2;
}

.form-block-3 {
  flex: none;
}

.div-block-270 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-271 {
  border-right: 1px solid #000;
  align-self: stretch;
}

.div-block-272 {
  background-image: linear-gradient(12deg, #000, #fff0 62%), linear-gradient(21deg, #0000 60%, #f12020), linear-gradient(#0000000d, #0000000d), url('../images/excursion-caminito-rey_1excursion-caminito-rey.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  border-radius: 12px;
  flex-flow: column;
  height: 200px;
  display: flex;
}

.div-block-273 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-274 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  padding: 0;
  display: flex;
}

.heading-13 {
  color: var(--white);
  font-size: 2.7em;
}

.heading-14 {
  color: var(--white);
  text-align: right;
  font-size: 1.3em;
  font-weight: 700;
}

.paragraph-9 {
  color: var(--black);
  font-weight: 700;
}

.heading-15 {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  line-height: 1.35;
}

.cenro {
  align-self: center;
}

.div-block-275 {
  border: 1px solid #0000003b;
  border-radius: 20px;
  width: 350px;
  padding: 20px;
}

.desplegable.w--current {
  color: var(--accent);
}

.desplegable.destacar {
  font-weight: 700;
}

.form-3.limite {
  max-height: 340px;
  overflow: scroll;
}

.div-block-277 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-277.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-278 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-10 {
  color: var(--accent);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-10._2 {
  color: #000;
  font-weight: 400;
}

.paragraph-10._2.izq {
  text-align: left;
  font-size: 15px;
}

.paragraph-10._2.izq.sinmaximo {
  max-width: none;
}

.paragraph-10._2.izq.sinmaximo.blanco {
  color: #fff;
}

.paragraph-10.izq {
  text-align: left;
}

.paragraph-10.izq.centro {
  text-align: center;
}

.div-block-279 {
  background-image: url('../images/15527.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
}

.div-block-280 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-281 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-16 {
  font-size: .9em;
  font-weight: 700;
}

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

.link-block-3 {
  align-self: flex-start;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -7px -17px auto auto;
}

.paragraph-11 {
  font-size: .9em;
}

.paragraph-11.entero {
  max-width: none;
  font-size: 1em;
}

.paragraph-11.entero.centro {
  text-align: center;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-weight: 700;
}

.section-8 {
  background-color: #fff;
  padding: 20px;
}

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

.heading-17 {
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8em;
  font-weight: 700;
  line-height: .7;
}

.text-span-29 {
  color: var(--accent);
  font-size: 3.1em;
  line-height: 1.2;
}

.div-block-284 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-285 {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 14px;
  padding: 20px;
}

.heading-18 {
  font-size: 2.1em;
  font-weight: 700;
}

.paragraph-12 {
  font-size: 1em;
}

.paragraph-12.entero {
  max-width: none;
  margin-top: 20px;
}

.section-9 {
  height: 75vh;
}

.background-video {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 100%;
  display: flex;
}

.div-block-286 {
  flex: 1;
}

.div-block-287 {
  color: var(--black);
  background-color: #ffffffc9;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: block;
}

.div-block-287.none {
  display: none;
}

.splide {
  width: 100%;
  overflow: hidden;
}

.splide.slider1 {
  background-color: #f7f7f700;
  overflow: hidden;
}

.cap-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.cap-text.rotate {
  color: #ff6464;
  height: 70.25px;
  font-weight: 800;
}

.card-number {
  color: #347fff;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.item {
  opacity: .34;
  cursor: grab;
  flex: none;
  width: 33%;
  max-width: 500px;
  transition: all .575s cubic-bezier(.165, .84, .44, 1);
  transform: scale(.9);
}

.item.slick-current {
  opacity: 1;
  transform: scale(1.2);
}

.list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.card-2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px;
  transition: all .2s;
  box-shadow: 4px 4px 12px #0000001a;
}

.div-block-288 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.card-header {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 0;
  padding-bottom: 0;
  transition: color .4s cubic-bezier(.215, .61, .355, 1), height .4s ease-out, opacity .7s cubic-bezier(.77, 0, .175, 1);
  display: grid;
  overflow: hidden;
}

.wrapper {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.card-3 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px;
  transition: all .2s;
  box-shadow: 4px 4px 12px #0000001a;
}

.slider {
  background-color: #ddd0;
  flex: 1;
  height: auto;
}

.icon, .icon-2 {
  color: var(--accent);
}

.div-block-289 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 0 80px;
  display: flex;
  position: relative;
}

.div-block-290 {
  background-color: var(--accent);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  top: 301px;
  left: -76px;
}

.div-block-290._2 {
  top: 36px;
  left: auto;
  right: -88px;
}

.div-block-290._3 {
  top: 63px;
  left: -113px;
  right: auto;
}

.div-block-290._5 {
  top: 331px;
  left: auto;
  right: -88px;
}

.div-block-291 {
  background-image: url('../images/excursion-caminito-rey_1excursion-caminito-rey.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  max-width: 700px;
  height: 600px;
  position: relative;
}

.div-block-291._01 {
  background-image: url('../images/2148959697.jpg');
}

.div-block-291._02 {
  background-image: url('../images/2148783035.jpg');
}

.div-block-291._03 {
  background-image: url('../images/2149029656.jpg');
}

.div-block-291._04 {
  background-image: url('../images/24900894.jpg');
}

.div-block-291._05 {
  background-image: url('../images/621.jpg');
}

.image-14 {
  position: fixed;
}

.div-block-292, .background-video-2 {
  display: none;
}

.section-10 {
  color: var(--white);
  background-image: linear-gradient(28deg, #00000073, #fff0), linear-gradient(#0000005e, #0000005e), url('../images/2148959697.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding: 50px;
  display: flex;
}

.div-block-293 {
  border-bottom: 8px solid var(--accent);
}

.div-block-294 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-295 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-296 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-297 {
  background-image: url('../images/43.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
}

.section-11 {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/11898.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  height: 300px;
  padding: 20px;
  display: flex;
}

.div-block-298 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-299 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.div-block-300 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-6 {
  height: 100%;
}

.slider-2 {
  width: 600px;
  height: 100%;
}

.div-block-301 {
  z-index: 2147483647;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 115px;
}

.div-block-302 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-20 {
  font-weight: 700;
}

.section-12 {
  background-image: url('../images/Circulo-decorativo.png');
  background-position: 50% 100%;
  background-size: cover;
  padding: 40px 20px;
}

.div-block-303 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.div-block-304 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-305 {
  border: 3px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-306 {
  padding: 20px 20px 40px;
}

.div-block-306.m-s-espacio {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-307 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-field-6 {
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 400;
}

.combine-icon_color4 {
  color: #5f6570;
}

.div-block-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #cccccc82;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.cf-faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_question.menoss {
  padding: 1rem;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.form-block-4 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.form-block-4.grande {
  height: 150px;
}

.form-block-4.grande.lista {
  height: auto;
}

.text-block-21 {
  text-transform: none;
  max-width: 200px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-21.grande {
  max-width: none;
  font-size: 16px;
}

.text-block-21.grande.centro {
  text-align: center;
}

.text-block-21.grande.centro.titulo {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1em;
}

.text-block-21.grande.centro.titulo.menos-grande {
  font-size: 15px;
}

.div-block-309 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.form-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.form-4.grande {
  height: 150px;
  position: relative;
}

.form-4.grande.lista {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.combine-faq2_accordion {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex: 1;
  align-self: auto;
  min-width: 500px;
}

.combine-faq2_accordion.limitee {
  max-width: 500px;
}

.combine-faq2_accordion.espacio {
  border-radius: 20px;
  min-width: auto;
  margin-top: 10px;
}

.grid-15 {
  grid-template-columns: 1fr 1fr;
}

.grid-15._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-53.menos {
  margin-top: 10px;
}

.select-field-2 {
  background-color: #fff;
  border-radius: 5px;
  font-weight: 400;
}

.div-block-310 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-310.grid._2 {
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
}

.div-block-311 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.div-block-312 {
  background-color: #ff5d5d;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

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

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

.div-block-315 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-315.dias {
  color: var(--accent);
  font-weight: 700;
}

.div-block-315.n-merps {
  border: .5px solid #b8b8b8;
}

.div-block-315.n-merps.otro-mes {
  color: #bbb;
}

.div-block-315.n-merps.otro-mes.esquina-izq {
  border-bottom-left-radius: 20px;
}

.div-block-315.n-merps.otro-mes.esquina-der {
  border-bottom-right-radius: 20px;
}

.div-block-315.n-merps.reservado {
  color: var(--white);
  background-image: radial-gradient(circle, #11f14d 23%, #fff0 23%);
}

.div-block-315.n-merps.pendiente {
  color: var(--white);
  background-image: radial-gradient(circle, #ffda07 23%, #fff 23%);
}

.div-block-315.n-merps.pendiente.hoy {
  background-image: radial-gradient(circle, #ffda07 23%, #fff0 23%);
}

.div-block-315.n-merps.no-se-puede {
  color: var(--white);
  background-image: radial-gradient(circle, #a0a0a0 23%, #fff0 23%);
}

.div-block-315.n-merps.hoy {
  background-color: #ff5d5d21;
}

.div-block-316 {
  border: .5px solid #b8b8b8;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-317 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-318 {
  background-color: #ff2d2d82;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.div-block-318:hover {
  border-color: var(--accent);
  background-color: var(--accent);
}

.div-block-319 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-320 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-321 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-322, .div-block-323, .div-block-324 {
  flex: 1;
}

.div-block-325 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-block-325.programar {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-326 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-24 {
  font-size: .8em;
}

.div-block-327 {
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 5px 10px;
  display: flex;
}

.div-block-327.marcado {
  background-color: var(--accent);
  color: var(--white);
}

.div-block-328 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}

.div-block-328.bloq {
  justify-content: flex-end;
  align-items: center;
}

.div-block-329 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.form-block-5 {
  margin-bottom: 0;
}

.select-field-3 {
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: #f3f3f300;
  border-radius: 20px;
  margin-bottom: 0;
}

.div-block-330 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.div-block-331 {
  flex: 1;
}

.div-block-108 {
  height: 400px;
  overflow: auto;
}

.div-block-108.espacio {
  margin: 0 20px 20px;
}

.div-block-332 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  color: #292929;
  background-color: #fff;
}

.button-2.reportarr {
  letter-spacing: 1px;
  border-radius: 8rem;
}

.combine-faq2_accordion-2 {
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: #0000;
  border-radius: 5px;
}

.div-block-126 {
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.div-block-126.seleccionado {
  border-color: var(--accent);
  background-color: var(--accent);
}

.paragraph-13 {
  color: #0000008f;
  font-size: .9em;
}

.text-block-26 {
  color: var(--black);
  font-size: 15px;
  font-weight: 800;
}

.combine-icon_small-2 {
  color: #000;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.div-block-127 {
  border: 1px dashed var(--accent);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-27 {
  color: var(--accent);
}

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

.div-block-333.m-s-espacio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-334 {
  border: 18px solid var(--white);
  background-image: url('../images/Captura-de-pantalla-2024-10-01-a-las-9.29.02.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  min-width: 400px;
}

.div-block-334.none2 {
  display: none;
}

.div-block-335 {
  flex: 1;
}

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

.div-block-337 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-338 {
  background-color: #fff6;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 7px;
  display: flex;
  position: relative;
}

.div-block-339 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-340 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  left: 95%;
}

.div-block-341 {
  filter: drop-shadow(0 0 5px #00000026);
  background-image: url('../images/BIcadillo-barra.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.text-block-28 {
  margin-bottom: 20px;
  font-weight: 700;
}

.div-block-342 {
  background-image: url('../images/3945.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-342._2 {
  background-image: url('../images/14563.jpg');
}

.div-block-342._3 {
  background-image: url('../images/158.jpg');
}

.div-block-342._4 {
  background-image: url('../images/9791.jpg');
}

.div-block-342._5 {
  background-image: url('../images/13018.jpg');
}

.div-block-343, .div-block-344, .div-block-345, .div-block-346 {
  min-height: 250px;
}

.div-block-347 {
  background-color: #ffffffd1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 20px;
  display: flex;
}

.div-block-348 {
  z-index: 2;
  opacity: 0;
  background-color: #ff5d5d;
  padding: 20px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.div-block-348:hover {
  opacity: 100;
}

.div-block-349 {
  background-color: #ff5d5d;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-351 {
  background-image: url('../images/Captura-de-pantalla-2025-02-21-a-las-9.56.15.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 13vw;
  max-height: 162px;
}

.background-video-3, .background-video-4 {
  border-radius: 20px;
  height: 300px;
}

.text-span-30, .text-span-31 {
  font-weight: 500;
}

.div-block-352 {
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.div-block-353 {
  background-color: #fc5c5c;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-354 {
  border: 1px dashed #ff5d5d;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  padding-top: 0;
  display: flex;
}

.div-block-355 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.div-block-357 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-358 {
  margin-left: 2px;
  display: flex;
  position: relative;
}

.div-block-359 {
  background-color: #fff;
  border-radius: 13px;
  width: 200px;
  padding: 10px;
  display: none;
  position: absolute;
  top: -155px;
  left: 11px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-29 {
  font-size: .8em;
}

.div-block-360 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-361 {
  background-color: #a0a0a0;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.div-block-361.amarillo {
  background-color: #ffda03;
}

.div-block-361.verde {
  background-color: #12f24e;
}

.text-block-30 {
  font-size: .8em;
}

.div-block-362 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-363 {
  flex: 1;
  margin-left: 10px;
}

.div-block-364 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-365 {
  flex: 1;
  margin-left: 20px;
}

.div-block-399 {
  z-index: 99999999;
  background-color: #dac072;
  border-radius: 20px;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: -14% -30% auto auto;
}

.div-block-399.none {
  z-index: 2147483647;
  background-color: var(--accent);
  width: 10px;
  height: 10px;
  top: -3%;
  right: 4%;
}

.div-block-399.none._2 {
  top: 9%;
  right: -4%;
}

.div-block-399.none._2._3 {
  top: 31%;
  right: 19%;
}

.div-block-400 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-17 {
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
}

.div-block-401 {
  margin-bottom: 10px;
}

.div-block-401.limitlado {
  max-width: 610px;
}

.div-block-402 {
  border: 2px dashed var(--accent);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.div-block-402.espacio-ariba {
  margin-top: 20px;
}

.text-block-31 {
  color: var(--accent);
  font-weight: 700;
}

.image-18 {
  margin-bottom: 10px;
}

.div-block-403 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-404 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

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

.div-block-405 {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.div-block-406 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ccc;
  border-radius: 80px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-407 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-408 {
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto auto 20px;
}

.div-block-408.sin-ab {
  position: static;
}

.div-block-409 {
  border-radius: 20px;
  width: 13px;
  height: 13px;
}

.div-block-409:hover {
  background-color: var(--accent);
}

.div-block-409.seleccionado {
  background-color: var(--accent);
  width: 12px;
  height: 12px;
}

.tama-o-peque {
  font-size: 1em;
}

.div-block-410 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-32 {
  color: var(--white);
  font-size: .8em;
}

.div-block-411 {
  background-color: #b8b8b8;
  border-radius: 20px;
  margin-left: 0;
  padding: 7px 10px;
}

.div-block-412 {
  flex-flow: wrap;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-block-413 {
  width: 33.33%;
  padding: 10px;
}

.div-block-414 {
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-414.no-tengo {
  border-style: dashed;
  border-color: var(--accent);
  justify-content: center;
  align-items: center;
  height: 200px;
}

.image-19 {
  object-fit: cover;
  border-radius: 15px;
  align-self: stretch;
  height: 12vw;
}

.text-block-33 {
  margin-top: 10px;
  font-weight: 700;
}

.div-block-415 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-34 {
  color: var(--accent);
  text-align: center;
}

.div-block-416, .div-block-417 {
  margin-left: 20px;
}

.text-block-35 {
  font-size: .9em;
  line-height: 1;
}

.text-span-32 {
  font-weight: 700;
}

.div-block-418 {
  display: flex;
  position: relative;
}

.text-block-36 {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-right: 20px;
  font-size: 1.1em;
  position: absolute;
  left: -156px;
}

.link-13 {
  color: var(--white);
}

.div-block-419 {
  background-color: #fff;
  border-radius: 32px;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-420 {
  background-color: #ff5d5d;
  border-radius: 200px;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 20px 70px;
  display: flex;
}

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

.div-block-421.inicio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.link-14 {
  color: var(--white);
  text-decoration: none;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding: 0 20px 0 0;
}

.icon-3 {
  margin-right: 0;
}

.dropdown-list-2 {
  padding-top: 30px;
}

.dropdown-list-2.w--open {
  background-color: #ff5d5d;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 20px;
  left: -70px;
}

.dropdown-link {
  color: var(--white);
}

.dropdown-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-link-2 {
  color: var(--white);
}

.dropdown-link-2.w--current {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-link-3 {
  color: var(--white);
}

.dropdown-link-3.w--current {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-list-3 {
  padding-top: 20px;
}

.dropdown-list-3.w--open {
  background-color: #ff5d5d;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  left: -6px;
}

.dropdown-list-3.otro.w--open {
  left: -30px;
}

.dropdown-list-3.otroo.w--open {
  left: -20px;
}

.dropdown-link-4 {
  color: var(--white);
}

.dropdown-link-4.w--current {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-link-5 {
  color: var(--white);
}

.dropdown-link-5.w--current {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-link-6 {
  color: var(--white);
}

.dropdown-link-6.w--current {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-link-7 {
  color: var(--white);
}

.dropdown-link-7.w--current {
  color: var(--white);
  text-decoration: underline;
}

.div-block-422 {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-block-423 {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.div-block-424 {
  display: flex;
  overflow: hidden;
}

.link-block-4 {
  background-color: #ff5d5d;
  border: 1px solid #ff5d5d;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-425 {
  border: 1px solid #d3cccc;
  border-right-style: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.blanco {
  color: var(--white);
  line-height: 1;
}

.blanco.cuadrar {
  margin-top: 2px;
}

.centrar {
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  line-height: 1;
  display: flex;
}

.div-block-426 {
  border: 1px solid #d3cccc;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.div-block-427 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-428 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.otro {
  color: #0409158a;
  font-size: .8em;
}

.div-block-429 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.div-block-430.centro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-bottom: 1px solid #d3cccc;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.div-block-430.centro.mensaje {
  max-width: 300px;
}

.div-block-431 {
  border-top: 1px solid #d3cccc;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

.div-block-432 {
  border: 1px solid #d3cccc;
  border-radius: 11px;
  flex: 1;
}

.div-block-433 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

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

.div-block-434 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-435 {
  aspect-ratio: 1;
  border: 1px solid #d3cccc;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 100px;
  padding: 20px;
  display: flex;
}

.precioo {
  font-size: 1.4em;
  font-weight: 700;
}

.div-block-436 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.mensajenuevo {
  max-width: none;
  font-size: .9em;
  line-height: 1.2;
}

.div-block-437 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.div-block-438 {
  color: #2d8527;
  background-color: #a1f1a6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
}

.div-block-438.fallido {
  color: #eb5252;
  background-color: #ffc9c9;
}

.div-block-438.pendiente {
  color: #da7223;
  background-color: #f2cfa1;
}

.text-block-38 {
  font-size: .8em;
}

.div-block-439 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.div-block-440 {
  border: 1px solid #d3cccc;
  border-radius: 10px;
  padding: 10px;
}

.div-block-441 {
  margin-top: 10px;
}

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

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

.text-block-39.max {
  color: #7e7e7e;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12.8px;
  }

  h2 {
    font-size: 6.5vw;
    line-height: 1.21;
  }

  p {
    font-size: 19px;
  }

  .sm-p {
    font-size: 16px;
  }

  .super-text {
    font-size: 7.7vw;
  }

  .super-text.no-break.cta {
    font-size: 7.5vw;
  }

  .super-text.cta, .heading-lg {
    font-size: 8vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .sm-upper {
    font-size: 16px;
  }

  .sm-upper.footer {
    font-size: 19px;
  }

  .heading-sm {
    font-size: 5vw;
  }

  .lg-p {
    font-size: 22px;
  }

  .section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--bigger.about {
    padding-bottom: 20vw;
  }

  .section.is--cta {
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .section.s-testimonial {
    padding-top: 16vw;
    padding-bottom: 10vw;
  }

  .section.a-intro {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .section.is--project {
    padding-bottom: 10vw;
  }

  .nav {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .container.flex-split.is--a-hero {
    flex-direction: column;
    height: 100%;
    position: static;
  }

  .container.flex-cc-h.is--navlinks, .navlinks {
    display: none;
  }

  .navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: .5em;
    font-size: 4vw;
    font-weight: 500;
    display: block;
  }

  .navlink:hover {
    color: var(--accent);
    padding-left: .5em;
  }

  .navlink.w--current {
    color: var(--accent);
    background-color: #ffdada;
    border-radius: 14px;
  }

  .navlink.is--blog {
    margin-bottom: 0;
    font-size: 8vw;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .btn.nav {
    display: none;
  }

  .btn.nav.stagger-text.espacio-arriba {
    display: block;
  }

  .btn.m-nav {
    background-color: var(--black);
    border-style: none;
    margin-left: 0;
    padding: 19px 57px;
    display: flex;
  }

  .btn.is--form {
    padding: 2.5vw 6vw;
    font-size: 19px;
  }

  .btn-text {
    text-align: center;
    font-size: 2.5vw;
  }

  .btn-text.text-white {
    font-size: 19px;
  }

  .burger-menu-parent {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    height: 20px;
    display: flex;
    position: relative;
  }

  .burger-menu-parent.is--blog {
    display: none;
  }

  .burger-line-top {
    background-color: var(--black);
    width: 80%;
    height: 2px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-btm {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-nav-parent {
    z-index: 98;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .m-nav-wrapper {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .nav-parent {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .hero-circle-1 {
    width: 28vw;
    top: 50%;
  }

  .hero-circle-2 {
    width: 45vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .img-parent.h-services {
    flex: none;
    margin-right: 5em;
    position: static;
  }

  .img-parent.h-services._4 {
    display: none;
  }

  .img-parent.is--aluce-circle-hero {
    width: 50vw;
    height: 50vw;
    margin-bottom: 0%;
    margin-right: -10%;
  }

  .img-parent.services._1 {
    top: 10%;
    left: -6%;
  }

  .img-parent.services._2 {
    right: -4%;
  }

  .img-parent.services._3 {
    bottom: 0%;
    left: 7%;
  }

  .img-parent.services._4 {
    right: 7%;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round {
    background-image: none;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .half {
    width: 100%;
  }

  .spacer-2em.m-hidden {
    display: none;
  }

  .h-services-person {
    width: 20vw;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .cta-circle-1 {
    width: 26vw;
    top: 62%;
    left: -6vw;
  }

  .cta-circle-1.is--post {
    width: 16vw;
    left: 2vw;
  }

  .cta-circle-2 {
    width: 28vw;
    top: -7%;
  }

  .cta-circle-2.is--post {
    width: 20vw;
    right: 0%;
  }

  .cta-heading-line-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .cta-heading-wrapper {
    text-align: center;
    margin-bottom: 1vw;
  }

  .footer, .footer.bg-white {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-tag {
    text-align: center;
    font-size: 19px;
  }

  .footer-link-grid.btm {
    margin-top: 4vw;
  }

  .footer-link-wrapper {
    align-items: flex-start;
    margin-top: 1vw;
    font-size: .4em;
  }

  .footer-link {
    font-size: 16px;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .m-nav-bg {
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .m-nav-bg.bg-orange-gradient {
    background-color: #fff;
  }

  .m-nav-bg-behind {
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .label-3-wrapper {
    transform: none;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .hero {
    height: 80vh;
  }

  .hero.is--about {
    height: auto;
    padding-top: 30vw;
    padding-bottom: 60vw;
  }

  .hero.is--services {
    height: 80vh;
    padding-top: 10vw;
  }

  .hero.is--home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .subpage-h1 {
    line-height: 1.2;
  }

  .hero-subtext {
    margin-top: 1vw;
  }

  .label-services-wrapper {
    top: -35%;
    left: -5%;
    right: auto;
    transform: rotate(-7deg);
  }

  .heading-line-wrapper.services-h2._2 {
    margin-left: 0;
  }

  .split-text {
    flex-direction: column;
    margin-top: 2.5vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .text-column {
    justify-content: flex-start;
    margin-bottom: 2vw;
    padding-right: 0;
  }

  .text-column._2 {
    padding-left: 0;
  }

  .sm-container.flex-split.is--s-section {
    flex-direction: column;
  }

  .sm-container.s-intro {
    padding-left: 0%;
  }

  .sm-container.is--benefits {
    flex-direction: column;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .split-section-wrapper {
    width: 100%;
  }

  .aluce-circle-img {
    width: 50vw;
    height: 50vw;
  }

  .accordion-pane {
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._4 {
    top: 26em;
  }

  .accordion-btm-wrapper {
    margin-top: 5vw;
  }

  .work-label {
    top: -45%;
    transform: rotate(3deg);
  }

  .scroll.scroll-indicator {
    display: none;
  }

  .form {
    width: 65vw;
  }

  .form-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .form-success {
    height: 90vw;
  }

  .form-navigation {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .label-title_text {
    font-size: 19px;
  }

  .form-progress {
    height: 1.1vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .form-progress.is--disabled {
    height: 1.5vw;
  }

  .form-slider {
    width: 100%;
    max-width: 60vw;
    height: 45vw;
    margin-top: 10vw;
  }

  .form-slider.is--intro {
    height: 60vw;
  }

  .form-slider.low-margin {
    height: 37vw;
  }

  .form-prev {
    top: 26%;
  }

  .slider-slide_fill {
    padding-bottom: 4vw;
  }

  .form-question {
    text-align: left;
    max-width: 16ch;
    font-size: 5vw;
  }

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

  .text-form-field {
    height: 7vw;
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: 4vw;
  }

  .form-question-wrapper {
    margin-bottom: 2.15vw;
  }

  .form-question-container, .form-question-container.is--intro {
    padding-left: 0;
    padding-right: 0;
  }

  .form-text {
    margin-top: 1vw;
  }

  .a-hero-wrapper {
    width: 100%;
  }

  .a-hero-wrapper.image {
    inset: auto 0% 0% auto;
  }

  .a-intro_circle.blue._2 {
    right: 12%;
  }

  .a-intro_circle._2 {
    left: 10%;
  }

  .form-email-wrapper {
    left: 0;
  }

  .utility-page-content {
    width: 80%;
  }

  .utility-page-content.is--password {
    width: 70%;
  }

  ._404-text {
    font-size: 19px;
  }

  .cc-img-1 {
    width: 70vw;
    left: 0%;
  }

  .cc-img-2 {
    object-fit: contain;
    height: 28vw;
    top: -1%;
  }

  .blog-rich-text p {
    font-size: 18px;
  }

  .blog-rich-text blockquote {
    border-left-width: .5vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .blog-rich-text h3 {
    margin-bottom: .5em;
  }

  .blog-nav {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .blog-hero-wrapper {
    flex-direction: column;
  }

  .blog-hero-side {
    justify-content: center;
    align-items: center;
    height: 50vw;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .blog-hero-side.featured {
    flex-direction: column;
    align-items: center;
  }

  .card-description {
    font-size: 18px;
  }

  .blog-hero-side-wrapper {
    width: 100%;
  }

  .featured-blog-wrapper {
    margin-top: 0;
  }

  .post-hero {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .post-hero_img-wrapper {
    width: 100%;
    max-height: 50vh;
  }

  .post-hero_content {
    align-self: stretch;
    margin-top: 5vw;
    margin-left: 0;
    padding-right: 0%;
  }

  .post-hero_content-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-info {
    grid-column-gap: 3vw;
    grid-row-gap: 4vw;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .info-title, .info-text {
    font-size: 17px;
  }

  .post-wrapper {
    padding-top: 6vw;
  }

  .toc-wrapper {
    display: none;
  }

  .body-wrapper {
    max-width: 600px;
    margin-left: 0;
  }

  .overview-title {
    font-size: 21px;
  }

  .post-container {
    width: 100%;
    margin-left: 0%;
  }

  .post-cta-wrapper {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 8.61vw;
  }

  .post-cta, .next-post-wrapper {
    width: 100%;
    height: 50vw;
  }

  .blog-navlinks {
    display: none;
  }

  .collection-item {
    margin-bottom: 3vw;
  }

  .blog-navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

  .blog-navlink:hover {
    color: var(--white);
  }

  .div-block {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-2 {
    width: 128px;
  }

  .div-block-2._2 {
    width: 59px;
  }

  .div-block-2._3 {
    width: 78px;
  }

  .div-block-4.w--current {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .div-block-6.popup {
    width: 96%;
  }

  .div-block-6.popup.tama-oonuevo {
    width: auto;
  }

  .div-block-11.grandep {
    height: auto;
  }

  .div-block-12 {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12.interior {
    width: 300px;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.none {
    display: none;
  }

  .div-block-24 {
    flex: 1;
    overflow: auto;
  }

  .div-block-25 {
    flex: 0 auto;
    overflow: auto;
  }

  .div-block-224.blanco {
    padding: 20px;
  }

  .div-block-224.blanco.espacio {
    min-width: auto;
  }

  .dash_profile-menu {
    border-bottom: .5px solid #d3cccc;
    border-right-style: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 8px;
  }

  .dash_profile-menu.pro {
    width: auto;
  }

  .dash_profile-tabs {
    flex-flow: column;
    padding-right: 20px;
  }

  .dash_profile-nav-link:hover {
    transform: translate(0, -5px);
  }

  .div-block-29 {
    top: 50px;
    left: 10%;
  }

  .container-medium {
    position: static;
  }

  .div-block-243 {
    flex-flow: wrap;
  }

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

  .div-block-251.flex {
    flex-flow: row;
  }

  .div-block-251.flex.centro {
    justify-content: center;
    align-items: center;
  }

  .heading-9.sin.responsive {
    font-size: 2.3em;
  }

  .div-block-253.grid {
    grid-template-columns: 1fr 1fr;
  }

  .sobrenosotros._2.responsive {
    font-size: .9em;
  }

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

  .div-block-255 {
    height: 800px;
  }

  .heading-10 {
    font-size: 3.7em;
  }

  .section-7 {
    z-index: 115;
  }

  .div-block-263 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-block-2 {
    flex: none;
  }

  .div-block-265 {
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-267 {
    width: 400px;
    overflow: auto;
  }

  .div-block-270 {
    margin-top: 10px;
  }

  .div-block-277 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .div-block-287 {
    display: block;
  }

  .div-block-287.none {
    display: none;
  }

  .slider {
    flex: 0 auto;
  }

  .div-block-290 {
    inset: auto auto 5% 5%;
  }

  .div-block-290._2 {
    inset: 5% 5% auto auto;
  }

  .div-block-290._3 {
    inset: auto auto 5% 5%;
  }

  .div-block-290._5 {
    inset: auto 5% 5% auto;
  }

  .div-block-291._01, .div-block-291._02, .div-block-291._03, .div-block-291._04, .div-block-291._05 {
    height: 500px;
  }

  .div-block-292, .background-video-2 {
    display: none;
  }

  .slider-2 {
    width: 300px;
  }

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

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

  .div-block-332 {
    flex-flow: column;
  }

  .div-block-404 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-404.espasio {
    margin-top: 10px;
  }

  .div-block-406 {
    padding: 15px;
  }

  .div-block-413 {
    width: 50%;
  }

  .div-block-414.no-tengo {
    height: 100%;
  }

  .div-block-421.inicio {
    flex-flow: column;
  }

  .div-block-423 {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 10vw;
  }

  .super-text {
    flex: none;
    font-size: 20vw;
  }

  .heading-lg {
    font-size: 11vw;
  }

  .div-hide {
    display: none;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .div-hide.is--mobile, .div-hide.is--always {
    display: block;
  }

  .heading-md {
    font-size: 9vw;
  }

  .heading-sm {
    font-size: 7vw;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .container.flex-split {
    z-index: 101;
  }

  .container.flex-cc-v.is--s-hero {
    align-items: flex-start;
  }

  .container.flex-v {
    width: 90%;
  }

  .navlink {
    margin-bottom: 5vw;
    font-size: 5vw;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .btn.bigger.btn-gradient {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .m-nav-parent {
    display: none;
  }

  .m-nav-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5vw;
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .hero-circle-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .project-site-img {
    display: none;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    inset: 1% -9% auto auto;
    transform: rotate(17.6deg);
  }

  .poster-img._3, .poster-img._2, .poster-img._1 {
    display: none;
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .img-parent.h-services {
    margin-top: 8%;
    margin-right: 18vw;
  }

  .img-parent.h-services._2 {
    margin-top: 6%;
  }

  .img-parent.h-services._3 {
    margin-top: -1%;
  }

  .img-parent.h-services._4 {
    margin-top: 0%;
  }

  .img-parent.h-services._5 {
    margin-top: -2%;
  }

  .img-parent.services._1, .img-parent.services._2 {
    display: none;
  }

  .img-parent.services._3 {
    display: none;
    left: 3%;
  }

  .img-parent.services._4 {
    display: none;
    right: 0%;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .h-about-star {
    display: none;
  }

  .testimonial-author-img-parent, .testimonial-author-img.top {
    width: 16vw;
    height: 16vw;
  }

  .cta-circle-1.is--post {
    top: 73%;
  }

  .cta-circle-2.is--post {
    top: -2%;
  }

  .footer.bg-white {
    padding: 6vw;
  }

  .logo-tag {
    display: block;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-link-grid {
    grid-row-gap: 5vw;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    justify-items: start;
    width: 100%;
    margin-bottom: 2.5vw;
    display: flex;
  }

  .footer-link-grid.btm {
    grid-row-gap: 5vw;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .footer-link-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .m-hidden {
    display: none;
  }

  .m-hero-container {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: hidden;
  }

  .btn-wrapper.is--404 {
    margin-top: 3vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    inset: auto auto -3% 4%;
    transform: rotate(-5.5deg);
  }

  .label-1-wrapper {
    top: 5%;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .hero.is--services {
    height: auto;
    padding-bottom: 10vw;
  }

  .hero.is--home {
    width: 100%;
  }

  .hero-subtext {
    text-align: left;
    max-width: 32ch;
  }

  .label-services-wrapper {
    top: -14%;
  }

  .heading-line-wrapper.services-h2._2 {
    margin-top: 0;
  }

  .text-gradient {
    display: inline-block;
  }

  .split-text {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .text-column {
    margin-bottom: 4vw;
  }

  .split-section-wrapper {
    margin-top: 2vw;
  }

  .benefits-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .accordion-pane {
    padding: 5vw;
  }

  .accordion-pane._1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._2 {
    top: 25vw;
  }

  .accordion-pane._3 {
    top: 40vw;
  }

  .a-label-wrapper {
    margin-left: 4vw;
  }

  .accordion-btm-wrapper {
    flex-direction: column;
    margin-top: 5vw;
  }

  .a-item-wrapper {
    margin-top: 4vw;
  }

  .a-list-wrapper {
    width: 100%;
    margin-top: 5vw;
    padding-left: 3vw;
  }

  .a-description, .form {
    width: 100%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .utility-page-content {
    width: 90%;
  }

  .cc-img-1 {
    display: none;
  }

  .cc-img-2 {
    height: 70vw;
    top: -5%;
    right: -2%;
  }

  .blog-rich-text blockquote {
    border-left-width: 1vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .blog-nav {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .blog-hero-side {
    height: 60vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-hero-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card_content {
    padding: 3vw 4%;
  }

  .blog-card_img-wrapper {
    width: 100%;
  }

  .card-link-wrapper {
    margin-top: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-link-line {
    margin-top: .25vw;
  }

  .post-hero_img-wrapper {
    height: 50vh;
    max-height: none;
  }

  .post-hero_content {
    margin-top: 5vw;
    padding-right: 0%;
  }

  .post-hero_content-container {
    padding-left: 3vw;
  }

  .content-info {
    grid-column-gap: 2vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2vw;
    display: grid;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .post-wrapper {
    padding-top: 8vw;
  }

  .toc-wrapper {
    display: none;
  }

  .body-wrapper {
    width: 100%;
  }

  .post-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-buttons {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-buttons.is--cta {
    grid-template-rows: auto;
  }

  .next-post {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .post-cta, .next-post-wrapper {
    height: 70vw;
  }

  .blog-navlinks {
    display: none;
  }

  .next-post-title {
    font-size: 16px;
  }

  .blog-navlink {
    margin-bottom: 5vw;
    font-size: 11vw;
  }

  .div-block-6 {
    left: 42.5%;
  }

  .div-block-6.popup {
    width: 96%;
    min-width: auto;
  }

  .div-block-11 {
    flex-flow: column;
    height: auto;
  }

  .div-block-11.grandep {
    height: auto;
  }

  .div-block-12.login {
    border-radius: 0;
    width: auto;
    padding: 20px;
  }

  .div-block-12.interior {
    width: auto;
    height: 400px;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13.pro {
    padding-top: 20px;
  }

  .div-block-14 {
    max-height: none;
  }

  .heading-2._2.centro.menos {
    font-size: 2.2em;
    line-height: 1;
  }

  .button.none, .button.none.entero {
    display: block;
  }

  .button.none.entero.linea {
    border: 2px solid var(--accent);
    background-color: var(--white);
    color: var(--accent);
  }

  .button.entero {
    text-align: center;
    align-self: stretch;
  }

  .div-block-22 {
    left: 35%;
  }

  .div-block-25 {
    width: 74vw;
  }

  .div-block-27._20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-217 {
    background-position: 50% 180%;
  }

  .div-block-224.blanco {
    padding: 20px;
  }

  .profile_field-wrapper.has-button {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .modal_form {
    min-width: auto;
  }

  .dash_profile-menu {
    padding-right: 8px;
  }

  .container-medium.login {
    flex-flow: column;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .div-block-30.cartas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    width: 30px;
    height: 30px;
  }

  .div-block-55.horizontal.esquinaa._20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-236 {
    align-self: stretch;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .div-block-251.flex {
    flex-flow: column;
  }

  .heading-9.sin.responsive {
    font-size: 1.9em;
  }

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

  .div-block-253.flex.espacio {
    align-self: stretch;
  }

  .sobrenosotros {
    column-count: 1;
  }

  .div-block-255 {
    height: 600px;
  }

  .div-block-265 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 60px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-266 {
    flex: 0 auto;
  }

  .div-block-267 {
    width: 200px;
    overflow: auto;
  }

  .form-3.limite {
    max-height: none;
    overflow: visible;
  }

  .paragraph-10._2.izq {
    text-align: center;
  }

  .section-9 {
    height: auto;
  }

  .background-video {
    flex-flow: row;
    display: none;
  }

  .div-block-287.none {
    display: block;
  }

  .slider {
    width: 100%;
  }

  .div-block-289 {
    display: none;
  }

  .div-block-290._2-0 {
    position: static;
  }

  .slide {
    padding: 30px;
  }

  .right-arrow {
    margin-right: -35px;
  }

  .left-arrow {
    margin-left: -35px;
  }

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

  .slide-2, .slide-3, .slide-4, .slide-5 {
    padding: 30px;
  }

  .background-video-2 {
    height: 38vh;
    display: block;
  }

  .div-block-296 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-297 {
    flex: none;
    height: 300px;
  }

  .slider-2 {
    align-self: stretch;
    width: auto;
  }

  .section-12 {
    background-repeat: no-repeat;
  }

  .text-block-21 {
    font-size: 10px;
  }

  .div-block-309, .form-4 {
    flex-flow: wrap;
  }

  .grid-15._3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-310.grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-315.n-merps {
    padding: 10px;
  }

  .div-block-315.n-merps.reservado {
    color: var(--black);
    background-image: radial-gradient(circle at 50% 81%, #11f14d 6%, #fff 6%);
  }

  .div-block-315.n-merps.pendiente {
    color: var(--black);
    background-image: radial-gradient(circle at 50% 81%, #ffda07 6%, #fff 6%);
  }

  .div-block-315.n-merps.no-se-puede {
    color: var(--black);
    background-image: radial-gradient(circle at 50% 81%, #a0a0a0 6%, #fff 6%);
  }

  .div-block-326 {
    flex-flow: wrap;
  }

  .div-block-333.m-s-espacio {
    flex-flow: column;
  }

  .div-block-334.none {
    display: none;
  }

  .div-block-334.none2 {
    min-height: 300px;
    display: block;
  }

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

  .div-block-349 {
    order: 5;
  }

  .div-block-349._2 {
    order: 3;
  }

  .div-block-349._1 {
    order: 1;
  }

  .div-block-350 {
    order: 5;
  }

  .div-block-350._2 {
    order: 2;
  }

  .div-block-351 {
    order: 4;
    width: 100%;
    height: 29vw;
  }

  .image-17 {
    width: 100%;
    height: auto;
  }

  .div-block-403 {
    display: none;
  }

  .image-19 {
    height: 26vw;
  }

  .div-block-420 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .div-block-423 {
    width: 50%;
  }

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

  .div-block-430.centro {
    width: 100%;
    max-width: none;
  }

  .div-block-430.centro.mensaje {
    max-width: none;
  }

  .div-block-434 {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 12vw;
  }

  .super-text {
    font-size: 20vw;
  }

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 13.5vw;
  }

  .heading-lg {
    font-size: 15vw;
  }

  .heading-lg.blog-title {
    font-size: 12vw;
    line-height: 1.2;
  }

  .heading-md {
    font-size: 10vw;
  }

  .section.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .section.is--bigger.about {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.is--cta {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.is--form {
    padding-top: 20vw;
  }

  .section.s-intro {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .nav {
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 0;
  }

  .container.flex-split {
    width: 82%;
  }

  .container.flex-cc-v.is--cta {
    align-items: flex-start;
  }

  .navlink {
    margin-bottom: 0;
    font-size: 8vw;
  }

  .navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
  }

  .navlink.w--current:hover {
    border-radius: 20px;
  }

  .navlink.is--blog {
    font-size: 10vw;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .btn.m-nav {
    margin-top: 3vw;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn.bigger {
    padding: 19px 57px;
  }

  .btn.is--form {
    padding: 4vw 10vw;
  }

  .btn.is--form.form-active {
    padding: 4vw 8.5vw;
  }

  .btn-text {
    font-size: 19px;
  }

  .burger-line-top.bg-white, .burger-line-btm.bg-white {
    background-color: var(--white);
  }

  .m-nav-wrapper {
    justify-content: center;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .hero-circle-1 {
    width: 56vw;
    left: -35%;
  }

  .hero-circle-2 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .recent-project-label {
    display: none;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .img-parent.is--aluce-circle-hero {
    width: 80vw;
    height: 90vw;
  }

  .h-services-bg.bg-dark-gradient.round {
    margin-top: 15vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .h-services-person {
    width: 30vw;
  }

  .testimonial {
    text-align: left;
  }

  .testimonial-author-wrapper {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 12vw;
  }

  .testimonial-author-img-parent {
    flex: none;
    width: 18vw;
    height: 18vw;
  }

  .testimonial-author-info {
    margin-top: 0;
    margin-left: 8vw;
  }

  .testimonial-author-img, .testimonial-author-img.top {
    width: 18vw;
    height: 18vw;
  }

  .cta-circle-1 {
    top: 72%;
    left: auto;
    right: -6vw;
  }

  .cta-circle-1.is--post {
    width: 26vw;
    inset: auto auto -5% -2.6vw;
  }

  .cta-circle-2 {
    width: 40vw;
    top: 0%;
    left: -17%;
    right: auto;
  }

  .cta-circle-2.is--post {
    width: 30vw;
    top: -10%;
    left: auto;
    right: -10%;
  }

  .cta-heading-line-wrapper.top {
    margin-left: 0;
  }

  .container {
    width: 90%;
  }

  .footer.bg-white {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .logo-tag {
    margin-top: 15px;
  }

  .footer-link-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-link-grid.btm {
    justify-items: start;
    margin-top: 12vw;
  }

  .footer-link-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
  }

  .btn-wrapper.is--404 {
    margin-top: 5vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .m-project-site-img.cc {
    bottom: -24%;
  }

  .hero.is--about {
    padding-bottom: 100vw;
  }

  .hero.is--services {
    height: auto;
    padding-top: 50vw;
  }

  .hero.is--work {
    height: auto;
    padding-top: 50vw;
    padding-bottom: 20vw;
  }

  .hero.is--home {
    min-height: 100vh;
  }

  .subpage-h1 {
    font-size: 15vw;
  }

  .subpage-h1.text-orange {
    color: var(--main);
  }

  .label-services-wrapper {
    top: -27%;
    left: 0%;
    right: auto;
    transform: rotate(0);
  }

  .sm-container {
    width: 90%;
  }

  .sm-container.text-center {
    text-align: left;
  }

  .benefits-grid {
    grid-row-gap: 10vw;
    margin-top: 8vw;
  }

  .contact-info-text {
    font-size: 6vw;
  }

  .aluce-circle-img {
    width: 100%;
    height: 100%;
  }

  .accordion-pane._2 {
    top: 28vw;
  }

  .accordion-pane._3 {
    top: 46vw;
  }

  .accordion-pane._4 {
    padding-bottom: 10vw;
  }

  .accordion-label-text {
    font-size: 9vw;
  }

  .a-label-wrapper {
    margin-left: 3vw;
  }

  .a-item-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .a-item-wrapper.first {
    margin-top: 4vw;
  }

  .work-label {
    width: 40vw;
    top: -20%;
    left: -2%;
    transform: rotate(8deg);
  }

  .form-wrapper {
    width: 100%;
  }

  .form-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .form-success {
    height: 80vh;
  }

  .form-navigation {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .form-progress {
    height: 3vw;
    margin-top: 6vw;
  }

  .form-slider {
    max-width: 100%;
    height: 70vw;
    margin-top: 20vw;
  }

  .form-slider.is--intro {
    max-width: 80vw;
    height: 110vw;
  }

  .form-slider.low-margin {
    height: 70vw;
    margin-top: 20vw;
    margin-bottom: 4vw;
  }

  .form-prev {
    width: 10vw;
    height: 10vw;
    top: 37.5%;
  }

  .prev-arrow {
    width: 8vw;
    height: 8vw;
  }

  .slider-slide_fill, .slider-slide_fill.is--intro {
    padding-bottom: 10vw;
  }

  .form-question {
    font-size: 8vw;
  }

  .text-form-field {
    height: 14vw;
    font-size: 8vw;
  }

  .form-text {
    margin-top: 3vw;
  }

  .form-options-wrapper {
    margin-top: 5vw;
  }

  .option-label {
    font-size: 6vw;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .hero-h1 {
    font-size: 12vw;
  }

  .image {
    width: 50vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .a-intro_circle {
    bottom: -2%;
  }

  .a-intro_circle.blue {
    left: 2%;
  }

  .a-intro_circle.blue._2 {
    right: 0%;
  }

  .a-intro_circle._2 {
    top: 18%;
    left: 3%;
  }

  .utility-page-content.is--password {
    width: 80%;
  }

  ._404-text {
    margin-top: .25em;
  }

  .cc-img-2 {
    height: 90vw;
    top: -1%;
    right: -22%;
  }

  .blog-rich-text blockquote {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .a-link-text {
    white-space: nowrap;
  }

  .blog-nav {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .blog-hero-side {
    height: 90vh;
  }

  .blog-hero-side.featured {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card_content {
    padding: 6vw 4% 8vw;
  }

  .blog-card_img-wrapper {
    width: 100%;
    height: 70vw;
  }

  .card-title {
    font-weight: 700;
  }

  .post-hero_img-wrapper {
    height: 40vh;
  }

  .post-hero_content {
    margin-top: 10vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .content-info {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 5vw;
  }

  .post-wrapper {
    padding-top: 10vw;
  }

  .post-buttons {
    grid-column-gap: 5vw;
    grid-row-gap: 12vw;
  }

  .next-post {
    padding-bottom: 8vw;
  }

  .post-cta {
    height: 110vw;
  }

  .post-cta-content {
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .next-post-wrapper {
    height: 110vw;
  }

  .blog-navlink {
    margin-bottom: 0;
    font-size: 14vw;
  }

  .blog-navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: .125em;
  }

  .div-block-6 {
    top: 227.5px;
    left: 19.5%;
  }

  .text-block.tarjetapopup.usuario {
    font-size: .9em;
  }

  .div-block-14, .div-block-15 {
    max-height: none;
  }

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

  .div-block-22 {
    left: 15%;
  }

  .div-block-25 {
    width: 62vw;
    max-width: none;
  }

  .image-3 {
    max-width: 66%;
  }

  .heading-3.locales {
    font-size: 6vw;
  }

  .heading-3.locales.blanco.zona {
    font-size: 15px;
  }

  .paragraph-3.locales {
    font-size: 3.4vw;
  }

  .div-block-219.bordes.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-220 {
    margin-top: 1vw;
  }

  .div-block-158._4.botones {
    flex-flow: column;
  }

  .text-block-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .profile_flex {
    flex-flow: column;
  }

  .profile_section-head {
    margin-top: 0;
  }

  .profile_section-head.espacio {
    margin-top: 38px;
  }

  .profile_column {
    width: auto;
  }

  .dash_profile-menu {
    border-bottom: .5px solid #d3cccc;
    border-right-style: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 8px;
  }

  .dash_button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .dash_profile-tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .profile_form-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dash_profile-nav-link:hover {
    transform: translate(0, -5px);
  }

  .div-block-29 {
    left: auto;
  }

  .div-block-228.auto.sin.entero {
    padding: 4rem 1rem;
  }

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

  .div-block-30.cartas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-231 {
    background-size: 20px;
    border-radius: 11px;
    width: 40px;
    height: 40px;
  }

  .div-block-231.foto-perfil {
    width: 100px;
    height: 100px;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    width: 30px;
    height: 30px;
  }

  .div-block-43 {
    max-height: none;
  }

  .text-block-14 {
    font-size: .7em;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-6 {
    max-height: 200px;
    overflow: auto;
  }

  .text-block-17.menos, .div-block-244 {
    font-size: .8em;
  }

  .hora {
    flex-flow: column;
    margin-top: 20px;
  }

  .div-block-252 {
    padding: 20px;
  }

  .div-block-252.plaza {
    height: 200px;
    padding: 20px;
  }

  .heading-9 {
    margin: 0;
    font-size: 9vw;
  }

  .heading-9.sin.color.calendario {
    font-size: 1rem;
  }

  .sobrenosotros.sin.tm {
    font-size: 1em;
  }

  .div-block-254 {
    display: flex;
  }

  .div-block-255 {
    height: 400px;
  }

  .heading-10 {
    font-size: 2em;
  }

  .heading-11 {
    font-size: 1.5em;
  }

  .textoslegales {
    font-size: .9em;
  }

  .heading-12 {
    font-size: 1.5em;
  }

  .bold-text {
    font-size: .8em;
  }

  .div-block-263 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-265 {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-267 {
    flex: 1;
  }

  .div-block-274 {
    flex-flow: column;
  }

  .heading-15 {
    font-size: 1.8em;
  }

  .cenro {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-275 {
    width: auto;
  }

  .div-block-276 {
    flex: 1;
    order: 1;
  }

  .div-block-279 {
    width: 100px;
    height: 100px;
  }

  .image-13 {
    width: 40px;
  }

  .section-11 {
    height: auto;
  }

  .div-block-299, .div-block-300 {
    flex-flow: column;
  }

  .div-block-305 {
    align-self: stretch;
  }

  .grid-15, .grid-15._3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-312 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-315.dias {
    padding: 10px;
  }

  .div-block-315.n-merps {
    padding: 5px;
    font-size: .8em;
  }

  .div-block-315.n-merps.no-se-puede {
    padding: 10px;
  }

  .text-block-22, .text-block-23 {
    text-align: center;
  }

  .image-15, .image-16 {
    width: 20px;
  }

  .div-block-126.seleccionado {
    flex: none;
  }

  .paragraph-13 {
    font-size: .7em;
  }

  .text-block-26 {
    font-size: 13px;
  }

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

  .div-block-334.none2 {
    min-width: 288px;
  }

  .div-block-336 {
    flex-flow: column;
  }

  .div-block-359 {
    top: -157px;
    left: -95px;
  }

  .image-19 {
    height: 100px;
  }

  .div-block-420 {
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .dropdown-list-2.w--open, .dropdown-list-3.w--open {
    left: -63px;
  }

  .dropdown-list-3.otro.w--open {
    left: -28px;
  }

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

  .div-block-434 {
    flex-flow: column;
  }

  .div-block-435 {
    aspect-ratio: auto;
    max-width: none;
  }
}

#w-node-bb8b3dc3-829f-fa26-1efe-d417a7e6d34a-9c941d1b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8fef48c-b0b3-52dd-2db2-eece9c941d25-9c941d1b {
  justify-self: end;
}

#w-node-_61dd4327-ea09-63b6-2716-7315d17fa2a6-93f8cf1b, #w-node-_1f749483-3ab5-6b93-e598-3226ab4af2bb-93f8cf1b, #w-node-cfe5761e-55b5-bdea-73a6-477d05c64ca1-93f8cf1b, #w-node-b10eb68f-f113-17f4-1f81-9db1779439d3-93f8cf1b {
  align-self: stretch;
}

#w-node-_71ecbe03-300f-721a-a554-4c969391a38f-a5a1a3c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_71ecbe03-300f-721a-a554-4c969391a39a-a5a1a3c2 {
  justify-self: end;
}

#w-node-_318d220d-4850-1546-685e-d5c66b2c7416-93f8cf1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_723ddbdc-9db2-efdc-051e-c9101f9543be-93f8cf35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e1d8d66-95f0-f287-3df7-3fa65296ef4c-93f8cf35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e5e510a-3027-960a-6fc7-9b555da18569-93f8cf35, #w-node-_33aa3042-1b07-2b99-81f5-c2ba96cc6804-93f8cf35, #w-node-b1627ddb-4482-592c-794e-29619c49d000-93f8cf35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14ea9d51-f9c5-9373-685c-8874fdd794a6-93f8cf35, #w-node-b5d07f23-d783-be2e-5b6b-ba08794b91c4-93f8cf35, #w-node-dee2faf7-00ce-b61c-74a6-d94504e9939c-93f8cf35, #w-node-_2e7133c3-ed6d-06fe-a0fd-1cdbf8fda42e-93f8cf35 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_6c933c70-58d9-a367-23d1-5bc5b290e3de-93f8cf35, #w-node-b5d07f23-d783-be2e-5b6b-ba08794b91c4-93f8cf35, #w-node-_8959b17b-4d62-bf01-af86-1c08c0349fd6-93f8cf35 {
    align-self: center;
  }
}


@font-face {
  font-family: 'pp-pangram-sans';
  src: url('../fonts/PPPangramSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-pangram-sans';
  src: url('../fonts/PPPangramSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}