:root {
  --gris: #d5d6db;
  --blanco: white;
  --verde: #00a08f;
  --azul: #31344b;
  --violeta: #af0794;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 8rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3rem;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.div-marquee-chico {
  background-color: #ffdcdc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div-marquee-chico.sin-margen {
  margin-bottom: 0;
}

.marquee-01-copy {
  grid-column-gap: 1rem;
  align-self: flex-start;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.mask {
  border-radius: 10px;
}

.sub-plataformas {
  color: #31344b;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.right-arrow {
  display: none;
}

.letras-azules {
  color: #31344b;
}

.text-block-66 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 16px;
}

.hero-plataformas {
  align-items: center;
  min-height: 100vh;
  margin-top: -100px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5vh;
  display: flex;
}

.div-plataformas {
  margin-top: 16px;
}

.div-slider-plataformas {
  background-color: #cdece9;
  align-items: center;
  height: 100%;
  padding: 80px;
  display: flex;
}

.slide-nav-plataformas {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: -50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-plataformas {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.container-1081 {
  max-width: 100%;
}

.boton-conoce {
  color: #00a08f;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #00a08f;
  border-radius: 25px;
  margin-top: 80px;
  padding: 16px 32px;
  font-family: Anton, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.boton-conoce:hover {
  color: #31344b;
  border-color: #31344b;
}

.titulo-verde {
  color: #00a08f;
  margin-bottom: 16px;
  text-decoration: none;
}

.titulo-verde.izq {
  text-align: left;
}

.slider-plataformas {
  background-color: #0000;
  height: auto;
}

.left-arrow {
  display: none;
}

.div-block-plataformas {
  max-width: 540px;
  margin-right: 40px;
}

.pago-credito {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.tabs-menu-3 {
  border: 1px solid #a0a0a0;
  border-radius: 25px;
  margin-bottom: 20px;
}

.div-tarjeta {
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.precio-antes {
  color: #fff;
  margin-top: 8px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

.precio-antes._04, .precio-antes._05 {
  display: none;
}

.texto-tab {
  color: #fff;
  text-transform: uppercase;
  background-color: #ddd0;
  padding: 24px;
  font-family: Anton, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.texto-tab.w--current {
  background-color: #a0a0a0;
  border-radius: 25px;
}

.p-plataformas {
  color: #fff;
  align-self: center;
  font-size: 14px;
  line-height: 20px;
}

.p-plataformas.capital {
  text-transform: uppercase;
}

.p-plataformas.center {
  text-align: center;
  align-self: center;
}

.p-plataformas.center.interlineado {
  line-height: 16px;
}

.italic-text {
  font-style: normal;
}

.antes-sin-servidor {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.antes-sin-servidor.invisible {
  color: #fff0;
}

.div-botones {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

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

.tab-pane-tab-2 {
  margin-top: 40px;
}

.caracteristicas {
  width: 100%;
  margin-bottom: 64px;
}

.boton-precio {
  letter-spacing: 1px;
  background-color: #af0794;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: none;
}

.link-alojamiento, .link-alojamiento:hover {
  color: #fff;
}

.contactanos {
  letter-spacing: 1px;
  background-color: #af0794;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.contactanos:hover {
  background-color: #31344b;
  border-color: #fff;
}

._32-32 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

._32-32.chico {
  font-size: 18px;
}

.precios {
  background-color: #31344b;
  min-height: 100vh;
  padding: 80px 5vh;
}

.descuento {
  background-color: #af0794;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 8px;
  position: absolute;
  inset: -40px 16px auto auto;
}

.espacio-automatico {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 40%;
}

.tabs-content-3 {
  width: 100%;
}

.text-block-71 {
  letter-spacing: 1px;
}

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

.caja-blanca {
  background-color: #fff;
  justify-content: center;
  margin-bottom: 24px;
  padding: 4px 8px;
  display: flex;
}

.servidor {
  width: 100%;
  margin-top: 40px;
}

.caja-verde {
  background-color: #00a08f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px 24px;
  display: flex;
}

.tab-pane-tab-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.precio {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.precio.plataformas.tachado {
  font-size: 24px;
  text-decoration: line-through;
}

.titulo-precio {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.separador {
  border-top: 1px solid #fff;
  width: 100%;
}

.separador.mt-14 {
  margin-top: 4px;
  margin-bottom: 16px;
}

.texto-icono {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.botones-con-precio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-70 {
  letter-spacing: 1px;
}

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

.info.tooltip {
  cursor: pointer;
}

.caja-precio {
  margin-top: 4px;
  margin-bottom: 4px;
  display: none;
}

.caja-precio.sin-margen {
  margin-bottom: 0;
}

.tabs-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.boton-landing {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 24px 40px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.boton-landing:hover {
  color: #00a08f;
  border-color: #00a08f;
}

._18-24 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

._18-24.regular {
  font-weight: 400;
}

._18-24.italic {
  font-style: italic;
}

._18-24.italic.center {
  font-size: 16px;
  line-height: 20px;
}

._18-24.center {
  text-align: center;
}

._18-24.center._16 {
  font-size: 16px;
  line-height: 20px;
}

.frase {
  min-height: 62px;
  margin-bottom: 40px;
  display: flex;
}

.form-4 {
  height: auto;
}

.container-1082 {
  max-width: 100%;
}

.titulo-plan {
  text-transform: uppercase;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1rem;
}

.image-57 {
  max-width: 10%;
  margin-right: 8px;
}

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

.precios-plataformas {
  color: #00a08f;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: none;
}

.text-span-9 {
  font-size: 14px;
  line-height: 14px;
}

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

.slider-alojamientos-cel {
  display: none;
}

.subtitulos {
  color: #31344b;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

.grid-alojamientos {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.boton-alojamiento {
  color: #2b2e42;
  background-color: #0000;
  border: 4px solid #2b2e42;
  border-radius: 24px;
  margin-top: 40px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: none;
}

.boton-alojamiento:hover {
  color: #00a08f;
  border-color: #00a08f;
}

.div-block-65 {
  max-width: 400px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.margin-64 {
  text-align: right;
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid-22 {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: end;
}

.div-alojamientos-tablet {
  max-width: 450px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  display: none;
}

.ajolamiento-titulo {
  text-align: right;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-icono {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 180px;
  height: 180px;
  display: grid;
}

.div-titulo-alojamientos {
  margin-bottom: 16px;
}

.container-20 {
  flex: 1;
  max-width: 100%;
}

.text-alojamientos {
  color: #31344b;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-alojamientos.centrado {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.div-block-697 {
  margin-bottom: 16px;
}

.titulos-dise-o-ux-ui {
  color: #00a08f;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.titulos-dise-o-ux-ui.centrado {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.titulos-dise-o-ux-ui.interlineado {
  font-size: 18px;
  line-height: 18px;
}

.alojamientos {
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  padding: 80px 5vh;
  display: flex;
}

.grid-alojamientos-tablet-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: end;
  display: none;
}

.div-block-673 {
  margin-top: 80px;
  overflow: hidden;
}

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

.div-integraciones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 4px solid #d5d6db;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 22px 16px;
}

.icon-integraciones {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cuadro-info {
  z-index: -999;
  text-align: center;
  background-color: #03a08f;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 270px;
  padding-bottom: 22px;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-70 {
  max-width: 946px;
  margin-top: 16px;
}

.div-block-718 {
  width: auto;
}

.slider-4 {
  display: none;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 270px;
  display: flex;
  position: relative;
  overflow: visible;
}

.cuadro-info-verde {
  z-index: -999;
  text-align: center;
  background-color: #03a08f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 22px;
  display: flex;
  position: absolute;
  top: 0;
}

.nombre-integraciones {
  color: #31344b;
  text-align: center;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.container-21 {
  max-width: 100%;
}

.texto-fondo-verde, .text-block-31 {
  z-index: 999;
  color: #fff;
  align-items: flex-start;
  padding: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.cuadro-integraciones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cbece8;
  border: 4px solid #d5d6db;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 220px;
  height: 270px;
  padding: 22px 16px;
}

.titulo-integraciones {
  color: #31344b;
  text-align: center;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-70-movil {
  max-width: 504px;
  margin-top: 16px;
  display: none;
}

.iconos-integraciones {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 20px;
}

.integraciones {
  background-color: var(--gris);
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  padding: 80px 5vh;
  display: none;
}

.grid-flujo-movil {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto;
  place-items: center end;
  display: none;
}

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

.div-block-62 {
  margin-bottom: 16px;
}

.text-block-10 {
  color: #31344b;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.ico-numero {
  filter: brightness(0%);
  max-width: 80px;
  max-height: 80px;
}

.dise-o-ux-ui {
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  padding: 80px 5vh;
  display: flex;
}

.dise-o-ux-ui.plataformas {
  min-height: 100vh;
  padding-bottom: 80px;
  display: none;
}

.grid-flujo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto;
  place-items: center end;
}

.div-block-62-movil {
  margin-bottom: 16px;
  display: none;
}

.div-ux-ui {
  max-width: 452px;
}

.div-block-63 {
  max-width: 472px;
}

.container-18 {
  flex: 1;
  max-width: 100%;
}

.sub-titulo-diseno {
  color: #31344b;
}

.image-34 {
  max-width: 120px;
}

.link-12 {
  color: #00a08f;
}

.link-12:hover {
  color: #31344b;
}

.text-block-61 {
  color: #fff;
  font-size: 18px;
}

.dropdown-pack {
  color: #fff;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 40px;
  font-size: 24px;
  line-height: 24px;
}

.dropdown-pack:hover {
  text-decoration: underline;
}

.dropdown-pack.w--open {
  background-color: #00a08f;
  padding-bottom: 16px;
}

.dropdown-pack.last {
  border-bottom: 1px solid #fff;
}

.dropdown-pack.last.w--open {
  border-bottom-style: none;
}

.dropdown-list {
  padding: 24px;
}

.dropdown-list.w--open {
  background-color: #00a08f;
  padding: 0 40px 40px;
  position: relative;
}

.dropdown-interno-pack {
  align-items: center;
  width: 100%;
  display: flex;
}

.texto-dudas {
  color: #fff;
  white-space: normal;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.texto-dudas:hover {
  text-decoration: underline;
}

.dudas {
  background-color: #31344b;
  align-items: center;
  min-height: 100vh;
  padding: 80px 5vh;
  display: flex;
}

.container-dudas {
  max-width: 100%;
}

.heading-anton {
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  position: static;
}

.heading-anton.azul {
  color: #31344b;
}

.heading-anton.azul.right {
  text-align: right;
}

.heading-anton.azul.right.left-movil {
  font-size: 3.5rem;
  line-height: 4rem;
}

.acordeon-pack {
  align-self: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-777 {
  margin-top: 42px;
}

.sub-footer-asesoria {
  color: #fff;
  text-align: left;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-asesoria {
  background-image: url('../images/rosa-02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 5vh;
  display: flex;
}

.footer-landing-02 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.div-interesa-copy {
  margin-right: 80px;
}

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

.div-der-copy {
  flex: 1;
  justify-content: flex-end;
  margin-left: 80px;
  display: flex;
}

.container-9 {
  max-width: 100%;
  display: flex;
}

.div-block-19 {
  background-image: url('../images/rosa01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vh;
}

.boton-landing-02 {
  border: 5px solid var(--blanco);
  color: var(--blanco);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 24px;
  padding: 24px 40px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.boton-landing-02:hover {
  border-color: var(--verde);
  color: var(--verde);
}

.div-block-21.oculto {
  display: none;
}

.div-boton {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.div-block-771 {
  width: 100%;
}

.grid-landing-02-copy {
  grid-column-gap: 0px;
  flex: 1;
  grid-template-rows: 60vh;
  grid-template-columns: 2fr 1fr;
}

.grid-50-copy {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  align-items: center;
  padding-right: 40px;
}

.ver-mas-2 {
  height: 0;
}

.lf-scrolldown-trigger {
  z-index: -1;
  height: 75vh;
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
}

.lf-scrolldown-wrapper-2 {
  z-index: 99999;
  transform-origin: 50% 100%;
  text-align: center;
  width: 64px;
  height: 40px;
  margin-bottom: 18px;
  padding-top: 12px;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.lf-scrolldown-container-2 {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.lf-scrolldown-icon-2 {
  color: #ac0c0c;
  cursor: pointer;
}

.up {
  position: relative;
}

.lf-scroll-up-trigger-2 {
  z-index: -1;
  height: 75vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lf-scroll-up-wrapper-2 {
  z-index: 99999;
  transform-origin: 50% 100%;
  text-align: center;
  background-color: #fff0;
  border-top-left-radius: 64px;
  border-top-right-radius: 53px;
  line-height: 0;
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
}

.lf-scroll-up-wrapper-2.w--current {
  width: auto;
}

.lf-scroll-up-container {
  width: 32px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
}

.lf-scroll-up-icon {
  cursor: pointer;
  width: 40px;
}

.container-44 {
  background-color: #00a08f;
  max-width: 1920px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.container-45 {
  max-width: 1920px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.verde {
  color: var(--verde);
}

.blanco {
  color: var(--blanco);
  max-width: 950px;
  margin-top: 16px;
}

.div-precio-antes {
  display: flex;
}

.antes {
  color: #fff;
  margin-top: 8px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
}

.antes._04, .antes._05 {
  display: none;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.boton-contacto {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #af0794;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.boton-contacto:hover {
  background-color: var(--azul);
}

.quantity {
  display: none;
}

.default-state {
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.add-to-cart {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.boton-comprar {
  letter-spacing: 1px;
  background-color: #af0794;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.boton-comprar:hover {
  background-color: #31344b;
}

.boton-comprar-ahora {
  letter-spacing: 1px;
  background-color: #af0794;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: none;
}

.boton-comprar-ahora:hover {
  background-color: #31344b;
}

.azul {
  color: var(--azul);
}

.cart-button {
  background-color: var(--violeta);
  border-radius: 25px;
}

.lf-scrolldown-icon {
  cursor: pointer;
}

.titulo-tc {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.terminos-y-condiciones {
  background-image: url('../images/fondo_qs.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding-left: 5vh;
  padding-right: 5vh;
}

.subtitulos-blanco {
  color: #fff;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.container-tc {
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 191px;
  padding-bottom: 111px;
  display: flex;
}

.div-titulo-hero-tc {
  flex-direction: column;
  justify-content: center;
  max-width: 386px;
  min-height: 100%;
  display: flex;
}

.lf-scrolldown-wrapper {
  z-index: 99999;
  transform-origin: 50% 100%;
  text-align: center;
  width: 64px;
  height: 40px;
  margin-bottom: 40px;
  padding-top: 12px;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.lf-scrolldown-container {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-764 {
  border-bottom: 2px solid #fff;
  flex: 1;
  width: 100%;
}

.acordeon-item {
  border-top: 1px solid #d3d3d3;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.acordeon-item.last {
  border-bottom: 1px solid #d3d3d3;
}

.dropdown-head-flex-tc {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-acordeon {
  margin-top: 40px;
}

.dropdown-flecha {
  color: #00a08f;
  white-space: normal;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  font-family: Roboto Slab, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  transform: translate(0);
}

.dropdown-flecha:hover {
  color: #fff;
}

.acordeon-list {
  background-color: #fff;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.acordeon-list.w--open {
  background-color: #31344b;
  height: auto;
}

.acordeon-toggle {
  flex: 1;
  padding: 20px 30px;
  display: flex;
}

.acordeon-toggle.w--open {
  background-color: #00a08f;
  font-weight: 900;
}

.text-block-34 {
  color: #00a08f;
  align-self: flex-start;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.link-terminos {
  color: #00a08f;
}

.link-terminos:hover {
  color: #fff;
}

.dropdown-content {
  color: #fff;
  white-space: normal;
  align-items: center;
  margin-left: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.dropdown-content:hover {
  text-decoration: underline;
}

.dropdown-text {
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-bottom: 0;
  padding: 40px 30px 80px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-flecha {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.seccion-acordeon {
  background-color: #31344b;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5vh 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-icono-tc {
  margin-right: 18px;
  transition: all .2s;
}

.svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 8px;
}

.svg-icon:hover {
  cursor: pointer;
}

.link-17 {
  color: #fff;
  text-decoration: none;
}

.link-17:hover {
  color: #00a08f;
}

.div-block-der {
  text-align: right;
  max-width: 320px;
}

.link-footer-rrss {
  text-decoration: none;
}

.footer-izq {
  max-width: 318px;
}

.link-footer {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-decoration: none;
}

.link-footer:hover {
  color: #00a08f;
}

.link-footer.borde {
  margin-right: 16px;
  font-family: Roboto, sans-serif;
}

.link-footer.borde:hover {
  color: #00a08f;
}

.firma {
  grid-column-gap: 10px;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 12px;
}

.link-20 {
  color: #fff;
  text-decoration: none;
}

.link-20:hover {
  color: #00a08f;
}

.container-firma {
  max-width: 100%;
}

.div-block-58 {
  margin-right: 16px;
}

.text-block-3 {
  color: #fff;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-3-footer {
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.text-block-9 {
  color: #fff;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
}

.footer {
  background-color: #31344b;
  align-items: center;
  max-width: 100%;
  padding-top: 40px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.text-block-icon {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-icon:hover {
  color: #00a08f;
}

.container-footer {
  flex: 1;
  align-items: center;
  max-width: 100%;
}

.div-block-52 {
  display: flex;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.image-8 {
  max-width: 150px;
}

.div-block-791 {
  border-bottom: 2px solid #fff;
  flex: 1;
  width: 100%;
}

.titulo-politicas {
  font-size: 4rem;
  line-height: 4.5rem;
}

.link, .link:hover {
  color: var(--verde);
}

.down {
  height: 0;
}

.lf-scrolldown-wrapper-3 {
  z-index: 99999;
  transform-origin: 50% 100%;
  text-align: center;
  margin-bottom: 18px;
  padding-top: 12px;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.lf-scrolldown-container-3 {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.lf-scrolldown-icon-3 {
  cursor: pointer;
  width: 64px;
}

.link-block {
  margin-top: 2px;
}

.cart {
  margin-top: 0;
  margin-bottom: 0;
}

.carro {
  z-index: 9999;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
  margin-top: 14px;
  margin-bottom: -56px;
  display: flex;
  position: sticky;
  top: 24px;
  left: 2000px;
}

.text-block-72, .cart-quantity {
  color: var(--azul);
}

.testimonios {
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  padding: 80px 5vh;
  display: flex;
}

.testimonios.plataformas {
  min-height: 100vh;
  padding-bottom: 80px;
}

.integraciones-copy {
  background-color: #d5d6db;
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  padding: 80px 5vh;
  display: flex;
}

.testimonios-section {
  background-color: var(--gris);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 80px 5vh;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---text-center {
  text-align: center;
  max-width: 60vw;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---avatar-image {
  width: 80px;
  height: 80px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---container-default {
  max-width: 100%;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-574px---center {
  max-width: 50vw;
  margin-bottom: 4vh;
}

.brix---text-200 {
  color: var(--blanco);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---paragraph-default {
  color: var(--azul);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.brix---card-left-pd-40px {
  background-color: var(--verde);
  border: 1px solid #eff0f6;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---avatar-circle-04 {
  object-fit: fill;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.texto-testimonio {
  color: var(--blanco);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.3rem;
}

.link-sitio {
  color: var(--blanco);
  font-family: Roboto, sans-serif;
}

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

.boton-oscuro {
  border: 5px solid var(--azul);
  color: var(--azul);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 24px;
  padding: 24px 40px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.boton-oscuro:hover {
  color: #fff;
  border-color: #fff;
}

.ttitulos-dudas {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.boton-promocion {
  z-index: 9999;
  text-align: center;
  letter-spacing: 1px;
  background-color: #af0794;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
  position: sticky;
  top: 50%;
}

.boton-promocion:hover {
  background-color: var(--verde);
}

.section {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: sticky;
}

.div-block-792 {
  z-index: 99999;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
}

.div-block-793 {
  z-index: 9999;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
}

.precio-sin-descuento {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.precio-sin-descuento.plataformas.tachado {
  font-size: 24px;
  text-decoration: line-through;
}

.precio-con-descuento {
  opacity: 0;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
}

.precio-con-descuento.plataformas.tachado {
  font-size: 24px;
  text-decoration: line-through;
}

.promotion-label-left {
  z-index: 1000;
  background-color: var(--violeta);
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

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

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

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

.div-precios {
  position: relative;
}

.collection-list-precios-sin-descuento {
  z-index: 9999;
}

.collection-list-precios-con-descuento {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-planes {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.field-label {
  color: var(--azul);
}

.apply-button {
  background-color: var(--violeta);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.boton-aplicar {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #af0794;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.boton-aplicar:hover {
  background-color: #31344b;
}

.collection-list-landing-page, .collection-list-sitio-inicial, .collection-list-sitio-intermedio, .collection-list-sitio-personalizado {
  z-index: 9999;
  background-color: var(--verde);
  border-radius: 10px;
}

.boton-descuento {
  background-color: var(--verde);
  letter-spacing: 1px;
  border-radius: 10px;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-family: Anton, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.boton-descuento:hover {
  background-color: #31344b;
}

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

@media screen and (min-width: 1440px) {
  .div-marquee-chico.sin-margen {
    margin-bottom: 0;
  }

  .marquee-01-copy {
    padding-bottom: .1rem;
  }

  .sub-plataformas {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-plataformas {
    padding-left: 10vh;
  }

  .boton-conoce {
    padding: 24px 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .titulo-verde {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .div-block-plataformas {
    max-width: 700px;
  }

  .p-plataformas {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-774 {
    max-width: 1223px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-55 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .caracteristicas {
    min-height: 480px;
  }

  .precios {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .descuento {
    z-index: 99999;
    padding: 8px;
  }

  .div-block-775 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-items: center;
    display: grid;
  }

  .caja-verde {
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tab-pane-tab-1 {
    margin-top: 40px;
  }

  .precio.plataformas.tachado {
    text-decoration: line-through;
  }

  .titulo-precio {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-53 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .caja-precio, .caja-precio.sin-margen {
    margin-bottom: 8px;
  }

  ._18-24.italic.center {
    font-size: 18px;
    line-height: 24px;
  }

  .precios-plataformas {
    font-size: 24px;
    line-height: 20px;
  }

  .text-span-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .subtitulos {
    font-size: 18px;
    line-height: 28px;
  }

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

  .div-block-65 {
    max-width: 420px;
  }

  .margin-64 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .div-icono {
    width: 240px;
    height: 240px;
  }

  .text-alojamientos.centrado {
    font-size: 16px;
    line-height: 24px;
  }

  .titulos-dise-o-ux-ui, .titulos-dise-o-ux-ui.centrado, .titulos-dise-o-ux-ui.interlineado {
    font-size: 21px;
    line-height: 28px;
  }

  .alojamientos {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 22px;
  }

  .ico-numero {
    max-width: 113px;
    max-height: 113px;
  }

  .dise-o-ux-ui {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .image-34 {
    max-width: 150px;
  }

  .dropdown-pack {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .texto-dudas {
    font-size: 24px;
    line-height: 24px;
  }

  .dudas {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .heading-anton {
    font-size: 64px;
    line-height: 72px;
  }

  .sub-footer-asesoria {
    font-size: 18px;
    line-height: 28px;
  }

  .div-asesoria {
    padding-right: 10vh;
  }

  .div-block-19 {
    padding-left: 10vh;
  }

  .boton-landing-02 {
    padding: 28px 56px;
  }

  .div-boton {
    margin-top: 68px;
  }

  .grid-landing-02-copy {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  .lf-scroll-up-wrapper-2 {
    box-shadow: none;
    background-color: #fff0;
    bottom: 60px;
  }

  .texto-rotativo {
    justify-content: center;
    align-items: center;
    line-height: 14px;
  }

  .titulo-tc {
    margin-bottom: 40px;
    font-size: 72px;
    line-height: 88px;
  }

  .terminos-y-condiciones {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .div-titulo-hero-tc {
    max-width: 408px;
  }

  .text-block-34 {
    font-size: 40px;
    line-height: 48px;
  }

  .dropdown-content {
    font-size: 24px;
    line-height: 24px;
  }

  .dropdown-text {
    font-size: 16px;
    line-height: 24px;
  }

  .seccion-acordeon {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .dropdown-icono-tc {
    width: auto;
  }

  .footer {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .titulo-politicas {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .testimonios, .testimonios-section {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .brix---inner-container-574px---center {
    max-width: 45vw;
  }

  .text-block-73 {
    font-size: 18px;
    line-height: 28px;
  }

  .boton-oscuro {
    padding: 28px 56px;
  }

  .precio-sin-descuento.plataformas.tachado, .precio-con-descuento.plataformas.tachado {
    text-decoration: line-through;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .marquee-content.scroll-01 {
    grid-column-gap: 8px;
  }

  .sub-plataformas {
    font-size: 18px;
    line-height: 28px;
  }

  .right-arrow {
    display: none;
  }

  .hero-plataformas {
    padding-left: 30vh;
  }

  .div-slider-plataformas {
    padding-top: 88px;
    padding-bottom: 88px;
    padding-right: 30vh;
  }

  .slide-nav-plataformas {
    margin-top: 35px;
    inset: 0% 0% auto;
  }

  .grid-plataformas {
    flex: 1;
    grid-template-rows: auto;
  }

  .titulo-verde {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .slider-plataformas {
    height: auto;
  }

  .left-arrow {
    display: none;
  }

  .div-block-plataformas {
    max-width: 769px;
  }

  .pago-credito {
    font-size: 14px;
    line-height: 18px;
  }

  .precios {
    padding-left: 30vh;
    padding-right: 30vh;
  }

  .servidor {
    margin-bottom: 40px;
  }

  .caja-verde {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .precio {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 32px;
  }

  .precios-plataformas {
    font-size: 28px;
    line-height: 20px;
  }

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

  .boton-alojamiento {
    text-transform: uppercase;
  }

  .div-block-65 {
    max-width: 478px;
  }

  .div-alojamientos-tablet {
    max-width: 498px;
  }

  .container-20 {
    flex: 1;
  }

  .text-alojamientos.centrado {
    font-size: 18px;
    line-height: 26px;
  }

  .titulos-dise-o-ux-ui {
    font-size: 24px;
    line-height: 32px;
  }

  .alojamientos {
    padding-left: 30vh;
    padding-right: 30vh;
  }

  .nombre-integraciones {
    font-size: 24px;
    line-height: 28px;
  }

  .container-21 {
    flex: 1;
  }

  .texto-fondo-verde, .text-block-31 {
    font-size: 18px;
    line-height: 22px;
  }

  .titulo-integraciones {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-70-movil {
    max-width: 497px;
  }

  .integraciones {
    padding-left: 20vh;
    padding-right: 20vh;
  }

  .text-block-10 {
    font-size: 21px;
    line-height: 28px;
  }

  .dise-o-ux-ui {
    padding-left: 20vh;
    padding-right: 20vh;
  }

  .div-ux-ui {
    max-width: 512px;
  }

  .div-block-63 {
    max-width: 552px;
  }

  .sub-titulo-diseno {
    font-size: 80px;
    line-height: 80px;
  }

  .texto-dudas {
    font-size: 26px;
    line-height: 26px;
  }

  .dudas {
    padding-left: 30vh;
    padding-right: 30vh;
  }

  .container-dudas {
    max-width: 100%;
  }

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

  .heading-anton.azul.right.left-movil {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .asesoria-section {
    max-width: 100%;
  }

  .sub-footer-asesoria {
    font-size: 18px;
    line-height: 28px;
  }

  .div-asesoria {
    background-image: url('../images/rosa-02.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-right: 30vh;
  }

  .footer-landing-02 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-interesa-copy {
    max-width: 610px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .div-der-copy {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .container-9 {
    display: flex;
  }

  .div-block-19 {
    background-image: url('../images/rosa01.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 30vh;
  }

  .boton-landing-02 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
  }

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

  .div-boton {
    justify-content: flex-end;
    margin-top: 68px;
    display: flex;
  }

  .grid-landing-02-copy {
    grid-column-gap: 0px;
    flex: 1;
    grid-template-rows: 623px;
    grid-template-columns: 2fr 1.5fr;
  }

  .grid-50-copy {
    grid-column-gap: 160px;
  }

  .titulo-tc {
    font-size: 72px;
    line-height: 88px;
  }

  .terminos-y-condiciones {
    padding-left: 20vh;
    padding-right: 20vh;
  }

  .subtitulos-blanco {
    font-size: 21px;
  }

  .div-titulo-hero-tc {
    max-width: 460px;
  }

  .dropdown-content {
    margin-left: 8px;
    font-size: 26px;
    line-height: 26px;
  }

  .seccion-acordeon {
    padding-left: 20vh;
    padding-right: 20vh;
  }

  .link-footer {
    font-family: Roboto, sans-serif;
  }

  .firma {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
  }

  .div-block-685 {
    font-family: Roboto, sans-serif;
  }

  .grid-11 {
    grid-template-rows: 250px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .footer {
    background-color: #31344b;
    max-width: 100%;
    padding-left: 20vh;
    padding-right: 20vh;
  }

  .container-footer {
    max-width: 100%;
  }

  .image-8 {
    max-width: 150px;
  }

  .testimonios, .integraciones-copy {
    padding-left: 20vh;
    padding-right: 20vh;
  }

  .testimonios-section {
    padding-left: 30vh;
    padding-right: 30vh;
  }

  .brix---inner-container-574px---center {
    max-width: 45vw;
  }

  .heading {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .boton-oscuro {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .precio-sin-descuento, .precio-con-descuento {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .sub-plataformas {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-plataformas {
    min-height: auto;
    padding-top: 64px;
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .div-slider-plataformas {
    justify-content: center;
    padding: 64px 4vh;
  }

  .grid-plataformas {
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-1081 {
    flex: 1;
    max-width: 100%;
  }

  .boton-conoce {
    margin-top: 40px;
  }

  .titulo-verde {
    font-size: 40px;
    line-height: 48px;
  }

  .slider-plataformas {
    max-width: 534px;
    max-height: 534px;
  }

  .div-block-plataformas {
    max-width: 540px;
    padding-left: 0;
  }

  .tabs-menu-3 {
    margin-bottom: 20px;
  }

  .div-botones {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .boton-precio, .contactanos {
    font-size: 20px;
    line-height: 20px;
  }

  .precios {
    padding-top: 64px;
  }

  .precio {
    color: #fff;
    font-size: 32px;
  }

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

  .boton-landing {
    text-align: center;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-722 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 32px;
    display: flex;
  }

  .precios-plataformas {
    align-items: flex-end;
    font-size: 16px;
    line-height: 20px;
  }

  .div-ac {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .text-span-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .subtitulos {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-723 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .grid-alojamientos {
    display: none;
  }

  .boton-alojamiento {
    padding: 24px 40px;
    font-size: 16px;
  }

  .div-alojamientos-tablet {
    max-width: none;
    display: block;
  }

  .div-block-721 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-icono {
    width: 120px;
    height: 120px;
  }

  .text-alojamientos.centrado {
    text-align: right;
    font-size: 14px;
    line-height: 16px;
  }

  .titulos-dise-o-ux-ui, .titulos-dise-o-ux-ui.interlineado {
    font-size: 16px;
    line-height: 16px;
  }

  .alojamientos {
    min-height: auto;
    padding: 64px 4vh 88px;
  }

  .grid-alojamientos-tablet-2 {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(600px, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
  }

  .div-block-673 {
    margin-top: 64px;
  }

  .div-block-70 {
    display: none;
  }

  .div-block-70-movil {
    max-width: none;
    margin-top: 64px;
    display: block;
  }

  .integraciones {
    min-height: auto;
    padding: 64px 4vh 88px;
  }

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

  .grid-20 {
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .ico-numero {
    max-width: 95px;
    max-height: 95px;
  }

  .dise-o-ux-ui {
    min-height: auto;
    padding: 64px 4vh 88px;
  }

  .dise-o-ux-ui.plataformas {
    min-height: auto;
  }

  .grid-flujo {
    padding-right: 24px;
    display: none;
  }

  .div-block-62-movil {
    margin-top: 64px;
    display: block;
  }

  .div-ux-ui, .div-block-63 {
    max-width: none;
  }

  .sub-titulo-diseno {
    font-size: 40px;
    line-height: 48px;
  }

  .image-34 {
    max-height: 747px;
  }

  .text-block-61 {
    font-size: 16px;
    line-height: 18px;
  }

  .dropdown-pack {
    border-top: 1px solid #fff;
    width: 100%;
  }

  .dropdown-pack.last {
    border-bottom: 1px solid #fff;
  }

  .texto-dudas {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .dudas {
    min-height: auto;
    padding-top: 64px;
  }

  .heading-anton {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
  }

  .heading-anton.azul.right {
    justify-content: center;
    display: flex;
  }

  .acordeon-pack {
    width: 100%;
  }

  .sub-footer-asesoria {
    font-size: 16px;
    line-height: 20px;
  }

  .div-asesoria {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .div-block-790 {
    max-width: 400px;
  }

  .footer-landing-02 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-interesa-copy {
    max-width: 408px;
  }

  .div-der-copy {
    justify-content: flex-end;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .div-block-19 {
    padding: 60px 4vh;
  }

  .boton-landing-02 {
    padding: 24px 40px;
  }

  .div-boton {
    margin-top: 40px;
  }

  .grid-landing-02-copy {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-50-copy {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .boton-contacto, .boton-comprar, .boton-comprar-ahora {
    font-size: 20px;
    line-height: 20px;
  }

  .titulo-tc {
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 56px;
  }

  .terminos-y-condiciones {
    justify-content: flex-end;
    align-items: center;
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .subtitulos-blanco {
    font-size: 16px;
    line-height: 20px;
  }

  .container-tc {
    min-height: 100vh;
    padding-top: 191px;
    padding-bottom: 111px;
  }

  .div-titulo-hero-tc {
    flex-direction: column;
    justify-content: center;
    max-width: 325px;
    display: flex;
  }

  .accordion {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
  }

  .div-acordeon {
    margin-bottom: 80px;
  }

  .dropdown-flecha {
    font-size: 16px;
    line-height: 16px;
  }

  .acordeon-list {
    background-color: #0000;
  }

  .acordeon-toggle {
    padding: 8px 16px;
  }

  .text-block-34 {
    font-size: 24px;
    line-height: 48px;
  }

  .dropdown-content {
    font-size: 16px;
    line-height: 16px;
  }

  .dropdown-text {
    padding-top: 20px;
    padding-bottom: 32px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .seccion-acordeon {
    padding: 64px 4vh 88px;
  }

  .dropdown-icono-tc {
    width: 15px;
    margin-right: 8px;
  }

  .link-footer-rrss {
    padding-right: 8px;
  }

  .footer-izq {
    max-width: 164px;
  }

  .link-footer, .link-footer.borde {
    font-size: 12px;
    line-height: 16px;
  }

  .firma {
    grid-template-columns: 1fr 1fr;
    padding-top: 8px;
  }

  .text-block-3, .text-block-3-footer {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .text-block-9 {
    line-height: 16px;
  }

  .footer {
    padding-left: 4vh;
    padding-right: 4vh;
  }

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

  .grid-18 {
    grid-template-columns: auto auto auto 1fr;
    justify-items: start;
  }

  .image-8 {
    max-width: 86px;
  }

  .testimonios {
    min-height: auto;
    padding: 64px 4vh 88px;
  }

  .testimonios.plataformas {
    min-height: auto;
  }

  .integraciones-copy {
    min-height: auto;
    padding: 64px 4vh 88px;
  }

  .testimonios-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .boton-oscuro {
    padding: 24px 40px;
  }

  .boton-promocion {
    font-size: 20px;
    line-height: 20px;
  }

  .precio-sin-descuento, .precio-con-descuento {
    color: #fff;
    font-size: 32px;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .boton-aplicar, .boton-descuento {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sub-plataformas {
    font-size: 14px;
    line-height: 18px;
  }

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

  .hero-plataformas {
    padding-top: 40px;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .div-slider-plataformas {
    padding: 64px 3vh;
  }

  .grid-plataformas {
    grid-row-gap: 40px;
  }

  .boton-conoce {
    margin-top: 32px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px;
  }

  .titulo-verde {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-plataformas {
    max-width: none;
  }

  .pago-credito {
    font-size: 10px;
  }

  .tabs-menu-3 {
    margin-bottom: 20px;
  }

  .precio-antes, .antes-sin-servidor {
    font-size: 12px;
    line-height: 18px;
  }

  .boton-precio, .contactanos {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .precios {
    padding-top: 40px;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .tab-pane-tab-1 {
    margin-top: 40px;
  }

  ._18-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .icono-rotador-absoluto-cuadro-01, .icono-rotador-absoluto-cuadro-02 {
    width: 120px;
    height: 120px;
  }

  .subtitulos {
    font-size: 14px;
    line-height: 18px;
  }

  .icono-poligono-01 {
    width: 120px;
    max-width: none;
    height: 120px;
  }

  .icono-rotador {
    max-height: 120px;
  }

  .icono-poligono-03 {
    width: 120px;
    height: 120px;
  }

  .boton-alojamiento {
    border-width: 2px;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 10px;
    line-height: 18px;
  }

  .margin-64, .ajolamiento-titulo {
    justify-content: center;
    margin-top: 8px;
  }

  .icono-poligono-02 {
    width: 120px;
    height: 120px;
  }

  .text-alojamientos {
    font-size: 11px;
    line-height: 14px;
  }

  .titulos-dise-o-ux-ui {
    text-align: left;
    line-height: 18px;
  }

  .titulos-dise-o-ux-ui.centrado {
    font-size: 12px;
    line-height: 18px;
  }

  .alojamientos, .integraciones {
    padding: 40px 3vh 48px;
  }

  .grid-flujo-movil {
    grid-row-gap: 8px;
    padding-right: 0;
  }

  .grid-20 {
    grid-row-gap: 46px;
  }

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

  .ico-numero {
    max-width: 60px;
    max-height: 60px;
  }

  .dise-o-ux-ui {
    padding: 40px 3vh 48px;
  }

  .grid-flujo {
    grid-row-gap: 8px;
    padding-right: 0;
  }

  .sub-titulo-diseno {
    font-size: 32px;
    line-height: 40px;
  }

  .image-34 {
    max-height: 524px;
  }

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

  .texto-dudas {
    font-size: 16px;
  }

  .dudas {
    padding-top: 40px;
    padding-left: 3vh;
    padding-right: 3vh;
  }

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

  .heading-anton.azul.right.left-movil {
    text-align: left;
  }

  .sub-footer-asesoria {
    font-size: 14px;
    line-height: 18px;
  }

  .div-asesoria {
    padding-right: 3vh;
  }

  .div-block-790 {
    max-width: 300px;
  }

  .div-interesa-copy {
    max-width: 330px;
  }

  .div-der-copy {
    justify-content: flex-start;
  }

  .div-block-19 {
    padding-left: 3vh;
  }

  .boton-landing-02 {
    border-width: 2px;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 18px;
  }

  .div-boton.left {
    justify-content: flex-start;
  }

  .grid-landing-02-copy {
    grid-template-rows: auto;
  }

  .antes {
    font-size: 12px;
    line-height: 18px;
  }

  .boton-contacto, .boton-comprar, .boton-comprar-ahora {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .titulo-tc {
    font-size: 32px;
    line-height: 40px;
  }

  .terminos-y-condiciones {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .subtitulos-blanco {
    font-size: 14px;
    line-height: 18px;
  }

  .container-tc {
    min-height: auto;
    padding-top: 117px;
    padding-bottom: 37px;
  }

  .div-titulo-hero-tc {
    max-width: 272px;
  }

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

  .dropdown-head-flex-tc {
    width: 100%;
  }

  .dropdown-flecha {
    font-size: 15px;
  }

  .acordeon-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-34 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .dropdown-content {
    font-size: 16px;
  }

  .dropdown-text {
    font-size: 14px;
    line-height: 18px;
  }

  .seccion-acordeon {
    padding: 40px 3vh 48px;
  }

  .dropdown-icono-tc {
    width: 12px;
    margin-left: auto;
    margin-right: 8px;
  }

  .footer-izq {
    display: none;
  }

  .link-footer {
    font-size: 12px;
    line-height: 16px;
  }

  .link-footer.borde {
    margin-right: 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .firma {
    grid-template-columns: 1.5fr .5fr;
  }

  .container-firma {
    padding-bottom: 10px;
  }

  .div-block-58 {
    margin-right: 16px;
  }

  .text-block-3, .text-block-3-footer {
    font-size: 11px;
    line-height: 15px;
  }

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

  .footer {
    padding-top: 32px;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .testimonios, .integraciones-copy {
    padding: 40px 3vh 48px;
  }

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

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .boton-oscuro {
    border-width: 2px;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 18px;
  }

  .boton-promocion {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .boton-aplicar, .boton-descuento {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hero-plataformas {
    padding-bottom: 60px;
  }

  .div-slider-plataformas {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-nav-plataformas {
    margin-bottom: -32px;
  }

  .titulo-verde {
    font-size: 24px;
    line-height: 28px;
  }

  .tabs-menu-3 {
    display: flex;
  }

  .texto-tab {
    padding: 16px;
  }

  .p-plataformas.center.interlineado.chica {
    font-size: 12px;
    line-height: 14px;
  }

  .div-botones {
    grid-template-columns: auto;
  }

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

  .descuento {
    width: 60px;
    height: 60px;
    top: -30px;
    right: 8px;
  }

  .tabs-content-3 {
    overflow: visible;
  }

  .text-block-71, .text-block-70 {
    font-size: 14px;
    line-height: 14px;
  }

  .grid-53 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .div-block-763 {
    background-color: #fff;
  }

  .slide-nav-5 {
    display: none;
  }

  .precios-plataformas {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    font-size: 12px;
    display: none;
  }

  .div-block-762 {
    background-color: #fff;
  }

  .slider-alojamientos-cel {
    background-color: #d5d6db;
    height: auto;
    margin-top: 64px;
    margin-left: 4vh;
    margin-right: 4vh;
    display: block;
  }

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

  .left-arrow-5 {
    margin-left: -60px;
  }

  .div-block-719 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .margin-64 {
    justify-content: center;
    display: flex;
  }

  .icon-4 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .ajolamiento-titulo {
    justify-content: center;
    margin-bottom: 16px;
    display: flex;
  }

  .div-icono {
    justify-items: center;
    width: auto;
    height: auto;
  }

  .div-titulo-alojamientos {
    margin-bottom: -8px;
  }

  .text-alojamientos.centrado {
    text-align: center;
  }

  .titulos-dise-o-ux-ui, .titulos-dise-o-ux-ui.interlineado {
    font-size: 14px;
    line-height: 14px;
  }

  .right-arrow-5 {
    margin-right: -60px;
  }

  .alojamientos {
    padding-bottom: 65px;
  }

  .grid-alojamientos-tablet-2 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    display: none;
  }

  .div-block-673 {
    display: none;
  }

  .mask-4 {
    height: auto;
  }

  .flex-horizontal {
    align-items: flex-start;
  }

  .div-integraciones {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-integraciones {
    max-width: 60%;
    max-height: 60%;
  }

  .icon-3 {
    color: #31334b;
    font-size: 24px;
    line-height: 24px;
  }

  .slider-4 {
    background-color: #fff;
    height: auto;
    margin-top: 64px;
    margin-left: 4vh;
    margin-right: 4vh;
    display: block;
  }

  .marquee-horizontal-large {
    height: auto;
  }

  .cuadro-info-verde {
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .right-arrow-4 {
    margin-right: -60px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .grid-flujo-movil {
    grid-column-gap: 8px;
    margin-top: 32px;
  }

  .div-block-62 {
    margin-bottom: 8px;
  }

  .text-block-10 {
    line-height: 14px;
  }

  .grid-flujo {
    grid-column-gap: 8px;
  }

  .div-block-62-movil {
    margin-bottom: 8px;
  }

  .sub-titulo-diseno {
    text-transform: uppercase;
    margin-top: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .dropdown-pack {
    border-top: 1px solid #fff;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .texto-dudas {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-anton {
    font-size: 22px;
    line-height: 32px;
  }

  .acordeon-pack {
    display: block;
    overflow: hidden;
  }

  .div-asesoria {
    padding-left: 3vh;
  }

  .div-block-790 {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .footer-landing-02 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-interesa-copy {
    max-width: none;
  }

  .div-der-copy {
    justify-content: flex-start;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .div-block-19 {
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-right: 3vh;
  }

  .boton-landing-02 {
    font-size: 16px;
    line-height: 16px;
  }

  .div-boton {
    margin-top: 24px;
  }

  .grid-landing-02-copy {
    grid-template-rows: 300px 300px;
  }

  .grid-50-copy {
    grid-column-gap: 32px;
    grid-template-columns: auto;
    padding-right: 0;
  }

  .lf-scroll-up-wrapper-2 {
    bottom: 40px;
  }

  .titulo-tc {
    font-size: 24px;
    line-height: 28px;
  }

  .subtitulos-blanco {
    font-size: 11px;
    line-height: 14px;
  }

  .container-tc {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-titulo-hero-tc {
    max-width: 156px;
  }

  .accordion {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .dropdown-flecha {
    font-size: 17px;
  }

  .acordeon-list {
    background-color: #0000;
  }

  .acordeon-list.w--open {
    margin-bottom: 30px;
  }

  .acordeon-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
  }

  .dropdown-text {
    font-size: 14px;
    line-height: 18px;
  }

  .seccion-acordeon {
    padding-bottom: 50px;
  }

  .dropdown-icono-tc {
    width: 15px;
  }

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

  .link-footer.borde {
    margin-right: 8px;
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-58 {
    margin-right: 8px;
  }

  .grid-11 {
    align-items: end;
  }

  .text-block-icon {
    font-size: 12px;
    line-height: 12px;
  }

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

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-left-pd-40px {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .texto-testimonio {
    font-size: 17px;
    line-height: 28px;
  }

  .boton-oscuro {
    font-size: 16px;
    line-height: 16px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-c144f4ad-d9f0-d7b2-dc25-f004c5c393c5-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c144f4ad-d9f0-d7b2-dc25-f004c5c393d4-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63aa2652-4d2d-f0b2-4499-0806a050d66e-0a7aee61, #w-node-c84621ff-ef72-a1b6-46a4-32d5eab72473-0a7aee61, #w-node-_81b0de30-99e2-8b41-288b-cad1c561e688-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d671-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d674-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d677-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d67a-0a7aee61, #w-node-_320fdc15-2957-d785-ce02-502f045bd211-0a7aee61, #w-node-_7ffd3afd-12d0-18c6-c9b2-0701596f65be-0a7aee61, #w-node-_894e6fa2-bbf3-605e-4e91-a348af833d65-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d67d-0a7aee61, #w-node-_7b32a281-a8ea-daa9-6dea-5417f8cd74fc-0a7aee61, #w-node-_947b9f44-2b6a-0e50-79d8-1281b787f758-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d680-0a7aee61 {
  justify-self: end;
}

#w-node-_63aa2652-4d2d-f0b2-4499-0806a050d690-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fda9a-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fda9c-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fda9e-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa0-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa3-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa6-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa9-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaab-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaae-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab1-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab3-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab6-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab9-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdabb-0a7aee61 {
  justify-self: end;
}

#w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdac2-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f97-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f99-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f9b-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f9d-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa0-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa3-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa6-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa8-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fab-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fae-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb0-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb3-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb6-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb8-0a7aee61 {
  justify-self: end;
}

#w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fbf-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ea8-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eaa-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eac-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eae-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb1-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb4-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb7-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb9-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ebc-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ebf-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec1-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec4-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec7-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec9-0a7aee61 {
  justify-self: end;
}

#w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ed0-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f034-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f036-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f038-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f03a-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f03d-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f040-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f043-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f045-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f048-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f04b-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f04d-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f050-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f053-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f055-0a7aee61 {
  justify-self: end;
}

#w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f05c-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eaa-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eac-0a7aee61 {
  justify-self: end;
}

#w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ead-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eae-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb1-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb4-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb7-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb9-0a7aee61, #w-node-_5109ec8b-3789-5413-0e3d-a8697cec684b-0a7aee61, #w-node-ca120ffc-55df-1f71-d032-82040d171637-0a7aee61, #w-node-d327027a-37b7-6e17-2f34-d9699a4179c3-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ebb-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ebd-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec0-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec3-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec5-0a7aee61 {
  justify-self: end;
}

#w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ed5-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efe963d4-def3-58c7-1383-f945c2e81db5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81db7-0a7aee61 {
  justify-self: end;
}

#w-node-efe963d4-def3-58c7-1383-f945c2e81db8-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efe963d4-def3-58c7-1383-f945c2e81db9-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dbc-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dbf-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dc2-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dc4-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dc7-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dca-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dcd-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd0-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd2-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd8-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dda-0a7aee61 {
  justify-self: end;
}

#w-node-efe963d4-def3-58c7-1383-f945c2e81de1-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_868e8076-7dd8-07fd-66e8-be6721c34db9-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dbb-0a7aee61 {
  justify-self: end;
}

#w-node-_868e8076-7dd8-07fd-66e8-be6721c34dbc-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_868e8076-7dd8-07fd-66e8-be6721c34dbd-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc0-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc3-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc6-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc8-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dcb-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dce-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd1-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd4-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd6-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd9-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34ddc-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dde-0a7aee61 {
  justify-self: end;
}

#w-node-_868e8076-7dd8-07fd-66e8-be6721c34de5-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f71221b-da84-0afd-5f81-3d03f01cb142-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb144-0a7aee61 {
  justify-self: end;
}

#w-node-_6f71221b-da84-0afd-5f81-3d03f01cb145-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f71221b-da84-0afd-5f81-3d03f01cb146-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb149-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb14c-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb14f-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb151-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb154-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb157-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15a-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15d-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15f-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb162-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb165-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb167-0a7aee61 {
  justify-self: end;
}

#w-node-_6f71221b-da84-0afd-5f81-3d03f01cb16e-0a7aee61, #id-conoce-testimonios-de-clientes.w-node-_63aa2652-4d2d-f0b2-4499-0806a050d8e4-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdb9d-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdba6-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdba7-0a7aee61 {
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdba9-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdbcd-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdbcf-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdbd0-0a7aee61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdbfa-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdbfc-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdbfd-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdbfe-0a7aee61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc2c-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdc32-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdc38-0a7aee61 {
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc3e-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc4b-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc6d-0a7aee61 {
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc74-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc76-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdc77-0a7aee61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdc9f-0a7aee61 {
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdca6-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdca8-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdca9-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdcaa-0a7aee61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdcd6-0a7aee61 {
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdce1-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdd03-0a7aee61 {
  justify-self: center;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdd0a-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdd0b-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdd38-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdd39-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdd3a-0a7aee61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_668cda7f-493c-a009-8f76-996e1a4cdd64-0a7aee61 {
  justify-self: center;
}

#w-node-_56cdf784-4e22-55d2-8e99-7491f7b6401e-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64027-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64030-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64039-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64042-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b6404b-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64054-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b6405d-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64066-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b6406f-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64078-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64081-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b6408a-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64093-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b6409c-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640a5-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640ae-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640b7-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640c2-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640cb-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640d4-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640dd-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640e6-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640ef-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b640f8-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b64101-0a7aee61, #w-node-_56cdf784-4e22-55d2-8e99-7491f7b6410a-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284ca-0a7aee61 {
  place-self: center start;
}

#w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284e3-0a7aee61 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284e4-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284e5-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284ed-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284ee-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284f3-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284f4-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284f9-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284fa-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284ff-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28500-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28505-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28506-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2850b-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2850c-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28515-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28516-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2851e-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2851f-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28524-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28525-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2852a-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2852b-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28530-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28531-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28536-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28537-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2853c-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2853d-0a7aee61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c185b37e-4c57-44e3-f3a0-a7e1d92133f2-0a7aee61, #w-node-ecece0e8-1c82-a5c2-e804-c6008760efc9-14d253ba {
  align-self: center;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b079f-14d253ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07a2-14d253ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07a3-14d253ba {
  justify-self: center;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07a4-14d253ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07b9-14d253ba {
  justify-self: end;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07ba-14d253ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07c4-14d253ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f7263104-a83c-832f-6edc-05c6800b07c5-14d253ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-c144f4ad-d9f0-d7b2-dc25-f004c5c393c5-0a7aee61 {
    align-self: center;
  }

  #w-node-c144f4ad-d9f0-d7b2-dc25-f004c5c393d4-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d671-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d674-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d67d-0a7aee61, #w-node-_7b32a281-a8ea-daa9-6dea-5417f8cd74fc-0a7aee61, #w-node-_947b9f44-2b6a-0e50-79d8-1281b787f758-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d680-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa0-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa3-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab3-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab6-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab9-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdabb-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f9d-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa0-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb0-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb3-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb6-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb8-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eae-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb1-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec1-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec4-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec7-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec9-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f03a-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f03d-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f04d-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f050-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f053-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f055-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eae-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb1-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ebd-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec0-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec3-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81db9-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dbc-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd2-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd8-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dda-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dbd-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc0-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd6-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd9-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34ddc-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dde-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb146-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb149-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15f-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb162-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb165-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb167-0a7aee61 {
    justify-self: end;
  }

  #w-node-c185b37e-4c57-44e3-f3a0-a7e1d92133f2-0a7aee61, #w-node-f7263104-a83c-832f-6edc-05c6800b07a0-14d253ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7263104-a83c-832f-6edc-05c6800b07a3-14d253ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f7263104-a83c-832f-6edc-05c6800b07b9-14d253ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #id-vimeo-footer.w-node-f7263104-a83c-832f-6edc-05c6800b07c6-14d253ba, #id-linkedin-footer.w-node-f7263104-a83c-832f-6edc-05c6800b07c9-14d253ba, #id-facebook-footer.w-node-f7263104-a83c-832f-6edc-05c6800b07cc-14d253ba, #id-instagram-footer.w-node-f7263104-a83c-832f-6edc-05c6800b07cf-14d253ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d66e-0a7aee61, #w-node-c84621ff-ef72-a1b6-46a4-32d5eab72473-0a7aee61, #w-node-_81b0de30-99e2-8b41-288b-cad1c561e688-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d671-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d674-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d677-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d67a-0a7aee61, #w-node-_320fdc15-2957-d785-ce02-502f045bd211-0a7aee61, #w-node-_7ffd3afd-12d0-18c6-c9b2-0701596f65be-0a7aee61, #w-node-_894e6fa2-bbf3-605e-4e91-a348af833d65-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d67d-0a7aee61, #w-node-_7b32a281-a8ea-daa9-6dea-5417f8cd74fc-0a7aee61, #w-node-_947b9f44-2b6a-0e50-79d8-1281b787f758-0a7aee61, #w-node-_63aa2652-4d2d-f0b2-4499-0806a050d680-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fda9a-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fda9c-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fda9e-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa0-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa3-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa6-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaa9-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaab-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdaae-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab1-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab3-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab6-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdab9-0a7aee61, #w-node-_3beeeb3a-f1b9-34ee-0423-be9d127fdabb-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f97-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f99-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f9b-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171f9d-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa0-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa3-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa6-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fa8-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fab-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fae-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb0-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb3-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb6-0a7aee61, #w-node-_3ac52539-0beb-699d-8d9b-e5fdca171fb8-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ea8-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eaa-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eac-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eae-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb1-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb4-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb7-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246eb9-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ebc-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ebf-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec1-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec4-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec7-0a7aee61, #w-node-ff21cf9a-fa0d-e292-e01f-b4570b246ec9-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f034-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f036-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f038-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f03a-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f03d-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f040-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f043-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f045-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f048-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f04b-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f04d-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f050-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f053-0a7aee61, #w-node-_5e3dd762-6454-6f28-01b2-6d99ad46f055-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eaa-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eac-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eae-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb1-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb4-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb7-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074eb9-0a7aee61, #w-node-_5109ec8b-3789-5413-0e3d-a8697cec684b-0a7aee61, #w-node-ca120ffc-55df-1f71-d032-82040d171637-0a7aee61, #w-node-d327027a-37b7-6e17-2f34-d9699a4179c3-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ebb-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ebd-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec0-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec3-0a7aee61, #w-node-_7322c1bb-d5f8-d018-5d16-84a1e5074ec5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81db5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81db7-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81db9-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dbc-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dbf-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dc2-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dc4-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dc7-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dca-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dcd-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd0-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd2-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd5-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dd8-0a7aee61, #w-node-efe963d4-def3-58c7-1383-f945c2e81dda-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34db9-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dbb-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dbd-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc0-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc3-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc6-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dc8-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dcb-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dce-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd1-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd4-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd6-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dd9-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34ddc-0a7aee61, #w-node-_868e8076-7dd8-07fd-66e8-be6721c34dde-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb142-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb144-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb146-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb149-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb14c-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb14f-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb151-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb154-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb157-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15a-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15d-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb15f-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb162-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb165-0a7aee61, #w-node-_6f71221b-da84-0afd-5f81-3d03f01cb167-0a7aee61 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c144f4ad-d9f0-d7b2-dc25-f004c5c393d3-0a7aee61 {
    order: 9999;
  }

  #w-node-_668cda7f-493c-a009-8f76-996e1a4cdc73-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdca5-0a7aee61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb284e2-0a7aee61 {
    justify-self: end;
  }

  #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28514-0a7aee61 {
    justify-self: center;
  }

  #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28516-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2851f-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28525-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2852b-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28531-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb28537-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2853d-0a7aee61 {
    justify-self: start;
  }

  #w-node-f7263104-a83c-832f-6edc-05c6800b07c4-14d253ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2851f-0a7aee61, #w-node-b2c541bc-bd88-45ab-0eb4-aaafcdb2852b-0a7aee61, #w-node-f7263104-a83c-832f-6edc-05c6800b07a2-14d253ba {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_668cda7f-493c-a009-8f76-996e1a4cdc48-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdc74-0a7aee61, #w-node-_668cda7f-493c-a009-8f76-996e1a4cdca6-0a7aee61 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}