@charset "utf-8";
/*IMPORTANDO AS FONTES NECESSÁRIAS PARA O PROJETO*/
@font-face {
  font-family: 'newsgoth';
  src: url('../fonts/newsgoth-cn-bt-webfont.eot');
  src: url('../fonts/newsgoth-cn-bt-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/newsgoth-cn-bt-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newsgothbold';
  src: url('../fonts/newsgoth-cn-bt-bold-webfont.eot');
  src: url('../fonts/newsgoth-cn-bt-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/newsgoth-cn-bt-bold-webfont.woff2') format('woff2'),
  url('../fonts/newsgoth-cn-bt-bold-webfont.woff') format('woff'),
  url('../fonts/newsgoth-cn-bt-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*CONSTRUINDO A PÁGINA*/
body {
  margin:0;
  padding:0;
  border:0;
  text-align:center;
  overflow-x:hidden;
  font-family: "newsgoth";
  height: 1200px;
  background-image:url(../image/background/background.png);
  background-repeat:repeat-x;
  font-size: 18px;
  color: #fff;
}
body * {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong , b{
  font-weight: bold;
}
/ HTML5 display-role reset for older browsers /
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix{
  clear:both;
}
#conteudo *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
#background {
  position:relative;
}
#general {
  background-color: transparent;
  width: 1044px;
  max-width:1044px;
  margin: 0 auto;
  text-align: left;
  position:relative;
  z-index:20;
}
#content {
  width: 1044px;
  max-width:1044px;
  padding: 0px;
  position:relative;
  visibility: inherit;
}
header {
  position: relative;
  height: 500px;
}
header .texto {
  position: relative;
  float: left;
  height: 500px;
  width: 625px;
}
header img {
  position: relative;
  float: left;
  top: 0px;
  left: 51px;
}
header h1 {
  position: relative;
  float: left;
  top: 40px;
  left: 50px;
  font-size: 57px;
  color: #233943;
  font-family: "oswaldlight";
  z-index: 1;
}
header h1 em {
  position: relative;
  font-size: 50px;
  color: #a4b93d;
  font-family: "oswaldregular";
}
.background-texto {
  position: relative;
  float: left;
  top: 70px;
  left: 52px;
  height: 463px;
  width: 594px;
  background: url(../image/background/txt.png) no-repeat;
}
.background-texto span {
  position: relative;
  float: left;
  top: 35px;
  left: 30px;
  width: 532px;
  height: 364px;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  font-family: "newsgoth";
  text-align: justify;
}
.background-texto span strong {
  font-family: "newsgothbold";
  font-size: 26px;
  color: #a4b93d;
}
.texto a#btn {
  position: relative;
  float: left;
  top: 79px;
  left: 97px;
  background: url(../image/background/button.png) no-repeat;
  height: 36px;
  width: 112px;
  z-index: 999;
}
.texto a#btn em {
  position: relative;
  font-family: "newsgoth";
  font-size: 21px;
  color: #233943;
  line-height: 38px;
  left: 17px;
}
header a#btn em:hover {
  color: #a0b53d;
}
#middle {
  position: relative;
  height: auto;
  width: 100%;
}
#middle #main {
  position: relative;
   height: 447px;
   width: 1003px;
 }
.background-tratamento {
  position: relative;
  float: left;
  top: 115px;
  left: 312px;
  height: 396px;
  width: 367px;
}
.background-tratamento h2 {
  position: relative;
  float: left;
  top: 15px;
  left: 35px;
  font-size: 45px;
  line-height: 47px;
  font-family: "newsgothbold";
  color: #233943; 
}
.background-tratamento ul {
  position: relative;
  float: left;
  top: 30px;
  left: 44px;
  color: #fff;
  font-family: "newsgoth";
  font-size: 24px;
  line-height: 24px;
}
.background-tratamento ul li {
  margin-bottom: 5px;
}
.background-tratamento ul li img {
  position: relative;  
  top: -2px;
  margin-right: 10px;
}
.background-patologia {
  position: relative;
  float: left;
  top: 115px;
  left:340px;
  height: 398px;
  width: 352px;
}
.background-patologia h2 {
  position: relative;
  top: 15px;
  left: 35px;
  font-size: 45px;
  line-height: 47px;
  font-family: "newsgothbold";
  color: #233943; 
}
.background-patologia ul {
  position: relative;
  float: left;
  top: 30px;
  left: 44px;
  font-family: "newsgoth";
  font-size: 24px;
  line-height: 24px;
}
.background-patologia ul li {
  margin-bottom: 5px;
}
.background-patologia ul li img {
  position: relative;  
  top: -2px;
  margin-right: 10px;
}
#middle #main a {
  color: #fff;
}
#middle #main a:hover {
  color: #233943; 
}
footer {
  position: relative;
  height:253px;
  width: 100%;
}
.background-footer {
  position: relative;
  float: left;
  top: 0px;
  left: 20px;
  height: 253px;
  width: 1044px;
  background: url(../image/background/footer.png) no-repeat;
}
footer a#logo {
  position: relative;
  float: left;
  top: 22px;
  left: 77px;
  transition: 0.2s;
}
footer a#logo:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}

.background-footer span {
 position: relative;
 float: left;
 top: 79px;
 left: 235px;
 color: #a4b93d;
 font-size: 29px;
 font-family: "oswaldlight"; 
}
.background-footer span p {
  position: relative;
  top: 10px;
  left: -85px;
  font-family: "oswaldregular";
  font-size: 45px;
  line-height: 46px;
}
.background-footer span p a {
  color: #fff;
}
.background-footer span p a:hover {
  color: #a4b93d;
}
.copyright {
  position: relative;
  float: left;
  top: 134px;
  left: 135px; 
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-family: "oswaldlight";
}
.assinaturaDireita {
  position: relative;
  float: left;
  top: 197px;
  left: 950px;
}
#erro {
  position: relative;
  height: 447px;
  width: 1003px;
}
#erro .container-msg {
  position: relative;
  height: 459px;
  width: 1003px;
}
#erro h3 {
  position: absolute;
  left: 80px;
  top: 170px;
  font-size: 45px;
  font-family: "newsgoth";
  color: #233943;
}
#erro h3 img {
  position: relative;
  top: 10px;
}
#erro span {
  position: relative;
  float: left;
  top: 240px;
  left: 80px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: "newsgoth";
}
#erro span strong {
  font-family: "newsgothbold";
}
#erro span a {
  color: #233943;
  font-weight: bold;
}
#erro span a:hover {
  font-size: 23px;
  color: #fff;
}
#erro .container-img-erro {
  position: relative;
  top: 140px;
  left: 650px;
  background: url(../image/background/img-erro.png) no-repeat;
  width: 322px;
  height: 293px;
}