/** Shopify CDN: Minification failed

Line 186:0 Expected "}" to go with "{"

**/
span.footer-underlined-link {
    font-size: calc(1.55rem* var(--font-body-scale));
    padding-left: 0px;
    font-family: 'Brice', sans-serif;
    color: #0cbcef;
}
#shopify-section-sections--17948126478485__footer span.link-effect-no-underline {
  font-family: 'Brice', sans-serif!important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Brice', sans-serif;
}
a.header__menu-item.list-menu__item.link.focus-inset.caption-large.w100.font-body-semi-bold.list-menu__item--level2.list-menu__item--active {
    text-decoration: none;
}
span.underlined-link {
    background: #bbe225;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 24px;
    font-size: 20px;
}

.content {
  display: grid;
  padding: 0 90px;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  width:100%;
  height: 100%;
}
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-title {
    display: flex;
    /* width: 70%; */
    max-width: 1400px;
    padding: 0px 0 0 200px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    font-size:6rem;
}

span.hero-sub-title{
    padding: 1.2rem 1.8rem;
    color: #000000;
    align-items: baseline;
    background-color: #bbe225;
    border-radius: 100px;
    font-size: calc(1.1rem* var(--font-body-scale));
    line-height: calc(1 + .1 / var(--font-body-scale));
    letter-spacing: 1.1px;
    word-break: break-word;
}  
h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.links {
    display: flex;
    gap: 5%;
    max-width: 80vw;
    padding: 0px 0 0 200px;
    justify-content: space-between;
    white-space: nowrap;
    align-items: flex-end;
    padding-bottom: 20px;
}
.links a {
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    border: solid 1px;
    border-color: #fff;
}

.links a:hover{
  background-color:#ffffff30;
}
.title-hero{
  text-align:left;
}

/* Resolução maior */
@media screen and (min-width: 2000px) {
   .hero-title{
    display:flex; 
    /*width:70%;*/
    max-width:1700px;
    padding: 0px 0 0 540px;  
    }
  .links {
  display: flex;
  gap: 5%;
  max-width: 1853px;
  padding: 0px 0 0 540px;
  padding-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) {

.hero-title{
    display: flex;
    /* width: 70%; */
    max-width: 1400px;
    padding: 0px 0 0 20px;
    align-items: flex-start;
}
  
.links{
        padding: 0px 0 0 20px;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0px;
        padding-bottom: 20px;
}
  
/* Mobile */
@media screen and (max-width: 728px) {
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.content {
padding: 0 0px;
}
.hero-title{
  display: flex;
  padding: 0px 0 0 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
h1.title-hero {
    width: 40rem;
    font-size: 3rem;
}
title-hero {
    color: #fff;
    max-width: 70rem;
}
  .links {
  display: none;
  }
img.header__heading-logo.motion-reduce {
    width: 120px;
}  
}
modal-opener.compare-button-floating.floating-element.medium-hide.large-up-hide {
    display: none;
}
section#shopify-section-template--17948125954197__1aded6ef-5727-4347-bf56-9fc610343e55 {
    background-color: #f9f9f9;
}  
  
/* Footer */
li.flex.footer-block-store-information__item {
    align-items: center;
}
