/*
* @Author: macosx
* @Date:   2018-12-10 09:03:03
* @Last Modified by:   macosx
* @Last Modified time: 2019-03-14 11:13:55
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
#topo {
  border-top: solid 3px #22B785;
}
#topo h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: 20px;
}
#topo h2:after {
  content: '';
  height: 4px;
  width: 50px;
  background-color: #0f835c;
  position: absolute;
  left: 1%;
}

.conveniospag {
  margin-bottom: 40px;
}

.sobre .imagem {
  width: 50%;
  float: left;
  margin-right: 20px;
}
@media (min-width: 320px) {
  .sobre .imagem {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1024px) {
  .sobre .imagem {
    width: 50%;
    float: left;
  }
}

.galeriaTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.galeriaTitle:after {
  content: '';
  height: 4px;
  width: 50px;
  background-color: #0f835c;
  position: absolute;
  left: 1%;
}

.card {
  border: none;
}

a.card-link {
  font-size: 20px;
  color: #0f835c;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-top: solid 1px #0f835c;
  border-bottom: none;
}

.exame:nth-child(odd) {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.exame {
  margin-bottom: 80px;
}
.exame .texto h2 {
  color: #01b984;
  margin-bottom: 30px;
}
.exame .botao {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.exame .botao a {
  text-decoration: none;
  padding: 10px 20px;
  border: solid 1px #0f835c;
  background-color: #0f835c;
  color: #fff;
  border-radius: 25px;
}
.exame .botao a:hover {
  background-color: #fff;
  color: #0f835c;
}

.texto-exame {
  font-size: 18px;
  color: #487064;
}

.botao {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.botao button {
  text-decoration: none;
  padding: 10px 20px;
  border: solid 1px #0f835c;
  background-color: #0f835c;
  color: #fff;
  border-radius: 25px;
}
.botao button:hover {
  cursor: pointer;
  background-color: #fff;
  color: #0f835c;
}

.modal-dialog {
  max-width: 800px;
}

.modal-body {
  font-family: 'Montserrat', sans-serif;
}
.modal-body li {
  font-size: 12px;
}
.modal-body strong {
  color: #064c37;
}

a .convenio {
  background-color: rgba(232, 238, 241, 0.7);
  text-align: center;
  padding: 20px;
}
a .convenio .titulo {
  font-size: 26px;
}
a .convenio:hover {
  opacity: 0.6;
}

.add {
  padding-top: 20px;
}

.pesquisa {
  margin-top: 30px;
}
.pesquisa input[type=text] {
  padding-left: 15px;
  width: 130px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  width: 100%;
  border: none;
  border: solid 1px #0f835c;
  border-radius: 14px;
  outline: none;
}
.pesquisa button {
  background-color: none;
  border: none;
  background-color: #0f835c;
  border-radius: 14px;
  position: absolute;
  top: 0px;
  right: 15px;
  color: #fff;
}
.pesquisa button:hover {
  cursor: pointer;
  color: #0f835c;
  border: solid 1px #0f835c;
  background-color: #fff;
}

.unidadepg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.unidadepg .imagemunidade {
  height: 170px;
  overflow: hidden;
}
.unidadepg h4 {
  text-align: left;
  color: #0f835c;
  margin-top: 10px;
}

.ficha .titulo {
  margin-top: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #00945e;
  font-size: 40px;
}
.ficha .titulo:after {
  content: '';
  height: 4px;
  width: 90px;
  background-color: #00945e;
  position: absolute;
  left: 20%;
}
@media (min-width: 320px) {
  .ficha .titulo {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .ficha .titulo {
    font-size: 40px;
  }
}
.ficha .texto {
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
}

.mapa .titulo {
  margin-top: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #00945e;
  font-size: 30px;
}
.mapa .titulo:after {
  content: '';
  height: 4px;
  width: 90px;
  background-color: #00945e;
  position: absolute;
  left: 20%;
}
@media (min-width: 320px) {
  .mapa .titulo {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .mapa .titulo {
    font-size: 40px;
  }
}
.mapa form #endereco-cep {
  border: 0;
  background-color: transparent;
  padding: 5px;
  border-bottom: 1px solid #0f835c;
  width: 80%;
}
@media (min-width: 320px) {
  .mapa form #endereco-cep {
    width: 67%;
  }
}
@media (min-width: 1200px) {
  .mapa form #endereco-cep {
    width: 80%;
  }
}
.mapa form #encontrar {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 0;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  background-color: #0f835c;
  color: #fff;
  border-radius: 25px;
}
@media (min-width: 320px) {
  .mapa form #encontrar {
    padding: 4px 20px;
  }
}
@media (min-width: 1200px) {
  .mapa form #encontrar {
    padding: 10px 20px;
  }
}

.bg {
  margin-top: 10px;
  padding: 5px 8px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0f835c;
  color: #FFF;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}

.progresso {
  margin-top: 15px;
  margin-bottom: 15px;
}
.progresso .nome-progresso {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.progresso .completo {
  color: #0f835c;
}

.fancybox-content {
  width: 50%;
  height: 66%;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 10, 2018 */
