:root {
  --dark: #111;
  --white-smoke: #e9e9e9;
  --color-1: #a5c926;
  --royal-blue: #0055b8;
  --deep-sky-blue: #00a0df;
  --grey-4: #e5e5e5;
  --blue-hexa-dark: #002169;
  --haze: #f8f8f8;
  --midnight-blue: #002169;
  --brown: #79242f;
  --white: white;
  --grey-1: #999;
  --color-4: #fb416b;
  --grey-2: #a5a5a5;
  --grey-3: #bbb;
  --color-2: #009bfa;
  --color-3: #ffc12c;
  --dim-grey: #585858;
  --verde: #49c92652;
}

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

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

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

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

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

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

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-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: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.section {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.section.haze {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.haze.no-padding-top {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.color {
  background-color: var(--color-1);
}

.section.color.no-padding-vertical {
  background-color: var(--royal-blue);
}

.section.hero-section {
  background-image: url('../images/imagem-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/imagem-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

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

.section.no-padding-vertical {
  background-color: var(--white-smoke);
}

.section.hero-section-slider {
  height: 80vh;
  position: relative;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper.text-white {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.wrapper.side-paddings {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.subscribe-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  transform: scale(1.05);
}

.button.small {
  border-radius: 20px;
  height: 40px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button.white {
  color: var(--dark);
  background-color: #fff;
}

.button.white:hover {
  box-shadow: 0 8px 8px -4px #1113;
}

.button.ghost {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button.big {
  border-radius: 28px;
  height: 56px;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 24px;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 25%;
  padding: 24px 4%;
  display: flex;
}

.button-style-wrapper.dark-bg {
  background-color: var(--color-1);
  color: var(--grey-4);
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 15px #0000001f;
}

.nav-link {
  opacity: 1;
  color: var(--blue-hexa-dark);
  border-radius: 16px;
  padding: 12px 18px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.nav-link:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

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

.text-white {
  color: #fff;
}

.utility-page-wrap {
  background-image: url('../images/tem.JPG');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 48px 16px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 370px;
  padding: 48px;
  display: flex;
}

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

.haze {
  background-color: var(--haze);
}

.text-grey {
  color: var(--midnight-blue);
}

.no-margin {
  color: var(--midnight-blue);
  margin: 0;
}

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

.text-green {
  color: var(--brown);
}

.intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.no-margin {
  margin: 0;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: -40px;
  display: flex;
}

.title {
  color: var(--brown);
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: var(--white);
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-top: 48px;
  display: grid;
  position: relative;
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.brand {
  background-image: url('../images/hexagono_medgf_webclip.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .75;
}

.brand.w--current {
  background-image: url('../images/hexagono_medgf_webclip.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  transition: opacity .2s;
}

.brand.w--current:hover {
  opacity: .75;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 1200px;
  height: auto;
  display: block;
}

.page-wrapper {
  padding-top: 104px;
  overflow: hidden;
}

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

.hero-intro {
  color: var(--dark);
  text-align: center;
  background-color: #ffffffbf;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 48px;
  display: flex;
}

.nav-top {
  background-color: var(--deep-sky-blue);
  color: #fff;
  flex-direction: column;
  align-items: center;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.nav-main {
  flex-direction: column;
  align-items: center;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-top-text {
  margin-right: 16px;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.link-white.reservado {
  border-right: 1px solid var(--grey-4);
  margin-right: 5px;
  padding-right: 10px;
}

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.footer-brand.w--current {
  background-image: url('../images/hexagono_medgf_logotipo-branco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 110px;
  height: 120px;
  margin-bottom: -10px;
}

.footer-left {
  background-image: url('../images/hexagono_medgf_logotipo-branco.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: auto;
}

.footer-social {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-bottom-left {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-bottom-right {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.footer-bottom-divider {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.instagram {
  width: 100%;
  margin-bottom: 72px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.instagram-link {
  border-radius: 16px;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.instagram-link:hover {
  z-index: 1;
  transform: scale(1.05)translate(0);
  box-shadow: 0 8px 20px -4px #00000029;
}

.home-categories {
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.home-category-card {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  background-color: var(--brown);
  justify-content: flex-end;
}

.home-category-image-1 {
  width: 220px;
  position: absolute;
  bottom: 26px;
  left: 15px;
}

.home-category-info-1 {
  margin-left: 0;
}

.home-category-image-2 {
  width: 220px;
  position: absolute;
  bottom: 17px;
  right: 21px;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 0;
}

.shop-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-header-line {
  background-color: var(--grey-4);
  width: 100%;
  height: 2px;
  margin-top: 32px;
}

.cursos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-card-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 25%;
  max-width: none;
  height: 350px;
  max-height: none;
  padding: 0 20px;
  display: flex;
  overflow: visible;
}

.card-cursos {
  background-color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0 0 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.card-cursos:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 10px 2px #00000026;
}

.product-card-image-wrapper {
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  height: 180px;
  margin-bottom: 16px;
  padding: 0;
  display: block;
  position: static;
}

.product-card-heading {
  border-bottom: 1px solid var(--grey-1);
  color: var(--midnight-blue);
  width: 80%;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.product-card-price {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 16px;
  height: auto;
  margin: auto 60px 0;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: static;
}

.shop-header-color {
  background-color: var(--deep-sky-blue);
  width: 136px;
  height: 100%;
}

.shop-header-color.green {
  background-color: var(--deep-sky-blue);
}

.link {
  color: var(--dark);
  border-bottom: 2px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-block;
}

.link:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.link.arrow-link {
  color: var(--midnight-blue);
  background-image: url('../images/arrow-right-mini-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-top: 4px;
  padding-right: 20px;
}

.link.arrow-link:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.play-button {
  background-color: var(--deep-sky-blue);
  border-radius: 27%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  transition: transform .3s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.subscribe {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.subscribe-form-wrapper {
  width: 50%;
  margin-bottom: 0;
  padding-left: 15px;
}

.subscribe-info {
  flex: 0 auto;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

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

.input {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border-color: var(--deep-sky-blue);
  background-color: #fff;
}

.input.subscribe-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.subscribe-input:focus {
  border-color: var(--deep-sky-blue);
  background-color: #fff;
}

.input.quantity-input {
  width: 88px;
  margin-bottom: 0;
  margin-right: 12px;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.input.no-margin-bottom {
  margin-bottom: 0;
}

.subscribe-icon {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  padding: 18px 16px 16px;
  display: flex;
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-4);
  background-color: #fb416b1a;
  border-radius: 16px;
  margin-top: 12px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.product-error {
  margin-top: 0;
  display: inline-block;
}

.nav-top-social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #00000014;
}

.cart-icon {
  border: 0px solid var(--dark);
  color: var(--midnight-blue);
  width: 32px;
  margin-left: 0;
}

.heading {
  color: var(--deep-sky-blue);
  font-size: 36px;
  line-height: 44px;
}

.footer-social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00000014;
}

.breadcrumbs {
  border: 2px solid var(--grey-4);
  color: var(--grey-1);
  background-color: #0000;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  margin-bottom: -8px;
  padding: 8px 28px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: var(--grey-1);
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  opacity: .2;
  width: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.cursos-3 {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 80px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.product-image-wrapper {
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.product-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 10%;
  display: flex;
}

.add-to-cart {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.product-price {
  color: var(--deep-sky-blue);
  margin-bottom: 32px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.product-details-wrapper {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.product-details {
  flex: 1;
  margin-top: 24px;
  margin-left: 0;
}

.scroll-mouse-link {
  z-index: 2;
  box-shadow: 0 2px 10px -1px var(--grey-2);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 570px 0 0;
}

.mouse-icon {
  border: 2px solid var(--grey-3);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.mouse-wheel-icon {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.cart-button {
  color: var(--dark);
  background-color: #0000;
}

.item-count {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
}

.contacts {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.map {
  border-radius: 12px;
  width: 100%;
  height: 440px;
  margin-bottom: 64px;
}

.contact-form-wrapper {
  width: 66.66%;
  padding-right: 16.66%;
}

.label {
  color: var(--midnight-blue);
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.contact-info {
  flex: 1;
  font-size: 12px;
  position: sticky;
  inset: 0% 0% auto auto;
}

.contact-social {
  flex-flow: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.contact-social-link {
  background-color: var(--dark);
  color: var(--dark);
  border-radius: 50%;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.contact-social-link:hover {
  text-decoration: underline;
  transform: scale(1.12);
}

.contact-social-link.twitter {
  background-color: #2aa3f0;
}

.contact-social-link.facebook {
  background-color: #3b5998;
}

.contact-social-link.insta {
  background-color: var(--color-4);
}

.contact-social-link.youtube {
  background-color: #fc0d1c;
}

.contact-social-link.pinterest {
  background-color: #bd081c;
}

.contact-heading {
  margin-bottom: 21px;
}

.contact-heading.color {
  margin-right: 5px;
  font-weight: 400;
}

.contact-social-heading {
  width: 100%;
  margin-bottom: 20px;
}

.shop-categories-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.shop-category-link {
  color: var(--midnight-blue);
  border-radius: 16px;
  height: 32px;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.shop-category-link:hover {
  text-decoration: underline;
}

.shop-category-link.w--current {
  background-color: var(--deep-sky-blue);
  color: #fff;
  height: auto;
}

.shop-category-link.w--current:hover {
  text-decoration: none;
}

.shop-categories {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-image {
  border-radius: 16px;
  width: 100%;
  margin-top: 64px;
}

.divider {
  background-color: var(--color-2);
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.side-block.no-padding-right {
  padding-right: 0%;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 400px;
}

.delivery {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 40px;
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.delivery-info {
  flex: 1;
  width: 66.66%;
  padding-right: 8.33%;
}

.question {
  border: 2px solid var(--grey-4);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 270px;
  padding: 40px;
  font-size: 12px;
  display: flex;
}

.question-heading {
  margin-bottom: 16px;
}

.licence-items {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

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

.product-table {
  border: 2px solid var(--grey-4);
  border-radius: 16px;
  width: 250px;
  margin-top: 35px;
  margin-left: 40px;
  margin-right: 15px;
  padding: 16px 32px;
  position: static;
  top: 20px;
}

.product-table-cell {
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.product-table-cell.no-border-bottom {
  border-bottom-style: none;
}

.product-table-info {
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.sku {
  color: var(--grey-1);
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.out-of-stock {
  color: var(--color-4);
  background-color: #0000;
  margin-top: 0;
  padding: 15px 15px 15px 0;
  display: inline-block;
}

.cart-container {
  border-radius: 16px;
}

.cart-header {
  padding: 24px 32px;
}

.cart-footer {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-list {
  padding: 16px 32px;
  display: block;
  overflow: visible;
}

.cart-remove-link {
  color: var(--color-4);
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.cart-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.preloader {
  z-index: 10000;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  width: 100px;
  position: relative;
}

.order-confirmation-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
  display: block;
}

.order-block-content {
  border-style: none;
  padding: 40px 0 48px;
}

.checkout-form {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
  display: block;
}

.order-block-header {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-4);
  padding: 28px 0;
  font-size: 12px;
}

.order-block {
  border-top: 1px dashed var(--grey-4);
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 24px 10%;
  overflow: hidden;
}

.select {
  background-color: #0000;
  border-style: none;
  border-radius: 24px;
  height: 100%;
}

.select-wrapper {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.select-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

.shipping-methods-list {
  border: 1px solid var(--grey-4);
  border-radius: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.shipping-method-item {
  margin-top: 1px;
  margin-bottom: -1px;
  padding: 24px 32px;
}

.shipping-method-radio-button {
  margin-top: 5px;
  margin-right: 6px;
}

.checkbox {
  margin-right: 2px;
  font-size: 20px;
}

.order-main-column {
  background-color: #fff;
  border-radius: 16px;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.order-sidebar {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
}

.order-block-side {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 0;
  position: static;
  top: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.order-block-side-header {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-4);
  padding: 24px 32px;
  font-size: 12px;
}

.order-block-side-content {
  border-style: none;
  padding: 32px;
}

.order-block-heading {
  margin-bottom: 0;
}

.order-confirmation {
  width: 100%;
  max-width: none;
}

.cart-pay-button {
  border-radius: 24px;
  height: 45px;
  margin-bottom: 12px;
  overflow: hidden;
}

.pay-buttons {
  margin-left: -8px;
  margin-right: -8px;
  display: none;
  overflow: visible;
}

.payment-method {
  z-index: 1;
  flex: 1;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.pay-button {
  border-radius: 24px;
  height: 35px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change-icon {
  color: #fff;
  cursor: pointer;
  background-color: #2c3340;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.change-text {
  color: var(--dark);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-size: 30px;
}

.text-block {
  color: var(--midnight-blue);
}

.block-quote {
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.italic-text {
  display: inline;
}

.text-block-2 {
  color: var(--grey-1);
  text-align: center;
}

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

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

.heading-3, .heading-4 {
  color: var(--midnight-blue);
}

.image {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  max-width: none;
  height: 170px;
  display: inline-block;
}

.paragraph {
  color: var(--white);
}

.heading-5, .heading-6 {
  color: var(--midnight-blue);
}

.text-span {
  display: block;
}

.text-block-3 {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: right;
  object-fit: fill;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 5px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.text-block-3:hover {
  inset: auto;
}

.div-block-2 {
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
}

.icon {
  color: var(--brown);
  margin-right: 10px;
}

.dropdown-toggle {
  margin-right: 0;
  padding: 0 30px 0 0;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  margin-left: 20px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}

.nav-link-sub {
  opacity: 1;
  color: #002169;
  border-radius: 16px;
  padding: 10px 0 10px 18px;
  font-size: 12px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.nav-link-sub:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.nav-link-sub.w--current {
  color: var(--dark);
}

.nav-link-com-sub {
  opacity: 1;
  color: #002169;
  border-radius: 16px;
  padding: 12px 0 12px 18px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.nav-link-com-sub:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.nav-link-com-sub.w--current {
  color: var(--dark);
}

.div-block-3 {
  background-color: var(--color-3);
  position: absolute;
  inset: auto;
}

.slide {
  background-image: url('../images/5-1400px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 500px;
}

.slide-nav {
  margin-bottom: 25px;
}

.hero-intro-2 {
  color: var(--dark);
  text-align: center;
  background-color: #ffffffbf;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 48px;
  display: flex;
}

.slide-2 {
  background-image: url('../images/tem_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.empty-state-2 {
  background-color: #0000;
  height: 0;
  padding: 0;
  font-size: 0;
  display: none;
}

.div-block-39 {
  display: none;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  place-items: center end;
  margin-top: 20px;
  display: grid;
}

.button-2 {
  color: #212127;
  background-color: #212127;
  padding: 15px 20px;
  font-weight: 500;
}

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

.button-2.white {
  background-color: var(--deep-sky-blue);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2.white {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

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

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

.cart---copy-this {
  font-family: Open Sans, sans-serif;
}

.table-header {
  border: 1px #000;
  width: 100%;
  display: flex;
}

.collection-list-2 {
  width: 100%;
}

.table-header-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.table-header-data-2 {
  background-color: var(--deep-sky-blue);
  color: #fff;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.table-header-data-2.cursos-2 {
  background-color: var(--deep-sky-blue);
  border-radius: 0;
  flex-basis: 40%;
  margin-top: 0;
}

.form {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.collection-list-wrapper {
  display: block;
}

.cart-row---copy-this {
  display: flex;
}

.price {
  color: #bdbdc3;
  font-size: 16px;
  line-height: 30px;
}

.product-info-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.image-35 {
  margin-left: 10px;
}

.text-block-80 {
  margin-left: 10px;
  font-size: 16px;
}

.div-block-162 {
  margin-left: 10px;
}

.table-row-data {
  border: 1px solid #f7f7f7;
  flex-basis: 20%;
  padding: 10px;
}

.table-row-data.cursos-info {
  background-color: #fff;
  flex-direction: column;
  flex-basis: 40%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.table-row-data.quantity, .table-row-data.price {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-row-data.total {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.my-account-page---copy-this {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.my-account-content-wrapper {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  padding-left: 15px;
}

.field-label {
  color: #919197;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.variation {
  display: inline-block;
}

.div-block-163 {
  padding-bottom: 20px;
}

.mini-cart-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.text-block-76 {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
}

.mini-cart-price-wrapper {
  font-family: Inconsolata, monospace;
  display: flex;
}

.text-block-78 {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
}

.mini-cart-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  padding-left: 0;
  display: flex;
}

.mini-cart-list-item {
  padding: 10px 20px;
}

.product-row {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.remove-product-link {
  background-color: #ff5f5f;
  background-image: url('../images/cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 13px;
}

.mini-cart-image {
  background-image: url('../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.mini-cart-left-block {
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--deep-sky-blue);
}

.text-block-81 {
  color: var(--brown);
}

.text-block-82 {
  color: var(--midnight-blue);
}

.text-block-105 {
  z-index: auto;
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 80px;
  padding: 10px 10px 5px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: 0% 8% auto auto;
}

.product-card-details {
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: static;
}

.image-36 {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  align-self: auto;
  height: 170px;
}

.product-item {
  flex: 1;
  min-height: 510px;
}

.empty-state {
  text-align: center;
  background-color: #f5f5f7;
}

.collection-list-wrapper-home {
  text-align: left;
  flex: 1;
  align-self: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.flex-grid-home {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.collection-item-home {
  margin-bottom: 0%;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.empty-state-3 {
  background-color: #0000;
  font-size: 22px;
}

.content-wrapper-home {
  color: #191919;
  text-align: left;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: 1265px;
  height: 100%;
  max-height: none;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

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

.collection-list-3 {
  display: flex;
}

.collection-list-wrapper-4 {
  display: block;
}

.recent-products {
  background-color: var(--haze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.recent-products.haze {
  padding-top: 20px;
  padding-bottom: 20px;
}

.recent-products.haze.no-padding-top {
  background-color: var(--white-smoke);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.recent-products.color {
  background-color: var(--color-1);
}

.recent-products.color.no-padding-vertical {
  background-color: var(--royal-blue);
}

.recent-products.hero-section {
  background-image: url('../images/imagem-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.recent-products.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/imagem-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

.recent-products.hero-section-slider {
  height: 80vh;
  position: relative;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper-2.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper-2.text-white {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.wrapper-2.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.wrapper-2.side-paddings {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.recent-products-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
}

.recent-products-wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.recent-products-wrapper.text-white {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.recent-products-wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.recent-products-wrapper.side-paddings {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-cursos {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 60px;
  display: flex;
}

.section-cursos.haze {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-cursos.haze.no-padding-top {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-cursos.color {
  background-color: var(--color-1);
}

.section-cursos.color.no-padding-vertical {
  background-color: var(--royal-blue);
}

.section-cursos.hero-section {
  background-image: url('../images/imagem-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.section-cursos.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/imagem-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

.section-cursos.hero-section-slider {
  height: 80vh;
  position: relative;
}

.wrapper-cursos {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.wrapper-cursos.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper-cursos.text-white {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.wrapper-cursos.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.wrapper-cursos.side-paddings {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.cursos-recentes {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 1200px;
  height: auto;
  display: block;
}

.card-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 24%;
  height: 400px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.curso-feat-image {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 440px;
  max-width: none;
  height: auto;
  display: block;
}

.image-37 {
  object-fit: cover;
  max-width: none;
  height: 180px;
}

.text-block-106 {
  color: var(--brown);
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
}

.div-block-164 {
  background-image: url('../images/clock-circular-outline.svg');
  background-position: 0 14%;
  background-repeat: no-repeat;
  background-size: 17px;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-left: -90px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
}

.text-block-107 {
  color: var(--grey-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-lugares {
  background-image: url('../images/multiple-users-silhouette-3.svg');
  background-position: 0 14%;
  background-repeat: no-repeat;
  background-size: 18px;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-left: 25px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
}

.text-block-108 {
  background-image: url('../images/clock-circular-outline.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.text-block-109 {
  background-image: url('../images/multiple-users-silhouette-3.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.text-block-110 {
  color: var(--grey-1);
}

.text-block-111 {
  background-image: url('../images/black-placeholder-variant.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.text-block-horas {
  color: var(--grey-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  margin-left: 0;
  padding-left: 3px;
  display: flex;
}

.all-products-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
}

.all-products-wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.all-products-wrapper.text-white {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.all-products-wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.all-products-wrapper.side-paddings {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.next, .previous {
  margin-top: 40px;
}

.related-products-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
}

.related-products-wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.related-products-wrapper.text-white {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.related-products-wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.related-products-wrapper.side-paddings {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-geral {
  width: 66.66%;
  padding-right: 16.66%;
}

.about {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.text-block-112 {
  margin-bottom: 54px;
}

.text-block-paragraph {
  margin-bottom: 0;
}

.button-contact {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  margin-bottom: 20px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-contact:hover {
  transform: scale(1.05);
}

.button-contact.small {
  border-radius: 20px;
  height: 40px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button-contact.white {
  color: var(--dark);
  background-color: #fff;
}

.button-contact.white:hover {
  box-shadow: 0 8px 8px -4px #1113;
}

.button-contact.ghost {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
}

.button-contact.ghost-bg {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button-contact.big {
  border-radius: 28px;
  height: 56px;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 24px;
}

.button-missao {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-missao:hover {
  transform: scale(1.05);
}

.button-missao.small {
  border-radius: 20px;
  height: 40px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button-missao.white {
  color: var(--dark);
  background-color: #fff;
}

.button-missao.white:hover {
  box-shadow: 0 8px 8px -4px #1113;
}

.button-missao.ghost {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
}

.button-missao.ghost-bg {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button-missao.big {
  border-radius: 28px;
  height: 56px;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 24px;
}

.text-block-missao {
  margin-bottom: 10px;
}

.text-block-informacoes-gerais {
  margin-bottom: 30px;
}

.text-block-113 {
  color: #32c015;
}

.slide-3 {
  background-color: var(--grey-4);
  background-image: url('../images/hexagono_medgf_logotipo.png'), linear-gradient(19deg, #00a0df3d, #8fd5f13b 40%, #ffffff5e);
  background-position: 50% 30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 450px, auto;
}

.text-block-alert {
  color: var(--brown);
  margin-bottom: 30px;
  font-weight: 700;
}

.title-alert {
  color: var(--brown);
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.title-alert.white {
  color: var(--white);
}

.slide-4 {
  background-image: url('../images/3-1400px.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/2-1400px.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/prova-pratica.JPG');
  background-position: 50%;
  background-size: cover;
}

.text-block-115 {
  padding-left: 2px;
}

.text-block-116 {
  margin-left: 5px;
  margin-right: 5px;
}

.slide-7 {
  background-image: linear-gradient(33deg, #009bfa40, #fff);
}

.heading-2-covid {
  color: var(--brown);
  text-transform: none;
  font-size: 30px;
}

.tabs {
  flex: 1;
  margin-top: 24px;
  margin-left: 0;
  position: static;
}

.tab-pane-tab-1 {
  position: static;
}

.tabs-menu {
  border-bottom: 2px none var(--grey-4);
}

.tab-link-tab-1 {
  border-bottom: 2px solid var(--grey-4);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.tab-link-tab-1:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--deep-sky-blue);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.tab-link-tab-1.w--current:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--deep-sky-blue);
}

.tab-link-tab-1.w--current:focus {
  border-bottom-color: var(--deep-sky-blue);
}

.text-block-117 {
  color: var(--midnight-blue);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.tab-link-tab-2 {
  border-bottom: 2px solid var(--grey-4);
  color: var(--midnight-blue);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
}

.tab-link-tab-2:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.tab-link-tab-2.w--current {
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: var(--deep-sky-blue);
  background-color: #0000;
}

.tab-link-tab-3 {
  border-bottom: 2px solid var(--grey-4);
  color: var(--midnight-blue);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.tab-link-tab-3:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.tab-link-tab-3.w--current {
  border-bottom-color: var(--deep-sky-blue);
  background-color: #0000;
}

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

.tab-link-tab-4 {
  border-bottom: 2px solid var(--grey-4);
  color: var(--midnight-blue);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.tab-link-tab-4:hover {
  border-bottom-color: var(--deep-sky-blue);
}

.tab-link-tab-4.w--current {
  border-bottom-color: var(--deep-sky-blue);
  background-color: #0000;
}

.paragraph-2, .paragraph-3 {
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 0;
}

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

.container {
  margin-top: 24px;
}

.button-3 {
  float: none;
  background-color: var(--deep-sky-blue);
  text-align: left;
  border-radius: 20px;
  transition: transform .2s;
}

.button-3:hover {
  transform: translate(0, -3px);
}

.image-38 {
  width: 100%;
  margin-top: 20px;
}

.container-2 {
  margin-top: 24px;
  display: flex;
}

.formadora-1, .formadora-2, .formadora-3, .formadora-4, .formadora-5, .formadora-6 {
  object-fit: cover;
  width: 150px;
  max-width: none;
  height: 180px;
}

.paragraph-4-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.texto_formadora_1 {
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 0;
}

.texto_formadora_2, .texto_formadora_3, .texto_formadora_4, .texto_formadora_5, .texto_formadora_6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.text-block-119 {
  text-decoration: line-through;
}

.text-block-120 {
  font-style: normal;
  font-weight: 600;
}

.image-39 {
  float: right;
  width: 100px;
  margin-left: -6px;
  padding-left: 0;
  display: block;
}

.link-block {
  float: none;
  background-image: url('../images/licena.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
  margin-top: auto;
  margin-left: -6px;
  display: block;
}

.bold-text {
  font-style: normal;
  font-weight: 400;
}

.text-valor-early-bird {
  color: var(--brown);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
}

.text-valor-normal {
  color: var(--brown);
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
}

.text-valor-curso-completo, .text-valor-curso-completo-early {
  color: var(--brown);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
}

.text-valor-total-normal {
  color: var(--brown);
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
}

.heading-8 {
  color: var(--brown);
}

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

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

.notice-message {
  color: #fff;
  text-align: center;
  background-color: #6e7985;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
}

.notice-error {
  text-align: center;
  background-color: #eb3c5c;
  border-top: 1px red;
}

.notice-error-message {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
}

.checkout-form-2 {
  background-color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 40px;
}

.notices---copy-this {
  z-index: 100;
  text-align: left;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 17px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.notice-success {
  text-align: center;
  background-color: #2ad283;
  border-top: 1px #0f0;
}

.div-block-305 {
  top: 120px;
}

.notice-success-message {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
}

.notice {
  background-color: #3898ec;
  border-top: 1px #3898ec;
}

.main-button {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: left;
  border: 0 #333;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 50px;
  font-weight: 600;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
  transform: translate(0, -2px);
}

.customer-info {
  border-radius: 16px;
}

.email, .full-name, .street-address, .street-address-2, .city, .state-province, .zip-postal-code, .country, .card-number, .expiration-date, .security-code, .full-name-2, .street-address-3, .street-address-4, .city-2, .state-province-2, .zip-postal-code-2, .country-2 {
  border-radius: 24px;
}

.order-items {
  border-radius: 0;
}

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

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

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

.block-content-2, .block-content-3 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.block-header-3, .block-header-4 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

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

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

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

.block-header-6, .block-header-7 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

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

.order-confirmation-2 {
  background-color: var(--white-smoke);
  max-width: none;
  padding-top: 30px;
  padding-bottom: 40px;
}

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

.block-header-8.encomenda-confirmada {
  background-color: var(--verde);
}

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

.block-content-8.encomenda-confirmada {
  background-color: var(--verde);
}

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

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

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

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

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

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

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

.block-content-12, .shipping-method-list, .shipping-method {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-169 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 220px;
  margin-right: 220px;
  display: flex;
}

.heading-20, .text-block-104 {
  padding-left: 0;
}

.heading-20-copy, .text-block-104-copy {
  margin-left: 100px;
  padding-left: 0;
}

.heading-21 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-21.encomenda-confirmada {
  color: var(--blue-hexa-dark);
}

.heading-22, .heading-23, .heading-24, .heading-25 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-summary {
  position: static;
}

.div-block-306 {
  top: 120px;
}

.column {
  position: relative;
}

.button-4 {
  background-color: var(--deep-sky-blue);
  border-radius: 24px;
  margin-bottom: 40px;
}

.container-botao {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.button-form {
  float: none;
  clear: left;
  background-color: var(--deep-sky-blue);
  text-align: left;
  object-fit: fill;
  border-radius: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: stretch;
  margin-left: -200px;
  transition: transform .2s;
  display: block;
  position: static;
}

.button-form:hover {
  transform: translate(0, -3px);
}

.div-block-307 {
  display: block;
}

.web-payments {
  display: none;
  overflow: hidden;
}

.pay-with-browser, .text-block-121 {
  overflow: hidden;
}

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

.text-block-122 {
  overflow: hidden;
}

.cart-totals---copy-this {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.div-block-9 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-123 {
  text-align: right;
  align-self: center;
  margin-right: 10px;
  font-size: 24px;
}

.text-block-124 {
  color: #6e7985;
  text-align: right;
  background-color: #0000;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}

.checkout-button {
  float: right;
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-radius: 20px;
  margin-top: auto;
  padding: 10px 20px;
  font-weight: 500;
}

.checkout-button:hover {
  background-color: #3e3e49;
}

.slide-copy {
  background-image: url('../images/cv.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/4-1400px.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-40 {
  border: 5px solid var(--deep-sky-blue);
  object-fit: cover;
  border-radius: 100px;
  width: 140px;
  max-width: none;
  height: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.categoria_conselho {
  margin-top: 40px;
  margin-bottom: 21px;
  font-weight: 400;
}

.div_conselho.formadores {
  margin-top: 40px;
}

.richtext_woocommerce {
  color: #4d4d4d;
  text-align: left;
}

.label-3 {
  color: #4d4d4d;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.error-message-6 {
  background-color: #ac1313;
}

.link-13 {
  color: var(--deep-sky-blue);
  text-decoration: underline;
}

.my-account__text-field {
  float: left;
  color: #6c6c6c;
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 98%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline;
}

.my-account__text-field.password {
  background-image: url('../images/key-icon.svg');
}

.my-account__text-field.email {
  float: left;
  clear: none;
  width: 98%;
  margin-bottom: 10px;
  font-weight: 400;
  display: inline-block;
}

.my-account__text-field.username {
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
}

.my-account__text-field.minha-conta {
  background-image: none;
  width: 100%;
  margin-right: 0;
  padding-left: 12px;
}

.text_lost_password {
  color: #1a1a1a;
  text-align: left;
  font-size: 12px;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  color: #e8b610;
  margin-top: 0;
}

.sale-tittle.contact.login {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.panel__content {
  flex: 1;
  max-width: 50%;
}

.my-account__button {
  text-align: center;
  background-color: #e8b610;
  border-radius: 0;
  min-width: 196px;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.my-account__button:hover {
  background-color: #2e2e2e;
}

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

.success-message-7 {
  background-color: #12b878;
}

.form-block-2 {
  background-color: #fff;
  height: auto;
  padding: 60px;
  font-family: Open Sans, sans-serif;
}

.separador-formularios {
  background-color: var(--deep-sky-blue);
  width: 1px;
  height: auto;
  margin: 40px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.minha_conta {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 40px;
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.link-3 {
  color: #ac1313;
  font-weight: 400;
}

.my-account__encomenda-text-div {
  align-items: center;
  display: flex;
}

.tabs-content {
  text-align: left;
}

.my-account__form-paragraph {
  color: #1a1a1a;
}

.my-account__encomenda-text {
  color: #6c6c6c;
  font-weight: 400;
}

.my-account__encomenda-text.entre {
  color: #6c6c6c;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
}

.my-account__encomenda-item {
  background-color: #fff;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.heading-26 {
  color: #1a1a1a;
}

.my-account__tabs-menu {
  text-align: left;
}

.my-account__tab-link {
  color: #858585;
  background-color: #f8f6f4;
  border: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.my-account__tab-link.w--current {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.my-account__tab-link.first.w--current {
  background-color: var(--deep-sky-blue);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.my-account__tab-link.last {
  color: #ac1313d1;
}

.my-account__tab-link.last.w--current {
  color: #fff;
}

.my-account__encomenda-nenhuma {
  color: #6c6c6c;
  font-weight: 400;
}

.my-account__lista-encomendas {
  background-color: #f8f6f4;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  list-style-type: none;
}

.my-account__select-field {
  color: #6c6c6c;
  background-color: #dbdbdb1a;
  height: 45px;
  padding-left: 12px;
}

.my-account__tab-container {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.option-list, .option {
  display: block;
}

.text-objetivos, .text-formadores {
  margin-top: 24px;
}

.c-button-icon-left {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
}

.filtros-titulo-3 {
  color: #133865;
  text-align: left;
  border-bottom: 1px solid #8cd3f0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  font-size: 14px;
}

.filtros-div {
  flex-direction: column;
  display: flex;
}

.popup-toggle {
  cursor: pointer;
}

.popup-toggle.c-button-settings {
  background-color: var(--deep-sky-blue);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 9px 16px;
  text-decoration: none;
}

.popup-content {
  margin: 2.5em 3em;
}

.c-button-gradient-2 {
  text-align: center;
  border-radius: 8px;
  padding: 2px;
  position: relative;
}

.c-button-gradient-2:hover {
  background-image: linear-gradient(to right, #1a2028, #525b66);
  overflow: hidden;
}

.c-button-gradient-2.c-button-settings {
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}

.c-button-gradient-2.c-button-settings {
  background-color: var(--deep-sky-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 2px;
  position: fixed;
  inset: auto 0% 0%;
}

.c-button-gradient-2.c-button-settings:hover {
  background-image: none;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-127 {
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-block-128 {
  color: #fff;
  text-decoration: none;
}

.popup-wrapper-biografia {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper-biografia.celia-maria {
  z-index: 800;
  display: none;
}

.div-block-188 {
  flex-direction: column;
  display: flex;
}

.filtros-wrapper-div-2 {
  color: #f7f7fb;
  background-color: #fff;
  border: 1px solid #8cd3f0;
  border-radius: 15px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-right: 40px;
  padding: 15px;
}

.filtros-wrapper-2 {
  color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #ac1313a3;
  border-radius: 0;
  flex: 0 auto;
  max-width: none;
  height: 100%;
  margin-right: 0;
  padding: 15px;
}

.link-block-13 {
  text-decoration: none;
}

.filtros-conteudo-5 {
  color: #51626d;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 400;
}

.popup-background {
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.popup-content-wrapper {
  z-index: 2147483647;
  outline-offset: 0px;
  background-color: #f7f7fb;
  border-radius: 1.2em;
  outline: 3px #0000;
  width: 90vw;
  max-width: 55em;
  max-height: 80vh;
  display: block;
  position: relative;
  overflow: auto;
}

.filtros-conteudo-3, .filtros-conteudo-2, .filtros-conteudo-6 {
  color: #858585;
  text-align: left;
  padding: 5px 15px;
  font-size: .8rem;
  font-weight: 400;
}

.filtros-conteudo-7 {
  color: #858585;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 400;
}

.filtros-conteudo-7.load-more {
  text-align: center;
  margin-top: 20px;
}

.text-block-130 {
  color: #133865;
  text-align: center;
  white-space: normal;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 24px;
}

.filtros-wrapper-div-3 {
  border: 2px solid var(--deep-sky-blue);
  color: #f7f7fb;
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-right: 40px;
  padding: 15px;
}

.text-block-131 {
  color: #fff;
  text-decoration: none;
}

.text-block-132 {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.popup-content-wrapper-2 {
  z-index: 2147483647;
  outline-offset: 0px;
  background-color: #f7f7fb;
  border-radius: 1.2em;
  outline: 3px #0000;
  width: 90vw;
  max-width: 55em;
  max-height: 80vh;
  display: block;
  position: relative;
  overflow: auto;
}

.div-pagamentos-seguros {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-pagamentos {
  color: #ebedee;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.link-14 {
  color: var(--haze);
}

.dashboard-category {
  padding: 4vw;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.text-field-wrapper._15p-right {
  margin-right: 15px;
}

.season-title {
  color: #0f1d42bf;
  font-size: 14px;
  line-height: 1;
}

.season-title.fs18 {
  color: #fff;
  font-size: 18px;
}

.aside-category {
  margin-bottom: 5px;
}

.fs14 {
  font-size: 14px;
}

.fs14.cgrey {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.profile-setting-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 272px;
  grid-auto-columns: 1fr;
  display: grid;
}

.description {
  opacity: .6;
  color: #fff;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.profile-settings-left {
  border-right: 1px solid #fff4eb1a;
  padding-right: 20px;
}

.paragraph-5 {
  color: var(--blue-hexa-dark);
  margin-bottom: 0;
  font-weight: 400;
}

.spacer-m-2 {
  width: 100%;
  height: 20px;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.search {
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

.dashboard-cnt {
  background-color: var(--white-smoke);
  flex: 1;
}

.html-embed {
  display: none;
}

.paragraph-6 {
  margin-bottom: 0;
}

.hamburger-menu-close {
  display: none;
}

.mb0 {
  margin-bottom: 0;
}

.mb0.search-mobile {
  display: none;
}

.input-2 {
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  color: #fff;
  border-radius: 6px;
  height: 48px;
  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 #1d01501a;
}

.input-2:hover {
  box-shadow: none;
  border-color: #ffffff3d;
}

.input-2:focus {
  border: 1px solid #ff8f00;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.aside-wrap {
  background-color: var(--white-smoke);
  width: 260px;
}

.aside-categories {
  margin-top: 36px;
}

.hide {
  display: none;
}

.profile-link-p {
  color: var(--deep-sky-blue);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.wrap {
  background-color: var(--white-smoke);
  width: 100%;
  display: flex;
}

.svg-icon {
  color: var(--brown);
  width: 16px;
  height: auto;
  font-size: 12px;
}

.svg-icon:hover {
  cursor: pointer;
}

.profile-top-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  color: var(--blue-hexa-dark);
  margin-bottom: 0;
  font-weight: 400;
}

.profile-link-h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hidden-trigger-button {
  display: none;
}

.aside {
  background-color: var(--white);
  color: #fff;
  width: 260px;
  min-width: 240px;
  height: 100vh;
  padding: 30px 40px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.paragraph-8 {
  margin-bottom: 0;
}

.btn {
  grid-column-gap: 10px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  transform: translate(0, -2px);
}

.btn.category {
  color: var(--midnight-blue);
  background-color: #e9e9e900;
  justify-content: flex-start;
  padding-left: 20px;
  font-weight: 400;
}

.btn.category:hover {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  transform: translate(3px);
}

.btn.yellow-grad {
  color: #c54610;
  border-radius: 50px;
}

.btn.yellow-grad.trigger-button {
  cursor: pointer;
  align-items: center;
  height: auto;
}

.paragraph-9 {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-10 {
  margin-bottom: 0;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.profile-sidebar-link {
  grid-column-gap: 8px;
  color: #0f1d42bf;
  background-color: #0000;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.profile-sidebar-link:hover {
  background-color: #ffffff14;
  text-decoration: none;
}

.profile-sidebar-link.w--current {
  color: #0f1d42;
  background-color: #f3fafd;
}

.profile-sidebar-link.logout {
  color: #e24558;
  align-items: center;
  text-decoration: none;
}

.search-form {
  grid-column-gap: 10px;
  border: 1px solid #0f1d4200;
  border-radius: 50px;
  align-items: center;
  padding: 3px 20px;
  display: flex;
}

.profile-form-container-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.input-label {
  z-index: 2;
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  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;
}

.profile-side-link-icon {
  align-items: flex-start;
  display: flex;
}

.paragraph-11 {
  margin-bottom: 0;
}

.sidebar-title {
  color: var(--midnight-blue);
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.card {
  background-color: #1f181f;
  border: .6px solid #ff8f0033;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.overflow-hidden {
  background-color: var(--white);
  border-style: none;
  border-color: #ff8f0040;
  border-radius: 16px;
  padding: 40px 50px;
}

.text-block-133 {
  color: var(--blue-hexa-dark);
}

.descricao-categoria {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 20px;
}

.text-block-134 {
  text-transform: capitalize;
}

.cursos-category-page {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 1200px;
  height: auto;
  display: block;
}

.text-atendimento {
  margin-top: 20px;
}

.parag-atendimento {
  font-size: 12px;
  font-weight: 600;
}

.text-block-135 {
  font-weight: 400;
}

.text-oradores {
  margin-top: 24px;
}

.tabs-text {
  color: var(--midnight-blue);
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-title-horizontal {
  display: flex;
}

.bold-text-2 {
  color: var(--grey-1);
}

.bold-text-2.bronze {
  color: #7e4520;
}

.div-image-sponsor {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 2px 15px 3px #0003;
}

.div-image-sponsor.square {
  flex-flow: row;
  width: 50%;
  margin-right: 40px;
  padding-top: 20px;
  display: flex;
}

.div-sponsors-horizontal {
  display: flex;
}

.div_form_newsletter {
  flex: none;
  width: 50%;
  margin-top: 0;
}

.form-text-bottom {
  color: #979da9;
  margin-top: 16px;
  font-size: 11px;
  line-height: 16px;
}

.text-block-mailpoet-shortcode, .text-mailpoet {
  margin-bottom: 10px;
}

.option-list-2 {
  flex-flow: row;
  display: block;
}

.button-group-2 {
  flex-flow: column;
}

.div-add-to-cart-button {
  display: flex;
}

.button-variation {
  border-color: var(--deep-sky-blue);
  color: var(--midnight-blue);
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.button-variation:hover, .button-variation.w--ecommerce-pill-selected {
  background-color: var(--deep-sky-blue);
  color: var(--white);
}

.div-title-options {
  display: flex;
}

.text-selecionar-options {
  margin-right: 5px;
  font-weight: 700;
}

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

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .section {
    padding: 40px 8px 0;
  }

  .section.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .section.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .section.hero-section-slider {
    height: auto;
    padding: 184px 16px;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .wrapper.side-paddings, .wrapper.subscribe-box {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button:hover {
    transform: none;
  }

  .button-style-wrapper {
    width: 50%;
    padding: 48px 8%;
  }

  .nav-bar {
    position: absolute;
  }

  .nav-link {
    border-bottom: 1px solid var(--grey-4);
    border-radius: 0;
    padding: 16px 24px;
  }

  .no-margin {
    margin: 0;
  }

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

  .intro {
    margin-bottom: 56px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 40px;
    display: flex;
  }

  .footer-nav {
    justify-content: center;
    padding-left: 2px;
    padding-right: 2px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .brand {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .brand.w--current {
    margin-left: 0;
  }

  .nav-menu {
    border-top: 1px solid var(--grey-4);
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .full-width {
    height: auto;
    display: block;
  }

  .page-wrapper {
    padding-top: 96px;
  }

  .navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .hero-intro {
    max-width: 480px;
    padding: 40px;
  }

  .nav-top {
    padding-left: 20px;
    padding-right: 8px;
  }

  .nav-main {
    height: 64px;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-top-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-white {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-left {
    background-position: 50%;
    flex: none;
    width: 100%;
  }

  .footer-social {
    justify-content: center;
    width: 100%;
    margin-top: 24px;
  }

  .footer-bottom-left {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 20px;
  }

  .footer-bottom-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 0;
  }

  .footer-bottom-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
  }

  .instagram {
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-link {
    flex: 25%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .instagram-link:hover {
    transform: none;
  }

  .home-categories {
    flex-direction: column;
    max-width: 480px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-category-card {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card.red {
    margin-top: 64px;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .home-category-image-2 {
    width: 176px;
  }

  .home-category-info-2 {
    margin-right: 182px;
  }

  .shop-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cursos-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .product-card-wrapper {
    width: auto;
    height: 350px;
    padding: 15px;
    display: flex;
  }

  .card-cursos {
    align-items: center;
  }

  .card-cursos:hover {
    transform: none;
  }

  .product-card-image-wrapper {
    height: 200px;
    padding: 0;
  }

  .product-card-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    padding: 64px;
    display: block;
  }

  .subscribe-form-wrapper {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .subscribe-info {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .input.subscribe-input {
    text-align: center;
    margin-bottom: 20px;
  }

  .input.no-margin-bottom {
    margin-bottom: 0;
  }

  .subscribe-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .nav-top-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .breadcrumbs {
    height: auto;
    margin-top: 20px;
  }

  .cursos-3 {
    padding: 56px;
  }

  .product-image-wrapper {
    order: -1;
    padding: 0 10px;
  }

  .product-info {
    width: 100%;
    margin-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-details-wrapper {
    display: block;
  }

  .product-details {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-mouse-link {
    margin-bottom: 220px;
    padding-bottom: 0;
    display: none;
    top: auto;
  }

  .contacts {
    padding: 64px;
  }

  .map {
    height: 400px;
  }

  .menu-button {
    border-left: 1px solid var(--grey-4);
    height: 100%;
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-right: 0%;
  }

  .contact-info {
    margin-top: 48px;
  }

  .shop-categories-wrapper {
    flex-wrap: wrap;
    place-content: space-between flex-end;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .shop-category-link.w--current {
    height: auto;
  }

  .shop-categories {
    flex-wrap: wrap;
    place-content: stretch flex-end;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.no-padding-right {
    padding-right: 8.33%;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-image {
    width: 83.33%;
  }

  .delivery {
    flex-direction: column;
    padding: 20px 20px 64px;
  }

  .delivery-info {
    flex: 0 auto;
    width: 100%;
    padding-right: 0%;
  }

  .question {
    text-align: left;
    flex-direction: row;
    width: 100%;
  }

  .question-heading {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-table {
    width: 50%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .order-confirmation-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .checkout-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

  .order-block-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .order-block {
    padding: 0 32px;
  }

  .select-wrapper.no-margin-bottom {
    margin-bottom: 0;
  }

  .order-sidebar {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .order-block-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .order-confirmation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pay-buttons {
    padding: 32px 48px;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .block-quote {
    border-left-width: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image {
    width: 100%;
    height: 170px;
  }

  .nav-link-sub, .nav-link-com-sub {
    border-bottom: 1px solid var(--grey-4);
    border-radius: 0;
    padding: 16px 24px;
  }

  .hero-intro-2 {
    max-width: 480px;
    padding: 40px;
  }

  .collection-item {
    float: none;
    flex-basis: 100%;
    display: block;
  }

  .collection-list-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .product-card-details {
    height: 200px;
    padding: 0;
  }

  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .content-wrapper-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recent-products {
    padding: 88px 8px;
  }

  .recent-products.haze.no-padding-top {
    display: flex;
  }

  .recent-products.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .recent-products.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .recent-products.hero-section-slider {
    height: auto;
    padding: 184px 16px;
  }

  .wrapper-2.nav-bar-wrapper {
    height: auto;
  }

  .wrapper-2.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .recent-products-wrapper {
    display: block;
  }

  .recent-products-wrapper.nav-bar-wrapper {
    height: auto;
  }

  .recent-products-wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-cursos {
    padding: 88px 8px 0;
  }

  .section-cursos.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .section-cursos.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .section-cursos.hero-section-slider {
    height: auto;
    padding: 184px 16px;
  }

  .wrapper-cursos.nav-bar-wrapper {
    height: auto;
  }

  .wrapper-cursos.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cursos-recentes {
    height: auto;
    display: block;
  }

  .card-wrapper {
    flex-wrap: nowrap;
    flex: 0 auto;
    width: 340px;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .curso-feat-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 300px;
    display: block;
  }

  .all-products-wrapper.nav-bar-wrapper {
    height: auto;
  }

  .all-products-wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .related-products-wrapper.nav-bar-wrapper {
    height: auto;
  }

  .related-products-wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .about {
    padding: 64px;
  }

  .button-contact:hover, .button-missao:hover {
    transform: none;
  }

  .slide-3 {
    background-image: url('../images/hexagono_medgf_logotipo.png'), linear-gradient(34deg, #00a0df0a, #8cd4f13d 26%, #ffffff61);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 60%, auto;
  }

  .tabs {
    margin-left: 0;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .paragraph-3, .paragraph-4 {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .image-38 {
    margin-bottom: 0;
  }

  .paragraph-4-copy {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .texto_formadora_1 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .texto_formadora_2, .texto_formadora_3, .texto_formadora_4, .texto_formadora_5, .texto_formadora_6 {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .field-label-2 {
    font-size: 11px;
  }

  .checkout-form-2 {
    padding-top: 30px;
  }

  .notices---copy-this {
    inset: auto auto 0% 0%;
  }

  .div-block-169 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-20, .text-block-104 {
    padding-left: 0;
  }

  .button-form {
    margin-left: -305px;
  }

  .my-account__text-field.email {
    margin-right: 0;
  }

  .minha_conta {
    flex-direction: column;
    padding: 20px 20px 64px;
  }

  .c-button-gradient-2.c-button-settings {
    cursor: pointer;
    cursor: pointer;
  }

  .popup-wrapper-biografia {
    display: block;
  }

  .popup-wrapper-biografia.celia-maria {
    display: none;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .popup-content-wrapper {
    max-height: 80vh;
    display: block;
  }

  .filtros-conteudo-3, .filtros-conteudo-2, .filtros-conteudo-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-content-wrapper-2 {
    max-height: 80vh;
    display: block;
  }

  .dashboard-category {
    padding: 25px 20px;
  }

  .profile-setting-flex {
    grid-template-columns: 1fr;
  }

  .profile-settings-left {
    border-top: 1px solid #8bb6dd33;
    border-right-style: none;
    padding-top: 20px;
    padding-right: 0;
  }

  .cursos-category-page {
    height: auto;
    display: block;
  }

  .text-rodape {
    margin-bottom: 5px;
  }

  .div_form_newsletter {
    text-align: center;
    width: auto;
  }
}

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

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .section.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.video-section {
    padding-bottom: 72px;
  }

  .section.hero-section-slider {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .button-style-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .no-margin {
    margin: 0;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 32px;
  }

  .footer-nav {
    justify-content: center;
    padding-left: 24px;
    padding-right: 0;
  }

  .footer-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .full-width {
    height: auto;
  }

  .footer-brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-left {
    background-image: url('../images/hexagono_medgf_logotipo-branco.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
  }

  .footer-social {
    justify-content: center;
    margin-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .footer-bottom-left {
    justify-content: center;
    width: auto;
    margin-bottom: 10px;
  }

  .footer-bottom-right {
    justify-content: center;
    width: auto;
  }

  .instagram {
    width: 100%;
  }

  .shop-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cursos-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .product-card-wrapper {
    height: 350px;
    padding: 8px;
  }

  .card-cursos {
    padding-bottom: 25px;
    display: flex;
  }

  .product-card-image-wrapper {
    height: 160px;
    padding: 0;
  }

  .product-card-price {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link.arrow-link {
    margin-top: 0;
  }

  .subscribe {
    width: auto;
    display: block;
  }

  .subscribe-form-wrapper {
    margin-top: 16px;
  }

  .input.no-margin-bottom {
    margin-bottom: 0;
  }

  .nav-top-social {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    border-width: 1px;
    height: auto;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .cursos-3 {
    padding: 32px 32px 48px;
  }

  .product-image-wrapper {
    width: 100%;
  }

  .product-details-wrapper {
    display: block;
  }

  .product-details {
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-mouse-link {
    display: none;
  }

  .contacts {
    padding: 40px;
  }

  .map {
    height: 280px;
  }

  .shop-categories-wrapper {
    place-content: space-between center;
    width: 100%;
    max-width: none;
  }

  .shop-category-link {
    justify-content: center;
    height: auto;
    display: inline-block;
  }

  .shop-categories {
    flex-wrap: wrap;
    justify-content: center;
  }

  .delivery {
    padding: 20px 20px 40px;
  }

  .question {
    text-align: center;
    flex-direction: column;
  }

  .question-heading {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .licence-items {
    width: 100%;
  }

  .product-table {
    flex: 0 auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .order-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .select-wrapper.no-margin-bottom {
    margin-bottom: 0;
  }

  .shipping-method-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shipping-method-radio-button {
    margin-right: 2px;
  }

  .form-columns {
    flex-flow: column wrap;
  }

  .order-block-side-header, .order-block-side-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pay-buttons {
    padding-left: 11px;
    padding-right: 11px;
  }

  .changelog {
    width: 100%;
  }

  .image {
    width: 100%;
    height: 160px;
  }

  .text-block-3 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .dropdown-toggle {
    display: block;
  }

  .nav-link-sub {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-com-sub {
    flex-flow: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .collection-item {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .collection-list-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-details {
    height: 160px;
    padding: 0;
  }

  .product-item {
    width: 100%;
    min-height: auto;
  }

  .collection-item-home {
    width: 47.8%;
  }

  .content-wrapper-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recent-products {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .recent-products.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .recent-products.video-section {
    padding-bottom: 72px;
  }

  .recent-products.hero-section-slider {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-cursos {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .section-cursos.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-cursos.video-section {
    padding-bottom: 72px;
  }

  .section-cursos.hero-section-slider {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .cursos-recentes {
    height: auto;
  }

  .card-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 320px;
    height: auto;
    display: flex;
  }

  .curso-feat-image {
    height: auto;
  }

  .about {
    padding: 40px;
  }

  .slide-3 {
    background-image: url('../images/hexagono_medgf_logotipo.png'), linear-gradient(37deg, #00a0df14, #45bae82e 27%, #ffffff59);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 70%, auto;
  }

  .tabs {
    margin-left: 0;
  }

  .tabs-menu {
    object-fit: fill;
    display: block;
    position: relative;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .paragraph-3, .paragraph-4 {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .image-38 {
    margin-bottom: 0;
  }

  .paragraph-4-copy {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .texto_formadora_1 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .texto_formadora_2, .texto_formadora_3, .texto_formadora_4, .texto_formadora_5, .texto_formadora_6 {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .checkout-form-2 {
    padding-top: 20px;
  }

  .notices---copy-this {
    margin-right: 20px;
    inset: auto 0% 0%;
  }

  .div-block-169 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-20 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-block-104 {
    padding-left: 0;
  }

  .heading-20-copy {
    margin-bottom: 0;
  }

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

  .column-2 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-form {
    margin-left: -233px;
  }

  .cart-totals---copy-this {
    margin-top: 40px;
  }

  .checkout-button {
    margin-top: auto;
  }

  .collection-item-3 {
    flex-wrap: nowrap;
    justify-content: space-around;
    display: block;
  }

  .richtext_woocommerce {
    font-size: 12px;
  }

  .panel__content {
    max-width: none;
    display: block;
  }

  .div-block-315 {
    width: auto;
    display: block;
  }

  .form-block-2 {
    height: auto;
  }

  .separador-formularios {
    width: auto;
    height: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .minha_conta {
    padding: 20px 20px 40px;
  }

  .c-button-icon-left.cc-settings {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    margin-right: 10px;
    text-decoration: none;
  }

  .popup-toggle.c-button-settings:hover {
    background-color: #e8b610;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .c-button-gradient-2.c-button-settings {
    border-radius: 20px;
  }

  .c-button-gradient-2.c-button-settings:hover {
    background-color: #133865;
  }

  .c-button-gradient-2.c-button-settings {
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .c-button-gradient-2.c-button-settings:hover {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-128 {
    color: #fff;
    font-weight: 500;
  }

  .popup-wrapper-biografia.celia-maria {
    display: none;
  }

  .filtros-wrapper-2 {
    max-width: none;
    margin-right: 0;
    display: block;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .popup-content-wrapper {
    display: block;
  }

  .text-block-131 {
    color: #fff;
    font-weight: 500;
  }

  .popup-content-wrapper-2 {
    display: block;
  }

  .text-field-wrapper._15p-right {
    margin-right: 0;
  }

  .profile-settings-left {
    padding-top: 0;
  }

  .flex-row-outer {
    flex-direction: column;
  }

  .dashboard-cnt {
    min-width: 100%;
  }

  .hamburger-menu-close {
    width: 26px;
    display: block;
    position: absolute;
    inset: 29px 20px auto auto;
  }

  .mb0.search-mobile {
    margin-top: 30px;
    display: block;
  }

  .aside-wrap {
    z-index: 15;
    transition: all .14s;
    position: fixed;
    inset: 0% auto auto 0%;
    transform: translate(-100%);
  }

  .profile-top-flex {
    grid-column-gap: 20px;
    order: 1;
    justify-content: flex-end;
    margin-top: 9px;
  }

  .aside {
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn {
    padding-left: 15px;
  }

  .btn.yellow-grad.trigger-button {
    min-width: 160px;
  }

  .search-form {
    border-color: #0f1d420f;
  }

  .profile-title-info {
    display: none;
  }

  .cursos-category-page {
    height: auto;
  }

  .dropdown {
    flex: 1;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section.video-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .wrapper.side-paddings {
    margin-top: 10px;
  }

  .button {
    width: 100%;
  }

  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .utility-page-content {
    width: 100%;
    padding: 32px;
  }

  .no-margin {
    margin: 0;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-nav {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 95%;
    padding: 12px 10px;
  }

  .nav-menu {
    flex-flow: row;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .full-width {
    height: auto;
  }

  .page-wrapper {
    min-height: 0;
  }

  .hero-intro {
    width: 95%;
    max-width: none;
    height: 95%;
    margin: auto;
  }

  .nav-top {
    padding-left: 10px;
  }

  .footer-left {
    text-align: left;
    background-position: 50%;
    flex: none;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
  }

  .footer-social {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    width: 100%;
  }

  .instagram-link {
    margin: 4px;
  }

  .home-category-card {
    flex-direction: column;
    padding-top: 0;
  }

  .home-category-card.red {
    margin-top: 80px;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: -48px;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-image-2 {
    margin-top: -48px;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .shop-header {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-header-line {
    margin-top: 0;
  }

  .cursos-wrapper {
    display: block;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .card-cursos {
    padding-bottom: 25px;
  }

  .product-card-image-wrapper {
    width: auto;
    height: auto;
  }

  .product-card-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card-price {
    height: auto;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link.arrow-link {
    flex: 0 auto;
    justify-content: flex-start;
    font-size: 11px;
    display: block;
  }

  .subscribe {
    width: 100%;
    padding: 40px 32px;
    display: block;
  }

  .input.subscribe-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.quantity-input {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .input.no-margin-bottom {
    margin-bottom: 0;
  }

  .heading {
    font-size: 34px;
  }

  .breadcrumbs {
    border-color: #d6d6d6;
    border-radius: 15px;
    height: auto;
  }

  .cursos-3 {
    margin-top: auto;
    padding: 16px;
  }

  .product-image-wrapper {
    padding: 8px;
  }

  .product-info {
    margin-top: 40px;
  }

  .product-details-wrapper {
    padding-top: 20px;
  }

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

  .contacts {
    padding: 24px;
  }

  .contact-info {
    margin-bottom: 16px;
  }

  .shop-categories-wrapper {
    flex-flow: column wrap;
    place-content: space-around;
    align-items: center;
    max-width: none;
  }

  .shop-category-link {
    margin-bottom: 8px;
  }

  .shop-categories {
    flex-direction: row;
    justify-content: center;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    width: 100%;
  }

  .delivery {
    padding: 24px;
  }

  .question {
    padding: 32px 12%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .product-table {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-block {
    padding: 0 32px;
  }

  .select-wrapper.no-margin-bottom {
    margin-bottom: 0;
  }

  .shipping-method-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shipping-method-radio-button {
    margin-top: 0;
    margin-bottom: 13px;
    margin-right: 0;
  }

  .order-block-side-header, .order-block-side-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pay-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .payment-method {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    font-size: 24px;
    line-height: 35px;
  }

  .block-quote {
    border-left-width: 0;
  }

  .image {
    width: 100%;
  }

  .slider {
    height: 450px;
  }

  .slide-nav {
    margin-bottom: 10px;
  }

  .hero-intro-2 {
    width: 95%;
    max-width: none;
    height: 95%;
    min-height: auto;
  }

  .div-block-7 {
    display: block;
  }

  .button-2.white {
    margin-top: 10px;
  }

  .table-header, .cart-row---copy-this {
    flex-direction: column;
  }

  .table-row-data.cursos-info {
    background-color: #93bd451f;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-card-details {
    height: 76vw;
  }

  .flex-grid-home {
    justify-content: center;
  }

  .collection-item-home {
    width: 100%;
    max-width: 360px;
    margin-bottom: auto;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .content-wrapper-home {
    max-height: none;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-cursos {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cursos-recentes {
    height: auto;
  }

  .card-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .curso-feat-image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .about {
    margin-top: 10px;
    padding: 24px;
  }

  .slide-3 {
    background-image: url('../images/hexagono_medgf_logotipo.png'), linear-gradient(40deg, #00a0df17, #3db7e738 24%, #ffffff4a);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 80%, auto;
  }

  .icon-2 {
    margin-left: 12px;
  }

  .icon-3 {
    margin-right: 12px;
  }

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

  .text-block-114 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-covid {
    color: var(--brown);
    text-transform: none;
    white-space: normal;
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    font-family: Varela Round, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
  }

  .tabs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    padding-left: 10px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3, .paragraph-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-38 {
    margin-bottom: 0;
  }

  .container-2 {
    margin-top: 40px;
    display: block;
  }

  .paragraph-4-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .texto_formadora_1 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .texto_formadora_2, .texto_formadora_3, .texto_formadora_4, .texto_formadora_5, .texto_formadora_6 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .checkout-form-2 {
    padding-top: 20px;
  }

  .notices---copy-this {
    inset: auto 0% 0%;
  }

  .order-confirmation-2 {
    padding-top: 20px;
  }

  .button-form {
    margin-left: 0;
  }

  .cart-totals---copy-this {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

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

  .collection-list-wrapper-5 {
    flex-flow: column;
    place-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .my-account__text-field {
    float: none;
    width: 100%;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .minha_conta {
    padding: 24px;
  }

  .text-block-128 {
    color: #fff;
  }

  .popup-wrapper-biografia.celia-maria {
    display: none;
  }

  .div-block-188 {
    flex: 0 auto;
    width: 100%;
  }

  .filtros-wrapper-2 {
    padding: 0;
    display: block;
  }

  .filtros-conteudo-3, .filtros-conteudo-2, .filtros-conteudo-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-130 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-131 {
    color: #fff;
  }

  .cursos-category-page {
    height: auto;
  }

  .dropdown {
    flex: 1;
    display: block;
  }

  .div-sponsors-horizontal {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86c7c915-bcbe-c30c-93c0-5bed50ef155d-9f3c6d20, #w-node-_8e3fa8e3-5d1d-2bdf-48cd-fe5f2e663311-9f3c6d2f, #w-node-ff0979ee-a907-b6ec-79be-666afb53231f-9f3c6d32, #w-node-_12a58c6a-ef5a-35fb-29a8-fa8c4606bbbe-9f3c6d33 {
    justify-self: center;
  }
}


