body {
  font-family: 'Inter', sans-serif;
}

:root {
  --white: black;
  --main-color: #fff;
  --second-color: #6f6f6f;
  --third-color: #aab28e;
  --body-text-color: #ffbd59;
  --divider-color: var(--third-color);
  --rojo: var(--third-color);
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-commerceaddtocartquantityinput, .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;
  }
}

body {
  background-color: var(--white);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--second-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--third-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-content {
  background-color: var(--white);
  position: relative;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

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

.margin-20px.with-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.button {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--third-color);
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.subscribe:hover {
  background-color: var(--third-color);
}

.button.full {
  text-align: center;
  width: 100%;
}

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  align-self: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--white);
  color: var(--main-color);
  background-image: url('../images/Search-Color.svg');
  height: 61px;
  margin-bottom: 30px;
  font-size: 16px;
}

.subscribe-field.for-search::placeholder {
  color: var(--main-color);
  font-size: 16px;
}

.subscribe-field.plain {
  background-color: var(--white);
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 300px;
  padding-left: 20px;
}

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

.margin-10px {
  margin-top: 10px;
}

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

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

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--white);
  color: var(--main-color);
  border: 1px solid #c1c1be80;
  border-radius: 0;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.password-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.section {
  z-index: 200;
  background-color: var(--white);
  color: var(--third-color);
  border: 1px solid #000;
  padding: 150px 3%;
  position: relative;
}

