@charset "UTF-8";
/**
 * Folha de estilos para hotsite DOTZ
 *   
 *  @package    app.scss
 *  @category   Hot Site
 *  @author     Bruno Lima <brunolima@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @link       /scss/main.scss
 *  @since      1.0.0
**/
/* Importando configurações */
/* Funçoes do Compass */
/* Funções básicas */
/* Resets */
* {
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

ul {
  list-style-type: none;
}

a > img {
  border: none;
}

table {
  border-collapse: collapse;
}

iframe {
  display: block;
}

textarea {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.143em;
}

/* Classes de apoio */
.center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clear {
  clear: both;
}

.indent {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

header {
  margin-bottom: 50px;
}
header .top {
  height: 272px;
  width: 100%;
  background: white url(../../img/new_home/espaco-medico-open-home-top-bg.jpg) no-repeat center;
}
header .top a {
  position: absolute;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header .top a.back {
  left: 0;
  top: 0;
  width: 129px;
  height: 37px;
  background: url(../../img/new_home/back-to-site.png) no-repeat center top;
}
header .top a.contact {
  right: 0;
  top: 0;
  width: 77px;
  height: 38px;
  background: url(../../img/new_home/contact-button.png) no-repeat center top;
}
header .top a.logo {
  left: 0;
  right: 0;
  top: 10px;
  width: 275px;
  height: 57px;
  margin: 0 auto;
}
header .top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
header .menu {
  height: 85px;
  width: 100%;
  background: white url(../../img/new_home/menu-layout.jpg) no-repeat center;
  margin-top: -10px;
  text-align: center;
  word-spacing: -3px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .menu a {
  display: inline-block;
  vertical-align: middle;
  width: 193px;
  height: 50px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header .menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
header .menu a:first-child {
  /*margin-left: 37px;*/
}
header .menu a.news {
  height: 53px;
}

.content:after {
  content: '';
  display: block;
  clear: both;
}

footer {
  width: 100%;
  margin-top: 50px;
}
footer .container {
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .container span {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial;
  font-size: 12px;
  display: block;
  color: #444444;
}
footer .container a {
  display: block;
  float: right;
  margin-top: -5px;
}
footer .container:after {
  content: '';
  display: block;
  clear: both;
}
