.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1320px;
    min-width: 1320px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.font-12 {
  font-size: clamp(10px, 1vw, 12px);
  line-height: 14px;
}

.font-14 {
  font-size: clamp(14px, 1.2vw, 14px);
  line-height: 18px;
}

.font-16 {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 22px;
}

.font-18 {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 24px;
}

.font-20 {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 28px;
}

.font-22 {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 30px;
}

.font-24 {
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 35px;
}

.font-26 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 32px;
}

.font-28 {
  font-size: clamp(26px, 2.6vw, 28px);
  line-height: 30px;
}

.font-30 {
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 32px;
}

.font-32 {
  font-size: clamp(30px, 3vw, 32px);
  line-height: 34px;
}

.font-34 {
  font-size: clamp(32px, 3.2vw, 34px);
  line-height: 36px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

/* Normal */
.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.color-gray {
  color: #040606 !important;
}

.color-white {
  color: #fff !important;
}

.color-green {
  color: #004739;
}

.color-green2 {
  color: #24FF1A;
}

.color-blue {
  color: #04A7FD;
}

.hero {
  background-size: cover;
  background-position: center center;
}

.text-center {
  text-align: center;
}

.margin-top-lg {
  margin-top: 80px;
}

.button-1 {
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .button-1 {
    width: 100%;
  }
}
.button-1 a {
  background: -webkit-gradient(linear, left top, right top, from(#04A7FD), to(#FF0040));
  background: linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 15px;
  width: 464px;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  box-shadow: 1px 1px linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  position: relative;
  z-index: 9;
  font-weight: 700;
  -webkit-animation: gradientMove 0.5s linear infinite;
  animation: gradientMove 0.5s linear infinite;
}
@media screen and (max-width: 767px) {
  .button-1 a {
    width: 100%;
    text-align: center;
    padding: 25px 10px;
    font-size: 20px;
  }
}
.button-1 a span {
  position: relative;
  z-index: 999;
}
.button-1 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#04A7FD), to(#FF0040));
  background: linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: inherit;
}

.divider {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 64, 0)), color-stop(50.01%, #FF0040), to(rgba(255, 0, 64, 0)));
  background: linear-gradient(90deg, rgba(255, 0, 64, 0) 0%, #FF0040 50.01%, rgba(255, 0, 64, 0) 100%);
  display: table;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .divider {
    width: 1088px;
  }
}

.title-1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55.38px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 32px;
    line-height: 42px;
  }
}

.center-item {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.section-padding {
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 40px 0 20px 0;
  }
}

.title-page {
  color: #FF0040;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  text-shadow: 1px 1px 8px #FF0040;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .title-page {
    font-size: 48px;
  }
}

.dev-designlab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 5px;
  font-size: 11px;
  color: #fff;
  margin-bottom: 10px;
  vertical-align: bottom;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dev-designlab.dl-home {
  position: relative;
  margin-bottom: 0;
  margin-top: 60px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Rubik", sans-serif;
  background: #080818;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  background: #080818;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  padding-top: 79px;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

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

a:hover {
  text-decoration: none !important;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.section-mid-1,
.section-mid-2,
.section-mid-3,
.section-mid-4,
.section-mid-5,
.section-mid-6,
.section-mid-7,
.section-mid-8,
.section-mid-9,
.section-mid-10 {
  overflow-x: clip;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #080818;
  z-index: 9999;
}
header .header {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
header .header .menu ul li a {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .header .menu.menu-desktop {
    display: none;
  }
}

.menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #080818;
  top: 79px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  z-index: 999;
}
.menu-mobile ul li {
  text-align: center;
  margin: 25px 0;
}
.menu-mobile ul li a {
  font-size: 24px;
  color: #fff;
}
.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}

.hero {
  padding: 60px 0;
  background-image: url(../img/background-hero.png);
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero {
    background-image: none;
    padding: 30px 0 60px 0;
  }
}
.hero:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#080818), to(rgba(8, 8, 24, 0)));
  background: linear-gradient(0deg, #080818 0%, rgba(8, 8, 24, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
.hero .text1 {
  color: #FF0040;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  text-shadow: 1px 1px 8px #FF0040;
}
@media screen and (max-width: 991px) {
  .hero .text1 {
    font-size: 52px;
  }
}
.hero .text2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero .text2 {
    font-size: 34px;
    line-height: 42px;
    margin-top: 20px;
  }
}
.hero .video {
  margin-top: 40px;
  border-radius: 20px 20px 0 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .hero .video {
    width: 720px;
  }
}
.hero .video video {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero .video video {
    border-radius: 20px 20px 0 0;
  }
}
.hero .text3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-top: 35px;
  display: table;
}
@media screen and (min-width: 992px) {
  .hero .text3 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    line-height: 55px;
  }
}
.hero .text3 strong {
  color: #FF0040;
  text-shadow: 0px 0px 5px #FF0040;
}
.hero .button-1 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}

