@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
.containerBanner, #banner {
  width: 100%;
  min-height: 200px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
body {
  font: 100% "Oswald", sans-serif;
  font-weight: normal; }

.container-fluid {
  padding: 0; }

.clear {
  clear: both; }

#conteudo .container {
  width: 1000px;
}


p {
  font-weight: normal;
  text-align: justify;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 170%;
  color: #262424; }

.corpo {
  padding-top: 100px;
  padding-bottom: 100px; }

footer {
  position: relative;
  float:left;
  background: #cb2128;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  min-height: 200px; }
  footer .logo {
    margin-top: 20px;
    margin-bottom: 20px; }
  footer h3 {
    color: #fff;
    font-size: 30px; }
  footer a {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 38px;
    color: #fff;
    font-weight: 200; }
    footer a:hover {
      color: #fff; }
  footer .midias {
    top: 0;
    position: absolute;
    right: 0;
    float: right; }
    footer .midias .focusclin {
      float: left; }
    footer .midias a {
      font-size: 57px;
      float: left;
      margin-right: 22px;
      margin-top: 10px; }

.btn {
  color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }

header {
  position: absolute;
  width: 100%;
  height: 153px;
  top: 0;
  z-index: 10;
  background: url(../../img/topo-fx.png) no-repeat; }
  header .container {
    position: relative;
    z-index: 2; }
  header .logo {
    position: absolute;
    top: 10px; }
  header .midias {
    position: absolute;
    right: 100px;
    top: 32px; }
    header .midias a {
      margin-right: 10px;
      font-size: 35px;
      color:#ED1C24; }
  header .botao {
    cursor: pointer;
    position: relative;
    margin-right: 0px;
    float: right;
    margin-top: 35px;
    width: 45px; }
    header .botao div {
      width: 44px;
      height: 6px;
      margin-bottom: 5px;
      background-color: #ED1C24; }

.menu {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 11;
  width: 320px;
  background: #ED1C24;
  left: 50%;
  margin-left: 305px;
  padding-right: 20px;
  padding-left: 20px; }

.menu .botao-fechar {
  display: none;
  z-index: 4;
  position: absolute;
  right: 100px;
  top: 50px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 0px solid; }
  .menu .botao-fechar .d1, .menu .botao-fechar .d2 {
    top: 32px;
    position: absolute;
    width: 70px;
    height: 1px;
    background: #fff; }
  .menu .botao-fechar .d1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu .botao-fechar .d2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.menu nav {
  float: right; }
  .menu nav ul {
    float: right;
    padding-top: 20px; }
  .menu nav li {
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px; }
    .menu nav li.active a {
      color: #000 !important; }
  .menu nav a {
    text-align: right;
    text-decoration: none !important;
    color: #fff;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .menu nav a:hover {
      color: #000; }
    .menu nav a:active {
      color: #000; }
  .menu nav .midia {
    position: relative;
    width: 100%;
    clear: left;
    float: right; }
    .menu nav .midia p {
      color: #fff;
      text-align: right; }
    .menu nav .midia i {
      float: right;
      margin-right: 10px;
      font-size: 5.0vh; }

#banner-home {
  position: relative;
  width: 100%;
  margin-top: 130px;
}

h2 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #cb2128;
  text-transform: uppercase;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #cb2128;
  text-transform: uppercase;
}

#a-clinica {
  position: relative;
  width: 100%;
  height: 365px;
  background: url(../../img/background-home-02.jpg) no-repeat #FFF;
  background-size: cover ;
  z-index: 2;
  font-size: 1.7rem;
  text-transform: uppercase;
}

#a-clinica a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#dieta {
  position: relative;
  width: 100%;
  height: 525px;
  background: url(../../img/background-home-03.jpg) no-repeat #FFF;
  background-size: cover ;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #262424;
}

#dieta a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#dieta h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #cb2128;
}

#nutrologia-esportiva {
  position: relative;
  width: 100%;
  height: 410px;
  background: url(../../img/background-home-3.jpg) no-repeat #FFF;
  background-size: cover ;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  margin-top:10px;
}

#nutrologia-esportiva a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#nutrologia-esportiva h4 {
  font-size: 1.7rem;
  font-weight: bold;
}

#estetica {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../../img/background-home-04.jpg) no-repeat #FFF;
  background-size: cover ;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #262424;
  border-bottom: #cb2128 4px solid;
}

#estetica a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#estetica h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #cb2128;
}

.bg-red {
  background-color: #cb2128;
}

.text-white p {
  color: #FFF;
  line-height: 20px;
  margin:0px;
}

.div-fx {
  width: 100%;
  height: 27px;
  position: relative;
  background: url(../../img/div-fx.png) no-repeat;
  z-index: 10;
  margin-bottom: -27px;
}


/*@media screen and (max-width:1100px) {
	header{
		.botao{
			display: inline;
		}
		nav{
			display: none;
		}
	}
}*/

