@import url(./normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
@font-face {
  font-family: 'RNS Sanz';
  src: url("RNSSanz-Black.eot");
  src: url("RNSSanz-Black.eot?#iefix") format("embedded-opentype"), url("RNSSanz-Black.woff2") format("woff2"), url("RNSSanz-Black.woff") format("woff"), url("RNSSanz-Black.ttf") format("truetype"), url("RNSSanz-Black.svg#RNSSanz-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  background-image: url(../img/bg.jpg);
  background-size: cover; }

.header {
  z-index: 1;
  position: relative; }
  @media (max-width: 1550px) {
    .header .posum {
      display: none; } }
  .header .background {
    z-index: -1;
    height: 1140px;
    position: absolute;
    width: 100%;
    content: "";
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center; }
    .header .background .detalhetres {
      position: absolute;
      bottom: -10px;
      width: 470px;
      transform: translateY(50%);
      left: 0;
      right: unset;
      top: unset; }
      @media (max-width: 960px) {
        .header .background .detalhetres {
          display: none; } }
    .header .background img {
      position: absolute;
      z-index: 10;
      top: 440px;
      max-width: 95%;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 960px) {
        .header .background img {
          max-width: 100%;
          top: 65%; } }
    .header .background:after {
      background-color: #f39200;
      width: calc(300px + (50vw - 480px));
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      content: ""; }
      @media (max-width: 960px) {
        .header .background:after {
          display: none; } }
    .header .background:before {
      background-color: rgba(0, 0, 0, 0.75);
      width: calc(660px + (50vw - 480px));
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: ""; }
      @media (max-width: 960px) {
        .header .background:before {
          width: 100%; } }
  .header .topo {
    display: block; }
    .header .topo .conteudo {
      width: 100%;
      max-width: 960px;
      display: flex;
      justify-content: space-between;
      align-content: flex-start;
      margin: auto;
      padding-top: 35px; }
      @media (max-width: 960px) {
        .header .topo .conteudo {
          flex-direction: column-reverse;
          padding-top: 0; } }
      .header .topo .conteudo .pos {
        display: block; }
        @media (max-width: 960px) {
          .header .topo .conteudo .pos {
            width: 290px;
            margin: 40px auto 0; } }
      .header .topo .conteudo .logo {
        display: block; }
        @media (max-width: 960px) {
          .header .topo .conteudo .logo {
            padding: 25px 0 0px;
            margin: auto;
            width: 100%; } }
        .header .topo .conteudo .logo img {
          display: block; }
          @media (max-width: 960px) {
            .header .topo .conteudo .logo img {
              margin: auto; } }
  .header .info {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 1150px) {
      .header .info .detalhe {
        display: none; }
      .header .info img {
        width: 100%; } }
    .header .info .info-bottom {
      margin-bottom: 50px; }
      @media (max-width: 960px) {
        .header .info .info-bottom {
          margin-top: 0;
          width: 90%; } }
    .header .info .conteudo {
      width: 100%;
      max-width: 960px;
      display: block;
      margin: auto; }
      .header .info .conteudo .chamadas {
        display: block; }
        @media (max-width: 960px) {
          .header .info .conteudo .chamadas {
            text-align: center; } }
        .header .info .conteudo .chamadas .chamada {
          width: 300px;
          display: inline-block; }
          @media (max-width: 960px) {
            .header .info .conteudo .chamadas .chamada {
              margin-bottom: 20px; } }
          .header .info .conteudo .chamadas .chamada .titulo {
            color: #fff;
            font-size: 24px;
            display: block; }
            @media (max-width: 960px) {
              .header .info .conteudo .chamadas .chamada .titulo {
                margin: 10px auto; } }
          .header .info .conteudo .chamadas .chamada .valor {
            margin-top: 10px;
            display: block; }
            @media (max-width: 960px) {
              .header .info .conteudo .chamadas .chamada .valor {
                margin: 10px auto; } }
      .header .info .conteudo .inicio {
        margin-top: 40px;
        display: block; }
        @media (max-width: 960px) {
          .header .info .conteudo .inicio {
            margin: auto; } }
  .header .formulario-container {
    display: block; }
    @media (max-width: 960px) {
      .header .formulario-container {
        margin-top: 20px; } }
    .header .formulario-container .conteudo {
      width: 100%;
      max-width: 960px;
      display: block;
      margin: 0 auto 0; }
      .header .formulario-container .conteudo .pessoas {
        display: block; }
        @media (max-width: 960px) {
          .header .formulario-container .conteudo .pessoas {
            width: 100%; } }
      .header .formulario-container .conteudo .formulario {
        display: block;
        background-color: #fff1e3;
        border-radius: 30px;
        padding: 40px 40px 80px;
        position: relative; }
        .header .formulario-container .conteudo .formulario .titulo {
          color: #050305;
          font-size: 28px;
          display: block;
          text-align: center;
          font-weight: bold; }
          @media (max-width: 960px) {
            .header .formulario-container .conteudo .formulario .titulo {
              font-size: 22px; } }
        .header .formulario-container .conteudo .formulario .campos {
          display: flex;
          justify-content: space-between;
          align-content: flex-start;
          width: 100%;
          flex-wrap: wrap; }
          .header .formulario-container .conteudo .formulario .campos input,
          .header .formulario-container .conteudo .formulario .campos select {
            width: 100%;
            max-width: 430px;
            margin-top: 30px;
            border: solid 3px transparent;
            border-radius: 10px;
            padding: 25px 40px;
            font-size: 18px;
            background: #fff; }
        .header .formulario-container .conteudo .formulario .matricula {
          background-color: #f39200;
          color: #050305;
          text-transform: uppercase;
          margin: auto;
          border-radius: 50px;
          display: inline-block;
          left: 0;
          right: 0;
          position: absolute;
          padding: 25px 40px;
          width: 100%;
          max-width: 350px;
          font-weight: bold;
          font-size: 22px;
          text-align: center;
          text-decoration: none;
          bottom: 0;
          transform: translateY(50%);
          border: none; }
      .header .formulario-container .conteudo .info {
        color: #fff;
        display: block;
        font-size: 14px;
        text-align: center;
        width: 100%;
        max-width: 600px;
        margin: 60px auto 0; }

.cursos {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 150px; }
  .cursos .detalheum {
    position: absolute;
    right: 0;
    top: 100px;
    display: block;
    width: 180px; }
    @media (max-width: 960px) {
      .cursos .detalheum {
        display: none; } }
  @media (max-width: 1660px) {
    .cursos .posdois {
      display: none; } }
  .cursos .detalhedois {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 1270px;
    margin: auto;
    width: 180px;
    display: block; }
    @media (max-width: 960px) {
      .cursos .detalhedois {
        display: none; } }
  .cursos .conteudo {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: auto; }
    .cursos .conteudo .titulo {
      display: block;
      position: relative;
      width: 100%; }
      .cursos .conteudo .titulo::after {
        width: calc(100% - 340px);
        height: 3px;
        background-color: #f8f8f8;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (max-width: 960px) {
          .cursos .conteudo .titulo::after {
            display: none; } }
      .cursos .conteudo .titulo span {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        width: 100%;
        max-width: 330px;
        text-align: center;
        text-transform: uppercase;
        display: block;
        padding-bottom: 30px;
        border-bottom: solid 3px #ff8e16; }
        @media (max-width: 960px) {
          .cursos .conteudo .titulo span {
            width: 100%;
            max-width: 90%;
            margin: auto; } }
    .cursos .conteudo .lista {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media (max-width: 960px) {
        .cursos .conteudo .lista {
          flex-wrap: nowrap;
          justify-content: flex-start;
          overflow: auto; } }
      .cursos .conteudo .lista .curso {
        position: relative;
        margin-top: 20px;
        width: 49%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        color: #fff;
        text-decoration: none; }
        @media (max-width: 960px) {
          .cursos .conteudo .lista .curso {
            width: 85%;
            height: 700px;
            flex-shrink: 0;
            margin: 10px; }
            .cursos .conteudo .lista .curso:first-child {
              margin-left: 20px; } }
        .cursos .conteudo .lista .curso::before {
          background-color: #d46f00;
          width: 100%;
          height: 100%;
          position: absolute;
          display: block;
          content: "";
          z-index: -1;
          opacity: 0.75;
          transition: all 200ms ease; }
        .cursos .conteudo .lista .curso .card {
          display: block;
          padding: 0 30px; }
          .cursos .conteudo .lista .curso .card img {
            display: block;
            margin: auto; }
          .cursos .conteudo .lista .curso .card .nome {
            display: block;
            text-align: center;
            margin-top: 40px;
            font-size: 30px;
            color: #fff;
            font-weight: 900;
            text-transform: uppercase;
            font-family: 'RNS Sanz'; }
          .cursos .conteudo .lista .curso .card .descricao {
            display: block;
            text-align: center;
            line-height: 1.4; }
          .cursos .conteudo .lista .curso .card .botao {
            margin: 40px auto 0;
            color: #363432;
            border: solid 2px;
            border-radius: 50px;
            width: 200px;
            padding: 12px;
            display: block;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold; }
        .cursos .conteudo .lista .curso:hover::before {
          opacity: 0.8;
          background-color: #f39200; }
        .cursos .conteudo .lista .curso:hover .botao {
          color: #fff; }
        .cursos .conteudo .lista .curso:hover svg .cor {
          fill: #363432; }
    .cursos .conteudo .texto {
      text-align: center;
      font-size: 18px;
      width: 49%;
      height: 600px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px;
      color: #000;
      line-height: 1.5; }
      @media (max-width: 960px) {
        .cursos .conteudo .texto {
          flex-shrink: 0;
          width: 100%; } }

.footer {
  color: #000;
  position: relative;
  display: block;
  margin: auto auto 20px;
  max-width: 960px;
  font-weight: bold;
  width: 100%;
  margin-top: 90px; }
  .footer a {
    text-decoration: none; }
  .footer__container {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .footer__container {
        display: flex;
        justify-content: space-between;
        text-align: unset;
        margin-bottom: 0; } }
  .footer__img {
    max-width: 120px; }
    @media (min-width: 992px) {
      .footer__img {
        max-width: 198px; } }
  .footer__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer__text {
        display: flex;
        flex-wrap: wrap;
        font-size: 20px; } }
  .footer__btn {
    color: #ff7922;
    margin-right: 8px;
    margin-left: 8px; }
  .footer__link {
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px; }
    .footer__link img {
      width: 28px;
      margin-right: 10px; }
  .footer__copy {
    margin: 30px 0;
    font-size: 14px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center; }
    .footer__copy span {
      display: inline-block;
      margin-right: 10px; }
    .footer__copy a {
      display: inline-block;
      vertical-align: middle;
      width: 100px; }
      .footer__copy a img {
        width: 100%;
        display: block; }

.spinner::after,
.spinner::before {
  content: '';
  display: block;
  position: absolute;
  cursor: wait; }

.spinner::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3); }

.spinner::after {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: var(--roxo-tema);
  animation: spinner .6s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.resultado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff1e3;
  border-radius: 15px;
  padding: 10px; }
  .resultado svg {
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 10px; }
  .resultado h2 {
    display: block;
    text-align: center;
    color: #000; }
    .resultado h2 b {
      color: #ff8e16; }
  .resultado p {
    color: #000;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    display: block; }
  @media (min-width: 992px) {
    .resultado {
      border-radius: 30px; } }
