:root {
  --maroon: #80061a;
  --blacky: #242424;
  --firebrick: #ae2020;
  --red: #be0f34;
  --dark-red: #9d1903;
  --crema: #fff9ed;
  --white-smoke: #f6f6f6;
  --sea-green: #718561;
  --tomato: rgba(219, 97, 76, .7);
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arnoldboed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arnoldboed, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arnoldboed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arnoldboed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Harmattan, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Harmattan, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

a {
  color: var(--maroon);
  font-family: Harmattan, sans-serif;
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Arnoldboecklin, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #131313;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.style-guide-color {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.style-guide-color.is-background2 {
  background-image: linear-gradient(rgba(174, 32, 32, .63), rgba(0, 0, 0, .65));
}

.style-guide-color.is-text-color {
  background-color: var(--blacky);
}

.style-guide-color.is-secondary {
  background-color: var(--firebrick);
}

.style-guide-color.is-background1 {
  background-color: var(--maroon);
}

.style-guide-color.is-others {
  background-color: rgba(174, 32, 32, .7);
}

.style-guide-color.is-primary {
  background-color: var(--red);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.button {
  width: auto;
  border: 1px none var(--red);
  background-color: var(--dark-red);
  color: var(--crema);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .25rem 2rem;
  font-family: Arnoldboed, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.button:hover {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .06);
}

.button.white {
  background-color: var(--crema);
  color: var(--dark-red);
}

.heading-medium {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large {
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

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

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

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

.text-rich-text {
  color: var(--blacky);
  line-height: 1.2;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: var(--white-smoke);
  border: 1px #000;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-color: var(--red);
  background-color: var(--firebrick);
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--blacky);
  color: #f5f5f5;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon:active {
  border: 1px solid var(--red);
  background-color: var(--firebrick);
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-secondary {
  border: .125rem solid var(--maroon);
  color: var(--maroon);
  text-align: center;
  background-color: rgba(190, 15, 52, .1);
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Arnoldboecklin, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button-text {
  color: var(--red);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Arnoldboed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-large {
  padding: 3rem;
  display: flex;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-small.text-align-center.heading-servicios {
  color: var(--maroon);
  flex: 0 auto;
  order: 1;
  align-items: flex-end;
  display: block;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-2 {
  font-family: Harmattan, sans-serif;
}

.menu-button {
  background-color: var(--maroon);
  transition: right .4s;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button.w--open {
  background-color: var(--maroon);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60vw;
}

.nav-menu {
  z-index: 100;
  width: 60vw;
  background-color: var(--maroon);
  padding-top: 5.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.image {
  max-height: 80px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.container {
  mix-blend-mode: normal;
}

.nav-link {
  color: var(--white-smoke);
  text-align: center;
  font-family: Arnoldboed, sans-serif;
  font-size: 3vw;
}

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

.nav-text-button {
  color: var(--white-smoke);
  font-family: Arnoldboed, sans-serif;
}

.section-hero-home {
  padding-top: 121px;
  display: flex;
  position: relative;
}

.hero-home_component {
  overflow: hidden;
}

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

.container-full-width {
  width: 100vw;
}

.hero-home_img-wrapper {
  width: 100%;
  height: 85vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-home_img {
  height: 100%;
  object-fit: cover;
  object-position: 23% 50%;
}

.hero-home_img.zoom-plaza-parque {
  width: 100%;
  object-position: 100% 50%;
  transform: scale(1.3);
}

.hero-home_text-overlay-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3.4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-home_overlay {
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  background-color: rgba(174, 32, 32, .57);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero_logo {
  width: 30rem;
  max-width: 60%;
  display: block;
}

.hero-home_content-logo-wraper {
  justify-content: flex-end;
  display: flex;
}

.text-block {
  font-size: 1.2rem;
}

.section-intro {
  background-image: linear-gradient(#fbf6ec, #fbf6ec), url('../images/da2da14086b80af1b3f0e8788c9c7f58.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.info_img-wrapper {
  max-height: 25rem;
  object-fit: cover;
  display: flex;
  overflow: hidden;
}

.info_servicios-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 14px;
  display: grid;
}

.info_serv-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.info-servicio-icon {
  height: 100px;
  align-self: center;
  padding-bottom: 20px;
}

.bar-jard-n-img {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  object-fit: cover;
  overflow: hidden;
}

.bar-jard-n-img.align {
  object-position: 50% 100%;
}

.galeria_layout {
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.home-hero-sucursal {
  color: var(--crema);
  text-align: right;
  text-transform: uppercase;
  font-family: Harmattan, sans-serif;
  font-size: 1.25rem;
}

.section-rese-as.background-color-grey {
  background-color: #f2f2f2;
}

.footer.background-color-brownie {
  background-color: var(--maroon);
  position: relative;
}

.footer_layout {
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: var(--white-smoke);
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.image-2 {
  max-width: 15rem;
}

.section-hero-sucursal {
  position: relative;
}

.hero-sucursal_name-wrapper {
  z-index: 10;
  width: 35vw;
  background-image: linear-gradient(to bottom, var(--dark-red), rgba(174, 32, 32, .39));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2.5rem;
}

.hero-sucursal_img-wrapper {
  min-height: 33%;
  min-width: auto;
  position: relative;
}

.section-info-sucursal {
  position: relative;
}

.section-info-sucursal.background-color-white {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.info-sucursal_layout {
  grid-column-gap: 7.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.section-contact-form.background-color-img-brownie {
  background-image: linear-gradient(rgba(157, 25, 3, .8), rgba(157, 25, 3, .8)), url('../images/da2da14086b80af1b3f0e8788c9c7f58.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.contact-form-grid {
  grid-column-gap: 7rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

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

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

.contact-form_field-label {
  font-family: Harmattan, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.textarea {
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.form-field {
  flex-direction: column;
  display: flex;
}

.contact-form_submit-button {
  background-color: var(--white-smoke);
  align-self: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Arnoldboed, sans-serif;
  font-weight: 400;
}

.contact-form_submit-button.text-color-black {
  padding: .5rem 2.5rem;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.barra-info_links-wrapper {
  min-height: 28.3rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(246, 246, 246, .38);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.subsection-barra-info {
  z-index: 10;
  width: 35vw;
  background-image: url('../images/barja-centro-exterior.webp'), linear-gradient(to bottom, var(--maroon), rgba(174, 32, 32, .39));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 2.5rem;
  overflow: visible;
}

.subsection-barra-info.box-shadow {
  justify-content: space-between;
  display: block;
  position: absolute;
  overflow: hidden;
}

.barra-info_text-link {
  color: var(--white-smoke);
  font-family: Arnoldboed, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.barra-info_link-block {
  width: 100%;
  color: var(--dark-red);
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1), background-color .2s cubic-bezier(.6, .04, .98, .335);
  display: flex;
}

.barra-info_link-block:hover {
  background-color: rgba(174, 32, 32, .64);
}

.barra-info_icon {
  flex: 0 auto;
  padding-right: 10px;
}

.barra-info_links-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.logo-sucursa {
  width: 29vw;
}

.hero-sucursal-image {
  min-width: auto;
  object-fit: cover;
  object-position: 50% 50%;
  position: fixed;
}

.contact-form_background-overlay {
  min-height: 100%;
  min-width: 100%;
  -webkit-backdrop-filter: contrast(200%) grayscale();
  backdrop-filter: contrast(200%) grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(rgba(157, 25, 3, .85), rgba(157, 25, 3, .85)), url('../images/da2da14086b80af1b3f0e8788c9c7f58.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: -webkit-sticky;
  position: sticky;
}

.section-instagram.background-color-white {
  position: relative;
}

.modal-width {
  width: 60rem;
  max-width: 80rem;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
}

.hero-sucursales_component {
  overflow: hidden;
}

.hero-sucursales_layout {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-sucursales_img-wrapper {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-sucursales_img {
  height: 100%;
  object-fit: cover;
  object-position: 24% 50%;
}

.hero-sucursales_img.hero-plaza-parque {
  object-position: 54% 50%;
}

.hero-sucursales_overlay {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-sucursales_text-overlay-wrapper {
  z-index: 5;
  background-image: linear-gradient(rgba(157, 25, 3, .86) 12%, rgba(145, 26, 6, .83) 52%, rgba(36, 36, 36, .59));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3.4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.call-carta {
  background-image: linear-gradient(rgba(255, 255, 255, .07), rgba(243, 243, 243, .77)), url('../images/carta-blur.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blur {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-landing_img-wrapper {
  width: 100%;
  height: 100vh;
  min-width: auto;
}

.subsection-barra-info-cb {
  z-index: 10;
  width: 35vw;
  background-image: url('../images/barja-centro-exterior.webp'), linear-gradient(to bottom, var(--maroon), rgba(174, 32, 32, .39));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 2.5rem;
  overflow: visible;
}

.subsection-barra-info-cb.box-shadow {
  background-image: url('../images/barra-info_CB.jpg'), linear-gradient(to bottom, var(--maroon), rgba(174, 32, 32, .39));
  background-position: 50% 100%, 0 0;
}

.contact-form_background-overlay--cb {
  min-height: 100%;
  min-width: 100%;
  -webkit-backdrop-filter: contrast(200%) grayscale();
  backdrop-filter: contrast(200%) grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(rgba(157, 25, 3, .88), rgba(157, 25, 3, .88)), url('../images/contact-form_CB.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: -webkit-sticky;
  position: sticky;
}

.contact-form_background-overlay--cb.plaza-parque {
  background-image: linear-gradient(rgba(157, 25, 3, .85), rgba(157, 25, 3, .85)), url('../images/contact-form_PP.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.subsection-barra-info-pp {
  z-index: 10;
  width: 35vw;
  background-image: url('../images/barja-centro-exterior.webp'), linear-gradient(to bottom, var(--maroon), rgba(174, 32, 32, .39));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 2.5rem;
  overflow: visible;
}

.subsection-barra-info-pp.box-shadow {
  background-image: linear-gradient(to bottom, rgba(199, 69, 47, .82), rgba(199, 69, 47, .82)), url('../images/barra-info_PP.jpg'), linear-gradient(to bottom, var(--maroon), rgba(174, 32, 32, .39));
  background-position: 0 0, 50% 100%, 0 0;
  background-size: auto, cover, auto;
}

.image-4 {
  min-width: 100%;
  position: fixed;
}

.header-img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
}

.section-contact-heading {
  position: relative;
}

.contacto-heading_img-wrapper {
  height: 30vh;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.contacto-header_overlay {
  background-image: linear-gradient(rgba(157, 25, 3, .5), rgba(157, 25, 3, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-contacto {
  position: relative;
}

.contacto_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.intro_left-col {
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.intro_right-col {
  width: 100%;
}

.body {
  color: #3f3f3f;
}

.servicios-column-wrapper {
  transition: opacity .35s;
}

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

.section-hero {
  height: 35rem;
  background-image: url('../images/centro_hero.webp');
  background-position: 50% 28%;
  background-size: cover;
  display: flex;
}

.sucursales-title {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.modal-visit_close-icon {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-visit-wrapper {
  position: relative;
}

.modal-close-icon_line-1 {
  width: 2rem;
  height: 2px;
  min-width: 2rem;
  background-color: var(--firebrick);
  position: absolute;
  transform: rotate(45deg);
}

.modal-close-icon_line-2 {
  width: 2rem;
  height: 2px;
  min-width: 2rem;
  background-color: var(--firebrick);
  align-self: auto;
  transform: rotate(-45deg);
}

.modal-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.modal-info-wrapper.background-color-white {
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
  display: block;
}

.nombre-sucursal {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
}

.modal-text-header-wrapper {
  background-color: rgba(157, 25, 3, .72);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slide-img-wrapper {
  width: 100%;
  height: 100%;
}

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

.slider {
  height: 30rem;
}

.body-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.rrss-wrapper {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rrss-layout {
  display: flex;
}

.sucursales-centro-tab {
  width: 16rem;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  margin-right: .8rem;
  font-family: Arnoldboed, sans-serif;
  font-weight: 400;
  display: flex;
}

.sucursales-centro-tab:hover {
  border: 2px solid #e5e4e4;
}

.sucursales-centro-tab.w--current {
  border: 2px solid var(--dark-red);
  background-color: var(--dark-red);
  color: var(--white-smoke);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.popup-info-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
}

.popup-galery {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popup-galery-img-wrapper {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.img-galeria-popup {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 1rem .4rem;
  display: flex;
}

.modal-form-centro {
  z-index: 5000;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.close-padding {
  padding: 3rem;
  display: flex;
}

.modal-form-casa_barro, .modal-form-plaza_parque {
  z-index: 5000;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    right: 70vw;
  }

  .nav-menu {
    width: 70vw;
    height: 100vh;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .nav-link {
    padding-top: 20px;
  }

  .hero-home_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-home_layout {
    height: auto;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .hero-home_img-wrapper {
    height: 24rem;
  }

  .hero-home_img {
    width: 100%;
    object-position: 50% 50%;
  }

  .hero-home_img.zoom-plaza-parque {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .hero-home_text-overlay-wrapper {
    align-items: center;
    padding: 3rem 1rem;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-hero_logo {
    height: 40px;
    max-width: none;
  }

  .hero-home_content-logo-wraper {
    justify-content: flex-start;
  }

  .galeria_layout {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-sucursal {
    text-align: center;
    font-size: .9rem;
  }

  .hero-sucursal_name-wrapper {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-sucursal_img-wrapper {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .info-sucursal_layout {
    grid-template-columns: 1fr;
    margin-top: -4rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .barra-info_links-wrapper {
    min-height: 16.6rem;
  }

  .subsection-barra-info {
    width: 85vw;
    background-position: 50%, 0 0;
    position: relative;
    right: auto;
  }

  .subsection-barra-info.box-shadow {
    position: static;
  }

  .logo-sucursa {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-sucursal-image {
    max-width: 200vw;
    min-height: 100vh;
  }

  .contact-form_background-overlay {
    max-width: 200vw;
  }

  .modal-width {
    width: 40rem;
  }

  .hero-sucursales_component {
    overflow: hidden;
  }

  .hero-sucursales_layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .hero-sucursales_img-wrapper {
    height: auto;
    min-height: 33%;
  }

  .hero-sucursales_img {
    width: 100%;
    object-position: 50% 50%;
  }

  .hero-sucursales_overlay {
    flex-direction: column;
    position: static;
  }

  .hero-sucursales_text-overlay-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-landing_img-wrapper {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .subsection-barra-info-cb {
    width: 85vw;
    background-position: 50%, 0 0;
    position: relative;
    right: auto;
  }

  .contact-form_background-overlay--cb {
    max-width: 200vw;
  }

  .subsection-barra-info-pp {
    width: 85vw;
    background-position: 50%, 0 0;
    position: relative;
    right: auto;
  }

  .image-4 {
    height: 100%;
    max-width: none;
    min-width: 0;
  }

  .header-img {
    max-width: 200vw;
    min-height: 100vh;
  }

  .sucursales-title {
    margin-top: 0;
  }

  .modal-visit_close-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .modal-visit-wrapper {
    margin-top: 15rem;
  }

  .popup-info-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .popup-galery {
    width: 74%;
  }

  .modal-form-centro {
    overflow: scroll;
  }

  .close-padding {
    padding: 2.5rem;
  }

  .modal-form-casa_barro, .modal-form-plaza_parque {
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-color {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-wrapper {
    overflow: visible;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-button.w--open {
    right: 80vw;
  }

  .nav-menu {
    width: 80vw;
    padding-top: 2rem;
  }

  .image {
    max-height: 46px;
  }

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-home_layout {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .home-hero_logo {
    max-width: 38%;
  }

  .hero-home_content-logo-wraper {
    justify-content: center;
  }

  .info_img-wrapper {
    height: 0;
    max-height: none;
    order: 1;
    padding-top: 25%;
    padding-bottom: 23%;
    position: relative;
  }

  .info-servicio-icon {
    height: 80px;
  }

  .bar-jard-n-img {
    order: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .galeria_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer_layout {
    grid-template-columns: 1fr;
  }

  .hero-sucursal_name-wrapper {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .info-sucursal_layout {
    margin-top: -3rem;
  }

  .barra-info_text-link {
    font-size: 1rem;
  }

  .modal-width {
    width: 100vw;
    margin-top: 2.5rem;
  }

  .hero-sucursales_layout {
    height: 100vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-landing_img-wrapper {
    min-height: 100vh;
    object-fit: cover;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .modal-visit_close-icon {
    background-color: var(--white-smoke);
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .modal-visit-wrapper {
    max-width: 100%;
    margin-top: 0;
  }

  .modal-close-icon_line-1, .modal-close-icon_line-2 {
    background-color: var(--dark-red);
  }

  .sucursales-centro-tab {
    width: 95%;
  }

  .sucursales-centro-tab.w--current {
    margin-right: 0;
  }

  .popup-info-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .popup-galery {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
  }

  .popup-info_content-left {
    width: 100%;
  }

  .modal-form-centro {
    height: 100vh;
    justify-content: flex-start;
    display: flex;
    overflow: scroll;
  }

  .close-padding {
    padding: 1.5rem;
  }

  .modal-form-casa_barro, .modal-form-plaza_parque {
    height: 100vh;
    justify-content: flex-start;
    display: flex;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .heading-large {
    white-space: normal;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-rich-text h4 {
    margin-top: 0;
  }

  .page-wrapper._100vh {
    max-height: 100vh;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .menu-button.w--open {
    right: 75vw;
  }

  .nav-menu {
    width: 75vw;
  }

  .nav-link {
    font-size: 5vw;
  }

  .hero-home_layout {
    grid-template-columns: 1fr;
  }

  .hero-home_img-wrapper {
    height: 34vh;
  }

  .hero-home_img {
    height: 100%;
  }

  .info_img-wrapper {
    order: 0;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .info_img-wrapper.last-in-mobile {
    order: 1;
  }

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

  .hero-sucursal_img-wrapper {
    min-height: 33vh;
    background-image: none;
  }

  .barra-info_text-link {
    text-align: left;
  }

  .logo-sucursa {
    width: 67vw;
  }

  .hero-sucursal-image {
    object-position: 22% 50%;
  }

  .hero-sucursales_layout {
    grid-template-columns: 1fr;
  }

  .hero-sucursales_img-wrapper {
    min-height: 33.33vh;
  }

  .hero-sucursales_img {
    height: 100%;
  }

  .hero-sucursales_text-overlay-wrapper {
    height: 100%;
    background-image: linear-gradient(to top, rgba(157, 25, 3, .86), rgba(145, 26, 6, .83) 0%, rgba(36, 36, 36, .59));
    justify-content: center;
  }

  .hero-landing_img-wrapper {
    background-image: none;
  }

  .image-4 {
    height: 100%;
    max-width: none;
    min-width: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .header-img {
    object-position: 22% 50%;
  }

  .section-contacto {
    flex-direction: column;
    display: flex;
  }

  .contacto_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-hero.center {
    height: 9rem;
    background-position: 23%;
  }

  .modal-visit_close-icon {
    background-color: var(--white-smoke);
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .modal-visit-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .modal-close-icon_line-1, .modal-close-icon_line-2 {
    background-color: var(--dark-red);
  }

  .modal-info-wrapper.background-color-white {
    flex-direction: column;
    display: flex;
  }

  .modal-header {
    position: relative;
  }

  .sucursales-centro-tab {
    width: auto;
  }

  .popup-galery {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-direction: column;
  }
}

#w-node-_44043b4a-d400-0298-8255-0ab81d281931-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fba2bacd-7c63-23e6-73ad-0c914ce47793-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04fd1041-6669-e981-bd91-ff39f4ad1004-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ad5809b6-030d-fc9d-a8d1-73f833ad562b-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b0f1e7-66e2-a0ee-cf1a-bd4b7a45c77a-8b63a1b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4290be74-8758-4a67-f677-2d2983855ecc-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d132ebd9-fb63-8cf3-c59f-acbfd30f9dd1-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7d01ea46-e4ee-68ea-a60e-c94d550483f0-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e731044b-c8cd-1386-9614-53db6ae6cfee-8b63a1b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_915c8bf8-15b2-4bc0-59ac-da5804adc5b0-8b63a1b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_53ab85d5-534e-e4d2-fbfc-6737bdabec2c-8b63a1b9, #w-node-ba2fd83a-a5f6-1ff9-9374-43d576e2288c-8b63a1b9, #w-node-ba2fd83a-a5f6-1ff9-9374-43d576e2288d-8b63a1b9, #w-node-ba2fd83a-a5f6-1ff9-9374-43d576e2288f-8b63a1b9, #w-node-ba2fd83a-a5f6-1ff9-9374-43d576e22891-8b63a1b9, #w-node-ba2fd83a-a5f6-1ff9-9374-43d576e22893-8b63a1b9, #w-node-_6fcb44d5-0cd5-762c-d62f-754323b869f0-8b63a1b9, #w-node-_949ab40a-3e9c-7322-d6d0-6d15c3d14916-8b63a1b9, #w-node-eccd2eae-74ad-b638-9e53-bb5d50648725-8b63a1b9, #w-node-ff5b41cf-58de-4753-5ccd-94945517bcef-8b63a1b9, #w-node-c7a5d0ec-57bc-4a46-075f-5f92658fca3e-8b63a1b9, #w-node-_4b2069a9-9ca1-6800-96f5-df10450d1c0a-8b63a1b9, #w-node-_4b2069a9-9ca1-6800-96f5-df10450d1c0b-8b63a1b9, #w-node-_4b2069a9-9ca1-6800-96f5-df10450d1c0d-8b63a1b9, #w-node-_4b2069a9-9ca1-6800-96f5-df10450d1c0f-8b63a1b9, #w-node-_4b2069a9-9ca1-6800-96f5-df10450d1c11-8b63a1b9, #w-node-_420b3299-0280-d781-9973-c06ed7977afb-8b63a1b9, #w-node-_420b3299-0280-d781-9973-c06ed7977afc-8b63a1b9, #w-node-_420b3299-0280-d781-9973-c06ed7977afe-8b63a1b9, #w-node-_420b3299-0280-d781-9973-c06ed7977b00-8b63a1b9, #w-node-_420b3299-0280-d781-9973-c06ed7977b02-8b63a1b9, #w-node-c0bf6449-d345-b950-3c68-eb85410bbd73-410bbd6e, #w-node-c0bf6449-d345-b950-3c68-eb85410bbd75-410bbd6e, #w-node-_3cae8820-dc2d-410e-43a4-941fd9d8360f-be63a1bd, #w-node-_125ff750-0a03-df73-17fc-6e7385e92c78-be63a1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6b741c-7051-e87e-5c80-6edb69c55de7-be63a1bd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf8-be63a1bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcfc-be63a1bd {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd00-be63a1bd {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-be63a1bd {
  grid-area: 1 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-_3cae8820-dc2d-410e-43a4-941fd9d8360f-172c17bc, #w-node-_125ff750-0a03-df73-17fc-6e7385e92c78-172c17bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6b741c-7051-e87e-5c80-6edb69c55de7-172c17bc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf8-172c17bc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcfc-172c17bc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd00-172c17bc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-172c17bc {
  grid-area: 1 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-_3cae8820-dc2d-410e-43a4-941fd9d8360f-b6c511e4, #w-node-_125ff750-0a03-df73-17fc-6e7385e92c78-b6c511e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6b741c-7051-e87e-5c80-6edb69c55de7-b6c511e4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf8-b6c511e4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcfc-b6c511e4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd00-b6c511e4 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-b6c511e4 {
  grid-area: 1 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-_560cbe91-7d50-8082-0d0a-18c83e96b90e-662a24bf, #w-node-_159a6a66-fade-473a-a6b1-64ae5af759e7-e71dbe7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ad5809b6-030d-fc9d-a8d1-73f833ad562b-8b63a1b9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_74b0f1e7-66e2-a0ee-cf1a-bd4b7a45c77a-8b63a1b9 {
    grid-column: 2 / 3;
  }

  #w-node-_4290be74-8758-4a67-f677-2d2983855ecc-8b63a1b9 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d132ebd9-fb63-8cf3-c59f-acbfd30f9dd1-8b63a1b9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e731044b-c8cd-1386-9614-53db6ae6cfee-8b63a1b9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_915c8bf8-15b2-4bc0-59ac-da5804adc5b0-8b63a1b9 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_45c73844-d5a4-a88d-8070-0fef32e277a9-be63a1bd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-be63a1bd {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_45c73844-d5a4-a88d-8070-0fef32e277a9-172c17bc {
    justify-self: center;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-172c17bc {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_45c73844-d5a4-a88d-8070-0fef32e277a9-b6c511e4 {
    justify-self: center;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-b6c511e4 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7d01ea46-e4ee-68ea-a60e-c94d550483f0-8b63a1b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_125ff750-0a03-df73-17fc-6e7385e92c78-be63a1bd, #w-node-_125ff750-0a03-df73-17fc-6e7385e92c78-172c17bc, #w-node-_125ff750-0a03-df73-17fc-6e7385e92c78-b6c511e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad5809b6-030d-fc9d-a8d1-73f833ad562b-8b63a1b9, #w-node-_74b0f1e7-66e2-a0ee-cf1a-bd4b7a45c77a-8b63a1b9, #w-node-_4290be74-8758-4a67-f677-2d2983855ecc-8b63a1b9, #w-node-e731044b-c8cd-1386-9614-53db6ae6cfee-8b63a1b9, #w-node-_915c8bf8-15b2-4bc0-59ac-da5804adc5b0-8b63a1b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf4-be63a1bd, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf8-be63a1bd, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcfc-be63a1bd, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd00-be63a1bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-be63a1bd {
    grid-area: span 4 / span 2 / span 4 / span 2;
    align-self: stretch;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf4-172c17bc, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf8-172c17bc, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcfc-172c17bc, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd00-172c17bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-172c17bc {
    grid-area: span 4 / span 2 / span 4 / span 2;
    align-self: stretch;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf4-b6c511e4, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcf8-b6c511e4, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbcfc-b6c511e4, #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd00-b6c511e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c96d028-c494-7889-1e2a-5db93a0fbd04-b6c511e4 {
    grid-area: span 4 / span 2 / span 4 / span 2;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Arnoldboecklin';
  src: url('../fonts/ArnoldBoecklin.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arnoldboed';
  src: url('../fonts/ArnoldBoeD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}