.section-mid-1 {
  margin: 80px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-mid-1 {
    margin: 40px 0 40px 0;
  }
}
.section-mid-1 .circle {
  position: absolute;
  top: 0;
  left: 0;
}
.section-mid-1 .text1 {
  font-size: 35px;
  color: #fff;
  line-height: 55.38px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-mid-1 .text1 {
    font-size: 25px;
    line-height: 45px;
  }
}
.section-mid-1 .text2 {
  color: #04A7FD;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
.section-mid-1 .lista-celebridades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 30px;
  margin-top: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .section-mid-1 .lista-celebridades {
    gap: 30px 20px;
  }
}
.section-mid-1 .lista-celebridades .item {
  position: relative;
  z-index: 99;
  width: calc(24% - 30px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(4, 167, 253, 0.8980392157);
  box-shadow: 0px 0px 10px 0px rgba(4, 167, 253, 0.8980392157);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .section-mid-1 .lista-celebridades .item {
    width: 25%;
  }
}
.section-mid-1 .lista-celebridades .item:hover {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  width: calc(25% - 30px);
}
.section-mid-1 .lista-celebridades .item:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 24, 0)), color-stop(90%, #080818));
  background: linear-gradient(180deg, rgba(8, 8, 24, 0) 0%, #080818 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .section-mid-1 .lista-celebridades .item:after {
    height: 100px;
  }
}
.section-mid-1 .lista-celebridades .item .name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  color: #04A7FD;
  text-shadow: 0px 0px 8px rgba(4, 167, 253, 0.8);
  z-index: 99;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-mid-1 .lista-celebridades .item .name {
    font-size: 16px;
    bottom: 10px;
  }
}
.section-mid-1 .lista-celebridades .item .image {
  border-radius: 20px;
}
.section-mid-1 .lista-celebridades .item .image img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-mid-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .section-mid-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-mid-2 .lista-curso {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 60px 30px;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .section-mid-2 .lista-curso {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-mid-2 .lista-curso .item:nth-child(1) {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 167, 253, 0.8980392157);
  box-shadow: 0px 0px 15px 0px rgba(4, 167, 253, 0.8980392157);
  border: 2px solid #04A7FD;
}
.section-mid-2 .lista-curso .item:nth-child(2) {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.8980392157);
  box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.8980392157);
  border: 2px solid #FF0000;
}
.section-mid-2 .lista-curso .item {
  border-radius: 20px;
  padding: 30px 0 15px 0;
  position: relative;
  background: #090922;
}
.section-mid-2 .lista-curso .item .detail-top {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .section-mid-2 .lista-curso .item .detail-top {
    width: 70px;
    top: -35px;
  }
}
.section-mid-2 .lista-curso .item ul li {
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  margin: 25px 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 991px) {
  .section-mid-2 .lista-curso .item ul li {
    font-size: 20px;
    line-height: 28px;
    gap: 0 15px;
  }
}
.section-mid-2 .lista-curso .item ul li .icon {
  min-width: 75px;
  width: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-mid-2 .lista-curso .item ul li .icon {
    min-width: 40px;
    width: 45px;
  }
}
.section-mid-2 .button-1 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .section-mid-2 .button-1 {
    margin-top: 40px;
  }
}

