/*
Asther ProdutoraWeb
2017, Copyright.
Folha de Estilo
*/
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}
a {
  text-decoration: none;
}
:root {
  font-size: 10px;
  line-height: 120%;
}
:focus {
  outline: none;
}
html body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 10px;
  line-height: 120%;
}
/* definição padrão para uso de tamnaho em (variável); */
html body {
  font-family: 'Ubuntu';
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  background-color: #FFFFFF;
}
header#TopoSite {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
header#TopoSite section#barTopo {
  position: absolute;
  max-width: 1310px;
  margin: 0 auto;
  top: 28px;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #FFFFFF;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.45) !important;
  -moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.45) !important;
  box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.45) !important;
  z-index: 2000;
}
header#TopoSite section#barTopo #lgoMarca {
  position: absolute;
  top: 8px;
  left: 10px;
}
header#TopoSite section#barTopo #Tel {
  position: absolute;
  right: 8px;
  bottom: 5px;
}
header#TopoSite section#barTopo #Tel a {
  color: #336600;
  font-family: 'UbuntuCondensed';
  font-size: 2.2rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
}
header#TopoSite section#barTopo #Tel a span {
  font-size: 1.5rem;
}
header#TopoSite section#barTopo #Tel a.comico {
  background: url(../img/icoTel.svg) no-repeat left center;
  padding-left: 40px;
}
header#TopoSite section#barTopo .icoMnuSite {
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
}
header#TopoSite section#barTopo .icoMnuSite img {
  width: 50px;
}
header#TopoSite section#barTopo nav#mnuSite {
  background: #1a67bd;
  background: -moz-radial-gradient(center, ellipse cover, #1a67bd 0%, #023378 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #1a67bd 0%, #023378 100%);
  background: radial-gradient(ellipse at center, #1a67bd 0%, #023378 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a67bd', endColorstr='#023378', GradientType=1);
  border-bottom: 8px solid #09428B;
  padding: 40px 5px 10px 5px;
  margin: -17px -10px 0 315px;
  position: relative;
}
header#TopoSite section#barTopo nav#mnuSite ul {
  text-align: right;
}
header#TopoSite section#barTopo nav#mnuSite ul li {
  display: inline-block;
  margin: 0 12px;
}
header#TopoSite section#barTopo nav#mnuSite ul li a {
  font-family: 'UbuntuCondensed';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
}
header#TopoSite section#barTopo nav#mnuSite ul li a:hover {
  color: #000033;
}
header#TopoSite section#barTopo nav#mnuSite ul li.FecharMnu {
  display: none;
}
header#TopoSite section#barTopo nav#mnuSite ul li.FecharMnu a {
  display: block;
  padding: 10px 14px;
  background-color: #1A67BD;
  border-left: 5px solid #023378;
}
header#TopoSite section#Msg {
  position: absolute;
  max-width: 1310px;
  margin: 0 auto;
  z-index: 1999;
  left: 0;
  right: 0;
  bottom: 40%;
}
header#TopoSite section#Msg div {
  position: absolute;
  padding: 6px 12px;
  font-family: 'UbuntuCondensed';
  font-size: 4rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #0A448F;
}
header#TopoSite section#Msg div:first-child {
  top: 0;
  right: 10%;
}
header#TopoSite section#Msg div:last-child {
  top: 65px;
  right: 7%;
  background-color: #85B45D;
}
header#TopoSite section#BarraSuperior {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  height: 245px;
  margin-bottom: 35px;
  border-bottom: 5px solid #5B8A66;
}
header#TopoSite section#BarraSuperior hgroup {
  max-width: 1200px;
  margin: 0 auto;
  padding: 175px 0 0 120px;
}
header#TopoSite section#BarraSuperior hgroup h1 {
  position: absolute;
  padding: 3px 10px;
  color: #FFFFFF;
  background-color: #0A448F;
  text-transform: uppercase;
  font-family: 'UbuntuCondensed';
  font-size: 4rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
