/*Reset CSS*/
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

/**/
:root{
   --color-blue: #0039B0;
   --color-blue-secondary: #2949D4;
   --color-blue-tertiary: #072B4F;
   --color-blue-btn: #033278;
   --color-light-blue: #00CFFF;
   --color-white: #fff;
   --color-black: #000;
   --color-gray: #333333;
   --color-red: #FD3F3E;
}


/*Config html*/
html{
   font-size: 62.5%;
   scroll-behavior:smooth;
   -webkit-text-size-adjust:100%;
   text-size-adjust:100%;
}

/*Class*/
.gradient-blue{
   background: linear-gradient(10deg, #013195 -1.31%, #2949D4 85.01%);
}

/*Main*/
.main{
   min-height: 100vh;
  min-height: auto;
   padding: 2.0rem 0 21.3rem 0;
}
.main > .container{
   width: 100%;
   margin: 0 auto;
   max-width: 176.0rem;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

/*Nav*/
.main__buttons{
   /* background-color: red; */
   width: 100%;
   display: flex;
   justify-content: end;
   gap: 2.0rem;
}
.main__buttons--item{
   font-size: 1.6rem;
   padding: 0.5rem 1.7rem;
   border-radius: 1.4rem;
   display: inline-block;
   color: var(--color-white);
   background-color: var(--color-blue-btn);
   font-family: 'Inter 18pt';
   font-weight: 500;
   text-decoration: none;
}

/*Info*/
.info{
   width: 60%;
}
.info__logo{
   width: 100%;
   margin-left: 7rem;
   max-width: 28.6rem;
}
.info__h1{
   color: var(--color-white);
   font-size: 5.3rem;
   line-height: 100%;
   /* margin: 4.5rem 0 2.0rem 0; */
   margin: 4.5rem 0 2.0rem 7rem;
   font-family: 'AktivGrotesk';
   font-weight: 400;
}
.info__h1--span-1{
   font-family: 'DO-Sans PRO';
   font-size: 7.4rem;
}
.info__h1--span-2{
   font-size: 4.2rem;
}

.info__h1--span-1 {
    position: relative;
    display: inline-block;
}

.info__h1--span-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; /* ajuste conforme necessário */
    width: 100%;
    max-width: 25.7rem;
    height: 1.2rem; /* altura da imagem */
    background: url("../img/border-text-h1.png") no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
}

.carousel__border{
   position: relative;
   display: inline-block;
}
.carousel__border::after {
    content: "";
    position: absolute;
    left: -1rem;
    bottom: -8px; /* ajuste conforme necessário */
    width: 100%;
    max-width: 26.7rem;
    height: 1.2rem; /* altura da imagem */
    background: url("../img/border-title-carousel.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.info__img-alunos{
   width: 100%;
   max-width: 100.0rem;
   margin-top: -8rem;
   display: block;
}

/*Cta*/
.cta{
   width: 40%;
   /* background-color: green; */
   display: flex;
   justify-content: end;
   margin-top: 6.0rem;
}
.cta__img-alunos--mobile{
   display: none;
}

/*Form*/
.form{
   width: 100%;
   max-width: 64.0rem;
   height: 80.0rem;
   margin-right: 6rem;
   border-radius: 3.3rem;
   background-color: var(--color-white);
   display: flex;
   flex-direction: column;
}
/* .form__discount{
   border-radius: 3.3rem 3.3rem 0 0;
   background-color: var(--color-red);
   padding: 1.7rem 1.0rem 5.0rem 1.0rem;
   margin-bottom: -3.8rem;
}
.form__discount h2{
   font-family: 'AktivGrotesk';
   font-weight: 700;
   line-height: 100%;
   font-size: 2.9rem;
   text-align: center;
   color: var(--color-white);
   text-transform: uppercase;
} */

.form__title{
   border-radius: 3.3rem 3.3rem 0 0;
   background: linear-gradient(180deg, #013589 0%, #062c53 100%);
   padding: 5.0rem 0 3.0rem 0;
   text-align: center;
   border-bottom: 1.9rem solid var(--color-blue);
}
.form__title h2{
   color: var(--color-white);
   padding: 1.8rem 3.7rem;
   display: inline-block;
   font-size: 3.0rem;
   background-color: var(--color-red);
   font-family: 'AktivGrotesk';
   font-weight: 500;
   border-radius: 3.55rem;
}
.form__title h3{
   color: var(--color-white);
   margin: 1.3rem 0 2.0rem 0;
   font-family: 'AktivGrotesk';
   font-weight: 500;
   font-size: 2.1rem;
}
.form__date{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 1rem;
}
.form__date span{
   font-size: 2.5rem;
   color: var(--color-light-blue);
   font-family: 'AktivGrotesk';
   font-weight: 500;
   text-transform: uppercase;
}
.form__date img{
   width: 100%;
   max-width: 2.7rem;
}
.form__content{
   background-color: var(--color-white);
   height: 100%;
   padding: 0 2.0rem 0 2.0rem;
}
.form__content iframe{
   height: 100%;
}
.form__footer{
   padding: 1.5rem 2.0rem 2.0rem 2.0rem;
}
.form__footer p{
   font-family: 'AktivGrotesk';
   font-weight: 400;
   color: var(--color-gray);
   font-size: 10px;
   line-height: 100%;
}



/*Video*/
.video{
   padding: 0 0 8.0rem 0;
   background-image: url('../img/bg-section-video.webp');
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #E4E9F3;
   position: relative;
}
.video::before,
.video::after {
   content: "";
   position: absolute;
   left: 0;
   width: 100%;
   height: 8.0rem;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   pointer-events: none;
}
.video::before {
   top: 0;
   background-image: url("../img/border-top.png");
   top: -2.4rem;
}
.video::after {
   bottom: 0;
   background-image: url("../img/border-bottom.png");
   bottom: -3.5rem;
}

.video > .container{
   width: 100%;
   margin: 0 auto;
   max-width: 176.0rem;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.video__cards{
   /* background-color: red; */
   width: 100%;
   display: flex;
   justify-content: center;
   gap: 0.6rem;
   padding-bottom: 7.5rem;
   z-index: 2;
}
.video__cards--item{
   background-color: var(--color-blue);
   width: 100%;
   max-width: 31.4rem;
   min-height: 18.3rem;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: center;
   border-radius: 4rem;
    margin-top: -9.25rem;
}
.video__cards--item > .card__icone{
   margin-top: -2.0rem;
   width: 100%;
   max-width: 6.0rem;
   margin-bottom: 2.0rem;
}
.video__cards--item:nth-child(1) .card__img-bottom {
  width: 100%;
  max-width: 24.1rem;
}
.video__cards--item:nth-child(2) .card__img-bottom {
  width: 100%;
  max-width: 17.0rem;
}
.video__cards--item:nth-child(3) .card__img-bottom {
  width: 100%;
  max-width: 21.3rem;
}
.video__cards--item:nth-child(4) .card__img-bottom {
  width: 100%;
  max-width: 21.6rem;
}
.video__cards--item:nth-child(2) .card__icone {
   margin-top: -3.6rem;
   max-width: 5.5rem;
}
.video__cards--item:nth-child(3) h2 {
  margin-bottom: 0.4rem;
}
.video__cards--item:nth-child(4) .card__icone {
     margin-top: -3.0rem;
      margin-bottom: 0;
}
.video__cards--item > h2{
   color: var(--color-white);
   font-size: 2.5rem;
   font-family: 'AktivGrotesk';
   line-height: 120%;
   font-weight: 400;
   margin-bottom: 0.5rem;
}
.card__img-bottom{
   max-width: 100%;
}
/* .video__item{
   width: 100%;
   max-width: 117.3rem;
}
.video__item img{
   max-width: 100%;
} */

.video__item {
   position: relative;
   width: 100%;
   max-width: 117.3rem;
   aspect-ratio: 16 / 9;
   overflow: hidden;
}

.video__item iframe {
   width: 100%;
   height: 100%;
   border: 0;
}

.video__cover {
   position: absolute;
   inset: 0;
   z-index: 2;
   cursor: pointer;
}

.video__cover img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/*Carousel*/
.carousel-section{
   background-color: var(--color-blue-secondary);
} 
.carousel-section .container{
   width: 100%;
   margin: 0 auto;
   max-width: 150.0rem;
}
.carousel__title{
   background-color: var(--color-blue);
   width: 100%;
   padding: 8.0rem 0 30.0rem 0;
   color: var(--color-white);
   text-align: center;
}
.carousel__h2{
   font-family: 'AktivGrotesk';
   line-height: 100%;
   font-weight: 400;
   font-size: 4.0rem;
   color: var(--color-light-blue);
}
.carousel__h2 > span{
   color: var(--color-white);
   font-size: 2.5rem;
}
.carousel__box{
   font-size: 30px;
   color: var(--color-white);
   padding: 0 0 10rem 0;
}

/*Ancor*/
.ancor{
   margin-top: 4.0rem;  
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 3.0rem;
}
.ancor__icon{
   width: 100%;
   max-width: 6.4rem;
}
.ancor__button{
   padding: 2.0rem 3.0rem;
   background-color: var(--color-red);
   color: var(--color-white);
   text-decoration: none;
   border-radius: 3.7rem;
   font-size: 2.0rem;
   text-transform: uppercase;
   font-family: 'AktivGrotesk';
   font-style: 400;
}

/*Footer*/
.footer{
   padding: 7.0rem 0 0 0;
   background-color: var(--color-blue-tertiary);
   border-radius: 3.5rem 3.5rem 0 0;
   margin-top: -5rem;
}
.footer > .container{
   width: 100%;
   margin: 0 auto;
   max-width: 150.0rem;
   display: flex;
   align-items: center;
   justify-content: center;
}
.footer__logo{
   width: 100%;
   max-width: 28.6rem;
}
.footer__btn{
   margin: 0 1.5rem 0 8.0rem;
   font-size: 1.7rem;
   color: var(--color-white);
   text-decoration: none;
   font-family: 'Inter 18pt';
   font-weight: 400;
   border-radius: 1.8rem;
   padding: 0.8rem 1.4rem;
   background-color: var(--color-blue-secondary);
}
.footer__btn img{
   width: 100%;
   max-width: 1.1rem;
}
.footer__social{
   display: flex;
   justify-content: center;
   gap: 0.5rem;
}
.footer__social img{
   width: 100%;
   max-width: 3.0rem;
}
.footer__copyright > .container{
   width: 100%;
   margin: 0 auto;
   max-width: 170.0rem;
}
.footer__copyright{
   margin-top: 5.0rem;
   padding: 1.5rem 0;
   background: var(--color-black);
}
.footer__copyright p{
   color: var(--color-white);
   font-size: 12px;
   font-family: 'Inter 18pt';
   font-weight: 400;
}


/*Media querys*/
@media screen and (max-width: 1680px){
   /*Config html*/
   html{
      font-size: 57%;
   }
}
@media screen and (max-width: 1600px){
   /*Config html*/
   html{
      font-size: 50%;
   }
}
@media screen and (max-width: 1440px){
   /*Config html*/
   html{
      font-size: 48%;
   }
}
@media screen and (max-width: 1366px){
   /*Config html*/
   html{
      font-size: 41%;
   }
   .main__buttons--item{
      font-size: 2.5rem;
      padding: 0.5rem 2.2rem;
      border-radius: 1.9rem;
   }
}
@media screen and (max-width: 960px){
   /*main*/
   .main {
      min-height: 100vh;
      padding: 2.0rem 0 12.0rem 0;
   }
   .main__buttons{
      justify-content: center;
   }
   .main > .container{
      flex-direction: column;
   }

   .main__buttons--item {
    font-size: 2.7rem;
    padding: 0.8rem 2.4rem;
    border-radius: 2.5rem;
   }

   /*Info*/
   .info{
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0 2.0rem;
   }
   .info__logo{
      align-self: center;
      margin-left: 0;
      max-width: 93%;
      margin-top: 7.0rem;
      margin-bottom: 2.0rem;
   }
   .info__img-alunos{
      display: none;
   }
   .info__h1 {

    /* margin: 4.5rem 0 2.0rem 0; */
    margin: 4.5rem 0 2.0rem 0;
     line-height: 1.2;

   }
  
  .info__h1--span-1::after{
  bottom: -4px}
  
  .info__h1--span-2 {
  font-size: 5.3rem;
  line-height: 1.6;
}
   .form__title h2{
      font-size: 2.7rem;
   }

   /*Cta*/
   .cta {
      width: 100%;
      flex-direction: column;
      align-items: center;
      /* padding: 0 1.5rem; */
   }
   .cta__img-alunos--mobile{
      width: 100%;
      max-width: 100%;
      display: block;
   }
   .carousel__box{
      padding: 0 1.5rem 10rem 1.5rem;
   }
   

   /*Video*/
   .video__cards{
      /* background-color: red; */
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 2.0rem;
      padding-bottom: 9rem;
      margin-top: -4.0rem;
   }
   .video__cards--item{
      margin-top: 0;
      justify-content: center;
      padding: 2.0rem 1.0rem;
   }
   .video__cards--item > .card__icone{
      margin-top: 0;
      margin-bottom: 0.5rem;
   }
   .video__cards--item:nth-child(2) .card__icone{
      margin-top: 0;
   }
   .video__cards--item:nth-child(4) .card__icone{
      margin-top: 0;
      margin-bottom: 0.5rem;
   }
   .video__item{
      padding: 0 2rem;
      padding: 0 15px;
      box-sizing: border-box;
   }
   .video__cover {
      left: 15px;
      right: 15px;
   }
   .cta__box{
      padding: 0 1.5rem;
   }

   .form {
      margin: 0 0 5.0rem 0;
      height: 110rem;
   }
   
   /*Footer*/
   .footer > .container{
      flex-direction: column;
      gap: 3.6rem;
   }
  
   .footer__btn{
      margin: 0;
      font-size: 2.3rem;
      border-radius: 2rem;
      padding: 0.8rem 1.7rem;
      border-radius: 2rem;
   }
   .footer__social img {
      width: 100%;
      max-width: 5.0rem;
   }
   .footer__copyright p{
      text-align: center;
   }
}