html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  font-size: 100%;
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *::before, *:after, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Museo Slab 500";
  src: url("../fonts/museo_slab_500-webfont.eot");
  src: url("museo_slab_500-webfont?#iefix") format('embedded-opentype'), url("../fonts/museo_slab_500-webfont.woff") format("woff"), url("../fonts/museo_slab_500-webfont.ttf") format("truetype"), url("../fonts/museo_slab_500-webfont.svg#fontface") format("svg");
  font-weight: normal; }
@font-face {
  font-family: "Museo Slab 300";
  src: url("../fonts/museo_slab_300-webfont.eot");
  src: url("museo_slab_300-webfont?#iefix") format('embedded-opentype'), url("../fonts/museo_slab_300-webfont.woff") format("woff"), url("../fonts/museo_slab_300-webfont.ttf") format("truetype"), url("../fonts/museo_slab_300-webfont.svg#fontface") format("svg");
  font-weight: 300; }
@font-face {
  font-family: "Museo Slab 700";
  src: url("../fonts/museo_slab_700-webfont.eot");
  src: url("museo_slab_700-webfont?#iefix") format('embedded-opentype'), url("../fonts/museo_slab_700-webfont.woff") format("woff"), url("../fonts/museo_slab_700-webfont.ttf") format("truetype"), url("../fonts/museo_slab_700-webfont.svg#fontface") format("svg");
  font-weight: 600; }
body {
  font-family: "Museo Slab 500", arial, sans-serif; }
  body strong {
    font-family: "Museo Slab 700", arial, sans-serif; }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.65rem;
  color: #5e5e5e;
  margin-top: 40px; }

