@font-face {
  font-family: Arial_Narrow_bold;
  src: url("../../fonts/Arial\ Narrow\ Bold.ttf");
}

@font-face {
  font-family: Arial_Narrow_bold_italic;
  src: url("../../fonts/Arial\ Narrow\ Bold\ Italic.ttf");
}

@font-face {
  font-family: Arial_Narrow_italic;
  src: url("../../fonts/Arial\ Narrow\ Italic.ttf");
}

@font-face {
  font-family: Arial_Narrow;
  src: url("../../fonts/Arial\ Narrow.ttf");
}

@font-face {
  font-family: Bebas_neue_bold;
  src: url("../../fonts/bebas-neue-bold.otf");
}

@font-face {
  font-family: Bebas_neue_light;
  src: url("../../fonts/bebas-neue-light.otf");
}

@font-face {
  font-family: Bebas_neue_regular;
  src: url("../../fonts/bebas-neue-regular.otf");
}

@font-face {
  font-family: Bebas_neue_thin;
  src: url("../../fonts/bebas-neue-thin.otf");
}

@font-face {
  font-family: Harabara_bold;
  src: url("../../fonts/Harabara-Bold.ttf");
}

@font-face {
  font-family: Exo_medium;
  src: url("../../fonts/exo-medium-webfont.woff2");
}

@font-face {
  font-family: Exo_SemiBold;
  src: url("../../fonts/Exo-SemiBold.ttf");
}

@font-face {
  font-family: Exo_Light;
  src: url("../../fonts/Exo-Light.ttf");
}

@font-face {
  font-family: Coluna_bold;
  src: url("../../fonts/coluna-condensed-bold.otf");
}

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

@font-face {
  font-family: Fira_Sans;
  src: url("../../fonts/FiraSansCondensed-ExtraBold.ttf");
}

@font-face {
  font-family: RammettoOne;
  src: url("../../fonts/RammettoOne-Regular.ttf");
}

@font-face {
  font-family: Open_Sans;
  src: url("../../fonts/_-Regular.ttf");
}

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: #e1e1e1;
  padding-bottom: 8vw;
  position: relative;

}

.body:before {
  content: '';
  width: 100%;
  height: 48vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e1e1e1 url('../../images/promos/fisk-aulagratis/junho-25/PREDIOS.webp') no-repeat center bottom;
  background-size: cover;
}

.body > div {
    z-index: 2;
    position: relative;
}

@media (max-width: 1920px) {
  .body {
    background-size: unset;
  }
}

.header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 35% 5%;
  padding-top: 0;
  margin-bottom: -230px;
}

.header-play {
  width: 25%;
  text-align: center;
  margin: 50px -25px 0 0;
}

.header-promo {
  width: 100%;
  max-width: 1264px;
  margin-bottom: -140px;
}

.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: #ec1c2a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce372f),
    to(#e13c34)
  );
  background-image: linear-gradient(180deg, #ce372f, #e13c34);
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#c90b18), to(#ec1c2a));
  background-image: linear-gradient(180deg, #c90b18, #ec1c2a); */
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  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;
}

.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: 50px;
}

.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: 1200px;
  margin: 0 auto;
}
.div_infos {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

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

.div_form1 {
  background: url('../../images/promos/fisk-aulagratis/junho-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: #a21b1d;
  margin-right: auto;
  font-size: 21px;
  font-weight: normal;
  font-family: Open_Sans, 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: #a21b1d;
  font-size: 25px;
  line-height: 1.2em;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  /* max-width: 360px; */
}

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

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

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

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

.cross_text {
  width: 100%;
}

.cross_image {
  width: 80%;
}


.faca-text {
  font-size: 32px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  color: #a21b1d;
  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;
}
.ny-list {
  display: flex;
  margin-top: 30px;
  align-self: start;
  width: 105%;
}
.ny-list img{
  max-width: 96%;
}
.ny-list 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: 38px;
  line-height: 48px;
  margin-right: auto;
  text-transform: uppercase;
  color:#72a838;
  margin-top: -110px;
  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: #a21b1d;
  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%;
}

.cross {
  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;
}

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

.cross_img h5{
  font-family: "Antonio", sans-serif;
  color:#a21b1d;
  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:#89bb43;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.faca-teste {
  font-family: Open_Sans, sans-serif;
}

.faca-teste img {
  max-width: max-content;
  width: auto;
  margin-top: 15px;
}

.faca-teste: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: 60px 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;
}

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

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

