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

.heroe {
  height: 100vh;
  background-image: url('../images/PRE-SAVE-91.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  z-index: 999;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.heading {
  color: #e5ebf8;
  text-shadow: 1px 1px 6px #000;
  margin-left: -5%;
  font-family: The artisan, sans-serif;
  font-size: 80px;
  line-height: 55px;
}

.heading.cel {
  display: none;
}

.heading-2 {
  color: #e5ebf8;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Myriad pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.div-block {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .51), rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  padding-top: 5px;
  padding-left: 3%;
}

.container-2 {
  border-bottom: 1px solid #fff;
}

.nav-link, .nav-link-2 {
  display: none;
}

.nav-link-3 {
  color: #fdfcfc;
}

.imagen {
  margin-bottom: 2%;
}

.imagen.cel, .div-block-3.tel {
  display: none;
}

.section {
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section.photo {
  background-image: url('../images/wallwe.page.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.photo2 {
  background-image: url('../images/viriwe.page_1.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  padding-top: 5%;
}

.heading2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.paragraph {
  width: 90%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

.bot-n {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 10px;
}

.row {
  display: flex;
}

.overflow {
  margin-bottom: 0;
  overflow: hidden;
}

.overflow.mb {
  margin-bottom: 2.22vw;
}

.main-paragraph {
  color: #021d2b;
  object-fit: fill;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.3;
}

.subheading-copy {
  color: #021d2b;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1;
  display: none;
}

.grid-section {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 42vw;
}

.span-link {
  opacity: .53;
  text-transform: none;
  font-style: italic;
}

.container-heading-hero {
  z-index: 18;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-heading-hero.second {
  align-items: flex-start;
}

.link-wrap {
  opacity: 1;
  color: #dcecf4;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 2.777vw;
  margin-right: auto;
  font-size: 2.777vw;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  overflow: hidden;
}

.link-wrap:hover {
  opacity: 1;
}

.link-section {
  background-color: rgba(208, 232, 242, .8);
  padding-top: 5.555vw;
  padding-bottom: 5.555vw;
}

.link-section.blanco {
  background-color: #d5c9c0;
}

.link-heading {
  height: auto;
  opacity: 1;
  color: #021d2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  overflow: visible;
}

.container-image-background {
  width: 100%;
  height: auto;
  background-image: url('../images/PRE-SAVE-132.JPG');
  background-position: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.container-text {
  padding-bottom: 6.11111vw;
  padding-left: 3.8888vw;
}

.container-text._2 {
  color: #021d2b;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 3.611vw;
  display: flex;
}

.container-text.close {
  display: none;
}

.main-heading {
  font-size: 2.7778vw;
}

.main-heading.all-caps {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.main-heading.all-caps.white {
  color: #021d2b;
  text-align: left;
  text-transform: none;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
}

.backgound-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.backgound-image.third-image {
  background-image: url('../images/PRE-SAVE-22.JPG');
  background-position: 100%;
  justify-content: center;
  align-items: center;
  display: block;
}

.backgound-image.third {
  width: auto;
  background-image: url('../images/PRE-SAVE-132.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.backgound-image.first {
  background-image: url('../images/PRE-SAVE-22.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.backgound-image.image-second, .backgound-image.image-first {
  background-image: url('../images/PRE-SAVE-22.JPG');
  background-position: 100%;
}

.backgound-image.second {
  background-image: url('../images/PRE-SAVE-22.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.containedr-link {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3vw;
  padding-left: 5vw;
  display: flex;
}

.link-line {
  width: 3vw;
  height: 1px;
  color: #dcecf4;
  background-color: #dcecf4;
  margin-left: 10px;
}

.link-line.black {
  color: #021d2b;
  background-color: #021d2b;
}

.container-image-second {
  width: 32vw;
  height: 42.91vw;
  position: relative;
}

.container-image-second.fourth-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/PRE-SAVE-22.JPG');
  background-position: 100%;
  background-size: cover;
  overflow: hidden;
}

.cover-shape {
  background-color: #505e60;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 42vw 1fr;
  align-items: center;
}

.grid.phone {
  display: none;
}

.heading-3 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 15px;
}

.grid-2.phone {
  display: none;
}

.paragraph-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2._2 {
  border-left: 1px solid #000;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.top-container {
  align-items: center;
  display: flex;
}

.white-line-second {
  width: 90px;
  height: 1px;
  background-color: #fff;
  border: .5px #fff;
  margin-right: 10px;
  padding-right: 0;
}

.white-line-second.dark {
  background-color: #021d2b;
  border-color: #021d2b;
}

.sub-heading-buy {
  color: #fff;
  font-size: 1vw;
  font-weight: 300;
  position: static;
}

.sub-heading-buy.dark {
  color: #021d2b;
  text-align: center;
}

.section-2 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section-2.no-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  height: 70vh;
  background-image: url('../images/PRE-SAVE-110.JPG');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

.light {
  color: #fafaf8;
  display: none;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.service-item {
  width: 100%;
  margin-bottom: 46px;
}

.home-service-slide {
  width: 31.4%;
  margin-right: 36px;
}

.slide-left-arrow {
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  border: 1.5px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1em;
  transition: border-color .3s, transform .3s;
  display: flex;
  top: -138px;
  bottom: auto;
  left: auto;
  right: 92px;
}

.slide-left-arrow:hover {
  border-color: #6b6b6b;
  transform: scale(.95);
}

.slide-left-arrow.close {
  display: none;
}

.home-services-content-top {
  max-width: 432px;
  margin-bottom: 67px;
}

.page-lines-outside {
  width: 87.5%;
  height: 100%;
  max-width: 1245px;
  min-height: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  justify-content: center;
  display: flex;
}

.page-lines-outside.dark {
  border-left-color: #333;
  border-right-color: #333;
}

.title.color-neutral-100 {
  color: #fff;
}

.title.color-neutral-100.home-services {
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
}

.title.h3-size {
  color: #020202;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.286em;
}

.title.h3-size.home-services {
  color: #505e60;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.subtitle {
  letter-spacing: .06em;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1em;
}

.subtitle.color-neutral-500 {
  color: #505e60;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.underline {
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #020202;
}

.underline.bg-neutral-100 {
  background-color: #fff;
}

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

.service-item-wrapper {
  color: #6b6b6b;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.service-item-wrapper:hover {
  color: #6b6b6b;
}

.section-3 {
  z-index: 1;
  background-color: #f2f1ee;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.section-3.padding-240px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-3.padding-240px.bg-neutral-800 {
  background-color: #d5c9c0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-underline-wrapper {
  color: #020202;
  font-weight: 700;
  line-height: 1.111em;
  display: inline-block;
}

.link-underline-wrapper.color-neutral-100 {
  color: #fff;
}

.container-default {
  z-index: 2;
  max-width: 1291px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.slide-nav {
  display: none;
}

.slide-right-arrow {
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  border: 1.5px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1em;
  transition: border-color .3s, transform .3s;
  display: flex;
  top: -138px;
  bottom: auto;
  left: auto;
  right: 0;
}

.slide-right-arrow:hover {
  border-color: #6b6b6b;
  transform: scale(.95);
}

.slide-right-arrow.close {
  display: none;
}

.page-lines-inside {
  width: 34%;
  height: 100%;
  min-height: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.page-lines-inside.dark {
  border-left-color: #333;
  border-right-color: #333;
}

.paragraph-3.color-neutral-400 {
  color: #e6e6e6;
}

.paragraph-3.color-neutral-400.home-services {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-3.service-item {
  margin-bottom: 40px;
}

.paragraph-3.service-item.home-services {
  color: #505e60;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.underline-wrapper {
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #b1b1b1;
  margin-top: 10px;
  overflow: hidden;
}

.underline-wrapper.dark {
  background-color: #333;
}

.bg.page-lines-wrapper {
  justify-content: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-services-slider {
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.field-label-2 {
  font-size: 16px;
  font-weight: 500;
}

.contact-form-block {
  width: 100%;
  flex: 1;
  margin-bottom: 0;
}

.div-block-5 {
  width: 80%;
  height: 80%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input {
  min-height: 10px;
  color: #020202;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 0;
  padding: 0 0 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.111em;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-bottom-color: #020202;
}

.input:focus {
  color: #020202;
  border-bottom-color: #020202;
}

.input::-ms-input-placeholder {
  color: #6b6b6b;
}

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

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff282b;
  margin-top: 20px;
  padding: 20px;
}

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

.container-4.auto {
  height: 100%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

.rvsp {
  height: 100vh;
  background-color: #efebea;
}

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

.text-block {
  color: #333;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.bot-n-enviar-formulario {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 10px;
}

.login-page-wrapper {
  width: 100%;
  background-image: url('../images/wallwe.page.png');
  background-position: 0 0;
  background-size: cover;
}

.login-label {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.water-image {
  background-image: url('../images/PRE-SAVE-80.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.login-section {
  width: 50%;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  padding: 50px 50px 80px;
  font-size: 16px;
  display: flex;
}

.login-box {
  width: 100%;
  max-width: 1100px;
  min-height: 80vh;
  background-color: #fff;
  border-radius: 5px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, .2);
}

.tree-image {
  background-image: url('../images/PRE-SAVE-129.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-section {
  width: 50%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.login-page-section {
  min-height: 100vh;
  background-color: #fff;
  background-image: url('../images/wallwe.page.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10vh 5%;
  display: flex;
}

.login-head {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  font-weight: 200;
  line-height: 1.3em;
}

.login-field {
  width: 90%;
  height: 40px;
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.login-field:focus {
  background-color: #fff;
  border: 1px solid #76ce89;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #76ce89;
}

.sign-up-field-wrapper {
  display: flex;
}

.login-button {
  width: 100%;
  background-color: rgba(170, 218, 218, .78);
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #36b868;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 0;
}

.field-image {
  background-image: url('../images/PRE-SAVE-149.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.memberstack-form {
  padding-top: 25px;
  position: relative;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.error-message-2 {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.paragraph-copy {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 160%;
}

.section-4 {
  background-color: #d5c9c0;
}

.sell-info {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 0 20px 20px;
  display: flex;
}

.sell-grid {
  z-index: 1;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.sell-card {
  width: auto;
  height: 28vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all .3s ease-in-out;
  display: flex;
}

.sell-card:hover {
  transform: scale(.95);
}

.sell-card._2 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/b3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._11 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._5 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/b2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._6 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/m4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._8 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/m5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._13 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._16 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._18 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/m2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._15 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._14 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._9 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/b6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._3 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._7 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/b1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._4 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/m1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._1 {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(79, 85, 88, .4), rgba(79, 85, 88, .4)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-10.09.20.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 0;
  transition: transform .4s ease-in-out;
}

.sell-card._10 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._12 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/c8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.sell-card._17 {
  height: 300px;
  background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4)), url('../images/b3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition-property: transform;
  transition-duration: .4s;
}

.price {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  font-size: 3vw;
  line-height: 1;
  display: block;
}

.address {
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: flex;
}

.link-block {
  height: 300px;
  background-image: linear-gradient(rgba(79, 86, 89, .4), rgba(79, 86, 89, .4));
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.grid-3 {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  height: 300px;
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-10.09.20.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
}

.link-block-2._2 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.43.45.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-2._3 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.45.46.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-2._4 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.46.56.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-2._5 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.49.43.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-2._6 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.51.52.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-2._7 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.53.26.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-2._8 {
  background-image: linear-gradient(rgba(56, 56, 56, .32), rgba(56, 56, 56, .32)), url('../images/Captura-de-Pantalla-2022-05-17-a-las-16.59.03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

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

.grid-4._2, .grid-4._3 {
  grid-template-rows: auto auto;
}

.grid-4._4 {
  grid-template-rows: auto auto auto auto;
}

.link-block-3 {
  height: 300px;
  background-image: url('../images/pexels-rafael-guimarães-1060803.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.link-block-3._2 {
  background-image: url('../images/499fefb144ed327c731d62f836505a0f.jpeg');
}

.link-block-3._3 {
  background-image: url('../images/IMG_6789.jpeg');
}

.link-block-3._4 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-17-a-las-17.21.27.png');
}

.link-block-3._5 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-17-a-las-17.34.05.png');
  background-position: 50%;
  background-size: cover;
}

.link-block-3._6 {
  background-image: url('../images/8a2c36ec6c4af234210dfe1aba9b8e1b.jpeg');
}

.link-block-3._7 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.25.47.png');
}

.link-block-3._8 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.26.52.png');
}

.link-block-3._9 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.27.36.png');
}

.link-block-3._10 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.34.32.png');
}

.link-block-3._11 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.34.58.png');
}

.link-block-3._12 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.40.15.png');
}

.link-block-3._13 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.41.36.png');
}

.link-block-3._14 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.42.32.png');
}

.link-block-3._15 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.43.42.png');
}

.link-block-3._16 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.44.42.png');
}

.link-block-3._17 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.45.37.png');
}

.link-block-3._18 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.47.16.png');
}

.link-block-3._19 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-17.48.39.png');
}

.link-block-3._21 {
  background-image: url('../images/ba.jpeg');
}

.link-block-3._22 {
  background-image: url('../images/Hierve-El-Agua-un-escenario-espectacular-en-Oaxaca.jpeg');
}

.link-block-3._23 {
  background-image: url('../images/tule-oaxaca.jpeg');
}

.link-block-3._24 {
  background-image: url('../images/Oaxaca-Mitla-Zona-Arqueologica-web.jpeg');
}

.link-block-3._25 {
  background-image: url('../images/Jardín_Etnobotánico_de_Oaxaca_08.jpeg');
}

.link-block-3._26 {
  background-image: url('../images/A1_282.jpeg');
}

.link-block-3._27 {
  background-image: url('../images/Captura-de-Pantalla-2022-05-19-a-las-18.01.56.png');
}

.link-block-3._28 {
  background-image: url('../images/cuanto-cuesta-hacer-ruta-mezcal-oaxaca-4.jpeg');
}

.link-block-3._29 {
  background-image: url('../images/descarga.jpeg');
}

.link-block-3._30 {
  background-image: url('../images/barro-verde-de-oax.jpeg');
}

.div-block-7 {
  width: 90%;
  height: 50px;
  background-color: rgba(220, 237, 245, .78);
}

.heading-7 {
  color: #000;
  padding-top: 5px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
}

.navabar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.form-cf10 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-cf10 {
  width: 15px;
  height: 15px;
  border-radius: 18px;
  margin-right: 10px;
}

.checkbox-cf10.w--redirected-checked {
  background-color: #f76874;
  border-color: #f76874;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-subwrapper-cf10 {
  width: 100%;
  display: flex;
}

.submit-button-cf10 {
  opacity: .4;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d5c9c0;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf10:hover {
  color: #fff;
  background-color: #d5c9c0;
  border-color: #d5c9c0;
}

.checkbox-field-cf10 {
  width: 40%;
  color: #999;
  background-color: #f3f6fb;
  border-radius: 6px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 7px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.field-label-cf10 {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-cf10 {
  text-align: left;
  background-color: #f4f6fc;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 0;
  font-size: 16px;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: #f76874;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.form-block {
  width: 100%;
}

.icon {
  color: #fff;
}

.menu-button, .menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  background-color: rgba(238, 238, 238, .65);
}

.text-block-6, .text-block-7, .text-block-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .overflow.mb {
    margin-bottom: 24px;
  }

  .main-paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .subheading-copy {
    font-size: 16px;
    line-height: 1.2;
  }

  .grid-section {
    grid-template-columns: 1fr 1fr 42vw;
  }

  .span-link {
    color: rgba(2, 29, 43, .5);
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
  }

  .link-wrap {
    opacity: 1;
    font-size: 2vw;
    transition-property: none;
  }

  .link-section {
    background-color: rgba(208, 232, 242, .5);
    padding-bottom: 5.555vw;
  }

  .link-section.blanco {
    background-color: #d5c9c0;
  }

  .link-heading {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 25px;
    line-height: 1;
  }

  .container-image-background {
    height: 31vw;
    background-image: url('../images/PRE-SAVE-132.JPG');
  }

  .container-text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .container-text._2 {
    justify-content: flex-end;
    padding-bottom: 4vw;
    padding-left: 13px;
    padding-right: 10vw;
  }

  .main-heading.all-caps.white {
    text-transform: none;
    font-size: 60px;
  }

  .backgound-image.third-image {
    background-image: url('../images/PRE-SAVE-1.JPG');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .backgound-image.third {
    background-image: url('../images/PRE-SAVE-132.JPG');
  }

  .backgound-image.first {
    background-image: url('../images/PRE-SAVE-132.JPG');
    background-size: cover;
  }

  .backgound-image.image-second {
    background-image: url('../images/PRE-SAVE-1.JPG');
    background-position: 0 0;
    background-size: auto;
  }

  .backgound-image.image-first {
    background-image: url('../images/PRE-SAVE-1.JPG');
    background-repeat: no-repeat;
  }

  .backgound-image.second {
    background-image: url('../images/PRE-SAVE-132.JPG');
  }

  .containedr-link {
    width: 60%;
    padding-left: 5vw;
  }

  .container-image-second.fourth-image {
    width: 100%;
    height: 31vw;
    background-image: url('../images/PRE-SAVE-1.JPG');
  }

  .grid {
    grid-template-columns: 42vw 1fr;
  }

  .top-container {
    height: auto;
    position: relative;
    left: -67px;
  }

  .top-container.bottom {
    justify-content: center;
    margin-bottom: 40px;
    left: auto;
  }

  .white-line-second {
    width: 60px;
    background-color: #fff;
  }

  .white-line-second.dark {
    background-color: #021d2b;
  }

  .sub-heading-buy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
    line-height: 1;
  }

  .sub-heading-buy.dark {
    margin-bottom: 0;
    font-size: 14px;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .sell-grid {
    width: 100%;
  }

  .sell-card {
    width: auto;
    height: 400px;
    max-height: none;
    background-image: linear-gradient(rgba(2, 29, 43, .4), rgba(2, 29, 43, .4));
    transition-property: none;
  }

  .sell-card:hover {
    transform: none;
  }

  .sell-card._2 {
    width: auto;
    height: 300px;
    justify-content: flex-end;
  }

  .sell-card._11 {
    width: auto;
    height: 300px;
  }

  .sell-card._5, .sell-card._6, .sell-card._8, .sell-card._13, .sell-card._16, .sell-card._18, .sell-card._15, .sell-card._14, .sell-card._9, .sell-card._3, .sell-card._7, .sell-card._4 {
    height: 300px;
  }

  .sell-card._1 {
    width: auto;
    height: 300px;
  }

  .sell-card._10, .sell-card._12 {
    height: 300px;
  }

  .sell-card._17 {
    height: 300px;
    transition-property: none;
  }

  .price {
    font-size: 40px;
  }

  .address {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .section-3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3.padding-240px {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 991px) {
  .heroe {
    background-image: url('../images/PRE-SAVE-91.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .imagen.cel {
    display: none;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .subheading-copy {
    font-size: 12px;
  }

  .grid-section {
    grid-template-columns: auto;
  }

  .link-section {
    background-color: #f8f8f8;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-image-background {
    width: 700px;
    height: 400px;
  }

  .container-text {
    padding-left: 0;
  }

  .container-text._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-heading.all-caps.white {
    font-size: 63px;
  }

  .containedr-link {
    padding-left: 0;
  }

  .container-image-second.fourth-image {
    height: 400px;
    display: block;
  }

  .grid {
    grid-template-columns: auto 1fr;
    display: none;
  }

  .grid.phone {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .sub-heading-buy {
    font-size: 16px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }

  .image-wrapper.service-item {
    margin-bottom: 40px;
  }

  .home-service-slide {
    width: 48.5%;
    margin-right: 30px;
  }

  .slide-left-arrow {
    top: -128px;
  }

  .slide-left-arrow.close {
    background-image: url('../images/arrow-left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .home-services-content-top {
    margin-bottom: 60px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 30px;
  }

  .section-3 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section-3.padding-240px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .slide-right-arrow {
    top: -128px;
  }

  .slide-right-arrow.close {
    background-image: url('../images/arrow-right.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .paragraph-3.service-item {
    margin-bottom: 35px;
    margin-right: 10px;
  }

  .login-section {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .login-box {
    max-width: 600px;
  }

  .slider-section {
    display: none;
  }

  .sell-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .sell-card {
    width: 100%;
    height: 250px;
  }

  .sell-card._2, .sell-card._11, .sell-card._5, .sell-card._6, .sell-card._8, .sell-card._13, .sell-card._16, .sell-card._18, .sell-card._15, .sell-card._14, .sell-card._9, .sell-card._3, .sell-card._7, .sell-card._4, .sell-card._1, .sell-card._10, .sell-card._12, .sell-card._17 {
    height: 250px;
  }

  .price {
    font-size: 28px;
  }

  .address {
    font-size: 14px;
  }

  .heading-7 {
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .heroe {
    background-image: url('../images/PRE-SAVE-91.JPG');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading {
    margin-left: 0%;
    font-size: 60px;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-left: 0%;
    font-size: 30px;
  }

  .div-block {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
    align-items: center;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .imagen {
    display: none;
  }

  .imagen.cel {
    display: block;
  }

  .container-heading-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-heading-hero.second {
    align-items: flex-start;
    padding-left: 0;
  }

  .link-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-heading {
    font-size: 25px;
  }

  .link-line.black {
    margin-left: 0;
  }

  .sub-heading-buy.dark {
    font-size: 16px;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }

  .image-wrapper.service-item {
    margin-bottom: 35px;
  }

  .home-service-slide {
    width: 100%;
  }

  .slide-left-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    top: -93px;
    left: 0;
    right: auto;
  }

  .home-services-content-top {
    margin-bottom: 120px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 25px;
  }

  .title.h3-size {
    font-size: 26px;
  }

  .subtitle {
    margin-bottom: 4px;
    font-size: 25px;
  }

  .section-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .service-item-content {
    max-width: 431px;
  }

  .slide-right-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    top: -93px;
    left: 82px;
    right: auto;
  }

  .paragraph-3.service-item {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .bg.page-lines-wrapper {
    display: none;
  }

  .contact-form {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .login-section {
    padding-left: 9%;
    padding-right: 9%;
  }

  .login-head {
    font-size: 27px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

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

  .checkbox-field-cf10 {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }

  .text-field-cf10.other {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .heroe {
    height: 90vh;
    opacity: 1;
    background-image: url('../images/PRE-SAVE-91.JPG');
    background-position: 18%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading {
    text-align: center;
    text-shadow: 1px 0 20px #000;
    margin-bottom: 0;
    margin-left: 0%;
    font-size: 45px;
    line-height: 60px;
    display: block;
  }

  .heading.cel {
    text-align: center;
    text-shadow: none;
    margin-top: 0;
    padding-top: 98%;
    font-size: 60px;
    line-height: 65px;
    display: block;
  }

  .heading-2 {
    text-shadow: 1px 1px 20px #000;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0%;
    font-size: 25px;
  }

  .div-block {
    height: 90vh;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .51) 26%, rgba(255, 255, 255, 0));
    justify-content: space-between;
    align-items: center;
    padding: 0%;
  }

  .div-block-2 {
    width: 100%;
    background-image: none;
    justify-content: center;
    padding-bottom: 5%;
  }

  .imagen {
    display: none;
  }

  .imagen.cel {
    margin-top: 0%;
    margin-bottom: 2%;
    margin-left: 0%;
    display: block;
  }

  .div-block-3 {
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, .4) 26%, rgba(255, 255, 255, 0));
    justify-content: center;
    align-items: flex-start;
    margin-top: 0%;
    padding-top: 15%;
    display: flex;
  }

  .div-block-3.tel {
    display: flex;
  }

  .heading2 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 18px;
  }

  .bot-n {
    font-size: 15px;
  }

  .subheading-copy {
    margin-bottom: 20px;
  }

  .grid-section {
    display: block;
  }

  .span-link {
    font-size: 12px;
  }

  .container-heading-hero {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-section.blanco {
    width: 100%;
  }

  .link-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .container-image-background {
    width: 100%;
    height: 250px;
    display: block;
  }

  .main-heading.all-caps.white {
    font-size: 45px;
  }

  .backgound-image.first {
    width: auto;
  }

  .container-image-second.fourth-image {
    height: 250px;
    display: block;
  }

  .grid {
    grid-template-columns: auto;
    display: none;
  }

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

  .grid-2 {
    display: none;
  }

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

  .paragraph-2 {
    font-size: 14px;
  }

  .paragraph-2._2 {
    border-top: 1px solid #000;
    border-left-width: 0;
    font-size: 14px;
  }

  .top-container.bottom {
    margin-bottom: 20px;
  }

  .white-line-second {
    width: 27px;
  }

  .white-line-second.dark {
    width: 50px;
  }

  .sub-heading-buy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1;
  }

  .sub-heading-buy.dark {
    font-size: 12px;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url('../images/PRE-SAVE-110.JPG');
    background-size: cover;
    background-attachment: scroll;
  }

  .image-wrapper.service-item {
    margin-bottom: 30px;
  }

  .slide-left-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    top: -78px;
  }

  .slide-left-arrow.close {
    background-image: url('../images/arrow-left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .home-services-content-top {
    margin-bottom: 100px;
  }

  .title.color-neutral-100.home-services {
    margin-bottom: 20px;
  }

  .title.color-neutral-100.home-services._2 {
    font-size: 30px;
  }

  .title.h3-size {
    font-size: 23px;
  }

  .subtitle {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .section-3 {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-3.padding-240px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-underline-wrapper {
    font-size: 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-right-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    top: -78px;
    left: 72px;
  }

  .slide-right-arrow.close {
    background-image: url('../images/arrow-right.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .paragraph-3.color-neutral-400.home-services {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-3.service-item {
    margin-bottom: 25px;
  }

  .div-block-5.tel {
    height: auto;
  }

  .contact-form.te {
    flex-direction: column;
    display: flex;
  }

  .container-4 {
    height: 100%;
  }

  .container-4.auto {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
  }

  .rvsp.tel {
    height: auto;
  }

  .login-section {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .login-head {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }

  .login-container {
    min-width: 0;
  }

  .paragraph-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }

  .div-block-6 {
    border: 0 #000;
  }

  .sell-card._2, .sell-card._11, .sell-card._5, .sell-card._6, .sell-card._8, .sell-card._13, .sell-card._16, .sell-card._18, .sell-card._15, .sell-card._14, .sell-card._9, .sell-card._3, .sell-card._7, .sell-card._4, .sell-card._1, .sell-card._10, .sell-card._12, .sell-card._17 {
    height: 150px;
  }

  .grid-3, .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .heading-7 {
    font-size: 15px;
  }

  .form-subwrapper-cf10 {
    flex-direction: column;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0;
  }

  .image-2 {
    display: none;
  }
}

#w-node-c64a9a83-6e8a-3c6b-d688-4634636406af-cd6c726e {
  align-self: center;
  justify-self: center;
}

#w-node-_88fe9e7c-1ab2-0160-9f4c-643aa200455b-cd6c726e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd60e1db-6c6e-2814-c3b7-a0339c30e8bb-cd6c726e, #w-node-_5c6dea9e-9fc2-8d29-67f0-0b26be929301-cd6c726e, #w-node-_6e5e533b-8070-8b4e-67d7-5d9b38453ac0-cd6c726e, #w-node-_6e5e533b-8070-8b4e-67d7-5d9b38453acd-cd6c726e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ca13d3c-1627-e0b1-ae95-d211208dd662-83d44d1d, #w-node-af5bd8e4-8bc9-ba7a-1f53-b41771fe57cd-83d44d1d, #w-node-c09ffa04-fdbb-3408-fff9-fae41cbf137b-83d44d1d, #w-node-_8b8ea9e5-fbac-c6fb-e825-cdbd3fadb816-83d44d1d, #w-node-fffb8e45-ff9c-0c12-4a1d-7b18134c1812-83d44d1d, #w-node-c4791e77-4242-e3b9-04dc-b4accdb282b6-83d44d1d, #w-node-_2a81da6e-0d7f-a205-996d-a5119aaea074-83d44d1d, #w-node-_101de2d4-5134-8556-9994-74a6f99fea91-83d44d1d, #w-node-c36963b4-3ea7-d2e8-fb35-b74f97652e29-42448352, #w-node-b89db63b-ec62-eca1-d327-61a249a78fbb-42448352, #w-node-_6a6bfe6c-c09f-9ce0-0024-2bbddefa839f-42448352, #w-node-ffab410c-47bb-090c-27d2-a061b7d4be53-42448352, #w-node-ffab410c-47bb-090c-27d2-a061b7d4be54-42448352, #w-node-ffab410c-47bb-090c-27d2-a061b7d4be55-42448352, #w-node-c7d76dc6-bd9e-9857-9191-1339d0638d2b-42448352, #w-node-dc613f17-30a3-d778-3b7e-b781a0dcbfce-42448352, #w-node-d72ca115-402e-a84f-1cb8-7ac01e360728-42448352, #w-node-_40a73550-7d71-5b85-be0d-2df96bbcd372-42448352, #w-node-_40a73550-7d71-5b85-be0d-2df96bbcd376-42448352, #w-node-ec4b4dd1-529d-ff31-33ce-3c9012f75ba0-42448352, #w-node-ec4b4dd1-529d-ff31-33ce-3c9012f75ba4-42448352, #w-node-ec4b4dd1-529d-ff31-33ce-3c9012f75ba8-42448352, #w-node-_1bb28dc9-7b57-d2e7-0876-a5f22a27c62d-42448352, #w-node-_5942baf7-b3fb-cf0a-8163-f9a81877d8f8-42448352, #w-node-da5f34d4-7b6c-713a-e3d7-b489118ec467-42448352, #w-node-f6f7a603-d7ce-64d4-2ff4-e40786349f17-42448352, #w-node-f6f7a603-d7ce-64d4-2ff4-e40786349f1b-42448352, #w-node-c36963b4-3ea7-d2e8-fb35-b74f97652e29-3abe6954, #w-node-b89db63b-ec62-eca1-d327-61a249a78fbb-3abe6954, #w-node-_6a6bfe6c-c09f-9ce0-0024-2bbddefa839f-3abe6954, #w-node-_6f6d678b-b55f-ab86-dc1b-b8b623b27246-3abe6954, #w-node-_2b1ff078-b003-bb12-df77-0f17784a3fb1-3abe6954, #w-node-_0aedf952-e33f-a355-62bf-e566bd98c72b-3abe6954, #w-node-_8d959c93-d105-3ff6-65aa-7f1b3fcbdf5f-3abe6954, #w-node-f6b8187e-bedf-f186-109a-5c5f3dba1b1b-3abe6954, #w-node-_42e644c2-50f3-d80a-d056-556e754c878d-3abe6954, #w-node-f0841afa-b267-314c-ccb1-1436ad6b56fb-3abe6954 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_88fe9e7c-1ab2-0160-9f4c-643aa200455b-cd6c726e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c64a9a83-6e8a-3c6b-d688-4634636406c3-cd6c726e {
    justify-self: stretch;
  }

  #w-node-_6d6bbc92-4582-18d6-c2a4-4307866be8fc-cd6c726e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c64a9a83-6e8a-3c6b-d688-4634636406c3-cd6c726e {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Louis george cafe';
  src: url('../fonts/Louis-George-Cafe.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The artisan';
  src: url('../fonts/the-artisan.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}