:root {
  --dark-slate-grey: #414141;
  --dim-grey: #737373;
  --white: white;
  --black: #333;
  --dark-grey: #9c9c9c;
  --orange-red: #f26422;
  --dark-grey-2: #a7a7a7;
  --silver: #c5c5c5;
  --medium-slate-blue: #7a81ff;
  --medium-slate-blue-2: #66d;
  --gainsboro: #e6e6e6;
  --medium-aquamarine: #2eba9b;
}

.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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

p {
  margin-bottom: 10px;
}

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image {
  width: 12em;
  height: auto;
  margin-left: -33px;
  margin-right: 0;
  padding-top: 4px;
  padding-left: 0;
}

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

.heading-2 {
  color: var(--dark-slate-grey);
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.button-arrow-icon {
  max-width: 20px;
  margin-bottom: 1px;
  margin-left: 4px;
}

.view-all-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-section-subtitle {
  opacity: .8;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}

.text-section-subtitle.text-neutral-2 {
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.container-cajas {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-text {
  float: left;
  text-align: center;
  font-size: 15px;
  display: flex;
}

.section-title {
  max-width: 600px;
}

.section-title.location-center {
  margin-left: auto;
  margin-right: auto;
}

.section-title.location-center.text-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-small-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.text-small-caps.text-secondary {
  color: #caccd1;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

.button-wrap {
  color: #45525b;
  align-items: center;
  font-weight: 500;
  display: inline-block;
}

.listings-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.card-image {
  width: 100%;
  border-radius: 0;
}

.text-block {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: -15px;
  padding: 30px 20px 20px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-block.all-links {
  color: #3b3b3b;
  text-decoration: none;
}

.collection-item {
  height: 380px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 0 0 20px;
  font-family: Graphik, sans-serif;
  display: block;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, .22);
}

.text-block-2 {
  color: #414141;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.text-block-3 {
  color: var(--dark-slate-grey);
  background-color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  color: #3f3f3f;
  text-align: center;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.text-block-5 {
  background-color: #fff;
  padding-top: 10px;
  display: flex;
}

.text-span {
  color: #a5a5a5;
  padding-left: 10px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
}

.info-grid {
  grid-column-gap: 0px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr;
  padding-top: 10px;
  padding-bottom: 19px;
  font-family: Graphik, sans-serif;
}

.text-block-6 {
  color: var(--dim-grey);
  padding-left: 20px;
  font-family: Graphik, sans-serif;
}

.text-block-7 {
  justify-content: center;
  margin-top: -4px;
  margin-bottom: 2px;
  margin-left: -174px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.text-block-7.since_price {
  margin-left: -42px;
}

.text-block-8 {
  color: var(--dim-grey);
  margin-left: -30px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.link-block {
  border-radius: 0;
  text-decoration: none;
}

.grid-2 {
  grid-template-rows: auto;
  padding-top: 72px;
}

.paragraph {
  padding-top: 89px;
  font-family: Source Sans Pro;
  text-decoration: none;
}

.text-span-2 {
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: 600;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: grid;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 17px;
  display: block;
}

.card-image-2 {
  width: 100%;
}

.text-block-9 {
  color: #ff8a63;
}

.listing-card-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 27px;
  display: grid;
}

.card-wrap {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s, box-shadow .4s;
  overflow: hidden;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .03);
}

.card-wrap:hover {
  transform: translate(0, -5px);
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .12);
}

.card-title {
  color: #45525b;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 500;
}

.text-tiny-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.card-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 16px;
  display: flex;
}

.listing-card-info-text {
  color: #45525b;
  font-size: 12px;
  text-decoration: none;
}

.listing-card-info-text.space-right {
  margin-right: 3px;
}

.listing-card-info-icon {
  max-width: 20px;
  margin-right: 8px;
}

.listing-card-pricing-wrap {
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: 19px;
  font-weight: 600;
}

.listings-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 150px;
  padding-right: 150px;
  display: grid;
}

.text-block-11 {
  color: #000;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.text-block-12 {
  color: var(--dark-slate-grey);
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

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

.info-grid2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.25fr;
  padding-top: 21px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-block-13 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.collection-item-2 {
  border-radius: 0;
  box-shadow: 1px 0 11px -4px rgba(0, 0, 0, .44);
}

.text-block-14 {
  padding-top: 10px;
  padding-left: 20px;
  font-family: Source Sans Pro;
  font-weight: 600;
}

.text-block-15 {
  color: var(--dark-slate-grey);
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(1, 212, 156, .35);
  border-radius: 11px;
  margin-top: 11px;
  margin-left: 15px;
  margin-right: 60px;
  padding-left: 9px;
  font-family: Graphik, sans-serif;
  font-size: 9px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 20px;
  padding: 0 40px 57px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

.titulos-grandes {
  color: var(--white);
  font-family: Graphik, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.titulos-grandes._2edf {
  color: var(--black);
}

.titulos-grandes.r5r {
  text-align: left;
  font-weight: 900;
}

.titulos-grandes.erg4rwr, .titulos-grandes.gerver {
  color: #000;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.titulos-peque-os {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.button {
  text-align: center;
  background-color: #f26422;
  border-radius: 20px;
  margin-top: 19px;
  margin-left: 385px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

.bottones {
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 20px;
  margin-top: 45px;
  margin-left: 323px;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.grid-6 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -37px;
  padding-top: 16px;
  padding-bottom: 70px;
}

.section-2 {
  background-color: #fff;
  padding-top: 58px;
  padding-bottom: 0;
}

.image-4 {
  width: 50%;
  margin-left: 61px;
  margin-right: 0;
  padding-top: 46px;
  padding-left: 0;
}

.image-5 {
  width: 50%;
  height: auto;
  margin-top: -3px;
  margin-left: 54px;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
}

.image-6 {
  border-radius: 0;
}

.inversionistas {
  background-color: #fff;
  padding-bottom: 84px;
}

.parrafos {
  color: #000;
  text-align: center;
  padding-top: 30px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.container-3 {
  padding-bottom: 49px;
}

.text-block-16 {
  text-align: left;
  margin-top: 0;
  margin-left: -4px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.text-block-17 {
  margin-left: 4px;
  padding-top: 3px;
  font-family: Graphik, sans-serif;
}

.button-3 {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  margin-left: 600px;
  margin-right: 600px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

.footer {
  text-align: left;
  background-color: #000;
  align-items: flex-start;
  padding-top: 62px;
  padding-bottom: 0;
  padding-left: 0;
}

.footer-flex-container {
  color: #fff;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 28px;
  font-family: Graphik, sans-serif;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--dark-grey-2);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
}

.form {
  margin-right: 150px;
  padding-left: 34px;
}

.field-label {
  color: #fff;
}

.text-span-5 {
  color: var(--dark-grey-2);
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.grid-7 {
  grid-template-rows: auto;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
}

.text-block-19 {
  color: #696969;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.text-block-20 {
  color: #756beb;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 30px;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.image-7 {
  width: 15%;
  text-align: center;
  margin-top: 25px;
  margin-left: 553px;
  padding-bottom: 21px;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.heading-4 {
  text-align: left;
  letter-spacing: 0;
  padding-top: 145px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
}

.text-span-6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
}

.container-4 {
  position: static;
  top: 13px;
}

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

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #000;
  font-family: Roboto, sans-serif;
}

.text-block-21 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.icon {
  color: var(--silver);
}

.text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.icon-2, .icon-3, .icon-4, .icon-5, .icon-6, .icon-7 {
  color: var(--silver);
}

.text-block-27 {
  font-family: Roboto, sans-serif;
}

.text-block-28 {
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.somo-m-s {
  background-color: #fff;
  margin-top: -41px;
  padding-top: 28px;
}

.background-video {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.grid-8 {
  grid-column-gap: 5px;
  color: #858585;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
  justify-items: stretch;
  text-decoration: none;
}

.submit-button {
  text-align: left;
  background-color: #f26422;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
  position: relative;
  top: 38px;
  bottom: 0%;
  left: 54%;
  right: auto;
}

.form-2 {
  margin-left: 183px;
  margin-right: 299px;
  padding-top: 0;
}

.form-block {
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 49px;
  padding-right: 0;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  margin-bottom: -31px;
  margin-left: -72px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.image-8, .image-9, .image-10, .image-11 {
  width: 50%;
}

.text-block-29 {
  text-align: center;
  text-transform: uppercase;
}

.image-12 {
  width: 50%;
  margin-left: 58px;
  padding-top: 27px;
  padding-left: 0;
  display: block;
}

.image-13 {
  margin-top: -30px;
  padding-top: 27px;
  padding-bottom: 0;
  padding-left: 0;
}

.text-field {
  border-radius: 20px;
  margin-left: -75px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: Graphik, sans-serif;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 275px;
  margin-right: 275px;
  padding-top: 29px;
}

.image-14 {
  width: 100%;
  text-align: center;
  display: block;
}

.image-15 {
  width: 60%;
  text-align: center;
  margin-left: 23px;
  padding-left: 0;
  display: inline-block;
}

.image-16 {
  width: 60%;
}

.image-17 {
  width: 60%;
  margin-left: 21px;
}

.text-block-30 {
  color: #333;
  text-align: center;
  margin-top: 16px;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-block-31 {
  color: #333;
  text-align: center;
  margin-top: -17px;
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-block-32 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-block-33 {
  color: var(--black);
  text-align: center;
  margin-top: -15px;
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-block-34 {
  text-align: left;
  margin-bottom: 19px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.nav-link {
  color: #fff;
  padding-top: 28px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  padding-top: 25px !important;
  font-size: 17px;
  text-decoration: none;
}

.nav-link.ghtr {
  color: var(--orange-red);
}

.nav-link.fhfd {
  color: #756beb;
  font-weight: 700;
}

.nav-link.inicio {
  color: #fff;
  font-weight: 400;
}

.nav-link.registro {
  color: #fff;
  font-weight: 200;
  text-decoration: underline;
  display: none;
}

.nav-link.agenttrje, .nav-link._2 {
  display: none;
}

.dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7, .dropdown-toggle-8, .dropdown-toggle-9 {
  padding-left: 10px;
  font-family: Roboto, sans-serif;
}

.dropdown-toggle-10 {
  padding-left: 10px;
}

.brand {
  /*margin-left: -34px;
  padding-left: 37px;*/
  padding-right: 0;
}

.image-18 {
  width: 13em;
  float: left;
  margin-top: 5px;
  margin-bottom: -64px;
  margin-left: -16px;
  padding-top: 0;
}

.container-5 {
  margin-left: 133px;
  margin-right: 120px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
}

.navbar-2 {
  background-color: #000;
}

.text-block-35 {
  color: var(--dark-slate-grey);
  text-transform: none;
  font-family: Graphik, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.icon-8 {
  color: var(--dark-slate-grey);
}

.text-block-36 {
  color: var(--dark-slate-grey);
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.icon-9 {
  color: var(--dark-slate-grey);
}

.text-block-37 {
  color: var(--dark-slate-grey);
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.icon-10, .text-block-38, .icon-11 {
  color: var(--dark-slate-grey);
}

.text-block-39 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.icon-12 {
  color: #fff;
}

.text-block-40, .icon-13 {
  color: var(--dark-slate-grey);
}

.dropdown-list-2 {
  background-color: #7f6161;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  font-family: Graphik, sans-serif;
}

.dropdown-link-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.html-embed {
  margin-top: -44px;
  margin-left: 40px;
  padding-top: 0;
  padding-left: 54px;
  position: relative;
  top: -118px;
}

.parrafo2 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.parrafo-3 {
  text-align: center;
  padding-top: 25px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.button-4 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 23px;
  margin-left: 385px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.grid-10 {
  grid-template-rows: auto;
  text-decoration: none;
}

.text-block-42 {
  color: #fff;
  text-align: right;
  padding-top: 22px;
  padding-left: 294px;
  font-family: Graphik, sans-serif;
}

.image-19 {
  width: 30%;
  padding-top: 13px;
  padding-left: 11px;
}

.text-block-43, .text-block-44, .text-block-45, .text-block-46 {
  color: var(--dark-grey);
}

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

.list {
  font-family: Graphik, sans-serif;
}

.dropdown-list-3 {
  background-color: #5c5555;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  font-family: Graphik, sans-serif;
}

.dropdown-list-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  font-family: Graphik, sans-serif;
}

.dropdown-list-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list-5.w--open, .dropdown-list-6 {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.dropdown-list-6.w--open {
  background-color: #000;
  font-family: Graphik, sans-serif;
}

.paragraph-4 {
  text-align: center;
  font-family: Roboto, sans-serif;
}

.container-7 {
  padding-top: 0;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  color: var(--dark-grey);
  text-align: left;
  text-decoration: none;
}

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

.nav-menu {
  margin-right: -201px;
  padding-right: 0;
}

.text-block-48 {
  padding-left: 0;
}

.text-block-49 {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
}

.texto {
  margin-left: -10px;
  padding-top: 3px;
  font-family: Graphik, sans-serif;
}

.collection-list {
  padding-left: 10px;
  padding-right: 10px;
}

.somos-mas {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.somos-mas._2r {
  color: var(--dark-slate-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.image-25 {
  width: 10em;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 162px;
  bottom: 0%;
  left: 488px;
  right: -20%;
}

.container-8 {
  margin-bottom: -68px;
}

.section-5 {
  background-image: url('../Images/living/6c9f8a63-9319-4dcc-86fe-3da5f6ba38a9-1.jpeg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 417px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: -218px;
  margin-bottom: 142px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.text-span-7 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, .39);
}

.heading-6 {
  text-align: center;
  padding-top: 26px;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 25px;
}

.section-6 {
  font-family: Roboto, sans-serif;
}

.text-span-8 {
  color: var(--dark-grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.text-span-9 {
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.button-5 {
  background-color: var(--orange-red);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  margin-top: 65px;
  margin-left: 395px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.section-7 {
  background-color: #818181;
  margin-top: 50px;
}

.container-10 {
  font-family: Roboto, sans-serif;
}

.heading-7 {
  color: #fff;
  padding-top: 44px;
  padding-left: 63px;
  font-family: Graphik, sans-serif;
}

.heading-8 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span-10 {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 15px;
}

.paragraph-5 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.image-26 {
  width: 60%;
}

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

.image-27 {
  z-index: auto;
  width: 10%;
  float: left;
  clear: both;
  text-align: center;
  padding-left: 0;
  display: block;
  position: relative;
  left: 425px;
}

.grid-12 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area"
                       "Area";
  grid-auto-flow: column;
  margin-left: 40px;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 100px;
}

.container-11 {
  margin-top: 15px;
  margin-bottom: 50px;
  padding-top: 0;
}

.heading-9 {
  text-align: center;
  margin-top: 80px;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
}

.paragraph-6 {
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-10 {
  color: var(--orange-red);
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.image-28 {
  width: 50%;
  float: left;
  clear: both;
  text-align: center;
  margin-left: 22px;
  padding-top: 21px;
  padding-left: 111px;
}

.container-13 {
  text-align: center;
  padding-top: 72px;
  font-size: 13px;
}

.heading-11 {
  color: #6d6d6d;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.text-span-12 {
  color: #1f1f1f;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-span-13 {
  color: var(--dark-grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.grid-13 {
  grid-row-gap: 50px;
  grid-auto-flow: column;
  padding: 60px 20px 40px;
}

.image-29 {
  border-radius: 16px;
}

.image-30 {
  border-radius: 19px;
}

.paragraph-7 {
  padding-top: 0;
  font-weight: 300;
}

.paragraph-8 {
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.container-14 {
  margin-top: -15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.container-15 {
  padding-top: 30px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.paragraph-9 {
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.heading-12 {
  font-family: Graphik, sans-serif;
  font-size: 33px;
}

.nomadas {
  background-image: url('../Images/living/grgur-vuckov-Ujn77KM2AGc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 417px;
  padding-bottom: 0;
}

.section-8 {
  background-image: url('../Images/living/dylan-gillis-KdeqA3aTnBY-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 417px;
}

.section-9 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-16 {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
}

.section-10 {
  background-color: #ffb98b;
}

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

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

.paragraph-10 {
  margin-bottom: 0;
  padding-top: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-11 {
  padding-top: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.image-31 {
  float: right;
  margin-left: 0;
}

.image-32 {
  margin-left: 0;
}

.section-11 {
  margin-left: 140px;
  margin-right: 140px;
}

.container-18, .container-19 {
  padding-left: 140px;
}

.image-33 {
  z-index: auto;
  width: 60px;
  height: 100%;
  float: right;
  clear: none;
  object-fit: contain;
  margin-bottom: -3px;
  padding-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 878px;
  right: 0;
  overflow: visible;
}

.div-block-2 {
  float: right;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 60px;
  left: 0;
  right: 50px;
  overflow: visible;
}

.link-block-9 {
  float: right;
  margin-top: -30px;
  margin-bottom: -120px;
  margin-left: 0;
  padding: 0 48px 13px 0;
  overflow: visible;
}

.grid-15 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr .5fr;
  padding-top: 32px;
  padding-right: 100px;
}

.collection-list-2 {
  width: 162px;
  border-radius: 0;
  padding-top: 0;
  display: block;
}

.image-34 {
  border-radius: 7px;
  margin-bottom: 10px;
  padding-top: 0;
}

.collection-list-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.image-35 {
  border-radius: 14px;
}

.heading-13 {
  color: #0cad00;
  margin-top: 25px;
  margin-bottom: -25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.grid-16 {
  grid-template-rows: auto;
}

.section-12 {
  margin-top: -15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-36 {
  margin-left: -16px;
  padding-left: 0;
}

.paragraph-12 {
  padding-top: 17px;
}

.container-20 {
  padding-left: 99px;
}

.image-37 {
  margin-top: -183px;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-wrapper-2 {
  padding-top: 0;
}

.slide {
  background-image: url('../Images/living/ITZAMARA01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-2 {
  background-image: url('../Images/living/ITZAMARA03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../Images/living/ITZAMARA04.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../Images/living/ITZAMARA02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../Images/living/ITZAMARA07.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../Images/living/ITZAMARA05.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../Images/living/ITZAMARA09.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../Images/living/ITZAMARA10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
}
.w-icon-slider-right,.w-icon-slider-left{
  background: #eceff1!important;
  color: #000;
  border-radius: 360%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  top:auto !important;
  bottom:8px !important;
}

.grid-17 {
  grid-row-gap: 7px;
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area"
                       "Area-2 Area-2"
                       "Area-3 Area-4";
  margin-top: 0;
  padding-bottom: 30px;
  padding-left: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  box-shadow: 4px 4px 11px -5px rgba(0, 0, 0, .37);
}

.container-21 {
  padding-left: 600px;
}

.heading-14 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-13 {
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph-14 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.heading-15 {
  margin-top: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
}

.heading-16 {
  margin-top: 141px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 31px;
  padding-right: 615px;
  display: grid;
}

.heading-17 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.collection-item-3 {
  display: flex;
}

.section-13 {
  margin-top: -359px;
}

.collection-list-wrapper-3 {
  margin-top: 35px;
}

.heading-18 {
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
}

.paragraph-15 {
  padding-left: 20px;
  padding-right: 140px;
}

.div-block-4 {
  padding-right: 220px;
}

.grid-18 {
  grid-column-gap: 4px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  margin-bottom: -344px;
  margin-left: -66px;
  margin-right: -221px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
  top: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .27);
}

.div-block-5 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .38);
}

.heading-19 {
  text-align: left;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.heading-19.c2 {
  margin-right: -40px;
  padding-right: 0;
  top: -93px;
  left: 150px;
}

.heading-20 {
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.heading-21, .heading-22 {
  margin-top: -35px;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.button-6 {
  background-color: var(--silver);
  text-align: center;
  border-radius: 20px;
  margin-top: -30px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
}

.button-7 {
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 20px;
  margin-bottom: -50px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  bottom: 105px;
}

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

.column {
  z-index: 1;
  margin-top: 179px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  bottom: 25px;
}

.text-block-50 {
  font-family: Roboto, sans-serif;
}

.text-block-51 {
  color: var(--dark-grey);
  text-transform: none;
  padding-top: 20px;
  padding-left: 25px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
}

.text-block-51.clase {
  color: #000;
  padding-top: 45px;
  padding-bottom: 25px;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.heading-23 {
  letter-spacing: 0;
  margin-top: 9px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

.grid-19 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-family: Roboto, sans-serif;
}

.grid-19.detalles {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 7px;
  padding-left: 60px;
  font-family: Graphik, sans-serif;
}

.heading-24 {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-52 {
  text-align: left;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-53 {
  text-align: left;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-54 {
  text-align: center;
  font-weight: 400;
}

.text-block-55 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.text-block-56 {
  text-align: center;
  font-weight: 400;
}

.column-2 {
  margin-top: 147px;
  padding-left: 60px;
}

.container-23 {
  padding-left: 0;
  padding-right: 406px;
}

.section-14 {
  padding-left: 70px;
  padding-right: 600px;
}

.paragraph-16 {
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-16.a78 {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 500;
}

.heading-25 {
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading-25.clasj9 {
  margin-bottom: -11px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.heading-25.acep1 {
  padding-top: 12px;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.column-3 {
  padding-left: 70px;
}

.heading-26 {
  margin-top: -16px;
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-26.dsdfgf {
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.container-24 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-38 {
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
}

.listing-lightbox-overlay-background {
  opacity: .6;
  background-color: #fff;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-grid-container {
  grid-column-gap: 5px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 10px;
  display: grid;
}

.listing-lightbox-icon-wrap {
  z-index: 2;
  width: 56px;
  height: 56px;
  opacity: .9;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, .1);
}

.lightbox-link {
  height: 160px;
  position: relative;
  overflow: hidden;
}

.lightbox-link.reveal {
  height: auto;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.listing-lightbox-overlay-wrap {
  height: 300px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-lightbox-icon {
  width: 24px;
  height: 24px;
}

.section-15 {
  padding-top: 0;
  padding-bottom: 0;
}

.map {
  height: 400px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 58px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.grid-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-left: 0;
  display: grid;
}

.text-section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.text-section-title.text-primary {
  text-align: left;
  padding-right: 0;
  font-size: 30px;
}

.sidebar {
  padding-left: 60px;
  padding-right: 140px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.section-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 340px;
}

.heading-27 {
  margin-top: 27px;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
}

.column-4 {
  font-family: Roboto, sans-serif;
}

.paragraph-17 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 40px;
  font-family: Poppins;
  font-weight: 300;
  line-height: 30px;
}

.section-17 {
  color: #fff;
  background-color: #ffbb8d;
  border-radius: 19px;
  margin-top: 49px;
  margin-left: 60px;
}

.image-39 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.button-8 {
  background-color: var(--orange-red);
  border-radius: 20px;
  margin-top: -18px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Roboto, sans-serif;
}

.column-5 {
  background-color: #ffe2cf;
  border-radius: 0;
  margin-top: 40px;
  padding-right: 0;
}

.section-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 189px;
}

.paragraph-18 {
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-18.sdf {
  margin-bottom: 20px;
}

.grid-20 {
  background-color: #fff;
  border-radius: 14px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr .5fr minmax(0, .25fr);
  grid-auto-flow: row;
  margin-left: 60px;
  margin-right: 200px;
  padding: 10px 10px 10px 29px;
  font-family: Graphik, sans-serif;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .41);
}

.heading-33 {
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 48px;
}

.button-text-2 {
  float: left;
  font-size: 15px;
}

.listings-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.image-40 {
  margin-top: -220px;
  margin-bottom: 23px;
  padding-top: 6px;
  display: block;
}

.slider-2 {
  width: auto;
  height: 500px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.mask {
  padding-bottom: 0;
}

.image-41 {
  margin-top: -251px;
}

.text-block-57 {
  text-align: center;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.image-42 {
  margin-left: 29px;
  padding-left: 0;
}

.image-43 {
  padding-left: 8px;
}

.image-44 {
  margin-top: -165px;
}

.image-45 {
  margin-top: -189px;
}

.image-46 {
  margin-top: -133px;
  padding-top: 0;
}

.paragraph-19 {
  padding-top: 50px;
}

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

.section-19.bg-neutral-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.listing-lightbox-overlay-background-2 {
  width: auto;
  height: auto;
  opacity: .6;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-grid-container-2 {
  height: 300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.button-9 {
  color: var(--dark-grey);
  background-color: #fff;
  border-radius: 17px;
  margin-left: 1140px;
  position: relative;
  top: -58px;
}

.section-20 {
  margin-bottom: -47px;
  padding-top: 15px;
}

.container-30 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.image-47 {
  object-fit: cover;
  object-position: 50% 50%;
}

.listing-lightbox-overlay-background-3 {
  opacity: .6;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-grid-container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.grid-21 {
  grid-template: "Area Area ."
                 "Area Area ."
                 ". . ."
                 ". Area-2 Area-2"
                 ". Area-2 Area-2"
                 / 1fr 1fr 1fr;
}

.features-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-left: 0;
  display: grid;
}

.text-block-58 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-48 {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.boton2 {
  background-color: var(--orange-red);
  border-radius: 20px;
  margin-top: 41px;
  margin-left: 315px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.vender {
  background-color: #e6e6e6;
}

.button-10 {
  background-color: #000;
  border-radius: 20px;
  margin-top: -10px;
  margin-bottom: 43px;
  margin-left: 365px;
  padding: 10px 30px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.section-23 {
  border-radius: 20px;
  margin-top: -42px;
  margin-bottom: 70px;
}

.container-31 {
  margin-top: -57px;
}

.container-32 {
  max-width: 1360px;
  margin-bottom: 34px;
  padding: 20px 40px 65px;
}

.container-32.place-above {
  background-color: rgba(255, 151, 92, 0);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-34 {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.space-top-medium {
  margin-top: 60px;
}

.blogs-grid {
  grid-column-gap: 44px;
  grid-row-gap: 60px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  background-color: #f2f3f9;
  border: 2px solid rgba(5, 0, 39, .2);
  border-radius: 12px;
  padding: 8px 16px;
}

.heading-35 {
  text-align: left;
  margin-top: -6px;
  font-family: Graphik, sans-serif;
  font-size: 26px;
}

.image-49 {
  height: auto;
  margin-top: -132px;
  margin-left: 85px;
}

.button-11 {
  float: none;
  clear: both;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-left: 106px;
  display: inline-block;
}

.case-logo-wrap {
  height: 80px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-50 {
  width: 70%;
}

.case-logo-wrap-2 {
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-6 {
  background-color: #fff;
  margin-top: -29px;
}

.case-card {
  border-radius: 20px;
}

.case-card-image {
  width: 400px;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding-top: 154px;
  padding-left: 60px;
  padding-right: 60px;
}

.case-card-buttom {
  background-color: #fff;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 700;
}

.heading-36 {
  text-align: center;
  padding: 10px 20px;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
}

.button-12 {
  background-color: #000;
  border-radius: 20px;
  margin-left: 150px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.section-24 {
  background-image: url('../Images/living/ITZAMARA10.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 417px;
}

.section-24.clase-1 {
  background-image: url('../Images/living/Captura-de-Pantalla-2022-01-06-a-las-20.21.05.png');
}

.section-24.clase-2 {
  background-image: url('../Images/living/spencer-watson-ioy3bN5Irew-unsplash-1.jpg');
  background-position: 0 0;
}

.section-24.class6 {
  background-color: #7a81ff;
  background-image: url('../Images/living/PÁGINAFOTO.png');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.section-24.destnos {
  background-image: url('../Images/living/olaf-huttemann-KQvFT4xc-gQ-unsplash.jpg'), url('../Images/living/ITZAMARA10.jpg');
  background-position: 50% 80%, 0 0;
  background-size: cover, auto;
}

.section-24.clase45 {
  background-image: url('../Images/living/benjamin-davies-mqN-EV9rNlY-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.inmuebles {
  background-image: url('../Images/living/kara-eads-L7EwHkq1B2s-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.invertir {
  background-image: url('../Images/living/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.roi {
  background-image: url('../Images/living/hunters-race-MYbhN8KaaEc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.legalidad {
  background-image: url('../Images/living/scott-graham-OQMZwNd3ThU-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-24.vender {
  background-image: url('../Images/living/sebastian-herrmann-NbtIDoFKGO8-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.vendermi {
  background-image: url('../Images/living/francesca-tosolini-tHkJAMcO3QE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.venderinmu {
  background-image: url('../Images/living/avi-werde-hHz4yrvxwlA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.agents {
  background-image: url('../Images/living/austin-distel-h1RW-NFtUyc-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.desarrolladores {
  background-color: #000;
  background-image: url('../Images/living/burst-kUqqaRjJuw0-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.acerca-de {
  background-image: url('../Images/living/wojciech-then-DijA5f0voGQ-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.prensa {
  background-image: url('../Images/living/absolutvision-WYd_PkCa1BY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.data {
  background-image: url('../Images/living/markus-spiske-FXFz-sW0uwo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.fundacion {
  background-image: url('../Images/living/daniel-silva-gaxiola-N5-umejp_tI-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.relacion {
  background-image: url('../Images/living/samson-ZGjbiukp_-A-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.contacto {
  background-image: url('../Images/living/Captura-de-Pantalla-2022-01-09-a-las-23.44.51.png');
  background-position: 50% 100%;
  background-size: cover;
}

.section-24.inversionistas {
  background-image: url('../Images/living/marten-bjork-6dW3xyQvcYE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.terminos {
  background-image: url('../Images/living/mikhail-pavstyuk-EKy2OTRPXdw-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-24.terminos.gdiidd {
  background-image: url('../Images/living/david-marcu-78A265wPiO4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.privacidad {
  background-image: url('../Images/living/burst-kUqqaRjJuw0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.cookies {
  background-image: url('../Images/living/kaitlyn-baker-vZJdYl5JVXY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-24.quiero {
  background-image: url('../Images/living/derek-thomson-M1jCmRxO7cY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-24.que-hacemos {
  -webkit-text-fill-color: inherit;
  background-image: url('../Images/living/hand-presenting-model-house-for-home-loan-campaign.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.section-24.calculaate {
  background-image: url('../Images/living/20945155.jpg');
  background-position: 50% 70%;
  padding-top: 150px;
}

.heading-37 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
  margin-top: -87px;
  margin-bottom: 14px;
  margin-left: 0;
  padding-bottom: 37px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  line-height: 48px;
}

.heading-37._24 {
  margin-left: 130px;
}

.heading-37._12 {
  margin-left: 121px;
  margin-right: 42px;
}

.heading-37.destinos.koo {
  text-align: center;
  margin-top: -246px;
}

.heading-37.propiedades {
  margin-top: -255px;
  font-weight: 600;
}

.heading-37.endfjff {
  margin-left: -125px;
}

.paragraph-20 {
  text-align: justify;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 230px;
  padding-right: 300px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.paragraph-20.colimnse {
  padding-right: 0;
}

.paragraph-20.fvnfnvd, .paragraph-20.ccdvff.ybhy {
  padding-left: 0;
  padding-right: 0;
}

.container-33 {
  margin-top: -33px;
}

.collection-item-4 {
  width: auto;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-25 {
  margin-left: 60px;
}

.text-block-59 {
  margin-top: 61px;
  padding-left: 34px;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  font-weight: 900;
  position: relative;
}

.columns {
  margin-top: -33px;
  padding-top: 0;
}

.text-block-61 {
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  top: -134px;
  left: 175px;
}

.text-block-61._1 {
  padding-left: 0;
  left: 119px;
}

.text-block-62 {
  text-transform: none;
  margin-left: -55px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  position: relative;
  top: -175px;
  left: 249px;
}

.text-block-63 {
  color: rgba(51, 51, 51, 0);
  text-align: right;
  font-family: Graphik, sans-serif;
  position: relative;
}

.text-block-64 {
  margin-right: 46px;
  font-weight: 900;
}

.text-block-65, .text-block-66, .text-block-67 {
  font-weight: 900;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.paragraph-21 {
  margin-top: 25px;
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-72 {
  font-weight: 900;
}

.text-block-73 {
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  top: 1px;
  left: -76px;
}

.text-block-75 {
  text-transform: uppercase;
  padding-left: 0;
  font-size: 10px;
  position: relative;
  top: 2px;
  left: -93px;
}

.text-block-76 {
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  top: 3px;
  left: -103px;
}

.collection-list-wrapper-5 {
  padding-top: 0;
}

.collection-list-wrapper-5.class4 {
  background-color: #000;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.collection-list-wrapper-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-22 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 138px;
  margin-right: 138px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  text-decoration: none;
}

.grid-22.colombiagrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list-2 {
  color: #606060;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.text-span-15 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.link-2, .link-3 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

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

.list-item {
  padding-top: 20px;
  font-weight: 600;
}

.list-item-2, .list-item-3 {
  padding-left: 20px;
}

.titulo {
  padding-top: 30px;
  padding-left: 138px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.collection-item-5 {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .17);
}

.image-52 {
  width: 150px;
  height: auto;
  padding: 10px 0;
}

.dotted-horizontal-dark {
  height: 4px;
  background-image: url('../Images/living/Dotted-pattern.svg');
  background-position: 0 0;
  background-size: auto;
}

.orange-button {
  text-align: center;
  background-color: #ff975c;
  border-radius: 9px;
  padding: 16px 24px;
  font-size: 18px;
  transition: background-color .2s;
}

.orange-button:hover {
  background-color: #ffa978;
}

.orange-button.space-top-tiny {
  background-color: var(--orange-red);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 211px;
  margin-right: 0;
  padding: 10px 140px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-38 {
  color: #000;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.form-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.limit {
  max-width: 430px;
}

.orange-text {
  color: #ff975c;
  font-family: Graphik, sans-serif;
}

.contact-form-block {
  width: auto;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 250px;
  padding: 20px 40px;
  font-family: Graphik, sans-serif;
  display: block;
  box-shadow: 0 24px 40px rgba(5, 0, 39, .11);
}

.contact-form-block.contacto {
  margin-top: 60px;
}

.contact-form-block.data-hipoteca {
  margin-top: 16px;
}

.success-message {
  color: #050027;
  text-align: center;
  background-color: #cdffe2;
  border-radius: 12px;
  padding: 16px;
}

.contact-deets {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.error-message {
  color: #050027;
  background-color: #ffd6d6;
  border-radius: 12px;
  padding: 8px 16px;
}

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

.split.separate-responsive {
  display: block;
}

.text-span-23 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
}

.text-span-24 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
}

.text-field-2 {
  height: 56px;
  border: 2px solid rgba(130, 128, 147, .2);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px 16px;
  font-size: 17px;
  line-height: 28px;
  transition: border-color .2s;
}

.text-field-2:focus {
  border-color: #ff975c;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(5, 0, 39, .4);
  font-size: 17px;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: rgba(5, 0, 39, .4);
  font-size: 17px;
  font-weight: 500;
}

.paragraph-22 {
  color: #050027;
  text-align: center;
  padding-top: 30px;
}

.field-label-3 {
  font-weight: 500;
}

.div-block-7 {
  font-family: Graphik, sans-serif;
}

.link-5 {
  color: #000;
  padding-left: 138px;
  font-family: Graphik, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  top: 25px;
}

.link-5.colombia {
  top: 25px;
}

.heading-39 {
  color: var(--black);
  text-align: center;
  margin-top: 55px;
  margin-bottom: 61px;
  padding-top: 13px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
}

.heading-39.ertg {
  color: #070707;
  text-align: center;
  margin-bottom: 19px;
  font-size: 35px;
  font-weight: 900;
}

.heading-39.ertg.fdsdd {
  margin-left: 0;
  font-size: 38px;
  font-weight: 900;
}

.heading-39.tirulsos {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  font-size: 35px;
  font-weight: 900;
}

.heading-39.reghyt {
  margin-bottom: 20px;
}

.text-block-77 {
  font-weight: 400;
}

.heading-40 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 30px;
}

.div-block-8 {
  background-color: var(--orange-red);
  border-radius: 14px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 59px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.image-53 {
  border-radius: 20px;
  position: relative;
  top: 66px;
  left: 138px;
  right: 40px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .31);
}

.div-block-9 {
  background-color: #fff;
  border-radius: 0;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-23 {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button-13 {
  background-color: #000;
  border-radius: 20px;
  margin: -63px 81px 24px 73px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-span-25, .text-span-26, .text-span-27 {
  color: var(--orange-red);
}

.columns-2 {
  margin-bottom: 60px;
}

.container-34 {
  margin-top: -43px;
  padding-top: 0;
  padding-left: 100px;
}

.image-54 {
  position: relative;
  top: 20px;
  left: 88px;
}

.link-block-10, .link-block-11, .link-block-12 {
  text-decoration: none;
}

.grid-23 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-left: 100px;
  padding-right: 220px;
}

.grid-23.cla45 {
  text-align: center;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  padding-left: 277px;
  padding-right: 100px;
}

.text-block-78 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  margin-left: 0;
  margin-right: -190px;
  padding-top: 58px;
  padding-left: 10px;
  padding-right: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.text-block-78.david {
  color: var(--black);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.text-block-78.l {
  color: var(--black);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.text-block-78.d, .text-block-78.p {
  color: var(--black);
  text-align: center;
  margin-right: 0;
  padding-left: 0;
}

.text-block-78.k {
  color: #000;
  text-align: center;
  margin-right: 0;
  padding-left: 0;
}

.div-block-10 {
  color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-10._4 {
  color: var(--black);
}

.div-block-10.d {
  color: var(--black);
  text-align: center;
  padding-left: 413px;
}

.image-55, .image-56, .image-57 {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 0;
}

.image-58 {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-top: 35px;
  margin-left: 18px;
  padding-top: 10px;
  padding-bottom: 0;
}

.image-59, .image-60, .image-61 {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 0;
}

.text-span-28, .text-span-29 {
  font-size: 15px;
  font-weight: 300;
}

.section-27 {
  background-color: var(--dark-grey);
  margin-right: -90px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-27.sustentbiliss {
  background-color: rgba(111, 116, 46, 0);
  padding-bottom: 35px;
}

.image-62 {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-top: 35px;
  margin-bottom: 0;
  padding-top: 10px;
}

.contact-map {
 /* width: 4500px;*/
 width: 50%;
 position: relative;
 float:left;
  height: auto;
  border-radius: 24px;
  margin-top: 0px;
  /*margin-left: -1px;
  margin-right: -771px;*/
  padding-top: 1px;
  display: block;
  /*position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;*/
  overflow: hidden;
}

.textarea {
  border-radius: 6px;
  padding-top: 9px;
  font-size: 17px;
  font-weight: 400;
}

.link-block-13 {
  padding-left: 220px;
  padding-right: 100px;
  text-decoration: none;
}

.text-span-31 {
  font-family: Graphik, sans-serif;
}

.text-span-32 {
  margin-left: 75px;
  padding-right: 90px;
  position: static;
}

.text-span-33, .text-span-34, .text-span-35 {
  font-size: 15px;
  font-weight: 400;
}

.text-span-36 {
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-span-37 {
  font-size: 15px;
  font-weight: 400;
}

.container-35 {
  overflow: auto;
}

.section-28 {
  margin-top: 30px;
}

.section_map {
  padding-top: 30px;
}

.div-block-11 {
  background-color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.button-14 {
  background-color: var(--orange-red);
  border-radius: 20px;
}

.html-embed-2 {
  margin-top: 30px;
}

.link-6 {
  color: var(--orange-red);
  font-weight: 900;
  text-decoration: none;
}

.container-36 {
  display: flex;
}

.container-37 {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: block;
}

.invertir {
  margin-top: 30px;
  padding-bottom: 0;
}

.heading-41 {
  text-align: center;
  font-size: 25px;
}

.heading-42 {
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 8px;
  margin-left: 500px;
  margin-right: 500px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .26);
}

.button-15 {
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  display: block;
}

.image-65, .div-block-14 {
  display: block;
}

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

.image-66 {
  width: 600px;
  border-radius: 18px;
  margin-top: -10px;
  margin-left: 230px;
  padding-left: 0;
}

.text-span-38, .text-span-39, .text-span-41 {
  font-weight: 600;
}

.text-block-80 {
  text-align: right;
  margin-bottom: -16px;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  position: relative;
  top: -34px;
  right: 25px;
}

.text-span-42, .text-span-43, .text-span-44 {
  font-weight: 600;
}

.column-7 {
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.image-67, .image-68 {
  border-radius: 12px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.columns-4 {
  padding-right: 300px;
}

.image-69 {
  border-radius: 12px;
  margin-bottom: 20px;
  padding-top: 0;
}

.text-span-45 {
  font-weight: 400;
}

.image-70 {
  width: 700px;
  text-align: center;
}

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

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 200px;
  padding-right: 220px;
}

.heading-44 {
  font-family: Graphik, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-15, .div-block-16, .div-block-17 {
  display: flex;
}

.image-71, .image-72, .image-73 {
  width: 80px;
  height: 80px;
}

.text-span-46 {
  font-weight: 600;
}

.div-block-18 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 137px 40px 155px;
  display: flex;
}

.paragraph-24 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.text-span-47 {
  font-weight: 600;
}

.image-74 {
  width: 400px;
  border-radius: 9px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
}

.div-block-19 {
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 155px;
  padding-right: 220px;
  display: flex;
}

.image-75 {
  width: 400px;
  border-radius: 9px;
}

.paragraph-25 {
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-48 {
  font-weight: 600;
}

.section-30 {
  background-color: #f5f5f5;
}

.paragraph-26 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-20 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21 {
  align-items: center;
  display: flex;
}

.section-31 {
  padding-top: 60px;
  padding-left: 230px;
  padding-right: 223px;
}

.paragraph-27 {
  text-align: justify;
  padding-top: 20px;
  padding-right: 40px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-27.yy {
  padding-left: 20px;
  font-weight: 400;
}

.paragraph-27.tgg {
  padding-top: 0;
}

.image-76 {
  width: 400px;
  border-radius: 13px;
}

.image-76.fgg, .image-76.fcjnndrf, .image-76.mom {
  width: 300px;
}

.paragraph-28 {
  text-align: justify;
  margin-top: -10px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-28.slfdlf {
  margin-top: 15px;
}

.paragraph-29 {
  text-align: justify;
  padding-left: 40px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.image-77 {
  width: 400px;
  border-radius: 15px;
}

.paragraph-30 {
  text-align: justify;
  margin-top: 0;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-49 {
  font-weight: 500;
}

.text-span-50 {
  font-size: 20px;
  font-weight: 900;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-45, .heading-46, .heading-47 {
  color: var(--orange-red);
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.image-78 {
  width: 80px;
}

.div-block-22 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-79 {
  width: 80px;
}

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

.image-80 {
  width: 80px;
}

.div-block-24 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-51 {
  font-weight: 700;
}

.youtube-3 {
  margin-top: 38px;
  margin-left: 0;
}

.section-32 {
  margin-left: 230px;
  padding-right: 300px;
}

.link-7 {
  color: var(--orange-red);
  font-family: Graphik, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-right: 0;
}

.grid-26.dyn-list {
  background-color: #fff;
}

.youtube-4 {
  margin-top: 40px;
}

.heading-48 {
  text-align: center;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.paragraph-31 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
}

.div-block-25 {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
}

.image-81 {
  width: auto;
  height: auto;
}

.div-block-26 {
  height: 250px;
  max-width: 100%;
  min-height: 250px;
  background-image: url('../Images/living/EQUIPO-ROTAMUNDOS_2-copia.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-26._01 {
  background-image: url('../Images/living/R36-copia.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-26._02 {
  background-image: url('../Images/living/EQUIPO-ROTAMUNDOS_24-copia.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-26._03 {
  max-width: 100%;
  background-image: url('../Images/living/Domo-madera-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-26._04 {
  background-image: url('../Images/living/53a32c2d-864c-4c4a-86cd-6cc7b9271728.jpg');
}

.div-block-26._05 {
  background-image: url('../Images/living/Copia-de-DSCN4349-copia.jpg');
}

.div-block-26._06 {
  background-image: url('../Images/living/brina-blum-RNBxppNpAPc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-26._07 {
  background-image: url('../Images/living/DSC_3689.jpg');
}

.div-block-26._08 {
  background-image: url('../Images/living/shiwa-id-_LG6-LuBXaQ-unsplash.jpg');
}

.div-block-26._09 {
  background-image: url('../Images/living/WhatsApp-Image-2021-09-21-at-12.46.23-PM-3-1.jpg');
  font-family: Graphik, sans-serif;
}

.div-block-26._10 {
  background-image: url('../Images/living/184484969.jpg');
  background-position: 50% 100%;
}

.div-block-26._11 {
  background-image: url('../Images/living/WhatsApp-Image-2021-10-11-at-10.34.56-AM-2-1.png');
  background-position: 0%;
}

.div-block-26._12 {
  background-image: url('../Images/living/5159899.jpeg');
}

.section-33 {
  margin-left: 230px;
  margin-right: 300px;
}

.youtube-5 {
  margin-top: 40px;
}

.image-82 {
  object-fit: cover;
  padding-top: 20px;
  display: block;
}

.image-83 {
  padding-top: 20px;
  display: block;
}

.image-84 {
  object-fit: cover;
  padding-top: 20px;
  display: block;
}

.image-85 {
  padding-top: 20px;
  display: block;
}

.linea {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../Images/living/telefono-36.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 10px;
  display: block;
}

.column-8 {
  text-align: right;
  display: block;
  position: relative;
}

.image-86 {
  width: 50px;
}

.image-86.l-arrow {
  position: relative;
  top: 3px;
}

.image-87 {
  width: 50px;
}

.columns-5 {
  position: relative;
  top: 200px;
}

.grid-27 {
  background-color: rgba(242, 141, 34, .11);
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 60px;
}

.text-block-81, .text-block-82 {
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.text-block-83 {
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.text-block-84 {
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.text-block-85 {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-86 {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-87 {
  text-align: right;
  font-family: Graphik, sans-serif;
  position: relative;
  top: 32px;
  left: -40px;
}

.grid-28 {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 "Area Area"
                 / 3.25fr;
  padding: 20px;
  display: block;
  box-shadow: 1px 1px 8px -4px rgba(0, 0, 0, .75);
}

.text-block-88 {
  color: #000;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: static;
  top: -14px;
}

.text-block-89 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: static;
  top: -5px;
}

.text-block-89.gffggh, .text-block-89.ergert {
  padding-top: 20px;
}

.text-block-90 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.text-block-91 {
  color: #000;
  margin-left: -10px;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-block-27 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  display: flex;
  position: static;
}

.text-block-92 {
  text-transform: uppercase;
  padding-left: 5px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-93 {
  color: #000;
  margin-left: -10px;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.text-block-94 {
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-16 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.grid-29 {
  background-color: #fff;
  border-radius: 20px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 "Area-2 Area" 1fr
                 / 1fr .25fr;
  margin-left: 60px;
  margin-right: 300px;
  padding: 19px 20px;
  box-shadow: 1px 1px 9px -2px rgba(0, 0, 0, .23);
}

.grid-29.fjci1 {
  grid-template-rows: auto auto auto;
  padding-bottom: 0;
}

.text-block-95, .text-block-96 {
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.text-block-97 {
  font-family: Graphik, sans-serif;
}

.text-block-98 {
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.text-block-99 {
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-99.abu8 {
  font-weight: 500;
}

.text-block-100, .text-block-101, .text-block-102 {
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.grid-30 {
  background-color: #fff;
  border-radius: 19px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr .25fr .25fr;
  margin-left: 60px;
  margin-right: 170px;
  padding: 20px 0 20px 20px;
  font-family: Graphik, sans-serif;
  font-weight: 300;
  box-shadow: 0 0 19px -9px rgba(0, 0, 0, .36);
}

.text-block-103 {
  position: relative;
  top: -828px;
}

.div-block-28 {
  position: relative;
  top: -5px;
}

.text-block-104, .text-block-105, .text-block-106 {
  text-align: left;
  font-family: Graphik, sans-serif;
}

.text-block-107, .text-block-108 {
  padding-right: 70px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-109, .text-block-110, .text-block-111, .text-block-112, .text-block-113, .text-block-114, .text-block-115, .text-block-116 {
  font-size: 18px;
  font-weight: 500;
}

.div-block-29 {
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.text-block-117 {
  color: #2b9e01;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 900;
}

.paragraph-32 {
  padding-left: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-118 {
  padding-left: 10px;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 140px;
  padding: 20px 10px;
  box-shadow: 1px 1px 8px -4px #000;
}

.heading-49 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 17px #000;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.heading-49.tierra {
  font-size: 50px;
  line-height: 48px;
}

.amamos {
  background-image: url('../Images/living/daniel-silva-gaxiola-N5-umejp_tI-unsplash_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-34 {
  background-image: url('../Images/living/noah-buscher-x8ZStukS2PM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.text-span-52 {
  font-weight: 300;
}

.paragraph-33 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.grid-31 {
  grid-template-rows: auto auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.section-35 {
  background-color: #000;
}

.grid-32 {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-50 {
  text-align: left;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-34 {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.grid-33 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding: 40px 100px;
}

.section-36 {
  color: #000;
  background-color: #000;
}

.heading-51 {
  color: #fff;
  text-align: left;
  margin-top: 64px;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.heading-51.jjkjl {
  text-align: right;
}

.div-block-32 {
  display: flex;
}

.image-88 {
  width: 50%;
  flex: none;
  order: 1;
  align-self: center;
  padding-left: 0;
}

.image-88.er {
  width: 50%;
  order: -1;
}

.paragraph-35 {
  color: var(--white);
  padding-top: 20px;
  padding-right: 140px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.paragraph-35.rr {
  text-align: right;
  padding-top: 20px;
  padding-right: 0;
}

.paragraph-36 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.container-38 {
  padding-left: 100px;
}

.image-89, .image-90, .image-91, .image-92 {
  width: 25%;
  display: block;
}

.image-93 {
  width: 23%;
  display: block;
}

.div-block-33 {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
}

.bold-text-5 {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
  font-weight: 500;
}

.div-block-34 {
  border-radius: 19px;
}

.div-block-35, .div-block-36, .div-block-37 {
  border-radius: 20px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.text-span-53 {
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
}

.heading-52 {
  text-align: center;
  margin-top: 220px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
}

.heading-53 {
  text-align: center;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.container-39 {
  flex: 0 auto;
}

.html-embed-3 {
  margin-bottom: 20px;
}

.video-3 {
  margin-bottom: 100px;
  padding-bottom: 0;
}

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

.text-block-124 {
  color: #414141;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.nav-link-2 {
  color: #414141;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.icon-14 {
  color: #414141;
}

.text-block-125 {
  color: #333;
  text-align: center;
  margin-top: 10px;
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-span-55 {
  color: #a7a7a7;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-126 {
  color: #333;
  text-align: center;
  margin-top: -15px;
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.somos-mas-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.titulos-grandes-2 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.titulos-grandes-2.r5r {
  text-align: left;
  font-weight: 900;
}

.heading-54 {
  color: #333;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 61px;
  padding-top: 13px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
}

.heading-54.ertg {
  color: #070707;
  text-align: center;
  margin-bottom: 19px;
  font-size: 35px;
  font-weight: 900;
}

.heading-54.ertg.fdsdd {
  margin-left: 0;
  font-size: 38px;
  font-weight: 900;
}

.heading-54.tirulsos {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  font-size: 35px;
  font-weight: 900;
}

.heading-54.reghyt {
  margin-bottom: 20px;
}

.heading-55 {
  text-align: left;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.paragraph-37 {
  color: #fff;
  padding-top: 20px;
  padding-right: 140px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.paragraph-37.rr {
  text-align: right;
  padding-top: 20px;
  padding-right: 0;
}

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

.footer-link-2 {
  color: #a7a7a7;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.text-block-128, .text-block-129, .text-block-130 {
  color: #9c9c9c;
}

.link-block-14 {
  color: #9c9c9c;
  text-align: left;
  text-decoration: none;
}

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

.grid-34 {
  grid-column-gap: 5px;
  color: #858585;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
  justify-items: stretch;
  text-decoration: none;
}

.text-span-56 {
  color: #a7a7a7;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-131 {
  color: #9c9c9c;
  text-transform: none;
  padding-top: 20px;
  padding-left: 25px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
}

.titulos-peque-os-2 {
  color: #9c9c9c;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.button-17 {
  background-color: #f26422;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  margin-top: 65px;
  margin-left: 395px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.success-message-2 {
  background-color: #e3c020;
  border-radius: 15px;
  padding: 10px 28px;
}

.block-utility {
  width: 500vw;
  height: auto;
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px 100px 20px;
  padding: 10px 60px 20px;
  display: inline-block;
  box-shadow: 1px 1px 7px -4px #000;
}

.error-message-2 {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 15px;
  padding: 10px 28px;
}

.heading-utility {
  text-align: center;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-utility.dfe {
  font-size: 15px;
  font-weight: 400;
}

.text-success {
  color: #222229;
  text-align: center;
  line-height: 1.4em;
}

.form-block-login {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-error {
  color: #e66551;
  text-align: center;
  line-height: 1.4em;
}

.form-login {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.text-field-8 {
  height: 62px;
  color: #6f6f74;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-top: -14px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.4em;
  transition: border-color .4s;
}

.text-field-8:focus {
  border-color: #8d8d92;
}

.text-field-8::-ms-input-placeholder {
  color: rgba(111, 111, 116, .6);
}

.text-field-8::placeholder {
  color: rgba(111, 111, 116, .6);
}

.button-18 {
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-56 {
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-9 {
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-94 {
  width: 20%;
  text-align: center;
  display: inline-block;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.div-block-39 {
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button-19 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 16px;
  margin-right: 43px;
  display: block;
}

.paragraph-38 {
  text-align: center;
  padding-top: 40px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
}

.heading-57 {
  text-align: center;
  line-height: 28px;
}

.text-span-57 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.container-42 {
  background-image: url('../Images/living/Captura-de-Pantalla-2022-09-12-a-las-10.35.08.png');
  background-position: 50% 100%;
  background-size: auto;
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-3.w--current, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  color: #fff;
  background-color: #000;
}

.dropdown-link-7 {
  color: #fff;
  background-color: #070707;
}

.html-embed-4 {
  display: inline-block;
}

.section-37, .html-embed-5 {
  justify-content: center;
  display: flex;
}

.section-38 {
  background-color: #000;
  margin-bottom: 255px;
  padding-bottom: 0;
}

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

.div-block-40, .div-block-41, .section-39 {
  display: none;
}

.text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68 {
  font-weight: 600;
}

.text-span-69 {
  font-size: 15px;
}

.grid-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 400px;
  padding-right: 400px;
}

.heading-58 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.time-text {
  color: var(--white);
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.heading-59 {
  opacity: .62;
  color: var(--white);
  text-align: center;
  margin-top: -5px;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.section-40 {
  background-color: #7a81ff;
  margin-top: -20px;
  display: none;
}

.html-embed-6 {
  margin-bottom: 0;
  display: none;
}

.grid-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.column-9 {
  background-image: url('../Images/living/sean-pollock-PhYq704ffdA-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.column-9:hover {
  background-color: #000;
}

.body-4 {
  display: block;
}

.section-41 {
  position: static;
}

.column-10 {
  background-image: url('../Images/living/david-marcu-78A265wPiO4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.columns-6 {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-60 {
  color: #fff;
  text-align: center;
  padding-top: 500px;
  padding-bottom: 500px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.heading-61 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 500px;
  padding-bottom: 500px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  display: flex;
}

.container-43 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-95 {
  width: 40%;
  text-align: center;
  display: block;
}

.image-96 {
  width: 40%;
}

.container-44 {
  padding-bottom: 0;
}

.section-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -259px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-97 {
  width: auto;
  padding: 220px 400px;
  font-family: Graphik, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-45 {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.column-11 {
  background-color: #756beb;
  padding-top: 700px;
  padding-bottom: 700px;
  display: flex;
  position: fixed;
  top: -460px;
}

.column-12 {
  background-color: var(--orange-red);
  padding-top: 700px;
  padding-bottom: 700px;
  display: flex;
  position: fixed;
  left: 214px;
  right: 496px;
}

.columns-7 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: -70%;
  bottom: 710%;
  left: 0%;
  right: 0%;
}

.section-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -287px;
  display: flex;
}

.image-98 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 26vh;
  display: flex;
  position: fixed;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.paragraph-3 {
  color: #fff;
  margin-right: -326px;
  padding-right: 0;
  /*font-family: Montserrat, sans-serif;*/
  font-family: Graphik, sans-serif !important;
  font-size: 30px;
}

.home-subhead {
  width: 30vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

._w-h1 {
  padding-right: 10vw;
  position: relative;
  overflow: hidden;
}

.main-h1 {
  color: #000;
  margin-top: 71px;
  margin-bottom: 6px;
  /*font-family: Montserrat, sans-serif;*/
  font-family: Graphik, sans-serif !important;
  font-size: 10vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.home {
  color: #fff;
  margin-top: 144px;
  font-family: Graphik, sans-serif;
  font-size: 180px;
  line-height: 22vh;
}

.main-h1.bold {
  margin-top: -4px;
  margin-bottom: -29px;
  font-weight: 700;
}

.main-h1.bold.home {
  margin-top: 0;
  font-size: 12vh;
  font-weight: 600;
}

.logo-footer {
  margin-bottom: 30px;
}

.wrapper-list-links {
  width: 70%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-links {
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-42 {
  width: 100%;
  height: auto;
  background-color: #080808;
  border-top: 1px #dbdbdb;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-44 {
  height: 100vh;
  background-color: #dcdee0;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 100vh;
}

.section-44.main {
  flex-direction: column;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.wrapper {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-43 {
  width: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.navbar-3 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 5vh 5vw 0;
  position: absolute;
}

.brand-2 {
  height: 90px;
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  display: flex;
}

.brand-2:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand-2.w--current, .brand-2.w--current:hover {
  box-shadow: none;
}

.nav-menu-2 {
  float: right;
  align-items: center;
  padding-top: 4vh;
  padding-bottom: 2vh;
  display: flex;
}

.link-nav {
  box-shadow: none;
  color: gray;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 5px;
  /*font-family: Montserrat, sans-serif;*/
  font-family: Graphik, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s, box-shadow .2s;
}

.link-nav:hover {
  color: #000;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .5);
}

.link-nav.w--current {
  color: #000;
  /*font-family: Montserrat, sans-serif;*/
  font-family: Graphik, sans-serif !important;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .5);
}

.navbar-4 {
  background-color: #000;
}

.nav-link-3, .nav-link-4, .nav-link-5 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.image-99 {
  margin-left: -132px;
}

.grid-37 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 60px;
  padding-right: 60px;
}

.section-45 {
  background-image: url('../Images/living/PORTADA21_Mesa-de-trabajo-1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-62 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-46 {
  opacity: 1;
  margin-top: -22px;
  margin-bottom: 0;
  padding-top: 20px;
}

.heading-63 {
  color: var(--dark-slate-grey);
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-40 {
  color: var(--dark-slate-grey);
  font-size: 13px;
  text-decoration: none;
}

.text-block-132 {
  font-family: Graphik, sans-serif;
}

.text-block-133 {
  color: var(--dark-slate-grey);
  align-items: center;
  font-family: Graphik, sans-serif;
  display: flex;
}

.text-block-133.djdjdf {
  font-size: 18px;
  font-weight: 600;
}

.columns-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-16 {
  background-color: #fff;
  padding: 10px;
  font-family: Graphik, sans-serif;
  text-decoration: none;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-134 {
  margin-left: -9px;
  font-family: Graphik, sans-serif;
}

.text-block-135 {
  color: var(--white);
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .58);
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  top: -138px;
  left: 15px;
  right: 15px;
}

.columns-9 {
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-41 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 14px;
}

.text-block-136 {
  margin-left: -40px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-100 {
  border-radius: 20px;
  margin-top: -7px;
  padding: 10px;
}

.link-block-17 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-10 {
  font-weight: 300;
}

.bold-text-11 {
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-12 {
  text-decoration: none;
}

.text-span-70 {
  font-weight: 700;
}

.text-span-71 {
  color: var(--medium-slate-blue-2);
  font-weight: 700;
}

.paragraph-42 {
  text-align: justify;
  padding-top: 30px;
  padding-left: 230px;
  padding-right: 300px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-span-72 {
  font-weight: 600;
}

.text-span-73 {
  text-align: justify;
}

.button-20 {
  background-color: var(--orange-red);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.button-21 {
  background-color: #1eaa3c;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.columns-10 {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-13 {
  position: static;
}

.text-block-137 {
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: -19px;
  margin-right: 153px;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 47px;
  left: 20px;
}

.text-block-138 {
  margin-top: -46px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-139 {
  margin-left: -26px;
  font-size: 22px;
  font-weight: 600;
}

.grid-38 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-22 {
  background-color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: -33px 10px 27px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-23 {
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-140 {
  padding-left: 20px;
  font-size: 18px;
}

.body-5 {
  background-color: #000;
}

.text-block-141 {
  padding-left: 29px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-101 {
  display: inline;
}

.heading-64 {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.link-block-18 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-43 {
  text-align: justify;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-span-74 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.heading-65 {
  text-align: center;
  font-family: Graphik, sans-serif;
}

.section-47 {
  background-image: url('../Images/living/MAPA.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 32px;
  padding-top: 79px;
  padding-bottom: 663px;
}

.collection-list-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-102 {
  border-radius: 17px 17px 0 0;
  display: inline-block;
}

.text-block-142 {
  text-align: left;
  padding: 20px 15px 10px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 21px;
}

.text-block-143 {
  padding: 10px 15px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
}

.collection-item-6 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 17px;
  justify-content: center;
  align-items: stretch;
  padding: 20px 35px;
  display: flex;
}

.collection-list-3 {
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 40px;
}

.button-24 {
  background-color: var(--medium-slate-blue-2);
  color: #fff;
  border: 2px #000;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  margin: -10px 0 0;
  padding: 9px;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  display: flex;
}

.div-block-44 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-46 {
  padding-right: 0;
}

.div-block-45 {
  width: auto;
  height: 300px;
  background-color: #fff;
  border-radius: 17px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .21);
}

.grid-39 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.dropdown-toggle-11 {
  padding: 17px !important;
  padding-left: 10px;
}

.dropdown-link-8 {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.dropdown-link-8.w--current {
  color: #fff;
  background-color: #000;
}

.navbar-5 {
  background-color: #000;
 /* position: -webkit-sticky;
  position: sticky;
  top: 0;*/
  text-align: center;
  display: flex;
  justify-content:center ;
}

.dropdown-link-9 {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  position: relative;
}

.dropdown-link-9.w--current {
  display: none;
}

.dropdown-list-7 {
  background-color: #fff;
}

.dropdown-list-7.w--open {
  background-color: #000;
  font-family: Graphik, sans-serif;
}

.container-47 {
 /* margin-left: 51px;
  margin-right: 120px;*/
  padding-left: 0;
  font-family: Graphik, sans-serif;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}

.dropdown-link-10 {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.dropdown-link-10.w--current {
  text-decoration: none;
}

.nav-menu-3 {
  /*margin-right: -235px;*/
  padding-right: 0;
  display: flex;
  align-items: center;
}

.image-103 {
  width: 12em;
  float: left;
  /*margin-top: -3px;
  margin-bottom: -64px;
  margin-left: 154px;*/
  padding-top: 0;
}

.div-block-46 {
  margin-left: 200px;
  margin-right: 726px;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 40px;
  margin-top: 60px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  display: none;
}

.video-home {
  color: #fff;
  background-color: rgba(122, 129, 255, 0);
}

.heading-66 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 108px;
  padding-left: 200px;
  padding-right: 759px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
  display: block;
}

.column-14 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.paragraph-44 {
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button-25 {
  color: #7a81ff;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 75px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.button-25.clase {
  justify-content: center;
  align-items: flex-end;
  margin-top: 3px;
  display: flex;
}

.button-25.clase4 {
  color: #fff;
  background-color: #7a81ff;
  border: 3px solid #fff;
  margin-top: 0;
}

.background-video-2 {
  height: 550px;
}

.porque-invertir {
  margin-top: 40px;
}

.porque-invertir.gc {
  padding-top: 40px;
  padding-bottom: 40px;
}

.porque-invertir.renta {
  background-color: rgba(122, 129, 255, .07);
  margin-top: -11px;
  padding-top: 20px;
}

.heading {
  text-align: center;
  margin-top: 20px;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 40px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.heading.footer1 {
  margin-left: 300px;
  margin-right: 300px;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
}

.heading.np {
  text-align: left;
  margin-top: 10px;
  margin-left: 220px;
  margin-right: 0;
  padding-top: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading.np.grgre {
  text-align: center;
}

.heading.np.gvuj {
  text-align: center;
  margin-left: 0;
}

.heading.cf {
  padding-top: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading.con {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading.sp {
  padding-top: 20px;
}

.heading.ag {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading.ppr {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading.ec, .heading.car {
  padding-top: 20px;
}

.text-span-75 {
  color: var(--medium-slate-blue);
  text-align: left;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
}

.slider-1 {
  margin-top: -55px;
}

.grid-40 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
}

.heading-67 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.prensa {
  background-color: #fff;
  border-radius: 100px;
  margin: 60px 265px 60px 260px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .13);
}

.grid-41 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.image-104 {
  opacity: .35;
}

.modelo-de-negocios {
  background-color: rgba(122, 129, 255, .07);
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-47 {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.image-105 {
  margin-left: 0;
  padding-left: 0;
}

.heading-68 {
  flex: 1;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.heading-68.dfmjg {
  padding-left: 0;
  font-size: 19px;
  line-height: 30px;
}

.text-span-3 {
  font-size: 33px;
  font-weight: 500;
}

.text-span-3.div_question {
  font-size: 33px;
}

.tarjeta {
  background-color: #000;
}

.grid-42 {
  grid-template-rows: auto;
  align-content: center;
  justify-items: center;
  margin-top: 0;
}

.div-block-48 {
  height: 500px;
  opacity: 1;
  background-image: url('../Images/living/EDIFICIOS.png');
  background-position: 50%;
  background-size: cover;
}

.image-106 {
  opacity: 1;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.div-block-49 {
  margin-right: 0;
}

.heading-69 {
  color: #fff;
  padding-right: 300px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.paragraph-45 {
  color: #fff;
  padding-left: 0;
  padding-right: 220px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.grid-43 {
  grid-template-rows: auto;
}

.grid-43.dfj {
  margin-left: 200px;
  margin-right: 220px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mini {
  color: #7a81ff;
  letter-spacing: 4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}

.mini._13 {
  line-height: 34px;
}

.mini.efr {
  text-align: center;
  background-color: #f6f6ff;
  padding-top: 60px;
  padding-left: 220px;
  padding-right: 220px;
  line-height: 6px;
}

.heading8 {
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.heading8.fgbb {
  color: #000;
  margin-top: -3px;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading8.fgbb._13 {
  padding-right: 0;
}

.heading8.dfgbdg {
  font-size: 33px;
  font-weight: 500;
}

.heading8.ertqret {
  margin-top: 6px;
  font-weight: 500;
}

.parrafo5 {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.parrafo5.gfg {
  color: #000;
  font-size: 19px;
  line-height: 30px;
}

.heading-70 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.div-block-50 {
  margin-left: 140px;
  margin-right: 140px;
}

.pregunta {
  background-color: #f6f6ff;
  margin-top: -63px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.grid-44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: -40px;
  padding-bottom: 40px;
}

.titulo-calculadora {
  display: block;
}

.paragraph-46 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.paragraph-46.dfdd {
  color: #adadad;
  margin-left: 220px;
  margin-right: 220px;
  font-size: 12px;
  display: block;
}

.fs-rangeslider_track {
  width: 100%;
  height: 1rem;
  opacity: .8;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px solid #7a81ff;
  transition: opacity .2s;
  position: relative;
}

.fs-rangeslider_input {
  display: none;
}

.form-block-2 {
  transition: opacity .2s;
}

.heading-71 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-144 {
  float: none;
  color: #797979;
  text-align: center;
  object-fit: fill;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-145 {
  text-align: center;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.text-block-146 {
  text-align: center;
  padding-top: 10px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.fs-rangeslider_display-value {
  margin-top: 1.1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

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

.columns-12 {
  padding-top: 20px;
}

.fs-rangeslider_wrapper {
  color: #000;
  background-color: #fff;
  padding: 2.2rem 2rem 2rem;
}

.text-block-147 {
  color: #797979;
  text-align: center;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

.padding-vertical.padding-xxlarge {
  border: 1px #dfdfdf;
}

.calculadora {
  border: 1px #000;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 60px;
  display: block;
}

.container-48 {
  width: 500px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-rangeslider_fill {
  width: 10rem;
  height: 100%;
  object-fit: fill;
  background-color: #7a81ff;
  border-radius: 20px 0 0 20px;
  position: absolute;
}

.fs-rangeslider_handle {
  width: 2rem;
  height: 2rem;
  background-color: #66d;
  border-radius: 100%;
  padding-top: 0;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 3px #000;
}

.garant-a {
  background-color: rgba(122, 129, 255, .07);
}

.div-block-51 {
  margin-top: -20px;
  padding-bottom: 60px;
}

.grid-45 {
  margin-left: 220px;
  margin-right: 220px;
}

.grid-46 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.heading-72 {
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-47 {
  color: #5f5f5f;
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.container-49 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-107 {
  width: 800px;
  margin-left: 350px;
  margin-right: 350px;
}

.div-block-53 {
  color: #fff;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
}

.form-block-3 {
  margin-top: 40px;
  padding-right: 20px;
}

.div-block-54 {
  background-color: rgba(122, 129, 255, .21);
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
}

.div-block-54._3, .div-block-54._2 {
  text-decoration: none;
}

.div-block-54._1 {
  background-color: rgba(104, 104, 104, .21);
  text-decoration: none;
}

.container-50, .div-block-55 {
  padding-top: 20px;
}

.div-block-56 {
  background-color: #000;
  position: relative;
  float: left;
  width: 100%;
}

.field-label-4 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.div-block-57 {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 220px;
}

.text-field-10 {
  border-radius: 7px;
}

.text-block-148 {
  color: #000;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.submit-button-2 {
  width: 300px;
  background-color: #919191;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Graphik, sans-serif;
}

.container-51 {
  display: flex;
}

.text-block-149 {
  color: #020202;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-108 {
  text-align: center;
  margin-left: 220px;
  margin-right: 220px;
}

.grid-47 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-48 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-49 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.div-block-58 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 0;
}

.form-3 {
  width: 300px;
  text-align: left;
}

.grid-50 {
  width: 10em;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
}

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

.paragraph-48 {
  color: #fff;
  font-family: Graphik, sans-serif;
}

.image-109 {
  padding-top: 10px;
}

.text-block-150 {
  color: #fff;
  text-align: center;
  padding-top: 281px;
  padding-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.grid-52 {
  width: auto;
  grid-template-rows: auto;
  margin-left: 500px;
  margin-right: 500px;
  padding-bottom: 40px;
}

.div-block-59 {
  opacity: .61;
  background-image: url('../Images/living/FOOTER.png');
  background-position: 50%;
  background-size: cover;
}

.heading-73 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  font-family: Graphik, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.footer-link-3 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.text-block-151 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.footer4 {
 /* margin-top: -16px;*/
 position: relative;
 float: left;
 background: #fff;
}

.div-block-60 {
  width: 35%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 311px;
  display: flex;
}

.heading-74 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.div-block-61 {
  padding-top: 20px;
}

.text-block-152 {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-family: Graphik, sans-serif;
  display: flex;
}

.heading-75 {
  color: #fff;
  text-align: center;
 /* margin-left: 220px;
  margin-right: 220px;*/
  font-family: Graphik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.grid-53 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.div-block-62 {
  padding: 20px 40px;
}

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

.div-block-63 {
 /* margin-left: 220px;
  margin-right: 220px;*/
}

.div-block-64 {
  padding-left: 220px;
  padding-right: 220px;
}

.image-110 {
  margin-top: -5px;
}

.header {
  height: 350px;
  background-color: #7a81ff;
  background-image: url('../Images/living/NUESTRAS-PROPIEDADES.png');
  background-position: 50%;
  background-size: cover;
}

.header.cf {
  background-color: #000;
  background-image: url('../Images/living/DEDO.png');
  background-position: 50%;
  background-size: cover;
}

.header.faq {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/FAQ.png');
  background-size: cover;
}

.header.nh {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/FLOR.png');
}

.header.gc {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/GOBIERNO.png');
  background-position: 50%;
}

.header.con {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/CONTACTO.png');
  background-position: 50%;
}

.header.pprs {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/HEADERS-35.png');
  background-position: 50%;
}

.header.ppi {
  background-color: var(--medium-slate-blue);
}

.header.pds {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/HEADERS-37.png');
}

.header.web {
  background-color: #7a81ff;
  background-image: url('../Images/living/HEADERS-36.png');
  background-position: 50% 100%;
}

.header.blog {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/HEADERS-34.png');
}

.header.ec {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/FLOR.png');
}

.header.car {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/HEADERS.png');
  background-position: 50%;
}

.header.sp {
  background-color: var(--medium-slate-blue);
  background-image: url('../Images/living/HEADERS-32.png');
}

.header.ag {
  background-image: url('../Images/living/HEADERS-38.png');
}

.header.vendetgrt {
  background-color: var(--medium-slate-blue);
}

.header.sol {
  background-image: url('../Images/living/Sin-título-2.png');
  background-position: 50%;
  background-size: cover;
}

.heading-76 {
  color: #fff;
  background-image: url('../Images/living/PMS.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding: 140px 220px;
  font-family: Graphik, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
}

.heading-76.sp.pprs {
  padding-top: 140px;
}

.collection-list-4 {
  margin-top: 40px;
  margin-left: 200px;
  margin-right: 200px;
}

.div-block-65 {
  height: 250px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}

.image-111 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.text-block-153 {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, .51);
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  top: -35px;
}

.text-block-154 {
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button-26 {
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 20px;
  margin-left: 10px;
}

.button-26.nin-boton {
  background-color: var(--medium-slate-blue-2);
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.collection-list-wrapper-9 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.paragraph-49 {
  text-align: center;
  margin-left: 300px;
  margin-right: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-67 {
  margin-top: 10px;
}

.column-18 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.image-112 {
  width: 200px;
}

.columns-14 {
  align-items: center;
  display: flex;
}

.columns-14.vbb {
  margin-top: -19px;
  margin-bottom: 40px;
}

.paragraph-50 {
  font-family: Graphik, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.div-block-68 {
  margin-left: 0;
  margin-right: 0;
}

.pitch-secci-n {
  margin-left: 300px;
  margin-right: 300px;
}

.equoo {
  background-color: #333;
}

.heading-77 {
  color: #fff;
  text-align: center;
  padding: 40px 220px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-69 {
  padding-top: 60px;
  padding-left: 20px;
}

.grid-55 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area"
                 "Area"
                 "Area"
                 "Area"
                 "Area"
                 / .5fr 1.5fr;
}

.div-block-71 {
  margin-left: 300px;
  margin-right: 300px;
}

.text-block-155 {
  font-family: Graphik, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.faq.faq2 {
  padding-left: 220px;
  padding-right: 220px;
}

.paragraph-51 {
  text-align: left;
  padding: 20px 0;
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.video-4 {
  margin-left: 0;
  margin-right: 40px;
  padding-right: 0;
}

.video-evoluci-n {
  margin-left: 300px;
  margin-right: 300px;
}

.heading-78 {
  color: #fff;
  text-align: center;
  background-color: #2e2e2e;
  margin-bottom: 20px;
  padding: 20px 220px;
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.linea-del-tiempo {
  background-image: url('../Images/living/LINEA.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-114 {
  width: 100px;
  margin-top: -16px;
}

.grid-56 {
  grid-template-rows: auto auto auto;
}

.text-block-156 {
  text-align: left;
  margin-top: -33px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.text-block-156._2, .text-block-156._4 {
  text-align: right;
}

.heading-79 {
  text-align: left;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 32px;
}

.heading-79._2, .heading-79._4 {
  text-align: right;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-74 {
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 40px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .19);
}

.image-115 {
  width: 250px;
  margin-top: -29px;
}

.video-5 {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
}

.grid-57 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

.grid-57.gc {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-75 {
  display: flex;
}

.heading-80 {
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-157 {
  color: #727272;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.image-116 {
  width: 50%;
  height: 100%;
}

.image-116._2 {
  font-size: 12px;
}

.div-block-76 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.equipo {
  margin-left: 220px;
  margin-right: 220px;
}

.button-27 {
  background-color: var(--medium-slate-blue-2);
  border-radius: 20px;
  flex: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  display: none;
}

.grid-58 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: end;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-81 {
  width: 150px;
  height: 80px;
  align-items: center;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.paragraph-52 {
  width: 150px;
  height: 70px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.consejoadmi {
  margin-left: 300px;
  margin-right: 300px;
}

.div-block-83, .div-block-84, .div-block-85, .div-block-86 {
  text-align: center;
}

.grid-59 {
  margin: 40px 220px;
}

.grid-59._2 {
  text-align: center;
}

.section-48 {
  background-color: rgba(92, 92, 92, .07);
  margin-bottom: 0;
  padding-bottom: 40px;
}

.div-2.q2d {
  width: 300px;
  text-align: center;
}

.grid-60 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  align-items: center;
  padding-top: 40px;
}

.heading-82 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.form-block-4 {
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.field-label-5, .field-label-6, .field-label-7, .field-label-8 {
  font-weight: 500;
}

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

.text-field-11 {
  background-color: var(--gainsboro);
  border: 1px #000;
  border-radius: 20px;
  margin-right: 20px;
}

.text-field-12, .text-field-13, .text-field-14 {
  background-color: var(--gainsboro);
  border: 1px #000;
  border-radius: 20px;
}

.div-block-87 {
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, .09);
}

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

.contact-form {
  margin-left: 220px;
  margin-right: 220px;
}

.submit-button-3 {
  background-color: #000;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-90 {
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.grid-61 {
  grid-template-rows: auto;
  margin-left: 220px;
  margin-right: 220px;
  display: block;
}

.heading-83 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.grid-62 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 10px;
}

.grid-62._3, .grid-62.rrg {
  display: block;
}

.grid-62.tre {
  grid-template-columns: 1.25fr 1fr;
  display: block;
}

.text-block-158 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
}

.div-block-91 {
  width: 300px;
  background-color: rgba(85, 85, 85, .07);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.div-block-92 {
  margin-left: 220px;
  margin-right: 220px;
}

.text-block-159 {
  color: #797979;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.section-49 {
  margin-left: 400px;
  margin-right: 400px;
}

.heading-84 {
  color: #fff;
  text-align: center;
  margin-top: -94px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

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

.image-119 {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-94 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-63 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-95 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-85 {
  color: #fff;
  text-align: center;
  margin-top: -94px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.heading-85.dd {
  font-size: 18px;
}

.button-28 {
  background-color: #272727;
  border-radius: 20px;
  font-family: Graphik, sans-serif;
}

.image-120 {
  width: 60%;
  text-align: center;
}

.div-block-96 {
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .19);
}

.image-121 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.prensa-4 {
  margin-top: 20px;
}

.section-50 {
  background-color: rgba(0, 0, 0, .07);
  margin: 40px 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-97 {
  display: flex;
}

.heading-86 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.paragraph-53 {
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.div-block-98 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-99 {
  padding-left: 220px;
  padding-right: 220px;
}

.image-122 {
  border-radius: 20px;
  padding-left: 0;
}

.grid-64 {
  grid-template-rows: auto;
  margin-left: 220px;
  margin-right: 220px;
}

.bold-text-13 {
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.paragraph-54 {
  text-align: center;
  margin: 60px 300px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-65 {
  grid-template-rows: auto;
  margin-top: 60px;
  margin-left: 220px;
  margin-right: 220px;
}

.paragraph-55 {
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.bold-text-14 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.div-block-101, .div-block-101._8 {
  padding-left: 40px;
}

.div-block-101.tgf {
  text-align: right;
  padding-right: 40px;
}

.image-123 {
  width: auto;
  border-radius: 20px;
  margin-right: 0;
}

.div-block-102 {
  flex-direction: column-reverse;
  display: flex;
}

.div-block-103 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 220px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-103.df {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 300px;
  margin-right: 300px;
  display: flex;
}

.div-block-103._2ewr {
  flex-direction: row-reverse;
}

.grid-66 {
  grid-template-rows: auto;
}

.grid-67 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-104 {
  text-align: center;
  background-color: rgba(122, 129, 255, .07);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
}

.heading-87 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-56 {
  text-align: left;
  padding: 20px;
  line-height: 16px;
}

.section-51 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.collection-list-wrapper-10 {
  margin-top: -43px;
}

.grid-68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: 220px;
  margin-right: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.grid-69 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-160 {
  color: #fff;
  text-align: left;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.section-52 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
  top: -117px;
}

.image-124 {
  margin-left: 50px;
}

.image-125 {
  margin-left: 40px;
}

.image-126 {
  margin-left: 30px;
}

.heading-88 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: -26px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.section-53 {
  background-color: rgba(122, 129, 255, .07);
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.list-3 {
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.heading-89 {
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.div-block-105 {
  margin-left: 0;
  margin-right: 0;
}

.grid-70 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

.grid-71 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.heading-90 {
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-57 {
  font-family: Graphik, sans-serif;
}

.text-span-76 {
  font-weight: 500;
}

.div-block-106 {
  width: 300px;
  height: 450px;
  background-color: rgba(122, 129, 255, .07);
  border-radius: 20px;
  padding: 20px;
}

.image-127 {
  width: 50px;
}

.div-block-107 {
  align-items: center;
  display: flex;
}

.grid-72 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 300px;
  margin-right: 300px;
  line-height: 16px;
  display: grid;
}

.heading-91 {
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-span-77 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-108 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .12);
}

.field-label-9, .field-label-10, .field-label-11 {
  font-weight: 500;
}

.submit-button-4 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 20px;
}

.text-field-15, .text-field-16, .text-field-17 {
  background-color: var(--gainsboro);
  border: 1px #000;
  border-radius: 20px;
}

.div-block-109 {
  line-height: 16px;
}

.section-54 {
  background-color: rgba(122, 129, 255, .07);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-92 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.image-128 {
  width: 100px;
}

.image-129, .image-130, .image-131, .image-132, .image-133 {
  width: 110px;
}

.image-134 {
  width: 100px;
}

.image-135, .image-136, .image-137, .image-138, .image-139 {
  width: 110px;
}

.heading-93 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.paragraph-58 {
  text-align: center;
  font-family: Graphik, sans-serif;
}

.grid-73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 220px;
  margin-right: 220px;
}

.section-55 {
  margin-left: 220px;
  margin-right: 220px;
}

.html-embed-7 {
  background-color: #f6f6ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.field-label-12 {
  color: #fff;
  font-family: Graphik, sans-serif;
}

.field-label-12.aviso2 {
  font-size: 10px;
  line-height: 14px;
}

.link-8 {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
}

.checkbox-field {
  margin-top: 20px;
  font-size: 10px;
  line-height: 14px;
}

.checkbox-field-2 {
  font-size: 12px;
}

.text-block-161 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

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

.text-block-162 {
  text-align: center;
  font-family: Graphik, sans-serif;
}

.error-message-3 {
  background-color: #f7d1d1;
}

.popup-toggle-text {
  color: var(--medium-slate-blue-2);
  justify-content: center;
  align-items: center;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
  font-size: 10px;
}

.popup-content-wrapper {
  z-index: 1;
  width: 90vw;
  max-height: 90%;
  max-width: 55em;
  background-color: #fff;
  border-radius: 1.2em;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  height: 90vh;
  max-height: 675px;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../Images/living/Captura-de-pantalla-2023-02-27-a-las-6.14.06-p.m..png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.popup-close {
  z-index: 2;
  width: 3.5em;
  height: 3.5em;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.popup-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-56 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.video-teaser-wrapper {
  max-width: 25em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.popup-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.video-thumbnail {
  border-radius: 1.3em;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.popup-video-group {
  width: 150px;
  height: 50px;
  color: var(--medium-slate-blue-2);
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 5px;
  font-size: 10px;
  text-decoration: none;
  display: none;
}

.popup-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.code-highlight {
  opacity: 1;
  background-color: rgba(255, 235, 203, .61);
  border: 1px dashed #c28627;
  border-radius: .4em;
  padding: 0 .5em .2em;
  font-style: italic;
  display: inline-block;
}

.play-wrapper {
  z-index: 3;
  width: 5em;
  height: 5em;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #fbd28f;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, .45);
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.play-icon {
  width: 24px;
  height: 24px;
  color: #000;
  margin-left: .2em;
  font-size: 1.7em;
}

.center-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.p-sm-start {
  padding-top: 3em;
}

.text-span-78 {
  color: #000;
  text-decoration: none;
}

.popup-video-group-2 {
  color: #fff;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 8px;
  text-decoration: none;
}

.popup-video-group-2.ffor {
  margin-top: 80px;
}

.popup-toggle-text-2 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.popup-toggle-2 {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 8px;
  text-decoration: none;
}

.grid-74 {
  grid-template-rows: auto;
  position: relative;
  top: 285px;
}

.image-140, .image-141 {
  width: 80px;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-118, .div-block-119, .div-block-120, .div-block-121, .div-block-122, .div-block-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-143 {
  margin-left: 100px;
}

.image-144, .image-145, .image-146, .image-147 {
  margin-left: 60px;
}

.button-29 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 10px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.text-span-79 {
  font-size: 14px;
  font-style: italic;
}

.carta-de-propiedad {
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.carta-de-propiedad.pms {
  margin-top: 56px;
}

.grid-75 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
}

.div-block-124 {
  flex-direction: row;
  margin-left: 220px;
  margin-right: 220px;
  display: flex;
}

.paragraph-59 {
  text-align: justify;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-60 {
  text-align: justify;
  margin-bottom: 60px;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-61 {
  text-align: justify;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
}

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

.text-span-81, .text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87 {
  text-decoration: underline;
}

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

.text-span-89 {
  text-decoration: underline;
}

.background-video-3 {
  height: 550px;
}

.div-block-125 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 40px;
  display: none;
}

.heading-94 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 60px;
  padding-left: 0;
  font-family: Knockout htf50welterweight, sans-serif;
  font-size: 65px;
}

.heading-95 {
  text-align: left;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .31);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 153px;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Graphik, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 65px;
  display: block;
}

.heading-95.dsfdsfsd {
  margin-top: -9px;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.div-block-126 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 220px;
  margin-right: 220px;
  display: flex;
}

.button-30 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 14px;
  margin-top: -6px;
  padding: 15px 25px;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.button-30.clase {
  color: #53ce60;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3px;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 500;
}

.prensa-5 {
  background-color: #fff;
  border-radius: 14px;
  margin: -70px 431px 60px 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -75px;
  left: -12px;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .13);
}

.grid-76 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.porque-invertir-2 {
  margin-top: 39px;
  display: none;
}

.grid-77 {
  grid-template-rows: auto;
  margin-left: 220px;
  margin-right: 220px;
}

.heading-96 {
  text-align: center;
  background-color: rgba(122, 129, 255, .07);
  margin: 60px 0 0;
  padding-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading-96.fgbfg {
  text-align: left;
  margin-top: 10px;
  padding-top: 0;
}

.heading-96.rreeg {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
}

.heading-96.tbybet {
  text-align: left;
  margin-top: 40px;
  padding-top: 20px;
  padding-right: 60px;
  font-weight: 500;
}

.heading-96.descuvras {
  text-align: left;
}

.heading-96.descuvras.ytytty, .heading-96.fgd {
  background-color: rgba(0, 0, 0, 0);
}

.heading-96.fg {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 40px;
}

.heading-96.jpj {
  background-color: #f6f6ff;
  margin-top: -66px;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 60px;
  padding-bottom: 0;
}

.heading-96.jjnj {
  background-color: rgba(0, 0, 0, 0);
}

.heading-96._35 {
  background-color: rgba(122, 129, 255, 0);
}

.text-span-4 {
  font-size: 22px;
  font-weight: 500;
}

.modelo-de-negocios-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 80px;
  margin-bottom: 83px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.modelo-de-negocios-2.sfnjfd {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-90 {
  color: #fff;
  font-weight: 700;
}

.image-149 {
  margin-left: 0;
}

.heading-97 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-163 {
  text-align: center;
  margin-top: 23px;
  margin-left: 0;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-127 {
  background-color: #7a81ff;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 220px;
  margin-right: 220px;
  padding: 10px 40px;
  text-decoration: none;
  position: relative;
}

.image-150 {
  width: 600px;
  padding: 40px;
}

.heading-98 {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-98.testimonios {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
}

.heading-99 {
  color: #fff;
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.tecnologia-2 {
  margin-top: 90px;
  margin-bottom: 40px;
  display: none;
}

.div-block-128 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-31 {
  background-color: var(--medium-slate-blue);
  border-radius: 14px;
  padding: 10px 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.heading-100 {
  color: #000;
  text-align: center;
  margin-top: 41px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.testimonios {
  margin-bottom: 73px;
}

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

.text-span-91 {
  color: #000;
  font-weight: 700;
}

.div-block-131 {
  height: 450px;
  background-color: rgba(36, 36, 36, .05);
  border-radius: 20px;
  padding: 20px;
}

.div-block-132 {
  margin-top: 30px;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-133 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-151, .image-152, .image-153, .image-154 {
  width: 100px;
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.text-span-92 {
  color: var(--medium-slate-blue-2);
  font-weight: 700;
}

.text-span-92.hi {
  color: #000;
}

.heading-101 {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .36);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  top: -35px;
}

.collection-list-5 {
  margin-left: 220px;
  margin-right: 220px;
}

.heading-102 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-135 {
  height: 520px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-155 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.heading-103 {
  text-align: center;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.paragraph-62 {
  text-align: center;
  padding: 20px 60px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.grid-79 {
  grid-template-rows: auto;
}

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

.button-32 {
  border: 3px solid var(--medium-slate-blue);
  color: var(--medium-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.button-33 {
  background-color: var(--medium-slate-blue);
  border-radius: 20px;
}

.div-block-136 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.div-block-137 {
  width: 400px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 220px;
  margin-left: 300px;
  margin-right: 300px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-138 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-164 {
  text-align: right;
  padding-top: 20px;
  padding-right: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
}

.text-span-93 {
  color: var(--medium-slate-blue);
}

.link-9 {
  color: var(--dark-slate-grey);
}

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

.div-block-141 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.div-block-143 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-11 {
  margin-left: 40px;
}

.image-156 {
  width: 400px;
  margin-left: 27px;
}

.text-block-165 {
  display: none;
}

.paragraph-63 {
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Graphik, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.grid-81 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
}

.heading-104 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.link-10 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-family: Graphik, sans-serif;
  display: flex;
}

.div-block-144 {
  margin-left: 300px;
  margin-right: 300px;
}

.text-block-166 {
  color: #fff;
  text-align: center;
  margin-top: -5px;
  font-family: Graphik, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.heading-105 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, .29);
  font-size: 25px;
  position: relative;
  top: -86px;
  right: 0;
}

.column-20 {
  margin-top: 0;
}

.div-block-146 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

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

.div-block-147 {
  margin-top: 33px;
}

.button-34 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.paragraph-64 {
  text-align: left;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

.grid-83 {
  grid-template-rows: auto;
  align-items: center;
}

.div-block-149 {
  margin-left: 220px;
  margin-right: 220px;
}

.grid-84 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-167 {
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-167.efwfdg {
  padding-top: 20px;
}

.text-span-94 {
  font-weight: 600;
}

.div-block-150 {
  margin-left: 0;
}

.div-block-151 {
  margin-left: 220px;
  margin-right: 220px;
}

.section-57 {
  margin-top: 40px;
}

.rentamos {
  background-color: rgba(122, 129, 255, .12);
  margin-top: 77px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-block-153, .div-block-153._13 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-153._14 {
  margin-left: 0;
  padding-right: 0;
}

.div-block-153._15grgt {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.div-block-153.grewgrh {
  text-align: center;
}

.div-block-153.dfbfdg {
  text-align: center;
  padding-top: 40px;
}

.div-block-153.rtggrgrbrg {
  padding-left: 20px;
}

.image-157 {
  width: 400px;
  border-radius: 20px;
  margin-left: 0;
  display: block;
}

.div-block-154 {
  width: 400px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-154.regrt {
  height: 450px;
  justify-content: center;
  align-items: center;
}

.grid-85 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 0;
}

.dos {
  margin-left: 220px;
  margin-right: 220px;
}

.grid-86 {
  flex-direction: row-reverse;
  grid-template-rows: auto;
  display: flex;
}

.div-block-155 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-span-95 {
  color: var(--medium-slate-blue);
}

.despreocupat {
  background-color: rgba(122, 129, 255, 0);
  margin-top: 11px;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 73px;
}

.div-block-156 {
  margin-top: 35px;
}

.grid-87 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-left: 220px;
  margin-right: 220px;
}

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

.text-block-168, .text-block-169 {
  color: var(--medium-slate-blue);
  text-align: left;
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.text-block-170 {
  color: var(--medium-slate-blue);
  text-align: left;
  font-family: Graphik, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.div-block-157 {
  margin-left: 60px;
}

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

.section-58 {
  background-color: rgba(122, 129, 255, .07);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.collection-list-wrapper-12 {
  display: block;
}

.heading-106 {
  color: #000;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.link-block-19 {
  height: 230px;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
}

.div-block-158 {
  margin-left: 220px;
  margin-right: 220px;
}

.image-158 {
  margin-top: 20px;
  padding-left: 20px;
}

.text-block-171 {
  font-family: Graphik, sans-serif;
}

.next {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  display: none;
}

.previous {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.div-block-159 {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.button-35 {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 12px;
  margin-top: 13px;
  padding: 10px 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.div-block-160 {
  margin-top: 0;
}

.grid-90 {
  grid-template-rows: auto;
  margin-top: -15px;
  margin-bottom: 50px;
}

.div-block-163 {
  margin-left: 140px;
  margin-right: 140px;
}

.heading-107 {
  text-align: right;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.image-159 {
  margin-left: -9px;
  padding-top: 13px;
}

.paragraph-65 {
  text-align: center;
  margin-top: -68px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 40px;
}

.text-span-96 {
  color: #000;
  font-size: 27px;
  font-weight: 400;
}

.heading-108 {
  font-family: Graphik, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.grid-91 {
  grid-template-rows: auto;
}

.div-block-164 {
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-span-97, .text-span-98 {
  color: var(--medium-slate-blue);
  text-shadow: none;
  font-weight: 900;
}

.div-block-165 {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-165.fssfr {
  padding-left: 0;
}

.text-block-172 {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-173 {
  font-size: 22px;
  font-weight: 700;
}

.div-block-166 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-174, .text-block-175 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.paragraph-66 {
  color: #858585;
  text-align: center;
  padding: 40px 140px 60px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  float: left;
  width: 100%;
  background: #000;
  margin-bottom: 0px;
}

.div-block-167 {
  background-color: #000;
}

.div-block-168 {
  background-color: #f6f6ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -49px;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-160, .image-161 {
  max-width: 180%;
}

.image-162, .image-163 {
  max-width: 200%;
}

.div-block-171 {
  width: 400px;
  height: 450px;
}

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

.image-164 {
  width: 380px;
  border-radius: 20px;
}

.div-block-172.gsth {
  display: none;
}

.image-165 {
  border-radius: 20px;
}

.grid-92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-173 {
  width: 500px;
  object-fit: contain;
  margin-left: 0;
  margin-right: 0;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-176 {
  text-align: center;
  font-family: Graphik, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.text-span-99 {
  color: var(--medium-slate-blue);
  font-weight: 500;
}

.ediemrfe {
  display: none;
}

.heading-109 {
  color: var(--medium-slate-blue);
  text-align: center;
  margin-top: 52px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.text-span-100 {
  font-weight: 700;
}

.text-block-177 {
  padding-top: 5px;
  font-size: 20px;
  display: none;
}

.text-block-178 {
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-175 {
  padding-right: 0;
}

.image-166 {
  padding-top: 5px;
}

.grid-93 {
  grid-template-rows: auto;
}

.div-block-176 {
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-177 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-101 {
  font-weight: 700;
}

.background-video-5 {
  width: 300px;
}

.text-block-179 {
  margin-top: 17px;
}

.div-block-178 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-5 {
  flex-flow: row;
  align-content: flex-start;
  display: flex;
}

.form-5 {
  display: flex;
}

.submit-button-5 {
  background-color: var(--medium-slate-blue);
  border-radius: 7px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.field-label-13 {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 0;
  padding-right: 27px;
}

.collection-list-wrapper-13.uy78it {
  margin-top: 0;
}

.grid-94 {
  grid-template-rows: auto;
}

.div-block-179 {
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 220px;
  padding-bottom: 40px;
}

.bold-text-15 {
  font-weight: 600;
}

.success-message-4 {
  background-color: #fff;
}

.text-block-180, .text-block-181 {
  font-weight: 400;
}

.paragraph-67 {
  color: #bbb;
  padding-left: 60px;
  font-family: Graphik, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.built-with-webflow {
  color: #aaa;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
}

.content-column {
  padding-left: 20px;
}

.white-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
}

.social-icon-link {
  width: 20px;
  opacity: .36;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .9;
}

.social-link-group {
  margin-bottom: 10px;
}

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

.button-36 {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

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

.button-36.w--current {
  background-color: #2e80b6;
}

.sidebar-on-mobile {
  padding-top: 40px;
  display: none;
}

.feature-posts-list {
  margin-bottom: -15px;
}

.circle-profile {
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grey-rule {
  width: 90px;
  height: 1px;
  background-color: #c7c7c7;
  margin-top: 15px;
  margin-bottom: 15px;
}

.site-description {
  text-align: left;
  margin-bottom: 20px;
  font-family: Graphik, sans-serif;
  line-height: 145%;
}

.webflow-link {
  color: #aaa;
  text-decoration: none;
}

.webflow-link:hover {
  color: #333;
}

.small-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.button-37 {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-37:hover {
  background-color: #333;
}

.button-37.w--current {
  background-color: #2e80b6;
}

.blog-page-image {
  height: 290px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.body-copy {
  font-family: Graphik, sans-serif;
}

.button-38 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 11px 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-38:hover {
  background-color: #333;
}

.button-38.w--current {
  background-color: #2e80b6;
}

.post-content {
  padding: 20px;
}

.post-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
}

.post-info {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.post-info.gerrtwy {
  padding-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.details-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-block-180 {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  display: inline-block;
}

.image-167 {
  height: 150px;
  border-radius: 200px;
}

.circle-profile-2 {
  width: 70%;
  border-radius: 500px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-110 {
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.heading-111 {
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.empty-state-2 {
  background-color: rgba(122, 129, 255, .07);
  border-radius: 20px;
}

.paragraph-68, .heading-112 {
  font-family: Graphik, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menublog {
  background-color: rgba(122, 129, 255, .07);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-168 {
  width: 300px;
}

.div-block-181 {
  color: var(--dark-slate-grey);
  margin-left: 350px;
  margin-right: 350px;
  padding-left: 0;
  font-family: Graphik, sans-serif;
  text-decoration: none;
  display: flex;
}

.heading-113 {
  padding-left: 20px;
  padding-right: 40px;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.div-block-182 {
  display: flex;
}

.text-block-182 {
  padding-bottom: 10px;
  padding-left: 20px;
  font-style: italic;
  font-weight: 400;
}

.paragraph-69 {
  padding-left: 20px;
  font-weight: 300;
}

.button-39 {
  background-color: var(--medium-slate-blue-2);
  border-radius: 20px;
  margin-left: 20px;
}

.collection-item-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-40 {
  background-color: #7a81ff;
  border-radius: 20px;
  margin-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
}

.button-41 {
  background-color: #7a81ff;
  border-radius: 6px;
  margin-top: 0;
  position: relative;
  top: auto !important;
}

.button-41.w--current {
  margin-right: -45px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
}

.section-59 {
  margin-top: 40px;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.heading-114 {
  margin-top: 100px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.text-span-103 {
  color: #7a81ff;
}

.slide-9 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.heading-115 {
  margin-top: 100px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.text-span-104 {
  color: #7a81ff;
}

.slide-10 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.div-block-183 {
  margin-left: 220px;
  margin-right: 220px;
}

.grid-95 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-116 {
  color: #000;
  font-family: Graphik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-70 {
  color: #1d1d1d;
  font-family: Graphik, sans-serif;
  font-size: 15px;
}

.div-block-184 {
  justify-content: center;
  display: flex;
}

.div-block-185 {
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-186 {
  width: auto;
  height: 550px;
  background-color: rgba(122, 129, 255, .16);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-60 {
  margin-bottom: 60px;
}

.div-block-187 {
  margin-right: 0;
  padding-right: 102px;
}

.heading-117 {
  text-align: center;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.div-block-188 {
  /*justify-content: center;
  margin-top: -45px;
  text-decoration: none;
  display: flex;*/
  align-items: center;
  padding-bottom: 40px;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}

.heading-118 {
  color: #55cc61;
  font-family: Graphik, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.chatea {
  display: none;
}

.div-block-189 {
  margin-left: 220px;
  margin-right: 220px;
}

.button-42 {
  background-color: #7a81ff;
  border-radius: 11px;
  margin-top: 30px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
}

.youtube-6 {
  margin-top: 23px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.quick-stack.tipe2 {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-190 {
  padding-right: 0;
  display: flex;
}

.div-block-190.fdee {
  justify-content: flex-end;
}

.heading-119 {
  margin-right: 10px;
  padding-left: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.heading-119.tipo2 {
  color: #c2c2c2;
  margin-left: 115px;
  font-size: 25px;
}

.image-172 {
  margin-top: 4px;
  margin-left: 21px;
}

.button-43 {
  background-color: #7a81ff;
  border-radius: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.button-44 {
  background-color: #7a81ff;
  border-radius: 20px;
  margin-top: 7px;
  margin-left: 79px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.div-block-191 {
  float: none;
  clear: none;
  background-color: #fff;
  border-radius: 80px;
  margin-top: 31px;
  margin-left: 140px;
  margin-right: 140px;
  padding-right: 0;
  position: static;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.image-173 {
  margin-top: 8px;
}

.div-block-192 {
  background-color: rgba(238, 243, 248, .44);
  border-radius: 20px;
  flex-direction: row;
  margin: 0px;
  padding: 20px;
 /* display: flex;
  align-items: center;
  justify-content: space-between;*/
  transition: all 0.5s ease;
}
.div-block-192:hover{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  transition: all 0.5s ease;
}



.div-block-193 {
  /*width: 700px;*/
  width: 100%;
  position: relative;
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  justify-content: flex-end;
}

.image-174 {
  border-radius: 20px;
}

.slider-4 {
  width: 100%;
  height: 200px !important;
  height: auto;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width:1100px){
.slider-4{ width:100%;}
}
.heading-120 {
  padding-left: 0;
  padding-right: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0px;
}


.div-block-194 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-183 {
  color: #000;
  font-family: Graphik, sans-serif;
  font-weight: 300;
  padding-bottom: 3%;
  padding-top: 3%;
  font-size: 14px;
}

.text-block-184 {
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Graphik, sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.text-span-105 {
  font-size: 16px;
  font-weight: 500;
}

.button-45 {
  background-color: #7a81ff;
  border-radius: 20px;
  margin-top: 0px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  font-size: 16px;
}

.slide-nav, .image-175 {
  border-radius: 20px;
}

.div-block-195 {
  display: flex;
  width: 100%;
    align-items: center;
    justify-content: center;
}

.image-176 {
 /* position: relative;
  top: 8px;
 left: 56px;
  left: 15px;*/
  height: 36px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(236, 239, 241);
    border-radius: 11px;
    /* position: relative; */
    /* float: left; */
    margin-top: 0px;
    margin-left: 12px;
}
.image-176 > img { width:16px;}

.figure {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.section-61 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.div-block-196 {
  /*position: static;*/
  position: relative;
  float: left;
  width: 40%;
  display: flex;
    /* align-items: center; */
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  padding-left: 32px;
}

@media (max-width:1500px){

  .div-block-196 {
    width: 50%;
    justify-content: space-between;
  }
}

@media (max-width:1500px){

  .div-block-196 {
    padding-left: 0px;;
  }
}

.section-62 {
  /*position: static;
  top: 100px;*/
  width: 100% !important;
  padding-top: 170px !important;
  position: relative;
  float: left;
  min-height: calc(100dvh - 70px);
}

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

.cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.div-block-197 {
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.quick-stack-2 {
  width: 540px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.image-177 {
  width: 600px;
  border-radius: 20px 0 0 20px;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-198 {
  display: flex;
}

.heading-121 {
  font-family: Graphik, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.text-block-185 {
  margin-top: 38px;
  margin-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.section-63 {
  margin-bottom: -21px;
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-199 {
  margin-left: 15px;
}

.div-block-200 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-64 {
  margin-left: 140px;
  margin-right: 140px;
}

.heading-122 {
  font-family: Graphik, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-123 {
  font-family: Graphik, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-71 {
  font-family: Graphik, sans-serif;
}

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

.div-block-201 {
  padding-right: 40px;
}

.paragraph-72 {
  font-family: Graphik, sans-serif;
}

.div-block-202 {
  margin-left: 140px;
  margin-right: 230px;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.text-block-186 {
  text-align: center;
  font-family: Graphik, sans-serif;
}

.cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13, .cell-14 {
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.cell-15 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.div-block-203 {
  border-radius: 20px;
}

.quick-stack-4 {
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 140px;
}

.cell-16 {
  border-top-left-radius: 20px;
}

.image-178 {
  border-top-right-radius: 20px;
}

.image-179 {
  border-bottom-right-radius: 20px;
}

.section-65 {
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-204 {
  display: flex;
}

.text-block-187 {
  padding-left: 10px;
  font-family: Graphik, sans-serif;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.section-66 {
  margin-left: 140px;
  margin-right: 140px;
}

.heading-124 {
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.text-block-188, .text-block-189 {
  font-family: Graphik, sans-serif;
  font-size: 18px;
}

.text-block-190 {
  text-align: right;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-191 {
  text-align: right;
  padding-top: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-205 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0;
  padding-top: 20px;
  display: flex;
}

.quick-stack-6 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-206 {
  background-color: #f4f8fa;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-207, .image-180, .slide-11, .mask-2, .slider-5 {
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .image {
    margin-left: 4px;
  }

  .section-title {
    width: auto;
    max-width: 75%;
  }

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

  .button {
    margin-left: 301px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
  }

  .map {
    height: auto;
    display: block;
    overflow: visible;
  }

  .listings-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid-container-2, .gallery-grid-container-3 {
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
  }

  .container-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .space-top-medium {
    margin-top: 52px;
  }

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

  .orange-button {
    font-size: 17px;
    line-height: 25px;
  }

  .contact-form-block {
    width: auto;
  }

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

  .split.separate-responsive {
    grid-row-gap: 60px;
  }

  .text-field-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field-2::placeholder {
    font-size: 16px;
  }

  .contact-map {
    height: auto;
  }

  .hero {
    justify-content: flex-start;
    padding-bottom: 49vh;
    padding-left: 0;
  }

  .wrapper-title {
    width: 100vw;
  }

  .home-subhead {
    width: 50vw;
  }

  .main-h1 {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.home {
    margin-top: -1px;
    font-size: 4vh;
    line-height: 15vh;
  }

  .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    font-size: 8vh;
    line-height: 15vh;
  }

  .wrapper-list-links {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-42 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-44.main {
    justify-content: flex-start;
  }

  .wrapper {
    flex-direction: column-reverse;
  }

  .div-block-43 {
    width: auto;
  }

  .grid-40 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .popup-content-wrapper {
    max-height: 92%;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .content-column {
    padding-left: 10px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .content-wrapper {
    padding: 20px;
  }

  .blog-page-image {
    height: 240px;
  }

  .post-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 8em;
    margin-left: 13px;
    padding-top: 11px;
  }

  .section-title {
    max-width: 100%;
  }

  .text-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .text-block-2 {
    padding-top: 5px;
  }

  .text-block-7 {
    text-align: center;
    margin-left: -56px;
    font-size: 20px;
  }

  .text-block-8 {
    margin-left: -48px;
  }

  .grid-2 {
    display: inline-block;
  }

  .listing-card-info-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .button {
    margin-left: 210px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .button-4 {
    margin-left: 210px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-grid-container-2, .gallery-grid-container-3 {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-32 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-top-medium {
    margin-top: 48px;
  }

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

  .orange-button {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-field-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 15px;
  }

  .text-field-2::placeholder {
    font-size: 15px;
  }

  .main-h1.home {
    width: 454.422vh;
    font-size: 3vh;
  }

  .main-h1.bold.home {
    margin-bottom: 27px;
    padding-bottom: 12px;
    font-size: 5vh;
  }

  .wrapper-list-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .brand-2 {
    height: auto;
  }

  .brand-2.w--current {
    height: auto;
    margin-bottom: 0;
  }

  .nav-menu-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-16 {
    color: #fff;
    margin-left: 22px;
    margin-right: 0;
  }

  .image-103 {
   /* margin-top: 15px;
    margin-left: -82px;*/
  }

  .grid-40 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .built-with-webflow {
    margin-bottom: 0;
  }

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

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
  }

  .sidebar-on-mobile {
    padding-top: 0;
    display: block;
  }

  .grey-rule {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .blog-page-image {
    height: 220px;
  }

  .post-content {
    padding: 20px;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 8em;
    margin-left: -7px;
  }

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

  .text-section-subtitle {
    text-align: center;
    padding-right: 39px;
    font-size: 13px;
  }

  .text-section-subtitle.text-neutral-2 {
    text-align: center;
    padding-right: 0;
  }

  .container-cajas {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-small-caps.text-secondary {
    text-align: center;
  }

  .listings-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-image {
    margin-top: -26px;
    padding-top: 0;
  }

  .text-block {
    font-weight: 600;
    line-height: 20px;
  }

  .collection-item {
    height: 400px;
    padding-bottom: 0;
  }

  .text-block-2 {
    padding-top: 14px;
  }

  .text-block-7 {
    margin-top: -1px;
    margin-left: -70px;
    font-weight: 700;
  }

  .text-block-8 {
    margin-left: -55px;
    font-family: Graphik, sans-serif;
  }

  .grid-2 {
    padding-top: 32px;
  }

  .paragraph {
    padding-top: 31px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-template-columns: 2.5fr 2fr;
    grid-template-areas: ".";
    grid-auto-columns: 2.5fr;
    padding-left: 22px;
  }

  .listings-grid-2 {
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 20px;
  }

  .text-block-11 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
  }

  .info-grid2 {
    grid-template-columns: .25fr 4.25fr;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .collection-item-2 {
    border-radius: 0;
  }

  .image-2, .image-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    margin-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 9px;
    line-height: 10px;
  }

  .paragraph-2 {
    margin-top: 61px;
    padding: 5px 10px 59px;
    font-size: 15px;
    line-height: 25px;
  }

  .titulos-grandes {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 25px;
  }

  .titulos-grandes.r5r {
    color: var(--white);
  }

  .button {
    text-transform: none;
    border-radius: 20px;
    margin-left: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
  }

  .bottones {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 109px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 11px;
    padding: 0 20px 50px 7px;
    display: block;
  }

  .section-2 {
    margin-top: 100px;
    margin-bottom: 26px;
    padding-top: 3px;
  }

  .image-4 {
    width: 25%;
    margin-left: 133px;
    padding-top: 45px;
  }

  .image-5 {
    width: 29%;
    margin-top: 7px;
    margin-left: 126px;
  }

  .inversionistas {
    background-color: #fff;
    padding-bottom: 0;
  }

  .parrafos {
    margin-bottom: 0;
    padding: 0 11px 54px;
    font-size: 15px;
    line-height: 25px;
  }

  .container-3 {
    background-color: #eee;
    margin-top: -35px;
  }

  .text-block-16 {
    text-align: left;
    margin-left: 0;
    font-family: Graphik, sans-serif;
    font-size: 20px;
    font-weight: 700;
    overflow: visible;
  }

  .text-block-17 {
    text-align: left;
    margin-left: 4px;
    padding-left: 2px;
    font-size: 14px;
  }

  .button-3 {
    text-align: center;
    margin-left: 92px;
    margin-right: 92px;
    display: block;
  }

  .footer {
    text-align: left;
    margin-top: 0;
    margin-bottom: -84px;
    padding: 31px 20px 85px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

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

  .text-span-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-18 {
    padding-top: 56px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-20 {
    padding-top: 28px;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 35px;
  }

  .image-7 {
    width: 35%;
    margin-left: 109px;
  }

  .heading-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 124px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
    line-height: 35px;
  }

  .text-span-6 {
    font-size: 10px;
  }

  .somo-m-s {
    margin-top: -181px;
    padding-top: 3px;
  }

  .background-video {
    width: auto;
    height: 600px;
    padding-bottom: 0;
  }

  .grid-8 {
    grid-row-gap: 2px;
    color: var(--dark-grey-2);
    text-align: center;
    margin-left: 102px;
    padding-bottom: 34px;
  }

  .submit-button {
    margin-top: 37px;
    margin-bottom: -34px;
    margin-left: -330px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Graphik, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .field-label-2 {
    margin-bottom: -22px;
    margin-left: -260px;
    padding-top: 0;
  }

  .text-block-29 {
    margin-left: -11px;
    padding-left: 0;
    font-size: 10px;
  }

  .image-12 {
    width: 27%;
    margin-left: 132px;
  }

  .image-13 {
    width: 43%;
    margin-left: 100px;
    padding-top: 10px;
  }

  .text-field {
    color: var(--dim-grey);
    border-radius: 20px;
    margin: -55px 38px 35px -445px;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 257px;
  }

  .grid-9 {
    margin-left: 12px;
    margin-right: 0;
    padding-top: 12px;
  }

  .text-block-30 {
    color: #000;
    margin-top: 6px;
    padding-top: 0;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 13px;
    font-style: normal;
    line-height: 15px;
  }

  .text-block-31 {
    color: #000;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
  }

  .text-block-32 {
    color: #000;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    font-style: normal;
    line-height: 15px;
  }

  .text-block-33 {
    color: #000;
    text-align: center;
    margin-top: -13px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 13px;
    font-style: normal;
    line-height: 15px;
  }

  .text-block-34 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
  }

  .dropdown-toggle-5 {
    color: var(--orange-red);
  }

  .dropdown-toggle-7 {
    font-size: 12px;
  }

  .dropdown-toggle-9 {
    color: #fff;
  }

  .image-18 {
    width: 10em;
    margin-top: 13px;
    margin-left: 7px;
  }

  .container-5 {
    margin-left: 10px;
    margin-right: 0;
  }

  .text-block-35 {
    color: var(--orange-red);
    text-transform: uppercase;
    font-size: 13px;
  }

  .icon-8 {
    color: var(--orange-red);
  }

  .text-block-36 {
    color: var(--orange-red);
    text-transform: uppercase;
    font-size: 13px;
  }

  .icon-9 {
    color: var(--orange-red);
  }

  .text-block-37 {
    color: var(--orange-red);
    text-transform: uppercase;
    font-size: 13px;
  }

  .icon-10 {
    color: var(--orange-red);
  }

  .text-block-38 {
    color: var(--orange-red);
    font-size: 12px;
  }

  .icon-11 {
    color: var(--orange-red);
  }

  .text-block-39 {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
  }

  .icon-12 {
    color: #fff;
  }

  .html-embed {
    margin: 0 -90px 0 -144px;
    padding-right: 0;
    display: none;
    top: -10px;
    left: 61px;
  }

  .html-embed.home {
    margin-bottom: 43px;
    top: -240px;
  }

  .parrafo2 {
    text-align: center;
    margin-top: 35px;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
    font-family: Graphik, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .text-block-41 {
    font-size: 12px;
  }

  .parrafo-3 {
    text-align: center;
    margin-top: 23px;
    margin-bottom: 3px;
    padding-left: 11px;
    padding-right: 10px;
    font-family: Graphik, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .button-4 {
    text-transform: none;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 52px;
    margin-left: 115px;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 600;
  }

  .grid-10 {
    margin-top: 14px;
    margin-bottom: -16px;
    margin-left: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-42 {
    padding-top: 20px;
    padding-left: 0;
    font-size: 12px;
    text-decoration: none;
  }

  .image-19 {
    width: 60%;
    margin-left: 11px;
    padding-top: 15px;
    padding-left: 0;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24 {
    width: 50%;
  }

  .text-block-43 {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 12px;
  }

  .text-block-44 {
    color: var(--dark-grey);
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    text-decoration: none;
  }

  .text-block-45 {
    text-align: left;
    font-size: 12px;
  }

  .text-block-46, .text-block-47 {
    color: var(--dark-grey-2);
    text-align: left;
    font-size: 12px;
  }

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

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

  .list {
    padding-top: 0;
  }

  .paragraph-4 {
    text-align: center;
    font-family: Roboto, sans-serif;
  }

  .container-7 {
    padding-top: 21px;
  }

  .link-block-3 {
    color: var(--dark-grey-2);
    text-decoration: none;
  }

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

  .link-block-5 {
    font-family: Roboto, sans-serif;
    text-decoration: none;
  }

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

  .link-block-7 {
    color: var(--dark-grey-2);
    text-decoration: none;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
    margin-right: 0;
  }

  .text-block-49 {
    padding-left: 20px;
  }

  .texto {
    text-align: left;
    margin-left: -40px;
  }

  .collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .somos-mas {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 33px 0 20px;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .somos-mas._2r {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    padding-top: 29px;
    text-decoration: none;
  }

  .image-25 {
    width: 10%;
    margin-top: -169px;
    margin-bottom: -74px;
    margin-left: 161px;
    padding-top: 0;
    font-size: 12px;
    display: block;
    position: relative;
    top: 0;
    left: 18px;
  }

  .container-8 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: -21px;
    padding-top: 45px;
    padding-bottom: 0;
  }

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

  .container-9 {
    margin-top: -43px;
    padding-top: 0;
  }

  .section-5 {
    padding-top: 233px;
  }

  .heading-5 {
    margin-top: -152px;
    margin-bottom: 51px;
  }

  .text-span-7 {
    font-size: 25px;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 20px;
  }

  .text-span-8 {
    color: var(--dark-grey-2);
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
  }

  .text-span-9 {
    font-size: 15px;
    line-height: 25px;
  }

  .button-5 {
    text-transform: uppercase;
    margin-left: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .button-5.bhh {
    text-transform: none;
    font-size: 11px;
  }

  .grid-11 {
    padding-left: 40px;
    padding-right: 20px;
    display: block;
  }

  .heading-7 {
    padding-left: 0;
  }

  .paragraph-5 {
    font-weight: 300;
  }

  .image-26 {
    width: 40%;
  }

  .image-27 {
    top: 62px;
    left: 172px;
  }

  .grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    padding-right: 40px;
    display: grid;
  }

  .container-12 {
    padding-top: 28px;
    padding-left: 12px;
  }

  .text-span-11 {
    color: var(--dark-grey-2);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .heading-9 {
    text-align: center;
    margin-top: 22px;
    margin-bottom: -35px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Graphik, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .image-28 {
    width: 30%;
    margin-left: 85px;
    padding-top: 0;
    padding-left: 0;
  }

  .text-span-12 {
    line-height: 40px;
  }

  .text-span-13 {
    font-family: Graphik, sans-serif;
    line-height: 25px;
  }

  .grid-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 5px;
    font-size: 13px;
    display: block;
  }

  .container-14 {
    margin-top: 33px;
  }

  .nomadas, .section-8 {
    padding-top: 360px;
  }

  .section-9 {
    margin-top: -59px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-16 {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .grid-14 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .paragraph-10, .paragraph-11 {
    padding-top: 20px;
  }

  .image-31 {
    margin-left: 0;
    margin-right: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-32 {
    margin-left: 35px;
  }

  .section-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-18 {
    padding-left: 0;
    padding-right: 40px;
  }

  .container-19 {
    padding-left: 45px;
    padding-right: 0;
  }

  .image-33 {
    width: 45px;
    margin-top: 9px;
    margin-bottom: -83px;
    display: block;
    top: 0;
    bottom: 0;
    left: 831px;
    overflow: visible;
  }

  .image-33.movil {
    margin-bottom: 35px;
  }

  .image-33.movil._2 {
    margin-bottom: 2px;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 50px;
    left: 0;
    right: 24px;
    overflow: visible;
  }

  .link-block-9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 1px;
    overflow: visible;
  }

  .body {
    padding-bottom: 0;
  }

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

  .grid-18 {
    background-color: #fff;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin: -67px -233px -116px -219px;
    padding: 0 0 0 40px;
    display: flex;
    box-shadow: 0 -1px 10px -1px rgba(0, 0, 0, .27);
  }

  .heading-19 {
    margin-top: -21px;
    margin-right: -54px;
    padding-right: 0;
    position: relative;
    top: -10px;
  }

  .heading-19.claa {
    top: 5px;
  }

  .heading-19.c2 {
    top: -10px;
    left: -2px;
  }

  .heading-20 {
    margin-left: 20px;
    margin-right: -35px;
  }

  .heading-21 {
    font-size: 20px;
  }

  .heading-22 {
    text-align: left;
    margin-top: -39px;
    padding-left: 0;
    font-size: 20px;
  }

  .button-6 {
    border-radius: 15px;
    margin-left: 245px;
    position: relative;
    top: -27px;
    left: -78px;
  }

  .button-7 {
    background-color: var(--orange-red);
    border-radius: 15px;
    margin: 29px 103px 21px 2px;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -20px;
    left: 43px;
  }

  .container-22 {
    margin-top: 2px;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: 14px;
    left: -15px;
  }

  .column {
    z-index: 1;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
  }

  .text-block-51 {
    margin-top: 5px;
    margin-bottom: 28px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 13px;
  }

  .text-block-51.clase {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 28px;
    padding-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-23 {
    color: #0e0e0e;
    letter-spacing: 0;
    padding-top: 11px;
    padding-bottom: 4px;
    padding-left: 0;
    font-size: 33px;
    line-height: 43px;
  }

  .grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--dark-grey);
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.25fr .25fr;
    grid-auto-columns: 1fr;
    margin-top: -30px;
    margin-left: -45px;
    display: grid;
  }

  .grid-19.detalles {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.25fr 1fr;
    margin-top: -11px;
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .heading-24 {
    color: var(--dark-slate-grey);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    position: static;
  }

  .text-block-52 {
    color: var(--dark-slate-grey);
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 13px;
  }

  .text-block-53 {
    color: var(--dark-slate-grey);
    text-align: left;
    padding-top: 0;
    padding-left: 10px;
    font-size: 13px;
  }

  .text-block-54 {
    color: var(--dark-slate-grey);
    flex: 1;
    padding-top: 18px;
    padding-left: 5px;
    font-size: 11px;
  }

  .text-block-55 {
    color: var(--dark-slate-grey);
    text-align: left;
    margin-right: -26px;
    padding-top: 0;
    padding-left: 6px;
    font-size: 12px;
  }

  .text-block-56 {
    color: var(--dark-slate-grey);
    margin-right: -52px;
    padding-top: 20px;
    padding-left: 6px;
    padding-right: 0;
    font-size: 12px;
  }

  .column-2 {
    margin-top: -45px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .paragraph-16 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .paragraph-16.a78 {
    padding-top: 10px;
    font-size: 19px;
  }

  .heading-25 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .heading-25.clasj9 {
    margin-top: -21px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-25.acep1 {
    padding-top: 40px;
    font-size: 30px;
    line-height: 43px;
  }

  .heading-26 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-26.dsdfgf {
    padding-top: 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link.reveal {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-lightbox-overlay-wrap {
    height: auto;
  }

  .section-15 {
    margin-top: 15px;
    margin-bottom: -26px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-15.amenidades {
    margin-bottom: 2px;
  }

  .map {
    margin-left: 0;
  }

  .grid-1-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: -47px;
  }

  .features-grid-2 {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: -41px;
  }

  .text-section-title.text-primary {
    text-align: center;
  }

  .sidebar {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0;
    bottom: 5px;
  }

  .container-25 {
    margin-top: 0;
    padding-left: 4px;
    display: flex;
  }

  .container-26 {
    color: #000;
    margin-top: -25px;
    display: flex;
  }

  .container-27, .container-28, .container-29 {
    display: flex;
  }

  .section-16 {
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 250px;
  }

  .heading-27 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .paragraph-17 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .section-17 {
    margin-left: 0;
  }

  .image-39 {
    width: 25%;
    margin-left: 20px;
    padding-top: 3px;
  }

  .button-8 {
    margin-top: 13px;
    margin-left: 20px;
  }

  .column-5 {
    margin-top: -5px;
  }

  .paragraph-18 {
    padding-left: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .paragraph-18.sdf {
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .grid-20 {
    grid-column-gap: 10px;
    grid-row-gap: 14px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". Area"
                   / 4.5fr .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: grid;
  }

  .heading-33 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Graphik, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .listings-grid-3 {
    grid-template-columns: 1fr;
  }

  .section-19 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-19.bg-neutral-5 {
    margin-top: 0;
  }

  .gallery-grid-container-2 {
    height: auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin: 0 0 20px;
    padding-top: 0;
    display: block;
  }

  .button-9 {
    margin-left: 173px;
    top: -12px;
  }

  .collection-list-wrapper-4 {
    margin-top: 0;
  }

  .section-20 {
    margin-top: -68px;
  }

  .gallery-grid-container-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .features-grid-3 {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: -79px;
    padding-left: 0;
  }

  .text-block-58 {
    text-align: center;
    margin-left: 0;
    position: relative;
  }

  .image-48 {
    position: static;
  }

  .boton2 {
    background-color: var(--orange-red);
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 70px;
    padding: 10px 20px;
    font-family: Graphik, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .section-21 {
    margin-top: 55px;
  }

  .button-10 {
    margin-top: 10px;
    margin-left: 100px;
  }

  .section-23 {
    margin-bottom: 80px;
  }

  .container-32 {
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-32.place-above {
    background-color: rgba(255, 151, 92, 0);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-34 {
    font-family: Graphik, sans-serif;
    font-size: 30px;
  }

  .case-logo-wrap {
    margin-top: -44px;
    margin-bottom: 0;
    padding: 10px;
  }

  .case-card {
    width: 100%;
    height: 350px;
  }

  .case-card-image {
    width: 100%;
    height: 200px;
  }

  .case-card-buttom {
    padding-bottom: 0;
  }

  .heading-36 {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .button-12 {
    margin-left: 135px;
  }

  .section-24 {
    padding-top: 360px;
  }

  .section-24.clase-1 {
    background-image: url('../Images/living/Captura-de-Pantalla-2022-01-06-a-las-20.21.05.png');
  }

  .section-24.class6 {
    padding-top: 220px;
    display: none;
  }

  .section-24.destnos {
    padding-top: 360px;
    position: static;
  }

  .section-24.clase45 {
    padding-top: 360px;
  }

  .section-24.invertir {
    margin-top: 0;
  }

  .section-24.agents {
    background-position: 50% 100%;
  }

  .section-24.quiero {
    padding-top: 220px;
  }

  .section-24.calculaate {
    background-image: url('../Images/living/20945155.jpg');
  }

  .heading-37 {
    text-align: center;
    margin-top: -129px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 38px;
    line-height: 35px;
    position: relative;
    top: 25px;
  }

  .heading-37._24 {
    margin-left: 0;
  }

  .heading-37._12 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 25px;
  }

  .heading-37.destinos.koo {
    text-align: left;
    margin-top: -142px;
    font-size: 38px;
    line-height: 35px;
    top: 40px;
  }

  .heading-37.propiedades {
    text-align: left;
    text-shadow: none;
    margin-top: -210px;
    font-size: 38px;
    line-height: 35px;
  }

  .heading-37.endfjff {
    margin-left: 0;
  }

  .paragraph-20 {
    margin-bottom: -37px;
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-20.colimnse {
    padding-left: 0;
  }

  .paragraph-20.fvnfnvd {
    font-size: 15px;
  }

  .collection-item-4 {
    width: auto;
    height: auto;
  }

  .text-block-59 {
    margin-top: -163px;
    margin-left: 45px;
    font-family: Graphik, sans-serif;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 13px;
    left: 45px;
  }

  .section-26 {
    background-color: rgba(255, 255, 255, .63);
    border-radius: 16px;
    flex-direction: row;
    margin-top: 54px;
    margin-left: 21px;
    margin-right: 129px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -111px;
    left: 102px;
  }

  .image-51 {
    width: 50px;
  }

  .text-block-60 {
    font-family: Graphik, sans-serif;
    font-weight: 400;
  }

  .columns {
    margin-top: 110px;
  }

  .text-block-61 {
    color: var(--dark-slate-grey);
    text-transform: uppercase;
    font-family: Graphik, sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -88px;
    left: -14px;
  }

  .text-block-61._1 {
    font-size: 10px;
    top: -67px;
    left: 15px;
  }

  .text-block-62 {
    text-transform: uppercase;
    font-family: Graphik, sans-serif;
    font-size: 10px;
    font-weight: 300;
    position: relative;
    top: -67px;
    left: 12px;
  }

  .text-block-63 {
    color: var(--white);
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Graphik, sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 9px;
    left: 0;
  }

  .text-block-63._0 {
    text-align: right;
    margin-left: 0;
    margin-right: 327px;
    padding-right: 0;
    top: -135px;
    left: 299px;
  }

  .text-block-64 {
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 900;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-65 {
    padding-top: 5px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-66 {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-67 {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 900;
  }

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

  .text-block-68 {
    font-weight: 500;
  }

  .text-block-69, .bold-text-3, .text-block-70, .text-block-71 {
    font-weight: 400;
  }

  .paragraph-21 {
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .text-block-72 {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 900;
  }

  .text-block-73 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 10px;
    left: -13px;
  }

  .text-block-74 {
    color: rgba(237, 223, 223, 0);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
  }

  .text-block-75 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 5px;
    left: -31px;
  }

  .text-block-76 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 10px;
    left: -45px;
  }

  .collection-list-wrapper-5.class4 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid-22 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 25px;
    margin-right: 20px;
  }

  .grid-22.colombiagrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .titulo {
    padding-left: 25px;
  }

  .text-span-16 {
    font-size: 35px;
  }

  .text-span-17 {
    font-size: 45px;
  }

  .text-span-18 {
    font-size: 40px;
  }

  .text-span-19 {
    font-size: 38px;
  }

  .text-span-20 {
    font-size: 40px;
  }

  .text-span-21, .text-span-22 {
    font-size: 45px;
  }

  .orange-button.space-top-tiny {
    border-radius: 20px;
    margin-top: 25px;
    margin-left: 66px;
    margin-right: 60px;
    padding: 10px 70px;
    font-size: 15px;
    font-weight: 500;
    position: static;
    left: auto;
  }

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

  .contact-form-block {
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-form-block.data-hipoteca {
    margin-top: 33px;
    margin-bottom: 30px;
  }

  .split.separate-responsive {
    margin-top: -35px;
  }

  .text-field-2 {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 14px;
  }

  .text-field-2::placeholder {
    font-size: 14px;
  }

  .field-label-3 {
    text-align: left;
  }

  .link-5 {
    padding-left: 25px;
  }

  .heading-39 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 38px;
    padding-bottom: 37px;
    line-height: 30px;
  }

  .heading-39.ertg {
    text-align: center;
    margin-top: 0;
    padding: 60px 20px 6px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-39.ertg.fdsdd {
    margin-left: 0;
    font-size: 30px;
  }

  .heading-39.tirulsos {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-39.reghyt {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-8 {
    background-color: var(--orange-red);
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-53 {
    left: 68px;
  }

  .div-block-9 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .paragraph-23 {
    font-size: 15px;
  }

  .button-13 {
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 39px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

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

  .image-54 {
    left: 68px;
  }

  .link-block-10, .link-block-11, .link-block-12 {
    text-decoration: none;
  }

  .grid-23 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-23.cla45 {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-78 {
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-block-78.david {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-78.l {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-78.d {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-78.p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-78.k {
    color: var(--black);
    text-align: center;
    margin-top: 1px;
    padding-top: 0;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10.d {
    padding-left: 0;
  }

  .image-55 {
    margin-left: -4px;
  }

  .image-56, .image-57 {
    margin-left: -3px;
  }

  .image-58 {
    margin-left: 0;
  }

  .image-59 {
    flex: 0 auto;
  }

  .image-60 {
    margin-left: -3px;
  }

  .image-61 {
    flex: 0 auto;
    display: block;
  }

  .text-span-28 {
    padding-top: 10px;
    font-size: 13px;
    display: block;
  }

  .text-span-29 {
    padding-top: 10px;
    font-size: 13px;
  }

  .section-27.sustentbiliss {
    padding-left: 0;
    padding-right: 0;
  }

  .section-27.rrfg {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-30 {
    text-transform: none;
  }

  .contact-map {
    margin-top: 20px;
  }

  .textarea {
    text-align: left;
    font-size: 14px;
  }

  .link-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-32 {
    text-transform: lowercase;
    margin-left: 55px;
    padding-right: 99px;
    position: relative;
    left: 4px;
  }

  .section_map {
    padding-top: 0;
  }

  .columns-3 {
    margin-bottom: -66px;
    display: flex;
    position: relative;
    top: 126px;
  }

  .image-63 {
    margin-top: -3px;
    margin-left: -15px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-63.img_anterior {
    margin-left: 3px;
    position: relative;
    left: -23px;
  }

  .image-64 {
    margin-left: 140px;
  }

  .image-64.img_siguiente {
    margin-top: -7px;
    margin-left: 150px;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-12 {
    font-family: Graphik, sans-serif;
    font-size: 35px;
  }

  .text-block-79 {
    text-align: center;
    font-family: Graphik, sans-serif;
    font-weight: 700;
  }

  .column-6 {
    padding-left: 0;
  }

  .heading-42 {
    background-color: var(--white);
    color: var(--orange-red);
    border-radius: 0;
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
  }

  .div-block-13 {
    background-color: #fff;
    margin: 0;
    padding: 20px 10px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .23);
  }

  .button-15 {
    background-color: var(--orange-red);
    text-align: center;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Graphik, sans-serif;
    font-weight: 500;
    display: block;
  }

  .video-2 {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .youtube {
    margin-left: 10px;
    margin-right: 10px;
  }

  .youtube-2 {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-66 {
    width: 250px;
    border-radius: 10px;
    margin-left: 40px;
  }

  .text-span-39, .text-span-40 {
    font-weight: 600;
  }

  .text-block-80 {
    font-size: 12px;
    left: -12px;
  }

  .columns-4 {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .grid-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: -25px;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .heading-44 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-18 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph-24 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .image-74 {
    margin-bottom: 20px;
  }

  .div-block-19 {
    padding-top: 29px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .paragraph-25 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .text-span-48 {
    font-size: 18px;
  }

  .paragraph-26 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .div-block-20, .div-block-21 {
    display: inline-block;
  }

  .section-31 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-27 {
    text-align: left;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-27.yy {
    padding-left: 0;
  }

  .paragraph-28 {
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-29 {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-30 {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }

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

  .text-span-50 {
    font-size: 18px;
  }

  .grid-25 {
    display: block;
  }

  .heading-45, .heading-46, .heading-47 {
    font-size: 18px;
  }

  .section-32.fhy {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .grid-26.dyn-list {
    display: block;
  }

  .image-81 {
    width: 400px;
    height: 220px;
  }

  .section-33 {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .youtube-5 {
    margin-top: 0;
  }

  .image-86.l-arrow {
    position: relative;
    top: 54px;
  }

  .text-block-84, .text-block-85, .text-block-86 {
    margin-left: -10px;
  }

  .text-block-87 {
    font-size: 12px;
    top: 33px;
    left: -6px;
  }

  .grid-28 {
    flex-direction: row;
    margin: 0 0 35px;
    padding-top: 84px;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 30px;
  }

  .text-block-88 {
    margin-left: 1px;
    margin-right: 40px;
    padding-top: 15px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    position: static;
    top: -61px;
    left: 60px;
    right: 100px;
  }

  .text-block-89 {
    font-family: Graphik, sans-serif;
    position: relative;
    top: -1028px;
    left: -128px;
  }

  .text-block-89.gffggh {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    position: static;
  }

  .text-block-89.ergert {
    padding-top: 0;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    position: static;
    top: 0;
    left: 0;
  }

  .text-block-90 {
    position: relative;
    top: -941px;
    left: -424px;
  }

  .text-block-91 {
    text-align: right;
    font-size: 18px;
    position: static;
    top: -59px;
    left: 91px;
  }

  .div-block-27 {
    position: relative;
    top: 13px;
    left: -135px;
  }

  .text-block-93 {
    text-align: right;
    margin-top: -11px;
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    position: static;
    top: -997px;
    left: -267px;
  }

  .text-block-94 {
    position: relative;
    top: -1049px;
    left: 74px;
  }

  .button-16 {
    background-color: var(--medium-slate-blue);
    object-fit: fill;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .grid-29 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Graphik, sans-serif;
  }

  .text-block-99, .text-block-100, .text-block-101, .text-block-102 {
    font-size: 16px;
  }

  .grid-30 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: .25fr .5fr 1.25fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .text-block-103 {
    font-family: Graphik, sans-serif;
    font-weight: 300;
    position: relative;
    top: 14px;
    left: -290px;
  }

  .text-block-104, .text-block-105, .text-block-106 {
    font-size: 12px;
  }

  .text-block-107 {
    margin-right: 0;
    padding-right: 70px;
    font-size: 14px;
    display: block;
  }

  .text-block-108 {
    text-align: left;
    padding-right: 70px;
    font-size: 14px;
  }

  .text-block-109 {
    font-size: 14px;
  }

  .text-block-110 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-111 {
    font-size: 14px;
  }

  .text-block-112 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-113 {
    font-size: 14px;
  }

  .text-block-114 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-115 {
    font-size: 14px;
  }

  .text-block-116 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-117 {
    padding-left: 10px;
  }

  .div-block-30 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-119, .text-block-120, .text-block-121, .text-block-122, .text-block-123 {
    text-align: center;
  }

  .div-block-31 {
    margin-top: -34px;
    padding-top: 0;
  }

  .heading-49 {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-49.tierra {
    padding-right: 52px;
  }

  .amamos, .section-34 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-span-52 {
    font-size: 35px;
    font-weight: 300;
  }

  .bold-text-4 {
    line-height: 30px;
  }

  .paragraph-33 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .grid-31 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    display: block;
  }

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

  .paragraph-34 {
    text-align: center;
    margin-top: -13px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .grid-33 {
    padding: 0 60px 20px;
  }

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

  .heading-51.jjkjl {
    text-align: left;
  }

  .div-block-32 {
    display: block;
  }

  .image-88 {
    width: 200%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-88.er {
    width: 200%;
    padding-left: 0;
    display: inline-block;
  }

  .paragraph-35 {
    padding-right: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
  }

  .paragraph-35.rr {
    text-align: left;
  }

  .paragraph-36 {
    margin-left: 0;
    padding: 20px 20px 40px;
    font-size: 17px;
    line-height: 25px;
  }

  .paragraph-36.ty6 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-89 {
    padding-top: 10px;
    display: inline-block;
  }

  .image-90, .image-91, .image-92, .image-93 {
    display: inline-block;
  }

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

  .text-span-53 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-52 {
    text-align: center;
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 35px;
  }

  .heading-53 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .container-40 {
    padding-left: 10px;
  }

  .video-3 {
    margin-bottom: 60px;
  }

  .text-block-124, .nav-link-2 {
    color: #f26422;
    text-transform: uppercase;
    font-size: 13px;
  }

  .icon-14 {
    color: #f26422;
  }

  .text-block-125 {
    color: #000;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    font-style: normal;
    line-height: 15px;
  }

  .text-span-54 {
    color: #a7a7a7;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .text-span-55 {
    font-family: Graphik, sans-serif;
    line-height: 25px;
  }

  .text-block-126 {
    color: #000;
    text-align: center;
    margin-top: -13px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 13px;
    font-style: normal;
    line-height: 15px;
  }

  .somos-mas-2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 33px 0 20px;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .titulos-grandes-2 {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 25px;
  }

  .titulos-grandes-2.r5r {
    color: #fff;
  }

  .heading-54 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 38px;
    padding-bottom: 37px;
    line-height: 30px;
  }

  .heading-54.ertg {
    text-align: center;
    margin-top: 0;
    padding: 60px 20px 6px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-54.ertg.fdsdd {
    margin-left: 0;
    font-size: 30px;
  }

  .heading-54.tirulsos {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-54.reghyt {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-37 {
    padding-right: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
  }

  .paragraph-37.rr {
    text-align: left;
  }

  .text-block-127 {
    color: #a7a7a7;
    text-align: left;
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .text-block-128 {
    color: #9c9c9c;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    text-decoration: none;
  }

  .text-block-129 {
    color: #a7a7a7;
    text-align: left;
    font-size: 12px;
  }

  .text-block-130 {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 12px;
  }

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

  .link-block-15 {
    color: #a7a7a7;
    text-decoration: none;
  }

  .grid-34 {
    grid-row-gap: 2px;
    color: #a7a7a7;
    text-align: center;
    margin-left: 102px;
    padding-bottom: 34px;
  }

  .text-span-56 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-131 {
    margin-top: 5px;
    margin-bottom: 28px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 13px;
  }

  .button-17 {
    text-transform: uppercase;
    margin-left: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .button-17.bhh {
    text-transform: none;
    font-size: 11px;
  }

  .block-utility {
    width: 95%;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 20px 30px;
    box-shadow: 0 0 8px -4px #000;
  }

  .heading-utility {
    font-family: Graphik, sans-serif;
    font-size: 20px;
  }

  .heading-utility.dfe {
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .form-login {
    width: 100%;
  }

  .text-field-8 {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Graphik, sans-serif;
    font-weight: 300;
    line-height: 1.4;
  }

  .button-18 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .heading-56 {
    margin-top: -16px;
    font-size: 13px;
  }

  .text-field-9 {
    width: 100%;
    margin-top: -17px;
    padding-top: 20px;
  }

  .image-94 {
    width: 30%;
  }

  .container-41 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-39 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: -67px 0 -14px;
    display: flex;
    top: 40px;
  }

  .button-19 {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    margin: -13px 0 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Graphik, sans-serif;
    font-size: 18px;
  }

  .paragraph-38 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .heading-57 {
    line-height: 22px;
  }

  .text-span-57 {
    line-height: 15px;
  }

  .icon-15 {
    color: #fff;
  }

  .dropdown-link-3 {
    background-color: #2c2929;
  }

  .dropdown-link-3.w--current, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
    color: #fff;
    background-color: #756beb;
  }

  .menu-button {
    background-color: #000;
  }

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

  .grid-35 {
    margin-top: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-58 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 25px;
  }

  .time-text {
    margin-top: 0;
    font-size: 37px;
  }

  .heading-59 {
    margin-top: -20px;
    font-size: 15px;
  }

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

  .wrapper-title {
    margin-top: 11px;
    margin-bottom: 245px;
    padding-top: 7px;
  }

  .paragraph-3 {
    margin-right: -4px;
    font-size: 18px;
  }

  .home-subhead {
    width: auto;
  }

  .main-h1 {
    text-align: left;
    letter-spacing: 0;
    margin-top: 69px;
    margin-bottom: 2px;
    margin-left: 6px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .main-h1.home {
    width: 100%;
    padding-left: 0;
    font-size: 300%;
    line-height: 8vh;
  }

  .main-h1.bold {
    margin-top: 10px;
    margin-bottom: 32px;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
  }

  .main-h1.bold.home {
    margin-top: 22px;
    margin-bottom: -41px;
    padding-bottom: 65px;
    font-size: 180%;
    font-weight: 700;
    line-height: 8vh;
  }

  .div-block-42 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper {
    flex: none;
  }

  .navbar-3 {
    text-align: center;
    flex-direction: column;
    padding-top: 2vh;
  }

  .brand-2 {
    width: 100%;
    height: 80px;
    float: none;
    justify-content: center;
    padding-left: 0;
  }

  .brand-2.w--current {
    height: 80px;
    float: none;
    justify-content: center;
    padding-left: 0;
  }

  .nav-menu-2 {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .section-45 {
    background-size: cover;
  }

  .heading-62 {
    font-size: 25px;
    line-height: 22px;
  }

  .text-block-135 {
    padding-left: 0;
    padding-right: 20px;
    font-size: 23px;
  }

  .paragraph-41 {
    font-size: 12px;
  }

  .paragraph-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-139 {
    margin-left: -34px;
  }

  .grid-38 {
    padding-left: 15px;
  }

  .button-22 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-23 {
    background-color: var(--orange-red);
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-140 {
    padding-left: 0;
    font-size: 16px;
  }

  .text-block-141 {
    padding-left: 15px;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
  }

  .paragraph-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-47 {
    margin-top: -70px;
    margin-bottom: -35px;
    padding-top: 0;
    padding-bottom: 189px;
  }

  .text-block-142 {
    padding-left: 15px;
  }

  .collection-item-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-3 {
    margin-top: 20px;
    margin-right: 20px;
  }

  .div-block-45 {
    height: 325px;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: #66d;
  }

  .dropdown-toggle-11 {
    background-color: var(--medium-slate-blue-2);
    color: #fff;
  }

  .dropdown-link-8 {
    background-color: var(--medium-slate-blue-2);
  }

  .dropdown-link-8.w--current {
    color: #fff;
    background-color: #756beb;
  }

  .icon-16 {
    color: #fff;
  }

  .dropdown-link-9 {
    color: #fff;
    background-color: #756beb;
  }

  .container-47 {
    margin-left: 10px;
    margin-right: 0;
  }

  .dropdown-link-10 {
    background-color: var(--medium-slate-blue-2);
    color: #fff;
  }

  .nav-menu-3 {
    background-color: var(--medium-slate-blue-2);
    color: #fff;
    margin-right: 0;
  }

  .image-103 {
    width: 10em;
   /* margin-top: 0;
    margin-left: -1px;*/
  }

  .div-block-46 {
    margin-left: 0;
    margin-right: 135px;
    padding-left: 30px;
  }

  .button-2 {
    color: #fff;
    background-color: #66d;
    border-style: none;
    border-radius: 20px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Graphik, sans-serif;
    font-size: 12px;
  }

  .heading-66 {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 100px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .column-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .column-15 {
    margin-top: -80px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .paragraph-44 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 40px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-25 {
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .button-25.clase {
    margin-top: 0;
  }

  .button-25.clase4 {
    color: #fff;
    background-color: #66d;
    border: 2px #fff;
    margin-top: 0;
  }

  .background-video-2 {
    height: 500px;
  }

  .porque-invertir {
    margin-top: 0;
  }

  .porque-invertir.gc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .porque-invertir.renta {
    margin-top: 0;
  }

  .heading {
    margin: 0 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 27px;
  }

  .heading.footer1 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .heading.np {
    margin-left: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .heading.np.hxx {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.np.jb {
    margin-left: 0;
    margin-right: 0;
  }

  .heading.cf {
    font-size: 30px;
    line-height: 43px;
  }

  .heading.con {
    margin-left: 0;
  }

  .heading.sp {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading.ag {
    padding-top: 10px;
  }

  .heading.ppr {
    padding-top: 0;
    font-size: 30px;
    line-height: 43px;
  }

  .text-span-75 {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }

  .text-span-75.grfgst.ef {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }

  .grid-40 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .heading-67 {
    font-size: 15px;
    line-height: 17px;
  }

  .prensa {
    border-radius: 20px;
    margin: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .modelo-de-negocios {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-47 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-105 {
    width: 95px;
    margin-left: 6px;
    margin-right: 40px;
  }

  .heading-68 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .text-span-3, .text-span-3.div_question {
    font-size: 30px;
  }

  .grid-42 {
    display: block;
  }

  .div-block-48 {
    height: 200px;
  }

  .div-block-49 {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
  }

  .heading-69 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 27px;
  }

  .paragraph-45 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 17px;
  }

  .grid-43.dfj {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    display: block;
  }

  .mini {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }

  .mini._13 {
    padding-bottom: 10px;
    line-height: 25px;
  }

  .mini.efr {
    text-align: center;
    padding-left: 40px;
    padding-right: 20px;
  }

  .mini._145g {
    text-align: center;
    line-height: 16px;
  }

  .mini._145g.ggg {
    text-align: center;
  }

  .heading8 {
    margin-top: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .heading8.fgbb {
    color: #000;
    text-align: left;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
  }

  .heading8.dfgbdg {
    text-align: center;
    white-space: normal;
    padding-top: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .heading8.ertqret {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .parrafo5 {
    line-height: 17px;
  }

  .parrafo5.gfg {
    text-align: left;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .columns-11 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-70 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 27px;
  }

  .column-16 {
    display: flex;
  }

  .div-block-50 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .grid-44 {
    flex-direction: column-reverse;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
  }

  .paragraph-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-46.dfdd {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 12px;
  }

  .fs-rangeslider_track {
    outline-offset: 0px;
    background-color: rgba(122, 129, 255, .3);
    border-radius: 50px;
    outline: 2px #7a81ff;
  }

  .heading-71 {
    text-align: center;
    font-size: 14px;
  }

  .text-block-144 {
    font-size: 20px;
  }

  .text-block-147 {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
  }

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

  .calculadora {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-48 {
    width: 280px;
  }

  .fs-rangeslider_fill {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .fs-rangeslider_handle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-51 {
    margin-top: 0;
  }

  .grid-45 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .heading-72 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-47 {
    font-size: 12px;
  }

  .image-107 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .div-block-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-3 {
    text-align: left;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .div-block-54._2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .field-label-4 {
    font-size: 12px;
  }

  .div-block-57 {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .submit-button-2 {
    width: 255px;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-108 {
    margin-left: 50px;
    margin-right: 0;
  }

  .grid-47 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .grid-48 {
    display: block;
  }

  .grid-49 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .div-block-58 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-3 {
    width: 255px;
    margin-left: 0;
  }

  .grid-50 {
    width: 12em;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-51 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 0;
  }

  .paragraph-48 {
    font-size: 13px;
  }

  .image-109 {
    padding-top: 5px;
  }

  .text-block-150 {
    padding-top: 187px;
  }

  .grid-52 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-59 {
    background-repeat: repeat-x;
    background-size: contain;
  }

  .heading-73 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-link-3 {
    text-align: left;
  }

  .footer4 {
    padding-top: 40px;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    margin-left: 100px;
  }

  .heading-74 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-61 {
    padding-right: 20px;
  }

  .text-block-152 {
    font-size: 10px;
  }

  .heading-75 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 17px;
  }

  .grid-53 {
    display: block;
  }

  .div-block-62 {
    padding: 20px 50px 10px;
  }

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

  .div-block-63 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-13 {
    display: flex;
  }

  .div-block-64 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    height: 200px;
    background-size: cover;
  }

  .header.cf {
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-76 {
    padding: 60px 162px 60px 20px;
    font-size: 35px;
    line-height: 34px;
  }

  .heading-76.sp {
    padding-top: 30px;
  }

  .heading-76.sp.pprs {
    padding-top: 60px;
  }

  .collection-list-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-item-7 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-65 {
    height: 300px;
  }

  .text-block-153 {
    font-size: 25px;
  }

  .text-block-154 {
    margin-top: 5px;
    padding-top: 0;
    display: flex;
  }

  .column-17 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-26 {
    margin-bottom: 10px;
    margin-right: 20px;
    font-family: Graphik, sans-serif;
  }

  .button-26.nin-boton {
    margin-left: 20px;
  }

  .collection-list-wrapper-9 {
    padding-top: 0;
  }

  .paragraph-49 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    font-size: 19px;
    line-height: 30px;
  }

  .columns-14 {
    display: block;
  }

  .paragraph-50 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .pitch-secci-n {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
  }

  .heading-77 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-69 {
    padding-left: 0;
  }

  .div-block-70 {
    padding-bottom: 0;
  }

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

  .div-block-71 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-113 {
    margin-left: 12px;
  }

  .text-block-155 {
    font-size: 14px;
    line-height: 14px;
  }

  .faq.faq2 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-51 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .video-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .parrafo-nh, .video-evoluci-n {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-78 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .linea-del-tiempo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-114 {
    width: 100px;
    margin-top: -26px;
  }

  .grid-56 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .5fr .5fr;
  }

  .text-block-156 {
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-156._2, .text-block-156._4 {
    text-align: center;
  }

  .heading-79 {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-79._2, .heading-79._4 {
    text-align: center;
  }

  .div-block-74 {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .image-115 {
    width: 100%;
    margin-top: -19px;
  }

  .grid-57 {
    padding-top: 10px;
    display: block;
  }

  .heading-80 {
    font-size: 20px;
    line-height: 22px;
  }

  .image-116 {
    width: 45%;
  }

  .div-block-76 {
    padding-left: 30px;
  }

  .equipo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-77, .div-block-78, .div-block-79 {
    padding-bottom: 20px;
  }

  .div-block-80 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-81 {
    padding-bottom: 20px;
  }

  .div-block-82 {
    padding-top: 20px;
  }

  .grid-58 {
    display: block;
  }

  .heading-81 {
    width: 200px;
    height: 60px;
    justify-content: center;
    margin-top: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  .consejoadmi {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-block-83 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    display: flex;
  }

  .div-block-84 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -31px;
    display: flex;
  }

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

  .grid-59._2 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .section-48 {
    padding-bottom: 20px;
  }

  .div-2.q2d {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    display: flex;
  }

  .div-2.vbdf, .div-2.vds, .div-2.dsfscd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-60 {
    padding-top: 10px;
    display: block;
  }

  .heading-82 {
    margin-top: 0;
    font-size: 18px;
  }

  .div-block-87 {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .contact-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-90 {
    padding-bottom: 20px;
  }

  .grid-61 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-83 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
  }

  .grid-62 {
    grid-template-columns: .75fr .5fr;
    align-items: center;
    justify-items: center;
    padding-right: 0;
  }

  .grid-62._3, .grid-62.rrg {
    grid-template-columns: .25fr .5fr;
  }

  .grid-62.tre {
    grid-template-columns: .75fr 1fr;
  }

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

  .div-block-91 {
    width: 250px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-92 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-159 {
    line-height: 16px;
  }

  .image-117 {
    width: 80%;
  }

  .image-118 {
    width: 80%;
    margin-left: 0;
  }

  .grid-63 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-95 {
    padding-bottom: 10px;
  }

  .heading-85 {
    margin-top: -71px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-85.dd {
    margin-top: -61px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-28 {
    margin-top: 10px;
  }

  .image-120._3, .image-120._4 {
    margin-top: 25px;
  }

  .image-120._5 {
    margin-top: 10px;
  }

  .heading-86 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

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

  .div-block-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-64 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .bold-text-13 {
    font-size: 30px;
    line-height: 43px;
  }

  .paragraph-54 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-67 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .heading-87 {
    margin-top: 0;
  }

  .grid-68 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 80px;
    padding: 10px;
    top: 13px;
  }

  .text-block-160 {
    font-size: 14px;
    line-height: 14px;
  }

  .section-52 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
  }

  .image-124, .image-125, .image-126 {
    margin-left: 20px;
  }

  .heading-88 {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .section-53 {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .list-3 {
    text-align: left;
    font-size: 14px;
  }

  .heading-89 {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .grid-70 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .grid-71 {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-57 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-106 {
    width: auto;
    height: 400px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-72 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .section-54 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(122, 129, 255, 0);
    background-clip: border-box;
    padding-top: 0;
  }

  .heading-92 {
    font-size: 25px;
    font-weight: 500;
  }

  .div-block-110, .div-block-111, .div-block-112, .div-block-113, .div-block-114, .div-block-115, .div-block-116, .div-block-117 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-93 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .grid-73 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .section-55 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .html-embed-7 {
    padding-top: 0;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .popup-video-group-2 {
    background-color: var(--medium-slate-blue-2);
    text-align: center;
    border: 1px #000;
    border-radius: 20px;
    margin-top: -9px;
    margin-right: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .popup-video-group-2.ffor {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-right: 0;
  }

  .popup-video-group-2.ff {
    margin-right: 0;
  }

  .popup-toggle-text-2 {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
  }

  .popup-toggle-2 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    font-family: Graphik, sans-serif;
    font-size: 8px;
    text-decoration: none;
  }

  .grid-74 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    top: 126px;
  }

  .image-140, .image-141 {
    width: 50px;
  }

  .image-142, .image-143, .image-144, .image-145, .image-146, .image-147 {
    margin-left: 0;
  }

  .carta-de-propiedad {
    flex-direction: column;
    margin-top: 65px;
  }

  .grid-75 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse wrap-reverse;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-124 {
    flex-direction: column-reverse;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .paragraph-59 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 17px;
  }

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

  .paragraph-61 {
    padding-top: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .background-video-3 {
    height: 460px;
  }

  .div-block-125 {
    letter-spacing: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-94 {
    text-align: center;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 38px;
  }

  .heading-95 {
    text-align: left;
    text-shadow: 0 1px 18px rgba(0, 0, 0, .43);
    margin-top: 59px;
    margin-bottom: 27px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
  }

  .heading-95.dsfdsfsd {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-126 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .button-30 {
    background-color: var(--medium-slate-blue);
    color: #fff;
    border-radius: 20px;
    margin-top: -4px;
    margin-bottom: 0;
    font-family: Graphik, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .button-30.clase {
    margin-top: 10px;
  }

  .prensa-5 {
    border-radius: 20px;
    margin: -13px 0 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .grid-76 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .grid-77 {
    grid-template-rows: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .heading-96 {
    text-align: left;
    margin: 19px 0 0;
    padding: 40px 40px 20px;
    font-size: 30px;
    line-height: 43px;
  }

  .heading-96.fgbfg {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
  }

  .heading-96.rreeg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-96.tbybet {
    margin-top: -20px;
    margin-left: 52px;
    margin-right: 40px;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-96.descuvras {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .heading-96.descuvras.ytytty {
    padding-left: 0;
    padding-right: 0;
    line-height: 43px;
  }

  .heading-96.fgd {
    padding-top: 10px;
  }

  .heading-96.fg {
    padding-left: 40px;
  }

  .heading-96.jpj {
    text-align: center;
    margin-top: -84px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .image-148 {
    margin-top: -20px;
  }

  .text-span-4 {
    font-size: 18px;
  }

  .modelo-de-negocios-2 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-149 {
    margin-top: -14px;
    display: none;
  }

  .heading-97 {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-163 {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
  }

  .div-block-127 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-150 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-98 {
    margin-top: 50px;
    font-size: 16px;
    line-height: 19px;
  }

  .heading-98.testimonios {
    font-size: 14px;
  }

  .heading-99 {
    margin-top: 41px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tecnologia-2 {
    margin-top: 24px;
  }

  .div-block-128, .button-31 {
    margin-top: 20px;
  }

  .div-block-129 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-100 {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 27px;
  }

  .div-block-130 {
    align-items: center;
    display: flex;
  }

  .grid-78 {
    display: block;
  }

  .div-block-131 {
    height: auto;
    margin-top: 56px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-132 {
    margin-top: -48px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-152, .image-153, .image-154 {
    width: 80px;
  }

  .div-block-134 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .collection-list-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-135 {
    height: 480px;
    margin-top: 30px;
  }

  .heading-103 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 26px;
  }

  .paragraph-62 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-32 {
    margin-top: 10px;
    font-size: 12px;
  }

  .button-33 {
    font-size: 12px;
  }

  .div-block-136 {
    padding-bottom: 20px;
  }

  .div-block-137 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .div-block-138 {
    align-items: flex-end;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    position: static;
    bottom: 0;
  }

  .text-block-164 {
    padding-top: 10px;
    position: -webkit-sticky;
    position: sticky;
  }

  .column-19 {
    margin-top: 10px;
  }

  .div-block-139 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: -73px;
    padding-top: 0;
  }

  .div-block-140 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .div-block-141 {
    margin-top: 7px;
    padding-bottom: 13px;
    display: block;
  }

  .image-156 {
    margin-left: 0;
  }

  .paragraph-63 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
  }

  .grid-81 {
    display: block;
  }

  .div-block-144 {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .text-block-166 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-145 {
    display: none;
  }

  .paragraph-64 {
    text-align: left;
    padding-top: 0;
    font-size: 19px;
    line-height: 30px;
  }

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

  .div-block-149 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-84 {
    grid-template-columns: .5fr 1fr;
    padding-left: 0;
  }

  .text-block-167 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-150 {
    margin-left: 9px;
  }

  .div-block-151 {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-152 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .section-57 {
    margin-top: 20px;
  }

  .rentamos {
    margin-top: 0;
  }

  .div-block-153 {
    margin-left: 0;
  }

  .div-block-153._13 {
    margin-top: -39px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .div-block-153._15grgt {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-153.grewgrh {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-153.rtggrgrbrg {
    padding-left: 0;
  }

  .image-157 {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-157.dfg {
    margin-top: -4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-157.dfg.fdfsfsd {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-154 {
    width: auto;
    height: auto;
    justify-content: center;
  }

  .div-block-154.regrt {
    height: auto;
    justify-content: center;
  }

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

  .dos {
    flex-direction: row-reverse;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

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

  .div-block-155 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .despreocupat {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .div-block-156 {
    margin-top: -12px;
  }

  .grid-87 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-157 {
    text-align: center;
    margin-left: 0;
  }

  .div-block-158 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-159 {
    margin-top: -39px;
  }

  .div-block-160 {
    flex-direction: column;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .div-block-161 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-162 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-90 {
    justify-content: start;
    justify-items: start;
  }

  .div-block-163 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .heading-107 {
    text-align: left;
    font-size: 18px;
  }

  .image-159 {
    margin-left: -59px;
    padding-top: 24px;
  }

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

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

  .div-block-164 {
    flex-direction: column-reverse;
    margin-top: -32px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    display: flex;
  }

  .text-span-97, .text-span-98 {
    color: #fff;
  }

  .paragraph-66 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-168 {
    align-items: flex-start;
    display: block;
  }

  .div-block-170 {
    margin-top: 0;
  }

  .div-block-171 {
    width: auto;
    height: auto;
  }

  .link-block-20 {
    margin-top: -25px;
  }

  .image-164 {
    width: auto;
    margin-top: -19px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-172 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-172.gsth {
    margin-top: 0;
  }

  .image-165 {
    margin-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-92 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 70px;
    margin-right: 70px;
  }

  .div-block-173 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-176 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-109 {
    text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 43px;
  }

  .grid-93 {
    display: flex;
  }

  .div-block-176 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-102 {
    font-weight: 700;
  }

  .background-video-4 {
    width: 300px;
    height: 400px;
  }

  .background-video-5 {
    width: 260px;
  }

  .div-block-178 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .collection-list-wrapper-13 {
    margin-bottom: 69px;
  }

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

  .div-block-179 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .feature-posts-list {
    display: inline-block;
  }

  .circle-profile {
    border-radius: 500px;
  }

  .grey-rule {
    display: inline-block;
  }

  .blog-page-image {
    height: 210px;
  }

  .empty-state-2, .collection-list-6 {
    display: inline-block;
  }

  .div-block-181 {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-113 {
    font-size: 25px;
    line-height: 28px;
  }

  .div-block-182 {
    flex-direction: column;
  }

  .heading-114, .heading-115 {
    margin-top: 40px;
  }

  .div-block-183 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-95 {
    display: block;
  }

  .paragraph-70 {
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-185 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-186 {
    height: 460px;
    margin-bottom: 30px;
  }

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

  .heading-118 {
    font-size: 20px;
  }

  .div-block-189 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .youtube-6 {
    position: relative;
  }

  .image-169, .image-170, .image-171 {
    max-width: 60%;
  }
}

#w-node-_5f9137a0-fc91-1fd9-5559-664370d241ae-f8793096 {
  order: 0;
  align-self: start;
}

#w-node-a6af08df-afa8-29eb-e8a3-3fbff04815cd-54773473 {
  align-self: center;
  justify-self: center;
}

#w-node-_4b2dba3a-cd37-4bba-4444-a779bc6ef31c-54773473, #w-node-_9e43baa7-a234-18d1-95d6-064d1a6ea6c6-54773473, #w-node-a41b7ba2-9a8d-8273-65ce-31a602d66e84-54773473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7359d977-862c-c66a-0b54-2eea8f99aae8-54773473 {
  grid-area: Area;
}

#w-node-_5649c216-dd1e-871c-3266-f6b52d3b0523-2d3b04da, #w-node-_5649c216-dd1e-871c-3266-f6b52d3b0525-2d3b04da, #w-node-_5649c216-dd1e-871c-3266-f6b52d3b0527-2d3b04da, #w-node-_5649c216-dd1e-871c-3266-f6b52d3b0529-2d3b04da, #w-node-_5649c216-dd1e-871c-3266-f6b52d3b0533-2d3b04da, #w-node-_5649c216-dd1e-871c-3266-f6b52d3b0534-2d3b04da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5649c216-dd1e-871c-3266-f6b52d3b0564-2d3b04da {
  align-self: center;
  justify-self: center;
}

#w-node-_5649c216-dd1e-871c-3266-f6b52d3b0565-2d3b04da, #w-node-a058abac-340d-3e81-766c-c44ed04cd1e8-d04cd1d1, #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b37-e2ff9b2b, #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b39-e2ff9b2b, #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b41-e2ff9b2b, #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b43-e2ff9b2b, #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b4b-e2ff9b2b, #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b4d-e2ff9b2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b55-e2ff9b2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a7bf165c-ba0e-56eb-8c08-0d8cc38a78ea-7217a424 {
  order: 0;
  align-self: start;
}

#w-node-e61c6b33-8096-cd63-139b-de3639f6ae21-8eccbcd8, #First-name.w-node-b6173868-1128-cf21-863f-48fe02d39341-8eccbcd8, #w-node-_99a35b0a-63e0-e869-e3bb-78de99c6ba2d-8eccbcd8, #First-name-2.w-node-_88724994-147a-9e00-8208-744ed3490c47-8eccbcd8, #w-node-_81600ca4-bb6e-253a-a4c5-dc9e5a8ca22d-8eccbcd8, #w-node-_2fe048eb-a095-7785-6214-93c00659dcd3-8eccbcd8, #w-node-_019b71af-7e67-7ad4-b773-fba1f4946772-8eccbcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8489e5cf-76d0-03c0-bcdf-16d5c49084c7-8774ae61 {
  align-self: center;
  justify-self: center;
}

#w-node-_15f23d66-90c1-8b1f-cbb6-f4471f1d07ad-bf114f1c, #w-node-a5c7729b-2563-7aa9-328b-42697c38a9d0-bf114f1c, #w-node-aef38e71-b449-d0bb-d1f8-323dfec26e50-bf114f1c, #w-node-aef38e71-b449-d0bb-d1f8-323dfec26e56-bf114f1c, #w-node-aef38e71-b449-d0bb-d1f8-323dfec26e5c-bf114f1c, #w-node-aef38e71-b449-d0bb-d1f8-323dfec26e62-bf114f1c, #w-node-aef38e71-b449-d0bb-d1f8-323dfec26e68-bf114f1c, #w-node-aef38e71-b449-d0bb-d1f8-323dfec26e6e-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3433ae91-b6ce-edb0-b59d-7120ac8d2c37-bf114f1c, #w-node-d378443f-419b-0191-a9d8-c7e0f641b9aa-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85a6e08-18fb-a5a5-0ff6-6891dc533be8-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d85a6e08-18fb-a5a5-0ff6-6891dc533be9-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d85a6e08-18fb-a5a5-0ff6-6891dc533beb-bf114f1c, #w-node-_9c35b5d5-e375-db61-0623-7f28ff8dcc15-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c35b5d5-e375-db61-0623-7f28ff8dcc16-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9c35b5d5-e375-db61-0623-7f28ff8dcc17-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_9c35b5d5-e375-db61-0623-7f28ff8dcc1b-bf114f1c, #w-node-a02b5f95-97bd-0be0-2bd5-153a8dcdb0aa-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a02b5f95-97bd-0be0-2bd5-153a8dcdb0ad-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_8e5d8003-c82d-cb4f-c785-c985d446cce2-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446cce4-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446cce9-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446cceb-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446ccf0-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446ccf2-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446ccf7-bf114f1c, #w-node-_8e5d8003-c82d-cb4f-c785-c985d446ccf9-bf114f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ba5a249-3bb5-7b89-5f00-515c052a8b83-052a8b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6ba5a249-3bb5-7b89-5f00-515c052a8b84-052a8b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ba5a249-3bb5-7b89-5f00-515c052a8b85-052a8b81, #w-node-_6ba5a249-3bb5-7b89-5f00-515c052a8b87-052a8b81, #w-node-_6ba5a249-3bb5-7b89-5f00-515c052a8b89-052a8b81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e2d13623-c532-93ae-5b07-f6a649b8bfba-53c03f76 {
  grid-area: Area;
}

#w-node-e2d13623-c532-93ae-5b07-f6a649b8bfbb-53c03f76, #w-node-e2d13623-c532-93ae-5b07-f6a649b8bfbe-53c03f76, #w-node-e2d13623-c532-93ae-5b07-f6a649b8bfc1-53c03f76, #w-node-e2d13623-c532-93ae-5b07-f6a649b8bfc4-53c03f76, #w-node-e2d13623-c532-93ae-5b07-f6a649b8bfc7-53c03f76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-cbf44613-1485-b775-17f9-606fef3ecf3f-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-ce149741-13c5-46e2-15b0-09d0a42d4949-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_72352160-00a6-b533-4922-fef2c52b6f0e-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a9a17f5-01f9-5c56-fd48-88db19b111d8-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c7d3baf4-9005-9f0d-d8d5-20747ce1cb4e-3efbfabe, #w-node-_02e15ca7-6f23-ea80-7127-9423339a39cf-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ef4dce4-5966-6365-82b0-01d79e50a6d5-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4ef4dce4-5966-6365-82b0-01d79e50a6d6-3efbfabe, #w-node-_4ef4dce4-5966-6365-82b0-01d79e50a6d9-3efbfabe, #w-node-ed024f27-b3ab-0fc4-8b9d-77adfd7d7a36-3efbfabe, #w-node-_07c3d899-6bb7-bf8f-1048-b348665ac518-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d51e24e-2687-3b6b-aa7b-849beaee543f-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2d51e24e-2687-3b6b-aa7b-849beaee5440-3efbfabe, #w-node-_2d51e24e-2687-3b6b-aa7b-849beaee5443-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a703502c-7783-0590-c5e1-f8831a01df22-3efbfabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a703502c-7783-0590-c5e1-f8831a01df23-3efbfabe, #w-node-a703502c-7783-0590-c5e1-f8831a01df26-3efbfabe, #w-node-_746181e6-0f1e-ab96-d2c7-23875aa923ba-3efbfabe, #w-node-_5fc30ea4-9899-94dd-189a-cec02e6c8c81-b0a43745, #w-node-_5fc30ea4-9899-94dd-189a-cec02e6c8c83-b0a43745, #w-node-_5fc30ea4-9899-94dd-189a-cec02e6c8c97-b0a43745, #w-node-_5fc30ea4-9899-94dd-189a-cec02e6c8c99-b0a43745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_779c8182-4728-8561-3b38-26e64bcd1d2e-b0a43745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e8813e21-ba75-c0ab-a94a-19dd028bff49-b0a43745, #w-node-_14f63435-0c04-bec5-1361-b701f59a5a83-b0a43745, #w-node-_723962af-bf4c-d1f2-56fe-9e1d2d1c29c7-b0a43745, #w-node-_17038043-434a-970b-b280-1c9098e3fc57-b0a43745, #w-node-_14b0993b-e52b-4a8f-0937-0afa7f5be570-b0a43745, #w-node-_15bd19ae-c334-5a40-d071-f38c8d0189db-b0a43745, #w-node-cf9b3069-6cd1-8923-977e-198422c99c29-b0a43745, #w-node-_1ddde306-baad-873c-d4f2-788661368bc7-b0a43745, #w-node-_61e0f8f4-7dc8-1809-3aee-6b7fc69ac5a7-b0a43745, #w-node-_8b6069c3-01be-3e68-8c4f-3dcdb8d96abe-b0a43745, #w-node-d4fe0096-9d8e-dfae-3b9f-0b54f936bb54-b0a43745, #w-node-_9d7da88b-b894-65f4-831d-79cfc946ded4-b0a43745, #w-node-d306c29d-359e-482c-23ac-3dad05de121d-b0a43745, #w-node-_9fa84892-cef1-9d55-d3d1-61c7159f2760-b0a43745, #w-node-_17cea1f3-c412-80c2-51bb-e57da66c6317-27b68182, #w-node-_382e3290-7923-5bc1-3b3b-9667ab62ac89-27b68182, #w-node-_32833edc-594b-ef96-b75f-1d0961f3e3b1-e3115614, #w-node-f7892b40-d7df-90b5-6c8e-d7ff42212746-e3115614, #w-node-_445f5464-ecc9-0b46-5591-b91556003b93-e3115614, #w-node-_62b3051e-8996-5081-8ce7-bc2961739342-e3115614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e6d2507-250f-a5d0-84b0-7806ffc949ce-e3115614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3fc774d6-08d5-738b-3c51-4c52d1f5b536-e3115614 {
  align-self: center;
  justify-self: center;
}

#w-node-a82e2dbb-6d7f-8b19-8d05-3f75512ada11-b7e0affe, #w-node-c1abffc9-b517-095e-8332-90a5732a45b9-b7e0affe, #w-node-b852dc5c-115b-ab70-7de0-49425e3641d2-b7e0affe, #w-node-d43daf07-fbdd-78ae-871d-22e66c052774-7758c614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c014e65-0ebe-1f32-6583-0b7740d877a4-7758c614, #w-node-_30db7a44-e1ed-8de4-ffc6-e2af0e659f32-7758c614, #w-node-_85856d50-d882-edcb-23fa-c15c5432ab61-7758c614, #w-node-_5f108c72-4b8e-c8b4-3a73-84df9e171522-7758c614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-abf6b97e-dea0-9f4d-63b5-806f2f04fba0-7758c614, #w-node-_2094ba10-ed49-5c90-2401-d88b01ac0bc6-7758c614, #w-node-d38117a6-8675-68f0-2fb6-008d08b5206d-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eeaf15ef-dec5-01a5-7800-8c316efb5e3c-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_71c04d89-10ce-977e-439e-1cab3d7682f3-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71c04d89-10ce-977e-439e-1cab3d7682f4-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8324f7c7-2bbd-8be6-8b68-d6ef5767963e-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8324f7c7-2bbd-8be6-8b68-d6ef5767963f-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eccffbb5-5527-b986-54d6-ccb9f6420349-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eccffbb5-5527-b986-54d6-ccb9f642034a-7f958ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f0255df3-64b3-7394-f8fc-6a256b5c2e02-83b2ac0f {
  align-self: center;
  justify-self: center;
}

#w-node-f0255df3-64b3-7394-f8fc-6a256b5c2dfb-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4ff334b7-0fae-bf8e-60a7-ce7b78dae3cc-83b2ac0f, #w-node-b20f648c-f569-7cbb-dc21-93a036c3850d-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-e0e21860-fb4b-1076-4fdd-55e34e72ca9e-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-be1da7c5-db5e-d30a-32c6-31e7c8361187-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e54260-bf4b-c05c-8b70-6f172db93987-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b13e7264-b4e6-8f21-aa48-2999eaca196f-83b2ac0f, #w-node-c5cd416a-2d88-406a-3495-83a02e098cad-83b2ac0f, #w-node-ebbf8481-2b5f-306c-1d88-bfe2952f5b01-83b2ac0f, #w-node-_0d0a8afd-6036-6cd3-cd08-460f1b132013-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_951e63c4-e1af-9d94-e730-f25b6220c45b-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-a2b29ad1-f965-588a-9891-85d8c2bf20ab-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b28c0a1c-9e64-3aa1-b7b4-ce2754f50a63-83b2ac0f, #w-node-_1c95685d-c75d-20f4-c435-ab71e9b6d1e1-83b2ac0f, #w-node-cdca4407-5a50-ac3c-6b8c-ba78117e42b6-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a6764732-c4fd-f573-9b1d-b2a676a1f107-83b2ac0f {
  align-self: center;
}

#w-node-_2e1dfa20-f929-cc17-01c3-031c5094c167-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-aa55fd36-b5c9-9018-d11c-d9c7fa806bfa-83b2ac0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bb0d0c71-2cb8-ec95-6935-46225db206d8-83b2ac0f, #w-node-_69b206bd-9148-8bee-3384-6e4f93a4bf8c-6df62eb1, #w-node-_3b54c553-58a6-97cd-a861-d8f46df62eb4-6df62eb1, #w-node-ad7d91f5-51ab-8dca-7924-51a58407028a-6df62eb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0255df3-64b3-7394-f8fc-6a256b5c2e02-b3fea6c7 {
  align-self: center;
  justify-self: center;
}

#w-node-f0255df3-64b3-7394-f8fc-6a256b5c2dfb-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4ff334b7-0fae-bf8e-60a7-ce7b78dae3cc-b3fea6c7, #w-node-b20f648c-f569-7cbb-dc21-93a036c3850d-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-e0e21860-fb4b-1076-4fdd-55e34e72ca9e-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-be1da7c5-db5e-d30a-32c6-31e7c8361187-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e54260-bf4b-c05c-8b70-6f172db93987-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b13e7264-b4e6-8f21-aa48-2999eaca196f-b3fea6c7, #w-node-c5cd416a-2d88-406a-3495-83a02e098cad-b3fea6c7, #w-node-ebbf8481-2b5f-306c-1d88-bfe2952f5b01-b3fea6c7, #w-node-_0d0a8afd-6036-6cd3-cd08-460f1b132013-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_951e63c4-e1af-9d94-e730-f25b6220c45b-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-a2b29ad1-f965-588a-9891-85d8c2bf20ab-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b28c0a1c-9e64-3aa1-b7b4-ce2754f50a63-b3fea6c7, #w-node-_1c95685d-c75d-20f4-c435-ab71e9b6d1e1-b3fea6c7, #w-node-cdca4407-5a50-ac3c-6b8c-ba78117e42b6-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a6764732-c4fd-f573-9b1d-b2a676a1f107-b3fea6c7 {
  align-self: center;
}

#w-node-_2e1dfa20-f929-cc17-01c3-031c5094c167-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-aa55fd36-b5c9-9018-d11c-d9c7fa806bfa-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bb0d0c71-2cb8-ec95-6935-46225db206d8-b3fea6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0255df3-64b3-7394-f8fc-6a256b5c2e02-63a25efe {
  align-self: center;
  justify-self: center;
}

#w-node-f0255df3-64b3-7394-f8fc-6a256b5c2dfb-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1b5251d5-e519-ea65-9fdc-cd2d15ea6772-63a25efe, #w-node-_1b5251d5-e519-ea65-9fdc-cd2d15ea677a-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d71a4901-8fb3-08c7-04f9-d2e5028967f4-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d71a4901-8fb3-08c7-04f9-d2e5028967f6-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e54260-bf4b-c05c-8b70-6f172db93987-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b13e7264-b4e6-8f21-aa48-2999eaca196f-63a25efe, #w-node-c5cd416a-2d88-406a-3495-83a02e098cad-63a25efe, #w-node-ebbf8481-2b5f-306c-1d88-bfe2952f5b01-63a25efe, #w-node-_0d0a8afd-6036-6cd3-cd08-460f1b132013-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38640109-16ce-f1ac-53f6-650bd894795f-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_38640109-16ce-f1ac-53f6-650bd8947962-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38640109-16ce-f1ac-53f6-650bd894796b-63a25efe, #w-node-_38640109-16ce-f1ac-53f6-650bd8947974-63a25efe, #w-node-_38640109-16ce-f1ac-53f6-650bd894797e-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a6764732-c4fd-f573-9b1d-b2a676a1f107-63a25efe {
  align-self: center;
}

#w-node-f0085f35-ea67-3f3a-1b73-d8273dabf0b2-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-f0085f35-ea67-3f3a-1b73-d8273dabf0b4-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bb0d0c71-2cb8-ec95-6935-46225db206d8-63a25efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70772329-d790-6111-1535-7d320acbed0f-9ebe50ba {
  align-self: center;
  justify-self: center;
}

#w-node-_70772329-d790-6111-1535-7d320acbed11-9ebe50ba, #w-node-_94d937bd-f0bb-9b89-5ff7-c32bc374ed71-9ebe50ba, #w-node-d3a35194-5310-a039-235b-fdbd5049bf3a-9ebe50ba, #w-node-be056352-b400-cb3c-bc67-d1f44b4e95f3-9ebe50ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_902027b8-9244-8888-96d1-67193723e859-ffd50602 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr .5fr;
}

#w-node-_1ec0bdfa-8652-d59d-2452-af1896c06cbd-ffd50602, #w-node-_63684189-80d0-edb1-6574-3227625ca9fa-ffd50602, #w-node-_41c721d9-55c3-413b-0819-ec02d994cc0a-ffd50602, #w-node-_41bb4d0a-955d-bef6-db71-21aac5d1f07b-ffd50602, #w-node-f1bc9ae8-9149-1cb9-bd71-70928f0deb03-ffd50602, #w-node-_3f2092a4-1437-9065-ae1f-a9f1289e8894-ffd50602, #w-node-_4c5c0fb6-bb64-f926-0a0e-77286a94043c-ffd50602, #w-node-b03b6fbf-0311-5e7f-fd22-ba734aacd988-ffd50602, #w-node-_1a51f97f-d093-237e-d344-d0ac7bfa5022-ffd50602, #w-node-_65f8aa6e-7d5b-514a-c4b6-3aaf683ae158-ffd50602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e586924-c65a-e7ac-e77e-33860fa2da41-8e587223 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_61650f78-5156-144e-ccfc-0daaf72e39ab-8e587223 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e79d7ef6-f969-533d-4c9d-3ebca77e00d2-8e587223 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bb61ee41-0059-e4d8-4fc6-8d81b529d590-8e587223 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bda307db-cbd2-b579-725d-86309e8915f4-8e587223 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-acaedc1d-2492-0fa9-239b-752d8338f509-8e587223 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_31c25615-a67e-0e9f-60b5-974feb7a9974-8e587223 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f6f123f-da75-5850-7324-8de86c1a17ef-8e587223 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_30e2ea87-f09d-060e-4f30-af5ead4bb62c-2d3b04da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fae50a48-5399-c8a2-5497-0cb0e2ff9b37-e2ff9b2b {
    justify-self: start;
  }

  #First-name.w-node-b6173868-1128-cf21-863f-48fe02d39341-8eccbcd8, #First-name-2.w-node-_88724994-147a-9e00-8208-744ed3490c47-8eccbcd8, #Email-3.w-node-_019b71af-7e67-7ad4-b773-fba1f4946770-8eccbcd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_951e63c4-e1af-9d94-e730-f25b6220c45b-83b2ac0f, #w-node-_951e63c4-e1af-9d94-e730-f25b6220c45b-b3fea6c7, #w-node-_38640109-16ce-f1ac-53f6-650bd894795f-63a25efe {
    justify-self: start;
  }
}



/*agregado*/
a:hover {
    /* color: #0056b3; */
    text-decoration: none!important;
    color:white;
}
/*fin agregado*/




/*NUEVO FORM*/
.form-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 0px;
  padding-left: 0;
  display: flex;
  /*position: -webkit-sticky;
  position: sticky;*/
  position: fixed;
  top: 33px;
  z-index: 2;
  justify-content: center;
  width: 100%;
}

.form-6 {
  background-color: #fff;
  border-radius: 40px;
  padding: 16px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px !important;
  height: 72px;
  align-items: center;
}


.heading-119 {
  margin-right: 10px;
  padding-left: 10px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.heading-119.tipo2 {
  color: #c2c2c2;
  margin-left: 115px;
  font-size: 25px;
}

.heading-119.tipo2.fv {
  margin-left: 41px;
}

.text-field-20 {
  outline-offset: 0px;
  -webkit-text-stroke-color: #fff;
  overflow-wrap: normal;
  border-radius: 20px;
  outline: 3px #d9d9d9;
  margin-left: 20px;
}

.text-field-19 {
  border-radius: 20px;
  margin-left: 20px;
}

.button-44 {
  background-color: #7a81ff;
  border-radius: 20px;
  margin-top: 7px;
  margin-left: 81px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.image-182 {
  margin-left: 10px;
}

.image-183 {
  padding-left: 10px;
}


.select-field {
  outline-offset: 0px;
  background-color: #f1f1f1;
  border-radius: 20px;
  outline: 3px #fff;
  margin-left: 17px;
}

.text-field-20 {
  outline-offset: 0px;
  -webkit-text-stroke-color: #fff;
  overflow-wrap: normal;
  border-radius: 20px;
  outline: 3px #d9d9d9;
  margin-left: 20px;
}


.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}


input {
  outline-offset: 0px;
  background-color: #f1f1f1;
  border-radius: 20px;
  outline: 3px #fff;
  margin-left: 17px;
  border: none;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #7a81ff!important;
    border-color: transparent;
    color: #fff!important;
}

.next{
  display: contents;
}

input:first-of-type{
  padding-left:2%!important;
}
/*FIN NUEVO FORM*/



