html {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
body {
  min-width: 960px;
  position: relative;
  height: 100%;
  background-color: #e6e6e6;
}
.reset {
  background-color: inherit;
  box-shadow: inherit;
  color: inherit;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
}
.clear::after {
  content: "";
  display: table;
  clear: both;
}
.container {
  width: 912px !important;
}
.btn {
  text-transform: none !important;
}

/*
  BUG IE: coloca barra de rolagem desnecessária na página por causa dos svg.
  Solução foi colocar um wrapper na página toda com overflow hidden.
  Não é possível colocar no body pois perderia a rolagem nos casos onde
  realmente é necessário.
  O problema foi constatado no IE 9, nos demais não foi feito testes.
*/
.wrapper-for-ieca {
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-image: url('../images/fundo.jpg') ;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-color: #e6e6e6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
div[role="main"] {
  flex: 1 0 auto;
}
#cabecalho-wrapper {
  position: relative;
  overflow: visible;
}
#cabecalho-wrapper svg {
  overflow: visible;
}
#desenho-fundo-1 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
#desenho-fundo-2 {
  position: absolute;
  top: 500px;
  right: 0px;
}
#logo {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  margin-top: 14px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 296px;
  height: 140px;
}
#menu-superior {
  background-color: #252725;
  height: 60px;
  margin-top: 14px;
  line-height: 60px;
}
#menu-superior ul a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
#menu-superior ul a:hover {
  background-color: #0a0c0a;
}

#caixa-resultados-exames {
  margin-top: 255px;
  margin-bottom: 80px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  background-color: white;
  border: #494949 1px solid;
}
#caixa-resultados-exames h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  color: #373737;
}
#caixa-resultados-exames .btn {
  font-size: 18px;
  width: 130px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin: 0 3px;
  background-color: #373737;
}
#caixa-resultados-exames a.btn:hover {
  background-color: #9bbd7e;
}

div[role="main"] {
  background-color: #e6e6e6;
}

div#destaque-servicos-wrapper {
  text-align: center;
  vertical-align: bottom;
}

div.destaque-servico {
  position: relative;
  margin-top: -28px;
  margin-bottom: 28px;
  display: inline-block;
  text-align: center;
  width: 160px;
  font-size: 18px;
  vertical-align: top;

  -webkit-transition: width 0.6s, height 0.6s, -webkit-transform 0.6s; /* Safari */
  transition: width 0.6s, height 0.6s, transform 0.6s;
}
div.destaque-servico:not(:first-child) {
  margin-left: 140px;
}
div.destaque-servico span {
  display: block;
  margin: 0 auto 20px auto;
  width: 106px;
  height: 106px;
  background-image: url('../images/icones-servicos.png');
  background-repeat: no-repeat;
}
div.destaque-servico:nth-child(1) span {
  background-position: 0 0;
}
div.destaque-servico:nth-child(2) span {
  background-position: -107px 0;
}
div.destaque-servico:nth-child(3) span {
  background-position: -214px 0;
}
div.destaque-servico:hover {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}
div.destaque-servico a {
  color: inherit;
}

footer.page {
  background-color: #252725;
  height: 102px;
  color: #c7c2c2;
}
footer.page div.left {
  height: 102px;
  line-height: 102px;
  font-size: 26px;
  font-weight: bold;
  background-image: url('../images/icone-fone.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
}
footer.page div.right {
  height: 102px;
}
footer.page div.right {
  text-align: center;
}

.modal-content h4 {
  font-size: 20px;
  font-weight: normal;
  color: #373737;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 26px;
}
.modal-footer {
  height: 60px !important;
}
.modal-footer .btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 0px 3px !important;
  background-color: #373737;
}
.modal-footer .btn:hover {
  background-color: #9bbd7e;
}
.modal-footer .preloader-wrapper {
  float: right;
  margin-right: 10px;
}
