@charset "UTF-8";
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* CLASSES E OUTROS ESTILOS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= AJUSTES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body {
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
    color: inherit; }

button:visited, button:focus {
  outline: none !important;
  box-shadow: none !important; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none; }

img {
  max-width: 100%; }

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 204, 207, 0.6); }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CLASSES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Classes Personalizadas -=-=-=-=-=-= */
#i_load {
  margin-left: 6px; }

.campo_select {
  position: relative; }
  .campo_select select {
    -webkit-appearance: none; }
  .campo_select i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    font-size: 18px;
    pointer-events: none;
    cursor: pointer;
    z-index: 10; }

.configBGPadrao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.configBGCol {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.lh_90 {
  line-height: 90%; }

.lh_100 {
  line-height: 100%; }

.lh_120 {
  line-height: 120%; }

.cursor_pointer {
  cursor: pointer; }

/* Display flex no carousel */
.carousel_flex .owl-carousel .owl-stage {
  display: flex; }

/* Display flex no carousel e centralizacao */
.carousel_flex_center .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: 0 auto; }

/* Cria o efeito Parallax */
.parallax {
  width: 100%;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%; }

/* Video do YouTube */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 35px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* -=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-= */
.button-whats a {
  background: #2db741 url(../../imagens/whatsapp-icon.png) no-repeat 55% 45%;
  background-size: 60%;
  position: fixed;
  right: 17px;
  bottom: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9; }
.button-whats .pulsate-css {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  border: 3px solid #2db741;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center; }
.button-whats .effect {
  position: fixed;
  right: 12px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #2db741;
  border-radius: 50%;
  z-index: 8; }

/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  .button-whats a {
    right: 8px;
    bottom: 8px;
    height: 35px;
    width: 35px; }
  .button-whats .effect {
    right: 3px;
    bottom: 3px;
    width: 45px;
    height: 45px; } }
/* -=-=-=-=-=-= Ajuste em Classes Existente -=-=-=-=-=-= */
.loading-ajaxLoad {
  text-align: center; }
  .loading-ajaxLoad img {
    padding-top: 20px; }

.owl-theme .owl-nav {
  margin-top: 0; }

/* Legenda Magnific Popup */
.mfp-title {
  font-size: 1.6rem; }

.modal-open {
  padding-right: 0 !important; }

.iv-close {
  background-color: #000000;
  border-radius: 100%; }

/* Oculta o icone lateral do Recaptcha */
.grecaptcha-badge {
  visibility: hidden; }

/* 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 */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Globais =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body, html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
  background-color: #FFFFFF;
  position: relative;
  color: #666666;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  overflow-x: hidden; }

/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-= */
#back-top {
  position: fixed;
  bottom: 105px;
  right: 17px;
  z-index: 200;
  /* MD (Antigo SM) - Google Nexus 7 */ }
  #back-top a {
    position: relative;
    width: 50px;
    display: flex;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    #back-top a span {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #FFFFFF; }
    #back-top a i {
      position: absolute;
      font-size: 5rem;
      color: #0CB8B6;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media only screen and (max-device-width: 991px) {
    #back-top {
      bottom: 65px;
      right: 1px; }
      #back-top a span {
        width: 25px;
        height: 25px; }
      #back-top a i {
        font-size: 3.5rem; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Topo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_topo {
  border-bottom: 1px solid #77DFDE; }
  #section_topo .top_item {
    height: 40px; }
  #section_topo .itens_contato .con_item {
    font-size: 1.2rem;
    color: #444444;
    margin-right: 100px; }
    #section_topo .itens_contato .con_item i {
      font-size: 1.5rem;
      margin-right: 15px; }
    #section_topo .itens_contato .con_item:last-child {
      margin-right: 0; }
  #section_topo .itens_rede_social a {
    margin-right: 15px; }
    #section_topo .itens_rede_social a:last-child {
      margin-right: 0; }
  #section_topo .itens_rede_social .rs_item {
    height: 25px;
    width: 25px;
    font-size: 1.3rem;
    color: #0CB8B6;
    border: 1px solid #0CB8B6; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  z-index: -999;
  visibility: hidden; }

