@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Heavy.eot');
  src: url('../fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Mont-Heavy.woff2') format('woff2'), url('../fonts/Mont-Heavy.woff') format('woff'), url('../fonts/Mont-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.eot');
  src: url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mont-Bold.woff2') format('woff2'), url('../fonts/Mont-Bold.woff') format('woff'), url('../fonts/Mont-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.eot');
  src: url('../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mont-Regular.woff2') format('woff2'), url('../fonts/Mont-Regular.woff') format('woff'), url('../fonts/Mont-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-RegularItalic.eot');
  src: url('../fonts/Mont-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Mont-RegularItalic.woff2') format('woff2'), url('../fonts/Mont-RegularItalic.woff') format('woff'), url('../fonts/Mont-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
a {
  color: #F15D24;
  transition: all 0.4s ease !important;
}
*:last-child {
  margin-bottom: 0;
}
body {
  font-size: 14px;
  line-height: 1.6;
  color: #181718;
  font-weight: normal;
  font-family: 'Mont', sans-serif;
}
#content {
  overflow: hidden;
}
.btn {
  font-weight: 900 !important;
  color: #ffffff !important;
  background: #f15c24 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 25px;
  border-radius: 0;
  border: 0;
  display: inline-flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: 0 !important;
}
.btn:hover {
  background: rgb(92,146,65) !important;
}
.btn img,
.btn svg,
.btn i {
  margin: 0px -5px 1px 10px;
}
.btn.big {
  font-size: 18px;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .btn.big {
    padding: 15px 25px;
    font-size: 16px;
    width: 100%;
  }
}
.btn.big2 {
  font-size: 22px;
  padding: 22px 50px;
}
@media (max-width: 575px) {
  .btn.big2 {
    padding: 18px 20px;
    font-size: 18px;
    width: 100%;
  }
}
.btn.nobg {
  background: transparent !important;
}
.btn.yellow-font {
  color: #f15c24			 !important;
}
.btn.yellow-font:hover {
  color: #ffffff !important;
}
.btn.azul {
  background: rgb(92,146,65) !important;
}
.btn.azul:hover {
  background: #f15c24 !important;
}
.btn.wt {
  background: #ffffff !important;
  color: #f15c24 !important;
}
.btn.wt:hover {
  background: rgb(92,146,65) !important;
  color: #ffffff !important;
}
h1,
h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h1,
  h2 {
    font-size: 26px;
  }
  h1 br,
  h2 br {
    display: none;
  }
}
h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
header .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
header .col-12 .branding {
  width: 184.33px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .col-12 .branding * {
  width: 184.33px;
  height: 60px;
}
header .col-12 button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .col-12 button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
}
header .col-12 button img.close {
  opacity: 0;
}
header .col-12 button.show img.close {
  opacity: 1;
}
header .col-12 button.show img.open {
  opacity: 0;
}
header .col-12 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
header .col-12 nav ul li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 24px;
}
header .col-12 nav ul li:first-child {
  margin: 0;
}
header .col-12 nav ul li a {
  font-weight: 700;
  color: rgb(92,146,65);
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
}
header .col-12 nav ul li a:hover {
  color: #f15c24;
}
@media (max-width: 1199px) {
  header .col-12 nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 100vh;
    transition: all 0.4s ease;
    transform: translateX(-100%);
    z-index: 2;
  }
  header .col-12 nav.show {
    transform: translateX(0%);
  }
  header .col-12 nav ul {
    flex-flow: column;
  }
  header .col-12 nav ul li {
    width: 100%;
    margin: 0;
    border-top: 1px solid #f15c24;
  }
  header .col-12 nav ul li a {
    padding: 20px;
  }
  header .col-12 nav ul li a.btn {
    padding: 18px 30px;
  }
  header .col-12 nav ul li:last-child {
    border-top: 0;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  header .col-12 nav {
    width: calc(100% - 70px);
  }
}
header.scroll {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.font2 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .font2 {
    font-size: 14px;
  }
}
figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
figure img {
  width: 100%;
}
figure.auto img {
  width: auto;
}
figure.border {
  border: 10px solid rgb(92,146,65) !important;
}
@media (max-width: 991px) {
  figure.border {
    border-width: 6px !important;
  }
}
ul.check {
  padding-left: 0;
  list-style: none;
}
ul.check li {
  width: 100%;
  padding-left: 20px;
  position: relative;
  font-weight: 800;
  margin-top: 10px;
}
ul.check li:first-child {
  margin-top: 0;
}
ul.check li:before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/check.svg);
  position: absolute;
  top: 7px;
  background-size: 100% auto;
  left: 0;
}
@media (max-width: 991px) {
  ul.check li:before {
    top: 5px;
  }
}
ul.check.wt li {
  font-size: 24px;
  font-weight: 900;
  padding-left: 30px;
}
ul.check.wt li:before {
  width: 21px;
  top: 9px;
  height: 16px;
  background: url(../images/check-wt.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 991px) {
  ul.check.wt li {
    font-size: 18px;
    padding-left: 25px;
  }
  ul.check.wt li:before {
    top: 7px;
    width: 18px;
  }
}
section {
  padding: 60px 0;
  position: relative;
}
section:before {
  content: '';
  left: 0;
  top: -100px;
  height: 100px;
  width: 1px;
  position: absolute;
}
@media (max-width: 575px) {
  section {
    padding: 40px 0;
  }
}
section.banner {
  padding: 0;
}
section.banner .col-txt {
  position: relative;
}
section.banner .col-txt > * {
  position: relative;
  z-index: 2;
}
section.banner .col-txt:before {
  content: '';
  position: absolute;
  left: 0;
  width: 242px;
  height: 242px;
  background: url(../images/elipse-linhas-verde.svg);
  border-radius: 100%;
  z-index: 1;
  transform: translate(-50%, 50%);
  bottom: -30px;
  background-size: 100%;
}
@media (max-width: 991px) {
  section.banner .col-txt:before {
    width: 150px;
    height: 150px;
  }
}
section.banner .img-banner {
  position: relative;
  width: 100%;
}
section.banner .img-banner .img {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  display: flex;
  border: 15px solid rgb(92,146,65);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section.banner .img-banner .img {
    border-width: 8px;
  }
}
section.banner .img-banner:before {
  content: '';
  position: absolute;
  right: 0;
  width: 370px;
  height: 370px;
  background: #f15c24;
  border-radius: 100%;
  z-index: 1;
  transform: translateX(50%);
  bottom: -30px;
  background-size: 100%;
}
@media (max-width: 991px) {
  section.banner .img-banner:before {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  section.banner .img-banner:before {
    width: 220px;
    height: 220px;
    bottom: auto;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 374px) {
  section.banner .img-banner:before {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  section.banner {
    text-align: center;
    padding-top: 40px;
  }
  section.banner .img-banner {
    width: 70%;
    margin: 20px 15% 0;
  }
}
@media (max-width: 374px) {
  section.banner .img-banner {
    width: 90%;
    margin: 20px 5% 0;
  }
}
form {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
form label {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
form input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  border-bottom: 2px solid #181718;
  color: #181718;
  outline: 0;
}
.bg {
  background: #6c9fbb;
}
.bg-azul {
  background: rgb(92,146,65);
  color: #ffffff;
}
.bg-azul h2 {
  color: #f15c24;
}
@media (max-width: 991px) {
  .bg-azul {
    text-align: center !important;
  }
}
.bg-azul form input {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-azul form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.bg-azul form :-ms-input-placeholder {
  color: #ffffff;
}
.bg-azul form ::-ms-input-placeholder {
  color: #ffffff;
}
@media (max-width: 991px) {
  .bg-azul form {
    margin-top: 30px;
  }
}
.bg-verde {
  background: #840007	;
  color: #ffffff;
}
.bg-vermelho {
  background: #f15c24;
  color: #ffffff;
}
.counter {
  counter-reset: cardcounter;
}
.counter > * {
  counter-increment: cardcounter;
}
.counter > * .card {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}
.counter > * .card > * {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.counter > * .card:before {
  line-height: 1;
  width: 40px;
  text-align: center;
  content: counter(cardcounter);
  font-size: 56px;
  font-weight: 800;
}
@media (max-width: 575px) {
  .counter > * .card:before {
    width: 30px;
    font-size: 42px;
  }
  .counter > * .card > * {
    width: calc(100% - 30px);
  }
}
.card {
  background: #ffffff;
  border: 0;
  min-height: calc(100% - 30px);
  margin: 0 0 20px 0;
  border-radius: 0;
  padding: 40px;
  display: flex;
  width: 100%;
}
@media (max-width: 575px) {
  .card {
    padding: 30px;
  }
}
.card figure {
  width: 65px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
.card figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
 
}
.card.vermelho {
  background: #4d8eb1;
  color: #ffffff;
  padding: 10px;
}
.card.vermelho {
  font-size: x-large;
  text-align: left;
 
}

button {
  all: unset;
  cursor: pointer;
  outline: revert;
}
  
section.instrutor {
  padding: 0;
}
section.instrutor .row {
  justify-content: center;
  align-items: center;
}
section.instrutor .row > *:nth-child(1) figure {
  margin-top: -120px;
  padding-right: 40px;
}
section.instrutor .row > *:nth-child(1) figure img {
  width: 100%;
}
section.instrutor .row > *:nth-child(2) {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  section.instrutor .row > *:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  section.instrutor .row {
    flex-flow: column-reverse;
    text-align: center;
  }
  section.instrutor .row > *:nth-child(1) figure {
    margin-top: 0px;
    padding: 0 ;
  }
  section.instrutor .row > *:nth-child(1) figure img {
    max-width: 300px ;
  }
}
.depoimento {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.depoimento .pessoa {
  width: 105px;
  height: 105px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.depoimento blockquote {
  width: calc(100% - 115px);
  padding: 0 0 0 10px;
  position: relative;
  background: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.depoimento blockquote strong {
  font-weight: 900;
}
.depoimento blockquote hr {
  color: #C4C4C4;
  margin: 10px 0;
}
@media (max-width: 575px) {
  .depoimento {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .depoimento blockquote {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.table tr > * {
  background: #F2F2F2;
  border-color: #ffffff;
  border-bottom-width: 6px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 900;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table tr > *:last-child {
  text-align: right ;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .table tr > * {
    font-size: 16px;
  }
  .table tr > *:last-child {
    padding-right: 20px;
  }
}
.table tfoot tr > * {
  background: rgb(92,146,65)8;
  color: #ffffff;
  font-size: 30px;
  border: 0 !important;
}
@media (max-width: 575px) {
  .table tfoot tr > * {
    font-size: 20px;
  }
}
.table tfoot tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .table tfoot tr th {
    padding-left: 20px;
  }
}
.table tfoot tr td {
  color: #f2b705;
}
@media (max-width: 991px) {
  .table {
    margin-top: 30px;
  }
}
.accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgb(92,146,65) !important;
  border-radius: 0 !important ;
}
.accordion-item .accordion-button {
  background: transparent !important;
  border-radius: 0 !important;
  color: rgb(92,146,65) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  outline: 0 !important;
  border: 0 !important;
  width: 100%;
  box-shadow: none;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .accordion-item .accordion-button {
    font-size: 16px !important;
  }
}
.accordion-item .accordion-button:after {
  display: none;
}
.accordion-item .accordion-button:before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  position: absolute;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A62103'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item .accordion-button:not(.collapsed)::before {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A62103'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.6;
}
footer {
  padding: 30px 0 20px;
}
footer .branding {
  width: 185px;
  height: 60px;
  display: flex;
}
footer .branding * {
  width: 185px;
  height: 60px;
}
footer hr {
  margin: 30px 0 20px !important;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
footer nav ul li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 24px;
}
footer nav ul li:first-child {
  margin: 0;
}
footer nav ul li a {
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
footer nav ul li a:hover {
  color: #f15c24;
}
@media (max-width: 991px) {
  footer nav ul {
    justify-content: center;
    align-items: center;
  }
  footer nav ul li {
    margin: 0;
    padding: 15px;
  }
}
footer .bot-footer {
  font-weight: normal !important;
}
@media (max-width: 1199px) {
  footer .top-footer {
    flex-flow: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  footer .top-footer nav {
    margin-top: 25px;
  }
}
