﻿@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 */ }

.sim-steps {
  display: flex;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  justify-content: center; }
  @media (max-width: 1024px) {
    .sim-steps {
      width: 100%; } }
  @media (max-width: 768px) {
    .sim-steps {
      margin-top: 40px;
      margin-bottom: 10px; } }

.sim-step-outter {
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 40px;
  height: 40px;
  border: 2px solid #DDDDDD;
  background: white;
  z-index: 20;
  border-radius: 50%; }

.sim-step-inner {
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  border-radius: 50%;
  box-sizing: border-box; }
  .sim-step-inner span {
    display: flex;
    color: #FFFFFF;
    font-family: monospace;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }

.sim-step-desc {
  color: #DDDDDD;
  margin-top: 20px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  display: inline-table; }
  @media (max-width: 576px) {
    .sim-step-desc {
      display: none; } }

.sim-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 30%;
  position: relative; }
  @media (max-width: 576px) {
    .sim-wrapper {
      width: 20%; } }

.sim-step-outter-border-left, .sim-step-outter-border-right {
  position: absolute;
  height: 3px;
  background: #DDDDDD;
  width: 100%;
  top: 25px;
  width: 35%; }

.sim-step-outter-border-right {
  right: 0px; }

.sim-step-outter-border-left {
  left: 0px; }

sim-wrapper.active :hover {
  cursor: pointer; }

.sim-wrapper.active {
  cursor: pointer; }
  .sim-wrapper.active .sim-step-outter {
    border-color: #5E9851; }
    .sim-wrapper.active .sim-step-outter .sim-step-inner {
      background: #5E9851; }
      .sim-wrapper.active .sim-step-outter .sim-step-inner span {
        color: white; }
  .sim-wrapper.active .sim-step-outter-border-left, .sim-wrapper.active .sim-step-outter-border-right {
    background: #5E9851; }
  .sim-wrapper.active .sim-step-desc {
    color: #5E9851; }

.step-mobile-desc {
  display: none;
  color: #5E9851;
  margin-bottom: 20px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-align: center; }
  @media (max-width: 576px) {
    .step-mobile-desc {
      display: block; } }

.clickable:hover {
  cursor: pointer; }
  .clickable:hover .sim-step-outter {
    border-color: #5E9851; }
    .clickable:hover .sim-step-outter .sim-step-inner {
      background: #5E9851; }
      .clickable:hover .sim-step-outter .sim-step-inner span {
        color: white; }
  .clickable:hover .sim-step-desc {
    color: #5E9851; }

.locked {
  cursor: not-allowed; }

