@charset "UTF-8";
/** PALETA SITE **/
/** CORES **/
/** URL **/
/** PALETA SITE **/
/** CORES **/
/** Variaveis Globais **/
/** URL **/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*@each $font in $fonts {
    @font-face {
        font-family: nth($font, 1);
        $value: nth($font, 2);

        @if type_of($value) == 'list' {
            @each $val in $value {
                src: url(getFontURl($val));
            }
        } @else {
            src: url(getFontURl($value));
        }
    }
}*/
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-black.otf);
  font-weight: 900;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-blackit.otf);
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Anguita Sans Bold Italic";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-boldit.otf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-extralight.otf);
  font-weight: 100;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-extralightit.otf);
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-light.otf);
  font-weight: 200;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-lightit.otf);
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-medium.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-mediumit.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-regular.otf);
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-regularit.otf);
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-semiboldit.otf);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-thin.otf);
  font-weight: 50;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-thinit.otf);
  font-weight: 50;
  font-style: italic;
}
@media screen and (min-width: 1800px) {
  .no-mob {
    display: flex;
  }

  .mob {
    display: none;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .no-mob {
    display: flex;
  }

  .mob {
    display: none;
    flex-direction: column;
  }

  body main .section5 h1 {
    margin: 1rem 0;
    width: 650px;
  }
  body main .section5 p.primeirop {
    margin: 20rem 0 5rem 0;
  }
  body main h6.aviso {
    font-size: 1rem !important;
  }
  body main footer {
    margin-top: 5rem;
    background-color: #fff;
  }
}
/** Tablets e notebooks/pcs com width de 900px até 1199px **/
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .no-tablet {
    display: none !important;
  }

  .tablet {
    display: block !important;
  }

  body main .section5 h1 {
    position: absolute;
    top: 300px;
    font-size: 4rem;
    width: 400px;
  }
  body main .section5 p.primeirop {
    margin: 20rem 0 5rem 0;
  }
  body main h6.aviso {
    font-size: 1rem !important;
  }
  body main footer {
    margin-top: 5rem;
    background-color: #fff;
  }
}
/** Smartphones e Tablets de 600px até 899px de width **/
@media screen and (min-width: 600px) and (max-width: 899px) {
  .no-tablet, .mob {
    display: none !important;
  }

  .tablet {
    display: block !important;
  }

  body main .section5 h1 {
    position: absolute;
    top: 200px;
    font-size: 4rem;
    width: 400px;
  }
  body main .section5 p.primeirop {
    margin: 30rem 0 5rem 0;
  }
  body main h6.aviso {
    font-size: 1rem !important;
  }
  body main footer {
    margin-top: 5rem;
    background-color: #fff;
  }
}
/** Smartphones até 599px de width **/
@media screen and (max-width: 599px) {
  .no-mob {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  body main {
    margin: 0;
  }
  body main .apresentacao .masthead {
    margin-top: 3rem;
  }
  body main .apresentacao h1 {
    font-size: 1rem;
    margin: 3rem 0;
  }
  body main .apresentacao p {
    font-size: 0.8rem;
    margin: 3rem 0;
  }
  body main .apresentacao iframe {
    height: 200px;
  }
  body main .apresentacao .btn-neon-azul {
    font-size: 1rem;
    margin: 3rem 0;
  }
  body main .section2 h1 {
    font-size: 2rem;
    margin: 3rem 0;
  }
  body main .section2 p {
    margin: 3rem 0;
    font-size: 0.8rem;
  }
  body main .section2 .desc2 {
    margin-left: 5rem;
  }
  body main .section2 img.setas {
    margin: 2.5rem 0;
    width: 32px;
  }
  body main .section3 h1 {
    font-size: 2rem;
    margin: 3rem 0;
  }
  body main .section3 .opcoes {
    padding: 3rem;
  }
  body main .section3 .opcoes li {
    margin: 1rem;
    font-size: 0.8rem;
  }
  body main .section3 h2 {
    font-size: 2rem;
    margin: 3rem 0;
  }
  body main .section3 p.instrucoes-botao {
    font-size: 0.8rem;
  }
  body main .section3 .btn-neon-verde {
    font-size: 1rem;
    margin: 3rem 0;
  }
  body main .section4 h1 {
    font-size: 2rem;
    margin: 3rem 0;
  }
  body main .section4 p.primeiro {
    font-size: 0.8rem;
  }
  body main .section4 .preco-bx b.apenas {
    font-size: 2rem;
  }
  body main .section4 .preco-bx b.mes {
    font-size: 2rem;
  }
  body main .section4 .preco-bx p.a-vista {
    font-size: 0.8rem;
  }
  body main .section4 .preco-bx h3 {
    font-size: 2rem;
  }
  body main .section4 p.segundo {
    font-size: 0.8rem;
  }
  body main .section4 .btn-neon-verde {
    font-size: 0.6rem;
    margin: 3rem 0;
  }
  body main .section5 h1 {
    position: relative;
    top: unset;
    font-size: 2rem;
    width: 100%;
    margin: 3rem 0;
  }
  body main .section5 p {
    font-size: 0.8rem;
    margin: 2.5rem;
  }
  body main .section5 b {
    color: #fff;
    font-size: 0.8rem;
    text-align: left;
  }
  body main .section5 .btn-neon-azul {
    font-size: 1rem;
    margin: 3rem 0;
  }
}

/*# sourceMappingURL=responsive.css.map */