p, h1, h2, h3, h4, h5, a, span, label {
  font-family: 'Montserrat', sans-serif;
}

/*
* @Author: macosx
* @Date:   2018-12-10 09:05:23
* @Last Modified by:   macosx
* @Last Modified time: 2019-02-28 16:47:28
*/
html {
  height: 100%;
}

body {
  flex-flow: column;
  height: 100%;
}

footer {
  margin-top: auto;
}

img {
  max-width: 100%;
}

.bg-topo {
  color: #fff;
  background-color: #00945e;
}
.bg-topo #linhatopo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
@media (min-width: 320px) {
  .bg-topo #linhatopo {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .bg-topo #linhatopo {
    font-size: 12px;
  }
}
.bg-topo .social {
  color: #fff;
  margin-top: 5px;
  font-size: 22px;
  text-align: right;
}
@media (min-width: 320px) {
  .bg-topo .social {
    text-align: center;
  }
}
.bg-topo .social i {
  color: #fff;
  margin-right: 10px;
}
.bg-topo .telefone-topo {
  text-align: center;
  color: #fff;
  margin-top: 3px;
  font-size: 15px;
}
.bg-topo .telefone-topo a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.bg-topo .telefone-topo i {
  font-size: 18px;
  transform: rotate(-40deg);
}

#menu .nav-item {
  position: relative;
}
#menu .nav-item .nav-link {
  padding: 14px 22px;
}
#menu .nav-item .nav-link:hover {
  color: #fff;
  background-color: #2b975c;
}
#menu .nav-item .nav-link:hover:focus {
  background-color: #2b975c;
}
#menu .nav-item .nav-link:focus {
  color: #fff;
  background-color: #2b975c;
}
#menu .nav-item .nav-link:active {
  color: #fff;
  background-color: #2b975c;
}
@media (min-width: 1024px) {
  #menu .nav-item {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #menu .nav-item {
    font-size: 18px;
    margin-bottom: -7px;
  }
}

