@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.eot");
  src: url("../fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 5px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes updown {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes line-top {
  from {
    left: -10px;
  }
  to {
    left: -25px;
  }
}
@keyframes line-top-2 {
  from {
    left: 70px;
  }
  to {
    left: 60px;
  }
}
@keyframes line-bottom {
  from {
    right: -10px;
  }
  to {
    right: -25px;
  }
}
@keyframes line-bottom-2 {
  from {
    right: 70px;
  }
  to {
    right: 60px;
  }
}
body {
  font-family: "Poppins";
}
body * {
  outline: none !important;
}

.desk {
  display: block !important;
}

.mobile {
  display: none !important;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

h2.red {
  text-align: center;
  text-transform: uppercase;
}
h2.red .h2-effect {
  position: relative;
}
h2.red .h2-effect .top-lines:after {
  content: "";
  width: 185px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #000;
  left: -10px;
  bottom: -5px;
  animation: line-top 0.9s infinite ease-in-out alternate;
}
h2.red .h2-effect .top-lines:before {
  content: "";
  width: 85px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #000;
  left: 70px;
  bottom: -10px;
  animation: line-top-2 0.7s infinite ease-in-out alternate;
}
h2.red .h2-effect .bottom-lines:after {
  content: "";
  width: 185px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #000;
  right: -10px;
  top: -5px;
  animation: line-bottom 0.9s infinite ease-in-out alternate;
}
h2.red .h2-effect .bottom-lines:before {
  content: "";
  width: 85px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #000;
  right: 70px;
  top: -10px;
  animation: line-bottom-2 0.7s infinite ease-in-out alternate;
}

.wrap-btn {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.wrap-btn button.btn {
  background: #006224;
  border: 1px solid #006224;
  padding: 5px 50px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}
.wrap-btn button.btn:hover {
  background: transparent;
  color: #006224;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0;
}
.slick-dots li {
  width: 5px;
  height: 5px;
  padding: 5px;
  margin: 0 8px;
  border-radius: 100%;
  display: block;
  border: 2px solid #fff;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick-dots li.slick-active {
  background: #fff;
}

.slick-arrow {
  top: calc(50% - 22px);
}
.slick-arrow:before {
  content: "";
  width: 22px;
  height: 44px;
  display: block;
}
.slick-arrow.slick-prev:before {
  background: url(../images/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow.slick-next:before {
  background: url(../images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb {
  padding: 15px 0;
  margin: 0;
  background: #f9f9f9;
}
.breadcrumb ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  font-weight: 300;
  font-size: 12px;
}
.breadcrumb ul li a:hover {
  color: #fd7a9f;
}
.breadcrumb ul li:last-child {
  font-weight: 500;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 7px;
  color: #000;
}

div#navbarSupportedContent.show {
  height: auto !important;
}

@media (max-width: 992px) {
  .slick-arrow:before {
    width: 15px;
    height: 35px;
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }
}
@media (max-width: 768px) {
  .desk {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .slick-arrow {
    top: 50%;
  }
}
header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  height: 95px;
  transition: all 0.3s ease-in-out;
}
header nav {
  transition: all 0.3s ease-in-out;
}
header nav .navbar-toggler img {
  max-width: 100%;
}
header nav #navbarSupportedContent ul.navbar-nav {
  width: 100%;
  justify-content: space-around;
  padding: 0 10%;
}
header nav #navbarSupportedContent ul.navbar-nav li {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
header nav #navbarSupportedContent ul.navbar-nav li a {
  position: relative;
  font-size: 15px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
header nav #navbarSupportedContent ul.navbar-nav li a:hover {
  opacity: 1;
}
header nav #navbarSupportedContent ul.navbar-nav li a:hover:after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header nav #navbarSupportedContent ul.navbar-nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: relative;
  bottom: -5px;
  left: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
header nav #navbarSupportedContent ul.navbar-nav li a:before {
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  border-radius: 100%;
}
header nav #navbarSupportedContent ul.navbar-nav li:last-child a:before {
  content: none;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  background: #fff;
  padding: 30px;
  z-index: 99;
  display: none;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  content: "";
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li {
  display: block;
  font-weight: 300;
  font-size: 14px;
  padding: 0 !important;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li a {
  padding: 0 0 5px 0 !important;
  display: block;
  color: #000 !important;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li a:before {
  content: none !important;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li a:after {
  background: #000 !important;
  bottom: 0 !important;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li a img {
  height: auto;
  max-width: 370px;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li.title {
  font-weight: 700;
  margin-bottom: 10px;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul li.title a:after {
  content: none !important;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul:last-child li.title {
  margin-bottom: 0;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul:last-child li a {
  padding: 0 !important;
}
header nav #navbarSupportedContent ul.navbar-nav li .wrap-menu .menu ul:last-child li a:after {
  content: none !important;
}
header.fixed {
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  background: #006224;
  height: auto;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4) !important;
}
header.fixed nav {
  padding: 0;
  transition: all 0.3s ease-in-out;
}
header.fixed nav #navbarSupportedContent ul li a {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
}
header.fixed nav #navbarSupportedContent ul li .wrap-menu {
  top: 85px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1) !important;
}
header.fixed nav #navbarSupportedContent ul li .wrap-menu ul li.title a {
  font-weight: 700;
}
header.fixed nav #navbarSupportedContent ul li .wrap-menu ul li a {
  font-weight: 300;
}
header.fixed nav #navbarSupportedContent ul.navbar-nav li {
  padding: 0;
}

