:root {
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  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: 1.25rem;
  line-height: 1.5;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader02 {
  overflow: hidden;
}

.flex_vacaciones {
  display: flex;
  margin-bottom: 1rem;
  flex-flow: column;
  justify-content: center;
  gap: 1rem;
}

.vacaciones {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(4, 6, 2);
  font-size: 1.625rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.image-16.img_poly {
  margin-right: auto;
  margin-left: auto;
}

.gift_card {
  position: relative;
  border-style: none;
  border-width: 0px;
  border-color: black;
  border-radius: 20px;
  background-color: rgb(60, 60, 59);
}

.flex_col_60_40 {
  position: static;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}

.col_60 {
  position: static;
  width: 100%;
  padding-left: 0rem;
}

.bg_vacaciones {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 2rem;
  background-color: rgb(0, 164, 255);
}

.text_vacaciones {
  position: relative;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.vacaciones_down {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-left: 2rem;
  font-family: Lato, sans-serif;
  color: rgb(0, 164, 255);
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-style: italic;
  font-weight: 700;
}

.sello_best {
  position: static;
  max-width: 500px;
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-left: 2rem;
  font-family: Lato, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.col_40 {
  position: absolute;
  inset: auto 0% 0% auto;
  width: 45%;
}

.img_40 {
  position: relative;
  inset: 0% -10% auto auto;
  display: block;
  width: auto;
}

.bg_cencosud {
  background-color: #FAF8F8;
  padding-bottom: 4rem;
  padding-top: 4rem;
 }

.width_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.landing_header {
  background-image: url('../images/header_best_2.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.red {
  background-image: url('../images/red-banner.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  height: .3rem;
  display: block;
}

.image {
  vertical-align: top;
  width: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.logos {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 1rem;
  display: flex;
}

.img-form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white-form {
  background-color: #fff;
  border-radius: 8px;
  margin-left: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
}

.form-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.col-banner {
  width: 50%;
}

.title-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.image-2 {
  padding-right: 1rem;
}

.title-field {
  margin-bottom: .5rem;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.style-input {
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
}

.style-input.bg-select {
  background-color: #fff;
}

.form {
  flex-flow: row;
  justify-content: space-between;
  padding-bottom: 0rem;
  display: block;
}

.col-input {
  width: 50%;
  display: block;
}

.flex_input {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  padding-bottom: .5rem;
  display: flex;
}

.style-submit {
  background-color: #c8002d;
  border-radius: 8px;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3rem;
}

.landing-youare {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.img-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.style-youare {
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.625rem;
  line-height: 1.8rem;
}

.landing-proyectos {
  background-color: #3c3c3b;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.title-proyectos {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.2rem;
}

.edificios {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 2rem;
  display: flex;
}

.edificios-img {
  width: 32.22%;
  flex-direction: column;
  display: flex;
}

.edificio-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.edificio-col {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: auto;
  display: flex;
}

.landing-cotiza {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-cotiza {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.3rem;
}

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

.img-height {
  height: 67px;
}

.landing-footer {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-txt {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.textos {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.textos.tb {
  padding-top: 1rem;
}

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

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

.text-right {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.small-text {
  color: #787878;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
}

.image-3 {
  display: block;
}

.right-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.follow-us {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

.logos-us {
  display: flex;
}

.container-follow-us {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .width_container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing_header {
    background-image: url('../images/header_best_2.png');
    background-position: 0 0;
  }

  .red {
    height: .3rem;
    display: block;
  }

  .image {
    vertical-align: top;
    height: auto;
  }

  .logos, .img-form {
    justify-content: space-between;
    display: flex;
  }

  .white-form {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 0;
  }

  .form-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
  }

  .text_vacaciones {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .vacaciones_down {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .sello_best {
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .col_40 {
    height: 135%;
  }

  .img_40 {
    height: 100%;
  }

}

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

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .width_container {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .width_container {
    width: auto;
    max-width: none;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logos {
    flex-flow: column;
  }

  .col-input {
    width: 100%;
  }

  .style-youare {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .title-proyectos {
    font-size: 2rem;
    line-height: 2rem;
  }

  .edificios {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .edificios-img {
    width: 100%;
  }

  .text-cotiza {
    font-size: 2rem;
    line-height: 2rem;
  }

  .footer-logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .text-right {
    width: auto;
    font-size: 1rem;
  }

  .right-footer {
    flex-flow: column;
  }

  .follow-us {
    flex-flow: row;
    align-items: center;
  }

  .container-follow-us {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .landing_header {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .white-form {
    margin-left: 0;
  }

  .col-banner {
    width: 100%;
  }

  .image-2 {
    padding-top: 1rem;
  }

  .flex_input {
    flex-flow: column;
  }

  .title-proyectos, .text-cotiza {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

}
.form .text_area {
  height: 100px;
}

.border-box {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218, 218, 218);
  border-radius: 18px;
  margin-top: 2rem;
}

.text_box {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: rgb(36, 34, 32);
  font-size: 2.25rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ubicaciones {
  margin-top: 2rem;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 1.625rem;
  line-height: 1.7rem;
  font-weight: 400;
  text-align: center;
}

.vida-facil {
  color: #242220;
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.three_col {
  display: flex;
  width: 100%;
  max-width: 750px;
  gap: 1rem;
  justify-content: center;
}

.flex_three {
  display: flex;
  padding: 2rem 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 18px;
  background-color: rgb(250, 248, 248);
  width: 30%;
}

.title_three {
  padding-top: 0.5rem;
  font-family: Lato, sans-serif;
  color: rgb(60, 60, 59);
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 900;
  text-align: center;
}

.text_three {
  flex: 1 1 0%;
  font-family: Lato, sans-serif;
  color: rgb(60, 60, 59);
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: center;
}

.car-title {
  margin-top: 0px;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-family: Lato, sans-serif;
  color: rgb(36, 34, 32);
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .beneficios .width__container {
    max-width: 720px;
  }
  .sello_best {
    max-width: 420px;
    min-width: auto;
  }

}

@media screen and (max-width: 767px) {
  .text_box {
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .ubicaciones {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .vida-facil {
    font-size: 2rem;
    line-height: 2.3rem;
    text-align: center;
  }

  .width__container {
    width: auto;
    max-width: none;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sello_best {
    max-width: none;
  }

  .col_40 {
    position: relative;
    width: 100%;
  }

  .img_40 {
    right: auto;
  }

  .flex_col_60_40 {
    padding-top: 4rem;
    padding-bottom: 0rem;
    flex-flow: column;
  }

}

@media screen and (max-width: 479px) {
  .three_col {
    flex-flow: column;
  }

  .flex_three {
    width: 100%;
  }

  .car-title {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .text_box {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .list-filter {
    flex-direction: column;
    width: 100%;
  }
  .vacaciones {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .bg_vacaciones {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .text_vacaciones {
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .vacaciones_down {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .sello_best {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }

  .flex_col_60_40 {
    padding-top: 3rem;
  }

}

@media screen and (min-width: 478px) {
	.slick-track
	{
		display: flex !important;
	}

	.slick-slide
	{
		height: inherit !important;
	}
}

.width__container .carrusel .card {
	display: flex;
	flex-direction: column;
  }

.card_text {
	flex: 1;
  }

  @media screen and (min-width: 1024px) {
  .three_col {
    max-width: 950px;
  }

  .title_three {
    font-size: 1.3rem;
  }
}

.proyecto_bg {
  position: relative;
  height: 300px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}

.proyecto_bg.bg_argomedo {
  background-image: url("../images/argomedo-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_okinawa:hover {
  background-size: 130%;
}

.proyecto_bg.bg_argomedo:hover {
  background-size: 130%;
}

.proyecto_bg.bg_santo {
  background-image: url("../images/santo-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_livingtown {
  background-image: url("../images/livingtown-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_inn {
  background-image: url("../images/inn-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_indi {
  background-image: url("../images/indi-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_indi:hover {
  background-size: 130%;
}

.proyecto_bg.bg_okinawa {
  background-image: url("../images/okinawa-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_okinawa:hover {
  background-size: 130%;
}

.proyecto_bg.bg_mood {
  background-image: url("../images/mood-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_mood:hover {
  background-size: 130%;
}

.proyecto_bg.bg_own {
  background-image: url("../images/own-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_own:hover {
  background-size: 130%;
}

.proyecto_bg.bg_bold {
  background-image: url("../images/bold-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_bold:hover {
  background-size: 130%;
}

.proyecto_bg.bg_germania {
  background-image: url("../images/germania-bg.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_baum {
  background-image: url("../images/baum_bg1.jpg");
  background-position: 50% 50%;
  background-size: 120%;
}

.proyecto_bg.bg_germania:hover {
  background-size: 130%;
}

.proyecto_bg.bg_baum:hover {
  background-size: 130%;
}

.proyecto_bg.bg_inn:hover {
  background-size: 130%;
}

.proyecto_bg.bg_santo:hover {
  background-size: 130%;
}

.proyecto_argomedo:hover {
  background-size: 130%;
}

.proyecto_bg.bg_livingtown:hover {
  background-size: 130%;
}

.proyecto_argomedo:hover {
  background-size: 140%;
}

.container-img-txt-spacer {
  display: flex;
  padding: 1rem;
  flex-flow: column;
  align-items: center;
  gap: 1rem;
  background-color: rgb(29, 29, 27);
}

.container-img_text {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.img_text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.img_text--text {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  line-height: 0.7rem;
  font-weight: 700;
}

.img_text--text.text-bold {
  font-weight: 400;
}

.desde_style {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.landing_hacerte {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgb(246, 246, 246);
}

.flex_hacerte {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.row_hacerte {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1rem;
}

.row_text {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.title_hacerte {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(28, 28, 28);
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 900;
}

.text_hacerte {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgb(28, 28, 28);
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .baum_height {
    height: auto;
  }
  .proyecto_bg.bg_argomedo {
    background-size: 150%;
  }

  .proyecto_bg.bg_livingtown {
    background-size: 150%;
  }

  .proyecto_bg.bg_livingtown:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_argomedo:hover {
    background-size: 160%;
  }
  
  .proyecto_bg.bg_santo:hover {
    background-size: 140%;
  }

  .proyecto_bg.bg_capitanes:hover {
    background-size: 150%;
  }

  .proyecto_bg.bg_inn:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_inn {
    background-size: 150%;
  }

  .proyecto_bg.bg_indi:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_indi {
    background-size: 150%;
  }

  .proyecto_bg.bg_santo {
    background-size: 150%;
  }

  .proyecto_bg.bg_santo:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_okinawa {
    background-size: 150%;
  }

  .proyecto_bg.bg_okinawa:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_mood {
    background-size: 150%;
  }

  .proyecto_bg.bg_mood:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_own {
    background-size: 150%;
  }

  .proyecto_bg.bg_own:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_bold {
    background-size: 150%;
  }

  .proyecto_bg.bg_bold:hover {
    background-size: 160%;
  }

  .proyecto_bg.bg_germania {
    background-size: 150%;
  }

  .proyecto_bg.bg_germania:hover {
    background-size: 160%;
  }

  .container-img_text {
    padding-right: 0rem;
    padding-left: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .container-img-txt-spacer {
    justify-content: space-between;
    flex: 1;
  }

  .proyecto_gradiente {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}

.proyecto_bg.bg_baum {
  background-size: 150%;
}

.proyecto_bg.bg_baum:hover {
  background-size: 160%;
}

}

@media screen and (max-width: 767px) {
  .proyecto_bg.bg_livingtown {
    background-size: 120%;
  }

  .proyecto_bg.bg_indi {
    background-size: 130%;
  }

  .edificios-img {
    width: 100%;
  }

}

@media screen and (min-width: 1280px) {
  .img_text--text {
    font-size: 0.8rem;
  }
}

.bg_gradiente {
    inset: auto 0% 0%;
    width: 100%;
    min-height: 25%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(29, 29, 29, 0.7) 55%, rgb(29, 29, 29));
    position: absolute;
  }

  @media screen and (max-width: 767px) {
  .container-img_text {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .flex_hacerte {
    gap: 2.5rem;
  }

  .row_hacerte {
    flex-flow: column;
    justify-content: flex-start;
  }

  .row_text {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
}
