@charset "UTF-8";
@media screen and (min-width: 1800px) {
  .no-mob {
    display: flex;
    flex-direction: column;
  }

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

  .menu {
    top: 20px;
  }

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

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

  .menu {
    top: 20px;
  }

  .sobnavbar {
    padding-top: 1.5rem;
  }

  #menu-sup .navbar-nav li a {
    font-size: 1.2rem !important;
  }
}
/** 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;
  }

  /** Cabeçalho **/
  #cabecalho-site .nav-superior a.telphones-top {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
  }
  #cabecalho-site .nav-superior a.telphones-top span {
    font-size: 1rem;
  }
  #cabecalho-site .nav-superior a.icons-sociais {
    font-size: 0.8rem;
  }

  /** MENU **/
  #menu-sup.navbar-expand-lg #icons-sociais-top {
    display: none;
  }
  #menu-sup.navbar-expand-lg .sobnavbar {
    position: inherit;
  }
  #menu-sup.navbar-expand-lg .navbar-brand {
    margin-left: 0;
  }
  #menu-sup.navbar-expand-lg .navbar-nav li a {
    font-size: 0.8rem;
  }
  #menu-sup.navbar-expand-lg .icons-sociais {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem 0.1rem 0.5rem;
  }
  #menu-sup.navbar-expand-lg .dropdown-menu {
    width: 100vw;
  }
  #menu-sup.navbar-expand-lg .nav-item {
    align-self: normal !important;
  }

  /** BANNER TOPO **/
  #banner-carrousel {
    /*margin-top: 79px;*/
  }
  #banner-carrousel #form-simulacao {
    min-height: 380px;
  }
  #banner-carrousel #form-simulacao h5 {
    font-size: 1.2rem;
  }
  #banner-carrousel #form-simulacao .form-group {
    margin: 0;
  }
  #banner-carrousel .carousel-control-prev img, #banner-carrousel #banner-carrousel .carousel-control-next img {
    max-width: 30%;
  }
  #banner-carrousel .line {
    top: 69.5%;
    left: 65%;
    height: 2px;
  }

  /** SEÇÃO SERVIÇOS **/
  .section-service {
    padding-top: 3rem;
  }
  .section-service p.desc {
    font-size: 0.8rem;
  }
  .section-service .associe-se a.btn {
    margin-bottom: 1rem;
  }
  .section-service .detalhe {
    font-size: 1.4rem;
  }
  .section-service .detalhe:before {
    content: "";
    bottom: 7%;
    right: 40%;
    border-left: 2rem solid transparent;
    border-bottom: 10rem solid #4b4b4b;
  }

  /** SEÇÃO BENEFICIOS **/
  .section-beneficios h2.title:after, .section-beneficios h2.title:before {
    width: 35%;
  }
  .section-beneficios .beneficios .beneficio .icon {
    left: 1%;
  }

  /** SEÇÂO RASTREADOR **/
  .section-rastreador h2.title:before, .section-rastreador h2.title:after {
    width: 35%;
  }
  /** SEÇÂO DEPOIMENTOS **/
  .section-depoimentos:before {
    min-height: 100%;
  }
  .section-depoimentos .descricao p {
    font-size: 1.6rem;
    text-align: center;
  }
  .section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media img {
    max-width: 30%;
  }
  .section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media .media-body p {
    font-size: 0.8rem;
  }

  /** FOOTER **/
  footer .section-footer .links-footer:before {
    display: none;
  }
  footer .section-footer li a, footer .section-footer .footer-title {
    /*font-size: 1rem;*/
  }
  footer .section-footer .telefones .col-6.col-md-3:last-child {
    border-right: 2px solid #fff !important;
  }
  footer .section-footer .logo-sociais .logo {
    max-width: 80%;
  }
  footer .section-footer .logo-sociais .icons-sociais {
    font-size: 1.6rem;
  }

  /** COPYRIGHT **/
  .copyright {
    font-size: 0.6rem;
  }
  .copyright .wsite {
    float: none;
    padding-right: 0 !important;
  }

  /** Conteudo Interno **/
  main .content-internal .jumbotron {
    padding-top: 150px;
    margin-top: unset;
    background-size: cover !important;
  }
  main .content-internal .title {
    font-size: 2rem;
  }
  main .content-internal .media img {
    width: 40%;
  }
  main .content-internal .blockquote {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
  main .content-internal .produto .jumbotron .titles {
    font-family: Vista La Diva, sans-serif;
    font-size: 5rem;
  }
  main .content-internal .blog .post-title {
    font-size: 1rem;
    min-height: 30px;
  }
}
/** Smartphones e Tablets de 600px até 899px de width **/
@media screen and (min-width: 600px) and (max-width: 899px) {
  .no-tablet {
    display: none !important;
  }

  .tablet {
    display: block !important;
  }

  #lgpd {
    font-size: 0.6rem;
  }

  #lgpd #fechar-lgpd {
    width: 20%;
    font-size: 0.6rem;
  }

  /** Cabeçalho **/
  #cabecalho-site .nav-superior a.telphones-top {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
  }
  #cabecalho-site .nav-superior a.telphones-top span {
    font-size: 1rem;
  }
  #cabecalho-site .nav-superior a.icons-sociais {
    font-size: 0.8rem;
  }

  /** MENU **/
  #menu-sup.navbar-expand-lg #icons-sociais-top {
    display: none;
  }
  #menu-sup.navbar-expand-lg .sobnavbar {
    position: inherit;
  }
  #menu-sup.navbar-expand-lg .navbar-brand {
    margin-left: 0;
  }
  #menu-sup.navbar-expand-lg .navbar-nav li a {
    font-size: 0.8rem;
  }
  #menu-sup.navbar-expand-lg .icons-sociais {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem 0.1rem 0.5rem;
  }
  #menu-sup.navbar-expand-lg .dropdown-menu {
    width: 100vw;
  }
  #menu-sup.navbar-expand-lg .nav-item {
    align-self: normal !important;
  }

  /** BANNER TOPO **/
  #banner-carrousel {
    /*margin-top: 79px;*/
  }
  #banner-carrousel .carousel-inner {
    height: max-content;
  }
  #banner-carrousel .carousel-inner .carousel-item h5.subtitle {
    top: 40%;
    left: 60%;
    font-size: 12rem;
  }
  #banner-carrousel .carousel-inner .carousel-item h1.title {
    font-size: 4rem;
    top: 35%;
    left: 60%;
  }
  #banner-carrousel .carousel-inner .carousel-item img {
    width: 100%;
    height: max-content;
  }
  #banner-carrousel .carousel-control-prev img, #banner-carrousel #banner-carrousel .carousel-control-next img {
    max-width: 30%;
  }
  #banner-carrousel .line {
    top: 69.5%;
    left: 65%;
    height: 2px;
  }

  /** SEÇÃO SERVIÇOS **/
  .section-service {
    padding-top: 3rem;
  }
  .section-service p.desc {
    font-size: 0.8rem;
  }
  .section-service .associe-se a.btn {
    margin-bottom: 1rem;
  }
  .section-service .detalhe {
    font-size: 1.4rem;
  }
  .section-service .detalhe:before {
    content: "";
    bottom: 7%;
    right: 40%;
    border-left: 2rem solid transparent;
    border-bottom: 10rem solid #4b4b4b;
  }

  /** SEÇÃO BENEFICIOS **/
  .section-beneficios h2.title:after, .section-beneficios h2.title:before {
    width: 35%;
  }
  .section-beneficios .beneficios .beneficio .icon {
    left: 1%;
  }

  /** SEÇÃO CLIENTES **/
  .section-clientes #clientes-carrousel .descricao {
    left: 25%;
    top: 25%;
  }

  /** SEÇÂO RASTREADOR **/
  .section-rastreador {
    background-size: 200%;
  }
  .section-rastreador h2.title:before, .section-rastreador h2.title:after {
    width: 35%;
  }
  .section-rastreador .descricao {
    min-height: 400px;
  }

  /** SEÇÂO DEPOIMENTOS **/
  .section-depoimentos:before {
    min-height: 100%;
  }
  .section-depoimentos .descricao p {
    font-size: 1.6rem;
    text-align: center;
  }
  .section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media img {
    max-width: 30%;
  }
  .section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media .media-body p {
    font-size: 0.8rem;
  }

  /** FOOTER **/
  footer .section-footer .links-footer:before {
    display: none;
  }
  footer .section-footer li a, footer .section-footer .footer-title {
    /*font-size: 1rem;*/
  }
  footer .section-footer .telefones .col-6.col-md-3:last-child {
    border-right: 2px solid #fff !important;
  }
  footer .section-footer .logo-sociais .logo {
    max-width: 80%;
  }
  footer .section-footer .logo-sociais .icons-sociais {
    font-size: 1.6rem;
  }

  /** COPYRIGHT **/
  .copyright {
    font-size: 0.6rem;
  }
  .copyright .wsite {
    float: none;
    padding-right: 0 !important;
  }

  /** Conteudo Interno **/
  main .content-internal {
    /** clientes beneficiados **/
  }
  main .content-internal .jumbotron {
    padding-top: 150px;
    margin-top: unset;
    background-size: cover !important;
  }
  main .content-internal .title {
    font-size: 2rem;
  }
  main .content-internal .media img {
    width: 40%;
  }
  main .content-internal .blockquote {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
  main .content-internal .clientes-beneficiados .media:after {
    display: none;
  }
  main .content-internal .produto .jumbotron .titles {
    font-family: Vista La Diva, sans-serif;
    font-size: 5rem;
  }
  main .content-internal .blog .post-title {
    font-size: 1rem;
    min-height: 30px;
  }

  #whatsapp a {
    top: 85%;
  }
}
/** Smartphones até 599px de width **/
@media screen and (max-width: 599px) {
  .no-mob {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  #lgpd {
    font-size: 0.6rem;
  }

  #lgpd #fechar-lgpd {
    width: 20%;
    font-size: 0.6rem;
  }

  /** Cabeçalho **/
  #cabecalho-site .nav-superior a.telphones-top {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
  }
  #cabecalho-site .nav-superior a.telphones-top span {
    font-size: 1rem;
  }
  #cabecalho-site .nav-superior a.icons-sociais {
    font-size: 0.8rem;
  }

  /** MENU **/
  #menu-sup #icons-sociais-top {
    display: none;
  }
  #menu-sup .logo-top {
    width: 50%;
  }
  #menu-sup .sobnavbar {
    position: inherit;
  }
  #menu-sup .icons-sociais {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem 0.1rem 0.5rem;
  }
  #menu-sup .dropdown-menu {
    width: 100vw;
  }
  #menu-sup .nav-item {
    align-self: normal !important;
  }

  /** BANNER TOPO **/
  #banner-carrousel {
    /*margin-top: 79px;*/
  }
  #banner-carrousel .form-simulacao {
    display: none !important;
  }
  #banner-carrousel .carousel-control-prev img, #banner-carrousel #banner-carrousel .carousel-control-next img {
    max-width: 30%;
  }
  #banner-carrousel .carousel-item h1.title {
    top: 5%;
    left: 37.5%;
    font-size: 2.8rem;
  }
  #banner-carrousel .carousel-item h5.subtitle {
    width: 50%;
    left: 50%;
    font-size: 4.2rem;
    max-width: fit-content;
  }
  #banner-carrousel .line {
    top: 69.5%;
    left: 65%;
    height: 2px;
  }

  form#form-simulacao, form#form-simulacao-mob {
    background-color: #a4282b;
    padding: 2rem;
    border-radius: 10px;
    min-height: 527px;
    color: #fff;
    display: flex;
    perspective: 1000px;
  }
  form#form-simulacao .flip-inner, form#form-simulacao-mob .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  form#form-simulacao .flip-inner.rotate, form#form-simulacao-mob .flip-inner.rotate {
    transform: rotateY(180deg);
  }
  form#form-simulacao .flip-inner .front, form#form-simulacao .flip-inner .back, form#form-simulacao-mob .flip-inner .front, form#form-simulacao-mob .flip-inner .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  form#form-simulacao .flip-inner .back, form#form-simulacao-mob .flip-inner .back {
    transform: rotateY(180deg);
  }
  form#form-simulacao *, form#form-simulacao-mob * {
    font-family: Bahnschrift, sans-serif !important;
  }
  form#form-simulacao h5, form#form-simulacao-mob h5 {
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
  }
  form#form-simulacao p, form#form-simulacao label, form#form-simulacao input::placeholder, form#form-simulacao-mob p, form#form-simulacao-mob label, form#form-simulacao-mob input::placeholder {
    font-size: 0.8rem;
    font-weight: normal;
  }
  form#form-simulacao .btn-warning, form#form-simulacao-mob .btn-warning {
    color: #ed3237;
    width: fit-content;
    margin: auto;
    padding: 0.1rem 1rem 0.1rem;
  }

  /** SEÇÃO SERVIÇOS **/
  .section-service {
    padding-top: 3rem;
  }
  .section-service p.desc {
    font-size: 0.8rem;
  }
  .section-service .associe-se a.btn {
    margin-bottom: 1rem;
  }
  .section-service .detalhe {
    font-size: 1.4rem;
  }
  .section-service .detalhe:before {
    content: "";
    bottom: 8%;
    right: 40%;
    border-left: 2rem solid transparent;
    border-bottom: 10rem solid #4b4b4b;
  }

  /** SEÇÃO BENEFICIOS **/
  .section-beneficios h2.title:after, .section-beneficios h2.title:before {
    width: 35%;
  }
  .section-beneficios .beneficios .beneficio .icon {
    left: 1%;
  }

  /** SEÇÃO CLIENTES **/
  .section-clientes #clientes-carrousel .descricao {
    left: 25%;
  }
  .section-clientes #clientes-carrousel .descricao h2 {
    font-size: 1rem;
  }
  .section-clientes #clientes-carrousel .descricao p {
    font-size: 0.6rem;
  }

  /** SEÇÃO VIDEOS **/
  .section-videos {
    padding: 1rem 0;
  }
  .section-videos #carousel-videos .carousel-inner {
    min-height: 200px;
  }
  .section-videos #carousel-videos .carousel-inner .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    max-height: 200px;
  }
  .section-videos #carousel-videos .carousel-inner .video-direito {
    display: none;
    position: initial;
    max-height: initial;
    top: initial;
    left: initial;
    float: initial;
  }
  .section-videos #carousel-videos .carousel-inner .video-esquerdo {
    display: none;
    position: absolute;
    max-height: 300px;
    top: 10%;
    right: 80%;
    float: right;
  }
  .section-videos #carousel-videos .carousel-inner .carousel-item.active {
    display: block;
    max-width: unset;
    top: unset;
    left: unset;
    max-height: 200px;
  }
  .section-videos #carousel-videos .carousel-control-next {
    right: 0;
  }
  .section-videos #carousel-videos .carousel-control-prev {
    left: 0;
  }

  /** SEÇÂO RASTREADOR **/
  .section-rastreador {
    background-size: 200%;
  }
  .section-rastreador h2.title:before, .section-rastreador h2.title:after {
    width: 35%;
  }
  .section-rastreador .descricao {
    min-height: 400px;
  }

  /** SEÇÂO DEPOIMENTOS **/
  .section-depoimentos:before {
    min-height: 100%;
  }
  .section-depoimentos .descricao p {
    font-size: 1.6rem;
    text-align: center;
  }
  .section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media img {
    max-width: 30%;
  }
  .section-depoimentos .depoimentos #carouselTestmonials .carousel-item .media .media-body p {
    font-size: 0.8rem;
  }

  /** SEÇÃO BLOG **/
  .section-blog .title:before {
    width: 75vw;
  }
  .section-blog .facebook .title:before {
    width: 60vw;
  }

  /** FOOTER **/
  footer .section-footer .links-footer:before {
    display: none;
  }
  footer .section-footer li a, footer .section-footer .footer-title {
    /*font-size: 1rem;*/
  }
  footer .section-footer .telefones .col-6.col-md-3:last-child {
    border-right: 2px solid #fff !important;
  }
  footer .section-footer .logo-sociais .logo {
    max-width: 80%;
  }
  footer .section-footer .logo-sociais .icons-sociais {
    font-size: 1.6rem;
  }

  /** COPYRIGHT **/
  .copyright {
    font-size: 0.6rem;
  }
  .copyright .wsite {
    float: none;
    padding-right: 0 !important;
  }

  /** Conteudo Interno **/
  main .content-internal {
    /** clientes beneficiados **/
  }
  main .content-internal .jumbotron {
    padding-top: 150px;
    margin-top: unset;
    background-size: cover !important;
  }
  main .content-internal .title {
    font-size: 2rem;
  }
  main .content-internal .media img {
    width: 40%;
  }
  main .content-internal .blockquote {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
  main .content-internal .clientes-beneficiados .media:after {
    display: none;
  }
  main .content-internal .produto .jumbotron .titles {
    font-family: Vista La Diva, sans-serif;
    font-size: 5rem;
  }
  main .content-internal .blog .post-title {
    font-size: 1rem;
    min-height: 30px;
  }

  #whatsapp a {
    top: 85%;
  }
}

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