

@font-face {
  font-family: PEPPERONIDEMO;
  src: url("../../fonts/PEPPERONIDEMO-MEDIUM-BF67EBBA74A7D8D.OTF");
}

@font-face {
  font-family: GOMARICE_GOMA_BLOCK;
  src: url("../../fonts/GOMARICE_GOMA_BLOCK.TTF");
}


@font-face {
  font-family: 'AntennaCond';
  src: url('../../fonts/AntennaCond/AntennaCond-Black.woff2') format('woff2'),
      url('../../fonts/AntennaCond/AntennaCond-Black.woff') format('woff'),
      url('../../fonts/AntennaCond/AntennaCond-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AntennaCond';
  src: url('../../fonts/AntennaCond/AntennaCond-Medium.woff2') format('woff2'),
      url('../../fonts/AntennaCond/AntennaCond-Medium.woff') format('woff'),
      url('../../fonts/AntennaCond/AntennaCond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AntennaCond';
  src: url('../../fonts/AntennaCond/AntennaCond-Regular.woff2') format('woff2'),
      url('../../fonts/AntennaCond/AntennaCond-Regular.woff') format('woff'),
      url('../../fonts/AntennaCond/AntennaCond-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


*{
  font-family: 'AntennaCond';
}


h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #404040;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}
.body {
    background: #727474 url(../../images/promos/fisk-aulagratis/dezembro-25/BG.webp) no-repeat center 0;
    background-size: cover;
  }



.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.header-promo {
  width: 100%;
  position: relative;
  /* background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 25%, #d0d0d0 50%, #c0c0c0 75%, #b0b0b0 100%); */
}

.logo-web {
  position: absolute;
  top: 29%;
  right: 7%;
  width: 25%;
  max-width: 300px;
}

.mochilas-mobile, .subtitulo-mobile {
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
  display: block;
}

.header h1{
  font-family: "AntennaCond", sans-serif;
  font-size: 54px;
  line-height: 64px;
  margin-right: auto;
  text-transform: uppercase;
  color: #ffffff;
  margin: 30px auto 120px;
}

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

.logo-header img {
  width: 15%;
  margin-top: 10px;
  margin-right: 15px;
}

.off-50 img {
  width: 80%;
}

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

.hero {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 640px;
  padding: 0px 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*border: 1px none #000;
  background-color: transparent;
  background-image: url('/assets/images/promos/fisk-aulagratis/new/BG.png');
  background-position: 50% -30px;
  background-size: auto 768px;
  background-repeat: no-repeat;*/
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #d8191d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce372f),
    to(#e13c34)
  );
 
  font-family: 'AntennaCond', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #ec1c2a;
  color: #fff;
}
.button:disabled{
  opacity: 0.8;
}

.page-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  /* background: #0e7c2a; */
  gap: 200px;
}

.div_logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.image_logo {
  position: absolute;
  left: 0%;
  top: 25px;
  right: 0%;
  bottom: auto;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.image_hero_desktop {
  position: relative;
  top: 170px;
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image_hero_mobile {
  display: none;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}
.promo-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: -100px;
}

.infos_title {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: auto;
  width: 80%;
}

.registration-form-container {
  background: url('../../images/promos/fisk-aulagratis/dezembro-25/BOX_form.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infos_paragraph {
  color: #ffffff;
  margin-right: auto;
  font-size: 27px;
  font-weight: normal;
  font-family: "AntennaCond", sans-serif;
  line-height: 2.7rem;
  width: 100%;
  margin-top: 16px;
}

.infos_paragraph span{
  /* font-family: "Antonio", sans-serif; */
  font-family: Open_Sans, sans-serif;
  font-weight: 700;
  color: #727272;
  font-size: 25px;
  line-height: 1.2em;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  /* max-width: 360px; */
}

.promo-disclaimer{
  color: #1f1f1f;
  display: block;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 18px;
  margin-right: auto;
}

.body-play {
  margin-right: auto;
  width: 90%;
}

.action-buttons-wrapper {
  display: flex;
  width: 60%;
  /* justify-content: space-between; */
  justify-content: space-around;
  /*justify-content: center;*/
  margin: 0 auto 40px auto;
}

.action-button {
  width: 490px;
  text-align: center;
}

.cross_text {
  width: 100%;
}

.cross_image {
  width: 80%;
}


.faca-text {
  font-size: 32px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.second {
  margin-bottom: 29px;
}

.div_features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  margin-right: auto;
}
.courses-banner {
  display: flex;
  align-self: start;
  width: 105%;
}
.courses-banner .div_features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  margin-right: auto;
}
.courses-banner .div_feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}
.courses-banner img{
  max-width: 96%;
}
.courses-banner img:hover{
  transform: translate(7px, 0);
}

.div_feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.checkmark img {
  width: 70%;
}

.feature_icon {
  width: 36px;
  margin-right: 10px;
}

.feature_text {
  font-family: Creme;
  letter-spacing: 2px;
  color: #5f5c5c;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 3px;
}

.feature_text span {
  font-size: 15px;
}

.image_menina {
  margin-right: auto;
  margin-left: 30px;
}

.infos_title_h2 {
  font-family: "Antonio", sans-serif;
  font-size: 54px;
  line-height: 64px;
  margin-right: auto;
  text-transform: uppercase;
  color:#e82b27;
  margin-top: -160px;
  margin-bottom: 10px;
}

.infos_subtitle_h2 {
  font-size: 30px;
  line-height: 35px;
  margin-right: auto;
  text-transform: uppercase;
  color: #d00b04;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: RammettoOne, sans-serif;
  margin-bottom: 20px;
  max-width: 220px;
}

.infos_title_h3 {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
}

.infos_subtitle {
  margin-right: auto;
  width: 65%;
  margin-bottom: 10px;
}

.barrinha {
  position: absolute;
}
.barrinha img {
  width: 66%;
  position: relative;
  /* top: 372px; */
  /* left: -15px; */
  bottom: 5px;
  right: 5px;
}

.infos_legaltext {
  /*position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;*/
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.footer_div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.footer_div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 375px;
}

/* .footer_link_logo {
  margin-top: -130px;
} */

.footer_link_social {
  height: 56px;
  width: 56px;
}


.footer_text_social {
  margin-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  text-align: right;
}

.footer_div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  gap: 3px;
}

.footerIcons {
  width: 100%;
  height: 100%;
}

/* Estilos para redes sociais com imagem única */
.social-media-container {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.social-media-bg {
  width: 100%;
  height: auto;
}

.social-link {
  position: absolute;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Posicionamento dos links das redes sociais (ajustar conforme a imagem) */
.facebook-link {
  top: 36%;
  left: 9%;
  width: 15%;
  height: 53%;
}

.twitter-link {
  top: 36%;
  left: 27%;
  width: 15%;
  height: 55%;
}

.tiktok-link {
  top: 36%;
  left: 45%;
  width: 15%;
  height: 53%;
}

.instagram-link {
  top: 36%;
  left: 62%;
  width: 16%;
  height: 53%;
}

.youtube-link {
  top: 36%;
  left: 80%;
  width: 15%;
  height: 53%;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  flex-direction: column;
  padding-bottom: 2rem;
  /*
  background-image: url(/assets/images/promos/fisk-aulagratis/bg-final.png);
  background-repeat: no-repeat;
  background-position: 0px -30px;
  background-size: 100% 108%;*/
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 55% 5%;
}

.div_cross {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cta-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cross_img h5{
  font-family: "Antonio", sans-serif;
  color:#ffffff;
  font-size: 80px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: -10px;
}
.cross_img h6{
  font-family: "Open Sans", sans-serif;
  color:#ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.action-link {
  font-family: Open_Sans, sans-serif;
}

.action-link img {
  max-width: max-content;
  width: auto;
  margin-top: 15px;
}

.action-link:hover {
  text-decoration: none;
  color: white;
  margin: 0 auto;
}

.cross_title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: gobold_extra2regular, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.video {
  position: relative;
  padding: 80px 0 6rem;
  max-width: 1200px;
  margin: auto;
}


.image_frame {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.video-2 {
  z-index: 999;
}

.form-header-image {
  position: relative;
  z-index: 999;
  width: 345px;
  margin: -40px auto 32px;
}

.form-content {
  margin-top: -2px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 45px;
  padding-top: 0;
  z-index: 10;
}

@media screen and (min-width: 1400px) {
  .header-promo{
    margin-top: -172px;
    margin-bottom: -1090px;
    padding-bottom: 0;
  }
  .header-promo img{
    margin-left: -160px;
  }
  .content {
    margin-right: calc((100% - 1400px) / 2);
  }

  .registration-form-container{
    width: 60%;
    max-width: 591px;
    margin-left: 50px;
    margin-top: -150px;
  }

  .logo-web {
    position: absolute;
    top: 33%;
    right: calc(((100% - 1400px)/2) + 90px);
    width: 25%;
    max-width: 300px;
  }

  .footer-logo {
    max-width: 380px;
  }
}
@media screen and (max-width: 1600px) {

  .infos_title_h2{
    /* font-size: 50px; */
  }

  .faca-text{
    font-size: 24px;
  }
  .action-link img{
    max-height: 130px;
  }
  .second {
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 1200px) {
  .form-content{
    margin-top: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .courses-banner{
    width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .header-promo{
  }

  .infos_title_h2 {
    font-size: 50px;
  }

  .infos_paragraph{
    font-size: 24px;
  }

  .action-buttons-wrapper{
    width: 750px;
  }

  .action-button {
    width: 50%;
  }

  .cta-content {
    width: 100%;
  }

  /* .cross_img h5{
    font-size: 4vw;
  }
  .cross_img h6{
    font-size: 3vw;
  } */

}

@media screen and (max-width: 1100px) {
  .header-promo {
  }

  .header-promo img {
    max-width: 100%;
  }

  .header h1{
    font-size: 4.5vw;
    margin: 4.5vw auto 13vw
  }

  .infos_title_h2 {
    /* font-size: 35px; */
  }

  .infos_paragraph {
    font-size: 22px;
  }

  .infos_paragraph span{
    /* font-size: 29px; */
  }

  .footer{
    padding: 0 20px 20px;
  }

  .footer_div1{
    max-width: 300px;
  }

  .footer_text_social{
    font-size: 20px;
  }
}


@media screen and (max-width: 991px) {
  /*.div_cross {
    top: 300px;
  } */

  .header{
    /* padding-top: 0;
    margin-bottom: -230px; */
  }

  .header-promo {
    margin-bottom: -260px;
  }

  .content {
    margin: 50px auto 0 auto;
  }

  .action-button {
    width: 50%;
  }
  .action-buttons-wrapper {
    width: 90% !important;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .hero {
    height: 490px;
    background-position: 50% -50px;
    background-size: auto 690px;
  }

  .promo-info{
    margin-top: 0;
  }

  .infos_title_h2{
    /* font-size: 26px;
    line-height: 38px; */
  }

  .infos_title {
    font-size: 30px;
  }
  
  .infos_paragraph {
    font-size: 17px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .infos_paragraph > br{
    display: none;
  }

  .infos_subtitle {
    font-size: 21px;
  }

  .form-header-image{
    width: 320px;
    margin: -35px auto 32px;
  }

  .registration-form-container {
    width: 50%;
    margin-top: 0px;
  }

  .feature_text {
    font-size: 14px;
  }

  .div_features {
    width: 100%;
  }

  .courses-banner .div_features img{
    max-height: 36px;
    max-width: 97%;
  }


  .infos_legaltext {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 10px;
  }

  .page-footer {
    padding-bottom: 50px;
    gap: 20px;
  }

  .footer-social {
    margin-bottom: 0;
  }

  .footer-logo {
    width: 30%;
    padding-left: 20px;
  }

  .video {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10%;
    padding-left: 10%;
  }

  .video-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .infos_title_h3 {
    font-size: 17px;
  }

  .action-button {
    width: 100%;
  }

  .cta-content h5 {
    font-size: 70px;
  }
  .cta-content h6 {
    font-size: 32px;
  }

  .footer_link_social {
    height: 33px;
    width: 33px;
  }
}

@media screen and (max-width: 767px) {

  .body{
    background: #666666 url(../../images/promos/fisk-aulagratis/dezembro-25/fundo-mobile.webp) no-repeat;
    background-size: cover;
  }
  .content {
    margin: 10px auto 0 auto;
  }
  
  .header-promo {
    margin: 0;
  }

  .header-play {
    width: 80%;
    margin: 30px 0 30px;
  }

  .header {
    padding-top: 0;
    margin-bottom: 0;
  }

  .header-promo {
    width: 90%;
    margin-left: 0;
    margin-top: 40px;
  }

  .header h1 {
    font-size: 4.5vw;
    margin: 2vw auto 6vw;
  }

  .mochila-mobile{
    width: 60vw;
    max-width: 500px;
  }

  .promo-info{
    margin-top: 10px;
  }

  .registration-form-container {
    background: url(../../images/promos/fisk-aulagratis/dezembro-25/BOX_form_mobile.png);
    background-size: 100% 100%;
  }


  .infos_title_h2 {
    /* width: 73vw; */
    margin-left: auto;
    font-size: 8vw;
    line-height: 10vw;
    text-align: center;
  }

  .infos_title_h2 br{
    /* display: none; */
  }

  .info_text {
    text-align: left !important;
    padding: 0 2rem;
    margin-top: -3rem;
    height: auto !important;
    line-height: 3 !important;
}


  .infos_subtitle_h2 {
    max-width: 330px;
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .nyImage {
    display: none;
  }

  .div_features {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .courses-banner .div_features img {
    max-height: 100%;
  }

  .faca-text {
    line-height: 3rem;
  }

  .action-link img {
    max-width: 100%;
  }

  .second {
    margin-bottom: 7px;
  }
  .w-inline-block {
    display: flex;
    justify-content: center;
  }

  .before-logo{
    margin: 10vw auto 0;
    text-align: center;
  }

  .before-logo img{
    max-width: 60vw;
  }

  .image_logo_footer {
    margin-top: 20px;
    max-width: 60vw;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .logo-header img {
    width: 35%;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .div_logo {
    width: 240px;
  }

  .image_logo {
    top: 20px;
    width: 130px;
  }

  .body-play {
    width: 70%;
  }

  .image_hero_desktop {
    display: none;
  }

  .image_hero_mobile {
    position: relative;
    top: 80px;
    z-index: 999;
    display: block;
    width: 500px;
    max-width: 500px;
    right: 20px;
  }

  .content {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo-info {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-bottom: 30px;
  }

  .infos_title {
    margin-top: 50px;
    /*margin-left: auto;*/
    margin-right: auto;
    width: 60%;
  }

  .infos_subtitle {
    width: 45%;
  }

  .infos_paragraph {
    font-size: 1.8rem;
    margin: 16px auto;
    line-height: 3rem;
    text-align: center;
    /* display: none; */
  }

  .promo-disclaimer{
    text-align: center;
    margin-top: 15px;
    max-width: 450px;
  }

  .infos_title_h3 {
    font-size: 24px;
  }

  .feature_text {
    font-size: 20px;
  }

  .registration-form-container {
    width: 90%;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-top: 10px;
  }

  .image_menina {
    display: none;
  }

  .infos_legaltext {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .footer-social {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social{
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
    max-width: 60%;
  }

  /* .footerIcons {
    scale: 1.5;
    margin-right: 0px;
  } */

  .footer_div3{
    margin-left: 0;
  }

  .footer_text_social {
    margin-right: 0;
    text-align: center;
    line-height: 2rem;
  }

  .footer_text_social br{
    display: none;
  }

  .footer_link_social {
    height: 40px;
    width: 40px;
  }

  /* Ajustes para redes sociais mobile */
  .social-media-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .social-link {
    /* Ajustar posicionamento para mobile se necessário */
  }

  .call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .cta-content {
    display: none;
  }

  .div_cross {
    text-align: center;
    width: 50%;
  }
}

@media screen and (max-width: 479px) {

  .header-promo{
    /* margin-bottom: 90px; */
    margin-top: 40px;
  }

  .infos_title_h2 {
    width: 80vw;
    font-size: 8vw;
    line-height: 10vw;
  }

  .promo-info {
    margin-bottom: 0;
  }

  .div_cross {
    width: 70%;
  }

  .form-content{
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .before-logo img {
    max-width: 80vw;
  }

  .image_logo_footer{
    max-width: 60vw;
  }

  .page-footer{
    gap: 30px;
  }

  .footer_link_social{
    height: 10vw;
    width: 10vw;
  }


  .image_frame {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .body-play {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 450px) {
  .div_cross {
    top: 150px;
  }
}
/* --------- */
@media (max-width: 768px) {
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 90%;
  }
  .col-10 {
    width: 80%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-4 {
    width: 33%;
  }

  #pre-matricula-form ul.list-day-week li {
    width: calc(33.333% - 3px);
  }
  #pre-matricula-form ul.list-day-week li:nth-child(3n + 2) {
    margin: 0 4px;
  }
  

}

@media (min-width: 768px) {
  #pre-matricula-form .col-sm-6.pl-0 {
    padding-left: 4px;
  }
  #pre-matricula-form .col-sm-6.pr-0 {
    padding-right: 4px;
  }

  #pre-matricula-form ul.list-day-week li {
    width: calc(16.66% - 2px);
    margin-left: 2px;
  }
  #pre-matricula-form ul.list-day-week li:nth-child(1) {
    margin-left: 0;
  }

  /* Bottom Content Section */
  #bottom-content {
    background: #931113;
  }

  .video{
      margin-top: 30px;
  }

}

#pre-matricula-form {
  font-family: Montserrat;
  color: black;
  z-index: 2;
  position: relative;
  margin-top: -30px;
  z-index: 9999;
}

#pre-matricula-form h4 {
  font-weight: bold;
  font-family: Montserrat;
  color: #c30005;
}

#pre-matricula-form input,
#pre-matricula-form select {
  border-radius: 8px;
  height: 35px;
  margin-bottom: 10px;
  border: 1px solid #c30005;
  padding: 15px 15px;
}
#pre-matricula-form select {
  padding: 6px 8px;
}
#pre-matricula-form select #course_id {
  padding: 6px 8px;
}
#pre-matricula-form input::-webkit-input-placeholder {
  /* Edge */
  color: #555;
}

#pre-matricula-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

#pre-matricula-form input::placeholder {
  color: #555;
}

#pre-matricula-form label {
  font-size: 18px;
  margin-top: 20px;
  font-family: Montserrat;
  color: #c30005;
}

#pre-matricula-form input.error,
#pre-matricula-form select.error {
  margin-bottom: -5px;
}

#pre-matricula-form label.error {
  color: red;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 5px;
}

#pre-matricula-form ul.list-day-period,
#pre-matricula-form ul.list-day-week {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
#pre-matricula-form ul.list-day-week li,
#pre-matricula-form ul.list-day-period li {
  float: left;
  background: white;
  color: #555;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 6px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #c30005;
}
#pre-matricula-form ul.list-day-week li,
#pre-matricula-form ul.list-day-period li,
#pre-matricula-form input,
#pre-matricula-form select {
  font-size: 15px;
}

#pre-matricula-form ul.list-day-period li {
  width: calc(33.333% - 3px);
}
#pre-matricula-form ul.list-day-period li:nth-child(3n + 2) {
  margin: 0 4px;
}

