<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: url("/assets/images/promos/fisk-aulagratis/fisk-cash/body-bg.png"); */
  /* background: #e90000; */
  background: #f7f7f7;
  background-repeat: no-repeat;
}
@media (max-width: 425px) {
  .body {
    background-size: 575%;
  }
}

.header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 35% 5%;
}

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

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

.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: RammettoOne, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

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

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

.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: -180px 20px 0 120px; */
}

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

.div_form1 {
  background: url('../../images/promos/fisk-aulagratis/mochila-puffer/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: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.infos_paragraph span{
  font-family: RammettoOne, sans-serif;
  color:#ed1c24;
  font-size: 23px;
}

.infos_paragraph small{
  display: block;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 18px;
  max-width: 370px;
}

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


.faca-text {
  font-size: 32px;
  margin-right: auto;
  margin-left: auto;
  font-family: Open_Sans, sans-serif;
  color: #5f5c5c;
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.second {
  margin-bottom: 38px;
}

.div_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
}
.ny-list {
  display: flex;
  margin-top: 45px;
  align-self: start;
}
.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-size: 30px;
  line-height: 35px;
  margin-right: auto;
  text-transform: uppercase;
  color:#ed1c24;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: RammettoOne, sans-serif;
}

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

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

.footer_link_social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 18px;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_link_social.first {
  padding-right: 20px;
}

.footer_text_social {
  margin-right: 20px;
  font-family: Fira_Sans, sans-serif;
  color: #2e2d2d;
  font-size: 18px;
  font-weight: 50 0;
  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;
}

.footerIcons {
  scale: 1.8;
  margin-right: 0;
}

.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: RammettoOne;
  color:#df001e;
  font-size: 70px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: -20px;
}
.cross_img h6{
  font-family: Fira_Sans;
  color:#2e2d2d;
  font-size: 50px;
  font-weight: 900;
  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 20% 6rem;
}

.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: 350px;
  margin: -48px 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 (max-width: 1600px) {

  .faca-text{
    font-size: 24px;
  }
  .faca-teste img{
    max-width: 260px;
  }
}

@media screen and (max-width: 1310px) {
  .cross_img h5{
    font-size: 4vw;
  }
  .cross_img h6{
    font-size: 3vw;
  }
}

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


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

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

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

  .infos_title {
    font-size: 30px;
  }
  
  .infos_paragraph {
    font-size: 20px;
  }

  .infos_subtitle {
    font-size: 21px;
  }

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

  .feature_text {
    font-size: 14px;
  }

  .div_features {
    width: 100%;
  }

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

  .footer_div2 {
    width: 70%;
    padding-right: 20px;
  }

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

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

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

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

  .header-promo {
    width: 100%;
  }

  .infos_title_h2 {
    max-width: 480px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: auto;
    text-align: center;
  }

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

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

  .faca-teste img {
    max-width: 300px;
  }

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

  .image_logo_footer {
    margin-top: 20px;
  }
  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: 20px;
  }

  .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: 2.5rem;
    text-align: center;
  }

  .infos_paragraph small{
    margin: auto;
    text-align: center;
  }

  .infos_title_h3 {
    font-size: 24px;
  }

  .feature_text {
    font-size: 20px;
  }

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

  .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%;
    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_text_social {
    margin-right: 20px;
    text-align: center;
    line-height: 2rem;
  }

  .footer_text_social br{
    display: none;
  }

  .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) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .hero {
    height: 480px;
    padding-right: 2vh;
    padding-left: 2vh;
    background-position: 50% -30px;
  }

  .image_hero_mobile {
    top: 140px;
  }

  .div_cross {
    width: 70%;
  }

  .infos_title {
    width: 80%;
  }
  .infos_subtitle {
    width: 65%;
  }


  .feature_text {
    font-size: 17px;
  }

  .div_cross {
    top: 200px;
  }

  .header-play,
  .header-promo {
    margin: 30px 0 0 20px;
  }

  .div_infos {
    margin-top: 20px;
    width: 85%;
  }

  .footer_div3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }

  .footer_link_social{
    float: left;
    margin-bottom: 20px;
  }

  .faca-text {
    width: 100%;
  }

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

  .faca-teste img, .image_logo_footer{
    max-width: 100%;
  }

  .footer_link_social {
    height: 22px;
    padding-right: 14px;
  }

  .footer_link_social.first {
    padding-right: 15px;
  }

}
/* --------- */
@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;
  }
  
  .ny-list{
      display: none;
  }
}

@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: 90px;
  }
}


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

@media (max-width: 525px) {
  .image_topoform_desktop{
    width: 270px;
    margin: -30px auto 10px;
  }
  
  .faca-text {
    font-size: 17px;
  }

  .infos_title_h2 {
    font-size: 2rem;
  }

  .infos_subtitle_h2 {
    font-size: 2rem;
  }

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

  .infos_paragraph small{
    font-size: 12px;
  }
}

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

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

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

.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: 40%;
  text-align: center;
}

.cross_text {
  width: 100%;
}

.cross_image {
  width: 80%;
}

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

.mobile-only {
  display: none;
}

@media (max-width: 425px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .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: 12px;
  }
}

@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: 20px;
  }
}

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