:root {
  --background: #faefe5;
  --paragraphs: #5b5753;
  --heading: #151414;
  --accent-1: #f5d371;
  --light: #fefaf7;
  --shadow: #33302c0d;
  --accent-2: #9edef9;
  --accent-3: #fabdaa;
  --border: #ded2c5;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Fahkwang, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Fahkwang, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 128%;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Fahkwang, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Fahkwang, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 135%;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Fahkwang, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 138%;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

p {
  margin-bottom: 28px;
}

a {
  border-bottom: 2px solid var(--accent-1);
  color: var(--heading);
  text-decoration: none;
  transition: border-width .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
}

a:hover {
  border-bottom-color: var(--heading);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

strong {
  color: var(--heading);
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-1);
  color: var(--heading);
  margin-bottom: 28px;
  margin-left: 18px;
  padding: 2px 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

figure {
  border-radius: 10px;
  margin-top: 38px;
  margin-bottom: 38px;
  overflow: hidden;
}

figcaption {
  background-color: var(--light);
  text-align: center;
  margin-top: 0;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 150%;
}

.transformed-hero {
  perspective: 1700px;
  background-color: #414143;
  position: relative;
  overflow: hidden;
}

.flex-hero {
  z-index: 20;
  box-shadow: 5px 0 150px 0 var(--shadow);
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  display: block;
  position: fixed;
  overflow: hidden;
}

.block-hero {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 42vw;
  margin: 90px 4vw 4vw;
  display: flex;
}

.heading-hero {
  max-width: 850px;
  padding-top: 20px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.paragraph-large {
  color: #000;
  max-width: 570px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 170%;
}

.link {
  border-bottom-style: none;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.circle {
  background-color: var(--accent-1);
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-right: 12px;
}

.text-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.grid-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-top: 40px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: right;
  border-bottom-style: none;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: padding-right .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.nav-link:hover {
  color: #fff;
  background-color: #931a1fb0;
  padding-right: 8px;
}

.nav-link.w--current {
  background-color: #931a1f00;
}

.nav-link.w--current:hover {
  color: #fff;
  background-color: #931a1fb5;
  border-radius: 10px;
}

.nav {
  background-color: #931a1f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: block;
}

.nav-menu {
  background-color: var(--light);
  border-radius: 10px;
  flex-direction: column;
  margin-top: 10px;
  padding: 15px 25px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
}

.logo {
  height: 70px;
  display: none;
}

.menu-button {
  padding: 0;
}

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

.icon-menu {
  object-fit: cover;
  width: 22px;
  height: 22px;
}

.block-menu-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-menu-bg {
  z-index: 50;
  box-shadow: 0 15px 40px 0 var(--shadow);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.section-hero {
  background-color: #414143;
  position: static;
}

.grid-hero {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  object-fit: fill;
  background-color: #414143;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: grid;
  position: static;
}

.grid-hero---row-1 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-hero {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 0%;
  background-clip: border-box;
  border-radius: 10px;
  width: 100%;
  height: 460px;
  position: static;
  left: auto;
}

.grid-hero---row-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 12vh;
}

.grid-hero---row-3 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.grid-hero---row-4 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 12vh;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 40px;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.heading-welcome {
  max-width: 1220px;
  margin-bottom: 0;
  line-height: 136%;
}

.welcome {
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.text-span---accent-1 {
  background-color: var(--accent-1);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-span---accent-2 {
  background-color: var(--accent-2);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-span---accent-3 {
  background-color: var(--accent-3);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.collection-list-wrapper {
  width: 100%;
}

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

.collection-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.block-image-project {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

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

.link-block-image-project {
  border-bottom-style: none;
  flex-direction: row;
  width: 57%;
  display: flex;
}

.block-text-project {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 43%;
  padding: 40px 6.5%;
  display: flex;
}

.link-heading-project {
  border-bottom-style: none;
  margin-bottom: 24px;
}

.project-info {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
}

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

.project-summary {
  margin-bottom: 24px;
}

.link-project {
  margin-top: 34px;
}

.empty-state {
  background-color: var(--light);
  border-radius: 5px;
  padding: 18px 28px;
  display: inline-block;
}

.text-empty {
  color: var(--heading);
}

.block-heading {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  max-width: 630px;
}

.grid-services {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.services {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-services {
  width: 26px;
  height: 26px;
}

.icon-services-bg {
  background-color: var(--accent-1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  display: flex;
}

.icon-services-bg.accent-2 {
  background-color: var(--accent-2);
}

.icon-services-bg.accent-3 {
  background-color: var(--accent-3);
}

.section-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 50px 40px;
  display: flex;
}

.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  opacity: .5;
  border-bottom-style: none;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  opacity: 1;
}

.section-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--heading);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 0;
  justify-content: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.block-banner-text {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  cursor: grab;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0 20px 20px 0;
  margin-top: -3px;
  margin-left: 0;
  padding: 5vw 35px;
  position: relative;
}

.heading-banner {
  color: #000;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button {
  color: #fff;
  background-color: #931a1f;
  border-bottom-style: none;
  border-radius: 10px;
  padding: 16px 38px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  transition-property: transform, background-color;
  transition-duration: .3s, .3s;
}

.button:hover {
  background-color: var(--accent-2);
  transform: scale(.95);
}

.grid-banner-image {
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  margin-left: 3px;
  position: absolute;
  transform: translate(10%)rotateX(34deg)rotateY(-9deg)rotateZ(26deg);
}

.grid-banner---row-1 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 155px;
  transform: translate(0);
}

.image-banner {
  perspective-origin: 50%;
  transform-origin: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  margin-left: -161px;
  transform: none;
}

.grid-banner---row-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 249px;
}

.grid-banner---row-4 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 63px;
}

.block-banner-image {
  perspective: 1700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: -237px;
  margin-right: -126px;
  padding-left: 0;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.block-single-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.block-single-page.center {
  text-align: center;
  align-items: center;
}

.heading-single-page {
  max-width: 850px;
}

.collection-list-wrapper-page {
  width: 100%;
}

.collection-list-page {
  grid-column-gap: 4vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.link-block-image-project-page {
  border-bottom-style: none;
  flex-direction: row;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.collection-item-page {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item-page:nth-child(2n) {
  margin-top: 5vw;
}

.link-heading-project-page {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-right: 10%;
}

.main-project-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 2vw;
}

.block-project-description {
  width: 100%;
  margin-top: 6px;
}

.project-description {
  border-left: 1px solid var(--border);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 80px;
  display: inline-block;
}

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

.text-description {
  opacity: .5;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.rich-text-block {
  width: 100%;
  max-width: 780px;
  margin-top: 40px;
  margin-bottom: 1vw;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 12%;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 12%;
  display: flex;
}

.paragraph {
  max-width: 600px;
}

.grid-clients {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.client-logo {
  max-height: 40px;
}

.grid-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  color: var(--heading);
  background-color: #0000;
  height: 50px;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--heading);
}

.text-field::placeholder {
  color: #15141480;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  color: var(--heading);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 130px;
  max-height: 400px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--heading);
}

.textarea::placeholder {
  color: #15141480;
}

.form-block {
  width: 100%;
  margin-top: 25px;
}

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

.success-message {
  background-color: var(--accent-2);
  text-align: left;
  border-radius: 10px;
  padding: 20px 25px;
}

.text-success {
  color: var(--heading);
  line-height: 140%;
}

.error-message {
  background-color: var(--accent-3);
  border-radius: 10px;
  padding: 20px 25px;
}

.text-error {
  color: var(--heading);
  line-height: 140%;
}

.block-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25%;
  display: flex;
}

.text-info-contact {
  color: #1514147d;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.heading-info-contact {
  margin-bottom: 0;
}

.contact-information {
  border-left: 1px solid var(--border);
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  padding-top: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.page-content {
  width: 100%;
  max-width: 780px;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.image-licensing {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.grid-icon-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-items: start;
}

.block-icon-licensing {
  display: inline-block;
}

.font {
  border: 1px solid var(--border);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px 40px;
  display: flex;
}

.fahkwang {
  margin-bottom: 0;
  margin-left: 40px;
}

.dm-sans {
  margin-bottom: 0;
  margin-left: 40px;
  font-family: DM Sans, sans-serif;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px 20px 20px;
  display: flex;
}

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

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

.block-color.accent-1 {
  background-color: var(--accent-1);
}

.block-color.accent-2 {
  background-color: var(--accent-2);
}

.block-color.accent-3 {
  background-color: var(--accent-3);
}

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

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

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

.text-color {
  color: var(--heading);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.text-color.light {
  color: var(--light);
}

.hex-color {
  color: #15141480;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.hex-color.light {
  color: #fefaf780;
}

.buttons {
  border: 1px solid var(--border);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 30px;
  display: flex;
}

.grid-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
}

.image-instructions {
  border: 1px solid var(--border);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grid {
  grid-template-areas: "Area-3 Area-4"
                       "Area Area-2";
}

.grid-prueba {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "Area"
                 / 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin: 87px auto 108px;
  display: grid;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3 Area-4"
                       "Area-5 Area-6 Area-7 Area-8";
}

.grid-banner---row-5 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 137px;
}

.image-2 {
  max-width: 45%;
  padding-bottom: 25px;
}

.text-block {
  color: var(--heading);
  margin-top: -30px;
  padding-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 170%;
}

.grid-banner---row-1-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 0;
  padding-top: 27px;
  transform: translate(0);
}

.section-2 {
  background-image: url('../images/fondo-servicios.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  transform: rotate(0);
}

.grid-3 {
  grid-template: "Area"
                 "Area-3"
                 "."
                 "."
                 "."
                 "Area-4"
                 / 1fr;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 60px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: -22px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 108%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 160%;
}

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

.column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch end;
  display: grid;
}

.column-3, .column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 69px;
  font-weight: 600;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.column-5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 240px;
  display: grid;
  position: relative;
  left: -74px;
  transform: rotate(-17deg);
}

.text-block-4-copy {
  color: #931a1f;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 69px;
  font-weight: 600;
}

.text-block-5-copy {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columns {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-3 {
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.column-6 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 248px;
  padding-left: 10px;
  display: grid;
  left: -30px;
  right: 14px;
  transform: rotate(-17deg);
}

.column-7 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 240px;
  display: grid;
  left: 14px;
  transform: rotate(-17deg);
}

.column-8 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 44px;
  padding-top: 25px;
  padding-bottom: 100px;
  display: grid;
  top: 0;
  left: 19px;
  transform: rotate(-17deg);
  box-shadow: 0 0 10px -3px #000;
}

.column-9 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 25px;
  padding-bottom: 70px;
  display: grid;
  top: 0;
  left: 61px;
  transform: rotate(-17deg);
  box-shadow: 0 0 10px -3px #000;
}

.column-10 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2" minmax(0, 1fr)
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 25px;
  padding-bottom: 57px;
  padding-left: 10px;
  display: grid;
  top: 0;
  left: 108px;
  transform: rotate(-17deg);
  box-shadow: 0 0 10px -3px #000;
}

.columns-2 {
  margin-top: -221px;
  margin-bottom: -1px;
  margin-left: -10px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 334px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.secci-n-nuestro-trabajo {
  background-color: #dae6ea;
  margin-top: -121px;
  margin-bottom: -164px;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

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

.t-tulo-testimonios {
  color: #931a1f;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 60px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.t-tulo-descripci-n {
  color: #000;
  text-align: center;
  margin-top: -22px;
  padding-bottom: 30px;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 108%;
}

.slider {
  flex-wrap: nowrap;
  display: flex;
}

.secci-n-testimonios {
  background-color: #dae6ea;
  background-image: url('../images/fondo-testimonios.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
}

.testimonios {
  background-color: #dae6ea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65vh;
  margin-top: -12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.carrusel {
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.slide {
  width: 326px;
  max-width: 326px;
  height: 394px;
  max-height: 394px;
  margin-top: -28px;
  margin-right: 20px;
}

.image-carrusel {
  text-align: left;
  object-fit: cover;
  border: 24px solid #414143;
  border-width: 20px 24px 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 326px;
  max-width: 326px;
  height: 100%;
  margin-top: 65px;
  position: static;
}

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

.section-title {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-3 {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
  position: static;
}

.heading-4 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.images-name {
  background-color: #dae6ea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.carrusel2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 63px;
  display: flex;
}

.text-name {
  text-align: center;
  width: 326px;
  margin-right: 20px;
  padding: 30px 60px 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.contenedor {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonios-section {
  background-image: url('../images/fondo-testimonios.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.carrusel3 {
  background-color: #0000;
  border-radius: 25px;
  margin-left: 60px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card-testimonios {
  background-color: #6d00009c;
  border-radius: 30px;
  width: 1000px;
  height: 60vh;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 0;
  padding: 60px 60px 0;
}

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

.grid-6 {
  grid-column-gap: 0px;
  grid-template: "."
                 "."
                 / .5fr 1.75fr;
}

.image-4 {
  text-align: left;
  width: 196px;
  max-width: 100%;
  padding-right: 0;
}

.heading-5 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 500;
}

.heading-5-copy {
  color: #fff;
  margin-top: -39px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.text-block-6 {
  color: #fff;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
}

.grid-7 {
  grid-template-columns: 1fr 2.25fr;
  grid-template-areas: "Area";
}

.image-5 {
  width: 385px;
}

.section-3 {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-7 {
  height: 421px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-4 {
  background-image: url('../images/fondo-testimonios.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 565px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-block-8 {
  color: #fff;
  margin-left: -86px;
  line-height: 160%;
  position: absolute;
  top: 49px;
  left: 171px;
}

.grid-8 {
  grid-template-areas: ".";
  height: auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.slider-2 {
  background-color: #6f0606a8;
  border-radius: 20px;
  height: 354px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 60px;
  left: 0;
  right: 0;
}

.grid-9 {
  grid-row-gap: 0px;
  grid-template-columns: .5fr 2.25fr;
  margin-top: 220px;
  padding-left: 85px;
  padding-right: 120px;
}

.text-block-9 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.image-6 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  width: 199px;
  height: 90px;
  padding: 0 10px;
}

.text-block-10, .text-block-11 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.seccion-clientes {
  background-color: #dae6ea;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block {
  align-items: center;
  padding-right: 40px;
  display: block;
}

.image-7 {
  width: 200px;
}

.carrusel5 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.card-cliente {
  background-color: var(--background);
  border-radius: 20px;
  width: 265px;
  margin-right: 30px;
  padding: 20px;
}

.image-cliente {
  object-fit: cover;
  width: 355px;
}

.seccion-logos {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.card-logos {
  background-color: #fff0;
  width: 315px;
  height: 182px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-cliente1 {
  object-fit: cover;
  width: 315px;
  height: 135px;
  display: block;
}

.name-copy {
  background-color: #fff;
  width: 383px;
  max-width: none;
  height: 162px;
  margin-right: 40px;
}

.seccion-logo {
  background-color: #dae6ea;
  justify-content: flex-start;
  align-items: center;
  height: 269px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

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

.image-9 {
  background-color: #fff0;
}

.name-copy {
  margin-top: 344px;
}

.slider-cliente {
  align-items: center;
  height: 233px;
  margin-top: -33px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.imagen-cliente {
  background-color: #fff;
  border-radius: 20px;
  width: 350px;
  height: 166px;
  margin-top: 0;
  margin-right: 20px;
}

.cliente-image {
  filter: grayscale();
  object-fit: contain;
  width: 350px;
  height: 180px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.cliente-image:hover {
  filter: none;
}

.t-tulo-clientes-copy {
  color: #931a1f;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 70px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.t-tulo-descripci-n-copy {
  color: #000;
  text-align: center;
  margin-top: -22px;
  padding-bottom: 25px;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 108%;
}

.section-5 {
  background-color: #dae6ea;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-6 {
  background-color: #c9dade;
  background-image: url('../images/background-white.jpg');
  background-position: 50% 340%;
  background-repeat: repeat-x;
  background-size: auto;
  border-radius: 20px;
  margin: 0 30px;
  padding: 0;
  overflow: hidden;
}

.column-11 {
  background-color: #414143;
  padding-top: 40px;
  padding-bottom: 100px;
}

.column-12 {
  background-color: #414143;
}

.heading-7 {
  color: #fff;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

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

.image-10 {
  text-align: left;
  object-fit: cover;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr;
  position: static;
  inset: 0% auto auto 0%;
}

.button-2 {
  letter-spacing: 1px;
  background-color: #ee1c25;
  margin-left: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.grid-call-to-action {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: normal;
  grid-template-rows: auto;
}

.titulo-call-to-action {
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.boton-call-to-action {
  letter-spacing: .2px;
  background-color: #ee1c25;
  border-radius: 7px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.block-imagen-call {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 28px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.grid-image-call {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  transform-style: preserve-3d;
  align-items: start;
  position: absolute;
  inset: auto;
  transform: rotateX(34deg)rotateY(-9deg)rotateZ(26deg)translate(10%);
}

.grid-row-1 {
  grid-template-columns: 1fr;
  margin-left: -65px;
  transform: translate(0);
}

.imagen-call-to-action {
  max-width: 61%;
}

.grid-row-2 {
  grid-template-columns: 1fr;
  margin-left: -90px;
}

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

.section-banner-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.call-to-action {
  display: block;
}

.section-7 {
  background-color: #fff;
  margin-top: -178px;
  padding-top: 200px;
}

.columns-3 {
  margin-top: 0;
  padding: 60px 60px 70px 90px;
}

.image-11 {
  width: 160px;
}

.text-block-12 {
  color: var(--heading);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  line-height: 137%;
}

.text-block-13 {
  color: #c22d3a;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-14 {
  color: var(--heading);
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  padding-right: 0;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: auto;
  max-width: 35%;
  height: auto;
}

.link-block {
  object-fit: cover;
  border-bottom-style: none;
  width: 90px;
  margin-right: -44px;
  padding-right: 0;
  transition-property: none;
}

.grid-13 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 13.75fr .75fr 22fr;
}

.image-13 {
  width: 25px;
  max-width: none;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 10px;
}

.text-block-15 {
  color: var(--heading);
  margin-left: -18px;
}

.column-13 {
  padding-top: 100px;
  padding-left: 82px;
}

.column-14 {
  padding-top: 100px;
  padding-left: 23px;
  padding-right: 236px;
}

.columns-4 {
  background-color: #414143;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 80px;
}

.texto-politica {
  color: #fff;
  letter-spacing: .1px;
  background-color: #fff0;
  border-bottom: 1px #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.texto-politica-copy {
  color: #fff;
  letter-spacing: .1px;
  background-color: #fff0;
  border-bottom: 1px #fff;
  padding-left: 290px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
}

.image-12-copy {
  object-fit: cover;
  width: auto;
  max-width: 43%;
  height: auto;
  margin-top: -3px;
}

.grid-14 {
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  height: 218px;
  position: static;
  top: auto;
  overflow: visible;
}

.image-14 {
  overflow: visible;
}

.image-call {
  margin-left: 0;
  padding-right: 20px;
  transform: rotate(16deg);
}

.column-15 {
  overflow: hidden;
}

.image-bank {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.image-15 {
  max-width: 18%;
}

.vertical-container {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 200vh;
  padding: 24vh 9em 5.1em;
  display: flex;
}

.container-2 {
  align-items: flex-start;
  width: 200vw;
  display: flex;
}

.wrapper {
  height: 20em;
  overflow: hidden;
}

.wrapper-2 {
  width: 30em;
  height: 60em;
  margin-top: -4.2em;
  position: relative;
}

.image-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.image-16 {
  object-fit: cover;
  width: 30em;
  height: 20em;
}

.grid-banner-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #414143;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 0;
  justify-content: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.div-ver {
  width: 457px;
  height: 200px;
  max-height: none;
  margin-top: 141px;
  margin-left: -203px;
  display: block;
}

.div-imagenes-row-1 {
  white-space: nowrap;
  height: auto;
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: -84px;
  padding-left: 0;
  transform: rotate(-61deg);
}

.image-scroll {
  white-space: normal;
  object-fit: cover;
  border-radius: 20px;
  width: 232px;
  max-width: 100%;
  height: 248px;
  margin: 0 40px 0 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transform: rotate(89deg);
}

.div-imagenes-copy {
  white-space: nowrap;
  margin-bottom: 20px;
}

.div-imagenes-row-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 125px;
  padding-left: 0;
  transform: rotate(-61deg);
}

.div-imagenes-row-3 {
  white-space: nowrap;
  object-fit: cover;
  margin-top: 111px;
  margin-bottom: 20px;
  margin-left: 275px;
  padding-left: 0;
  overflow: visible;
  transform: rotate(-60deg);
}

.heading-8 {
  color: #fff;
  padding-top: 80px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.columns-5 {
  background-color: #414143;
  border-radius: 20px;
  height: 350px;
}

.button-3 {
  letter-spacing: .1px;
  background-color: #ee1f28;
  border-radius: 9px;
  width: auto;
  height: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.column-16 {
  padding-left: 60px;
}

.column-17 {
  height: auto;
}

.div-imagenes-row-2-copy {
  white-space: nowrap;
  margin: 111px -354px 20px 0;
  padding-left: 0;
  transform: rotate(-61deg);
}

.section-8 {
  background-color: #c9dade;
  margin-top: -121px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-8-copy {
  background-color: #c9dade;
  margin-top: -111px;
  padding-top: 109px;
  padding-bottom: 74px;
}

.div-imagenes-row-2-copy-copy {
  white-space: nowrap;
  margin-top: 111px;
  margin-bottom: 20px;
  margin-left: 233px;
  padding-left: 0;
  transform: rotate(-61deg);
}

.columna1-movil {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.columna2-movil {
  margin: 0;
}

.columna1 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 233px;
  display: grid;
  position: relative;
  left: -70px;
  transform: rotate(0);
}

.columna2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 200px;
  padding-left: 10px;
  display: grid;
  left: -15px;
  right: 14px;
  transform: rotate(-17deg);
}

.image-app {
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.text-app {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columna2-mobile {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.columna3 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 233px;
  display: grid;
  position: relative;
  left: -70px;
  transform: rotate(-17deg);
}

.columna6 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 200px;
  padding-left: 10px;
  display: grid;
  left: -15px;
  right: 14px;
  transform: rotate(-17deg);
}

.text-web, .text-dise-o {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columna3-mobile {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.columna5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 233px;
  display: grid;
  position: relative;
  left: -70px;
  transform: rotate(-17deg);
}

.columna4 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  grid-template: "Area"
                 "Area-2"
                 / minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 200px;
  padding-left: 10px;
  display: grid;
  left: -15px;
  right: 14px;
  transform: rotate(-17deg);
}

.text-digital {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.icon-bullet {
  width: 25px;
  max-width: none;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 10px;
}

.horizontal-logo {
  white-space: nowrap;
}

.image-box {
  margin-right: 0;
}

.image-logo {
  object-fit: cover;
  background-color: #fff;
  border-radius: 20px;
  width: 261px;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 9px;
  padding: 20px 40px;
}

.block-servicio {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 0 100px;
  display: block;
}

.column-18 {
  display: flex;
}

.div-block-3 {
  width: 200px;
}

.text-block-16 {
  color: #931a1f;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-17 {
  text-align: left;
  padding-left: 40px;
}

.block-servicio1, .block-servicio2 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 200px;
  margin-right: 20px;
  padding: 20px 0 100px;
  display: block;
}

.block-servicio-2, .block-servicio-3 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px 0 100px;
  display: block;
}

.block-servicio3 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 200px;
  margin-right: 20px;
  padding: 20px 0 100px;
  display: block;
}

.grid3 {
  grid-template-columns: .5fr 2.25fr;
  margin-top: 160px;
  padding-top: 0;
  padding-left: 85px;
  padding-right: 120px;
}

.text3 {
  color: #fff;
  margin-left: -86px;
  position: absolute;
  top: 49px;
  left: 171px;
}

.grid2 {
  grid-row-gap: 0px;
  grid-template-columns: .5fr 2.25fr;
  margin-top: 179px;
  padding-left: 85px;
  padding-right: 120px;
}

.text2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.grid-15 {
  grid-template-columns: 1fr 1.25fr 6.75fr 41.5fr;
  grid-auto-columns: .25fr;
  height: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.image-18 {
  object-fit: cover;
  border: 24px solid #414143;
  border-bottom: 0 solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 310px;
  height: 300px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-bottom: 0;
  padding-left: 0;
}

.slidemovil {
  grid-template-columns: 1fr;
  margin-left: 10px;
}

.sliderdesk {
  height: 425px;
}

.slide-3 {
  background-color: #dae6ea;
  margin-bottom: 0;
  margin-left: -57px;
  padding-bottom: 60px;
}

.slide-4 {
  background-color: #dae6ea;
}

.grid-16 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 0;
}

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

.slider-desk {
  border-top: 24px solid #414143;
  border-left: 24px solid #414143;
  border-right: 24px solid #414143;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 20px;
}

.image-21, .image-22 {
  margin-top: 20px;
}

.slide-5 {
  height: 0;
}

.mask-2 {
  background-color: #dae6ea;
  height: 500px;
}

.slider-desk-copy {
  border-top: 24px solid #414143;
  border-left: 24px solid #414143;
  border-right: 24px solid #414143;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 60px;
  margin-left: 0;
}

.slider-desk1 {
  border-top: 24px solid #414143;
  border-left: 24px solid #414143;
  border-right: 24px solid #414143;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 60px;
  margin-right: 20px;
}

.slide-6 {
  margin-left: 20px;
}

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

.text-slide {
  color: var(--heading);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.slide1 {
  height: 0;
  margin-right: 20px;
}

.gridmovil {
  grid-template-columns: 1fr;
  height: 0;
}

.slide2 {
  height: 0;
}

.slide3 {
  margin-left: 20px;
}

.heading-9 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-block-18 {
  color: #000;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.bloque-a-os {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 60px;
}

.numeros {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.name-num {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.columns-6 {
  border: 0 solid #000;
  padding: 40px 60px 247px 40px;
}

.box {
  background-color: #fff0;
  border: 0 solid #0000;
  height: 0;
  padding: 0 10px;
  display: block;
  left: 0;
}

.column-22, .column-23, .column-24 {
  background-color: #fff;
}

.grid-box {
  grid-row-gap: 0px;
  background-color: #931a1f;
  border-radius: 50%;
  grid-template-columns: 1fr;
  width: 201px;
  height: 145px;
  margin-left: 110px;
  margin-right: 0;
  padding: 40px 20px;
  box-shadow: 0 0 13px #0000003b;
}

.body-2 {
  background-color: #dae6ea;
}

.section-10 {
  background-color: #dae6ea;
  background-image: url('../images/concenos-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  padding-top: 100px;
  display: none;
}

.grid-box2 {
  grid-row-gap: 0px;
  background-color: #931a1f;
  border-radius: 50%;
  grid-template-columns: 1fr;
  width: 230px;
  height: 230px;
  margin-left: 24px;
  margin-right: 0;
  padding: 40px 20px 20px;
  box-shadow: 0 0 13px #0000003b;
}

.box-copy {
  background-color: #fff0;
  border: 0 solid #0000;
  height: 0;
  padding: 0 10px;
  display: block;
  left: 0;
}

.grid-box3 {
  grid-row-gap: 0px;
  background-color: #931a1f;
  border-radius: 50%;
  grid-template-columns: 1fr;
  width: 230px;
  height: 230px;
  margin-left: -66px;
  margin-right: 0;
  padding: 40px 20px 20px;
  box-shadow: 0 0 13px #0000003b;
}

.grid-box4 {
  grid-row-gap: 0px;
  background-color: #931a1f;
  border-radius: 50%;
  grid-template-columns: 1fr;
  width: 230px;
  height: 230px;
  margin-left: -159px;
  margin-right: 0;
  padding: 40px 20px 20px;
  box-shadow: 0 0 13px #0000003b;
}

.image-23 {
  object-fit: cover;
  align-self: center;
  max-width: 88%;
}

.columns-7 {
  margin-left: 40px;
  margin-right: 60px;
}

.column-25 {
  padding-left: 0;
}

.section-11 {
  background-image: url('../images/concenos.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
}

.texto-historia {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 220px;
  padding-right: 220px;
}

.texto-hacemos {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
  position: static;
}

.image-24 {
  text-align: center;
  max-width: 28%;
}

.columns-8 {
  margin-left: 220px;
  margin-right: 220px;
}

.column-26 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  right: 8px;
  box-shadow: 0 0 9px #0003;
}

.column-27 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 17px;
  box-shadow: 0 0 9px #0003;
}

.column-28 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  right: -8px;
  box-shadow: 0 0 9px #0003;
}

.image-25 {
  text-align: center;
  object-fit: cover;
  background-color: #931a1f00;
  border-radius: 19%;
  max-width: 28%;
  margin-left: 0;
  padding: 10px;
  display: inline-block;
}

.heading-11 {
  text-align: center;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  overflow: visible;
}

.text-block-19 {
  color: var(--heading);
  text-align: center;
  margin-top: -25px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.column-29 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 9px #0003;
}

.grid-17 {
  border-radius: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-25-copy {
  text-align: center;
  object-fit: cover;
  background-color: #931a1f00;
  border-radius: 19%;
  max-width: 28%;
  margin-left: 0;
  padding: 10px;
  display: inline-block;
}

.columns-9 {
  padding-left: 60px;
  padding-right: 60px;
}

.grid-18 {
  background-color: #414143;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px;
}

.image-26 {
  background-color: #fff;
  border-radius: 12px;
  max-width: 60%;
  padding: 20px;
  box-shadow: 1px 1px 3px #000;
}

.section-12 {
  background-color: #dae6ea;
  background-image: url('../images/fondo-servicios.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section-13 {
  background-color: #c9dade;
  padding-bottom: 0;
}

.texto-historia-copy {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.section-14 {
  background-color: #dae6ea;
}

.image-26-copy {
  background-color: #fff;
  border-radius: 12px;
  max-width: 60%;
  padding: 20px;
  box-shadow: 1px 1px 3px #000;
}

.heading-9-copy {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-9-copy-copy {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.section-15 {
  background-image: url('../images/servicios.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-16 {
  object-fit: cover;
  background-image: url('../images/servicios-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
}

.section-17 {
  background-image: url('../images/fondo-testimonios.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
}

.columns-10 {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-19 {
  background-color: #fff;
  border-radius: 20px;
  grid-template-columns: 1fr;
  width: auto;
  height: 530px;
  margin-top: 0;
  margin-left: 11px;
  margin-right: -4px;
  transform: rotate(-4deg);
  box-shadow: 0 0 9px #000;
}

.heading-13 {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -117px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-27 {
  max-width: 100%;
  padding-top: 35px;
}

.columns-10-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-13-copy {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -50px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.grid-19-copy {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  grid-template-columns: 1fr;
  width: auto;
  height: 530px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  transform: rotate(-4deg);
  box-shadow: 0 0 9px #000;
}

.fila-2 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  grid-template-columns: 1fr;
  width: auto;
  height: 481px;
  margin-top: -115px;
  margin-left: 26px;
  margin-right: -12px;
  transform: rotate(-4deg);
  box-shadow: 0 0 9px #000;
}

.text-block-21 {
  color: #000;
  text-align: center;
  margin-top: -201px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.fila-2-dise-o {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  grid-template-columns: 1fr;
  width: auto;
  height: 513px;
  margin-top: -146px;
  margin-left: 16px;
  margin-right: -5px;
  transform: rotate(-4deg);
  box-shadow: 0 0 9px #000;
}

.fila-2-seo {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  grid-template-columns: 1fr;
  width: auto;
  height: 483px;
  margin-top: -115px;
  margin-left: 23px;
  margin-right: -11px;
  transform: rotate(-4deg);
  box-shadow: 0 0 9px #000;
}

.text-block-21-copy-copy {
  color: #000;
  text-align: center;
  margin-top: -78px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-13-copy-copy {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -79px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-mark {
  color: #000;
  text-align: center;
  margin-top: -137px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.column-30 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/serv.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 515px;
}

.column-31 {
  background-color: #414143;
  height: 515px;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-14 {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-15 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: -21px;
  padding-top: 6px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-top: -21px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.columns-11 {
  margin-top: 0;
}

.button-4 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: static;
}

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

.button-5 {
  text-align: center;
  letter-spacing: .1px;
  background-color: #ee1f28;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

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

.section-20 {
  background-image: url('../images/contacto.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  align-self: auto;
  height: 500px;
}

.heading-18 {
  text-align: center;
  padding-top: 20px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.columns-12 {
  background-color: #dae6ea;
  justify-content: center;
  align-items: center;
  padding: 60px 100px 100px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-22 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-right: 20px;
  font-weight: 300;
}

.heading-19 {
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.text-field-2 {
  margin-right: 0;
}

.heading-20 {
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.form-block-2 {
  display: block;
}

.collection-item-2 {
  height: 300px;
}

.collection-item-3 {
  object-fit: cover;
  height: 400px;
}

.heading-21 {
  color: #15141400;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-top: -350px;
  padding-top: 125px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
  overflow: visible;
  box-shadow: inset 0 -350px 20px 20px #6f0606b8;
}

.heading-21:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #29020200;
  background-clip: border-box;
  height: 335px;
  margin-top: -343px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  display: flex;
  overflow: visible;
  box-shadow: inset 0 -350px 20px 20px #6f0606b8;
}

.image-proyecto {
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #fff;
  border: 0 solid #414143;
  border-radius: 5px;
  width: 100%;
  height: 1500px;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-proyecto:hover {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  object-fit: contain;
  background-color: #0a0202;
  display: inline-block;
  overflow: visible;
}

.collection-list-wrapper-3 {
  margin-top: 10px;
  margin-left: -40px;
  margin-right: -40px;
}

.link-2 {
  color: #15141400;
  text-align: center;
  border-bottom-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 299px;
  margin-top: -353px;
  margin-bottom: 67px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  transition: border-width .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-2:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #fff;
  border-radius: 20px;
  height: 299px;
  margin: -342px 20px 61px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: inset 0 -320px 20px 20px #6f0606b8;
}

.tabs-content {
  width: auto;
  margin-top: -31px;
  margin-left: -40px;
  margin-right: -40px;
  right: auto;
  overflow: visible;
}

.tabs {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.image-28 {
  object-fit: cover;
  border: 15px solid #414143;
  border-radius: 20px;
  height: 350px;
}

.collection-list-wrapper-4 {
  margin-top: 10px;
  margin-left: -40px;
  margin-right: -40px;
}

.link-3 {
  border-bottom-width: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  display: none;
}

.text-block-23 {
  letter-spacing: .1px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.next {
  color: #fff;
  background-color: #ee1f28;
  border-radius: 10px;
}

.previous {
  background-color: #ee1f28;
  border-radius: 10px;
}

.text-block-24 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.icon-2 {
  display: none;
}

.tab-pane-p-ginas-web {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.collection-item-4 {
  margin-top: 20px;
  padding-top: 20px;
}

.collection-list-wrapper-5 {
  margin-top: 0;
  margin-left: auto;
}

.tabs-menu {
  margin-top: -217px;
  margin-bottom: 20px;
  margin-left: -41px;
  padding-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  overflow: visible;
}

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

.link-4 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom-style: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: -134px;
  margin-left: 14px;
  margin-right: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0s, 0s;
  display: flex;
  box-shadow: inset 0 -120px 20px 20px #6f0606bd;
}

.collection-item-5 {
  margin-bottom: 0;
}

.tab-pane-app, .tab-pane-e-commerce, .tab-pane-lms, .tab-pane-transacciones-en-l-nea {
  margin-top: 20px;
}

.section-21 {
  height: auto;
  padding-top: 0;
}

.heading-22 {
  color: #000;
  padding-left: 120px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.tab-link-p-ginas-web {
  color: #931a1f;
  background-color: #ffffffeb;
  border-bottom-width: 0;
  border-radius: 10px;
  margin-right: 10px;
}

.tab-link-p-ginas-web.w--current {
  color: #fff;
  text-transform: capitalize;
  background-color: #931a1feb;
  border-bottom-width: 0;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 700;
  box-shadow: 1px 1px 7px #00000085;
}

.tab-link-app {
  color: #931a1f;
  background-color: #fff;
  border-bottom-width: 0;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 7px #00000085;
}

.tab-link-app:active, .tab-link-app.w--current {
  color: #fff;
  background-color: #931a1feb;
}

.tab-link-e-commerce {
  color: #931a1f;
  background-color: #fff;
  border-bottom-width: 0;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 7px #00000085;
}

.tab-link-e-commerce.w--current {
  color: #fff;
  background-color: #931a1feb;
}

.tab-link-lms {
  color: #931a1f;
  background-color: #fff;
  border-bottom-width: 0;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 7px #00000085;
}

.tab-link-lms.w--current {
  color: #fff;
  background-color: #931a1feb;
}

.tab-link-transacciones-en-l-nea {
  color: #931a1f;
  background-color: #fff;
  border-bottom-width: 0;
  border-radius: 10px;
  box-shadow: 1px 1px 7px #00000085;
}

.tab-link-transacciones-en-l-nea.w--current {
  color: #fff;
  background-color: #931a1feb;
}

.text-block-25 {
  color: #000;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.section-22 {
  background-color: #c9dade;
  padding-top: 0;
  padding-bottom: 146px;
}

.section-23 {
  background-color: #dae6ea;
  background-image: url('../images/fondo-servicios.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 75px;
  padding-top: 15px;
  padding-bottom: 77px;
}

.body-4 {
  background-color: #c9dade;
}

.text-block-26 {
  color: var(--shadow);
  text-align: left;
  text-transform: uppercase;
}

.text-block-27 {
  color: #931a1feb;
  text-transform: uppercase;
}

.text-block-28, .text-block-29 {
  text-transform: uppercase;
}

.text-block-30 {
  color: #ffffffeb;
  background-color: #931a1f00;
}

.text-block-30:hover, .text-block-30:active {
  color: #931a1feb;
}

.submit-button {
  background-color: #931a1f;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 30px;
  font-weight: 600;
}

.text-field-3 {
  color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-field-4 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.text-field-5, .text-field-6 {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.select-field {
  background-color: #fff;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-field-7 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.grid-22 {
  grid-column-gap: 11px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 3.25fr;
  margin-top: 20px;
}

.image-29 {
  max-width: 75%;
}

.link-5 {
  border-bottom-width: 0;
  padding-top: 0;
  font-weight: 300;
}

.link-6 {
  border-bottom-width: 0;
}

.link-7, .link-8 {
  border-bottom-width: 0;
  font-weight: 300;
}

.link-9, .link-10 {
  border-bottom-width: 0;
}

.text-block-22-copy {
  color: #000;
  padding-top: 15px;
  padding-right: 20px;
  font-weight: 300;
}

.section-24 {
  background-image: url('../images/fondo-testimonios.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 40px;
  overflow: visible;
}

.image-30 {
  height: auto;
}

.collection-list-wrapper-7 {
  margin-top: -50px;
  margin-left: -40px;
  margin-right: -40px;
}

.previous-2, .next-2 {
  color: #931a1f;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-27-copy {
  max-width: 100%;
  padding-top: 35px;
}

.heading-desarrollo {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -117px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-desarrollo {
  color: #000;
  text-align: center;
  margin-top: -201px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.grid-desarrollo {
  background-color: #fff;
  border-radius: 20px;
  grid-template-columns: 1fr;
  width: auto;
  height: 530px;
  margin-top: 0;
  margin-left: 11px;
  margin-right: -4px;
  transform: rotate(-4deg);
  box-shadow: 0 0 9px #000;
}

.text-block-21-copy, .texto-app {
  color: #000;
  text-align: center;
  margin-top: -201px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-app, .heading-web {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -117px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.texto-web {
  color: #000;
  text-align: center;
  margin-top: -201px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-dise-o {
  color: #931a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -50px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.texto-dise-o {
  color: #000;
  text-align: center;
  margin-top: -94px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.next-3, .previous-3 {
  color: #931a1f;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 1px 1px 3px #000;
}

.section-25 {
  background-color: #fff;
}

.grid-movil {
  background-color: #414143;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px;
  display: none;
}

.button-6 {
  background-color: #931a1f;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-31 {
  object-fit: cover;
  max-width: 35%;
  padding-top: 10px;
}

.image-32 {
  object-fit: cover;
  width: 500px;
  max-width: 62%;
  height: 500px;
  margin-top: 40px;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-4 {
  width: 300px;
  height: 500px;
  margin-top: 100px;
}

.div-block-4:hover {
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}

.image-33 {
  object-fit: cover;
  width: 400px;
  max-width: none;
  height: 500px;
}

.div-block-5 {
  background-image: url('../images/dallas.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.image-34 {
  perspective: 882px;
  text-align: center;
  object-fit: cover;
  object-position: 50% -16%;
  border: 0 solid #000;
  width: 100%;
  height: 1500px;
  transition: transform 10s linear;
  display: inline-block;
  overflow: visible;
  transform: translate(0);
}

.image-34:hover {
  transform: translate(0, -340px)translate(0, -899px);
}

.div-block-6 {
  border: 20px solid #000;
  height: 300px;
  overflow: hidden;
}

.cell-mask {
  object-fit: fill;
  object-position: 50% 0%;
  border: 15px solid #414143;
  border-radius: 20px;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.proyecto-img {
  float: none;
  clear: none;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 600px;
  padding-left: 0;
  transition: transform .8s linear;
  position: relative;
  inset: 0%;
}

.proyecto-img:hover {
  object-fit: cover;
  height: 600px;
  transform: translate(0, -232px);
}

.text-block-31 {
  color: #fff;
}

.image-35 {
  object-fit: cover;
  border: 15px solid #414143;
  border-radius: 20px;
  height: 273px;
}

.collection-list-2 {
  margin-top: 61px;
  padding-top: 0;
  padding-bottom: 36px;
}

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

.collection-list-3 {
  margin-top: 0;
}

.image-proyecto-copy {
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #fff;
  border: 0 solid #414143;
  border-radius: 5px;
  width: 100%;
  height: 1500px;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-proyecto-copy:hover {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  object-fit: contain;
  background-color: #0a0202;
  display: inline-block;
  overflow: visible;
}

.collection-list-4 {
  margin-top: 0;
  padding-top: 40px;
}

.proyecto-img-2 {
  float: none;
  clear: none;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 972px;
  position: relative;
  inset: 0%;
}

.proyecto-img-2:hover {
  object-fit: contain;
  height: 1000px;
}

.collection-list-5 {
  margin-bottom: 0;
}

.collection-item-6 {
  padding-top: 40px;
}

.button-7 {
  background-color: #931a1f;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.column-39 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.slider-3 {
  background-color: #dae6ea;
  height: 485px;
  margin: 50px 60px 220px;
}

.proyectos-imagen {
  transition: transform 5s linear;
  transform: translate(0);
}

.proyectos-imagen:hover {
  transform: translate(0, -333px);
}

.text-block-32, .text-block-33 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.collection-list-6 {
  height: auto;
  display: block;
}

.slider-4 {
  height: 380px;
  display: none;
}

.collection-item-7 {
  margin-bottom: 40px;
}

.link-11 {
  color: #c22d3a;
  border-bottom-width: 0;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-16.w--current, .link-17 {
  border-bottom-width: 0;
}

.right-arrow, .left-arrow {
  display: block;
}

.slide-nav {
  color: var(--accent-2);
  background-color: #0000;
  display: block;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-5 {
  background-color: #dae6ea;
  height: 263px;
  padding-top: 20px;
}

.slide-7 {
  background-image: linear-gradient(360deg, #c9dade 63%, #000 63%, #c9dade 63%, #dae6ea 63%, #dae6ea);
}

.slide-8 {
  background-image: linear-gradient(360deg, #c9dade 63%, #dae6ea);
}

.logos-grid {
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-left: 10px;
  margin-right: 0;
}

.image-37 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 280px;
  max-width: 95%;
  height: 165px;
  margin-left: 0;
  padding: 20px 40px 20px 30px;
}

.logos-grid-movil {
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-logo-movil {
  display: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  border-bottom-width: 0;
}

.slide-wrap {
  white-space: nowrap;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: 0%;
}

.logo-img {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 290px;
  height: 165px;
  margin-right: 40px;
  padding: 20px 40px;
}

.logo-img:hover {
  transform: rotate(-10deg);
}

.html-embed {
  display: block;
}

.link-logo {
  border-bottom-width: 0;
}

.text-block-36 {
  color: #fff;
  padding-top: 10px;
  padding-left: 60px;
  font-family: Poppins, sans-serif;
}

.link-18 {
  color: #fff;
  border-bottom-width: 0;
}

.text-block-37 {
  color: #fff;
  padding-top: 10px;
  padding-left: 60px;
}

.link-19 {
  color: #fff;
  border-bottom-width: 0;
  font-family: Poppins, sans-serif;
}

.text-block-38 {
  color: #931a1f;
  margin-top: -56px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.link-20 {
  color: #931a1f;
  border-bottom-width: 0;
  font-weight: 500;
}

.text-block-39 {
  color: #931a1f;
  padding-bottom: 40px;
  padding-left: 120px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.link-21 {
  color: #931a1f;
  border-bottom-width: 0;
}

.body-5 {
  background-color: #fff;
}

.section-26 {
  height: 100vh;
}

.section-27 {
  height: 100px;
}

.collection-list-wrapper-9 {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.collection-link {
  background-color: #9c9c9c1c;
  border-bottom: 2px solid #000;
  height: 510px;
  margin-bottom: 20px;
}

.collection-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 180px;
}

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

.titulo-blog {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 115%;
}

.excerpt {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.body-6 {
  background-color: #fff;
}

.section-28 {
  height: 100px;
}

.section-29 {
  flex-direction: column;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-24 {
  text-align: center;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.div-block-9 {
  width: 85%;
  height: 100vh;
  margin-top: 35px;
  display: flex;
}

.div-block-10 {
  width: 70%;
}

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

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.rich-text-block-2 {
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.bloque-link {
  border-bottom: 2px solid #000;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}

.image-featured {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 180px;
}

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

.title-page {
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.heading-26 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-block-41 {
  color: #fff;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-size: 69px;
  font-weight: 600;
}

.nav-copy {
  background-color: #fff0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: block;
}

.image-39 {
  cursor: pointer;
  object-fit: cover;
  width: 130px;
  max-width: none;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 0;
}

.link-block-10 {
  cursor: pointer;
  object-fit: cover;
  background-image: url('../images/viaweb-twhite-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 1px 1px 0;
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
  width: 155px;
  height: 81px;
  margin-top: 40px;
  margin-left: 60px;
  padding: 20px 0 40px;
}

.text-block-42 {
  width: 0;
  max-width: 0;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
}

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

.enlace {
  cursor: pointer;
  object-fit: cover;
  background-image: url('../images/viaweb-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 1px 1px 0;
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
  width: 165px;
  height: 90px;
  margin-top: 40px;
  margin-left: 110px;
  padding: 20px 0 40px;
}

.checkbox {
  margin-top: 10px;
}

.checkbox-label {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.link-22 {
  border-bottom-width: 0;
  font-weight: 500;
}

.link-23 {
  color: #fff;
  border-bottom-width: 0;
}

.link-block-11 {
  text-align: left;
  border-bottom-width: 0;
}

.link-block-12, .link-block-13, .link-block-14, .link-24 {
  border-bottom-width: 0;
}

.column-40 {
  padding-left: 30px;
}

.link-block-10-copy {
  cursor: pointer;
  object-fit: cover;
  background-image: url('../images/logo-viaweb-stroke-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 1px 1px 0;
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
  width: 155px;
  height: 81px;
  margin-top: 40px;
  margin-left: 60px;
  padding: 20px 0 40px;
}

.link-25 {
  color: #fff;
  border-bottom-width: 0;
  font-weight: 500;
}

.icon-3 {
  object-fit: cover;
  background-color: #c22d3a00;
  width: 43px;
  height: 45px;
  margin: 180px 0 200px;
  padding-top: 0;
}

.icon-4 {
  background-color: #c22d3a00;
  width: 43px;
  height: 45px;
  margin: 180px 0 200px 40px;
}

.bold-text {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  font-weight: 700;
}

.section-31 {
  margin: 570px 40px 40px;
}

.container-4 {
  background-color: #931a1f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 100px;
  height: 50px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.container-5 {
  background-color: var(--background);
  border-radius: 10px;
  width: 40vw;
  max-width: 450px;
  height: 60vh;
  margin-right: 40px;
  padding: 5px;
  position: fixed;
  inset: 25% 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.text-field-8 {
  border: 1px #000;
  border-radius: 5px 0 0 5px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-2 {
  background-color: #931a1f;
  border-radius: 0 5px 5px 0;
  line-height: 100%;
}

.form-2 {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 1%;
}

.container-6 {
  background-color: #931a1f;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: 40px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 5px;
  display: flex;
}

.container-6.bot {
  background-color: #b72228;
  min-height: 40px;
  margin-left: 0;
  margin-right: auto;
}

.paragraph-2 {
  color: var(--light);
  word-break: break-all;
  flex-flow: wrap;
  margin-bottom: 0;
  display: flex;
}

.container-7 {
  background-color: #b93d42;
}

.section-32 {
  position: fixed;
  inset: 0%;
}

.container-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-33 {
  background-color: #931a1f;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.heading-27 {
  color: #931a1f;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

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

.button-8 {
  margin-top: 40px;
}

.button-8.w--current {
  background-color: #931a1f;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 21px;
  }

  .transformed-hero {
    overflow: visible;
  }

  .flex-hero {
    width: 100%;
    min-height: 60vh;
    padding: 130px 10% 90px;
    position: relative;
  }

  .block-hero {
    width: 100%;
    max-width: 550px;
    margin: 0;
  }

  .heading-hero {
    font-size: 4.5vw;
  }

  .grid-hero {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    min-height: auto;
    margin-top: -130px;
  }

  .grid-hero---row-1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: -7vh;
  }

  .grid-hero---row-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 6vh;
  }

  .grid-hero---row-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .grid-hero---row-4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 6vh;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .welcome {
    margin-top: 12vw;
    margin-bottom: 6vw;
  }

  .collection-list {
    grid-row-gap: 12vw;
  }

  .grid-services {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
  }

  .section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-banner {
    padding-top: 6vw;
  }

  .block-banner-text {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

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

  .block-single-page {
    margin-top: 75px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .collection-list-page {
    grid-row-gap: 6vw;
  }

  .link-block-image-project-page {
    margin-bottom: 30px;
  }

  .collection-item-page:nth-child(2n) {
    margin-top: 6vw;
  }

  .main-project-image {
    margin-bottom: 3vw;
  }

  .project-description {
    padding-left: 25px;
    padding-right: 70px;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-right {
    padding-left: 8%;
  }

  .block-left {
    padding-right: 8%;
  }

  .grid-clients {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .grid-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 75px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

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

  .block-contact {
    padding-left: 20%;
  }

  .contact-information {
    padding-left: 25px;
  }

  .space {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section-banner-copy {
    padding-top: 6vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  .flex-hero {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .heading-hero {
    font-size: 6vw;
  }

  .paragraph-large {
    font-size: 18px;
  }

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

  .navbar {
    margin-top: 20px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .section-hero {
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .grid-hero {
    margin-top: -110px;
  }

  .grid-hero---row-1 {
    margin-top: -5vh;
  }

  .section {
    padding: 8vw 6%;
  }

  .welcome {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }

  .collection-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-item:nth-child(2n) {
    flex-direction: column;
  }

  .link-block-image-project {
    width: 100%;
  }

  .block-text-project {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-project {
    margin-top: 12px;
  }

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

  .section-footer {
    flex-direction: column;
    padding: 30px 6%;
  }

  .footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-banner {
    padding-top: 8vw;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .block-banner-text {
    text-align: center;
    padding: 10vw 10% 0;
  }

  .grid-banner-image {
    place-items: start stretch;
    height: 620px;
    position: relative;
    transform: translate(0%)rotateX(34deg)rotateY(-9deg)rotateZ(17deg);
  }

  .block-single-page {
    padding-top: 6vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .collection-list-page {
    grid-row-gap: 14vw;
    grid-template-columns: 1fr;
  }

  .collection-item-page:nth-child(2n) {
    margin-top: 0;
  }

  .main-project-image {
    margin-bottom: 4vw;
  }

  .rich-text-block {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .block-right, .block-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-clients {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding: 6vw 3%;
  }

  .block-contact {
    padding-left: 0%;
  }

  .contact-information {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .utility-page-wrap {
    padding-left: 6%;
    padding-right: 6%;
  }

  .grid-image-licensing, .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner-copy {
    padding-top: 8vw;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .container-5 {
    width: 80vw;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5, h6 {
    font-size: 17px;
  }

  .flex-hero {
    background-color: #fff;
    order: -1;
    display: block;
  }

  .heading-hero {
    padding-top: 30px;
    padding-right: 0;
    font-size: 8vw;
  }

  .paragraph-large {
    padding-right: 0;
  }

  .text-link {
    display: none;
  }

  .nav-link {
    font-family: Poppins, sans-serif;
  }

  .nav {
    background-color: #fff0;
  }

  .nav-menu {
    background-color: #fff;
  }

  .logo {
    display: none;
  }

  .icon-menu-bg {
    background-color: #931a1fb5;
  }

  .image-hero {
    height: 155px;
  }

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

  .footer {
    flex-direction: column;
  }

  .link-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-banner-text {
    border-radius: 0;
    padding-bottom: 18vw;
  }

  .heading-banner {
    text-align: left;
    padding-left: 15px;
  }

  .grid-banner-image {
    height: 540px;
    transform: translate(31%, -253px)rotate(0);
  }

  .project-description {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
  }

  .block-right, .block-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-clients {
    grid-column-gap: 18vw;
    grid-row-gap: 10vw;
  }

  .client-logo {
    max-height: 30px;
  }

  .font {
    flex-direction: column;
    align-items: center;
  }

  .fahkwang, .dm-sans {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .grid-buttons {
    grid-auto-flow: row;
    justify-items: center;
  }

  .image-2 {
    text-align: center;
    max-width: 65%;
    margin-left: -57px;
  }

  .text-block {
    text-align: left;
    padding-left: 15px;
  }

  .section-2 {
    margin-right: 0%;
  }

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

  .text-block-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 25px;
  }

  .text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .text-block-4 {
    font-size: 50px;
  }

  .column-5 {
    padding-top: 34px;
    padding-bottom: 68px;
    padding-left: 10px;
  }

  .text-block-5-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .image-3 {
    text-align: center;
    width: 70px;
    max-width: 100%;
    padding-right: 0;
  }

  .column-6 {
    transform: rotate(0);
  }

  .column-7 {
    left: -6px;
    transform: rotate(0);
  }

  .column-8, .column-9, .column-10 {
    left: 0;
    transform: rotate(0);
  }

  .container {
    margin-top: 215px;
  }

  .secci-n-nuestro-trabajo {
    margin-top: -100px;
    margin-right: 0;
  }

  .t-tulo-testimonios {
    font-size: 22px;
  }

  .t-tulo-descripci-n {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .testimonios {
    margin-bottom: -90px;
    margin-right: 0;
  }

  .images-name {
    margin-right: 0;
  }

  .text-name {
    padding-top: 30px;
  }

  .section-4 {
    height: 830px;
    margin-top: 80px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .text-block-8 {
    margin-top: -25px;
    margin-left: -150px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 17px;
  }

  .slider-2 {
    height: 628px;
    margin-bottom: 0;
    margin-left: 13px;
    margin-right: 13px;
    padding-bottom: 0;
    padding-right: 0;
    bottom: auto;
  }

  .grid-9 {
    grid-row-gap: 4px;
    grid-template-columns: .5fr .75fr;
    margin-top: 480px;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-6 {
    padding-left: 10px;
  }

  .cliente-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .t-tulo-clientes-copy {
    font-size: 22px;
  }

  .t-tulo-descripci-n-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .section-5 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-to-action, .section-7 {
    margin-right: 0%;
  }

  .columns-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-15 {
    margin-left: -32px;
  }

  .column-13 {
    padding-top: 33px;
    padding-left: 0;
  }

  .columns-4 {
    padding-left: 42px;
  }

  .texto-politica-copy {
    padding-top: 10px;
    padding-left: 0;
  }

  .grid-banner-copy {
    background-color: #414143;
    border-radius: 0;
  }

  .heading-8 {
    text-align: center;
    margin-left: -43px;
  }

  .button-3 {
    margin-left: 15px;
  }

  .column-16 {
    padding-left: 10px;
  }

  .section-8 {
    margin-right: 0%;
  }

  .columna1-movil {
    padding-bottom: 0;
  }

  .columna1 {
    grid-template-columns: 2.25fr;
    padding: 34px 0 230px;
    left: auto;
    transform: rotate(0);
  }

  .columna2 {
    margin-top: 79px;
    padding-bottom: 230px;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: auto;
    transform: rotate(0);
  }

  .image-app {
    text-align: center;
    width: 70px;
    max-width: 100%;
    margin-left: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-app {
    margin-left: -16px;
    font-size: 18px;
  }

  .columna2-mobile {
    padding-bottom: 0;
  }

  .columna3 {
    grid-template-columns: 2.25fr;
    margin-top: -216px;
    padding: 34px 0 230px;
    left: -2px;
    transform: rotate(0);
    box-shadow: 0 0 8px -1px #000;
  }

  .columna6 {
    margin-top: -198px;
    padding-bottom: 67px;
    padding-left: 0;
    padding-right: 0;
    left: -1px;
    transform: rotate(0);
    box-shadow: 1px 1px 8px #000;
  }

  .text-web {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .text-dise-o {
    margin-left: -16px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .columna3-mobile {
    padding-bottom: 0;
  }

  .columna5 {
    grid-template-columns: 2.25fr;
    margin-top: -212px;
    padding: 34px 0 68px;
    left: -8px;
    transform: rotate(0);
    box-shadow: 0 0 8px -1px #000;
  }

  .columna4 {
    margin-top: -199px;
    padding-bottom: 230px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    transform: rotate(0);
    box-shadow: 1px 1px 8px #000;
  }

  .text-digital {
    margin-left: -17px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .icon-bullet {
    margin-left: 0;
  }

  .slide-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mask {
    padding-bottom: 0;
  }

  .section-9 {
    margin-right: 0%;
  }

  .block-servicio {
    width: 224px;
    margin-top: -120px;
    margin-left: 11px;
    margin-right: 8px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 13px #000000b3;
  }

  .text-block-16 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .image-17 {
    width: 100px;
    margin-left: 36px;
    padding-left: 0;
  }

  .block-servicio1 {
    width: 224px;
    margin-top: -112px;
    margin-left: -1px;
    margin-right: 1px;
    padding-bottom: 480px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 13px #000000b3;
  }

  .servicios-movil {
    background-color: #414143;
  }

  .column-19 {
    margin-top: -109px;
    display: flex;
  }

  .column-20 {
    margin-top: -107px;
    display: flex;
  }

  .block-servicio2 {
    width: 224px;
    margin-top: -312px;
    margin-left: -21px;
    margin-right: 3px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 13px #000000b3;
  }

  .block-servicio-2 {
    width: 224px;
    margin-top: -327px;
    margin-left: 4px;
    margin-right: 27px;
    padding-bottom: 268px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 13px #000000b3;
  }

  .block-servicio-3 {
    width: 224px;
    margin-top: -133px;
    margin-left: 3px;
    margin-right: 13px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 13px #000000b3;
  }

  .block-servicio3 {
    width: 224px;
    margin-top: -119px;
    margin-left: -5px;
    margin-right: 5px;
    padding-bottom: 122px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 13px #000000b3;
  }

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

  .grid3 {
    grid-row-gap: 4px;
    grid-template-columns: .5fr .75fr;
    margin-top: 206px;
    padding-left: 20px;
    padding-right: 0;
  }

  .text3 {
    margin-top: -25px;
    margin-left: -150px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 17px;
  }

  .grid2 {
    grid-row-gap: 4px;
    grid-template-columns: .5fr .75fr;
    margin-top: 290px;
    padding-left: 20px;
    padding-right: 0;
  }

  .text2 {
    margin-right: 0;
  }

  .heading-9 {
    padding-top: 20px;
  }

  .section-10 {
    object-fit: contain;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    height: 325px;
  }

  .texto-historia, .texto-hacemos {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-26 {
    margin-bottom: 20px;
    right: auto;
  }

  .column-27 {
    left: auto;
  }

  .column-28 {
    margin-bottom: 20px;
    right: auto;
  }

  .column-29 {
    margin-bottom: 20px;
  }

  .grid-17 {
    padding-right: 0;
  }

  .grid-18 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .image-26 {
    max-width: 73%;
    margin-bottom: 20px;
    margin-left: 50px;
  }

  .texto-historia-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-26-copy {
    max-width: 73%;
    margin-bottom: 20px;
    margin-left: 50px;
  }

  .heading-9-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .heading-9-copy-copy {
    padding-top: 0;
  }

  .section-16 {
    background-position: 50%;
  }

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

  .grid-19 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 485px;
    margin-bottom: 20px;
    margin-left: 10px;
    transform: none;
  }

  .heading-13 {
    margin-top: -53px;
  }

  .fila-2 {
    height: 459px;
    margin-top: 17px;
    margin-left: 10px;
    transform: none;
  }

  .text-block-21 {
    margin-top: -49px;
  }

  .fila-2-dise-o {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 0;
    margin-left: 10px;
    transform: none;
  }

  .fila-2-seo {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 18px;
    margin-left: 10px;
    transform: none;
  }

  .heading-13-copy-copy {
    margin-top: -62px;
  }

  .text-mark {
    margin-top: -92px;
  }

  .column-30 {
    background-position: 50%;
    margin-bottom: 0;
  }

  .column-31 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-14 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-5 {
    margin-bottom: 46px;
  }

  .heading-18 {
    text-align: left;
    font-size: 45px;
    font-weight: 600;
  }

  .columns-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-proyecto {
    width: 340px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 0;
  }

  .image-proyecto:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 340px;
    margin-left: 10px;
    transform: none;
  }

  .tabs-content {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-menu {
    margin-top: -320px;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

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

  .link-4 {
    width: 276px;
    margin-top: -134px;
    margin-bottom: 40px;
    margin-left: 14px;
  }

  .heading-22 {
    padding-left: 40px;
    font-size: 45px;
  }

  .tab-link-p-ginas-web {
    color: #931a1f;
    width: 280px;
    margin-bottom: 10px;
    margin-left: 72px;
  }

  .tab-link-p-ginas-web.w--current {
    background-color: #931a1feb;
    width: 280px;
  }

  .tab-link-app {
    width: 280px;
    margin-bottom: 10px;
    margin-left: 72px;
  }

  .tab-link-app.w--current {
    color: #fff;
    background-color: #931a1feb;
    width: 280px;
    margin-bottom: 10px;
    margin-left: 72px;
  }

  .tab-link-e-commerce {
    color: #931a1feb;
    background-color: #ffffffeb;
    width: 280px;
    margin-bottom: 10px;
    margin-left: 72px;
  }

  .tab-link-e-commerce.w--current {
    color: #fff;
    background-color: #931a1feb;
  }

  .tab-link-lms {
    width: 280px;
    margin-bottom: 10px;
    margin-left: 72px;
  }

  .tab-link-lms.w--current {
    color: #fff;
    background-color: #931a1f;
  }

  .tab-link-transacciones-en-l-nea {
    width: 280px;
    margin-left: 72px;
  }

  .tab-link-transacciones-en-l-nea.w--current {
    background-color: #931a1feb;
  }

  .text-block-25 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-23 {
    margin-top: 170px;
    padding-bottom: 77px;
  }

  .text-block-30 {
    color: #931a1f;
    text-transform: uppercase;
  }

  .text-block-30:hover {
    color: #931a1f;
  }

  .image-29 {
    max-width: 114%;
  }

  .section-24 {
    margin-bottom: 178px;
  }

  .collection-list-wrapper-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-32, .column-33, .column-34, .column-35, .column-36, .column-37 {
    padding-left: 0;
  }

  .image-27-copy {
    padding-bottom: 40px;
  }

  .heading-desarrollo {
    margin-top: -65px;
  }

  .text-desarrollo {
    margin-top: -102px;
  }

  .grid-desarrollo {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 415px;
    margin-bottom: 20px;
    margin-left: 10px;
    transform: none;
  }

  .text-block-21-copy {
    margin-top: -49px;
  }

  .texto-app {
    margin-top: -71px;
  }

  .heading-app, .heading-web {
    margin-top: -61px;
  }

  .texto-web {
    margin-top: -102px;
  }

  .heading-dise-o {
    margin-top: -56px;
  }

  .column-38 {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .next-3 {
    color: #931a1f;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 600;
    box-shadow: 1px 1px 3px #000;
  }

  .previous-3 {
    color: #931a1f;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 1px 1px 3px #000;
  }

  .grid-movil {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-31 {
    max-width: 70%;
    display: block;
  }

  .image-35 {
    width: 100%;
    height: 300px;
  }

  .image-proyecto-copy {
    width: 340px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 0;
  }

  .image-proyecto-copy:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 340px;
    margin-left: 10px;
    transform: none;
  }

  .collection-item-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-3 {
    display: none;
  }

  .collection-list-6 {
    height: 0;
  }

  .slider-4 {
    background-color: #dae6ea;
    height: 528px;
    margin: 60px 10px 100px;
    padding-bottom: 100px;
    display: block;
  }

  .text-block-34 {
    color: #000;
    text-align: center;
    padding-top: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .collection-item-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-5 {
    display: none;
  }

  .slide-7 {
    margin-top: 0;
    padding-top: 20px;
  }

  .slider-logo-movil {
    height: 221px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }

  .text-block-35 {
    color: #931a1f;
    background-color: #fff;
  }

  .collection-item-8, .collection-item-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-36 {
    margin-bottom: -20px;
    padding-left: 40px;
  }

  .text-block-39 {
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .text-block-41 {
    padding-right: 60px;
    font-size: 50px;
  }

  .nav-copy {
    background-color: #fff0;
  }

  .link-block-10 {
    width: 147px;
    height: 70px;
    margin-left: 40px;
  }

  .enlace {
    margin-left: 20px;
  }

  .column-40 {
    padding-left: 10px;
  }

  .container-4 {
    margin-right: 30px;
  }

  .container-5 {
    width: 90vw;
    margin-right: auto;
  }
}

#w-node-_16d05ced-9e66-c87d-f4b6-eb8aa0c993e6-81df88e4, #w-node-b9030e5c-ceb4-df80-bd72-6df8b3f1eb1e-81df88e4, #w-node-_8bcc4795-4e66-efa9-7867-a0ddf951a93b-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6ff6d31-b93b-6742-f31f-c20314f50e25-81df88e4 {
  grid-area: Area-2;
}

#w-node-cfde35ae-9207-f37d-db2a-eb4e633fe3d0-81df88e4 {
  grid-area: Area;
}

#w-node-d76ceeb8-cb2e-046a-189f-6facb741daf9-81df88e4 {
  grid-area: Area;
  place-self: center end;
}

#w-node-_832cce09-d38b-717b-c285-c504ef5f8c4e-81df88e4 {
  grid-area: Area;
  place-self: auto center;
}

#w-node-_18f3bf13-34f8-7132-9693-5ebd8cbf9d3b-81df88e4 {
  grid-area: Area;
  place-self: center end;
}

#w-node-e6f11101-4716-68b2-64d4-b4f8e837d831-81df88e4 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_35701bfa-57d3-6ff6-275c-4a85daeb2269-81df88e4, #w-node-_01d77a2f-d6af-2bd8-748e-23dbab8b07da-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5773d9b4-e134-4310-4970-c8b23865ffe0-81df88e4 {
  grid-area: Area;
}

#w-node-f1ca5bb8-9c59-db34-796e-3a5bf78c3757-81df88e4, #w-node-_1453eff6-d6c5-fce3-8cda-81885e08e0ce-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a798828d-795b-36fe-ce9b-f62f86cc27b3-81df88e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_89d2b06e-115c-6708-de49-b94a0dee7fa1-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_35639ec3-5bbc-7dd7-70bf-dd0243223649-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d5ef4fdd-6ca0-3fe9-2b15-8b594600cd31-81df88e4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5ef4fdd-6ca0-3fe9-2b15-8b594600cd32-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5ef4fdd-6ca0-3fe9-2b15-8b594600cd34-81df88e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d23f-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d241-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d243-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d247-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d248-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d24a-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d24b-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d24d-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d24e-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d253-4007d234, #w-node-_9ebec757-d24c-d89e-5f3d-2f7b4007d254-4007d234, #w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58e8-320a58e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58ea-320a58e8 {
  grid-area: Area-2;
}

#w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58ec-320a58e8, #w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58ee-320a58e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58ef-320a58e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58f2-320a58e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0cc2c65-6ec0-3a0f-8422-fae1320a58f3-320a58e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbe95-1c5bbe95 {
  grid-area: Area-4;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbe97-1c5bbe95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbe98-1c5bbe95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbe9b-1c5bbe95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbe9c-1c5bbe95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbe9f-1c5bbe95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_19d56e1e-e292-7d34-3cec-b0d11c5bbea0-1c5bbe95, #w-node-a7220df8-5f98-da29-adf9-546e64e7d443-4c2d3b87, #w-node-e70f6591-631d-3178-046b-9cabc6fefc8e-4c2d3b87, #w-node-dcc32dea-2a79-3a0b-25d7-fa55af1e4993-4c2d3b87, #w-node-d7dd63d8-c3fd-ee21-9021-e8fcee91b8af-4c2d3b87, #w-node-_3a7f9056-259d-edee-97f3-e5b7b47be522-4c2d3b87, #w-node-_1ba57f1b-5878-dc00-5fd5-084ae67eef05-4c2d3b87, #w-node-_8ea0acc0-9659-0e5c-8acd-c046cf0a7e33-4c2d3b87, #w-node-_032de88b-cb15-9b50-86cd-8abc80daffe4-4c2d3b87, #w-node-cb4a4903-520c-5432-6475-aa098f312a42-4c2d3b87, #w-node-_4d227f30-85f4-e7e9-fdde-73b9824d1039-4c2d3b87, #w-node-d25f041f-78d7-8faa-1e2c-3530db0a50bf-4c2d3b87, #w-node-dee517ee-71dc-c5d8-25c2-bc649101fad8-4c2d3b87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3c7394a-32fb-312d-5213-b6b385d80e34-e3df88ee {
  place-self: center;
}

#w-node-_90911a1a-f91a-b970-b087-10eb3ad6cf08-e3df88ee, #w-node-_0059f90c-e203-252a-5b9b-999bc338b5d3-e3df88ee {
  justify-self: center;
}

#w-node-_5fc37e90-4838-b7b8-216d-841313c73a8d-e3df88ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6315d25-ad42-aebe-1e2c-605c7bd53874-e3df88ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7ca432e-9217-956d-b48f-0e2d5e793902-e3df88ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9ce2cdbe-912e-a4b9-ec13-1f29eaa019d7-e3df88ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9ce2cdbe-912e-a4b9-ec13-1f29eaa019d8-e3df88ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9ce2cdbe-912e-a4b9-ec13-1f29eaa019d9-e3df88ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b8d89fb6-9229-6e5c-6e0f-4863722e50d0-6bdf88f0, #w-node-db77f40b-6ef2-ab90-62e5-a364d650a8ff-6bdf88f0, #w-node-_8e226cad-9ca7-a88e-f910-a56c12cd2e72-6bdf88f0, #w-node-_5d722148-b21d-9cf7-fdde-e5ecd15cffd8-6bdf88f0, #w-node-_5d8729ec-08ff-71ac-cf11-4a1379739fa2-6bdf88f0, #w-node-ae11749a-1109-d7c7-83cf-f81768b85a92-6bdf88f0, #w-node-c841ce2b-5cce-ddb9-de53-2e437b5bd6ce-6bdf88f0, #w-node-_3c1679bf-cdc5-5e94-76ba-f310e3abfce2-6bdf88f0, #w-node-e0125438-3153-7efc-b030-308c2f0a8ac4-6bdf88f0, #w-node-_954965d4-7a98-abce-6846-fb0ee5afc24d-6bdf88f0, #w-node-b5406cab-b88a-6922-b510-418b8d9f1ead-6bdf88f0, #w-node-_3d594344-65e0-b905-a704-b09bab8ba5a2-6bdf88f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b82ad66-7848-7143-6e98-e94a739165bc-c8df88ff, #w-node-_2b82ad66-7848-7143-6e98-e94a739165bd-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1564d91c-89e2-8650-350d-50da38559294-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b82ad66-7848-7143-6e98-e94a739165c1-c8df88ff, #w-node-_2b82ad66-7848-7143-6e98-e94a739165c2-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d05615b-2f21-636a-2e5b-279d583e9979-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b82ad66-7848-7143-6e98-e94a739165c6-c8df88ff, #w-node-_2b82ad66-7848-7143-6e98-e94a739165c7-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_321547ae-e306-7c04-b9ab-97bd60482c36-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d53621-b5eb-d93b-93ff-80e4ff9a407d-c8df88ff, #w-node-_74d53621-b5eb-d93b-93ff-80e4ff9a407e-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fc836108-31de-15d3-bb25-aaa8d9ac7f84-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d53621-b5eb-d93b-93ff-80e4ff9a4082-c8df88ff, #w-node-_74d53621-b5eb-d93b-93ff-80e4ff9a4083-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_58c88a56-0391-40ce-2f20-5e1dfe57a309-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d53621-b5eb-d93b-93ff-80e4ff9a4087-c8df88ff, #w-node-_74d53621-b5eb-d93b-93ff-80e4ff9a4088-c8df88ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_106f72fd-136d-ce96-8b81-baa83ef5ff8f-c8df88ff, #w-node-a2c5712a-1a8d-a77c-2d4d-e44fd6f69916-3b6758e6, #w-node-a2c5712a-1a8d-a77c-2d4d-e44fd6f69918-3b6758e6, #w-node-a2c5712a-1a8d-a77c-2d4d-e44fd6f6991a-3b6758e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


