:root {
  --black: #010a1b;
  --blanco: white;
  --nero-black: #161616;
  --gold: #ffd540;
  --indian-red: #fd496c;
  --crimson: #f8224c;
  --blue-violet: #6e25dd;
  --chill: #354249;
  --beglobal: #d8ed93;
  --dim-grey: #737373;
  --new-crimson: #da0024;
  --celeste: #06e2ed;
  --beglobal-osc: #8dd145;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@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;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #737373;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1 {
  color: var(--black);
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.25rem;
}

h3 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 2.8125rem;
}

h4 {
  color: var(--blanco);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.5rem;
}

h5 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

h6 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

p {
  color: #737373;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.625rem;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: underline;
}

li {
  font-size: 1.2rem;
  line-height: 1.625rem;
}

img {
  object-fit: cover;
  height: 100%;
}

strong {
  text-align: left;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.menu-item {
  color: #fff;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0a061b;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.all-btn.padding-border-btn.border-purple-btn {
  border: 2px solid #6822da;
}

.all-btn.padding-border-btn.bg-white {
  background-color: #fff;
}

.all-btn.padding-border-btn.bg-white.footer-btn-hundred {
  color: var(--black);
  justify-content: center;
  width: 100%;
}

.all-btn.padding-border-btn.form-btn {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.all-btn.padding-border-btn.border-black-btn {
  border: 1px solid #0a061b;
}

.all-btn.padding-bg-btn.bg-btn {
  background-color: #6822da;
  justify-content: center;
  align-items: center;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.flex-center {
  padding-left: 10px;
  padding-right: 10px;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.flex-center.para-medicina {
  background-image: url('../images/Para-medicina.svg');
  background-position: 100% 0;
  background-size: auto;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.flex-center.ocultar {
  display: none;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.btn-flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.margin-top-20 {
  width: auto;
  margin-top: 20px;
}

.all-btn.padding-bg-btn.bg-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 250px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.all-btn.padding-bg-btn.bg-white:hover {
  color: var(--nero-black);
}

.all-btn.padding-bg-btn.bg-white.hide-on-desktop {
  display: none;
}

.all-btn.padding-bg-btn.bg-white.hide-on-mobile {
  color: var(--blanco);
  width: 200px;
  display: flex;
}

.all-btn.padding-bg-btn.bg-white.nacho-academy-button {
  background-color: var(--gold);
  height: auto;
  margin-top: 20px;
}

.all-btn.padding-bg-btn.bg-white.new-btn {
  width: 200px;
}

.all-btn.padding-bg-btn.bg-white.btn-new {
  width: 300px;
}

.all-btn.padding-bg-btn.bg-pink {
  background-color: var(--indian-red);
  width: 225px;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white {
  background-color: #fd254f;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white.flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white.btn-nacho {
  width: 200px;
  display: none;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white.btn-nacho.btnconvalidacion {
  width: auto;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white.btn-nacho.testimonios {
  background-color: var(--crimson);
  width: auto;
}

.all-btn.padding-bg-btn.bg-pink.btn-new {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.all-btn.padding-bg-btn.bg-red {
  background-color: #fd496c;
}

.all-btn.padding-bg-btn.bg-red.flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-red.flex-center.text-color-white {
  padding-left: 10px;
  padding-right: 10px;
}

.all-btn.padding-bg-btn.bg-red.flex-center.text-color-white.ocultar {
  display: none;
}

.all-btn.padding-bg-btn.bg-blue {
  background-color: #3f53d8;
}

.all-btn.purple-btn {
  color: #6822da;
  border-bottom: 1px solid #6822da;
  border-radius: 0;
}

.all-btn.blog-details-btn {
  background-color: #70f4c5;
  border-radius: 25px;
  padding: 7px 30px;
}

.all-btn.blog-details-btn.bg-white {
  background-color: #fff;
}

.all-btn.blog-details-btn.bg-white.text-color-gray {
  color: #737373;
}

.all-btn.padding-border-btn {
  padding: 11px 18px;
}

.all-btn.padding-border-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.border-padding-btn {
  padding: 12px 18px;
}

.all-btn.border-padding-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.border-padding-btn.border-purple-btn {
  border: 2px solid #6822da;
}

.all-btn.padding-bg-btn {
  padding: 13px 34px;
}

.all-btn.padding-bg-btn.bg-btn {
  background-color: #6822da;
}

.all-btn.bg-white {
  background-color: var(--blue-violet);
  color: var(--blanco);
  text-align: left;
}

.container-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-block.padres {
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
}

.container-block.sitelink-3 {
  max-width: 800px;
}

.header {
  border-bottom: 1px solid #0000;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
}

.menu-btn-sign-in {
  color: #0a061b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.aplon-logo-block {
  z-index: 2;
  position: relative;
}

.menu-bar-trigger {
  display: none;
}

.menu-item-block {
  display: flex;
}

.main-block.menu-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.main-block.section-four-main {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.section-four-main.real-apps-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
}

.main-block.home-two-main-block {
  background-image: url('../images/Aplon-Second-Example-Image.png'), url('../images/Aplon-First-Example-Image.png'), url('../images/White-Star.svg'), url('../images/White-Star.svg');
  background-position: 100% 104%, 1%, 92% 16%, 14% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 189px, 186px, auto, auto;
  padding-bottom: 67px;
}

.main-block.home-two-hero-image-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.menu-btn-sign-in-block {
  text-decoration: none;
}

.aplon-logo-link {
  position: relative;
  overflow: hidden;
}

.menu-btn-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.all-btn-icon-block {
  display: block;
}

.all-btn-icon-block.icons-white {
  filter: invert();
  padding-right: 3px;
}

.menu-item-link {
  padding: 28px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
}

.menu-item-link.text-color-white {
  z-index: 2;
  position: relative;
}

.menu-item-link.text-color-white.mobile-violet.w--current {
  flex: 0 auto;
  display: none;
}

.all-btn-block {
  height: 1.6rem;
  overflow: hidden;
}

.all-btn-block.working-btn-block {
  width: 94px;
  overflow: hidden;
}

.home-one-hero-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Bg-Hero.webp');
  background-position: 9% 61%, 93% 28%, 14% 15%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding: 144px 15px 353px;
}

.home-one-hero-section.home-two-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.heading-one-stroke-text {
  background-image: url('../images/Hero-Stroke.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 10px 5px;
  display: inline-block;
}

.container-none {
  max-width: none;
}

.hero-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-flex.flex-left {
  justify-content: flex-start;
  width: 100%;
  margin-top: 25px;
}

.hero-flex.flex-left.padding-top-thirty {
  padding-top: 30px;
}

.hero-flex.flex-left.home {
  margin-top: 25px;
}

.hero-flex.flex-left.padres {
  width: 200px;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.hero-flex.flex-left.padres.estudiar-universidad {
  margin-top: 25px;
}

.hero-flex.flex-left.padres.estudiar-universidad.hide-on-desktop {
  display: none;
}

.hero-flex.flex-left.padres.simple {
  margin-top: 25px;
}

.hero-flex.padding-top-fifty {
  padding-top: 50px;
}

.hero-flex.flex-left {
  justify-content: flex-start;
}

.hero-flex.flex-right {
  justify-content: flex-end;
}

.hero-flex.margin-top-30 {
  margin-top: 60px;
}

.hero-flex.margin-top-30.flex-center {
  display: none;
}

.mobile-dashboard {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: auto 55px 8% auto;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px #00000014;
}

.section-three {
  padding-left: 15px;
  padding-right: 15px;
}

.desktop-dashboard {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px #00000014;
}

.section-dashboard {
  border-radius: 20px;
  align-items: center;
  position: absolute;
  bottom: 236px;
  left: 30px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px #00000014;
}

.amazing-flex-tick-image-block {
  border: 1px solid #00000014;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  top: 5px;
}

.amazing-flex-tick-image-block.service-bg-icons {
  width: 39px;
  height: 39px;
}

.amazing-flex-tick-image-block.future-tick-icons {
  position: static;
  top: auto;
}

.amazing-features-right-image-two-block {
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -5%;
  left: 1%;
  right: auto;
}

.amazing-features-right-image-two-block.our-process-right-image {
  inset: auto -18px 12% auto;
}

.amazing-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
}

.amazing-flex.second-flex, .amazing-flex.future-flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazing-flex.home-two-amazing-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
}

.amazing-features-right-image-block {
  align-items: center;
  display: flex;
}

.amazing-features-left-block {
  flex: 1;
  padding-bottom: 0;
}

.amazing-features-left-block.about-us-our-proces-right-cols {
  max-width: 599px;
}

.heading-two {
  color: #010a1b;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.heading-two.text-purple-color {
  text-align: center;
}

.heading-two.text-purple-color.tachado {
  text-decoration: line-through;
}

.heading-two.text-color-white {
  color: #fff;
}

.heading-two.text-color-white.bold-text.titulo {
  font-size: 2.81rem;
}

.heading-two.text-color-white.title {
  font-size: 2.8rem;
}

.heading-two.padding-bottom-twenty {
  padding-bottom: 10px;
}

.heading-two.padding-bottom-ten {
  margin-right: 0;
}

.heading-two.padding-bottom-ten.nacho-academy-h2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: flex;
}

.heading-two.padding-bottom-ten.nacho-academy-h2.academy-text-horas {
  padding-bottom: 0;
}

.heading-two.padding-bottom-fifteen {
  color: var(--black);
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.tag {
  color: var(--indian-red);
  -webkit-text-stroke-color: var(--crimson);
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 500;
}

.tag.text-color-white {
  color: #fff;
}

.tag.faq-tag {
  color: #6e25dd;
}

.tag.change-color {
  color: var(--indian-red);
}

.amazing-features-right-cols {
  flex: 1;
  align-items: center;
}

.amazing-features-right-cols.about-us-amazing-features-left-cols {
  max-width: 649px;
}

.amazing-flex-btn {
  margin-top: 15px;
  display: flex;
}

.heading-four {
  color: #0a061b;
  text-transform: none;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.heading-four.text-color-white {
  color: #fff;
}

.heading-four.align-center.margin-top-fourty {
  margin-top: 60px;
}

.solutions-card-caption-col {
  flex: 1;
}

.solutions-card-caption-col.help-center-details {
  max-width: 100%;
}

.solutions-card-icons-block.third-color {
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.solutions-card-icons-block.second-color {
  background-color: #fd496c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.solutions-card-icons-block.first-color {
  background-color: #6822da;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.solutions-card-icons-block.first-color.padres {
  background-color: var(--indian-red);
}

.solutions-card-icons-block.first-color.padres.simple {
  background-color: var(--chill);
}

.solutions-card-icons-block.real-apps-card-icons {
  background-color: #1e20e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.solutions-card-icons-block.bg-red {
  background-color: var(--crimson);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.solutions-card-icons-block.bg-purple {
  background-color: #6822da;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.solutions-card-icons-block.bg-green {
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
}

.section-title-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.text-center {
  width: 80%;
  max-width: none;
}

.section-title-block.text-center.max-width-nine-hundred.padres {
  width: 100%;
  margin-top: 0;
}

.section-title-block.text-center.max-width-twelve-hundred {
  max-width: 1200px;
}

.section-title-block.text-center.padres {
  margin-top: 100px;
}

.section-title-block.max-width-nine-hundred {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-card-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.solutions-card-flex.flex-left.padding-bottom-ten {
  padding-bottom: 0;
}

.solutions-card-flex.align-top {
  align-items: flex-start;
}

.solutions-card-icons-col {
  flex: 1;
  max-width: 70px;
}

.solutions-card-icons-col.real-apps-card-new {
  max-width: 15%;
}

.solutions-card-icons-col.amazing-home-two {
  max-width: 78px;
}

.solutions-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  transition: box-shadow .6s;
  display: flex;
  box-shadow: 0 5px 10px 4px #0000000a;
}

.solutions-card:hover {
  box-shadow: 5px 0 25px 4px #00000014;
}

.solutions-card.card-shadow {
  box-shadow: 0 5px 50px 4px #00000014;
}

.solutions-card.card-shadow.strategy-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Shape-Strategy-.svg');
  background-position: 57% 22%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  min-height: 303px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.solutions-card.card-shadow.strategy-flex.strategy-new-card {
  background-color: #6822da;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
}

.solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis {
  background-image: url('../images/iconamoon_star-light.svg');
  background-position: 98% 2%;
  background-repeat: no-repeat;
  background-size: 55px;
}

.solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis.padres {
  background-color: var(--blanco);
  background-image: url('../images/Demo-Image-Two.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  width: 80%;
  height: 100%;
  min-height: 0;
  max-height: 450px;
  box-shadow: 4px 4px 5px -1px #0000007d;
}

.solutions-card.card-shadow.strategy-flex.blogconvalidacion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60%;
  min-height: 150px;
}

.solutions-card.card-shadow.strategy-flex.testimonios {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 500px;
  min-height: 500px;
  padding: 25px 25px 25px 45px;
}

.solutions-card.card-shadow.home-four-amazing-card {
  border: 1px solid #e1e1e1;
  flex-direction: column;
  margin-bottom: 0;
  overflow: visible;
}

.solutions-card.card-shadow.home-four-amazing-card.working-process-card {
  padding: 20px;
}

.solutions-card.card-shadow.home-four-amazing-card.working-process-card-middle {
  margin-bottom: 37px;
}

.solutions-card.strategy-card {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  min-height: 303px;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 5px 25px 4px #00000014, 0 0 50px -20px #00000040;
}

.solutions-card.strategy-card.tag-gratis {
  background-image: url('../images/iconamoon_star-light.svg');
  background-position: 98% 2%;
  background-repeat: no-repeat;
  background-size: 55px;
}

.solutions-card.strategy-card.blogs {
  width: 100%;
}

.solutions-card.card-shadow-off {
  box-shadow: none;
}

.solutions-card.card-shadow-off.home-four-amazing-card {
  flex-direction: column;
}

.solutions-card.card-shadow-off.home-four-amazing-card.amazing-features-margin-off {
  margin-bottom: 0;
  box-shadow: 0 5px 10px 4px #0000000a;
}

.solutions-card.card-shadow-off.home-four-amazing-card.amazing-features-margin-off.aupair {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  position: relative;
  box-shadow: 0 5px 10px 4px #0000001a;
}

.solutions-card.margin-bottom-thirty {
  box-shadow: none;
  background-color: #f2f0ff;
  transition-property: none;
}

.solutions-card.margin-bottom-thirty.margin-top-100 {
  margin-top: 100px;
}

.solutions-card.margin-bottom-thirty.bg-white {
  background-color: #fff;
}

.solutions-card.margin-bottom-thirty.bg-pink {
  background-color: var(--crimson);
}

.solutions-card.margin-bottom-thirty.bg-violet {
  background-color: var(--blue-violet);
  display: none;
}

.solutions-card.knowledge-base-category-help-center {
  box-shadow: none;
  background-color: #fcf6f6;
}

.solutions-card.border-black {
  border: 1px solid #000;
}

.solutions-card.margin-top-thirteen {
  max-width: 1000px;
}

.solutions-card.margin-bottom-fourty {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #6822dae3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 865px;
  height: auto;
  margin-bottom: 0;
  box-shadow: 0 5px 10px 4px #00000040;
}

.solutions-card.padres {
  background-color: var(--blue-violet);
  flex-flow: row;
  box-shadow: 2px 2px 5px #0000007d;
}

.solutions-card.padres.simple {
  background-color: var(--blanco);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
}

.solutions-card.usd-bubble-card {
  background-color: var(--blue-violet);
  width: 100%;
  max-width: none;
}

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

.heading-three {
  color: #0a061b;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.8125rem;
}

.real-apps-card {
  background-color: #e3f3ff;
  border-radius: 20px;
  padding: 40px;
}

.real-apps-card.second {
  background-color: #fbfbfb;
}

.real-apps-card.third {
  background-color: #fff5f1;
}

.real-apps-card.future-image-card {
  background-color: #f5efff;
  padding: 35px;
  display: flex;
}

.real-apps-card.future-image-card.image-one {
  z-index: 1;
  position: relative;
}

.real-apps-card.future-image-card.image-two {
  z-index: 2;
  position: absolute;
}

.real-apps-card.future-image-card.image-three {
  z-index: 3;
  position: absolute;
}

.real-apps-choose {
  padding: 20px;
}

.real-apps-card-second-image-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -24px -18px auto auto;
}

.real-apps-card-first-image-block.future-f-image-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.real-apps-card-image-main-block {
  margin-bottom: 43px;
  display: flex;
  position: relative;
}

.real-apps-card-image-main-block.future-card-image-block {
  width: 100%;
  margin-bottom: 0;
}

.service-image-block-second {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 3%;
  left: auto;
  right: -7%;
}

.service-image-caption-col {
  flex: 1;
  max-width: 617px;
}

.service-tab-text {
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.service-flex {
  grid-column-gap: 111px;
  grid-row-gap: 111px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-tab-content {
  padding-top: 65px;
}

.service-tab-link {
  color: #0a061b;
  background-color: #0000;
  padding-top: 3px;
  padding-bottom: 3px;
}

.service-tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.service-tab-section-menu {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

.service-image-block {
  position: relative;
}

.service-image-col {
  flex: 1;
  max-width: 646px;
}

.heading-count-block {
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 47px;
  height: 47px;
  margin-bottom: 12px;
  display: flex;
}

.heading-count {
  color: #0a061b;
  font-size: 1.125rem;
  font-weight: 500;
}

.real-apps-card-third-image-block {
  position: absolute;
  bottom: -16px;
  left: -14px;
}

.faq-image-block-second {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 50% auto 50% 0%;
}

.faq-image-block {
  flex: 1;
  max-width: 671px;
}

.faq-flex {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-image-block-third {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: auto 2% -9% auto;
}

.faq-item-content-text {
  padding-bottom: 15px;
}

.faq-image-block-first-image {
  flex: 1;
  position: relative;
}

.faq-caption-block {
  flex: 1;
}

.container-three {
  max-width: 1712px;
}

.container-three.rich-main-section {
  background-image: url('../images/Red-Round-Shape.svg');
  background-position: 7% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -407px;
  padding-bottom: 70px;
}

.social-icon-block-main {
  border: 1.5px dashed #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 38.31px;
  height: 38.31px;
  margin-right: 10px;
  display: flex;
}

.form-input-field {
  color: #fff;
  background-color: #6822da;
  border: 0 solid #000;
  border-radius: 10px;
  min-height: 55px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.form-input-field::placeholder {
  color: #fff;
}

.footer-location-block {
  padding-bottom: 25px;
  font-size: 1rem;
}

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

.footer-contact-block {
  font-size: 1rem;
}

.footer-bottom-social-col {
  align-items: center;
  display: flex;
}

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

.footer-link-block {
  flex-direction: column;
  display: flex;
}

.footer-line {
  background-color: #9e6de8;
  width: 100%;
  height: 1px;
}

.footer-link {
  color: #fff;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-decoration: none;
  display: block;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1.25fr 1fr 1fr;
}

.footer-grid.margin-top-twenty {
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr 1fr;
  margin-top: 20px;
}

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

.footer-card {
  background-color: #5e17ca;
  border-radius: 20px;
  padding: 26px;
  display: none;
}

.footer-right-col {
  width: 100%;
  max-width: 30%;
}

.footer {
  background-image: url('../images/Star-5.svg'), url('../images/Footer-Star.svg'), linear-gradient(#5d16c9, #6e25dd);
  background-position: 85% 18%, 0 30%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding: 80px 15px 0;
}

.footer.footer-two {
  background-position: 100% 36%, 0 38%, 0 0;
  padding-top: 0;
}

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

.footer-left-col {
  width: 100%;
  max-width: 100%;
}

.text-color-white {
  color: #fff;
  text-transform: none;
  font-size: 1.3rem;
}

.text-color-white.padding-bottom-twenty-two, .text-color-white.padding-bottom-ten {
  text-align: center;
}

.text-color-white.padding-bottom-ten.title {
  font-size: 2rem;
}

.text-color-white.padding-bottom-seventeen {
  padding-bottom: 17px;
}

.text-color-white.padding-bottom-seventeen.max-width-seven-hundred-ninety {
  margin-left: auto;
  margin-right: auto;
}

.text-color-white.max-width-four-hundred-fifty {
  max-width: 480px;
}

.text-color-white.no-underline {
  text-decoration: none;
}

.text-color-white.margin-bottom-thirty {
  color: var(--blanco);
  text-transform: none;
  margin-top: 10px;
}

.text-color-white.margin-bottom-thirty.padres {
  width: 100%;
  margin-bottom: 15px;
}

.text-color-white.margin-bottom-thirty.landing-simple {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-color-white.margin-bottom-thirty.landing-simple.titulo {
  color: var(--gold);
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  display: flex;
}

.text-color-white.margin-bottom-thirty.landing-simple.subtitulo {
  color: var(--indian-red);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3rem;
}

.text-color-white.margin-bottom-thirty.landing-simple.high-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.text-color-white.dropdown {
  font-size: .9rem;
}

.text-color-white.heading-four.text-center {
  text-transform: none;
  margin-top: 0;
}

.text-color-white.heading-four.text-center.agrandar {
  font-size: 3rem;
}

.text-color-white.bold {
  font-size: 1rem;
  font-weight: 300;
}

.text-color-white.bold.clickable {
  cursor: pointer;
}

.text-color-white.simple {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.text-color-white.simple.font-size-2rem {
  font-size: 2rem;
  line-height: 3rem;
}

.text-color-white.simple.font-size-2rem.unlp {
  font-size: 3rem;
}

.text-color-white.simple._4-rem {
  font-size: 4rem;
}

.text-color-white.simple._4-rem.bold-text {
  line-height: 3rem;
}

.text-color-white.agrandar {
  font-size: 2rem;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style, .rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

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

.text-center.padding-bottom-twenty-two.max-width-five-hundred-fifty {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.padding-bottom-thirty {
  padding-bottom: 30px;
}

.text-center.max-width-seven-hundred-eighty {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.padding-top-twenty {
  padding-top: 20px;
}

.overflow-hidden {
  padding-top: 0;
  overflow: hidden;
}

.overflow-hidden.custom-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.overflow-hidden.padres {
  width: 100%;
}

.overflow-hidden.padres.sitelink {
  width: 70%;
}

.overflow-hidden.padres.sitelink.v2 {
  width: 80%;
}

.overflow-hidden.padres.sitelink.width-100 {
  width: 100%;
}

.overflow-hidden.padres.sitelink-6 {
  width: 80%;
}

.padding-bottom-twenty-two {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 22px;
  display: none;
}

.padding-bottom-twenty-two.text-color-white.texto-academy {
  text-align: left;
}

.padding-bottom-twenty-two.max-width-seven-hundred {
  max-width: 720px;
}

.padding-bottom-twenty-two.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty-two.max-width-six-hundred {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred-ninety {
  max-width: 790px;
}

.max-width-eight-hundred {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred.padding-bottom-fourty {
  padding-bottom: 40px;
}

.content-scroll-wrap {
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 544px;
  max-height: 370px;
  overflow: hidden;
}

.border-wrap {
  background-color: #1b1b1b;
  width: 2px;
  height: 100%;
  max-height: 263px;
  overflow: hidden;
}

.border-text-wrap {
  margin-top: 15px;
}

.border-text-wrap.top {
  flex-direction: column;
  align-items: center;
  height: 20px;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.content-sticky-wrap {
  height: 300vh;
  display: block;
}

.content-wrapper {
  z-index: 4;
  background-image: url('../images/Green-Round.svg'), url('../images/Star-Awesome.svg');
  background-position: 90% 25%, 4% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 67px;
  display: block;
  position: sticky;
  top: 140px;
}

.border-inner {
  background-color: #dfd3fe;
  width: 2px;
}

.border-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90px;
  display: flex;
}

.content-wrap {
  margin-bottom: 23px;
  display: block;
}

.content-flex-wrap {
  z-index: 4;
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  padding: 46px;
  display: flex;
  box-shadow: 0 2px 50px #00000014;
}

.img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 435px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-off {
  border: 0 solid #000;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.old-btn-text {
  font-weight: 500;
}

.old-btn-text.btn-fondo-blanco {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.old-btn-text.btn-fondo-blanco.nacho-color {
  font-weight: 600;
}

.new-btn-text {
  color: var(--nero-black);
  font-weight: 500;
}

.active-tablink {
  z-index: 0;
  background-color: #f32c53;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.home-two-hero-image-two-block {
  margin-left: -70px;
}

.amazing-fourth-image-block {
  position: absolute;
  inset: auto auto 48px 78px;
}

.amazing-third-image-block {
  position: absolute;
  inset: auto 0 35px auto;
}

.working-progress-flex {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  align-items: center;
  display: flex;
}

.working-progress-card {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 22px 22px 22px 10px;
  box-shadow: 4px 4px 25px 4px #00000014;
}

.working-progress-card.nacho-academy-card {
  justify-content: space-around;
  align-items: center;
  width: 240px;
  height: 75px;
  padding: 15px;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.amazing-second-image-block {
  position: absolute;
  inset: 9% auto auto 3%;
}

.span-bg-yellow {
  z-index: 1;
  background-color: var(--gold);
  color: #000;
  border-radius: 60px;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  position: relative;
}

.span-bg-yellow.padding-bottom-zero {
  padding-bottom: 0;
}

.span-bg-yellow.font-weight-semibold {
  font-weight: 600;
}

.span-bg-yellow.cupoagotado {
  font-size: 2.83rem;
}

.span-bg-yellow.cupoagotado.short {
  background-color: var(--blanco);
  font-size: 2rem;
}

.span-bg-yellow.padres {
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: 2rem;
  display: flex;
}

.span-bg-yellow.title {
  font-size: 3rem;
  line-height: 4rem;
}

.stunning-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stunning-image-grid.services-two-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.stunning-caption-title-col {
  margin-bottom: 20px;
}

.stunning-caption-title-col.hide-on-desktop {
  display: none;
}

.stunning-second-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.stunning-second-card.services-two-flex-black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.stunning-first-image {
  background-color: #fff;
  border-radius: 20px;
}

.working-progress-image-col {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 614px;
  display: flex;
  position: relative;
}

.working-progress-image-col.features-hight-quality-image-col {
  max-width: 609px;
}

.working-progress-caption-col {
  width: 90%;
}

.working-title-span-two {
  color: #fd496c;
}

.stunning-second-image {
  background-color: #fff5f1;
  border-radius: 20px;
}

.working-progress-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: 550px;
}

.working-progress-grid.nacho-academy {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: none;
  display: grid;
}

.amazing-image-block {
  flex: 1;
  max-width: 563px;
  position: relative;
}

.amazing-image-block.pricing-plan-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stunning-caption-icon-col.hide.grande {
  width: 40%;
}

.home-two-hero-image-three-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 90px auto 4% 44px;
}

.working-progress-second-image {
  position: absolute;
  inset: auto auto 0% 3%;
}

.working-title-span-four {
  color: #41e8ac;
}

.stunning-caption-icon {
  color: #6822da;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.stunning-caption-icon.text-color-pink {
  color: var(--crimson);
}

.working-message-span {
  color: #000;
}

.stunning-first-card {
  background-color: #6822da;
  border-radius: 20px;
  padding: 40px;
}

.stunning-first-card.services-two-flex-purple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Small-Shape.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  min-height: 405px;
  display: flex;
  position: relative;
}

.stunning-first-card.services-two-flex-purple.simple {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--blue-violet);
  flex-flow: column;
  max-width: 900px;
}

.stunning-first-card.services-two-flex-purple.height, .stunning-first-card.services-two-flex-purple.height.convalidacion {
  min-height: 400px;
}

.home-two-hero-image-four-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 111px;
  bottom: 0;
  right: 17px;
}

.working-title-span-three {
  color: #ffd540;
}

.amazing-first-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.amazing-caption-block {
  flex: 1;
  max-width: 617px;
}

.stunning-caption-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 60px;
  display: flex;
}

.working-title-span-one {
  color: #6822da;
}

.working-progress-message-image-block {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  max-width: 70px;
  height: 70px;
  overflow: hidden;
  box-shadow: 0 5px 25px 4px #00000014;
}

.working-progress-message-image-col {
  width: 100%;
  max-width: 98px;
}

.stunning-caption-block {
  flex: 1;
  max-width: 800px;
}

.stunning-caption-icon-block {
  border: 1px solid #6822da;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.stunning-caption-icon-block.border-color-pink {
  border-color: var(--crimson);
}

.working-progress-message-flex {
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
  padding-top: 36px;
  display: flex;
}

.header-two {
  z-index: 999;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.left {
  z-index: 1;
  width: 100%;
  max-width: 620px;
  height: 100%;
  position: relative;
}

.left.service-two-left-core {
  max-width: 723px;
}

.right {
  width: 100%;
  max-width: 606px;
  height: 100%;
}

.right.service-two-right-core {
  max-width: 569px;
}

.card-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.card-one.card-two {
  grid-column-gap: 20px;
}

.card-one.service-two-core {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-direction: row-reverse;
}

.core-features-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Analytics-background.webp');
  background-position: 51% 8%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 110px;
}

.core-features-section.service-two-core {
  background-color: #6822d9;
  background-image: url('../images/White-Star.svg'), url('../images/Red-Round-Circle.svg'), url('../images/Star-Two.svg');
  background-position: 85% 65%, 15% 92%, 48% 10%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}

.core-features-single-wrapper {
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
}

.core-features-single-wrapper.core-features-one {
  margin-bottom: 0;
  padding-top: 0;
}

.core-features-single-wrapper.core-features-two {
  padding-top: 110px;
  padding-left: 0;
  padding-right: 55px;
}

.core-features-flex-wrapper {
  grid-column-gap: 120px;
  align-items: center;
}

.core-features-border {
  outline-offset: 0px;
  outline: 2px red;
  width: 0;
  height: 100%;
}

.core-features-border.core-features-two {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.core-features-border.core-features-three {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  inset: 0% auto auto 0%;
}

.core-features-border.core-features-one {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  inset: 0% 0% auto auto;
}

.core-features-number {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: -1%;
  left: -1.3%;
}

.core-features-number.core-features-one {
  background-color: #fff;
  border-radius: 100%;
  inset: -7% -1.3% auto auto;
}

.core-features-number.core-features-two {
  background-color: #fff;
  border-radius: 100%;
  top: 9%;
  left: -1.3%;
}

.padding-bottom-twenty {
  text-transform: none;
  padding-bottom: 20px;
  font-size: 2.8125rem;
}

.padding-bottom-twenty.weight-six-hundred {
  font-weight: 600;
}

.padding-bottom-twenty.text-color-white {
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3rem;
  display: block;
}

.padding-bottom-twenty.text-color-white.text-center.padres2 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.padding-bottom-twenty.text-color-white.padres {
  color: var(--blanco);
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.padding-bottom-twenty.text-color-white.landing-simple {
  width: 60%;
}

.padding-bottom-twenty.text-color-white.landing-simple.sitelink {
  width: 70%;
  margin-top: 20px;
}

.padding-bottom-twenty.text-color-white.landing-simple.width-80 {
  width: 80%;
}

.padding-bottom-twenty.text-color-white.landing-simple.width-100 {
  width: 100%;
  font-size: 1rem;
}

.padding-bottom-twenty.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty.padres {
  color: var(--blue-violet);
  font-size: 2.6rem;
}

.padding-bottom-twenty.home {
  text-align: center;
  font-size: 1.3rem;
}

.weight-five-hundred {
  font-weight: 500;
}

.margin-zero {
  margin: 0;
}

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

.padding-bottom-three {
  padding-bottom: 3px;
}

.padding-bottom-fifteen {
  padding-bottom: 15px;
}

.nero-black {
  color: var(--nero-black);
}

.contain-image {
  object-fit: contain;
}

.core-features-image-two {
  position: absolute;
  inset: auto -26px -38px auto;
}

.shape-image {
  z-index: -1;
  position: absolute;
  inset: -40px -40px auto auto;
}

.padding-left-sixty {
  padding-left: 60px;
}

.shape-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -92px -72px;
}

.section {
  padding: 120px 15px;
}

.section.home-three-section {
  padding-top: 40px;
  padding-bottom: 220px;
}

.section.home-three-section.custom-padding {
  padding-top: 20px;
  padding-bottom: 0;
}

.section.risk-management-section {
  background-color: #f5f5fd;
  background-image: url('../images/Star-5.svg'), url('../images/Risk-Management-Star.svg');
  background-position: 85% 76%, 74% 34%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 170px;
  padding-bottom: 342px;
}

.section.rich-section {
  padding-bottom: 50px;
}

.section.testimonials-section {
  padding-top: 0;
  padding-bottom: 220px;
}

.section.pricing-plan-section {
  background-color: #fcf7f7;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section.pricing-plan-section.margin-zero {
  margin-bottom: 0;
}

.section.pricing-plan-section.pricing-plan-page-section {
  padding-bottom: 90px;
}

.section.pricing-plan-section.pricing-plan-page-section.categories-page {
  padding-bottom: 220px;
}

.section.why-choose-section {
  background-image: linear-gradient(#f2f0ff, #fff);
  padding-top: 0;
  padding-bottom: 0;
}

.section.why-choose-amazing-section {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Orange-Glow_1.svg');
  background-position: 85% 85%, 95% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.contact-one-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Group-2495.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 82% 15%, 65% 84%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
}

.section.contact-one-hero-section {
  background-image: url('../images/Contact-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.section.contact-one-hero-section.padres {
  background-position: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.section.contact-us-two-bg {
  background-image: url('../images/Group-2495.svg'), url('../images/Contact-Us-Two-Shape.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 80% 100%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section.recent-blog-section {
  background-color: #f2f0ff;
  padding-top: 110px;
  padding-bottom: 140px;
  display: none;
}

.section.blog-audience-section {
  background-color: #fd496c;
  background-image: url('../images/White-Dotted.svg'), url('../images/Red-Round-Circle_1.svg');
  background-position: 16% 93%, 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: -200px;
  padding-top: 162px;
  display: none;
}

.section.pricing-plan-page {
  background-color: #fff;
  background-image: url('../images/Pricing-Plan-Shape.svg');
  background-position: 55% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 55px;
  padding-bottom: 90px;
}

.section.pricing-plan-page.bg-violet {
  background-color: var(--blue-violet);
}

.section.pricing-plan-page.custom-padding {
  padding-top: 0;
  padding-bottom: 46px;
}

.section.pricing-plan-page.custom-padding-2 {
  padding-bottom: 20px;
}

.section.info-section {
  padding-bottom: 0;
}

.section.new-testimonials, .section.features-faq {
  padding-bottom: 220px;
}

.section.contact-us-one {
  padding-top: 0;
  padding-bottom: 220px;
}

.span-bg-green {
  background-color: #41e8ac;
  border-radius: 60px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.rich-analytics-flex {
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-analytics-flex.contact-two {
  flex-direction: row-reverse;
  display: flex;
}

.rich-analytics-image-block {
  flex: 1;
  align-items: center;
  max-width: 645.33px;
  position: relative;
}

.rich-analytics-caption-block {
  flex: 1;
  max-width: 486px;
}

.rich-analytics-image-two {
  position: absolute;
  inset: auto 8% -8% auto;
}

.rich-analytics-caption-card {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 20px;
  max-width: 486px;
  padding: 10px 30px;
  display: block;
  box-shadow: 0 5px 25px 4px #00000014;
}

.rich-analytics-caption-card.contact-us-two-card {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

.rich-analytics-caption-card.full-width {
  width: 100%;
  max-width: 100%;
}

.form-text-field {
  border-color: #cacaca;
  border-radius: 10px;
  height: 55px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  box-shadow: 0 5px 25px 4px #00000014;
}

.form-text-field.textarea {
  min-height: 106px;
}

.form-text-field.ocultar {
  opacity: 0;
  cursor: default;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-field-label {
  color: #737373;
  font-size: 1.1rem;
  font-weight: 400;
}

.form-flex {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.text-field-block {
  width: 100%;
}

.form-btn {
  background-color: #6822d9;
  width: 100%;
}

.hero-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-main {
  background-image: url('../images/Shape.svg'), url('../images/Yellow-Round.svg');
  background-position: 9% 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  margin-top: -300px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.margin-top-thirteen {
  text-transform: none;
  margin-top: 13px;
}

.margin-top-thirteen.padding-bottom-ten {
  text-align: left;
  text-transform: none;
}

.margin-top-thirteen.padding-bottom-ten.text-color-white {
  text-align: left;
  margin-right: 0;
}

.margin-top-thirteen.padding-bottom-ten.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen.padding-bottom-ten.text-color-white.testimonioshome {
  text-align: center;
}

.margin-top-thirteen.padding-bottom-ten.text-color-white.title {
  font-size: 3rem;
}

.margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-fifty {
  max-width: 550px;
}

.margin-top-thirteen.padding-bottom-ten.heading-four.margin-top {
  margin-top: 40px;
}

.margin-top-thirteen.padding-bottom-ten.align-center {
  text-transform: none;
}

.margin-top-thirteen.padding-bottom-ten.text-align-left {
  text-align: left;
}

.margin-top-thirteen.padding-bottom-ten.title-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-top-thirteen.padding-bottom-ten.title-centered.centrado {
  text-align: center;
}

.margin-top-thirteen.padding-bottom-ten.title-centered.servicios {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.margin-top-thirteen.padding-bottom-ten.centrado {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 22px;
  font-size: 3.1rem;
  line-height: 3.1rem;
}

.margin-top-thirteen.padding-bottom-ten.centrado.aupair {
  color: var(--blanco);
  padding-bottom: 35px;
  font-weight: 700;
}

.margin-top-thirteen.padding-bottom-twenty-two {
  margin-top: 25px;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center {
  text-align: center;
  text-transform: none;
  padding-top: 22px;
  font-size: 3rem;
  line-height: 3rem;
  display: block;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center.left {
  text-align: left;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center.left.reducir {
  margin-bottom: 0;
  font-size: 2.7rem;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center.no-margin {
  margin-bottom: 0;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center.no-margin.bold {
  font-weight: 700;
  line-height: 3rem;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center.texto {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
}

.margin-top-thirteen.padding-bottom-twenty-two.text-align-center.texto-convalidar {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-top-thirteen.somos-eduqueo-video {
  height: 66vh;
}

.padding-bottom-ten {
  text-align: center;
  align-self: auto;
  margin-right: 0;
  padding-bottom: 10px;
  text-decoration: none;
  overflow: visible;
}

.padding-bottom-ten.bloqueo-text {
  text-transform: none;
}

.section-four-main {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-four-main.our-process-main {
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  flex-direction: row-reverse;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-top-zero.margin-bottom-fourty {
  text-transform: none;
}

.margin-top-zero.margin-bottom-fourty.achicar {
  font-size: 2rem;
}

.strategy-image-two {
  position: absolute;
  inset: auto auto 25px 0%;
}

.task-btn-col {
  width: 100%;
  max-width: 574.5px;
}

.strategy-caption-col {
  width: 100%;
  max-width: 395px;
}

.strategy-caption-col.blogconvalidacion {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.strategy-caption-col.padres {
  flex-flow: column;
  max-width: none;
  height: 100%;
  font-size: 1.125rem;
  display: flex;
}

.strategy-caption-col.testimonios {
  width: 55%;
  max-width: 100%;
  margin-top: 25px;
}

.amazon-flex-tick-image-block {
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  top: 5px;
}

.advanced-left-shape {
  background-image: url('../images/Shape-Advanced-Software.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.strategy-image-col {
  justify-content: flex-end;
  width: 100%;
  max-width: 317px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.strategy-image-col.padres {
  justify-content: center;
  align-items: center;
  max-width: 50%;
}

.strategy-image-col.contenedor-video {
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

.services-absolute-image-two {
  position: absolute;
  inset: auto 40px -96px auto;
}

.services-absolute-image-two.second-card {
  bottom: -55px;
}

.services-absolute-image-two.sitelink-imagen-2.bottom--180 {
  bottom: -180px;
}

.services-absolute-image-two.sitelink-imagen-2 {
  bottom: -165px;
}

.services-absolute-image-two.sitelink-imagen-4 {
  bottom: -225px;
}

.faq-main {
  background-image: url('../images/White-Round.svg'), url('../images/Yellow-Round.svg'), linear-gradient(109.94deg, #fff6f8, #f9fafb);
  background-position: -7% 42%, 107% 9%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  border-radius: 20px;
  padding: 40px 45px 130px;
}

.red-border-span {
  border-bottom: 5px solid #fd496c;
}

.home-three-amazing-flex-sm-col {
  width: 100%;
  max-width: 410px;
}

.home-three-amazing-flex-sm-col.testimonios {
  max-width: 410px;
}

.amazon-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
}

.amazon-flex.second-flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazon-flex.second-flex.border-off {
  border: 0 solid #000;
}

.home-three-hero-caption-col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 664px;
  padding-top: 60px;
}

.home-three-hero-caption-col.padres {
  padding-top: 20px;
}

.home-three-hero-caption-col.padres.calificacion {
  padding-top: 0;
}

.card-line {
  background-color: #dadada;
  width: 100%;
  height: 1px;
}

.card-line.margin-bottom-ten {
  margin-bottom: 10px;
}

.text-purple-color {
  color: #6822da;
}

.task-caption-col {
  width: 100%;
  max-width: 574.5px;
}

.task-caption-col.overflow-hidden {
  padding-top: 0;
  padding-right: 12px;
}

.task-caption-col.overflow-hidden.simple.center {
  margin-left: auto;
  margin-right: auto;
}

.task-caption-col.overflow-hidden.simple.center.width {
  text-align: center;
  max-width: 100%;
}

.task-caption-col.overflow-hidden.simple.sitelink-2 {
  max-width: 700px;
}

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

.flex.pricing-amt-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex.flex-center.align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.flex.flex-center.margin-40 {
  margin-top: 85px;
}

.amazon-features-right-image-two-block {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.amazon-features-right-image-two-block.amazing-right-align {
  left: auto;
  right: 0;
}

.services-absolute-image-one {
  position: absolute;
  inset: auto 0% -120px 50px;
}

.services-absolute-image-one.sitelink-imagen-1 {
  bottom: -150px;
}

.services-absolute-image-one.sitelink-imagen-1.bottom--200, .services-absolute-image-one.sitelink-imagen-2 {
  bottom: -200px;
}

.services-absolute-image-one.sitelink-imagen-4 {
  bottom: -250px;
}

.home-three-hero {
  background-color: #fcf6f6;
  background-image: url('../images/Yellow-Round.svg'), url('../images/White-Star.svg'), url('../images/White-Star.svg'), url('../images/Home-Three-Banner-Shape-One.svg'), url('../images/Home-Three-Banner.webp');
  background-position: 50%, 18% 88%, 37% 18%, -3% 6%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  padding: 167px 15px 100px;
}

.amazon-features-right-block {
  flex: 1;
  position: relative;
}

.home-three-amazing {
  background-image: url('../images/Amazing-Feature-Glow-Light-Blue-Shape.svg'), url('../images/Amazing-Feature-Glow-Shape.svg');
  background-position: 100% 100%, 5% 16%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 160px 15px 120px;
}

.home-three-amazing-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.home-three-amazing-flex.amazing-flex-change {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  align-items: stretch;
}

.home-three-amazing-flex.home-three-amazing-bottom-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.home-three-amazing-flex.home-three-amazing-bottom-gap.margin-bottom-thirty {
  margin-bottom: 30px;
}

.home-three-amazing-flex.blogconvalidacion {
  justify-content: center;
}

.task-card {
  background-color: #fd496c;
  background-image: url('../images/Task-BG.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
  margin-top: -100px;
  padding: 35px 65px;
  display: flex;
}

.task-card.custom-margin {
  margin-top: 0;
  margin-bottom: 40px;
}

.task-card.custom {
  background-color: #6822da;
  background-image: none;
  justify-content: center;
  margin-top: -220px;
}

.task-card.custom.margin-bottom-fourty {
  margin-left: 10%;
  margin-right: 10%;
}

.task-card.custom.margin-bottom-fourty.padres {
  background-image: url('../images/Star-Three.svg');
  background-position: 99% 15px;
  background-size: 35px;
  flex-flow: column;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 125px;
  padding-left: 65px;
  padding-right: 65px;
  box-shadow: 4px 4px 5px -1px #0000007d;
}

.task-card.custom.margin-bottom-fourty.padres.estudiar-universidad {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  position: static;
}

.task-card.custom.margin-bottom-fourty.padres.estudiar-universidad.margin-top-200 {
  background-color: var(--blue-violet);
  max-width: 850px;
  margin-top: 200px;
  padding-bottom: 50px;
}

.task-card.custom.margin-bottom-fourty.asesor {
  width: 850px;
  margin-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 4px 4px 5px -1px #0000007d;
}

.task-card.custom.margin-bottom-fourty.landing-simple {
  background-color: #6822da00;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
}

.task-card.custom-margin-2 {
  margin-top: 60px;
}

.task-card.simple {
  border-radius: 0;
  max-height: 60px;
  margin-top: 0;
}

.task-card.simple.height-200px {
  height: 200px;
  max-height: 200px;
}

.task-card.simple.height-200px.alternative-version {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: auto;
  max-height: none;
}

.services-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.white-border-span {
  border-bottom: 5px solid #fff;
}

.home-three-amazing-flex-lg-col {
  width: 100%;
}

.home-three-amazing-flex-lg-col.video {
  height: 100%;
  margin-bottom: 30px;
}

.padding-bottom-seven {
  padding-bottom: 7px;
}

.padding-bottom-seven.text-color-white.padres {
  color: var(--nero-black);
  flex-flow: column;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
}

.amazon-flex-btn {
  margin-top: 15px;
  display: flex;
}

.text-color-dark-gray {
  color: #aeaeae;
}

.text-color-dark-gray.margin-bottom-thirty.text-align-center {
  text-align: center;
}

.home-three-hero-image-phone-one {
  position: absolute;
  inset: auto auto -11% 8%;
}

.services-main-two {
  padding-top: 110px;
  padding-bottom: 80px;
}

.services-main-two.sitelink-padding-60 {
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

.home-three-hero-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: flex-start;
  display: flex;
}

.home-three-hero-flex.padres {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.home-three-hero-flex.padres.landing-simple {
  margin-left: auto;
  margin-right: auto;
}

.home-three-hero-image-col {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 590px;
  display: flex;
  position: relative;
}

.home-three-hero-image-col.padres {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.service-tick {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.service-tick.purple-tick {
  border: 1px solid #6822da;
}

.service-tick.red-tick {
  border: 1px solid #fd496c;
}

.home-three-working {
  background-color: #6e25dd;
  background-image: url('../images/Red-Star.svg'), url('../images/Yellow-Round_1.svg'), url('../images/Analytics-background.webp');
  background-position: 77% 37%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 110px 15px 120px;
}

.home-three-working.overflow-hidden {
  padding-top: 60px;
  padding-bottom: 60px;
}

.advanced-software-main {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-direction: row-reverse;
  display: flex;
}

.heading-two-stroke-text {
  background-image: url('../images/Solution-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 13px 13px 5px;
  display: inline-block;
}

.cover-image {
  object-fit: cover;
}

.home-three-amazing-flex-btn {
  padding-top: 20px;
  display: flex;
}

.home-four-hero-image-two {
  position: relative;
}

.home-four-hero-image-three {
  position: absolute;
  inset: auto 0% 0% auto;
}

.explore-caption-col-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.explore-caption-col-flex.border-off {
  border-bottom-width: 0;
}

.home-four-amazing-card-image-col {
  background-color: #fd496c;
  border-radius: 20px;
  flex: 1;
  max-width: 502px;
  min-height: 438px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.right-arrow {
  display: none;
}

.testimonials-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.red-bg-text {
  background-color: #ff9cb0;
  display: inline-block;
}

.red-bg-text.text-color-black {
  color: #000;
}

.create-card-body-caption {
  flex: 1;
  max-width: 364px;
}

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

.design-apps-flex-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.relative {
  flex: 1;
  position: relative;
}

.home-four-hero-image-one {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.create-card-body {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
  display: flex;
}

.home-four-create-section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.explore-caption-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
}

.text-color-dark-black {
  color: #010a1b;
  font-style: normal;
}

.home-four-amazing-card-caption-col {
  flex: 1;
  max-width: 750px;
}

.left-arrow {
  display: none;
}

.explore-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.explore-flex.why-choose-flex {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

.create-card-image-block {
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  max-width: 382px;
  height: 382px;
  display: flex;
}

.create-card-image-block.create-card-red {
  background-color: #fd496c;
}

.create-card-image-block.create-card-green {
  background-color: #4deab1;
}

.create-card-image-block.create-card-yellow {
  background-color: #ffd540;
}

.explore-image-two {
  position: absolute;
  inset: auto 112px -4% auto;
}

.design-apps-flex {
  align-items: center;
  display: flex;
}

.design-apps-paragraph-col {
  flex: 1;
  max-width: 521px;
}

.explore-inner-caption-col {
  flex: 1;
  max-width: 487px;
}

.home-four-hero {
  background-image: url('../images/Amazing-Dot.svg'), url('../images/Star-Three.svg'), url('../images/Star-Two.svg'), url('../images/Home-Four-Banner-Glow.svg'), url('../images/Home-Four-Banner-BG.webp'), linear-gradient(110.21deg, #e3f8ff, #fce8ff);
  background-position: 58% 85%, 22% 18%, 44% 80%, 10% 0, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, cover, auto;
  padding: 120px 15px 89px;
}

.design-apps-flex-two-image {
  position: absolute;
  inset: auto 80px -60px auto;
}

.testimonials-card-caption-col {
  flex: 1;
}

.slide-nav {
  font-size: .6875rem;
  bottom: -26%;
}

.home-four-amazing-card-image-inner {
  background-color: #fcfcfc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  min-height: 390px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: auto 40px 0%;
  overflow: hidden;
}

.home-four-hero-image-col {
  background-image: url('../images/Star-One.svg'), url('../images/Home-Four-Banner-Shape.svg');
  background-position: 100% 45%, 90% 15%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 610px;
  padding-top: 130px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.home-four-hero-caption-col {
  width: 100%;
  max-width: 650px;
}

.testimonials-main {
  background-color: var(--blue-violet);
  border-radius: 20px;
  padding: 80px 50px 130px;
}

.design-apps-flex-two-sm-col {
  flex: 1;
  max-width: 521px;
}

.design-apps-flex-big-img-col {
  background-color: #ffecec;
  border-radius: 20px;
  flex: 1;
  max-width: 737px;
  position: relative;
}

.home-four-amazing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.home-four-amazing-image-three {
  position: absolute;
  bottom: -70px;
}

.home-four-amazing-image-two {
  position: absolute;
  top: -21px;
  right: 0;
}

.explore-image-col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.explore-image-col.why-choose-amazing-col {
  background-image: url('../images/Amazing-Features-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  min-height: 538px;
  display: flex;
}

.design-apps-heading-col {
  flex: 1;
  max-width: 737px;
}

.container-four {
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-card-image-col {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.testimonials-card-image-col.testimonials-first-shape {
  background-image: url('../images/Purple-Round-Home-Four.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonials-card-image-col.testimonials-second-shape {
  background-image: url('../images/Pink-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.create-card-body-count {
  background-color: #fff;
  border: 1px dashed #b0b0b0;
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 41px;
  height: 41px;
  display: flex;
}

.testimonials-card {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.testimonials-card.testimonials-first-card-bg {
  background-color: #f6eded;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-card.testimonials-second-card-bg {
  background-color: #eee8fa;
}

.explore-inner-image-col {
  flex: 1;
  max-width: 54px;
}

.home-four-amazing-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-four-hero-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.max-width-nine-hundred {
  max-width: 900px;
}

.rich-heading {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

.rich-caption-col {
  background-color: #6822da;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex: 1;
  max-width: 516px;
  padding: 50px 50px 0 30px;
  position: relative;
  overflow: hidden;
}

.rich-caption-col.working-process-bg-card {
  background-image: url('../images/Home-Five-Shape.webp');
  background-size: cover;
  margin-bottom: 37px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.rich-caption-image-two {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 23px;
}

.text-span {
  background-color: #fff;
  background-image: url('../images/Home-Three-Hero-Btn-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  padding: 16px 40px;
  display: inline-block;
}

.rich-image-col {
  border-radius: 20px;
  flex: 1;
  max-width: 729px;
}

.font-weight-medium {
  font-weight: 500;
}

.our-customers-mobile-image-wrap {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: none;
}

.our-customers-mobile-image-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-height-auto {
  object-fit: none;
  height: auto;
}

.image-height-auto.cover-image {
  object-fit: cover;
}

.working-process-grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.working-process-card-body-one {
  background-color: #f8f4ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 364px;
  padding: 27px;
  display: flex;
}

.working-process-card-body-two {
  background-color: #eafdfe;
  border-radius: 20px;
  max-width: 364px;
  padding: 27px;
}

.home-five-team-card-body {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 391px;
  display: flex;
  overflow: hidden;
}

.home-five-team-card-body.first {
  background-image: url('../images/Star-5.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.second {
  background-image: url('../images/Red-Round-Shape.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.third {
  background-image: url('../images/Purple-Circle.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.fourth {
  background-image: url('../images/Star-Green.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-main {
  padding-top: 110px;
}

.home-five-team-main.about-us-two-team-main {
  padding-bottom: 80px;
}

.home-five-team-caption {
  padding-top: 20px;
}

.home-five-team-main-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.banner-absolute-image-one {
  position: absolute;
  top: 20px;
  left: 135px;
}

.hero-about-us-image-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.revenue-heading {
  color: #0a061b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.revenue-heading.padding-bottom-ten.text-color-white {
  color: #fff;
}

.about-us-two-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Hero-Section-About-Us-Two.webp');
  background-position: 82% 60%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 360px;
}

.about-us-two-section.why-choose-section {
  background-color: #6822da;
  padding-bottom: 266px;
}

.banner-absolute-image-two {
  position: absolute;
  top: 30px;
  right: 0;
}

.about-us-two-image-section {
  margin-top: -300px;
  padding-left: 15px;
  padding-right: 15px;
}

.revenue-line {
  background-color: #d0d0d0;
  height: 1px;
}

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

.revenue-main-flex {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  align-items: center;
  display: flex;
}

.revenue-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.revenue-flex-col {
  flex: 1;
  max-width: 250px;
}

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

.rrevenue-main-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#fcf7f7, #fff);
  border-radius: 20px;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.rrevenue-main-block.productivity-main-block {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.rrevenue-main-block.about-us-two-revenue-main-block {
  padding-top: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.hero-about-us-two {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rrevenue-image-block {
  flex: 1;
  position: relative;
}

.rrevenue-image-block.why-choose-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.revenue-count {
  color: #0a061b;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.revenue-count.text-color-white {
  color: #fff;
}

.rrevenue-image-absolute-first {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 170px;
  right: -30px;
}

.rrevenue-image-absolute-first.about-us-two-revenue-abosolute-first {
  bottom: 22px;
  left: 0;
  right: auto;
}

.customer-review-image-block {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin-left: -20px;
  overflow: hidden;
}

.services-one-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.services-one-hero-main.features-hero-main {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin-bottom: 104px;
  padding-bottom: 100px;
  padding-right: 35px;
}

.how-it-works-section-main-block {
  align-items: center;
  display: flex;
}

.customer-review-block-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.customer-review-block-flex.padding-bottom-ten {
  align-items: center;
}

.services-one-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

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

.how-it-works-flex {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.customer-review-block-caption-col {
  flex: 1;
}

.how-it-works-section-caption-inner {
  background-image: url('../images/How-it-works-Image-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-one-hero-image-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.services-one-hero-caption-block {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

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

.how-it-works-flex-item-border {
  z-index: 0;
  outline-offset: 0px;
  outline: 1px dashed #7a997f;
  position: absolute;
  inset: 6% auto 25% 22px;
}

.how-it-works-count-col {
  flex: 1;
  max-width: 77px;
}

.how-it-works-section-caption-block {
  flex: 1;
}

.rrevenue-image-absolute-third {
  position: absolute;
  top: 180px;
  right: 60px;
}

.customer-review-block {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  width: 40%;
  display: flex;
}

.how-it-works-image-block {
  flex: 1;
}

.customer-review-image-col {
  flex: 1;
  max-width: 186px;
  padding-left: 20px;
  display: flex;
}

.how-it-works-flex-item-block {
  position: relative;
}

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

.services-amazing-grid.padding-bottom-thirty {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 30px;
}

.services-amazing-grid.padding-bottom-thirty.nacho-academy {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-amazing-main-block {
  background-color: #f7f7ff;
  border-radius: 20px;
  padding: 110px 86px 120px;
}

.services-amazing-main-block.pink-bg {
  background-color: #fcf7f7;
  margin-top: 30px;
  margin-bottom: 45px;
  padding-top: 10px;
  padding-bottom: 56px;
}

.services-amazing-main-block.pink-bg.caja-academy {
  padding-top: 40px;
}

.services-amazing-main-block.image-bg {
  background-color: #f0eeff;
  background-image: url('../images/foto-e-ilustraciones-2.png');
  background-position: 100% 45%;
  background-repeat: no-repeat;
  background-size: 45%;
  padding-bottom: 50px;
}

.services-amazing-main-block.image-bg.aupair {
  background-color: var(--blue-violet);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 3px solid #b9b9b9;
  width: 100%;
  max-width: none;
  padding-top: 50px;
  position: relative;
  box-shadow: 7px 7px 5px #0003;
}

.how-it-works-caption-col {
  flex: 1;
}

.heading-five {
  color: #0a061b;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.heading-five.padding-bottom-ten.text-color-white {
  text-align: left;
}

.heading-five.padding-bottom-ten.text-color-white.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-five.padding-bottom-ten.text-color-white.simple {
  color: var(--gold);
  font-size: 2rem;
  font-weight: 700;
}

.heading-five.padding-bottom-ten.text-color-white.sitelink-h5 {
  font-weight: 700;
  line-height: 1.3rem;
}

.heading-five.text-center.padding-bottom-ten.text-color-white {
  color: #fff;
  text-align: center;
}

.heading-five.text-center.padding-bottom-ten.academy-titulo {
  text-align: center;
}

.heading-five.text-center.padding-bottom-ten.plus_bco {
  color: #fff;
}

.heading-five.padding-bottom-fifteen {
  text-align: left;
  text-transform: none;
  font-style: normal;
  display: flex;
}

.heading-five.padding-bottom-fifteen.width-two-hundred {
  max-width: 200px;
}

.heading-five.padding-bottom-fifteen.max-width-one-hundred-thirty {
  max-width: 130px;
}

.heading-five.padding-bottom-fifteen.padres {
  color: var(--gold);
  font-weight: 600;
}

.heading-five.padding-bottom-fifteen.padres.simple {
  color: var(--nero-black);
  padding-bottom: 0;
  font-weight: 700;
}

.heading-five.padding-bottom-fifteen.left {
  text-align: left;
}

.heading-five.padding-bottom-fifteen.usd-bubble-text-color {
  color: var(--beglobal);
}

.heading-five.padding-bottom-fifteen.ocultar {
  display: none;
}

.heading-five.text-color-white {
  color: #fff;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred {
  text-align: left;
  max-width: 250px;
  margin-bottom: 0;
  display: block;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred.text-color-white {
  text-align: left;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred.text-color-white.padres {
  color: var(--blue-violet);
  max-width: none;
  padding-bottom: 25px;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred.blogconvalidacion {
  max-width: none;
  margin-bottom: 0;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred.testimonios {
  max-width: 100%;
}

.heading-five.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.how-it-works-count-block {
  background-color: #f6f6f6;
  border: 1px solid #7a997f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.solutions-card-caption-col-2 {
  width: 100%;
  max-width: 80%;
}

.solutions-card-caption-col-2.usd-bubble-text {
  max-width: 100%;
}

.solutions-card-icons-col-2 {
  width: 100%;
  max-width: 70px;
}

.solutions-card-icons-col-2.amazing-home-two {
  max-width: 78px;
}

.service-two-amazing-flex-col {
  border-radius: 20px;
  flex: 1;
  min-height: 510px;
  padding: 40px;
}

.service-two-amazing-flex-col.bg-light-yellow {
  background-color: #fff8ee;
}

.service-two-amazing-flex-col.bg-gray {
  background-color: #f6f6f6;
}

.service-two-amazing-flex-col.bg-light-orange {
  background-color: #fff8f9;
}

.service-two-user-analytics {
  position: absolute;
}

.service-two-user-analytics.twenty-radius.image-shadow {
  box-shadow: 0 5px 25px 4px #00000014;
}

.services-two-image-flex {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.service-two-amazing-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.core-features-service-two {
  padding-top: 110px;
}

.services-two-image-flex-col {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.services-two-image-flex-col.second {
  padding-top: 64px;
}

.services-two-image-flex-col.first {
  padding-bottom: 64px;
}

.twenty-radius {
  border-radius: 20px;
}

.twenty-radius.overflow-hidden.blog-details-image {
  justify-content: center;
  align-items: stretch;
  height: 540px;
  display: flex;
}

.service-two-performance-main {
  background-image: linear-gradient(#fcf7f7, #fff);
  padding: 120px 30px 50px 60px;
}

.service-two-grow-image {
  position: absolute;
  inset: auto auto 0% -9%;
}

.working-progress-third-image {
  z-index: 1;
  position: absolute;
  inset: -3% -3% auto auto;
}

.working-progress-fourth-image {
  position: absolute;
  inset: auto -3% -2% auto;
}

.features-explore-image-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.why-choose-image-gallery-col {
  border-radius: 20px;
  overflow: hidden;
}

.ribbon-pricing {
  position: absolute;
  inset: 4% -12px auto auto;
}

.ribbon-pricing.gold {
  top: 27%;
}

.ribbon-pricing.grupo-novedades {
  top: 65%;
  right: 56%;
}

.ribbon-pricing.encuentros-online {
  top: 65%;
  right: -1%;
}

.ribbon-pricing.reuniones-temas {
  top: 28%;
  right: -1%;
}

.why-choose-amazing-flex-three {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.revenue-main-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#fcf7f7, #fff);
  border-radius: 20px;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.revenue-main-block.why-choose-main {
  background-image: none;
  padding-top: 140px;
  padding-bottom: 96px;
}

.why-choose-absolute-image-three {
  position: absolute;
  inset: 160px 3% auto auto;
}

.pricing-icons-block {
  background-color: #4bf8ce;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-icons-block.bg-gray {
  background-color: #f0f0f0;
}

.pricing-icons-block.wrong {
  background-color: var(--indian-red);
}

.text-light-purple {
  color: #a57fe2;
}

.pricing-card {
  background-color: #fff;
  min-height: 600px;
  padding: 40px;
}

.pricing-card.twenty-radius.bg-purple {
  background-color: #6822da;
}

.pricing-card.twenty-radius.bg-purple.relative.mas-elegido {
  background-image: url('../images/mas-elegido-2.svg');
  background-position: 98% 1%;
  background-repeat: no-repeat;
  background-size: 70px;
}

.pricing-card.twenty-radius.para-medicina {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.why-choose-services-image-two {
  position: absolute;
  inset: auto auto -11% 4%;
}

.why-choose-services-image-two.image-height-auto.cover-image {
  left: 11%;
}

.pricing-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.pricing-flex.font-size-1-5rem {
  font-size: 1.5rem;
}

.why-choose-amazing-flex-four {
  position: absolute;
  inset: 0% 0% auto auto;
}

.plan-details {
  padding-top: 20px;
  padding-bottom: 15px;
}

.why-choose-absolute-image-one {
  position: absolute;
  inset: auto auto 40px 0;
}

.why-choose-absolute-image-two {
  z-index: 1;
  position: absolute;
  inset: 70px 11% auto auto;
}

.ribbon-pricing-text {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 7% 0% 0%;
}

.why-choose-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -223px;
}

.why-choose-amazing-flex-two {
  position: absolute;
  inset: 0% auto auto 14%;
}

.text-color-dark-black-two {
  color: #737373;
}

.text-color-dark-black-two.margin-left-20 {
  margin-left: 40px;
  padding-bottom: 15px;
  display: block;
}

.text-color-dark-black-two.text-color-white {
  color: var(--blanco);
}

.why-choose-bottom-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 120px;
}

.image-shadow {
  box-shadow: 0 5px 25px 4px #00000014;
}

.underline-off {
  text-decoration: none;
}

.underline-off.block {
  display: block;
}

.contact-one-form-col {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-one-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.contact-one-card.contact-two-card {
  background-color: #f9f9f9;
}

.contact-one-caption-col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 596px;
  padding-bottom: 30px;
  display: flex;
}

.contact-one-caption-col.contact-two-caption-col {
  padding-bottom: 0;
}

.contact-one-banner-image-two {
  position: absolute;
  inset: auto 0% 6% auto;
}

.contact-one-benner {
  background-image: url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Contact-Us-Banner-BG.webp');
  background-position: 92% 30%, 56% 23%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: row;
  align-items: stretch;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-one-banner-image-col {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.contact-one-banner-image-col.relative {
  align-items: flex-end;
}

.contact-one-banner-image-three {
  position: absolute;
  inset: auto auto 16% 0%;
}

.contact-two-image-col {
  flex: 1;
}

.contact-two {
  display: block;
}

.contact-two-image-two {
  width: 45%;
  position: absolute;
  inset: 21% 0% auto auto;
}

.contact-two-image-three {
  position: absolute;
  inset: 21% auto auto 0%;
}

.padding-top-ten {
  padding-top: 10px;
}

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

.blog-tag {
  background-color: #70f4c5;
  border-radius: 60px;
  padding: 4px 17px;
}

.blog-tag.text-color-dark-black-two {
  background-color: #70f4c5;
}

.blog-tag.text-color-dark-black-two.yellow {
  background-color: var(--gold);
  font-style: normal;
}

.blog-tag.text-color-dark-black-two.pink {
  background-color: #ffa9ba;
  font-size: 1.6rem;
}

.blog-tag.text-color-dark-black-two.blue {
  background-color: #6cd2f2;
}

.blog-news-card-caption-col {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-news-card-caption-col.custom {
  padding-left: 0;
}

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

.blog-news-card-image-col {
  background-color: #fcf8f7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 277px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.blog-news-card-image-col.blog-two-news-card-image-col {
  flex: 1;
}

.blog-news-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-news-card.twenty-radius {
  padding-bottom: 20px;
}

.blog-news-card.twenty-radius.image-shadow.margin-bottom-thirty.blog-two-news-card {
  flex-direction: row;
}

.blog-news-card.twenty-radius.custom {
  border-width: 0;
  border-radius: 0;
  overflow: visible;
}

.span-bg-white {
  background-color: #fff;
}

.blog-tag-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.blog-tag-block.padding-bottom-twenty {
  font-size: 1.6rem;
}

.blog-author-image-block {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.blog-author-flex {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.sixty-radius {
  border-radius: 60px;
}

.blog-two-card {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}

.blog-grid-two {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-two-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.blog-two-card-body {
  padding-left: 45px;
  padding-right: 45px;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.pricing-plan-three {
  position: absolute;
  inset: -9% 0% auto auto;
}

.pricing-plan-three.image-height-auto.cover-image.sitelink {
  width: 140px;
  height: auto;
  right: -25px;
}

.request-a-section-hero-main {
  background-color: #6822da;
  background-image: url('../images/Rich-Analytics-Shape.svg');
  background-position: 95% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 336px;
}

.request-a-demo-absolute-image-two {
  position: absolute;
  top: 54%;
}

.request-a-demo-form-left-col {
  background-image: url('../images/Demo-Image-Two.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 540px;
  display: flex;
}

.request-a-demo-form-main-block {
  background-color: #fff;
  align-items: stretch;
  max-width: 1047px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.information-card {
  border: 1px solid #9a9a9a;
  padding: 30px;
}

.information-card.twenty-radius:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 5px 50px 4px #00000014;
}

.request-a-demo-absolute-image-three {
  position: absolute;
  inset: auto 12% 10% auto;
}

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

.request-a-demo-form-right-col {
  flex: 1;
  max-width: 507px;
  padding: 15px 50px;
}

.request-a-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.request-form {
  margin-top: -335px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-amazing-features {
  background-image: url('../images/Glow-Amazon.svg');
  background-position: 64% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 15px 150px;
}

.home-one-how-it-works {
  background-color: #6e25dd;
  background-image: url('../images/Yellow-Round.svg'), url('../images/Star-5.svg'), url('../images/Solutions-bg.webp');
  background-position: 80% 55%, 20% 124%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 112px 15px 120px;
}

.home-one-why-choose-us {
  padding: 115px 15px 120px;
}

.home-one-our-services {
  background-color: #6e25dd;
  background-image: url('../images/Services-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 113px 15px;
}

.home-one-future-strategy {
  padding: 113px 15px 0;
}

.home-one-questions-and-answers {
  padding: 10px 15px 170px;
}

.marque-landing-main-flex {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.marque-landing-main-flex.flex-right {
  justify-content: flex-end;
}

.main-home-pages-list {
  background-color: #f2f0ff;
  padding: 90px 15px 120px;
}

.figma-landing-section {
  padding: 120px 15px;
}

.figma-landing-main {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 74px 103px;
  display: flex;
}

.figma-landing-caption-col {
  flex: 1;
  max-width: 476px;
}

.landing-home-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.marque-landing-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 25rem 25rem 25rem 25rem;
  padding-right: 34px;
}

.mail-link {
  color: #737373;
}

.marque-landing {
  margin-top: -250px;
  padding-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.landing-home-page-card {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-home-page-card.inner-landing-card {
  padding: 0;
  overflow: hidden;
}

.full-width-image {
  width: 100%;
}

.full-width-image.blog-image {
  border-radius: 20px;
  width: 65%;
  min-width: 280px;
}

.full-width-image.blog-image.costosvida {
  width: 50%;
  min-width: 220px;
  height: 80%;
}

.full-width-image.blog-image.cbcuba {
  width: 55%;
  min-width: 200px;
  height: 80%;
}

.full-width-image.blog-image.contratarasesoria {
  width: 50%;
  min-width: 150px;
  height: 80%;
}

.full-width-image.blog-image.inscripciones {
  width: 55%;
  min-width: 230px;
  height: 80%;
}

.figma-landing-image-col {
  flex: 1;
  max-width: 764px;
}

.marque-landing-image-block {
  border-radius: 20px;
  overflow: hidden;
}

.landing-home-page-big-card {
  min-height: 367px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-caption-block {
  flex: 1;
  max-width: 647px;
}

.find-your-career-flex {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.find-your-career-section {
  background-color: #6822da;
  background-image: url('../images/Star-Three.svg'), url('../images/Star-One.svg');
  background-position: 23% 19%, 80% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.career-job-section {
  background-image: url('../images/Contact-Us-Two-Shape.svg'), url('../images/Yellow-Round.svg');
  background-position: 86% 85%, 15% 27%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 190px;
}

.career-job-tabs-one {
  border-radius: 10px;
}

.career-job-tabs-one.w--current {
  background-color: #fd496c;
}

.career-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.find-your-career-image-col {
  flex: 1;
  justify-content: center;
  display: flex;
}

.find-your-career-absolute-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.career-job-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/Vector-676.svg');
  background-position: 45% 3%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
  box-shadow: 0 5px 50px 4px #0000000f;
}

.career-job-card-btn-block {
  display: flex;
}

.career-job-card-location-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-main-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.find-your-career-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.career-job-card-heading-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.find-your-career-card-col {
  flex: 1;
  max-width: 630px;
}

.career-image-block {
  flex: 1;
  max-width: 617px;
  position: relative;
}

.career-absolute-image-two {
  border-radius: 20px;
  position: absolute;
  inset: auto -5% 7% auto;
}

.career-tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-hero-section {
  background-image: url('../images/Career-Shape-Round.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 100% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px 105px;
}

.career-tabs-content {
  padding-top: 50px;
  overflow: visible;
}

.career-job-card-location-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.career-job-card-details-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.career-absolute-image-one {
  position: absolute;
  top: 56%;
  bottom: 50%;
  left: 8%;
}

.knowledge-base-hero-banner-bottom-section {
  background-color: #fcf6f6;
  background-image: url('../images/Red-Star-Big.svg');
  background-position: 85% 62%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px 110px;
  display: none;
}

.faq-image-help-center-second {
  border-radius: 20px;
  position: absolute;
  inset: 5% auto auto 10%;
  overflow: hidden;
}

.knowledge-base-hero-banner-bottom-flex-col {
  border-radius: 20px;
  overflow: hidden;
}

.knowledge-base-hero-banner-bottom-flex-col.knowledge-second {
  margin-top: 46px;
}

.knowledge-help-center {
  background-color: #fcf6f6;
  background-image: url('../images/Knowledge-Base-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 15px 120px;
  display: none;
}

.knowledge-help-center.knowledge-base-category-help-center {
  background-color: #0000;
  background-image: linear-gradient(#fffbfb, #fff);
  background-position: 0 0;
  margin-top: -60px;
  padding-top: 180px;
  padding-bottom: 220px;
}

.knowledge-base-hero-section {
  background-image: url('../images/Big-Yellow-Round.svg'), url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 15% 83%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  padding: 120px 15px 270px;
  display: none;
}

.help-center-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-image-help-center-third {
  position: absolute;
  inset: auto auto 0% 0%;
}

.knowledge-base-hero-banner-bottom-flex {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: -363px;
  display: flex;
}

.knowledge-base-category-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.knowledge-base-category-main-block {
  background-color: #6822da;
  background-image: url('../images/Round-Border-White.svg'), url('../images/Pricing-Plan-Shape.svg');
  background-position: 90% 80%, 10% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.knowledge-base-details-section {
  background-image: url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px 220px;
}

.knowledge-base-details-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.knowledge-base-details-heading-block {
  background-color: #6822da;
  border-radius: 20px;
  padding: 50px;
}

.knowledge-base-details-card-inner {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-main-block {
  padding-top: 75px;
  padding-bottom: 40px;
}

.home-four-amazing-section {
  background-image: url('../images/Glow-Shape.svg');
  background-position: 90% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 15px 120px;
}

.footer-one-main {
  padding-bottom: 40px;
}

.home-four-working {
  background-color: #fcf6f6;
  background-image: url('../images/Pink-Round.svg');
  background-position: 14% 12%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.sign-up-page-logo {
  position: absolute;
  top: 50px;
  left: 100px;
}

.aplon-login-input-block {
  border: 1px solid #cecece;
  border-radius: 4px;
  min-height: 60px;
  font-size: 1.125rem;
}

.aplon-login-input-block.password-protected-input {
  border-width: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 50px 4px #00000014;
}

.checkbox-field-check-box-text {
  padding-left: 10px;
}

.sign-up-image-block {
  background-color: #6822da;
  flex: 1;
}

.sign-in-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.or-text-block {
  align-items: center;
  display: flex;
}

.or-text-block-line {
  border: 1px solid #dadada;
  flex: 1;
}

.checkobox-field {
  align-items: center;
  display: flex;
}

.sign-up-btn {
  grid-column-gap: 12px;
  color: #737373;
  background-color: #fbfbfb;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.form-link {
  color: #6822da;
}

.or-text {
  padding: 12px;
}

.sign-up-section {
  height: 100vh;
}

.sign-up-main {
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.sign-up-caption-col {
  flex: 1;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.aplon-login-input-block-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 2% 0 auto;
}

.sign-up-image-inner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.sign-up-btn-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.utility-page-content.error-bg {
  background-image: url('../images/Round-Big-Gray.svg'), url('../images/Star-One.svg'), url('../images/Border-Rounded-Small.svg'), url('../images/Star-Three.svg'), linear-gradient(97.3deg, #f2f0ff, #fff);
  background-position: 65% 40%, 80%, 25% 55%, 30% 40%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
}

.password-protected-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.password-protected-block {
  background-color: #f5f4ff;
  border-radius: 20px;
  max-width: 521px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.error-page-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-details-author-image-block {
  flex: 1;
  max-width: 73px;
}

.blog-details-bg {
  background-image: linear-gradient(85.47deg, #eeebff, #fcfcff);
}

.blog-details-section {
  padding: 120px 15px;
}

.blog-details-author-caption-block {
  flex: 1;
}

.blog-details-author-icons-block-inner {
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.blog-details-author {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.blog-details-author-block {
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.blog-details-recent-blog {
  background-color: #fcf7f7;
  padding: 120px 15px 160px;
}

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

.recent-blog-card-image-block {
  justify-content: flex-start;
  align-items: center;
  height: 277px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.blog-two-card-image-block {
  justify-content: center;
  align-items: stretch;
  height: 334px;
  display: flex;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown.visible-s-hidden-m {
  display: none;
}

.header-menu-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.header-menu-item:hover {
  color: #4a74fd;
}

.header-menu-item.sub-menu {
  color: #0a061b;
}

.header-menu-item.sub-menu.change-line-height {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6875rem;
}

.header-menu-item.sub-menu.change-line-height:hover {
  color: #6822da;
}

.nevigation-dropdown-list {
  background-color: #fff;
  border: 1px solid #1020271a;
  border-radius: 6px;
  min-width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nevigation-dropdown-list.megamenu {
  min-width: 820px;
  margin-left: -100%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 28px 30px;
  display: none;
}

.text-gray-color {
  color: #737373;
}

.details-flex-left-col {
  flex: 1;
  max-width: 561px;
}

.details-flex-card {
  background-color: #fff;
  padding: 45px;
  box-shadow: 0 5px 50px 4px #00000014;
}

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

.details-flex-right-col {
  flex: 1;
  max-width: 632px;
}

.pricing-plan-details {
  display: block;
}

.details-absolute-image {
  position: absolute;
  inset: auto auto 8% 8%;
}

.contact-one-hero-section {
  background-image: url('../images/Contact-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.details-section {
  padding: 120px 15px 0;
}

.d-none {
  display: none;
}

.pricing-plan-flex {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pricing-plan-flex.padding-bottom-twenty-two {
  padding-bottom: 10px;
  position: static;
}

.pricing-plan-flex.padding-bottom-twenty-two.nombre-pais {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  position: relative;
}

.icons-white {
  filter: invert();
}

.inner-pages-section {
  background-color: #f6f4ff;
  padding: 90px 15px 120px;
}

.inner-pages-bottom-block {
  padding-top: 90px;
}

.utlity-landing-image-block {
  align-items: flex-start;
  min-height: 316px;
  display: flex;
  overflow: hidden;
}

.inner-landing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-landing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-hero {
  background-image: url('../images/landing-Round-Shape.webp'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Landing-Round-White_1.svg'), linear-gradient(#f6f4ff, #fff);
  background-position: 85% 100%, 10% 53%, 85% 26%, 17% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 417px, auto, auto, auto, auto;
  padding-top: 204px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-hero-main {
  padding-bottom: 336px;
}

.aplon-logo-image-loader {
  object-fit: fill;
  width: 5vw;
  height: 5vw;
}

.aplon-preloader-logo {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.aplon-loader-container {
  background-image: linear-gradient(to right, #eceafe, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
  position: relative;
}

.aplon-logo-corners {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
  position: absolute;
}

.aplon-logo-corners.two {
  transform: translate(31px, 31px);
}

.aplon-logo-corners-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.aplon-loader {
  z-index: 9999;
  background-color: #f0eeff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.aplon-bigger-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12.5vw;
  margin-bottom: 12.5vw;
  display: flex;
  position: relative;
}

.reviews-sticky-container {
  align-items: flex-end;
  height: 60vh;
  margin-top: 3.5rem;
  display: flex;
}

.sphere-wrap {
  z-index: 0;
  border-radius: 20em;
  align-items: center;
  width: 24em;
  height: 5em;
  display: none;
  position: absolute;
  inset: 16% 8% auto auto;
  overflow: hidden;
}

.sphere-track {
  display: flex;
}

.sphere {
  background-color: #ffd540;
  flex: none;
  width: 24em;
  height: 8.13em;
}

.landing-title-block {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-span-block {
  z-index: 1;
  position: relative;
}

.landing-span-bg {
  z-index: -1;
  background-color: var(--gold);
  border-radius: 60px;
  height: 80px;
  position: absolute;
  inset: 9px 0% 0%;
}

.landing-figma-container {
  max-width: 1489px;
  margin-left: auto;
  margin-right: auto;
}

.aplon-logo-absolute {
  position: absolute;
  inset: 0%;
}

.home-two-amazing-features {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Amazing-Dot.svg');
  background-position: 76% 20%, 16% 36%, 84% 32%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 110px 15px 90px;
}

.home-two-amazing-features-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.home-two-section-three {
  background-color: #fcf6f6;
  background-image: url('../images/Stunning-Star.svg');
  background-position: 96% 12%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 15px 120px;
}

.home-two-working-process {
  background-image: url('../images/Working-Progress-Shape.svg'), url('../images/Orange-Glow.svg');
  background-position: 9% 25%, 80% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.home-two-rich-analytics-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Rich-Analytics-Glow.svg');
  background-position: 83% 31%, 14% 55%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 165px;
}

.padding-bottom-twenty-five {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.nav-dropdown-icon {
  filter: invert();
}

.home-three-amazing-features {
  background-color: #fcf6f6;
  padding: 110px 15px 120px;
}

.home-three-services {
  background-color: #f7f7ff;
  background-image: url('../images/White-Star.svg'), url('../images/Services-Back-Shape.svg');
  background-position: 50% 8%, 7% 75%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 15px 135px;
}

.home-three-services.custom {
  background-color: #fff;
  padding-top: 0;
}

.padding-bottom-fourty {
  padding-bottom: 40px;
}

.home-four-design-apps {
  background-image: url('../images/Design-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 15px 180px;
}

.home-four-create-section {
  background-color: #f7f7ff;
  background-image: url('../images/Home-Banner-Four-Dot.svg');
  background-position: 15% 38%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 15px 100px;
}

.home-four-explore-section {
  background-image: url('../images/Purple-Star.svg'), url('../images/Working-Progress-Shape.svg'), url('../images/Explore-Glow.svg');
  background-position: 25% 35%, 80% 25%, 80% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 110px 15px 120px;
}

.home-four-testimonials {
  background-color: var(--blue-violet);
  padding: 75px 50px 130px;
}

.about-us-amazing-features {
  background-color: #fafafa;
  background-image: url('../images/Light-Grey-Round.svg'), url('../images/Home-Banner-Four-Dot.svg');
  background-position: 88% 30%, 15% 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.about-us-high-quality-services {
  background-image: url('../images/Home-Five-Sky-Shape.svg');
  background-position: 65% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.about-us-our-process {
  background-image: linear-gradient(#fcf6f6, #fff);
  padding: 110px 15px 200px;
}

.about-us-team-member {
  padding-top: 110px;
}

.about-us-two-revenue-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-amazing-features {
  background-color: #f7f7ff;
  background-image: url('../images/Sky-Light-Glow.svg');
  background-position: 11% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-intelligence-section {
  background-image: url('../images/Purple-Star.svg'), url('../images/Working-Progress-Shape.svg'), url('../images/Explore-Glow.svg');
  background-position: 25% 35%, 80% 25%, 80% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-intelligence-section.custom {
  background-image: url('../images/landing-Round-Shape.webp'), url('../images/Group-2494.svg'), url('../images/Purple-Star.svg'), url('../images/Working-Progress-Shape.svg'), url('../images/Explore-Glow.svg');
  background-position: 100% 75%, 0 0, 25% 35%, 80% 25%, 80% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 350px, auto, auto, auto, auto;
  padding-top: 178px;
}

.about-us-two-team-member {
  padding: 25px 15px 120px;
}

.footer-second-image-inner {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-first-image-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.landing-footer-caption-col {
  flex: 1;
  max-width: 617px;
}

.landing-footer-main {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.landing-footer-image-col {
  grid-column-gap: 14px;
  flex: 1;
  max-width: 584px;
  display: flex;
}

.footer-second-image-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.landing-footer-section {
  background-image: url('../images/Footer-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.footer-first-image {
  border-radius: 20px;
  margin-bottom: 30px;
}

.footer-first-image-inner {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.academy {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg');
  background-position: 85% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-amazing-features {
  margin-top: 0;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-amazing-features.margin-top-sixty {
  margin-top: 60px;
}

.service-one-amazing-features.eduqueo-academy {
  padding-bottom: 120px;
}

.service-one-performance-section {
  background-image: url('../images/Orange-Glow.svg'), url('../images/Home-Five-Sky-Shape.svg');
  background-position: 80% 20%, 30% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 120px 15px 50px;
}

.service-one-how-it-works-section {
  background-color: #f7f7ff;
  background-image: url('../images/Star-Three.svg');
  background-position: 55% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 115px 15px 120px;
}

.service-one-faq {
  padding: 120px 15px 220px;
}

.service-two-amazing-features {
  padding: 110px 15px 55px;
}

.service-two-performance-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-hero {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Yellow-Round.svg'), linear-gradient(114.9deg, #f0eeff, #fff);
  background-position: 30% 90%, 20% 20%, 100% 20%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-performance-image-two {
  position: absolute;
  top: 122px;
  left: 0;
}

.services-two-performance-image-one {
  position: absolute;
  inset: auto 0% -5% auto;
}

.services-two-performance-image-three {
  position: absolute;
  inset: 0% auto auto 19%;
}

.service-two-performance-container {
  max-width: 1462px;
}

.service-two-testimonials {
  padding: 120px 15px 220px;
}

.features-hero-section {
  background-image: url('../images/Star-Two.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 63% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -104px;
  padding: 62px 15px 0;
  display: flex;
}

.features-hero-section.imagen-uba {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-amazing-section {
  background-image: url('../images/Home-Banner-Four-Dot.svg'), url('../images/Group-2495.svg');
  background-position: 14% 35%, 89% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.features-hight-quality-section {
  background-color: #6822d9;
  background-image: url('../images/Pink-Round.svg'), url('../images/Star-Two.svg');
  background-position: 100% 120%, 45% 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 10px 15px;
  display: block;
}

.features-working-fifth-image {
  position: absolute;
  inset: -7% -9% auto auto;
}

.features-working-fifth-image.image-height-auto {
  z-index: 0;
}

.features-explore-section {
  background-color: #fcf7f7;
  padding: 80px 15px 120px;
}

.features-explore-section.caja-academy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.features-faq-section {
  padding: 70px 15px 270px;
}

.gray-card-line {
  background-color: #d1d1d1;
  height: 1px;
}

.gray-card-line.margin-top-thirty {
  margin-top: 30px;
}

.home-two-real-apps-card-second-image-block {
  position: absolute;
  inset: auto 0% -11% auto;
}

.why-choose-image-gallery-second-image {
  position: absolute;
  inset: auto auto 30px 30px;
}

.why-services-image-col {
  max-width: 583px;
  margin-left: auto;
  margin-right: auto;
}

.why-services-image-col.relative {
  justify-content: flex-end;
  display: flex;
}

.why-choose-caption-col {
  flex: 1;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-our-working-process-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.contact-us-two-touch-section {
  padding: 110px 15px 100px;
}

.faq-image-help-center-fourth {
  position: absolute;
  inset: 0% 2% auto auto;
}

.pricing-plan-amazing-features-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog-one-section {
  padding: 110px 15px 120px;
}

.blog-one-section.padding-bottom {
  padding-bottom: 180px;
}

.blog-one-section.custom {
  padding-top: 0;
}

.blog-two-section {
  padding: 110px 15px 90px;
}

.home-three-hero-main-image {
  border-radius: 20px;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 109px;
  padding-top: 0;
  padding-bottom: 0;
}

.home-three-hero-main-image.padres {
  border-radius: 15px;
  width: 100%;
  height: 80%;
  margin-top: auto;
  box-shadow: 0 5px 15px #0003;
}

.accordion-icon-block {
  flex: 1;
  max-width: 40px;
}

.card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.home-three-amazing-features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.template-hero-section {
  background-color: #f2f3f7;
  padding: 150px 15px 120px;
}

.template-hero-section-container {
  text-align: left;
  max-width: 1290px;
}

.template-hero-section-text-block {
  max-width: 800px;
}

.style-guide-color-pallette-title-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-title-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.style-guide-color-pallette-secondary-color {
  flex: 1;
}

.style-guide-typography-palette {
  padding-top: 120px;
}

.style-guide-color-pallette-block-color {
  background-color: var(--dim-grey);
  border-radius: 6px;
  height: 75px;
}

.style-guide-color-pallette-block-color.indian-red {
  background-color: var(--indian-red);
}

.style-guide-color-pallette-block-color.blue-violet {
  background-color: var(--blue-violet);
}

.style-guide-color-pallette-block-color.nero-black {
  background-color: var(--nero-black);
}

.style-guide-color-pallette-block-color.gold {
  background-color: var(--gold);
}

.style-guide-color-pallette-block-color.white {
  background-color: #fff;
}

.style-guide-color-pallette-block-color.black {
  background-color: var(--black);
}

.style-guide-attributes {
  padding: 120px 20px 220px;
}

.sitemap-text {
  color: #4f4f4f;
  letter-spacing: .01em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.sitemap-text.capitalized {
  text-transform: capitalize;
}

.sitemap-text.color-black {
  color: #141f39;
}

.style-guide-site-map-list {
  margin-bottom: 0;
}

.style-guide-heading-style-grid-font-wrapper {
  flex: 1;
}

.style-guide-color-pallette-grid-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-guide-color-pallette-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-attributes-container {
  max-width: 1290px;
}

.style-guide-color-pallette-color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-button {
  margin-top: 120px;
}

.style-guide-color-pallette-primary-color {
  flex: 1;
}

.style-guide-color-pallette-primary-color.width {
  max-width: 50%;
}

.style-guide-button-wrapper {
  display: flex;
}

.style-guide-color-pallette {
  margin-top: 120px;
}

.style-guide-heading-style-grid-text-wrapper {
  background-color: #f2f3f7;
  border-radius: 6px;
  padding: 40px;
  display: flex;
}

.style-guide-heading-style-grid-title-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.style-guide-heading-style-grid-block-title {
  padding-bottom: 20px;
}

.style-guide-body-text-font {
  grid-column-gap: 50px;
  display: flex;
}

.style-guide-body-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.style-guide-heading-style {
  padding-top: 120px;
}

.style-guide-heading-style-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.changelog-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

.template-hero-section-text-block-2.changelog-hero-section-text {
  text-align: center;
  max-width: 100%;
}

.changelog-button-wrapper {
  justify-content: center;
  display: flex;
}

.flex-center {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.changelog-container {
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.changelog-section {
  padding-top: 7.5rem;
  padding-bottom: 13rem;
}

.changelog-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.licensing-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

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

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.licence-link {
  color: var(--indian-red);
  text-decoration: none;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.contact-container {
  max-width: 1290px;
}

.licensing-section {
  padding: 120px 15px 70px;
}

.licence-information-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.body-font {
  color: #4f4f4f;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

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

.service-one-performance-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.checkout-page {
  padding: 120px 15px 180px;
}

.checkout-page-form, .cart-button {
  background-color: #0000;
}

.cart-quantity {
  background-color: var(--indian-red);
  color: #fff;
  position: absolute;
  top: 5px;
  right: 20px;
}

.cart-icon {
  width: 30px;
  height: 30px;
}

.remove-button {
  color: var(--indian-red);
}

.landing-heading-one {
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 3.5625rem;
}

.landing-heading-two {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
}

.landing-heading-two.padding-bottom-ten.text-color-white.width-four-fifty {
  max-width: 450px;
}

.landing-heading-four {
  color: #0a061b;
  font-weight: 600;
}

.paypal-checkout-form {
  background-color: #0000;
}

.order-confirmation {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 220px;
}

.ui-kit-hero-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.team-one-member-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.team-one-member-heading-block.ui-kit-hero-heading-block {
  background-color: #f8f8f8;
  padding-top: 15.5rem;
  padding-bottom: 9.25rem;
}

.team-text-two {
  color: #0b0d0f;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.preloader-documentation-section {
  padding: 10.5rem 15px 12.5rem;
}

.documentation-block-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.documentation-block-one {
  flex: 1;
  margin-top: 40px;
}

.heading-six {
  color: #0a061b;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.heading-six.padding-bottom-ten {
  text-transform: none;
}

.heading-six.padding-bottom-ten.titulo_izq {
  text-align: left;
}

.heading-six.padding-bottom-fifteen.text-color-white {
  color: #fff;
}

.heading-six.padding-bottom-fifteen.text-color-white.tit_izq, .heading-six.padding-bottom-fifteen.tit_izq {
  text-align: left;
}

.heading-six.nacho-academy-h6 {
  font-size: 1rem;
  line-height: 1.1rem;
}

.heading-six.servicios, .heading-six.titulo_izq {
  text-align: left;
}

.heading-six.aupair {
  font-size: 1.3rem;
  font-weight: 700;
}

.social-icons-absolute {
  position: absolute;
}

.social-icons-absolute.tiktok {
  height: 20px;
}

.pricing-plan-table {
  background-color: #0000;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0 30px;
  display: block;
}

.pricing-plan-table.yearly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: none;
}

.pricing-plan-table.monthly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: flex;
}

.white-ball {
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.toggle-box {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #cfcdcc;
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 36px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.yearly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.plan-switch-box {
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.save-box {
  border: 1px solid var(--indian-red);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px 2px;
  display: flex;
}

.monthly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.percent-off {
  color: var(--indian-red);
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.faq-question-bar {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.acoo-two-heading-title {
  min-height: 44px;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.faq-content {
  overflow: hidden;
}

.acco-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  background-color: var(--crimson);
  cursor: pointer;
  border: 1px #e1e1e1;
  border-radius: 15px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-acco-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-header-bg {
  position: absolute;
  inset: 0%;
}

.sticky-header-bg.white {
  border-bottom: 1px none var(--nero-black);
  background-color: #0000;
}

.sticky-header-bg.white.bg-violet {
  background-color: #6822da;
}

.megamenu-main-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.megamenu-content-one {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.megamenu-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.megamenu-dropdown-link:hover {
  background-color: #f9fafb;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: var(--crimson);
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.megamenu-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.megamenu-content-text {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.megamenu-content-text.hide-mobile-landscape {
  font-family: Urbanist, sans-serif;
}

.megamenu-heading-text {
  color: #101828;
  margin-bottom: .25rem;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.megamenu-heading-text.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.megamenu-heading {
  color: var(--crimson);
  letter-spacing: normal;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

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

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

.testimonial-videos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.testimonial-youtube-video {
  border-radius: 20px;
  min-height: 300px;
}

.testimonial-quote {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.image {
  height: auto;
}

.dropdown-white {
  filter: invert();
  color: #000;
}

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

.text-field {
  color: var(--nero-black);
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-field::placeholder {
  color: var(--nero-black);
}

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

.text-field.ocultar {
  opacity: 0;
  cursor: default;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown-toggle-2 {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 70px;
}

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

.icon.reducido {
  width: 50px;
}

.pricing-arrow {
  width: 20px;
}

.pricing-arrow.invert-color {
  filter: invert();
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
}

.cta-container {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-2 {
  margin: 20px auto;
}

.blog-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.dropdown-list {
  color: #000;
  background-color: #fff;
  font-size: 1rem;
}

.blog-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-grid-2.center {
  justify-items: center;
}

.blog-grid-2.center.margin-bottom-fourty {
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-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-bottom: 30px;
  display: grid;
}

.paises-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.paises-menu.margin-top-fourty {
  margin-top: 40px;
  overflow: hidden;
}

.pais-boton {
  color: #000;
  border-radius: 100px;
  padding: 5px 30px;
}

.pais-boton.yellow {
  background-color: #ffe999;
}

.pais-boton.violeta {
  background-color: #bfa9e4;
}

.pais-boton.gris {
  background-color: #d8d8d8;
}

.pais-boton.verde {
  background-color: #c8d4c4;
}

.pais-boton.celeste {
  background-color: #6cd2f2;
}

.pais-boton.rosa {
  background-color: #ffa9ba;
}

.hide-nav {
  display: none;
}

.carousel-slide {
  width: 33%;
}

.image-3 {
  width: 100%;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
}

.gallery-slide-wrapper {
  max-width: 33%;
  margin-right: 2%;
}

.gallery-slide-image {
  padding-left: 0;
  position: relative;
}

.gallery-image {
  border-radius: 20px;
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: 0;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: 20px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  color: var(--dim-grey);
  border-radius: 100px;
  justify-content: center;
  display: none;
  bottom: -50px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 140px;
  display: grid;
}

.comunidad-fotos-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: grid;
}

.image-4 {
  object-fit: cover;
  border-radius: 20px;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.google-reviews-slider {
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  height: auto;
  display: flex;
}

.google-review-slide {
  max-width: 32.5%;
  margin-right: 1%;
}

.google-review-pink-box {
  color: var(--nero-black);
  background-color: #f6eded;
  border-radius: 10px;
  align-items: flex-start;
  min-height: 60vh;
  padding: 20px 20px 20px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.google-review-pink-box.no-min-height {
  min-height: 0;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.review-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: 15px;
}

.review-slider-left:focus-visible, .review-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.review-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: 15px;
}

.review-slider-right:focus-visible, .review-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.review-slider-dots {
  display: block;
  position: absolute;
  top: 105%;
}

.quote-icon {
  object-fit: contain;
  width: 25px;
  margin-right: 10px;
}

.google-review {
  background-color: #fff;
  width: 90%;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.button-icon {
  object-fit: contain;
}

.margin-40 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.width-100, .mask {
  width: 100%;
}

.review-name {
  color: var(--nero-black);
  text-transform: capitalize;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.pop-up-form {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6e25ddf7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.blog-content {
  color: #737373;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.popup-close-button {
  background-color: var(--indian-red);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-whatsapp {
  color: var(--dim-grey);
  text-align: center;
  text-decoration: none;
  display: block;
}

.text-color-pink {
  color: var(--crimson);
}

.border-radius-20 {
  border-radius: 20px;
}

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

.text-span-2 {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  padding-left: 0;
  font-weight: 700;
}

.success-message {
  background-color: var(--blue-violet);
  border-radius: 20px;
  padding-left: 20px;
}

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

.error-message {
  background-color: var(--new-crimson);
  margin-top: 20px;
}

.text-block-4 {
  color: var(--blanco);
  font-weight: 700;
}

.success-message-2 {
  background-color: var(--blue-violet);
  border-radius: 20px;
}

.text-block-5 {
  color: var(--blanco);
}

.error-message-2 {
  background-color: var(--new-crimson);
  border-radius: 20px;
}

.text-block-6 {
  color: var(--blanco);
}

.error-message-3 {
  background-color: var(--new-crimson);
  border-radius: 20px;
}

.text-block-7 {
  color: var(--blanco);
}

.error-message-4 {
  background-color: var(--new-crimson);
  border-radius: 20px;
}

.text-block-8 {
  color: var(--blanco);
}

.error-message-5 {
  background-color: var(--new-crimson);
  border-radius: 20px;
}

.text-block-9 {
  color: var(--blanco);
}

.error-message-6 {
  background-color: var(--new-crimson);
  border-radius: 20px;
}

.bold-text {
  color: var(--blanco);
  font-weight: 700;
}

.success-message-3 {
  background-color: var(--blue-violet);
  border-radius: 20px;
}

.text-span-3 {
  color: var(--blanco);
}

.success-message-4 {
  background-color: var(--blue-violet);
  border-radius: 20px;
}

.text-span-4 {
  color: var(--blanco);
}

.success-message-5 {
  background-color: var(--blue-violet);
  border-radius: 20px;
}

.text-span-5 {
  color: var(--blanco);
}

.success-message-6 {
  background-color: var(--blue-violet);
  border-radius: 20px;
}

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

.success-message-7 {
  background-color: var(--blue-violet);
  border-radius: 10px;
}

.text-block-11 {
  color: var(--blanco);
}

.error-message-7 {
  background-color: var(--new-crimson);
  border-radius: 10px;
}

.text-span-6 {
  color: var(--blanco);
}

.success-message-8 {
  background-color: var(--blue-violet);
  border-radius: 10px;
}

.text-span-7 {
  color: var(--blanco);
}

.error-message-8 {
  background-color: var(--new-crimson);
  border-radius: 10px;
}

.text-span-8 {
  color: var(--blanco);
}

.success-message-9 {
  background-color: var(--blue-violet);
  border-radius: 10px;
}

.bold-text-2 {
  color: var(--blanco);
}

.error-message-9 {
  background-color: var(--new-crimson);
  border-radius: 10px;
}

.text-span-9 {
  color: var(--blanco);
}

.success-message-10 {
  background-color: var(--blue-violet);
  border-radius: 10px;
}

.text-block-12 {
  color: var(--blanco);
}

.error-message-10 {
  background-color: var(--new-crimson);
  border-radius: 10px;
}

.bold-text-3 {
  text-align: center;
}

.text-block-13 {
  color: var(--blanco);
  font-weight: 700;
}

.success-message-11 {
  background-color: var(--blue-violet);
  border-radius: 10px;
}

.text-block-14 {
  color: var(--blanco);
  font-weight: 700;
}

.error-message-11 {
  background-color: var(--new-crimson);
  border-radius: 10px;
}

.second-column {
  min-width: 400px;
}

.tiktok {
  height: 20px;
}

.politica-pop-up {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph {
  font-style: normal;
}

.text-block-15 {
  color: var(--nero-black);
}

.text-block-15.btn-fondo-blanco.old-btn-text.text-color-white {
  color: var(--blanco);
  font-weight: 400;
}

.btn-fondo-blanco {
  color: var(--nero-black);
  font-weight: 500;
}

.blog-titulo {
  text-transform: none;
}

.blog-titulo.subitem {
  margin-top: 20px;
}

.bold-text-4 {
  font-weight: 500;
}

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

.grid {
  border: 1px solid #000;
  grid-template: "Area Area-2" 1fr
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr;
}

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

.paragraph-3 {
  color: #fff;
  background-color: #6822da;
}

.paragraph-3.grilla {
  text-align: center;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  border-right: 1px solid #000;
}

.image-9 {
  border-radius: 20px;
  transition: box-shadow .6s;
  box-shadow: 0 5px 10px 4px #0003;
}

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

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -35px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

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

.heading {
  color: var(--blanco);
  margin-bottom: -10px;
  font-size: 3rem;
  font-weight: 500;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 200px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-6.imagen-uba {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-2 {
  color: var(--gold);
  font-weight: 700;
}

.section-2 {
  background-color: #f4f3ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 20px 20px 50px;
  display: flex;
}

.image-11 {
  border-radius: 20px;
  width: auto;
  height: 300px;
  margin-top: 0;
  transition: box-shadow .6s;
  box-shadow: 0 5px 5px #0003;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 865px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.image-12 {
  border-radius: 20px;
}

.image-13 {
  border-radius: 20px;
  box-shadow: 0 5px 10px 4px #0003;
}

.image-14 {
  border-radius: 20px;
  transition: box-shadow .6s;
  box-shadow: 0 5px 10px 4px #0003;
}

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

.image-15 {
  object-fit: fill;
  border-radius: 20px;
}

.button {
  padding: 13px 24px;
}

.container-5 {
  width: 100vw;
  max-width: none;
  height: 100vh;
}

.container-5.bk-pop-up {
  background-color: #000000ad;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.contenedor-pop-up {
  background-color: var(--blue-violet);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 550px;
  height: 460px;
  padding: 10px 25px 25px;
  display: flex;
  box-shadow: 0 5px 10px 4px #000000a1;
}

.container-popup-academy {
  opacity: 1;
  background-color: #00000087;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.container-6 {
  opacity: .1;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-7 {
  opacity: .98;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-8, .container-9 {
  opacity: 1;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-10, .container-11, .container-12, .container-13 {
  opacity: .95;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-14 {
  opacity: .03;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-15 {
  opacity: .66;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-16 {
  opacity: .89;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-17, .container-18 {
  opacity: 1;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-19, .container-20 {
  opacity: .45;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-21, .container-22 {
  opacity: .46;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-23 {
  opacity: .01;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-24 {
  opacity: .69;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-25, .container-26, .container-27, .container-28 {
  opacity: 1;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-29 {
  opacity: .01;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-30 {
  opacity: .41;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-31, .container-32 {
  opacity: .72;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-33, .container-34, .container-35, .container-36 {
  opacity: .77;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-37 {
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-38, .container-39, .container-40 {
  opacity: .03;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-41 {
  opacity: .63;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-42, .container-43 {
  opacity: .69;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-9 {
  width: 100%;
  margin-bottom: 33px;
}

.nacho-academy-h1 {
  color: var(--blanco);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 3.5rem;
}

.nacho-academy-subtext {
  color: #9e9e9e;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
}

.text-block-16 {
  color: var(--gold);
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.contenedorimagenunlp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-16 {
  border-radius: 10px;
  max-height: 300px;
}

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

.image-18, .image-19 {
  border-radius: 10px;
  max-height: 300px;
}

.paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  padding-left: 25px;
}

.paragraph-17 {
  padding-left: 0;
}

.heading-3 {
  text-transform: none;
  margin-top: 20px;
}

.paragraph-18 {
  margin-bottom: 30px;
}

.heading-4 {
  margin-top: 50px;
}

.bold-text-6 {
  text-transform: none;
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}

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

.paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22 {
  padding-left: 25px;
}

.container-45 {
  max-width: 60%;
}

.bold-text-7 {
  text-align: center;
  text-transform: none;
}

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

.paragraph-23 {
  text-align: center;
  font-size: 1.7rem;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32 {
  padding-left: 25px;
}

.image-21 {
  border-radius: 10px;
  width: 80%;
  height: 100%;
}

.contenedorblogestudiarmedicina {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 400px;
  display: flex;
}

.paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54 {
  padding-left: 25px;
}

.bold-text-8 {
  font-size: 2.1875rem;
}

.bold-text-9 {
  text-transform: none;
  font-size: 2.1875rem;
}

.container-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template: "Area Area-2" 300px
                 ". ."
                 / 45% 45%;
  grid-auto-columns: 40%;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center;
  max-width: none;
  display: flex;
}

.image-22 {
  height: 250px;
}

.image-23 {
  height: 350px;
}

.image-23.imguba1 {
  height: 250px;
}

.image-24 {
  height: 350px;
}

.image-24.imguba {
  height: 250px;
}

.image-25 {
  height: 200px;
}

.bold-text-10 {
  text-transform: none;
  font-size: 2.1875rem;
}

.bold-text-11 {
  font-size: 2.1875rem;
}

.paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58 {
  padding-left: 25px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: 50px minmax(35px, 1fr) minmax(35px, 1fr) minmax(35px, 1fr) minmax(35px, 1fr) minmax(35px, 1fr) minmax(35px, 1fr) minmax(35px, 1fr);
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-rows: minmax(35px, 1fr);
  width: 100%;
}

.tabletitle {
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 2rem;
  display: flex;
}

.container-47 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.paragraph-59 {
  text-align: left;
  border: .5px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-48 {
  max-width: none;
}

.figure {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-7, .heading-8, .heading-9, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .italic-text, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .italic-text-2, .bold-text-31, .italic-text-3, .bold-text-32 {
  text-transform: none;
}

.bold-text-32.color {
  color: var(--nero-black);
}

.bold-text-33 {
  text-transform: none;
}

.bold-text-33.color {
  color: var(--black);
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39 {
  text-transform: none;
}

.bold-text-39.color {
  color: var(--black);
}

.bold-text-40, .bold-text-41, .bold-text-42 {
  text-transform: none;
}

.bold-text-42.color {
  color: var(--black);
}

.bold-text-43, .bold-text-44 {
  text-transform: none;
}

.bold-text-44.color {
  color: var(--black);
}

.bold-text-45, .bold-text-46, .bold-text-47, .heading-10, .bold-text-48, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .heading-20, .heading-21, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69 {
  text-transform: none;
}

.bold-text-70 {
  color: var(--black);
  text-transform: none;
}

.heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31, .bold-text-71, .heading-32, .heading-33, .heading-34, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .heading-35, .bold-text-85, .bold-text-86, .heading-36, .bold-text-87, .bold-text-88, .bold-text-89, .bold-text-90, .heading-37, .heading-38 {
  text-transform: none;
}

.paragraph-60 {
  padding-left: 25px;
}

.paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65 {
  padding-left: 50px;
}

.paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72 {
  padding-left: 25px;
}

.heading-39 {
  color: var(--blue-violet);
  font-size: 5rem;
  font-weight: 700;
}

.heading-39.titulo-bloqueo {
  line-height: 5rem;
}

.agotado {
  position: relative;
  right: -133px;
}

.bold-text-91 {
  color: #6822da;
}

.academy-bkp {
  background-color: #6822d9;
  display: none;
}

.code-embed {
  max-width: none;
  min-height: 300px;
}

.bold-text-92, .bold-text-93 {
  padding-left: 5px;
  padding-right: 5px;
}

.body {
  justify-content: center;
  align-items: center;
  display: block;
}

.body.body-contratos {
  background-color: #6424c9;
  min-height: 100vh;
}

.section-3 {
  background-color: #3c0e86;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.section-3.navbar-contratos {
  position: fixed;
  inset: 0% 0% auto;
}

.image-26 {
  height: 60%;
}

.image-26.edq-ejemplo {
  z-index: 15;
  position: relative;
}

.div-block-10 {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
}

.div-block-10.div-contratos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto;
  min-height: 100vh;
  margin: 100px auto;
  padding-top: 0;
  display: flex;
}

.code-embed-2 {
  width: 700px;
  height: 750px;
  margin-top: 50px;
}

.heading-40 {
  color: var(--blanco);
  text-align: center;
  font-size: 3rem;
}

.bold-text-94 {
  text-align: center;
  font-size: 3.4rem;
  line-height: 3rem;
}

.heading-41 {
  color: var(--blanco);
  font-size: 2rem;
  line-height: 2rem;
}

.heading-42 {
  font-size: 2rem;
}

.heading-43 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

.heading-44 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.form-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-block {
  width: 700px;
}

.form-contratos {
  background-color: #3c0e86;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 525px;
  display: flex;
}

.text-field-2, .text-field-3 {
  border-radius: 5px;
  height: 30px;
}

.text-field-3.ocultar {
  opacity: 0;
  cursor: default;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--blanco);
  font-weight: 300;
}

.bold-text-95 {
  color: var(--blanco);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 10px;
}

.checkbox {
  margin-top: 0;
  margin-left: -15px;
}

.submit-button {
  pointer-events: auto;
  color: var(--blanco);
  text-align: center;
  background-color: #1fc6c6;
  border-radius: 5px;
  width: 150px;
  height: auto;
  font-weight: 700;
}

.success-message-12 {
  background-color: var(--blue-violet);
  color: var(--blanco);
  border-radius: 10px;
  font-weight: 600;
}

.success-message-12.margin-top-20 {
  background-color: var(--indian-red);
  margin-top: 25px;
}

.success-message-12.margin-top-20.exp1 {
  background-color: var(--gold);
}

.section-4 {
  z-index: 999;
  background-color: #6424c9;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 5px #0003;
}

.section-4.s4-ejemplo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #5d4a7b00;
  background-image: none;
  height: 70px;
  box-shadow: 0 5px 5px #0003;
}

.section-4.navbar-agradecimiento {
  box-shadow: 0 2px 5px #0003;
}

.section-4.landing-simple {
  background-color: var(--blue-violet);
}

.contenedor-presentacion {
  background-color: #354249;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.contenedor-presentacion.cpren-ejemplo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #35424900;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  margin-bottom: 100px;
  padding: 80px 30px;
}

.contenedor-presentacion.cpren-ejemplo.aupairv2 {
  background-color: #f7f7f7;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  margin-top: 70px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.contenedor-presentacion.cpren-ejemplo.aupairv2.agradecimiento {
  height: auto;
  min-height: 100vh;
  padding-top: 25px;
}

.contenedor-presentacion.padres {
  background-color: var(--blue-violet);
  background-image: url('../images/Star-Two.svg'), url('../images/White-Shape.svg'), url('../images/Round-Border-White.svg'), url('../images/Star-Two.svg');
  background-position: 45% 80%, 70% 100%, 100% 0, 30px 60px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 300px, auto;
  height: 600px;
  padding-top: 0;
}

.contenedor-presentacion.landing-simple {
  background-color: var(--blue-violet);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: flex-start;
  height: 600px;
  margin-top: 80px;
  padding-top: 0;
}

.heading-45 {
  color: var(--blanco);
  text-align: center;
  font-size: 3.5rem;
  line-height: 3.8rem;
}

.heading-45.h45-ejemplo {
  color: var(--blue-violet);
  text-align: left;
  -webkit-text-stroke-color: var(--blanco);
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 5.2rem;
}

.contenedor {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.contenedor.c-ejemplo {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 30px 30px;
}

.contenedor.c2-ejemplo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 400px;
  position: relative;
}

.contenedor.c2-ejemplo.s1-container {
  width: 50%;
}

.contenedor.padres {
  flex-flow: row;
  width: auto;
  max-width: 1200px;
}

.heading-46 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.heading-46.h46-ejemplo {
  color: var(--nero-black);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
}

.heading-46.h46-ejemplo.agradecimiento {
  text-align: center;
  font-size: 1.6rem;
}

.heading-47 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 300;
}

.heading-47.h47-ejemplo {
  color: var(--nero-black);
  width: 95%;
  margin-top: 10px;
  font-weight: 400;
  display: none;
}

.heading-48 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
}

.button-2 {
  text-align: center;
  background-color: #fd254f;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 5px 15px #00000059;
}

.button-2.wap {
  background-color: #25d366;
}

.button-2.wap.inferior {
  display: none;
}

.button-2.wap.inferior.w--current {
  margin-top: 0;
  display: none;
}

.button-2.wap.hide-on-desktop {
  display: none;
}

.button-2.hide-on-mobile {
  background-color: #a7d54b;
  height: 50px;
  margin-top: 45px;
  font-size: 20px;
  display: flex;
}

.button-2.hide-on-mobile.b2-ejemplo {
  color: #fff;
  text-align: center;
  background-color: #85c727;
  width: 270px;
  height: 50px;
  margin-top: 0;
  padding-left: 35px;
  text-decoration: none;
  box-shadow: 0 5px 10px #00000059;
}

.button-2.hide-on-mobile.b2-ejemplo.btn-requisitos {
  background-color: var(--celeste);
  color: var(--nero-black);
}

.button-2.hide-on-mobile.padres {
  background-color: var(--indian-red);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  font-weight: 500;
}

.button-2.hide-on-mobile.padres.calificacion.alternative-version {
  background-color: var(--gold);
  color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.body-2 {
  background-color: #6424c9;
}

.body-2.b2-ejemplo {
  -webkit-text-fill-color: inherit;
  background-color: #fcf6f6;
  background-clip: border-box;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.body-2.b2-ejemplo.bg-body {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.image-27 {
  border-radius: 15px;
  width: 550px;
  height: 400px;
  margin-top: 50px;
  box-shadow: 0 5px 15px #00000059;
}

.image-27.img27-ejemplo {
  z-index: 1;
  pointer-events: auto;
  width: 80%;
  height: 80%;
  margin-top: 0;
  display: none;
  position: relative;
}

.image-27.img27-ejemplo.img27-absolute-ejemplo {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  height: 70%;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.fondo-datos {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.fondo-datos.fd-ejemplo {
  align-self: center;
  height: 350px;
}

.fondo-datos.padres {
  background-color: var(--blanco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  box-shadow: 0 2px 5px 5px #00000045;
}

.fondo-datos.padres.landing-simple {
  box-shadow: none;
  background-color: #fcf6f6;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 60px 25px;
}

.contenedor-datos {
  justify-content: space-between;
  width: 900px;
  margin-top: auto;
  margin-bottom: 100px;
  display: flex;
}

.contenedor-datos.cd-ejemplo {
  margin-top: 0;
  padding-top: 0;
}

.contenedor-datos.padres {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding: 25px;
}

.contenedor-datos.padres.usd {
  margin-top: 100px;
  margin-bottom: 0;
}

.contenedor-datos.padres.simple {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.dato {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.image-28 {
  width: 31px;
  height: 40px;
}

.image-28.img-item2 {
  width: 33px;
  height: 41px;
}

.image-28.img-ejemplo {
  filter: brightness(200%);
  width: 110px;
  height: 120px;
  font-size: 1.125rem;
}

.heading-49 {
  color: var(--blanco);
  font-size: 24px;
  font-weight: 700;
  line-height: 1rem;
}

.heading-50 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1rem;
}

.contenedor-main {
  z-index: 1;
  color: #e0e0e0;
  text-align: left;
  object-fit: fill;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 950px;
  min-height: auto;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.contenedor-main.eu {
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
}

.contenedor-main.padres {
  color: var(--nero-black);
  background-image: url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg');
  background-position: 15% 5%, 24% 95%, 100% 15%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  width: 100%;
  max-width: 1200px;
  padding: 25px;
  position: static;
}

.contenedor-main.general {
  margin-top: -100px;
}

.contenedor-principal {
  background-color: var(--blanco);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 1500px;
  display: flex;
}

.contenedor-principal.cprin-ejemplo {
  max-width: none;
  min-height: 500px;
}

.contenedor-principal.padres {
  background-color: var(--blanco);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding: 25px;
}

.contenedor-principal.padres.simple {
  background-color: #fcf6f6;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contenedor-principal.padres.simple.sitelink {
  justify-content: flex-start;
  align-items: center;
  min-height: 900px;
  padding-top: 100px;
  padding-bottom: 220px;
}

.contenedor-principal.padres.simple.sitelink-3 {
  justify-content: flex-start;
  align-items: center;
  min-height: 850px;
}

.contenedor-principal.padres.simple.sitelink-3._800px {
  min-height: 800px;
}

.contenedor-principal.padres.simple.sitelink-4, .contenedor-principal.padres.simple.sitelink-4._900px {
  min-height: 850px;
}

.heading-51 {
  color: var(--nero-black);
  text-align: center;
  font-size: 2.5rem;
  line-height: 2rem;
}

.heading-51.bg-white {
  color: var(--nero-black);
  font-size: 4.2rem;
  line-height: 3rem;
}

.heading-51.bg-white.hide-on-desktop {
  display: none;
}

.heading-52 {
  color: var(--nero-black);
  text-align: center;
  text-transform: none;
  align-self: center;
  width: 75%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-52.bg-white {
  color: var(--nero-black);
  font-size: 25px;
  line-height: 2rem;
}

.heading-53 {
  font-size: 1.7rem;
}

.heading-54 {
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.main-datos {
  grid-column-gap: 54px;
  grid-row-gap: 26px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-top: 60px;
  margin-left: 60px;
  display: grid;
}

.main-datos.bg-maindatos {
  margin-left: 0;
}

.image-29 {
  filter: brightness(0%);
  border: 1px #6424c9;
  width: auto;
  height: auto;
  padding: 0;
}

.heading-55 {
  color: var(--nero-black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.heading-55.texto-gris {
  color: var(--dim-grey);
}

.heading-55.bg-white {
  color: var(--nero-black);
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

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

.div-block-12 {
  filter: sepia() saturate(10000%) hue-rotate(240deg);
  border: 3px solid #6424c9;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.div-block-12.db12-ejemplo {
  filter: brightness(75%);
  border-color: #0000007d;
}

.div-block-12.db12-ejemplo.bg-color {
  border-color: var(--dim-grey);
  filter: hue-rotate(281deg) brightness();
  color: #8ed245;
  background-color: #ffffffe8;
  border-radius: 1000px;
  width: 55px;
  min-width: 0;
  height: 55px;
}

.heading-56 {
  margin-top: 100px;
  font-size: 2.5rem;
  line-height: 2rem;
}

.heading-57 {
  text-transform: none;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

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

.testimonio {
  border: 1px solid #5448382e;
  min-height: 300px;
  padding: 20px;
  position: relative;
}

.contenedor-img-testimonio {
  z-index: 1;
  border: 3px solid #6424c9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  bottom: -50px;
  left: 0;
  right: 0;
}

.img-testimonio {
  object-fit: fill;
  border-radius: 100px;
  width: 100%;
}

.mensaje-testimonio {
  color: var(--dim-grey);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.div-block-13 {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}

.heading-58 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-59 {
  color: var(--dim-grey);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.contenedor-form {
  background-color: var(--chill);
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-bottom: 0;
  display: flex;
}

.contenedor-form.aupair {
  z-index: 1;
  background-color: #ffffffbf;
  border-radius: 40px;
  width: 85%;
  height: 100%;
  min-height: 300px;
  margin-top: 150px;
  position: relative;
  box-shadow: 0 2px 5px 3px #0003;
}

.contenedor-form.aupair.onlyfornumber {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contenedor-form.aupair.formcalificativo {
  padding-top: 15px;
  padding-bottom: 25px;
}

.contenedor-form.form-calificativo {
  padding-top: 25px;
  padding-bottom: 50px;
}

.contenedor-form.padres {
  background-color: var(--chill);
}

.heading-60 {
  color: var(--blanco);
  text-align: center;
  font-size: 3.5rem;
  line-height: 4rem;
}

.heading-60.aupair {
  color: var(--blue-violet);
}

.heading-61 {
  color: var(--blanco);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  display: block;
}

.heading-61.mobile {
  display: none;
}

.heading-61.aupair {
  color: var(--dim-grey);
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 2.2rem;
}

.form-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.form-3.formcalificativo {
  flex-flow: column;
  width: 100%;
}

.form-3.formcalificativo-p1 {
  flex-flow: row;
  display: flex;
}

.form-3.padres {
  margin-top: 25px;
}

.input-form {
  color: #5d5d5d;
  background-color: #fff;
  border-radius: 10px;
  width: 230px;
  height: 55px;
  margin-bottom: 0;
  font-size: 1.1rem;
  display: block;
}

.input-form.ocultar-input {
  opacity: 0;
  cursor: default;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.input-form.input-formcalificativo {
  width: 100%;
  display: block;
}

.input-form.input-formcalificativo.margin-bottom-twenty {
  margin-top: 45px;
  margin-bottom: 20px;
}

.input-form.input-formcalificativo.margin-top-10 {
  margin-top: 10px;
}

.submit-button-2 {
  background-color: var(--indian-red);
  color: var(--blanco);
  border-radius: 10px;
  width: 230px;
  height: 55px;
  padding: 10px;
  font-weight: 700;
}

.submit-button-2.sb2-ejemplo {
  background-color: #85c727;
}

.submit-button-2.sb2-ejemplo.button-formcalificativo {
  width: 100%;
  display: none;
}

.heading-62 {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  font-size: 1.2rem;
}

.section-5 {
  background-color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.section-5.s5-ejemplo {
  background-color: var(--chill);
  margin-top: 1px;
}

.italic-text-4 {
  font-size: 2rem;
  font-weight: 500;
}

.italic-text-4.frase {
  font-size: 1.3rem;
}

.error-message-12 {
  border-radius: 15px;
  margin-top: 25px;
}

.text-block-17 {
  color: var(--nero-black);
  -webkit-text-stroke-color: var(--nero-black);
}

.image-30 {
  z-index: 15;
  height: 68%;
  position: relative;
}

.section-6 {
  background-color: #93bb0e;
  height: 300px;
}

.heading-servicios {
  color: var(--blanco);
  text-align: center;
  align-self: center;
}

.contenedor-alianza {
  background-color: #1706300d;
  border: 5px solid #000;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  min-height: auto;
  margin-top: 150px;
  margin-bottom: 5px;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.contenedor-alianza.otro {
  z-index: 2;
  background-color: #fff;
  border-style: none solid;
  border-width: 3px 0;
  border-top-color: #170630d9;
  border-bottom-color: #170630d9;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: -40px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 -6px 20px #0003;
}

.contenedor-alianza.otro.agradecimiento {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 600px;
  min-height: 0;
}

.contenedor-servicios {
  background-color: var(--blue-violet);
  background-image: linear-gradient(#2a8cb7, #cb6ce6);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.contenedor-servicios.aupair {
  background-color: #6e25dd00;
  background-image: none;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-left: 75px;
  padding-right: 75px;
  display: block;
}

.contenedor-servicios.ingles {
  background-color: #6e25dd00;
  background-image: none;
  margin-bottom: 5px;
}

.descripcion {
  color: var(--blanco);
  text-align: center;
  text-transform: none;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.bold-text-97 {
  color: var(--nero-black);
}

.bg-navbar {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: .5px solid #0000001f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.img-eduqueo {
  filter: invert(70%);
  height: 40px;
  margin-top: 5px;
}

.img-beglobal {
  height: 45px;
}

.bg-section1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bg-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 35px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-option {
  color: #3b3b3b;
  font-size: 1rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.bg-heading1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.bg-section2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--blue-violet);
  color: #23232300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 1200px;
  padding: 0;
  display: flex;
  position: static;
}

.heading-63 {
  color: var(--blanco);
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.bg-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 400px;
  padding: 0 10px 0 0;
  display: flex;
}

.image-31 {
  border-radius: 25px;
  width: 48%;
  height: 90%;
}

.image-31.margin-left-auto {
  height: 100%;
  margin-left: auto;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  margin-left: auto;
  padding: 30px;
  display: flex;
}

.div-block-14.no-margin-left {
  margin-left: 0;
  padding-left: 0;
}

.heading-64 {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.text-block-19 {
  color: var(--blanco);
  line-height: 2rem;
}

.bg-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
}

.bg-center.bg-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
}

.bg-center.bg-2.agradecimiento {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  padding-left: 20px;
}

.section-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 50px 20px;
  display: flex;
}

.image-32 {
  border-radius: 15px;
  width: 45%;
  height: 50%;
}

.button-3 {
  background-color: var(--crimson);
  border-radius: 10px;
  font-weight: 700;
}

.bg-section3 {
  width: 100%;
  max-width: 1200px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}

.heading-65 {
  font-size: 2.3rem;
  line-height: 3rem;
}

.text-block-20 {
  color: #171717;
}

.cell {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.image-33 {
  border-radius: 25px;
}

.image-34 {
  border-radius: 25px;
  width: 100%;
}

.bold-text-98 {
  width: 100%;
  font-size: 4rem;
  line-height: 4.5rem;
}

.text-button {
  color: #161613;
  font-size: 1.06em;
  font-weight: 700;
  line-height: 1.3em;
}

.text-button.white {
  color: #fff;
  flex: 0 auto;
  align-self: auto;
}

.text-button.white:hover {
  text-decoration: underline;
}

.bold-text-99 {
  font-weight: 500;
}

.bold-text-99.bg-bold99 {
  color: var(--nero-black);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 2rem;
}

.bold-text-99.bg-bold99.visa {
  font-size: 1.2rem;
  font-weight: 400;
}

.block-functions-large {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 60%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.block-functions-large.aupair2 {
  width: 100%;
  max-width: 100%;
}

.block-functions-large.visa {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.button-4 {
  grid-column-gap: .3em;
  background-color: #161613;
  border-radius: 10em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-4:hover {
  transform: scale(1.07);
  box-shadow: 0 25px 35px -15px #16161380;
}

.button-4.bg-btn4 {
  background-color: #85c727;
  justify-content: flex-end;
  align-items: center;
  width: 255px;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.button-4.bg-btn4.invertcolor {
  background-color: #85c727;
  border-radius: 10em;
  justify-content: flex-end;
  align-items: center;
  width: 255px;
  margin-top: -20px;
  position: relative;
}

.button-4.bg-btn4.invertcolor.mob {
  display: none;
}

.button-4.bg-btn4.invertcolor.visa {
  height: 60.7969px;
  margin-left: 0;
}

.button-4.bg-btn4.mob {
  display: none;
}

.button-4.bg-btn4.visa {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-73 {
  color: var(--nero-black);
  max-width: 24em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph-73.bold {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #161613;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  font-weight: 500;
  display: flex;
}

.paragraph-73.bold.visa {
  font-size: 1.2rem;
  font-weight: 300;
}

.paragraph-73.gray {
  color: #161613bf;
  font-weight: 600;
}

.paragraph-73.second.visa {
  margin-left: auto;
  margin-right: auto;
}

.heading-66 {
  max-width: 101em;
  padding-top: 20px;
}

.heading-66.blue {
  color: #62a4bb;
  padding-top: 10px;
}

.heading-66.blue.bg-h66 {
  color: var(--beglobal-osc);
  text-transform: none;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-66.blue.bg-h66.invertcolor {
  color: var(--beglobal-osc);
  font-size: 3.1rem;
}

.heading-66.blue.bg-h66.visa {
  margin-left: auto;
  margin-right: auto;
}

.image-functions-large {
  box-shadow: none;
  object-fit: contain;
  border-radius: 20px;
  width: 55%;
  max-width: 47%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.image-functions-large.imgincluye {
  width: 50%;
}

.image-functions-large.imgincluye.visa {
  display: none;
}

.functions-large {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #fdfdfdcc;
  border: 3px solid #b9b9b9;
  border-radius: 1.63em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 4.5em 3em;
  display: flex;
  box-shadow: 7px 7px 5px #0003;
}

.functions-large.invert {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-left: 4.5em;
}

.functions-large.invert.invertcolor {
  z-index: 2;
  -webkit-backdrop-filter: blur(100%);
  backdrop-filter: blur(100%);
  background-color: #fffc;
  border-width: 3px;
  border-color: #b9b9b9;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.functions-large.invert.invertcolor.round {
  padding-top: 2.5em;
  padding-bottom: 3em;
}

.functions-large.usd {
  padding-right: 2em;
}

.button-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
  display: flex;
}

.button-wrapper.hide-on-desk {
  display: none;
}

.gradient-hero {
  z-index: -10;
  mix-blend-mode: darken;
  background-color: #f8f7f3;
  background-image: url('../images/gradient_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 92em;
  position: absolute;
  inset: 0%;
}

.gradient-hero.bg-background {
  filter: hue-rotate(103deg);
  background-color: #ffffffbf;
  background-image: url('../images/fondo2.jpg');
  background-position: 0 0;
  height: 120em;
  min-height: 0;
  margin-top: 140em;
  display: none;
}

.gradient-hero.bg-background.otraversion {
  background-image: linear-gradient(#6424c9 65%, #a8c73c 68% 78%, #a7d54b 99%, #6424c9 99%, #d00e65 99%);
  background-position: 0 0;
  display: none;
}

.gradient-hero.bg-background.bg2 {
  filter: hue-rotate(281deg);
  background-image: url('../images/fondo2.jpg');
  height: 140em;
  margin-top: 40em;
  display: none;
}

.gradient-hero.bg-background.bg-3 {
  filter: hue-rotate(58deg);
  height: 180em;
  margin-top: 240em;
}

.noise {
  opacity: .7;
  mix-blend-mode: soft-light;
  background-color: #0000;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100em;
  display: block;
  position: absolute;
  inset: 0%;
}

.btn-contacto1 {
  background-color: var(--blue-violet);
  color: var(--blanco);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  margin-left: auto;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 5px #0003;
}

.btn-contacto1.btn-v2 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
}

.bg-center2 {
  z-index: 999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.flex-block {
  width: 50%;
}

.features-bg {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffffbf;
  border: 3px solid #b9b9b9;
  border-radius: 1.63em;
  margin-bottom: 0;
  padding: 3.2em 4.5em;
  box-shadow: 7px 7px 5px #0003;
}

.features {
  grid-row-gap: 1.1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-features-bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 1.63em;
  justify-content: flex-start;
  align-items: center;
  width: 5.6em;
  height: 5.6em;
  margin-bottom: .5em;
  display: flex;
}

.icon-features-bg.bg-gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--nero-black);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-35 {
  object-fit: fill;
  flex: 0 auto;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
}

.heading-features {
  color: #161613;
  max-width: 13em;
}

.heading-features.bg-title {
  color: var(--chill);
  text-transform: none;
  width: auto;
  max-width: none;
  font-size: 3.1rem;
  font-weight: 700;
}

.paragraph-features {
  max-width: 19em;
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph-features.bigger {
  font-size: 1.2em;
}

.paragraph-features.bigger.bg-subtitle {
  z-index: 2;
  color: var(--nero-black);
  max-width: 100%;
  font-size: 1.35em;
  position: relative;
}

.paragraph-features.bigger.bg-subtitle.hide-on-desktop {
  display: none;
}

.section-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
}

.bg-section4 {
  min-height: 500px;
  max-height: none;
  padding: 50px 20px;
}

.container-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-36 {
  width: 35%;
  height: 50%;
}

.flex-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-67 {
  width: 100%;
  font-size: 2.8rem;
}

.bg-section5 {
  min-height: 600px;
  padding: 50px 20px 100px;
}

.text-block-21 {
  padding-right: 20px;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
}

.text-block-22 {
  color: var(--nero-black);
}

.bold-text-100 {
  font-size: 2.7rem;
  font-weight: 700;
}

.image-37 {
  border-radius: 25px;
  width: 100%;
  height: 650px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-23 {
  font-size: 1.4rem;
}

.text-block-24 {
  color: #848484;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  display: block;
}

.text-block-24.visa {
  margin-left: auto;
  margin-right: auto;
}

.contenedor-requisitos {
  background-color: #3d323f00;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.functions {
  grid-row-gap: 1.6em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #1616130a;
  border-radius: 1.63em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em 4em 2em;
  display: flex;
  position: relative;
}

.functions.aupair {
  background-color: #00000059;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
}

.heading-functions {
  max-width: 13em;
  font-size: 3.4em;
}

.heading-functions.au-pair {
  color: var(--blanco);
  max-width: none;
}

.paragraph-74 {
  max-width: 24em;
}

.paragraph-74.left {
  line-height: 1.4em;
}

.list {
  margin-top: .125em;
  margin-bottom: .125em;
}

.lista-indentada {
  padding-top: .25em;
  padding-bottom: 0;
}

.paragraph-75, .list-2 {
  color: var(--blanco);
}

.heading-69 {
  color: var(--blanco);
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.5rem;
  display: none;
}

.container-50 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 75px;
  display: flex;
}

.button-menu-block {
  z-index: 1;
  background-color: #dfdfdf;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: auto;
  padding: 50px 20px 20px;
  position: relative;
  top: -30px;
}

.button-menu-block.au-pair {
  border: 5px solid var(--blue-violet);
  color: var(--blanco);
  background-color: #6e25dd0d;
  border-radius: 9px;
  padding-top: 20px;
  top: auto;
}

.button-menu-link-wrapper {
  flex-direction: column;
  display: flex;
}

.menu-button-link {
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.menu-button-link:hover {
  text-decoration: underline;
}

.text-block-25 {
  margin-bottom: 10px;
}

.text-block-26 {
  color: var(--nero-black);
  margin-bottom: 0;
  font-weight: 500;
}

.container-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
  display: none;
}

.bold-text-102 {
  color: var(--blue-violet);
}

.text-block-27 {
  color: var(--nero-black);
  font-size: 1.35rem;
  line-height: 2rem;
}

.image-38 {
  width: 22px;
  margin-left: -52px;
  display: none;
}

.text-span-10 {
  color: var(--blue-violet);
  font-weight: 700;
}

.text-span-11 {
  color: #8ed245;
  font-weight: 700;
}

.container-53 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.image-39 {
  z-index: 1;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 14px;
  left: 15px;
  right: auto;
}

.image-39.first {
  top: auto;
}

.app-focus---shadow {
  z-index: -50;
  filter: blur(50px);
  transform-style: preserve-3d;
  background-color: #1616131a;
  border-radius: 1.9em;
  display: none;
  position: absolute;
  inset: 0%;
  transform: scale(.9)translate3d(0, 0, -200px);
}

.app-focus---wrapper {
  margin-top: 0;
  position: relative;
}

.app-focus---wrapper.incluye {
  margin-top: 160px;
  margin-bottom: 100px;
}

.app-focus---wrapper.requisitos {
  margin-top: 50px;
}

.app-focus {
  padding-top: 18.5em;
  padding-bottom: 18.5em;
  display: block;
  position: relative;
}

.app-focus.aupair {
  height: 1200px;
  display: block;
}

.app-focus.aupair.incluye {
  background-color: var(--blanco);
  cursor: default;
  background-image: url('../images/Diseño-sin-título-6_1.webp');
  background-size: cover;
  height: 1600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 400px;
  padding-bottom: 400px;
}

.app-focus.aupair.incluye.visa {
  background-color: #ece0b6;
  background-image: url('../images/Sin-título-1279-x-900-px-1.png');
  background-position: 0 0;
  background-size: auto;
}

.app-focus.aupair.beneficios {
  height: 1400px;
}

.app-focus.aupair.beneficios.focus2 {
  background-color: var(--blanco);
  cursor: default;
  height: 1200px;
}

.app-focus.aupair.beneficios.focus2.usd {
  padding-top: 500px;
  padding-bottom: 500px;
}

.app-focus.aupair.focus1 {
  cursor: default;
  background-color: #006147;
  background-image: url('../images/Sin-título-1279-x-900-px.png');
  background-size: cover;
  height: 900px;
}

.app-focus.aupair.requisitos {
  cursor: default;
  background-color: #f7f7f7;
  height: 1500px;
  padding-top: 400px;
  padding-bottom: 550px;
}

.image-app---focus-1 {
  z-index: 10;
  border-radius: 1.9em;
  max-height: 90vh;
  position: relative;
}

.image-app---focus-3 {
  z-index: 30;
  transform-style: preserve-3d;
  border-radius: 1.9em;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.image-app---focus-2 {
  z-index: 20;
  transform-style: preserve-3d;
  border-radius: 1.9em;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.app-focus---content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 20em;
  display: flex;
  position: relative;
}

.app-focus---image {
  z-index: 50;
  background-color: #fff;
  border-radius: 1.9em;
  display: none;
  position: relative;
  overflow: hidden;
}

.app-focus---sticky {
  z-index: 2;
  perspective: 1800px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: sticky;
  top: 50vh;
  transform: none;
}

.bold-text-103 {
  color: var(--black);
}

.image-40 {
  z-index: 2;
  width: 200px;
  height: 230px;
  position: absolute;
  left: auto;
  right: 30px;
}

.image-40.img2 {
  filter: brightness(95%);
  width: auto;
  height: 130px;
  display: none;
  bottom: 30px;
  left: 55px;
  right: auto;
}

.image-40.lefttop {
  z-index: -1;
  filter: none;
  width: 55px;
  height: 55px;
  top: 10px;
  left: 10px;
  right: auto;
}

.image-40.rightbottom {
  z-index: 0;
  opacity: .6;
  filter: none;
  display: none;
  bottom: -40px;
  right: 0;
}

.image-40.garab1 {
  width: auto;
  height: 400px;
  top: -55px;
  left: -55px;
  right: auto;
}

.div-block-15 {
  z-index: 1;
  opacity: .62;
  filter: hue-rotate(107deg);
  background-image: url('../images/fondo1.jpg');
  background-position: 100%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-15.degradeedq {
  background-color: var(--blanco);
  filter: hue-rotate(332deg);
  transform-style: preserve-3d;
  background-image: url('../images/fondo1.jpg');
  background-size: cover;
  border-radius: 0 0 50px 50px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.div-block-15.degradeedq.agradecimiento {
  border-radius: 0 0 50px 50px;
}

.div-block-16 {
  z-index: 10;
  opacity: .75;
  filter: hue-rotate(245deg);
  background-color: #f1f1f1bf;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-42 {
  z-index: 0;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: -120px;
  right: 0;
}

.image-43 {
  height: 60%;
}

.image-44 {
  height: 450px;
  position: absolute;
  bottom: -140px;
  right: -120px;
}

.image-45 {
  height: 600px;
  position: absolute;
  bottom: -200px;
  right: -150px;
}

.container-54 {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.container-55 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.text-block-28 {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
  font-size: .9rem;
}

.text-block-28.text-formcalificativo {
  display: none;
}

.text-block-29 {
  z-index: 2;
  color: var(--black);
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.text-block-29.innavbar {
  z-index: 999;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  display: block;
  position: static;
  right: 15px;
}

.text-span-12 {
  color: var(--blue-violet);
  font-size: 1.6rem;
}

.bold-text-104 {
  margin-left: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.div-block-17 {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 15px;
}

.image-46 {
  width: 25px;
  height: 25px;
}

.formcalificativo {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-18.documentacion {
  display: none;
}

.div-block-18.asesoria {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  font-size: 1.6rem;
}

.image-47 {
  width: 22px;
  margin-left: -52px;
  display: none;
}

.text-block-30 {
  color: #161616;
  -webkit-text-stroke-color: #161616;
}

.submit-button-3 {
  color: #fff;
  background-color: #fd254f;
  border-radius: 10px;
  width: 230px;
  height: 55px;
  padding: 10px;
  font-weight: 700;
}

.submit-button-3.sb2-ejemplo {
  background-color: #a7d54b;
}

.submit-button-3.sb2-ejemplo.button-formcalificativo {
  width: 100%;
}

.submit-button-3.sb2-ejemplo.button-formcalificativo.margin-top-20 {
  background-color: var(--gold);
  color: var(--nero-black);
}

.form-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-4.formcalificativo {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.success-message-13 {
  color: #fff;
  background-color: #6e25dd;
  border-radius: 10px;
  font-weight: 600;
}

.text-block-31 {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
  font-size: .9rem;
}

.text-block-31.text-formcalificativo {
  display: none;
}

.error-message-13 {
  border-radius: 15px;
}

.div-block-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-20, .image-48, .div-block-21, .image-49 {
  display: none;
}

.main {
  background-color: var(--blanco);
  background-image: url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg');
  background-position: 24% 9%, 86% 99%, 99% 35%, 5%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contenedor---agradecimiento {
  background-color: var(--blue-violet);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: auto;
  min-height: 550px;
  margin-top: 125px;
  margin-bottom: 0;
  padding: 25px 50px 50px;
  display: flex;
  box-shadow: 1px 2px 5px 5px #0003;
}

.contenedor---agradecimiento.hide-on-desk {
  display: flex;
}

.contenedor---agradecimiento.conoce-m-s {
  margin-top: 55px;
}

.heading-70 {
  color: var(--blanco);
  cursor: default;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-32 {
  border-bottom: 3px solid var(--blanco);
  color: var(--blanco);
  text-align: center;
  cursor: default;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 1.3rem;
  text-decoration: none;
}

.text-block-32.ver-mas {
  text-align: center;
  width: 90%;
  margin-top: 50px;
  font-weight: 700;
}

.text-block-32.conocer-m-s {
  padding-bottom: 25px;
}

.contenedor---items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.contenedor---items.version-2 {
  flex-flow: row;
  min-height: 0%;
}

.item {
  background-color: var(--blanco);
  border: 3px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

.item.paquetes {
  background-color: var(--gold);
  cursor: pointer;
  background-image: url('../images/all-good.svg');
  background-position: 50% 0;
  background-size: cover;
  height: 350px;
}

.item.blogs {
  background-color: var(--indian-red);
  cursor: pointer;
  background-image: url('../images/Diseño-sin-título-17.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  height: 350px;
}

.item.testimonios {
  background-color: var(--celeste);
  cursor: pointer;
  background-image: url('../images/coming-soon.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 350px;
}

.div-block-22 {
  background-color: var(--blanco);
  border-radius: 5px 5px 25px 25px;
  height: 80%;
  box-shadow: inset 0 -6px 3px 2px #0003;
}

.heading-71 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.item---name {
  background-color: var(--gold);
  box-shadow: none;
  border: 1px solid #000;
  border-width: 3px 1px 0;
  border-radius: 20px 20px 8px 8px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 70px;
  margin-top: auto;
  display: flex;
  position: absolute;
  bottom: 0;
}

.item---name.blogs {
  background-color: var(--indian-red);
}

.item---name.testimonios {
  background-color: var(--celeste);
}

.heading-72 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.green-bg {
  color: var(--blanco);
  cursor: pointer;
  background-color: #a7d54b;
  border-radius: 7px;
  height: 100%;
  margin-left: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.link-block {
  width: 100%;
  height: 100%;
}

.form-block-2 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.bold-text-105 {
  font-weight: 500;
}

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

.text-span-14 {
  font-size: 2rem;
  font-weight: 400;
}

.text-span-14.padres {
  font-size: 1.8rem;
}

.heading-73 {
  color: var(--blanco);
  margin-top: 25px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.heading-73.estudiar-universidad {
  margin-top: 25px;
  display: block;
}

.text-span-15 {
  color: var(--gold);
}

.text-span-16 {
  width: 100%;
  font-size: 3rem;
}

.bold-text-106 {
  color: var(--gold);
  font-size: 3.5rem;
}

.bold-text-106.padres {
  color: var(--gold);
  width: 100%;
  display: block;
}

.text-span-17 {
  color: var(--blanco);
  text-align: left;
  margin-top: 15px;
  padding-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.text-span-17.bottom-text {
  color: var(--indian-red);
  font-weight: 600;
}

.img-padres {
  border-radius: 12px;
  width: 100%;
  max-height: 400px;
  box-shadow: 0 5px 15px 2px #0003;
}

.text-span-18 {
  color: #737373;
  font-size: 1.2rem;
  font-weight: 400;
}

.padres {
  color: var(--blanco);
}

.text-span-19 {
  font-weight: 600;
}

.bold-text-107 {
  color: var(--blue-violet);
}

.text-block-33 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-74 {
  color: var(--blue-violet);
  margin-top: 100px;
  font-size: 2.6rem;
  line-height: 3rem;
}

.bold-text-108 {
  font-size: 1.7rem;
}

.text-span-20 {
  color: var(--gold);
}

.div-block-24 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-50 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

.image-51 {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 55px;
}

.paragraph-76 {
  margin-top: -20px;
  margin-bottom: 5px;
}

.paragraph-76.visa {
  color: var(--nero-black);
  text-align: left;
  margin-top: -10px;
}

.text-block-34 {
  color: var(--nero-black);
  font-size: 1.2rem;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.flex-block-4.form-contacto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  margin-top: 20px;
  display: flex;
}

.bold-text-110 {
  font-size: 1.6rem;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.image-52 {
  border: 5px solid var(--gold);
  border-radius: 100%;
  width: 135px;
  height: 135px;
}

.flex-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: auto;
}

.text-span-21 {
  color: var(--gold);
}

.text-span-22, .text-span-23 {
  text-decoration: underline;
}

.heading-75.span-bg-yellow {
  color: var(--blue-violet);
  margin-top: 200px;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.heading-76 {
  color: var(--indian-red);
  margin-top: 200px;
  font-size: 2.7rem;
}

.video-2 {
  border-radius: 10px;
  height: 100%;
  padding-bottom: 0;
}

.video-3 {
  border-radius: 10px;
  height: 100%;
  display: block;
}

.video {
  border-radius: 0;
  height: 100%;
  display: none;
  box-shadow: 0 0 4px 1px #0000007d;
}

.ocultar {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.mask-3 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.slide {
  background-color: var(--blue-violet);
  vertical-align: middle;
  width: 100%;
  position: static;
}

.slider {
  background-color: #ddd0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  position: static;
}

.div-block-25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-25.margin-top-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-arrow-2 {
  width: 90%;
  min-width: 50%;
  height: 50px;
  margin-top: 20px;
  position: static;
  top: auto;
  bottom: 0;
  left: 0;
}

.btnslider {
  background-color: var(--blanco);
  color: var(--black);
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3rem;
}

.btnslider.avanzar {
  background-color: var(--gold);
  text-align: center;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
  display: none;
}

.btnslider.avanzar.manual {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-77 {
  border-bottom: 3px solid var(--gold);
  color: var(--blanco);
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1rem;
  display: block;
}

.heading-77.principal {
  font-size: 2.6rem;
  display: block;
}

.heading-77.principal.temp {
  line-height: 3rem;
}

.right-arrow-2 {
  width: 0%;
  min-width: 0%;
  height: 50px;
  margin-top: 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

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

.div-block-26 {
  z-index: 10;
  border: 3px solid var(--indian-red);
  background-color: #6e25dd;
  border-radius: 45px;
  justify-content: flex-start;
  align-items: center;
  width: 310px;
  height: 75px;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
}

.image-53 {
  border: 3px solid var(--indian-red);
  border-radius: 100%;
  margin-left: -2px;
}

.text-block-35 {
  color: var(--blanco);
  padding-left: 8px;
  font-weight: 500;
}

.text-span-24 {
  text-decoration: underline;
}

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

.text-span-26 {
  color: var(--gold);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.text-span-27 {
  text-align: left;
  font-size: 3rem;
  line-height: 3rem;
}

.text-span-28 {
  color: var(--gold);
  font-size: 1.8rem;
  line-height: 3rem;
}

.text-span-29 {
  color: var(--blanco);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.bold-text-111 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.bold-text-111._1-rem {
  font-size: 1rem;
  line-height: 1.2rem;
}

.text-span-30 {
  text-align: left;
  margin-left: 0;
}

.text-span-31 {
  position: relative;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.usd-bubble-text {
  color: var(--blanco);
  margin-bottom: 0;
}

.container-56 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.bold-text-113, .bold-text-114, .bold-text-115 {
  color: var(--beglobal);
}

.div-block-27 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 5px none var(--beglobal-osc);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 15px;
  display: none;
}

.checkbox-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-78 {
  color: #5d5d5d;
  background-color: #fff0;
  border: 1px #7373736b;
  border-radius: 10px;
  height: 55px;
  margin-top: 0;
  margin-bottom: -10px;
  margin-right: auto;
  padding: 8px 12px;
  font-size: 1.3rem;
  font-weight: 700;
  display: none;
}

.checkbox-label-2 {
  color: var(--nero-black);
}

.checkbox-label-2.gold, .checkbox-label-3, .checkbox-label-4, .checkbox-label-4.gold {
  color: var(--blanco);
  font-size: 1.4rem;
}

.btnavanzar {
  background-color: var(--indian-red);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
  display: none;
}

.quick-stack {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 100%;
  height: auto;
  min-height: 1200px;
}

.container-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 90%;
  max-width: none;
  height: 100%;
  min-height: 1200px;
  margin-top: -10px;
  display: flex;
}

.grid-two-elements {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-two-elements.invert {
  grid-template-columns: 1fr 1.5fr;
  grid-auto-flow: row dense;
}

.div-block-28 {
  border-top: 3px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 150px;
  display: flex;
}

.image-54 {
  z-index: 2;
  height: 35%;
  position: absolute;
  top: 30%;
  bottom: auto;
  right: 15px;
}

.container-facultades {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-top: 65px;
  margin-bottom: 50px;
  display: flex;
}

.container-facultades.simple {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.container-facultades.simple.hide-on-mobile {
  display: flex;
}

.logo-facultad {
  background-color: var(--blanco);
  border-radius: 20px;
  width: 100%;
  height: 135px;
  padding: 25px;
}

.logo-facultad.unlp {
  width: 50%;
  height: 150px;
}

.image-55 {
  width: 350px;
}

.text-block-36 {
  color: var(--blue-violet);
}

.heading-80 {
  color: var(--blanco);
  text-transform: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-decoration: none;
}

.text-span-32, .text-span-33, .text-span-34 {
  color: var(--blanco);
  font-weight: 700;
}

.text-span-35 {
  color: var(--gold);
}

.text-span-36 {
  color: var(--blanco);
  font-weight: 700;
}

.contenedor-formulario {
  background-color: var(--blue-violet);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  max-width: 850px;
  margin-top: 200px;
  margin-bottom: 120px;
  padding: 50px;
  display: flex;
  position: relative;
}

.contenedor-formulario.simple {
  margin-top: 60px;
  margin-bottom: 60px;
}

.formulario {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pregunta {
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: block;
}

.contenedor-boton-manual {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 55px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.image-56 {
  height: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 15px;
}

.medidor-background {
  z-index: 0;
  border-bottom: 5px none var(--gold);
  background-color: var(--black);
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 15px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.medidor {
  background-color: var(--gold);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 0%;
  height: 100%;
}

.text-span-37 {
  color: var(--gold);
}

.heading-81 {
  color: var(--crimson);
  display: none;
}

.seccion-preguntas {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 5px;
}

.slider-2 {
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  max-height: none;
  margin-bottom: 0;
  box-shadow: 6px 8px 5px #0003;
}

.mask-4 {
  border-radius: 20px;
}

.image-57, .image-58, .image-59 {
  width: 100%;
}

.text-span-38 {
  font-size: 1.6rem;
}

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

.text-span-40 {
  font-size: 1.5rem;
}

.text-span-41 {
  font-size: 1.5rem;
  line-height: 1.4rem;
}

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

.text-block-37 {
  color: var(--nero-black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.text-block-37.margin-bottom-40 {
  margin-bottom: 40px;
}

.text-block-37.margin-bottom-40.other-style {
  color: var(--dim-grey);
  width: 90%;
  font-size: 1.4rem;
  font-weight: 500;
}

.section-10 {
  background-color: var(--blue-violet);
  background-image: url('../images/Career-Shape-Round.svg');
  background-position: 145% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 250px;
  padding: 15px;
  display: flex;
}

.section-10.rese-as {
  background-color: var(--indian-red);
  min-height: 500px;
}

.flex-block-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-end;
}

.section-11 {
  background-color: #fcf6f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.rese-a-simple {
  background-color: var(--blanco);
  background-image: url('../images/quote-eduqueo.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  width: 80%;
  height: 100%;
  min-height: 250px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.rese-a-simple.other-use {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: 0 2px 5px #0003;
}

.heading-82 {
  color: var(--blue-violet);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-block-38 {
  text-align: center;
  font-style: italic;
}

.text-block-38.nero-black.left {
  text-align: left;
  font-style: normal;
}

.link-block-3 {
  position: absolute;
  top: 0;
  left: 0;
}

.image-60 {
  width: 125px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-83 {
  font-size: 1.2rem;
  font-weight: 500;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  max-width: 800px;
}

.slider-3.hide-on-desktop {
  display: none;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sitelink-h1 {
  text-align: center;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
}

.sitelink-h1.margin-bottom-20 {
  margin-bottom: 20px;
}

.sitelink-text-block {
  color: var(--nero-black);
  text-align: center;
  font-size: 1.4rem;
}

.sitelink-text-block.margin-bottom-tewnty {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.sitelink-text-block.margin-bottom-tewnty.other-version {
  color: var(--dim-grey);
  font-size: 1.4rem;
  font-weight: 600;
}

.sitelink-text-block.margin-bottom-tewnty.other-style {
  color: var(--dim-grey);
  font-weight: 500;
}

.section-12 {
  background-color: var(--blanco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
}

.section-12.other-version {
  min-height: 550px;
}

.flex-block-8 {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  max-height: none;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.image-61 {
  width: 45%;
  height: 100%;
}

.contenedor-texto-sitelink {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px 25px 25px 45px;
}

.heading-84 {
  text-transform: none;
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.heading-84.font-size-1-4rem {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 2rem;
}

.heading-84.font-size-1-4rem.no-margin {
  margin-top: 0;
}

.heading-84.font-size-1-6rem {
  font-size: 1.6rem;
}

.bloque-rosa {
  background-color: var(--indian-red);
  color: var(--blanco);
  text-align: left;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 25px;
  padding: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
}

.bloque-rosa.font-size-2rem {
  margin-top: 60px;
  font-size: 2rem;
  line-height: 2.5rem;
}

._100-gratuito {
  width: auto;
  height: 50px;
  position: absolute;
  top: -10px;
  right: -25px;
}

.seccion-comparador {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.seccion-comparador.sitelink-v2 {
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.seccion-comparador.sitelink-v2.reducir {
  min-height: 700px;
}

.seccion-comparador.sitelink-v2.reducir.convalidacion {
  min-height: 600px;
  padding: 60px 15px 100px;
}

.costo-pais.pricing-card.twenty-radius._500-mh {
  height: auto;
  min-height: 400px;
  max-height: none;
}

.costo-pais.pricing-card.twenty-radius._500-mh.destacado {
  background-color: var(--blue-violet);
  height: auto;
  min-height: 440px;
  max-height: none;
  display: block;
}

.costo-pais.pricing-card.twenty-radius._500-mh.destacado.hide-on-desktop {
  display: none;
}

.costo-pais.pricing-card.twenty-radius._500-mh.documento {
  width: 100%;
  min-width: 0;
  max-width: 400px;
  min-height: 350px;
  box-shadow: 0 2px 5px #0003;
}

.costo-pais.pricing-card.twenty-radius._300-mh {
  min-height: 300px;
}

.column {
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.column.hide-on-mobile {
  padding-left: 10px;
  padding-right: 10px;
}

.column-2 {
  height: 100%;
}

.columns {
  width: 95%;
  height: auto;
  min-height: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.columns.columnas-paises {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.text-span-43 {
  color: var(--dim-grey);
  font-size: 1.7rem;
}

.text-span-43.invert-color {
  color: var(--chill);
  font-weight: 500;
}

.slider-comparador {
  background-color: #ddd0;
  height: auto;
}

.slider-comparador.hide-on-desktop {
  display: none;
}

.slide-nav-4 {
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
  bottom: -50px;
}

.invert-color {
  filter: invert();
}

.pais {
  width: 85%;
  margin-left: 10px;
  margin-right: 60px;
}

.mask-5 {
  padding-left: 35px;
  padding-right: 35px;
}

.text-span-44 {
  color: var(--blue-violet);
}

.heading-85 {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 3rem;
  font-weight: 500;
}

.heading-85.no-margin {
  margin-bottom: 20px;
}

.heading-85.bold {
  color: var(--dim-grey);
  font-weight: 600;
}

.slider-4, .slider-5.hide-on-desktop {
  display: none;
}

.container-58 {
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin-top: 20px;
}

.container-58.slider-doc {
  max-width: 1400px;
}

.image-63 {
  outline-color: var(--blue-violet);
  outline-offset: 0px;
  border-radius: 100%;
  outline-width: 3px;
  outline-style: solid;
  height: 50px;
  margin-right: auto;
  display: none;
  position: absolute;
  left: auto;
  right: 0;
}

.section-13 {
  background-image: url('../images/Features_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 700px;
  padding: 30px 15px 80px;
  display: flex;
  position: relative;
}

.image-64 {
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.flex-block-10 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  padding-left: 15px;
  padding-right: 45px;
}

.container-rese-as {
  width: 430px;
}

.grid-beneficios {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  width: 100%;
  height: 100%;
}

.grid-beneficios._2-columns {
  grid-template-rows: auto;
}

.item-residencia {
  background-color: var(--blanco);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-30 {
  background-color: var(--indian-red);
}

.titulo-item-residencia {
  box-sizing: border-box;
  background-color: var(--indian-red);
  color: var(--blanco);
  text-align: left;
  text-transform: none;
  object-fit: none;
  border-radius: 10px;
  margin-top: 0;
  padding: 10px;
  font-weight: 600;
  overflow: visible;
}

.titulo-item-residencia.bold {
  font-weight: 700;
}

.titulo-item-residencia.reducir-font {
  font-size: 1.2rem;
}

.text-item-residencia {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
}

.flex-block-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.heading-86 {
  color: var(--gold);
  margin-bottom: 20px;
}

.heading-86.reducir {
  font-size: 2rem;
}

.imagen-convalidacion {
  width: 450px;
}

.imagen-convalidacion-2 {
  width: 300px;
}

.div-block-31 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-31.another-version {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom {
  bottom: -50px;
}

.seccion-novedad-unlp {
  background-image: url('../images/Career-Shape-Round.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 450px;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 25px;
  display: flex;
  position: relative;
}

.flex-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
}

.flex-block-13 {
  width: 100%;
  height: 100%;
}

.novedad-titulo {
  color: var(--blanco);
  font-weight: 500;
}

.texto-novedad {
  color: var(--blanco);
  width: 85%;
  font-size: 1.3rem;
}

.novedad {
  height: 50px;
  position: absolute;
  top: -10px;
  right: 0;
}

.condiciones {
  margin-top: 75px;
}

.slider-6 {
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.mask-8, .slide-texto {
  width: 100%;
}

.text-span-45 {
  font-size: 2.4rem;
}

.text-span-46 {
  font-weight: 600;
}

.bold-text-116 {
  font-size: 1.3rem;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-items: stretch;
  width: 900px;
  max-width: 1100px;
  height: 100%;
  padding: 15px;
}

.text-span-47 {
  color: #669d2b;
  font-weight: 600;
}

.text-span-48 {
  color: var(--blue-violet);
  font-weight: 600;
}

.text-span-49 {
  color: #2106ed;
  font-weight: 600;
}

.text-span-50 {
  color: var(--dim-grey);
}

.flex-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 15px 15px 15px 0;
}

.code-embed-3 {
  display: flex;
}

.flex-block-15 {
  width: 90%;
  height: 500px;
  position: relative;
}

.image-68 {
  border-radius: 20px;
  width: 80%;
  height: 95%;
}

.image-69 {
  height: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.image-70 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 35px;
  width: 80%;
  height: auto;
  position: absolute;
  top: -15px;
  right: -15px;
}

.bold-text-117 {
  font-weight: 700;
  line-height: 3.5rem;
}

.code-embed-4 {
  max-width: 486px;
}

.form-block-5, .form-block-6 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .home-one-hero-section {
    background-position: 10% 65%, 89% 24%, 15% 15%, 50%;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis.padres {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: 0;
    max-height: 450px;
  }

  .real-apps-card.future-image-card.image-three {
    z-index: 3;
    position: absolute;
  }

  .footer {
    background-position: 98% 18%, 0 30%, 0 0;
  }

  .section.home-three-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rich-analytics-caption-card {
    z-index: 10001;
  }

  .margin-top-thirteen.somos-eduqueo-video {
    height: 51vh;
  }

  .padding-bottom-ten {
    text-align: center;
  }

  .strategy-caption-col.padres {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 15px;
  }

  .strategy-image-col.padres {
    margin-top: 15px;
    margin-bottom: auto;
  }

  .padding-bottom-seven.text-color-white.padres {
    height: auto;
  }

  .home-three-hero-flex.padres {
    margin-top: auto;
    margin-bottom: auto;
  }

  .home-three-hero-image-col.padres {
    height: 100%;
    margin-top: auto;
  }

  .our-customers-mobile-image-wrap {
    display: none;
  }

  .services-amazing-main-block.image-bg {
    background-position: 100% 25%;
  }

  .services-amazing-main-block.image-bg.aupair {
    padding-top: 50px;
  }

  .ribbon-pricing.gold {
    top: 29%;
  }

  .ribbon-pricing.grupo-novedades {
    right: 66%;
  }

  .why-choose-services-image-two.image-height-auto.cover-image {
    left: 19%;
  }

  .contact-one-banner-image-two {
    right: -11%;
  }

  .contact-one-benner {
    padding-top: 15px;
    padding-left: 105px;
    padding-right: 105px;
  }

  .blog-news-card-image-col {
    flex: 1;
    min-height: 280px;
  }

  .blog-news-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .blog-news-card.twenty-radius.custom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

  .forgot-password-link {
    color: #737373;
  }

  .sign-up-main {
    flex-direction: row;
  }

  .home-three-hero-main-image.padres {
    border-radius: 15px;
    width: 100%;
    height: 80%;
    margin-top: auto;
    box-shadow: 0 5px 15px #0003;
  }

  .style-guide-color-pallette-wrapper, .style-guide-color-pallette-secondary-color {
    flex: 1;
  }

  .style-guide-color-pallette-block-color {
    height: 75px;
    position: relative;
  }

  .style-guide-site-map-list {
    margin-bottom: 0;
    list-style-type: disc;
  }

  .style-guide-heading-style-grid-font-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-pallette-primary-color {
    flex: 1;
  }

  .style-guide-color-pallette-primary-color.width {
    width: 50%;
  }

  .style-guide-color-pallette {
    display: flex;
  }

  .style-guide-heading-style-grid-text-wrapper {
    border-radius: 6px;
  }

  .style-guide-heading-style-grid-title-wrapper {
    flex: 1;
  }

  .style-guide-heading-style-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-videos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-grid-2 {
    grid-template-rows: auto auto;
  }

  .gallery-slide {
    width: 100%;
  }

  .google-review-pink-box {
    min-height: 55vh;
  }

  .second-column {
    min-width: 500px;
  }

  .container-46 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-23.imguba1, .image-24.imguba {
    height: 250px;
  }

  .section-4 {
    background-color: #6424c9;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .section-4.navbar-agradecimiento {
    position: fixed;
    box-shadow: 0 2px 5px #0003;
  }

  .contenedor-presentacion.cpren-ejemplo {
    margin-bottom: 0;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2.agradecimiento {
    padding-top: 25px;
  }

  .contenedor-presentacion.padres {
    padding-top: 0;
  }

  .button-2.hide-on-mobile {
    background-color: var(--indian-red);
    margin-top: 20px;
  }

  .button-2.hide-on-mobile.padres {
    width: 300px;
  }

  .contenedor-principal.padres.simple.sitelink-3 {
    min-height: 850px;
  }

  .image-30 {
    filter: brightness(99%);
  }

  .contenedor-alianza.otro {
    display: flex;
  }

  .contenedor-servicios {
    margin-bottom: 20px;
  }

  .contenedor-servicios.aupair {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .descripcion {
    color: var(--blanco);
    text-align: center;
    text-transform: none;
    align-self: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .block-functions-large {
    width: 55%;
    max-width: 60%;
  }

  .button-4.bg-btn4.invertcolor {
    height: 60px;
  }

  .button-4.bg-btn4.invertcolor.visa {
    margin-left: 0;
  }

  .heading-66.blue.bg-h66 {
    font-size: 2.8rem;
  }

  .image-functions-large {
    width: 40%;
  }

  .image-functions-large.imgincluye {
    width: 45%;
  }

  .functions-large {
    width: 100%;
    margin-bottom: 0;
  }

  .gradient-hero.bg-background.bg-3 {
    height: 200em;
  }

  .features-bg {
    background-color: #fffc;
    margin-bottom: 0;
    padding-top: 2.4em;
    position: relative;
  }

  .contenedor-requisitos {
    margin-bottom: 0;
    display: block;
  }

  .image-39, .image-39.first {
    top: auto;
  }

  .app-focus---shadow {
    display: block;
  }

  .app-focus.aupair {
    height: 1200px;
    margin-top: 50px;
  }

  .app-focus.aupair.incluye {
    height: 1600px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .app-focus.aupair.beneficios.focus2 {
    margin-top: 0;
  }

  .app-focus.aupair.focus1 {
    background-image: url('../images/Sin-título-1279-x-900-px.png');
    margin-top: 0;
  }

  .app-focus.aupair.requisitos {
    margin-top: 0;
  }

  .app-focus---content {
    display: none;
  }

  .app-focus---image {
    display: block;
  }

  .image-40.lefttop {
    z-index: -1;
    filter: none;
    width: 55px;
    height: 55px;
    top: 10px;
    left: 10px;
    right: auto;
  }

  .div-block-16 {
    filter: brightness(114%) hue-rotate(245deg);
  }

  .image-42, .image-43 {
    filter: none;
  }

  .image-44 {
    filter: none;
    height: 380px;
    bottom: -80px;
    right: -60px;
  }

  .main {
    background-color: var(--blanco);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 80px;
    display: flex;
  }

  .contenedor---agradecimiento {
    background-color: var(--blue-violet);
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 1000px;
    height: auto;
    margin-top: 125px;
    margin-bottom: 0;
    padding: 25px 50px 50px;
    display: flex;
    box-shadow: 1px 2px 5px 5px #0003;
  }

  .heading-70 {
    color: var(--blanco);
    margin-bottom: 20px;
  }

  .text-block-32 {
    color: var(--blanco);
    margin-bottom: 50px;
  }

  .contenedor---items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .item {
    width: 30%;
    height: 100%;
  }

  .item.paquetes {
    background-color: var(--gold);
    background-image: url('../images/all-good.svg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .item.blogs {
    background-color: var(--indian-red);
    background-image: url('../images/Diseño-sin-título-17.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .item.testimonios {
    background-color: var(--celeste);
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .text-span-14 {
    font-weight: 400;
  }

  .heading-73 {
    color: var(--blanco);
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .text-span-15 {
    color: var(--gold);
  }

  .text-span-16 {
    color: var(--indian-red);
  }

  .text-span-17 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .btnslider.avanzar {
    display: none;
  }

  .container-facultades {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .logo-facultad {
    height: 135px;
  }

  .heading-82 {
    font-size: 1.4rem;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns, .heading-85, .flex-block-10 {
    max-width: 1200px;
  }

  .flex-block-12 {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1440px) {
  .container-block {
    max-width: 1200px;
  }

  .container-block.padres {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .home-one-hero-section {
    background-position: 10% 65%, 90% 24%, 15% 15%, 50%;
  }

  .hero-flex.margin-top-30 {
    margin-top: 80px;
  }

  .section-title-block.text-center.max-width-nine-hundred.padres {
    margin-top: 0;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis.padres {
    justify-content: space-between;
    align-items: flex-start;
    height: 450px;
    min-height: 0;
    max-height: 450px;
  }

  .footer {
    background-position: 97% 18%, 0 30%, 0 0;
  }

  .overflow-hidden.padres.sitelink.v2 {
    width: 75%;
  }

  .overflow-hidden.padres.sitelink-6 {
    width: 85%;
  }

  .stunning-caption-icon-col.hide.grande {
    width: 40%;
  }

  .margin-top-thirteen.somos-eduqueo-video {
    height: 46vh;
  }

  .strategy-caption-col.padres {
    height: 90%;
    margin-top: 25px;
  }

  .strategy-image-col.contenedor-video {
    border-radius: 10px;
  }

  .task-card.custom.margin-bottom-fourty {
    margin-left: 15%;
    margin-right: 15%;
  }

  .padding-bottom-seven.text-color-white.padres {
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
  }

  .home-three-hero-flex.padres {
    margin-top: auto;
    margin-bottom: auto;
  }

  .testimonials-card-caption-col {
    padding-bottom: 30px;
  }

  .services-one-hero-main {
    max-width: 1200px;
  }

  .services-one-hero-main.features-hero-main {
    align-items: flex-end;
    max-width: 1200px;
    padding-bottom: 100px;
  }

  .ribbon-pricing.grupo-novedades {
    right: 67%;
  }

  .why-choose-absolute-image-one {
    left: -30px;
  }

  .contact-two-image-three {
    left: -5%;
  }

  .blog-news-card-image-col {
    min-height: 280px;
  }

  .home-one-our-services {
    background-image: url('../images/Service-Star.svg'), url('../images/Services-Bg.webp');
    background-position: 80% 13%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
  }

  .career-job-card-location-flex {
    flex-direction: row;
  }

  .career-absolute-image-two {
    right: -10%;
  }

  .sphere-wrap {
    right: 12%;
  }

  .about-us-high-quality-services {
    background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Home-Five-Sky-Shape.svg');
    background-position: 14% 12%, 65% 40%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .about-us-two-intelligence-section {
    background-position: 25% 35%, 80% 25%, 80% 40%;
  }

  .about-us-two-intelligence-section.custom {
    padding-top: 0;
  }

  .academy {
    margin-bottom: 90px;
  }

  .service-one-amazing-features {
    padding-bottom: 120px;
  }

  .service-one-amazing-features.margin-top-sixty.custom {
    padding-bottom: 0;
  }

  .features-hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .changelog-hero-section {
    background-color: #f2f3f7;
    background-image: none;
  }

  .team-one-member-heading-block {
    padding-left: 12%;
    padding-right: 12%;
  }

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

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

  .blog-grid-3 {
    align-items: start;
  }

  .google-review-pink-box {
    min-height: 50vh;
  }

  .second-column {
    min-width: 600px;
  }

  .div-block-6 {
    margin-bottom: 200px;
  }

  .image-14 {
    border-radius: 20px;
    transition: box-shadow .6s;
    box-shadow: 0 5px 10px 4px #0003;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-23.imguba1, .image-24.imguba {
    height: 250px;
  }

  .div-block-10.div-contratos {
    margin-top: 100px;
  }

  .section-4 {
    color: #fff;
    background-color: #6424c9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .section-4.s4-ejemplo {
    flex-flow: row;
  }

  .contenedor-presentacion.cpren-ejemplo {
    background-color: #35424900;
  }

  .contenedor-presentacion.padres {
    padding-top: 0;
  }

  .heading-45.h45-ejemplo {
    color: var(--blue-violet);
    text-transform: none;
  }

  .contenedor.c-ejemplo {
    width: 650px;
    height: 450px;
  }

  .contenedor.c-ejemplo.agradecimiento {
    width: 90%;
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contenedor.c2-ejemplo {
    width: 450px;
    height: 450px;
  }

  .heading-46.h46-ejemplo, .heading-47.h47-ejemplo {
    color: var(--nero-black);
  }

  .button-2.wap.inferior {
    display: none;
  }

  .button-2.hide-on-mobile.b2-ejemplo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
  }

  .button-2.hide-on-mobile.b2-ejemplo.w--current {
    color: #000;
  }

  .image-27.img27-ejemplo.img27-absolute-ejemplo {
    width: 80%;
    height: 75%;
    transition: opacity .2s;
  }

  .contenedor-datos.padres {
    width: 100%;
    max-width: 1300px;
  }

  .heading-50 {
    font-weight: 400;
  }

  .contenedor-principal.padres {
    background-position: 10% 78%, 80% 20%;
  }

  .contenedor-principal.padres.simple.sitelink-3 {
    min-height: 850px;
  }

  .heading-62 {
    text-align: left;
    position: static;
  }

  .section-6 {
    height: 350px;
  }

  .heading-servicios.ingles {
    color: var(--black);
  }

  .contenedor-servicios {
    padding-bottom: 20px;
  }

  .descripcion {
    color: var(--blanco);
    text-align: center;
    text-transform: none;
    align-self: center;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .bg-center.bg-2 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-center.bg-2.agradecimiento {
    padding-bottom: 50px;
  }

  .image-functions-large {
    width: 50%;
    max-width: 49%;
  }

  .image-functions-large.imgincluye {
    width: 55%;
    max-width: 52%;
  }

  .functions-large {
    padding: 50px;
  }

  .functions-large.invert.invertcolor.round {
    padding-left: 50px;
  }

  .gradient-hero.bg-background.bg-3 {
    height: 180em;
  }

  .features-bg {
    background-color: #fffc;
  }

  .container-53 {
    height: auto;
  }

  .app-focus.aupair.focus1 {
    height: 950px;
  }

  .image-40.lefttop {
    filter: none;
  }

  .div-block-15 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .image-41 {
    width: 100%;
    height: 100%;
  }

  .image-44 {
    height: 450px;
    bottom: -200px;
    right: -50px;
  }

  .contenedor---agradecimiento {
    height: auto;
  }

  .heading-70 {
    margin-bottom: 20px;
  }

  .text-block-32 {
    margin-bottom: 50px;
  }

  .item.paquetes {
    background-color: var(--gold);
    cursor: pointer;
    background-image: url('../images/all-good.svg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
  }

  .item.blogs {
    background-color: var(--indian-red);
    cursor: pointer;
    background-image: url('../images/Diseño-sin-título-17.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .item.testimonios {
    background-color: var(--celeste);
    cursor: pointer;
    background-image: url('../images/coming-soon.svg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .text-span-17 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .img-padres {
    height: 100%;
    max-height: 400px;
  }

  .bold-text-108 {
    font-size: 2rem;
  }

  .paragraph-76.visa {
    color: var(--nero-black);
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-34 {
    color: var(--nero-black);
    margin-bottom: 10px;
  }

  .video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .btnslider.avanzar {
    display: none;
  }

  .container-56 {
    max-width: 1300px;
  }

  .container-57 {
    max-width: 1100px;
  }

  .container-facultades {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .logo-facultad {
    height: 150px;
  }

  .slider-2 {
    max-width: 1200px;
    height: 600px;
  }

  .rese-a-simple {
    width: 80%;
  }

  .heading-82 {
    font-size: 1.4rem;
  }

  .slider-3 {
    background-color: #ddd0;
    width: 100%;
    max-width: 800px;
  }

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

  .div-block-29 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slide-4 {
    width: 75%;
  }

  .seccion-comparador.sitelink-v2.reducir {
    min-height: 800px;
  }

  .columns {
    max-width: 1200px;
  }

  .container-58.slider-doc {
    max-width: 1400px;
  }

  .flex-block-10 {
    max-width: 1200px;
  }

  .flex-block-12 {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .all-btn.padding-bg-btn.bg-white {
    background-color: var(--blanco);
    color: var(--blanco);
    padding: 20px 35px;
  }

  .all-btn.padding-bg-btn.bg-white.hide-on-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-block {
    flex-direction: column;
    justify-content: space-between;
    max-width: 1200px;
  }

  .container-block.padres {
    margin-top: 0;
  }

  .main-block.menu-block {
    justify-content: space-between;
  }

  .menu-item-link.text-color-white.mobile-violet {
    font-size: 1.2rem;
  }

  .home-one-hero-section {
    background-position: 20% 65%, 81% 21%, 25% 17%, 50%;
  }

  .hero-flex.flex-left.padres {
    position: relative;
  }

  .section-title-block.text-center {
    width: 80%;
    max-width: none;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis.padres {
    max-width: 1100px;
    height: 450px;
    min-height: 0;
  }

  .solutions-card.margin-top-thirteen.nacho-color {
    background-color: var(--blue-violet);
  }

  .container-three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    background-position: 85% 18%, 14% 30%, 0 0;
  }

  .footer.footer-two {
    background-position: 85% 35%, 14% 35%, 0 0;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo {
    margin-top: 0;
  }

  .overflow-hidden.padres.sitelink.v2 {
    width: 70%;
  }

  .old-btn-text.btn-fondo-blanco.nacho-color {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .stunning-first-card.services-two-flex-purple.simple {
    max-width: 1200px;
  }

  .core-features-section.service-two-core {
    background-position: 79% 67%, 15% 93%, 46% 10%;
  }

  .padding-bottom-twenty.text-color-white {
    font-size: 1.3rem;
  }

  .padding-bottom-twenty.padres {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-main {
    background-position: 15% 100%, 100% 0;
  }

  .margin-top-thirteen.somos-eduqueo-video {
    height: 36vh;
  }

  .strategy-caption-col.padres {
    height: 90%;
  }

  .services-absolute-image-two.sitelink-imagen-4 {
    bottom: -275px;
  }

  .home-three-hero-caption-col.padres {
    max-width: 100%;
  }

  .home-three-hero-caption-col.padres.calificacion {
    padding-top: 0;
  }

  .task-card.custom.margin-bottom-fourty {
    margin-left: 20%;
    margin-right: 20%;
  }

  .task-card.custom.margin-bottom-fourty.padres {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .task-card.custom.margin-bottom-fourty.asesor {
    margin-top: 50px;
  }

  .home-three-hero-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .home-three-hero-flex.padres {
    width: 100%;
    max-width: 1400px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .home-three-hero-flex.padres.landing-simple {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .home-three-hero-image-col.padres {
    justify-content: space-between;
    align-items: flex-start;
  }

  .explore-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-main {
    padding-left: 150px;
    padding-right: 150px;
  }

  .services-one-hero-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-one-hero-main.features-hero-main {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    max-width: 1200px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .services-one-hero-image-block {
    min-width: auto;
    max-width: none;
  }

  .services-amazing-main-block.image-bg.aupair {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .heading-five.padding-bottom-ten.text-color-white.sitelink-h5 {
    font-weight: 700;
  }

  .heading-five.padding-bottom-fifteen.nacho-hf {
    color: var(--blanco);
  }

  .service-two-performance-main {
    padding-left: 120px;
    padding-right: 90px;
  }

  .blog-news-card-image-col {
    min-height: 280px;
  }

  .figma-landing-main {
    align-items: center;
  }

  .career-job-card-location-flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .sign-up-image-block {
    position: relative;
  }

  .utility-page-content.error-bg {
    background-image: url('../images/Round-Big-Gray.svg'), url('../images/Star-One.svg'), url('../images/Border-Rounded-Small.svg'), url('../images/Star-Three.svg'), linear-gradient(97.3deg, #f2f0ff, #fff);
    background-position: 65% 40%, 80%, 25% 55%, 30% 40%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, auto;
  }

  .landing-hero {
    background-image: url('../images/landing-Round-Shape.webp'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Landing-Round-White.svg'), linear-gradient(#f6f4ff, #fff);
    background-position: 85% 100%, 10% 53%, 85% 26%, 13% 0, 0 0;
  }

  .sphere-wrap {
    top: 15%;
    right: 22%;
  }

  .home-two-section-three {
    background-position: 78% 12%;
  }

  .home-two-working-process {
    background-position: 18% 25%, 80% 60%;
  }

  .home-four-create-section {
    background-image: url('../images/Create-An-Account-Star.svg'), url('../images/Home-Banner-Four-Dot.svg');
    background-position: 83% 17%, 15% 38%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .about-us-two-intelligence-section {
    background-position: 23% 35%, 80% 25%, 80% 40%;
  }

  .academy {
    background-position: 89% 40%;
    margin-bottom: 55px;
  }

  .services-two-hero {
    background-position: 39% 85%, 30% 25%, 85% 20%, 0 0;
  }

  .features-hero-section {
    background-position: 63% 7%, 0 0;
  }

  .features-amazing-section {
    background-position: 14% 35%, 89% 30%;
  }

  .features-hight-quality-section {
    background-image: url('../images/Star-Two.svg');
    background-position: 45% 20%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .licencing-image-block {
    display: flex;
  }

  .pricing-plan-table.yearly {
    display: none;
  }

  .google-review-pink-box {
    min-height: 40vh;
  }

  .image-9 {
    transition: box-shadow .6s;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 105px;
    display: flex;
  }

  .image-11 {
    box-shadow: 0 5px 10px 4px #0003;
  }

  .image-13 {
    transition: box-shadow .6s;
  }

  .container-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: block;
  }

  .image-14 {
    border-radius: 20px;
    margin-top: 0;
    transition: box-shadow .6s;
    box-shadow: 0 5px 10px 4px #0003;
  }

  .paragraph-10 {
    color: #ffffffba;
  }

  .heading-3, .heading-4 {
    margin-top: 40px;
  }

  .bold-text-6 {
    font-size: 2.187rem;
    line-height: 2.812rem;
  }

  .container-46 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-23 {
    height: 350px;
  }

  .image-23.imguba1 {
    height: 250px;
  }

  .image-24 {
    height: 350px;
  }

  .image-24.imguba {
    height: 250px;
  }

  .div-block-10.div-contratos {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-4.s4-ejemplo {
    background-color: #5d4a7b3d;
    height: 80px;
  }

  .contenedor-presentacion.cpren-ejemplo {
    background-image: none;
    height: 800px;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2 {
    justify-content: center;
    align-items: center;
    height: 1000px;
    margin-top: 0;
    position: relative;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2.agradecimiento {
    height: auto;
  }

  .contenedor-presentacion.padres {
    height: 700px;
    margin-top: 0;
    padding-top: 80px;
  }

  .contenedor-presentacion.landing-simple {
    background-image: url('../images/Star-Two.svg'), url('../images/Round-Border-White.svg');
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 200px;
    background-attachment: scroll, scroll;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading-45.h45-ejemplo {
    font-size: 6rem;
    font-weight: 700;
    line-height: 5.8rem;
  }

  .contenedor.c-ejemplo {
    width: 750px;
    height: 450px;
  }

  .contenedor.c2-ejemplo {
    width: 500px;
    height: 500px;
  }

  .contenedor.c2-ejemplo.s1-container {
    height: 550px;
  }

  .heading-46.h46-ejemplo {
    font-weight: 500;
  }

  .button-2.hide-on-mobile.b2-ejemplo {
    width: 300px;
  }

  .image-27.img27-ejemplo.img27-absolute-ejemplo {
    width: 80%;
    height: 70%;
  }

  .fondo-datos.fd-ejemplo {
    height: 400px;
  }

  .contenedor-datos.padres {
    width: 100%;
    max-width: 1400px;
  }

  .contenedor-datos.padres.simple {
    max-width: 1200px;
  }

  .contenedor-main {
    z-index: 2;
    padding-top: 0;
    position: relative;
  }

  .contenedor-principal.padres {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 75px;
  }

  .contenedor-principal.padres.simple.sitelink-3 {
    min-height: 850px;
  }

  .contenedor-principal.padres.simple.sitelink-4 {
    min-height: 900px;
  }

  .contenedor-form.aupair {
    z-index: 2;
    width: 1200px;
    position: relative;
  }

  .contenedor-form.form-calificativo {
    padding-top: 50px;
  }

  .contenedor-alianza.otro {
    z-index: 2;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    min-height: 1000px;
    margin-top: -40px;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contenedor-servicios.aupair {
    width: 100vw;
    max-width: 1400px;
    margin-bottom: 0;
  }

  .bg-navbar {
    z-index: 99;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
  }

  .img-eduqueo {
    margin-top: 5px;
  }

  .bg-section1 {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .bg-header {
    padding-left: 20px;
    padding-right: 50px;
  }

  .bg-section2 {
    background-color: var(--blue-violet);
  }

  .bg-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .div-block-14 {
    width: 45%;
  }

  .div-block-14.no-margin-left {
    padding-left: 0;
  }

  .bg-center {
    width: 100%;
    max-width: 1200px;
  }

  .bg-center.bg-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    padding-top: 250px;
    padding-left: 20px;
  }

  .bg-center.bg-2.agradecimiento {
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-7 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-section3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-34 {
    width: 100%;
  }

  .block-functions-large.aupair2 {
    justify-content: center;
    align-items: flex-start;
  }

  .functions-large {
    background-color: #fffffff7;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .functions-large.invert.invertcolor {
    background-color: #ffffffb3;
  }

  .functions-large.invert.invertcolor.round {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .functions-large.visa {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gradient-hero.bg-background {
    height: 150em;
    display: none;
  }

  .gradient-hero.bg-background.otraversion {
    background-image: linear-gradient(#6424c9 67%, #a8c73c 68% 78%, #a7d54b 99%, #6424c9 99%, #d00e65 99%);
    background-position: 0 0;
  }

  .gradient-hero.bg-background.bg-3 {
    height: 190em;
  }

  .noise {
    display: none;
  }

  .features-bg {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #ffffffcf;
    width: 100%;
  }

  .heading-features.bg-title {
    color: var(--chill);
  }

  .paragraph-features.bigger.bg-subtitle {
    color: var(--nero-black);
  }

  .section-8 {
    max-width: 1400px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .contenedor-requisitos {
    justify-content: center;
    align-items: center;
    min-height: 600px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .container-50 {
    width: 100vw;
    max-width: 1400px;
    margin-top: 0;
    padding-left: 75px;
    padding-right: 75px;
  }

  .button-menu-block.au-pair {
    background-color: #6e25dd0d;
  }

  .bold-text-102 {
    color: var(--blue-violet);
  }

  .text-span-10 {
    filter: none;
    font-weight: 700;
  }

  .text-span-11 {
    filter: none;
    color: #8ed245;
    font-weight: 700;
  }

  .image-39, .image-39.first {
    top: auto;
  }

  .app-focus.aupair.incluye {
    background-color: var(--beglobal);
    background-image: url('../images/Diseño-sin-título-6_1.webp');
    background-position: 0%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 400px;
    padding-bottom: 450px;
  }

  .app-focus.aupair.beneficios.focus2 {
    height: 1400px;
    margin-top: 0;
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .app-focus.aupair.focus1 {
    background-image: url('../images/Diseño-sin-título-15.png');
    background-position: 0%;
    height: 1000px;
    margin-top: 0;
  }

  .app-focus.aupair.requisitos {
    background-image: none;
    background-size: auto;
    height: 1600px;
    margin-top: 0;
    padding-bottom: 450px;
  }

  .bold-text-103 {
    color: var(--black);
  }

  .image-40.lefttop {
    z-index: 1;
    filter: none;
  }

  .image-40.garab1 {
    height: 600px;
    top: -85px;
    left: -85px;
  }

  .div-block-15 {
    z-index: 2;
  }

  .image-41 {
    width: 100%;
  }

  .image-42 {
    width: 400px;
    height: 300px;
  }

  .image-43 {
    height: 500px;
    margin-top: 100px;
  }

  .image-44 {
    height: 550px;
    position: absolute;
    bottom: -150px;
    right: -100px;
  }

  .image-45 {
    height: 1200px;
    bottom: -400px;
    right: -300px;
  }

  .container-54 {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .container-55 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .bold-text-104 {
    font-size: 1.5rem;
  }

  .image-46 {
    width: 30px;
    height: 30px;
  }

  .formcalificativo, .form-4.formcalificativo {
    width: 100%;
  }

  .main {
    justify-content: center;
    align-items: center;
  }

  .contenedor---agradecimiento.hide-on-desk {
    display: none;
  }

  .contenedor---items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-span-14.padres {
    width: 100%;
    font-size: 2rem;
  }

  .bold-text-106 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 3.8rem;
    display: block;
  }

  .text-span-17 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .text-block-33 {
    margin-bottom: 50px;
  }

  .heading-74 {
    margin-bottom: 25px;
    font-size: 3rem;
  }

  .paragraph-76.visa, .text-block-34 {
    color: var(--nero-black);
    font-size: 1.35rem;
  }

  .heading-75 {
    margin-top: 200px;
    margin-bottom: 0;
  }

  .heading-75.span-bg-yellow {
    color: var(--blue-violet);
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .heading-76 {
    color: var(--indian-red);
    font-weight: 700;
  }

  .mask-3 {
    height: auto;
  }

  .btnslider.avanzar {
    display: none;
  }

  .text-span-28 {
    line-height: 3rem;
  }

  .text-span-29 {
    line-height: 2rem;
  }

  .container-56 {
    max-width: 1400px;
  }

  .quick-stack {
    width: 100%;
  }

  .image-54 {
    display: none;
  }

  .container-facultades {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .logo-facultad {
    height: 175px;
  }

  .faqs {
    font-size: 2.6rem;
  }

  .seccion-preguntas {
    max-width: 1200px;
  }

  .section-10 {
    height: 350px;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .rese-a-simple {
    width: 80%;
    max-height: 200px;
  }

  .heading-82 {
    font-size: 1.4rem;
  }

  .slider-3 {
    max-width: 1000px;
  }

  .section-12 {
    min-height: 600px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bloque-rosa.font-size-2rem {
    margin-top: 60px;
  }

  .bloque-rosa.font-size-2rem.no-margin-top {
    margin-top: 25px;
  }

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

  .columns, .flex-block-10 {
    max-width: 1200px;
  }

  .seccion-novedad-unlp {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-12 {
    width: 100%;
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .menu-item, .menu-item.mobile-text-color-black {
    color: #000;
  }

  .menu-bar {
    background-color: #000;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .all-btn.padding-border-btn.border-purple-btn {
    justify-content: flex-start;
  }

  .all-btn.padding-bg-btn.bg-white {
    display: flex;
  }

  .all-btn.padding-bg-btn.bg-white:hover {
    color: var(--nero-black);
  }

  .all-btn.padding-bg-btn.bg-white.hide-on-desktop {
    justify-content: flex-start;
    width: auto;
    display: none;
  }

  .all-btn.padding-bg-btn.bg-white.hide-on-mobile {
    display: none;
  }

  .all-btn.padding-bg-btn.bg-pink {
    width: 225px;
  }

  .all-btn.padding-bg-btn.bg-pink.text-color-white.btn-nacho {
    display: none;
  }

  .container-block.padres {
    margin-top: 0;
  }

  .menu-bar-trigger {
    z-index: 99;
    filter: invert();
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu-item-block {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .main-block.menu-block {
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-block.section-four-main {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-block.section-four-main.real-apps-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .main-block.home-two-main-block {
    background-image: url('../images/White-Star.svg'), url('../images/White-Star.svg');
    background-position: 94% 12%, 15% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-bottom: 50px;
  }

  .menu-btn-block {
    display: none;
  }

  .menu-item-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-item-link.text-color-white.mobile-violet {
    color: var(--blue-violet);
    text-align: center;
  }

  .home-one-hero-section {
    padding-top: 80px;
  }

  .home-one-hero-section.home-two-hero {
    padding-top: 100px;
  }

  .hero-flex {
    justify-content: flex-start;
  }

  .hero-flex.flex-left.padres {
    display: none;
  }

  .hero-flex.flex-left.padres.estudiar-universidad.hide-on-desktop, .hero-flex.flex-left.padres.calificacion, .hero-flex.flex-left.padres.exp1 {
    display: flex;
  }

  .hero-flex.flex-left.padres.simple {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-flex.flex-right {
    justify-content: flex-start;
  }

  .hero-flex.flex-center {
    justify-content: center;
  }

  .mobile-dashboard {
    border-radius: 0;
    width: 30%;
    left: auto;
    right: 0%;
  }

  .desktop-dashboard {
    border-radius: 10px;
  }

  .section-dashboard {
    border-radius: 5px;
    width: 36%;
    left: 0;
  }

  .amazing-flex.home-two-amazing-flex {
    flex-direction: column;
  }

  .amazing-features-right-image-block {
    justify-content: center;
  }

  .amazing-features-left-block, .amazing-features-left-block.about-us-our-proces-right-cols {
    max-width: 100%;
  }

  .heading-two.text-purple-color {
    text-align: center;
    position: relative;
  }

  .heading-two.text-color-white {
    text-align: center;
  }

  .amazing-features-right-cols {
    justify-content: center;
  }

  .amazing-features-right-cols.about-us-amazing-features-left-cols {
    max-width: 100%;
  }

  .amazing-features-right-cols.relative.responsive-full-width {
    width: 100%;
  }

  .section-title-block.text-center.max-width-nine-hundred.padres {
    margin-top: 0;
  }

  .solutions-card.card-shadow.strategy-flex {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card {
    margin-top: 40px;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis.padres {
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-height: none;
  }

  .solutions-card.card-shadow.strategy-flex.blogconvalidacion {
    width: 80%;
  }

  .solutions-card.card-shadow.strategy-flex.testimonios {
    flex-flow: column-reverse;
    height: 100%;
    padding-left: 25px;
  }

  .solutions-card.strategy-card {
    min-height: 250px;
  }

  .solutions-card.padres.simple {
    flex-flow: row;
  }

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

  .real-apps-card-second-image-block {
    width: 50%;
  }

  .real-apps-card-image-main-block {
    max-width: 500px;
  }

  .service-image-caption-col {
    max-width: 100%;
  }

  .service-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .real-apps-card-third-image-block {
    width: 50%;
  }

  .faq-flex {
    grid-column-gap: 42px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .footer-grid.margin-top-twenty {
    grid-template-columns: 1.25fr 1fr;
  }

  .footer-right-col.responsive-full-width {
    max-width: 100%;
  }

  .footer {
    background-image: linear-gradient(#5d16c9, #6e25dd);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
  }

  .footer-flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left-col {
    max-width: 100%;
  }

  .text-color-white.margin-bottom-thirty.landing-simple {
    color: var(--blanco);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.4rem;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo {
    margin-bottom: 20px;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo.convalidacion {
    text-align: left;
  }

  .text-center.padding-bottom-twenty-two {
    text-align: center;
  }

  .overflow-hidden {
    padding-top: 0;
  }

  .padding-bottom-twenty-two {
    width: 90%;
    display: block;
  }

  .padding-bottom-twenty-two.text-color-white {
    width: 100%;
    margin-bottom: 0;
  }

  .content-scroll-wrap {
    max-width: 500px;
  }

  .content-wrapper {
    top: 70px;
  }

  .content-flex-wrap {
    flex-wrap: wrap;
  }

  .img-wrap {
    max-width: 100%;
    display: none;
  }

  .amazing-fourth-image-block, .amazing-third-image-block {
    width: 50%;
  }

  .working-progress-flex {
    flex-direction: column;
  }

  .working-progress-flex.features-working-progress-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .amazing-second-image-block {
    width: 50%;
  }

  .span-bg-yellow.padres {
    text-align: center;
    height: auto;
    min-height: 55px;
  }

  .working-progress-image-col, .working-progress-image-col.features-hight-quality-image-col, .working-progress-caption-col, .working-progress-grid, .amazing-image-block {
    max-width: 100%;
  }

  .amazing-image-block.pricing-plan-col {
    width: 100%;
  }

  .home-two-hero-image-three-block {
    width: 35%;
    left: 0;
  }

  .stunning-first-card.services-two-flex-purple {
    min-height: auto;
  }

  .stunning-first-card.services-two-flex-purple.height.convalidacion {
    min-height: 0;
  }

  .home-two-hero-image-four-block {
    width: 35%;
    right: 0;
  }

  .amazing-caption-block {
    max-width: 100%;
  }

  .left.service-two-left-core {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .left.responsive-full-width {
    max-width: 100%;
  }

  .right.padding-left-sixty {
    padding-left: 0;
  }

  .right.service-two-right-core, .right.responsive-full-width {
    max-width: 100%;
  }

  .card-one {
    flex-direction: column;
  }

  .card-one.service-two-core {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .core-features-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .core-features-single-wrapper.core-features-two {
    padding-top: 0;
    padding-right: 0;
  }

  .core-features-border.core-features-two, .core-features-border.core-features-three, .core-features-border.core-features-one {
    display: none;
  }

  .core-features-number.core-features-one {
    display: none;
    top: -1%;
    right: -2%;
  }

  .core-features-number.core-features-two {
    display: none;
  }

  .padding-bottom-twenty.text-color-white.text-center.padres2 {
    font-size: 1.3rem;
  }

  .padding-bottom-twenty.text-color-white.landing-simple {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .core-features-image-two {
    right: 0;
  }

  .section.home-three-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.risk-management-section {
    padding-top: 90px;
  }

  .section.testimonials-section {
    padding-bottom: 180px;
  }

  .section.pricing-plan-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.pricing-plan-section.pricing-plan-page-section, .section.why-choose-amazing-section {
    padding-bottom: 70px;
  }

  .section.contact-one-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.contact-one-hero-section {
    background-position: 50% 100%;
  }

  .section.pricing-plan-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.info-section {
    padding-top: 70px;
  }

  .section.new-testimonials {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .section.features-faq {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section.contact-us-one {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .rich-analytics-flex {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .rich-analytics-flex.contact-two {
    flex-direction: column-reverse;
  }

  .rich-analytics-image-block, .rich-analytics-caption-block {
    max-width: 100%;
  }

  .rich-analytics-caption-block.responsive-full-width {
    width: 100%;
  }

  .rich-analytics-caption-card {
    max-width: 100%;
  }

  .form-text-field.ocultar {
    opacity: 0;
    cursor: default;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .margin-top-thirteen.padding-bottom-ten.text-color-white.testimonioshome {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }

  .margin-top-thirteen.padding-bottom-ten.title-centered {
    text-align: center;
    width: 100%;
  }

  .margin-top-thirteen.padding-bottom-ten.centrado.aupair {
    padding-bottom: 0;
  }

  .margin-top-thirteen.padding-bottom-twenty-two.text-align-center.texto {
    text-align: center;
    width: 100%;
  }

  .margin-top-thirteen.somos-eduqueo-video {
    height: 61vh;
  }

  .padding-bottom-ten.bloqueo-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-four-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-four-main.our-process-main {
    flex-direction: column-reverse;
    align-items: center;
  }

  .strategy-caption-col {
    max-width: 100%;
  }

  .strategy-caption-col.testimonios {
    width: 100%;
    margin-top: 0;
  }

  .strategy-image-col {
    justify-content: flex-start;
  }

  .strategy-image-col.contenedor-video {
    max-width: 100%;
    height: 400px;
  }

  .services-absolute-image-two {
    display: none;
  }

  .faq-main {
    background-image: linear-gradient(#fff6f8, #f9fafb);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-three-amazing-flex-sm-col {
    max-width: 100%;
  }

  .home-three-amazing-flex-sm-col.testimonios {
    max-width: none;
  }

  .home-three-hero-caption-col {
    max-width: 100%;
  }

  .home-three-hero-caption-col.padres.calificacion {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .flex.pricing-amt-details {
    flex-direction: row;
  }

  .flex.flex-center.align-center.margin-top-thirteen {
    margin-top: 5%;
  }

  .services-absolute-image-one {
    display: none;
  }

  .home-three-hero {
    padding-top: 30px;
  }

  .amazon-features-right-block {
    align-self: center;
  }

  .home-three-amazing {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .home-three-amazing-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-amazing-flex.amazing-flex-change {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .home-three-amazing-flex.blogconvalidacion {
    align-items: center;
  }

  .task-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .task-card.custom.margin-bottom-fourty {
    margin-top: -150px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .task-card.custom.margin-bottom-fourty.padres.estudiar-universidad {
    background-position: 98% 15px;
    background-size: 25px;
    width: 95%;
    padding: 15px 25px 45px;
  }

  .task-card.custom.margin-bottom-fourty.padres.estudiar-universidad.margin-top-200 {
    padding-top: 45px;
  }

  .task-card.custom.margin-bottom-fourty.asesor {
    width: 95%;
  }

  .task-card.simple {
    justify-content: center;
    align-items: center;
    max-height: 75px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-main {
    flex-direction: column-reverse;
  }

  .home-three-hero-image-phone-one {
    width: 40%;
  }

  .services-main-two {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .home-three-hero-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .home-three-hero-flex.padres {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-three-hero-image-col {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .home-three-working {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-working.overflow-hidden {
    background-image: url('../images/Red-Star.svg'), url('../images/Yellow-Round_1.svg'), url('../images/Analytics-background.webp');
    background-position: 77% 37%, 20% 37%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .advanced-software-main {
    flex-direction: column;
    align-items: center;
  }

  .home-four-amazing-card-image-col {
    width: 100%;
  }

  .testimonials-flex {
    flex-direction: column;
  }

  .design-apps-flex-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-four-create-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .explore-caption-col {
    width: 100%;
  }

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

  .design-apps-flex.padding-bottom-twenty {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-four-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .design-apps-flex-two-image, .slide-nav {
    display: none;
  }

  .home-four-hero-image-col, .home-four-hero-caption-col {
    max-width: 100%;
  }

  .testimonials-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .design-apps-flex-two-sm-col {
    max-width: 100%;
  }

  .design-apps-flex-two-sm-col.responsive-full-width, .explore-image-col.why-choose-amazing-col {
    width: 100%;
  }

  .home-four-amazing-flex {
    flex-direction: column;
    align-items: center;
  }

  .home-four-hero-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rich-caption-col.working-process-bg-card {
    max-width: 100%;
  }

  .our-customers-mobile-image-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .home-five-team-main.about-us-two-team-main {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .home-five-team-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-absolute-image-one {
    width: 25%;
  }

  .about-us-two-section {
    padding-top: 90px;
  }

  .about-us-two-section.why-choose-section {
    padding-top: 70px;
  }

  .banner-absolute-image-two {
    width: 35%;
    top: 0;
  }

  .about-us-two-image-section {
    margin-top: -310px;
  }

  .banner-absolute-image-three {
    width: 25%;
  }

  .rrevenue-main-block.productivity-main-block {
    flex-direction: column;
  }

  .rrevenue-main-block.about-us-two-revenue-main-block {
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rrevenue-image-block.why-choose-flex {
    justify-content: center;
    width: 100%;
  }

  .services-one-hero-main {
    flex-direction: column-reverse;
  }

  .services-one-hero-main.features-hero-main {
    flex-direction: column-reverse;
    align-items: center;
  }

  .how-it-works-section-main-block {
    flex-direction: column;
  }

  .services-one-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .services-amazing-main-block {
    padding: 60px 40px 70px;
  }

  .services-amazing-main-block.image-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .services-amazing-main-block.image-bg.aupair {
    width: 90%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-two-user-analytics {
    position: relative;
  }

  .service-two-user-analytics.twenty-radius.image-shadow {
    position: absolute;
  }

  .service-two-amazing-flex {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .core-features-service-two {
    padding-top: 70px;
  }

  .service-two-performance-main {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .service-two-grow-image {
    left: 0%;
  }

  .working-progress-third-image, .working-progress-fourth-image {
    right: 14%;
  }

  .ribbon-pricing.gold {
    top: 60%;
    right: 50%;
  }

  .ribbon-pricing.grupo-novedades {
    top: 59%;
    right: -1%;
  }

  .ribbon-pricing.encuentros-online {
    top: 15%;
  }

  .ribbon-pricing.reuniones-temas {
    top: 40%;
  }

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

  .revenue-main-block.why-choose-main {
    flex-direction: column;
    padding-top: 100px;
  }

  .pricing-card.twenty-radius.bg-purple.relative.mas-elegido {
    display: block;
  }

  .why-choose-absolute-image-one {
    left: 0;
  }

  .why-choose-bottom-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
  }

  .contact-one-form-col {
    width: 100%;
  }

  .contact-one-caption-col {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .contact-one-banner-image-two {
    width: 40%;
  }

  .contact-one-benner {
    flex-direction: column;
    align-items: center;
  }

  .contact-one-banner-image-col {
    max-width: 100%;
  }

  .contact-one-banner-image-three {
    width: 50%;
  }

  .contact-two-image-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

  .pricing-plan-three.image-height-auto.cover-image {
    right: 10%;
  }

  .request-a-demo-form-left-col {
    max-width: 100%;
  }

  .request-a-demo-form-main-block {
    flex-direction: column;
  }

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

  .request-a-demo-form-right-col {
    max-width: 100%;
  }

  .home-one-amazing-features {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .home-one-how-it-works {
    padding-top: 63px;
    padding-bottom: 70px;
  }

  .home-one-why-choose-us {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .home-one-our-services {
    padding-top: 64px;
    padding-bottom: 53px;
  }

  .home-one-future-strategy {
    padding-top: 60px;
  }

  .home-one-questions-and-answers {
    padding-top: 26px;
    padding-bottom: 60px;
  }

  .main-home-pages-list, .figma-landing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .figma-landing-main {
    grid-row-gap: 50px;
    flex-direction: column;
    padding: 60px;
  }

  .landing-home-page-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .marque-landing {
    margin-top: -280px;
    padding-bottom: 70px;
  }

  .find-your-career-flex {
    flex-direction: column;
  }

  .find-your-career-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .career-job-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .find-your-career-image-col {
    width: 100%;
  }

  .career-job-card {
    max-width: 100%;
  }

  .career-main-block {
    flex-direction: column;
  }

  .find-your-career-card-col {
    max-width: 100%;
  }

  .career-image-block {
    width: 100%;
    max-width: 100%;
  }

  .career-absolute-image-two {
    right: 0%;
  }

  .career-tabs-menu {
    flex-wrap: wrap;
  }

  .career-hero-section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .career-job-card-location-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }

  .knowledge-base-hero-banner-bottom-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .knowledge-base-hero-banner-bottom-flex-col.knowledge-second {
    margin-top: 0;
  }

  .knowledge-help-center {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .knowledge-help-center.knowledge-base-category-help-center {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .knowledge-base-hero-section {
    background-image: url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .help-center-grid {
    grid-template-columns: 1fr 1fr;
  }

  .knowledge-base-hero-banner-bottom-flex {
    flex-direction: row;
    margin-top: 0;
  }

  .knowledge-base-category-section {
    padding-top: 130px;
  }

  .knowledge-base-category-main-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .knowledge-base-details-section {
    padding-bottom: 180px;
  }

  .home-four-amazing-section, .home-four-working {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sign-up-page-logo {
    position: relative;
    top: 15px;
    left: 15px;
  }

  .sign-up-section {
    height: auto;
  }

  .sign-up-caption-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .error-page-block.bloqueo-page {
    max-width: 400px;
  }

  .nav-dropdown {
    text-align: left;
    width: 100%;
  }

  .nav-dropdown.visible-s-hidden-m {
    display: inline-block;
  }

  .nav-dropdown.visible-m-hidden-s {
    display: none;
  }

  .header-menu-item.sub-menu.change-line-height.mobile-text-color-black {
    color: #000;
  }

  .nevigation-dropdown-list {
    text-align: left;
    position: relative;
  }

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

  .details-flex-left-col {
    max-width: 100%;
  }

  .details-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .details-flex-right-col {
    width: 100%;
    max-width: 100%;
  }

  .contact-one-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .details-section {
    padding-top: 70px;
  }

  .pricing-plan-flex.padding-bottom-twenty-two {
    width: 100%;
  }

  .inner-pages-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inner-pages-bottom-block {
    padding-top: 70px;
  }

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

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

  .landing-hero {
    padding-top: 70px;
  }

  .sphere-wrap {
    width: 22em;
    top: 18%;
    right: 33%;
  }

  .home-two-amazing-features {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-two-amazing-features-flex.align-vertically {
    flex-direction: column;
  }

  .home-two-section-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-working-process, .home-two-rich-analytics-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-amazing-features {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-services, .home-four-design-apps, .home-four-create-section, .home-four-explore-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-four-testimonials.twenty-radius {
    padding-bottom: 75px;
  }

  .about-us-amazing-features, .about-us-high-quality-services {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-our-process {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .about-us-team-member {
    padding-top: 70px;
  }

  .about-us-two-amazing-features {
    padding-bottom: 70px;
  }

  .about-us-two-intelligence-section {
    padding-top: 70px;
  }

  .hero-about-us-image-gallery-one {
    width: 45%;
  }

  .hero-about-us-image-gallery-two {
    width: 49%;
  }

  .footer-first-image-block {
    margin-top: 0;
  }

  .landing-footer-caption-col {
    max-width: 100%;
  }

  .landing-footer-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .landing-footer-image-col {
    max-width: 100%;
  }

  .footer-second-image-block {
    margin-top: 0;
  }

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

  .academy {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
  }

  .service-one-amazing-features {
    padding-top: 50px;
  }

  .service-one-performance-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .service-one-how-it-works-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-faq {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .service-two-amazing-features {
    padding: 70px 15px;
  }

  .service-two-performance-section {
    padding-top: 0;
  }

  .services-two-hero {
    padding-top: 100px;
  }

  .service-two-testimonials {
    padding: 70px 15px 180px;
  }

  .features-hero-section {
    padding-bottom: 70px;
  }

  .features-amazing-section {
    padding-top: 70px;
  }

  .features-hight-quality-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .features-working-fifth-image {
    right: 0%;
  }

  .features-explore-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .features-faq-section {
    padding-top: 30px;
    padding-bottom: 160px;
  }

  .why-choose-image-gallery-second-image {
    max-width: 45%;
    display: block;
    bottom: 10px;
    left: 10px;
  }

  .why-services-image-col {
    width: 100%;
    max-width: 100%;
  }

  .why-choose-caption-col {
    max-width: 100%;
  }

  .why-choose-our-working-process-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .contact-us-two-touch-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-plan-amazing-features-flex {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .blog-two-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-hero-main-image {
    width: 50%;
  }

  .home-three-hero-main-image.imagen-hero {
    width: 80%;
  }

  .style-guide-typography-palette {
    padding-top: 70px;
  }

  .style-guide-attributes {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-button, .style-guide-color-pallette, .style-guide-body-text {
    margin-top: 70px;
  }

  .style-guide-heading-style {
    padding-top: 70px;
  }

  .changelog-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

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

  .licensing-section {
    padding-top: 70px;
  }

  .licence-information-image-block {
    margin-bottom: 0;
  }

  .team-one-member-heading-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .team-one-member-heading-block.ui-kit-hero-heading-block {
    padding-top: 12.2rem;
    padding-bottom: 6.7rem;
  }

  .team-text-two {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .preloader-documentation-section {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }

  .pricing-plan-table.yearly {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 45px;
    display: flex;
  }

  .pricing-plan-table.monthly {
    flex-direction: column;
    padding-top: 45px;
    display: flex;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .megamenu-main-content {
    align-content: start;
    align-items: start;
    padding: 1rem 20px;
    display: block;
  }

  .megamenu-dropdown-link {
    padding: 8px 0;
  }

  .megamenu-dropdown-link:hover {
    background-color: #0000;
  }

  .megamenu-icon-wrapper, .megamenu-content-text.hide-mobile-landscape {
    display: none;
  }

  .image.reduce-width {
    width: 60%;
  }

  .form.hide-on-mobile {
    display: none;
  }

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

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

  .paises-menu {
    overflow: scroll;
  }

  .paises-menu.margin-top-fourty {
    overflow: hidden;
  }

  .pais-boton.rosa {
    flex: none;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

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

  .google-review-slide {
    max-width: 49.5%;
  }

  .review-slider-left {
    left: 0;
  }

  .review-slider-right {
    right: 0;
  }

  .pop-up-form {
    display: none;
  }

  .div-block-6 {
    flex-flow: column wrap;
    align-content: center;
    width: 100%;
    margin-bottom: 125px;
  }

  .div-block-7 {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
  }

  .container-popup-academy {
    display: none;
  }

  .contenedorimagenunlp {
    flex-flow: wrap;
  }

  .image-16, .image-18, .image-19 {
    max-height: 180px;
  }

  .image-22.imguba1 {
    height: 200px;
  }

  .image-23 {
    height: 250px;
  }

  .image-23.imguba1 {
    height: 200px;
  }

  .image-24 {
    height: 250px;
  }

  .image-24.imguba {
    height: 200px;
  }

  .heading-39 {
    flex: 0 auto;
  }

  .heading-39.titulo-bloqueo {
    font-size: 4rem;
  }

  .heading-40 {
    width: 90%;
  }

  .contenedor-texto {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-94 {
    width: 90%;
  }

  .section-4.s4-ejemplo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .contenedor-presentacion.cpren-ejemplo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 650px;
    padding-bottom: 60px;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2 {
    height: 800px;
  }

  .contenedor-presentacion.padres {
    background-position: 45% 80%, 70% 100%, 130% -20%, 30px 60px;
    height: auto;
    min-height: 700px;
  }

  .contenedor-presentacion.landing-simple {
    height: auto;
    margin-top: 80px;
  }

  .heading-45.h45-ejemplo {
    font-size: 3.7rem;
    line-height: 4rem;
  }

  .contenedor.c-ejemplo {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor.c-ejemplo.agradecimiento {
    width: 100%;
  }

  .contenedor.c2-ejemplo {
    width: 90%;
    height: 300px;
  }

  .heading-46.h46-ejemplo {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .button-2.wap.inferior {
    background-color: #a7d54b;
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    display: flex;
  }

  .button-2.wap.inferior.w--current {
    background-color: #a7d54b;
    width: 100%;
    height: 50px;
    margin-top: 0;
    display: flex;
  }

  .button-2.wap.inferior.aupair, .button-2.wap.inferior.aupair.w--current {
    background-color: #a7d54b;
    width: 100%;
  }

  .button-2.wap.hide-on-desktop {
    background-color: #a7d54b;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 18px;
    display: flex;
  }

  .button-2.wap.hide-on-desktop.another-version {
    background-color: var(--blanco);
    color: #25d366;
    text-align: center;
    border: 3px solid #25d366;
    padding-left: 45px;
    font-size: 24px;
  }

  .button-2.hide-on-mobile {
    display: none;
  }

  .button-2.hide-on-mobile.b2-ejemplo {
    width: 100%;
    margin-top: 10px;
    display: none;
  }

  .button-2.hide-on-mobile.padres.show-on-mobile {
    display: flex;
    position: relative;
  }

  .button-2.hide-on-mobile.padres.calificacion {
    display: flex;
  }

  .image-27 {
    height: 400px;
  }

  .image-27.img27-ejemplo {
    width: 90%;
  }

  .fondo-datos.padres {
    height: auto;
    min-height: 700px;
  }

  .fondo-datos.padres.landing-simple {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contenedor-datos {
    width: 90%;
    margin-top: 250px;
  }

  .contenedor-datos.padres {
    flex-flow: column;
    width: 100%;
    margin-top: auto;
  }

  .contenedor-datos.padres.simple {
    flex-flow: column;
    display: flex;
  }

  .dato {
    max-width: 230px;
  }

  .heading-50 {
    width: 80%;
    font-size: 15px;
  }

  .contenedor-main {
    width: 90%;
    padding-top: 80px;
  }

  .contenedor-principal {
    min-height: 1500px;
  }

  .contenedor-principal.cprin-ejemplo {
    min-height: 600px;
  }

  .contenedor-principal.padres {
    background-position: 3% 77%, 95% 24%;
  }

  .contenedor-principal.padres.simple.sitelink, .contenedor-principal.padres.simple.sitelink-3._800px {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contenedor-principal.padres.simple.sitelink-4, .contenedor-principal.padres.simple.sitelink-4._900px {
    min-height: 0;
  }

  .heading-51.bg-white {
    text-align: center;
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .heading-52 {
    width: 85%;
    line-height: 2rem;
  }

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

  .main-datos {
    grid-column-gap: 18px;
    width: 95%;
  }

  .main-datos.bg-maindatos {
    margin-left: 0;
  }

  .heading-55.bg-white {
    font-size: 22px;
  }

  .div-block-12 {
    min-width: 70px;
    min-height: 70px;
  }

  .div-block-12.db12-ejemplo.bg-color {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .heading-56 {
    text-align: center;
    line-height: 2.5rem;
  }

  .contenedor-testimonios {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .testimonio.testimonio-3 {
    display: none;
  }

  .contenedor-form.aupair {
    width: 95%;
    margin-top: 75px;
  }

  .contenedor-form.aupair.onlyfornumber {
    display: none;
  }

  .heading-60 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2rem;
  }

  .heading-60.aupair {
    color: var(--beglobal-osc);
  }

  .heading-61 {
    text-align: center;
    width: 90%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .heading-61.mobile {
    color: var(--nero-black);
    margin-bottom: 25px;
    display: block;
  }

  .heading-61.aupair, .form-3 {
    display: none;
  }

  .form-3.formcalificativo {
    display: flex;
  }

  .form-3.padres.exp1 {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .input-form.input-formcalificativo, .input-form.input-formcalificativo.margin-bottom-twenty {
    height: 50px;
  }

  .input-form.exp1, .submit-button-2.exp1 {
    width: 90%;
  }

  .italic-text-4, .bold-text-96 {
    font-size: 1rem;
  }

  .contenedor-alianza {
    min-height: 600px;
  }

  .contenedor-servicios.aupair {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-servicios.aupair.incluye {
    width: 90%;
  }

  .bg-center.bg-2 {
    z-index: 2;
    flex-flow: column;
    position: relative;
  }

  .cell {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-functions-large {
    width: 100%;
    max-width: 100%;
  }

  .button-4.bg-btn4.invertcolor {
    height: 60px;
    display: flex;
  }

  .button-4.bg-btn4.invertcolor.mobile {
    display: flex;
  }

  .image-functions-large {
    margin-right: auto;
    display: none;
  }

  .functions-large, .functions-large.invert {
    flex-flow: column-reverse;
  }

  .functions-large.invert.invertcolor.round {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    position: static;
  }

  .functions-large.invert.invertcolor.round.usd {
    width: 90%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .functions-large.visa {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .functions-large.usd {
    padding-left: 2em;
  }

  .button-wrapper {
    display: none;
  }

  .button-wrapper.hide-on-desk {
    display: flex;
  }

  .gradient-hero.bg-background {
    height: 270em;
  }

  .gradient-hero.bg-background.otraversion {
    height: 280em;
  }

  .gradient-hero.bg-background.bg-3 {
    height: 200em;
  }

  .features-bg {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-101 {
    font-size: 1.6rem;
    line-height: 1rem;
  }

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

  .heading-69 {
    max-width: 90%;
  }

  .container-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-menu-block.au-pair {
    width: 100%;
  }

  .container-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-102 {
    max-width: 60%;
  }

  .image-38 {
    width: 25px;
    height: 25px;
    margin-left: auto;
    display: block;
    position: absolute;
    left: 15px;
    right: auto;
  }

  .container-52 {
    justify-content: center;
    align-items: center;
    width: 75%;
    max-width: none;
    margin-top: 15px;
    display: flex;
    position: relative;
  }

  .container-53 {
    height: 60px;
  }

  .image-39 {
    top: auto;
  }

  .image-39.first {
    top: auto;
    left: auto;
    right: 15px;
  }

  .app-focus.aupair.beneficios.focus2 {
    height: 1600px;
  }

  .app-focus---content {
    max-width: 18em;
  }

  .image-41 {
    height: 100%;
  }

  .image-44 {
    bottom: -100px;
    right: -100px;
  }

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

  .formcalificativo {
    margin-bottom: 0;
  }

  .image-47 {
    width: 25px;
    height: 25px;
    margin-left: auto;
    display: block;
    position: absolute;
    left: 15px;
    right: auto;
  }

  .form-4 {
    display: none;
  }

  .form-4.formcalificativo {
    display: flex;
  }

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

  .div-block-20 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: center;
    width: 225px;
    margin-top: 35px;
    display: flex;
    position: relative;
  }

  .div-block-20.general {
    width: 300px;
  }

  .div-block-20._250px {
    width: 250px;
  }

  .div-block-20.exp1 {
    display: none;
  }

  .div-block-20.landing-simple {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20.landing-simple.medio {
    color: #25d366;
    width: 350px;
    height: 75px;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .image-48 {
    width: 25px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }

  .image-48.right {
    left: auto;
    right: 10px;
  }

  .image-48.right.another-version {
    filter: invert(50%) sepia() saturate(500%) hue-rotate(90deg);
    width: 35px;
    height: 35px;
    right: 40px;
  }

  .div-block-21 {
    width: 300px;
    margin-top: 25px;
    display: block;
    position: relative;
  }

  .div-block-21.padres {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-21.padres.exp1 {
    display: none;
  }

  .image-49 {
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }

  .image-49.right {
    left: auto;
    right: 10px;
  }

  .contenedor---agradecimiento {
    width: 90%;
  }

  .text-block-32 {
    text-align: center;
    width: 90%;
    line-height: 2rem;
  }

  .item.testimonios {
    background-position: 50% 40%;
  }

  .heading-72 {
    font-size: 1.5rem;
  }

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

  .bold-text-107 {
    text-align: center;
  }

  .image-50 {
    display: none;
  }

  .image-50.show-on-mobile, .image-50.calificacion {
    display: block;
  }

  .image-51 {
    display: none;
  }

  .image-51.show-on-mobile, .image-51.calificacion {
    display: block;
  }

  .image-51.calificacion.wap.another-version {
    filter: invert(50%) sepia() saturate(500%) hue-rotate(90deg);
    width: 30px;
    height: 20px;
    right: 100px;
  }

  .paragraph-76.visa {
    text-align: left;
  }

  .bold-text-109 {
    line-height: 3rem;
  }

  .flex-block-4.form-contacto {
    margin-top: 0;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .heading-77 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .right-arrow-2 {
    height: 50px;
  }

  .text-span-29 {
    font-size: 1.6rem;
  }

  .bold-text-112 {
    font-size: 2.8rem;
  }

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

  .heading-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.3rem;
    display: none;
  }

  .checkbox-label-2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .checkbox-label-2.gold {
    font-size: 1.4rem;
  }

  .checkbox-label-3, .checkbox-label-4 {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }

  .checkbox-label-4.gold {
    font-size: 1.4rem;
  }

  .container-57 {
    min-height: 0;
  }

  .form-block-3 {
    display: none;
  }

  .form-block-3.exp1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-block-4 {
    display: none;
  }

  .container-facultades {
    flex-flow: column;
  }

  .container-facultades.simple {
    max-width: 90%;
  }

  .logo-facultad {
    width: 100%;
  }

  .contenedor-formulario {
    min-width: 0;
  }

  .pregunta {
    display: block;
  }

  .section-10 {
    background-position: 300% 250%;
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-10.rese-as {
    min-height: 400px;
  }

  .rese-a-simple {
    flex-flow: column;
    min-height: 200px;
  }

  .heading-82 {
    font-size: 1.3rem;
  }

  .sitelink-h1 {
    text-align: center;
  }

  .flex-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 500px;
  }

  .image-61 {
    width: 60%;
  }

  .heading-84 {
    text-align: center;
    margin-top: 10px;
  }

  .bloque-rosa.font-size-2rem {
    text-align: left;
    font-size: 1.8rem;
  }

  .seccion-comparador, .seccion-comparador.sitelink-v2.reducir {
    min-height: 800px;
  }

  .seccion-comparador.sitelink-v2.reducir.convalidacion {
    min-height: 0;
  }

  .costo-pais.pricing-card.twenty-radius._500-mh {
    box-shadow: 0 2px 5px #0003;
  }

  .column.hide-on-mobile {
    display: none;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 75%;
    height: auto;
    min-height: 550px;
    display: flex;
  }

  .columns.columnas-paises {
    width: 80%;
  }

  .slider-comparador.hide-on-desktop {
    display: block;
  }

  .slider-comparador.hide-on-mobile {
    display: none;
  }

  .slide-nav-4 {
    margin-right: 0;
  }

  .pais {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-85 {
    text-align: center;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-85.no-margin {
    width: 100%;
    margin-top: 0;
  }

  .slider-4 {
    display: none;
  }

  .container-58.slider-doc {
    max-width: 600px;
  }

  .section-13 {
    height: 100%;
  }

  .flex-block-10 {
    flex-flow: column;
    width: 95%;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-right: 15px;
  }

  .grid-beneficios {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .heading-86.reducir {
    line-height: 2rem;
  }

  .seccion-novedad-unlp {
    height: auto;
    min-height: 250px;
  }

  .flex-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }

  .all-btn.padding-bg-btn.bg-white.hide-on-desktop {
    width: auto;
  }

  .all-btn.padding-bg-btn.bg-white.nacho-academy-button {
    align-items: center;
    font-size: 1rem;
    line-height: 1rem;
  }

  .main-block.menu-block {
    justify-content: space-between;
  }

  .all-btn-block.academy-all-btn {
    display: flex;
  }

  .section-dashboard {
    border-radius: 10px;
  }

  .amazing-features-right-image-two-block.our-process-right-image {
    right: 0;
  }

  .heading-two.padding-bottom-ten.nacho-academy-h2 {
    padding-bottom: 0;
    font-size: 2rem;
    display: block;
  }

  .section-title-block.text-center {
    width: 100%;
  }

  .solutions-card-icons-col {
    max-width: 14%;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card.encuentros-gratis.padres {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .solutions-card.card-shadow.strategy-flex.blogconvalidacion {
    width: 90%;
  }

  .solutions-card.card-shadow.strategy-flex.testimonios {
    flex-flow: column-reverse;
  }

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

  .service-image-block-second {
    width: 40%;
    right: 0%;
  }

  .faq-image-block-second {
    width: 32%;
  }

  .faq-image-block-third {
    width: 45%;
  }

  .faq-item-content-text.text-color-white {
    padding-bottom: 0;
  }

  .footer-bottom-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .footer-col {
    padding-bottom: 20px;
  }

  .footer-right-col {
    max-width: 100%;
  }

  .text-color-white.margin-bottom-thirty.landing-simple {
    color: var(--blanco);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo {
    text-align: left;
    margin-bottom: 20px;
    line-height: 4rem;
  }

  .text-color-white.simple {
    font-size: 1.2rem;
  }

  .content-scroll-wrap {
    max-width: 100%;
  }

  .border-wrapper {
    display: none;
  }

  .img-wrap {
    max-width: 100%;
  }

  .working-progress-card.nacho-academy-card {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 86px;
    margin-top: -10px;
  }

  .span-bg-yellow.novedades.title {
    font-size: 2rem;
  }

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

  .working-progress-grid.nacho-academy {
    grid-column-gap: 5px;
    grid-row-gap: 25px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 45% 45%;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .home-two-hero-image-three-block {
    display: none;
  }

  .working-progress-second-image {
    max-width: 55%;
  }

  .working-progress-second-image.image-height-auto.cover-image {
    flex: 1;
  }

  .home-two-hero-image-four-block {
    display: none;
  }

  .working-title-span-three {
    font-size: 1.6rem;
  }

  .card-one {
    padding-left: 30px;
    padding-right: 30px;
  }

  .core-features-number.core-features-one {
    right: -2.8%;
  }

  .core-features-number.core-features-two {
    left: -2.8%;
  }

  .padding-bottom-twenty.text-color-white.landing-simple {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }

  .strategy-caption-col.blogconvalidacion {
    flex-flow: column;
  }

  .strategy-caption-col.padres {
    margin-top: 25px;
  }

  .strategy-image-col.padres {
    max-width: 100%;
    display: block;
  }

  .home-three-hero-caption-col.padres.calificacion {
    justify-content: center;
    align-items: flex-start;
  }

  .task-caption-col.overflow-hidden.simple {
    max-width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .home-three-amazing-flex.blogconvalidacion {
    min-width: 90%;
  }

  .task-card.custom.margin-bottom-fourty.padres {
    margin-top: 125px;
    margin-bottom: 100px;
  }

  .task-card.simple {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-four-create-section-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-four-amazing-card-image-inner {
    min-height: auto;
  }

  .testimonials-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-card {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .rich-caption-image-two {
    width: 35%;
  }

  .home-five-team-main-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-two-section {
    padding-bottom: 300px;
  }

  .about-us-two-section.why-choose-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-two-image-section {
    margin-top: -250px;
  }

  .rrevenue-image-absolute-first {
    right: 0;
  }

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

  .heading-five.padding-bottom-twenty-two.max-width-three-hundred.blogconvalidacion {
    padding-bottom: 5px;
  }

  .solutions-card-icons-col-2 {
    max-width: 14%;
  }

  .working-progress-third-image {
    width: 45%;
    top: 0%;
    right: 0%;
  }

  .working-progress-fourth-image {
    width: 45%;
    right: 0%;
  }

  .working-progress-fourth-image.image-height-auto.cover-image {
    width: 45%;
  }

  .ribbon-pricing.gold {
    top: 70%;
    right: -2%;
  }

  .why-choose-amazing-flex-three {
    width: 45%;
  }

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

  .why-choose-services-image-two {
    width: 45%;
  }

  .why-choose-services-image-two.image-height-auto.cover-image.agrandar {
    width: 75%;
  }

  .why-choose-grid {
    margin-top: -30px;
  }

  .why-choose-amazing-flex-two {
    width: 45%;
  }

  .why-choose-bottom-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

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

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

  .blog-news-card.twenty-radius.image-shadow.margin-bottom-thirty.blog-two-news-card {
    flex-direction: column;
  }

  .pricing-plan-three {
    width: 45%;
  }

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

  .landing-home-page-grid {
    grid-template-rows: auto auto;
  }

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

  .career-job-card {
    grid-template-columns: 1fr;
  }

  .career-absolute-image-two {
    width: 55%;
  }

  .career-tabs-menu {
    justify-content: flex-start;
  }

  .career-job-card-location-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .career-absolute-image-one {
    width: 45%;
  }

  .faq-image-help-center-second {
    width: 35%;
  }

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

  .faq-image-help-center-third {
    width: 40%;
  }

  .knowledge-base-details-card {
    padding: 25px;
  }

  .knowledge-base-details-card-inner {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sign-up-btn-flex {
    flex-direction: column;
  }

  .error-page-block.bloqueo-page {
    max-width: 345px;
  }

  .details-absolute-image {
    width: 50%;
  }

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

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

  .sphere-wrap {
    width: 19.2em;
    right: 31%;
  }

  .home-two-working-process {
    background-image: url('../images/Orange-Glow.svg');
    background-position: 80% 60%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .features-working-fifth-image, .why-choose-image-gallery-second-image {
    display: none;
  }

  .style-guide-color-pallette-color-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-color-pallette-primary-color.width {
    max-width: 100%;
  }

  .style-guide-heading-style-grid-text-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-text-two {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .documentation-block-main {
    display: block;
  }

  .heading-six.nacho-academy-h6 {
    font-size: .8rem;
    line-height: 1rem;
  }

  .pricing-plan-table {
    grid-column-gap: 20px;
  }

  .acoo-two-heading-title.text-color-white {
    min-height: 0;
    margin-top: 0;
  }

  .faq-question-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .megamenu-main-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .megamenu-content-one {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .google-reviews-slider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .google-review-slide {
    max-width: 99%;
  }

  .google-review-pink-box {
    min-height: 50vh;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .review-slider-left {
    left: 0;
  }

  .review-slider-right {
    right: 0;
  }

  .contenedor-pop-up {
    width: 80%;
    height: 400px;
  }

  .nacho-academy-h1 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 2.5rem;
    display: block;
  }

  .nacho-academy-subtext {
    margin-top: 5px;
  }

  .image-16, .image-18, .image-19 {
    max-height: 130px;
  }

  .container-45 {
    max-width: 90%;
  }

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

  .container-46 {
    justify-content: center;
    align-items: center;
  }

  .heading-39.titulo-bloqueo {
    line-height: 4rem;
  }

  .div-block-10.div-contratos {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .code-embed-2 {
    width: 90%;
    height: 700px;
  }

  .form-block {
    width: 90%;
  }

  .section-4.s4-ejemplo {
    justify-content: center;
    align-items: center;
  }

  .contenedor-presentacion.cpren-ejemplo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: 1100px;
    margin-top: 80px;
    padding-top: 40px;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2 {
    height: 100%;
    min-height: 900px;
    margin-top: 55px;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2.agradecimiento {
    padding-top: 25px;
  }

  .contenedor-presentacion.landing-simple {
    background-position: 5% 95%, 15% 10%, 130% -25%, 55% 95%;
    height: auto;
    min-height: 700px;
    margin-top: 60px;
    padding-top: 0;
  }

  .heading-45 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-45.h45-ejemplo {
    text-align: center;
    width: 100%;
  }

  .contenedor.c-ejemplo {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contenedor.c-ejemplo.agradecimiento {
    min-height: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-46 {
    margin-top: 20px;
    font-size: 2.2rem;
  }

  .heading-46.h46-ejemplo {
    text-align: center;
  }

  .heading-46.h46-ejemplo.agradecimiento {
    flex-flow: column;
    display: inline-flex;
  }

  .button-2.wap.inferior, .button-2.wap.inferior.w--current {
    margin-top: 0;
    display: flex;
  }

  .button-2.wap.inferior.aupair {
    margin-top: 0;
  }

  .button-2.wap.inferior.aupair.w--current {
    width: 100%;
  }

  .button-2.wap.hide-on-desktop {
    background-color: #85c727;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .button-2.hide-on-mobile {
    display: none;
  }

  .image-27 {
    width: 90%;
    height: 300px;
  }

  .fondo-datos {
    height: 500px;
  }

  .contenedor-datos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
    margin-top: 200px;
  }

  .contenedor-datos.padres.simple {
    grid-auto-flow: row;
    display: flex;
  }

  .contenedor-main {
    padding-top: 50px;
  }

  .contenedor-principal.cprin-ejemplo {
    min-height: 500px;
  }

  .contenedor-principal.padres {
    min-height: 700px;
  }

  .contenedor-principal.padres.simple.sitelink, .contenedor-principal.padres.simple.sitelink-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contenedor-principal.padres.simple.sitelink-4._900px {
    min-height: 0;
  }

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

  .heading-51.bg-white {
    width: 90%;
    display: none;
  }

  .heading-51.bg-white.hide-on-desktop {
    display: block;
  }

  .heading-52 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .heading-52.bg-white {
    width: 90%;
  }

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

  .main-datos.bg-maindatos {
    margin-left: 0;
  }

  .heading-55.bg-white {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-56 {
    text-align: center;
    width: 90%;
    font-size: 2rem;
  }

  .contenedor-testimonios {
    box-sizing: border-box;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    overflow: visible;
  }

  .testimonio {
    min-height: 350px;
  }

  .contenedor-form.aupair {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-60 {
    line-height: 2.5rem;
  }

  .heading-61 {
    text-align: center;
    font-size: 1.2rem;
    display: none;
  }

  .heading-61.mobile {
    color: var(--dim-grey);
    display: block;
  }

  .heading-61.aupair, .form-3 {
    display: none;
  }

  .input-form.input-formcalificativo.margin-bottom-twenty {
    margin-top: 20px;
  }

  .heading-62 {
    width: 90%;
    line-height: 1.2rem;
  }

  .italic-text-4 {
    width: 90%;
  }

  .contenedor-servicios.aupair {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .bg-container.bg-invert {
    flex-flow: column-reverse;
  }

  .image-31 {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-center.bg-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-right: 15px;
  }

  .bg-center.bg-2.agradecimiento {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .block-functions-large {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-functions-large.aupair2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .block-functions-large.visa {
    justify-content: center;
    align-items: center;
  }

  .button-4.bg-btn4.invertcolor {
    width: 300px;
  }

  .paragraph-73 {
    text-align: left;
  }

  .paragraph-73.gray {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-73.second, .paragraph-73.second.visa {
    text-align: center;
  }

  .heading-66.blue.bg-h66 {
    text-align: left;
    font-size: 2.7rem;
  }

  .heading-66.blue.bg-h66.invertcolor {
    text-align: left;
  }

  .image-functions-large {
    width: 100%;
    margin: 0 auto 3em;
    padding-left: 0;
  }

  .functions-large {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding: 3em;
  }

  .functions-large.invert {
    background-color: #0000;
    padding-left: 3.5em;
  }

  .button-wrapper {
    justify-content: center;
    width: 80%;
  }

  .gradient-hero.bg-background {
    height: 320em;
  }

  .gradient-hero.bg-background.otraversion {
    background-image: linear-gradient(#6424c9 68%, #a8c73c 71% 78%, #a7d54b 99%, #6424c9 99%, #d00e65 99%);
    background-position: 0 0;
    height: 330em;
  }

  .btn-contacto1.btn-v2 {
    width: 100%;
  }

  .features-bg {
    padding: 2.7em;
  }

  .bg-section4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-49 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    width: 60%;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .heading-68 {
    margin-top: 5px;
  }

  .text-block-24.visa {
    margin-left: auto;
  }

  .contenedor-requisitos {
    background-color: #0000;
  }

  .functions {
    text-align: center;
    align-items: center;
    padding: 3.5em;
  }

  .paragraph-74.left, .lista-indentada {
    text-align: left;
  }

  .text-block-27 {
    text-align: left;
    width: 100%;
  }

  .image-38 {
    width: 30px;
    height: 30px;
    margin-left: -40px;
    display: block;
    left: 50px;
  }

  .container-52 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .container-53 {
    width: 275px;
  }

  .image-39 {
    top: 15px;
    right: 15px;
  }

  .image-39.first {
    top: auto;
    left: auto;
  }

  .image-40.lefttop {
    filter: none;
    display: block;
    top: 0;
    left: 0;
  }

  .image-40.garab1 {
    z-index: 1;
  }

  .div-block-15.degradeedq {
    background-position: 50% 100%;
  }

  .image-43 {
    height: 60%;
    position: relative;
    left: -120px;
  }

  .image-44 {
    bottom: -200px;
  }

  .text-block-29, .div-block-17 {
    display: none;
  }

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

  .image-47 {
    width: 30px;
    height: 30px;
    margin-left: -40px;
    display: block;
    left: 50px;
  }

  .form-4 {
    display: none;
  }

  .div-block-20.landing-simple {
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-49 {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
  }

  .contenedor---agradecimiento {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-32 {
    width: 100%;
  }

  .contenedor---items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .item.testimonios {
    background-position: 50% 60%;
  }

  .heading-72 {
    font-size: 1.3rem;
  }

  .img-padres {
    display: block;
  }

  .paragraph-76.visa {
    display: none;
  }

  .text-block-34 {
    text-align: left;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .flex-block-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

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

  .heading-77 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .text-span-28 {
    line-height: 2.5rem;
  }

  .bold-text-111 {
    text-align: center;
  }

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

  .heading-78 {
    width: 100%;
  }

  .checkbox-label-2.gold, .checkbox-label-3, .checkbox-label-4, .checkbox-label-4.gold {
    font-size: 1.4rem;
  }

  .div-block-28 {
    height: 100px;
  }

  .container-facultades {
    width: 90%;
  }

  .logo-facultad {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-facultad.unlp {
    width: 100%;
    height: 135px;
  }

  .contenedor-formulario {
    padding: 40px;
  }

  .pregunta {
    display: none;
  }

  .section-10 {
    min-height: 250px;
  }

  .flex-block-7.simple {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-82 {
    font-size: 1.4rem;
  }

  .heading-84.font-size-1-6rem {
    line-height: 2rem;
  }

  .seccion-comparador {
    min-height: 800px;
  }

  .seccion-comparador.sitelink-v2 {
    justify-content: flex-start;
    align-items: center;
  }

  .costo-pais.pricing-card.twenty-radius._500-mh {
    min-height: 350px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    padding: 0;
  }

  .pais {
    padding-left: 0;
    padding-right: 0;
  }

  .pais.hide-on-desktop {
    padding: 10px;
  }

  .container-58.slider-doc {
    width: 90%;
  }

  .seccion-novedad-unlp {
    background-position: 100% 100%;
    background-size: 250px;
  }

  .flex-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: stretch;
  }

  .texto-novedad {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .menu-item {
    color: var(--nero-black);
  }

  .all-btn.padding-bg-btn.bg-white.hide-on-desktop {
    pointer-events: auto;
    width: auto;
    display: none;
  }

  .all-btn.padding-bg-btn.bg-white.hide-on-desktop.margin-top-20 {
    margin-top: 20px;
  }

  .container-block {
    justify-content: center;
    align-items: stretch;
  }

  .container-block.novedades {
    justify-content: center;
    align-items: center;
  }

  .container-block.padres {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .menu-bar-trigger {
    filter: invert();
  }

  .main-block.menu-block {
    justify-content: space-between;
  }

  .menu-item-link.text-color-white.mobile-violet {
    color: var(--blue-violet);
  }

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

  .hero-flex.flex-left, .hero-flex.flex-left.btn-flex-left {
    align-items: flex-start;
  }

  .hero-flex.flex-left.padres {
    width: 200px;
    display: none;
  }

  .hero-flex.flex-right {
    align-items: flex-start;
  }

  .mobile-dashboard {
    display: none;
  }

  .desktop-dashboard {
    border-radius: 5px;
  }

  .section-dashboard {
    border-radius: 5px;
    display: none;
    bottom: 50%;
    left: 0%;
    right: auto;
  }

  .amazing-features-right-image-two-block {
    max-width: 150px;
  }

  .amazing-features-right-image-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-two.text-purple-color {
    width: 100%;
    font-size: 2.7rem;
    position: static;
  }

  .heading-two.text-color-white.bold-text.titulo {
    font-size: 2.8rem;
  }

  .heading-two.padding-bottom-ten.nacho-academy-h2 {
    margin-right: 0;
    font-size: 1.5rem;
  }

  .heading-two.padding-bottom-ten.nacho-academy-h2.academy-text-horas {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    line-height: 1.4rem;
    display: flex;
  }

  .tag.text-color-white {
    font-size: 1.2rem;
  }

  .tag.subtitulo {
    color: var(--crimson);
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-four.subtitulo {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .solutions-card-caption-col {
    max-width: 100%;
  }

  .section-title-block.text-center, .section-title-block.text-center.max-width-nine-hundred.novedades {
    width: 100%;
  }

  .section-title-block.text-center.padres {
    width: 85%;
    margin-top: 35px;
  }

  .solutions-card-flex {
    flex-direction: column;
  }

  .solutions-card-flex.flex-left {
    align-items: flex-start;
  }

  .solutions-card-icons-col {
    max-width: 30%;
  }

  .solutions-card-icons-col.au-pair {
    max-width: 20%;
  }

  .solutions-card, .solutions-card.card-shadow.strategy-flex {
    flex-direction: column;
  }

  .solutions-card.card-shadow.strategy-flex.strategy-new-card {
    margin-top: 40px;
  }

  .solutions-card.card-shadow.strategy-flex.blogconvalidacion {
    width: 100%;
  }

  .solutions-card.padres {
    min-width: 0%;
  }

  .real-apps-card-second-image-block {
    width: 80%;
  }

  .faq-flex {
    flex-direction: column-reverse;
  }

  .faq-item-content-text.text-color-white {
    padding-top: 10px;
  }

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

  .footer-grid.margin-top-twenty {
    grid-template-columns: 1.25fr;
  }

  .text-color-white {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .text-color-white.margin-bottom-thirty {
    font-size: 2.4rem;
  }

  .text-color-white.margin-bottom-thirty.landing-simple {
    color: var(--blanco);
    text-align: left;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.3rem;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo {
    overflow-wrap: anywhere;
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo.convalidacion {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.titulo.no-margin {
    margin-bottom: 0;
  }

  .text-color-white.margin-bottom-thirty.landing-simple.subtitulo {
    color: var(--crimson);
    width: 100%;
    margin-top: 20px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .text-color-white.heading-four.text-center.agrandar {
    font-size: 2.4rem;
  }

  .text-color-white.simple.font-size-2rem.unlp {
    font-size: 2rem;
  }

  .text-color-white.footer-text {
    font-size: 2.2rem;
  }

  .text-color-white.margin-bottom-twenty, .text-color-white.margin-bottom {
    margin-bottom: 20px;
  }

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

  .overflow-hidden.padres.sitelink, .overflow-hidden.padres.sitelink.v2.residencia {
    width: 100%;
  }

  .padding-bottom-twenty-two.text-color-white {
    margin-left: auto;
    margin-right: auto;
  }

  .content-scroll-wrap {
    max-height: 590px;
  }

  .old-btn-text {
    font-size: 1rem;
  }

  .working-progress-card.nacho-academy-card {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 4px 4px 25px 4px #0000003b;
  }

  .span-bg-yellow {
    margin-bottom: 10px;
  }

  .stunning-caption-title-col.hide-on-mobile {
    display: none;
  }

  .stunning-caption-title-col.hide-on-desktop {
    margin-bottom: 0;
    display: block;
  }

  .stunning-second-card.services-two-flex-black {
    flex-direction: column;
  }

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

  .amazing-image-block.pricing-plan-col.unlp {
    margin-top: 20px;
  }

  .stunning-caption-icon-col.hide-on-mobile, .stunning-caption-icon-col.hide {
    display: none;
  }

  .stunning-first-card.services-two-flex-purple {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .stunning-first-card.services-two-flex-purple.simple {
    padding: 20px;
  }

  .stunning-first-card.services-two-flex-purple.height {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .stunning-caption-flex, .working-progress-message-flex {
    flex-direction: column;
  }

  .card-one.card-two {
    padding-right: 0;
  }

  .core-features-number.core-features-one {
    right: -4%;
  }

  .core-features-number.core-features-two {
    left: -4%;
  }

  .padding-bottom-twenty {
    text-align: center;
  }

  .padding-bottom-twenty.weight-six-hundred.text-color-white {
    text-align: left;
    font-weight: 600;
  }

  .padding-bottom-twenty.text-color-white {
    text-align: left;
    font-size: 1.2rem;
  }

  .padding-bottom-twenty.text-color-white.landing-simple {
    color: var(--blanco);
    text-align: left;
    width: 90%;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .padding-bottom-twenty.padres {
    font-size: 2rem;
  }

  .core-features-image-two {
    width: 50%;
  }

  .shape-image {
    width: 40%;
    top: -20px;
    right: -20px;
  }

  .section.contact-one-hero-section.padres {
    padding-top: 35px;
  }

  .rich-analytics-image-two {
    width: 50%;
  }

  .form-flex {
    flex-direction: column;
  }

  .margin-top-thirteen.padding-bottom-ten, .margin-top-thirteen.padding-bottom-ten.text-color-white {
    text-align: center;
  }

  .margin-top-thirteen.padding-bottom-ten.text-color-white.testimonioshome {
    font-size: 2.5rem;
  }

  .margin-top-thirteen.padding-bottom-ten.align-center.servicios {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .margin-top-thirteen.padding-bottom-ten.title-centered.servicios {
    flex-flow: column;
  }

  .margin-top-thirteen.padding-bottom-ten.centrado.aupair {
    font-size: 2.5rem;
  }

  .margin-top-thirteen.padding-bottom-twenty-two.text-align-center {
    flex-flow: column;
    align-content: center;
    width: 90%;
    font-size: 3rem;
    line-height: 3rem;
  }

  .margin-top-thirteen.padding-bottom-twenty-two.text-align-center.left {
    text-align: center;
  }

  .margin-top-thirteen.padding-bottom-twenty-two.text-align-center.convalidacion {
    font-size: 2.4rem;
  }

  .strategy-caption-col.blogconvalidacion {
    flex-flow: wrap;
  }

  .services-absolute-image-two.sitelink-imagen-2 {
    display: none;
  }

  .faq-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .amazon-flex {
    flex-direction: column;
  }

  .home-three-hero-caption-col.padres {
    padding-top: 0;
  }

  .home-three-hero-caption-col.padres.calificacion {
    margin-top: -25px;
    padding-top: 0;
  }

  .task-caption-col.overflow-hidden {
    padding-right: 0;
  }

  .amazon-features-right-image-two-block {
    width: 100%;
  }

  .services-absolute-image-one.sitelink-imagen-1 {
    display: none;
  }

  .home-three-hero {
    background-position: 100% 100%, 100% 40%, 0%, -3% 6%, 50% 0;
  }

  .home-three-amazing-flex.blogconvalidacion {
    align-items: flex-start;
  }

  .task-card {
    padding-left: 45px;
    padding-right: 45px;
  }

  .task-card.custom-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .task-card.custom.margin-bottom-fourty {
    margin-top: -150px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
  }

  .task-card.custom.margin-bottom-fourty.padres {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .task-card.custom.margin-bottom-fourty.padres.estudiar-universidad {
    padding-bottom: 35px;
  }

  .task-card.custom.margin-bottom-fourty.landing-simple {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
  }

  .task-card.custom-margin-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .task-card.simple {
    min-height: 70px;
    max-height: none;
  }

  .task-card.simple.height-200px {
    height: 220px;
    max-height: 400px;
  }

  .services-main {
    flex-direction: column-reverse;
  }

  .padding-bottom-seven.text-color-white {
    margin-bottom: 0;
  }

  .services-main-two.sitelink-padding-60.hide-on-mobile {
    display: none;
  }

  .home-three-hero-flex.padres.calificacion {
    flex-flow: column-reverse;
    width: 100%;
  }

  .home-three-hero-flex.padres.landing-simple {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-hero-flex.padres.landing-simple.convalidacion {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .home-four-amazing-card-image-col {
    min-height: 350px;
  }

  .explore-flex {
    padding-left: 5px;
    padding-right: 5px;
  }

  .explore-image-two {
    width: 45%;
  }

  .explore-image-two.image-height-auto.cover-image {
    left: 0;
    right: auto;
  }

  .home-four-amazing-image-one {
    width: 60%;
  }

  .home-four-amazing-card-image-inner {
    min-height: 300px;
  }

  .home-four-amazing-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-four-amazing-image-three {
    width: 50%;
    right: 0;
  }

  .home-four-amazing-image-two {
    width: 70%;
  }

  .explore-image-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-height-auto {
    object-fit: contain;
    height: auto;
  }

  .rrevenue-image-absolute-second {
    width: 55%;
  }

  .revenue-main-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .revenue-flex-col {
    max-width: 100%;
  }

  .rrevenue-image-absolute-first.about-us-two-revenue-abosolute-first {
    width: 35%;
  }

  .services-one-hero-main, .services-one-hero-main.features-hero-main {
    padding-left: 5px;
    padding-right: 5px;
  }

  .services-hero-image-absolute {
    width: 45%;
  }

  .performance-image {
    width: 55%;
  }

  .customer-review-block {
    flex-direction: column;
  }

  .services-amazing-grid.padding-bottom-thirty {
    flex-direction: column;
    display: flex;
  }

  .services-amazing-main-block.pink-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-amazing-main-block.pink-bg.caja-academy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-amazing-main-block.image-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-five.padding-bottom-ten.text-color-white {
    font-size: 2rem;
  }

  .heading-five.padding-bottom-ten.text-color-white.sitelink-h5 {
    text-align: center;
  }

  .heading-five.padding-bottom-fifteen {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-five.padding-bottom-twenty-two.max-width-three-hundred.text-color-white {
    font-size: 2rem;
  }

  .heading-five.padding-bottom-twenty-two.max-width-three-hundred.blogconvalidacion {
    width: 100%;
  }

  .solutions-card-caption-col-2 {
    object-fit: cover;
    max-width: 100%;
  }

  .ribbon-pricing.gold {
    top: 71%;
  }

  .ribbon-pricing.grupo-novedades {
    top: 56%;
    right: -1%;
  }

  .ribbon-pricing.encuentros-online {
    top: 39%;
  }

  .ribbon-pricing.reuniones-temas {
    top: 14.5%;
  }

  .why-choose-amazing-flex-three {
    bottom: 9%;
  }

  .why-choose-services-image-two.image-height-auto.cover-image {
    width: 80%;
  }

  .why-choose-services-image-two.image-height-auto.cover-image.agrandar {
    width: 100%;
  }

  .pricing-flex.font-size-1-5rem {
    font-size: 1.2rem;
  }

  .why-choose-amazing-flex-two {
    top: 7%;
  }

  .text-color-dark-black-two {
    font-size: 1rem;
  }

  .contact-one-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-news-card-caption-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-tag-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-plan-three.image-height-auto.cover-image {
    width: 65%;
    top: -20%;
  }

  .request-a-demo-absolute-image-two {
    width: 45%;
    top: 63%;
  }

  .request-a-demo-absolute-image-three {
    width: 45%;
  }

  .full-width-image.blog-image.costosvida {
    min-width: 220px;
    height: 80%;
  }

  .full-width-image.blog-image.cbcuba {
    height: 75%;
  }

  .career-job-card {
    background-position: 96% 3%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-job-card-location-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .faq-image-help-center-third.image-height-auto.cover-image.image-shadow.twenty-radius {
    width: 80%;
  }

  .knowledge-base-hero-banner-bottom-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .error-page-block.bloqueo-page {
    width: 100%;
    max-width: 345px;
  }

  .pricing-plan-flex.padding-bottom-twenty-two.nombre-pais {
    position: static;
  }

  .sphere-wrap {
    display: none;
  }

  .padding-bottom-fourty {
    text-align: center;
    font-size: 1rem;
  }

  .about-us-two-intelligence-section.custom {
    background-position: 100% 75%, 0 0, 25% 35%, 80% 25%, 80% 40%;
    background-size: 350px, 350px, auto, auto, auto;
  }

  .faq-image-help-center-fourth {
    display: none;
  }

  .pricing-plan-amazing-features-flex {
    display: block;
  }

  .home-three-hero-main-image {
    width: 100%;
  }

  .style-guide-color-pallette-title-wrapper.padding-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-body-text-font {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex-center {
    margin-top: 10%;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .heading-six, .heading-six.padding-bottom-ten {
    width: 100%;
  }

  .heading-six.nacho-academy-h6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-six.aupair {
    font-weight: 400;
  }

  .pricing-plan-table {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .acoo-two-heading-title {
    margin-bottom: 15px;
  }

  .acoo-two-heading-title.text-color-white {
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .faq-question-wrap {
    padding: 20px;
  }

  .pricing-acco-icon {
    object-fit: none;
    width: 20px;
    min-width: 20px;
    height: 30px;
    min-height: 30px;
  }

  .megamenu-main-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .megamenu-dropdown-link {
    padding-left: 0;
  }

  .testimonial-videos-wrapper {
    display: block;
  }

  .testimonial-quote {
    margin-bottom: 40px;
  }

  .image.reduce-width {
    width: 100%;
  }

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

  .form.hide-on-mobile {
    display: none;
  }

  .icon {
    width: 100%;
  }

  .icon.reducido {
    display: none;
  }

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

  .whatsapp-icon {
    object-fit: contain;
  }

  .blog-grid-3, .blog-grid-2, .blog-grid-2.center.margin-bottom-fourty, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .paises-menu {
    overflow: auto;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .comunidad-fotos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: none;
  }

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

  .google-reviews-slider {
    margin-left: 0;
  }

  .google-review-slide {
    max-width: 97%;
    margin-right: 0%;
  }

  .google-review-pink-box {
    min-height: 70vh;
    margin-right: 10px;
  }

  .review-slider-left {
    left: 0;
  }

  .review-slider-right {
    right: 0;
  }

  .image-6 {
    object-fit: contain;
    width: 20px;
    height: 30px;
  }

  .second-column.paquetes {
    min-width: 100%;
  }

  .grid.overflow-hidden {
    display: block;
  }

  .paragraph-3.grilla, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    overflow: auto;
  }

  .div-block-6 {
    flex: 0 auto;
    align-items: center;
    width: 100%;
    margin-bottom: 90px;
  }

  .div-block-7 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .contenedor-pop-up {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-popup-academy {
    display: none;
  }

  .nacho-academy-h1 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .nacho-academy-subtext {
    font-size: 1rem;
  }

  .text-block-16 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .contenedorimagenunlp {
    overflow: visible;
  }

  .container-45 {
    width: 100%;
    max-width: 85%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-23, .image-24 {
    height: 180px;
  }

  .tabletitle {
    font-size: 1.5rem;
  }

  .paragraph-59 {
    font-size: .8rem;
  }

  .heading-39.titulo-bloqueo {
    font-size: 3rem;
  }

  .image-26 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-26.edq-ejemplo {
    height: 50%;
  }

  .code-embed-2 {
    height: 500px;
    margin-top: 30px;
  }

  .heading-40 {
    width: 95%;
    margin-top: 0;
    font-size: 2rem;
  }

  .bold-text-94 {
    width: 95%;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-43 {
    width: 90%;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .heading-44, .bold-text-95 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .submit-button {
    width: 100%;
  }

  .section-4 {
    height: 70px;
  }

  .section-4.landing-simple {
    background-color: var(--blue-violet);
  }

  .contenedor-presentacion {
    height: auto;
    min-height: 700px;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2 {
    height: 100%;
    min-height: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contenedor-presentacion.cpren-ejemplo.aupairv2.agradecimiento {
    padding-top: 10px;
  }

  .contenedor-presentacion.padres {
    background-image: url('../images/Round-Border-White.svg'), url('../images/Star-Two.svg');
    background-position: 100% 0, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 150px, auto;
    margin-top: 70px;
  }

  .contenedor-presentacion.landing-simple {
    background-color: var(--blue-violet);
    background-image: url('../images/Star-Two.svg'), url('../images/Round-Border-White.svg');
    background-position: 5% 95%, 1200% 75%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 300px;
    background-attachment: scroll, scroll;
    min-height: 600px;
    padding-top: 40px;
  }

  .heading-45 {
    font-size: 2.5rem;
  }

  .heading-45.h45-ejemplo {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-45.h45-ejemplo.no-margin-top {
    margin-top: 0;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.c-ejemplo {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor.c2-ejemplo {
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    height: auto;
  }

  .heading-46 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .heading-46.h46-ejemplo {
    font-size: 1.6rem;
  }

  .heading-47 {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .heading-48 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .button-2.wap {
    margin-top: 30px;
  }

  .button-2.wap.inferior {
    background-color: #a7d54b;
    width: 100%;
  }

  .button-2.wap.inferior.w--current {
    background-color: #a7d54b;
    width: 100%;
    margin-top: 0;
  }

  .button-2.wap.inferior.aupair {
    background-color: #85c727;
    margin-top: 0;
  }

  .button-2.wap.inferior.aupair.w--current {
    margin-top: 0;
  }

  .button-2.wap.hide-on-desktop {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    font-size: 18px;
  }

  .button-2.wap.hide-on-desktop.au-pair {
    width: 100%;
  }

  .button-2.wap.hide-on-desktop.another-version {
    background-color: var(--blanco);
    color: #25d366;
    border: 3px solid #25d366;
    font-size: 24px;
  }

  .button-2.wap.hide-on-desktop.simple {
    padding-left: 30px;
    font-size: 22px;
  }

  .image-27 {
    height: 200px;
  }

  .fondo-datos {
    height: 700px;
    min-height: 0;
  }

  .fondo-datos.fd-ejemplo {
    flex-flow: row;
    height: auto;
    min-height: 800px;
  }

  .fondo-datos.padres {
    height: auto;
    min-height: 700px;
  }

  .fondo-datos.padres.landing-simple {
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contenedor-datos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .contenedor-datos.cd-ejemplo {
    margin-bottom: 0;
  }

  .contenedor-datos.padres {
    margin-bottom: auto;
  }

  .contenedor-datos.padres.simple {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28.img-ejemplo {
    width: 70px;
    height: 80px;
  }

  .heading-50 {
    width: 100%;
  }

  .contenedor-main {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .contenedor-main.padres {
    background-image: url('../images/Star-Two.svg'), url('../images/Star-Two.svg');
    background-position: 24% 95%, 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding: 0;
  }

  .contenedor-main.general {
    margin-top: 0;
  }

  .contenedor-principal {
    padding: 25px 10px;
  }

  .contenedor-principal.cprin-ejemplo {
    justify-content: center;
    align-items: center;
    min-height: 700px;
  }

  .contenedor-principal.padres {
    background-position: -30% 80%, 150% 30%;
    min-height: 550px;
    padding: 10px 10px 40px;
  }

  .contenedor-principal.padres.simple.sitelink {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

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

  .heading-51.bg-white {
    text-align: center;
    width: 90%;
  }

  .heading-52 {
    width: 90%;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .heading-52.bg-white {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
  }

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

  .main-datos {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .heading-55.bg-white {
    font-size: 22px;
  }

  .div-block-12.db12-ejemplo.bg-color {
    background-color: var(--blanco);
    background-image: none;
    background-size: auto;
  }

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

  .contenedor-testimonios {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 150px;
  }

  .testimonio {
    margin-bottom: 0;
  }

  .testimonio.testimonio-2 {
    display: none;
  }

  .contenedor-form {
    height: 400px;
  }

  .contenedor-form.aupair {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    min-height: 350px;
    margin-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-60 {
    width: 95%;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .heading-60.aupair {
    color: var(--nero-black);
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 3rem;
  }

  .heading-61 {
    width: 90%;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: block;
  }

  .heading-61.mobile {
    color: var(--nero-black);
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
  }

  .input-form.input-formcalificativo {
    font-size: 1.2rem;
  }

  .input-form.input-formcalificativo.margin-bottom-twenty {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .heading-62 {
    line-height: 1.2rem;
  }

  .section-5 {
    height: 100px;
  }

  .italic-text-4.frase {
    flex-flow: row;
    font-size: 1rem;
    display: inline;
  }

  .image-30 {
    height: 60%;
  }

  .contenedor-alianza {
    min-height: 750px;
  }

  .contenedor-alianza.otro {
    margin-top: -100px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contenedor-servicios.aupair {
    width: 100%;
    padding: 0;
  }

  .contenedor-servicios.aupair.incluye {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .descripcion {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .bg-section1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 650px;
    margin-top: 50px;
  }

  .bg-header {
    display: none;
  }

  .bg-heading1 {
    font-size: 1.8rem;
  }

  .heading-63 {
    width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .bg-center.bg-2 {
    flex-flow: column;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-32 {
    width: 100%;
    margin-top: 20px;
  }

  .text-block-20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-98 {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .text-button.white {
    text-align: center;
    font-size: 1.15em;
  }

  .bold-text-99.bg-bold99 {
    color: var(--nero-black);
  }

  .block-functions-large {
    padding-left: 0;
    padding-right: 0;
  }

  .button-4.bg-btn4.invertcolor {
    text-align: center;
    width: 100%;
  }

  .paragraph-73, .paragraph-73.second {
    color: var(--nero-black);
    text-align: left;
  }

  .heading-66 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5em;
  }

  .heading-66.blue.bg-h66 {
    color: var(--chill);
    text-align: left;
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  .heading-66.blue.bg-h66.invertcolor {
    color: var(--beglobal-osc);
    font-size: 2.6rem;
  }

  .image-functions-large {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-functions-large.imgincluye {
    width: 80%;
  }

  .functions-large {
    z-index: 1;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #ffffff1c;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 3em 15px;
    position: relative;
  }

  .functions-large.invert {
    flex-flow: column-reverse;
    padding-left: 2em;
  }

  .functions-large.invert.invertcolor {
    border-width: 0;
  }

  .functions-large.invert.invertcolor.round {
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .functions-large.invert.invertcolor.round.usd {
    padding-left: 0;
    padding-right: 0;
  }

  .functions-large.visa.usd {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-wrapper {
    justify-content: center;
    width: 100%;
  }

  .button-wrapper.hide-on-desk {
    text-align: center;
  }

  .gradient-hero.bg-background {
    height: 80em;
  }

  .gradient-hero.bg-background.otraversion {
    height: 370em;
  }

  .gradient-hero.bg-background.bg-3 {
    height: 100em;
    margin-top: 200em;
  }

  .flex-block {
    width: 100%;
  }

  .features-bg {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
    background-color: #fff0;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features {
    align-items: center;
  }

  .icon-features-bg {
    justify-content: center;
  }

  .icon-features-bg.bg-gap {
    height: auto;
  }

  .heading-features.bg-title {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  .paragraph-features.bigger.bg-subtitle {
    display: none;
  }

  .paragraph-features.bigger.bg-subtitle.hide-on-desktop {
    text-align: center;
    display: block;
  }

  .container-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-36 {
    width: 75%;
  }

  .flex-block-2 {
    width: 100%;
  }

  .image-37 {
    height: 200px;
  }

  .functions {
    width: auto;
    padding: 3em 2em;
  }

  .heading-functions {
    font-size: 2.8em;
  }

  .lista-indentada {
    text-align: left;
  }

  .heading-69 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .button-menu-block.au-pair {
    width: 100%;
  }

  .bold-text-102 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .text-block-27 {
    text-align: left;
  }

  .image-38 {
    margin-top: 0;
    display: block;
    top: auto;
    left: 50px;
  }

  .container-52 {
    margin-top: 0;
  }

  .image-39 {
    display: block;
    top: auto;
  }

  .image-39.first {
    display: block;
    left: auto;
  }

  .app-focus---wrapper.incluye {
    margin-top: 0;
    margin-bottom: 0;
  }

  .app-focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-focus.aupair {
    height: auto;
  }

  .app-focus.aupair.incluye {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-focus.aupair.incluye.visa {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .app-focus.aupair.beneficios {
    height: auto;
  }

  .app-focus.aupair.beneficios.focus2 {
    height: 100%;
  }

  .app-focus.aupair.beneficios.focus2.usd {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .app-focus.aupair.focus1 {
    background-image: url('../images/Sin-título-1279-x-900-px.png');
    background-position: 100% 0;
    background-size: cover;
    height: 100%;
    min-height: 1000px;
  }

  .app-focus.aupair.requisitos {
    height: 100%;
    min-height: 1600px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .image-app---focus-1 {
    z-index: 30;
    border-radius: 1.2em;
  }

  .image-app---focus-3 {
    z-index: 10;
    border-radius: 1.2em;
    transform: rotateX(0)rotateY(-9deg)rotateZ(11deg)translate3d(24%, 16%, -200px);
  }

  .image-app---focus-2 {
    border-radius: 1.2em;
    transform: rotateX(-3deg)rotateY(6deg)rotateZ(-14deg)translate3d(-29%, -62px, -200px);
  }

  .app-focus---content {
    max-width: 45vw;
  }

  .app-focus---image {
    perspective: 1800px;
    border-radius: 1.2em;
    overflow: visible;
  }

  .app-focus---sticky {
    height: auto;
    position: relative;
    top: 0;
  }

  .bold-text-103 {
    text-align: left;
  }

  .image-40.lefttop {
    filter: brightness(152%) hue-rotate(243deg);
    display: none;
    left: 0;
  }

  .image-40.rightbottom {
    right: -60px;
  }

  .div-block-15 {
    background-position: 0%;
  }

  .image-43 {
    height: 100%;
    display: none;
    left: auto;
  }

  .image-44 {
    height: auto;
    display: none;
    bottom: -120px;
    right: -120px;
  }

  .image-45 {
    z-index: 1;
    height: 300px;
    bottom: -100px;
  }

  .container-54 {
    display: none;
  }

  .container-55 {
    display: block;
    position: absolute;
    top: 0;
  }

  .formcalificativo {
    width: 100%;
  }

  .image-47 {
    margin-top: 0;
    display: block;
    top: auto;
    left: 50px;
  }

  .submit-button-3.sb2-ejemplo.button-formcalificativo.margin-top-20 {
    margin-bottom: 10px;
  }

  .div-block-20 {
    width: 220px;
    margin-top: 25px;
    display: flex;
    position: relative;
  }

  .div-block-20.landing-simple {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20.landing-simple.inferior {
    width: 255px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-20.landing-simple.medio {
    width: 90%;
    height: 75px;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .image-48 {
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }

  .image-48.right {
    width: 20px;
    max-width: none;
    height: 20px;
    left: auto;
    right: 25px;
  }

  .image-48.right.another-version {
    filter: invert(50%) sepia() saturate(500%) hue-rotate(90deg);
    width: 30px;
    height: 30px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    display: flex;
    position: relative;
  }

  .image-49 {
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }

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

  .text-block-32 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .text-span-14.padres {
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
  }

  .bold-text-106.padres {
    text-align: left;
    font-size: 3.3rem;
  }

  .bold-text-106.landing-simple {
    font-size: 3.3rem;
  }

  .bold-text-107 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

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

  .heading-74 {
    text-align: center;
    margin-top: 50px;
  }

  .div-block-24 {
    width: 95%;
  }

  .image-50.calificacion {
    top: 15px;
  }

  .image-51.calificacion {
    top: 20px;
  }

  .image-51.calificacion.wap {
    top: auto;
    right: 60px;
  }

  .image-51.calificacion.wap.another-version {
    filter: invert(50%) sepia() saturate(500%) hue-rotate(90deg);
    width: 25px;
    height: 19px;
    right: 95px;
  }

  .heading-77 {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .heading-77.principal.temp {
    line-height: 2.4rem;
  }

  .text-span-28 {
    line-height: 2rem;
  }

  .text-span-31 {
    font-size: 1rem;
    line-height: 0;
  }

  .bold-text-112.usd {
    font-size: 2rem;
  }

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

  .heading-78 {
    flex-flow: column wrap;
    font-size: 1rem;
    display: none;
  }

  .checkbox-label-2.gold, .checkbox-label-3, .checkbox-label-4, .checkbox-label-4.gold {
    font-size: 1.3rem;
  }

  .heading-79 {
    text-align: center;
    line-height: 1rem;
  }

  .image-54, .form-block-3 {
    display: none;
  }

  .container-facultades {
    width: 90%;
  }

  .container-facultades.simple {
    max-width: 100%;
  }

  .container-facultades.simple.hide-on-mobile {
    display: none;
  }

  .heading-80 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .contenedor-formulario {
    margin-top: 120px;
    padding: 20px;
  }

  .pregunta {
    display: block;
  }

  .heading-81 {
    color: var(--crimson);
    text-align: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.4rem;
  }

  .faqs {
    text-align: center;
    margin-top: 90px;
  }

  .slide-nav-3 {
    padding-top: 0;
    top: auto;
    bottom: 0;
  }

  .imagen {
    border-radius: 20px;
  }

  .slider-2 {
    border-radius: 20px;
    width: 100%;
    max-width: 900px;
    height: 350px;
    margin-bottom: 0;
  }

  .text-span-39 {
    font-size: 1.7rem;
  }

  .text-span-40 {
    font-size: 1.3rem;
  }

  .text-span-41 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .text-span-42 {
    font-size: 1.7rem;
  }

  .text-block-37.margin-bottom-40 {
    width: 80%;
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: flex-end;
  }

  .flex-block-7.simple {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-11 {
    height: 100%;
    min-height: 100vh;
  }

  .rese-a-simple {
    flex-flow: column;
    width: 100%;
    min-height: 250px;
  }

  .heading-82 {
    flex-flow: row;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    display: block;
  }

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

  .slider-3.hide-on-desktop {
    display: flex;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .sitelink-h1, .sitelink-text-block {
    width: 80%;
  }

  .image-61 {
    width: 100%;
  }

  .contenedor-texto-sitelink {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-84.font-size-1-4rem {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .bloque-rosa {
    height: auto;
    min-height: 250px;
  }

  .bloque-rosa.uba {
    min-height: 0;
  }

  ._100-gratuito {
    height: 45px;
    right: -22px;
  }

  .seccion-comparador {
    justify-content: center;
    align-items: center;
    min-height: 700px;
  }

  .seccion-comparador.sitelink-v2 {
    justify-content: center;
    align-items: center;
    min-height: 800px;
  }

  .seccion-comparador.sitelink-v2.reducir {
    min-height: 900px;
  }

  .seccion-comparador.sitelink-v2.reducir.convalidacion {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .costo-pais.pricing-card.twenty-radius._500-mh {
    height: 100%;
    min-height: 325px;
    max-height: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .costo-pais.pricing-card.twenty-radius._500-mh.destacado.hide-on-desktop {
    display: block;
  }

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

  .columns {
    width: 100%;
    padding: 5px;
  }

  .columns.columnas-paises {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-nav-4 {
    bottom: -35px;
  }

  .pais {
    padding: 10px 10px 15px;
  }

  .pais.hide-on-desktop {
    padding: 10px;
  }

  .heading-85 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.4rem;
  }

  .heading-85.no-margin {
    margin-top: 10px;
  }

  .slider-4 {
    background-color: #ddd0;
    border-radius: 20px;
    width: 100%;
    display: block;
  }

  .mask-6 {
    border-radius: 20px;
  }

  .mask-7 {
    height: 1000px;
  }

  .slider-5 {
    background-color: #ddd0;
    width: 100%;
    height: 100%;
  }

  .slider-5.hide-on-desktop {
    display: block;
  }

  .slide-5 {
    padding: 20px 20px 0;
  }

  .slide-nav-5 {
    bottom: auto;
  }

  .slide-6 {
    padding: 20px 20px 0;
  }

  .image-62 {
    width: 100%;
  }

  .container-58 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-58.slider-doc {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-63 {
    height: 40px;
    margin-right: 0;
    display: none;
    top: 5px;
    bottom: auto;
    right: 5px;
  }

  .section-13 {
    padding-bottom: 30px;
  }

  .flex-block-10 {
    padding-bottom: 60px;
  }

  .container-rese-as {
    width: 90%;
  }

  .grid-beneficios {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .flex-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-65, .image-66 {
    width: 100%;
  }

  .seccion-novedad-unlp {
    background-position: 175% 125%;
    background-size: 250px;
  }

  .novedad-titulo.font-size-2rem {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .novedad {
    height: 40px;
  }

  .condiciones {
    width: 80%;
  }

  .image-67 {
    width: 100%;
  }

  .right-arrow-4, .left-arrow-4 {
    display: none;
  }

  .flex-block-14 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-d49a9d26-ddb0-455c-6055-d3badc3f9b7b-49695012, #w-node-_0fae677f-1070-e4f6-1daf-5239fcd755ce-49695012, #w-node-_8215eab8-aa26-3685-5f77-71488b5539b2-49695012, #w-node-_3f1c2a4e-76be-527e-0639-ee136585f252-49695012, #w-node-_3f1c2a4e-76be-527e-0639-ee136585f254-49695012, #w-node-_3f1c2a4e-76be-527e-0639-ee136585f256-49695012, #w-node-_84862d0f-9d61-956f-7f85-572e867a22a7-49695012, #w-node-_84862d0f-9d61-956f-7f85-572e867a22a9-49695012, #w-node-_84862d0f-9d61-956f-7f85-572e867a22ab-49695012, #w-node-fff55a7c-ca1e-f702-8406-3e98dc85021b-49695012, #w-node-fff55a7c-ca1e-f702-8406-3e98dc85021d-49695012, #w-node-fff55a7c-ca1e-f702-8406-3e98dc85021f-49695012, #w-node-fff55a7c-ca1e-f702-8406-3e98dc850221-49695012, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9f4-49695012, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9f6-49695012, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9f8-49695012, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9fa-49695012, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb94f-49695012, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb951-49695012, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb953-49695012, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb955-49695012, #w-node-d3184384-ce07-eadc-e62c-2611431f7d03-49695012, #w-node-ac1b1a41-030a-736b-446a-4c0186ba9f86-49695012, #w-node-fa53c24a-d8ca-b98e-02c2-760388704172-49695012, #w-node-_2825a91c-a18c-eca5-8963-c805c75e0727-49695012, #w-node-_728fc1a8-64f1-142b-d979-90a2f6cab74c-49695012, #w-node-fd20d0d0-0f53-112a-b50a-714c7fed40fe-49695012, #w-node-_0ed955ae-1bc8-40d4-8baf-0018f54ed202-49695012, #w-node-_2c8391ed-4817-341c-8b37-65faaf4eb498-49695012, #w-node-_0308d551-2091-4b66-a4db-e703d0033ac2-49695012, #w-node-ebd77c51-eaed-2f7d-4a28-50ae7a1160a8-49695012, #w-node-a8948888-6b99-2a8a-cd8b-2f5014b67685-49695012, #w-node-_4439faa0-828c-b4fa-a257-ac10c72904d8-49695012, #w-node-f2f60e63-f8a9-cf07-fd46-5c1e6c015c2c-49695012, #w-node-_2804278d-382f-2b14-b313-20fbaa4832ce-49695012, #w-node-d30fbd22-be16-8308-f9bf-fcd98196da40-49695012, #w-node-a407378b-dfa6-0a6b-3401-fbae2a4f1922-49695012, #w-node-_4b29f73d-6d82-45ce-ccd1-3b6a94680e2b-49695012, #w-node-_8dc4e600-06ae-ce9a-13de-0a17cd47eda8-49695012, #w-node-_24a59f3e-d8c0-fd17-3a76-d31897a85249-49695012, #w-node-_6522a29e-8833-5c2b-1c3f-00f1d45d264d-49695012, #w-node-b0059075-8516-33c5-c860-8ad6f20c1d6f-49695012, #w-node-_89637442-41a3-c2c6-eed6-75001dd5a255-1dd5a20f, #w-node-_89637442-41a3-c2c6-eed6-75001dd5a278-1dd5a20f, #w-node-_89637442-41a3-c2c6-eed6-75001dd5a29f-1dd5a20f, #w-node-_5621945f-3b2b-3c44-c39f-2caae4934fdf-49695016, #w-node-_5621945f-3b2b-3c44-c39f-2caae4934fed-49695016, #w-node-_5621945f-3b2b-3c44-c39f-2caae4935010-49695016, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e8398-49695016, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e839f-49695016, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e83a6-49695016, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e83ad-49695016, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828ca-ed8828c8, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828d2-ed8828c8, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828da-ed8828c8, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828e2-ed8828c8, #w-node-b9c00d55-7174-7d29-9f57-66f64bbcbee9-4bbcbec0, #w-node-b9c00d55-7174-7d29-9f57-66f64bbcbf0c-4bbcbec0, #w-node-b9c00d55-7174-7d29-9f57-66f64bbcbf33-4bbcbec0, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e38f4-096e38cb, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e3917-096e38cb, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e393e-096e38cb, #w-node-_651ea89a-6327-91f6-39aa-916a8576cb63-49695028, #w-node-_92d1a315-eeb6-45f6-ce02-e58991152538-49695028, #w-node-_5f4baad2-6c4e-612e-639c-d6814611f0b3-49695028, #w-node-c8a934c7-f80d-0850-3f8d-c2db27c54347-49695028, #w-node-_4ea32412-b225-83bd-6088-20543f072d18-49695028, #w-node-f8478446-021a-88f3-7413-f0ef0af9af95-49695028, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac132a-49695028, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1331-49695028, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1338-49695028, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac133f-49695028, #w-node-dc5c78dd-2d76-920a-8fba-b10da4a752c1-49695028, #w-node-dc5c78dd-2d76-920a-8fba-b10da4a752cb-49695028, #w-node-dc5c78dd-2d76-920a-8fba-b10da4a752d0-49695028, #w-node-cb052f42-ea04-c2da-c12f-badc6d5b58eb-49695028, #w-node-_20e381aa-9f84-1e6e-7737-4bb70401d1c5-49695028, #w-node-b1305df9-3e51-5df8-93e2-17470db7fdc8-49695028, #w-node-f6ada7af-aaff-ceee-75ce-8c97e4d44b6f-49695028, #w-node-_555027ec-4ec4-5d3e-6258-9e6ec5621e22-49695028, #w-node-_2e585006-527f-f5cc-7cad-71ec53b4616b-49695028, #w-node-_82074a51-72fa-4a45-defa-328738a1bfdd-49695028, #w-node-b75cebb8-f7a0-5ad5-ea3a-467bb8c3bec0-49695028, #w-node-b75cebb8-f7a0-5ad5-ea3a-467bb8c3bec7-49695028, #w-node-b75cebb8-f7a0-5ad5-ea3a-467bb8c3bece-49695028, #w-node-b75cebb8-f7a0-5ad5-ea3a-467bb8c3bed5-49695028, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff81-4969502c, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff88-4969502c, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff8f-4969502c, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff96-4969502c, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-4969502c, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-4969502c, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-4969502c, #w-node-f5c3f786-162e-045a-6418-34b9f353d84b-4969502d, #w-node-f5c3f786-162e-045a-6418-34b9f353d854-4969502d, #w-node-f5c3f786-162e-045a-6418-34b9f353d85d-4969502d, #w-node-f5c3f786-162e-045a-6418-34b9f353d866-4969502d, #w-node-_86781541-6cb2-cb94-9f7f-c09f992e99f7-4969502e, #w-node-_5f9f519d-4157-f43c-4889-8fcf53bf4cbf-4969502e, #w-node-_1ddd7ca8-e29b-60fa-ff0f-5fb6b7814366-4969502e, #w-node-_90a7a8e8-0b1f-03c5-4abb-bbce731d7e82-4969502e, #w-node-eb809c0c-0268-4110-35a9-3a1df1672c61-4969502e, #w-node-_1034dbca-e654-ffef-5233-d28befd6b0c6-86c7bdd4, #w-node-_1034dbca-e654-ffef-5233-d28befd6b0cd-86c7bdd4, #w-node-_1034dbca-e654-ffef-5233-d28befd6b0d4-86c7bdd4, #w-node-_1034dbca-e654-ffef-5233-d28befd6b0db-86c7bdd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9045495a-382a-78f1-7b30-9df6c8a5b51a-49695037, #w-node-c7e365b6-5fa8-7084-7cfd-f7ef69613cdc-49695037, #w-node-_8c9c63b9-81bc-efa6-1f48-8f03eabaa2e4-49695037 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9ed2933b-b4ab-ad48-2a45-65e3c704aa3e-49695037, #w-node-_13a00f13-9e5d-b0ce-15bf-830b1e2b0edc-49695037, #w-node-_13a00f13-9e5d-b0ce-15bf-830b1e2b0ee2-49695037, #w-node-_13a00f13-9e5d-b0ce-15bf-830b1e2b0ee5-49695037, #w-node-_3ff885c2-7f33-23da-052b-58234d7704ff-49695037, #w-node-b4a6048f-ff55-06c0-dbb8-b56374770cad-49695037, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc426d-4969503a, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc4273-4969503a, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc4279-4969503a, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc427f-4969503a, #w-node-_8241b81a-5bec-53eb-aec9-6f99d4fe4d7a-49695041, #w-node-_8241b81a-5bec-53eb-aec9-6f99d4fe4d7c-49695041, #w-node-_8241b81a-5bec-53eb-aec9-6f99d4fe4d7e-49695041, #w-node-_293b3399-cb01-9e32-f235-aac8de6909d4-fa1d6df3, #w-node-_6dba7a99-83fe-cbf4-2a57-f12446cf2150-fa1d6df3, #w-node-_5767ed4b-0f70-33e4-e561-65e2aaa65d48-fa1d6df3, #w-node-_55a2fd55-cd40-0ae6-7240-27aff2b387d4-75101b03, #w-node-_074b4228-36e7-e446-8330-4302b61456f6-75101b03, #w-node-e4073426-89cd-281f-fb38-44f659933ef8-75101b03, #w-node-_99f1d6fd-e6b5-0a86-3d1a-21f28bd1a930-75101b03, #w-node-a5b1ddb7-29fb-15bc-ed7f-c7cc6b52b318-75101b03, #w-node-_3713f815-b0d1-2a37-a0e4-29c647d0e11e-75101b03, #w-node-_1763f368-91fc-310c-561b-80a8f5e13a86-75101b03, #w-node-_4949a801-92b7-ebe2-bc32-1bf485122476-75101b03, #w-node-_90743306-8f5d-2e8e-978c-a9ee068015aa-75101b03, #w-node-_1d7d08b2-4507-93cc-367d-435086631f9a-75101b03, #w-node-_8db69c9d-6c90-a320-54ee-5a6fe7335e0a-75101b03, #w-node-_186d095c-feb1-2055-1670-31a11812bfdb-75101b03, #w-node-_2816f427-8b32-629f-5206-ef3e0e239279-75101b03, #w-node-c6b5eeae-53ac-8221-b5dc-9bed6cba4ef9-75101b03, #w-node-_0737a76a-2cb3-f793-9d1d-37e4c6b76bcd-75101b03, #w-node-badeedc9-746d-e0e8-87d4-ecac0350dee6-75101b03, #w-node-_5114681e-be25-7e11-325c-58a5c7c968f2-75101b03, #w-node-eb4f9a39-9ff9-c86a-0d89-1b47a28a61a5-75101b03, #w-node-_022a2c38-e6a8-1937-71da-ba792b8c290c-75101b03, #w-node-_03aa888f-0bb0-4745-e781-88e94f3167c7-75101b03, #w-node-_711df07f-0e9d-4623-9793-b78658f0ad83-75101b03, #w-node-bf257786-e1de-bbd5-c526-ce9e58aeeecb-75101b03, #w-node-_55b6fe52-9219-3dd9-f7f5-c3b6a10c54bd-75101b03, #w-node-b1ef26e2-fde7-83ad-ee25-b271ec274e86-75101b03, #w-node-_81fcc9c1-a862-a69c-24a7-5d575f7bbd05-75101b03, #w-node-_56ad2175-0ce7-7ded-1baf-4ec5c32d644d-75101b03, #w-node-a746d34a-0f83-613e-3111-6d2065196f78-75101b03, #w-node-_29d8934a-aeeb-f716-eef2-34e20585e577-75101b03, #w-node-_0ee27ebc-08ef-58b6-b903-e9c18ec78479-75101b03, #w-node-_701bc6f5-b6bb-3bb0-a1c0-1b0930097d7c-75101b03, #w-node-_5b4de907-36b4-6f10-e53e-72601fef8f06-75101b03, #w-node-_9c8529c5-6fb2-98d1-9656-8e9374b30534-75101b03, #w-node-d01ce9fd-b2da-a49d-0f1b-14c8be249f73-75101b03, #w-node-_580d0ed4-7f16-6b85-7e31-5e28983a0e9b-75101b03, #w-node-a7959394-36ad-b851-469b-1a5d4098ab62-75101b03, #w-node-e633e6c1-b756-d8d6-2559-b28426f656c3-75101b03, #w-node-f8059e29-fcff-ef6e-fa4b-ed968034747e-75101b03, #w-node-b3fb166d-ae01-5815-4911-edd480e58125-75101b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a7bd23f-6461-ab91-2e4b-6350d6a5bb94-75101b03 {
  align-self: start;
}

#w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca7d-75101b03, #w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca83-75101b03, #w-node-_14f00cdb-227e-9053-887f-0d88f38135c9-75101b03, #w-node-_3d541701-7198-d8ff-bfea-2249e1b9c70a-75101b03, #w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca95-75101b03, #w-node-_165b4b7e-d4dd-abb6-6c85-f6cfae761327-75101b03, #w-node-eb1d68bc-e0b4-e90b-96d8-380d1da99371-75101b03, #w-node-_50424b30-b93f-1216-317c-09f5de7ee73f-75101b03, #w-node-d1cc4017-ce88-1552-c3f8-aa4ca04c6c23-75101b03, #w-node-_95e2dc07-2b74-9cc2-bb60-0466ad0afd0d-75101b03, #w-node-_159a7d50-e513-ac41-af06-55b81280c557-75101b03, #w-node-f4c53418-95cf-3ec7-36d6-bb7a24763a7d-75101b03, #w-node-fc033c4a-d4d8-66fe-3130-fb5d2b3651d4-75101b03, #w-node-_7df94bc5-6479-5df2-bd86-fa4e92d054e5-75101b03, #w-node-_828a2342-ed83-91fc-028d-283f19b4059e-75101b03, #w-node-_9d4de452-bef0-743c-deaf-420c461b61ce-75101b03, #w-node-_1c95bdb9-a2fa-b9d2-cbd1-7e24785bbbff-75101b03, #w-node-_230162f2-d6c8-2e87-961a-1e8a48553b4c-75101b03, #w-node-df2787b9-2ea3-3dc6-7587-fcf97920781b-75101b03, #w-node-_5e4111f3-6dd2-d726-61d0-0c436ee78bfc-75101b03, #w-node-_31060c4e-bf8f-868f-1036-11d6611f31d4-75101b03, #w-node-ce2b6251-36d1-1a42-3771-76b599f9c61b-75101b03, #w-node-aa4d2518-6bda-3717-84e7-14ae8f36b2d2-75101b03, #w-node-ffd07589-5082-caf5-7627-e3f09bfad404-75101b03, #w-node-_96f6bf5c-f205-7a4c-47f8-60cfa26ef6fe-75101b03, #w-node-bf2545b1-32c3-ceeb-254c-2f2c5046aca5-75101b03, #w-node-_7f57886d-4c9d-492c-3823-b530e97c945a-75101b03, #w-node-cb74445a-0fb3-65d8-db41-8bcdb6d44409-75101b03, #w-node-c4518f21-9a3b-aedf-8d32-e7972aa900e9-75101b03, #w-node-_6138ec3a-6ad9-c80d-913c-3c770f72f20c-75101b03, #w-node-_2e7e13a4-a58a-64de-f3c7-e57e26828a6a-75101b03, #w-node-_2e047b6e-03d1-d6fb-546d-02d868ffadf6-75101b03, #w-node-_6a8f70ad-27e8-ae5a-7024-758df86d368f-75101b03, #w-node-f3fe74f1-595a-1fe5-3acf-03cc770f60e0-75101b03, #w-node-ead0e95d-f8c9-fadc-cf96-a98c61f6aa50-75101b03, #w-node-a63bdf4c-e743-fe63-1716-c3e31b8e0040-75101b03, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd2211f3-75101b03, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd2211f9-75101b03, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd2211ff-75101b03, #w-node-_6458c7d1-142b-5992-cc20-0440ff52d143-75101b03, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd221205-75101b03, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd22120b-75101b03, #w-node-_8c542ebb-5702-eb41-a9b8-61fef8bf36ec-75101b03, #w-node-ab40e0e2-4eca-eb71-4a2d-3b69cdf0d9a4-75101b03, #w-node-_5e1785aa-d083-b205-bb39-dca5c71e8dc5-75101b03, #w-node-_077773e6-0664-01e8-5d48-70940aa2aa99-75101b03, #w-node-bc3dc88d-f338-63ff-b9ef-f037c9bc9cf8-75101b03, #w-node-ef571de3-f45a-51a9-bbfa-cf4c0540f7b6-75101b03, #w-node-_5404c1b3-4235-c8b7-5590-27a0fa7c8dc9-75101b03, #w-node-e74cb50e-a1ff-0fc5-fe86-6c7911507352-75101b03, #w-node-_30299a92-9db3-c60a-a2da-29d5e2c94705-75101b03, #w-node-_910fd10a-9e9c-b7c1-d72e-a8a1202eff29-75101b03, #w-node-_7ea091de-34f1-8742-b860-76ad6c4d8a90-75101b03, #w-node-ed40201d-a5dd-3e72-84d8-e5a56f4ce075-75101b03, #w-node-_194e5505-0717-cf98-cc31-faacc8e81398-75101b03, #w-node-_135af209-245d-25f0-7a58-31df2833e45b-75101b03, #w-node-d281c648-94ed-84e1-a286-baf78f774f04-75101b03, #w-node-_98a28945-72d8-03d8-8c85-fdd62092529f-75101b03, #w-node-e87f991e-8c04-2436-93f2-49e467e83f4e-75101b03, #w-node-_27e252e0-8ba2-116b-f5a8-204a317c96b8-75101b03, #w-node-b879d1c6-d146-0002-5eaa-b72aa1146ca5-75101b03, #w-node-d317bc41-1919-4efb-7dec-8c2d296e3f50-75101b03, #w-node-_86e26a5e-3a3f-06dc-c3b9-af0bb998927b-75101b03, #w-node-_45793226-d9fc-23a2-1c71-cdd03d3fc0bb-75101b03, #w-node-_683ded40-60e6-79f4-741e-862ae2112e08-75101b03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_683ded40-60e6-79f4-741e-862ae2112e18-75101b03 {
  align-self: start;
}

#w-node-f2854c60-98e1-435b-02b1-214cb1233277-75101b03, #w-node-_5b622e0d-5d53-01b6-1690-2c0e73893c8a-75101b03, #w-node-aff297a4-4d89-4f99-6a17-77343d633144-d152c0ea, #w-node-_9e8c6b39-439c-f64d-e38d-d3a9d9ff7f2f-d152c0ea, #w-node-_36abc664-a0b3-6d7c-7656-b61a05f4bd9c-d152c0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c57b74d9-7af1-24a4-8542-919aa8faf4eb-d152c0ea {
  grid-area: Area-2;
}

#w-node-_83936ce5-e01f-e1d6-895c-783325b3784b-d152c0ea {
  grid-area: Area;
}

#w-node-_52085a62-859e-f530-1928-aaa22dfed8e3-d152c0ea, #w-node-_9642368d-218c-b7f7-6e02-e18847eeab8e-d152c0ea, #w-node-dd89a861-c178-2ac9-02a2-3572085e1757-d152c0ea, #w-node-_166de262-a615-fdf9-08b9-9474842bd1a2-d152c0ea, #w-node-a17a10f5-820e-c692-5523-9b268b101a2d-d152c0ea, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac132a-9e9f7fa0, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1331-9e9f7fa0, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1338-9e9f7fa0, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac133f-9e9f7fa0, #w-node-_651ea89a-6327-91f6-39aa-916a8576cb63-9e9f7fa0, #w-node-_92d1a315-eeb6-45f6-ce02-e58991152538-9e9f7fa0, #w-node-_5f4baad2-6c4e-612e-639c-d6814611f0b3-9e9f7fa0, #w-node-c8a934c7-f80d-0850-3f8d-c2db27c54347-9e9f7fa0, #w-node-_4ea32412-b225-83bd-6088-20543f072d18-9e9f7fa0, #w-node-f8478446-021a-88f3-7413-f0ef0af9af95-9e9f7fa0, #w-node-_9cf2c84c-c5a6-6173-ec8d-66097f92eefc-072b2221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba22757e-189d-5302-099f-48208e89aba3-7e882ce0 {
  align-self: center;
}

#w-node-_55a2fd55-cd40-0ae6-7240-27aff2b387d4-fc156756, #w-node-_074b4228-36e7-e446-8330-4302b61456f6-fc156756, #w-node-e4073426-89cd-281f-fb38-44f659933ef8-fc156756, #w-node-_110582a5-c225-d0ae-69b1-fe5efe204f9f-fc156756, #w-node-_8f9b2a52-6450-5c3e-0ddb-07f1f486bfad-fc156756, #w-node-_3713f815-b0d1-2a37-a0e4-29c647d0e11e-fc156756, #w-node-_1763f368-91fc-310c-561b-80a8f5e13a86-fc156756, #w-node-_4949a801-92b7-ebe2-bc32-1bf485122476-fc156756, #w-node-_2a0883f4-bd72-c9cf-1de5-50d8814e438e-fc156756, #w-node-_844b1298-ff8c-4b11-11e1-ae2ff3350963-fc156756, #w-node-_35e70ebf-4ec3-b5b4-71f1-063c65d28b0a-fc156756, #w-node-_870a5f9f-d314-7ba9-0874-44ae8e9bec5d-fc156756, #w-node-d84e5815-a25a-6387-ffa0-59296281c8be-fc156756, #w-node-afaa7bab-f175-6980-fa8f-c4c6852e499f-fc156756, #w-node-df8f038b-c0b1-b7ae-7a84-cb2b9dd2506f-fc156756, #w-node-_12c72166-3a1c-94f8-f717-3562ae0a77e3-fc156756, #w-node-_09f390ab-1126-bfde-b309-8271012a102b-fc156756, #w-node-c74b2d82-7ed9-6713-45bf-a601a0d7db35-fc156756, #w-node-fa4dfba0-ecde-3b5c-61a0-f618f19a7540-fc156756, #w-node-_82fb4712-838a-60c1-40b1-359f62f3fdf6-fc156756, #w-node-_15cb4143-c04c-85f3-734a-80386b7268ab-fc156756, #w-node-fa3450fc-9b2f-7169-716d-b7f6233999b2-fc156756, #w-node-_522164a8-d154-92f3-4035-93e912f9cd6b-fc156756, #w-node-_1d9f1092-291e-b6c0-244f-38bb8fe0153f-fc156756, #w-node-b2166940-7af8-99f0-2bf3-23e51474aa44-fc156756, #w-node-_7b02826a-7e7d-f39b-09ba-6c19fe9c8b45-fc156756, #w-node-_8fac4b63-14dc-413e-92be-94a0cf5ff077-fc156756, #w-node-_2efb8553-a526-21bf-6590-29b9a72450ae-fc156756, #w-node-_5b4de907-36b4-6f10-e53e-72601fef8f06-fc156756, #w-node-_9c8529c5-6fb2-98d1-9656-8e9374b30534-fc156756, #w-node-d01ce9fd-b2da-a49d-0f1b-14c8be249f73-fc156756, #w-node-_580d0ed4-7f16-6b85-7e31-5e28983a0e9b-fc156756, #w-node-a7959394-36ad-b851-469b-1a5d4098ab62-fc156756, #w-node-e633e6c1-b756-d8d6-2559-b28426f656c3-fc156756, #w-node-f8059e29-fcff-ef6e-fa4b-ed968034747e-fc156756, #w-node-b3fb166d-ae01-5815-4911-edd480e58125-fc156756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a7bd23f-6461-ab91-2e4b-6350d6a5bb94-fc156756 {
  align-self: start;
}

#w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca7d-fc156756, #w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca83-fc156756, #w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca89-fc156756, #w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca8f-fc156756, #w-node-_15cca5ba-3aa2-d7e4-e6c6-c5552b40ca95-fc156756, #w-node-_165b4b7e-d4dd-abb6-6c85-f6cfae761327-fc156756, #w-node-eb1d68bc-e0b4-e90b-96d8-380d1da99371-fc156756, #w-node-_50424b30-b93f-1216-317c-09f5de7ee73f-fc156756, #w-node-d1cc4017-ce88-1552-c3f8-aa4ca04c6c23-fc156756, #w-node-_95e2dc07-2b74-9cc2-bb60-0466ad0afd0d-fc156756, #w-node-_159a7d50-e513-ac41-af06-55b81280c557-fc156756, #w-node-f4c53418-95cf-3ec7-36d6-bb7a24763a7d-fc156756, #w-node-fc033c4a-d4d8-66fe-3130-fb5d2b3651d4-fc156756, #w-node-_7df94bc5-6479-5df2-bd86-fa4e92d054e5-fc156756, #w-node-_5836157d-ef72-f348-ffd0-3e3b643caef7-fc156756, #w-node-b53fb821-1fe1-2af7-7cce-da691419be2b-fc156756, #w-node-_7f7c42ee-a137-eb77-1668-e737449f3149-fc156756, #w-node-_502fa144-0d47-e48a-d1c7-18aac7789d47-fc156756, #w-node-_936cbcf8-53ea-a359-87c5-3765627e1526-fc156756, #w-node-_828a2342-ed83-91fc-028d-283f19b4059e-fc156756, #w-node-_230162f2-d6c8-2e87-961a-1e8a48553b4c-fc156756, #w-node-df2787b9-2ea3-3dc6-7587-fcf97920781b-fc156756, #w-node-_5e4111f3-6dd2-d726-61d0-0c436ee78bfc-fc156756, #w-node-_31060c4e-bf8f-868f-1036-11d6611f31d4-fc156756, #w-node-ce2b6251-36d1-1a42-3771-76b599f9c61b-fc156756, #w-node-_1c6006fe-f959-98c9-74b1-ad093583456e-fc156756, #w-node-_3d40797c-8b7b-a878-cc1a-af3ef7ea1c6f-fc156756, #w-node-f80a7233-1d26-db70-1b47-20afbabd5edb-fc156756, #w-node-_8498885e-46ab-5e11-1a87-b1c7bd4b4469-fc156756, #w-node-ae4c770e-ced3-0e77-2eed-ee8a978054e8-fc156756, #w-node-_0a3bf931-5e93-52d4-c6e6-73e7272e8f34-fc156756, #w-node-_6138ec3a-6ad9-c80d-913c-3c770f72f20c-fc156756, #w-node-_2e7e13a4-a58a-64de-f3c7-e57e26828a6a-fc156756, #w-node-_2e047b6e-03d1-d6fb-546d-02d868ffadf6-fc156756, #w-node-f3fe74f1-595a-1fe5-3acf-03cc770f60e0-fc156756, #w-node-ead0e95d-f8c9-fadc-cf96-a98c61f6aa50-fc156756, #w-node-a63bdf4c-e743-fe63-1716-c3e31b8e0040-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd2211f3-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd2211f9-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd2211ff-fc156756, #w-node-_6458c7d1-142b-5992-cc20-0440ff52d143-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd221205-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd22120b-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd221211-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd221217-fc156756, #w-node-bef7ebc5-93f7-2922-d04d-454b45a1b38d-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd22121d-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd221223-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd221229-fc156756, #w-node-_12853cc1-ad66-a78a-d9dc-76f5dd22122f-fc156756, #w-node-_50554dd7-9bf1-46aa-c3a6-b1d43c4506a3-fc156756, #w-node-ac9a728e-a949-5433-0295-f3e36766c975-fc156756, #w-node-_4c8efb10-036c-685a-d642-2aefc824097f-fc156756, #w-node-b483329a-d5f4-02e7-f9a7-2e2ee4665331-fc156756, #w-node-_3a275da3-00f8-df38-c4d6-9c7a400eeb07-fc156756, #w-node-_9dfb288f-cea7-87b7-6316-76ad1ebda39f-fc156756, #w-node-_551c5845-02c1-14c2-afd5-ece71f70dbe8-fc156756, #w-node-d61dca93-a7d7-b22f-1b50-aa7e8d87af35-fc156756, #w-node-_037bc12a-3d0c-1a69-2257-288d3c97deda-fc156756, #w-node-e87f991e-8c04-2436-93f2-49e467e83f4e-fc156756, #w-node-_27e252e0-8ba2-116b-f5a8-204a317c96b8-fc156756, #w-node-b879d1c6-d146-0002-5eaa-b72aa1146ca5-fc156756, #w-node-d317bc41-1919-4efb-7dec-8c2d296e3f50-fc156756, #w-node-_86e26a5e-3a3f-06dc-c3b9-af0bb998927b-fc156756, #w-node-_45793226-d9fc-23a2-1c71-cdd03d3fc0bb-fc156756, #w-node-_683ded40-60e6-79f4-741e-862ae2112e08-fc156756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_683ded40-60e6-79f4-741e-862ae2112e18-fc156756 {
  align-self: start;
}

#w-node-f2854c60-98e1-435b-02b1-214cb1233277-fc156756, #w-node-_5b622e0d-5d53-01b6-1690-2c0e73893c8a-fc156756, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac132a-020d1f85, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1331-020d1f85, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1338-020d1f85, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac133f-020d1f85, #w-node-_651ea89a-6327-91f6-39aa-916a8576cb63-020d1f85, #w-node-_92d1a315-eeb6-45f6-ce02-e58991152538-020d1f85, #w-node-_5f4baad2-6c4e-612e-639c-d6814611f0b3-020d1f85, #w-node-c8a934c7-f80d-0850-3f8d-c2db27c54347-020d1f85, #w-node-_4ea32412-b225-83bd-6088-20543f072d18-020d1f85, #w-node-f8478446-021a-88f3-7413-f0ef0af9af95-020d1f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee6031e-ea9a-fff3-51b0-9dcd2d7a2cda-8215b4e9 {
  grid-template-rows: 250px 350px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cd8-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cdd-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8ce7-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cec-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cf1-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cfe-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d03-49695040, #w-node-_6ccab865-e9cc-36d3-6987-87c218ee3a20-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d0d-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d1c-49695040, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d2b-49695040 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_07c9167b-5b61-ed12-fbd3-2879288e1ce0-4969502e {
    justify-self: end;
  }

  #w-node-fee6031e-ea9a-fff3-51b0-9dcd2d7a2cda-8215b4e9 {
    grid-template-rows: 250px 350px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1034dbca-e654-ffef-5233-d28befd6b0c6-86c7bdd4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d2b-49695040 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fee6031e-ea9a-fff3-51b0-9dcd2d7a2cda-8215b4e9 {
    grid-template-rows: minmax(250px, 1fr) 350px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fee6031e-ea9a-fff3-51b0-9dcd2d7a2cda-8215b4e9 {
    grid-template-rows: minmax(250px, 1fr) 350px;
    grid-template-columns: 1fr;
  }
}