.bg-white {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.bg-white .nav-link {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.bg-white .dropdown:hover > .dropdown-menu {
  display: block;
}
.bg-white .dropdown-menu {
  border: solid 1px #0f835c;
  border-radius: 0px;
  max-width: 100%;
  min-width: 100%;
}
.bg-white .dropdown-menu .dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.bg-white .dropdown-menu .dropdown-item:hover {
  color: #0f835c;
  text-decoration: none;
  background-color: #fff;
}
.bg-white .dropdown-menu .dropdown-item:hover:before {
  content: '';
  height: 22px;
  width: 1px;
  background-color: #0f835c;
  position: absolute;
  left: 10px;
}
.bg-white .btn-agendamento {
  border: 1px solid #0f835c;
  background-color: #0f835c;
  color: #fff;
  border-radius: 25px;
}
.bg-white .btn-agendamento:hover {
  background-color: #fff;
  color: #0f835c;
}
@media (min-width: 1024px) {
  .bg-white .btn-agendamento {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .bg-white .btn-agendamento {
    font-size: 16px;
  }
}

.navbar {
  padding: 7px 10px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 0px;
  }
}
/*
* @Author: macosx
* @Date:   2018-12-10 09:05:31
* @Last Modified by:   macosx
* @Last Modified time: 2019-03-21 09:03:40
*/
a {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.creci {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.pqtxt {
  margin-top: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
}

#endrodape {
  padding: 15px;
  background-color: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.title-rod {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #0f835c;
}

.endereco i {
  font-size: 20px;
  color: #0f835c;
}

.responsavel {
  font-size: 11px;
}

.telefone i {
  font-size: 20px;
  color: #0f835c;
  transform: rotate(-40deg);
}

.email i {
  font-size: 20px;
  color: #0f835c;
}

.copyright {
  background-color: #0f835c;
  padding: 5px 0px;
}
.copyright .reservado {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 320px) {
  .copyright .reservado {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .copyright .reservado {
    text-align: left;
  }
}

.social-rodape i {
  font-size: 18px;
}

@media (min-width: 320px) {
  .netpixel {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .netpixel {
    text-align: right;
  }
}

.whatsapp-plug-icon {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  cursor: pointer;
  background-color: #0ba360;
  transition: .3s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("whatsplug.svg");
  background-size: 50% auto;
}

.whatsapp-plug-icon:hover {
  background-color: #15cc74;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
  content: '';
  position: absolute;
  opacity: 0;
  border: 4px solid #0ba360;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  -webkit-border-radius: 50%;
  animation: WaveWhatsApp 1.5s ease infinite;
}

.whatsapp-plug-icon::after {
  animation-delay: .5s;
}

.whatsapp-plug-icon:hover::after {
  border: 4px solid #15cc74;
}

.whatsapp-plug-icon:hover::before {
  border: 4px solid #15cc74;
}

@keyframes WaveWhatsApp {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.last {
  height: 75px;
  background-color: #f9bf3c;
}
.last .final {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  padding-top: 15px;
  padding-bottom: 16px;
  background-color: #f9bf3c;
}
@media (min-width: 768px) {
  .last .final {
    position: fixed;
    top: 92.2%;
  }
}
.last .final #imagemplantao {
  float: left;
  margin-right: 5px;
}
.last .final .texto {
  margin-top: -2px;
}
.last .final .texto #plantaovendas {
  font-weight: 600;
  font-size: 13px;
}
.last .final .texto #telefonepl {
  margin-top: -4px;
  font-weight: 600;
  font-size: 20px;
}
.last .final .atendimento {
  text-align: center;
}
@media (min-width: 320px) {
  .last .final .atendimento {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .last .final .atendimento {
    margin-top: auto;
  }
}

/*
* @Author: macosx
* @Date:   2018-12-10 09:05:13
* @Last Modified by:   macosx
* @Last Modified time: 2019-02-28 17:30:38
*/
.slider > .slide {
  display: none;
}
.slider > .slide:first-child {
  display: inline-grid;
}

.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  display: inline-grid;
}

/*
 * Slider principal
 * ====================================================== */
#slider {
  padding: 0px;
}
#slider .slick-slide {
  position: relative;
}
#slider .slick-prev,
#slider .slick-next {
  border: none;
  position: absolute;
  top: 50%;
  z-index: 800;
  margin-top: -28px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#slider .slick-prev:hover,
#slider .slick-next:hover {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}
#slider .slick-prev {
  left: 1%;
  background: url(../img/slider-nav-left.png) no-repeat;
}
#slider .slick-next {
  right: 1%;
  background: url(../img/slider-nav-right.png) no-repeat;
}
#slider a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#slider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  align-items: flex-end;
  list-style: none;
}