#Conteudo {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#Conteudo #icoMnuInterno {
  position: absolute;
  display: none;
}
#Conteudo article {
  display: block;
  flex-grow: 1;
  color: #000000;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: normal;
  font-variant: normal;
}
#Conteudo article hgroup {
  display: block;
  margin-bottom: 40px;
}
#Conteudo article hgroup h1 {
  text-transform: uppercase;
}
#Conteudo article hgroup h1 a {
  color: #000000;
  font-family: 'UbuntuCondensed';
  font-size: 3rem;
  line-height: 130%;
  font-weight: bold;
  font-variant: normal;
}
#Conteudo article p,
#Conteudo article ul,
#Conteudo article h2,
#Conteudo article h3 {
  margin-bottom: 30px;
}
#Conteudo article h2 {
  text-transform: uppercase;
  color: #023378;
  border-left: 4px solid #023378;
  padding: 5px 10px;
  font-size: 2.2rem;
}
#Conteudo article h2.titCirurgia {
  background: url(../img/staAzul.png) no-repeat left center;
  padding: 5px 10px 5px 40px;
  border: 0;
}
#Conteudo article h2.titCirurgia a {
  color: #023378;
}
#Conteudo article .lgoOrtra {
  float: left;
  margin: 0 50px 25px 0;
}
#Conteudo article ul {
  color: #023378;
  padding: 0 10px;
}
#Conteudo article ul li {
  background: url(../img/staAzul.png) no-repeat left 5px;
  padding: 0 20px 0 40px;
  margin-bottom: 5px;
}
#Conteudo article ul.verde {
  color: #336600;
}
#Conteudo article ul.verde li {
  background-image: url(../img/staVerde.png);
}
#Conteudo article ul.Quadro {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}
#Conteudo article ul.Quadro li {
  max-width: 18%;
  min-width: 100px;
  margin: 0 20px 40px;
  padding: 0 5px;
  background: none;
  border: 1px solid #DDDDDD;
}
#Conteudo article ul.Quadro li img {
  width: 100%;
}
#Conteudo article #GoogleMaps {
  width: 100%;
  height: 500px;
}
#Conteudo article .imgFelipe {
  max-width: 500px;
  width: 40%;
  min-width: 150px;
  float: right;
  margin: 0 0 25px 25px;
}
#Navegacao {
  margin-right: 50px;
  width: 300px;
}
#Navegacao ul.Menu {
  width: 300px;
  background: -moz-linear-gradient(90deg, #023378 0%, #1a67bd 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a67bd), color-stop(100%, #023378));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #023378 0%, #1a67bd 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #023378 0%, #1a67bd 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #023378 0%, #1a67bd 100%);
  /* ie10+ */
  background: linear-gradient(0deg, #023378 0%, #1a67bd 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A67BD', endColorstr='#023378', GradientType=0);
  /* ie6-9 */
  padding: 15px 0;
}
#Navegacao ul.Menu li a {
  font-family: 'UbuntuCondensed';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px 30px 5px 15px;
  display: block;
}
#Navegacao ul.Menu li a:hover {
  color: #000033;
}
#Navegacao ul.Menu li.mnuLista_act {
  background: url(../img/staNoti.svg) no-repeat right -1px center;
  background-size: 10px;
}
#Navegacao ul.Menu li.mnuLista_act a {
  color: #000033;
}
#Navegacao ul.Menu li.mnuLista_act a:hover {
  color: #000033;
}
nav#mnuNoticias {
  position: relative;
  z-index: 2000;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.45) !important;
  -moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.45) !important;
  box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.45) !important;
  margin: -28px auto;
  background-color: #FFFFFF;
}
nav#mnuNoticias ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
nav#mnuNoticias ul li {
  max-width: 50%;
  /*min-width: 300px;*/
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
}
nav#mnuNoticias ul li a.img {
  position: relative;
  min-width: 50%;
}
nav#mnuNoticias ul li a.img img.imgNoti {
  width: 100%;
  margin-bottom: -4px;
}
nav#mnuNoticias ul li a.img img.seta {
  position: absolute;
  top: 10px;
  right: 0;
}
nav#mnuNoticias ul li div.noti {
  padding: 4%;
}
nav#mnuNoticias ul li div.noti .data {
  display: block;
  color: #578566;
  font-family: 'UbuntuCondensed';
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  margin-bottom: 5px;
}
nav#mnuNoticias ul li div.noti a {
  display: block;
  margin-bottom: 3px;
}
nav#mnuNoticias ul li div.noti a.titulo {
  font-family: 'UbuntuCondensed';
  font-size: 2.8rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
  color: #063984;
}
nav#mnuNoticias ul li div.noti a.tiutlo:hover {
  color: #175FB2;
}
nav#mnuNoticias ul li div.noti a.resumo {
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #175FB2;
}
nav#mnuNoticias ul li div.noti a.resumo:hover {
  color: #063984;
}
nav#mnuNoticias ul li:nth-of-type(3n+0) a.img,
nav#mnuNoticias ul li:nth-of-type(4n+0) a.img {
  order: 2;
}
nav#mnuNoticias ul li:nth-of-type(3n+0) a.img img.seta,
nav#mnuNoticias ul li:nth-of-type(4n+0) a.img img.seta {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  transform: rotate(180deg);
  left: 0;
}
#BoxContato {
  display: block;
  height: auto;
  padding: 25px 0;
}
#BoxContato h2 {
  font-family: 'Ubuntu';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FF6600 !important;
  margin: 5px 0 30px 0;
  border-color: #FF6600 !important;
}
#BoxContato form {
  width: 100%;
  height: auto;
}
#BoxContato input[type="text"],
#BoxContato input[type="email"],
#BoxContato input[type="tel"],
#BoxContato select,
#BoxContato textarea {
  font-family: 'Ubuntu';
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #063984;
  border: solid 1px #70ABED;
  background-color: #FFFFFF;
  padding: 4px;
  margin-bottom: 15px;
}
#BoxContato input[type="text"],
#BoxContato input[type="email"],
#BoxContato input[type="tel"] {
  width: 300px;
  height: 30px;
}
#BoxContato select {
  width: 305px;
  height: 42px;
}
#BoxContato textarea {
  width: 90%;
  height: 250px;
}
#BoxContato label {
  display: inline-block;
  width: 20%;
  margin: 5px 0 10px 0;
  font-family: 'Ubuntu';
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #063984;
}
#BoxContato label[for="frmMsg"] {
  display: block;
}
#BoxContato #btEnviar {
  margin: 15px 0 15px 0;
}
footer#rdpSite {
  max-width: 2000px;
  margin: 0 auto;
  max-height: 392px;
  height: 392px;
  overflow: hidden;
  background: -moz-radial-gradient(center, ellipse cover, #8ebd5b 0%, #3b6b6c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #8ebd5b), color-stop(100%, #3b6b6c));
  /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, #8ebd5b 0%, #3b6b6c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, #8ebd5b 0%, #3b6b6c 100%);
  /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, #8ebd5b 0%, #3b6b6c 100%);
  /* ie10+ */
  background: radial-gradient(ellipse at center, #8ebd5b 0%, #3b6b6c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EBD5B', endColorstr='#3B6B6C', GradientType=1);
  /* ie6-9 */
}
footer#rdpSite #Localizacao {
  max-width: 1330px;
  margin: 0 auto;
  background: url(../img/fndRodape.png) no-repeat right 0;
  height: 100%;
}
footer#rdpSite #Localizacao .locConteudo {
  padding: 90px 0 0 15px;
  color: #FFFFFF;
  width: 30%;
}
footer#rdpSite #Localizacao .locConteudo h2 {
  font-family: 'UbuntuCondensed';
  font-size: 3.5rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
}
footer#rdpSite #Localizacao .locConteudo p {
  margin-bottom: 30px;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
footer#rdpSite #Localizacao .locConteudo address {
  font-family: 'UbuntuCondensed';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  padding-left: 75px;
  background: url(../img/icoMap.svg) no-repeat left 10px top 5px;
}
footer#rdpSite #Localizacao .locConteudo address a {
  display: block;
  margin-top: 5px;
  font-size: 2.5rem;
  color: #FFFFFF;
}
footer#rdpSite #Localizacao .locConteudo address a .ddd {
  font-size: 2rem;
}
#Creditos {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
}
#Creditos li {
  white-space: nowrap;
  font-family: 'UbuntuCondensed';
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
#Creditos li a {
  color: #000000;
  font-weight: bold;
}
#Conteudo article:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
/**
 * jQuery lightBox plugin
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
