:root {
  --bege: #f0edcf;
  --black: #000;
  --blue: #00c8cc;
  --blue-grey-50: #edeff1;
  --blue-grey-800: #283237;
  --dark-blue: #0b60b0;
  --grey: #3a474e;
  --light-grey: #cfcfdb;
  --red: #fd4442;
  --white: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: "Nunito", sans-serif;
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  font-weight: 400;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::-moz-placeholder {
  color: var(--white);
}

::placeholder {
  color: var(--white);
}

section {
  padding: 40px 0;
}

.content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 24px;
  width: 100%;
}

h1 {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
h1 span {
  color: var(--blue);
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

p {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
p strong {
  display: block;
  font-weight: 700;
}

.btn {
  align-items: center;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  color: var(--black);
  display: flex;
  justify-content: center;
  min-width: 140px;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  text-align: center;
  transition: all linear 0.25;
}
.btn:hover {
  background: var(--dark-blue);
  border-color: var(--secondary-light);
}
.btn:active {
  background: var(--dark-blue);
  border-color: var(--dark-blue);
}
.btn.outline {
  background: none;
  border-color: var(--white);
  color: var(--white);
}
.btn.outline:hover {
  background: var(--light-grey);
  border-color: var(--light-grey);
  color: var(--black);
}
.btn.outline:active {
  background: var(--bege);
  border-color: var(--bege);
  color: var(--black);
}

header {
  align-items: center;
  background: var(--black);
  display: flex;
  justify-content: space-between;
  height: 90px;
  padding: 10px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
}
header img {
  display: block;
  height: 60%;
}
header nav {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  transition: all linear 0.25s;
}
@media (max-width: 768px) {
  header nav {
    background: var(--white);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-100vw);
    width: 100vw;
    z-index: 5;
  }
}
header nav.active {
  transform: translateX(0vw);
}
header nav ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  header nav ul {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
header nav ul li {
  display: block;
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  header nav ul li {
    margin: 15px 0;
  }
}
header nav ul li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  header nav ul li a {
    color: var(--black);
    font-size: 24px;
  }
}
header nav ul li a:hover {
  color: var(--blue);
}
header #menu-hamburguer {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 15px;
  top: 18px;
  width: 30px;
  z-index: 5;
}
@media (max-width: 768px) {
  header #menu-hamburguer {
    display: block;
  }
}
header #menu-hamburguer span {
  background: var(--blue);
  display: block;
  height: 3px;
  transition: all linear 0.15s;
  width: 100%;
}
header #menu-hamburguer span:not(:first-child) {
  margin: 5px 0 0;
}

#hero {
  background: var(--black);
  min-height: calc(100vh - 90px);
}
#hero .content {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768px) {
  #hero .content {
    flex-direction: column;
  }
}
#hero .text h5 {
  margin: 30px 0;
}
#hero .text .buttons {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  #hero .text .buttons {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #hero .text .buttons .btn {
    width: 100%;
  }
}
#hero img {
  margin: 0 -150px 0 -150px;
}
@media (max-width: 768px) {
  #hero img {
    margin: 0;
    width: 100%;
  }
}

#about {
  background-color: var(--blue-grey-800);
  padding: 60px 0;
}
#about .content {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #about .content {
    flex-direction: column;
  }
}
#about .content .text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 50px;
  width: 50%;
}
@media (max-width: 768px) {
  #about .content .text {
    margin-top: 24px;
    padding: 0;
    width: 100%;
  }
}
#about .content .text h3,
#about .content .text h4 {
  color: var(--blue);
}
#about .content .text p {
  color: var(--white);
  margin-bottom: 16px;
}
#about .content .video {
  display: block;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  #about .content .video {
    width: 100%;
  }
}
#about .content .video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#formation {
  background-color: var(--blue-grey-50);
  padding: 80px 0;
}
#formation h3,
#formation h4 {
  color: var(--blue);
  margin-bottom: 40px;
}
#formation h5 {
  color: var(--black);
}
#formation .formation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  #formation .formation-grid {
    grid-template-columns: 1fr;
  }
}

#requirements {
  padding: 80px 0;
}
#requirements .content {
  gap: 40px;
}
#requirements .top {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #requirements .top {
    flex-direction: column-reverse;
  }
}
#requirements .top .left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #requirements .top .team {
    width: 100%;
  }
}
#requirements h4 {
  color: var(--blue);
}
#requirements p {
  font-weight: 700;
}

#doubts {
  background-color: rgba(237, 239, 241, 0.5);
  padding: 80px 0;
}
#doubts .content {
  gap: 40px;
}
#doubts h3 {
  color: var(--blue);
}
#doubts h5 {
  color: var(--black);
}

#sign-up {
  background-color: var(--blue);
  overflow: hidden;
  position: relative;
}
#sign-up img {
  position: absolute;
}
#sign-up .circle-shape-1 {
  left: -246px;
  top: -201px;
}
#sign-up .circle-shape-2 {
  left: 301px;
  bottom: -300.5px;
}
#sign-up .circle-shape-3 {
  top: -21px;
  right: -295px;
}
#sign-up .circle-shape-4 {
  top: -283px;
  right: 206px;
}
#sign-up h3 {
  color: var(--white);
}
#sign-up form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 2;
}
#sign-up form .form-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (max-width: 768px) {
  #sign-up form .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#sign-up form .form-bottom {
  text-align: center;
}
#sign-up form .form-control {
  margin: 0 0 15px;
}
#sign-up form label {
  color: var(--white);
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: left;
}
#sign-up form input {
  background: none;
  border: 2px solid var(--white);
  border-radius: 6px;
  color: var(--white);
  display: block;
  font-size: 16px;
  height: 45px;
  padding: 0 15px;
  transition: all linear 0.25s;
  outline: none;
  width: 100%;
}
#sign-up form input:focus {
  border-color: var(--black);
}
#sign-up form input:invalid:focus {
  border-color: var(--red);
}
#sign-up form .custom-select {
  border: 1px solid var(--white);
  border-radius: 6px;
  display: block;
  height: 45px;
  transition: all linear 0.25s;
  outline: none;
  position: relative;
  width: 100%;
}
#sign-up form .custom-select:before {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid var(--white);
  z-index: -1;
}
#sign-up form .custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 16px;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}
#sign-up form button {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0;
  outline: none;
  transition: all linear 0.25s;
}
#sign-up form button:hover {
  color: var(--black);
  border-color: var(--black);
}

.loading {
  display: none;
  height: 35px;
  margin: 0 auto;
  width: 35px;
}
.loading img {
  height: 35px;
  width: 35px;
}

#retornoHTML {
  color: var(--white);
  display: block;
  width: 100%;
}

footer {
  background: var(--grey);
  color: var(--white);
  padding: 60px 0;
}
footer .footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
footer .footer-grid p {
  margin-bottom: 16px;
}
footer .footer-grid .social p {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 230px;
}
footer .footer-grid .social p a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
footer .footer-grid .social p img {
  display: block;
  margin-right: 10px;
  width: 30px;
}
footer .copy {
  align-items: center;
  border-top: 1px solid var(--light-grey);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}
footer a {
  color: var(--blue);
}/*# sourceMappingURL=main.css.map */