:root {
  --midnight-blue: #01194e;
  --royal-blue: #00529b;
  --white-smoke: #f2f7f9;
  --alice-blue: #e5edf5;
  --steel-blue: #0096d1;
  --orange-red: #f60;
  --gainsboro: #dedede;
  --forest-green: #00a611;
}

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

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

.w-commerce-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: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

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

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

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

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

.w-commerce-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;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .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-commercecheckoutshippingfullname, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .w-commerce-commercecheckoutdiscountsinput, .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;
  }
}

.alerta {
  background-color: var(--midnight-blue);
  justify-content: space-between;
  padding: 10px 4%;
  display: flex;
}

.texto-alerta {
  color: #fff;
  letter-spacing: .2px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.texto-alerta.cerrar {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
}

.telcel-menu {
  z-index: 90;
  background-color: #fff;
  justify-content: space-between;
  padding: 12px 4%;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 12px #0000001c;
}

.telcel-menu.repartidor {
  justify-content: center;
}

.logo {
  width: 200px;
}

.logo.grande {
  width: 170px;
}

.menu-opciones {
  color: #000;
  letter-spacing: .2px;
  justify-content: flex-end;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.menu-link-blcok {
  color: #0096d1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-link-blcok.w--current {
  display: none;
}

.menu-link-blcok.secondary {
  color: var(--royal-blue);
  margin-right: 15px;
}

.icon {
  width: 28px;
  margin-right: 5px;
}

.icon.cero {
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--royal-blue);
  align-items: center;
  padding: 0 30px 0 0;
  display: flex;
}

.div-block, .div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  display: flex;
}

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

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

.icon-2 {
  margin-right: 10px;
}

.dropdown-list {
  background-color: #976a6a;
}

.dropdown-list.w--open {
  border-top: 4px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 180px;
  margin-top: 7px;
  box-shadow: 0 8px 11px #00000024;
}

.dropdown-city-link {
  color: var(--royal-blue);
}

.dropdown-city-link:hover {
  background-color: var(--white-smoke);
  width: auto;
  min-width: 180px;
}

.cerrar-alerta {
  opacity: 1;
  background-color: #f2f7f933;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-top: 0;
  padding-bottom: 2px;
  display: flex;
}

.cerrar-alerta.espacio {
  background-color: #3a748b33;
  margin-right: 9px;
}

.icono-cerrar {
  text-decoration: none;
}

