﻿@charset "UTF-8";
/*
    USADA EM VARIOS PAGINAS, TER EM ATENÇÃO ISSO QUANDO SE FOR A MUDAR ALGUMA COISA
*/
/******************************************************* Variables *************************************************************/
/******************************************************* Mixins *************************************************************/
/******************************************************* Classes *************************************************************/
html {
  outline: 0 !important;
  font-family: Raleway !important; }

body {
  margin: 0;
  background-color: #F8F8F8; }
  @media (max-width: 768px) {
    body {
      background-color: white; } }

.container a {
  color: #9ac251;
  font-family: Raleway;
  font-weight: 500;
  line-height: 24px; }

a {
  cursor: pointer !important; }

.body-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px; }
  @media (max-width: 960px) {
    .body-container {
      margin-top: 60px; } }

.error-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 54px;
  border-radius: 6px;
  font-family: Raleway;
  min-height: 400px; }
  @media (max-width: 1024px) {
    .error-container {
      width: 90%;
      padding-left: 25px;
      padding-right: 25px; } }

.fw {
  width: 100% !important; }

@media (max-width: 1024px) {
  .md-column {
    flex-direction: column; } }

.full-width-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.container {
  width: 1139px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 5%;
  margin-top: -100px;
  z-index: 5; }
  @media (max-width: 1367px) {
    .container {
      width: 90%; } }
  @media (max-width: 1024px) {
    .container {
      margin-top: -120px; } }
  @media (max-width: 768px) {
    .container {
      border-radius: 0px !important;
      margin-top: 0px;
      width: 100% !important;
      padding: 0 5% !important;
      padding-bottom: 20px !important; } }
  @media (max-width: 576px) {
    .container {
      margin-top: 0px;
      padding-bottom: 20px !important; } }

.text {
  color: #424753;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }

.banner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 100% 100% !important;
  height: 310px;
  position: relative; }
  @media (max-width: 1024px) {
    .banner {
      min-height: 0; } }
  @media (max-width: 768px) {
    .banner {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      height: 250px; } }
  @media (max-width: 576px) {
    .banner {
      flex-direction: row;
      height: 160px; } }
  .banner img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 310px; }
    @media (max-width: 1024px) {
      .banner img {
        min-height: 0; } }
    @media (max-width: 768px) {
      .banner img {
        height: 250px; } }
    @media (max-width: 576px) {
      .banner img {
        height: 160px; } }

.banner-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  color: #FFFFFF;
  font-family: Raleway;
  font-size: 70pt;
  font-weight: 800;
  line-height: 66px;
  text-align: center;
  width: 90%;
  height: 210px;
  margin: 0 auto; }
  @media (max-width: 1367px) {
    .banner-text {
      width: 90%;
      font-size: 70px;
      line-height: 86px; } }
  @media (max-width: 960px) {
    .banner-text {
      font-size: 66px;
      line-height: 70px;
      width: 90%;
      height: 250px; } }
  @media (max-width: 576px) {
    .banner-text {
      line-height: 40px;
      font-size: 38px;
      height: 160px;
      width: 90%;
      margin: auto;
      word-break: normal;
      margin-top: 8px; } }
  @media (max-width: 360px) {
    .banner-text {
      font-size: 34px; } }
  @media screen and (max-height: 400px) and (min-width: 812px) {
    .banner-text {
      width: 80%;
      font-size: 2.2em;
      line-height: 1.2em; } }
  @media screen and (min-height: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .banner-text {
      width: 80%;
      line-height: 50px; } }

.show {
  display: block !important;
  transition: all 1s; }

.highlight {
  background-color: lightgreen;
  border-radius: 5px; }

.navbar-active-first {
  color: #5E9851 !important;
  font-family: Raleway;
  font-weight: 700;
  text-shadow: none !important; }

.navbar-active-first > div > span {
  text-shadow: none !important; }

.navbar-active {
  color: #9AC251 !important;
  font-family: Raleway;
  font-weight: 700;
  text-shadow: none !important; }

