.header-txt h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.2rem;
}

.image-bike-box {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 110px;
}

.navbar .navbar-nav > li > a.nav-link.active {
    color: #226d00 !important;
}
.navbar .navbar-nav > li > a:hover.nav-link {
    color: #226d00 !important;
}

.header-angle-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 280%;
  width: 100%;
  content: '';
  background: transparent URL('../images/hero1f.svg') no-repeat;
  /* transform: skewY(12deg); */
  z-index: 1;
  overflow: hidden;
  background-size:cover;
  background-position: center -80px;
}



.banner .btn.btn-plane-hero {
    background: #000 !important;
    color: #99cc20 !important;
}
.banner .btn.btn-plane-hero:hover {
    background-color: #ffffff !important;
    color: #3455ff !important;
}



.theme-muscari .header-partners {
    margin-top: 440px !important;
}

.fs10{
  font-size: 1.0rem;
}
.fs11{
  font-size: 1.1rem;
}
.fs12{
  font-size: 1.2rem;
}
.fs13{
  font-size: 1.3rem;
}

.montserrat{
  font-family: 'Montserrat', sans-serif !important;
}

.theme-muscari .site-header .banner .banner-content {
    padding: 0px 0 110px !important;
}

.theme-muscari .site-header.has-fixed .navbar-nav > li > a {
    color: #52b37c !important;
}


/* SECAO DE PRODUTOS */


.t-all-product {
    padding: 25px 25px;
    position: relative;
    max-width: 100%;
    flex-grow: 1;
    border-radius: 10px;
    background: linear-gradient(to top, #ffffff, #ffffff);
}

.kind-product {
    position: relative;
    padding-left: 20px;
    border: 1px dashed #ddd;
    border-radius: 50px;
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
}

.kind-product:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 11px;
    background: #52b37b;
    position: absolute;
    top: 7px;
    left: 7px;
}

.t-produto {
    width: 100%;
    transition: all .5s ease;
    margin-bottom: 10px;
    text-align: center;
}

.t-produto img {
    max-width: 200px;
    margin: 0 auto;
}

.product-name {
    font-weight: 500;
    text-align: center;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 1.0rem;
}

.product-desc {
    color: #333 !important;
    text-align: center;
    width: 100%;
    display: flex;
    min-height: 120px;
    line-height: 1.5;
    font-size: 14px;
    justify-content: center;
}



.team-member .t-produto:after {
    background: #CDDC39 !important;
    right: -13px !important;
    width: 30px !important;
}
a.footer-brand.animated.fadeInUp {
    min-width: 100px;
    padding-left: 20px;
}

.section-bg-light, [class*=section-bg-light] {
    background: #fff;
    color: #666 !important;
}

.color-grey{
  color:#333 !important;
}
.color-greylight{
  color:#666 !important;
}
.color-white{
  color:#fff !important
}


.theme-muscari .btn.btn-plane:hover {
    color: #99cc20;
    background: #000 !important;
}

.box-academia {
    padding-top: 0px;
    margin-top: -100px;
}

.core{
  max-width: 330px;
}

.theme-muscari .section-muscari {
    background: #52b37c !important;
}

.text-box-bg2 {
    background: #4c3025 !important;
    padding: 20px 30px 30px 30px !important;
}
.box-line1 {
    max-width: 100%;
    margin: -70px auto 0px auto;

}
.box-line {
    max-width: 100%;
    margin: 0 auto;
}
.box-line50 {
    max-width:240px;
    margin: 0 auto;
}


.theme-muscari .footer-subscription .input-round {
    color: #fff;
    background: rgba(0, 0, 0, 0.09) !important;
    border-color: transparent;
}

.theme-muscari .footer-subscription .input-round {
    color: #333 !important;
    background: #fff !important;
    border-color: #ddd;
}
.btn.btn-more { color: #fff !important; background:#52b37c !important }
.btn.btn-more:hover { color: #fff !important; background:#258e52 !important }



#foo .social li a {
    color: #fff;
    background: #3455ff;
}

#foo  .btn.btn-plane {
    background: #52b37b !important;
    color: #fff !important;
}


#foo ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#foo ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#foo :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#foo :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.product-info {
    text-align: center;
}

.box-academia img {
    max-width: 300px;
    margin-top: -30px;
}

@media(max-width:768px){
  .header-txt {
    position: relative;
    z-index: 3;
    padding-top: 0px !important;
  }
  .image-bike-box {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0px;
    display: none;
  }
  .theme-muscari .site-header .banner .banner-content {
    padding: 0px 0 10px !important;
  }
  .header-angle-bg{
    background-position: center 0 !important;
  }
  #intro .gaps.size-2x.d-lg-none {
    display: none;
  }
  h4.fs13.text-uppercase.animated.pt-5.montserrat.color-grey.fadeInUp {
      padding-top: 0 !important;
  }
  .box-academia{
    text-align: center;
  }
  .box-academia img {
      max-width: 180px;
      margin: 90px auto 0 auto;
  }
  div#persistencia {
      padding: 0 !important;
  }
  div#comecar {
      padding: 50px 0 !important;
  }
}

@media only screen and (max-width: 480px){
  .header-txt p.lead {
      font-size: 1.05em !important;
  }
}
