:root {
  --indian-red: #eb5757;
  --white-smoke: #f9f9f9;
  --whatsapp-color: #25d366;
  --black: #222;
  --dim-grey: #525252;
  --brown: #ab4040;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
  --brb-azul-1: #00aeef;
  --color: white;
}

.w-layout-blockcontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-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-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

body {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--indian-red);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--indian-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.banner {
  width: 100%;
  color: var(--white-smoke);
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.btn {
  border: 1px solid var(--whatsapp-color);
  -webkit-text-stroke-color: var(--whatsapp-color);
  background-color: #25d366;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
  position: static;
}

.btn:hover,
.btn.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.btn.dark:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
}

.btn.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

.btn.dark.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.btn.light {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.light.outline {
  color: var(--white-smoke);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.btn.light.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  background-color: var(--black);
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--whatsapp-color);
}

.btn.light.hero.safe:hover {
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.outline {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
}

.btn.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.color-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.color-block {
  width: 100px;
  height: 100px;
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.primary {
  background-color: var(--black);
  color: var(--white-smoke);
}

.color-block.secondary {
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.color-block.white {
  background-color: var(--white-smoke);
}

.color-block.primary-variant {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
}

.color-block.secondary-variant {
  background-color: var(--brown);
  color: var(--white-smoke);
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: var(--gold);
}

.color-block.alert-blocks.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.color-block.alert-blocks.alert {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.color-block.alert-blocks.success {
  min-height: auto;
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  padding-top: 0;
}

.separator {
  height: 1px;
  background-color: var(--dim-grey);
  margin-bottom: 20px;
}

.style-link-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.style-link-wrapper.dark {
  background-color: var(--black);
  color: var(--white-smoke);
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  text-transform: uppercase;
}

.small.footer-small {
  font-size: 12px;
}

.page-title-section {
  min-height: 500px;
  background-color: var(--black);
  color: var(--white-smoke);
  background-image: url('../images/INOVACAO_2.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container {
  width: 80%;
  max-width: none;
  min-width: auto;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.shop-local-container {
  width: 80%;
  min-width: 300px;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.contact {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-title {
  margin-top: 10px;
}

.style-menu-wrapper {
  margin-bottom: 10px;
}

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

.input {
  border: 1px solid var(--black);
  border-radius: 5px;
}

.input:hover,
.input:active,
.input:focus,
.input.-wfp-focus {
  border-color: var(--indian-red);
}

.input::-ms-input-placeholder {
  color: var(--dim-grey);
}

.input::placeholder {
  color: var(--dim-grey);
}

.input.cart-quantity {
  margin-bottom: 0;
  margin-right: 5px;
}

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

.alert-wrapper {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  background-color: var(--red);
  color: var(--white-smoke);
}

.alert-wrapper.warning {
  background-color: var(--gold);
}

.alert-wrapper.success {
  min-height: auto;
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  padding-top: 20px;
}

.alert-wrapper.information {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.style-pill-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.style-pill-wrapper.style-page {
  align-items: flex-start;
  display: flex;
}

.pill {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.pill.warning.badge {
  border-radius: 0;
}

.pill.caution {
  background-color: var(--gold);
  color: var(--black);
}

.pill.caution.badge {
  border-radius: 0;
}

.pill.success {
  min-height: auto;
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  padding-top: 5px;
}

.pill.success.badge,
.pill.badge {
  border-radius: 0;
}

.pill.primary {
  background-color: var(--indian-red);
  font-size: 16px;
}

.hero-section {
  min-height: 550px;
  background-image: url('../images/glowing-filament-ignites-inspiration-bright-ideas-indoors-generated-by-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/GettyImages-1401433457.jpg');
  background-position: 0 0, 25% 15%;
  background-size: auto, auto;
}

.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  z-index: 900;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  width: 100%;
  background-color: var(--black);
  padding: 20px 0;
}

.nav-link {
  color: var(--white-smoke);
  border-radius: 5px;
  margin-left: 40px;
  margin-right: 0;
  padding: 4px 0;
  transition: all .3s;
}

.nav-link:hover {
  background-color: var(--black);
  background-image: none;
}

.nav-link.w--current {
  color: var(--white-smoke);
}

.nav-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-wrapper {
  width: 100%;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  width: 35%;
  color: var(--white-smoke);
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading.anout-hero-heading {
  width: 40%;
  color: var(--white-smoke);
  margin-top: 140px;
}

.hero-paragraph {
  width: 32%;
  color: var(--white-smoke);
  text-align: justify;
  margin-bottom: 40px;
  font-size: 18px;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.support-top-left {
  width: auto;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.support-top-details-text {
  width: auto;
  text-transform: uppercase;
}

.support-top-heading {
  width: auto;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  line-height: 1.2;
}

.support-top-right {
  width: 30%;
}

.support-wrapper {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 400px;
  justify-content: space-between;
  align-self: flex-start;
  margin-top: 0;
  display: flex;
}

.support-column {
  width: 30%;
  height: auto;
  min-height: 250px;
  background-image: url('../images/8090.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.support-square {
  width: 99.9999%;
  height: 62%;
  min-height: 250px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number {
  color: var(--white-smoke);
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.support-square-text {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  left: auto;
}

.support-square-image {
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.safe-section {
  min-height: 600px;
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, .17), var(--black)), url('../images/20210428_181117.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 100px;
  margin-left: 0;
}

.safe-wrapper {
  min-height: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.safe-heading {
  width: 70%;
  color: var(--white-smoke);
  text-align: left;
  margin-top: 150px;
  font-size: 45px;
  line-height: 1.2;
}

.safe-paragraph {
  width: 70%;
  color: var(--white-smoke);
  text-align: justify;
  margin-bottom: 25px;
  font-size: 18px;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.shop-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.shop-item-price {
  color: var(--black);
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: var(--indian-red);
  text-decoration: line-through;
}

.shop-local-section {
  min-width: 320px;
  padding: 65px 100px;
}

.shop-local-wrapper {
  width: 100%;
  height: 100%;
  min-height: 500px;
  min-width: 250px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.shop-local-left {
  width: 30%;
  height: 85%;
  min-height: 420px;
  background-image: url('../images/89360.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 10px;
  justify-content: space-between;
  margin-right: 40px;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.shop-local-right {
  width: 87%;
  height: 100%;
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  justify-content: flex-end;
  align-self: flex-start;
  padding: 20px 45px 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  align-self: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  min-width: 850px;
  background-color: var(--black);
  padding: 40px 0 30px;
}

.footer-wrapper {
  min-width: 650px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.social-footer-link {
  margin-left: 0;
  margin-right: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 55px;
}

.pitch-days {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pitch-days.why-acme-sections {
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.pitch-days.featured-section {
  height: 550px;
  background-color: #333c45;
  margin: 0 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-top-block {
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-acme-block {
  width: 80%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.why-acme-heading {
  text-align: center;
  font-size: 29px;
}

.why-acme-paragraph {
  text-align: left;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  width: 22%;
}

.image {
  display: block;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  width: 70%;
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  padding: 20px 20px 20px 140px;
}

.meet-the-owners-left {
  width: 35%;
  height: 90%;
  background-image: url('../images/BRB_JORNADA_DIRETORES_24.10.2023_CREDITOS_carolinabruzzonefotografia-61-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.owners-rich-text {
  text-align: justify;
}

.owners-rich-text h2 {
  margin-top: 0;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-avatar-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.owner-bio {
  width: 35%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.owner-bio-paragraph {
  text-align: center;
}

.contact-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.contact-left {
  width: 30%;
}

.contact-right {
  width: 50%;
  margin-right: 40px;
  padding-left: 20px;
}

.contact-hero-section {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hero-bg-wrapper {
  width: 80%;
  height: 600px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-image-div {
  width: 45%;
  height: 550px;
  background-image: linear-gradient(to right, var(--black), rgba(34, 34, 34, .18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.contact-block-wrapper {
  width: 60%;
  height: auto;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.contact-block {
  width: 49%;
  height: 320px;
  min-height: 300px;
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #8b8b8b;
}

.contact-icon {
  margin-bottom: 15px;
}

.heading {
  margin-top: 220px;
  margin-bottom: 0;
}

.success {
  min-height: 280px;
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  border-radius: 5px;
  padding-top: 125px;
}

.error {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 5px;
}

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

.image-source-wrapper {
  height: 300px;
  overflow: hidden;
}

.limg {
  min-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

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

.price-wrapper {
  border-bottom: 1px rgba(34, 34, 34, .08);
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  background-color: var(--indian-red);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 5px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.shop-button-wrapper {
  justify-content: center;
  display: flex;
}

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}

.page-product-headin {
  margin-top: 0;
}

.shop-item-price-page {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shop-item-price-page.compare-at {
  color: var(--indian-red);
  text-decoration: line-through;
}

.page-price-wrapping {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.add-to-cart-page-wrapper {
  margin-top: 15px;
  display: flex;
}

.shop-page-wrapper {
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-wrapper {
  width: 100%;
  min-height: 250px;
  color: var(--white-smoke);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}

.featured-item-name {
  color: var(--white-smoke);
  margin-bottom: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.featured-price {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 2%;
  right: auto;
}

.featured-gradient-overlay {
  background-image: linear-gradient(rgba(34, 34, 34, .22), rgba(34, 34, 34, .69));
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-more {
  justify-content: center;
  display: flex;
}

.donate-explainer {
  min-height: 550px;
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, .56), var(--black)), url('../images/INOVACAO.png');
  color: var(--white-smoke);
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.donate-heading-1 {
  text-align: center;
  align-self: flex-end;
  margin-bottom: -5px;
  font-size: 38px;
  font-weight: 800;
}

.donate-heading-2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.donate-paragraph {
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.donate-wrapper {
  width: 50%;
  border: 2px solid var(--black);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
}

.donate-link-block {
  width: 100%;
  background-color: var(--indian-red);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: var(--black);
}

.text-block {
  color: var(--white-smoke);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  background-color: var(--black);
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.cart-nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-quantity-cart {
  color: var(--black);
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 30px;
}

.cart-icon {
  width: 20px;
  margin-right: 0;
}

.checkout-form,
.paypal-checkout-form {
  background-color: rgba(0, 0, 0, 0);
}

.container-checkout {
  max-width: 1200px;
  justify-content: center;
}

.pay-with-browser,
.apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.order-confirmation {
  background-color: rgba(0, 0, 0, 0);
}

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product-image-cart {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand {
  width: 25%;
  margin-right: 10px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, .42), var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.alert-empty {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.paragraph {
  color: #eef0f2;
  text-align: center;
  background-color: rgba(192, 190, 190, .6);
  border-radius: 10px;
  margin-left: 25px;
  margin-right: 25px;
}

.paragraph-2 {
  color: #eef0f2;
  text-align: center;
  background-color: rgba(192, 190, 190, .6);
  border-radius: 10px;
  align-self: flex-start;
  margin-left: 25px;
  margin-right: 25px;
}

.paragraph-3 {
  color: #eef0f2;
  text-align: center;
  background-color: rgba(192, 190, 190, .6);
  border-radius: 10px;
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.image-2 {
  padding-bottom: 0;
}

.image-3 {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.paragraph-4 {
  width: auto;
  text-align: left;
  margin-left: auto;
}

.pilar-01 {
  width: 32%;
  height: 100%;
  min-height: 400px;
  background-image: url('../images/8090.jpg');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.div-block {
  width: auto;
  height: 100%;
  text-align: left;
  margin-right: 0;
}

.pilar-2 {
  width: 32%;
  height: 100%;
  min-height: 400px;
  background-image: url('../images/37446.jpg');
  background-position: 65%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.paragraph-5 {
  font-size: 17px;
}

.pilar-3 {
  width: 32%;
  height: 100%;
  min-height: 400px;
  background-image: url('../images/100069.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  display: flex;
}

.t-tulo-pilar-1 {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  left: auto;
}

.div-block-2 {
  width: 30%;
}

.paragraph-6 {
  width: 90%;
  height: 70%;
  color: #fff;
}

.div-block-3 {
  width: 20%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  width: 25%;
  height: 100%;
  margin-right: 20px;
}

.paragraph-7 {
  text-align: justify;
}

.html-embed-20 {
  width: 100%;
  text-align: center;
}

.c-card-no-evento {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.div-block-eventos {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  padding: 0;
  display: flex;
}

.c-card-back-2 {
  width: 364px;
  height: 450px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-btn-link-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #818181;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.card-btn-link-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: radial-gradient(circle farthest-side, #6598ff, rgba(255, 255, 255, 0));
}

.card-btn-link-2:hover::before {
  transform: translateY(0%);
}


.c-card-text-evento {
  width: 100%;
  height: 60px;
  min-height: 1px;
  perspective: 1000px;
  background-color: rgba(0, 0, 0, .5);
  border-top: 1px dashed rgba(255, 255, 255, .25);
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 0 15px;
  display: flex;
  transform: translate(0);
  border-radius: 12px;
}

.c-card-title-evento {
  width: 80%;
  margin-bottom: 5px;
  font-size: 12px;
}

.card-btn-focus-bg {
  width: 75%;
  height: 200%;
  background-image: radial-gradient(circle farthest-side, #6598ff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -75%;
  bottom: auto;
  left: auto;
  right: -10%;
}

._w-card-img-evento {
  width: 75%;
  height: 75%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-card-back-evento {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  background-color: #eef0f2;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-card-label-evento {
  color: #333c45;
  text-align: center;
  margin-bottom: auto;
  padding: 15px 20px;
}

.card-img-evento {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  align-self: flex-end;
  position: fixed;
  object-fit: cover;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;

}

.c-card-btn-text.focus {
  background-color: #44678a;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0px, 100%, 0px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  top: 0;
  right: 0;

}

.card-no-text-2 {
  width: 99.993%;
  opacity: .2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 22px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  transform: translate(-20px);
}

.aspsa-portfolio-texto2 {
  color: #fff;
  display: inline-block;
}

.aspsa-portfolio-texto2.top {
  opacity: .2;
  color: #333c45;
  margin-top: -20px;
  margin-left: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  top: -.4em;
  bottom: auto;
  left: -.3em;
  right: auto;
}

.aspsa-portfolio-texto2.btm {
  opacity: .2;
  color: #333c45;
  opacity: .2;
  color: #333c45;
  margin-bottom: -20px;
  margin-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.aspsa-portfolio-texto2.top {
  opacity: .2;
  color: #333c45;
  text-align: right;
  justify-content: center;
  align-items: center;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: 210px;
  bottom: auto;
  left: 425px;
  right: auto;
}

._w-card-quote-evento {
  height: 99.9999%;
  color: #333e45;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;

}

.c-card-img-evento {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-72 {
  max-width: 50%;
  opacity: 1;
  position: static;
  right: auto;
}

.no-dot {
  width: 10px;
  height: 10px;
  opacity: .2;
  background-color: #fff;
  margin: 5px 2px;
}

.card-title-evento {
  width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.c-card-front-evento {
  width: 364px;
  height: 450px;
  perspective: 1000px;
  background-color: #333c45;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-cardc-eventos {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
}

.flipcard-portolio-label-2 {
  opacity: .2;
  color: #eef0f2;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: .8em;
  line-height: 1em;
}

.card-quote-evento {
  z-index: 5;
  color: #eef0f2;
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  top: auto;
}

.card-alias-evento {
  color: #ddd;
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: .9em;
  line-height: 1em;
  display: none;
}

.c-card-btn-2 {
  width: auto;
  align-self: center;
  margin-top: auto;
  padding: 0 20px;
}

.card-text-2 {
  color: #eef0f2;
  font-family: Exo, sans-serif;
}

.card-text-2.focus {
  z-index: 10;
  position: relative;
}

.column-67 {
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
}

._w-card-front-evento {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  color: #2e3175;
  mix-blend-mode: normal;
  background-color: #4b4b4b;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/modern-equipped-computer-lab-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 13px;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: none;
}

.c-card-quote-evento {
  background-color: #333;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  position: relative;
}

.div-block-startups-lab {
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  display: block;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  background-color: #333c45;
}

.final-secction {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 65px;
  display: flex;
}

.final-secction.why-acme-sections {
  align-items: center;
  justify-items: center;
  padding-bottom: 0;
  display: flex;
}

.final-secction.featured-section {
  padding-bottom: 0;
}

.div-block-5 {
  width: 270px;
  height: 380px;
  opacity: .7;
  mix-blend-mode: multiply;
  background-color: #333c45;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-2 {
  color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.div-block-6 {
  width: 25%;
  flex-direction: column;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.div-block-7 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 40px;
  display: flex;
}

.div-block-8 {
  width: 100%;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-9 {
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 30px;
}

.paragraph-8 {
  width: 65%;
  text-align: justify;
  margin-right: 0;
  font-size: 20px;
}

.div-block-10 {
  margin: 40px 100px;
}

.container-2 {
  margin-left: 100px;
}

.heading-3 {
  color: #eef0f2;
  margin-top: 0;
}

.paragraph-9 {
  color: #eef0f2;
  text-align: justify;
}

.image-73 {
  width: auto;
  height: auto;
  order: 0;
  align-self: flex-start;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.div-block-11 {
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.heading-4 {
  color: #eef0f2;
  margin-top: 40px;
}

.paragraph-10 {
  color: #eef0f2;
  text-align: justify;
}

.container-3 {
  width: 80%;
  max-width: none;
  min-height: 400px;
  justify-content: space-between;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-12 {
  margin-bottom: 40px;
}

.pitch-day {
  width: 100%;
  color: #333;
  margin-top: 0;
  margin-right: 40px;
  font-size: 28px;
}

.paragraph-pitch {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
  margin-right: auto;
}

.div-block-13 {
  width: auto;
  max-height: 400px;
  max-width: 300px;
  min-height: 250px;
  min-width: 300px;
  border-radius: 13px;
  margin-right: 40px;
}

.div-block-14 {
  width: 80%;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle {
  background-color: var(--brb-azul-1);
  color: #333;
  border-radius: 12px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.dropdown-toggle-2 {
  background-color: var(--brb-azul-1);
  color: #333;
  border-radius: 12px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-15 {
  width: 100%;
  margin-top: 15px;
}

.section-2 {
  max-width: none;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 60px 0 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-16 {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 4px 5px rgba(20, 20, 20, .2);
}

.heading-5 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 35px;
  text-decoration: underline;
}

.div-block-17 {
  height: 150px;
  background-image: url('../images/Nacao-BRB-Fla.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
}

.image-74 {
  height: 100%;
}

.div-block-18 {
  width: auto;
  height: 15%;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.image-75 {
  width: 15%;
  height: 70%;
  object-fit: contain;
}

.image-76 {
  width: 20%;
  height: 100%;
  padding-top: 0;
  object-fit: contain;
}

.container-4 {
  width: 80%;
  max-width: none;
  min-width: 280px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  width: 1400px;
}

.div-block-20 {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  display: flex;
}

.news2 {
  height: 150px;
  background-image: url('../images/carles-rabada-FouyeA9HH5U-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
}

.news3 {
  height: 150px;
  background-image: url('../images/WhatsApp-Image-2022-07-04-at-13.36.02-1.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
}

.news4 {
  height: 150px;
  background-image: url('../images/1365.jpg');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
}

.news1 {
  height: 150px;
  background-image: url('../images/Nacao-BRB-Fla.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
}

.div-block-21 {
  width: 54%;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.container-p-gina-inicial {
  max-width: 1400px;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin: 0 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-p-gina-inicial.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-pilares {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
  position: static;
}

.c-card-back-3 {
  width: 364px;
  height: 242px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

._w-card-back-evento-2 {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  background-color: #eef0f2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c-card-img-evento-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-front-evento-2 {
  width: 364px;
  height: 242px;
  perspective: 1000px;
  background-color: #eef0f2;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

._w-flip-cardc-eventos-2 {
  z-index: 10;
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  border-radius: 10px;
  grid-template: "Area"
    "."
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  position: relative;
}

.column-66 {
  color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.card-quote-evento-2 {
  z-index: 5;
  height: 100%;
  color: #eef0f2;
  text-align: center;
  align-items: center;
  margin: auto auto 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
  position: relative;
  top: auto;
}

.section-eventos {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-8932 {
  width: 100%;
  height: 100%;
  max-width: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

._w-card-front-evento-copy {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  color: #000;
  background-color: #5c6ea9;
  border-radius: 5px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: none;
}

.c-card-btn-3 {
  width: auto;
  align-self: center;
  padding: 0 20px;
}

.c-card-back-4 {
  width: 360px;
  height: 242px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
}

.c-card-label-evento-2 {
  text-align: center;
  padding: 15px 20px;
}

.c-card-img-evento-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-front-evento-3 {
  width: 360px;
  height: 242px;
  perspective: 1000px;
  background-color: #eef0f2;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-cardc-eventos-3 {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.column-69 {
  color: rgba(0, 0, 0, 0);
}

._w-card-front-evento-copy-2 {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  color: #2e3175;
  background-color: #a6a6a8;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: none;
}

.heading-8933 {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.brix---heading-h1-size-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---buttons-row-center {
  width: 85%;
  height: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---section-extra-small {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary-white {
  height: 100%;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 13px;
  align-items: center;
  margin-left: 20px;
  padding: 25px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  height: 100%;
  color: #036;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.brix---btn-primary-white:hover {
  color: #036;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

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

.brix---hero-card-bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  border-radius: 40px;
  margin-top: 112px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

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

.brix---color-neutral-812 {
  color: #fff;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  height: 100%;
  margin-right: 0;
}

.brix---heading-h2-size {
  width: 100%;
  color: #036;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.brix---paragraph-default {
  width: 100%;
  color: #036;
  text-align: justify;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  font-family: Sen, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-2 {
  color: #036;
  font-family: Sen, sans-serif;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---display-4 {
  color: #036;
  margin-top: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

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

.brix---color-neutral-802 {
  width: 100%;
  color: #6e7191;
}

.brix---link-icon-right {
  margin-left: 6px;
}

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

.brix---inner-container-1000px-center {
  width: 80%;
  max-width: none;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---grid-2-columns-text-left {
  max-width: 100%;
  grid-column-gap: 11px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow {
  width: 90%;
  height: 80%;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

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

.brix---image {
  width: 100%;
  height: 75%;
  max-height: none;
  max-width: none;
  align-self: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

.brix--grid-2-columns-text-right {
  grid-column-gap: 9px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.brix---link-content {
  color: #6e7191;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---section {
  color: #fff;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 100px;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.brix---container-default {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---container-default-3 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-section-2 {
  width: 100%;
  background-color: #003e7e;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  top: -20px;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.brix---color-neutral-816 {
  color: #fff;
}

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

.brix---z-index-1 {
  z-index: 1;
  width: 80%;
  color: #003e7e;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---btn-primary-white-2 {
  color: #00aeef;
  text-align: center;
  -webkit-text-stroke-color: #00aeef;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 13px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---grid-nossos-parceiro {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.brix---inner-container-640px---center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.bossa-logo {
  width: 545px;
  height: 300px;
  color: #fff;
  text-align: center;
  object-fit: contain;
  border-radius: 24px;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---link-content-text-center {
  color: #6e7191;
  text-decoration: none;
}

.link-4 {
  color: #eef0f2;
  font-family: Sen, sans-serif;
  text-decoration: none;
}

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

.brix---subtitle {
  color: #036;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---section-2 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}

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

.brix---heading-h2-size-6 {
  color: #333;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.brix---container-default-4 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---pricing-content {
  padding: 40px 28px 72px;
}

.brix---section-3 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

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

.brix---circle-number {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  color: #4a3aff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.brix---container-default-5 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

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

.brix---mg-bottom-48px-2 {
  margin-top: 74px;
  margin-bottom: 48px;
}

.brix---content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 48px;
}

.brix---section-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 0;
}

.brix---square-icon-large {
  border-radius: 24px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 20, .15);
}

.brix---container-default-6 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-top: 74px;
  margin-bottom: 48px;
}

.brix---grid-3-columns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 27px;
  display: grid;
}

.brix---heading-h3-size-2 {
  color: #036;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---card-top-bg {
  min-height: 100px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  font-size: 0;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-7 {
  background-color: var(--black);
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 176px;
}

.card-text-link-partner-01 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  align-self: center;
  font-family: Exo, sans-serif;
}

.card-link-partnetr {
  width: auto;
  color: #333c45;
  text-align: center;
  background-color: #fff;
  border: 2px solid #818181;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flip-box {
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding: 0 10px 10px;
  display: flex;
  position: relative;
}

.frente-card-2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 14px 42px rgba(10, 10, 0, .14);
}

.portf-lio {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.filp-image {
  width: 300px;
}

.card-btn-focus-bg-partner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.card-text-link-partner-02 {
  font-family: Exo, sans-serif;
}

.card-text-link-partner-02.focus {
  z-index: 10;
  background-color: #fff;
  align-self: center;
  position: relative;
}

.flip-warpper {
  justify-content: center;
  align-self: center;
  margin-top: auto;
  padding: 0;
  display: block;

}

.warpper {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.texto-verso-2 {
  z-index: 5;
  width: 85%;
  height: 85%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 0 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
  position: absolute;
  top: auto;
}

.base-01-link-partner {
  width: 100%;
  padding: 10px 20px;
}

.base-01-link-partner.default {
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.back-card-2 {
  width: 350px;
  height: 300px;
  max-height: 300px;
  max-width: 350px;
  min-height: 250px;
  min-width: 550px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 14px 42px rgba(10, 10, 0, .14);
}

.base-02-link-partner {
  width: 100%;
  padding: 10px 20px;
}

.base-02-link-partner.focus {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.back-card-2-1 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 14px 42px rgba(10, 10, 0, .14);
}

.section-portfolio {
  max-height: none;
  grid-template-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: end;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.brix---heading-h2-size-8 {
  color: #eef0f2;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
  justify-content: center;
}

.link-partner {
  width: auto;
  height: auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 10px 20px 0;
  display: flex;
}

.base-central-texto {
  width: 350px;
  height: 250px;
  max-height: 250px;
  max-width: 350px;
  min-height: 200px;
  min-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-heading-cvc {
  width: 35%;
  color: var(--white-smoke);
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading-cvc.anout-hero-heading {
  width: 51%;
  margin-top: 140px;
}

.imags-cvc,
.image-cvc2 {
  width: 90%;
  height: 80%;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.section-startups-lab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  width: 100%;
}

.section-startups-lab.why-acme-sections {
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-startups-lab.featured-section {
  height: 550px;
  background-color: #333c45;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section-startups {
  min-height: 550px;
  background-image: url('../images/glowing-filament-ignites-inspiration-bright-ideas-indoors-generated-by-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-startups.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/modern-equipped-computer-lab-1.jpg');
  background-position: 0 0, 25% 15%;
  background-size: auto, cover;
}

.hero-section-startups.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-435 {
  border-radius: 8px;
}

.html-embed-26 {
  width: auto;
  height: 69.7%;
  border-radius: 12px;
}

.hero-section-lab {
  min-height: 550px;
  background-image: url('../images/glowing-filament-ignites-inspiration-bright-ideas-indoors-generated-by-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-lab.about-hero {
  width: 100%;
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/20210428_181117.jpg');
  background-position: 0 0, 25% 15%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-lab.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-heading-lab {
  width: 35%;
  color: var(--white-smoke);
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading-lab.anout-hero-heading {
  width: 44%;
  font-size: 50px;
}

.section-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.container-436 {
  width: 80%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-8934 {
  margin-bottom: 20px;
}

.heading-eventos {
  text-align: center;
  align-self: flex-end;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: 800;
}

.italic-text {
  color: #eef0f2;
}

.hero-wrapper-home {
  min-height: 650px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.support-section-fundamentos-home {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container-fundamentos-home {
  width: 80%;
  max-width: none;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-fundamentos-home.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-11 {
  width: 99.9998%;
  text-align: justify;
}

.startups-home {
  width: 100%;
  min-width: 320px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
}

.sede-inova-o-home {
  width: 100%;
  min-height: auto;
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, .17), var(--black)), url('../images/20210428_181117.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 100px;
  margin-left: 0;
}

.container-sede-home {
  width: 80%;
  max-width: none;
  min-width: 850px;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-sede-home.shop-local-container {
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.container-sede-home.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.safe-wrapper-sede-home {
  width: 70%;
  min-height: 550px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-vidoe-espa-o {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-437 {
  max-width: 1600px;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-wrapper-espa-o {
  width: 100%;
  min-height: 650px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.not-cia-4 {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  margin-right: 0;
  box-shadow: 0 4px 5px rgba(20, 20, 20, .2);
}

.div-block-23,
.div-block-24,
.div-block-25,
.div-block-26 {
  min-height: 160px;
}

.hero-section-inova-ao {
  max-width: none;
  min-height: 500px;
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, rgba(7, 7, 7, .74) 14%, rgba(28, 28, 28, 0) 100%, #202020 100%, var(--black) 100%, rgba(34, 34, 34, 0)), url('../images/INOVACAO_2.png');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  padding: 30px 0;
  display: flex;
}

.noticias {
  width: 100%;
  max-width: none;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 60px 0 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.edital-inov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.edital-inov.why-acme-sections {
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.edital-inov.featured-section {
  height: 500px;
  background-color: #333c45;
  align-items: center;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image-77 {
  border-radius: 13px;
}

.section-atua-o {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-8935 {
  display: flex;
}

.container-edital-inov {
  width: 80%;
  max-width: none;
  min-width: auto;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-edital-inov.shop-local-container {
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.container-edital-inov.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-eventos {
  width: 100%;
  min-height: 550px;
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, .56), var(--black)), url('../images/INOVACAO.png');
  color: var(--white-smoke);
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container-head-eventos {
  width: auto;
  max-width: none;
  min-width: auto;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-head-eventos.shop-local-container {
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.container-head-eventos.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-eventos-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.italic-text-2,
.italic-text-3 {
  color: #eef0f2;
}

.bold-text-3 {
  width: 100%;
  font-size: 18px;
}

.div-block-27 {
  width: 110px;
  height: 60px;
  max-width: 150px;
  min-width: auto;
  word-break: normal;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.bold-text-4 {
  font-size: 18px;
}

.div-block-28 {
  align-self: center;
  margin-right: 20px;
}

.div-block-29 {
  background-color: rgba(0, 0, 0, .5);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.italic-text-4,
.italic-text-5,
.italic-text-6 {
  color: #eef0f2;
}

.div-block-30 {
  width: 20%;
  margin-right: 20px;
}

.div-block-31 {
  width: 70%;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 20px;
  display: flex;
}

.bold-text-5 {
  font-size: 18px;
}

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

.contact-hero-fa-a-parte {
  width: 100%;
  background-color: var(--black);
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/group-coworkers-office-posing.jpg');
  background-position: 50% 18%;
  background-size: cover;
  background-clip: border-box;
  align-items: flex-end;
  margin-bottom: 100px;
  margin-left: 0;
  padding: 0 0 40px;
  display: flex;
}

.pitch-days-forms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pitch-days-forms.why-acme-sections {
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.pitch-days-forms.featured-section {
  height: 550px;
  background-color: #333c45;
  margin: 0 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.secction-form {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.secction-form.why-acme-sections {
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.secction-form.featured-section {
  height: 550px;
  background-color: #333c45;
  margin: 0 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-forms {
  width: 80%;
  max-width: none;
  min-width: auto;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-forms.shop-local-container {
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.container-forms.contact {
  flex-direction: column;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imags-cvc-01 {
  width: 550px;
  height: 400px;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.image-cvc-02 {
  width: 550px;
  height: 400px;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.image-bossa {
  width: 80%;
  height: 60%;
  max-height: none;
  max-width: none;
  align-self: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-kptl {
  width: 60%;
  height: 100%;
  max-height: none;
  max-width: none;
  align-self: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-cvc-01,
.image-cvc2-1 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  align-self: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.secction-end-bar {
  min-width: 850px;
  background-color: var(--black);
  margin-left: 0;
  padding: 40px 0 30px;
}

.container-end-bar {
  width: 100%;
  max-width: none;
  min-width: auto;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-end-bar.shop-local-container {
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.container-end-bar.contact {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper-end-bar {
  width: 80%;
  min-width: 650px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-section-home {
  min-height: 550px;
  background-image: url('../images/BRB_JORNADA_DIRETORES_24.10.2023_CREDITOS_carolinabruzzonefotografia-183.jpg');
  background-position: 50% 24%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-home.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/GettyImages-1401433457.jpg');
  background-position: 0 0, 25% 15%;
  background-size: auto, auto;
}

.hero-section-home.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper-nav-bar {
  z-index: 900;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-espa-o {
  width: 80%;
  max-width: none;
  min-width: auto;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-espa-o.shop-local-container {
  width: 100%;
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.container-espa-o.contact {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-33 {
  width: 100%;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-34 {
  width: 32%;
  height: 100%;
  align-self: flex-start;
  margin-right: 40px;
}

.div-block-35 {
  width: auto;
  height: auto;
}

.heading-8936 {
  text-align: right;
  margin-top: 0;
  font-size: 30px;
}

.paragraph-12 {
  text-align: justify;
  margin-bottom: 0;
}

.div-block-36 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-cronograma {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-content-calendar {
  width: auto;
  height: 1180px;
  max-width: none;
  justify-content: space-between;
  margin-bottom: -150px;
  display: flex;
}

.div-calendario {
  width: auto;
  height: 100%;
  align-self: flex-start;
  margin-right: 0;
}

.italic-text-7 {
  color: #eef0f2;
}

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

.hero-section-cvc {
  min-height: 550px;
  background-image: url('../images/glowing-filament-ignites-inspiration-bright-ideas-indoors-generated-by-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-cvc.about-hero {
  width: 100%;
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/GettyImages-1401433457.jpg');
  background-position: 0 0, 25% 15%;
  background-size: auto, auto;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-cvc.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-4-title {
  color: #333;
  font-family: Sen, sans-serif;
  text-decoration: none;
}

.link-block {
  width: 31%;
  height: 100%;
  color: var(--black);
  -webkit-text-stroke-color: var(--brb-azul-1);
  margin-right: 25px;
}

.link-block-2 {
  width: 31%;
  height: 100%;
  color: var(--black);
  margin-right: 0;
}

.link-block-3 {
  width: 31%;
  height: 100%;
  margin-right: 25px;
}

.new4 {
  width: 310px;
  height: 400px;
  border-radius: 15px;
  margin-right: 0;
  box-shadow: 0 4px 5px rgba(20, 20, 20, .2);
}

.link-block-4 {
  width: 31%;
  height: 100%;
  margin-right: 25px;
}

.section-portf-lio {
  width: 100%;
  background-color: var(--black);
  color: #fff;
  background-image: linear-gradient(3deg, #222, #333e45 99%, #444);
  margin-top: 0;
  padding: 40px 0px 60px 0px;
}

.div-block-37 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.paragraph-13 {
  width: 80%;
  text-align: center;
  margin-bottom: 30px;
}

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

.heading-8938 {
  margin-top: auto;
}

.bot-o-forms-fa-a-parte {
  border: 1px solid var(--brb-azul-1);
  -webkit-text-stroke-color: var(--whatsapp-color);
  background-color: #00aeef;
  border-radius: 2px;
  margin-top: 10px;
  padding: 2px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.bot-o-forms-fa-a-parte:hover,
.bot-o-forms-fa-a-parte.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.bot-o-forms-fa-a-parte.dark:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
}

.bot-o-forms-fa-a-parte.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

.bot-o-forms-fa-a-parte.dark.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.bot-o-forms-fa-a-parte.dark.outline.cat-menu {
  width: 100%;
}

.bot-o-forms-fa-a-parte.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.bot-o-forms-fa-a-parte.light {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.bot-o-forms-fa-a-parte.light:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.bot-o-forms-fa-a-parte.light.outline {
  color: var(--white-smoke);
}

.bot-o-forms-fa-a-parte.light.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.bot-o-forms-fa-a-parte.light.hero {
  margin-right: 10px;
}

.bot-o-forms-fa-a-parte.outline {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
}

.bot-o-forms-fa-a-parte.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.bot-o-forms-fa-a-parte.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.div-block-39 {
  width: 100%;
  height: 750px;
  background-color: rgba(0, 0, 0, .65);
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-40 {
  margin-top: 60px;
}

.paragraph-14 {
  color: #eef2f0;
  margin-top: -15px;
  font-weight: 400;
}


.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

.hero-section-startup {
  min-height: 550px;
  background-image: url('../images/glowing-filament-ignites-inspiration-bright-ideas-indoors-generated-by-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-startup.about-hero {
  width: 100%;
  min-height: 500px;
  background-image: linear-gradient(to top, #fff 3%, rgba(235, 235, 235, .91) 14%, rgba(193, 193, 193, .72) 74%, rgba(34, 34, 34, 0)), url('../images/business-executives-discussing-with-their-colleagues-whiteboa-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-startup.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-base-startup {
  width: 100%;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.logo-veriza {
  width: auto;
  height: 40%;
  border-radius: 10px;
  align-self: center;
  position: relative;
  object-fit: contain;
}

.c-card-back-2-veriza {
  width: 270px;
  height: 380px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
}

.back-text-startup {
  height: 80%;
  color: #eef0f2;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-41 {
  margin-bottom: 0;
}

.card-img-logo-atmos {
  width: auto;
  height: 59%;
  border-radius: 10px;
  align-self: flex-end;
  position: fixed;
}

.c-card-img-logo-atmos {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-card-img-middlediv-logo--atmos {
  width: 75%;
  height: 30%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-img-logo-gogledger {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-card-imggoledger {
  width: 75%;
  height: 25%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-img-goledger {
  width: auto;
  height: 90%;
  border-radius: 10px;
  align-self: center;
  position: fixed;
}

.hero-section-help {
  min-height: 550px;
  background-image: url('../images/glowing-filament-ignites-inspiration-bright-ideas-indoors-generated-by-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-section-help.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/GettyImages-1401433457.jpg');
  background-position: 0 0, 25% 15%;
  background-size: auto, auto;
}

.hero-section-help.contact-hero {
  width: 100%;
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.section-fundamentos-home {
  width: 100%;
  justify-content: center;
  margin-bottom: 60px;
  padding: 65px 0 0;
  display: flex;
}

.brix---section-cvc-whats {
  width: 100%;
  color: #fff;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
}

.brix---section-2patrners {
  color: #fff;
  margin-bottom: 60px;
  padding: 0 0 100px;
}

.brix---container-partners {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-beneficios {
  color: #fff;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 0;
}

.brix---section-vertioais {
  width: 100%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
}

.div-block-42 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.support-square-text-pessoas {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  left: auto;
}

.heading-sobre {
  text-align: left;
  margin-top: 0;
}

.paragraph-sobre {
  text-align: justify;
  margin-bottom: 0;
}

.div-block-43 {
  height: 28%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-44 {
  width: auto;
  height: 10%;
}

.div-block-45 {
  height: 28%;
}

.div-block-46 {
  height: 100%;
}

.div-block-47 {
  height: 28%;
}

.div-block-48 {
  height: 10%;
}

.div-block-49 {
  height: 23%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-50 {
  height: 23%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-51 {
  height: 23%;
  align-items: flex-start;
  display: flex;
}

.div-block-52 {
  justify-content: space-between;
  display: flex;
}

.image-78 {
  width: 100%;
  border-radius: 13px;
}

.div-block-53 {
  width: 25%;
  border-radius: 13px;
}

.div-block-54 {
  width: 100%;
  height: 604px;
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-55 {
  max-width: 85%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  gap: 1.2em;

}

.container-438 {
  width: 80%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.container-439 {
  width: 100%;
  max-width: none;
  justify-content: center;
  display: flex;
}

.container-440,
.container-441,
.container-442 {
  width: 80%;
  max-width: none;
}

.container-443 {
  width: 80%;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

._w-card-img-middlediv-logo-veriza {
  width: 80%;
  height: 80%;
  perspective: 1000px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-4 {
  width: 100%;
  margin-bottom: 60px;
}

.section-4.fa-a-parte {
  min-height: auto;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.container-444 {
  width: 80%;
  max-width: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-56 {
  width: 40%;
  margin-right: 40px;
}

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

.container-445 {
  max-width: none;
  margin-bottom: auto;
}

.div-block-57 {
  width: 80%;
  justify-content: center;
  display: flex;
}

.container-446 {
  width: 80%;
  max-width: none;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

._w-card-img-vem-money {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.card-img-vem-money {
  width: 80%;
  height: 60%;
  border-radius: 10px;
  align-self: flex-end;
  display: block;
  position: fixed;
}

.dropdown {
  margin-right: 40px;
  display: block;
  position: static;
}

.dropdown-2 {
  position: static;
}

.column-88 {
  align-self: center;
}

.image-79 {
  display: block;
}

.column-95 {
  align-self: center;
}

.container-434 {
  display: block;
}

.column-79 {
  align-self: center;
}

.column-71 {
  margin-top: auto;
}

.column-75,
.column-97 {
  align-self: center;
}

.columns-4 {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.column-80,
.column-101,
.column-78,
.column-85 {
  align-self: center;
}

.section-22 {
  border-top: 2px solid #000;
}

.column-106 {
  align-self: center;
}

.image-80 {
  margin-top: 13px;
  margin-bottom: 10px;
}

.columns-18 {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.image-81 {
  margin-top: 12px;
}

.heading-8947 {
  align-items: center;
  margin-top: 6px;
  font-size: 15px;
  display: flex;
}

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

.heading-8944 {
  margin-top: 6px;
  font-size: 15px;
}

.heading-8945 {
  text-align: left;
}

.column-74 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-5 {
  width: auto;
  justify-content: space-around;
  display: flex;
}

.heading-8942 {
  text-align: center;
  margin-top: 20px;
}

.image-82,
.container-447 {
  display: block;
}

.column-107 {
  margin-top: auto;
}

.image-83 {
  margin-top: 12px;
}

.heading-8948 {
  align-items: center;
  margin-top: 6px;
  font-size: 15px;
  display: flex;
}

.heading-8949 {
  margin-top: 6px;
  font-size: 15px;
}

.heading-8950 {
  text-align: left;
}

.column-108 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-19 {
  width: auto;
  justify-content: space-around;
  display: flex;
}

.heading-8951 {
  text-align: center;
  margin-top: 20px;
}

.image-84 {
  display: block;
}

.column-109 {
  margin-top: auto;
}

.image-85 {
  margin-top: 12px;
}

.statups-de-pitch {
  display: block;
}

.heading-8952 {
  align-items: center;
  margin-top: 6px;
  font-size: 15px;
  display: flex;
}

.heading-8953 {
  margin-top: 6px;
  font-size: 15px;
}

.heading-8954 {
  text-align: left;
}

.column-110 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-20 {
  width: auto;
  justify-content: space-around;
  display: flex;
}

.heading-8955 {
  text-align: center;
  margin-top: 20px;
}

.div-block-58 {
  height: 10%;
}

.div-block-59 {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.image-86 {
  height: NaN%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.dropdown-list {
  width: auto;
  height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-top: 10px;
  padding-right: 0;
}

.dropdown-list.w--open {
  width: 100%;
}

.image-87,
.image-88,
.image-89,
.image-90,
.image-91,
.image-92,
.image-93,
.image-94,
.image-95,
.image-96,
.image-97,
.image-98,
.image-99,
.image-100,
.image-101,
.image-102,
.image-103,
.image-104,
.image-105,
.image-106,
.image-107,
.image-108 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-60 {
  width: 550%;
  height: 0%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-61 {
  width: 52%;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.image-109,
.image-110,
.image-111,
.image-112,
.image-113,
.image-114,
.image-115 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-62 {
  width: 52.5%;
}

.heading-8956,
.heading-8957 {
  margin-top: 5px;
  font-size: 120%;
}

.div-block-63 {
  width: 43%;
}

.image-116,
.image-117,
.image-118,
.image-119,
.image-120,
.image-121,
.image-122,
.image-123,
.image-124 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.dropdown-list-2 {
  background-color: #fff;
  display: none;
}

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

.paragraph-15 {
  text-align: justify;
}

.paragraph-72 {
  font-size: 12px;
}

.column-64 {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.social-wrapper {
  float: right;
  text-align: right;
}

.social-link {
  opacity: .57;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .5s;
}

.social-link:hover {
  opacity: 1;
  padding-top: 0;
  transition: all .5s;
}

.div-block-69 {
  width: 50%;
  height: auto;
  justify-content: flex-end;
  display: flex;
}

.div-block-70 {
  width: 70%;
  height: auto;
  margin-right: 40px;
}

.card-img-fido {
  width: auto;
  height: 40%;
  border-radius: 10px;
  align-self: center;
  display: block;
  position: relative;
}

.card-img-solarbot {
  width: auto;
  height: 54%;
  border-radius: 10px;
  align-self: center;
  display: block;
  position: relative;
}

._w-card-img-fido {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-card-img-solarbot {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-126,
.image-127 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.image-128 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-71 {
  height: auto;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.div-block-v-deo {
  width: 64%;
  height: auto;
}

.all-month {
  height: 100%;
  float: left;
  flex-direction: row;
  margin-left: 4%;
  margin-right: 4%;
  display: block;
}

.date {
  min-height: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
}

.date:hover {
  transform: translate(0, -5px);
}

.date.today {
  border-bottom: 1px solid #f44611;
  font-weight: 700;
}

.event {
  width: 6px;
  height: 6px;
  background-color: #f44611;
  border-radius: 100%;
}

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

.heading-8958 {
  min-height: 40px;
  flex: 0 auto;
  align-self: stretch;
  align-items: baseline;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.container-448 {
  width: 45%;
  height: 75%;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, .05);
}

.left {
  width: 4%;
  height: 90%;
  background-image: url('../images/arrow-left_1arrow-left.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform .5s;
}

.left:hover {
  transform: translate(-5px);
}

.date-value {
  color: #707070;
  margin-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
}

.date-value.today {
  font-weight: 700;
}

.date-value.prev {
  color: #d6d6d6;
  background-image: none;
}

.date-value.prev:hover {
  transform: none;
}

.gray {
  color: #d6d6d6;
}

.page {
  height: 100%;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.row-2 {
  height: 62px;
  justify-content: center;
  align-self: stretch;
  padding-bottom: 25px;
  display: flex;
}

.month {
  width: 50%;
  float: left;
  flex-direction: column;
  display: block;
}

.right {
  width: 4%;
  height: 90%;
  float: left;
  background-image: url('../images/arrow-right_1arrow-right.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform .5s;
}

.right:hover {
  transform: translate(5px);
}

.slider {
  width: 100%;
  height: 75%;
  background-color: #fff;
  display: flex;
}

.clock {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

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

.time {
  color: #f44611;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

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

.video {
  width: auto;
  height: auto;
  border-radius: 20px;
  position: relative;
}

.div-block-72 {
  width: 50%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 7px 11px rgba(61, 61, 61, .86);
}

.div-block-73 {
  width: 40%;
  justify-content: flex-end;
  display: flex;
}

.container-450 {
  width: 80%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-74 {
  width: 60%;
  background-color: #fff;
  background-image: linear-gradient(225deg, #3d878d, #643277);
  border-radius: 7px;
  padding: 40px;
}

.paragraph-73 {
  color: var(--white-smoke);
  text-align: justify;
  margin-bottom: 0;
  font-size: 15px;
}

.div-block-75 {
  border: 2px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.link-block-6 {
  width: 100%;
  background-color: #fff;
}

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

.paragraph-74 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.image-129 {
  width: auto;
  height: auto;
}

.div-block-77 {
  width: 20%;
}

.div-block-78,
.div-block-79,
.div-block-80 {
  width: 25%;
}

.quick-stack {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 0;
}

.heading-8959 {
  margin-top: 12px;
  font-size: 30px;
}

.heading-8960 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

.heading-8961 {
  font-size: 30px;
}

.heading-8962 {
  margin-bottom: 30px;
  font-size: 30px;
}

.cell,
.cell-2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-3,
.cell-4 {
  padding: 20px;
}

.div-block-81 {
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-82 {
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.heading-8963 {
  margin-top: 0;
  margin-bottom: 20px;
}

.html-embed-27 {
  width: 25%;
  height: 109%;
}

.div-block-83 {
  justify-content: flex-start;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand-banco {
  width: 45%;
  display: flex;

}

.slider-2 {
  margin-bottom: 0;
}

.paragraph-75 {
  color: #fff;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 0;
}

.div-block-84 {
  margin-top: 20px;
}

.logo-banco {
  width: 170px;
  padding-bottom: 0;
  object-fit: contain;
}

.div-block-85 {
  justify-content: space-between;
  display: block;
}

.div-block-86 {
  background-color: var(--white-smoke);
  border-radius: 10px;
}

.heading-8964 {
  color: var(--black);
}

.heading-8965 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.div-block-87 {
  width: 40%;
  height: 100%;
  background-color: var(--white-smoke);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.div-block-88 {
  width: 100%;
  padding-left: 0;
}

.link-block-7,
.div-block-89 {
  margin-left: 0;
  margin-right: 0;
}

.slider-3 {
  height: 56%;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  display: flex;
}

.div-block-90 {
  width: auto;
  height: 110px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-91 {
  width: auto;
  height: 110px;
}

.div-block-92 {
  width: 33px;
}

.heading-8966 {
  margin-top: 0;
  font-size: 28px;
}

.slide {
  width: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-2 {
  width: auto;
}

.slide-3 {
  height: auto;
}

.div-block-93 {
  width: 30%;
}

.slider-benef-cios {
  height: 57%;
  margin-bottom: 20px;
}

.html-embed-28 {
  display: none;
}

.html-embed-29 {
  width: 55%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  position: static;
}

.slider-arrow {
  width: 72px;
  height: 72px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.slider-arrow.left {
  width: 25px;
  height: 25px;
  background-image: linear-gradient(#fff, #fff);
}

.slider-arrow.right {
  width: 25px;
  height: 25px;
  color: var(--color);
  top: 0;
  left: auto;
  right: 0;
}

.slide-4 {
  position: relative;
}

.slide-4.slide-two {
  min-height: 135px;
}

.slide-4.slide-three,
.slide-4.slide-one {
  min-height: 135px;
  min-width: 280px;
}

.slide-4.slide-two {
  min-width: 280px;
}

.slider-mask {
  width: 25%;
  display: block;
  overflow: visible;
}

.extra-img-content {
  z-index: 2;
  background-image: url('../images/teste1.svg');
  background-position: 0 0;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.extra-img {
  width: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -97.5%;
}

.extra-img.last-slide {
  top: 0;
  bottom: 0;
  left: auto;
  right: -97.5%;
}

.slider-arrow-icon {
  color: #000;
  font-size: 22px;
}

.main-img {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-content {
  z-index: 2;
  width: 95%;
  min-height: 135px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-overlay {
  z-index: 1;
  width: 95%;
  background-color: rgba(0, 0, 0, .45);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-overlay.extra-img-overlay {
  width: auto;
}

.slide-nav {
  display: none;
}

.slider-4 {
  height: 100%;
  min-height: 140px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.heading-8967 {
  font-weight: 400;
}

.heading-8968 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.container-451 {
  min-height: 135px;
}

.paragraph-76 {
  text-align: justify;
  font-size: 12px;
}

.extra-img-content-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-arrow-icon-2 {
  color: #000;
  font-size: 22px;
}

.slide-content-2 {
  z-index: 2;
  width: 95%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-5 {
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.extra-img-content-3 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-arrow-icon-3 {
  color: #000;
  font-size: 22px;
}

.slide-content-3 {
  z-index: 2;
  width: 95%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-6 {
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.extra-img-content-4 {
  z-index: 2;
  width: 95%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-arrow-icon-4 {
  color: #000;
  font-size: 22px;
}

.slide-content-4 {
  z-index: 2;
  width: 95%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-7 {
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

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

.heading-8970 {
  font-size: 16px;
}

.heading-8971 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

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

.heading-8973 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

.heading-8974,
.heading-8975,
.heading-8976 {
  font-size: 16px;
  line-height: 20px;
}

.container-452 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.paragraph-77 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.clone-wrap {
  width: 100%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-red {
  color: #ff0004;
}

.scrollbar {
  max-height: 700px;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.input-2 {
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input-2:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-2:focus {
  border: 1px solid #434de7;
}

.input-2::-ms-input-placeholder {
  color: #6e6e6e;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.job_sticky-card {
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 0;
}

.custom-scrollbar {
  display: none;
}

.form-separator {
  width: 100%;
  height: 1px;
  background-color: #f2f3ff;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.popup-wrap {
  width: 90%;
  height: 92%;
  max-height: 850px;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  overflow: hidden;
}

.button {
  height: 50px;
  color: #000;
  background-color: #00aeef;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.button.in-form {
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.form-border {
  width: auto;
  max-width: none;
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.paragraph-78 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.input-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

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

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.popup {
  z-index: 9999;
  opacity: 0;
  object-fit: contain;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.form_100w {
  width: 100%;
}

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

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

.popup-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #000;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 22%;
}

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

.logo-nav-bar {
  object-fit: contain;
  padding-bottom: 0;
}

.paragraph-79,
.paragraph-80 {
  font-size: 15px;
}

.div-block-95 {
  width: 100%;
  align-self: flex-start;
  display: block;
}

.card-no-text-2-copy {
  width: 99.993%;
  opacity: .2;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  transform: translate(-20px);
}

.logo-atmosz,
.logo-gleder {
  width: auto;
  height: 30%;
  border-radius: 10px;
  align-self: center;
  position: relative;
}

.logo-vmoney {
  width: auto;
  height: 75%;
  border-radius: 10px;
  align-self: center;
  position: relative;
}

.hero-heading-01 {
  width: 35%;
  color: var(--white-smoke);
  font-size: 62px;
  line-height: 1.2;
}

.hero-heading-01.anout-hero-heading {
  width: 40%;
  color: var(--black);
  margin-top: 140px;
}

.hero-paragraph-01 {
  width: 40%;
  color: var(--black);
  text-align: justify;
  margin-bottom: 40px;
  font-size: 18px;
}

.btn-01 {
  border: 1px solid var(--whatsapp-color);
  -webkit-text-stroke-color: var(--whatsapp-color);
  background-color: #25d366;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
  position: static;
}

.btn-01:hover,
.btn-01.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.btn-01.dark:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
}

.btn-01.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

.btn-01.dark.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.btn-01.dark.outline.cat-menu {
  width: 100%;
}

.btn-01.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.btn-01.light {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn-01.light:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn-01.light.outline {
  background-color: var(--white-smoke);
  color: var(--black);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.btn-01.light.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn-01.light.hero {
  margin-right: 10px;
}

.btn-01.light.hero.safe {
  background-color: var(--black);
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--whatsapp-color);
}

.btn-01.light.hero.safe:hover {
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn-01.outline {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
}

.btn-01.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn-01.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.hero-paragraph-copy {
  width: 32%;
  color: var(--white-smoke);
  text-align: justify;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  margin-bottom: 40px;
  font-size: 18px;
}

.paragraph-4-4,
.paragraph-7-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.section-23 {
  height: 700px;
  background-image: url('../images/Brasil----Startup----4500x3000-1.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.container-453 {
  width: 80%;
  height: 0%;
  max-width: none;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link-block-8 {
  background-color: #d38e44;
  border-radius: 8px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}

.heading-8977 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.div-block-96 {
  width: 40%;
}

.paragraph-81 {
  color: #fff;
  text-align: justify;
}

.heading-8978 {
  color: #fff;
}

.html-embed-30 {
  object-fit: cover;
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .hero-paragraph {
    text-align: justify;
  }

  .dropdown-toggle {
    position: absolute;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .bot-o-forms-fa-a-parte {
    margin-top: 17px;
  }

  .dropdown-list.w--open {
    width: 649%;
    max-width: 100%;
  }

  .heading-8962 {
    margin-bottom: 30px;
  }

  .html-embed-29 {
    width: 80%;
    max-width: 65%;
  }

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

  .extra-img-content-4 {
    margin-bottom: 0;
  }

  .slide-content-4 {
    justify-content: space-between;
  }

  .heading-8971,
  .heading-8973 {
    margin-top: 20px;
  }

  .paragraph-77 {
    margin-bottom: 10px;
  }

  .hero-paragraph-01,
  .hero-paragraph-copy {
    text-align: justify;
  }

  .paragraph-4-4,
  .paragraph-7-7 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {

  .brix---section-extra-small,
  .brix---btn-primary-white {
    color: #036;
  }

  .brix---paragraph-default-5 {
    font-size: 25px;
  }

  .bold-text-2,
  .brix---display-4 {
    color: #036;
  }

  .brix---mg-bottom-32px {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .brix---image-wrapper-br-24px-shadow {
    text-align: center;
  }

  .brix---image {
    border-radius: 20px;
  }

  .brix---link-wrapper {
    width: 100%;
    color: #036;
  }

  .brix---cta-section-2 {
    background-color: #003e7e;
  }

  .brix---cta-v1-floating-item-02 {
    margin-left: 0;
    padding-left: 0;
  }

  .brix---btn-primary-white-2 {
    color: #036;
  }

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

  .brix---link-content-text-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---subtitle {
    color: #0e76e0;
  }

  .brix---heading-h3-size {
    color: #036;
  }

  .brix---heading-h2-size-2 {
    color: #036;
    margin-top: 0;
  }

  .brix---grid-1-column-gap-row-16px {
    color: #036;
  }

  .brix---heading-h2-size-7 {
    color: #036;
    margin-top: 0;
  }

  .brix---section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---card {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
  }

  .brix---section-7 {
    padding-top: 0;
  }

  .imags-cvc,
  .image-cvc2,
  .imags-cvc-01,
  .image-cvc-02 {
    text-align: center;
  }

  .image-bossa,
  .image-kptl,
  .image-cvc-01,
  .image-cvc2-1 {
    border-radius: 20px;
  }

  .section-portf-lio {
    padding-top: 60px;
  }

  .bot-o-forms-fa-a-parte {
    margin-top: 20px;
  }

  .brix---section-vertioais {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-125 {
    width: auto;
  }

  .paragraph-73 {
    font-size: 18px;
  }

  .heading-8962 {
    margin-bottom: 10px;
  }

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

  .heading-8971,
  .heading-8973 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }

  .w-icon-close::before {
    content: '\2715';
    font-size: .8em;
    color: white;
  }

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

  .container.shop-local-container {
    width: 94%;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .nav-link {
    text-align: center;
    font-size: 20px;
    margin-left: unset;
    margin-right: unset;
  }

  .hero-heading {
    width: 60%;
  }

  .hero-paragraph {
    width: 100%;
    text-align: justify;
  }

  .hero-button-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .support-square {
    min-height: 330px;
    margin-bottom: auto;
    padding-bottom: 0;
    font-size: 16px;
  }

  .support-square-text {
    font-size: 27px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .safe-heading {
    width: 100%;
  }

  .safe-paragraph {
    width: 100%;
    margin-right: 60px;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .shop-local-left {
    background-size: cover;
    top: 8%;
  }

  .shop-local-right {
    padding-top: 40px;
    padding-right: 60px;
  }

  .shop-local-content-wrapper {
    width: 82%;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .nav-button {
    color: var(--white-smoke);
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: var(--black);
    border-radius: 5px;
  }

  .nav-menu {
    width: 100vw;
    background-color: var(--brb-azul-1);
    padding-top: 30px;
    padding-bottom: 30px;
  }



  .nav-menu.show-menu {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    background-color: var(--black);
    padding-bottom: 30px;
    top: 90px;
    right: 0;
  }

  .why-acme-paragraph {
    text-align: center;
  }

  .meet-the-owners-right {
    padding: 40px 20px 40px 60px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    width: 100%;
    height: 350px;
    background-image: linear-gradient(to top, var(--black), rgba(34, 34, 34, .18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .contact-block-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-grid,
  .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

  .row {
    flex-direction: column;
  }

  .paragraph {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
  }

  .paragraph-2,
  .paragraph-3 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }

  .t-tulo-pilar-1 {
    font-size: 27px;
  }

  .c-card-btn-text.focus,
  .c-card-btn-text.default {
    transform: translate(0, -100%);
  }

  .c-card-btn-text.default {
    background-color: transparent;
    z-index: 1;
  }

  .image-72 {
    max-width: 50%;
  }

  .div-block-6 {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-7 {
    width: 40%;
    margin-left: 0;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .paragraph-8 {
    margin-right: 0;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

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

  .div-block-13 {
    margin-right: 20px;
  }

  .div-block-15 {
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .div-block-20 {
    height: auto;
    flex-wrap: wrap;
  }

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

  .container-p-gina-inicial {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-p-gina-inicial.contact {
    padding-bottom: 35px;
    position: static;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---buttons-row-center {
    width: 100%;
    justify-content: space-between;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---button-row-left-2 {
    width: 61.8467%;
  }

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

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---container-default-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---buttons-row-right---t-left {
    width: 100%;
    justify-content: space-between;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---color-neutral-816 {
    width: 100%;
    text-align: center;
    align-self: center;
  }

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

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1 {
    width: 100%;
    flex-direction: column;
    grid-template-columns: .7fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .brix---grid-nossos-parceiro {
    grid-column-gap: 40px;
    grid-row-gap: 28px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .bossa-logo {
    width: auto;
    height: auto;
    min-height: 300px;
  }

  .brix---link-content-text-center {
    align-self: center;
  }

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

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

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

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

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

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

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

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

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

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

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

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .flip-box {
    width: 100%;
    max-height: none;
    max-width: none;
  }

  .frente-card-2 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .flip-warpper,
  .warpper {
    width: 100%;
  }

  .back-card-2-1 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .section-portfolio {
    width: 100%;
  }

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

  .hero-heading-cvc {
    width: 60%;
  }

  .hero-heading-cvc.anout-hero-heading {
    width: 100%;
  }

  .html-embed-26 {
    width: 100%;
    height: 717px;
  }

  .hero-heading-lab {
    width: 60%;
  }

  .hero-heading-lab.anout-hero-heading {
    width: 100%;
  }

  .container-436 {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

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

  .container-fundamentos-home {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-fundamentos-home.contact {
    padding-bottom: 35px;
    position: static;
  }

  .container-sede-home {
    max-width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-sede-home.contact {
    padding-bottom: 35px;
    position: static;
  }

  .safe-wrapper-sede-home {
    width: 80%;
    margin-left: 0;
    margin-right: 40px;
  }

  .edital-inov.featured-section {
    height: auto;
  }

  .container-edital-inov {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-edital-inov.contact {
    padding-bottom: 35px;
    position: static;
  }

  .container-head-eventos {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-head-eventos.contact {
    padding-bottom: 35px;
    position: static;
  }

  .container-forms {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-forms.contact {
    padding-bottom: 35px;
    position: static;
  }

  .imags-cvc-01,
  .image-cvc-02 {
    width: auto;
    height: auto;
  }

  .secction-end-bar {
    max-width: none;
    min-width: auto;
  }

  .container-end-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-end-bar.contact {
    padding-bottom: 35px;
    position: static;
  }

  .footer-wrapper-end-bar {
    justify-content: space-between;
  }

  .container-espa-o {
    padding-left: 0;
    padding-right: 0;
  }

  .container-espa-o.contact {
    padding-bottom: 35px;
    position: static;
  }

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

  .div-block-34 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .paragraph-12 {
    text-align: justify;
  }

  .div-block-content-calendar {
    width: 99.9999%;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .div-calendario {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .link-block {
    width: 45%;
    height: auto;
    margin-right: 0;
  }

  .link-block-2 {
    width: 45%;
  }

  .link-block-3 {
    width: 45%;
    margin-right: 0;
  }

  .link-block-4 {
    width: 45%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-portf-lio {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .paragraph-13 {
    width: 100%;
    margin-bottom: 20px;
  }

  .brix---section-cvc-whats,
  .brix---section-2patrners,
  .brix---section-beneficios {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---section-vertioais {
    padding-top: 0;
    padding-bottom: 118px;
  }

  .support-square-text-pessoas {
    font-size: 27px;
  }

  .paragraph-sobre {
    text-align: justify;
  }

  .div-block-55 {
    justify-content: center;
  }

  .container-440 {
    max-width: none;
    flex-direction: column;
    display: flex;
  }

  .container-441,
  .container-442 {
    max-width: none;
  }

  .container-443 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section-4.fa-a-parte {
    margin-top: 0;
  }

  .container-444 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-56 {
    width: 100%;
    text-align: justify;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .dropdown,
  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    width: 210%;
    display: none;
    position: static;
  }

  .div-block-61 {
    width: 75%;
  }

  .heading-8956,
  .heading-8957 {
    font-size: 27px;
  }

  .dropdown-list-2 {
    width: 290%;
    display: none;
    position: static;
  }

  .link-block-5 {
    margin-top: 10px;
  }

  .div-block-66,
  .div-block-67,
  .div-block-68 {
    margin-bottom: -20px;
  }

  .div-block-69 {
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-70 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    margin-right: 0;
    display: flex;
  }

  .div-block-71 {
    width: 100%;
    align-items: flex-start;
  }

  .div-block-v-deo {
    width: 100%;
  }

  .video {
    margin-left: 0;
  }

  .container-450 {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-81 {
    display: block;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
  }

  .heading-8963 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .main-img {
    background-image: url('../images/4.png');
    background-position: 50%;
    background-size: cover;
  }

  .slider-4,
  .slider-5,
  .slider-6 {
    height: 24vh;
  }

  .extra-img-content-4 {
    justify-content: space-between;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .hero-heading-01 {
    width: 60%;
  }

  .hero-paragraph-01,
  .hero-paragraph-copy {
    width: 100%;
    text-align: justify;
  }

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

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

  .container,
  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-paragraph {
    width: auto;
    text-align: justify;
    padding-top: 0;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-top-right {
    width: 100%;
  }

  .support-wrapper {
    height: auto;
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-square-image {
    right: -18%;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .safe-heading,
  .safe-paragraph {
    width: 100%;
  }

  .shop-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
    position: static;
  }

  .shop-local-right {
    width: 100%;
    border-radius: 0;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    padding: 10px;
  }

  .social-footer-link {
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--brb-azul-1);
  }

  .why-acme-block {
    width: 100%;
  }

  .why-acme-heading,
  .why-acme-paragraph {
    text-align: center;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-right {
    width: 100%;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .meet-the-owners-left {
    width: 100%;
    height: 400px;
    border-radius: 0;
    position: static;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .contact-block-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .image-grid,
  .products-list {
    grid-template-columns: 1fr;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

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

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .donate-wrapper {
    width: 90%;
  }

  .brand {
    width: 25%;
    height: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .pilar-01 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block {
    width: 100%;
    text-align: justify;
  }

  .pilar-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .pilar-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .t-tulo-pilar-1 {
    font-size: 40px;
  }

  .image-4 {
    margin-right: 10px;
  }

  .card-no-text-2 {
    width: auto;
  }

  .image-72 {
    max-width: 50%;
  }

  .column-68 {
    justify-content: space-between;
    display: block;
  }

  .heading-2 {
    font-size: 20px;
  }

  .div-block-7 {
    justify-content: flex-end;
  }

  .div-block-8 {
    flex-direction: column;
  }

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

  .paragraph-8 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 0;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-13 {
    width: 100%;
    max-height: none;
    max-width: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

  .div-block-15 {
    justify-content: space-between;
  }

  .image-75 {
    width: 10%;
  }

  .image-76 {
    width: 20%;
  }

  .container-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: flex-start;
  }

  .div-block-20 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

  .container-p-gina-inicial.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .top-pilares {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

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

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---button-row-left-2 {
    margin-right: 0;
  }

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

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---inner-container-1000px-center {
    flex-direction: column;
  }

  .brix---grid-2-columns-text-left {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

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

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

  .brix--grid-2-columns-text-right {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---link-content {
    flex-direction: column;
    align-items: center;
  }

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

  .brix---grid-1-column-gap-row-64px {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

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

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

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

  .brix---grid-nossos-parceiro {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .bossa-logo {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

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

  .brix---pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .brix---text-200-list-bold {
    font-size: 16px;
  }

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

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

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

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

  .brix---square-icon-large {
    width: 84px;
    max-width: 100%;
    border-radius: 21px;
  }

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

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

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

  .brix---card-top-bg {
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .flip-box {
    width: 99.9999%;
    max-width: none;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .frente-card-2 {
    width: 100%;
    max-width: none;
    min-width: 75%;
  }

  .flip-warpper {
    width: 100%;
    min-width: 80%;
  }

  .warpper {
    width: 100%;
  }

  .back-card-2 {
    margin-left: 60px;
  }

  .back-card-2-1 {
    width: 100%;
    max-width: none;
    min-width: 75%;
  }

  .section-portfolio {
    width: 100%;
  }

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

  .base-central-texto {
    min-width: 87%;
  }

  .hero-heading-cvc.anout-hero-heading {
    font-size: 45px;
    
  }

  .imags-cvc,
  .image-cvc2 {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .html-embed-26 {
    width: 100%;
    height: 717px;
    margin-bottom: 0;
  }

  .hero-section-lab.about-hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-lab.anout-hero-heading {
    width: auto;
  }

  .container-436 {
    align-items: center;
    margin-bottom: 0;
  }

  .hero-wrapper-home {
    min-width: 320px;
  }

  .container-fundamentos-home {
    flex-direction: column;
  }

  .container-fundamentos-home.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-sede-home {
    min-width: auto;
    flex-direction: column;
  }

  .container-sede-home.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .safe-wrapper-sede-home {
    width: 100%;
    justify-content: flex-end;
    margin-right: 0;
    padding-bottom: 25px;
  }

  .noticias {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .edital-inov.featured-section {
    height: auto;
  }

  .image-77 {
    width: 100%;
    max-width: none;
  }

  .section-atua-o {
    margin-bottom: 0;
  }

  .container-edital-inov {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-edital-inov.shop-local-container,
  .container-head-eventos.shop-local-container,
  .container-forms.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .imags-cvc-01 {
    width: auto;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .image-cvc-02 {
    width: auto;
    height: auto;
    border-radius: 14px;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .secction-end-bar {
    justify-content: center;
    display: flex;
  }

  .container-end-bar {
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-end-bar.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-end-bar {
    width: 100%;
    min-width: auto;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: space-between;
    margin-right: auto;
    display: flex;
  }

  .container-espa-o {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-espa-o.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .div-block-34 {
    width: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-35 {
    width: auto;
    flex-direction: column;
    display: flex;
  }

  .paragraph-12 {
    text-align: justify;
  }

  .div-cronograma {
    margin-bottom: 60px;
  }

  .div-block-content-calendar {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .div-calendario {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .link-block {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-block-2 {
    width: 100%;
    height: auto;
  }

  .link-block-3 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-block-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-portf-lio {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .paragraph-13 {
    width: 100%;
  }

  .div-block-38 {
    margin-bottom: 20px;
  }

  .div-block-40 {
    margin-top: 20px;
  }

  .brix---section-cvc-whats {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---section-2patrners,
  .brix---section-beneficios,
  .brix---section-vertioais {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .div-block-42 {
    flex-direction: column;
  }

  .support-square-text-pessoas {
    font-size: 40px;
  }

  .paragraph-sobre {
    text-align: justify;
  }

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

  .div-block-53 {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-4.fa-a-parte {
    margin-top: 0;
  }

  .container-444 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-56 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .columns-5,
  .columns-19,
  .columns-20 {
    width: auto;
    min-width: auto;
  }

  .dropdown-list {
    width: 175%;
    display: none;
  }

  .dropdown-list-2 {
    display: none;
  }

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

  .paragraph-15 {
    text-align: justify;
  }

  .column-64 {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .column-65 {
    margin-top: 20px;
  }

  .social-wrapper {
    padding-top: 0;
  }

  .link-block-5 {
    margin-top: 10px;
  }

  .div-block-70 {
    flex-direction: column;
  }

  .div-block-v-deo {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

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

  .container-450 {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-81 {
    display: block;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .brand-banco {
    width: 45%;
    height: 50px;
    padding-left: 0;
  }

  .brand-banco.w--current {
    padding-left: 0;
  }

  .main-img {
    height: 100%;
    display: block;
  }

  .extra-img-content-4,
  .slide-content-4 {
    justify-content: space-between;
  }

  .heading-8969 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .heading-8971,
  .heading-8973,
  .heading-8974,
  .heading-8976 {
    margin-top: 40px;
  }

  .paragraph-77 {
    margin-bottom: 20px;
  }

  .image-130 {
    width: 100%;
    height: 100%;
    max-width: none;
    display: inline-block;
  }

  .image-131 {
    height: 100%;
    max-width: none;
  }

  .clone-wrap {
    margin-top: 20px;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-nav-bar {
    width: 50px;
    height: 100%;
  }

  .card-no-text-2-copy {
    width: auto;
  }

  .hero-paragraph-01,
  .hero-paragraph-copy {
    width: auto;
    text-align: justify;
    padding-top: 0;
  }

  .paragraph-4-4,
  .paragraph-7-7 {
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .container {
    width: 80%;
    min-width: 50px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container.shop-local-container {
    width: 90%;
    min-width: 280px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

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

  .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 45px;
  }

  .hero-heading {
    height: 50%;
    font-size: 30px;
  }

  .hero-heading.anout-hero-heading {
    color: var(--white-smoke);
  }

  .hero-paragraph {
    width: auto;
    min-width: auto;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .hero-button-wrapper {
    width: 100%;
  }

  .support-top-right {
    margin-right: 0;
    padding-right: 0;
  }

  .support-wrapper {
    height: auto;
    min-height: 250px;
    min-width: 270px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .support-square {
    min-height: 220px;
  }

  .support-square-text {
    min-width: 100px;
    font-size: 36px;
  }

  .safe-heading {
    width: 100%;
    font-size: 28px;
  }

  .safe-paragraph {
    width: 100%;
    font-size: 13px;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-details-left {
    margin-right: 0;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-left {
    margin-right: 0;
  }

  .shop-local-right {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    min-width: 320px;
  }

  .footer-wrapper {
    min-width: 320px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logos {
    margin-bottom: 15px;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .nav-menu {
    background-color: var(--brb-azul-1);
  }

  .pitch-days {
    min-width: 320px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-top-block,
  .why-acme-block {
    width: 100%;
  }

  .why-acme-heading,
  .why-acme-paragraph {
    text-align: center;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .meet-the-owners-right {
    padding: 40px 20px;
  }

  .owners-rich-text h2 {
    text-align: center;
  }

  .contact-image-div {
    background-position: 0 0, 50%;
  }

  .contact-block-wrapper {
    width: 100%;
  }

  .contact-block {
    height: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .price-wrapper {
    justify-content: center;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-category-menu {
    padding-right: 0;
  }

  .donate-heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .donate-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .donate-wrapper {
    width: 100%;
  }

  .cart {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .cart-quantity-cart {
    position: absolute;
    top: -23%;
    bottom: auto;
    left: 27px;
    right: 0%;
  }

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

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

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

  .brand {
    width: auto;
    height: 75%;
    min-width: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .brand.w--current {
    width: auto;
    min-width: 40px;
    justify-content: flex-start;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .cart-menu {
    margin-right: 10px;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-item-checkoiut {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .order-item-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    min-width: 220px;
    justify-content: center;
    font-size: 14px;
    display: flex;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .image-2 {
    width: 60px;
    height: 40px;
  }

  .paragraph-4 {
    width: 70%;
    font-size: 14px;
  }

  .pilar-01 {
    height: 380px;
    min-height: 190px;
    margin-bottom: 20px;
  }

  .div-block {
    min-width: 270px;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .pilar-2,
  .pilar-3 {
    margin-bottom: 20px;
  }

  .t-tulo-pilar-1 {
    font-size: 36px;
  }

  .paragraph-6 {
    width: 80%;
  }

  .div-block-3 {
    width: 100%;
    min-width: 170px;
    margin-bottom: 20px;
  }

  .image-4 {
    width: 30%;
    height: 110px;
    min-height: 110px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .columns-3 {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-card-no-evento {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .div-block-eventos {
    margin-right: 0;
  }

  .c-card-back-2 {
    width: 100%;
  }

  .card-no-text-2 {
    padding-left: 0;
    display: block;
  }

  .image-72 {
    width: 30px;
    height: 30px;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-top: 10px;
  }

  .card-title-evento {
    font-size: 13px;
    line-height: 13px;
  }

  .c-card-front-evento {
    width: 100%;
  }

  .column-67 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .c-card-quote-evento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-68 {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 0;
    display: flex;
  }

  .div-block-startups-lab {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-bottom: 15px;
  }

  .div-block-6 {
    min-width: 260px;
    align-items: flex-start;
    margin-left: 0;
  }

  .div-block-7 {
    min-width: 260px;
    margin-left: 0;
    width: 100%;
  }

  .div-block-8 {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

  .paragraph-8 {
    width: 100%;
    margin-right: 0;
  }

  .heading-3 {
    min-width: 280px;
    font-size: 30px;
  }

  .paragraph-9 {
    min-width: 280px;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 0;
  }

  .heading-4 {
    font-size: 29px;
  }

  .container-3 {
    min-height: 300px;
    min-width: 280px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

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

  .pitch-day {
    margin-right: auto;
  }

  .div-block-13 {
    min-height: 220px;
    min-width: 280px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-14 {
    min-width: 280px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    min-width: 280px;
  }

  .image-75 {
    width: 15%;
  }

  .image-76 {
    width: 30%;
  }

  .container-4 {
    flex: 1;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .div-block-21 {
    width: 100%;
    margin-right: auto;
  }

  .top-pilares {
    width: 100%;
    min-width: 280px;
    margin-right: 0;
  }

  .c-card-back-3,
  .c-card-front-evento-2 {
    min-width: 100%;
    width: unset;
    flex: 1;
  }

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

  #events-group {

    display: flex;
    align-items: center;
    justify-content: center;

  }

  .card-quote-evento-2 {
    font-size: 12px;
  }

  .heading-8932 {
    align-items: center;
  }

  .c-card-back-4,
  .c-card-front-evento-3 {
    width: 100%;
    max-width: 250px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---buttons-row-center {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .brix---container-default-2 {
    margin-top: -1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---inner-container-1000px-center {
    flex-direction: column;
    justify-content: flex-start;
  }

  .brix---grid-2-columns-text-left {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

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

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

  .brix--grid-2-columns-text-right {
    flex-direction: column;
    display: flex;
  }

  .brix---link-content {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .brix---section {
    padding-top: 50px;
  }

  .brix---grid-1-column-gap-row-64px {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---container-default {
    color: #6e7191;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
    margin-right: auto;
    padding-left: 17px;
    padding-right: 0;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section-2 {
    background-color: #003e7e;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
    margin-bottom: auto;
    padding: 32px 22px 0 0;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

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

  .bossa-logo {
    border-radius: 16px;
  }

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

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

  .brix---section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-4 {
    color: #6e7191;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---pricing-content {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---heading-h2-size-2 {
    margin-top: auto;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---circle-number {
    width: 110px;
    height: 110px;
    min-height: 110px;
    min-width: 110px;
    margin-bottom: 14px;
  }

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

  .brix---container-default-5 {
    margin-top: -1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

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

  .brix---heading-h2-size-7 {
    margin-top: auto;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---square-icon-large {
    max-width: 80px;
    border-radius: 21px;
  }

  .brix---card {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---container-default-6 {
    margin-top: -1px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-top-bg {
    min-height: 140px;
    background-color: #fff;
  }

  .brix---container-default-8 {
    margin-top: -1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-text-link-partner-01 {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-link-partnetr {
    width: auto;
    height: auto;
    max-height: none;
    border-radius: 10px;
    flex-direction: row;
    align-self: center;
    align-items: flex-end;
    position: absolute;
  }

  .flip-box {
    width: 125px;
    height: 300%;
    max-height: 350px;
    max-width: 300px;
    min-height: 450px;
    min-width: 90%;
  }

  .frente-card-2 {
    width: 110%;
    height: 300%;
    max-height: 350px;
    max-width: 300px;
    min-height: 450px;
  }

  .portf-lio {
    color: #6e7191;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-btn-focus-bg-partner {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .card-text-link-partner-02.focus {
    width: 100%;
    height: 100%;
  }

  .flip-warpper {
    width: 110%;
    height: 300%;
    max-height: 350px;
    max-width: 300px;
    min-height: 450px;
    min-width: 90%;
  }

  .warpper {
    width: 100%;
    min-height: 0;
  }

  .texto-verso-2 {
    line-height: 1.2em;
  }

  .base-01-link-partner.default {
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    padding: 0;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .back-card-2 {
    width: 100%;
    max-width: 250px;
    min-width: 75%;
    align-self: auto;
  }

  .base-02-link-partner.focus {
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    position: relative;
  }

  .back-card-2-1 {
    width: 110%;
    height: 300%;
    max-height: 350px;
    max-width: 300px;
    min-height: 450px;
    align-self: center;
    display: flex;
  }

  .section-portfolio {
    width: 100%;
    max-height: none;
    min-height: 0;
    align-content: end;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .link-partner {
    height: auto;
    max-height: none;
    min-height: auto;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: -20px;
    padding-top: 10px;
    display: flex;
  }

  .base-central-texto {
    width: 95%;
    height: 200px;
    max-height: none;
    max-width: none;
    min-height: 350px;
    min-width: auto;
    margin-top: -35px;
    line-height: 24px;
    display: flex;
  }

  .hero-heading-cvc {
    font-size: 30px;
    width: 100%;
  }

  .hero-heading-cvc.anout-hero-heading {
    width: 100%;
    margin-top: 40px;
  }

  .imags-cvc,
  .image-cvc2 {
    border-radius: 16px;
  }


  .hero-section-startups.about-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-startups.contact-hero {
    background-position: 0 0, 80%;
  }

  .html-embed-26 {
    width: 100%;
    height: 720px;
    margin-bottom: 0;
  }

  .hero-section-lab.about-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-lab.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-heading-lab {
    font-size: 30px;
  }

  .hero-heading-lab.anout-hero-heading {
    min-width: 280px;
    font-size: 40px;
  }

  .container-436 {
    height: 100%;
    min-width: auto;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-eventos {
    font-size: 30px;
    line-height: 1.3;
  }

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

  .hero-wrapper-home {
    min-width: auto;
    justify-content: flex-end;
    padding-bottom: 45px;
    padding-left: 0;
  }

  .support-section-fundamentos-home {
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 10px;
    display: flex;
  }

  .container-fundamentos-home {
    width: 80%;
    min-width: 280px;
    flex-direction: column;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    width: 100%;
    min-width: auto;
  }

  .startups-home {
    min-width: 280px;
    margin-bottom: 20px;
    padding: 0;
  }

  .sede-inova-o-home {
    height: 100%;
    max-height: none;
    min-width: auto;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-sede-home {
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-sede-home.shop-local-container {
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .safe-wrapper-sede-home {
    width: 100%;
    min-height: 400px;
    min-width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-vidoe-espa-o {
    justify-content: center;
    display: flex;
  }

  .container-437 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper-espa-o {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .hero-section-inova-ao {
    padding-left: 0;
    padding-right: 0;
  }

  .noticias {
    grid-column-gap: 1px;
    grid-row-gap: 4px;
    flex-flow: column wrap-reverse;
    align-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edital-inov {
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .edital-inov.featured-section {
    height: 100%;
    max-height: none;
    padding-top: 20px;
  }

  .image-77 {
    margin-bottom: 40px;
  }

  .section-atua-o {
    width: 100%;
    min-width: 280px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8935 {
    text-align: center;
    font-size: 28px;
  }

  .container-edital-inov {
    min-width: 280px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-edital-inov.shop-local-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-head-eventos {
    min-width: 280px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-head-eventos.shop-local-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-eventos-copy {
    margin-left: 0;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .div-block-27 {
    min-width: 60px;
  }

  .bold-text-4 {
    font-size: 13px;
  }

  .pitch-days-forms,
  .secction-form {
    min-width: 320px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-forms {
    min-width: 280px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-forms.shop-local-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .imags-cvc-01 {
    width: auto;
    height: auto;
    max-width: 550px;
    border-radius: 16px;
  }

  .image-cvc-02 {
    width: 100%;
    height: 38%;
    border-radius: 16px;
  }

  .secction-end-bar {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-end-bar {
    min-width: 260px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-end-bar.shop-local-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper-end-bar {
    width: 100%;
    min-width: 260px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-home {
    background-position: 33% 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-home.contact-hero {
    background-position: 0 0, 80%;
  }

  .container-espa-o {
    width: 80%;
    min-width: 280px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-espa-o.shop-local-container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-34 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-35 {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-8936 {
    text-align: left;
  }

  .paragraph-12 {
    text-align: justify;
  }

  .div-cronograma {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-content-calendar {
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-bottom: auto;
  }

  .div-calendario {
    width: 100%;
    height: auto;
  }

  .hero-section-cvc.contact-hero {
    background-position: 0 0, 80%;
  }

  .link-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .link-block-2 {
    width: 100%;
  }

  .link-block-3 {
    width: 100%;
    padding-bottom: 20px;
  }

  .new4 {
    min-width: 280px;
  }

  .link-block-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-portf-lio {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .paragraph-13 {
    width: 100%;
  }

  .bot-o-forms-fa-a-parte.light.hero.safe {
    margin-right: 0;
  }

  .div-block-40 {
    width: 100%;
    margin-top: 15px;
  }

  .paragraph-14 {
    margin-top: 0;
  }

  .hero-section-startup.about-hero {
    background-position: 0 0, 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-startup.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-base-startup {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .logo-veriza {
    height: 35%;
  }

  .c-card-back-2-veriza {
    width: 100%;
    max-width: 250px;
  }

  .hero-section-help.contact-hero {
    background-position: 0 0, 80%;
    margin-bottom: auto;
  }

  .section-fundamentos-home {
    height: 100%;
    min-width: 280px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0 10px;
    display: flex;
  }

  .brix---section-cvc-whats {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .brix---section-2patrners {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .brix---container-partners {
    color: #6e7191;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-beneficios {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .brix---section-vertioais {
    padding-top: 0;
  }

  .div-block-42 {
    flex-direction: column;
  }

  .support-square-text-pessoas {
    min-width: 100px;
    font-size: 36px;
  }

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

  .div-block-55 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: block;
    max-width: unset;
  }

  .container-438 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-4.fa-a-parte {
    margin-top: 40px;
  }

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

  .div-block-56 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-434,
  .container-447,
  .statups-de-pitch {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 6px;
    display: block;
  }

  .dropdown-list {
    width: 210%;
    display: none;
  }

  .dropdown-list-2 {
    display: none;
  }

  .div-block-64 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .div-block-65 {
    width: 80%;
    min-width: 280px;
  }

  .paragraph-72 {
    font-size: 13px;
  }

  .column-65 {
    margin-top: 20px;
  }

  .social-wrapper {
    padding-top: 0;
  }

  .link-block-5 {
    margin-top: 0;
  }

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

  .div-block-70 {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .card-img-solarbot {
    height: 47%;
  }

  .div-block-v-deo {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-72 {
    width: 100%;
    height: auto;
  }

  .container-450 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-74 {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }

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

  .div-block-82 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-8963 {
    align-self: center;
  }

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

  .brand-banco {
    width: 100%;
    min-width: auto;
  }

  .brand-banco.w--current {
    width: auto;
    min-width: 100px;
    justify-content: flex-start;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .slider-2 {
    width: auto;
    height: 58%;
    margin-bottom: 0;
  }

  .logo-banco {
    width: auto;
  }

  .slider-benef-cios {
    width: auto;
    height: 58%;
    margin-bottom: 0;
  }

  .slide-4.slide-three {
    max-width: none;
    min-width: 140px;
  }

  .slide-4.slide-two {
    min-height: 135px;
    min-width: 140px;
  }

  .slide-4.slide-one {
    max-width: none;
    min-height: 135px;
    min-width: 140px;
    padding-left: 0;
    position: relative;
  }

  .slider-mask {
    width: 72%;
    min-width: auto;
  }

  .extra-img {
    min-width: auto;
    object-fit: fill;
    background-image: url('../images/7.png');
    background-position: 50%;
    background-size: cover;
  }

  .extra-img-content-4 {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }

  .slide-content-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .slider-7 {
    width: 100%;
    order: 0;
    align-self: auto;
    display: block;
  }

  .heading-8969,
  .heading-8971,
  .heading-8973 {
    margin-top: 10px;
  }

  .heading-8974 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-8976 {
    margin-top: 10px;
  }

  .paragraph-77 {
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .image-131 {
    width: 100%;
    height: 100%;
  }

  .scrollbar {
    padding: 10px;
  }

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

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .logo-nav-bar {
    width: 55px;
    height: auto;
    max-width: 100%;
  }

  .logo-atmosz,
  .logo-gleder {
    height: 20%;
  }

  .logo-vmoney {
    height: 65%;
  }

  .hero-heading-01 {
    height: 50%;
    font-size: 30px;
  }

  .hero-heading-01.anout-hero-heading {
    color: var(--black);
  }

  .hero-paragraph-01 {
    width: auto;
    min-width: auto;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .btn-01.light.hero.safe {
    margin-right: 0;
  }

  .hero-paragraph-copy {
    width: auto;
    min-width: auto;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .paragraph-4-4 {
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .paragraph-7-7 {
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .section-23 {
    background-position: 50% 0;
  }

  .container-453 {
    align-self: flex-start;
    margin-top: 100px;
  }

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

  .html-embed-31 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_8f9395ca-cbf5-9aac-93ce-bdec666b3125-9bfeb5c4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5f2f15e-68ba-287e-929c-fa15d26944f3-9bfeb5c7 {
  align-self: start;
}

#w-node-f5f2f15e-68ba-287e-929c-fa15d26944fd-9bfeb5c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f5f2f15e-68ba-287e-929c-fa15d2694501-9bfeb5c7 {
  align-self: center;
  justify-self: start;
}

#w-node-f5f2f15e-68ba-287e-929c-fa15d2694503-9bfeb5c7 {
  align-self: start;
}

#w-node-a12f6cee-0789-5099-4163-916f2a8c1027-9bfeb5c7,
#w-node-_6524edef-061e-5600-1d1b-acff2e33fbbe-9bfeb5c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f887710-7ce5-33ac-6331-6c8e11c8b950-9bfeb5c7 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_1f887710-7ce5-33ac-6331-6c8e11c8b951-9bfeb5c7 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f887710-7ce5-33ac-6331-6c8e11c8b956-9bfeb5c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6524edef-061e-5600-1d1b-acff2e33fbab-9bfeb5c7 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8f9395ca-cbf5-9aac-93ce-bdec666b3125-9bfeb5c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5f2f15e-68ba-287e-929c-fa15d2694501-9bfeb5c7 {
    order: 9999;
  }
}