h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Helveticaneueltstd roman', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

a:hover {
  color: #787878;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.limit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-decoration-red {
  text-decoration: none;
}

.strike-through {
  color: red;
  text-decoration: line-through;
}

.strike-through.interior {
  color: #000;
}

.interior-color {
  color: #000;
  font-size: 60px;
  text-decoration: none;
}

.interior-color.grey {
  color: #787878;
}

.heading {
  margin-right: 11px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 60px;
}

.heading.grey {
  color: #787878;
}

.spanish-title {
  margin-bottom: 40px;
}

.funda-logo {
  max-width: 200px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.english-title {
  width: 96%;
}

.paragraph {
  font-size: 18px;
}

.paragraph.contact {
  width: auto;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 23px;
}

.titles {
  width: 100%;
  margin-bottom: 98px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big {
  display: block;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
}

.big.gery {
  color: #636363;
}

.big.grey {
  color: #6b6b6b;
}

.line-through-block {
  position: relative;
  display: inline-block;
  width: auto;
}

.red-line {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 7px;
  background-color: red;
  color: #000;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .limit-container {
    padding-right: 53px;
    padding-left: 53px;
  }
  .heading.grey {
    width: 60%;
  }
  .line-through-block {
    display: inline-block;
    width: 56%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .heading.grey {
    width: 80%;
  }
  .line-through-block {
    width: auto;
  }

  .paragraph.contact {
    margin-bottom: 0px;
    font-family: 'Helveticaneueltstd roman', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .limit-container {
    padding-right: 38px;
    padding-left: 38px;
  }
  .strike-through {
    margin-top: 0px;
    line-height: 40px;
  }
  .interior-color {
    font-size: 40px;
    line-height: 40px;
  }
  .interior-color.grey {
    line-height: 40px;
  }
  .heading {
    font-size: 40px;
    line-height: 40px;
  }
  .heading.grey {
    line-height: 40px;
  }
  .funda-logo {
    max-width: 150px;
  }
  .paragraph.contact {
    margin-bottom: 0px;
    font-family: 'Helveticaneueltstd roman', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
  }
  .link {
    font-size: 15px;
  }
  .big {
    font-size: 35px;
    line-height: 40px;
  }
  .line-through-block {
    display: inline-block;
    width: auto;
  }
  .red-line {
    height: 4px;
  }
}

@font-face {
  font-family: 'Helveticaneueltstd bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}