.form {
  float: right;
  width: 40%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #8b406c;
  margin-top: 40px; }
  .form.form-mtop {
    margin-top: -120px; }
  .form .specialty-container {
    display: none;
    margin-top: 10px; }
  .form fieldset {
    padding: 40px 40px 20px; }
  .form legend {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #52646A;
    float: left;
    margin-bottom: 40px;
    width: 100%; }
  .form label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #7D97A0;
    margin-bottom: 5px; }
    .form label small {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.15rem; }
    .form label.error {
      float: left;
      height: 0;
      overflow: hidden;
      width: 0; }
  .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form select {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    background: #F7F7F7;
    color: #52646A;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%; }
    .form input[type="text"].error, .form input.error[type="email"], .form input.error[type="tel"], .form select.error {
      border-color: #D90000; }
  .form input[type="radio"] {
    float: left;
    margin-top: 8px; }
  .form .label-radio {
    float: left;
    margin: 5px 5px; }

.button {
  background: #ffffff;
  border: 0;
  cursor: pointer;
  margin-top: 40px;
  padding: 0;
  position: relative;
  width: 100%; }
  .button:before {
    margin-top: -5px;
    border: 2px solid #8b406c;
    content: "";
    display: block;
    height: 55px;
    left: -5px;
    position: absolute;
    top: -1px;
    width: 97%; }
  .button span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.65rem;
    -webkit-transition:  background  ease-in-out  0.3s, color  ease-in-out  0.3s;
    -moz-transition:  background  ease-in-out  0.3s, color  ease-in-out  0.3s;
    transition:  background  ease-in-out  0.3s, color  ease-in-out  0.3s;
    background: #ffffff;
    border: 2px solid #8b406c;
    color: #8b406c;
    float: left;
    font-family: "Museo Slab 500", arial, sans-serif;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 5; }
  .button:hover span, .button:focus span {
    background: #8b406c;
    color: #FFFFFF; }

.message-error, .message-success {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.275rem;
  display: none;
  float: left;
  padding: 20px 40px;
  width: 100%; }

.message-error {
  background: #FFECE5;
  background: rgba(255, 64, 0, 0.1);
  color: #B22C00; }

.message-success {
  background: #666600;
  background: rgba(102, 102, 0, 0.1);
  color: #1A6600; }

.main-header {
  background: url("../images/bg-header.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 435px;
  position: relative; }
  .main-header h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 3.025rem;
    float: left;
    font-weight: normal;
    margin-top: 10.3448275862%;
    color: #ffffff; }
    .main-header h1 small {
      font-size: 29px;
      font-size: 1.8125rem;
      line-height: 2.2125rem;
      font-family: "Museo Slab 300", arial, sans-serif; }
    .main-header h1 span {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 2.275rem;
      display: block; }
    .main-header h1 strong {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 3.025rem; }

.main-content {
  background: url("../images/bg-content.jpg") 50% 100% no-repeat;
  padding-bottom: 210px;
  position: relative;
  z-index: 2; }

.content-info {
  float: left;
  width: 100%; }
  .content-info header, .content-info article, .content-info ul {
    float: left;
    max-width: 600px;
    padding-right: 5%;
    width: 60%; }
  .content-info .list-bullet {
    margin-top: 50px; }
    .content-info .list-bullet li {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.5875rem; }

.img-book {
  margin-top: -16.8421052632%;
  max-width: 100%;
  position: relative;
  z-index: 20; }
  .img-book.img-book-mtop {
    margin-top: -21.6842105263%; }

.main-footer {
  border-top: 1px solid #CCCCCC;
  display: block;
  padding: 100px 0 50px 0;
  width: 100%; }
  .main-footer:before {
    background: url("../images/bg-viva-saude.png") center no-repeat;
    content: "";
    display: block;
    height: 235px;
    left: 0;
    margin-top: -220px;
    position: absolute;
    width: 100%;
    z-index: 5; }
  .main-footer address {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2125rem;
    color: #CCCCCC;
    display: inline-block;
    font-style: inherit;
    margin-left: 5%;
    position: relative;
    vertical-align: middle;
    width: 70%; }
  .main-footer .logo-vital {
    background: url("../images/logo-vital.png") 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    height: 90px;
    margin: 0;
    max-width: 146px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    vertical-align: middle;
    width: 20%; }

.responsive-img {
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  width: 100%; }

.clear {
  clear: both;
  display: block; }
  .clear:before, .clear:after {
    clear: both; }

.list-bullet {
  list-style: none; }
  .list-bullet li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
    background: url("../images/bullet-list.png") 0px 5px no-repeat;
    color: #909090;
    margin-bottom: 22px;
    padding-left: 5%; }

@-webkit-keyframes loading-form {
  0% {
    opacity: 0.99; }
  100% {
    opacity: 0.01; } }
@-moz-keyframes loading-form {
  0% {
    opacity: 0.99; }
  100% {
    opacity: 0.01; } }
@-o-keyframes loading-form {
  0% {
    opacity: 0.99; }
  100% {
    opacity: 0.01; } }
@keyframes loading-form {
  0% {
    opacity: 0.99; }
  100% {
    opacity: 0.01; } }
.loading {
  display: none;
  float: left;
  padding: 10px 40px;
  text-align: center;
  width: 100%; }
  .loading img {
    -webkit-animation: loading-form 1.1s infinite;
    -moz-animation: loading-form 1.1s infinite;
    -o-animation: loading-form 1.1s infinite;
    animation: loading-form 1.1s infinite;
    display: inline-block;
    vertical-align: middle; }
  .loading span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3375rem;
    color: #5DE6ED;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

@media screen and (max-width: 780px) {
  .form {
    clear: both;
    max-width: inherit;
    width: 100%; }
    .form.form-mtop {
      margin-top: 40px; }

  .content-info header, .content-info article, .content-info ul {
    clear: both;
    max-width: inherit;
    width: 100%; }

  .list-bullet li {
    background-position: 2% 5px;
    padding-left: 7%; } }
@media screen and (max-width: 480px) {
  h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.8375rem; }

  .main-header {
    min-height: 255px; }
    .main-header h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 2.275rem; }
      .main-header h1 small {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.525rem; }

  .main-footer:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto; }

  .form fieldset {
    padding: 25px 25px 20px; } }

/*# sourceMappingURL=style.css.map */
