#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  background-image: url("../images/img-auxiliar-atualizado07.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: 10000;
}
@media (max-width: 600px) {
  #overlay {
    background-size: 400px;
  }
}
@media (max-width: 399px) {
  #overlay {
    background-size: 320px;
  }
}
#overlay p{
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 10px 20px;
  max-width: 650px;
  animation-name: animatetop;
  animation-duration: 0.4s
  border: 2px solid #00356d;
  border-radius: 5px;
  text-align: center;
}
.modal-header h2 {
  font-size: 26px;
}
.modal-header .resultado-close {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 40px;
  cursor: pointer;
  height: auto;
  background-color: #00356d;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  padding: 5px;
  border: 1px solid #00356d;
  transition-property: background-color, border-color;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.modal-header .resultado-close:hover {
  background-color: #a9dcd6;
  border-color: #a9dcd6;
}
.modal-body .btn-dados {
  display: inline-block;
  margin: 35px 15px 0px 15px;
}
.modal-body .btn-enviar {
  margin: 25px auto 15px auto;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@keyframes animatetop {
  from {top: -200px; opacity: 0}
  to {top: 0; opacity: 1}
}
.resultado-exames {
  cursor: pointer;
  background-color: #00356d;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: calc(50% - 55.5px);
  left: calc(15% - 178.35px);
  border: 1px solid #00356d;
  transition-property: background-color;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.resultado-exames:hover {
  background-color: #a9dcd6;
}
.resultado-exames:hover h2 {
  color: #00356d;
}
.resultado-exames:hover p {
  color: #00356d;
}
.resultado-exames h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 10px auto 5px auto;
  transition-property: color;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.resultado-exames p {
  font-size: 17px;
  color: #fff;
  margin: 5px auto 10px auto;
  transition-property: color;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
@media (max-width: 600px) {
  .resultado-exames {
    padding: 10px 15px;
    top: calc(50% - 36px);
    left: calc(15% - 155.725px);
  }
  .resultado-exames h2 {
    font-size: 20px;
  }
  .resultado-exames p {
    font-size: 15px;
  }
}

.agendamento-exames {
  cursor: pointer;
  background-color: #00356d;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: calc(50% - 55.5px);
  right: calc(15% - 178.35px);
  border: 1px solid #00356d;
  transition-property: background-color;
  transition-delay: 0s;
  transition-duration: 0.3s;
  text-decoration: none;
}

.agendamento-exames:hover {
  background-color: #a9dcd6;
}
.agendamento-exames:hover h2 {
  color: #00356d;
}
.agendamento-exames:hover p {
  color: #00356d;
}
.agendamento-exames h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 10px auto 5px auto;
  transition-property: color;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.agendamento-exames p {
  font-size: 17px;
  color: #fff;
  margin: 5px auto 10px auto;
  transition-property: color;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
@media (max-width: 600px) {
  .agendamento-exames {
    padding: 10px 15px;
    top: calc(50% - -68px);
    left: calc(15% - 155.725px);
    display: table;
  }
  .agendamento-exames h2 {
    font-size: 20px;
  }
  .agendamento-exames p {
    font-size: 15px;
  }
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #697284;
  margin: 0;
}

/*@media(min-width: 1366px){
.pagina{
width: 1366px;
margin: 0 auto;
}
}*/
/*Cabe�alho*/
.centro-pagina{
  width: 1090px;
  margin: 0 auto;
}
div#alinha-contato{
  margin-left: 55px;
}
.clear:after{
  display: block;
  content: " ";
  clear: both;
}
section.cabecalho{
  margin-top: 32px;
  margin-bottom: 19px;
}
label[for="paciente"], label[for="medico"]{
  color: #00356d;
  font-weight: bold;
}
input[placeholder="Login:"], input[placeholder="Senha:"]{
  padding-left: 10px;
}
div#botoes-radios{
  margin-left: 30px;
  width: 315px;
  padding-bottom: 10px;
}
figure.marca{
  float: left;
  margin: 0;
  width: auto;
  padding-left: 62px;
}
section.contato{
  float: left;
  width: 30%;
}
section.contato h3{
  font-size: 21px;
}
header{
  padding-bottom: 22px;
  position: relative;
  z-index: 20;
}
div#icone-tel{
  background-image: url('../images/icone-tel.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 60px;
}
h3#telefone{
  padding-top: 0;
}
div#atendimento-telefone, div#atendimento-whatsapp{
  float: left;
}
div#atendimento-telefone h4, div#atendimento-whatsapp h4{
  font-size: 15px;
}
div#atendimento-telefone h3, div#atendimento-whatsapp h3{
  margin: 0;
}
div#atendimento-whatsapp h3 a {
  color: #00356d;
}
div#atendimento-telefone span, div#atendimento-whatsapp span{
  display: block;
  margin-bottom: -11px;
}
/*Fim do Cabe�alho*/
/*Navega��o Principal*/
nav{
  width: 1090px;
  border-radius: 25px;
  background-color: #00356d;
  margin: 0 auto;
}
li.link{
  display: block;
  float: left;
}
li.link a{
  display: block;
  color: #fff;
  text-decoration: none;
  width: 142px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
li.link a:hover{
  color: #a9dcd6;
  border-bottom: 5px solid #a9dcd6;
  padding-bottom: 15px;
}

.nav-dropdown {
  position: relative;
  overflow: hidden;
}
.nav-dropdown:hover {
  overflow: visible;
}
.nav-dropdown:hover .dropdown-content {
  height: auto;
  border-bottom: 3px solid;
  overflow: visible;
}
.dropdown-content {
  width: max-content;
  position: absolute;
  opacity: 1 !important;
  height: 0px;
  border: solid 3px #00356d;
  border-bottom: 3px solid #00356d !important;
  border-top: none;
  color: #099590;
  background-color: #a9dcd6;
  box-shadow: unset;
  display: block;
  top: 62px !important;
  left: -2%;
  overflow: hidden;
  padding-left: 0px;
  width: 142px;
}
.dropdown-content li {
  list-style-type: none;
}
.dropdown-content li a {
  text-decoration-color: transparent !important;
  font-size: 15px !important;
  color: #00356d !important;
  font-style: bold;
  line-height: 24px;
  padding: 14px 14px;
  border-bottom: none;
  text-align: center;
  width: auto;
}
.dropdown-content li a:hover {
  text-decoration-color: #26a69a !important;
  background-color: transparent !important;
  border-bottom: none;
  color: inherit !important;
}
@media (min-width: 601px) {
  .hide-on-large {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hide-on-small {
    display: none !important;
  }
}


/*Fim da Navega��o Principal*/
/*Formul�rio Conte�do*/
form.formulario-resultado{
  width: 30%;
  margin-top: 130px;
}
form.formulario-resultado h2{
  position: relative;
  top: 8px;
  left: 34px;
  font-size: 18px;
  background-image: url('../images/icon_resultado.png');
  background-repeat: no-repeat;
  background-position: left;
  height: 38px;
  padding-left: 33px;
  padding-top: 9px;
}
input{
  margin-left: 32px;
}
input[type=text]{
  display: block;
  margin-bottom: 6px;
  margin-top: 20px;
}
input[type=text], input[type=password]{
  width: 188px;
  height: 28px;
  border: 1px solid #95cdd6;
}
form.formulario-resultado button{
  width: 72px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background-image: url('../images/botao_resultado.png');
  background-repeat: no-repeat;
  color: #fff;
  background-color: transparent;
}
form.formulario-resultado button span{
  position: relative;
  left: -1000000px;
}
/*Fim Formul�rio Conte�do*/
/*Come�o do estilo do rodap�*/
footer{
  background-color: #00356d;
  position: relative;
  z-index: 11;
}
section.rodape{
  float: left;
  background-color: transparent;
}
section.rodape h4{
  color: #a9dcd6;
}
section.rodape p{
  color: #fff;
  margin-left: 40px;
}
section.rodape p:nth-child(2){
  margin-top: 0;
  margin-bottom: 0;
}
section.rodape p:nth-child(3){
  margin-top: 0;
  margin-bottom: 29px;
}
section.rodape p:nth-child(4){
  margin-top: 0;
  margin-bottom: 48px;
}
section#auxiliar-rodape{
  margin-top: 72px;
}
section#como-encontrar{
  margin-right: 57px;
}
section#como-encontrar h4{
  background-image: url('../images/como-encontrar.png');
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 8px;
}
section#como-encontrar h4 span{
  margin-left: 40px;
}
section#horario-funcionamento h4 span{
  margin-left: 46px;
}
section#horario-funcionamento{
  margin-right: 52px;
}
section#horario-funcionamento h4{
  background-image: url('../images/horario.png');
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 10px;
}
/*Fim do estilo do rodap�*/
img{
  display: block;
}
div#fundo{
  position: absolute;
  z-index: 11;
  height: 348px;
  font-size: 0;
  width: 100%;
  //width: 960px;
  top: 185px;
  overflow: hidden;
  display: block;
  //font-size: 0;
}
div#fundo:before{
  content: "";
  display: block;
  width: 50%;
  height: 348px;
  background-image: url('../images/textura.png');
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
div#fundo:after{
  content: "";
  display: block;
  background-color: #93ced7;
  height: 348px;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
}
div#slider{
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
div#fundo img {
  position: absolute;
  width: 1200px;
  //margin: 0 auto;
  height: 100%;
  display: none;
  right: 0;
  //left: 0;
}
section.conteudo h3{
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
  position: relative;
  z-index: 11;
}
section.conteudo p{
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 0;
}
div#espaco-topo{
  width: 100%;
  /*height: 20px;*/
  /*margin-top: -11px;*/
  margin-top: 294px;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