header {
  position: relative;
  height: 115px; }
  header .navbar {
    background-color: #FFFFFF;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    height: 115px;
    /* Parte Fixa durante a rolagem */ }
    header .navbar .navbar-brand {
      margin-right: 120px; }
    header .navbar .navbar-nav {
      width: 100%; }
      header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.4rem;
        font-weight: bold;
        color: #066A6A;
        line-height: 120%;
        padding: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        header .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #0CB8B6;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      header .navbar .navbar-nav .nav_orcamento .nav-link {
        padding: 10px 27px;
        border: 1px solid #0CB8B6;
        border-radius: 10px; }
    header .navbar.fix {
      position: fixed;
      height: 80px;
      border-bottom: 1px solid #77DFDE; }
  header .ad {
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_banner .banner {
  height: 500px; }
#section_banner .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  /* MD (Antigo SM) - Google Nexus 7 */ }
  #section_banner .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #FFFFFF; }
  #section_banner .owl-dots .active span {
    background-color: #FFFFFF; }
  @media only screen and (max-device-width: 991px) {
    #section_banner .owl-dots .owl-dot span {
      width: 10px;
      height: 10px; } }
#section_banner .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 45%;
  opacity: 0;
  transition: all 1.2s; }
  #section_banner .owl-nav [class*='owl-'] {
    position: absolute;
    background: transparent;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-radius: 0; }
    #section_banner .owl-nav [class*='owl-'] img {
      height: 30px; }
  #section_banner .owl-nav .owl-prev {
    left: 15px; }
  #section_banner .owl-nav .owl-next {
    right: 15px; }
#section_banner:hover .owl-nav {
  opacity: 1;
  transition: all 1.2s; }
