.exames i.subtitulo {font-size: 30px; color: #00919a; margin-bottom: 18px; display: block;}
.exames .esquerda { width: 50%; float: left; }
.exames .direita { width: 50%; float: right; }
.exames ul li {list-style-image: url('img/iconList.jpg'); margin-left: 25px;}
.exames .imagem {background: url('img/exame.png'); width: 365px; height: 431px; float: right; margin-top: -75px;}
.exames .imagemM {background: url('img/exameP.png'); width: 173px; height: 206px; float: right; margin-top: -163px;}
.exames .textoangi {width: 735px;}
.exames .textoangi .esquerda { width: 80%; }
.exames .textoangi .direita { width: 20%; }
.exames .item {border: 2px solid #aed9bc; padding: 25px; margin-bottom: 10px;}
.exames .item .texto { display: none; margin-top: 20px;}
.exames .item .titulo{font-size: 30px; color: #00919a; font-style: italic; display: block; background: url('img/fechada.jpg') right center no-repeat; cursor: pointer;}
.exames .item .tituloAberto{ background: url('img/aberta.jpg') right center no-repeat;}

@media (max-width: 1138px)
{
  .exames .imagem{margin-top: -70px;}
  .exames .textoangi .esquerda, .exames .textoangi .direita { width: auto; float: none; }
  .exames .textoangi .direita {margin-top: -10px;}
}

@media (max-width: 767px)
{
  .exames i.subtitulo, .exames .item .titulo { font-size: 14.7px; }
  .exames ul li {font-size: 13px; list-style-image: url('img/iconListP.jpg'); margin-left: 17px;}
  .exames .esquerda, .exames .direita { width: auto; float: none; }
  .exames .direita {margin-top: -10px;}
  .exames .textoangi { width: auto; }
  .exames .item { padding: 10px; }
  .exames .item .titulo{ background: url('img/fechadaP.jpg') right center no-repeat;}
  .exames .item .tituloAberto{ background: url('img/abertaP.jpg') right center no-repeat;}
}

@media (max-width: 353px)
{
  .exames .imagemM { margin-top: -95px; }
}