.section-mid-3 {
  position: relative;
}
.section-mid-3 .circle {
  position: absolute;
  right: 0;
  top: -200px;
}
.section-mid-3 .circle-2 {
  position: absolute;
  left: 0;
  top: 350px;
}
.section-mid-3 .lista-curso .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.section-mid-3 .lista-curso .item:hover img {
  -webkit-filter: drop-shadow(0 0 6px rgba(4, 167, 253, 0.8980392157));
  filter: drop-shadow(0 0 6px rgba(4, 167, 253, 0.8980392157));
}
.section-mid-3 .text1 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.section-mid-3 .price {
  text-shadow: 0px 0px 10px rgba(255, 0, 64, 0.8);
  font-size: 6rem;
  text-align: center;
  color: #FF0040;
  font-weight: 700;
}
.section-mid-3 .button-1 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.section-mid-4 {
  position: relative;
}
.section-mid-4 .circle {
  position: absolute;
  right: 0;
  top: 300px;
}
.section-mid-4 .lista-depoimentos {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-mid-4 .lista-depoimentos {
    gap: 100px 0;
  }
}
.section-mid-4 .lista-depoimentos .item {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 64, 0.8980392157);
  box-shadow: 0px 0px 15px 0px rgba(255, 0, 64, 0.8980392157);
  border: 2px solid #FF0040;
  padding: 100px 20px 40px 20px;
  background: #fff;
  border-radius: 20px;
}
.section-mid-4 .lista-depoimentos .item .image {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: -180px;
}
.section-mid-4 .lista-depoimentos .item .nome {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #FF0040;
  margin-top: 10px;
  text-transform: uppercase;
}
.section-mid-4 .lista-depoimentos .item .text {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.section-mid-5 {
  position: relative;
}
.section-mid-5 .circle {
  position: absolute;
  left: -300px;
  top: 0;
}
@media screen and (max-width: 991px) {
  .section-mid-5 .circle {
    display: none;
  }
}
.section-mid-5 .circle-2 {
  position: absolute;
  right: -300px;
  top: 350px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .section-mid-5 .circle-2 {
    display: none;
  }
}
.section-mid-5 .combo-images {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px 15px;
}
@media screen and (max-width: 991px) {
  .section-mid-5 .combo-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-mid-5 .text1 {
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-mid-5 .text1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-mid-5 .text1 strong {
  color: #04A7FD;
}
.section-mid-5 .comprar-agora {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .section-mid-5 .comprar-agora {
    padding: 0 90px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.section-mid-5 .comprar-agora .text-comprar2 {
  text-shadow: 0px 0px 10px rgba(4, 167, 253, 0.8);
  color: #04A7FD;
  font-size: 6rem;
  font-weight: 700;
}
.section-mid-5 .comprar-agora .button a {
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  margin-top: 15px;
}
.section-mid-5 .comprar-agora .button.-blue a {
  background: #04A7FD;
  -webkit-box-shadow: 0px 0px 14px 3px rgba(4, 167, 253, 0.8);
  box-shadow: 0px 0px 14px 3px rgba(4, 167, 253, 0.8);
}
.section-mid-5 .comprar-agora .button.-red a {
  background: #FF0040;
  -webkit-box-shadow: 0px 0px 14px 3px #FF0040;
  box-shadow: 0px 0px 14px 3px #FF0040;
}
@media screen and (max-width: 991px) {
  .section-mid-5 .nossos-produtos {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .section-mid-6 .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .section-mid-6 .text {
    text-align: center;
  }
}
.section-mid-6 .text2 {
  font-weight: 700;
  color: #04A7FD;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-mid-6 .text2 {
    text-align: center;
  }
}
.section-mid-6 .button {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .section-mid-6 .button {
    width: 100%;
  }
}
.section-mid-6 .button a {
  height: 80px;
  width: 100%;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  margin-top: 15px;
  background: #12A60F;
  -webkit-box-shadow: 0px 0px 14px 3px #12A60F;
  box-shadow: 0px 0px 14px 3px #12A60F;
  gap: 0 12px;
}
@media screen and (max-width: 991px) {
  .section-mid-6 .button a {
    padding: 0 20px;
  }
}

.section-mid-7 {
  position: relative;
}
.section-mid-7 .circle {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .section-mid-7 .image-selo {
    width: 50%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.section-mid-7 .text {
  font-size: 45px;
}
@media screen and (max-width: 991px) {
  .section-mid-7 .text {
    font-size: 30px;
  }
}

.button-nav {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .button-nav {
    display: block;
  }
}
.button-nav .btn-burguer .icon-bar:nth-of-type(2) {
  top: 1px;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(3) {
  top: 2px;
  margin-bottom: 0;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(4) {
  top: 3px;
}
.button-nav .btn-burguer .icon-bar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.btn-burguer {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  float: left;
  z-index: 999999;
  position: relative;
  width: 30px;
}

.btn-burguer .icon-bar {
  background: #fff;
  display: table;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 30px;
  height: 2px;
  border-radius: 3px;
}

.breadcrumb {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 15px;
  gap: 0 5px;
}
.breadcrumb ul li a {
  color: #fff;
  font-size: 15px;
}

.cursos-lista {
  margin-top: 40px;
}
.cursos-lista .cursos-item {
  position: relative;
  border-radius: 20px;
}
.cursos-lista .cursos-item .thumb-name {
  position: relative;
  cursor: pointer;
}
.cursos-lista .cursos-item .thumb-name::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 167, 253, 0)), color-stop(90%, #080818));
  background: linear-gradient(180deg, rgba(4, 167, 253, 0) 0%, #080818 90%);
  height: 120px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}
.cursos-lista .cursos-item .thumb-name.clicked::before {
  border-radius: 0;
}
.cursos-lista .cursos-item .image-curso {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.cursos-lista .cursos-item .image-curso img {
  width: 100%;
  border-radius: 20px;
}
.cursos-lista .cursos-item .content-inner {
  padding: 20px 20px 40px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  background: #080818;
  border-radius: 0 0 20px 20px;
  margin-top: -10px;
  position: relative;
  z-index: 9;
}
.cursos-lista .cursos-item .icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cursos-lista .cursos-item .rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cursos-lista .cursos-item .nome-curso {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cursos-lista .cursos-item .nome-curso p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 1440px) {
  .cursos-lista .cursos-item .nome-curso p {
    font-size: 24px;
  }
}
.cursos-lista .cursos-item .button {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}
.cursos-lista .cursos-item .button a {
  height: 60px;
  width: 90%;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  margin: auto;
}
.cursos-lista .cursos-item.item-1 {
  -webkit-box-shadow: 0px 0px 14px 3px #FF0040;
  box-shadow: 0px 0px 14px 3px #FF0040;
  border: 2px solid #FF0040;
  border-radius: 20px;
}
.cursos-lista .cursos-item.item-1 .button a {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #FF0040;
  -webkit-box-shadow: 0px 0px 14px 3px #FF0040;
  box-shadow: 0px 0px 14px 3px #FF0040;
}
.cursos-lista .cursos-item.item-2 {
  -webkit-box-shadow: 0px 0px 14px 3px #04A7FD;
  box-shadow: 0px 0px 14px 3px #04A7FD;
  border: 2px solid #04A7FD;
  border-radius: 20px;
}
.cursos-lista .cursos-item.item-2 .button a {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #04A7FD;
  -webkit-box-shadow: 0px 0px 14px 3px #04A7FD;
  box-shadow: 0px 0px 14px 3px #04A7FD;
}
.cursos-lista .cursos-item.item-3 {
  -webkit-box-shadow: 0px 0px 14px 3px #FF00D0;
  box-shadow: 0px 0px 14px 3px #FF00D0;
  border: 2px solid #FF00D0;
  border-radius: 20px;
}
.cursos-lista .cursos-item.item-3 .button a {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #FF00D0;
  -webkit-box-shadow: 0px 0px 14px 3px #FF00D0;
  box-shadow: 0px 0px 14px 3px #FF00D0;
}
.cursos-lista .cursos-item.item-4 {
  -webkit-box-shadow: 0px 0px 14px 3px #04A7FD;
  box-shadow: 0px 0px 14px 3px #04A7FD;
  border: 2px solid #04A7FD;
  border-radius: 20px;
}
.cursos-lista .cursos-item.item-4 .button a {
  background: -webkit-gradient(linear, left top, right top, from(#04A7FD), to(#FF0040));
  background: linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  -webkit-box-shadow: 1px 1px linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  box-shadow: 1px 1px linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  position: relative;
}
.cursos-lista .cursos-item.item-4 .button a span {
  position: relative;
  z-index: 9;
}
.cursos-lista .cursos-item.item-4 .button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#04A7FD), to(#FF0040));
  background: linear-gradient(90deg, #04A7FD 0%, #FF0040 100%);
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: inherit;
}

.section-cursos {
  padding-top: 30px;
  padding-bottom: 700px;
  position: relative;
  background-size: 100%;
}
@media screen and (max-width: 991px) {
  .section-cursos {
    padding-bottom: 80px;
  }
}
.section-cursos .image-tati {
  width: 90%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .section-cursos .image-tati {
    margin-top: 40px;
  }
}

.section-contato {
  position: relative;
  padding-bottom: 50px;
  padding-top: 30px;
  background-size: cover;
  background-position: center center;
}
.section-contato .content-contato {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .section-contato .content-contato {
    margin-top: 40px;
  }
}
.section-contato .content-contato .lista-contato ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-contato .content-contato .lista-contato ul li + li {
    margin-top: 20px;
  }
}
.section-contato .content-contato .lista-contato ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-contato .content-contato .lista-contato ul li a {
    font-size: 28px;
  }
}
.section-contato .content-contato .lista-contato ul li a .icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #04A7FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-contato .content-contato .lista-contato ul li a .icon {
    width: 55px;
    height: 55px;
    font-size: 34px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .section-contato .image-tati {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