#pre-matricula-form ul.list-day-period li.active,
#pre-matricula-form ul.list-day-week li.active {
  background-color: #ed3237;
  color: #fff;
  border-color: #ed3237;
}
#form {
  position: relative;
}

.g-recaptcha {
  transform-origin: unset !important;
}

.fiskweb-captcha {
  display: flex;
  justify-content: center;
}

.confirm {
  display: flex;
  justify-content: center;
}

@media (min-width: 995px) {
  .content {
    margin-top: 0;
  }
}


@media (max-width: 479px) {
  .content {
    margin: -30px auto 0 auto;
  }
}

@media (max-width: 525px) {
  .registration-form-container{
    margin-top: 50px;
  }
  .form-header-image{
    width: 60vw;
    margin: -8vw auto 32px;
  }
  
  .faca-text {
    font-size: 4vw;
    margin-bottom: 10px;
  }

  .action-link img {
    width: 80vw;
  }

  .infos_paragraph {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .infos_paragraph > br{
    display:none;
  }


  .infos_paragraph span{
    font-size: 1.6rem;
    margin: 10px 0;
    display: block;
  }

  .promo-disclaimer{
    font-size: 13px;
  }
}

.image_bottomform_desktop {
  position: relative;
  z-index: 999;
  width: 100%;
  margin-top: -20px;
}

.info_text {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  height: 50px;
  line-height: 5;
}

.mobile-only, .mobile-inline-only{
  display: none;
}

@media (max-width: 767px) {
  .infos_legaltext {
    display: none;
  }
  .info_text {
    display: none !important;
  }
  .video {
    padding: 20px 20px 6rem;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  /* Remover gradiente do header-promo no mobile */
  .header-promo {
    background: none !important;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
  }

  .header-promo img {
    width: 100%;
    margin-bottom: -44%;
    margin-top: -10%;
    margin-left: 5%;
  }

  /* Promo-disclaimer aparecer acima do form */
   .promo-disclaimer-mobile {
    display: block !important;
    margin-bottom: 40px;
    color: #1f1f1f;
    font-size: 12px;
    text-align: center;
    max-width: 80%;
  }

  .content {
    flex-direction: column;
  }

  /* Call-to-action aparecer no mobile */
  .call-to-action{
    margin-top: 70px;
  }
  .cta-content {
    max-width: 80%;
    margin: 50px auto 0;
  }
  .call-to-action, .cta-content {
    display: block !important;
  }

  /* Footer: logo e redes abaixo do logo */
  .page-footer {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 20px;
    order: 1;
    max-width: 60%;
  }

  .footer-social {
    order: 2;
  }
}

@media (min-width: 767px) {
  .matricule-button {
    display: none !important;
  }
}
.matricule-button {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
}

/*.faca-teste{
  -webkit-box-shadow: 0px 8px 19px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 19px -1px rgba(0,0,0,0.75);
box-shadow: 0px 8px 19px -1px rgba(0,0,0,0.75);
}*/



@media (max-width: 768px) {
  .action-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    align-content: center;
    min-width: 100%;
    margin: 0 auto -50px auto;
  }

  .action-button {
    width: 60%;
    text-align: center;
    margin-bottom: 10px;
  }

  .action-button img,
  .action-button picture {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .action-button picture img {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .cross_text {
    font-size: 25px;
    padding: 10px;
  }
}


@media (max-width: 425px) {
  .registration-form-container{
    margin-top: 40px;
  }
  .video {
    padding: 20px;
  }

  .promo-disclaimer {
    max-width: 85vw;
    margin: 10px auto 30px;
  }

  .mobile-inline-only{
    display: inline;
  }
  .footer_div1 a {
    text-align: center;
  }
  .cross_image {
    width: 80% !important;
  }
  .footer_text_social {
    margin-right: 7px;
    line-height: 1.5rem;
  }
  .footer_text_social {
    font-size: 4.5vw;
  }
}

@media (max-width: 1232px) {
  .infos_title_h3 {
    font-size: 18px;
  }
}

@media (max-width: 1109px) {
  .infos_title_h3 {
    font-size: 21px;
  }
}

@media (max-width: 1080px) {
  .nyImage {
    width: 50%;
  }
}

@media (max-width: 935px) {
  .nyImage {
    display: none;
  }
}

@media (max-width: 960px) {
  .infos_title_h3 {
    font-size: 20px;
  }
}

@media (max-width: 439px) {
  .infos_title_h3 {
    font-size: 20px;
  }
  .faca-text {
    font-size: 5.5vw;
  }
}

@media (max-width: 366px) {
  .infos_title_h3 {
    font-size: 23px;
  }
 
  /* .footerIcons {
    scale: 1.3;
  } */
}

/* Responsive Text Adjustments */
@media (max-width: 1200px) {
  .promo-text-content {
    padding: 30px 40px 30px 30px;
    min-height: 250px;
    background-size: cover;
  }

  .promo-title {
    font-size: 36px;
  }

  .promo-main-text {
    font-size: 26px;
  }

  .promo-description {
    font-size: 20px;
  }

  .action-link img {
    max-height: 130px;
  }
}

/* Tablet adjustments 768px - 995px */
@media (min-width: 768px) and (max-width: 995px) {
  .header-promo {
    margin-bottom: -63vw !important;
    margin-top: -82px;
  }

  .content {
    margin-top: 50px;
    max-width: 800px;
  }

  .promo-info {
    width: 350px !important;
    margin-bottom: 20px;
  }

  .promo-text-content {
    padding: 7px 30px 20px 20px !important;
    min-height: 200px !important;
    background-size: cover !important;
  }

  .promo-title {
    font-size: 18px !important;
  }

  .promo-main-text {
    font-size: 16px !important;
    padding: 0px 6px 5px 3px !important;
  }

  .promo-description {
    font-size: 17px !important;
    padding: 0 6px 5px 0 !important;
  }

  .registration-form-container {
    margin-top: -20px !important;
    width: 350px !important;
  }

  .courses-banner {
    margin-top: 20px !important;
  }

  .action-buttons-wrapper {
    gap: 100px !important;
  }

  .action-link img {
    max-height: 100px !important;
  }
}

@media (min-width: 997px) and (max-width: 1199px) {
  .header-promo {
    margin-bottom:-53vw !important;
  }

  .content {
    margin-top: 80px;
    max-width: 1000px;
  }

  .promo-info{
    width: 480px;
  }

  .registration-form-container{
    margin-top: -160px;
    width: 470px;
  }

  .logo-web {
    z-index: 999 !important;
  }
}

/* Medium desktop adjustments */
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-promo {
    margin-top: -124px;
    margin-bottom: -55vw !important
  }

  .content {
    margin-top: 80px;
    margin-right: auto;
    max-width: 1200px;
  }

  .registration-form-container{
    margin-top: -160px;
  }

  .logo-web {
    z-index: 999 !important;
  }
}

/* Large desktop adjustments */
@media (min-width: 1400px) and (max-width: 1599px) {
  .header-promo {
    margin-bottom: -51vw !important;
    margin-top: -100px;
  }

  .content {
    margin-top: 60px;
  }

  .logo-web {
    z-index: 999 !important;
  }
}

/* Extra large desktop adjustments */
@media (min-width: 1600px) and (max-width: 1939px) {
  .header-promo {
    margin-bottom: -56vw !important;
  }

  .content {
    margin-top: 40px;
  }

  .logo-web {
    z-index: 999 !important;
  }
}

@media (max-width: 768px) {
  .promo-text-content {
    background: url('../../images/promos/fisk-aulagratis/dezembro-25/subtitulo-mobile-fundo.png') no-repeat;
    background-size: contain;
    background-position: left top;
    padding: 20px;
    min-height: 200px;
    text-align: left;
  }

  .promo-title {
    font-size: 28px;
  }

  .promo-main-text {
    font-size: 20px;
  }

  .promo-description {
    font-size: 16px;
  }

  /* Mobile Promo Text */
  .promo-text-mobile {
    text-align: left;
    background: url('../../images/promos/fisk-aulagratis/dezembro-25/subtitulo-mobile-fundo.png') no-repeat;
    background-size: contain;
    background-position: left top;
    padding: 4px 20px 30px 20px;
    min-height: 180px;
  }

  .promo-title-mobile-container {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px;
    position: relative;
  }

  .promo-title-mobile {
    font-family: 'AntennaCond';
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #d7141b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .promo-main-text-mobile {
    font-family: 'AntennaCond';
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 10px 0 0 0;
  }

  .promo-main-text-mobile .highlight-mobile {
    color: #bb0016;
  }

  .promo-description-mobile {
    font-family: 'AntennaCond';
    font-size: 16px;
    color: #444444;
    margin: 0;
    line-height: 1.2;
    padding: 0;
  }
}

/* Mobile very small screens */
@media (max-width: 400px) {
  .promo-text-mobile {
    padding: 2px 10px 21px 10px;
    min-height: 2vw;
  }

  .promo-title-mobile {
    font-size: 4vw;
    line-height: 10vw;
  }

  .promo-main-text-mobile {
    font-size: 4vw;
    padding: 0;
  }

  .promo-description-mobile {
    font-size: 3.8vw;
  }

  .promo-disclaimer-mobile {
    font-size: 2.5vw;
    max-width: 90%;
    line-height: 144%;
  }
}

/* Promo Text Content */
.promo-text-content {
  text-align: left;
  margin-bottom: 30px;
  background: url('../../images/promos/fisk-aulagratis/dezembro-25/SUB-Longo-fundo.png') no-repeat;
  background-size: contain;
  background-position: left top;
  padding: 10px 60px 40px 30px;
  min-height: 300px;
  margin-left: -13px;
}

.promo-title-container {
  display: inline-block;
  padding:0;
  margin-bottom: 25px;
  position: relative;
}

  .promo-title {
    font-family: 'AntennaCond';
    font-size: 29px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%,  #d7141b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

.promo-main-text {
  font-family: 'AntennaCond';
  font-size: 26px;
  font-weight: 600;
  color: #444444;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 20px 6px 5px 13px;
}

.promo-main-text .highlight {
  color: #bb0016;
}

.promo-description {
  font-family: 'AntennaCond';
  font-size: 24px;
  color: #444444;
  margin: 0;
  line-height: 1.2;
  padding: 0 6px 5px 13px;
}

/* Form Styling */
.comunicado-privacidade {
  margin-bottom: 20px;
  text-align: center;
}

#pre-matricula-form label {
  font-size: 18px;
  margin-top: 20px;
  font-family: Montserrat;
  color: #c30005;
}

.comunicado-privacidade label p {
  font-size: 10px !important;
  height: 100%;
  color: #555555;
  margin-left: 10px;
  margin-bottom: 0px;
}

.comunicado-privacidade label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-top: 0px !important;
}

#pre-matricula-form input, #pre-matricula-form select {
  border-radius: 8px;
  height: 35px;
  margin-bottom: 10px;
  border: 1px solid #c30005;
  padding: 15px 15px;
  color: #333;
}

#pre-matricula-form select {
  padding: 6px 8px;
}

#pre-matricula-form input::placeholder {
  color: #888 !important;
  opacity: 1;
}

#pre-matricula-form input::-webkit-input-placeholder {
  color: #888 !important;
  opacity: 1;
}

#pre-matricula-form input:-ms-input-placeholder {
  color: #888 !important;
  opacity: 1;
}

.comunicado-privacidade .p-2 {
  font-size: 10px;
  height: 100%;
  color: #555555;
  margin-left: 10px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 15px;
}

