/* line 1, src/assets/scss/add.scss */
html {
  scroll-behavior: smooth; }

/* line 5, src/assets/scss/add.scss */
.your-future .text:after,
.your-future .text:before {
  display: none; }

/* line 10, src/assets/scss/add.scss */
.seta {
  position: relative;
  z-index: 100;
  animation: anima 1.25s ease infinite both;
  top: -20px; }

@keyframes anima {
  to {
    opacity: 0.1;
    transform: translateY(15px); } }

/* line 24, src/assets/scss/add.scss */
.seta:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  /* animation: swipe 1.5s ease 1s infinite both; */
  z-index: 30;
  /* margin-top: 0px; */ }

/* line 39, src/assets/scss/add.scss */
.seta:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  border-right: solid 4px cyan;
  border-bottom: solid 4px cyan;
  /* animation: swipe 1.5s infinite both; */
  z-index: 31;
  /* background-color: rgba(255,255,255,0.5); */
  /* padding: 10px; */ }

/* line 55, src/assets/scss/add.scss */
.courses .header p {
  background-color: #fff;
  color: #0001ff; }

/* line 60, src/assets/scss/add.scss */
.courses .courses-list li .inner .bottom a.green {
  background-color: #fff; }

/* line 64, src/assets/scss/add.scss */
.opening2 {
  position: relative;
  /*background: url(../images/blue-pattern.png) repeat #0000fe;*/
  background: #039;
  min-height: 77vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* overflow: hidden; */ }

/* line 76, src/assets/scss/add.scss */
.opening2 .img-header {
  width: 100%; }

/* line 79, src/assets/scss/add.scss */
.opening2 .slogan {
  position: relative;
  z-index: 4;
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-size: 3rem;
  color: white;
  padding-bottom: 10px;
  text-align: center; }

/* line 89, src/assets/scss/add.scss */
.opening2 .slogan strong {
  color: cyan; }

/* line 93, src/assets/scss/add.scss */
.itens-header {
  position: absolute;
  z-index: 88;
  padding-bottom: 5rem; }

/* line 98, src/assets/scss/add.scss */
.itens-header img {
  margin-left: 20%;
  width: 55%;
  padding-bottom: 1rem; }

/* line 103, src/assets/scss/add.scss */
.opening2 .portal-link {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  padding: 8px 16px;
  background-color: cyan;
  border-radius: 50px;
  color: #0000fe;
  font-size: 20px;
  font-weight: 700;
  /*margin-top: 44px;
   margin-right: 40px;*/
  text-decoration: none;
  text-transform: lowercase;
  z-index: 3;
  transition: all 0.3s; }

/* line 122, src/assets/scss/add.scss */
.opening2 .portal-link-grad {
  position: absolute;
  /*top: 0;
   right: 0;*/
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: #003399;
  border-radius: 50px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  top: 25rem;
  right: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  transition: all 0.3s;
  width: 25rem; }

/* line 142, src/assets/scss/add.scss */
.opening2 .portal-link-pos {
  position: absolute;
  /*top: 0;
   right: 0;*/
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: #003399;
  border-radius: 50px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  top: 30rem;
  right: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  transition: all 0.3s;
  width: 25rem; }

@media (max-width: 1561px) {
  /* line 163, src/assets/scss/add.scss */
  .opening2 .slogan {
    position: relative;
    z-index: 4;
    font-family: "Gochi Hand", cursive;
    font-weight: 400;
    font-size: 3rem;
    color: white;
    padding-bottom: 50px;
    text-align: center; }
  /* line 173, src/assets/scss/add.scss */
  .opening2 .slogan strong {
    color: cyan; }
  /* line 176, src/assets/scss/add.scss */
  .itens-header {
    position: absolute;
    z-index: 88;
    padding-bottom: 1rem;
    /*top: 43rem;*/
    bottom: 2rem; }
  /* line 183, src/assets/scss/add.scss */
  .itens-header img {
    margin-left: 25%;
    width: 50%;
    padding-bottom: 1rem; }
  /* line 188, src/assets/scss/add.scss */
  .opening2 .portal-link-grad {
    position: absolute;
    /*top: 0;
   right: 0;*/
    display: inline-block;
    padding: 0.3rem 1rem;
    background-color: #003399;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    top: 10rem;
    right: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
    transition: all 0.3s;
    width: 20rem; }
  /* line 208, src/assets/scss/add.scss */
  .opening2 .portal-link-pos {
    position: absolute;
    /*top: 0;
   right: 0;*/
    display: inline-block;
    padding: 0.3rem 1rem;
    background-color: #003399;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    top: 13rem;
    right: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
    transition: all 0.3s;
    width: 20rem; } }

@media (max-width: 991px) {
  /* line 230, src/assets/scss/add.scss */
  .opening2 .imgdesk {
    display: none; } }

/*992px*/
@media (max-width: 992px) {
  /* line 237, src/assets/scss/add.scss */
  .seta {
    top: -45px; } }

@media (max-width: 992px) {
  /* line 242, src/assets/scss/add.scss */
  .opening2 {
    /*min-height: 40vh;*/
    min-height: 58vh; } }

@media (min-width: 992px) {
  /* line 249, src/assets/scss/add.scss */
  .imgmob {
    display: none; }
  /* line 252, src/assets/scss/add.scss */
  .opening2 .img-header {
    width: 100%;
    position: absolute;
    top: 0; }
  /* line 258, src/assets/scss/add.scss */
  .your-future .text {
    padding: 40px 15px 115px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  /* line 266, src/assets/scss/add.scss */
  .itens-header {
    position: absolute;
    z-index: 88;
    padding-bottom: 0.3rem;
    /*top: 20rem;*/
    bottom: 2rem; } }

@media (min-width: 1280px) {
  /* line 275, src/assets/scss/add.scss */
  .opening2 {
    min-height: 77vh; }
  /* line 278, src/assets/scss/add.scss */
  .itens-header {
    /*top: 17rem;*/
    bottom: 2rem; }
  /* line 283, src/assets/scss/add.scss */
  .your-future .text {
    padding: 40px 15px 118px; } }

@media (min-width: 2560px) {
  /* line 288, src/assets/scss/add.scss */
  .itens-header {
    /*top: 35rem;*/
    bottom: 2rem; }
  /* line 292, src/assets/scss/add.scss */
  .opening2 .portal-link {
    width: 19%;
    font-size: 2rem;
    padding: 1rem 0.3rem 1rem 2.3rem; }
  /* line 297, src/assets/scss/add.scss */
  .opening2 .portal-link-grad {
    font-size: 2.5rem; }
  /* line 300, src/assets/scss/add.scss */
  .opening2 .portal-link-pos {
    font-size: 2.5rem; }
  /* line 303, src/assets/scss/add.scss */
  .itens-header img {
    width: 60%;
    margin-left: 15%; }
  /* line 307, src/assets/scss/add.scss */
  .opening2 .slogan {
    font-size: 4.5rem; } }

@media (max-width: 557px) {
  /* line 313, src/assets/scss/add.scss */
  .opening2 {
    min-height: 66vh; }
  /* line 316, src/assets/scss/add.scss */
  .portal-link-pos {
    width: 17rem; }
  /* line 319, src/assets/scss/add.scss */
  .portal-link-grad {
    width: 17rem; } }

@media (max-width: 550px) {
  /* line 325, src/assets/scss/add.scss */
  .opening2 .portal-link {
    margin-top: 2rem; }
  /* line 328, src/assets/scss/add.scss */
  .opening2 .img-header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3; }
  /* line 334, src/assets/scss/add.scss */
  .opening2 {
    min-height: 71vh; }
  /* line 337, src/assets/scss/add.scss */
  .opening2 .slogan {
    position: relative;
    z-index: 4;
    font-family: "Gochi Hand", cursive;
    font-weight: 400;
    font-size: 2rem;
    color: white;
    padding-bottom: 1rem;
    text-align: center; }
  /* line 348, src/assets/scss/add.scss */
  .itens-header {
    position: absolute;
    z-index: 88;
    padding-bottom: 0.3rem;
    /*top: 25rem;*/
    bottom: 2rem; }
  /* line 355, src/assets/scss/add.scss */
  .itens-header img {
    margin-left: 25%;
    width: 50%;
    padding-bottom: 1rem; }
  /* line 360, src/assets/scss/add.scss */
  .opening2 .portal-link-grad {
    position: absolute;
    /*top: 0;
   right: 0;*/
    display: inline-block;
    padding: 0.3rem 1rem;
    background-color: #003399;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    top: 5rem;
    right: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
    transition: all 0.3s;
    width: 10rem; }
  /* line 380, src/assets/scss/add.scss */
  .opening2 .portal-link-pos {
    position: absolute;
    /*top: 0;
   right: 0;*/
    display: inline-block;
    padding: 0.3rem 1rem;
    background-color: #003399;
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    top: 8rem;
    right: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
    transition: all 0.3s;
    width: 10rem; }
  /* line 401, src/assets/scss/add.scss */
  .opening2 .portal-link {
    position: absolute;
    width: 50%;
    font-size: 0.99rem;
    right: -2rem;
    top: -1rem; }
  /* line 408, src/assets/scss/add.scss */
  .your-future .text {
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0rem; } }

@media (max-width: 420px) {
  /* line 418, src/assets/scss/add.scss */
  .opening2 .portal-link {
    width: 48%;
    font-size: 0.8rem;
    right: 1rem;
    /*top: -2rem;*/ }
  /* line 424, src/assets/scss/add.scss */
  .opening2 .portal-link-grad {
    top: 5rem; }
  /* line 427, src/assets/scss/add.scss */
  .opening2 .portal-link-pos {
    top: 7.5rem; }
  /* line 430, src/assets/scss/add.scss */
  .seta:before {
    top: 1rem;
    width: 15px;
    height: 15px; }
  /* line 435, src/assets/scss/add.scss */
  .seta:after {
    top: 0.5rem;
    width: 40px;
    height: 40px; } }

@media (max-width: 375px) {
  /* line 442, src/assets/scss/add.scss */
  .opening2 .portal-link {
    width: 53%;
    font-size: 0.8rem;
    right: 1rem;
    top: -1rem;
    /*background: red;*/ } }
