@charset "UTF-8";
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Padrao para Setas do Carousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel Redonda dos sites rápidos =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel para Personalização =-=-=-=-=-=- */
/* -=-=-=-=-=-= Estilo Dots Padrao para owl-carrousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Efeito de Transicao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Funcao para ajustar fontes grandes =-=-=-=-=-=- */
/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do juice -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do gradients -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* 1920 - 1080 */
/* Height 668 */
/* Height 800 */
/* LG (Antigo MD) - Height 620 */
@media only screen and (max-device-width: 1199px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  header .navbar .navbar-brand {
    margin-right: 60px; } }
/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  a.anchor {
    top: -60px; }

  header {
    height: 60px; }
    header #menuMobile {
      -webkit-transition: all 0.8s;
      transition: all 0.8s;
      height: 60px;
      padding: 0 15px;
      position: fixed;
      border-bottom: 1px solid #77DFDE;
      /* Parte Fixa durante a rolagem */ }
      header #menuMobile .navbar-brand {
        margin-right: 0;
        padding: 0;
        flex: 1 1;
        text-align: center;
        order: 2; }
        header #menuMobile .navbar-brand img {
          height: 46px;
          transform: none; }
      header #menuMobile .menu_slide {
        order: 1;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center; }
        header #menuMobile .menu_slide .menu-open {
          font-size: 2.5rem;
          font-weight: bold;
          color: #0CB8B6;
          padding: 0 7px;
          transition: 0.3s; }
        header #menuMobile .menu_slide .side-menu-wrapper {
          background-color: #FFFFFF;
          padding-bottom: 15px;
          position: fixed;
          top: 0;
          left: -300px;
          height: 100%;
          z-index: 99;
          transition: 0.5s;
          width: 300px;
          box-sizing: border-box; }
          header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile {
            background-color: #0CB8B6;
            color: #FFFFFF;
            font-size: 1.3rem;
            font-weight: 600;
            padding: 18px 12px;
            text-align: center; }
            header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile i {
              padding-right: 5px; }
          header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav {
            padding-top: 0;
            position: fixed;
            height: 100%;
            width: 300px;
            overflow-y: scroll; }
            header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link {
              font-size: 1.3rem;
              font-weight: 400;
              padding: 15px 15px;
              color: #666666;
              transition: 0.3s;
              border-bottom: 1px solid #EEEEEE;
              text-align: left; }
              header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link .fa-chevron-right {
                font-size: 1rem;
                margin-right: 6px; }
            header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav_orcamento .nav-link {
              border: none;
              border-bottom: 1px solid #EEEEEE; }
          header #menuMobile .menu_slide .side-menu-wrapper .menu-close {
            /* close button */
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            font-size: 2.2rem;
            color: #FFFFFF;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            right: 12px; }
        header #menuMobile .menu_slide .menu-overlay {
          /* overlay */
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 99;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.7);
          overflow-y: auto;
          overflow-x: hidden;
          text-align: center;
          opacity: 0;
          transition: opacity 1s; }
      header #menuMobile.fix {
        height: 60px; }
    header .ad {
      height: 0;
      top: 0; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_banner {
    margin-top: 0; }
    #section_banner .banner {
      background-size: cover;
      height: 300px; }
    #section_banner .owl-dots {
      bottom: 10px; }
    #section_banner .owl-nav {
      top: 43%;
      opacity: 1; }
      #section_banner .owl-nav .owl-prev {
        left: 10px; }
      #section_banner .owl-nav .owl-next {
        right: 10px; }
    #section_banner .caixa_resultados {
      width: auto;
      padding: 30px 20px 0;
      position: relative;
      right: 0;
      top: 0;
      bottom: 0;
      transform: none; }
      #section_banner .caixa_resultados .res_titulo {
        font-size: 2rem; }
      #section_banner .caixa_resultados .res_intro {
        padding-top: 10px;
        width: auto; }
      #section_banner .caixa_resultados .form_resultados {
        padding-top: 20px; }
        #section_banner .caixa_resultados .form_resultados .form-group {
          margin-bottom: 18px; }
        #section_banner .caixa_resultados .form_resultados .btn_acessar button {
          font-size: 1.6rem;
          padding: 10px 15px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Nos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_sobre_nos {
    padding: 35px 0 30px; }
    #section_sobre_nos .lista_sn_itens .col-6:nth-child(1) {
      padding-right: 7.5px !important; }
    #section_sobre_nos .lista_sn_itens .col-6:nth-child(2) {
      padding-left: 7.5px !important; }
    #section_sobre_nos .lista_sn_itens .col-6:nth-child(3) {
      padding-right: 7.5px !important; }
    #section_sobre_nos .lista_sn_itens .col-6:nth-child(4) {
      padding-left: 7.5px !important; }
    #section_sobre_nos .sn_item {
      height: 150px;
      margin-bottom: 15px; }
      #section_sobre_nos .sn_item .item_numero {
        font-size: 6rem; }
      #section_sobre_nos .sn_item .item_descricao {
        font-size: 1.5rem; }
      #section_sobre_nos .sn_item .item_linha {
        height: 2px;
        margin-top: 12px; }
    #section_sobre_nos .sec_titulo {
      font-size: 1.8rem; }
    #section_sobre_nos .sec_texto {
      padding-top: 18px; }
      #section_sobre_nos .sec_texto p {
        margin-bottom: 15px; }
    #section_sobre_nos .btn_agendar button {
      padding: 12px 40px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Exames =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_exames {
    padding: 30px 0; }
    #section_exames .sec_titulo .tit_linha {
      height: 2px;
      margin: 10px auto 0; }
    #section_exames .sec_lista {
      padding-top: 25px; }
      #section_exames .sec_lista .exa_item {
        height: 135px; }
      #section_exames .sec_lista .owl-dots {
        margin-top: 15px; }
    #section_exames .sec_detalhes {
      padding-top: 20px; }
      #section_exames .sec_detalhes .detalhe_item .det_texto {
        padding-top: 15px;
        line-height: unset; }
        #section_exames .sec_detalhes .detalhe_item .det_texto ul {
          padding-top: 5px;
          padding-left: 0; }
      #section_exames .sec_detalhes .detalhe_item .det_btn {
        text-align: center; }
        #section_exames .sec_detalhes .detalhe_item .det_btn button {
          padding: 12px 30px;
          margin-top: 10px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Equipe =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_equipe {
    padding: 30px 0 15px; }
    #section_equipe .sec_titulo .tit_linha {
      height: 2px;
      margin: 10px auto 0; }
    #section_equipe .sec_lista {
      padding-top: 20px; }
      #section_equipe .sec_lista .equi_item .item_img {
        height: 285px; }
      #section_equipe .sec_lista .equi_item .item_nome {
        padding-top: 15px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Planos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_planos {
    padding: 30px 0 15px; }
    #section_planos .sec_titulo .tit_linha {
      height: 2px;
      width: 60px;
      margin: 10px auto 0; }
    #section_planos .sec_lista {
      padding-top: 25px; }
      #section_planos .sec_lista .plan_item img {
        max-width: 125px; }
      #section_planos .sec_lista .owl-dots {
        margin-top: 15px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_contato {
    padding: 25px 0; }
    #section_contato .sec_titulo {
      padding-top: 0; }
    #section_contato .sec_intro {
      font-size: 1.4rem;
      padding-top: 15px; }
    #section_contato .form_contato {
      padding-top: 20px; }
      #section_contato .form_contato .form-group {
        margin-bottom: 15px; }
      #section_contato .form_contato .btn_enviar button {
        padding: 12px 35px;
        margin-top: 5px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #footer {
    padding-top: 35px; }
    #footer .footer_redes_sociais {
      padding-top: 20px; }
    #footer .footer_contatos {
      padding: 25px 0 20px; }
      #footer .footer_contatos .con_titulo {
        padding-bottom: 20px; }
      #footer .footer_contatos .item_endereco {
        margin-bottom: 18px; }
    #footer .footer_by {
      padding: 15px 0 12px; }
      #footer .footer_by img {
        height: 25px; } }