@media screen and (min-width: 1700px) {
  .header-promo{
    max-width: 1920px;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1300px) {
  .header-promo{
    max-width: 1920px;
    /* margin-left: -100px; */
    margin-bottom: 80px;
  }
  .div_form1{
    width: 60%;
    max-width: 678px;
    margin-right: -3%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1600px) {

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

  .faca-text{
    font-size: 24px;
  }
  .faca-teste img{
    max-height: 80px;
  }
  .second {
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 1200px) {
  .div_form2{
    margin-top: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .ny-list{
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .header-promo{
    margin-bottom: 90px;
    /* margin-left: -120px; */
  }

  .infos_title_h2 {
    font-size: 30px;
  }

  .infos_paragraph{
    font-size: 20px;
  }

  .div_cross_wrapper{
    width: 750px;
  }

  .cross_item {
    width: 50%;
  }

  .cross_img {
    width: 100%;
  }

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

}

@media screen and (max-width: 1100px) {
  .header-promo {
    margin-bottom: 120px;
    /* margin-top: -30px; */
  }

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

  .infos_paragraph {
    font-size: 18px;
  }

  .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: 70px;
    margin-top: -30px;
    /* margin-left: -50px; */
  }

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

  .cross_item {
    width: 50%;
  }
  .div_cross_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;
  }

  .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 span {
      font-size: 22px;
  }

  .infos_paragraph > br{
    display: none;
  }

  .infos_subtitle {
    font-size: 21px;
  }

  .image_topoform_desktop{
    width: 320px;
    margin: -35px auto 32px;
  }

  .div_form1 {
    width: 50%;
    margin-top: 0px;
  }

  .feature_text {
    font-size: 14px;
  }

  .div_features {
    width: 100%;
  }

  .ny-list .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;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer_div2 {
    margin-bottom: 0;
  }

  .footer_div1 {
    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;
  }

  .cross_item {
    width: 100%;
  }

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

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

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

  .body{
    padding-bottom: 26vw;
  }

  
  .body:before {
    background: #e1e1e1 url('../../images/promos/fisk-aulagratis/junho-25/PREDIOS-MOBILE.webp') no-repeat center bottom;
      background-size: cover;
          height: 58vw;
  }


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

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

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

  .header-promo {
    width: 80%;
    margin-left: 0;
    margin-bottom: -160px;
    margin-top: 0;
  }

  .div_infos{
    margin-top: 10px;
  }

  .div_form1 {
    background: url(../../images/promos/fisk-aulagratis/junho-25/BOX_form_mobile.png);
    background-size: 100% 100%;
  }


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

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


  .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;
  }

  .ny-list .div_features img {
    max-height: 100%;
  }

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

  .faca-teste 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: 40vw;
  }
  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;
  }

  .div_infos {
    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; */
    font-size: 0;
    margin: 16px auto;
    line-height: 3rem;
    text-align: center;
    /* display: none; */
  }

  .infos_paragraph span {
    font-size: 4vw;
    margin: 0;
}

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

  .infos_title_h3 {
    font-size: 24px;
  }

  .feature_text {
    font-size: 20px;
  }

  .div_form1 {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
  }

  .image_menina {
    display: none;
  }

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

  .footer_div2 {
    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_div1 {
    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_div2{
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
  }

  /* .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;
  }

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

  .cross_img {
    display: none;
  }

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

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

  .header-promo{
    width: 100%;
    /* margin-bottom: 90px; */
    margin-top: 0;
    margin-bottom: -11vw !important;
  }

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

  .div_infos {
    margin-bottom: 0;
  }

  .div_cross {
    width: 70%;
  }

  .div_form2{
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .image_logo_footer{
    max-width: 60vw;
  }

  .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;
  }
}

#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) {
  .header-promo{
      margin-bottom: -20vw;
  }
  .div_form1{
    margin-top: 50px;
  }
  .image_topoform_desktop{
    width: 60vw;
    margin: -8vw auto 32px;
  }
  
  .faca-text {
    font-size: 4vw;
    margin-bottom: 10px;
  }

  .faca-teste img {
    width: 80vw;
  }

  .div_infos{
    margin-bottom: 0;
  }

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

  .infos_paragraph > br{
    display:none;
  }


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

  .infos_regulamento{
    font-size: 13px;
  }
}

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

.info_text {
  display: none;
  color: #000000;
  /* text-align: center; */
 font-size: 13px;
  /* height: 50px;
  line-height: 5; */
      margin-right: auto;
    margin-left: 30px;
}

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

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

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

@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) {
  .div_cross_wrapper {
    flex-direction: column;
    align-items: center;
    align-content: center;
    min-width: 100%;
    margin: 0 auto -50px auto;
  }

  .cross_item {
    width: 80%;
    text-align: center;
    margin-bottom: 40px;
  }

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


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

  .infos_regulamento {
    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;
  } */
}