/* banner */
.banner-section {
  margin: 0;
  position: relative;
}
.banner-section .wrap-images {
  position: relative;
  margin: 0;
}
.banner-section .wrap-images img {
  width: 100%;
}
.banner-section .wrap-images ul.slick-dots {
  position: absolute;
  bottom: 80px;
}
.banner-section .wrap-images .arrow {
  position: absolute;
  bottom: 17%;
  left: 17%;
  animation: updown 2s ease infinite;
}
.banner-section .wrap-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner-section .wrap-info h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 45px;
}
.banner-section .wrap-info img {
  max-width: 350px;
  margin-bottom: 30px;
}
.banner-section .wrap-info p {
  font-size: 20px;
}
.banner-section .wrap-info p.subtitle {
  font-weight: 100;
  font-size: 26px;
}

.profissionais {
  padding: 50px 0;
  position: relative;
  background: url(../images/bg-escudos.png);
  background-size: cover;
  background-position: center center;
}
.profissionais h2 {
  color: #fff;
}
.profissionais h2 .h2-effect .top-lines:after {
  background: #fff;
}
.profissionais h2 .h2-effect .top-lines:before {
  background: #fff;
}
.profissionais h2 .h2-effect .bottom-lines:after {
  background: #fff;
}
.profissionais h2 .h2-effect .bottom-lines:before {
  background: #fff;
}
.profissionais ul {
  padding: 30px;
  border-radius: 15px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* justify-content: flex-start; */
  text-align: center;
}
.profissionais ul li {
  width: calc(25% - 40px);
  padding: 30px 20px;
  margin: 5px;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.profissionais ul li .wrap-img img {
  max-width: 100%;
  transition: 0.3s;
}
.profissionais ul li .info {
  font-size: 14px;
}
.profissionais ul li .info .desc {
  display: block;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}
.profissionais ul li .info .desc:after {
  content: "";
  background: #b5b5b5;
  width: 84%;
  position: absolute;
  bottom: 0;
  left: 8%;
  height: 1px;
}
.profissionais ul li .info p {
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.profissionais ul li:hover .wrap-img img {
  transform: scale(1.1);
}
.profissionais ul li:after {
  content: "";
  background: url("../images/thumb-after.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 50%;
  height: 25px;
}
.profissionais ul li.diamante {
  width: calc(20% - 10px);
}
.profissionais ul li.ouro {
  width: calc(18% - 40px);
  padding: 20px 10px;
}
.profissionais ul li.ouro .info .desc {
  font-size: 16px;
}
.profissionais ul li.ouro .info p {
  padding: 0 5px;
  font-size: 11px;
}
.profissionais ul li.prata {
  width: calc(16% - 40px);
  padding: 20px 5px;
}
.profissionais ul li.prata .info .desc {
  font-size: 14px;
}
.profissionais ul li.prata .info p {
  padding: 5px;
  font-size: 10px;
}
.profissionais ul .btn.ver-mais {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 1439px) {
  .profissionais ul li .mentorias .stars {
    width: 100%;
  }

  .profissionais ul li .mentorias .mentoria {
    width: 100%;
    justify-content: center;
  }

  .profissionais ul li {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .profissionais {
    top: 0;
    padding: 20px 0;
  }
  .profissionais h2 {
    padding: 20px 0;
  }
  .profissionais h2 span {
    font-size: 24px;
    left: 0 !important;
    top: inherit !important;
    bottom: 0 !important;
    margin: 10px 0;
  }
  .profissionais h2 strong:after {
    width: 130%;
    right: -15%;
  }
  .profissionais ul li {
    width: 100%;
    padding: 0;
  }
  .profissionais ul li .mentorias .mentoria {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
  .profissionais ul li .mentorias .stars {
    width: 100%;
  }
}
.contador .box-counter {
  background: url(../images/timer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin: 50px 0;
  color: #fff;
}
.contador .box-counter > div {
  padding: 0 40px;
}
.contador .box-counter .wrap-faltam p {
  margin: 0;
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
}
.contador .box-counter .wrap-count ul {
  display: flex;
}
.contador .box-counter .wrap-count ul li {
  padding: 0 20px;
  min-width: 120px;
}
.contador .box-counter .wrap-count ul li span {
  display: block;
  text-align: center;
}
.contador .box-counter .wrap-count ul li span.number {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
.contador .box-counter .wrap-count ul li span.label {
  text-transform: uppercase;
}
.contador form {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.contador form .wrap-form {
  width: 33%;
  padding: 10px;
}
.contador form .wrap-form.checkbox {
  width: 100%;
}
.contador form .wrap-form.checkbox label {
  display: flex;
  margin: 0;
  align-items: flex-start;
  line-height: 1;
  color: #252525;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}
.contador form .wrap-form.checkbox input.checkbox {
  width: auto;
  margin: 0 10px;
}
.contador form .wrap-form input {
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
}
.contador form .wrap-form:nth-child(7), .contador form .wrap-form:nth-child(8) {
  width: 49.5%;
}
.contador .select2-container {
  width: 100% !important;
}
.contador .select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #000;
}
.contador .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #006224;
}

section.video {
  background: #eeeeee;
  padding: 50px 0;
  margin: 50px 0;
  text-align: center;
}
section.video p.subtitle {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.patrocinadores .diamante,
.patrocinadores .ouro,
.patrocinadores .prata {
  padding: 75px 0;
}
.patrocinadores .ouro {
  background: #eee;
}
.patrocinadores .wrap-logo {
  text-align: center;
}
.patrocinadores .wrap-logos-patrocinadores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.patrocinadores .wrap-logos-patrocinadores .wrap-img {
  width: 33%;
  margin: 10px 0;
}

footer {
  background: #006224;
}
footer p {
  margin-bottom: 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.c01163 a {
  float: right;
  margin: 0 10px;
}
.c01163 path {
  fill: #fff;
}

@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  header ul.navbar-nav {
    background: #006224;
  }
  header nav.navbar.navbar-expand-lg {
    padding: 0;
  }
  header button.navbar-toggler {
    padding: 10px 0;
  }
  header div#navbarSupportedContent.in {
    display: block;
  }
  header nav #navbarSupportedContent ul.navbar-nav li a:before {
    display: none;
  }
  header nav #navbarSupportedContent ul.navbar-nav li a {
    text-align: left;
    padding: 0;
    text-transform: uppercase;
  }
  header nav #navbarSupportedContent ul.navbar-nav {
    padding: 5%;
  }

  section.video iframe {
    max-width: 100%;
  }
  section.video p.subtitle {
    font-size: 14px;
  }

  .banner-section .wrap-info h2 {
    font-size: 24px;
  }
  .banner-section .wrap-info p.subtitle {
    font-size: 16px;
  }
  .banner-section .wrap-info p.subtitle br {
    display: none;
  }
  .banner-section .wrap-info p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .banner-section .wrap-info img {
    max-width: 50%;
    margin-bottom: 10px;
  }

  .contador .box-counter {
    flex-wrap: wrap;
    background: url(../images/timer-bg-mob.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .contador .box-counter > div {
    padding: 10px;
  }
  .contador .box-counter .wrap-faltam p {
    font-size: 45px;
  }
  .contador .box-counter .wrap-count ul li {
    padding: 0 10px;
    min-width: 65px;
  }
  .contador .box-counter .wrap-count ul li span.number {
    font-size: 35px;
  }
  .contador form .wrap-form {
    width: 100%;
  }
  .contador form .wrap-form:nth-child(7) {
    width: 100%;
  }
  .contador form .wrap-form:nth-child(8) {
    width: 100%;
  }
  .contador form .wrap-form.checkbox label {
    font-size: 14px;
    line-height: 20px;
  }

  .profissionais ul {
    padding: 10px;
    display: block;
  }
  .profissionais ul li {
    padding: 15px !important;
  }
  .profissionais ul li .wrap-img {
    text-align: center;
    display: block;
  }
  .profissionais ul li .wrap-img img {
    margin: 0 auto;
  }
  .profissionais ul li.diamante {
    width: 100%;
    padding: 25px 0;
    margin: 10px 0;
  }
  .profissionais ul li.ouro {
    width: 100%;
    padding: 25px 0;
    margin: 10px 0;
  }
  .profissionais ul li.prata {
    width: 100%;
    padding: 25px 0;
    margin: 10px 0;
  }

  .patrocinadores .wrap-logo img {
    max-width: 80%;
  }
  .patrocinadores .wrap-logos-patrocinadores .wrap-img {
    padding: 10px;
  }
  .patrocinadores .wrap-logos-patrocinadores .wrap-img img {
    max-width: 100%;
  }
  .patrocinadores .diamante {
    padding: 25px 0;
  }
  .patrocinadores .ouro {
    padding: 25px 0;
  }
  .patrocinadores .prata {
    padding: 25px 0;
  }
  .fixed.bdn {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: -10px;
  }
  .fixed.bdn {
    transform: rotate(0) !important;
    position: fixed !important;
    z-index: 999 !important;
    right: 0 !important;
    top: initial !important;
    bottom: -10px !important;
  }
  section.footer {
    position: relative;
    padding: 0 0 70px;
  }
  .container.aviso p {
    font-size: 16px !important;
  }
  button.navbar-toggler {
    color: #fff;
    font-weight: bold;
  }

  button.navbar-toggler span {
      width: 20px;
      background: #fff;
      height: 4px;
      position: absolute;
      left: 0;
  }

  button.navbar-toggler {
      padding: 10px 30px !important;
      position: relative;
      display: inline-block;
  }

  button.navbar-toggler span + span {
      top: 18px;
  }

  button.navbar-toggler span + span + span {
      top: 26px;
  }
  .container.aviso p {
    font-size: 16px;
  }
}
.container.cofre {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

.fixed.bdn {
  transform: rotate(-90deg);
  position: fixed;
  z-index: 999;
  right: -160px;
  top: 230px;
}
.home h2.red .h2-effect {
  text-shadow: 0 0 7px black;
}