@font-face {
  font-family: Nulshock;
  src: url('../fonts/nulshock.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary--white: white;
  --white: white;
  --primary--black: #000;
  --primary--purple: #26292e;
  --black: black;
  --gris: #999;
  --primary--color: #56585c;
  --azul-green: #03989e;
  --orange: #fb7223;
  --blue: #012b7f;
  --_reformarte---dark-teal: #fff;
  --_renucar---rojo: #d00c2d;
  --_reformarte---soft-blue: skyblue;
  --_renucar---rojo-20: #ffd6d080;
  --rojo: #d00c2d;
  --_reformarte---dark-blue: #1f6683;
  --_renucar---rojo-80: #e05652;
  --desktop-y-tablet--16px: 1rem;
  --_renucar---rojo-60: #ee8379;
  --desktop-y-tablet--20px: 1.25rem;
  --_reformarte---soft-blue-light: #d7f3ff;
  --_renucar---rojo-40: #f8ada3;
  --desktop-y-tablet--24px: 1.5rem;
  --_reformarte---gray-lighter: #f8f8f8;
  --desktop-y-tablet--32px: 2rem;
  --_reformarte---gray-light: #e4e4e4;
  --desktop-y-tablet--40px: 2.5rem;
  --desktop-y-tablet--56px: 3.5rem;
  --desktop-y-tablet--72px: 4.5rem;
  --desktop-y-tablet--128px: 8rem;
  --primary--grey: #e6e6e6;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: var(--primary--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #fff;
  margin-bottom: 0;
}

.body {
  background-color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.page-wrapper {
  overflow: hidden;
}

.footer {
  background-color: var(--primary--black);
  justify-content: space-between;
  align-items: center;
  display: block;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global.padding-section-large.d {
  padding-top: 5rem;
}

.padding-global.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-global.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section-medium.r {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-medium.large {
  max-width: 100%;
}

.nav_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_button {
  padding: 1rem;
}

.nav_component {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  border-bottom: .3px solid #ffffff40;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #5928e54d;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_logo {
  width: 13rem;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.menu__item {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.menu__item:hover {
  color: var(--primary--white);
  border-color: #414141;
  box-shadow: 0 0 20px 1px #ffffff26;
}

.menu__item.w--current:hover {
  border-color: #414141;
}

.text-link-nav {
  color: #e6e6e6;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.image-7 {
  max-width: 18px;
  position: relative;
  top: -2px;
}

.link-underline {
  background-color: #5739fb;
  height: 2px;
  transform: translate(-100%);
}

.link-underline.dos {
  background-color: #e6e6e6;
}

.div-block-3 {
  overflow: hidden;
}

.menu__item-2 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.menu__item-2:hover, .menu__item-2.w--current:hover {
  border-color: #414141;
}

.menu__item-2.buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 24px 13px;
  display: flex;
}

.menu__item-2.buttom.w--current {
  padding-top: 12px;
}

.menu__item-2.buttom.nav {
  display: flex;
}

.menu__item-2.buttom.nav.dos {
  display: none;
}

.form-wrapper {
  z-index: 1000;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 80svh;
  display: grid;
}

.footer-wrapper.uno {
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  padding-right: 50px;
  display: flex;
}

.footer-wrapper.dos {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #ffffffb3;
  font-size: 14px;
  text-decoration: none;
}

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

.footer-rrss {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 50px;
}

.image-27 {
  width: 32px;
  padding-bottom: 6px;
}

.webflow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  color: #ffffffb3;
}

.paragraph-15 {
  color: #ffffffb3;
  padding-top: 5px;
  font-size: 14px;
}

.image-28 {
  width: 80px;
}

.preloader-vixelstudio {
  z-index: 99999;
  transform-origin: 50% 0;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-mask {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-wrapper {
  width: 50%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.line-gris {
  background-color: #818181;
  width: 100%;
  height: 1px;
}

.line-black {
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0%;
}

.name {
  padding-bottom: 0;
}

.section-form {
  height: 100svh;
}

.heading-25 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 42px;
  font-size: 54px;
  line-height: 70px;
}

.body-2 {
  background-color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-19 {
  color: #ffffffb3;
  padding-bottom: 58px;
  line-height: 1.5;
}

.text-block-7 {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.link-block-3 {
  background-color: var(--primary--purple);
  border-radius: 50px;
  margin-bottom: 3rem;
  padding: 18px 30px;
  text-decoration: none;
}

.paragraph-20 {
  font-size: 18px;
  font-weight: 500;
}

.grid-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.subtitle-form {
  padding-top: 30px;
  padding-bottom: 20px;
}

.grid-form-item {
  background-color: #5928e5cc;
  border-radius: 8px;
  padding: 14px 14px 42px;
  transition: all .15s ease-in;
  position: relative;
}

.grid-form-item:hover {
  box-shadow: 0 2px 26px 3px #5928e58c;
}

.text-block-8 {
  color: #fffc;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.hea-form {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-21 {
  color: var(--primary--purple);
  font-size: 16px;
  font-weight: 600;
  display: none;
  position: absolute;
}

.second-form-wrapper {
  padding-bottom: 10rem;
}

.grid-second-form {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-27 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary--white), #fff0);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 50px;
  line-height: 1.4;
}

.link-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(55deg, #fff, #5925e5 35%);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.link-block-4:hover {
  background-image: linear-gradient(55deg, #fff, #5925e5 35%);
  box-shadow: 0 2px 26px 2px #5928e5;
}

.image-36 {
  width: 85px;
}

.image-37 {
  width: 65px;
}

.heading-28 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.paragraph-22, .paragraph-23 {
  color: #fffc;
}

.overlay {
  z-index: 999999999;
  background-color: var(--primary--purple);
  position: fixed;
  inset: 0% 0% auto;
}

.body-3 {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.section-privacidad {
  padding-top: 2rem;
}

.privacidad-title {
  color: var(--primary--black);
  padding-bottom: 38px;
}

.heading-30 {
  color: var(--primary--purple);
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-31 {
  color: var(--primary--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-25 {
  color: var(--primary--black);
  margin-bottom: 0;
}

.paragraph-25.dos {
  padding-top: 16px;
}

.paragraph-25.d {
  font-weight: 400;
}

.informacion-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.comousamos-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

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

.retencioninfo-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.derechos-title, .cookies-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.link-3 {
  color: var(--white);
}

.seguridad-title, .quejas-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

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

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

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

.paragraph-26 {
  color: var(--primary--black);
}

.body-4 {
  background-color: var(--primary--white);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.terminos-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.introduccion-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.heading-32 {
  text-align: center;
  font-size: 55px;
  line-height: 1.1;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-27 {
  color: #ffffffb3;
}

.vinculacion-title, .comunicacion-title, .propiedad-title, .boletin-title, .terceros-title, .responsable-title, .ideas-title, .uso-title, .garantia-title, .restricciones-title, .asigancion-title, .incumplimiento-title, .indemnizacion-title, .renuncia-title, .eleccion-title, .info-contacto-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.dos {
  padding-left: 15px;
  padding-right: 15px;
}

.container.large {
  max-width: 1300px;
}

.text-block-11 {
  text-transform: uppercase;
  font-family: Kanit;
  font-weight: 600;
}

.footerr {
  background-color: #f0f3fa;
  max-width: 1920px;
  display: block;
  overflow: visible;
}

.text-block-12 {
  text-transform: uppercase;
  font-size: 2rem;
}

.text-block-12.dos {
  margin-bottom: 34px;
  font-family: Nunito, sans-serif;
}

.ft-wrap {
  grid-row-gap: 140px;
  flex-flow: column;
  padding-top: 252px;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ft-left {
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: space-between;
  width: 77%;
  max-width: 30%;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.ft-right {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 70%;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.ft-text {
  color: var(--gris);
  line-height: 150%;
}

.ft-menu {
  justify-content: space-between;
  display: flex;
}

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

.fm-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.ft-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-5 {
  color: var(--primary--color);
  text-decoration: none;
}

.link-5.azul {
  color: var(--azul-green);
  font-weight: 600;
}

.ftb-right {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-13 {
  color: var(--gris);
  font-size: 14px;
}

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

.social-link {
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000001a;
}

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

.site-logo-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site-logo-wrapper.dos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav-menu-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-border {
  background-color: #03989e;
  width: 100%;
  height: 2px;
}

.text-block-14 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.text-block-14.llamar {
  color: var(--primary--white);
  font-weight: 800;
}

.text-block-14.llamar.servicios {
  color: var(--primary--purple);
  font-weight: 700;
}

.link-block-5 {
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-5.llamar {
  background-color: #03989e;
  padding: 12px 24px;
  transition: all .25s ease-in;
}

.link-block-5.llamar:hover {
  background-color: #42c5c9;
}

.link-block-5.llamar.dos {
  color: #000;
  background-color: #0062ff00;
}

.hero-section {
  z-index: 1;
  background-color: #0062ff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/limpiezasespeciales_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: auto;
  height: 100svh;
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.banner-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-34 {
  color: var(--primary--white);
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

.paragraph-28 {
  color: var(--primary--white);
  margin-top: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 25px;
}

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

.button-arrow-wrap {
  background-color: #03989e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .25s ease-in;
  display: flex;
}

.link-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.counter-area {
  z-index: 5;
  display: none;
  position: relative;
  top: 200px;
}

.counter-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  padding: 60px;
  position: relative;
  box-shadow: 0 16px 32px #00000057;
}

.counter-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.counter {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: var(--primary--purple);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.circle-image-wrap {
  position: absolute;
  inset: -97px 47% auto auto;
}

.image-38 {
  width: 75px;
}

.relative {
  position: relative;
}

.image-39 {
  position: absolute;
  inset: 23% 0% 0% 22%;
}

.about-section {
  margin-bottom: 100px;
  padding-top: 8em;
}

.about-section-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-content-wrap {
  padding-top: 44px;
  padding-bottom: 44px;
}

.entry-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}

.front-line {
  background-color: var(--azul-green);
  width: 60px;
  height: 2px;
}

.entry-title {
  color: var(--azul-green);
  font-weight: 600;
  line-height: 1.2em;
}

.section-title {
  color: #00040d;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 45px;
  line-height: 1.2em;
}

.section-title.service {
  margin-bottom: 16px;
}

.about-content {
  margin-left: 55px;
}

.image-40 {
  width: 100%;
}

.section-details {
  color: #56585c;
  margin-bottom: 32px;
  line-height: 1.4em;
}

.section-details.service {
  max-width: 636px;
  margin-bottom: 0;
}

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

.content-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-arrow {
  width: 25px;
}

.item-content {
  color: #56585c;
  font-weight: 500;
  line-height: 1.5em;
}

.link-6 {
  color: #012b7f;
  font-weight: 800;
  text-decoration: none;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.service-section {
  background-color: #f0f3fa;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.service-text-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.service-text-marquee.contacto {
  justify-content: center;
  align-items: center;
}

.service-text {
  opacity: .1;
  color: #fff0;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #012b9480;
  font-family: Space Grotesk, sans-serif;
  font-size: 250px;
  font-weight: 600;
  line-height: .88em;
}

.service-section-wrap {
  z-index: 1;
  position: relative;
}

.service-section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-7 {
  align-self: center;
  text-decoration: none;
}

.services-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-area {
  z-index: 99;
  opacity: 1;
  width: 85em;
  height: 480px;
  position: relative;
}

.extra-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.service-items-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-image {
  object-fit: cover;
  border-radius: 8px;
  width: 470px;
  height: 480px;
  display: block;
  position: absolute;
  top: 134px;
  left: 0;
}

.service-card.bottom-padding {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 2px solid #dcdfe5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 32px;
  display: flex;
}

.service-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-35 {
  color: var(--primary--purple);
  line-height: 1.2em;
}

.paragraph-29 {
  color: var(--primary--color);
}

.full-section {
  background-image: url('../images/6470a07ce8327f36a7d60135_Banner-Full.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-bgr {
  z-index: 1;
  background-image: linear-gradient(360deg, #000000b3 23%, #fff0);
  position: absolute;
  inset: 0%;
}

.full-block-image {
  width: 50%;
  height: 740px;
  position: relative;
}

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

.heading-absolute {
  z-index: 2;
  position: absolute;
  inset: auto 40px 40px auto;
}

.heading-absolute.centered {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-absolute.invert {
  margin-bottom: 40px;
  margin-left: 40px;
  inset: auto auto 0% 0%;
}

.heading-36 {
  color: var(--primary--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.2em;
}

.heading-36.d {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
}

.text-block-16 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.bottom-text {
  margin-bottom: 50px;
}

.white-text {
  color: var(--primary--white);
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.white-text.d {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.section {
  padding-top: 80px;
  padding-bottom: 240px;
  display: block;
  position: relative;
}

.testimonial-wrapp {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#f0f3fa, #f2f3f5);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 140px 140px 60px;
  position: relative;
  overflow: hidden;
}

.soluciones-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.flex-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-37 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1.2em;
}

.paragraph-30 {
  color: var(--primary--purple);
  text-align: center;
  max-width: 750px;
  font-size: 18px;
  line-height: 26px;
}

.grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 74px;
  display: grid;
}

.flex-item-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 4px 10px 1px #fb722380;
}

.heading-38 {
  color: var(--primary--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-span {
  color: var(--orange);
}

.testimonial-text {
  opacity: .1;
  color: #3330;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0038a7cc;
  font-family: Space Grotesk, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: .88em;
}

.testimonial-text.contacto {
  font-size: 260px;
}

.testimonial-slider-wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.testimonial-header {
  z-index: 99999;
}

.testimonial-slider {
  background-color: #ddd0;
  width: 528px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 74px;
}

.mask {
  overflow: visible;
}

.testimonial-slide {
  padding-right: 40px;
}

.review-text-and-star {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 260px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px #80828614;
}

.client-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.text-block-17 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-31 {
  color: var(--black);
  font-size: 21px;
  line-height: 1.4em;
}

.triangle {
  z-index: 1;
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto -5% 8%;
  transform: rotate(45deg);
}

.slide-nav {
  display: none;
  inset: auto 0% 0% 103%;
}

.testimonial-arrow-right {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  top: -117%;
  left: 940px;
}

.testimonial-arrow-left {
  background-color: var(--primary--white);
  width: 40px;
  height: 40px;
  inset: -117% -72% 0% auto;
}

.icon-3, .icon-4 {
  color: var(--azul-green);
  font-size: 28px;
}

.text-span-2 {
  color: var(--azul-green);
}

.section-porque {
  background-color: #f0f3fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-horizontal {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 490px;
  height: 640px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description-image {
  background-color: var(--azul-green);
  padding: 10px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-39 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2em;
}

.maxw {
  color: var(--primary--purple);
  max-width: 560px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.2em;
}

.list-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.list-block {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blue-block {
  background-color: #4b83c033;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.circle-absolute {
  z-index: 2;
  background-color: var(--azul-green);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.blue-text {
  color: var(--azul-green);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-32 {
  color: var(--primary--color);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.dos {
  color: var(--primary--purple);
  font-weight: 700;
  transition: all .25s ease-in;
}

.dos:hover {
  color: var(--orange);
}

.text-block-18 {
  color: var(--primary--black);
  font-weight: 600;
  transition: all .25s ease-in;
}

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

.contact-section {
  background-color: #fff6e8;
  padding-top: 100px;
  padding-bottom: 0;
}

.home-contacts-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-image {
  height: 375px;
  overflow: hidden;
}

.paragraph-33 {
  color: var(--primary--color);
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.5;
}

.heading-40 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.home-form-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 12px 20px;
}

.submit-button {
  background-color: var(--azul-green);
  text-transform: capitalize;
  border-radius: 10px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

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

.text-field, .text-field-2, .text-field-3, .text-field-4, .textarea {
  color: var(--primary--purple);
  border-radius: 10px;
  margin-bottom: 26px;
}

.text-span-3 {
  color: var(--black);
  font-weight: 600;
}

.cta-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.cta-wrap {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  background-color: var(--blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  display: flex;
}

.cta-wrap.absolute {
  z-index: 99;
  background-color: var(--azul-green);
  padding-top: 70px;
  padding-bottom: 70px;
  position: absolute;
  inset: -20% 0% auto;
}

.email-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-19 {
  color: var(--white);
  line-height: 1.6em;
}

.text-block-20 {
  color: var(--white);
  font-size: 40px;
  line-height: 1.2em;
}

.link-8 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.cta-link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: #3330;
  text-align: left;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  font-family: Space Grotesk, sans-serif;
  font-size: 62px;
  line-height: .9;
  transition: all .25s ease-in;
}

.text-block-21:hover {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--orange);
}

.text-span-4 {
  color: var(--azul-green);
  font-weight: 600;
}

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

.link-9 {
  color: var(--azul-green);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in;
}

.link-9:hover {
  color: var(--blue);
}

.whatsapp {
  z-index: 99999999;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto 1% 2% auto;
}

.image-42 {
  border-radius: 50%;
  width: 55px;
}

.text-block-22 {
  color: #087198;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 50%;
  padding: 2px;
}

.text-block-23 {
  color: var(--primary--purple);
  font-weight: 600;
}

.image-43 {
  width: 15px;
}

.image-44, .image-45 {
  width: 26px;
}

.link-block-8 {
  text-decoration: none;
}

.success-message {
  background-color: #35cc49;
}

.text-block-24 {
  color: var(--primary--black);
}

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

.text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  color: var(--primary--purple);
}

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

.text-block-30 {
  color: var(--primary--purple);
}

.link-block-9 {
  z-index: 100;
  background-color: #fff;
  padding: 12px 14px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 2% 1%;
}

.text-block-31 {
  color: #000;
  font-weight: 700;
}

.body-m {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

.body-5 {
  color: #6c6c6c;
  background-color: #f8f8f8;
  font-size: .875rem;
  line-height: 1.42;
}

.page-wrapper-re {
  overflow: clip;
}

.section_hero {
  background-color: var(--_reformarte---dark-teal);
  flex-flow: column;
  justify-content: center;
  min-height: calc(100vh - 6.5rem);
  display: flex;
}

.section_hero.renucar {
  background-color: var(--_renucar---rojo);
  display: block;
}

.hero_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/673fd6cd5b3cbe4111e945fb_hero-background-grid.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(2.5rem, 1fr) minmax(0, 41rem) minmax(max-content, 30rem) minmax(2.5rem, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.hero_-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-right: 1rem;
  display: flex;
}

.hero_visual {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  position: relative;
  overflow: clip;
}

.hero_header {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.hero_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.badge {
  padding: .5rem;
}

.badge.secundary {
  padding: 0;
}

.text-sm.text-style-allcaps.is-badge {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
}

.text-sm.text-style-allcaps.text-spacing-lg {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-sm.text-style-allcaps.text-spacing-lg.rojo {
  color: var(--_renucar---rojo);
}

.text-sm.dos {
  color: var(--gris);
  letter-spacing: .02em;
  font-family: Orbitron, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.text-sm.dos.link {
  color: var(--_reformarte---dark-teal);
  font-weight: 500;
}

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

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

.hero_title {
  max-width: 33rem;
}

.text-6xl.text-style-balance.is-hero-title {
  letter-spacing: -.02em;
  font-family: Geist, sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-6xl.text-style-balance.is-hero-title.renucar {
  font-size: 3.3rem;
}

.text-6xl.h2-re {
  color: var(--_reformarte---dark-teal);
  letter-spacing: -.02em;
  font-family: Geist, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-6xl.h2-re._1-1.black {
  font-size: 3rem;
}

.text-6xl.h2-re.black {
  color: var(--black);
  font-family: Orbitron, sans-serif;
  font-size: 2.8rem;
}

.text-6xl.cta-title {
  letter-spacing: -.02em;
  font-family: Orbitron, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero_description {
  max-width: 27.8125rem;
}

.text-base {
  padding-bottom: .5rem;
}

.text-base.text-style-balance {
  letter-spacing: .02em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.text-style-allcaps {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-base.text-style-allcaps.white {
  color: var(--white);
  white-space: nowrap;
  font-family: Orbitron, sans-serif;
}

.text-base.text-style-allcaps.black {
  color: var(--black);
  font-family: Orbitron, sans-serif;
}

.text-base.one-rem {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.text-spacing-none {
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
}

.text-base.big {
  font-family: Orbitron, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}

.button-wrapper {
  flex-flow: column;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--_reformarte---dark-teal);
  text-align: center;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: background-color 1s, color .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-background.is-secondary {
  aspect-ratio: 1;
  background-color: var(--_reformarte---soft-blue);
  border-radius: 99rem;
  width: 100%;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: scale(0)translate(0%);
}

.button-text.is-secondary {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.hero_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_bottom-values {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-5xl {
  font-family: Geist, sans-serif;
  font-size: 2.7rem;
  line-height: 1.16;
}

.img-wrapper {
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.img-wrapper.none {
  display: none;
}

.img.is-hero-img {
  object-fit: cover;
  background-image: url('../images/reforma-integral-en-calle-Andres-Torrejon-madrid.webp');
  background-position: 64%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img.is-hero-img.renucar {
  background-image: url('../images/reformas-renucar-1.webp');
  background-size: cover;
}

.padding-global-re {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-re.padding-section-large, .padding-global-re.padding-section-large.small, .padding-global-re.padding-section-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-global-re.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.padding-global-re.padding-section-medium.r-footer {
  padding-top: 60px;
  padding-bottom: 26px;
}

.padding-global-re.is-navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-global-re._82rem {
  justify-content: space-between;
  align-items: center;
  max-width: 82rem;
  padding-left: 0;
  padding-right: 0;
}

.container-large-re {
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-re._80rem {
  max-width: 82rem;
}

.services_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-color-dark-teal {
  color: var(--_reformarte---dark-teal);
}

.seo-h2 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42;
}

.seo-h2.black {
  color: var(--black);
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.services_title {
  color: var(--_reformarte---dark-teal);
}

.services_description {
  max-width: 62rem;
}

.services_collection {
  width: 100%;
}

.services_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  width: 100%;
  padding: 0;
}

.services_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--_reformarte---dark-teal);
  border: 1px solid #e4e4e4;
  width: 100%;
  height: 100%;
  padding: 1.75rem 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.services_card.flex-vert {
  color: var(--white);
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.services_card-content {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.services_card-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.services_card-description {
  color: var(--gris);
  font-size: 1rem;
}

.services_card-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.icon-1x1-base {
  width: 1.25rem;
  height: 1.25rem;
}

.cta_wrap {
  background-color: var(--_reformarte---dark-teal);
  color: var(--white);
  background-image: url('../images/673fd6cd5b3cbe4111e945fb_hero-background-grid.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Inter, sans-serif;
}

.cta_wrap.rojo {
  background-color: var(--_renucar---rojo);
}

.cta_content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
}

.cta_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services_grid-four {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-32 {
  font-family: Orbitron, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.about_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.about_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.accordion {
  border: 1px solid #e4e4e4;
  border-radius: .5rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.25rem;
}

.accordion-toggle {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion_toggle-text {
  color: var(--_reformarte---dark-teal);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.accordion_toggle-text.cero.black {
  color: var(--black);
  font-family: Orbitron, sans-serif;
}

.section_testimonials {
  display: none;
}

.testimonials_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials_wrap.left {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: center;
  align-items: flex-start;
}

.testimonials_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_reformarte---dark-teal);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials_header.left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
}

.slider {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-services_mask {
  opacity: 1;
  width: 21.81rem;
  overflow: visible;
}

.slider-shadow-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff 75%, #fff0);
  width: 50vw;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.slider-shadow-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #fff 75%, #fff0);
  width: 50vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.hide {
  display: none;
}

.arrow {
  background-color: var(--_reformarte---dark-teal);
  color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
  transform: translate(-60%);
}

.arrow:hover {
  opacity: .75;
}

.arrow.is-right {
  align-self: flex-end;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s, background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(60%);
}

.arrow.is-right.rojo, .arrow.rojo {
  background-color: var(--_renucar---rojo);
}

.icon-1x1-main {
  width: 1.25rem;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  height: 100%;
  margin-right: 0;
}

.testimonials_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_reformarte---dark-teal);
  border: 1px solid #e4e4e4;
  flex-flow: column;
  padding: .95rem;
  display: flex;
}

.testimonials_card-visual {
  width: 100%;
  padding-top: 51.5%;
  position: relative;
}

.img-re {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-re.none {
  display: none;
}

.testimonials_card-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.testimonials_card-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact_wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var(--_reformarte---dark-teal);
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contact_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-28 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact_visual {
  width: 100%;
  padding-top: 45%;
  position: relative;
  overflow: clip;
}

.contact_form {
  padding-top: 70px;
}

.form_field-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-wrapper-re {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-block-33 {
  font-family: Geist, sans-serif;
  font-weight: 400;
}

.text-block-33.black {
  font-family: Orbitron, sans-serif;
}

.link-10 {
  color: var(--_reformarte---dark-teal);
  font-family: Geist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}

.link-10.black {
  font-family: Orbitron, sans-serif;
  font-weight: 500;
}

.footer-re {
  background-color: var(--_reformarte---dark-teal);
  background-image: url('../images/673fd6cd5b3cbe4111e945fb_hero-background-grid.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-re.rojo {
  background-color: var(--_renucar---rojo);
}

.footer_wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_left-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 33rem;
  display: flex;
}

.footer_logo-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_logo {
  width: 9.69rem;
  max-height: 2rem;
}

.logo-reformarte {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
}

.logo-reformarte.navbar {
  font-size: 1.3rem;
}

.div-block-29 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  height: 100%;
  display: flex;
}

.div-block-30 {
  background-color: #fff;
  align-self: center;
  width: 11px;
  height: 65%;
}

.div-block-30.uno {
  align-self: center;
  height: 45%;
}

.div-block-30.dos {
  height: 55%;
}

.div-block-31 {
  flex: 1;
}

.footer_right-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  font-family: Geist, sans-serif;
  display: flex;
}

.footer_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-34 {
  color: var(--white);
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.link-11 {
  color: var(--white);
  font-weight: 400;
}

.footer_bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-12 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.navbar-re {
  background-color: var(--_reformarte---dark-teal);
  color: var(--white);
  border: 1px solid #0c1f2c;
}

.navbar-re.renucar {
  border-color: var(--_renucar---rojo-20);
}

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

.nav_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navbar_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_links {
  opacity: 1;
  color: var(--black);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav_links:hover {
  opacity: .7;
  color: var(--rojo);
}

.fda-menu-top-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fda-navbar-menu-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.fda-navbar-menu-items.fda-v1 {
  color: #000;
  text-decoration: none;
}

.fda-hambarger-box {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  display: flex;
}

.fda-menu-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fda-get-in-touch {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-28 {
  color: #000;
}

.fda-menu-bottom-line {
  background-color: #000;
  width: 100%;
  height: 2.8px;
  position: absolute;
  inset: auto 0% 14%;
}

.fda-hamburger-menu-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #0003;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.fda-slide-menu {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  min-height: 100svh;
  padding: 40px;
  display: none;
}

.fda-navbar-main-menu-v2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-97 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fda-text-style-h1 {
  font-size: 50px;
}

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

.link-27 {
  color: #000;
  text-decoration: underline;
}

.fda-nav-full-screen-manu-left-collumn {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.fda-header-hamburger {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fda-header-hamburger-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  display: flex;
}

.fda-hamburger {
  width: 100%;
  height: 2px;
}

.fda-hamburger.fda-top, .fda-hamburger.fda-middle {
  background-color: #fff;
}

.fda-hamburger.fda-bottom {
  background-color: #fff;
  width: 15px;
}

.what-wrapper {
  z-index: 999999;
  background-color: #00e676;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s ease-in-out;
  display: flex;
  position: fixed;
  inset: auto 1.5% 2.5% auto;
  box-shadow: 0 2px 20px #0003;
}

.what-wrapper:hover {
  transform: scale(1.07);
}

.image-142 {
  width: 35px;
  height: 35px;
}

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

.link-29.white {
  color: var(--white);
}

.body-unica {
  background-color: #eeebdb;
  font-family: Anton, sans-serif;
}

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

.image-143 {
  width: 50px;
}

.section-hero-unica {
  height: 100svh;
  position: relative;
}

.container-unica {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-unica.home-page {
  padding-top: 7rem;
}

.container-unica._3-column-service-cards {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.container-unica.small-bottom-padding-tablet {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.flex-hero {
  padding-top: 120px;
  padding-bottom: 80px;
}

.main-wrapper-unica {
  overflow: hidden;
}

.nav-unica {
  z-index: 10;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.image-144 {
  width: 100px;
}

.image-145 {
  width: 100%;
}

.image-146 {
  position: absolute;
  inset: auto 0% 0%;
}

.section.overflow-hidden {
  width: 100%;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.overflow-hidden.red {
  background-color: #e6372e;
  width: auto;
  height: auto;
  display: block;
}

.section.unica {
  top: -2px;
}

.section.unica.about {
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 2rem 15.7rem;
}

.section.unica.cero {
  padding-top: 0;
  padding-bottom: 0;
}

.section.clip {
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.clip.ren {
  padding-top: 120px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.image-wrapper.ketchup {
  margin-right: 0;
  padding-top: 0;
  position: relative;
  bottom: 16px;
}

.image-wrapper.burguers {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-wrapper.burger-in-hand {
  max-width: 70%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-wrapper.about-us-image-3 {
  max-width: 19rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% -12% -17%;
}

.image-wrapper.about-us-image-2 {
  max-width: 17rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: -7% -10% auto auto;
}

.image-wrapper.about-us-image-4 {
  max-width: 14rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% -8% auto;
}

.image-wrapper.about-us-image-1 {
  max-width: 16rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% -3% -5%;
}

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

.button-wrapper {
  height: 80px;
  overflow: visible;
}

.general-button {
  color: #e6372e;
  text-transform: uppercase;
  background-color: #ececdd;
  border: 1px solid #e6372e;
  border-radius: 100px;
  margin-left: 1rem;
  padding: 1rem 3rem;
  font-family: Anton, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transform: scale(1.03);
  box-shadow: 5px 4px #f22;
}

.general-button.white-background._100-width-mobile {
  box-shadow: none;
  background-color: #eeebdb;
  margin-left: 4px;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.general-button.no-padding {
  margin-left: 0;
}

.menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.link-30 {
  color: #e6372e;
  -webkit-text-stroke-color: #e6372e;
  text-transform: uppercase;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-30.whithe {
  color: #eeebdb;
}

.primary-button {
  color: #ececdd;
  background-color: #e6372e;
  border-radius: 1rem .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.primary-button.white {
  color: #ff3132;
  background-color: #eeebdb;
}

._3-column-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-block {
  position: relative;
}

.service-card-container {
  color: #fff;
  background-color: #ff3132;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 32rem;
  text-decoration: none;
  overflow: hidden;
}

.text-box {
  z-index: 5;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
}

.text-box.flex-center-aligned {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: static;
}

.h3-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}

.content-image {
  width: 100%;
  height: 100%;
  position: relative;
  top: -180px;
}

.text-block-37 {
  text-align: center;
  font-weight: 600;
}

.content-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.3rem;
  padding-bottom: 12.5rem;
  position: relative;
}

._45rem-desktop {
  max-width: 45rem;
}

.overflow-hidden {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.overflow-hidden.especial {
  height: 82px;
}

.overflow-hidden.padding {
  padding: .4rem;
  display: block;
}

.h2-heading {
  color: #ff3132;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Oswald, sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}

.h2-heading.white {
  color: #eeebdb;
  text-align: left;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 4.9rem;
  font-weight: 400;
}

.h2-heading.red {
  text-align: left;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
}

.paragraph-34 {
  color: #000;
  text-align: center;
  margin-bottom: 1.6rem;
  font-size: 1.1em;
  line-height: 1.4;
}

.span-text-red-background {
  color: #eeebdb;
  background-color: #ff3132;
  margin-top: .4rem;
  margin-left: 1px;
  padding: .4rem;
  display: inline-block;
  transform: rotate(-4deg);
}

.image-149 {
  object-fit: cover;
  width: 100%;
  min-height: 25vh;
  max-height: 26px;
}

.section-cta {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.content-container {
  background-color: #ff3132;
  border-radius: 12px;
  height: 100%;
  padding-bottom: 0;
}

.selector-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  height: 100%;
  overflow: hidden;
}

.grid-block-cta {
  padding: 1.3rem 0 2rem 1.3rem;
  display: flex;
  position: relative;
}

.grid-block-cta.cero {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
  display: none;
}

.button-holder {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1.7rem;
  display: flex;
  position: absolute;
  inset: auto auto 4% 0%;
}

.image-wrapper-eating {
  max-width: 100%;
  margin-left: auto;
}

.content-image-full {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.content-grid {
  grid-column-gap: 88px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-block-unica {
  position: relative;
}

.homepage-about-us {
  width: 155%;
  margin-top: 166px;
  margin-bottom: 190px;
}

.paragraph-v {
  color: #000;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.grid-block-image {
  position: relative;
}

.image-wrapper-default {
  z-index: -2;
  position: relative;
}

.content-image--full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 650px;
  transform: rotate(15deg);
}

.section-footer {
  background-color: #ff3132;
}

.new-footer-newsletter {
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-block-38 {
  color: #eeebdb;
  font-size: 2rem;
  text-decoration: none;
}

.link-block-10 {
  line-height: 1.4;
  text-decoration: none;
}

.div-block-99 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fixed-pedir {
  z-index: 999;
  position: fixed;
  inset: auto 2% 3% auto;
}

.link-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ff3132;
  background-color: #ff3132;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px 2px #ff3132;
}

.text-block-39 {
  color: #000;
  text-align: center;
  font-size: 1.3em;
}

.image-150 {
  width: 53px;
}

.body-renucar {
  color: #000;
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.page-content-wrapper {
  display: none;
}

.hero-section-ren {
  letter-spacing: .5px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-slider {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/cocina.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.container-ren {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-ren.extra-large {
  max-width: 1600px;
}

.hero-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-40 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.slide-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  min-height: 100vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-title {
  color: #fff;
  width: 63%;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

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

.link-31 {
  color: #fff;
  text-decoration: none;
}

.section-services {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-wrapper-ren {
  background-color: #fff;
  border: 1px solid #b7b7b74d;
  padding: 24px 24px 32px;
}

.service-title {
  margin-bottom: 14px;
  font-size: 24px;
}

.service-title.extra-margin {
  margin-bottom: 32px;
  font-size: 22px;
}

.service-title.extra-margin.xxl {
  font-size: 23px;
}

.service-text-ren {
  color: #000;
}

.section-sobrenosotros {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-grid {
  grid-column-gap: 42px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.about-left {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-title-ren {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.about-text {
  color: #000;
  margin-bottom: 32px;
}

.about-text.small-margin {
  width: 90%;
  margin-bottom: 16px;
}

.about-text.small-margin.large {
  margin-bottom: 32px;
}

.underlined-btn {
  color: #000;
  letter-spacing: .6px;
  cursor: pointer;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.underlined-btn.white {
  color: #fff;
}

.btn-line-bg {
  background-color: #bababa;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  position: relative;
}

.btn-line {
  perspective-origin: 50%;
  transform-origin: 0%;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.btn-line.white {
  background-color: #fff;
}

.section-numbers {
  background-image: linear-gradient(#101010b3, #101010b3), url('../images/fondo-bg-renucar.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.numbers-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.numbers-value {
  color: #fff;
  font-size: 48px;
}

.numbers-title {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.gallery-lightbox {
  width: 100%;
  transition: all .45s;
}

.gallery-lightbox:hover {
  opacity: 1;
}

.overlay-portfolio-details-2 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.gallery-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-grid-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.gallery-image-background {
  background-image: url('../images/zuazo-interiores-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-image-background.seis-image {
  background-image: url('../images/fotos-cocinas-seis.jpg'), url('../images/zuazo-interiores-12.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.gallery-image-background.cinco-image {
  background-image: url('../images/fotos-cocinas-cuatro.jpg'), url('../images/zuazo-interiores-12.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.gallery-image-background.dos-image {
  background-image: url('../images/fotos-cocinas-tres_1fotos-cocinas-tres.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image-background.cuatro-image {
  background-image: url('../images/fotos-cocinas-cinco.png'), url('../images/zuazo-interiores-12.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.gallery-image-background.tres-image {
  background-image: url('../images/fotos-cocinas-dos.jpeg'), url('../images/zuazo-interiores-12.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.gall-item {
  justify-content: space-between;
  display: flex;
}

.gallery-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-gallery-list {
  width: 100%;
}

.grid-gall-wrap {
  z-index: 100;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-gall-wrap.ren {
  display: block;
}

.h6-subtitle-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4em;
}

.gallery-image-portfolio-details {
  border-radius: 0;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.subtitle-wrapper-3 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.title-services-wrapper {
  padding-bottom: 32px;
}

.footer-ren {
  background-color: #000;
  position: relative;
}

.footer-section {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-col.flex-vertical {
  flex-flow: column;
  display: flex;
}

.brand {
  margin-bottom: 24px;
}

.text-block-41 {
  color: #fff;
}

.footer-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 18px;
}

.copyright-link {
  color: #888;
  margin-bottom: 4px;
  text-decoration: none;
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

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

.link-32 {
  color: var(--white);
  font-weight: 400;
}

.image-151, .image-152 {
  width: 170px;
}

.body-reformz {
  color: #0a0a0a;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.body-reformz.montserrat {
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.header-section {
  background-color: #000000a6;
  position: relative;
}

.hero-photo-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-section-gr {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 84svh;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.container-gr {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrap {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-left {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-top {
  padding-left: 18px;
}

.heading-42 {
  width: 100%;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}

.hero-right {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  border: 1px solid #ffffff40;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.hero-card {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 46px 34px;
  display: flex;
}

.hero-card.border {
  border-right: 1px solid #ffffff40;
}

.color-white {
  font-size: 40px;
}

.body-small {
  text-align: center;
  font-size: 14px;
}

.about-section-gr {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.services-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-wrap {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.section-wrap.bottom {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
}

.fill-block.center {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.section-left {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.info-data {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 100px;
}

.heading-43 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-43.padding {
  padding-bottom: 64px;
}

.text-block-42 {
  font-size: 18px;
}

.text-block-42.padding {
  margin-bottom: 6px;
}

.service-list {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.service-content {
  grid-column-gap: 30px;
  border-top: 1px solid #00000026;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-block-43 {
  text-transform: uppercase;
  font-size: 18px;
}

.service-inner {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-title-renucar {
  margin-top: 0;
  margin-bottom: 0;
  line-height: .8;
}

.service-title-renucar.dos {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.service-title-renucar.dos:hover {
  color: var(--black);
}

.service-paragraph {
  color: #141414;
  width: 66%;
}

.image-bg-service {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/fotos-cocinas-seis.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.why-section {
  background-color: #f1f1f1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.heading-why {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-wrapper-why {
  grid-column-gap: 46px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/fotos-cocinas-cuatro.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  padding: 36px 36px 54px;
  display: flex;
}

.heading-44 {
  color: var(--white);
  font-weight: 600;
}

.paragraph-35 {
  color: #fff;
  font-weight: 400;
}

.link-33 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.site-wrapper {
  overflow: clip;
}

.hero-section-refor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: auto;
  display: flex;
}

.hero-mask-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-slider-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-slide-reform {
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 220px;
}

.container-reform {
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-contents {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-image-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-slide-image {
  object-fit: cover;
  width: 100%;
  min-width: 100vw;
  height: 100%;
}

.hero-image-overlay {
  z-index: 0;
  background-image: linear-gradient(#000000b3, #0000 20%, #0000), linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.mask-reform {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.mask-reform.padding-cero {
  margin-top: 0;
}

.heading-45 {
  color: #fff;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.3;
}

.hero-paragraph-wrapper {
  margin-top: 20px;
  margin-bottom: 45px;
  overflow: hidden;
}

.hero-divider-mask {
  min-width: 520px;
  max-width: 520px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.hero-slide-paragraph {
  text-align: center;
  max-width: 700px;
  font-weight: 300;
}

.for-button-animation.no-hidden {
  overflow: hidden;
}

.primary-button-reform {
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-background {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  inset: 0% auto;
  transform: skew(-45deg);
}

.button-text-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper.static {
  position: static;
}

.default-text {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.default-text.black-heading {
  color: #000;
}

.section-reform {
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid-2-column-1-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-column-1-6.padding-bottom {
  margin-bottom: 50px;
}

.portrait-max-590px {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  max-height: 590px;
}

.image-show-effect {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-absolute {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-absolute-delayed {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.vertical-left-top-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-merge-title {
  position: relative;
  overflow: hidden;
}

.text-merge-title.padding-bottom {
  margin-bottom: 60px;
}

.heading-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
}

.absolute-style-text {
  background-image: linear-gradient(125deg, #0000, #000 50%, #000);
  width: 200%;
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-style-text._300 {
  z-index: 2;
  width: 300%;
}

.absolute-style-text.relative {
  z-index: 2;
}

.about-us-sub-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.vertical-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 46px;
  display: flex;
  overflow: hidden;
}

.list-item-14px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-153 {
  width: 16px;
  transform: rotate(45deg);
}

.text-block-44 {
  color: #fff;
}

.about-us-image-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.landscape-in-mobile {
  object-fit: cover;
  width: 100%;
}

._4-column-grid-2-col-in-mobile {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.counter-card-wrapper {
  border-right: 1px solid #ffffff26;
}

.counter-card-wrapper._1st {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-card-wrapper._1st.last {
  border-right-style: none;
}

.counter-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.animated-counter {
  opacity: .5;
  color: #e9e9e9;
  letter-spacing: .3px;
  flex: none;
  margin-bottom: 10px;
  font-size: 120px;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.counter-number-wrapper {
  height: 1em;
}

.counter-title-wrapper {
  max-width: 200px;
  margin-left: -20px;
}

.counter-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.4;
}

.text-block-45 {
  opacity: .5;
  color: #fff;
  font-size: 120px;
}

.title-bar-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

._3-column-grid-1-from-mobile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid-1-from-mobile.padding-top {
  padding-top: 40px;
}

.package-offer-item._2c {
  position: relative;
  top: 40px;
}

.package-offer-item._3c {
  position: relative;
  top: 80px;
}

.package-offer-item.dos {
  position: relative;
  top: 40px;
}

.package-offer-item.tres {
  position: relative;
  top: 80px;
}

.package-offer-item.cinco {
  position: relative;
  top: 40px;
}

.package-offer-item.seis {
  position: relative;
  top: 80px;
}

.mask-item {
  position: relative;
  overflow: hidden;
}

.package-thumbnail {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.package-thumbnail.dos {
  object-position: 100% 50%;
}

.package-border-wrapper {
  z-index: 2;
  background-color: #000000a3;
  padding: 10px;
  position: absolute;
  inset: 0%;
}

.rotate-heading-wrapper {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rotate-heading-wrapper.overflow {
  overflow: hidden;
}

.rotate-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  transform: rotate(-90deg);
}

.rotate-heading.sin {
  transform: none;
}

.rotate-heading.sin.xxl {
  font-size: 42px;
}

.service-full-height-slider {
  z-index: 1;
  position: relative;
}

.absolute-hero-title-initial {
  z-index: auto;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0%;
}

._120px-text-stroked {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.4;
}

._4-col-full-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000b3, #000000b3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center stretch;
  display: grid;
}

.service-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding-bottom: 40px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.service-slide.border-right {
  border-right: 1px solid #fff3;
  padding-bottom: 40px;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}

.absolute-full-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._30px-text {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}

.service-divider {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.paragraph-36 {
  color: #e9e9e9;
}

.heading-color-change-on-scroll {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-transition-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}

.text-overlay {
  opacity: .3;
  pointer-events: none;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.title-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 65px;
  display: flex;
}

.slider-wrapper {
  z-index: 3;
  width: 100%;
  max-width: 900px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.works-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: static;
}

.mask-visible {
  overflow: visible;
}

.slider-nav-arrow {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  top: -100px;
  overflow: visible;
}

.navigation-icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .35s;
  display: flex;
}

.navigation-icon-wrapper:hover {
  background-color: #ffffffb3;
}

.icon-5 {
  color: #fff;
}

.horizontal-wrapper-24px {
  justify-content: flex-start;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-icon-image {
  color: red;
  min-width: 24px;
  max-width: 24px;
  margin: 0;
  position: static;
}

.slide-nav-2 {
  display: none;
}

.room-slide {
  z-index: 1;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.room-thumbnail {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.room-details-body {
  z-index: 1;
  position: absolute;
  inset: auto 20px 20px;
}

.room-title-price {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._24px-text {
  color: #fff;
  font-size: 20px;
}

.text-block-46 {
  color: #fff;
  font-weight: 300;
}

.room-overlay {
  z-index: 0;
  background-image: linear-gradient(0deg, #000, #0000 80%);
  position: absolute;
  inset: 0%;
}

.horizontal-slider-section {
  height: 200vw;
  position: relative;
}

.camera {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.frame {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 45vh;
  display: flex;
}

.full-image {
  height: 100%;
}

.full-width-height {
  width: 100%;
  height: 100%;
}

.portfolio-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link {
  z-index: 1;
  width: 25vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.room-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.frame-reverse {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-column-block-grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-images {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.faq-image-top-left {
  width: 33%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.faq-center-image {
  width: 80%;
  position: relative;
}

.landscape-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 670px;
}

.faq-image-bottom-right {
  width: 33%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.faq-contents {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 53%;
  display: flex;
  position: relative;
}

.faq-contents._100 {
  width: 100%;
}

.faq-blocks {
  border-top: 1px #242423;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-faq-block {
  color: #fff;
  cursor: pointer;
  border-top: 1px solid #242423;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-switch {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 17px 17px 0;
  display: flex;
  overflow: visible;
}

.text-block-47 {
  color: #fff;
}

.icon-6 {
  position: static;
}

.plus-sign-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-sign {
  background-color: #fff;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.plus-sign-vertical {
  background-color: #fff;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.dropdown-contents {
  background-color: #fff0;
  width: 100%;
  padding-right: 24px;
  display: none;
  position: static;
  overflow: hidden;
}

.dropdown-texts {
  padding-bottom: 17px;
  font-size: 15px;
  line-height: 1.4;
}

.faq-border-wraooer {
  background-color: #242423;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-reform {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.infinity-slider-carousel {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.infinity-item-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.heading-46 {
  white-space: nowrap;
  word-break: normal;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 40px;
  display: grid;
  overflow: hidden;
}

.footer-block-coluimn {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: contain;
  max-width: 200px;
}

.secondary-paragraph {
  color: #e9e9e9;
  font-size: 15px;
}

._24px-text-white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

._24px-text-white.footer {
  font-size: 14px;
}

.footer-links.flex-up {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-link-reform {
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.social-icons-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .3s;
  display: flex;
}

.social-icon-wrapper:hover {
  background-color: #aaa;
}

.footer-icon {
  max-width: 16px;
}

.flex-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-48 {
  color: #fff;
}

.link-34 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-block-49 {
  color: #fff;
}

.bold-text {
  font-weight: 500;
}

.navbar-main-block {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.top-header {
  border-bottom: 1px solid #c9c9c980;
  padding-top: 15px;
  padding-bottom: 15px;
}

.space-between-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-left-center-15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-16px {
  width: 100%;
  max-width: 16px;
  height: 16px;
}

.horizontal-left-center-30px-gap-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.horizontal-left-10px-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-14px {
  color: #fff;
  font-size: 14px;
}

.navbar {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.nav-links-desktop {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-links-desktop.left {
  justify-content: flex-end;
  align-items: center;
}

.nav-link-wrapper-small {
  color: #fff;
  padding: 5px 12px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s ease-in;
}

.nav-link-wrapper-small:hover {
  opacity: .55;
}

.nav-link-wrapper-small.cero {
  padding-left: 10px;
  transition: all .3s ease-in;
}

.nav-link-wrapper-small.cero:hover {
  opacity: .55;
}

.site-logo {
  width: 170px;
  min-width: 80px;
  max-width: 170px;
}

.fixed-whastapp {
  background-color: #00e676;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: fixed;
  inset: auto 3% 5% auto;
  box-shadow: 0 2px 19px #00e676;
}

.image-156 {
  width: 42px;
  height: 42px;
}

.servicios-construcciones {
  grid-column-gap: 18px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-item-reformas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-157 {
  object-fit: cover;
  width: 100%;
  height: 256px;
}

.heading-47 {
  color: var(--primary--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.paragraph-37 {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
}

.div-block-102 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-35 {
  color: #fff;
  background-color: #d00c2d;
  padding: 8px 16px;
  text-decoration: none;
}

.section-about-renucar {
  background-color: var(--rojo);
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.flex-about-renucar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-48 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}

.navbar-3 {
  background-color: #fefefe;
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.nav-link-2 {
  font-weight: 500;
  transition: all .25s;
}

.nav-link-2:hover {
  color: var(--rojo);
}

.nav-link-2.w--current {
  color: #000;
}

.nav-link-2.line-up.w--current {
  color: var(--black);
}

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

.grid-about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.grid-about.padding-up {
  margin-top: 40px;
}

.flex-wrapper-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-158 {
  object-fit: cover;
  width: 100%;
  max-height: 335px;
}

.paragraph-38 {
  color: #000;
}

.grid-services-renucar {
  grid-column-gap: 68px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.flex-wrap-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-159 {
  object-fit: cover;
  width: 100%;
  min-height: 270px;
  max-height: 270px;
}

.paragraph-39 {
  color: #000;
}

.heading-49 {
  margin-top: 0;
  font-weight: 500;
}

.grid-proyectos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-160 {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.code-embed-2 {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .padding-global.padding-section-large {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-medium.r {
    padding-bottom: 1.5rem;
  }

  .nav_button {
    color: #fff;
    display: none;
  }

  .text-link-nav {
    font-size: 14px;
  }

  .menu__item-2.buttom {
    display: none;
  }

  .menu__item-2.buttom.nav {
    display: flex;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .line-wrapper {
    width: 85%;
  }

  .icon-2 {
    display: none;
  }

  .section-form {
    margin-bottom: 4rem;
  }

  .heading-25 {
    padding-bottom: 32px;
    font-size: 51px;
    line-height: 65px;
  }

  .paragraph-19 {
    padding-bottom: 38px;
  }

  .second-form-wrapper {
    flex-flow: column;
    padding-top: 26rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .heading-27 {
    margin-bottom: 3rem;
  }

  .ft-wrap {
    padding-top: 200px;
  }

  .ft-left {
    padding-top: 0;
    padding-bottom: 26px;
  }

  .ft-right {
    grid-row-gap: 22px;
    padding-top: 0;
    padding-bottom: 26px;
  }

  .ft-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .ftb-right {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .social-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .navbar-2 {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    display: none;
  }

  ._2-column-block {
    flex-flow: column;
    display: flex;
  }

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

  .counter-wrapper {
    padding: 40px 20px 35px;
  }

  .counter-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .text-block-15 {
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .text-block-15.none {
    display: none;
  }

  .circle-image-wrap {
    top: -81px;
  }

  .about-section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: end stretch;
  }

  .content-items-wrap {
    margin-bottom: 20px;
  }

  .unsplash-image, .image-area {
    display: none;
  }

  .service-card.bottom-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .full-section {
    flex-flow: column;
  }

  .full-block-image {
    width: 100%;
    height: 465px;
  }

  .testimonial-wrapp {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .soluciones-section {
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 160px;
  }

  .testimonial-text.contacto {
    font-size: 200px;
  }

  .testimonial-slider {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .testimonial-slide {
    padding-right: 0;
  }

  .review-text-and-star {
    width: 100%;
  }

  .testimonial-arrow-right {
    left: 81%;
  }

  .testimonial-arrow-left {
    left: 60%;
    right: 0%;
  }

  .section-porque {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.5fr;
  }

  .features-wrapper {
    width: 100%;
  }

  .contact-section {
    padding-top: 80px;
  }

  .home-contacts-wrapper {
    grid-template-columns: 1fr;
  }

  .home-contacts-content {
    width: 100%;
  }

  .paragraph-33 {
    margin-bottom: 24px;
    line-height: 1.3;
  }

  .submit-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4, .textarea {
    margin-bottom: 20px;
  }

  .cta-wrap.absolute {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 15px;
    margin-right: 15px;
    padding: 55px 60px;
  }

  .email-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .whatsapp {
    width: 50px;
    height: 50px;
  }

  .menu-button {
    padding: 8px 12px;
  }

  .section_hero {
    min-height: auto;
  }

  .hero_wrap {
    grid-template-columns: minmax(2.5rem, 3.25fr) minmax(0, 5.25fr) minmax(max-content, 18.5rem) minmax(2.5rem, 1fr);
    min-height: 100%;
  }

  .hero_-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 3rem 1.5rem 3rem 2.5rem;
  }

  .hero_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: 23.6rem;
    max-width: 24rem;
  }

  .hero_title {
    max-width: 44rem;
  }

  .text-6xl.text-style-balance.is-hero-title {
    font-size: 3.25rem;
  }

  .text-6xl.h2-re {
    font-size: 3.2rem;
  }

  .text-6xl.h2-re.black {
    font-size: 2.9rem;
  }

  .text-6xl.cta-title {
    font-size: 3.2rem;
  }

  .text-base {
    padding-bottom: 0;
  }

  .text-base.text-style-balance {
    font-weight: 300;
  }

  .text-base.big {
    font-size: 1rem;
  }

  .hero_bottom {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .text-5xl {
    font-size: 2.5rem;
  }

  .padding-global-re.padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-global-re.padding-section-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-re.padding-section-medium.r-footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .padding-global-re.is-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global-re._82rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services_header {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .services_grid {
    grid-template-columns: 1fr 1fr;
  }

  .services_card-content {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .cta_content {
    margin-bottom: 40px;
  }

  .cta_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .services_grid-four {
    grid-template-columns: 1fr 1fr;
  }

  .about_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about_content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonials_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonials_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slider, .contact_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_wrap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .footer_content {
    grid-column-gap: 5.9rem;
    grid-row-gap: 5.9rem;
    align-self: flex-start;
  }

  .logo-reformarte {
    font-size: 1rem;
  }

  .footer_right-content {
    grid-column-gap: 4.1rem;
    grid-row-gap: 4.1rem;
  }

  .text-block-34 {
    font-size: .875rem;
  }

  .nav_wrap, .fda-hamburger-menu-wrapper {
    display: none;
  }

  .fda-header-hamburger-2.small {
    width: 26px;
    height: 26px;
  }

  .menu-button-2 {
    padding: 0;
  }

  .content-grid-2 {
    flex-flow: column;
  }

  .grid-gall-wrap {
    grid-row-gap: 48px;
  }

  .subtitle-wrapper-3 {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .hero-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-42 {
    font-size: 60px;
  }

  .hero-right {
    display: none;
  }

  .servicios-construcciones {
    grid-column-gap: 26px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-about-renucar {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .heading-48 {
    font-size: 44px;
  }

  .navbar-3 {
    border-bottom: 1px solid #00000040;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fefefe;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link-2.linr {
    border-bottom: 1px solid #0000001a;
  }

  .nav-link-2.line-up {
    border-top: 1px solid #0000001a;
  }

  .grid-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .grid-about.padding-up {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-services-renucar {
    grid-column-gap: 54px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
  }

  .flex-wrap-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #fefefe;
  }

  .icon-7 {
    color: #000;
  }

  .grid-proyectos {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .padding-global.padding-section-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu__item, .menu__item-2 {
    padding: 8px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100svh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: grid;
  }

  .footer-wrapper.uno {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-wrapper.dos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .line-wrapper {
    width: 91%;
  }

  .heading-25 {
    font-size: 42px;
    line-height: 1.3;
  }

  .link-block-3 {
    margin-bottom: 1.5rem;
  }

  .grid-form-item {
    padding-bottom: 36px;
  }

  .hea-form {
    font-size: 19px;
  }

  .section-second-form {
    margin-top: 16rem;
  }

  .second-form-wrapper {
    padding-top: 6rem;
  }

  .grid-second-form {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .heading-30 {
    font-size: 45px;
  }

  .heading-31 {
    font-size: 30px;
  }

  .informacion-title, .comousamos-title, .retencioninfo-title, .derechos-title, .cookies-title, .seguridad-title, .quejas-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 32px;
  }

  .ft-wrap {
    padding-top: 128px;
  }

  .ft-right {
    grid-row-gap: 30px;
  }

  .ft-menu {
    flex-flow: wrap;
  }

  .ftb-right {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .social-link {
    width: 28px;
    height: 20px;
  }

  .site-logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-content, .div-block-24 {
    justify-content: center;
    align-items: center;
  }

  .counter-area {
    top: 130px;
  }

  .counter-wrapper {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .circle-image-wrap {
    top: -65px;
    right: 43%;
  }

  .image-38 {
    width: 60px;
  }

  .image-39 {
    width: 34px;
  }

  .section-title.service {
    margin-bottom: 12px;
  }

  .unsplash-image {
    display: none;
  }

  .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-text {
    font-size: 188px;
  }

  .service-section-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-area {
    display: none;
  }

  .service-card.bottom-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .full-section {
    flex-flow: column;
  }

  .full-block-image {
    width: 100%;
    height: 465px;
  }

  .testimonial-text.contacto {
    font-size: 158px;
  }

  .section-porque {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-horizontal {
    grid-template-columns: .75fr;
  }

  .cta-wrap.absolute {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .email-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .link-8 {
    font-weight: 600;
  }

  .text-block-21 {
    text-align: center;
    font-size: 50px;
  }

  .text-block-22 {
    text-align: center;
    font-size: 18px;
  }

  .image-44, .image-45 {
    width: 20px;
  }

  .hero_wrap {
    flex-flow: column;
    grid-template-columns: minmax(2.5rem, 3.25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .hero_-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_visual {
    padding-top: 55%;
  }

  .hero_header {
    max-width: 30rem;
  }

  .text-6xl.h2-re {
    font-size: 2.8rem;
  }

  .text-6xl.h2-re._1-1 {
    line-height: 1.1;
  }

  .text-6xl.h2-re._1-1.black {
    text-align: left;
  }

  .text-6xl.cta-title {
    font-size: 2.7rem;
  }

  .text-base.big {
    padding-bottom: .3rem;
  }

  .padding-global-re.padding-section-large {
    padding: 60px 1rem;
  }

  .padding-global-re.padding-section-large.small {
    padding: 4rem 1rem;
  }

  .padding-global-re.padding-section-cta {
    padding: 3rem 1rem;
  }

  .padding-global-re.padding-section-medium.r-footer {
    padding: 2rem 1rem;
  }

  .padding-global-re.is-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services_header {
    justify-content: center;
    align-items: flex-start;
  }

  .services_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .services_card.flex-vert {
    padding: 1.5rem 1rem;
  }

  .cta_content {
    margin-bottom: 30px;
  }

  .services_grid-four {
    grid-template-columns: 1fr;
  }

  .about_wrap, .testimonials_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonials_header {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: flex-start;
  }

  .slider {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .more-services_mask {
    align-self: flex-start;
  }

  .contact_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.3fr;
  }

  .contact_header {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .contact_form {
    padding-top: 20px;
  }

  .form_field-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .form-wrapper-re {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer_wrap {
    grid-column-gap: 3.8rem;
    grid-row-gap: 3.8rem;
  }

  .footer_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
  }

  .logo-reformarte.navbar {
    font-size: 1.1rem;
  }

  .footer_right-content {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    width: 100%;
  }

  .footer_links {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .fda-location, .link-28 {
    color: var(--_reformarte---dark-teal);
  }

  .fda-hamburger-menu-wrapper {
    display: none;
  }

  .fda-slide-menu {
    max-width: 65%;
  }

  .fda-text-style-h1.summer {
    color: var(--_reformarte---dark-teal);
    font-size: 32px;
  }

  .link-27 {
    color: var(--_reformarte---dark-teal);
  }

  .fda-header-hamburger-2.small {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 23px;
    height: 23px;
  }

  .text-block-35 {
    font-weight: 400;
  }

  .text-block-36 {
    color: var(--_reformarte---dark-teal);
  }

  .what-wrapper {
    width: 55px;
    height: 55px;
  }

  .image-142 {
    width: 30px;
    height: 30px;
  }

  .section.clip {
    padding-bottom: 0;
  }

  .gallery-image-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .gallery-image-portfolio-details {
    height: 300px;
  }

  .text-block-50, .text-block-51 {
    font-size: .875rem;
  }

  .section-about-renucar {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .heading-48 {
    font-size: 34px;
  }

  .grid-about {
    grid-template-columns: 1fr;
  }

  .image-158 {
    max-height: 200px;
  }

  .grid-services-renucar {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }

  .heading-49 {
    margin-bottom: 4px;
    font-size: 26px;
  }

  .grid-proyectos {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .padding-global.padding-section-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large.d {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .nav_logo {
    width: 14rem;
  }

  .nav_container {
    justify-content: flex-start;
    align-items: center;
  }

  .menu__item {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .text-link-nav {
    font-size: 13px;
  }

  .image-7 {
    width: 14px;
  }

  .menu__item-2 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .menu__item-2.buttom.nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: var(--primary--purple);
    padding: 11px 11px 7px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
    overflow: hidden;
  }

  .footer-wrapper.uno {
    text-align: center;
    flex-flow: column;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .footer-wrapper.dos {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .image-26 {
    width: 46px;
  }

  .image-27 {
    width: 28px;
  }

  .webflow {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .paragraph-15 {
    padding-top: 0;
  }

  .image-28 {
    width: 65px;
  }

  .preloader-vixelstudio {
    display: none;
  }

  .line-wrapper {
    width: 95%;
  }

  .image-32 {
    width: 32px;
  }

  .image-33 {
    width: 306px;
  }

  .grid-form {
    grid-template-columns: 1fr;
  }

  .hea-form {
    font-size: 16px;
  }

  .section-second-form {
    margin-top: 58rem;
  }

  .grid-second-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-27 {
    margin-bottom: 2rem;
  }

  .heading-28 {
    font-size: 28px;
  }

  .section-privacidad {
    padding-top: 0;
  }

  .heading-30 {
    font-size: 28px;
  }

  .heading-31 {
    font-size: 21px;
  }

  .paragraph-25, .paragraph-25.dos, .informacion-title, .div-block-21, .div-block-23 {
    font-size: 14px;
  }

  .paragraph-26 {
    color: #ffffffb3;
    font-size: 14px;
  }

  .container.nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ft-wrap {
    padding-top: 75px;
  }

  .ft-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .ft-link-wrap {
    justify-content: center;
    align-items: center;
  }

  .ftb-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .site-logo-wrapper.dos {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }

  .text-block-14.llamar {
    font-size: 12px;
  }

  .link-block-5.llamar {
    padding: 6px 12px;
  }

  .link-block-5.none {
    display: none;
  }

  .hero-section {
    padding-top: 140px;
  }

  .banner-content {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-34 {
    font-size: 42px;
    line-height: 1.2em;
  }

  .paragraph-28 {
    margin-bottom: 20px;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .counter-area {
    display: none;
    top: 125px;
  }

  .counter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .circle-image-wrap {
    right: 41%;
  }

  .about-section {
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .about-content-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-title.service {
    margin-bottom: 0;
    font-size: 30px;
  }

  .about-content {
    margin-left: 0;
  }

  .section-details {
    margin-bottom: 22px;
  }

  .service-card.bottom-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-29 {
    line-height: 1.1;
  }

  .gradient-bgr {
    display: none;
  }

  .testimonial-wrapp {
    padding-bottom: 40px;
  }

  .soluciones-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-37 {
    margin-top: 0;
    font-size: 39px;
    line-height: 1.1em;
  }

  .paragraph-30 {
    font-size: 14px;
    line-height: 19px;
  }

  .grid-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
  }

  .heading-38 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .testimonial-text.contacto {
    font-size: 104px;
  }

  .testimonial-slider {
    padding-top: 80px;
  }

  .review-text-and-star {
    padding: 20px;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .paragraph-31 {
    font-size: 18px;
    line-height: 1.6em;
  }

  .testimonial-arrow-right {
    top: -86%;
  }

  .testimonial-arrow-left {
    top: -86%;
    left: 38%;
  }

  .section-porque {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(200px, 1fr);
    place-items: center;
    width: 100%;
  }

  .section-title-wrapper {
    width: 100%;
  }

  .maxw {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .list-wrapper {
    grid-row-gap: 8px;
  }

  .list-block {
    grid-column-gap: 10px;
  }

  .blue-text {
    font-size: 20px;
  }

  .paragraph-32 {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-block-18 {
    color: var(--primary--black);
  }

  .contact-section {
    padding-top: 60px;
  }

  .home-contacts-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .paragraph-33 {
    font-size: 16px;
  }

  .heading-40 {
    margin-top: 0;
    font-size: 36px;
  }

  .cta-wrap.absolute {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-19 {
    font-size: 15px;
  }

  .link-8 {
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-21 {
    font-size: 30px;
  }

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

  .link-9 {
    padding-left: 2px;
    font-size: 16px;
  }

  .image-42 {
    width: 35px;
  }

  .text-block-22 {
    font-size: 13px;
  }

  .text-block-22.none {
    display: none;
  }

  .text-block-23 {
    font-weight: 500;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .link-block-9 {
    border: .5px solid #0003;
    left: 2%;
  }

  .text-block-31 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .badge {
    padding-left: 0;
  }

  .text-sm.text-style-allcaps.is-badge {
    font-size: .8rem;
  }

  .text-sm.text-style-allcaps.is-badge.center {
    text-align: center;
  }

  .text-6xl.text-style-balance.is-hero-title {
    font-size: 2.9rem;
  }

  .text-6xl.h2-re {
    font-size: 2.4rem;
  }

  .text-6xl.h2-re._1-1 {
    text-align: left;
  }

  .text-6xl.h2-re._1-1.black, .text-6xl.h2-re.black, .text-6xl.cta-title {
    font-size: 1.8rem;
  }

  .text-base.text-style-balance {
    font-size: .9rem;
  }

  .text-base.one-rem.cero-rem {
    font-size: .875rem;
  }

  .hero_bottom {
    justify-content: center;
    align-items: center;
  }

  .hero_bottom-values {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .text-5xl {
    font-size: 1.875rem;
  }

  .padding-global-re.padding-section-large, .padding-global-re.padding-section-large.small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-global-re.padding-section-medium.r-footer {
    padding-top: 40px;
    padding-bottom: 26px;
  }

  .padding-global-re._82rem {
    padding-left: 0;
    padding-right: 0;
  }

  .seo-h2 {
    text-align: left;
    font-size: .8rem;
  }

  .seo-h2.black {
    font-size: .8rem;
  }

  .services_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .services_card.flex-vert {
    padding: 1rem 0;
  }

  .icon-1x1-medium.dos {
    width: 1.8rem;
    height: 1.8rem;
  }

  .services_card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services_card-header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta_content {
    margin-bottom: 24px;
  }

  .text-block-32 {
    font-size: 1.8rem;
  }

  .about_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .accordion {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .accordion_toggle-text {
    white-space: nowrap;
  }

  .accordion_toggle-text.cero {
    white-space: normal;
    font-size: .875rem;
  }

  .testimonials_wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-reformarte.navbar {
    font-style: normal;
  }

  .footer_bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-navbar-menu-items.fda-v1.renucar {
    text-decoration: none;
  }

  .fda-menu-bottom-line.none {
    display: none;
  }

  .fda-hamburger-menu-wrapper {
    min-height: 100svh;
    display: none;
  }

  .fda-slide-menu {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    max-width: 80%;
    min-height: 120svh;
    padding-bottom: 220px;
    display: flex;
  }

  .fda-text-style-h1.summer {
    font-family: Inter, sans-serif;
    font-size: 23px;
  }

  .fda-text-style-h1.summer.renucar {
    color: var(--black);
    text-decoration: none;
  }

  .what-wrapper {
    bottom: 1.5%;
    right: 3%;
  }

  .link-29 {
    color: var(--gris);
    text-decoration: none;
  }

  .gallery-image-portfolio-details {
    height: 220px;
  }

  .image-152 {
    width: 120px;
  }

  .hero-wrap {
    grid-row-gap: 26px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-left {
    grid-row-gap: 14px;
  }

  .heading-42 {
    font-size: 2.8rem;
    line-height: 1.1;
  }

  .hero-right {
    display: none;
  }

  .hero-card, .hero-card.border {
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .color-white {
    font-size: 1.8rem;
  }

  .body-small {
    text-align: left;
  }

  .fixed-whastapp {
    width: 55px;
    height: 55px;
    bottom: 2%;
  }

  .image-156 {
    width: 34px;
    height: 34px;
  }

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

  .heading-48 {
    text-align: center;
    font-size: 28px;
  }

  .image-159 {
    min-height: 199px;
    max-height: 199px;
  }

  .heading-49 {
    font-size: 22px;
    line-height: 1.2;
  }

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

#w-node-_87ac84c8-8952-c241-0e73-dd3eecd3a545-5cb21230 {
  align-self: end;
}

#w-node-_87ac84c8-8952-c241-0e73-dd3eecd3a54f-5cb21230 {
  align-self: start;
}

#w-node-e32cce96-573a-71dc-c1e6-6e86637ffeec-3ec4a298, #w-node-_7cbc00c0-9c45-c342-9297-1a5990ddd8a0-3ec4a298, #w-node-fcc568aa-2fcb-e0c4-5927-a260f49e27a2-3ec4a298, #w-node-_19d48eb4-7cdc-6e43-c596-fa4baabdf217-3ec4a298 {
  place-self: stretch stretch;
}

#w-node-_37387651-5b47-37a4-8107-e7525186746d-3ec4a298 {
  place-self: end stretch;
}

#w-node-ed068384-ffb5-8ef3-ccac-f73ca2d55cd4-1e743b9d {
  place-self: center start;
}

#w-node-bc21e511-873c-77d3-daa5-96232b453212-2b453203 {
  align-self: start;
}

#w-node-_44887f1c-0d2c-baed-948d-63d353c645c7-a6522a21 {
  place-self: center start;
}

#w-node-f52f3e40-2d24-2157-f5f2-f661dcc62446-a6522a21 {
  place-self: center end;
}

#w-node-_80b023f4-51d7-6885-ec9e-776a1b018948-a6522a21, #w-node-_34326aee-2016-d87b-75a2-1350e96ac937-a6522a21 {
  align-self: end;
}

#w-node-a8315d78-daaa-4cfb-3af9-568d08ec684c-a6522a21, #w-node-a08d5614-fc39-fed9-9f11-171f97dcd13d-a6522a21, #w-node-_3c47f084-3002-d479-8d65-d9021ab6fd16-a6522a21, #w-node-_698c4a42-82ef-edc5-6f9a-f97e7abb8408-a6522a21 {
  justify-self: center;
}

#w-node-b85311fd-8532-4040-4f83-f83240cc6c7e-a6522a21, #w-node-_7ccfa205-0eb9-a5e9-b361-1fc6801dad29-a6522a21, #w-node-a61421a9-ef1c-31e4-ae7c-e966e2d86770-a6522a21 {
  justify-self: end;
}

#w-node-e3faba18-1e66-bb17-404d-73a82733608c-8e72d8d8, #w-node-_97245abe-e0f6-5288-5e38-30290791c7f1-8e72d8d8 {
  place-self: center start;
}

#w-node-_97245abe-e0f6-5288-5e38-30290791c7f4-8e72d8d8 {
  order: -9999;
}

#w-node-c129993e-78ef-b9f3-603a-98ce49a2084c-172026df, #w-node-_7b76716c-8fc7-c0c6-ea7d-51b36913c109-172026df, #w-node-_4385f657-04ee-e788-e504-a0bffd047d15-172026df, #w-node-a67f9cb8-d0d8-2f64-ef74-483d6536ffb9-172026df, #w-node-_818eb1a9-bc28-87b2-4469-3f4f3d1d1fa5-172026df {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_87ac84c8-8952-c241-0e73-dd3eecd3a469-5cb21230 {
    order: -9999;
  }

  #w-node-_87ac84c8-8952-c241-0e73-dd3eecd3a4df-5cb21230 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed068384-ffb5-8ef3-ccac-f73ca2d55cdd-1e743b9d, #w-node-_739b6236-d29e-57a6-7ba6-8ff503ea343a-8e72d8d8, #w-node-_97245abe-e0f6-5288-5e38-30290791c7f4-8e72d8d8 {
    align-self: center;
  }

  #w-node-_06115e26-5761-6345-664e-f576a2b5b895-172026df {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97245abe-e0f6-5288-5e38-30290791c7f4-8e72d8d8 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Nulshock';
  src: url('../fonts/nulshock.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}