.bloco-cor{
  width: 100%;
  background-color: #eff1f5;
  //margin-top: 20px;
  padding-bottom: 28px;
  /* margin-bottom: 25px; */
}
.bloco-branco{
  padding-bottom: 45px;
}

h1, h2, h3, h4, h5, h6{
  color: #00356d;
}
p{
  color: #515255;
}

.menu-abrir, .menu-fechar{
  display: none;
}
div#teste-paternidade{
  display: none;
}

div.rodape{
  width: 1044px;
  margin: 0 auto;
}

div.x{
  position: absolute;
  height: 35px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  width: 769px;
  //width: 100%;
  transform: rotate(-53deg);
  -webkit-transform: rotate(-53deg);
  -moz-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  left: 69px;
}

label, input, h4{
  position: relative;
  z-index: 11;
}

@media(max-width: 600px){

  section.blocos-conteudo{
    margin-top: 160px;
  }

  div#alinha-contato{
    /*display: none;*/
    margin-left: 0;
  }

  section.conteudo{
    margin-top: 0;
  }

  ul.navegacao{
    padding: 0;
    margin-top: 40px;
  }

  div#espaco-topo{
    display: none;
  }
  ul.navegacao li.link{
    border-bottom: 1px solid #eff1f5;
  }
  li.link a:hover{
    color: #a9dcd6;
    border: 0;
    padding-bottom: 20px;
  }
  header{
    padding-bottom: 0;
  }

  div.x{
    display: none;
  }
  div#teste-paternidade{
    display: block;
    /*margin-top: 111px;
    margin-top: 91px;*/
    margin-top: 232px;
    background-color: #a9dcd6;
  }
  div#teste-paternidade h2, div#teste-paternidade h3{
    color: #003c77;
    margin: 0;
    text-align: center;
  }
  div#fundo img{
    width: 100%;
  }
  button.menu-abrir{
    display: block;
    position: absolute;
    top: 122px;
    right: 1em;
    border: 0;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 32px;
    height: 32px;
  }
  button.menu-abrir span{
    display: inline;
    position: absolute;
    left: -10000px;
  }
  button.menu-fechar{
    display: block;
    position: absolute;
    margin-top: 0;
    right: 2.2em;
    border: 0;
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 32px;
    height: 32px;
  }
  button.menu-fechar span{
    display: inline;
    position: absolute;
    left: -10000px;
  }
  nav.barra-nav{
    background-color: #00356d;
    padding: 1em;
    margin: 0;
    height: 100%;
    width: 70%;
    max-width: 90%;
    position: fixed;
    z-index: 12;
    top: 0;
    right: -100%;
    transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
  }
  .menu-ativo .barra-nav{
    right: 0;
    display: block;
  }
  .menu-ativo:after{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  li.link{
    float: none;
  }


  .centro-pagina{
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6{
    color: #fff;
  }
  section.cabecalho{
    width: 100%;
  }
  figure.marca{
    width: 90%;
    margin: 0 auto;
    float: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
  figure.marca img{
    display: block;
    margin: 0 auto;
  }
  section.contato{
    width: 100%;
    float: none;
    background-color: #00356d;
  }
  div#atendimento-telefone, div#atendimento-whatsapp{
    padding-bottom: 20px;
    padding-left: 1px;
  }
  form.formulario-resultado{
    width: 90%;
    margin: 0 auto;
  }
  form.formulario-resultado h2{
    color: #00356d;
    margin-bottom: 35px;
  }
  section#horario-funcionamento{
    color: #004489;
    width: 100%;
  }
  div.rodape{
    width: 80%;
    margin: 0 auto;
  }
  section.rodape p{
    margin-left: 0;
  }
  section#auxiliar-rodape{
    width: 100%;
    margin: 0 auto;
  }
  section#auxiliar-rodape img{
    display: block;
    margin: 0 auto;
  }
  .centro-pagina h3, h4{
    color: #00356d;
  }
  div#atendimento-telefone h3, div#atendimento-telefone h4, div#atendimento-whatsapp h3 a, div#atendimento-whatsapp h4{
    color: #fff;
  }

}



