:root {
  --cadet-blue: #54918a;
  --indian-red: #e8505b;
  --firebrick: #be1111;
  --dark-slate-blue: #003c7f;
  --light-sea-green: #00a894;
  --dark-salmon: #d2907c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

body {
  color: #333;
  flex-direction: column;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Miso, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 90px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Miso, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 79px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Miso, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Miso, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: var(--cadet-blue);
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

li {
  font-size: 16px;
  line-height: 20px;
}

.navbar {
  background-color: #2b2b2b;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: block;
}

.nav-link.w--current {
  color: var(--cadet-blue);
}

.brand {
  margin-top: 5px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-home {
  background-image: linear-gradient(#00000080, #00000080);
  align-items: center;
  height: 100%;
  min-height: 80vh;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.segmento-hero-home {
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.segmento-hero-home.imagem-hero {
  background-image: url('../images/v365-ilustracoes-home-32x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.segmento-hero-home.imagem-hero-2 {
  justify-content: flex-end;
  padding-top: 37px;
  padding-left: 0;
  padding-right: 0;
}

.video-hero {
  background-color: var(--indian-red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 135px;
  display: flex;
  box-shadow: 1px 8px 11px #00000057;
}

.play-hero-1 {
  background-color: #0000005c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.faixa-branca {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  position: relative;
}

.faixa-branca.fundo-cinza {
  background-color: #e0e0e0;
  justify-content: center;
  display: flex;
}

.miolo-faixa {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.miolo-faixa.descricao {
  align-items: center;
  max-width: 700px;
}

.centralizado {
  text-align: center;
}

.centralizado.fonte-vermelha {
  color: var(--firebrick);
}

.call-to-action {
  background-color: var(--indian-red);
  border-radius: 9px;
  padding: 13px 26px;
  font-size: 25px;
  line-height: 30px;
  box-shadow: 1px 4px 8px #0000004d;
}

.area-botao {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 85px;
}

.hero-home-2 {
  z-index: -2;
  background-color: #cde9e6;
  background-image: linear-gradient(#00000080, #00000080), url('../images/loja.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 101px;
  padding-bottom: 101px;
  display: flex;
  position: relative;
}

.texto-home {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 39px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.text-block {
  font-size: 16px;
}

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

.texto-home-2 {
  color: #fff;
  padding: 0 29px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.banner-delivery {
  background-color: #d3d3d3;
  border-radius: 20px;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.texto-delivery {
  padding-left: 20px;
}

.v-deo {
  background-image: url('../images/base.png'), url('../images/logo-com-foto2x.png');
  background-position: 50% 100%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, contain;
  border: 1px solid #fff;
  flex: none;
  width: 320px;
  height: 178px;
}

.botao-venha {
  background-color: var(--cadet-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  box-shadow: 0 2px 4px #00000054;
}

.botao-venha-hero {
  background-color: var(--cadet-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  box-shadow: 0 2px 4px #00000054;
}

.testemunhais {
  background-color: #0000;
  align-items: flex-start;
  height: 300px;
  overflow: hidden;
}

.testemunho {
  flex: 0 33%;
  width: 33.33%;
  overflow: visible;
}

.testem {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.seta {
  color: #ccc;
  width: 30px;
  font-size: 22px;
  line-height: 24px;
}

.testem-ass {
  text-align: right;
  text-transform: uppercase;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
}

.call-to-action-2 {
  background-color: var(--cadet-blue);
  border-radius: 9px;
  padding: 13px 26px;
  font-size: 25px;
  line-height: 30px;
  box-shadow: 1px 4px 8px #0000004d;
}

.miolo-faixa-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.miolo-faixa-2.descricao {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.container-padrao.esconde {
  display: none;
}

.titulo-home {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: Miso, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.subtitulo-home {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.texto-destaques-home {
  font-size: 20px;
  line-height: 29px;
}

.texto-destaques-home.branco {
  color: #fff;
}

.texto-destaques-home.op2 {
  margin-bottom: 37px;
}

.logo-animado {
  width: 700px;
}

.sub {
  font-size: 30px;
  line-height: 38px;
}

.box-colunas {
  align-items: flex-start;
  display: flex;
}

.box-colunas.espaco-em-volta {
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-colunas.espaco-em-volta-menor {
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-colunas.fa-box {
  margin-bottom: 3px;
}

.box-colunas.fa-box.novo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.coluna-50 {
  flex: 0 50%;
  padding: 20px 30px;
}

.coluna-50.image {
  background-image: url('../images/man-taking-photo-of-his-breakfast-and-coffee-on-the-table-3584928.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coluna-50.fundo-cinza {
  background-color: var(--cadet-blue);
}

.coluna-50.imagem-insta {
  background-image: url('../images/blur-display-electronics-hand-174938_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50.fundo-cinza-claro {
  background-color: #e6e6e6;
  padding-top: 75px;
  padding-bottom: 75px;
}

.coluna-50.centraliza-altura {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.coluna-50.centraliza-altura.left {
  align-items: flex-start;
}

.video-de-fundo {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.sub-2 {
  font-size: 45px;
  line-height: 55px;
}

.menu-button {
  color: #cacaca;
}

.menu-button.w--open {
  background-color: #303030;
}

.nav-menu {
  background-color: #000;
  padding: 15px 43px;
  display: block;
  position: absolute;
  inset: 59px 0% auto auto;
}

.faixa-boxes {
  display: flex;
}

.branco {
  color: #fff;
}

.numeracao {
  color: var(--cadet-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 5px 15px;
  font-family: Miso, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.maximo-de-largura {
  max-width: 500px;
}

.text-block-2 {
  font-family: Miso, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.separador-30 {
  width: 100%;
  height: 30px;
}

.fonte-verde {
  color: var(--cadet-blue);
}

.colunas-ipad {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.coluna-ipad {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coluna-ipad.lado-esq {
  align-items: flex-end;
}

.bullet {
  background-color: var(--cadet-blue);
  border-radius: 5px;
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.textos-bullet {
  font-size: 26px;
  line-height: 32px;
}

.textos-bullet.alinhado-direita {
  text-align: right;
}

.textos-bullet-porque {
  font-size: 22px;
  line-height: 26px;
}

.textos-bullet-porque.alinhado-direita {
  text-align: right;
}

.bullet-2 {
  background-color: var(--cadet-blue);
  border-radius: 5px;
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}

.coluna-iiphone {
  background-image: url('../images/cel-em-pé.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 33%;
  justify-content: center;
  align-items: center;
  padding: 201px 21px;
  display: flex;
}

.imagem-testemoniais {
  flex: none;
  margin-bottom: 20px;
}

.hero-home-copy {
  background-image: linear-gradient(#00000080, #00000080);
  align-items: center;
  height: 100%;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.hero-home-copy.delivery {
  background-image: none;
}

.foto-instagram {
  background-image: url('../images/blur-display-electronics-hand-174938.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.espacejador-30 {
  width: 100%;
  height: 30px;
}

.fonte-vermelha {
  color: var(--firebrick);
}

.video-instagram {
  text-align: center;
  flex: none;
  width: 290px;
  padding-bottom: 50%;
}

.coluna-iiphone-2 {
  background-image: url('../images/fundo-iphone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 138px 24px 118px;
  display: flex;
}

.colunas {
  justify-content: center;
  width: 100%;
  display: flex;
}

._85 {
  font-family: Miso, sans-serif;
  font-size: 260px;
  line-height: 300px;
}

.video-exemplo {
  width: 270px;
  height: 270px;
}

.faixa-rodape {
  background-color: #000;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo-rodape {
  width: 132px;
}

.colula-33 {
  flex: 0 50%;
  padding-left: 19px;
}

.texto-fa {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.fa-solid {
  color: #fff;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

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

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

.box-compre-dja {
  color: #353535;
  background-color: #fff;
  border-radius: 20px;
  max-width: 500px;
  margin: 30px auto 31px;
  text-decoration: none;
  display: block;
  box-shadow: 0 5px 6px #00000054;
}

.texto-compre-dja {
  font-family: Miso, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.topo-box-compre-dja {
  background-color: var(--firebrick);
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px 24px;
  text-decoration: none;
}

.preco-compre-dja {
  text-transform: uppercase;
  font-family: Miso, sans-serif;
  font-size: 45px;
  line-height: 63px;
  text-decoration: none;
}

.destaque-preco {
  font-size: 76px;
}

.miolo-compre-dja {
  text-align: left;
  padding: 13px 34px 34px;
  font-size: 21px;
  line-height: 24px;
}

.check {
  margin-top: 3px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.botao-compre-dja {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 40px 30px;
  font-size: 26px;
  line-height: 32px;
}

.cartoes {
  display: block;
}

.cartoes-mobile {
  display: none;
}

.coluna-imagem-rede {
  flex: 0 auto;
  width: 50%;
  max-width: 1000px;
}

.coluna-50-2 {
  flex: 0 50%;
  padding-right: 30px;
}

.botao-pagueseguro-teste {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.box-colunas-bullet {
  align-items: flex-start;
  margin-bottom: 14px;
  display: flex;
}

.box-colunas-bullet.espaco-em-volta {
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-colunas-bullet.espaco-em-volta-menor {
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-colunas-bullet.fa-box {
  margin-bottom: 10px;
}

.coluna-50-hero {
  flex: 0 50%;
}

.texto-rodape {
  text-align: center;
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.colula-rodape {
  flex: none;
  padding-left: 19px;
}

.fa-brand {
  color: #fff;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
}

.coluna-iiphone-vert {
  background-image: url('../images/cel-vert-limpo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 33%;
  justify-content: center;
  align-items: center;
  padding: 91px 21px;
  display: flex;
  position: relative;
}

.video-vertical {
  z-index: 1;
  width: 100%;
}

.miolo-celular {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 87px 22px;
  position: absolute;
}

.coluna-iiphone-vert-2 {
  flex-direction: column;
  flex: 0 33%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-topo-delivery {
  width: 100%;
}

.grid {
  grid-template: "."
  / 1fr 1fr 1fr;
}

.grid-2 {
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
}

.miolo-celular-novo {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 202px 22px 87px;
  position: absolute;
}

.coluna-iiphone-vert-3 {
  flex-direction: column;
  flex: 0 33%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.miolo-testemunhais {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.conteudo-testemunhais {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.video-testemonial {
  flex: 0 33.33%;
}

.coluna-33 {
  flex: 0 33%;
  padding-left: 20px;
  padding-right: 20px;
}

.coluna-33.aumenta-texto {
  font-size: 20px;
  line-height: 25px;
}

.coluna-50-testemunhais {
  flex-direction: column;
  flex: 0 50%;
  margin-top: auto;
  padding: 20px 30px;
  display: flex;
}

.coluna-50-testemunhais.image {
  background-image: url('../images/man-taking-photo-of-his-breakfast-and-coffee-on-the-table-3584928.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coluna-50-testemunhais.fundo-cinza {
  background-color: var(--cadet-blue);
}

.coluna-50-testemunhais.imagem-insta {
  background-image: url('../images/blur-display-electronics-hand-174938_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50-testemunhais.fundo-cinza-claro {
  background-color: #e6e6e6;
  padding-top: 75px;
  padding-bottom: 75px;
}

.coluna-50-testemunhais.centraliza-altura {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.assinatura-testemunhais {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.texto-testemunhais {
  font-style: italic;
}

.coluna-25 {
  width: 100%;
}

.setas {
  background-color: #0000;
  border-style: none;
  flex: 1;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.setas.esquerda {
  inset: 0% auto 0% 0%;
}

.grupo-testemunhais {
  position: relative;
}

.seta-teste {
  font-size: 24px;
  line-height: 24px;
}

.lista-testemunhais {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.item-testemunhais {
  flex: 0 33.33%;
  align-self: stretch;
}

.nome-testemunhal {
  color: #494949;
  font-weight: 900;
  display: flex;
}

.collection-list-trabalhos {
  flex-wrap: wrap;
  display: flex;
}

.collection-item-trabalhos {
  flex-direction: column;
  flex: 0 33.33%;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.linha-de-texto-empresa {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  display: flex;
}

.cartao-sombra {
  width: 100%;
  box-shadow: 0 5px 7px #00000045;
}

.texto-cartao {
  padding: 17px;
  font-size: 17px;
  line-height: 24px;
}

.linha-de-texto-cliente {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.depoimento {
  margin-top: 8px;
  font-style: italic;
}

.slideshow-topo-delivery {
  width: 538px;
  display: none;
}

.slider-topo-delivery {
  height: 538px;
}

.fundo-slide-delivery {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.06.50.jpeg');
  background-position: 50%;
  background-size: cover;
}

.fundo-slide-delivery.delivery2 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.07.59.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery3 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.09.27.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery4 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.10.00.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery5 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.12.01.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery6 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.12.17.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery7 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.12.33.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery8 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.12.50.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery9 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.13.09.jpeg');
  background-repeat: no-repeat;
}

.fundo-slide-delivery.delivery10 {
  background-image: url('../images/WhatsApp-Image-2020-04-23-at-22.20.27.jpeg');
  background-repeat: no-repeat;
}

.seta-esconde {
  display: none;
}

.botao-venha-copy {
  background-color: var(--firebrick);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 7px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 14px 23px;
  font-size: 20px;
  line-height: 25px;
  box-shadow: 0 2px 4px #00000054;
}

.background-video {
  width: 100%;
  height: 100%;
}

._85-copy {
  font-family: Miso, sans-serif;
  font-size: 170px;
  line-height: 170px;
}

.coluna-imagem-rede-2 {
  flex: 0 auto;
  align-self: center;
  width: 50%;
  max-width: 1000px;
}

.box-compre-dja-mae {
  color: #353535;
  background-color: #fff;
  border-radius: 20px;
  margin: 30px 6px 31px;
  text-decoration: none;
  box-shadow: 0 5px 6px #00000054;
}

.pre-os-botoes {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._15-maior {
  font-size: 95px;
  line-height: 90px;
}

.heading-mae {
  letter-spacing: 0;
}

.hero-maes {
  background-image: linear-gradient(#00000080, #00000080);
  align-items: center;
  height: 100%;
  min-height: 80vh;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.botao-compre-dja-maes {
  background-color: var(--firebrick);
  text-transform: uppercase;
  border-radius: 20px;
  margin: 10px 5px;
  padding: 20px;
  font-family: Miso, sans-serif;
  font-size: 30px;
  line-height: 32px;
  box-shadow: 0 6px 5px #00000052;
}

.botoes-compre-dja {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-colunas-maes {
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.box-colunas-maes.espaco-em-volta {
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-colunas-maes.espaco-em-volta-menor {
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-colunas-maes.fa-box {
  margin-bottom: 12px;
}

.preco-maior {
  font-size: 80px;
  line-height: 85px;
}

.hero-maes-2 {
  background-image: linear-gradient(#00000080, #00000080);
  align-items: center;
  height: 100%;
  min-height: 80vh;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.fonte-vermelha-copy {
  color: var(--firebrick);
}

.html-embed {
  display: none;
}

.texto-destaques-home-mae {
  font-size: 30px;
  line-height: 35px;
}

.texto-destaques-home-mae.branco {
  color: #fff;
}

.form-rodape {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.label-form-rodape {
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 400;
}

.submit-button {
  margin-left: 18px;
}

.campo-form-rodape {
  background-color: #ffffff17;
  border: 1px solid #ffffff30;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.botao-formulario {
  color: #000;
  background-color: #ffffff4f;
  border: 1px solid #ffffff52;
  border-radius: 9px;
  margin-left: 9px;
  font-size: 12px;
  line-height: 16px;
}

.botao-formulario:hover {
  background-color: #ffffffb3;
}

.titulo-form-rodape {
  color: #ffffffa6;
  text-transform: uppercase;
  margin-top: 29px;
  font-size: 12px;
  line-height: 16px;
}

.hashtag-mae {
  font-family: Miso, sans-serif;
  font-size: 13vw;
  font-weight: 700;
  line-height: 13vw;
}

.titulo-home-mae {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Miso, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.tv-como-vai-ficar {
  background-image: url('../images/tvfundo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 530px;
  padding: 13px 89px 87px;
  position: relative;
}

.background-video-2 {
  z-index: 3;
  width: 100%;
  height: 100%;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
}

.mosaico1, .mosaico1-copy {
  background-image: url('../images/WhatsApp-Image-2020-05-01-at-19.53.52.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mosaico-2 {
  background-image: url('../images/WhatsApp-Image-2020-05-01-at-19.51.36.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mosaico-3 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mosaico-4 {
  background-image: url('../images/WhatsApp-Image-2020-05-01-at-19.51.43-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._100 {
  text-align: left;
  font-family: Miso, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 217px;
}

.cel-whats {
  background-color: #dcf8c6;
  padding: 21px;
  font-size: 20px;
  line-height: 29px;
}

.botao-whatsapp {
  font-family: "Fa brands 400", sans-serif;
  font-size: 28px;
}

.texto-destaques-home-copy {
  margin-top: 16px;
  font-size: 20px;
  line-height: 29px;
}

.botao-contato {
  background-color: var(--cadet-blue);
}

.botao-contato.branco {
  color: var(--indian-red);
  background-color: #313131;
}

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

.texto-destaques-home-copy {
  margin-top: 1px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 29px;
}

.texto-destaques-home-copy.branco {
  color: #fff;
}

.bot-es-share-facebook {
  margin-top: 20px;
}

.bloco-titulo-trabalhos {
  padding-left: 27px;
  padding-right: 27px;
}

.riscado {
  text-decoration: line-through;
}

.waves-teste {
  background-color: #fff;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-2 {
  padding: 10px;
}

.navbar-2 {
  background-color: #000;
}

.nav-menu-2 {
  background-color: var(--dark-slate-blue);
  display: inline-block;
  inset: 52px 0% auto auto;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.menu-button-2 {
  color: #fff;
  padding: 15px 13px;
  font-weight: 300;
}

.menu-button-2.w--open {
  background-color: var(--dark-slate-blue);
  height: 100%;
}

.icon {
  font-size: 23px;
}

.hero-colab {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/men-putting-food-on-a-thermal-bag-4393665.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

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

.texto-sobre-colab {
  max-width: 600px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 28px;
}

.news-link {
  color: #000;
  text-align: center;
  background-color: #fff;
  max-width: 500px;
  padding: 30px;
}

.titulo-news-link {
  margin-bottom: 21px;
  font-family: Miso, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.texto-news-link {
  margin-top: 15px;
}

.botao-cadastre-se {
  background-color: var(--dark-slate-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 15px;
  display: inline-block;
}

.produto {
  background-image: linear-gradient(to right, var(--light-sea-green), var(--dark-slate-blue));
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Miso, sans-serif;
  display: block;
  position: relative;
}

.nome-produto {
  z-index: 4;
  margin-bottom: 24px;
  font-family: Miso, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.produto-2 {
  color: #464646;
  cursor: pointer;
  background-image: url('../images/men-putting-food-on-a-thermal-bag-4393665.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 70px 30px;
  display: flex;
  position: relative;
}

.produto-2.fundo-coletivo {
  background-image: url('../images/fundo-video-coletivo.jpg');
  background-position: 100%;
  display: flex;
}

.produto-2.fundo-podcast {
  background-image: url('../images/fundos-podcast2.jpg');
}

.produto-2.fundo-campanha {
  background-image: url('../images/28.jpg');
  display: flex;
}

.produto-2.fundo-solidario {
  cursor: pointer;
  background-image: url('../images/00_imagem_site_colab365_opções2.jpg');
}

.produto-2.deliveryseguro {
  display: flex;
}

.produto-2.fundo-minipos {
  background-image: url('../images/fundominipos.jpg');
  background-position: 50% 0;
}

.background-video-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cobertura {
  z-index: 4;
  background-image: linear-gradient(to right, var(--light-sea-green), var(--dark-slate-blue));
  position: absolute;
  inset: 0%;
}

.cobertura:hover {
  display: none;
}

.faixa-preta {
  color: #fff;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.faixa-preta.fundo-cinza {
  background-color: #e0e0e0;
}

.video-topo-delivery-solidario {
  width: 700px;
  margin-bottom: 52px;
}

.formulario-cadastro-solidario {
  text-align: left;
  background-color: #f3f3f3;
  max-width: 450px;
  margin-top: 63px;
  padding: 20px;
  box-shadow: 0 1px 5px #00000045;
}

.motivos {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.motivo {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 41px;
  display: flex;
}

.motivo.right {
  flex-direction: column;
  justify-content: flex-end;
}

.icone-motivo {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-2 {
  background-color: #eee;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 5px;
}

.coluna-50-com-20-padd {
  flex: 0 50%;
  padding: 0 20px;
}

.coluna-50-com-20-padd.image {
  background-image: url('../images/man-taking-photo-of-his-breakfast-and-coffee-on-the-table-3584928.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coluna-50-com-20-padd.fundo-cinza {
  background-color: var(--cadet-blue);
}

.coluna-50-com-20-padd.imagem-insta {
  background-image: url('../images/blur-display-electronics-hand-174938_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50-com-20-padd.fundo-cinza-claro {
  background-color: #e6e6e6;
  padding-top: 75px;
  padding-bottom: 75px;
}

.coluna-50-com-20-padd.centraliza-altura {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.coluna-50-com-20-padd.centraliza-altura.left {
  align-items: flex-start;
}

.coluna-50-com-20-padd.fundo-foto {
  background-image: url('../images/2945542.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50-com-20-padd.fundo-cor {
  background-color: var(--indian-red);
  padding: 30px;
}

.faixa-vamos-comecar {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.coluna-50-basica {
  flex: 0 50%;
}

.texto-coluna {
  max-width: 500px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.banner-catarse {
  background-color: #f1f1f1;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.banner-catarse:hover {
  box-shadow: 0 1px 6px #00000038;
}

.imagem-banner {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: 30px;
  display: flex;
}

.faixa-2-partes {
  display: flex;
}

.bloco-texto-patrocinio {
  max-width: 500px;
}

.fundo-capa-pod {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.link-block {
  width: 151px;
  margin-top: 14px;
}

.container-padrao-pod {
  height: 100%;
  position: relative;
}

.capa-pod {
  width: 430px;
}

.capa-pod.w--current {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto 0% 29px auto;
}

.itens-topo-pod {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.titulo-podcast {
  color: #fff;
  margin-bottom: 20px;
  font-family: Miso, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.itens-tit-pod {
  max-width: 400px;
  padding-bottom: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slogan-podcast {
  font-size: 23px;
  line-height: 26px;
}

.texto-apresentado-por-pod {
  color: #fffc;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 15px;
  display: flex;
}

.links-plataformas-pod {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.miolo-pod {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.titulo-recente-pod {
  color: #4b4b4b;
  margin-bottom: 17px;
  font-size: 26px;
  line-height: 30px;
}

.cartao-episodio {
  background-color: #fff;
  width: 90%;
  box-shadow: 0 4px 4px #00000042;
}

.imagem-capa-episodio-hor {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 54%;
}

.texto-cartao-episodio {
  color: #525252;
  padding: 23px;
}

.nome-episodio-pod {
  font-family: Miso, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}

.tab-sobre-miolo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-sobre {
  color: #acacac;
  background-color: #0000;
  padding: 0 14px;
  font-size: 26px;
  line-height: 28px;
}

.tab-sobre.w--current {
  color: #000;
  background-color: #0000;
  text-decoration: underline;
}

.empty {
  display: none;
}

.texto-equipe {
  color: #252525;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px 12px;
  font-size: 15px;
}

.link-block-2 {
  width: 100%;
  box-shadow: 0 3px 6px #00000047;
}

.foto-equipe {
  padding-bottom: 100%;
}

.colunas-2 {
  justify-content: flex-start;
  display: flex;
}

.capa-pod-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto 0% 29px auto;
}

.capa-pod-2.w--current {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto 0% 29px auto;
}

.fundo-capa-pod-ep {
  height: 80vh;
}

.separador-pequ {
  width: 10px;
  height: 5px;
}

.data-episodio {
  font-size: 18px;
}

.tab-sobre-2 {
  background-color: #0000;
  padding: 0 14px;
  font-size: 26px;
  line-height: 28px;
}

.tab-sobre-2.w--current {
  color: #54918a;
  background-color: #0000;
  text-decoration: underline;
}

.descricao-curta {
  margin-bottom: 25px;
  font-family: Miso, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
}

.coluna-66 {
  flex: 0 66.66%;
}

.embed {
  margin-top: 34px;
  margin-bottom: 26px;
}

.links-episodio {
  color: #3a3a3a;
  margin-bottom: 18px;
  font-size: 18px;
  display: flex;
}

.link-episodio {
  color: #242424;
}

.voltar {
  color: #ffffff6b;
  margin-top: 9px;
  display: flex;
}

.link-voltar {
  color: #ffffff6b;
}

.link-voltar:hover {
  color: #ffffffdb;
}

.faixa-padrao {
  padding-top: 100px;
  padding-bottom: 100px;
}

.empty-2 {
  display: block;
}

.lista-de-shows {
  flex-wrap: wrap;
  display: flex;
}

.capa-show {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}

.collection-item {
  flex: 0 33.33%;
  margin-bottom: -5px;
}

.menu-podcasts {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-pod {
  width: 130px;
  margin-left: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.logo-pod.w--current {
  width: 100px;
  margin-left: 10px;
}

.section {
  background-color: #636363;
  padding-top: 60px;
}

.coluna-50-pod {
  flex: 0 50%;
  padding-right: 20px;
}

.div-block {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-tituloo {
  color: #494949;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 31px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.texto-form {
  font-size: 16px;
}

.text-span {
  text-transform: uppercase;
  font-size: 12px;
}

.text-span-2 {
  font-size: 19px;
}

.botao-form-cinza {
  letter-spacing: 2px;
  background-color: #757575;
  margin-top: 19px;
  font-size: 12px;
}

.botao-form-cinza:hover {
  background-color: var(--dark-slate-blue);
}

.logo-texto {
  margin-top: 19px;
  margin-bottom: 19px;
}

.sub-titulo {
  color: #424242;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.camp-tit {
  text-align: center;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 49px;
  font-family: Miso, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.camp-2 {
  text-align: center;
  font-family: Miso, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 34px;
}

.em-brevee {
  text-transform: uppercase;
  margin-top: 17px;
  font-size: 28px;
  line-height: 32px;
}

.body {
  font-size: 16px;
  line-height: 22px;
}

.faixa-preta-home-nova {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faixa-preta-home-nova.fundo-cinza {
  background-color: #e0e0e0;
}

.sobre-produto {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 30px;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.nav-menu-3 {
  background-color: #000;
  top: 60px;
  left: auto;
  right: 0%;
}

.menu-button-3 {
  color: #a3a3a3;
  background-color: #000;
}

.menu-button-3.w--open {
  background-color: #000;
}

.nav-link-3 {
  color: #f9fcfb85;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.nav-link-3.w--current {
  color: #f9fcfb;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 45px;
  padding-bottom: 38px;
}

.numeracao-2 {
  background-color: var(--indian-red);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 5px 15px;
  font-family: Miso, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.bloco-numeracao {
  align-items: flex-start;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.texto-numeracao {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.faixa-2-partes-copy {
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
}

.coluna-50-direita {
  flex: 0 50%;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.coluna-50-direita.image {
  background-image: url('../images/man-taking-photo-of-his-breakfast-and-coffee-on-the-table-3584928.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coluna-50-direita.fundo-cinza {
  background-color: var(--cadet-blue);
}

.coluna-50-direita.imagem-insta {
  background-image: url('../images/blur-display-electronics-hand-174938_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50-direita.fundo-cinza-claro {
  background-color: #e6e6e6;
  padding-top: 75px;
  padding-bottom: 75px;
}

.coluna-50-direita.centraliza-altura {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.coluna-50-direita.centraliza-altura.left {
  align-items: flex-start;
}

.coluna-50-direita.fundo-foto {
  background-image: url('../images/2945542.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50-direita.fundo-cor {
  background-color: var(--indian-red);
  padding: 30px;
}

.botao-contato-preto {
  background-color: #292929;
}

.botao-contato-preto.branco {
  color: var(--indian-red);
  background-color: #313131;
}

.slide-trabalhos {
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: 31px;
}

.coluna-50-basica-copy {
  flex: 0 50%;
  width: 500px;
}

.esconde-slide-nav {
  display: none;
}

.seta-esquerda-fora {
  color: #000;
  width: 40px;
  margin-left: -40px;
}

.seta-direita-fora {
  color: #292929;
  width: 40px;
  margin-right: -40px;
}

.titulo-solidario {
  color: #131313;
  text-align: center;
  font-family: Miso, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 75px;
}

.texto-seja {
  text-align: center;
  background-color: #fff;
  max-width: 600px;
  margin: 22px auto 25px;
  font-size: 18px;
  line-height: 26px;
}

.apresentamos {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.texto-destaques-home-2 {
  font-size: 20px;
  line-height: 29px;
}

.texto-destaques-home-2.branco {
  color: #fff;
}

.faixa-seja-solidario {
  display: flex;
}

.coluna-50-foto {
  flex: 0 50%;
  padding: 20px 30px;
}

.coluna-50-foto.image {
  background-image: url('../images/man-taking-photo-of-his-breakfast-and-coffee-on-the-table-3584928.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coluna-50-foto.fundo-cinza {
  background-color: var(--cadet-blue);
}

.coluna-50-foto.imagem-insta {
  background-image: url('../images/blur-display-electronics-hand-174938_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.coluna-50-foto.fundo-cinza-claro {
  background-color: #e6e6e6;
  padding-top: 75px;
  padding-bottom: 75px;
}

.coluna-50-foto.centraliza-altura {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.coluna-50-foto.centraliza-altura.left {
  align-items: flex-start;
}

.tit-seja-solida {
  text-align: center;
  margin-bottom: 38px;
  font-family: Miso, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.botao-seja {
  background-color: var(--dark-salmon);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.faixa-m-os {
  background-image: url('../images/maos-seja.png');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 30%;
}

.fa-brand-copy {
  color: #fff;
  text-align: left;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
}

.faixa-seja-2 {
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.passoapasso {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.ilustracoes {
  z-index: -1;
  position: absolute;
  inset: 9% auto auto -59px;
}

.ilustracoes.i2 {
  inset: 50% 0% auto auto;
}

.ilustracoes.i3 {
  top: 73%;
  left: 28px;
}

.ilustracoes.i4 {
  width: 400px;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  left: 0;
}

.ilustracoes.i5 {
  inset: 24% 0% auto auto;
}

.ilustracoes.i6 {
  inset: 0% auto auto 0%;
}

.ilustracoes.i7 {
  width: 217px;
  inset: auto auto 0% -2%;
}

.ilustracoes.i8 {
  width: 300px;
  margin-top: 44px;
  margin-left: auto;
  position: static;
}

.ilustracoes.i9 {
  left: 0;
}

.ilustracoes.i10 {
  inset: auto 0% 0% auto;
}

.botao-seja-copy {
  background-color: var(--dark-salmon);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  width: 350px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.faixa-branca-copy {
  padding-top: 100px;
  padding-bottom: 36px;
  padding-right: 0;
  position: relative;
}

.faixa-branca-copy.fundo-cinza {
  background-color: #e0e0e0;
  justify-content: center;
  display: flex;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gride-equipe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-equipe {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.box-nome-equipe {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.botao-clique-aqui {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dfdfdf;
  margin-top: 17px;
  padding: 10px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.logo-minipos {
  max-width: 350px;
  margin-bottom: 29px;
  margin-left: 24px;
  margin-right: 24px;
}

.colunas-menu {
  align-items: flex-start;
  display: flex;
}

.titulo-menu {
  color: #ffffff4d;
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Miso, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  display: block;
}

.nav-link-4.w--current {
  color: var(--cadet-blue);
}

.nav-link-home {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Miso, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-home.w--current {
  color: #54918a;
  font-weight: 700;
}

.texto-sobre-colab-2 {
  text-align: left;
  max-width: 600px;
  margin-right: 10vw;
  font-size: 22px;
  line-height: 28px;
}

.logo-grande-colab {
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-right: 102px;
}

.titulo-blog {
  color: #000000a8;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.bloco-blog {
  color: #131313;
  background-color: #fff;
}

.imagem-pos-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 73%;
}

.lista-blog {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.textos-blocos {
  padding: 19px;
}

.item-blog {
  flex: 0 33.33%;
  padding: 20px;
}

.imagem-grande-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 70%;
}

.coluna-600px {
  max-width: 600px;
}

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

.collection-list-wrapper {
  background-color: #000;
}

.text-block-4 {
  font-size: 2vw;
  line-height: 3vw;
}

.cargo {
  color: #ffffffa6;
  margin-top: 0;
  font-size: 1.3vw;
  line-height: 2vw;
}

.imagem-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.faixa-preta-home-nova-copy {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faixa-preta-home-nova-copy.fundo-cinza {
  background-color: #e0e0e0;
}

.colula-rodape-copy {
  flex-flow: column;
  flex: none;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-home {
    text-align: center;
    justify-content: center;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faixa-branca {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-home-2 {
    height: auto;
    padding-left: 29px;
    padding-right: 29px;
  }

  .coluna-50.centraliza-altura, .coluna-50.centraliza-s-mobile {
    text-align: center;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #464646;
  }

  .nav-menu {
    background-color: #000;
  }

  .coluna-ipad {
    padding-left: 0;
    padding-right: 0;
  }

  .textos-bullet, .textos-bullet-porque {
    font-size: 23px;
    line-height: 32px;
  }

  .coluna-iiphone {
    flex-basis: 35%;
    padding: 18% 5%;
  }

  .hero-home-copy {
    text-align: center;
    justify-content: center;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-instagram {
    width: auto;
    height: 100%;
  }

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

  .faixa-rodape {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .colunas-rodape {
    flex-direction: row;
  }

  .coluna-iiphone-vert {
    flex-basis: 35%;
    padding-left: 2.3%;
    padding-right: 2.3%;
    display: block;
  }

  .video-vertical {
    height: 100%;
  }

  .miolo-celular {
    padding: 29% 7%;
  }

  .miolo-celular-novo {
    padding: 64% 7% 29%;
  }

  .coluna-50-testemunhais.frente {
    order: -1;
  }

  .coluna-50-testemunhais.centraliza-altura, .coluna-50-testemunhais.centraliza-s-mobile {
    text-align: center;
  }

  .assinatura-testemunhais {
    flex-direction: column;
    align-items: flex-end;
  }

  .item-testemunhais {
    align-self: flex-start;
  }

  .collection-item-trabalhos {
    flex-basis: 50%;
  }

  .titulo-trabalho-empresa {
    flex: none;
  }

  .hero-maes, .hero-maes-2 {
    text-align: center;
    justify-content: center;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed {
    display: block;
  }

  .html-embed-2 {
    display: none;
  }

  .hashtag-mae {
    font-size: 14vw;
    line-height: 14vw;
  }

  .tv-como-vai-ficar {
    padding: 6% 4% 15%;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-template-rows: minmax(200px, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr minmax(auto, 1fr) minmax(auto, 1fr);
  }

  ._100 {
    text-align: center;
  }

  .cel-whats {
    align-items: center;
    display: flex;
  }

  .colunas-copy {
    flex-direction: column;
    align-items: center;
  }

  .faixa-preta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .coluna-50-com-20-padd.centraliza-altura, .coluna-50-com-20-padd.centraliza-s-mobile {
    text-align: center;
  }

  .colunas-2 {
    flex-direction: column;
    align-items: center;
  }

  .faixa-preta-home-nova {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faixa-2-partes-copy {
    background-position: 20%;
  }

  .coluna-50-direita.centraliza-altura, .coluna-50-direita.centraliza-s-mobile, .coluna-50-foto.centraliza-altura, .coluna-50-foto.centraliza-s-mobile {
    text-align: center;
  }

  .passoapasso {
    background-color: #fff;
    max-width: 400px;
    padding: 20px;
  }

  .ilustracoes {
    width: 125px;
    top: 31%;
    left: -17px;
  }

  .ilustracoes.i2 {
    z-index: -1;
    width: auto;
    inset: 44% 0% auto auto;
  }

  .ilustracoes.i4 {
    width: 300px;
  }

  .ilustracoes.i5 {
    width: 24vw;
  }

  .ilustracoes.i6 {
    width: 23vw;
    left: -5%;
  }

  .ilustracoes.i7 {
    inset: auto auto 0% 0%;
  }

  .faixa-branca-copy {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .box-nome-equipe {
    font-size: 20px;
    line-height: 26px;
  }

  .texto-sobre-colab-2 {
    text-align: center;
    order: 1;
    margin-top: 59px;
    margin-right: 0;
  }

  .faixa-preta-home-nova-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-home {
    flex-direction: column;
    align-items: flex-start;
    min-height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .segmento-hero-home {
    flex-basis: 100%;
    width: 100%;
    display: block;
  }

  .segmento-hero-home.imagem-hero-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .faixa-branca {
    padding: 30px 15px 50px;
  }

  .hero-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 49px;
    padding-bottom: 49px;
    display: flex;
  }

  .banner-delivery {
    flex-direction: column;
    width: 90%;
    max-width: 450px;
  }

  .texto-delivery {
    padding-left: 0;
  }

  .testemunho {
    width: 50%;
  }

  .miolo-faixa-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .container-padrao {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-home {
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 26px;
    line-height: 35px;
  }

  .subtitulo-home, .texto-destaques-home {
    line-height: 24px;
  }

  .logo-animado {
    width: 100%;
  }

  .box-colunas {
    flex-direction: column;
  }

  .box-colunas.espaco-em-volta {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .box-colunas.espaco-em-volta-menor {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .box-colunas.fa-box {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }

  .coluna-50 {
    padding: 15px;
  }

  .coluna-50.imagem-insta {
    padding-bottom: 50%;
  }

  .coluna-50.fundo-cinza-claro {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .faixa-boxes {
    flex-direction: column;
  }

  .numeracao {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 23px;
    line-height: 30px;
    overflow: hidden;
  }

  .coluna-ipad {
    padding-left: 0;
    padding-right: 0;
  }

  .coluna-ipad.imagem {
    flex: 0 30%;
  }

  .textos-bullet, .textos-bullet-porque {
    font-size: 18px;
    line-height: 22px;
  }

  .coluna-iiphone {
    flex: 0 42%;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .coluna-iiphone.imagem {
    flex: 0 30%;
  }

  .hero-home-copy {
    flex-direction: column;
    align-items: flex-start;
    min-height: 80vh;
    display: flex;
  }

  .hero-home-copy.delivery {
    overflow: hidden;
  }

  .coluna-iiphone-2.imagem {
    flex: 0 30%;
  }

  ._85 {
    font-size: 200px;
    line-height: 200px;
  }

  .faixa-rodape {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .colula-33 {
    margin-top: 22px;
  }

  .colunas-rodape {
    text-align: center;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .miolo-compre-dja {
    padding: 7px 20px 21px;
  }

  .botao-compre-dja {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .box-colunas-bullet {
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .box-colunas-bullet.espaco-em-volta {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .box-colunas-bullet.espaco-em-volta-menor {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .box-colunas-bullet.fa-box {
    flex-direction: row;
    align-items: center;
  }

  .coluna-50-hero {
    flex-basis: 100%;
    width: 100%;
  }

  .texto-rodape {
    padding-left: 20px;
    padding-right: 20px;
  }

  .colula-rodape {
    margin-top: 22px;
  }

  .coluna-iiphone-vert {
    flex: 0 42%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .coluna-iiphone-vert.imagem {
    flex: 0 30%;
  }

  .video-vertical {
    height: 100%;
  }

  .coluna-iiphone-vert-2 {
    flex-basis: 40%;
  }

  .coluna-iiphone-vert-2.imagem {
    flex: 0 30%;
  }

  .video-topo-delivery {
    width: 100%;
  }

  .coluna-iiphone-vert-3 {
    flex-basis: 40%;
  }

  .coluna-iiphone-vert-3.imagem {
    flex: 0 30%;
  }

  .conteudo-testemunhais {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .coluna-50-testemunhais {
    padding: 15px;
  }

  .coluna-50-testemunhais.imagem-insta {
    padding-bottom: 50%;
  }

  .coluna-50-testemunhais.fundo-cinza-claro {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .item-testemunhais {
    flex-basis: 50%;
    align-self: flex-start;
  }

  .collection-item-trabalhos {
    padding-right: 15px;
  }

  .titulo-trabalho-empresa {
    flex: none;
  }

  .slideshow-topo-delivery {
    width: 90vw;
  }

  .slider-topo-delivery {
    height: 90vw;
  }

  ._85-copy {
    font-size: 200px;
    line-height: 200px;
  }

  .hero-maes {
    flex-direction: column;
    align-items: flex-start;
    min-height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .botoes-compre-dja {
    flex-wrap: wrap;
  }

  .box-colunas-maes {
    flex-direction: column;
  }

  .box-colunas-maes.espaco-em-volta {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .box-colunas-maes.espaco-em-volta-menor {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .box-colunas-maes.fa-box {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }

  .hero-maes-2 {
    flex-direction: column;
    align-items: flex-start;
    min-height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .titulo-home-mae {
    margin-bottom: 21px;
    font-size: 26px;
    line-height: 35px;
  }

  .tv-como-vai-ficar {
    height: 62vw;
    padding: 2% 4%;
  }

  .grid-3 {
    grid-template-rows: minmax(0, 30vw) minmax(auto, 30vw);
    grid-template-columns: 1fr minmax(200px, 1fr);
  }

  ._100 {
    font-size: 200px;
    line-height: 200px;
  }

  .bloco-titulo-trabalhos {
    padding-left: 17px;
    padding-right: 17px;
  }

  .nome-produto {
    margin-bottom: 15px;
  }

  .faixa-preta {
    padding: 30px 15px 50px;
  }

  .video-topo-delivery-solidario {
    width: 100%;
  }

  .motivo.right {
    text-align: right;
  }

  .coluna-50-com-20-padd {
    padding: 15px;
  }

  .coluna-50-com-20-padd.imagem-insta {
    padding-bottom: 50%;
  }

  .coluna-50-com-20-padd.fundo-cinza-claro {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .faixa-vamos-comecar {
    position: relative;
  }

  .container-padrao-pod {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faixa-preta-home-nova {
    padding: 30px 15px 50px;
  }

  .sobre-produto {
    font-size: 16px;
    line-height: 22px;
  }

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

  .numeracao-2 {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 23px;
    line-height: 30px;
    overflow: hidden;
  }

  .imagem-grid.im2 {
    display: none;
  }

  .faixa-2-partes-copy {
    background-position: 100%;
    flex-direction: column;
  }

  .coluna-50-direita {
    padding: 15px;
  }

  .coluna-50-direita.imagem-insta {
    padding-bottom: 50%;
  }

  .coluna-50-direita.fundo-cinza-claro {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .texto-destaques-home-2 {
    line-height: 24px;
  }

  .coluna-50-foto {
    padding: 15px;
  }

  .coluna-50-foto.imagem-insta {
    padding-bottom: 50%;
  }

  .coluna-50-foto.fundo-cinza-claro {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .faixa-seja-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .ilustracoes {
    top: 25%;
  }

  .ilustracoes.i2 {
    top: 42%;
  }

  .ilustracoes.i3 {
    z-index: -1;
    left: -43px;
  }

  .ilustracoes.i4 {
    width: 200px;
    margin-bottom: 34px;
  }

  .faixa-branca-copy {
    padding: 30px 15px 0;
  }

  .box-nome-equipe {
    font-size: 18px;
    line-height: 23px;
  }

  .texto-sobre-colab-2 {
    margin-top: 37px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-4 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .faixa-preta-home-nova-copy {
    padding: 30px 15px 50px;
  }

  .colula-rodape-copy {
    margin-top: 22px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 42px;
    font-weight: 700;
  }

  .hero-home {
    flex-direction: column;
    height: 28.0466%;
    min-height: auto;
    max-height: 100vh;
    padding: 37px 15px;
  }

  .segmento-hero-home {
    width: 80vw;
    padding: 0;
    position: relative;
  }

  .faixa-branca {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .miolo-faixa {
    flex-direction: column;
  }

  .miolo-faixa.descricao {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-home-2 {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .banner-delivery {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .testemunho {
    width: 100%;
  }

  .miolo-faixa-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    position: relative;
  }

  .miolo-faixa-2.descricao {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .titulo-home {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .logo-animado {
    width: 100%;
  }

  .box-colunas.espaco-em-volta {
    flex-direction: row;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .box-colunas.fa-box {
    flex-direction: column;
  }

  .coluna-50.image {
    padding-bottom: 100%;
  }

  .coluna-50.celular {
    padding: 0;
  }

  .nav-menu {
    left: 0%;
  }

  .faixa-boxes {
    flex-direction: column;
  }

  .colunas-ipad {
    flex-flow: column wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .coluna-ipad {
    align-items: flex-start;
    padding-left: 13%;
    padding-right: 13%;
  }

  .coluna-ipad.imagem {
    order: -1;
    align-items: center;
  }

  .coluna-ipad.lado-esq {
    align-items: flex-start;
  }

  .bullet {
    margin-top: 7px;
  }

  .textos-bullet.alinhado-direita {
    text-align: left;
    order: 1;
  }

  .textos-bullet-porque.alinhado-direita {
    order: 1;
  }

  .bullet-2 {
    margin-top: 7px;
  }

  .coluna-iiphone {
    flex-basis: 100%;
    align-items: flex-start;
    padding: 56% 13%;
  }

  .coluna-iiphone.imagem {
    order: -1;
    align-items: center;
  }

  .hero-home-copy {
    flex-direction: column;
    height: 28.0466%;
    min-height: auto;
    max-height: 100vh;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .hero-home-copy.delivery {
    height: auto;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fonte-vermelha {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  }

  .video-instagram {
    width: 100%;
    height: 80%;
    padding-bottom: 125%;
  }

  .coluna-iiphone-2 {
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }

  .coluna-iiphone-2.imagem {
    order: -1;
    align-items: center;
  }

  ._85 {
    text-align: center;
    font-size: 150px;
  }

  .colunas-rodape {
    flex-direction: column;
  }

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

  .topo-box-compre-dja {
    padding: 10px 15px;
  }

  .destaque-preco {
    font-size: 72px;
  }

  .botao-compre-dja {
    padding: 20px;
  }

  .cartoes-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .coluna-imagem-rede {
    width: 100%;
  }

  .box-colunas-bullet.espaco-em-volta {
    flex-direction: row;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .box-colunas-bullet.fa-box {
    flex-direction: column;
  }

  .coluna-50-hero {
    align-self: center;
    width: 70%;
  }

  .coluna-iiphone-vert {
    background-image: url('../images/cel-vert-limpo.jpg');
    flex-basis: 100%;
    align-items: flex-start;
    padding: 23% 7%;
  }

  .coluna-iiphone-vert.imagem {
    order: -1;
    align-items: center;
  }

  .video-vertical {
    height: 100%;
  }

  .coluna-iiphone-vert-2 {
    flex-basis: 100%;
    align-items: flex-start;
  }

  .coluna-iiphone-vert-2.imagem {
    order: -1;
    align-items: center;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .coluna-iiphone-vert-3 {
    flex-basis: 100%;
    align-items: flex-start;
  }

  .coluna-iiphone-vert-3.imagem {
    order: -1;
    align-items: center;
  }

  .conteudo-testemunhais {
    padding-left: 0;
    padding-right: 0;
  }

  .coluna-50-testemunhais.image {
    padding-bottom: 100%;
  }

  .item-testemunhais {
    flex-basis: 100%;
  }

  .collection-item-trabalhos {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .botao-venha-copy {
    text-align: center;
  }

  ._85-copy {
    text-align: center;
    font-size: 150px;
  }

  .coluna-imagem-rede-2 {
    width: 100%;
  }

  .hero-maes {
    flex-direction: column;
    height: 28.0466%;
    min-height: auto;
    max-height: 100vh;
    padding: 37px 15px;
  }

  .box-colunas-maes.espaco-em-volta {
    flex-direction: row;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .box-colunas-maes.fa-box {
    flex-direction: column;
  }

  .hero-maes-2 {
    flex-direction: column;
    align-items: center;
    height: 28.0466%;
    min-height: auto;
    max-height: 100vh;
    padding: 37px 15px;
  }

  .fonte-vermelha-copy {
    font-size: 14vw;
    line-height: 16vw;
  }

  .form-rodape {
    flex-flow: column wrap;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .campo-form-rodape {
    margin-bottom: 20px;
  }

  .botao-formulario {
    margin-left: 0;
  }

  .titulo-home-mae {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tv-como-vai-ficar {
    padding-top: 4%;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: minmax(0, 45vw) minmax(auto, 45vw);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(45vw, auto);
  }

  ._100 {
    text-align: center;
    font-size: 150px;
  }

  .bloco-titulo-trabalhos {
    padding-left: 0;
    padding-right: 0;
  }

  .nome-produto {
    margin-bottom: 17px;
    font-size: 12vw;
    line-height: 12vw;
  }

  .produto-2.fundo-coletivo, .produto-2.fundo-podcast, .produto-2.fundo-campanha, .produto-2.fundo-solidario {
    height: auto;
  }

  .produto-2.fundo-minipos {
    background-position: 20% 0;
  }

  .faixa-preta {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .motivos {
    flex-direction: column;
  }

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

  .motivo.right {
    text-align: left;
    justify-content: flex-start;
  }

  .icone-motivo {
    order: -1;
  }

  .coluna-50-com-20-padd {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .coluna-50-com-20-padd.image {
    padding-bottom: 100%;
  }

  .coluna-50-com-20-padd.celular {
    padding: 0;
  }

  .coluna-50-com-20-padd.fundo-foto {
    flex-basis: 100%;
    padding-bottom: 100%;
  }

  .banner-catarse, .faixa-2-partes {
    flex-direction: column;
  }

  .faixa-preta-home-nova {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sobre-produto {
    color: #000;
    background-color: #ffffffcf;
    font-weight: 400;
  }

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

  .numeracao-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bloco-numeracao {
    flex-direction: column;
  }

  .texto-numeracao {
    font-size: 16px;
    line-height: 20px;
  }

  .faixa-2-partes-copy {
    flex-direction: column;
  }

  .coluna-50-direita {
    padding-top: 0;
    padding-bottom: 0;
  }

  .coluna-50-direita.image {
    padding-bottom: 100%;
  }

  .coluna-50-direita.celular {
    padding: 0;
  }

  .coluna-50-direita.fundo-foto {
    flex-basis: 100%;
    padding-bottom: 100%;
  }

  .texto-seja {
    font-size: 16px;
    line-height: 22px;
  }

  .texto-destaques-home-2 {
    text-align: left;
  }

  .coluna-50-foto.image {
    padding-bottom: 100%;
  }

  .coluna-50-foto.celular {
    padding: 0;
  }

  .tit-seja-solida {
    padding-left: 14px;
    padding-right: 14px;
  }

  .faixa-m-os {
    padding-bottom: 60%;
  }

  .faixa-seja-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .passoapasso {
    background-color: #fff9;
    padding: 20px;
  }

  .ilustracoes {
    top: 10%;
    left: -45px;
  }

  .ilustracoes.i2 {
    top: 32%;
    right: -36%;
  }

  .ilustracoes.i3 {
    top: 94%;
  }

  .ilustracoes.i7 {
    display: none;
  }

  .ilustracoes.i8 {
    width: 50vw;
  }

  .ilustracoes.i9 {
    display: none;
    position: static;
  }

  .botao-seja-copy {
    width: 200px;
  }

  .faixa-branca-copy {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .gride-equipe {
    grid-template-columns: 1fr 1fr;
  }

  .box-nome-equipe {
    font-size: 16px;
    line-height: 22px;
  }

  .logo-minipos {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .colunas-menu {
    flex-direction: column;
    align-items: center;
  }

  .titulo-menu {
    text-align: center;
    margin-top: 19px;
  }

  .nav-link-4 {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .texto-sobre-colab-2 {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .faixa-preta-home-nova-copy {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#w-node-b0637f0a-82e7-593a-5944-49e592589399-7ff78b30 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4cadbdd2-fd9b-c07a-fc68-190d8364e1bd-7ff78b30 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a1f361ad-dda3-c557-52b0-62b1e6f3e009-7ff78b30 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b166c5ac-f685-0894-5b87-69da672f42b8-7ff78b30 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8a2eab9-8195-b149-5604-6c1e1055c06d-7ff78b30 {
  grid-area: 2 / 3 / 3 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-a1f361ad-dda3-c557-52b0-62b1e6f3e009-7ff78b30 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-a8a2eab9-8195-b149-5604-6c1e1055c06d-7ff78b30 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0637f0a-82e7-593a-5944-49e592589399-7ff78b30 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cadbdd2-fd9b-c07a-fc68-190d8364e1bd-7ff78b30 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a1f361ad-dda3-c557-52b0-62b1e6f3e009-7ff78b30 {
    grid-column: 2 / 3;
  }

  #w-node-b166c5ac-f685-0894-5b87-69da672f42b8-7ff78b30 {
    grid-row: 1 / 2;
  }

  #w-node-a8a2eab9-8195-b149-5604-6c1e1055c06d-7ff78b30 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Miso';
  src: url('../fonts/Miso.eot') format('embedded-opentype'), url('../fonts/Miso.woff') format('woff'), url('../fonts/Miso.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Miso';
  src: url('../fonts/Miso-Bold.eot') format('embedded-opentype'), url('../fonts/Miso-Bold.woff') format('woff'), url('../fonts/Miso-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Miso';
  src: url('../fonts/Miso-Light.eot') format('embedded-opentype'), url('../fonts/Miso-Light.woff') format('woff'), url('../fonts/Miso-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}