:root {
  --fondo: white;
  --white-transparente: rgba(255, 255, 255, .59);
  --white: white;
  --rebrain-rosa: #e90d5c;
  --black: black;
  --rebrain-violeta: #461d77;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: var(--fondo);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.center.header {
  background-image: linear-gradient(to bottom, var(--white-transparente), var(--white-transparente)), url('../images/modulosprincipal2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 50px;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: block;
}

.section.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
  display: block;
}

.section.wide.purple {
  color: #ee344c;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #ee344c, #240404);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  color: #e90d5c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  font-family: The refinery clarika geo, sans-serif;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #e90d5c;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: var(--white);
  background-color: #461d77;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title {
  color: var(--rebrain-rosa);
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  text-align: right;
  flex: none;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  display: block;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.text-block.contact {
  margin-top: 10px;
  font-size: 20px;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--black);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #e90d5c;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 85vh;
  display: block;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: The refinery clarika geo, sans-serif;
}

.hero-content {
  z-index: 90;
  text-align: left;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-wrap.reverse.home {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-wrap.logos {
  border-style: none;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 5vh;
  display: block;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  width: auto;
  display: flex;
}

.feature-wrap.home {
  margin-top: 80px;
  margin-bottom: 40px;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: block;
}

.black {
  color: var(--black);
  font-family: The refinery clarika geo, sans-serif;
}

.hero-subhead {
  color: var(--black);
  margin-right: 50%;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 35px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  display: none;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-family: The refinery clarika geo, sans-serif;
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--black);
  text-align: left;
  margin-right: 34%;
  font-family: The refinery clarika geo, sans-serif;
  display: block;
}

.heading-4 {
  color: var(--black);
  font-family: The refinery clarika geo, sans-serif;
  font-size: 40px;
}

.paragraph-2 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.heading-5 {
  font-family: The refinery clarika geo, sans-serif;
}

.paragraph-3 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .heading-6 {
  font-family: Open Sans, sans-serif;
}

.text-span {
  color: #e90d5c;
}

.text-span-2 {
  color: var(--rebrain-violeta);
}

.text-span-3 {
  color: #e90d5c;
}

.text-span-4 {
  color: var(--rebrain-violeta);
}

.subtitle {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.subtitle.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.text-span-5 {
  color: var(--rebrain-rosa);
}

.prueba-gratuita {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.prueba-gratuita.center {
  background-color: var(--fondo);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.prueba-gratuita.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.prueba-gratuita.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.prueba-gratuita.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.prueba-gratuita.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.prueba-gratuita.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.prueba-gratuita.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.prueba-gratuita.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
}

.prueba-gratuita.wide.purple {
  background-image: linear-gradient(135deg, var(--rebrain-rosa), var(--rebrain-violeta));
  color: #ee344c;
  margin-top: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.prueba-gratuita.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.button-mobile {
  color: #fff;
  text-align: center;
  background-color: #e90d5c;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: none;
}

.button-mobile:hover {
  color: var(--white);
  background-color: #461d77;
}

.button-mobile.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-mobile.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-mobile.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-mobile.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-mobile.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-mobile.form-button:hover {
  color: #fff;
  background-color: #000;
}

.beneficios {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 5vh;
  margin-bottom: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.beneficios.reverse {
  flex-direction: row-reverse;
}

.beneficios.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.beneficios.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.video {
  max-width: 100%;
}

.cases {
  margin: 10vh 5vh 15vh 5vw;
}

.text-cases {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 100%;
  padding-left: 0;
  padding-right: 5vw;
}

.text-cases.mid {
  width: 40vw;
  max-width: 500px;
}

.text-cases.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-cases.icons.numbers {
  width: 25%;
}

.youtube {
  border-radius: 0;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, .31);
}

.column-2 {
  border-radius: 0;
}

.textos-bullets {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columns {
  margin-left: 5vh;
  margin-right: 5vh;
}

.button-presupuesto {
  color: #fff;
  text-align: center;
  background-color: #e90d5c;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-presupuesto:hover {
  color: var(--white);
  background-color: #461d77;
}

.button-presupuesto.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-presupuesto.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-presupuesto.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-presupuesto.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-presupuesto.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-presupuesto.form-button:hover {
  color: #fff;
  background-color: #000;
}

.text-span-6 {
  color: var(--rebrain-rosa);
}

.title-cases {
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-family: The refinery clarika geo, sans-serif;
}

.columns-2 {
  margin-left: 5vh;
  margin-right: 5vh;
}

.text-span-7 {
  color: var(--rebrain-rosa);
}

.text-span-8 {
  color: var(--rebrain-violeta);
}

.ruleta {
  text-align: right;
  flex: none;
  margin-left: 0;
  padding-left: 40px;
  display: block;
  position: relative;
}

.image-5, .qr-imagen {
  border-radius: 15px;
  box-shadow: 3px 2px 8px rgba(0, 0, 0, .3);
}

.stadistics {
  text-align: left;
  margin-left: 10vh;
  margin-right: 10vh;
}

.columns-3 {
  margin-top: 10px;
}

.container {
  margin-bottom: 40px;
}

.numeros {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 5vh;
  margin-bottom: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.numeros.reverse {
  flex-direction: row-reverse;
}

.numeros.logos {
  border-style: none;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 5vh;
  display: block;
}

.numeros.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.numeros.icons.numbers {
  width: auto;
  display: flex;
}

.bottom-image-wrap-copy {
  max-width: 100%;
  height: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-image-screen {
  max-width: 100%;
  height: 65vh;
  margin-right: 5%;
  position: absolute;
  bottom: 100px;
  right: 3vw;
}

.text-span-9 {
  color: var(--rebrain-rosa);
}

.section-screen {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-screen.reverse {
  flex-direction: row-reverse;
}

.section-screen.logos {
  border-style: none;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 5vh;
  display: block;
}

.section-screen.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.section-screen.icons.numbers {
  width: auto;
  display: flex;
}

.text-span-10 {
  color: var(--rebrain-rosa);
}

.section-producto {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-producto.center {
  background-color: var(--fondo);
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-producto.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-producto.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-producto.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-producto.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-producto.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-producto.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: none;
}

.section-producto.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
}

.section-producto.wide.purple {
  color: #ee344c;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #ee344c, #240404);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-producto.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.heading-3-copy {
  color: var(--black);
  text-align: center;
  font-family: The refinery clarika geo, sans-serif;
  display: block;
}

.hero-subhead-copy {
  color: var(--black);
  text-align: center;
  max-width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 44px;
}

.image-6 {
  text-align: left;
}

.hero-content-copy {
  z-index: 90;
  text-align: center;
  width: 100%;
  margin-left: 10vh;
  margin-right: 10vh;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-span-11, .text-span-12 {
  color: var(--rebrain-rosa);
}

.section-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-home.center {
  background-color: var(--fondo);
  background-image: linear-gradient(rgba(255, 255, 255, .59), rgba(255, 255, 255, .59)), url('../images/rebrain-principal.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-home.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-home.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-home.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-home.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-home.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-home.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: none;
}

.section-home.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
}

.section-home.wide.purple {
  color: #ee344c;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #ee344c, #240404);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-home.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.hero-image-home {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 85vh;
  display: none;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.section-casos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-casos.center {
  background-color: var(--fondo);
  background-image: linear-gradient(rgba(255, 255, 255, .59), rgba(255, 255, 255, .59)), url('../images/portada-casos.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-casos.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-casos.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-casos.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-casos.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-casos.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-casos.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: none;
}

.section-casos.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
}

.section-casos.wide.purple {
  color: #ee344c;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #ee344c, #240404);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-casos.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.text-span-13 {
  color: var(--rebrain-rosa);
}

.trivia {
  text-align: right;
  flex: none;
  margin-right: 0;
  padding-right: 40px;
  display: block;
}

.linkbox {
  text-align: right;
  flex: none;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  display: block;
}

.wifi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.wifi.center {
  background-color: var(--fondo);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.wifi.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.wifi.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.wifi.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.wifi.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.wifi.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.wifi.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: block;
}

.wifi.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
  display: block;
}

.wifi.wide.purple {
  color: #ee344c;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #ee344c, #240404);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.wifi.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.website, .catalogo, .barcode {
  text-align: right;
  flex: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.screen, .dashboard {
  text-align: right;
  flex: none;
  margin-left: 0;
  padding-left: 40px;
  display: block;
  position: relative;
}

.metricas {
  text-align: right;
  flex: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.hero-pt {
  z-index: 999999;
  color: #e90d5c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-14 {
  color: var(--rebrain-rosa);
}

.text-span-15 {
  color: var(--rebrain-violeta);
}

.text-span-16, .text-span-17, .text-span-18 {
  color: var(--rebrain-rosa);
}

.text-span-19 {
  color: var(--rebrain-violeta);
}

.text-span-20, .text-span-21, .text-span-22 {
  color: var(--rebrain-rosa);
}

.button-mobile-copy {
  color: #fff;
  text-align: center;
  background-color: #e90d5c;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: none;
}

.button-mobile-copy:hover {
  color: var(--white);
  background-color: #461d77;
}

.button-mobile-copy.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-mobile-copy.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-mobile-copy.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-mobile-copy.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-mobile-copy.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-mobile-copy.form-button:hover {
  color: #fff;
  background-color: #000;
}

.text-span-23, .text-span-24 {
  color: var(--rebrain-rosa);
}

.bold-text {
  color: var(--black);
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  color: var(--rebrain-rosa);
}

.button-wrap-copy {
  justify-content: flex-start;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.partner-program-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.partner-program-footer.center {
  background-color: var(--fondo);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.partner-program-footer.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.partner-program-footer.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.partner-program-footer.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.partner-program-footer.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.partner-program-footer.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.partner-program-footer.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.partner-program-footer.wide.img {
  background-color: var(--fondo);
  padding-bottom: 0;
}

.partner-program-footer.wide.purple {
  background-image: linear-gradient(135deg, var(--rebrain-rosa), var(--rebrain-violeta));
  color: #ee344c;
  margin-top: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.partner-program-footer.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.screen-copy {
  text-align: right;
  text-align: right;
  flex: none;
  max-width: 80%;
  margin-left: 0;
  padding-left: 40px;
  display: block;
  position: relative;
}

.t-tulo-partner-program {
  color: var(--black);
  text-align: center;
  margin-top: 60px;
  font-family: The refinery clarika geo, sans-serif;
  display: block;
}

.heading-3-copy {
  color: var(--black);
  text-align: left;
  margin-right: 50%;
  font-family: The refinery clarika geo, sans-serif;
  display: block;
}

.hero-subhead-copy {
  color: var(--black);
  text-align: left;
  margin-right: 50%;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 35px;
}

.text-span-32 {
  color: var(--rebrain-rosa);
}

.heading-3-centrado {
  color: var(--black);
  text-align: center;
  margin-right: auto;
  font-family: The refinery clarika geo, sans-serif;
  display: block;
}

.hero-subhead-centrado {
  color: var(--black);
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 35px;
}

.button-casos {
  color: #fff;
  text-align: center;
  background-color: #e90d5c;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-casos:hover {
  color: var(--white);
  background-color: #461d77;
}

.button-casos.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-casos.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-casos.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-casos.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-casos.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-casos.form-button:hover {
  color: #fff;
  background-color: #000;
}

.text-span-33, .text-span-34 {
  color: var(--rebrain-rosa);
}

.screen-copy {
  text-align: right;
  flex: none;
  margin-left: 0;
  padding-left: 40px;
  display: block;
  position: relative;
}

.button-mobile-oculto {
  color: #fff;
  text-align: center;
  background-color: #e90d5c;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: The refinery clarika geo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: none;
}

.button-mobile-oculto:hover {
  color: var(--white);
  background-color: #461d77;
}

.button-mobile-oculto.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-mobile-oculto.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-mobile-oculto.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-mobile-oculto.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-mobile-oculto.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-mobile-oculto.form-button:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content.icons.numbers {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap {
    padding-bottom: 20px;
  }

  .nav-link {
    padding-top: 20px;
    font-size: 24px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: var(--rebrain-rosa);
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--fondo);
  }

  .nav-menu-2 {
    background-color: var(--fondo);
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .prueba-gratuita.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .prueba-gratuita.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .beneficios {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .beneficios.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .text-cases {
    max-width: 43vw;
    padding-left: 0;
  }

  .column-2 {
    display: block;
  }

  .title-cases {
    font-size: 8vw;
  }

  .numeros {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .numeros.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .bottom-image-wrap-copy {
    background-image: none;
    height: auto;
  }

  .hero-image-screen {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-screen {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .section-screen.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .section-producto.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .heading-3-copy {
    font-size: 8vw;
  }

  .hero-content-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-home.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero-image-home {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-casos.center, .wifi.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero-pt {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-program-footer.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .partner-program-footer.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .t-tulo-partner-program, .heading-3-copy {
    font-size: 8vw;
  }

  .hero-subhead-copy {
    font-size: 24px;
    line-height: 31px;
  }

  .heading-3-centrado {
    font-size: 8vw;
  }

  .hero-subhead-centrado {
    font-size: 24px;
    line-height: 31px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    padding-top: 5vh;
  }

  .feature-content {
    flex: none;
    width: auto;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
    padding-right: 20px;
    display: block;
  }

  .button {
    display: none;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 2vh;
  }

  .feature-wrap.reverse {
    flex-direction: column;
    align-items: center;
  }

  .feature-wrap.logos {
    text-align: left;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .hero-subhead {
    max-width: none;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    margin-top: 10px;
    line-height: 40px;
  }

  .form-block {
    width: 100%;
  }

  .prueba-gratuita.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .button-mobile {
    display: block;
  }

  .button-mobile.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .beneficios {
    flex-direction: row;
  }

  .beneficios.icons {
    flex-flow: wrap;
    display: block;
  }

  .beneficios.icons.numbers {
    display: flex;
  }

  .text-cases {
    width: 100vw;
  }

  .text-cases.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-cases.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button-presupuesto.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .title-cases {
    margin-top: 10px;
    line-height: 40px;
  }

  .column-3 {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-3 {
    text-align: center;
    width: 50%;
    display: block;
  }

  .numeros {
    flex-direction: column;
    margin-top: 2vh;
  }

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

  .numeros.logos {
    text-align: left;
  }

  .numeros.icons {
    flex-flow: wrap;
    display: block;
  }

  .numeros.icons.numbers {
    display: flex;
  }

  .hero-image-screen {
    margin-bottom: 10vw;
  }

  .section-screen {
    flex-direction: column;
    margin-top: 2vh;
  }

  .section-screen.reverse {
    flex-direction: column;
    align-items: center;
  }

  .section-screen.logos {
    text-align: left;
  }

  .section-screen.icons {
    flex-flow: wrap;
    display: block;
  }

  .section-screen.icons.numbers {
    display: flex;
  }

  .section-producto.center {
    padding-top: 5vh;
  }

  .heading-3-copy {
    margin-top: 10px;
    line-height: 40px;
  }

  .hero-content-copy {
    margin-bottom: 5vh;
  }

  .section-home.center {
    padding-top: 5vh;
  }

  .hero-image-home {
    margin-bottom: 10vw;
  }

  .section-casos.center, .wifi.center {
    padding-top: 5vh;
  }

  .button-mobile-copy {
    display: block;
  }

  .button-mobile-copy.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .partner-program-footer.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .t-tulo-partner-program, .heading-3-copy {
    margin-top: 10px;
    line-height: 40px;
  }

  .hero-subhead-copy {
    max-width: none;
  }

  .heading-3-centrado {
    margin-top: 10px;
    line-height: 40px;
  }

  .hero-subhead-centrado {
    max-width: none;
  }

  .button-casos.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button-mobile-oculto {
    display: block;
  }

  .button-mobile-oculto.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    display: none;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .button {
    display: none;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title {
    padding-bottom: 0;
  }

  .image-2 {
    width: 100%;
    padding-left: 0;
  }

  .button-wrap {
    flex-direction: column;
    width: 100%;
  }

  .nav-link {
    font-size: 16px;
    line-height: 0;
  }

  .hero-image {
    width: 80%;
    display: none;
  }

  .black-text {
    margin-top: auto;
  }

  .hero-content {
    margin-bottom: auto;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 2vh;
    margin-bottom: 40px;
  }

  .feature-wrap.reverse {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: auto;
  }

  .feature-wrap.reverse.home {
    margin-bottom: auto;
  }

  .feature-wrap.logos {
    text-align: left;
    width: auto;
    margin-top: 2vh;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .feature-wrap.icons.numbers {
    margin-bottom: 2vh;
  }

  .feature-wrap.home {
    margin-top: 60px;
    margin-bottom: auto;
  }

  .feature-image {
    text-align: center;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .black {
    margin-top: auto;
  }

  .hero-subhead {
    max-width: 100%;
    margin-right: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon, .menu-button {
    color: var(--rebrain-rosa);
  }

  .menu-button.w--open {
    background-color: var(--fondo);
  }

  .nav-menu-2 {
    background-color: var(--fondo);
    padding-top: 0;
  }

  .heading-3 {
    margin-top: 25vw;
    margin-right: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-5 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .prueba-gratuita.center {
    padding-bottom: 10vh;
  }

  .prueba-gratuita.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .button-mobile {
    margin-top: 20px;
    display: block;
  }

  .button-mobile.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .beneficios {
    flex-direction: column;
    margin-top: 2vh;
  }

  .beneficios.reverse {
    flex-direction: column;
  }

  .cases {
    margin: auto auto 5vh;
    padding-right: 0;
  }

  .text-cases {
    width: auto;
    max-width: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-cases.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-2 {
    display: block;
  }

  .columns {
    margin-left: 2vh;
    margin-right: 2vh;
    display: block;
  }

  .button-presupuesto {
    margin-top: auto;
    margin-bottom: 20px;
    display: block;
  }

  .button-presupuesto.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .title-cases {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 40px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .ruleta {
    width: 100%;
    padding-left: 0;
  }

  .image-5, .qr-imagen {
    display: none;
  }

  .stadistics {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .columns-3 {
    width: 100%;
    margin-top: auto;
    display: block;
  }

  .container {
    margin-bottom: 10px;
  }

  .numeros {
    flex-direction: column;
    margin-top: 2vh;
  }

  .numeros.reverse {
    flex-direction: column;
  }

  .numeros.logos {
    text-align: left;
    width: auto;
    margin-top: 2vh;
    padding-bottom: 0;
    display: block;
  }

  .numeros.icons.numbers {
    margin-bottom: 2vh;
  }

  .hero-image-screen {
    width: 80%;
  }

  .section-screen {
    flex-direction: column;
    margin-top: 2vh;
    margin-bottom: 10vh;
  }

  .section-screen.reverse {
    flex-direction: column;
  }

  .section-screen.logos {
    text-align: left;
    width: auto;
    margin-top: 2vh;
    padding-bottom: 0;
    display: block;
  }

  .section-screen.icons.numbers {
    margin-bottom: 2vh;
  }

  .section-producto.center {
    background-position: 0 0, 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3-copy {
    margin-top: 25vw;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-subhead-copy {
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .hero-content-copy {
    margin-bottom: 20px;
  }

  .section-home.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image-home {
    width: 80%;
    display: none;
  }

  .section-casos.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .trivia {
    width: 100%;
    padding-right: 0;
  }

  .linkbox {
    width: 100%;
    padding-left: 0;
  }

  .wifi.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .website, .catalogo {
    width: 100%;
    padding-right: 0;
  }

  .barcode {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .screen, .dashboard {
    width: 100%;
    padding-left: 0;
  }

  .metricas {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-pt {
    padding-left: 0;
    padding-right: 0;
  }

  .button-mobile-copy {
    display: block;
  }

  .button-mobile-copy.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-wrap-copy {
    flex-direction: column;
    width: 90vw;
    margin-top: auto;
  }

  .partner-program-footer.center {
    padding-bottom: 10vh;
  }

  .partner-program-footer.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .screen-copy {
    width: 100%;
    padding-left: 0;
  }

  .t-tulo-partner-program {
    margin-top: 10vw;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-3-copy {
    margin-top: 25vw;
    margin-right: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-subhead-copy {
    max-width: 100%;
    margin-right: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-3-centrado {
    margin-top: 25vw;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-subhead-centrado {
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .button-casos {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .button-casos.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .screen-copy {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .button-mobile-oculto {
    margin-top: 20px;
    display: none;
  }

  .button-mobile-oculto.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}


@font-face {
  font-family: 'The refinery clarika geo';
  src: url('../fonts/The-Refinery---Clarika-Geo-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'The refinery clarika geo';
  src: url('../fonts/The-Refinery---Clarika-Geo-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}