@font-face {
  font-family: 'Bebas Neue Light';
  src: url("../fonts/bebas/BebasNeuePro-SemiExpLight.ttf") format("truetype"), url("../fonts/bebas/BebasNeuePro-SemiExpLight.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Bebas Neue Middle';
  src: url("../fonts/bebas/BebasNeuePro-SemiExpMiddle.ttf") format("truetype"), url("../fonts/bebas/BebasNeuePro-SemiExpMiddle.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/bebas/BebasNeuePro-SemiExpBook.ttf") format("truetype"), url("../fonts/bebas/BebasNeuePro-SemiExpBook.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Bebas Neue Regular';
  src: url("../fonts/bebas/BebasNeuePro-ExpandedRegular.ttf") format("truetype"), url("../fonts/bebas/BebasNeuePro-ExpandedRegular.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Bebas Neue Medium';
  src: url("../fonts/bebas/BebasNeuePro-ExpandedMedium.ttf") format("truetype"), url("../fonts/bebas/BebasNeuePro-ExpandedMedium.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Bebas Neue Bold';
  src: url("../fonts/bebas/BebasNeuePro-SemiExpBold.ttf") format("truetype"), url("../fonts/bebas/BebasNeuePro-SemiExpBold.woff2") format("woff2");
  font-display: swap; }
body {
  font-family: "Bebas Neue Regular", sans-serif !important; }
  body section {
    padding: 50px 0px; }
    @media (max-width: 576px) {
      body section {
        padding: 20px 10px; } }
    body section img {
      width: 100%;
      max-width: 600px; }
  body h1 {
    font-family: "Bebas Neue Regular", sans-serif;
    font-size: 45px;
    text-align: center;
    margin: 0px auto 30px auto;
    text-rendering: optimizeLegibility; }
    @media (max-width: 576px) {
      body h1 {
        padding: 20px 0px; } }
  body h2 {
    font-family: "Bebas Neue Bold", sans-serif;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 40px auto;
    text-rendering: optimizeLegibility; }
    @media (max-width: 576px) {
      body h2 {
        font-size: 30px;
        margin: 0px 0px 20px 0px; } }
  body h3 {
    font-family: "Bebas Neue Regular", sans-serif;
    font-weight: normal;
    font-size: 40px; }
  body p {
    font-family: "Bebas Neue Regular", sans-serif;
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
    text-rendering: optimizeLegibility; }
    @media (max-width: 576px) {
      body p {
        font-size: 20px; } }
  body .blue {
    color: #3a87bb; }
  body a.btn__learning {
    background-color: #3a87bb;
    color: #FFF !important;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none; }
    body a.btn__learning.disabled {
      pointer-events: none; }
    body a.btn__learning:hover {
      background-color: #3a87bb;
      transition: all 0.3s ease; }
  body .wrapper {
    display: flex;
    width: 100%; }
    body .wrapper a.btn__body {
      background-color: #3a87bb;
      color: #FFF;
      padding: 25px 100px;
      margin: 50px auto;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
      font-size: 25px;
      line-height: 1;
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.3s ease; }
      @media (max-width: 576px) {
        body .wrapper a.btn__body {
          font-size: 20px;
          padding: 25px 40px;
          margin: 20px auto; } }
      body .wrapper a.btn__body:hover {
        opacity: 0.8;
        transition: all 0.3s ease; }

header {
  display: block; }
  header .header__top {
    padding: 0px 0px 0px 0px; }
    @media (max-width: 768px) {
      header .header__top {
        padding: 56px 0px 0px 0px; } }
    header .header__top .navbar {
      background-color: #313B3D;
      padding: 8px 20px 8px 20px;
      align-items: flex-start;
      opacity: 0;
      z-index: -1; }
      @media (max-width: 768px) {
        header .header__top .navbar {
          align-items: center;
          justify-content: space-between;
          padding: 10px 20px 10px 20px;
          opacity: 1;
          z-index: 1; } }
      header .header__top .navbar .navbar-brand {
        padding: 0px; }
      header .header__top .navbar .header__logo {
        width: 100%;
        max-width: 140px; }
        @media (max-width: 768px) {
          header .header__top .navbar .header__logo {
            opacity: 1; } }
      header .header__top .navbar .center .titulo {
        font-family: "Bebas Neue Bold", sans-serif;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        color: #B3EF01;
        margin: 0px 0px 0px 0px; }
        @media (max-width: 768px) {
          header .header__top .navbar .center .titulo {
            font-size: 18px;
            width: 100%; } }
      header .header__top .navbar .btn__learning {
        font-size: 13px;
        padding: 6px 20px;
        margin: 3px 0px 0px 0px; }
        @media (max-width: 768px) {
          header .header__top .navbar .btn__learning {
            opacity: 1; } }
      header .header__top .navbar .navbar-toggler {
        outline: none;
        padding: 3px 8px; }
      header .header__top .navbar .navbar-collapse {
        justify-content: flex-end;
        outline: none; }
        @media (max-width: 768px) {
          header .header__top .navbar .navbar-collapse {
            padding: 8px 0px; } }
        header .header__top .navbar .navbar-collapse a {
          text-transform: uppercase;
          color: #FFF;
          font-weight: normal;
          font-size: 15px;
          border-radius: 50px;
          padding-right: 20px;
          padding-left: 20px;
          transition: all 0.3s ease; }
          @media (max-width: 768px) {
            header .header__top .navbar .navbar-collapse a {
              text-align: center; } }
          header .header__top .navbar .navbar-collapse a:hover {
            color: #FFF;
            background-color: #3a87bb;
            transition: all 0.3s ease; }
    header .header__top .scrolled {
      display: flex;
      justify-content: space-between;
      align-items: center;
      opacity: 1;
      z-index: 10;
      background-color: #313B3D;
      transition: all 0.3s ease; }
      header .header__top .scrolled .header__logo {
        opacity: 1;
        width: 100%;
        max-width: 140px;
        transition: all 0.3s ease; }
      header .header__top .scrolled .btn__learning {
        opacity: 1;
        transition: all 0.3s ease; }
      @media (min-width: 768px) {
        header .header__top .scrolled .navbar-toggler {
          display: none; } }
      @media (min-width: 768px) {
        header .header__top .scrolled .collapse {
          display: none !important; } }
      header .header__top .scrolled .collapse .navbar-nav li {
        text-align: center; }
  header .header__bottom {
    background-color: #313B3D;
    padding: 20px 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      header .header__bottom {
        display: none; } }
    @media (max-width: 576px) {
      header .header__bottom {
        display: none;
        padding: 20px 0px; } }
    header .header__bottom .left {
      width: 50%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: start;
      align-items: start; }
      @media (max-width: 768px) {
        header .header__bottom .left {
          display: none; } }
      header .header__bottom .left .header__logo {
        width: 100%;
        max-width: 320px; }
        @media (max-width: 768px) {
          header .header__bottom .left .header__logo {
            max-width: 150px; } }
      header .header__bottom .left .btn__header {
        margin: 25px 0px 0px 30px; }
    header .header__bottom .right {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        header .header__bottom .right {
          width: 100%;
          justify-content: center; } }
      header .header__bottom .right .navbar-bottom {
        margin: 0px;
        padding: 0px; }
        header .header__bottom .right .navbar-bottom li {
          display: inline-flex;
          margin: 0px;
          padding: 0px; }
          header .header__bottom .right .navbar-bottom li a {
            margin: 0px;
            padding: 0px;
            font-size: 13px;
            padding: 5px 8px;
            color: #FFFFFF;
            text-transform: uppercase;
            border-radius: 20px;
            transition: all 0.3s ease; }
            header .header__bottom .right .navbar-bottom li a:hover {
              background-color: #3a87bb;
              transition: all 0.3s ease; }
      header .header__bottom .right .titulo {
        font-family: "Bebas Neue Bold", sans-serif;
        font-size: 40px;
        line-height: 1.1;
        text-align: center;
        color: #B3EF01;
        margin: 0px 0px 0px 0px; }
        @media (max-width: 768px) {
          header .header__bottom .right .titulo {
            font-size: 35px;
            width: 100%; } }
        @media (max-width: 576px) {
          header .header__bottom .right .titulo {
            font-size: 25px;
            width: 100%; } }
  header .banner {
    width: 100%;
    background-image: linear-gradient(to right, #48a7c3, #3783b7);
    background-color: #525e61;
    display: flex;
    justify-content: center; }
    header .banner .banner__img {
      width: 100%;
      max-width: 1400px;
      background-image: url(../images/banner_header.jpg);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      height: 374px; }
      @media (max-width: 768px) {
        header .banner .banner__img {
          height: 235px;
          background-position: center center; } }
      @media (max-width: 576px) {
        header .banner .banner__img {
          height: 230px;
          background-image: url(../images/banner_header_xs.jpg);
          background-size: cover;
          background-position: center top; } }

footer .bottom {
  background-color: #232B2D;
  padding: 35px 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 992px) {
    footer .bottom {
      padding: 25px 0px;
      display: block; } }
  @media (max-width: 768px) {
    footer .bottom {
      padding: 25px 0px;
      display: flex;
      flex-direction: column; } }
  footer .bottom .left {
    width: 30%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 1200px) {
      footer .bottom .left {
        width: 30%;
        justify-content: center;
        flex-direction: column; } }
    @media (max-width: 992px) {
      footer .bottom .left {
        width: 100%;
        justify-content: center;
        margin: 0px 0px 20px 0px; } }
    @media (max-width: 768px) {
      footer .bottom .left {
        width: 100%;
        justify-content: center;
        display: none; } }
    footer .bottom .left .footer__logo {
      width: 100%;
      max-width: 230px; }
      @media (max-width: 768px) {
        footer .bottom .left .footer__logo {
          max-width: 150px; } }
    footer .bottom .left .btn__learning {
      margin: 3px 0px 0px 20px; }
      @media (max-width: 1200px) {
        footer .bottom .left .btn__learning {
          margin: 10px 0px 0px 0px; } }
  footer .bottom .center {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 992px) {
      footer .bottom .center {
        width: 100%;
        justify-content: center;
        margin: 0px 0px 20px 0px; } }
    @media (max-width: 768px) {
      footer .bottom .center {
        width: 100%;
        justify-content: center;
        margin: 20px 0px 0px 0px;
        order: 2; } }
    footer .bottom .center .copyright {
      text-align: center;
      width: 100%;
      font-size: 15px;
      color: #FFF; }
    footer .bottom .center .politica {
      text-align: center;
      width: 100%;
      font-size: 14px;
      color: #dadada;
      margin: 5px 0px 0px 0px; }
      footer .bottom .center .politica a {
        color: #FFF;
        transition: all 0.3s ease;
        text-decoration: none; }
        footer .bottom .center .politica a:hover {
          color: #3a87bb;
          transition: all 0.3s ease; }
  footer .bottom .right {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 992px) {
      footer .bottom .right {
        width: 100%;
        justify-content: center; } }
    @media (max-width: 768px) {
      footer .bottom .right {
        width: 100%;
        justify-content: center;
        order: 1; } }
    footer .bottom .right .ara_powered {
      width: auto;
      margin: 0px 0px 0px 0px;
      justify-content: center; }
      footer .bottom .right .ara_powered .powered {
        width: 100%;
        max-width: 300px;
        margin: 0px auto 3px auto; }
      footer .bottom .right .ara_powered .down {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        footer .bottom .right .ara_powered .down .lock {
          width: 14px;
          margin: 0px 5px 0px 0px; }
        footer .bottom .right .ara_powered .down .text {
          font-size: 12px;
          color: #FFF; }

.home h2 br {
  display: none; }
  @media (max-width: 768px) {
    .home h2 br {
      display: block; } }
.home .videoplayer {
  display: flex;
  justify-content: center;
  margin: 30px 0px 0px 0px; }
  .home .videoplayer .video_youtube_home {
    background-color: #000000;
    width: 100%;
    max-width: 450px;
    min-height: 260px; }
    @media (max-width: 576px) {
      .home .videoplayer .video_youtube_home {
        min-height: 215px; } }
.home .ciclo {
  margin: 30px 0px; }
  .home .ciclo .img_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5px 0px; }
    .home .ciclo .img_wrapper img {
      width: 100%;
      max-width: 450px;
      max-height: 118.11px;
      margin: 0px; }
      @media (max-width: 576px) {
        .home .ciclo .img_wrapper img {
          max-width: 260px; } }
      .home .ciclo .img_wrapper img.one {
        margin-left: -200px;
        transition: all 0.3s ease; }
        @media (max-width: 576px) {
          .home .ciclo .img_wrapper img.one {
            margin-left: 0px; } }
        .home .ciclo .img_wrapper img.one:hover {
          margin-left: -50px;
          transition: all 0.2s ease; }
          @media (max-width: 576px) {
            .home .ciclo .img_wrapper img.one:hover {
              margin-left: 20px; } }
      .home .ciclo .img_wrapper img.two {
        margin-left: -100px;
        transition: all 0.3s ease; }
        @media (max-width: 576px) {
          .home .ciclo .img_wrapper img.two {
            margin-left: 0px; } }
        .home .ciclo .img_wrapper img.two:hover {
          margin-left: 50px;
          transition: all 0.2s ease; }
          @media (max-width: 576px) {
            .home .ciclo .img_wrapper img.two:hover {
              margin-left: 20px; } }
      .home .ciclo .img_wrapper img.three {
        margin-left: 0px;
        transition: all 0.3s ease; }
        @media (max-width: 576px) {
          .home .ciclo .img_wrapper img.three {
            margin-left: 0px; } }
        .home .ciclo .img_wrapper img.three:hover {
          margin-left: 100px;
          transition: all 0.2s ease; }
          @media (max-width: 576px) {
            .home .ciclo .img_wrapper img.three:hover {
              margin-left: 20px; } }
      .home .ciclo .img_wrapper img.four {
        margin-left: 100px;
        transition: all 0.3s ease; }
        @media (max-width: 576px) {
          .home .ciclo .img_wrapper img.four {
            margin-left: 0px; } }
        .home .ciclo .img_wrapper img.four:hover {
          margin-left: 200px;
          transition: all 0.2s ease; }
          @media (max-width: 576px) {
            .home .ciclo .img_wrapper img.four:hover {
              margin-left: 20px; } }

section.videoaulas .wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 20px 20px;
  display: flex; }
  @media (max-width: 768px) {
    section.videoaulas .wrapper {
      flex-wrap: wrap; } }
  @media (max-width: 576px) {
    section.videoaulas .wrapper {
      padding: 0px 10px; } }
  section.videoaulas .wrapper .left {
    width: 45%;
    padding: 0px 10px; }
    @media (max-width: 768px) {
      section.videoaulas .wrapper .left {
        padding: 0px 0px 0px 0px;
        width: 100%; } }
    section.videoaulas .wrapper .left h3 {
      background-color: #1c6494;
      padding: 5px 20px;
      color: #B3EF01;
      border-radius: 0px 0px 0px 0px;
      border-bottom: 2px solid #FFF;
      margin: 0px;
      font-family: "Bebas Neue Bold", sans-serif;
      font-size: 50px; }
    section.videoaulas .wrapper .left .nav_videos .titles {
      background-color: #3a87bb;
      width: 100%;
      display: block;
      padding: 12px 15px 12px 15px;
      margin: 5px 0px;
      font-size: 22px;
      text-decoration: none;
      color: #FFFFFF;
      cursor: pointer; }
      section.videoaulas .wrapper .left .nav_videos .titles:hover {
        background-color: #0f4163; }
    section.videoaulas .wrapper .left .card {
      background-color: transparent;
      border-radius: 0px;
      border: none;
      margin: 10px 0px; }
      section.videoaulas .wrapper .left .card .card-header {
        border: none;
        border-radius: 0px;
        background-color: #3a87bb;
        cursor: pointer;
        padding: 12px 15px 12px 15px; }
        section.videoaulas .wrapper .left .card .card-header .card-title {
          color: #FFFFFF;
          font-size: 22px;
          text-decoration: none; }
          @media (max-width: 576px) {
            section.videoaulas .wrapper .left .card .card-header .card-title {
              font-size: 18px; } }
          section.videoaulas .wrapper .left .card .card-header .card-title .level {
            font-size: 18px;
            font-weight: bold; }
        section.videoaulas .wrapper .left .card .card-header:after {
          font-family: 'FontAwesome';
          content: "\f106";
          color: #FFF;
          font-size: 30px;
          line-height: 0;
          float: right;
          margin: 17px 0px 0px 0px; }
          @media (max-width: 576px) {
            section.videoaulas .wrapper .left .card .card-header:after {
              font-size: 28px; } }
        section.videoaulas .wrapper .left .card .card-header.collapsed:after {
          content: "\f107"; }
      section.videoaulas .wrapper .left .card .card-body {
        background-color: #0f4163;
        color: #FFFFFF;
        padding: 15px 0px; }
        section.videoaulas .wrapper .left .card .card-body a#link_videos {
          background-position: right center;
          display: block;
          padding: 10px 0px 10px 25px;
          cursor: pointer;
          transition: all 0.1s ease; }
          @media (max-width: 576px) {
            section.videoaulas .wrapper .left .card .card-body a#link_videos {
              padding: 10px 0px 10px 10px;
              font-size: 13px; } }
          section.videoaulas .wrapper .left .card .card-body a#link_videos:hover {
            opacity: 0.8;
            background-color: #ffffff;
            color: #000;
            transition: all 0.1s ease; }
          section.videoaulas .wrapper .left .card .card-body a#link_videos .icon_play {
            width: 23px;
            margin: -2px 0px 0px 8px; }
  section.videoaulas .wrapper .right {
    width: 55%;
    padding: 0px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column; }
    @media (max-width: 768px) {
      section.videoaulas .wrapper .right {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        display: block;
        text-align: center; } }
    section.videoaulas .wrapper .right .videoplayer {
      height: 410px;
      margin: 0px 0px 10px 0px; }
      @media (max-width: 768px) {
        section.videoaulas .wrapper .right .videoplayer {
          display: none;
          width: 100%;
          height: 100%;
          max-height: 350px; } }
      section.videoaulas .wrapper .right .videoplayer #video_youtube {
        background-color: #000000;
        width: 100%;
        height: 100%;
        max-height: 410px;
        border: 0; }
    section.videoaulas .wrapper .right .pesquisa {
      display: block; }
      section.videoaulas .wrapper .right .pesquisa img {
        max-width: 700px; }
section.videoaulas .modal_videoaulas .modal-body {
  background-color: #000;
  padding: 0px !important; }
  section.videoaulas .modal_videoaulas .modal-body button {
    background-color: #ffffffe0;
    opacity: 1;
    padding: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none; }
  @media (max-width: 768px) {
    section.videoaulas .modal_videoaulas .modal-body #video_youtube_mobile {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 280px; } }
  @media (max-width: 576px) {
    section.videoaulas .modal_videoaulas .modal-body #video_youtube_mobile {
      min-height: 229px; } }

section.faq .card {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  margin: 0px 0px 7px 0px; }
  section.faq .card .card-header {
    border: none;
    border-radius: 0px;
    background-color: #ececec;
    cursor: pointer;
    padding: 14px 30px 14px 15px; }
    section.faq .card .card-header .card-title {
      color: #000000;
      font-size: 22px;
      text-decoration: none; }
      @media (max-width: 576px) {
        section.faq .card .card-header .card-title {
          font-size: 18px; } }
    section.faq .card .card-header:after {
      font-family: 'FontAwesome';
      content: "\f106";
      color: #000000;
      font-size: 30px;
      line-height: 0;
      float: right;
      margin: 17px 0px 0px 0px; }
      @media (max-width: 576px) {
        section.faq .card .card-header:after {
          font-size: 28px; } }
    section.faq .card .card-header.collapsed:after {
      content: "\f107"; }
  section.faq .card .card-body {
    color: #5a5a5a;
    padding: 20px 20px;
    border: 2px solid #ececec; }
    section.faq .card .card-body a#link_videos {
      display: block;
      padding: 10px 0px 10px 25px;
      cursor: pointer;
      transition: all 0.1s ease; }
      @media (max-width: 576px) {
        section.faq .card .card-body a#link_videos {
          padding: 10px 0px 10px 10px;
          font-size: 13px; } }
      section.faq .card .card-body a#link_videos:hover {
        opacity: 0.8;
        background-color: #ffffff;
        color: #000;
        transition: all 0.1s ease; }
      section.faq .card .card-body a#link_videos .icon_play {
        width: 23px;
        margin: -2px 0px 0px 8px; }

/*# sourceMappingURL=index.css.map */