/* SM (Antigo XS) - Galaxy S5 */
@media only screen and (max-device-width: 767px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_banner .banner {
    height: 250px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Nos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_sobre_nos .sec_titulo {
    padding-top: 5px;
    text-align: center; }
  #section_sobre_nos .sec_subtitulo {
    text-align: center; }
  #section_sobre_nos .sec_texto {
    text-align: center; }
  #section_sobre_nos .btn_agendar {
    text-align: center; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Exames =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_exames .sec_lista {
    margin: 0 20px; }
    #section_exames .sec_lista .owl-nav [class*='owl-'] img {
      height: 25px; }
    #section_exames .sec_lista .owl-nav .owl-prev {
      left: -30px; }
    #section_exames .sec_lista .owl-nav .owl-next {
      right: -30px; }
  #section_exames .sec_detalhes .detalhe_item .det_img {
    padding-top: 20px; }
  #section_exames .sec_detalhes .detalhe_item .det_titulo {
    text-align: center; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Equipe =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_equipe .sec_lista {
    margin: 0 20px; }
    #section_equipe .sec_lista .owl-nav {
      top: 130px; }
      #section_equipe .sec_lista .owl-nav [class*='owl-'] img {
        height: 25px; }
      #section_equipe .sec_lista .owl-nav .owl-prev {
        left: -30px; }
      #section_equipe .sec_lista .owl-nav .owl-next {
        right: -30px; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #footer .footer_logo {
    text-align: center; }
    #footer .footer_logo img {
      height: 50px; }
  #footer .form_newsletter .news_intro {
    text-align: center; }
  #footer .footer_contatos .con_titulo {
    text-align: center; }
    #footer .footer_contatos .con_titulo .tit_linha {
      margin: 10px auto 0; } }
/* Low res  */
@media only screen and (max-device-width: 359px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Nos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_sobre_nos .sn_item .item_descricao {
    font-size: 1.3rem; }

  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Exames =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  #section_exames .sec_lista {
    margin: 0 15px; }
    #section_exames .sec_lista .exa_item .item_titulo {
      width: auto;
      margin: 0 5px; }
    #section_exames .sec_lista .owl-nav .owl-prev {
      left: -25px; }
    #section_exames .sec_lista .owl-nav .owl-next {
      right: -25px; } }

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