@charset "UTF-8";
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* 1920 - 1080 */
/* Height 620 */
@media only screen and (max-device-width: 1280px) {
  body {
    background-size: 50%;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_banner .banner {
    height: 450px;
  }
}
/* LG (Antigo MD) - Height 620 */
@media only screen and (max-device-width: 1199px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  header .navbar .navbar-brand {
    margin-right: 20px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_banner .banner {
    height: 400px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Fale Conosco =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_fale_conosco .sec_titulo {
    padding-bottom: 90px;
  }
}
/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  /*=-=-=-=-=-=-=-=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-=-=-=-=-=-=-=-=*/
  .button-whats a {
    right: 8px;
    bottom: 8px;
    height: 35px;
    width: 35px;
  }
  .button-whats .effect {
    right: 3px;
    bottom: 3px;
    width: 45px;
    height: 45px;
  }
  /*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #back-top {
    bottom: 65px;
    right: 1px;
  }
  #back-top a span {
    width: 35px;
    height: 35px;
  }
  #back-top a i {
    font-size: 3.5rem;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  a.anchor {
    top: -60px;
  }
  header {
    height: 60px;
    /* Parte Fixa durante a rolagem */
  }
  header #menuMobile {
    position: fixed;
    transition: all 0.8s;
    height: 60px;
    padding: 0 15px;
  }
  header #menuMobile .navbar-brand {
    margin-right: 0;
    flex: 1 1;
    text-align: center;
  }
  header #menuMobile .navbar-brand img {
    height: 40px;
  }
  header #menuMobile .navbar-toggler {
    transition: all 0.8s;
    border: none;
    font-size: 2.5rem;
    color: #000000;
  }
  header #menuMobile #menu-offcanvas {
    transition: all 0.8s;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
  header #menuMobile #menu-offcanvas .navbar-nav {
    background: none;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.8s;
    margin-top: 11px;
  }
  header #menuMobile #menu-offcanvas .navbar-nav .nav-item {
    height: auto;
    display: block;
  }
  header #menuMobile #menu-offcanvas .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
    padding: 15px 15px;
    border-bottom: 1px solid #000000;
  }
  header #menuMobile #menu-offcanvas .navbar-nav .nav_cad {
    padding: 0;
  }
  header #menuMobile #menu-offcanvas .navbar-nav .nav_cad .nav-link {
    font-weight: 500;
  }
  header.fix {
    height: 60px;
  }
  header .ad {
    height: 0;
    top: 0;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Logo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_logo .sec_logo img {
    height: 65px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Lucros =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_sobre_lucros {
    padding: 30px 0;
  }
  #section_sobre_lucros .sec_titulo {
    font-size: 2.1rem;
    padding-bottom: 15px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Cadastre-se =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_cadastre {
    padding: 35px 0;
  }
  #section_cadastre .sec_titulo {
    font-size: 2.2rem;
  }
  #section_cadastre .form_cadastre_se label {
    font-size: 1.4rem;
  }
  #section_cadastre .form_cadastre_se .form-check {
    padding-left: 0;
  }
  #section_cadastre .form_cadastre_se .form-check .form-check-label {
    font-size: 1.4rem;
  }
  #section_cadastre .form_cadastre_se .btn_cadastrar button {
    font-size: 1.5rem;
    margin-top: 10px;
    width: 100%;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Beneficios =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_beneficio {
    padding: 35px 0;
    font-size: 1.6rem;
  }
  #section_beneficio .sec_titulo {
    font-size: 1.9rem;
  }
  #section_beneficio .dep_btn button {
    font-size: 1.6rem;
    padding: 14px 20px 10px;
    margin-top: 10px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Depoimentos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_depoimentos {
    padding: 30px 0;
  }
  #section_depoimentos .sec_titulo {
    font-size: 2.2rem;
  }
  #section_depoimentos .sec_lista {
    padding-top: 25px;
  }
  #section_depoimentos .sec_lista .vid_item {
    margin-bottom: 20px;
  }
  #section_depoimentos .sec_dep_galeria {
    padding-top: 15px;
  }
  #section_depoimentos .sec_dep_galeria .item_dep .dep_descricao {
    font-size: 1.5rem;
  }
  #section_depoimentos .sec_dep_galeria .item_dep .dep_titulo {
    font-size: 1.7rem;
    padding-top: 20px;
  }
  #section_depoimentos .dep_btn button {
    font-size: 1.5rem;
    padding: 12px 20px;
    margin-top: 15px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Quebra de Objecao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_quebra_objecao {
    padding: 35px 0;
    font-size: 1.6rem;
  }
  #section_quebra_objecao .sec_titulo {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  #section_quebra_objecao .dep_btn button {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_banner .banner {
    height: 300px;
  }
  #section_banner .owl-nav {
    top: 30%;
  }
  #section_banner .owl-nav .owl-prev {
    left: 10px;
  }
  #section_banner .owl-nav .owl-next {
    right: 10px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Como Funciona =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_como_funciona {
    padding: 35px 0 30px;
  }
  #section_como_funciona .sec_titulo {
    font-size: 2rem;
  }
  #section_como_funciona .accordion {
    padding-top: 25px;
  }
  #section_como_funciona .accordion .card {
    margin-bottom: 20px;
  }
  #section_como_funciona .accordion .card .card-header {
    font-size: 1.5rem;
  }
  #section_como_funciona .accordion .card .card-header a {
    padding: 20px 15px;
  }
  #section_como_funciona .accordion .card .card-header span i {
    padding-right: 8px;
  }
  #section_como_funciona .accordion .card .card-header i {
    font-size: 1.4rem;
  }
  #section_como_funciona .accordion .card .card-body {
    font-size: 1.5rem;
    padding: 20px 15px 15px;
  }
  #section_como_funciona .sec_btn button {
    font-size: 1.5rem;
    padding: 12px 20px;
    margin-top: 0;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  footer {
    padding: 20px 0 25px;
  }
  footer .footer_redes_sociais {
    padding-top: 30px;
  }
  footer .footer_info {
    padding-top: 30px;
  }
  footer .footer_by {
    padding-top: 20px;
  }
  footer .footer_by .logo_ja {
    height: 20px;
  }
}
/* SM (Antigo XS) - Galaxy S5 */
@media only screen and (max-device-width: 767px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Cadastre-se =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_cadastre .form_cadastre_se .form-check input[type=checkbox]:checked + label:before {
    width: 60px;
  }
  #section_cadastre .form_cadastre_se .form-check .form-check-label:before {
    width: 60px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Depoimentos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_depoimentos .sec_dep_galeria .owl-nav {
    top: 10%;
  }
  #section_depoimentos .sec_dep_galeria .owl-nav .owl-prev {
    left: -28px;
  }
  #section_depoimentos .sec_dep_galeria .owl-nav .owl-next {
    right: -28px;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  #section_banner .banner {
    height: 345px;
  }
  #section_banner .owl-nav {
    top: 40%;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Fale Conosco =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_fale_conosco .form_contato {
    padding-bottom: 20px;
  }
  #section-obrigado i {
    color: #068A25;
    font-size: 6.2rem;
    margin-bottom: 45px;
  }
  #section-obrigado h1 {
    font-size: 2.2rem;
  }
  #section-obrigado h3 {
    font-size: 2.2rem;
  }
  #section-obrigado p {
    font-size: 1.7rem;
  }
  #section-obrigado .sec_logo img {
    margin-top: 35px;
    height: 95px;
  }
}
/* Low res  */
/* Low res  *//*# sourceMappingURL=mediaqueries.css.map */