@font-face {
  font-family: "NeueMachina-Light";
  src: url("../../../fonts/NeueMachina-Light.otf");
  font-style: normal;
}

@font-face {
  font-family: "NeueMachina-Regular";
  src: url("../../../fonts/NeueMachina-Regular.otf");
  font-style: normal;
}

@font-face {
  font-family: "NeueMachina-Ultrabold";
  src: url("../../../fonts/NeueMachina-Ultrabold.otf");
  font-style: normal;
}

@font-face {
  font-family: "Nexa-Light";
  src: url("../../../fonts/Nexa Light.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaBlack";
  src: url("../../../fonts/NexaBlack.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaBlackItalic";
  src: url("../../../fonts/NexaBlackItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaBold";
  src: url("../../../fonts/NexaBold.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaBoldItalic";
  src: url("../../../fonts/NexaBoldItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaBook";
  src: url("../../../fonts/NexaBook.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaBookItalic";
  src: url("../../../fonts/NexaBookItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaHeavy";
  src: url("../../../fonts/NexaHeavy.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaHeavyItalic";
  src: url("../../../fonts/NexaHeavyItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaLight";
  src: url("../../../fonts/NexaLight.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaLightItalic";
  src: url("../../../fonts/NexaLightItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaRegular";
  src: url("../../../fonts/NexaRegular.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaRegularItalic";
  src: url("../../../fonts/NexaRegularItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaThin";
  src: url("../../../fonts/NexaThin.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaThinItalic";
  src: url("../../../fonts/NexaThinItalic.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaXBold";
  src: url("../../../fonts/NexaXBold.otf");
  font-style: normal;
}

@font-face {
  font-family: "NexaXBoldItalic";
  src: url("../../../fonts/NexaXBoldItalic.otf");
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block;
}

.bt-default {
  display: inline-block;
  background: #00efe6;
  color: #000 !important;
  font-family: "NeueMachina-Regular";
  text-transform: uppercase;
  text-align: center;
  padding: 9px 25px;
  border-radius: 22.5px;
  cursor: pointer;
  text-decoration: initial !important;
}

.bt-default::after {
  content: "";
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent;
  border-bottom-color: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: -1px;
}

.bt-default:hover {
  background: #fff;
}

.row-default {
  padding: 150px 0 150px 0;
}

.content-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-default {
  width: 25%;
  display: block;
}

.title-default h2 {
  margin: 0;
  color: #84ba2a;
  font-size: 46px;
  line-height: 46px;
  text-align: left;
  font-family: "NeueMachina-Ultrabold";
  padding: 0 0 9px 0;
  border-bottom: 8px solid #84ba2a;
  display: inline-block;
}

.txt-default {
  width: 75%;
  padding: 15px 0 0 0;
}

.txt-default p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: "NexaRegular";
  line-height: 21.6px;
}

.txt-default p strong {
  font-family: "NexaBold";
}

.itens-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itens-default .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itens-default .item .img {
  width: 68px;
  height: 68px;
  max-height: 68px;
  min-width: 68px;
  position: relative;
  border-radius: 50%;
  border: 3px dotted #00efe6;
  display: block;
}

.itens-default .item .img img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.itens-default .item span {
  padding: 0 0 0 21px;
  color: #fff;
  font-family: "NexaRegular";
  line-height: 24px;
  font-size: 18px;
}

.itens-default .item span h3 {
  font-family: "NeueMachina-Ultrabold";
  font-size: 30px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #00efe6;
}

@media (min-width: 1200px) {
  .header-fake {
    width: 100%;
    height: 129px;
    position: relative;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}

header {
  background: #000;
  padding: 45px 0;
}

header > .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header > .wrapper .content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header > .wrapper .content .logo .img:nth-child(1) a {
  padding: 0 17px 0 0;
  display: block;
}

header > .wrapper .content .logo .img:nth-child(2) a {
  display: block;
  padding: 0 0 0 17px;
  position: relative;
}

header > .wrapper .content .logo .img:nth-child(2) a::before {
  content: "";
  width: 1px;
  height: 25px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6px;
}

header > .wrapper .content .menu {
  padding: 9px 0 0 0;
}

header > .wrapper .content .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

header > .wrapper .content .menu ul li {
  padding: 0 7px;
  position: relative;
}

header > .wrapper .content .menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "NexaRegular";
}

header > .wrapper .content .menu ul li::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 4px;
}

header > .wrapper .content .menu ul li:last-child::after {
  display: none;
}

main .fullBanner {
  width: 100%;
}

main .fullBanner .content {
  position: relative;
}

main .fullBanner img {
  width: 100%;
  height: auto;
}

main .fullBanner .arrow {
  position: absolute;
  bottom: 77px;
  width: 74px;
  height: 74px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

main .fullBanner .arrow .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px dotted #fff;
  -webkit-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
}

main .fullBanner .arrow img {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
}

main #main-content {
  height: auto;
  background-image: url(https://trevisan.edu.br/wp-content/themes/trevisan/landing-pages/you-manager/img/assets.png);
  background-size: 100% cover;
  background-position: center 70px;
  background-color: #000;
  background-repeat: no-repeat;
}

main #o-curso {
  padding: 70px 0 150px 0;
}

main #o-curso .bt-default {
  margin: 30px 0 0 0;
}

main #objetivo .itens-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 45px;
  margin: 50px 0 0 0;
  padding: 0 22px;
}

main #objetivo .itens-default .item:nth-child(odd) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

main #objetivo .itens-default .item:nth-child(even) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
}

main #publico-alvo .itens-default {
  margin: 55px 0 0 0;
}

main #publico-alvo .itens-default .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main #publico-alvo .itens-default .item span {
  position: relative;
  top: 10px;
}

main #encontros .itens-default {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main #encontros .itens-default .item {
  margin: 0 0 65px 0;
}

main #encontros .itens-default .item .img {
  width: 91px;
  height: 91px;
  max-height: 91px;
  min-width: 91px;
  position: relative;
  top: 30px;
}

main #facilitacao .txt-default {
  padding: 17em 0 0 0;
}

main #facilitacao .txt-default .itens-default {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px;
}

main #facilitacao .txt-default .itens-default .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

main #facilitacao .txt-default .itens-default .item .img {
  width: auto;
  height: auto;
  max-height: initial;
  min-width: auto;
  border: 0 !important;
}

main #facilitacao .txt-default .itens-default .item .img img {
  position: initial;
}

main #facilitacao .txt-default .itens-default .item span {
  padding: 0;
}

