@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;
  font-family: "newsgoth";
  background-color: #233943;
  font-size: 18px;
  color: #fff;
  background:url(../image/background/header-right.png);
  background-repeat:repeat-x;
}
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-left{
  position:absolute;
  min-height:1200px;
  width:40%;
  left:auto;
  right: 0px;
  z-index:0;
  
}
.header-right{
  position:absolute;
  min-height:1200px;
  width:60%;
  top:0px;
  left:0px;
  z-index:0;
  background-image:url(../image/background/header-left.png);
  background-repeat:repeat-x;
  margin-bottom: 0px;
}
header {
  position: relative;
  height: 499px;
}
header img {
  position: relative;
  float: left;
  top: 0px;
  left: 20px;
}
header span {
  position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 334px;
  height: 499px;
  font-size: 21px;
  line-height: 23px;
  color: #233943;
  font-family: "newsgoth";
  text-align: justify;
}
header span h1 {
  position: relative;
  float: left;
  top: 75px;
  left: -10px;
  font-size: 54px;
  color: #fff;
  font-family: "oswaldlight";
  z-index: 1;
}
header span .coluna {
  position: relative;
  top: -22px;
  left: 140px;
  color: #a4b93d;
  font-family: "oswaldregular";
}
header span strong {
  font-family: "newsgothbold";
  font-size: 23px;
}
.info {
  position: relative;
  float: left;
  font-size: 23px;
  line-height: 26px;
  top: 200px;
  left: -105px;
  width: 430px;
  color: #233943;
}
header a#btn {
  position: relative;
  float: right;
  top: 214px;
  left: 6px;
  background: url(../image/background/button.png) no-repeat;
  height: 36px;
  width: 112px;
  z-index: 999;
}
header 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: 390px;
   width: 1003px;
 }
#background-medico {
  position: relative;
  float: left;
  top: 32px;
  left: 20px;
  background: url(../image/background/background.png) no-repeat;
  height: 424px;
  width: 1044px;
}
.background-tratamento {
  position: relative;
  float: left;
  top: 0px;
  left: 162px;
  height: 396px;
  width: 367px;
}
.background-tratamento h2 {
  position: relative;
  float: left;
  top: 16px;
  left: 50px;
  font-size: 44px;
  line-height: 47px;
  font-family: "newsgothbold";
  color: #233943; 
}
.background-tratamento ul {
  position: relative;
  float: left;
  top: 45px;
  left: 52px;
  color: #fff;
  font-family: "newsgoth";
  font-size: 24px;
}
.background-tratamento ul li {
  line-height: 30px;
}
.background-tratamento ul li img {
  position: relative;
  top: 2px;  
  margin-right: 10px;
}
.background-patologia {
  position: relative;
  float: left;
  top: 0px;
  left:200px;
  height: 398px;
  width: 352px;
}
.background-patologia h2 {
  position: relative;
  top: 16px;
  left: 50px;
  font-size: 44px;
  line-height: 47px;
  font-family: "newsgothbold";
  color: #233943; 
}
.background-patologia ul {
  position: relative;
  float: left;
  top: 52px;
  left: 52px;
  font-family: "newsgoth";
  font-size: 24px;
  line-height: 24px;
}
.background-patologia ul li {
  line-height: 30px;
}
.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:254px;
  width: 100%;
}
footer a#logo {
  position: relative;
  float: left;
  top: 43px;
  left: 102px;
  transition: 0.2s;
}
footer a#logo:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}
.background-footer {
  position: relative;
  float: left;
  top: 51px;
  left: 100px;
  height: 160px;
  width: 503px;
}
.background-footer span {
 position: relative;
 float: left;
 top: 29px;
 left: 175px;
 color: #a4b93d;
 font-size: 29px;
 font-family: "oswaldlight"; 
}
.background-footer span a {
  position: relative;
  top: 10px;
  left: -85px;
  font-family: "oswaldregular";
  font-size: 45px;
  line-height: 46px;
  color: #fff;
}
.background-footer span a:hover {
  color: #a4b93d;
}
.copyright {
  position: relative;
  float: left;
  top: 103px;
  left: 95px; 
  color: #a4b93d;
  font-size: 19px;
  line-height: 20px;
  font-family: "oswaldlight";
}
.copyright em {
  color: #fff;
}
.assinaturaDireita {
  position: absolute;
  top: 170px;
  left: 552px;
}
#erro {
  position: relative;
  height: 390px;
  width: 1003px;
}
#erro .container-msg {
  position: relative;
  height: 459px;
  width: 1003px;
}
#erro h3 {
  position: absolute;
  left: 80px;
  top: 20px;
  font-size: 45px;
  font-family: "newsgoth";
}
#erro h3 img {
  position: relative;
  top: 10px;
}
#erro span {
  position: relative;
  float: left;
  top: 150px;
  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: 50px;
  left: 650px;
  background: url(../image/background/img-erro.png) no-repeat;
  width: 322px;
  height: 293px;
}