@media(max-width: 300px){

  .centro-pagina h3, h4{
    color: #00356d;
  }

  div#atendimento-telefone h3, div#atendimento-telefone h4{
    color: #fff;
  }

  div#icone-tel{
    margin-left: 0;
  }
  div#botoes-radio{
    width: 240px;
  }
  form.formulario-resultado button{
    margin-left: 31px;
    margin-top: 5px;
  }
  section#horario-funcionamento{
    margin-right: 0;
    width: 260px;
    color: #004489;
  }
  div#botoes-radios{
    width: 100%;
  }
  section#como-encontrar{
    margin-right: 0;
  }
  section.conteudo{
    margin-top: 0;
  }

  ul.navegacao{
    padding: 0;
    margin-top: 40px;
  }
  div#espaco-topo{
    display: none;
  }
  ul.navegacao li.link{
    border-bottom: 1px solid #eff1f5;
  }
  li.link a:hover{
    color: #a9dcd6;
    border: 0;
    padding-bottom: 20px;
  }
  header{
    padding-bottom: 0;
  }

  div.x{
    display: none;
  }
  div#teste-paternidade{
    display: block;
    /*margin-top: 111px;
    margin-top: 91px;*/
    background-color: #a9dcd6;
  }
  div#teste-paternidade h2, div#teste-paternidade h3{
    color: #003c77;
    margin: 0;
    text-align: center;
  }
  div#fundo img{
    width: 100%;
  }
  button.menu-abrir{
    display: block;
    position: absolute;
    top: 122px;
    right: 1em;
    border: 0;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 32px;
    height: 32px;
  }
  button.menu-abrir span{
    display: inline;
    position: absolute;
    left: -10000px;
  }
  button.menu-fechar{
    display: block;
    position: absolute;
    margin-top: 0;
    right: 2.2em;
    border: 0;
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 32px;
    height: 32px;
  }
  button.menu-fechar span{
    display: inline;
    position: absolute;
    left: -10000px;
  }
  nav.barra-nav{
    background-color: #00356d;
    padding: 1em;
    margin: 0;
    height: 100%;
    width: 70%;
    max-width: 90%;
    position: fixed;
    z-index: 12;
    top: 0;
    right: -100%;
    transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
  }
  .menu-ativo .barra-nav{
    right: 0;
    display: block;
  }
  .menu-ativo:after{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  li.link{
    float: none;
  }


  .centro-pagina{
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6{
    color: #fff;
  }
  section.cabecalho{
    width: 100%;
  }
  figure.marca{
    width: 90%;
    margin: 0 auto;
    float: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
  figure.marca img{
    width: 100%;
  }
  section.contato{
    width: 100%;
    float: none;
    background-color: #00356d;
  }
  div#atendimento-telefone{
    padding-bottom: 20px;
    padding-left: 1px;
  }
  form.formulario-resultado{
    width: 90%;
    margin: 0 0 0 0;
  }
  form.formulario-resultado h2{
    color: #00356d;
    margin-bottom: 35px;
  }
  div.rodape{
    width: 80%;
    margin: 0 auto;
  }
  section.rodape p{
    margin-left: 0;
  }
  section#auxiliar-rodape{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  section#auxiliar-rodape img{
    display: block;
    margin: 0 auto;
  }
}