#slider .slick-dots li {
  margin: 0 4px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: 400px;
  text-align: right;
}
@media (min-width: 1024px) {
  #slider .slick-dots li {
    margin-right: 50px;
  }
}

#slider .slick-dots li.slick-active button {
  background: #22b785;
  border: 2px solid #22b785;
}

#slider .slick-dots button {
  border: 2px solid #fff;
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
  background: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: background .2s;
}

@media (min-width: 1024px) {
  #slider .slick-prev {
    display: none !important;
  }
  #slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #slider .slick-prev {
    display: none !important;
  }
  #slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 425px) {
  #slider .slick-prev {
    opacity: 1;
    display: none !important;
    left: 0%;
  }
  #slider .slick-next {
    right: 0%;
    display: none !important;
    opacity: 1;
  }
  #slider .textobanner a {
    font-size: 22px;
  }
}

.centro {
  -webkit-box-shadow: -2px 2px 21px 4px rgba(89, 89, 89, 0.4);
  -moz-box-shadow: -2px 2px 21px 4px rgba(89, 89, 89, 0.4);
  box-shadow: -2px 2px 21px 4px rgba(89, 89, 89, 0.4);
  background-color: #fff;
}
.centro .topo {
  text-transform: uppercase;
  text-align: center;
  color: #0f835c;
  padding: 8px;
  font-size: 20px;
  border-bottom: solid 1px #0f835c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.centro .conteudo {
  padding: 5px;
  margin-top: 20px;
}
.centro .conteudo .imagem {
  text-align: center;
  padding-left: 24px;
}
.centro .conteudo .texto {
  padding-top: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 15px;
}
@media (min-width: 320px) {
  .centro .conteudo .texto {
    text-align: center;
  }
}
.centro .conteudo .imagem-centro {
  text-align: center;
}
.centro .conteudo .texto-centro {
  padding-top: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 15px;
}
.centro .conteudo .formulario {
  text-align: center;
  padding: 20px;
}
.centro .conteudo .formulario input {
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border: solid 2px #0f835c;
  border-radius: 15px;
}
.centro .agenda {
  margin-top: 55px;
  padding: 5px;
}
.centro .botao {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
.centro .botao a {
  text-decoration: none;
  padding: 10px 20px;
  border: solid 1px #0f835c;
  background-color: #0f835c;
  color: #fff;
  border-radius: 25px;
}
.centro .botao a:hover {
  background-color: #fff;
  color: #0f835c;
}
@media (min-width: 320px) {
  .centro {
    margin-top: 35px;
    top: 0;
    height: 373px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .centro {
    height: 373px;
    position: relative;
    top: -170px;
  }
}

.titulo-sessaocon {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.titulo-sessaocon:after {
  content: '';
  height: 4px;
  width: 90px;
  background-color: #0f835c;
  position: absolute;
}
@media (min-width: 320px) {
  .titulo-sessaocon:after {
    left: 25%;
    width: 50px;
  }
}
@media (min-width: 425px) {
  .titulo-sessaocon:after {
    left: 32%;
  }
}
@media (min-width: 1024px) {
  .titulo-sessaocon:after {
    left: 38%;
  }
}
@media (min-width: 1440px) {
  .titulo-sessaocon:after {
    height: 4px;
    width: 90px;
    left: 41%;
  }
}
@media (min-width: 1600px) {
  .titulo-sessaocon:after {
    left: 43%;
  }
}
@media (min-width: 320px) {
  .titulo-sessaocon {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .titulo-sessaocon {
    font-size: 40px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.titulo-sessao {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 60px;
}
.titulo-sessao:after {
  content: '';
  height: 4px;
  width: 90px;
  background-color: #0f835c;
  position: absolute;
  left: 39%;
}
@media (min-width: 320px) {
  .titulo-sessao:after {
    left: 10%;
  }
}
@media (min-width: 425px) {
  .titulo-sessao:after {
    left: 19%;
  }
}
@media (min-width: 1024px) {
  .titulo-sessao:after {
    left: 37%;
  }
}
@media (min-width: 1200px) {
  .titulo-sessao:after {
    left: 39%;
  }
}
@media (min-width: 1400px) {
  .titulo-sessao:after {
    left: 35%;
  }
}
@media (min-width: 1600px) {
  .titulo-sessao:after {
    left: 39%;
  }
}
@media (min-width: 320px) {
  .titulo-sessao {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .titulo-sessao {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

.exames .item {
  background-color: #0f1900;
}
.exames .item img {
  opacity: 0.4;
  z-index: 1;
  height: 580px;
}
@media (min-width: 320px) {
  .exames .item img {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .exames .item img {
    height: 309px;
  }
}
@media (min-width: 1200px) {
  .exames .item img {
    height: 580px;
  }
}
.exames .item .conteudo-banner {
  color: #fff;
  position: absolute;
  top: 150px;
  padding: 20px;
  z-index: 99999;
}
.exames .item .conteudo-banner .titulo {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 50px;
}
@media (min-width: 320px) {
  .exames .item .conteudo-banner .titulo {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .exames .item .conteudo-banner .titulo {
    font-size: 50px;
    height: 150px;
  }
}
.exames .item .conteudo-banner .texto {
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400px;
}
@media (min-width: 320px) {
  .exames .item .conteudo-banner .texto {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  .exames .item .conteudo-banner .texto {
    margin-top: 60px;
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .exames .item .conteudo-banner .texto {
    margin-top: 5px;
    font-size: 19px;
  }
}
@media (min-width: 320px) {
  .exames .item .conteudo-banner {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .exames .item .conteudo-banner {
    top: 150px;
    height: 200px;
  }
}
.exames .item .esquerda {
  font-family: 'Montserrat', sans-serif;
  padding-left: 170px;
}
@media (min-width: 320px) {
  .exames .item .esquerda {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .exames .item .esquerda {
    padding-left: 170px;
    top: 100px;
  }
}
.exames .item .direita {
  font-family: 'Montserrat', sans-serif;
  padding-right: 178px;
}
@media (min-width: 320px) {
  .exames .item .direita {
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .exames .item .direita {
    padding-right: 178px;
    top: 100px;
  }
}
.exames .item .owl-dot {
  outline: 0 !important;
}
.exames .owl-nav {
  height: 50px;
  position: absolute;
  top: 254px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.exames .owl-prev {
  margin-right: 82% !important;
}
.exames .owl-prev:focus {
  outline: 0;
}
.exames .owl-prev:hover {
  background: none !important;
}
.exames .owl-next span {
  font-size: 130px;
  color: #fff;
}
.exames .owl-next:focus {
  outline: 0;
}
.exames .owl-next:hover {
  background: none !important;
}
@media (min-width: 320px) {
  .exames .botao {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (min-width: 425px) {
  .exames .botao {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 40px;
  }
}
.exames .botao a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  padding: 10px 30px;
  border: solid 1px #0f835c;
  background-color: #fff;
  color: #0f835c;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 28px -1px #00cbba;
  -moz-box-shadow: 0px 0px 28px -1px #00cbba;
  box-shadow: 0px 0px 28px -1px #00cbba;
}
.exames .botao a:hover {
  background-color: #0f835c;
  color: #fff;
  box-shadow: none;
}

.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #27b988;
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
  background: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: background .2s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #22b785;
  border: 2px solid #22b785;
}

.logo img {
  z-index: 1;
  height: auto !important;
}

.imagemconv {
  height: 150px;
}

#convenios .slick-prev,
#convenios .slick-next {
  border: none;
  position: absolute;
  top: 65%;
  z-index: 800;
  margin-top: -28px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#convenios .slick-prev:hover,
#convenios .slick-next:hover {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}
#convenios .slick-prev {
  left: -3%;
  outline: 0 !important;
  background: url(../img/nav-left.png) no-repeat;
}
#convenios .slick-next {
  right: -3%;
  outline: 0 !important;
  background: url(../img/nav-rigth.png) no-repeat;
}
#convenios a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#lancamento {
  padding-top: 22px;
}
#lancamento .titulo {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #00945e;
  font-size: 40px;
}
#lancamento .titulo:after {
  content: '';
  height: 4px;
  width: 90px;
  background-color: #00945e;
  position: absolute;
  left: 42%;
}
@media (min-width: 320px) {
  #lancamento .titulo {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  #lancamento .titulo {
    font-size: 40px;
  }
}

.toporesultado {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #fff;
  background-color: #2b975c;
  padding: 8px 12px;
}

.resultados {
  text-align: center;
}

.campoexame {
  margin-top: 10px;
}

.atndvip {
  position: relative;
  border: solid 1px #2b975c;
  margin-top: -112px;
  -webkit-box-shadow: -1px 17px 45px -7px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: -1px 17px 45px -7px rgba(0, 0, 0, 0.41);
  box-shadow: -1px 17px 45px -7px rgba(0, 0, 0, 0.41);
  background-color: #fff;
}
@media (max-width: 769px) {
  .atndvip {
    position: inherit;
    margin-top: 24px;
  }
}
.atndvip .explicativo {
  margin-top: 15px;
  padding: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
@media (max-width: 769px) {
  .atndvip {
    padding: 8px 10px;
  }
}

.botaoresultados {
  text-align: right;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 12px;
}
.botaoresultados input {
  font-size: 13px;
  text-decoration: none;
  padding: 7px 35px;
  border: solid 1px #0f835c;
  background-color: #0f835c;
  color: #fff;
  border-radius: 25px;
}
.botaoresultados input:hover {
  cursor: pointer;
  background-color: #fff;
  color: #0f835c;
}

form .vip label {
  text-align: right;
  margin-top: 15px;
}
@media (min-width: 320px) {
  form .vip label {
    width: 20%;
  }
}
@media (min-width: 768px) {
  form .vip label {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  form .vip label {
    width: 15%;
  }
}
form .vip input[type="text"] {
  width: 75%;
  margin-left: 20px;
  padding: 2px 10px;
  border-radius: 50px;
  border: none;
  outline: none;
  border: solid 1px #0f835c;
}
@media (min-width: 320px) {
  form .vip input[type="text"] {
    width: 70%;
  }
}
@media (min-width: 768px) {
  form .vip input[type="text"] {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  form .vip input[type="text"] {
    width: 75%;
  }
}
form .vip #cidade {
  width: 40%;
  outline: none;
}
@media (min-width: 320px) {
  form .vip #cidade {
    width: 70%;
  }
}
@media (min-width: 768px) {
  form .vip #cidade {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  form .vip #cidade {
    width: 40%;
  }
}
form .vip #estado {
  outline: none;
  width: 15%;
}
@media (min-width: 320px) {
  form .vip #estado {
    width: 40%;
  }
}
@media (min-width: 768px) {
  form .vip #estado {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  form .vip #estado {
    width: 15%;
  }
}
form .envio {
  width: 99%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}
form .envio button {
  border: none;
  background-color: #0f835c;
  padding: 5px 40px;
  color: #fff;
  border-radius: 50px;
}
form .envio button:hover {
  cursor: pointer;
}

@media (min-width: 320px) {
  .destaque {
    background-size: cover;
  }
}
@media (min-width: 738px) {
  .destaque {
    height: 535px;
    background-size: contain;
  }
}
.destaque #conteudodestaque {
  padding-top: 5%;
}
.destaque #conteudodestaque .titulo {
  width: 70%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 65px;
  font-weight: bold;
}
.destaque #conteudodestaque .texto {
  margin-top: 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.destaque #conteudodestaque .play {
  text-align: center;
}
.destaque #conteudodestaque .play a {
  font-size: 100px;
  color: #fff;
}

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