.section.for-inner {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.section.for-inner._50px-top {
  padding-top: 50px;
}

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

.section.for-checkout {
  min-height: auto;
}

.section.for-work {
  background-color: var(--second-color);
  border: 1px solid #000;
  padding-top: 3%;
  padding-bottom: 3%;
}

.section.for-logo {
  border: 1px solid #000;
  padding-bottom: 50px;
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.make-20px {
  margin-top: 15px;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.section-photo {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 7px;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.video-wrap.full-width {
  border-radius: 0;
  width: 95vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 30px;
}

.field-label {
  opacity: .7;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.margin-25px {
  margin-top: 25px;
}

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.text-field {
  color: var(--main-color);
  background-color: #121212;
  border-color: #ffffff1f;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #ffffff3b;
}

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.less-height {
  height: 46px;
}

.margin-15px {
  margin-top: 15px;
}

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--main-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--white);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block.second {
  background-color: var(--main-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.margin-50px {
  align-self: center;
  margin-top: 50px;
}

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--main-color);
  text-decoration: underline;
}

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

.main-blog-post li {
  opacity: 1;
  font-size: 16px;
  line-height: 23px;
}

.main-blog-post h4, .main-blog-post h3 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post ul {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.main-blog-post p {
  max-width: 630px;
  margin: 20px auto;
}

.main-blog-post figcaption {
  opacity: .48;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-blog-post a {
  color: #121212;
  text-decoration: underline;
}

.main-blog-post h6, .main-blog-post h1 {
  max-width: 630px;
  margin: 0 auto 15px;
}

.main-blog-post ol {
  max-width: 630px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post blockquote {
  text-transform: uppercase;
  max-width: 630px;
  margin: 20px auto 25px;
  font-size: 50px;
  line-height: 1.1;
}

.main-blog-post h5 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post h2 {
  text-transform: uppercase;
  max-width: 630px;
  margin: 0 auto 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-divider {
  background-color: var(--main-color);
  opacity: .15;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.subhead-pricing.gray {
  opacity: .5;
  font-weight: 600;
}

.subhead-pricing.gray.for-pricing {
  opacity: .8;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

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

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.pricing-column.top {
  grid-row-gap: 15px;
}

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-text {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-text.big {
  opacity: 1;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.pricing-text.normal {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.pricing-text.with-px {
  letter-spacing: 1px;
  font-size: 22px;
}

.check-image {
  opacity: .8;
  width: 20px;
}

.small-text {
  opacity: .8;
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-plan-justify {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  padding: 40px 35px;
  position: relative;
}

.block-header {
  background-color: #121212;
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  background-color: #121212;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.checkbox-label {
  opacity: .71;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
  font-size: 15px;
}

.subtotal, .pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .8;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.cart-header {
  border-bottom-color: #fff3;
}

.cart-container {
  background-color: var(--white);
  border: 1px solid #ffffff26;
  max-width: 600px;
}

.logo-link {
  order: -1;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 24px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-wrapper {
  background-color: #0009;
}

.close-button {
  background-color: #bebebe26;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  padding: 30px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-footer {
  border-top-color: #fff3;
}

.last-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  display: flex;
}

.navigation-link {
  color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.cart-quantity {
  opacity: .4;
  color: var(--main-color);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.remove-button {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  line-height: 1.5;
}

.cart-quantity-2 {
  background-color: var(--white);
  border-color: #fff3;
  border-radius: 0;
  width: 50px;
}

.icon {
  filter: invert();
  width: 10px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.main-logo {
  filter: invert();
  width: 70px;
}

.nav-link {
  color: var(--main-color);
  background-color: #3898ec00;
  padding: 10px 13px 10px 0;
  font-size: 20px;
  transition: all .2s;
}

.nav-link.w--current {
  color: #fff;
  background-color: #fff3;
}

.empty-state {
  flex-flow: column;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  font-size: 20px;
}

.button-text.coma {
  align-self: flex-end;
  margin-left: 1px;
  margin-right: 5px;
  padding-bottom: 10px;
  font-size: 24px;
}

.button-text.boleto {
  background-color: #000000eb;
  border-radius: 9px;
}

.line-below {
  background-color: var(--main-color);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.hero-main-title {
  color: var(--main-color);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
}

.hero-main-title.for-inner {
  white-space: normal;
  word-break: normal;
}

.hero-main-title.for-inner._15vw {
  text-align: center;
  font-size: 16vw;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-wrapper {
  height: 350vh;
  position: relative;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.left {
  position: relative;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--second-color);
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.top-title-overflow {
  position: relative;
}

.top-title-overflow.add-overflow {
  overflow: hidden;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.main-image.second.absolute {
  width: 11vw;
  position: absolute;
  inset: 11.9vh 3.5vw auto auto;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  filter: invert();
  height: 3rem;
  max-height: 3rem;
}

.fade-in-wrapper {
  position: relative;
  overflow: hidden;
}

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--white) 25%);
  pointer-events: none;
  cursor: none;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main._80 {
  color: var(--main-color);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.subhead-main.left {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.button-3d {
  color: var(--main-color);
  text-transform: uppercase;
  background-color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-inner {
  background-color: #000;
  position: relative;
}

.button-face {
  background-color: var(--second-color);
  padding: 1rem 1.75rem;
}

.button-face.hover {
  background-color: var(--second-color);
  transform-origin: 50% 0;
  -webkit-text-fill-color: transparent;
  transform-style: preserve-3d;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-flex._20px {
  color: var(--white);
  background-color: #000;
  margin-top: 20px;
}

.project-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.project-flex.add-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.cricle {
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.image-wrap.square {
  width: 29vw;
  height: 27vh;
  margin-left: 20px;
  top: 11px;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrap.auto.with-ratio {
  aspect-ratio: 1;
}

.image-wrap.for-about {
  height: 50vh;
}

.work-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-overlay {
  z-index: 3;
  opacity: .4;
  pointer-events: none;
  background-image: linear-gradient(#0c0c0d73, #0c0c0dcc);
  position: absolute;
  inset: 0%;
}

.title-wrapper {
  z-index: 6;
  color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-title {
  color: var(--main-color);
  text-transform: uppercase;
  align-self: center;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.top-part {
  z-index: 30;
  justify-content: space-between;
  align-items: flex-start;
  padding: 41px 38px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-text {
  opacity: 1;
  color: var(--main-color);
  margin-bottom: 0;
}

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

.fun-facts-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.founder-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--main-color);
  opacity: .35;
  color: var(--main-color);
  width: 100%;
  height: .5px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fun-number {
  color: var(--second-color);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.fun-number.second {
  font-size: 15vw;
  position: relative;
}

.fun-number.blanco {
  color: var(--main-color);
}

.testimonials-text {
  color: var(--second-color);
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.testimonials-text.blanco {
  color: var(--main-color);
}

.align-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.margin-250px {
  margin-top: 250px;
}

.service-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
}

.service-wrapper {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  position: sticky;
  top: 0;
}

.services-left-content {
  color: var(--main-color);
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.image-cover-parallax {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-content {
  color: var(--main-color);
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.big-text {
  color: var(--main-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 400;
  line-height: .8;
}

.flex-big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--second-color);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .7;
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.blog-main-wrapper {
  color: var(--main-color);
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--second-color);
  color: var(--main-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.margin-100px {
  margin-top: 100px;
}

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  background-color: var(--white);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: invert();
}

.text-rotator-content {
  align-items: center;
  font-size: 2px;
  display: flex;
}

.text-rotator {
  opacity: 1;
  color: var(--second-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  background-color: var(--main-color);
  opacity: .42;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.footer-grid-second {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.flex-space-between {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.copyright-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.figma-text {
  opacity: 1;
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 20px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-field-footer {
  color: #000;
  background-color: #f1f3f8;
  background-image: url('../images/paper-planes_1paper-planes.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 17px;
}

.subscribe-field-footer::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.line-bottom {
  background-color: #d9dae2;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.footer-title {
  opacity: .76;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.checkbox-label-footer {
  opacity: 1;
  color: #f1f3f8;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.footer {
  z-index: 5;
  color: #d9dae2;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 50vh;
  padding: 50px 3% 30px;
  display: flex;
  position: relative;
}

.button-line {
  color: #f1f3f8;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.copyright-flex-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.checkbox-main {
  opacity: .5;
  border: 1px solid #d9dae2;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: var(--third-color);
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-button-icon.relative {
  background-color: var(--second-color);
  color: var(--white);
  border: 1px solid #ffffff45;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.white-link {
  opacity: .85;
  color: var(--main-color);
}

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 150px 3% 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.year {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 9vw;
  font-weight: 400;
  display: inline-block;
}

.gray-text-color {
  opacity: .3;
}

.small-number {
  opacity: .7;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.top {
  place-items: start stretch;
}

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-size: 5vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 13px;
}

.about-image-section {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e8eded;
  width: 100%;
  height: 2px;
}

.social-icon-main {
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: 1;
  filter: invert();
}

.name-title {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

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

.another-font {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.input-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.area-margin {
  margin-top: 20px;
}

.checkbox {
  border: 1px solid #c1c1be;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #c1c1be;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #c1c1be;
}

.small {
  opacity: .52;
  vertical-align: super;
  font-size: 11px;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-contact.left {
  justify-content: flex-start;
  align-items: center;
}

.field-label-contact {
  opacity: .6;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.field-label-contact.big {
  opacity: 1;
  font-size: 14px;
}

.input-100 {
  width: 100%;
}

.text-field-main {
  background-color: var(--white);
  box-shadow: none;
  color: var(--main-color);
  border-top: 1px #0003;
  border-bottom: 1px solid #ffffff54;
  border-left: 1px #0003;
  border-right: 1px #00000024;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.text-field-main:hover, .text-field-main:focus {
  border-color: #ffffff3b #ffffff3b #000;
}

.text-field-main::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-field-main.area {
  color: #000;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.checkbox-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.form-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.second-label {
  opacity: .76;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: none;
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.italic-text {
  text-align: center;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  color: var(--main-color);
  text-align: center;
  background-color: #7f0f0f;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
  font-weight: 700;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-title {
  color: var(--white);
}

.testimonial-card-three-2 {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-heading-2 {
  color: var(--white);
  margin-bottom: 24px;
}

.testimonial-text-three-2 {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #c48e42;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--main-color);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #c48e42;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.body {
  background-color: var(--second-color);
  border: 1px solid #000;
}

.button-2 {
  background-color: #000;
  border-radius: 0;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: var(--main-color);
}

.text-block {
  background-color: #000;
}

.text-block-2 {
  background-color: #0000;
}

.div-block {
  aspect-ratio: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-3 {
  align-self: center;
  position: absolute;
}

.contenerdor-img {
  width: 100%;
  height: auto;
  position: relative;
}

.div-video {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: none;
  position: relative;
}

.image {
  vertical-align: baseline;
  order: 1;
  align-self: center;
  position: absolute;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.button-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-2 {
  position: absolute;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.heading {
  justify-content: center;
  align-items: center;
  font-size: 50px;
  display: flex;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.title-form {
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.name-family {
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.background-form {
  color: var(--main-color);
  -webkit-text-stroke-color: var(--main-color);
  background-color: #fff;
}

.text-block-3 {
  padding-right: 50px;
  font-size: 15px;
}

.text-block-4 {
  padding-right: 51px;
  font-size: 15px;
}

.text-block-5, .text-block-6 {
  font-size: 15px;
}

.hero-container {
  background-image: url('../images/1-hogar.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 70vh;
}

.her-contenido {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 89%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.heading-3 {
  font-size: 32px;
}

.heading-4 {
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 127px;
  font-size: 60px;
}

.heading-5 {
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 30vw;
  padding-right: 110px;
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.3;
}

.text-block-7 {
  color: var(--third-color);
  text-align: right;
  padding-right: 90px;
  font-size: 20px;
}

.text-block-8 {
  color: var(--third-color);
  margin-bottom: 52px;
  padding-right: 110px;
  font-size: 20px;
}

.buttonn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--main-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 6px 10px;
  display: flex;
}

.image-3 {
  width: 36.2px;
  height: 22.8px;
}

.barras {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 20px 40px;
  display: flex;
}

.image-4 {
  width: 20px;
  height: 24px;
}

.text-block-9 {
  color: var(--main-color);
  font-size: 17px;
}

.text-block-10 {
  color: var(--main-color);
  padding-left: 11px;
  font-size: 20px;
}

.section-2 {
  background-color: #6f6f6f;
  margin-top: -10px;
  padding-top: 0;
}

.logo-esquina {
  width: 150px;
  position: absolute;
  inset: auto auto 1% 9%;
}

.btn-contactanos {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  aspect-ratio: auto;
  text-align: center;
  background-image: url('../images/2a2.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 20%;
  margin-bottom: 140px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  top: 186.594px;
  left: 1121.72px;
  right: 30px;
}

.image-5 {
  width: 90px;
  height: 50px;
}

.text-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.text-block-12 {
  text-align: right;
  flex-flow: row;
  place-content: space-around center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 19% 11%;
}

.navbar-2 {
  background-color: #ddd0;
  position: fixed;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #ddd0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
  color: var(--main-color);
}

.seccion-por-que {
  background-image: url('../images/2-plusvalia.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 70vh;
  min-height: 600px;
}

.contenedor---nueva-vida {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 600px;
  padding-top: 28px;
  display: flex;
}

.columna-de-texto {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-6 {
  text-transform: uppercase;
  margin-bottom: -9px;
  padding-left: 100px;
  font-size: 60px;
  line-height: 60px;
}

.text-block-13 {
  color: var(--body-text-color);
  padding-left: 100px;
  font-size: 24px;
  line-height: 24px;
}

.text-block-14 {
  padding-left: 100px;
  font-size: 30px;
  line-height: 30px;
}

.contenedor-amenidades {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.texto-amenidades {
  padding-left: 101px;
}

.lista-amenidades {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.seccion-6 {
  background-color: #aab28e;
  padding-top: 1px;
}

.seccion-estilo-de-vida {
  height: auto;
  min-height: 500px;
  position: relative;
}

.video-seccion {
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-full iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


.seccion-contacto {
  background-color: #efefee;
  flex-flow: row;
  min-height: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 30px;
}

.text-block-15, .text-block-16 {
  font-size: 20px;
  line-height: 28px;
}

.contenedor-estilo {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  display: flex;
}

.texto-estilo {
  align-self: center;
  width: 100%;
  max-width: 900px;
  padding-top: 27px;
}

.heading-8 {
  text-align: right;
  margin-top: 0;
  padding-right: 67px;
  font-size: 60px;
}

.heading-9 {
  text-align: right;
}

.text-block-17 {
  color: var(--third-color);
  text-align: right;
  padding-right: 37px;
  font-size: 30px;
  line-height: 30px;
}

.text-block-18 {
  text-align: right;
  padding-top: 41px;
  font-size: 20px;
  line-height: 35px;
}

.code-embed-2 {
  height: 75vh;
}

.contenedor-contacto {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: -10px;
  display: flex;
}

.texto-contacto {
  width: 50%;
  padding-left: 55px;
}

.heading-10 {
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
}

.text-block-19 {
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.btn-asesor {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  display: flex;
}

.imagen-contacto {
  text-align: right;
  background-image: url('../images/6-residencial.webp');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  min-width: 500px;
  min-height: 45vh;
}

.image-6 {
  object-fit: cover;
  width: 80%;
  height: auto;
}

.section-4 {
  background-color: #aab28e;
  width: 100%;
  height: auto;
  min-height: auto;
}

.botones-footer {
  flex-flow: row;
  display: flex;
  position: relative;
}

.div-block-4 {
  position: absolute;
  inset: auto 10% 0% auto;
}

.seccion-9 {
  background-color: #aab28e;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.footer-right {
  text-align: right;
}

.footer-left {
  color: var(--main-color);
}

.link-block {
  text-align: right;
}

.text-block-20 {
  color: var(--main-color);
}

.text-block-21 {
  color: var(--main-color);
  padding-left: 40px;
}

.tu-nueva-vida {
  background-image: url('../images/3-tranquilidad.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.contenedor--estilo-de-vida {
  background-image: url('../images/5-naturaleza.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.un-estilo-de-vida {
  text-align: right;
  font-size: 60px;
  line-height: 1.3;
}

.image-7 {
  width: 400px;
}

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

.contenedor---por-que {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.text-block-23 {
  color: var(--body-text-color);
  padding-left: 100px;
  font-size: 20px;
}

.nav-menu-3 {
  text-align: center;
  height: 60vw;
  position: fixed;
}

.navbar-4 {
  background-color: #0000;
}

.nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9 {
  color: var(--main-color);
}

@media screen and (min-width: 1280px) {
  .pricing-text {
    margin-bottom: 3px;
  }

  .contenedor-contacto {
    margin-right: 0;
  }

  .heading-10 {
    margin-top: 0;
    font-weight: 400;
  }

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

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

@media screen and (min-width: 1440px) {
  .hero-main-title {
    color: var(--main-color);
  }

  .hero-content {
    background-color: var(--second-color);
  }

  .subhead-main._80 {
  }

  .service-title {
    font-size: 8rem;
  }

  .home-services-item {
    position: relative;
  }

  .btn-contactanos {
    width: 12%;
    position: absolute;
    inset: 25% 0% 0% auto;
  }

  .heading-6 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-14 {
    font-size: 25px;
    line-height: 25px;
  }

  .seccion-estilo-de-vida {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .contenedor-estilo {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: none;
    display: flex;
  }

  .texto-estilo {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .contenedor-contacto {
    width: 200%;
    max-width: 200%;
  }

  .imagen-contacto {
    width: 30%;
    min-width: auto;
    min-height: 40vh;
    padding-right: 0;
    position: relative;
    left: 162px;
    right: 0;
  }

  .image-6 {
    width: 50%;
  }

  .contenedor--estilo-de-vida {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .text-block-23 {
    color: var(--body-text-color);
    padding-left: 100px;
    font-size: 25px;
    font-style: normal;
    line-height: 25px;
  }

  .nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .button-text-wrapper {
    height: 37px;
  }

  .navigation-link, .nav-link {
    font-size: 27px;
  }

  .button-text.coma {
    padding-bottom: 14px;
    font-size: 29px;
  }

  .big-text {
    font-size: 23vw;
  }

  .text-block-10 {
    color: var(--main-color);
  }

  .section-2 {
    margin-top: 0;
  }

  .btn-contactanos {
    width: 12%;
    height: 18%;
    font-size: 30px;
    line-height: 35px;
    inset: 26% 0% 0% auto;
  }

  .text-block-12 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 60px;
    font-size: 15px;
    bottom: 19%;
    right: -30%;
  }

  .seccion-por-que {
    background-color: #b31616;
    background-image: url('../images/2-plusvalia.webp');
    background-position: 0 0;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70vh;
    min-height: 0;
    display: flex;
  }

  .contenedor---nueva-vida {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 70vh;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100px;
    line-height: 100px;
    text-decoration: none;
  }

  .text-block-13 {
    text-align: left;
    width: 200%;
    padding-bottom: 140px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-14 {
    text-align: left;
    line-height: 40px;
  }

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

  .text-block-15, .text-block-16 {
    font-size: 30px;
    line-height: 35px;
  }

  .contenedor-estilo {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    height: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .texto-estilo {
    flex-flow: column;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    width: 1200px;
    max-width: none;
    height: 70vh;
    padding-top: 68px;
    padding-bottom: 154px;
    padding-right: 81px;
    line-height: 40px;
    display: flex;
  }

  .heading-8 {
    margin-top: -7px;
    padding-right: 90px;
    font-size: 100px;
    line-height: 100px;
  }

  .text-block-17 {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
  }

  .text-block-18 {
    padding-top: 31px;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
  }

  .contenedor-contacto {
    max-width: none;
  }

  .heading-10 {
    margin-bottom: 43px;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 400;
  }

  .text-block-19 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 400;
  }

  .imagen-contacto {
    background-position: 50%;
    min-width: 61vh;
    min-height: 40vh;
    padding-right: 0;
  }

  .contenedor--estilo-de-vida {
    display: block;
  }

  .un-estilo-de-vida {
    padding-right: 70px;
    font-size: 80px;
    line-height: 100px;
  }

  .image-7 {
    width: 500px;
  }

  .text-block-22 {
    color: var(--white);
    padding-left: 10px;
    font-size: 20px;
  }

  .contenedor---por-que {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    padding-top: 100px;
  }

  .text-block-23 {
    color: var(--body-text-color);
    padding-left: 100px;
    font-size: 30px;
    line-height: 30px;
  }

  .navbar-4 {
    text-align: center;
    position: static;
  }

  .nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .section.for-checkout {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section._50px-top {
    padding-top: 50px;
  }

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

  .work-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-wrap {
    width: 16vw;
    height: 16vw;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .first-part {
    margin-right: 0;
  }

  .logo-link {
    order: -1;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .last-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    color: var(--main-color);
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .navigation-link.for-contact {
    padding-left: 0%;
  }

  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

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

  .nav-menu {
    background-color: var(--white);
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-text.coma, .line-below {
    display: none;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .main-image.second.absolute {
    top: 11.7vh;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.for-about {
    height: 45vh;
  }

  .testimonials-text {
    max-width: 100%;
    font-size: 70px;
    line-height: 1.1;
  }

  .service-title {
    font-size: 12vw;
  }

  .service-wrapper {
    height: 75vw;
    position: static;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .services-left-content {
    height: auto;
  }

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

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid-second {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 2fr;
    display: flex;
  }

  .footer {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .hero-inner {
    padding-top: 101px;
    padding-bottom: 53px;
  }

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

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

  .contact-wrapper {
    width: 100%;
  }

  .input-flex {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .form-block {
    max-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .hero-container {
    height: 40vh;
    min-height: 400px;
  }

  .her-contenido {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .heading-4 {
    text-align: right;
    align-self: auto;
    padding-right: 60px;
    font-size: 40px;
    line-height: 30px;
  }

  .heading-5 {
    margin-top: 0;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.3;
  }

  .text-block-7 {
    padding-right: 10px;
  }

  .text-block-8 {
    padding-right: 30px;
  }

  .barras {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .btn-contactanos {
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
    position: static;
  }

  .text-block-12 {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 8px;
    position: static;
  }

  .navbar-3 {
    position: absolute;
  }

  .seccion-por-que {
    background-position: 50%;
    height: 40vh;
    min-height: 400px;
  }

  .contenedor---nueva-vida {
    min-height: 400px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .texto-amenidades {
    padding-left: 20px;
  }

  .lista-amenidades {
    font-size: 10px;
  }

  .seccion-estilo-de-vida {
    min-height: 400px;
  }

  .seccion-contacto {
    margin-top: -35px;
  }

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

  .text-block-15, .text-block-16 {
    font-size: 15px;
  }

  .contenedor-estilo {
    height: 400px;
    margin-top: -25px;
  }

  .texto-estilo {
    align-self: center;
    max-width: 900px;
    padding-top: 0;
  }

  .heading-8 {
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-17 {
    padding-right: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-18 {
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .code-embed-2 {
    margin-top: -25px;
  }

  .heading-10 {
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-19 {
    font-size: 20px;
  }

  .imagen-contacto {
    min-width: 200px;
    min-height: 30vh;
  }

  .tu-nueva-vida, .contenedor--estilo-de-vida {
    background-position: 50%;
    height: 40vh;
    min-height: 400px;
  }

  .un-estilo-de-vida {
    font-size: 20px;
    line-height: 20px;
  }

  .image-7 {
    max-width: 130%;
  }

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

  .contenedor---por-que {
    height: 40vh;
    min-height: 400px;
    margin-top: -25px;
  }

  .text-block-23 {
    color: var(--body-text-color);
    text-align: center;
    padding-left: 100px;
    font-size: 15px;
    line-height: 15px;
  }

  .nav-menu-3 {
    clear: none;
    text-align: right;
    overflow-wrap: normal;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

  .password-title {
    font-size: 60px;
  }

  .section.for-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section-photo {
    min-height: 500px;
  }

  .video-wrap {
    width: 30vw;
    height: 30vw;
  }

  .video-wrap.full-width {
    height: 500px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .pricing-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .navigation-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .main-image.second.absolute {
    width: 15vw;
    top: 8.3vh;
    right: 8.3vw;
  }

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

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .subhead-main {
    font-size: 22px;
  }

  .project-flex.add-grid {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    height: 55vh;
  }

  .image-wrap.for-about {
    aspect-ratio: 1;
    height: auto;
  }

  .work-title {
    font-size: 17vw;
  }

  .top-part {
    padding: 30px 25px;
  }

  .fun-facts-grid._3-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-number {
    margin-bottom: 15px;
  }

  .testimonials-text {
    font-size: 57px;
  }

  .service-title {
    font-size: 16vw;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

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

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .figma-text {
    font-size: 18px;
  }

  .footer {
    z-index: 15;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-image-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .input-flex {
    grid-row-gap: 10px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three, .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-container {
    background-position: 100%;
    width: 100%;
    height: 34.3vh;
    min-height: 200px;
  }

  .her-contenido {
    height: 26vh;
  }

  .heading-4 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-5 {
    margin-top: -10px;
    font-size: 20px;
    line-height: 1.3;
  }

  .text-block-7, .text-block-8 {
    font-size: 15px;
  }

  .barras {
    margin-top: 0;
  }

  .text-block-9, .text-block-10 {
    font-size: 15px;
  }

  .btn-contactanos {
    width: 12%;
    margin-bottom: 20px;
  }

  .text-block-12 {
    margin-top: 20px;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 7px;
    position: static;
  }

  .seccion-por-que {
    width: 100%;
    height: 20vh;
    min-height: 300px;
  }

  .contenedor---nueva-vida {
    min-height: 300px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-13 {
    padding-left: 40px;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-14 {
    padding-left: 40px;
    font-size: 12px;
    line-height: 12px;
  }

  .seccion-6 {
    padding-top: 0;
  }

  .seccion-estilo-de-vida {
    height: 33vh;
    min-height: auto;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .section-3 {
    margin-top: -25px;
  }

  .contenedor-estilo {
    height: 34.5vh;
    margin-bottom: 10px;
  }

  .texto-estilo {
    align-self: center;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-17 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-18 {
    margin-top: 10px;
    margin-right: 20px;
    padding-top: 0;
    font-size: 9px;
    line-height: 15px;
  }

  .texto-contacto {
    padding-left: 10px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 12px;
  }

  .text-block-19 {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
  }

  .btn-asesor {
    padding-left: 0;
  }

  .tu-nueva-vida {
    height: 34.2vh;
    min-height: 200px;
  }

  .contenedor--estilo-de-vida {
    width: 100%;
    min-width: 300px;
    height: 34.5vh;
    min-height: 300px;
  }

  .un-estilo-de-vida {
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 20px;
    line-height: 20px;
  }

  .image-7 {
    width: 200px;
    max-width: 140%;
  }

  .contenedor---por-que {
    height: 34.3vh;
    min-height: 300px;
    margin-top: -30px;
  }

  .text-block-23 {
    padding-left: 20px;
    font-size: 10px;
    line-height: 10px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 25px;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

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

  .section._100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.for-checkout {
    padding-top: 80px;
  }

  .section._50px-top {
    padding-top: 100px;
  }

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .video-wrap {
    aspect-ratio: 1;
    width: 36vw;
    height: 36vw;
  }

  .style-title {
    font-size: 30px;
  }

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-logo {
    width: 60px;
  }

  .hero-main-title {
    font-size: 38vw;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight {
    display: none;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .main-image.second.absolute {
    width: 29vw;
    display: none;
    top: 7.3vh;
    right: -1.6vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.seven {
    display: none;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .subhead-main {
    font-size: 20px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.cricle {
    min-height: 180px;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .image-wrap.for-about {
    min-height: auto;
  }

  .work-title {
    text-align: center;
  }

  .top-part {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
  }

  .fun-facts-grid._3-column {
    grid-template-columns: 1fr;
  }

  .fun-number {
    font-size: 150px;
  }

  .fun-number.second {
    font-size: 120px;
  }

  .margin-250px {
    margin-top: 150px;
  }

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-content {
    font-size: 16px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .blog-main-wrapper {
    font-size: 24px;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-grid-second {
    grid-template-columns: 2fr;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer {
    padding-top: 30px;
  }

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-main {
    flex: none;
  }

  .hero-inner {
    padding-top: 84px;
    padding-bottom: 0;
  }

  .small-number {
    font-size: 16px;
  }

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

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
    top: 4px;
  }

  .team-grid, .input-flex {
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-card-three-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .hero-container {
    height: 19vh;
    min-height: 150px;
  }

  .her-contenido {
    height: 10vh;
  }

  .heading-4, .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-7 {
    padding-right: 0;
    font-size: 10px;
  }

  .text-block-8 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 10px;
  }

  .barras {
    padding: 0 0 5px;
  }

  .text-block-9 {
    font-size: 8px;
    line-height: 8px;
  }

  .text-block-10 {
    padding-left: 0;
    font-size: 10px;
    line-height: 8px;
  }

  .logo-esquina {
    width: 50px;
  }

  .btn-contactanos {
    width: 12%;
    height: 50%;
  }

  .text-block-12 {
    margin-top: 11px;
    padding-right: 8px;
    font-size: 3px;
    line-height: 3px;
  }

  .seccion-por-que, .contenedor---nueva-vida {
    height: 19vh;
    min-height: 150px;
  }

  .heading-6 {
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-13 {
    font-size: 10px;
    line-height: 10px;
  }

  .text-block-14 {
    font-size: 10px;
  }

  .contenedor-amenidades {
    flex-flow: column;
    margin-top: 20px;
  }

  .lista-amenidades {
    margin-top: 20px;
  }

  .seccion-estilo-de-vida {
    height: 19vh;
  }

  .seccion-contacto {
    padding-top: 40px;
  }

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

  .text-block-15, .text-block-16 {
    font-size: 12px;
    line-height: 24px;
  }

  .contenedor-estilo {
    height: 19vh;
  }

  .heading-8 {
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-17 {
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-18 {
    margin-top: 0;
  }

  .contenedor-contacto {
    flex-flow: column;
    margin-right: 0;
  }

  .texto-contacto {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .heading-10 {
    text-align: center;
    line-height: 15px;
  }

  .text-block-19 {
    text-align: center;
  }

  .btn-asesor {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .imagen-contacto {
    width: 100%;
    min-width: 100px;
    min-height: 20vh;
    padding-left: 0;
  }

  .seccion-9 {
    flex-flow: column;
  }

  .tu-nueva-vida, .contenedor--estilo-de-vida {
    height: 19vh;
    min-height: 150px;
  }

  .un-estilo-de-vida {
    margin-right: 0;
    padding-right: 18px;
    font-size: 15px;
    line-height: 15px;
  }

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

  .text-block-22 {
    text-align: left;
    align-self: center;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .contenedor---por-que {
    height: 19vh;
    min-height: 150px;
  }

  .text-block-23 {
    padding-left: 40px;
    font-size: 8px;
    line-height: 8px;
  }

  .section-5 {
    height: 19vh;
  }
}

#w-node-a043337f-2219-6d34-7045-abb3d75571c7-02d6e379 {
  grid-area: Area;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e999-02d6e410 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e99b-02d6e410 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a1-02d6e410 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a4-02d6e410 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a6-02d6e410 {
  grid-area: 2 / 8 / 3 / 12;
  place-self: start center;
}

#w-node-_4a0a34cf-a1e0-e2a0-840f-a56890ac4b9e-02d6e410 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282612-02d6e410 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282613-02d6e410, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282619-02d6e410 {
  place-self: stretch center;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28261f-02d6e410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282625-02d6e410, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28262b-02d6e410, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282631-02d6e410, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282637-02d6e410, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28263d-02d6e410 {
  place-self: stretch center;
}

#w-node-_1da1d70e-5d9a-8982-3b78-fa62409e4636-02d6e410, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f03-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f04-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f05-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f08-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f0a-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f11-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f16-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1a-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1e-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f22-02d6e411, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f26-02d6e411, #w-node-a6e985bd-cbb0-f5c9-baf6-3b40b1a59844-02d6e411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b22503-40ff-41b9-4cab-553e0130fd62-02d6e412, #w-node-f9fb9728-4280-c3e9-0e16-d7fd4745966b-02d6e412 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fea5c5d-1da2-35f0-d551-b4f29d597942-02d6e412 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d7-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d8-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d9-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6db-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6dc-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6de-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e3-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e6-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e9-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ec-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ef-02d6e414, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6f2-02d6e414, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5389-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538a-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538b-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538d-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538e-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5390-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5395-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5398-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539b-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539e-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a1-02d6e415, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a4-02d6e415 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1da1d70e-5d9a-8982-3b78-fa62409e4636-02d6e410 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76690800-3cd4-776e-9f15-7768d1eba0b1-02d6e379 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* WhatsApp burbuja */
.btn-wsp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.btn-wsp img {
  width: 28px;
  height: 28px;
}

/* Botón de llamada rectangular */
.btn-call-rect {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: var(--third-color);
  color: white;
  padding: 12px 18px;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1000;
}

.btn-call-rect img {
  width: 20px;
  height: 20px;
}