.visible {
  visibility: visible !important; }

.top-60 {
  top: -80%; }

.link-group {
  position: fixed; }
  @media (max-width: 1367px) {
    .link-group {
      display: none !important; } }

input:focus, textarea:focus, select:focus, .picky__input:focus {
  border: solid 1px #9AC251;
  box-shadow: 2px 2px 10px 0 #9AC251;
  outline: 0px; }

.form-text {
  color: #424753;
  font-family: Raleway;
  font-size: 14px;
  line-height: 25px; }

@supports (-ms-ime-align: auto) {
  .tabs {
    width: 100%;
    margin: 30px auto; }
  @media (max-width: 576px) {
    .subsection {
      padding-bottom: 0px; } }
  .container {
    padding-bottom: 40px; } }

.link-group {
  display: none !important; }

@-moz-document url-prefix() {
  @media (max-width: 576px) {
    .subsection {
      padding-bottom: 0px; } }
  .container {
    padding-bottom: 40px; } }

.tabs {
  width: 100%;
  margin: 30px auto; }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*.lower-footer {
        display: block;
        text-align: center;
    }*/
  .simulator-container {
    display: block; } }

.download-btn {
  max-height: 40px;
  height: 40px;
  width: 170px;
  border-radius: 6px;
  background: linear-gradient(270deg, #9AC251 0%, #5E9851 100%);
  display: none;
  cursor: pointer;
  margin: 1px; }
  .download-btn a {
    position: relative;
    margin-top: 7px;
    margin-bottom: auto;
    text-decoration: none;
    color: white !important;
    font-weight: 800 !important;
    margin-right: 10px;
    width: 75%;
    height: 40px; }
    .download-btn a span {
      text-decoration: none !important;
      color: white !important;
      font-weight: 800 !important;
      max-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis !important; }
  .download-btn .download-img {
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    min-width: 12px;
    max-width: 12px;
    width: 20px;
    background-image: url(/Assets/Icons/Download-branco.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 13px 10px 10px 15px; }

.btn-generic-download-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  width: 170px;
  height: 36px;
  border: 2px solid #5E9851;
  border-radius: 7px;
  padding: 0px;
  margin: 0px; }
  .btn-generic-download-wrapper .btn-download-arrow {
    position: relative;
    height: 20px;
    width: 35px;
    text-align: center; }
  .btn-generic-download-wrapper .btn-download-a {
    width: 100%;
    margin: 0px;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none; }
  .btn-generic-download-wrapper .btn-download-name-container {
    width: 125px;
    display: block; }
    .btn-generic-download-wrapper .btn-download-name-container .btn-link {
      display: block;
      text-decoration: none !important;
      color: #5E9851 !important;
      font-weight: 600 !important;
      max-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis !important;
      font-size: 14px; }

.font-green {
  color: #9AC251; }

.loading-div {
  margin-left: auto;
  margin-right: auto; }

.loading-div-full {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 55000;
  display: flex;
  justify-content: space-around;
  background: white;
  opacity: 0.6; }

.hide {
  display: none;
  transition: all 1s; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #CCCCCC; }

.control input:checked ~ .control__indicator {
  background: #9AC251; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #5E9851; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.img-spinner {
  height: 100px;
  width: 100px;
  margin: auto; }

@media (max-width: 576px) {
  .sm-hidden {
    display: none !important; } }

@media (max-width: 360px) {
  .xs-hidden {
    display: none !important; } }

.banner-promo-img {
  position: absolute;
  z-index: 1;
  width: 11.5% !important;
  top: 10% !important;
  left: 3% !important;
  height: auto !important;
  min-width: 100px; }
  @media (max-width: 1024px) {
    .banner-promo-img {
      top: 6% !important; } }
  @media (max-width: 576px) {
    .banner-promo-img {
      top: 1% !important;
      width: 20%; } }
  @media (max-width: 360px) {
    .banner-promo-img {
      width: 30% !important; } }

.green-title-h2 {
  color: #5E9851;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px; }

.reset-h3 {
  display: block;
  font-size: 18px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: 700; }

.text-align-center {
  text-align: center; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.navbar-overlayer-container {
  position: fixed;
  background: #5E9851;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  background: linear-gradient(223.76deg, #9AC251 0%, #5E9851 100%);
  overflow: auto; }

.navbar-overlayer-content {
  display: flex;
  padding-right: 7px;
  align-items: center;
  flex-direction: column;
  padding: 20px 5% 30px 5%;
  overflow: auto; }
  .navbar-overlayer-content .mobile-main-link {
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-align: center; }
    @media (max-width: 960px) {
      .navbar-overlayer-content .mobile-main-link {
        font-size: 40px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .navbar-overlayer-content .mobile-main-link {
        font-size: 26px;
        line-height: 15px; } }
  .navbar-overlayer-content .mobile-secundary-link {
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    line-height: 2%; }
    @media (max-width: 960px) {
      .navbar-overlayer-content .mobile-secundary-link {
        font-size: 25px; } }
    @media (max-width: 767px) {
      .navbar-overlayer-content .mobile-secundary-link {
        font-size: 18px;
        line-height: 0px; } }
    @media (max-width: 576px) {
      .navbar-overlayer-content .mobile-secundary-link {
        margin: 10px auto; } }
  .navbar-overlayer-content a {
    text-decoration: none;
    cursor: pointer;
    margin-left: -10px; }

.is-active > span > .hamburger-inner {
  background: white; }

.hamburger--squeeze.is-active .hamburger-inner::after, .hamburger--squeeze.is-active .hamburger-inner::before {
  background: white; }

.navbar {
  height: 90px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 10;
  background: white; }
  @media (max-width: 960px) {
    .navbar {
      height: 60px; } }

.navbar-container {
  width: 1139px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 1367px) {
    .navbar-container {
      width: 90% !important;
      overflow: hidden; } }
  @media (max-width: 960px) {
    .navbar-container {
      height: 60px;
      align-items: center; } }
  @media (max-width: 576px) {
    .navbar-container {
      height: 60px;
      align-items: center; } }

.navbar-item:hover > a > span {
  text-shadow: 0.5px 0px 0px #555, -0.5px 0px 0px #555; }

.navbar-item:hover > div > span {
  text-shadow: 0.5px 0px 0px #555, -0.5px 0px 0px #555; }

.list-item-group:hover > label {
  text-shadow: 0.5px 0px 0px #555, -0.5px 0px 0px #555; }

.navbar-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 60%;
  margin: auto; }
  @media (max-width: 960px) {
    .navbar-list {
      padding: 0px; } }
  .navbar-list .navbar-item {
    margin: auto 15px; }
    .navbar-list .navbar-item a {
      text-decoration: none;
      color: inherit; }
    @media (max-width: 960px) {
      .navbar-list .navbar-item {
        display: none; } }

.navbar-list-search {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: flex-end;
  padding: 0px;
  align-items: center; }

.navbar-list-search, #searchText {
  box-sizing: border-box;
  width: 260px; }
  @media (max-width: 1367px) {
    .navbar-list-search, #searchText {
      width: 200px; } }
  @media (max-width: 960px) {
    .navbar-list-search, #searchText {
      width: 100%;
      padding-right: 7px; } }

#searchText::-ms-clear {
  display: none; }

#searchText {
  padding-right: 33px; }

.right-navbar-container {
  display: flex;
  height: 60px;
  width: 100%; }
  @media (max-width: 960px) {
    .right-navbar-container {
      width: 33%;
      margin: auto 5px auto 0 !important; } }

@media (max-width: 960px) {
  .navbar-list {
    display: none; }
  .navbar-container {
    justify-content: space-between;
    width: 100% !important; }
  .logo {
    margin: auto 0 !important;
    width: auto;
    width: 33%; }
  .nav-burger {
    margin: auto 5px auto 0 !important;
    width: 33%; }
  .logo {
    display: flex;
    justify-content: space-around; }
  .nav-burger, .right-navbar-container {
    z-index: 200; } }

.hamburger {
  z-index: 20;
  display: none; }
  @media (max-width: 960px) {
    .hamburger {
      display: block; } }

.hamburger:focus {
  outline: none; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  background-color: #5E9851;
  width: 35px;
  height: 3px; }

.hamburger-box {
  height: 10px; }

.logo {
  width: 25%; }
  @media (max-width: 960px) {
    .logo img {
      height: 37px; } }

.dropdown {
  cursor: pointer; }

.dropdown-content {
  border-radius: 5px;
  margin-top: 20px;
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  text-align: center !important;
  height: 120px; }

.dropdown-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  align-items: center; }
  .dropdown-list .dropdown-list-item {
    margin: 30px; }

.dropdown-list::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /* inline svg-filter-fix for Firefox 31 - 33 */
  filter: url('data:image/svg+xml;utf8,<svg height="0" width="0" xmlns="http://www.w3.org/2000/svg"><filter id="drop-shadow"><feGaussianBlur in="SourceAlpha" stdDeviation="2.2"/><feOffset dx="0" dy="0" result="offsetblur"/><feFlood flood-color="#000"/><feComposite in2="offsetblur" operator="in"/><feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge></filter></svg>#drop-shadow');
  /* standard syntax, currently only supported by Firefox 34+ */
  filter: drop-shadow(0px 0px 0px #000);
  /* webkit syntax, currently supports about 66% of browsers */
  -webkit-filter: drop-shadow(0px 0px 0px #000);
  /* syntax for IE5.5 - IE7 */
  filter: progid:DXImageTransform.Microsoft.Shadow Strength=1, offX=0 px, offY=0 px, Color= "#000000";
  /* syntax for IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, offX=0px, offY=0px, Color='#000000')"; }

/*.dropdown-list::after {
    content: "";
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    left: 50%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #bada55 #bada55;
    transform-origin: 0 0;
    transform: rotate(-225deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}*/
.list-item-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }
  .list-item-group .navbar-item-text {
    margin-top: 5px; }
  .list-item-group label {
    cursor: pointer; }

.search-icon {
  width: 30px;
  height: 30px; }

#search-img {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 100; }

@media (max-width: 767px) {
  .full-w {
    width: 100%; } }

.searchBox {
  height: 37px;
  z-index: 20;
  min-width: 50px; }
  .searchBox div {
    height: 100%; }
    .searchBox div div {
      height: 100%; }
      .searchBox div div .Search-box-label {
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: -2px; }
  @media (max-width: 576px) {
    .searchBox {
      margin-left: 20px; } }

.hidden {
  visibility: hidden; }

.Search-box:focus {
  box-shadow: 0px 0px 0px 0px;
  border: 0px solid #424753;
  border-bottom: 1px solid #9AC251; }

.Search-box {
  display: none;
  background: none;
  color: #424753;
  border: none;
  border-bottom: 1px solid #424753;
  font-family: Raleway;
  font-size: 16px; }

.Search-box::-webkit-input-placeholder {
  color: #424753; }

.Search-box:focus {
  outline: 0; }

.searchPopup {
  display: flex;
  position: relative; }
  .searchPopup label {
    margin-right: 4px; }

.mobile-img-link {
  visibility: hidden; }

.visible {
  visibility: visible; }

.Search-box-w, .Search-box-w:focus {
  color: white !important;
  border-bottom: 1px solid white; }

@media (max-width: 1024px) {
  .Programa-dropdown-open::after {
    left: 36% !important; } }

.navbar-active-first:hover > span {
  text-shadow: none !important; }

.navbar-active-first:hover {
  text-shadow: none !important; }

.cart-icon {
  width: 30px;
  height: 30px; }

.cart-wrapper {
  position: relative;
  cursor: pointer; }
  @media (max-width: 1367px) {
    .cart-wrapper {
      margin-right: 20px; } }
  .cart-wrapper .cart-items {
    position: absolute;
    right: -20px;
    bottom: -1px;
    color: #5E9851;
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    align-self: center; }

