:root {
  --white: white;
  --black: black;
}

.planetas_prueba {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
  -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
  -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
  transform-style: preserve-3d
}

.pp{
  width: 300px !important;
  margin: 0 auto !important;
  margin-left: 11% !important;
  /*float: inline-start !important;*/
}

.totop {
  animation-duration: 2s;
  animation-name: slidein;
}

.toleft {
  animation-duration: 3s;
  animation-name: slideleft;
}

@keyframes slidein {
  from {
    margin-top: 0;
    margin-right: 0%;
  }

  to {
    margin-top: -53%;
    margin-right: 17%;
  }
}

@keyframes slideleft{
  from {
    float: inline-end;
  }

  to {
    float: inline-start;
  }
}



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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.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 rgba(0, 0, 0, .25);
}

.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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 500px;
  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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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 (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media (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 (max-width: 500px) {

  /* 479 */
  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

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

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  clear: none;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0);
  min-width: 100vw;
  max-width: 100vw;
  height: 775vh;
  max-height: none;
  font-family: Montserrat Normal, Arial, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.nav {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-color: #2433a8;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  width: 100vw;
  height: 8vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-links {
  color: #e9e9f2;
  cursor: pointer;
  order: -1;
  align-self: center;
  margin-left: auto;
  margin-right: -12vw;
  padding-left: 0;
  padding-right: 1vw;
  font-family: Montserrat Bold, sans-serif;
  font-size: 2.4vh;
  line-height: 2.6vh;
  text-decoration: none;
  transition: all .2s;
}

.nav-links:hover {
  color: #ffd166;
  transform: scale(.98);
}

.nav-links.nav-link-1 {
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  margin-left: -50vw;
  padding-left: 10vw;
  text-decoration: none;
  display: block;
}

.nav-links.nav-button {
  order: 1;
  justify-content: space-around;
  align-self: center;
  padding-left: 15px;
  display: flex;
  position: static;
}

.nav-links.nav-links-1 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.5vh;
  line-height: 2vh;
}

.logo-nav {
  cursor: pointer;
  flex: 0 auto;
  order: -1;
  align-self: center;
  height: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: auto;
  right: auto;
  height: auto;
  padding: 20px;
  width: 80%;
}

.nav-button {
  color: #2433a8;
  cursor: pointer;
  background-color: #ffd166;
  border: 4px solid #2433a8;
  border-radius: 620px;
  order: 1;
  justify-content: space-around;
  width: 14vw;
  height: 5vh;
  margin: 1.1vh auto;
  padding: 1vh 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 2.2vh;
  line-height: 2.4vh;
  display: flex;
  position: static;
}

.sliding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e9f2;
  grid-template: "Area Area-2" 70vh
    ". ." 1px
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 180vh;
  font-family: Montserrat Bold, sans-serif;
  display: grid;
}

.loader {
  z-index: 10;
  aspect-ratio: auto;
  object-fit: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 110vw;
  max-width: 110vw;
  height: 100vh;
  min-height: 100%;
  margin: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: auto;
  left: -5%;
  right: auto;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.title-s1 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  grid-template: "Area Area-2" 7vh
    "Area-3 Area-3" 14vh
    "Area-4 Area-4" 10vh
    "Area-5 Area-5" 5vh
    / .83fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 50vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5vh;
  line-height: 2vh;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 23vh;
  bottom: auto;
  left: 12.5vh;
}

.word-changer {
  color: #2433a8;
  position: -webkit-sticky;
  position: sticky;
  right: auto;
}

.paragraph {
  color: #1f2438;
  order: 0;
  align-self: flex-start;
  max-width: 80%;
  height: 19%;
  margin-top: 3h;
  margin-bottom: 3vh;
  font-size: 1.8vw;
  line-height: 2vw;
  position: static;
  top: 55%;
  bottom: auto;
  font-family: Montserrat Normal;
}

.button {
  color: #2433a8;
  text-align: center;
  -webkit-text-stroke-color: #e9e9f2;
  cursor: pointer;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  border-radius: 113px;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 17vw;
  height: 10%;
  margin-top: 15%;
  margin-right: auto;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3vw;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  text-decoration: none !important;
}

.button:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.button-2:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.heading {
  color: #1f2438;
  order: 0;
  align-self: flex-end;
  max-width: 80vw;
  height: 30%;
  margin-top: 2.5vh;
  margin-bottom: 0;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 5.2vw;
  display: flex;
  position: static;
  top: 12%;
  bottom: auto;
  font-family: Montserrat Bold, sans-serif;
}

.heading-pruebalo {
  color: #1f2438;
  order: 0;
  align-self: flex-end;
  max-width: 80vw;
  height: 30%;
  margin-top: 0vh;
  margin-bottom: 0;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 5.2vw;
  display: flex;
  position: static;
  top: 12%;
  bottom: auto;
  font-family: Montserrat Bold, sans-serif;
}

.heading.word-changer {
  z-index: auto;
  color: #2433a8;
  padding-left: 0;
  position: absolute;
}

.heading.word-changer.tiempo,
.heading.word-changer.comodidad,
.heading.word-changer.dinero {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin: auto;
  margin-top: 2.5vh;
  font-size: 4.8vw;
  line-height: 5.2vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading.word-changer.innovacion {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin: auto;
  margin-top: 2.5vh;
  font-size: 4.8vw;
  line-height: 5.2vw;
  display: block;
  position: absolute;
  top: auto;
}

.heading.word-changer.seguridad {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin: auto;
  margin-top: 2.5vh;
  padding-left: 0;
  font-size: 4.8vw;
  line-height: 5.2vw;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
}

.heading.head-planetas {
  color: #e9e9f2;
  padding-top: 25px;
}

.heading.h1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  font-size: 4.8vw;
  line-height: 5.2vw;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.heading.h1._1 {
  height: auto;
}

.image-2 {
  width: 50vh;
  position: fixed;
  top: 14%;
  bottom: 0%;
  left: 56%;
  right: 0%;
}

.text-wrapper {
  object-fit: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 4.2vw;
  line-height: 4.2vw;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.flex-block {
  flex-flow: column wrap;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
}

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

.lottie-animation {
  z-index: auto;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column wrap;
  grid-template: "Area Area" 60vh
    "Area Area"
    / 50vw;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.lottie-animation-2 {
  z-index: 1;
  object-fit: cover;
  width: auto;
  max-width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.carroussel-brands {
  color: #2433a8;
  background-color: #2433a8;
  width: 100vw;
  max-width: 100vw;
  height: 27vh;
  display: block;
  overflow: hidden;
}

.carroussel-brands.mob {
  display: none;
}

.carroussel-brands.prueba {
  display: none;
  overflow: hidden;
}

.div-carroussel {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  max-width: 100vw;
  height: 27vh;
  display: block;
  position: static;
  top: -20vh;
  overflow: hidden;
}

.carroussel-cont {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 150vw;
  max-width: 150vw;
  height: 27vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.carroussel-cont.carroussel-2 {
  position: absolute;
  left: -100vw;
}

.carroussel-cont._2 {
  left: 150vw;
}

.img-carroussel {
  background-color: #2433a8;
  height: 9vh;
  margin-top: 0;
  margin-right: 10vw;
  padding-top: 0;
}

.img-carroussel._2 {
  height: 11vh;
  margin: auto;
  display: block;
}

.img-carroussel._3 {
  height: 20vh;
  margin: auto;
  display: block;
}

.img-carroussel._4 {
  height: 10vh;
  margin: auto;
  display: block;
}

.img-carroussel._1 {
  height: 7vh;
  margin: auto;
  padding: 0;
  display: block;
  position: static;
}

.img-carroussel._5 {
  height: 7vh;
  margin: auto;
  display: block;
}

.estrellas-y-planetas {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.estrellas-y-planetas.mob {
  display: none;
}

.lottie-animation-3 {
  width: auto;
  max-width: 100vw;
  height: 100vh;
}

.stars-lotie {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150%;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.planetas.pl1 {
  cursor: pointer;
  object-fit: cover;
  height: 26vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.planetas.pl1:hover {
  pointer-events: auto;
}

.planetas.pl1.procura {
  pointer-events: auto;
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  width: 26vw;
  max-width: none;
  position: absolute;
  overflow: visible;
}

.planetas.pl1.procura.hidden {
  width: 100vh;
  height: auto;
  top: auto;
  bottom: auto;
  left: 20%;
  right: auto;
  transform: none;
  margin-top: 10px !important;
}

.planetas.pl2 {
  z-index: auto;
  cursor: pointer;
  width: 34.6vw;
  height: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.planetas.pl2.hidden {
  width: 100vh;
  max-width: none;
  display: none;
  top: auto;
  left: 2000vw;
}

.planetas.pl3 {
  cursor: pointer;
  display: block;
  position: absolute;
}

.planetas.pl3.hidden {
  width: 100vh;
  max-width: none;
  display: none;
  top: auto;
  left: 20%;
}

.planetas.pl4 {
  cursor: pointer;
  display: block;
  position: absolute;
}

.planetas.pl4.hidden {
  width: 100vh;
  max-width: none;
  display: none;
  top: auto;
  left: 20%;
}

.planetas.pl5 {
  cursor: pointer;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}

.planetas.pl5.hidden {
  width: 100vh;
  max-width: none;
  display: none;
  top: auto;
  left: 20%;
}

.planetas.pl6 {
  cursor: pointer;
  display: block;
  position: absolute;
}

.planetas.pl6.hid {
  display: none;
}

.planetas.pl6.hidden {
  width: 100vh;
  max-width: none;
  display: none;
  top: auto;
  left: 2000vw;
}

.planetas.pl7 {
  cursor: pointer;
  display: block;
  position: absolute;
}

.planetas.pl7.hidden {
  width: 100vh;
  max-width: none;
  display: none;
  position: absolute;
  top: auto;
  left: 20%;
}

.text-div-planetas {
  width: 20vw;
  height: 7vh;
  position: absolute;
  top: 5vh;
  left: 2.5vw;
}

.img-div-planetas {
  position: absolute;
  top: 12vh;
}

.img-div-planetas.pl1 {
  pointer-events: auto;
  cursor: pointer;
  object-fit: fill;
  width: 26vw;
  height: 26vw;
  display: block;
  top: 13vh;
  right: 34vw;
  overflow: visible;
}

.img-div-planetas.pl1:hover {
  pointer-events: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.img-div-planetas.pl2 {
  cursor: pointer;
  width: 34.6vw;
  height: 34.6vw;
  top: auto;
  bottom: -18vh;
  left: 2000vw;
}

.img-div-planetas.pl3 {
  cursor: pointer;
  width: 17.3vw;
  height: 27.8vh;
  top: 30vh;
  left: 11vw;
}

.img-div-planetas.pl4 {
  width: 11.7vw;
  height: 19.5vh;
  top: auto;
  bottom: 8.6vh;
  left: auto;
  right: 27vw;
}

.img-div-planetas.pl5 {
  width: 7.5vw;
  height: 13.1vh;
  top: 76.4vh;
  left: 29.5vw;
}

.img-div-planetas.pl6 {
  z-index: auto;
  width: 18vw;
  height: 28.5vh;
  top: auto;
  bottom: 14vh;
  right: 2000vw;
}

.img-div-planetas.pl7 {
  width: 12.65vw;
  height: 20vh;
  top: 44.44vh;
  right: 10.83vw;
}

.cont-planetas {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  overflow: visible;
  margin-bottom: 30px;
  bottom: 30px;
}

.div-planetas {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #e9e9f2;
  font-family: Montserrat Normal, sans-serif;
  position: absolute;
  top: 3vh;
  left: 11vw;
  z-index: 999999;
  font-size: 21px;
}

.text-block.procura {
  top: 9.8vh;
  left: 17vw;
}

.text-block.entret {
  top: 4vh;
  left: 22vw;
  display: none;
}

.text-block.logistica {
  width: 9vw;
  top: -.5vh;
  left: 6vw;
}

.text-block.manten {
  top: 6.2vh;
  left: 11.5vw;
  display: none;
}

.text-block.event {
  left: 10vw;
}

.text-block.remodela {
  left: 9vw;
}

.video-main {
  background-color: #fcd11d;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.div-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 62vw;
  max-width: 62vw;
  height: fit-content;
  max-height: 65vh;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.container {
  aspect-ratio: auto;
  background-color: #000;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.casos-de-exito {
  background-color: #7dabcf;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.casos-de-exito.mobile {
  display: none;
}

/* prevent horizontal scroll */
.page-wrap {
  overflow: clip;
}

/* make rounded corners work in safari */
.block {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

.block-exito {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 45vh;
  position: relative;
  top: 10vh;
  bottom: 25vh;
  left: 20vw;
  right: 10vw;
}

.block-exito._1 {
  left: 4vw;
}

.block-exito-cont {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 25px;
  width: 82vw;
  max-width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  background-image: 'images/banner-p.jpg';
  left: 4vw;
}

.image-21 {
  border-radius: 25px;
  height: auto;
  width: 100%;
  position: relative;
  top: -5%;
  z-index: 0;
  align-items: center;
  align-self: center;
  align-content: center;
  vertical-align: center;
}

.button-2.banner {
  color: #2433a8;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  font-family: Montserrat Bold, sans-serif;
  width: 17vw;
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 71vw;
  line-height: 3.5vw;
  height: 4vw;
  display: block;
font-size: 1.2vw;
}

.paragraph-3.banner {
  z-index: 9;
  position: absolute;
  color: #e9e9f2;
  left: 70%;
  top: 30%;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.div-block-2 {
  z-index: auto;
  color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-2 {
  z-index: 2;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: absolute;
  top: 10vh;
  left: auto;
  overflow: hidden;
}

.lottie-animation-4 {
  z-index: 1;
  width: 110vw;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: -10vw;
  bottom: -22vh;
  overflow: hidden;
}

.quienes-somos {
  background-color: #e9e9f2;
  width: auto;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.div-block-3 {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.container-3 {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: absolute;
}

.div-block-4 {
  width: 38vw;
  height: 38vh;
  position: relative;
  top: 29vh;
  left: 31vw;
}

.container-4 {
  position: relative;
  top: auto;
  left: auto;
}

.nuestra-historia {
  background-color: #1f2438;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.div-block-5 {
  position: relative;
}

.div-block-5._2 {
  width: 100vw;
  height: 100%;
}

.container-5 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  width: 40vw;
  position: absolute;
  top: 16vh;
  left: 15vw;
}

.container-5._2 {
  opacity: .85;
  background-color: #dedbf5;
  max-width: none;
  position: relative;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  width: 63vw;
  height: 63vw;
  position: relative;
  top: auto;
  left: 37vw;
  overflow: hidden;
}

.container-6 {
  width: 63vw;
  max-width: none;
  height: 63vw;
  position: absolute;
  overflow: hidden;
}

.escribenos {
  background-color: #2433a8;
  max-width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.footer {
  background-color: #fcd11d;
  max-width: 100vw;
  height: 37vh;
  overflow: hidden;
}

.container-7 {
  height: 5vh;
}

.navbar {
  background-color: #2433a8;
}

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

.container-8 {
  position: absolute;
}

.nav2 {
  z-index: 7;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  max-width: 100vw;
  height: 8vh;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.bloc-nav {
  z-index: 9;
  background-color: #2433a8;
  width: 100vw;
  max-width: 100vw;
  height: 8vh;
  position: fixed;
  top: 0;
  bottom: auto;
}

.bloc-nav._1 {
  position: static;
}

.cont-nav {
  z-index: 7;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7 Area-8" 8vh
    / 9vw 14vw 22vw 16vw 9vw 11vw 11vw 9vw;
  grid-auto-rows: 8vh;
  grid-auto-columns: 25vw;
  width: 100vw;
  max-width: 100vw;
  height: 8vh;
  display: grid;
  position: absolute;
  overflow: visible;
}

.sliding2 {
  z-index: 1;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e9f2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 150vh;
  display: block;
  position: static;
  overflow: visible;
}

/* .sliding2.mob {
  display: none;
} */

.div-block-8 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template: "Area Area-2"
    ". ."
    / 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-self: auto;
  width: 100vw;
  max-width: 100vw;
  height: 150vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.container-sliding {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  text-align: left;
  object-fit: contain;
  flex-flow: column;
  grid-template: "Area Area" 7vh
    "Area-3 Area-3" 13vh
    "Area-4 Area-4" 14vh
    "Area-5 Area-5" 9vh
    / 21vw 24vw;
  grid-auto-rows: 0;
  grid-auto-columns: 0;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  justify-items: start;
  width: 50vw;
  max-width: 50vw;
  height: 33%;
  margin-bottom: 20vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 27.5vh;
  left: 8vw;
  overflow: visible;
}

.cont-rocket {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: contain;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30vw;
  max-width: 30vw;
  height: 51vh;
  margin-bottom: 10vh;
  margin-left: 1vw;
  margin-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 23vh;
  bottom: auto;
  left: -20vw;
  right: auto;
  overflow: visible;
}

.image-3 {
  object-fit: fill;
  height: 50vh;
  position: absolute;
  overflow: auto;
}

.cont-estrellas {
  object-fit: fill;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cont-on-open {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 24px;
  grid-auto-columns: 1fr;
  width: 40vw;
  max-width: none;
  height: 46vh;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 43%;
  left: 8%;
  overflow: visible;
}

.h-services {
  top: 0;
  margin-top: -27vh;
  position: absolute;
}

.h-services2 {
  top: 0;
  position: static;
}

.h-services2.procura {
  height: 100%;
}

.h-services.remodela {
  height: 80vh;
}

.h-services.logistic {
  margin-top: -22vh;
}

.h-services.procura {
  height: 90vh;
  margin-top: -35vh;
}

.h-services.shopper {
  height: 90vh;
  margin-top: -32vh;
}

.h-services.event {
  height: 90vh;
  margin-top: -32vh;
}

.h-services.manten,
.h-services.entreten {
  line-height: 3vw;
}

.button-2 {
  color: #2433a8;
  text-align: center;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  border-radius: 113px;
  width: 15vw;
  height: 12vh;
  margin-left: 0vw;
  padding: 0;
  font-size: 1.5vw;
  line-height: 2vw;
  text-decoration: none;
  display: block;
  position: absolute;
  text-decoration: none !important;
}

.button-2.procura {
  z-index: 11;
  justify-content: center;
  align-items: center;
  height: 5vh;
  line-height: 1.2vw;
  display: flex;
}



.button-2.logistic {
  z-index: 11;
  justify-content: center;
  align-items: center;
  height: 5vh;
  padding-top: 0;
  line-height: 1.2vw;
  display: flex;
}


.button-2.shopper {
  z-index: 11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
}

.button-2.event {
  z-index: 11;
  justify-content: center;
  align-items: center;
  height: 5vh;
  line-height: 1.2vw;
  display: flex;
}

.button-2.remodela {
  z-index: 17;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 6vh;
  display: flex;
}


.button-2.entreten {
  z-index: 11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5vh;
  line-height: 1.2vh;
  display: flex;
}

.button-2.manten {
  z-index: 11;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin-top: -3vh;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 2.3vw;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1vw;
  position: absolute;
}

.paragraph-2.procura,
.paragraph-2.remodela,
.paragraph-2.shopper,
.paragraph-2.logistic,
.paragraph-2.entreten,
.paragraph-2.manten,
.paragraph-2.event {
  margin-top: -2vh;
  font-size: 1.1vw;
  line-height: 1.5vw;
  display: block;
}

.planetas {
  z-index: 999999;
}

.div-titles-on-open,
.div-parag-on-open {
  position: relative;
}

.div-block-9 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  top: 18vh;
  margin-left: 17.5vw;
  display: block;
  position: relative;
  overflow: visible;
}

.lottie-animation-5 {
  color: #2433a8;
  width: 130vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lottie-animation-6 {
  z-index: 5;
  object-fit: cover;
  width: 30vw;
  max-width: 30vw;
  height: 51vh;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading-2 {
  z-index: 2;
  aspect-ratio: auto;
  color: #2433a8;
  max-width: 29vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8vw;
  line-height: 5vh;
  position: relative;
  top: 4vh;
  left: 2.5vw;
}

.paragraph-3 {
  z-index: 2;
  color: #000;
  object-fit: fill;
  width: 80%;
  max-width: 29vw;
  margin-bottom: 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1vw;
  line-height: 2vh;
  position: relative;
  top: 9vh;
  left: 2.5vw;
}

.button-3 {
  z-index: 3;
  color: #2433a8;
  text-align: left;
  cursor: pointer;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  border-radius: 118px;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 4.5vh;
  padding: 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 7vw;
  right: auto;
}

.button-3:hover {
  color: #fcd11d;
  -webkit-text-stroke-color: #ffd166;
  background-color: #2433a8;
  border-color: #fcd11d;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-3.st {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-3.up {
  bottom: 38.1%;
  left: 43.3vw;
}

.button-3.up._1 {
  opacity: 0;
  background-color: #fcd11d;
  justify-content: center;
  align-items: center;
  height: 4.5vh;
  font-size: 1.3vw;
  line-height: 1.3vw;
  left: 11vw;
}

.button-3.up._1:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.button-3.up._2 {
  opacity: 0;
}

.button-3.up._3 {
  opacity: 0;
  left: 75.7vw;
}

.button-3.up._3:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.heading-3 {
  color: #1f2438;
  margin-top: 3vh;
  margin-bottom: 0;
  margin-left: 2vw;
  font-size: 3vw;
  line-height: 5vh;
  position: relative;
}

.heading-fl1 {
  color: #1f2438;
  margin-top: 18vh;
  margin-left: -1vw;
  font-size: 5vw;
  line-height: 5vh;
  position: relative;
  width: 40vw;
  font-family: Montserrat Bold, sans-serif;
}

.button-4 {
  color: #2433a8;
  text-align: center;
  cursor: pointer;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  border-radius: 118px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19vw;
  height: 4.5vh;
  margin-top: 5vh;
  margin-left: 0;
  padding: 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3vw;
  display: flex;
  position: relative;
  left: 9.5vw;
}

.button-4:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.paragraph-4 {
  color: #2e3552;
  margin-top: 4vh;
  margin-bottom: 0;
  margin-left: 2vw;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1vw;
  line-height: 2vh;
  position: relative;
}

.paragraph-fl1 {
  color: #2e3552;
  margin-top: -40vh;
  margin-bottom: 0;
  margin-left: -25vw;
  width: 40vw;
  font-family: flotta, sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  position: absolute;
  text-align: justify;
}

.paragraph-fl2 {
  color: #2e3552;
  margin-top: 14vh;
  margin-bottom: 0;
  margin-left: 22vw;
  width: 40vw;
  font-family: flotta, sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  position: absolute;
  text-align: justify;
}

.lottie-animation-7 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-7.loaderl {
  z-index: 10;
  object-fit: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 120%;
  height: 100vh;
  min-height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.lottie-animation-7.loaderm {
  z-index: 10;
  display: none;
  overflow: hidden;
}

.video {
  object-fit: fill;
  border-radius: 6px;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.image-4,
.image-5 {
  display: block;
}

.lottie-animation-8 {
  object-fit: cover;
  width: 63vw;
  height: 63vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 8vw;
  right: auto;
  overflow: hidden;
}

.heading-4 {
  color: #fcd11d;
  font-size: 3vw;
  line-height: 12vh;
}

.heading-vl1 {
  color: #fcd11d;
  font-size: 6vw;
  line-height: 12vh;
  margin-top: -3vh;
  margin-left: 2vw;
  font-family: Montserrat Bold, sans-serif;
}

.paragraph-5 {
  color: #fcd11d;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1vw;
  line-height: 2.5vh;
}

.paragraph-vl1 {
  color: #fcd11d;
  margin-top: 3vh;
  margin-left: 3vh;
  font-family: flotta, sans-serif;
  font-size: 4.4vh;
  line-height: 4.5vh;
}

.button-5 {
  color: #2433a8;
  text-align: center;
  cursor: pointer;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  border-radius: 118px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4.5vh;
  margin-top: 3vh;
  font-size: 1.3vw;
  line-height: 1.3vw;
  text-decoration: none;
  display: flex;
}

.button-5:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.heading-5 {
  color: #2433a8;
  text-align: left;
  margin-top: 3.5vh;
  margin-bottom: 3vh;
  margin-left: 2vw;
  font-size: 3vw;
  line-height: 6vh;
}

.heading-esc {
  color: #2433a8;
  text-align: left;
  margin-top: 3.5vh;
  margin-bottom: 3vh;
  margin-left: 2vw;
  font-size: 3vw;
  line-height: 6vh;
  font-family: Montserrat Bold, sans-serif;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.submit-button {
  background-color: #2433a8;
  border-radius: 118px;
  font-size: 1.2vw;
  line-height: 2.1vh;
}

.text-field {
  color: #2433a8;
  cursor: text;
  background-color: #a4a4d5;
  border-radius: 31px;
  width: 90%;
  margin: 10px auto;
  padding-left: 1vw;
}

.text-field.mensaje {
  height: 15vh;
}

.submit-button-2 {
  color: #2433a8;
  cursor: pointer;
  background-color: #fcd11d;
  border: 4px solid #2433a8;
  border-radius: 113px;
  width: 12vw;
  height: 4.5vh;
  margin-top: 1vh;
  margin-bottom: 2vh;
  margin-left: 3vw;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.submit-button-2:hover {
  color: #fcd11d;
  -webkit-text-stroke-color: #fcd11d;
  background-color: #2433a8;
  border-color: #ffd166;
}

.text-block-3 {
  color: #2433a8;
  text-align: center;
  margin-right: 1vw;
  font-size: .7vw;
  line-height: 2vh;
}

.text-block-4 {
  color: #2433a8;
  margin-left: 3vw;
}

.div2 {
  text-align: left;
  justify-content: space-between;
  width: 80vw;
  margin-top: 3vh;
  margin-left: 10vw;
  display: flex;
}

.cont1 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  grid-template: "Area Area-2 Area-3" 11vh
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80vw;
  margin-top: 0;
  padding-top: 5vh;
  display: grid;
}

.cont2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: left;
  grid-template: "Area Area-2 Area-3 Area-4" 5vh / 11vw 6vw 6vw 15vw;
  grid-auto-columns: .25fr;
  justify-content: stretch;
  justify-items: stretch;
  max-width: none;
  margin-left: 0;
  text-decoration: none;
  display: grid;
}

.cont2._3 {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: 5vh;
  grid-template-columns: 2vw 2vw 2vw 2vw;
  margin-right: 0;
}

.text-block-5 {
  color: #2433a8;
  padding-top: 3vh;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1.8vw;
  line-height: 2vh;
}

.image-6 {
  text-align: center;
  cursor: pointer;
  max-width: 60%;
  padding-bottom: 2vh;
}

.button-6 {
  color: #e9e9f2;
  text-align: center;
  cursor: pointer;
  background-color: #2433a8;
  border-radius: 118px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9vw;
  margin-top: 1vh;
  font-family: Montserrat Bold, sans-serif;
  font-size: .9vw;
  line-height: 1.5vh;
  text-decoration: none;
  display: flex;
}

.button-6:hover {
  color: #2433a8;
  -webkit-text-stroke-color: #2433a8;
  background-color: #e9e9f2;
  border: 3px solid #2433a8;
}

.rectangle {
  background-color: #2433a8;
  border-radius: 20px;
  width: 80vw;
  max-width: none;
  height: .3vh;
  margin-top: 3vh;
}

.w-layout-blockcontainer._3.w-container>a {
  border: 1px #fff solid;
  padding: 6px 11px;
  border-radius: 50%;
}

.footlink {
  z-index: 1;
  color: #2433a8;
  cursor: pointer;
  padding-left: 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1.2vw;
  line-height: 2vh;
  text-decoration: none;
  position: relative;
}

.social-links {
  cursor: pointer;
  height: 20px;
}

.navbar-2 {
  max-width: 100vw;
  display: none;
}

.text-block-6 {
  background-color: #fcd11d;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: relative;
  top: -5vh;
  overflow: hidden;
}

.sliding-mob {
  max-width: 100vw;
  display: none;
  overflow: hidden;
}

.loader-mob {
  z-index: 10;
  object-fit: cover;
  max-width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-10 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  text-align: left;
  flex-flow: row;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11 {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 20%;
  position: relative;
}

.container-11 {
  background-color: #2433a8;
  width: 100vw;
  max-width: none;
  height: 20%;
  margin-left: 0;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-12 {
  width: 100vw;
  height: 20%;
}

.text-span {
  color: rgba(0, 0, 0, 0);
}

.image-7 {
  width: 3vw;
  max-width: none;
  margin-bottom: 1vh;
  margin-right: 3vw;
  padding-right: 0;
}

.pop-up-options {
  z-index: 5;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px #000;
  border-radius: 25px;
  flex-flow: wrap;
  grid-template: "Area Area-2 Area-3 Area-4"
    "Area-5 Area-6 Area-7 Area-8"
    / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  width: 87%;
  height: 90%;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: scroll;
}

.pop-up-options.menu {
  z-index: 6;
  flex-flow: column;
  display: flex;
}

.section {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 82vh;
  display: block;
  position: fixed;
  overflow: visible;
}

.container-prod {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #e9e9f2;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  max-width: none;
  height: 21vw;
  margin: auto;
  padding-bottom: 0%;
  transition: all 50ms cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.container-prod:hover {
  transform: translate3d(0, 0, 30px)scale3d(1.1, 1.1, 2);
}

.text-block-7 {
  color: #1f2438;
  text-align: left;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 1vw;
  line-height: 1vw;
  position: absolute;
  left: 0;
}

.text-block-8 {
  color: #1f2438;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  font-size: 1vw;
  line-height: 1vw;
  text-decoration: underline;
  display: block;
  position: absolute;
  right: 0;
}

.container-13 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 15%;
  margin-top: 1vh;
  margin-left: auto;
  display: flex;
  position: absolute;
  bottom: 28%;
}

.container-13._1 {
  bottom: 33%;
}

.button-7 {
  z-index: 9;
  color: #2433a8;
  background-color: #fcd11d;
  border: 3px solid #2433a8;
  border-radius: 23px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 3vh;
  font-family: Montserrat Bold, sans-serif;
  font-size: .9vw;
  line-height: 1vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 5%;
  left: 10%;
  right: 10%;
}

.button-7:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.button-7.cart {
  border-radius: 100px;
  width: 3vh;
  height: 3vh;
  display: flex;
}

.paragraph-6 {
  color: #1f2438;
  margin-bottom: 1vh;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: auto;
}

.paragraph-6._1 {
  bottom: 18%;
}

.image-8 {
  border-radius: 25px;
  width: 85%;
  max-width: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 7.5%;
  right: 7.5%;
}

.pop-up-products {
  z-index: 5;
  background-color: #7dabcf;
  border-radius: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 90%;
  height: 99%;
  display: flex;
  position: absolute;
  top: 1%;
  left: 5%;
  right: 5%;
}

.go-back {
  width: 2%;
  position: relative;
  top: 4%;
  left: 3%;
}

.close {
  z-index: 6;
  text-align: left;
  align-self: auto;
  width: 2%;
  position: relative;
  top: 4%;
  right: 3%;
}

.image-9 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  cursor: pointer;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.popups {
  z-index: 5;
  width: 100vw;
  max-width: 100vw;
  height: 82vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.pop-up-menu {
  z-index: 6;
  background-color: #fcd11d;
  border-radius: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  height: 99%;
  display: flex;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 5%;
  right: 5%;
}

._4-options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
    / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: none;
  height: 40%;
  display: grid;
}

._3-options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
    / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: none;
  height: 40%;
  display: grid;
}

.heading-6 {
  color: #1f2438;
  font-family: Montserrat Bold, sans-serif;
  font-size: 2.4vw;
  line-height: 3vw;
}

.derecha-p {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: scroll;
}

.izquierda-m {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 15%;
  height: 80%;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: 5%;
  left: 1.5%;
  right: auto;
}

.text-block-9 {
  color: #1f2438;
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 12vw;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  font-family: Montserrat Bold, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
  text-decoration: underline;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-7 {
  color: #1f2438;
  align-self: auto;
  margin-top: 2.5%;
  margin-left: 20%;
  font-family: Montserrat Bold, sans-serif;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.boton-compra {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 8%;
  display: none;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 39%;
  right: 39%;
}

.container-15 {
  border: 4px solid #2433a8;
  border-radius: 125px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-8 {
  color: #2433a8;
  text-align: center;
  background-color: #ffd166;
  border: 4px solid #2433a8;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat Bold, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-button {
  color: #ffd166;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cart-quantity {
  color: #2433a8;
  background-color: #ffd166;
  align-self: flex-start;
  margin-top: 4%;
  margin-left: -3%;
}

.cart {
  z-index: 999;
  text-align: center;
  width: 80%;
  height: 100%;
}

.icon-2 {
  align-self: center;
  width: auto;
  max-width: 55%;
  height: auto;
  margin-right: 0;
  position: relative;
}

.cart-wrapper {
  border-radius: 50px;
}

.cart-container {
  border-radius: 0 0 0 50px;
  overflow: auto;
}

.div-block-14 {
  z-index: 9;
  width: 10vw;
  max-width: 100vw;
  height: 10vw;
  position: -webkit-sticky;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 88%;
  right: 0;
  overflow: visible;
}

.container-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 20%;
  right: 20%;
}

.image-11 {
  align-self: center;
  width: 80%;
  max-width: none;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
}

.text-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1f2438;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat Bold, sans-serif;
  display: flex;
  position: static;
}

.image-12 {
  width: 2vw;
  max-width: none;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 3%;
}

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

.slide {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 50%;
  margin: 0;
  display: flex;
  bottom: 7.5%;
}

.slide-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 0;
  display: flex;
  bottom: 7.5%;
}

.slide-3 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50vw;
  margin-right: 10vw;
  display: flex;
  bottom: 7.5%;
}

.slide-4,
.slide-5,
.slide-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-right: 10vw;
  display: flex;
  bottom: 7.5%;
}

.mask {
  object-fit: contain;
  background-color: #2433a8;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.slider-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lottie-animation-10 {
  width: 130vw;
  margin-bottom: -.4%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-16 {
  z-index: auto;
  width: 100vw;
  max-width: 100vw;
  height: 730vh;
  position: fixed;
  overflow: visible;
}

.div-block-17 {
  z-index: -3;
  max-width: 100vw;
  height: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.page-wrap {
  width: 100vw;
  height: 795vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.bold-text,
.text-span-4 {
  font-size: 1.1vw;
}

.container-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 0;
  background-color: #e9e9f2;
  border-radius: 25px;
  grid-template: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8"
    "Area-9 Area-10"
    "Area-11 Area-12"
    "Area-13 Area-14"
    "Area-15 Area-16"
    "Area-17 Area-18"
    "Area-19 Area-20"
    "Area-21 Area-22"
    / 2.5vw 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: none;
  font-size: 10px;
  line-height: 10px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-18:hover {
  opacity: 1;
}

.text-block-11 {
  text-align: left;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin: 0 auto 0 10px;
  padding: 0%;
  display: block;
}

.div-block-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: contain;
  border-right: 0 #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 1vh;
  margin-bottom: 0%;
  margin-left: 4%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  object-fit: contain;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 1vh 5% 0% 0%;
  line-height: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8"
    "Area-9 Area-10"
    "Area-11 Area-12"
    "Area-13 Area-14"
    "Area-15 Area-16"
    "Area-17 Area-18"
    "Area-19 Area-20"
    "Area-21 Area-22"
    / 12% 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  margin-top: 2.5%;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.text-span-5 {
  font-size: 14px;
  text-decoration: none;
}

.paragraph-7 {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 5%;
  line-height: 20px;
}

.flex-block-3 {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 4.5vh;
  position: absolute;
  bottom: 5%;
  left: 7.5%;
  right: 7.5%;
}

.link-block-2 {
  color: #2433a8;
  background-color: #fcd11d;
  border: 3px solid #2433a8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3vh;
  height: 3vh;
  display: flex;
}

.link-block-2:hover {
  color: #fcd11d;
  background-color: #2433a8;
  border-color: #fcd11d;
}

.image-13 {
  max-width: 60%;
}

.div-block-22 {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 3vh;
  display: none;
  position: absolute;
  right: -12%;
}

.div-block-23 {
  color: #2433a8;
  background-color: #fcd11d;
  border: 3px solid #2433a8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2vh;
  height: 2vh;
  margin: 1%;
  display: flex;
  box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, .2);
}

.div-block-23._2 {
  width: 4vh;
  height: 2.8vh;
}

@media (max-width: 991px) {
  .loader {
    object-fit: fill;
  }
}

@media screen and (max-width: 500px) {

  /*479*/
  .body {
    height: 698vh;
    overflow: visible;
  }

  .escribenos {
    height: 625px;
  }

  .nav-links {
    display: none;
  }

  .nav-links.mob {
    text-align: center;
    display: block;
  }

  .logo-nav {
    height: 4.5vh;
  }

  .nav-button {
    display: none;
  }

  .loader {
    z-index: auto;
    object-fit: none;
    object-position: 50% 50%;
    background-color: #1f2438;
    width: auto;
    max-width: 200vw;
    height: 100%;
    max-height: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .paragraph {
    max-width: 90vw;
    margin: 10% 0 0;
    font-family: Montserrat Bold, sans-serif;
    font-size: 4vw;
    line-height: 6.5vw;
    position: static;
  }

  .button {
    z-index: 2;
    width: 60vw;
    height: 4.5vh;
    margin-top: 10%;
    margin-left: auto;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    font-size: 5vw;
    line-height: 5vw;
    position: relative;
    left: auto;
  }

  .heading {
    max-width: 90vw;
    height: auto;
    font-size: 7.5vw;
    line-height: 7.5vw;
    position: static;
  }

  .heading.word-changer.tiempo {
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 7.5vw;
    line-height: 7.5vw;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading.word-changer.comodidad {
    justify-content: flex-start;
    align-items: center;
    font-size: 7.5vw;
    line-height: 7.5vw;
    display: flex;
    position: absolute;
    top: 0;
  }

  .heading.word-changer.dinero {
    font-size: 7.5vw;
    line-height: 7.5vw;
    display: flex;
    position: absolute;
    top: 0;
  }

  .heading.word-changer.innovacion {
    font-size: 7.5vw;
    line-height: 7.5vw;
    display: flex;
    top: 0;
  }

  .heading.word-changer.seguridad {
    justify-content: flex-start;
    align-items: center;
    font-size: 7.5vw;
    line-height: 7.5vw;
    display: flex;
    top: 0;
  }

  .heading.head-planetas {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading.h1 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 48%;
    height: auto;
    font-size: 7.5vw;
    line-height: 7.5vw;
    display: flex;
    position: static;
    top: 0;
    left: auto;
  }

  .text-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 51%;
    height: auto;
    font-size: 8vw;
    line-height: 8vw;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .carroussel-brands {
    height: 16vh;
    display: none;
    overflow: hidden;
  }

  .carroussel-brands.mob {
    display: block;
  }

  .carroussel-brands.prueba {
    display: none;
  }

  .div-carroussel {
    height: 16vh;
  }

  .carroussel-cont {
    width: 230vw;
    max-width: 250vw;
    height: 16vh;
    position: static;
    overflow: hidden;
  }

  .carroussel-cont._2 {
    left: 250vw;
  }

  .img-carroussel._2 {
    height: 8vh;
    margin-right: -3vw;
  }

  .img-carroussel._3 {
    height: 16vh;
    margin-right: 9vw;
  }

  .img-carroussel._4 {
    height: 7vh;
    margin-left: -1vw;
    margin-right: 9vw;
  }

  .img-carroussel._1 {
    height: 5vh;
    margin-right: 3vw;
  }

  .img-carroussel._5 {
    height: 6vh;
  }

  .estrellas-y-planetas {
    height: 250vh;
    display: none;
    overflow: hidden;
  }

  .estrellas-y-planetas.mob {
    height: 145vh;
    display: block;
  }

  .stars-lotie {
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .planetas.pl1.procura {
    width: 100%;
    height: auto;
  }

  .planetas.pl1.procura.hidden {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    background-image: url('images/Procura.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .planeta-0 {
    height: 30px;
  }


  .planeta-1 {
    height: 220px;
  }

  .planeta-2 {
    height: 170px;
  }

  .planeta-3 {
    height: 170px;
  }

  .planeta-4 {
    height: 220px;
  }

  .planeta-5 {
    height: 220px;
  }

  .planeta-1,
  .planeta-2,
  .planeta-3,
  .planeta-4,
  .planeta-5>div {
    color: #FFF;
  }

  .planeta-1>div {
    top: 68px;
    position: absolute;
    left: 47%;
  }

  .planeta-2>div {
    position: absolute;
    left: 79%;
  }

  .planeta-3>div {
    position: absolute;
    right: 15%;
  }

  .planeta-4>div {
    position: absolute;
    left: 37%;
  }

  .planeta-5>div {
    position: absolute;
    right: 37%;
  }


  #procura {
    transition: all ease-in 0.5s;
    width: 55%;
    margin: 0px 35% 0 auto;
    display: block;

  }

  #eventos {
    transition: all ease-in 0.5s;
    width: 50%;
    float: inline-end;
    margin-right: 4%;
    margin-top: -8%;
  }

  #shopper {
    transition: all ease-in 0.5s;
    width: 40%;
    float: inline-end;
    margin-top: -45px;
    margin-right: 10%;
  }

  #logistica {
    transition: all ease-in 0.5s;
    width: 35%;
    margin: 0 27% auto;
    display: block;
  }

  #proyectos {
    width: 60%;
    transition: all ease-in 0.5s;
    margin-top: -8%;
  }

  .head-planetas {
    transition: all ease-in 0.5s;
  }

  .planetas.pl2 {
    width: 100%;
    max-width: none;
    height: auto;
    left: 2000vw;
  }

  .planetas.pl2.hidden {
    width: 100%;
    left: 2000vw;
  }

  .planetas.pl3,
  .planetas.pl3.hidden,
  .planetas.pl4,
  .planetas.pl4.hidden {
    width: 100%;
    max-width: none;
  }

  .planetas.pl5 {
    width: 40vw;
  }

  .planetas.pl6 {
    width: 70vw;
    left: 2000vw;
  }

  .planetas.pl7 {
    width: 65vw;
  }

  .img-cont-planetas {
    position: relative;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
  }

  .remodelapng {
    height: 100%;
    position: static;
    margin-top: 0;
    margin-left: 0;
  }

  .text-div-planetas {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 2.5vh;
    left: auto;
  }

  .img-div-planetas.pl1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 60vw;
    height: 60vw;
    display: flex;
    top: 6.5vh;
    left: -2.1vw;
    right: auto;
  }

  .img-div-planetas.pl2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 120vw;
    display: flex;
    bottom: -52.5vw;
    left: 2000vw;
  }

  .pl3_ {
    top: 20px;
    margin-top: 42%;
    margin-left: 36%;
    width: 180px !important;
  }

  .pl3_>.text-block {
    right: 45% !important;
  }

  .img-div-planetas.pl3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 45vw;
    height: 45vw;
    display: flex;
    top: 33.9vh;
    left: auto;
    right: 8.9vw;
  }

  .img-div-planetas.pl4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48vw;
    height: 48vw;
    display: flex;
    bottom: 32vh;
    right: 10.8vw;
  }

  .img-div-planetas.pl5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 35vw;
    height: 35vw;
    display: flex;
    top: 63.8vh;
    left: 21.7vw;
  }

  .img-div-planetas.pl6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 45vw;
    height: 45vw;
    display: flex;
    top: 69.6vh;
    bottom: auto;
    right: 2000vw;
  }

  .img-div-planetas.pl7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 57vw;
    height: 57vw;
    display: flex;
    top: auto;
    bottom: 61.1vh;
    left: -3.3vw;
    right: auto;
  }

  .cont-planetas,
  .div-planetas {
    height: 100%;
  }

  .text-block {
    text-align: center;
    justify-content: flex-start;
    font-size: 3.5vw;
    line-height: 3.5vw;
    display: flex;
    position: relative;
    top: 18%;
    left: auto;
    right: 8%;
  }

  .text-block.procura {
    text-align: center;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 0;
    font-size: 3.5vw;
    display: flex;
    position: relative;
    top: 19%;
    left: auto;
    right: auto;
  }

  .text-block.entret {
    top: 22%;
    left: -3%;
    right: 2000vw;
  }

  .text-block.logistica {
    float: none;
    clear: none;
    text-align: center;
    justify-content: center;
    width: 40vw;
    display: flex;
    top: 28.3%;
    left: 76%;
    right: auto;
  }

  .text-block.manten {
    justify-content: center;
    top: 29.1%;
    left: auto;
    right: 2000vw;
  }

  .text-block.event {
    justify-content: center;
    top: 22.4%;
    left: auto;
  }

  .text-block.remodela {
    top: 22%;
    left: 17.5%;
    right: auto;
  }

  .video-main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 30vh;
    display: flex;
    overflow: hidden;
  }

  .div-block {
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20vh;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .container {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #fcd11d;
    border-color: #fcd11d;
    border-radius: 50px;
    height: 20vh;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    overflow: visible;
  }

  .casos-de-exito {
    width: 100vw;
    height: 90vh;
    display: none;
    overflow: hidden;
  }

  .casos-de-exito.mobile {
    display: none;
  }

  .casos-de-exito.mobile.prueba {
    display: block;
  }

  .block-exito {
    z-index: 1;
    width: 84vw;
    height: 48vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .block-exito-cont {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    max-width: 84vw;
    height: 48vh;
    display: flex;
    background: #FFF;
  }

  .div-block-2 {
    height: 80vh;
  }

  .container-2 {
    z-index: 2;
    height: 80vh;
    top: 40vh;
  }

  .lottie-animation-4 {
    z-index: 2;
    width: 220vw;
    top: -13vh;
    left: -60vw;
    right: auto;
  }

  .quienes-somos {
    height: 75vh;
    overflow: hidden;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 70vh;
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .container-3 {
    width: 130%;
    height: auto;
    display: inline-block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .div-block-4 {
    text-align: center;
    width: 84vw;
    height: 38vh;
    top: 25vh;
    left: 8vw;
  }

  .nuestra-historia {
    width: 100vw;
    overflow: hidden;
  }

  .container-5 {
    text-align: center;
    width: 84vw;
    top: 12vw;
    left: 8vw;
  }

  .container-5._2 {
    text-align: center;
    width: 86vw;
    top: 8%;
  }

  .div-block-6 {
    width: 102vw;
    height: 102vw;
    bottom: -54vh;
    left: -1vw;
  }

  .container-6 {
    width: 102vw;
    height: 102vw;
    margin-top: 0;
  }

  .escribenos {
    width: 100vw;
    height: 80vh;
    overflow: hidden;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 85vw;
    display: flex;
  }

  .nav2 {
    z-index: 2;
    position: relative;
    overflow: visible;
  }

  .cont-nav {
    grid-template-columns: 9vw 29vw 10vw 14vw 9vw 11vw 12vw 6vw;
    grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7 Area-8";
  }

  .sliding2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    overflow: hidden;
  }

  .sliding2.mob {
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template: "Area" 40vh
      "Area-2" 40vh
      / 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .container-sliding {
    z-index: 1;
    grid-column-gap: 9px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "Area Area" 10vw
      "Area-3 Area-3" 20vw
      "Area-4 Area-4" 30vw
      "Area-5 Area-5" 20vw
      / 42.5vw;
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    justify-items: stretch;
    width: 90vw;
    max-width: 90vw;
    height: 50vh;
    display: flex;
    position: absolute;
    top: 10vh;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .cont-rocket {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80vw;
    max-width: 80vw;
    height: 80vw;
    display: block;
    top: 30vh;
    left: 10vw;
  }

  .cont-rocket.mob {
    z-index: 5;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: auto;
    right: auto;
  }

  .cont-estrellas {
    justify-content: flex-start;
    align-items: flex-start;
    width: 500vh;
    max-width: none;
    height: 100%;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  #w-node-bdd00d0b-040c-e58a-5ba8-10e2435c7589-9d838117 {
    color: #FFF;
  }

  .cont-on-open {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    text-align: center;
    grid-template: "Area" 15vh
      "Area-2"
      "Area-3" 12vh
      / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 82vw;
    height: 40vh;
    display: none;
    top: 83vh;
    bottom: 0%;
    left: 9vw;
    right: 9vw;
  }

  .h-services.procura {
    max-width: 50vw;
    margin-left: 16vw;
    padding-top: 4vh;
    padding-left: 0;
    font-size: 6vw;
    line-height: 6vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-services.remodela,
  .h-services.manten,
  .h-services.logistic {
    max-width: 50vw;
    margin-left: 16vw;
    padding-left: 0;
    font-size: 6vw;
    line-height: 6vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-services.event {
    max-width: 50vw;
    margin-left: 16vw;
    padding-top: 4vh;
    padding-left: 0;
    font-size: 6vw;
    line-height: 6vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-services.shopper {
    max-width: 60vw;
    margin-left: 11vw;
    padding-top: 4vh;
    padding-left: 0;
    font-size: 6vw;
    line-height: 6vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-services.entreten {
    max-width: 50vw;
    margin-left: 16vw;
    padding-left: 0;
    font-size: 6vw;
    line-height: 6vw;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-2 {
    display: flex;
  }

  .button-2.procura,
  .button-2.logistic {
    z-index: 5;
    width: auto;
    max-width: 65vw;
    height: 4.5vh;
    margin: auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-2.shopper {
    z-index: 5;
    flex-flow: row;
    width: auto;
    max-width: 65vw;
    height: 4.5vh;
    margin: auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-2.shopper:hover {
    color: #2433a8;
    background-color: #ffd166;
    border: 4px solid #2433a8;
  }

  .button-2.event {
    z-index: 5;
    width: auto;
    max-width: 65vw;
    height: 4.5vh;
    margin: auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-2.remodela {
    z-index: 5;
    flex-flow: row;
    width: auto;
    max-width: 65vw;
    margin: auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-2.remodela:hover {
    color: #2433a8;
    background-color: #ffd166;
    border: 4px solid #2433a8;
  }

  .button-2.entreten {
    z-index: 5;
    flex-flow: row;
    width: auto;
    max-width: 65vw;
    margin: auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-2.entreten:hover {
    color: #2433a8;
    background-color: #ffd166;
    border: 4px solid #2433a8;
  }

  .button-2.manten {
    z-index: 5;
    flex-flow: row;
    width: auto;
    max-width: 65vw;
    margin: auto;
    font-size: 5vw;
    line-height: 5vw;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-2.manten:hover {
    color: #2433a8;
    background-color: #ffd166;
    border: 4px solid #2433a8;
  }

  .paragraph-2.procura {
    color: #1f2438;
    max-width: 72vw;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7vw;
    line-height: 3vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-2.remodela {
    max-width: 72vw;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7vw;
    line-height: 3vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraph-2.shopper,
  .paragraph-2.logistic,
  .paragraph-2.entreten,
  .paragraph-2.manten,
  .paragraph-2.event {
    color: #1f2438;
    max-width: 72vw;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7vw;
    line-height: 3vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-titles-on-open {
    text-align: center;
    font-size: 4vw;
    line-height: 3vw;
  }

  .lottie-animation-5 {
    text-align: right;
    align-self: flex-start;
    width: 350%;
    max-width: none;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .lottie-animation-6 {
    text-align: center;
    object-fit: cover;
    width: 80vw;
    max-width: 80vw;
    height: 80vw;
    display: inline-block;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
    transform: rotate(45deg);
  }

  .heading-2 {
    text-align: center;
    max-width: 60vw;
    font-size: 7vw;
    line-height: 8vw;
    top: 10vw;
    left: auto;
  }

  .paragraph-3 {
    color: #1f2438;
    text-align: center;
    max-width: 60vw;
    font-size: 3.1vw;
    line-height: 4vw;
    position: absolute;
    top: 11vh;
    left: auto;
  }

  .paragraph-3._2 {
    display: block;
  }

  .paragraph-3._2.hid {
    display: none;
  }

  .paragraph-3._3 {
    display: block;
  }

  .paragraph-3._3.hid,
  .paragraph-3.hid {
    display: none;
  }

  .button-3 {
    z-index: 3;
    text-align: center;
    width: 40vw;
    padding-left: 0;
    font-size: 5vw;
    position: absolute;
    top: auto;
    bottom: 40%;
    left: 30%;
  }

  .heading-3 {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 8vw;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 4.5vh;
    margin: 8vw auto auto;
    padding: 9px .5vh;
    font-size: 4vw;
    line-height: 6vw;
    display: flex;
    left: auto;
  }

  .paragraph-4 {
    max-width: 78vw;
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6vw;
    line-height: 4vw;
    display: block;
  }

  .lottie-animation-7,
  .lottie-animation-7.loaderl {
    display: none;
  }

  .lottie-animation-7.loaderm {
    z-index: 10;
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 110vw;
    min-width: 110%;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: -5%;
    right: auto;
    overflow: auto;
  }

  .video {
    z-index: auto;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .lottie-animation-8 {
    width: auto;
    height: auto;
    left: auto;
  }

  .heading-4 {
    font-size: 8vw;
    line-height: 18vw;
  }

  .paragraph-5 {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .button-5 {
    width: 100%;
    font-size: 4vw;
    line-height: 4vw;
    text-decoration: none;
  }

  .heading-5 {
    text-align: center;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 9vw;
    line-height: 14vw;
  }

  .text-field {
    text-align: left;
    width: 65vw;
    height: 10vw;
    margin-top: 4%;
    margin-left: auto;
    padding-left: 5vw;
  }

  .text-field.mensaje {
    height: 44vw;
  }

  .submit-button-2 {
    width: 54vw;
    max-width: 64vw;
    height: 10vw;
    margin: 8% auto 10%;
    font-size: 5vw;
    line-height: 4vw;
  }

  .div2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -9vw;
    margin-left: 0;
  }

  .cont1 {
    text-align: center;
    grid-template-rows: 40vw;
    grid-template-columns: 5vw 3.25fr 5vw;
    align-content: start;
    align-items: start;
    margin-top: -5vw;
    padding-top: 0;
  }

  .cont2 {
    text-align: center;
    grid-template: "Area Area-2 Area-3" 5vw
      ". Area-5 ." 5vw
      ". Area-4 ." 5vw
      ". Area-6 ." 5vw
      / 3vw 32vw 3vw;
    grid-auto-flow: column;
    align-content: stretch;
    align-self: center;
    align-items: stretch;
    margin-right: 0;
    font-size: 4vw;
  }

  .cont2._3 {
    grid-column-gap: 3.8vw;
    grid-row-gap: 3.8vw;
    text-align: center;
    grid-template-rows: 5vh;
    grid-template-columns: 15vw 15vw 15vw 15vw;
    grid-auto-rows: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 90vw;
    margin-top: 6vw;
    padding-top: 6vw;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-5 {
    display: none;
  }

  .image-6 {
    width: 36vw;
    max-width: 64vw;
    height: auto;
    position: static;
    overflow: visible;
  }

  .button-6,
  .rectangle {
    display: none;
  }

  .footlink {
    text-align: center;
    font-size: 2.6vw;
    line-height: 4vw;
  }

  .social-links {
    height: 5vw;
  }

  .navbar-2 {
    z-index: 7;
    background-color: #2433a8;
    margin-left: 7vw;
    padding-left: 0;
    display: block;
  }

  .menu-button {
    width: 15vw;
    height: 15vw;
    margin-left: 6vw;
    padding: 0;
    display: inline-block;
  }

  .container-9 {
    z-index: 7;
    width: 15vw;
    height: 15vw;
    margin-left: 10vw;
    position: relative;
  }

  .icon {
    color: #fbd01b;
    text-align: center;
    object-fit: cover;
    border-radius: 0;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    width: 15vw;
    max-width: 100%;
    height: 15vw;
    font-family: Montserrat Bold, sans-serif;
    font-size: 14vw;
    line-height: 6vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .icon.close {
    cursor: pointer;
  }

  .lottie-animation-9 {
    z-index: 1;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    height: 90vw;
    display: inline-block;
    position: absolute;
    top: 19%;
    bottom: 0%;
    left: -13.5vw;
    right: 0%;
  }

  .form {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 76vw;
    max-width: 76vw;
    display: flex;
  }

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

  .text-block-6 {
    color: #2433a8;
    text-align: center;
    margin-top: -4vw;
    font-family: Montserrat Bold, sans-serif;
    font-size: 3vw;
    line-height: 4vw;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sliding-mob {
    background-color: #e9e9f2;
    height: 100vh;
    display: block;
    overflow: hidden;
  }

  .cont-lotie {
    position: -webkit-sticky;
    position: sticky;
  }

  .cont-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    max-width: 100vw;
    height: 60vh;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .loader-mob {
    z-index: 10;
    background-color: #1f2438;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: none;
    height: 120vh;
    min-height: 120vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-7 {
    display: none;
  }

  .pop-up-options {
    grid-row-gap: 10%;
    flex-flow: wrap;
    grid-template: "Area Area-2" 20%
      "Area-3 Area-4" 20%
      "Area-5 Area-6" 20%
      "Area-7 Area-8" 20%
      / 1fr 1fr;
    grid-auto-flow: column;
    align-content: start;
    align-self: flex-start;
    align-items: start;
    justify-items: center;
    margin-top: auto;
    top: auto;
    overflow: scroll;
  }

  .container-prod {
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    height: 60%;
    margin: 5%;
    overflow: visible;
  }

  .text-block-7 {
    align-self: center;
    font-size: 2vh;
    line-height: 2vh;
    left: 1%;
  }

  .text-block-8 {
    font-size: 2vh;
    line-height: 2vh;
  }

  .container-13 {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-left: auto;
    font-size: 12px;
    position: relative;
  }

  .container-13._1 {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 35%;
  }

  .button-7 {
    background-color: #fcd11d;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 3vh;
    font-size: 1.5vh;
    line-height: 1.5vh;
    display: flex;
    position: static;
    overflow: visible;
  }

  .button-7:hover {
    color: #fcd11d;
    background-color: #2433a8;
    border-color: #fcd11d;
  }

  .paragraph-6 {
    display: block;
  }

  .paragraph-6._1 {
    display: flex;
  }

  .image-8 {
    border-radius: 10px;
  }

  .pop-up-products {
    z-index: 6;
    display: flex;
    overflow: visible;
  }

  .close {
    z-index: 8;
    width: 3.3%;
    display: inline-block;
    top: 3%;
    right: 7%;
  }

  .popups {
    z-index: 7;
    display: none;
    overflow: visible;
  }

  .izquierda-m {
    left: 3.5%;
  }

  .text-block-9 {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .heading-7 {
    margin-top: 12.5%;
    margin-left: 10%;
    font-size: 3vw;
  }

  .div-block-13 {
    z-index: 3;
    opacity: .99;
    background-color: #1f2438;
    border-radius: 0 0 0 45px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 66.67%;
    height: 66.67vh;
    padding: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, .2);
  }

  .container-14 {
    flex-flow: column;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 85%;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .cart-button {
    display: none;
  }

  .cart {
    margin-left: -59vw;
  }

  .container-16 {
    flex-flow: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-span-2 {
    color: rgba(0, 0, 0, 0);
  }

  .div-block-14 {
    width: 12vh;
    height: 12vh;
  }

  .text-block-10 {
    position: relative;
    top: 0%;
    right: 0%;
  }

  .menu-pop {
    z-index: 7;
    color: rgba(0, 0, 0, 0);
    background-color: #2433a8;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-15 {
    z-index: 7;
    color: #2433a8;
    border-bottom-left-radius: 30px;
    width: 40vw;
    height: 30vh;
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: auto;
    right: -50%;
    overflow: hidden;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    background-color: rgba(0, 0, 0, 0);
    width: 84vw;
    height: 48vh;
    top: 15vw;
    bottom: 29vh;
    left: 8vw;
    right: 8vw;
  }

  .left-arrow {
    left: auto;
  }

  .lottie-animation-10 {
    display: none;
  }

  .page-wrap {
    height: 720vh;
    overflow: hidden;
  }

  .div-block-20 {
    border-left-style: none;
    border-left-width: 0;
    position: static;
  }

  .text-span-6 {
    font-size: 1.7vh;
  }
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a345385f-9d838117 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453860-9d838117 {
  grid-area: Area-5;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453864-9d838117 {
  grid-area: Area-6;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453867-9d838117 {
  grid-area: Area-7;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a345386f-9d838117 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453873-9d838117 {
  grid-area: Area-5;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453877-9d838117 {
  grid-area: Area-6;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a345387a-9d838117 {
  grid-area: Area-7;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a345387c-9d838117 {
  grid-area: Area-8;
  align-self: center;
  justify-self: center;
}

#w-node-c0d94201-e0b1-153e-1a1e-cfb2a34538ad-9d838117 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-_31d29496-e2d2-6689-1b2f-223d1ae79a9a-9d838117 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_31d29496-e2d2-6689-1b2f-223d1ae79a9d-9d838117 {
  grid-area: Area-5;
}

#w-node-_31d29496-e2d2-6689-1b2f-223d1ae79aa1-9d838117 {
  grid-area: Area-6;
}

#w-node-_5a40aa02-317b-d6ba-45a6-390a5a922627-9d838117 {
  grid-area: Area-7;
}

#w-node-_7d6891be-ed6b-f766-fab8-5e9cbff56430-9d838117 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-fa3459ba-f1ef-ce8e-2aea-c58620445063-9d838117 {
  grid-area: Area-5;
}

#w-node-_7a4f9e17-794c-0c84-c03a-2c364a215e36-9d838117 {
  grid-area: Area-6;
}

#w-node-_6dd4e3eb-4bea-3135-fc68-435569a90808-9d838117 {
  grid-area: Area-7;
}

#w-node-e44c0c53-94f3-78a2-9d7a-4250ca05952b-9d838117 {
  grid-area: Area-8;
  align-self: center;
  justify-self: center;
}

#w-node-_31d29496-e2d2-6689-1b2f-223d1ae79a9b-9d838117 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-f065fbeb-2003-8d4e-5939-d16b701e988c-9d838117 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-be74df73-004c-53fe-3fc0-290df43b095e-9d838117 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_4e97ed0b-a98e-8ecd-dd56-4acdbd04ba8b-9d838117 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-_987b9090-fd0d-a751-a11d-f58a927e61e9-9d838117 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-_4f6f4ff2-6c96-599f-6f71-ce40e4ab99d3-9d838117 {
  grid-area: Area-5;
  align-self: center;
  justify-self: center;
}

#w-node-_868d80fc-0b34-276d-c726-6c726d6ab770-9d838117 {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-_4eed9bf0-5a65-b8d4-ead2-218f69d4a501-9d838117 {
  grid-area: Area-7;
  align-self: center;
  justify-self: center;
}

#w-node-_9c99e638-3cea-ad04-c9b1-8a390cf8a8b4-9d838117 {
  grid-area: Area;
  align-self: center;
  justify-self: start;
}

#w-node-b0eb0c5e-2135-a956-deb1-fe70be1785e3-9d838117 {
  grid-area: Area;
  align-self: auto;
}

#w-node-ed7bff35-1ed9-46db-36cc-7440e4dbfb50-9d838117 {
  grid-area: Area-2;
  align-self: center;
  justify-self: start;
}

#w-node-_741cd79c-4be0-8d0a-e827-8741383b6727-9d838117 {
  grid-area: Area-2;
}

#w-node-_68cc5927-d8cf-7de0-999e-c222b4c9f9c9-9d838117 {
  grid-area: Area-3;
  align-self: auto;
}

#w-node-_3f249b01-f84b-f32c-5e87-e46dabc98097-9d838117 {
  grid-area: Area-4;
  align-self: auto;
  justify-self: auto;
}

#w-node-_92a87e3b-ba4d-c6c9-5348-57dfb803d2da-9d838117 {
  order: 9999;
  grid-area: Area-5;
  align-self: end;
}

#w-node-a5aeef19-34d0-817d-6a59-2f1003f31fbe-9d838117 {
  grid-area: Area;
  align-self: auto;
}

#w-node-a5aeef19-34d0-817d-6a59-2f1003f31fc0-9d838117,
#w-node-a5aeef19-34d0-817d-6a59-2f1003f31fc1-9d838117 {
  grid-area: Area-2;
}

#w-node-a5aeef19-34d0-817d-6a59-2f1003f31fcb-9d838117 {
  grid-area: Area-3;
  align-self: auto;
}

#w-node-a5aeef19-34d0-817d-6a59-2f1003f31fcd-9d838117 {
  grid-area: Area-4;
  align-self: auto;
  justify-self: auto;
}

#w-node-a5aeef19-34d0-817d-6a59-2f1003f31fcf-9d838117 {
  order: 9999;
  grid-area: Area-5;
  align-self: end;
}

#w-node-_1654c543-cf1b-decf-3fda-726e1fa98026-9d838117,
#w-node-_21dfc8be-12c8-6899-a71b-732c619fe048-9d838117 {
  grid-area: Area;
}

#w-node-_9eaf2351-500f-5306-c78d-2c05574e6d03-9d838117,
#w-node-_4290b656-75f2-e224-0237-63ec34899b9e-9d838117 {
  grid-area: Area-2;
}

#w-node-acb6783d-77c4-0f7a-ebd1-a34666fdaa89-9d838117 {
  grid-area: Area-3;
}

#w-node-bdd00d0b-040c-e58a-5ba8-10e2435c7589-9d838117,
#w-node-bdd00d0b-040c-e58a-5ba8-10e2435c7596-9d838117 {
  grid-area: Area;
}

#w-node-bdd00d0b-040c-e58a-5ba8-10e2435c7598-9d838117,
#w-node-bdd00d0b-040c-e58a-5ba8-10e2435c75bc-9d838117 {
  grid-area: Area-2;
}

#w-node-bdd00d0b-040c-e58a-5ba8-10e2435c75c4-9d838117 {
  grid-area: Area-3;
}

#w-node-_7caf3dd4-fabe-23fd-3e5f-b278f94f8b84-9d838117 {
  grid-area: Area;
  align-self: center;
  justify-self: start;
}

#w-node-f7970575-8a65-9083-5f7b-4e68c7fbcb23-9d838117 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_459138e9-e1c8-cd6c-fc33-c05c03f94661-9d838117 {
  grid-area: Area-3;
  align-self: center;
  justify-self: end;
}

#w-node-f35d18f2-5a6e-d90b-37f5-9433ae9440c0-9d838117 {
  grid-area: Area;
  align-self: start;
  justify-self: start;
}

#w-node-_4534156e-244b-07d8-e7db-f76db70ed415-9d838117 {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
}

#w-node-d442b1b3-cc65-ffc6-e8b7-4922e500e24a-9d838117 {
  grid-area: Area-3;
  align-self: start;
  justify-self: start;
}

#w-node-_80433406-cb03-43e0-7e10-f409500f42a0-9d838117 {
  grid-area: Area-4;
  align-self: start;
  justify-self: start;
}

#w-node-f85255f6-7faf-47e5-f437-733dca7ce053-9d838117,
#w-node-_16049979-8475-983c-b584-be281288803f-9d838117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a97a244a-b7d1-21b8-7f04-fb8e56b2b803-9d838117 {
  grid-area: Area-2;
}

#w-node-_6b2a303b-2fef-9400-2162-4bfa8770d22e-9d838117 {
  grid-area: Area;
}

@media (max-width: 500px) {

  /*479*/
  #w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453869-9d838117 {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-c0d94201-e0b1-153e-1a1e-cfb2a345386f-9d838117,
  #w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453873-9d838117,
  #w-node-c0d94201-e0b1-153e-1a1e-cfb2a3453877-9d838117,
  #w-node-c0d94201-e0b1-153e-1a1e-cfb2a345387a-9d838117 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a8911b7-cac7-48e1-babe-7d168da5a2f3-9d838117 {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7d6891be-ed6b-f766-fab8-5e9cbff56430-9d838117,
  #w-node-fa3459ba-f1ef-ce8e-2aea-c58620445063-9d838117,
  #w-node-_7a4f9e17-794c-0c84-c03a-2c364a215e36-9d838117,
  #w-node-_6dd4e3eb-4bea-3135-fc68-435569a90808-9d838117 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0eb0c5e-2135-a956-deb1-fe70be1785e3-9d838117 {
    grid-area: Area;
    align-self: auto;
  }

  #w-node-ed7bff35-1ed9-46db-36cc-7440e4dbfb50-9d838117 {
    grid-area: Area-2;
  }

  #w-node-_68cc5927-d8cf-7de0-999e-c222b4c9f9c9-9d838117 {
    grid-area: Area-3;
    align-self: auto;
  }

  #w-node-_52fed64a-7323-fc66-5a71-1adc24f3e52b-9d838117 {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }

  #w-node-a5aeef19-34d0-817d-6a59-2f1003f31fbe-9d838117 {
    grid-area: Area;
    align-self: auto;
  }

  #w-node-a5aeef19-34d0-817d-6a59-2f1003f31fc0-9d838117 {
    grid-area: Area-2;
  }

  #w-node-a5aeef19-34d0-817d-6a59-2f1003f31fcb-9d838117 {
    grid-area: Area-3;
    align-self: auto;
  }

  #w-node-a5aeef19-34d0-817d-6a59-2f1003f31fcf-9d838117 {
    align-self: center;
    justify-self: center;
  }

  #w-node-bdd00d0b-040c-e58a-5ba8-10e2435c7589-9d838117 {
    grid-area: Area;
    align-self: start;
  }

  #w-node-f35d18f2-5a6e-d90b-37f5-9433ae9440c0-9d838117 {
    grid-area: Area-2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4534156e-244b-07d8-e7db-f76db70ed415-9d838117 {
    grid-area: Area-5;
    align-self: center;
    justify-self: center;
  }

  #w-node-d442b1b3-cc65-ffc6-e8b7-4922e500e24a-9d838117 {
    grid-area: Area-4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_80433406-cb03-43e0-7e10-f409500f42a0-9d838117 {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_831e0f84-1ae2-a6cd-f3ea-f7b74082dfac-9d838117 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-f85255f6-7faf-47e5-f437-733dca7ce053-9d838117 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_258daa7c-e830-ba5e-8928-68aa390b7f82-9d838117 {
    grid-area: Area-3;
  }

  #w-node-_16049979-8475-983c-b584-be281288803f-9d838117 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_319eb31c-dd83-57f5-7dcc-ca7f91840f42-9d838117 {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'Montserrat Normal';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/FontsFree-Net-Montserrat-Bold-1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aski';
  src: url('../fonts/MiraikatoHandPERSONALUSE-Thin.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'flotta';
  src: url('../fonts/FLOTTA.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*  @media (min-width:992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="f8e10aa9-6bc8-8c02-3ca5-f0d6680fb394"] {
    display: none;
  } 

  html.w-mod-js:not(.w-mod-ix) [data-w-id="7356b0cf-2c0c-4b65-6a4b-ce7c874ff2fb"] {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform-style: preserve-3d;
    display: block;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="bdd00d0b-040c-e58a-5ba8-10e2435c7559"] {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform-style: preserve-3d;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d816970a-3fc4-5dc5-0627-cce8da4189c2"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5fe05f24-aaf1-c551-abfd-2c48bd910d4c"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="247bf2e8-d32f-9002-c232-1bb3936ddd31"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="11a5079a-87c9-a357-017c-c5e5a1b0e073"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="bd59f1d5-a82b-2af1-22e3-2cebde7d0090"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="761b691c-95e9-6836-cd1e-f5921d007683"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5e9af31a-24dd-b377-30ba-ef8b74950351"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="c86d7ce2-0e5f-2cab-c3cc-20f9c66cf0b8"] {
    opacity: 0;
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="bdd00d0b-040c-e58a-5ba8-10e2435c7588"] {
    opacity: 0;
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a1d7965d-e264-7f31-1b77-231d841e8091"] {
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a219f798-3773-ef20-4933-081798c1e0cc"] {
    -webkit-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    opacity: 0;
    display: none;
  }
} */

/* @media (max-width:991px) and (min-width:768px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="f8e10aa9-6bc8-8c02-3ca5-f0d6680fb394"] {
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="7356b0cf-2c0c-4b65-6a4b-ce7c874ff2fb"] {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform-style: preserve-3d;
    display: block;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="bdd00d0b-040c-e58a-5ba8-10e2435c7559"] {
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0, 0);
    transform-style: preserve-3d;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d816970a-3fc4-5dc5-0627-cce8da4189c2"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5fe05f24-aaf1-c551-abfd-2c48bd910d4c"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="247bf2e8-d32f-9002-c232-1bb3936ddd31"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="11a5079a-87c9-a357-017c-c5e5a1b0e073"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="bd59f1d5-a82b-2af1-22e3-2cebde7d0090"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="761b691c-95e9-6836-cd1e-f5921d007683"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="5e9af31a-24dd-b377-30ba-ef8b74950351"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="c86d7ce2-0e5f-2cab-c3cc-20f9c66cf0b8"] {
    opacity: 0;
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="bdd00d0b-040c-e58a-5ba8-10e2435c7588"] {
    opacity: 0;
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a1d7965d-e264-7f31-1b77-231d841e8091"] {
    display: none;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a219f798-3773-ef20-4933-081798c1e0cc"] {
    -webkit-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    opacity: 0;
    display: none;
  }
}

@media (max-width:767px) and (min-width:480px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="741cd79c-4be0-8d0a-e827-8741383b6727"] {
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc1"] {
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8082ee4a-2c08-d0d8-6a91-76bb42e45f83"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc3"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="4d4a928c-f8f0-b4c0-2227-56c97b02af69"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc5"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="09455a53-52c6-ff8f-1956-46ec6663c07b"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc7"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="1538ad81-1a23-9050-0240-53724c986d74"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc9"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="88137295-bbe1-7373-44dc-410f559a06b2"] {
    display: block;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="c76c1b09-fa7a-c06e-fbea-cacc3f7c6511"] {
    -webkit-transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    -moz-transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    -ms-transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a219f798-3773-ef20-4933-081798c1e0cc"] {
    -webkit-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    opacity: 0;
    display: none;
  }
} */

@media (max-width: 500px) {

  /*479*/
  html.w-mod-js:not(.w-mod-ix) [data-w-id="741cd79c-4be0-8d0a-e827-8741383b6727"] {
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc1"] {
    opacity: 1;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8082ee4a-2c08-d0d8-6a91-76bb42e45f83"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc3"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="4d4a928c-f8f0-b4c0-2227-56c97b02af69"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc5"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="09455a53-52c6-ff8f-1956-46ec6663c07b"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc7"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="1538ad81-1a23-9050-0240-53724c986d74"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a5aeef19-34d0-817d-6a59-2f1003f31fc9"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="88137295-bbe1-7373-44dc-410f559a06b2"] {
    display: block;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="c76c1b09-fa7a-c06e-fbea-cacc3f7c6511"] {
    -webkit-transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    -moz-transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    -ms-transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    transform: translate3d(56vw, 15vw, 0) scale3d(0.5, 0.5, 1) rotateX(0) rotateY(0) rotateZ(-120deg) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a219f798-3773-ef20-4933-081798c1e0cc"] {
    -webkit-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(36vw, -45vh, 0px) scale3d(0.01, 0.01, 0) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d;
    opacity: 0;
    display: none;
  }
}


/************************************************* KBPL - Css */

/* @media (max-width: 500px) {


  .w-layout-blockcontainer.container.w-container {
    background: transparent !important;
  }

  .video {
    border-radius: 9px !important;
  }

  .container-5 {
    width: 86% !important;
    margin: 0 10px 0 25px !important;
  }

  .button-6 {
    width: 120px !important;
    font-size: 11px !important;
  }

  .cont1 {
    grid-template: "Area-2 Area-3" 5vh / 1fr 1fr !important;
  }

  .image-6 {
    max-width: 50% !important;
    padding-top: 1vh !important;
    padding-bottom: 0px !important;
  }

  .w-layout-blockcontainer.cont2.w-container {
    grid-column-gap: 40px !important;
  }

  .button {
    width: 130px !important;
    font-size: 14px !important;
  }

  .paragraph {
    max-width: 100%;
    font-size: 14px;
    line-height: 15px;
  }

  .container-sliding {
    width: 500px;
    max-width: 500px;
  }

  .heading-esc {
    font-size: 28px;
  }

  .submit-button-2 {
    width: 130px;
    height: 40px;
    font-size: 14px;
  }

  .image-11 {
    width: 50px;
    bottom: 12px;
  }

  .container-17 {
    bottom: 30px;
    right: 30px;
  }

  .image-11 {
    position: initial;
  }

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

  w-layout-blockcontainer.cont2.w-container>a {
    font-size: 12px;
  }

  .footlink {
    font-size: 12px;
  }

  .logo-nav {
    padding: 0px;
    width: 100%;
  }
} */