:root {
  --rojo: #7c0000;
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.nav-bar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 9vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  width: auto;
  height: 65px;
  max-height: none;
}

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Comprar-una-Casa-en-Argentina.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90vh;
  max-height: 100vh;
  padding: 9vh 9vw;
  display: flex;
}

.h1 {
  color: #fff;
  margin-top: 0;
  padding-left: 0;
  font-family: Librebaskerville \- Bold, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.grid {
  grid-column-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.icon-img {
  align-self: flex-start;
  width: 35%;
  max-width: 256px;
  height: auto;
  margin-bottom: 20px;
}

.cta-button {
  background-color: #98c228;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #b1aeae;
}

.cta-button:hover {
  background-color: #87ad22;
}

.cta-button.cta-card {
  text-align: center;
  background-color: #00b6c2;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-button.cta-card:hover {
  background-color: #00a3ae;
}

.cta-button.hero-whatsapp {
  border: 1px solid var(--rojo);
  box-shadow: none;
  color: var(--rojo);
  background-color: #fff;
  border-radius: 20px;
  align-self: center;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Raleway \- bold, sans-serif;
  font-weight: 700;
}

.cta-button.hero-whatsapp:hover {
  background-color: var(--rojo);
  color: #fff;
}

.cta-button.hero-whatsapp.black {
  color: #fff;
  background-color: #050505;
}

.cta-button.hero-whatsapp.black:hover {
  color: #1e1e1e;
  background-color: #fff;
  border: 2px solid #000;
}

.empresas-cont {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.whatsapp-button {
  z-index: 100;
  background-color: #0bb346;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2vh;
  left: auto;
  right: 2vh;
  box-shadow: 1px 1px 5px -1px rgba(71, 71, 71, .7);
}

.whatsapp-logo {
  width: 32px;
  height: auto;
}

.whatsapp-button-txt {
  color: #fff;
  padding-left: 8px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-2 {
  color: #fff;
  font-family: Raleway \- reg, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.container {
  background-color: var(--white);
  color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 9vh 9vw;
  font-family: Librebaskerville \- Bold, sans-serif;
  display: flex;
}

.container.footer {
  background-color: #ddd;
}

.container.gracias {
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
}

.heading-3 {
  margin-top: 20px;
  font-family: Aller bold;
  font-size: 28px;
  line-height: 35px;
}

.heading-3.align {
  text-align: center;
  max-width: 700px;
}

.divisor {
  color: var(--rojo);
  background-color: #810101;
  border-radius: 20px;
  align-self: center;
  width: 10vw;
  height: .8vh;
  max-height: none;
  margin-bottom: -10px;
}

.div-block-4 {
  text-align: center;
  max-width: 90%;
}

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

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

.icons-grid-2 {
  grid-column-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-div-2 {
  background-color: rgba(124, 0, 0, .11);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 29px;
  display: flex;
}

.title-icon-2 {
  color: #141414;
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-2 {
  text-align: left;
  font-family: Raleway \- light, sans-serif;
  font-size: 16px;
}

.image-5 {
  border-radius: 10px;
  width: 100%;
  max-width: 640px;
  height: auto;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border: 0 solid #d3d3d3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  padding: 0;
  display: grid;
}

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

.text-span-5 {
  margin-bottom: 20px;
  font-family: Raleway \- reg, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.pad-left {
  padding-left: 0;
}

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

.nav-link {
  font-family: Librebaskerville \- Reg, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--rojo);
  font-family: Librebaskerville \- Bold, sans-serif;
}

.bold-text-2, .bold-text-3 {
  color: var(--rojo);
}

.image-22 {
  margin-bottom: 10px;
}

.link {
  color: #1b1b1b;
  text-decoration: none;
}

.nav-data-3 {
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.div-block-27 {
  max-width: 100%;
}

.html-embed-3 {
  border-radius: 0;
}

.navbar-2 {
  z-index: 10;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 5vh 9vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .28);
}

.navbar-2.gracias {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-2 {
  width: 18%;
}

.image {
  height: auto;
}

.center {
  text-align: center;
}

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

.bold-text-7 {
  padding-right: 2px;
}

.div-block-29 {
  z-index: 100;
  background-color: rgba(0, 0, 0, .86);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  height: 400px;
  margin: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-5 {
  font-family: Raleway \- bold, sans-serif;
}

.div-block-31 {
  overflow: scroll;
}

.paragraph-3 {
  font-family: Raleway \- light, sans-serif;
}

@media screen and (min-width: 1440px) {
  .nav-logo {
    height: 75px;
  }

  .hero-section {
    padding-top: 156px;
    padding-bottom: 156px;
  }

  .grid {
    justify-items: stretch;
  }

  .icon-img {
    width: 30%;
  }

  .whatsapp-button {
    padding: 12px 36px;
  }

  .whatsapp-button-txt {
    padding-left: 12px;
    font-size: 18px;
  }

  .container.gracias {
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }

  .heading-3.align {
    font-size: 35px;
    line-height: 40px;
  }

  .icon-div-2 {
    padding: 20px;
  }

  .title-icon-2 {
    align-self: flex-start;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-span-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-span-6 {
    font-size: 35px;
    line-height: 40px;
  }

  .nav-data-3 {
    font-size: 18px;
  }

  .image {
    max-width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-bar {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Comprar-una-Casa-en-Argentina.jpg');
    background-size: auto, cover;
    padding: 240px 100px;
  }

  .h1 {
    font-size: 60px;
  }

  .icon-img {
    width: 40%;
    height: 150px;
  }

  .cta-button {
    padding: 24px 76px;
    font-size: 22px;
  }

  .cta-button.hero-whatsapp {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .whatsapp-button {
    padding-left: 48px;
    padding-right: 48px;
  }

  .whatsapp-logo {
    width: 50px;
  }

  .whatsapp-button-txt {
    font-size: 22px;
  }

  .nav-data-3 {
    font-size: 26px;
  }

  .image {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Comprar-una-Casa-en-Argentina.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 70vh;
    max-height: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1 {
    text-align: center;
    font-size: 35px;
  }

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

  .icon-img {
    width: 80px;
    height: 80px;
  }

  .cta-button.cta-card {
    width: auto;
    max-width: 629.775%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .heading-2 {
    text-align: center;
    font-size: 16px;
  }

  .heading-3.align {
    max-width: 100%;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .icons-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .icon-div-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-icon-2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .pad-left {
    padding-left: 0;
  }

  .navbar {
    clear: left;
    position: relative;
  }

  .nav-link {
    background-color: var(--white);
    padding: 10px 0 10px 9vw;
  }

  .image-22 {
    max-width: none;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-data-3 {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-20 {
    flex: 0 auto;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: flex;
  }

  .brand-2 {
    width: 50%;
  }

  .image {
    max-width: 100%;
  }

  .menu-button {
    text-align: right;
    width: 100%;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-3 {
    color: #202020;
    background-color: #fff;
    font-size: 35px;
  }

  .div-block-30 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .h1 {
    font-size: 35px;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3.align {
    font-size: 24px;
  }

  .icons-grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-span-6 {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-data-3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand-2 {
    padding-left: 0;
  }

  .image {
    max-width: 100%;
  }

  .div-block-30 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  a {
    text-align: right;
    justify-content: flex-end;
    display: flex;
  }

  .nav-bar {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo {
    max-width: 50%;
    height: auto;
  }

  .hero-section {
    padding: 60px 16px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 1.3;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }

  .cta-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.cta-card {
    padding-left: 13px;
    padding-right: 13px;
  }

  .whatsapp-button {
    padding: 9px 12px 12px;
  }

  .whatsapp-logo {
    width: 40px;
  }

  .whatsapp-button-txt {
    display: none;
  }

  .heading-2 {
    margin-top: 10px;
    line-height: 20px;
  }

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

  .heading-3.align {
    font-size: 28px;
    line-height: 32px;
  }

  .icons-grid-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .icon-div-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .text-span-5 {
    font-size: 14px;
  }

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

  .image-22 {
    max-width: 100%;
  }

  .link {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
  }

  .nav-data-3 {
    text-align: center;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    font-size: 16px;
    overflow: hidden;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    align-self: center;
  }

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

  .html-embed-3 {
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .brand-2 {
    justify-content: flex-start;
  }

  .menu-button {
    width: 50%;
  }

  .bold-text-7 {
    padding-right: 8px;
  }

  .div-block-30 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-8 {
    overflow: hidden;
  }
}

#w-node-_923ef503-5e91-beec-8464-60c8ebf49742-b54b943e, #w-node-_831bf599-a9a3-d1a9-d517-9ce5d994d029-b54b943e, #w-node-_352aeffe-f4d2-cb71-514b-bfd1671d0ea9-b54b943e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ffd6e33-8918-25bd-efaf-22c459d2254f-b54b943e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3ffd6e33-8918-25bd-efaf-22c459d22572-b54b943e {
  justify-self: center;
}

#w-node-_9047b970-5b65-ed1e-3306-33c406db3a9f-b54b943e, #w-node-_5257827e-24bc-d444-2641-5f00095c9a99-b54b943e, #w-node-_657a58bc-0bf5-b3eb-05b9-49045def4499-b54b943e, #w-node-_47b6d50e-7f41-62da-f647-5259f14a421b-b54b943e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_01addc85-6f59-8ffc-9210-ef389b5befa5-b54b943e {
  justify-self: center;
}

#w-node-_01addc85-6f59-8ffc-9210-ef389b5bef98-b54b943e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_823e1553-5961-e224-d22b-39ae10f9b16a-b54b943e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_823e1553-5961-e224-d22b-39ae10f9b183-b54b943e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29bc5c66-d724-8b3a-6d67-687d9a430759-b54b9440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29bc5c66-d724-8b3a-6d67-687d9a43076b-b54b9440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_823e1553-5961-e224-d22b-39ae10f9b16a-b54b943e, #w-node-_29bc5c66-d724-8b3a-6d67-687d9a430759-b54b9440 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_923ef503-5e91-beec-8464-60c8ebf49742-b54b943e, #w-node-_823e1553-5961-e224-d22b-39ae10f9b16a-b54b943e {
    align-self: center;
    justify-self: center;
  }

  #w-node-_823e1553-5961-e224-d22b-39ae10f9b183-b54b943e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_29bc5c66-d724-8b3a-6d67-687d9a430759-b54b9440 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_29bc5c66-d724-8b3a-6d67-687d9a43076b-b54b9440 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_823e1553-5961-e224-d22b-39ae10f9b16a-b54b943e {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_823e1553-5961-e224-d22b-39ae10f9b183-b54b943e {
    justify-self: stretch;
  }

  #w-node-_29bc5c66-d724-8b3a-6d67-687d9a430759-b54b9440 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_29bc5c66-d724-8b3a-6d67-687d9a43076b-b54b9440 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Librebaskerville - Bold';
  src: url('../fonts/LibreBaskerville-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville - Reg';
  src: url('../fonts/LibreBaskerville-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway - bold';
  src: url('../fonts/Raleway-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway - light';
  src: url('../fonts/Raleway-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway - reg';
  src: url('../fonts/Raleway-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}