.banner-portabilidad {
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.slider {
  border-radius: 9px;
  height: auto;
  overflow: hidden;
}

.pasos-portabilidad {
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  display: flex;
}

.link-block {
  color: #fff;
  background-color: #001a4d;
  border: 3px #000;
  border-bottom: 3px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  border-bottom: 3px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #fff;
}

.link-block.none.w--current {
  color: var(--alice-blue);
  background-color: #001a4d;
}

.tabs-menu {
  z-index: 20;
  background-color: var(--white-smoke);
  padding-left: 4%;
  padding-right: 4%;
  position: sticky;
  top: 55px;
}

.background-video {
  align-items: flex-end;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.holder-tab {
  flex-direction: column;
  padding-top: 30px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.holder-tab.promociones-stock {
  margin-bottom: 120px;
}

.slide, .mask {
  height: 100%;
}

.slide-nav {
  display: none;
}

.video {
  background-image: linear-gradient(270deg, #000c28, #fff0 4%), linear-gradient(90deg, #000c28, #fff0 11%), url('../images/MaxControl_PlanesTelcel_Portada2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 100%;
}

.video-5g {
  background-image: linear-gradient(#00000024, #00000024);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 88px;
  display: flex;
  position: static;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  border-radius: 9px;
  height: auto;
  margin-left: 4%;
  margin-right: 4%;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.image {
  width: 80px;
}

.mask-2 {
  height: auto;
  max-height: 520px;
}

.div-block-13 {
  max-width: 500px;
  display: flex;
}

.lightbox-link-2 {
  color: #fff;
  background-image: url('../images/Screenshot-2024-01-12-at-8.49.30-a.m..png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.lightbox-link-2.none {
  background-image: none;
  height: auto;
}

.lightbox-link-2.home {
  background-image: none;
}

.heading-telcel {
  text-transform: none;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 60px;
}

.link-block-2 {
  border: 3px solid #0000;
  border-radius: 16px;
  overflow: hidden;
}

.heading {
  color: var(--royal-blue);
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

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

.heading.faq {
  margin-top: 0;
}

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

.beneficios-exclusivos {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.beneficios-exclusivos.inicio {
  padding-top: 40px;
}

.beneficios-exclusivos.dos {
  display: block;
}

.beneficios-exclusivos.one {
  margin-bottom: 0;
}

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

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

.beneficio.centrar {
  align-items: center;
}

.image-2 {
  width: 50px;
  margin-bottom: 10px;
}

.image-2.redds {
  width: 80px;
}

.text-block {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-block-2.secundario {
  opacity: .39;
}

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

.centrar {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.centrar.prepago {
  margin-top: 50px;
}

.t-tulo-telcel-cambio {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.t-tulo-telcel-cambio.cambio {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}

.t-tulo-telcel-cambio.cambio.uno {
  margin-bottom: 34px;
}

.t-tulo-telcel-cambio.cambio.tiendas {
  margin-left: 5px;
  margin-right: 5px;
}

.t-tulo-telcel-cambio.cambio.peque-o.p8 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.t-tulo-telcel-cambio.cambio.peque-o.p10 {
  color: #a3a3a3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.t-tulo-telcel-cambio.cambio.p5, .t-tulo-telcel-cambio.p3 {
  margin-bottom: 0;
}

.t-tulo-telcel-cambio.p4 {
  margin-top: 0;
  margin-bottom: 0;
}

.pasos {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paso {
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.paso.fin {
  margin-right: 0;
}

.paso-circulo {
  border: 2px solid var(--royal-blue);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.paso-circulo.secundario {
  background-color: #cce0e7;
  border-color: #cce0e7;
}

.text-block-3 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-3.secundario {
  color: #fff;
  font-weight: 700;
}

.text-field {
  background-color: #0000;
  border: 1px solid #dae5e9;
  border-radius: 0;
  width: 100%;
}

.text-field.image {
  border-style: solid;
  border-color: #dae5e9e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
}

.text-field.image:hover {
  background-color: #dae5e93d;
}

.text-field.cero {
  margin-bottom: 0;
}

.text-field.cero._100 {
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.text-field.cero._100.mid {
  display: block;
}

.text-field.cero._100.mty, .text-field.cero._100.otro {
  display: none;
}

.text-field.cero._100.titulo {
  cursor: pointer;
}

.text-field.cero._100.titulo:hover {
  background-color: #eee;
}

.field-label {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.field-label.ceeero {
  margin-bottom: 0;
}

.field-label.nip {
  color: var(--steel-blue);
  margin-left: 8px;
}

.field-label.nip.movil {
  display: flex;
}

.field-label.ayuda {
  color: var(--steel-blue);
  margin-left: 8px;
}

.field-label.legal {
  margin-top: 12px;
}

.field-label.descuento {
  margin-top: 12px;
  margin-bottom: 6px;
}

.form-holer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.form-holer.oculto {
  display: none;
}

.form-square {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  max-width: none;
  display: flex;
}

.form-square.checkout {
  border: 1px solid #59617054;
  border-radius: 5px;
  width: 600px;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.div-block-15.promociones {
  flex-direction: column;
  grid-template-rows: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-15.direccion {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.pregunta.imei.space {
  margin-bottom: 10px;
}

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

.lightbox-link-3 {
  color: var(--steel-blue);
  text-decoration: none;
}

.bot-n-final {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--orange-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 9px 70px;
  font-size: 15px;
  display: flex;
}

.submit-button:hover {
  background-color: #e25a00;
}

.submit-button.hide {
  display: none;
}

.text-block-4 {
  color: #aaa;
  margin-top: 12px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.footer {
  width: 100%;
  padding-top: 0;
  padding-left: 4%;
  padding-right: 4%;
}

.footer.general {
  background-color: var(--midnight-blue);
  padding-bottom: 40px;
}

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

.div-block-17 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  width: 140px;
}

.footer-text {
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-text.header {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.footer-text.header.metodos {
  margin-bottom: 0;
  padding-right: 20px;
}

.link-block-3 {
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.footer-line-pagos {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-4 {
  width: 160px;
  margin-top: 18px;
}

.image-5 {
  height: 40px;
}

.pagos {
  align-items: center;
  display: flex;
}

.image-6 {
  height: 50px;
}

.hide-text-mobile {
  color: var(--royal-blue);
}

.servicio-domicilio-hide {
  width: 100%;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: var(--midnight-blue);
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

.faq-min-height {
  min-height: 0;
  margin-top: 31px;
  margin-bottom: 0;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 14px;
}

.faq-plus {
  background-color: var(--midnight-blue);
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.faq-question {
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 9px #00000017;
}

.faq-answer {
  letter-spacing: 0;
  border-bottom: 1px #1d2b4c1a;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.bold-text {
  font-weight: 600;
}

.promociones-final {
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.promo {
  background-color: var(--alice-blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.promo-link {
  border-radius: 9px;
  margin-top: 40px;
  text-decoration: none;
  overflow: hidden;
}

.promo-texto {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding: 20px 30px;
  display: flex;
}

.heading-1 {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-7 {
  width: 50%;
}

.text-block-5 {
  color: #2b2b2b;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-5.gb {
  margin-top: 7px;
}

.text-block-5.gb._2 {
  color: #2b2b2bba;
  font-weight: 400;
}

.text-block-5.gb._3 {
  color: #2b2b2be0;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
}

.div-block-18 {
  background-color: #00d12347;
  border-radius: 6px;
  width: 100%;
  margin-top: 11px;
  padding: 5px 15px;
}

.redes {
  border: 1px #000;
  border-top: 1px solid #b2b9c0;
  border-bottom-color: #b2b9c0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-19 {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.image-8 {
  opacity: .37;
  margin-right: 5px;
}

.image-9 {
  width: 50%;
}

.div-block-20 {
  background-color: var(--orange-red);
  color: #fff;
  margin-top: 17px;
  padding: 10px 50px;
}

.desktop {
  width: 100%;
}

.mobile {
  display: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #80808033;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #5311ce;
}

.button-2.color-line-white {
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-2.color-line-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #00259e;
}

.button-2.color-line-white.white {
  background-color: #0000;
}

.button-2.color-line-white.white:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.button-2.color-line-white.white.black {
  color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.button-2.color-line-white.white.black:hover {
  background-color: #000;
}

._50-50 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 55px;
  display: flex;
}

.mask-3 {
  border-bottom: 1px #000;
  border-radius: 0;
}

.text-field-5 {
  color: #fff;
  background-color: #0000003b;
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-field-5.space-1 {
  margin-top: 26px;
}

.text-field-5.right {
  margin-left: 10px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.arrow {
  filter: brightness(0%) invert();
  color: #fff;
  width: 16px;
  margin-right: 8px;
}

.form-3 {
  border-bottom: 1px #000;
  width: 100%;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-title {
  color: #000;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox-image {
  filter: grayscale();
  width: 45px;
  margin-top: -10px;
  padding-top: 0;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.spaceup {
  opacity: .39;
  color: silver;
  margin-top: 20px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #001ec81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  height: auto;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.link {
  color: #fff;
}

.testimonial-subheader {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ec2b2b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav-bottom {
  display: none;
}

.slider-content-wrap {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin: -59px auto 0;
  padding: 0;
  display: flex;
  position: relative;
}

.square-title {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
}

.slider-3 {
  background-color: #0000;
  border-bottom: 1px #000;
  flex-direction: column;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.form-content {
  width: 100%;
  margin-bottom: 33px;
}

.form-content.final {
  margin-bottom: 0;
}

.form-content.final.cdenter {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.form-wrapper-2 {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.previous-button {
  opacity: 1;
  color: #fff;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.image-17 {
  height: 25px;
}

.heading-regular {
  color: #fff;
  margin-top: 10px;
  font-size: 1.8em;
}

.heading-large {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.heading-large.text-white.center {
  text-align: center;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.previous {
  opacity: .45;
  color: #ff8080;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 0% -3%;
}

.previous:hover {
  opacity: 1;
}

.pormo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 4%;
  margin-right: 4%;
  display: block;
}

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

.promociones {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.promociones.uno {
  display: none;
}

.promociones.dos {
  display: flex;
}

.subir {
  color: #75878d;
  font-size: 12px;
}

.holder-hold {
  flex-direction: column;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  overflow: hidden;
}

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

.holder {
  object-fit: fill;
  width: 100%;
  height: 1000px;
  margin-bottom: -30px;
  overflow: scroll;
}

.holder._48 {
  width: 48%;
}

.pagos-titulo-opcion {
  cursor: pointer;
  border-top: 1px solid #59617052;
  border-bottom: 1px solid #59617052;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  display: flex;
}

.pagos-col2 {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: #5961704a #5961704a var(--midnight-blue);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
  box-shadow: 3px 3px 20px 11px #59617036;
}

.button {
  cursor: pointer;
  border-radius: 100vw;
  padding: 0;
  font-weight: 500;
  transition: color .2s, box-shadow .2s, background-color .2s;
  position: relative;
}

.button.theme-1-fill-a {
  color: #032604;
  background-color: #cde446;
  text-decoration: none;
}

.button.theme-1-fill-a:hover {
  color: #fff;
  background-color: #43263b;
}

.button.theme-1-fill-a:active {
  background-color: #140911;
}

.titulo-paloma {
  align-items: center;
  display: flex;
}

.titulo-resumen {
  color: #191c21;
  letter-spacing: 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.titulo-resumen.no-pad {
  margin-top: 10px;
}

.image-32 {
  height: 15px;
}

.image-32.space {
  margin-right: 10px;
}

.expiracion {
  text-align: center;
  border-radius: 3px;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 13px;
}

.tarjeta {
  border-bottom: 1px solid #59617052;
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-body {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 22px 4px;
  line-height: 1;
  display: flex;
}

.button-body.is--sm {
  background-color: var(--orange-red);
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.button-body.is--sm._2 {
  margin-left: 15px;
  margin-right: 0;
}

.button-body.is--sm.resumen, .button-body.is--sm.auto {
  margin-left: 15px;
  margin-right: 15px;
}

.button-body.is--sm.initial {
  background-color: var(--gainsboro);
}

.oxxo-image {
  width: 60px;
}

.articulo-compra {
  color: #191c21;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.articulo-compra.precio {
  text-align: right;
}

.text-block-27 {
  color: #191c21;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.oxxo {
  margin-bottom: 0;
}

.opciones-pagos-holder {
  border: 1px #59617054;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-268 {
  border-top: 1px none var(--alice-blue);
  align-items: center;
  width: 100%;
  margin-top: 14px;
  padding-top: 10px;
  display: flex;
}

.articulo {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.carrito-resumen {
  border-top: 1px solid #596170;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 20px;
  display: flex;
}

.text-block-26 {
  color: #191c21;
  text-align: right;
  font-size: 16px;
}

.oxxo-form {
  flex-flow: column;
  margin: 30px;
  display: flex;
}

.celular-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.csv {
  text-align: center;
  border-radius: 3px;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 13px;
}

.image-33 {
  width: 20px;
  margin-right: 5px;
}

.cards-holder {
  margin-left: 15px;
  margin-right: 15px;
}

.button-text {
  flex: none;
}

.option {
  border: 1px solid #c83232;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: flex;
}

.option.oxxo {
  border-color: #596170;
}

.option.tarjeta {
  border-color: var(--orange-red);
}

.option.tarjeta.no {
  border-color: #a5a5a5;
}

.option.adicional {
  border-color: var(--orange-red);
  margin-right: 10px;
}

.option.adicional.no {
  border-color: #a5a5a5;
}

.text-block-70 {
  margin-top: 10px;
}

.field-label-2 {
  color: #191c21;
  font-weight: 400;
}

.carrito-botn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.carrito-botn.tarjeta {
  border-bottom-style: none;
  margin-top: 12px;
}

.carrito-botn.oxxo {
  margin-top: 12px;
}

.text-block-52 {
  font-weight: 600;
}

.pagos-col1 {
  padding-right: 44px;
}

.detalles-tarjeta {
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.detalles-tarjeta.card {
  height: 70px;
}

.select-field {
  background-color: #fff;
  border-radius: 4px;
  width: 30%;
  margin-right: 20px;
}

.option-in {
  background-color: #c83232;
  border: 1px #596170;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  margin-right: 0;
}

.option-in.tarjeta {
  background-color: var(--orange-red);
}

.option-in.tarjeta.no-select, .option-in.oxxo {
  display: none;
}

.option-in.adicional2 {
  background-color: var(--orange-red);
}

.option-in.adicional2.no-select {
  display: none;
}

.image-34 {
  width: 30px;
  margin-right: 5px;
}

.text-field-4 {
  border-radius: 3px;
  font-family: Merriweather, serif;
  font-size: 13px;
}

.resumen {
  width: 100%;
}

.opciones-pagos-titulo-div {
  background-color: #dddbdb7a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.div-block-267 {
  border-top: 1px solid #d9d9d9;
  margin-top: 17px;
  padding-top: 15px;
}

.subtotal {
  color: #191c21;
  text-align: right;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 600;
}

.columns-2 {
  max-width: 1100px;
  margin-top: 42px;
}

.tarjeta-form {
  margin: 30px;
  display: block;
  overflow: hidden;
}

.form-block {
  width: 900px;
}

.button-3 {
  cursor: pointer;
  border-radius: 100vw;
  padding: 0;
  font-weight: 500;
  transition: color .2s, box-shadow .2s, background-color .2s;
  position: relative;
}

.button-3.theme-1-fill-a {
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-3.theme-1-fill-a:hover {
  color: #fff;
  background-color: #e25a00;
}

.button-3.theme-1-fill-a:active {
  background-color: #140911;
}

.image-35 {
  height: 15px;
}

.image-35.space {
  margin-right: 10px;
}

.image-35.space.visa {
  margin-left: 20px;
}

.text-block-71 {
  color: #191c21;
  text-align: right;
  font-size: 16px;
}

.image-36 {
  width: 20px;
  margin-right: 5px;
}

.text-block-72 {
  margin-top: 10px;
}

.text-block-72.legal {
  color: #919191;
  font-size: 13px;
  line-height: 16px;
}

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

.image-37 {
  width: 30px;
  margin-right: 5px;
}

.div-block-269 {
  border-top: 1px solid #d9d9d9;
  margin-top: 17px;
  padding-top: 15px;
}

.columns-3 {
  width: 100%;
  margin-top: 42px;
}

.espacio-80 {
  height: 110px;
}

.epacio-siguiente {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.menu-promo {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: grid;
  position: sticky;
  top: 55px;
}

.menu-promo.blue {
  z-index: 70;
  background-color: #001a4d;
  margin-top: 0;
  top: 50px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 90px 0 80px;
  position: relative;
}

.pricing-overview.pospago {
  padding-top: 15px;
  padding-bottom: 50px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.form-block-2 {
  margin-bottom: 0;
}

.contenedor-de-pagos {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.contenedor-de-pagos.al-100 {
  width: 100%;
}

.text-block-90 {
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 0;
  padding: 2px 10px;
  font-size: 12px;
}

.pago-completado {
  background-color: #fff;
  border-radius: 19px;
  flex-direction: column;
  align-items: center;
  width: 430px;
  min-width: 250px;
  height: auto;
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px 2px #bec9d57a;
}

.info-in-a-box {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 30px;
  padding: 0 30px 30px;
  display: flex;
}

.pago {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.btn-black {
  color: #001d44;
  text-align: center;
  background-color: #0000;
  border: 1px solid #001d44;
  border-radius: 0;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 14px;
  transition: all .2s;
}

.btn-black:hover {
  color: #fff;
  background-color: #001d44;
  border-radius: 0;
}

.btn-black.cotizacion {
  margin-top: 0;
}

.btn-black.cotizacion:hover {
  background-color: var(--orange-red);
}

.btn-black.cotizacion.red:hover {
  background-color: #dd1717;
  border-color: #dd1717;
}

.btn-black.cotizacion.whatsapp {
  color: #fff;
  background-color: #24d366;
  border-style: none;
  border-radius: 7px;
}

.btn-black.ok-k {
  border-color: #96a5b4;
  border-radius: 5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-black.ok-k:hover {
  color: #343944;
  background-color: #6e77813b;
  border-style: solid;
  border-color: #96a5b4;
}

.image-42 {
  filter: brightness(161%) hue-rotate(110deg);
  width: 25px;
  margin-right: 13px;
}

.row-pago {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.info {
  align-items: center;
  display: flex;
}

.div-block-415 {
  background-color: #bec9d53b;
  border: 1px solid #00a524;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.lottie-animation {
  width: 60px;
  height: 60px;
}

.informacion-pago {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 21px;
  display: flex;
}

.pagos-parcialidades {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: -20px;
  padding-top: 16px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

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

.heading-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.whatsapp-3 {
  z-index: 99999999;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #25d366;
  background-clip: border-box;
  border-radius: 6px;
  width: 160px;
  height: 40px;
  transition: all .325s ease-in-out;
  display: block;
  position: fixed;
  inset: auto 1.5% 2% auto;
  box-shadow: 2px 3px 15px -10px #80808069;
}

.whatsapp-3:hover {
  box-shadow: 3px 5px 20px #04080b80;
}

.link-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.linea {
  align-items: center;
  width: 100%;
  display: flex;
}

.linea.espacio-abajo {
  padding-bottom: 10px;
}

.menu, .body {
  flex-direction: column;
  display: flex;
}

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

.heading-17, .paragraph-2 {
  color: var(--midnight-blue);
}

.paragraph-2.upp-space-line {
  border-top: 1px solid var(--alice-blue);
  padding-top: 20px;
}

.amigo-telcel {
  background-color: var(--midnight-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.amigo-kit {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
  line-height: 35px;
}

.espacio-30 {
  height: 60px;
}

.total {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  display: flex;
}

.image-43 {
  width: 600px;
}

.checkout-form {
  background-color: #f5f5f500;
}

._100, .file-upload {
  width: 100%;
}

.block-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.block-content.dir {
  padding-bottom: 0;
}

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

.column {
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding-right: 8px;
  display: flex;
}

.column._2 {
  width: 33%;
  padding-left: 8px;
  padding-right: 8px;
}

.column._100 {
  width: 100%;
}

.block-content-2 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.block-content-2.ref {
  padding-top: 0;
}

.dir {
  margin-bottom: 0;
}

.billing-address {
  display: block;
}

.block-content-3 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  display: none;
}

.payment-info {
  margin-bottom: 0;
}

.checkbox-label {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 14px;
}

.customer-info {
  margin-bottom: 0;
}

.block-content-4 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.block-content-4.descun {
  padding-bottom: 0;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-92 {
  margin-top: 8px;
}

.text-block-92.legal {
  color: #33333352;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.esapaci {
  height: 150px;
}

.hide-discount {
  border-style: none;
  padding: 0;
  display: flex;
}

.order-confirmation {
  background-color: #f5f5f500;
}

.quantity, .field-label-3, .buy-now-button {
  display: none;
}

.add-to-cart-button {
  background-color: var(--orange-red);
  border: 2px solid #0000;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  position: relative;
  overflow: hidden;
}

.uploading-state, .success-state {
  width: 100%;
}

.div-block-417 {
  background-color: #00000078;
  width: 100%;
  height: 100%;
}

.additional-info {
  margin-bottom: 0;
}

.div-block-418 {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  top: 85px;
}

.block-content-5 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-bottom: 5px;
}

.shipping-method {
  display: block;
}

.div-block-419 {
  align-items: center;
  width: 100%;
  display: flex;
}

.esconder {
  padding-bottom: 20px;
}

.confirmo {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.block-content-6 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.container-2, .cart-quantity {
  display: none;
}

.cart-button {
  background-color: #0000;
  display: none;
}

.web-payments {
  display: none;
}

.text-block-93 {
  color: var(--orange-red);
  text-decoration: none;
}

.remove-button {
  text-decoration: none;
}

.horizontal {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.cart-item {
  flex-direction: column;
}

.image-44 {
  width: 180px;
}

.div-block-420 {
  margin-left: 0;
}

.checkout-actions, .checkout-button {
  display: none;
}

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

.lottie-animation-2 {
  width: 50px;
}

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

.button-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.holder-checkout {
  padding-left: 3%;
  padding-right: 3%;
}

.web-payments-2 {
  display: none;
}

.checkout-form-2 {
  background-color: #0000;
  display: block;
}

.paragraph-3 {
  margin-top: 4px;
  margin-bottom: 0;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.block-content-7 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.block-header {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

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

.line-item {
  border-top: 1px solid #00000047;
  padding-top: 10px;
}

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

.discounts {
  border-top-style: none;
  flex-direction: column;
  align-items: flex-start;
}

.apply-button {
  background-color: var(--orange-red);
  margin-left: 0;
}

.contra-entrega {
  margin-top: 40px;
  margin-bottom: 20px;
}

.block-content-8 {
  display: none;
}

.block-header-2, .block-header-3 {
  background-color: #eee;
}

.image-45 {
  margin-top: -342px;
  position: relative;
  inset: 0%;
}

.add-to-cart {
  z-index: 300;
  margin-bottom: 59px;
  position: static;
}

.image-48 {
  margin-top: -342px;
  display: none;
  position: relative;
  inset: 0%;
}

.image-49 {
  width: 17px;
  height: 18px;
}

.legal-rojo {
  color: #6c0000;
  background-color: #ffe5e5;
  margin-top: 13px;
  padding: 15px 3%;
  font-size: 16px;
  font-style: italic;
  display: none;
}

.image-50 {
  width: 100%;
  display: none;
}

.discount-code, .email-confirmacion {
  display: none;
}

.product-select {
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.image-52 {
  border: 2px solid #0000;
  border-radius: 13px;
  margin-bottom: 0;
  padding: 2px 2px 0 0;
  overflow: hidden;
}

.botton-naranja {
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  padding: 15px 3%;
  text-decoration: none;
}

.product-link {
  border: 2px solid var(--midnight-blue);
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
}

.product-link._1, .product-link._2 {
  border-color: #0000;
  margin-bottom: 20px;
}

.product {
  border-radius: 10px;
  margin: 3px;
  overflow: hidden;
}

.seleccionado {
  display: none;
}

.image-53, .image-54 {
  width: 100%;
}

.image-54.cel {
  background-color: #b1b1b180;
  display: block;
}

.promo-de-9gb, .promo-de-1-2gb {
  margin-bottom: 4px;
  text-decoration: none;
}

.quantity-2, .field-label-4, .field-label-5, .quantity-3 {
  display: none;
}

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

._9gb {
  display: none;
}

.form-block-3 {
  margin-bottom: 0;
}

.error-ciudad {
  background-color: #ffd2d2;
  width: 100%;
  height: 20px;
}

.mensaje {
  background-color: #ffc6c6;
  width: 100%;
  height: 20px;
  display: none;
}

.checkbox-field-2 {
  display: none;
}

.al {
  margin-top: 16px;
}

.div-block-423 {
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-424 {
  border: 2px solid var(--orange-red);
  border-radius: 100px;
  width: 25px;
  height: 25px;
}

.shipping-method-2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.cart-button-2 {
  display: none;
}

.shipping-addresss-hold {
  margin-bottom: 0;
}

.empty-state {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-container {
  display: none;
}

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

.cart-header {
  display: block;
}

.alerta-promo {
  z-index: 100;
  background-color: #d1f4da;
  border: 2px solid #457736;
  border-radius: 5px;
  align-items: center;
  width: 500px;
  height: 70px;
  padding: 10px 15px;
  display: flex;
  position: fixed;
  inset: 2% 0% auto 2%;
  box-shadow: 0 8px 20px 30px #0003;
}

.alerta-promo._9gb {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  box-shadow: 0 8px 20px 20px #0003;
}

.alerta-promo._1gb {
  border-width: 1px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  overflow: visible;
}

.check-circle {
  background-color: var(--forest-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  padding: 1px;
  display: flex;
}

.div-block-425 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.promo-felicidades {
  color: #457736;
  font-size: 17px;
  font-weight: 700;
}

.text-block-96 {
  color: #457736;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.ordenes-entrega {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.line {
  opacity: .18;
  background-color: #808292;
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.vertica-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-3 {
  margin-right: 7px;
  display: none;
}

.status-block {
  color: var(--orange-red);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.logo-holder {
  margin-right: 20px;
}

.dropdown-toggle-2 {
  z-index: 1;
  color: #a7b4cc;
  border: 1px solid #d8e2f5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 33px;
  padding: 6px 10px 5px;
  font-size: 13px;
  line-height: 12px;
  display: flex;
  position: relative;
  top: auto;
}

.dropdown-toggle-2:hover {
  color: #fff;
  background-color: #0054fc;
}

.image-55 {
  filter: invert();
  width: 70%;
}

.contacts-avatar {
  object-fit: cover;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 0;
}

.contacts-avatar.second {
  width: 35px;
  height: 35px;
  margin-left: -13px;
  box-shadow: 1px 1px 14px #1b1d2a70;
}

.status-button {
  background-color: #31ba7e26;
  border: 1px solid #31ba7e63;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 33px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.status-button:hover {
  background-color: #3be59b45;
}

.status-button.pendiente {
  color: var(--orange-red);
  background-color: #e1b61b26;
  border-color: #e0700063;
}

.call-contact {
  background-color: #f6f7f9;
  background-image: url('../images/icons8-call-100_1icons8-call-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  display: inline-block;
}

.call-contact:hover {
  background-color: #ebedf0;
}

.call-contact.whatsapp {
  background-color: #00d678;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: flex;
}

.call-contact.whatsapp:hover {
  background-color: #00c06c;
}

.phone-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.phone-wrap._100 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.email-link {
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  color: #0054fc;
}

.organization-name-link {
  color: #808292;
  font-weight: 400;
  text-decoration: none;
}

.padding-box {
  width: 130px;
  padding-left: 0;
  padding-right: 0;
}

.contact-name-link {
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.contact-name-link:hover {
  color: #0054fc;
}

.table-col {
  align-items: center;
  display: flex;
}

.table-col._10 {
  width: 10%;
}

.table-col._15 {
  width: 15%;
}

.table-col._20 {
  width: 20%;
}

.table-col._20.correo {
  display: none;
}

.card {
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px #ebedf0;
}

.card.contact {
  justify-content: space-between;
  align-items: stretch;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.block-horizontal {
  color: #1b1d2a;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.block-horizontal:hover {
  color: #14316b;
  background-color: #93b1ec3d;
}

.section-inner {
  height: auto;
  margin-bottom: 10px;
}

.dropdown-3 {
  z-index: 1;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-0:hover {
  color: #1b1d2a;
}

.mb-0.phone {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.mb-0.phone:hover {
  color: #00b666;
}

.image-56 {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.link-block-6 {
  align-items: center;
  width: 100%;
  margin-top: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  color: #31ba7e;
}

.dropdown-list-2 {
  z-index: 200;
}

.dropdown-list-2.w--open {
  z-index: 200;
  background-color: #f6f7f9;
  border: 1px solid #80829226;
  border-radius: 4px;
  padding: 0;
  top: 0;
  left: -130px;
  box-shadow: 1px 1px 20px 8px #8086923d;
}

.html-embed {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  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: center;
  display: flex;
}

.image-57 {
  width: 40px;
}

.submit-button-2 {
  background-color: var(--orange-red);
}

.video-2 {
  z-index: 999;
  border-radius: 6px;
  width: 120px;
  height: 130px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 1px 1px 20px 4px #0003;
}

.lightbox-link-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-16 {
  z-index: 3000;
  width: 30px;
  position: absolute;
}

.background-video-2 {
  z-index: 2000;
  width: 192px;
  height: 108px;
}

.background-video-2.arely {
  width: 120px;
  height: 140px;
}

.image-58 {
  width: 25px;
  margin-right: 6px;
}

.text-block-97 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.video-asist {
  z-index: 100;
  box-shadow: none;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 160px;
  height: 190px;
  transition: all .3s ease-in-out;
  display: flex;
  position: fixed;
  inset: auto 1.5% 8% auto;
  overflow: hidden;
}

.video-asist:hover {
  box-shadow: 8px 8px 16px 1px #00000070;
}

.background-video-3, .lightbox-link-5 {
  width: 100%;
  height: 100%;
}

.div-block-426 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.image-59 {
  width: 17px;
}

.div-block-427 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
}

.image-60 {
  width: 30px;
  height: 30px;
  margin-bottom: 25px;
}

.whatsapp-2 {
  z-index: 100;
  background-color: #24d165;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 1.5% 2% auto;
}

.link-block-7 {
  box-shadow: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  overflow: hidden;
}

.link-block-7:hover {
  box-shadow: 0 6px 12px 2px #00000073;
}

.link-block-8 {
  color: #051744;
  text-align: right;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-8:hover {
  color: #003fdd;
  text-decoration: underline;
}

.text-block-98 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-99 {
  margin-left: 20px;
}

.div-block-428 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

.html-embed-2.suc {
  margin-top: 150px;
  margin-bottom: 150px;
}

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

.html-embed-2.suc._3 {
  margin-top: 20px;
  margin-bottom: 100px;
}

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

.image-61 {
  width: 100px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-61.cero {
  margin-left: 0;
}

.image-61.cero.del-sl {
  width: 70px;
  margin-left: 15px;
}

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

.div-block-431 {
  background-color: #0000002b;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.countdown-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  margin-top: 5px;
  margin-left: 0;
}

.column-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 10px;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.text-block-20 {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
}

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

.text-span {
  color: #fc760d;
}

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

.image-62 {
  width: 35px;
  margin-bottom: 6px;
  margin-left: 11px;
}

.link-block-9 {
  color: #fff;
  background-color: #24d366;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-block-9:hover {
  box-shadow: 1px 5px 13px #0003;
}

.image-63 {
  width: 30px;
  margin-left: 10px;
}

.code-embed {
  width: 100%;
}

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

.button-5 {
  background-color: #ff6602;
  padding: 4px 20px;
}

.button-5.grande {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 30px;
}

.button-5.grande.whatsapp {
  background-color: #24d165;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-434 {
  background-color: #000d27;
}

.hide, .icon-4 {
  display: none;
}

.lightbox-link-6 {
  text-decoration: none;
}

.form-block-4 {
  width: 600px;
}

.oferta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-64, .image-65 {
  max-width: 80%;
}

@media screen and (min-width: 1280px) {
  .link-block-2 {
    border-radius: 20px;
  }

  .div-block-15.promociones {
    grid-template-rows: auto;
    width: 950px;
  }

  .button-2.color-line-white {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-regular {
    margin-bottom: 7px;
    font-size: 2em;
  }

  .whatsapp-3 {
    background-color: #25d366;
    background-image: url('../images/whatsapp.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
  }
}

@media screen and (min-width: 1920px) {
  .image-32, .image-35 {
    height: 30px;
  }

  .div-block-427 {
    height: 3px;
  }
}

@media screen and (max-width: 991px) {
  .mask-2 {
    max-height: 500px;
  }

  .lightbox-link-2.home {
    height: 300px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .form-square {
    width: 100%;
  }

  .form-square.checkout {
    width: auto;
  }

  .footer-line-pagos {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-4 {
    margin-top: 15px;
  }

  .button-2 {
    padding: 18px 40px;
  }

  .button-2:hover {
    background-color: #80808033;
  }

  .button-2.color-line-white:hover {
    background-color: #fff;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

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

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

  .pagos-col2 {
    width: 100%;
  }

  .pagos-col1 {
    padding-right: 0;
  }

  .opciones-pagos-titulo-div {
    width: 100%;
  }

  .columns-2, .columns-3 {
    flex-flow: wrap;
    display: block;
  }

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

  .container {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .customer-info, .hide-discount {
    width: 100%;
  }

  .add-to-cart-button {
    background-image: none;
    height: 42px;
    font-size: 16px;
    line-height: 18px;
  }

  .esconder {
    width: 100%;
  }

  .image-45 {
    display: none;
  }

  .image-48 {
    margin-top: -202px;
  }

  .container-3 {
    flex-direction: column;
  }

  .div-block-422 {
    width: 100%;
    margin-right: 0;
  }

  .product-select {
    width: 100%;
  }

  .image-54.cel {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .t-tulo-telcel-cambio {
    font-size: 25px;
    line-height: 30px;
  }

  .t-tulo-telcel-cambio.mobile {
    display: none;
  }

  .pasos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .paso {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .paso.uno {
    display: flex;
  }

  .paso-circulo {
    margin-right: 0;
  }

  .field-label.nip {
    margin-left: 0;
  }

  .div-block-15.promociones {
    grid-template-columns: 1fr;
    width: 500px;
  }

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

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

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .button-2.color-line-white {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  ._50-50 {
    flex-direction: column;
    width: 60%;
  }

  .form {
    flex-direction: column;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

  .text-field-5.right {
    margin-left: 0;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .error-message {
    width: 450px;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .slider-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .form-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    display: flex;
  }

  .form-wrapper-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-regular {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

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

  .next {
    z-index: 6;
    margin-right: 171px;
    position: static;
  }

  .previous {
    z-index: 6;
    position: absolute;
    bottom: -6%;
    left: 21%;
  }

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

  .holder {
    height: 3000px;
    margin-bottom: 0;
    overflow: scroll;
  }

  .pagos-col2 {
    margin-top: 24px;
  }

  .pagos-col1 {
    padding-left: 0;
  }

  .columns-2 {
    flex-flow: column wrap-reverse;
    align-items: stretch;
    display: flex;
  }

  .image-35, .image-35.space, .image-35.space.visa {
    display: none;
  }

  .columns-3 {
    flex-flow: column wrap-reverse;
    align-items: stretch;
    display: flex;
  }

  .menu-promo {
    display: none;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

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

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

  .image-42 {
    margin-bottom: 9px;
  }

  .info {
    flex-direction: column;
    margin-bottom: 13px;
  }

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

  .linea {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-43 {
    width: 400px;
  }

  .add-to-cart-button {
    height: 50px;
  }

  .image-45 {
    display: none;
  }

  .image-50 {
    display: block;
  }

  .image-51 {
    display: none;
  }

  .product-select {
    flex-direction: column;
  }

  .image-53.compu {
    display: none;
  }

  .image-54.cel {
    display: block;
  }

  .image-54.compu, .alerta-promo._1gb {
    display: none;
  }

  .table-col._20.folio {
    width: 10%;
  }

  .table-col._20.dir {
    display: none;
  }

  .table-col._20.dir-2 {
    width: 10%;
  }

  .table-col._20.ciudad {
    display: none;
  }

  .table-col._20.cel {
    width: 10%;
  }

  .card {
    padding: 30px 20px 20px;
  }

  .card.contact {
    justify-content: space-between;
    height: 75px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .section-inner {
    width: 100%;
    min-width: 0;
  }

  .dropdown-3 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video {
    background-image: url('../images/MaxContro_Planes_Portada.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .video-5g {
    height: 400px;
  }

  .lightbox-link-2.home {
    height: 500px;
  }

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

  .beneficios-exclusivos {
    padding-bottom: 50px;
  }

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

  .beneficio {
    align-items: center;
  }

  .t-tulo-telcel-cambio {
    display: none;
  }

  .t-tulo-telcel-cambio.cambio {
    display: block;
  }

  .t-tulo-telcel-cambio.mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .t-tulo-telcel-cambio.centrar.ordenes {
    display: block;
  }

  .pasos {
    flex-direction: column;
  }

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

  .paso {
    flex-direction: column;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .paso-circulo {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .paso-circulo.secundario {
    margin-right: 0;
  }

  .field-label.nip.escritorio {
    display: none;
  }

  .field-label.nip.movil {
    margin-bottom: 15px;
    display: block;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .div-block-15.promociones {
    width: 300px;
  }

  .pregunta.imei {
    margin-top: 0;
  }

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

  .footer.general {
    padding-top: 10px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hide-text-mobile, .servicio-domicilio-hide {
    display: none;
  }

  .button-2 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-2.color-line-white {
    font-size: 14px;
  }

  ._50-50 {
    flex-direction: column;
    width: 100%;
  }

  .form {
    width: 100%;
  }

  .mask-3 {
    height: 100%;
    padding-bottom: 0;
    position: static;
  }

  .text-field-5.space-1 {
    width: 250px;
    margin-top: 64px;
  }

  .text-field-5.right {
    margin-left: 0;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form-3 {
    width: 100%;
  }

  .paragraph.white.spaceup {
    font-size: 12px;
    line-height: 19px;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonial-subheader {
    line-height: 1.3em;
  }

  .testimonial-subheader.mobile {
    margin-top: 0;
  }

  .error-message {
    width: 300px;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .slider-3 {
    flex-direction: column;
    max-width: none;
    height: 100%;
    display: flex;
  }

  .form-content {
    width: 100%;
    margin-bottom: 6px;
  }

  .heading-regular {
    font-size: 18px;
  }

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

  .next {
    margin-left: 8px;
    margin-right: 12px;
  }

  .previous {
    max-width: 100px;
    margin-bottom: 122px;
    margin-left: 0;
    display: flex;
    position: absolute;
    bottom: -17%;
    left: 5%;
  }

  .titulo-resumen {
    flex: none;
    font-size: 15px;
  }

  .cards-holder {
    display: none;
  }

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

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .pago-completado {
    width: auto;
  }

  .info-in-a-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .total {
    height: 30rem;
  }

  .image-43 {
    width: 350px;
  }

  .add-to-cart-button {
    height: 40px;
    font-size: 15px;
  }

  .block-header-2.pago-requerido, .block-header-3 {
    flex-direction: column;
  }

  .image-48 {
    margin-top: -132px;
  }

  .alerta-promo._9gb, .alerta-promo._1gb {
    width: 330px;
    height: 65px;
    display: none;
  }

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

  .vertica-info {
    align-items: center;
  }

  .dropdown-toggle-2 {
    margin-top: 13px;
  }

  .status-button.pendiente, .table-col._15.estatus {
    width: 100%;
  }

  .table-col._20.folio {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-col._20.dir-2 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table-col._20.dir-2.pendinte {
    background-color: #ff6e6e;
  }

  .table-col._20.cel {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card.contact {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    box-shadow: 0 1px 20px #ccc;
  }

  .card.contact.cuest {
    margin-top: 22px;
  }

  .dropdown-3 {
    width: 200px;
    margin-bottom: 14px;
  }

  .mb-0.phone {
    flex: none;
  }

  .link-block-6 {
    justify-content: center;
  }

  .dropdown-list-2.w--open {
    top: 42px;
    left: auto;
  }

  .countdown-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: 0;
  }

  .column-block {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 40px;
  }

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

#w-node-d090a2aa-3db1-3cf8-39cd-d1285b9fd380-05b1ed53, #w-node-_93bbce83-7301-4a7d-4abe-4d27acd05842-05b1ed53, #w-node-_06bef00e-403f-287a-e047-1f30ca737351-05b1ed53, #w-node-_614795b4-919b-3733-0a05-58abb653ce9c-05b1ed53, #w-node-_0547b2b4-fd52-4d58-9ab9-8704e506570a-05b1ed53, #w-node-_60984184-4cfa-281d-fc8c-e18691a86872-05b1ed53, #w-node-dd4c8927-c5d3-2a71-23b9-66666665c70c-05b1ed53, #w-node-_97fcb2b4-7411-cb3b-ef9a-1c1bf2169b6d-05b1ed53, #w-node-_97fcb2b4-7411-cb3b-ef9a-1c1bf2169b77-05b1ed53, #w-node-_97fcb2b4-7411-cb3b-ef9a-1c1bf2169b81-05b1ed53, #w-node-a91f3d92-bf14-9c16-de21-1992a1ee5249-05b1ed53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52916ce6-616f-4fd1-8859-89fcbcd79c76-05b1ed53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96d8c9e6-6f3e-2e7e-47f6-87015a248c31-5a248c2e, #w-node-_96d8c9e6-6f3e-2e7e-47f6-87015a248c39-5a248c2e, #w-node-_96d8c9e6-6f3e-2e7e-47f6-87015a248c48-5a248c2e, #w-node-_96d8c9e6-6f3e-2e7e-47f6-87015a248c57-5a248c2e, #w-node-_9a148d1d-763c-35b0-e5e1-be7ab8fbed44-05b1ed66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd8fdf9-9e8d-7d3e-01a7-ca3f064dd16c-05b1ed66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7ccf3e1-498a-6318-e26a-c8a1985e4f75-05b1ed68, #w-node-fb7e24f1-fa15-6aa3-1c7d-e39ceba9dc2d-05b1ed68, #w-node-fe2fdc97-42d7-db75-04e4-261a474c7cef-05b1ed68, #w-node-_4c816e5e-0efe-00e0-5d0b-e97a7c6c83c1-05b1ed68 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a148d1d-763c-35b0-e5e1-be7ab8fbed44-4e59facb, #w-node-e425fc11-ea5c-8204-afd1-5618b8ef2004-4e59facb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9a148d1d-763c-35b0-e5e1-be7ab8fbed44-05b1ed66, #w-node-a7ccf3e1-498a-6318-e26a-c8a1985e4f75-05b1ed68, #w-node-fb7e24f1-fa15-6aa3-1c7d-e39ceba9dc2d-05b1ed68, #w-node-fe2fdc97-42d7-db75-04e4-261a474c7cef-05b1ed68, #w-node-_4c816e5e-0efe-00e0-5d0b-e97a7c6c83c1-05b1ed68, #w-node-_9a148d1d-763c-35b0-e5e1-be7ab8fbed44-4e59facb, #w-node-e425fc11-ea5c-8204-afd1-5618b8ef2004-4e59facb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