main #facilitacao .txt-default .itens-default .item span h3 {
  color: #84ba2a;
}

main #investimento .txt-default {
  padding: 140px 0 0 0;
}

main #investimento .txt-default h4 {
  color: #84ba2a;
  font-family: "NeueMachina-Ultrabold";
  font-size: 40px;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 16px 0;
}

main #investimento .txt-default .b2c del {
  color: #fff;
  font-family: "NeueMachina-Ultrabold";
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 9px 0;
}

main #investimento .txt-default .b2c strong {
  display: block;
  color: #fff;
  font-family: "NeueMachina-Ultrabold";
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

main #investimento .txt-default .b2b {
  margin: 60px 0 0 0;
}

main #investimento .txt-default .b2b strong {
  display: block;
  color: #fff;
  font-family: "NeueMachina-Ultrabold";
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

main #investimento .txt-default .b2b small {
  font-family: "NexaRegular";
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  display: block;
  margin: 10px 0 0 0;
  width: 61%;
}

main #investimento .txt-default .duracao {
  margin: 60px 0 0 0;
}

main #investimento .txt-default .duracao strong {
  display: block;
  color: #fff;
  font-family: "NeueMachina-Ultrabold";
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

main #investimento .txt-default .duracao li {
  font-family: "NexaRegular";
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  display: block;
  margin: 10px 0 0 0;
  width: 61%;
}

main #investimento .txt-default .data {
  margin: 60px 0 0 0;
}

main #investimento .txt-default .data strong {
  display: block;
  color: #fff;
  font-family: "NeueMachina-Ultrabold";
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

main #investimento .txt-default .bt-default {
  margin: 30px 0 0 0;
  font-family: "NeueMachina-Ultrabold";
  font-size: 30px;
  border-radius: 49.3948px;
  padding: 29px 60px;
}

main #investimento .txt-default .bt-default:after {
  border-width: 0 0 18px 18px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