#section_banner .caixa_resultados {
  background-color: #FFFFFF;
  width: 360px;
  padding: 34px 35px 30px;
  border-radius: 25px;
  position: absolute;
  right: 15px;
  transform: translate(0%, -50%);
  bottom: 40px;
  z-index: 1; }
  #section_banner .caixa_resultados .res_titulo {
    font-size: 2.7rem;
    font-weight: bold;
    color: #066A6A; }
  #section_banner .caixa_resultados .res_intro {
    font-size: 1.2rem;
    color: #878787;
    padding-top: 16px;
    width: 200px;
    margin: 0 auto; }
  #section_banner .caixa_resultados .form_resultados {
    padding-top: 15px; }
    #section_banner .caixa_resultados .form_resultados .form-group {
      margin-bottom: 24px; }
    #section_banner .caixa_resultados .form_resultados .form-control {
      font-size: 1.3rem;
      color: #666666;
      border: 1px solid #CCCCCC;
      border-radius: 15px;
      height: 56px;
      padding: 10px 20px; }
      #section_banner .caixa_resultados .form_resultados .form-control::placeholder {
        color: #666666; }
    #section_banner .caixa_resultados .form_resultados .btn_acessar button {
      background-color: #0CB8B6;
      color: #FFFFFF;
      font-size: 2rem;
      padding: 15px 15px;
      border-radius: 15px;
      border: 1px solid #0CB8B6;
      font-weight: 800;
      margin-top: 0;
      line-height: 120%;
      width: 100%; }
      #section_banner .caixa_resultados .form_resultados .btn_acessar button:hover {
        background-color: #FFFFFF;
        color: #0CB8B6; }
    #section_banner .caixa_resultados .form_resultados .form_info {
      font-size: 1.3rem;
      padding-top: 18px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Nos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_sobre_nos {
  padding: 112px 0 80px; }
  #section_sobre_nos .sn_item {
    background-color: #F5F5F5;
    height: 230px;
    font-weight: 800;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #section_sobre_nos .sn_item .item_numero {
      font-size: 10rem;
      color: #0CB8B6; }
    #section_sobre_nos .sn_item .item_descricao {
      font-size: 2rem; }
    #section_sobre_nos .sn_item .item_linha {
      background-color: #44C5C4;
      height: 3px;
      width: 40px;
      margin-top: 16px; }
    #section_sobre_nos .sn_item:hover {
      background-color: #0CB8B6;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #section_sobre_nos .sn_item:hover .item_numero {
        color: #FFFFFF; }
      #section_sobre_nos .sn_item:hover .item_descricao {
        color: #FFFFFF; }
      #section_sobre_nos .sn_item:hover .item_linha {
        background-color: #FFFFFF; }
  #section_sobre_nos .sec_titulo {
    font-size: 2rem;
    font-weight: bold;
    color: #0CB8B6;
    padding-bottom: 6px; }
  #section_sobre_nos .sec_subtitulo {
    font-weight: bold; }
    #section_sobre_nos .sec_subtitulo {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #section_sobre_nos .sec_subtitulo {
          font-size: calc(20px + 15 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_sobre_nos .sec_subtitulo {
          font-size: 35px; } }
    #section_sobre_nos .sec_subtitulo span {
      font-weight: 800;
      color: #0CB8B6; }
      #section_sobre_nos .sec_subtitulo span {
        font-size: 22px; }
        @media screen and (min-width: 768px) {
          #section_sobre_nos .sec_subtitulo span {
            font-size: calc(22px + 18 * ((100vw - 768px) / 632)); } }
        @media screen and (min-width: 1400px) {
          #section_sobre_nos .sec_subtitulo span {
            font-size: 40px; } }
  #section_sobre_nos .sec_texto {
    font-size: 1.5rem;
    padding-top: 30px; }
    #section_sobre_nos .sec_texto p {
      margin-bottom: 20px; }
  #section_sobre_nos .btn_agendar {
    padding-top: 10px; }
    #section_sobre_nos .btn_agendar button {
      background-color: #0CB8B6;
      color: #FFFFFF;
      font-size: 1.5rem;
      padding: 18px 50px;
      border-radius: 30px;
      border: 1px solid #0CB8B6;
      font-weight: 600;
      margin-top: 0;
      line-height: 120%; }
      #section_sobre_nos .btn_agendar button:hover {
        background-color: #FFFFFF;
        color: #0CB8B6; }
      #section_sobre_nos .btn_agendar button i {
        font-size: 1.2rem;
        padding-left: 10px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Exames =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_exames {
  background-color: #F5F5F5;
  padding: 50px 0 55px; }
  #section_exames .showEffect {
    -webkit-animation: fadeIn 0.5s ease-in-out;
    -moz-animation: fadeIn 0.5s ease-in-out;
    -o-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out; }
  #section_exames .sec_titulo .tit_descricao {
    font-weight: bold; }
    #section_exames .sec_titulo .tit_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #section_exames .sec_titulo .tit_descricao {
          font-size: calc(20px + 10 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_exames .sec_titulo .tit_descricao {
          font-size: 30px; } }
  #section_exames .sec_titulo .tit_linha {
    background-color: #0CB8B6;
    height: 3px;
    width: 80px;
    margin: 15px auto 0; }
  #section_exames .sec_lista {
    padding-top: 80px; }
    #section_exames .sec_lista .exa_item {
      background-color: #FFFFFF;
      height: 140px;
      margin: 0 auto;
      border-radius: 5px; }
      #section_exames .sec_lista .exa_item .item_img img {
        max-height: 50px;
        width: auto;
        margin: 0 auto; }
      #section_exames .sec_lista .exa_item .item_titulo {
        font-size: 1.2rem;
        font-weight: bold;
        padding-top: 20px;
        width: 125px;
        margin: 0 auto; }
    #section_exames .sec_lista .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 55px; }
      #section_exames .sec_lista .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #section_exames .sec_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
      #section_exames .sec_lista .owl-nav .owl-prev {
        left: -35px; }
      #section_exames .sec_lista .owl-nav .owl-next {
        right: -35px; }
    #section_exames .sec_lista .owl-dots {
      margin-top: 30px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_exames .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #0CB8B6; }
      #section_exames .sec_lista .owl-dots .active span {
        background-color: #0CB8B6; }
      @media only screen and (max-device-width: 991px) {
        #section_exames .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
  #section_exames .sec_detalhes {
    padding-top: 60px; }
    #section_exames .sec_detalhes .detalhe_item .det_titulo {
      font-weight: bold; }
      #section_exames .sec_detalhes .detalhe_item .det_titulo {
        font-size: 20px; }
        @media screen and (min-width: 768px) {
          #section_exames .sec_detalhes .detalhe_item .det_titulo {
            font-size: calc(20px + 10 * ((100vw - 768px) / 632)); } }
        @media screen and (min-width: 1400px) {
          #section_exames .sec_detalhes .detalhe_item .det_titulo {
            font-size: 30px; } }
    #section_exames .sec_detalhes .detalhe_item .det_texto {
      font-size: 1.5rem;
      padding-top: 30px;
      line-height: 175%; }
      #section_exames .sec_detalhes .detalhe_item .det_texto ul {
        list-style: none;
        padding-top: 30px;
        padding-left: 20px; }
        #section_exames .sec_detalhes .detalhe_item .det_texto ul li {
          padding-bottom: 8px; }
          #section_exames .sec_detalhes .detalhe_item .det_texto ul li:before {
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            content: '\f00c';
            color: #0CB8B6;
            margin-right: 14px; }
    #section_exames .sec_detalhes .detalhe_item .det_btn button {
      background-color: #0CB8B6;
      color: #FFFFFF;
      font-size: 1.5rem;
      padding: 18px 33px;
      border-radius: 30px;
      border: 1px solid #0CB8B6;
      font-weight: 600;
      margin-top: 20px;
      line-height: 120%; }
      #section_exames .sec_detalhes .detalhe_item .det_btn button:hover {
        background-color: #FFFFFF;
        color: #0CB8B6; }
      #section_exames .sec_detalhes .detalhe_item .det_btn button i {
        font-size: 1.2rem;
        padding-left: 10px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Equipe =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_equipe {
  padding: 70px 0 85px; }
  #section_equipe .sec_titulo .tit_descricao {
    font-weight: bold; }
    #section_equipe .sec_titulo .tit_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #section_equipe .sec_titulo .tit_descricao {
          font-size: calc(20px + 10 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_equipe .sec_titulo .tit_descricao {
          font-size: 30px; } }
  #section_equipe .sec_titulo .tit_linha {
    background-color: #0CB8B6;
    height: 3px;
    width: 80px;
    margin: 15px auto 0; }
  #section_equipe .sec_lista {
    padding-top: 38px; }
    #section_equipe .sec_lista .equi_item {
      font-size: 1.5rem; }
      #section_equipe .sec_lista .equi_item .item_img {
        height: 360px; }
      #section_equipe .sec_lista .equi_item .item_nome {
        font-weight: 800;
        padding-top: 18px; }
      #section_equipe .sec_lista .equi_item .item_cargo {
        padding-top: 10px; }
    #section_equipe .sec_lista .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 160px; }
      #section_equipe .sec_lista .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #section_equipe .sec_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
      #section_equipe .sec_lista .owl-nav .owl-prev {
        left: -40px; }
      #section_equipe .sec_lista .owl-nav .owl-next {
        right: -40px; }
    #section_equipe .sec_lista .owl-dots {
      margin-top: 20px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_equipe .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #0CB8B6; }
      #section_equipe .sec_lista .owl-dots .active span {
        background-color: #0CB8B6; }
      @media only screen and (max-device-width: 991px) {
        #section_equipe .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Planos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_planos {
  background-color: #0CB8B6;
  padding: 70px 0 42px; }
  #section_planos .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #FFFFFF; }
    #section_planos .sec_titulo .tit_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #section_planos .sec_titulo .tit_descricao {
          font-size: calc(20px + 10 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_planos .sec_titulo .tit_descricao {
          font-size: 30px; } }
  #section_planos .sec_titulo .tit_linha {
    background-color: #FFFFFF;
    height: 3px;
    width: 80px;
    margin: 15px auto 0; }
  #section_planos .sec_lista {
    padding-top: 70px; }
    #section_planos .sec_lista .plan_item {
      background-color: #FFFFFF;
      height: 140px;
      margin: 0 auto;
      border-radius: 8px; }
      #section_planos .sec_lista .plan_item img {
        max-height: 120px;
        max-width: 150px;
        width: auto;
        margin: 0 auto; }
    #section_planos .sec_lista .owl-dots {
      margin-top: 40px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_planos .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #FFFFFF; }
      #section_planos .sec_lista .owl-dots .active span {
        background-color: #FFFFFF; }
      @media only screen and (max-device-width: 991px) {
        #section_planos .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_contato {
  color: #AAAAAA;
  padding: 50px 0 44px; }
  #section_contato .sec_titulo {
    font-weight: 800;
    padding-top: 26px; }
    #section_contato .sec_titulo {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_contato .sec_titulo {
          font-size: calc(22px + 18 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_contato .sec_titulo {
          font-size: 40px; } }
    #section_contato .sec_titulo span {
      color: #0CB8B6; }
  #section_contato .sec_intro {
    font-size: 1.5rem;
    padding-top: 20px; }
  #section_contato .form_contato {
    padding-top: 30px; }
    #section_contato .form_contato .form-group {
      margin-bottom: 20px; }
    #section_contato .form_contato .form-control {
      font-size: 1.3rem;
      color: #AAAAAA;
      border: 1px solid #AAAAAA;
      border-radius: 5px;
      padding: 5px 10px; }
      #section_contato .form_contato .form-control::placeholder {
        color: #AAAAAA; }
    #section_contato .form_contato input {
      height: 40px; }
    #section_contato .form_contato textarea {
      height: 100px; }
    #section_contato .form_contato .btn_enviar button {
      background-color: #0CB8B6;
      color: #FFFFFF;
      font-size: 1.5rem;
      padding: 18px 36px;
      border-radius: 30px;
      border: 1px solid #0CB8B6;
      font-weight: 800;
      margin-top: 25px;
      line-height: 120%; }
      #section_contato .form_contato .btn_enviar button:hover {
        background-color: #FFFFFF;
        color: #0CB8B6; }
      #section_contato .form_contato .btn_enviar button i {
        font-size: 1.2rem;
        padding-left: 10px; }
      #section_contato .form_contato .btn_enviar button #i_load {
        padding-left: 0; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer {
  background-color: #EEEEEE;
  padding-top: 50px; }
  #footer .form_newsletter {
    padding-top: 20px; }
    #footer .form_newsletter .news_intro {
      font-size: 1.3rem;
      color: #AAAAAA;
      padding-bottom: 20px; }
    #footer .form_newsletter .form-control {
      font-size: 1.3rem;
      color: #AAAAAA;
      border: 1px solid #BBBBBB;
      border-radius: 6px 0 0 6px;
      height: 40px; }
      #footer .form_newsletter .form-control::placeholder {
        color: #AAAAAA; }
    #footer .form_newsletter .btn_news {
      background-color: #FFFFFF;
      color: #066A6A;
      font-size: 2rem;
      padding: 6px 15px;
      border-radius: 0 6px 6px 0;
      border: 1px solid #BBBBBB;
      font-weight: 600;
      margin-top: 0;
      line-height: 120%;
      border-left: none; }
      #footer .form_newsletter .btn_news:hover {
        background-color: #066A6A;
        color: #FFFFFF; }
  #footer .footer_redes_sociais {
    padding-top: 35px; }
    #footer .footer_redes_sociais .rs_item {
      background-color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      font-size: 2rem;
      color: #0CB8B6;
      margin-right: 10px; }
    #footer .footer_redes_sociais a:last-child .rs_item {
      margin-right: 0; }
  #footer .footer_contatos {
    padding: 12px 0 50px; }
    #footer .footer_contatos .con_titulo {
      padding-bottom: 28px; }
      #footer .footer_contatos .con_titulo .tit_descricao {
        font-weight: bold; }
        #footer .footer_contatos .con_titulo .tit_descricao {
          font-size: 20px; }
          @media screen and (min-width: 768px) {
            #footer .footer_contatos .con_titulo .tit_descricao {
              font-size: calc(20px + 10 * ((100vw - 768px) / 632)); } }
          @media screen and (min-width: 1400px) {
            #footer .footer_contatos .con_titulo .tit_descricao {
              font-size: 30px; } }
      #footer .footer_contatos .con_titulo .tit_linha {
        background-color: #0CB8B6;
        height: 2px;
        width: 40px;
        margin-top: 18px; }
    #footer .footer_contatos .con_item {
      margin-bottom: 15px; }
      #footer .footer_contatos .con_item .item_icon {
        font-size: 1.5rem;
        width: 40px;
        text-align: center; }
      #footer .footer_contatos .con_item .item_descricao {
        font-size: 1.3rem;
        flex: 1 1; }
        #footer .footer_contatos .con_item .item_descricao .btn_mapa button {
          background-color: #0CB8B6;
          color: #FFFFFF;
          font-size: 1.2rem;
          padding: 10px 32px;
          border-radius: 10px;
          border: 1px solid #0CB8B6;
          font-weight: 800;
          margin-top: 15px;
          line-height: 120%; }
          #footer .footer_contatos .con_item .item_descricao .btn_mapa button:hover {
            background-color: #FFFFFF;
            color: #0CB8B6; }
      #footer .footer_contatos .con_item:last-child {
        margin-bottom: 0; }
    #footer .footer_contatos .item_endereco {
      margin-bottom: 30px; }
  #footer .footer_by {
    background-color: #FFFFFF;
    padding: 20px 0 15px; }
    #footer .footer_by img {
      height: 30px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de Confirmacao do Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pag_newsletter {
  border-top: 1px solid #77DFDE; }
  #pag_newsletter .news_titulo {
    font-weight: bold; }
    #pag_newsletter .news_titulo {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #pag_newsletter .news_titulo {
          font-size: calc(20px + 15 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #pag_newsletter .news_titulo {
          font-size: 35px; } }
  #pag_newsletter .news_text {
    font-size: 1.8rem; }
  #pag_newsletter .btn_home button {
    background-color: #0CB8B6;
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 8px 35px;
    border-radius: 9px;
    border: 1px solid #0CB8B6;
    font-weight: 400;
    margin-top: 20px;
    line-height: 120%; }
    #pag_newsletter .btn_home button:hover {
      background-color: #FFFFFF;
      color: #0CB8B6; }

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