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;
}

/* 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;
}

@font-face {
  font-family: "nirmala";
  src: url("../fonts/nirmala/");
  src: url("../fonts/nirmala/NirmalaUI.eot") format("embedded-opentype"), url("../fonts/nirmala/NirmalaUI.woff") format("woff"), url("../fonts/nirmala/Nirmala.ttf") format("truetype"), url("../fonts/nirmala/Nirmala.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nirmala-bold";
  src: url("../fonts/nirmala/");
  src: url("../fonts/nirmala/NirmalaUI-Bold.eot") format("embedded-opentype"), url("../fonts/nirmala/NirmalaUI-Bold.woff") format("woff"), url("../fonts/nirmala/Nirmala.ttf") format("truetype"), url("../fonts/nirmala/NirmalaUI-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1265px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5 {
  float: left;
}

.col-xs-1 {
  width: 20%;
}

.col-xs-2 {
  width: 40%;
}

.col-xs-3 {
  width: 60%;
}

.col-xs-4 {
  width: 80%;
}

.col-xs-5 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 20%;
}

.col-xs-pull-2 {
  right: 40%;
}

.col-xs-pull-3 {
  right: 60%;
}

.col-xs-pull-4 {
  right: 80%;
}

.col-xs-pull-5 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 20%;
}

.col-xs-push-2 {
  left: 40%;
}

.col-xs-push-3 {
  left: 60%;
}

.col-xs-push-4 {
  left: 80%;
}

.col-xs-push-5 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 20%;
}

.col-xs-offset-2 {
  margin-left: 40%;
}

.col-xs-offset-3 {
  margin-left: 60%;
}

.col-xs-offset-4 {
  margin-left: 80%;
}

.col-xs-offset-5 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5 {
    float: left;
  }
  .col-sm-1 {
    width: 20%;
  }
  .col-sm-2 {
    width: 40%;
  }
  .col-sm-3 {
    width: 60%;
  }
  .col-sm-4 {
    width: 80%;
  }
  .col-sm-5 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 20%;
  }
  .col-sm-pull-2 {
    right: 40%;
  }
  .col-sm-pull-3 {
    right: 60%;
  }
  .col-sm-pull-4 {
    right: 80%;
  }
  .col-sm-pull-5 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 20%;
  }
  .col-sm-push-2 {
    left: 40%;
  }
  .col-sm-push-3 {
    left: 60%;
  }
  .col-sm-push-4 {
    left: 80%;
  }
  .col-sm-push-5 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 20%;
  }
  .col-sm-offset-2 {
    margin-left: 40%;
  }
  .col-sm-offset-3 {
    margin-left: 60%;
  }
  .col-sm-offset-4 {
    margin-left: 80%;
  }
  .col-sm-offset-5 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5 {
    float: left;
  }
  .col-md-1 {
    width: 20%;
  }
  .col-md-2 {
    width: 40%;
  }
  .col-md-3 {
    width: 60%;
  }
  .col-md-4 {
    width: 80%;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 20%;
  }
  .col-md-pull-2 {
    right: 40%;
  }
  .col-md-pull-3 {
    right: 60%;
  }
  .col-md-pull-4 {
    right: 80%;
  }
  .col-md-pull-5 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 20%;
  }
  .col-md-push-2 {
    left: 40%;
  }
  .col-md-push-3 {
    left: 60%;
  }
  .col-md-push-4 {
    left: 80%;
  }
  .col-md-push-5 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 20%;
  }
  .col-md-offset-2 {
    margin-left: 40%;
  }
  .col-md-offset-3 {
    margin-left: 60%;
  }
  .col-md-offset-4 {
    margin-left: 80%;
  }
  .col-md-offset-5 {
    margin-left: 100%;
  }
}

@media (min-width: 1265px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5 {
    float: left;
  }
  .col-lg-1 {
    width: 20%;
  }
  .col-lg-2 {
    width: 40%;
  }
  .col-lg-3 {
    width: 60%;
  }
  .col-lg-4 {
    width: 80%;
  }
  .col-lg-5 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 20%;
  }
  .col-lg-pull-2 {
    right: 40%;
  }
  .col-lg-pull-3 {
    right: 60%;
  }
  .col-lg-pull-4 {
    right: 80%;
  }
  .col-lg-pull-5 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 20%;
  }
  .col-lg-push-2 {
    left: 40%;
  }
  .col-lg-push-3 {
    left: 60%;
  }
  .col-lg-push-4 {
    left: 80%;
  }
  .col-lg-push-5 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 20%;
  }
  .col-lg-offset-2 {
    margin-left: 40%;
  }
  .col-lg-offset-3 {
    margin-left: 60%;
  }
  .col-lg-offset-4 {
    margin-left: 80%;
  }
  .col-lg-offset-5 {
    margin-left: 100%;
  }
}

@-webkit-keyframes loader {
  0% {
    stroke-dashoffset: 193;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes loader {
  0% {
    stroke-dashoffset: 193;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes loader {
  0% {
    stroke-dashoffset: 193;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes loader {
  0% {
    stroke-dashoffset: 193;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

body, html {
  overflow-x: hidden;
  overflow-y: hidden;
}

.scene {
  z-index: 99999;
  position: fixed;
  background-color: #ffffff;
  -webkit-transition: max-height .5s;
  -moz-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  width: 100%;
  max-height: 1200px;
  -webkit-transition: all .9s ease-out;
  -moz-transition: all .9s ease-out;
  -o-transition: all .9s ease-out;
  transition: all .9s ease-out;
}

.scene img {
  position: absolute;
  width: 25%;
  left: 40%;
  top: 20%;
}

.scene svg {
  position: absolute;
  top: 80%;
}

.scene svg .ip-loader-circle {
  -webkit-animation: loader 4s linear;
  -moz-animation: loader 4s linear;
  -o-animation: loader 4s linear;
  animation: loader 4s linear;
}

header {
  border-bottom: 1px solid #636363;
  background-color: #1e1e1e;
  height: 86px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

header h1 {
  background: url(../images/docpress.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 80px;
  font-size: 0;
}

header h1.filtro {
  background: url(../images/docpress2.png) center center no-repeat;
}

header nav {
  margin-left: 20%;
}

header li {
  position: relative;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: nirmala;
  float: left;
  margin-right: 60px;
  margin-top: 35px;
}

header li a {
  color: #ffffff;
}

header li a:hover {
  color: #636363;
}

header li a:focus {
  color: #ffffff;
  outline: none !important;
}

.menu-white {
  background-color: #ffffff;
}

.menu-white nav li.menuactive a::before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #5c0100;
}

.menu-white nav a {
  color: #636363;
}

.menu-white nav a:focus {
  color: #636363;
}

.fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.fixed .menuhide {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fixed .menushow {
  opacity: 1;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.fixed li:nth-child(1) a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 15px;
  width: 100%;
  height: 3px;
  background-color: #5c0100;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  -o-transition: transform 0.1s, -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
}

.fixed li:nth-child(2) a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 15px;
  width: 100%;
  height: 3px;
  background-color: #5c0100;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  -o-transition: transform 0.1s, -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
}

.fixed li:nth-child(3) a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 15px;
  width: 100%;
  height: 3px;
  background-color: #5c0100;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  -o-transition: transform 0.1s, -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
}

.fixed li a {
  text-decoration: none;
}

.menumob {
  background-color: #000000 !important;
}

.menumob::before {
  background-color: #000000 !important;
}

.menumob::after {
  background-color: #000000 !important;
}

.menumob.active {
  background-color: #ffffff !important;
}

figure .banner {
  border-top: 1px solid #636363;
  display: block;
  width: 100%;
  height: 780px;
  position: relative;
  background: url(../images/banner.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

figure .banner h2 {
  position: absolute;
  left: 15%;
  top: 30%;
  text-align: center;
  font-size: 3.125em;
  font-family: nirmala-bold;
  width: 70%;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.688em;
}

figure .banner span {
  position: absolute;
  margin-left: 43%;
  top: 60%;
  width: 280px;
  height: 60px;
  background-color: #5c0100;
  padding-top: 22px;
  text-align: center;
}

figure .banner span:hover {
  background-color: #910201;
}

figure .banner a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.125em;
  font-family: nirmala;
}

figure .banner a:hover {
  text-decoration: none;
}

figure .banner i {
  position: absolute;
  background: url(../icons/mouse.png) center center no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 5%;
  left: 48%;
}

.sobre {
  display: inline-block;
  margin-top: 120px;
}

.sobre h5 {
  font-size: 2.250em;
  font-family: nirmala-bold;
  text-align: center;
  color: #404040;
  text-transform: uppercase;
  padding-top: 60px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.sobre span {
  width: 85px;
  height: 3px;
  background-color: #5c0100;
  display: block;
  float: left;
  margin-left: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 47%;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.sobre p {
  font-family: nirmala;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  color: #636363;
  display: inline-block;
  padding: 0px 23%;
  line-height: 27px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.sobre img {
  width: 80%;
  height: 120px;
}

.sobre .pilates {
  width: 100%;
  margin-top: 120px;
  display: inline-block;
}

.sobre .pilates div {
  margin-bottom: 120px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.sobre .pilates div h3 {
  font-family: nirmala-bold;
  font-size: 1.125em;
  color: #404040;
  text-align: left;
}

.sobre .pilates div p {
  margin-top: 20px;
  font-family: nirmala;
  font-size: 0.875em;
  color: #404040;
  text-align: left;
  padding: 0;
  line-height: 27px;
}

.sobre .pilates div i {
  background: url(../icons/ico-analise-estrategica.svg) center center no-repeat;
  display: block;
  width: 250px;
  height: 100px;
}

.equipe {
  display: inline-block;
  margin-top: 120px;
  margin-bottom: 60px;
}

.equipe h5 {
  font-size: 2.250em;
  font-family: nirmala-bold;
  text-align: center;
  color: #404040;
  text-transform: uppercase;
  padding-top: 60px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.equipe span {
  width: 85px;
  height: 3px;
  background-color: #5c0100;
  display: block;
  float: left;
  margin-left: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 47%;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.equipe p {
  font-family: nirmala;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  color: #636363;
  display: inline-block;
  padding: 0px 23%;
  line-height: 27px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.equipe .pilates {
  margin-top: 60px;
}

.equipe .pilates figure {
  display: block;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  width: 23%;
  position: relative;
  height: 500px;
  padding-top: 150px;
}

.equipe .pilates figure:nth-of-type(1) {
  background: url(../images/01.jpg) center center no-repeat;
}

.equipe .pilates figure:nth-of-type(2) {
  background: url(../images/02.jpg) center center no-repeat;
}

.equipe .pilates figure:nth-of-type(3) {
  background: url(../images/03.jpg) center center no-repeat;
}

.equipe .pilates figure h4 {
  font-size: 1.125em;
  font-family: nirmala-bold;
  color: #5c0100;
  text-align: center;
  float: left;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 3.55s ease-in-out;
  -moz-transition: all 3.55s ease-in-out;
  -o-transition: all 3.55s ease-in-out;
  transition: all 3.55s ease-in-out;
  z-index: 99;
  margin-top: 250px;
}

.equipe .pilates figure h5 {
  font-size: 1.125em;
  font-family: nirmala-bold;
  color: #404040;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 2.55s ease-in-out;
  -moz-transition: all 2.55s ease-in-out;
  -o-transition: all 2.55s ease-in-out;
  transition: all 2.55s ease-in-out;
}

.equipe .pilates figure p {
  font-size: 0.875em;
  text-align: justify;
  padding: 0;
  float: left;
  opacity: 0;
  -webkit-transition: all 2.55s ease-in-out;
  -moz-transition: all 2.55s ease-in-out;
  -o-transition: all 2.55s ease-in-out;
  transition: all 2.55s ease-in-out;
  margin-top: 40px;
  width: 100%;
}

.equipe .pilates figure img {
  width: 70%;
  float: left;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

video {
  width: 100% !important;
  height: auto !important;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
  z-index: -100;
}

.video {
  display: block;
  width: 100%;
  height: 950px;
  position: relative;
}

.video h2 {
  position: absolute;
  top: 30%;
  padding: 0 20%;
  font-size: 3.750em;
  font-family: nirmala-bold;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.688em;
  text-align: center;
}

.video article {
  position: absolute;
  top: 550px;
}

.video article p {
  font-family: nirmala;
  font-size: 1.125em;
  color: #ffffff;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 20%;
  line-height: 1.763em;
  /* padding-left: 5%; */
  margin-bottom: 40px;
}

.info {
  background-color: #efefef;
  height: 195px;
  padding-top: 75px;
  margin-bottom: 120px;
  margin-top: 200px;
}

.info div:nth-child(1) i {
  background: url(../icons/icon1.png) center center no-repeat;
  display: block;
  width: 75px;
  height: 70px;
  float: left;
}

.info div:nth-child(2) i {
  background: url(../icons/icon2.png) center center no-repeat;
  display: block;
  width: 75px;
  height: 70px;
  float: left;
}

.info div:nth-child(3) i {
  background: url(../icons/icon3.png) center center no-repeat;
  display: block;
  width: 75px;
  height: 70px;
  float: left;
}

.info div:nth-child(4) i {
  background: url(../icons/icon4.png) center center no-repeat;
  display: block;
  width: 75px;
  height: 70px;
  float: left;
}

.info div:nth-child(5) i {
  background: url(../icons/icon5.png) center center no-repeat;
  display: block;
  width: 75px;
  height: 70px;
  float: left;
}

.info div:nth-child(5) span::before {
  content: '';
}

.info div:nth-child(5) span::after {
  content: '%';
}

.info i {
  background: url(../icons/icon1.png) center center no-repeat;
  display: block;
  width: 50px;
  height: 70px;
  float: left;
}

.info span {
  text-align: right;
  font-family: nirmala-bold;
  font-size: 3.125em;
  color: #5c0100;
  float: left;
}

.info span::before {
  content: "+";
}

.info p {
  text-align: justify;
  font-family: nirmala;
  font-size: 0.750em;
  color: #636363;
  display: block;
  float: left;
  width: 60%;
}

.contato article:nth-of-type(1) i {
  background: url(../icons/address-icon.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 75px;
  float: left;
  margin-bottom: 20px;
}

.contato article:nth-of-type(2) i {
  background: url(../icons/cel-icon.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 75px;
  float: left;
  padding: 0;
  margin-bottom: 20px;
}

.contato article:nth-of-type(3) i {
  background: url(../icons/mail-icon.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 75px;
  float: left;
  margin-bottom: 20px;
}

.contato h5 {
  font-size: 2.250em;
  font-family: nirmala-bold;
  text-align: center;
  color: #404040;
  text-transform: uppercase;
  padding-top: 60px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.contato span {
  width: 85px;
  height: 3px;
  background-color: #5c0100;
  display: block;
  float: left;
  margin-left: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 47%;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.contato p {
  font-family: nirmala;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  color: #636363;
  display: inline-block;
  padding: 0px 23%;
  line-height: 27px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.contato article {
  display: block;
  float: left;
  margin: 0 6%;
  width: 21%;
  position: relative;
  margin-top: 105px;
  margin-bottom: 55px;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  -moz-transition: all 1.55s ease-in-out;
  -o-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out;
}

.contato article address {
  font-family: nirmala;
  font-size: 1.000em;
  text-align: center;
  color: #636363;
  padding: 0;
  float: left;
  width: 100%;
}

.contato article address p {
  width: 100%;
  text-align: center;
}

.contato article p {
  font-family: nirmala;
  font-size: 1.000em;
  text-align: center;
  color: #636363;
  padding: 0;
  float: left;
  width: 100%;
}

.contato article a {
  margin-top: 10px;
  float: left;
  color: #636363;
  font-family: nirmala;
  font-size: 1.000em;
  width: 100%;
  text-align: center;
}

.contato article a:hover {
  color: #5c0100;
  text-decoration: none;
}

.mapa {
  height: 600px;
}

.mapa .col-xs-5 {
  margin-top: 60px;
}

.mapa form {
  position: relative;
  padding: 0 30px;
  background-color: #ffffff;
  height: 470px;
  width: 80%;
}

.mapa form input {
  font-family: nirmala;
  font-size: 1.125em;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #636363;
  margin: 25px 0;
  padding: 10px;
}

.mapa form input:focus {
  outline: none !important;
  border-color: inherit;
  border-color: #5c0100;
}

.mapa form textarea {
  width: 100%;
  resize: none;
  border: 0;
  border-bottom: 1px solid #636363;
  margin: 25px 0;
  padding: 10px;
  font-family: nirmala;
  font-size: 1.125em;
}

.mapa form textarea:focus {
  outline: none !important;
  border-color: inherit;
  border-color: #5c0100;
}

.mapa form button {
  position: absolute;
  right: 30px;
  color: #404040;
  border: 1px solid #636363;
  background-color: #ffffff;
  font-family: nirmala;
  font-size: 1.125em;
  width: 135px;
  height: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.mapa form button:focus {
  outline: none !important;
  border-color: #404040;
}

.mapa form button:hover {
  background-color: #5c0100;
  color: #ffffff;
}

.mapa form p {
  display: none;
  opacity: 0;
  font-size: 1.000em;
  font-family: nirmala;
  color: #5c0100;
  text-decoration: underline;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
  float: left;
  width: 100%;
}

.mapa #googleMap {
  position: absolute !important;
  width: 100%;
  height: 600px;
  padding: 0;
  left: 0;
}

footer {
  margin: 72px 0;
}

footer small {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: nirmala;
  font-size: 0.875em;
  color: #404040;
}

footer a {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: nirmala;
  font-size: 0.875em;
  color: #636363;
}

footer a:hover {
  color: #5c0100;
  text-decoration: none;
}

.error {
  border: 1px solid #910201 !important;
}

@media (max-width: 1490px) {
  .info div span {
    font-size: 2em !important;
  }
  figure.banner span {
    margin-left: 40%;
  }
  .contato article i {
    width: 100% !important;
    height: 75px !important;
  }
  .contato article address {
    width: 100% !important;
  }
  .contato article p {
    width: 100% !important;
  }
}

@media (max-width: 1340px) {
  figure.banner h2 {
    font-size: 1.875em;
    line-height: 45px;
  }
  .info div span {
    font-size: 2.000em;
  }
  .info div p {
    width: 100%;
  }
  .contato span {
    margin-left: 45%;
  }
  .contato p {
    padding: 0px 10%;
  }
  .sobre span {
    margin-left: 45%;
  }
  .sobre img {
    width: 100%;
  }
  .sobre p {
    padding: 0px 10%;
  }
  .equipe span {
    margin-left: 45%;
  }
  .equipe p {
    padding: 0px 10%;
  }
  .equipe .pilates figure {
    width: 30%;
    margin-left: 3%;
    margin-right: 0;
  }
  .equipe .pilates figure p {
    margin-top: 100px;
  }
  .video h2 {
    line-height: 72px;
  }
  .mapa form {
    width: 100%;
  }
  header nav ul {
    display: block;
    opacity: 1;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
  }
  header nav ul li {
    text-align: left;
  }
}

@media (max-width: 1260px) {
  .info {
    display: none;
  }
  .video {
    height: 750px !important;
  }
  .video article {
    top: 430px;
  }
  .video article p {
    width: 100%;
    padding: 0 10%;
    text-align: center;
  }
  .video h2 {
    top: 160px;
    font-size: 2.75em;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 10%;
  }
  .sobre p {
    padding: 0;
  }
  .contato p {
    padding: 0px 10%;
  }
  .equipe {
    margin-bottom: 350px;
  }
  .equipe p {
    padding: 0px 10%;
  }
}

@media (max-width: 992px) {
  .video {
    height: 650px !important;
  }
  .video h2 {
    top: 160px;
  }
  .video article {
    top: 390px;
  }
  .sobre .pilates div h3 {
    text-align: center;
  }
  .sobre .pilates div p {
    text-align: center;
  }
  .info {
    display: none !important;
  }
  .equipe {
    margin-bottom: 0;
  }
  .equipe p {
    padding: 0;
    text-align: center;
  }
  .equipe .pilates figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }
  .equipe .pilates figure p {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .equipe .pilates figure h4 {
    text-align: center;
  }
  .equipe .pilates figure:nth-of-type(1) {
    background: url(../images/01.jpg) center top no-repeat;
  }
  .equipe .pilates figure:nth-of-type(2) {
    background: url(../images/02.jpg) center top no-repeat;
  }
  .equipe .pilates figure:nth-of-type(3) {
    background: url(../images/03.jpg) center top no-repeat;
  }
  .equipe .pilates div h3 {
    text-align: center;
  }
  .equipe .pilates div p {
    text-align: center;
  }
  .video h2 {
    width: 100%;
    font-size: 2.875em;
    text-align: center;
    left: 0;
  }
  .video article p {
    width: 100%;
    padding: 0 10%;
    text-align: center;
  }
  .contato article {
    width: 32% !important;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .contato article:nth-of-type(1) i {
    width: 100%;
    height: 45px;
  }
  .contato article:nth-of-type(1) p {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(1) address {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(1) a {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(2) i {
    width: 100%;
    height: 45px;
  }
  .contato article:nth-of-type(2) p {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(2) address {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(2) a {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(3) i {
    width: 100%;
    height: 45px;
  }
  .contato article:nth-of-type(3) p {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(3) address {
    width: 100%;
    text-align: center;
  }
  .contato article:nth-of-type(3) a {
    width: 100%;
    text-align: center;
  }
  figure .banner span {
    margin-left: 37%;
  }
  header .menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 25px 0;
    float: right;
  }
  header .menu span {
    margin: 0 auto;
    position: relative;
    top: 12px;
  }
  header .menu span:before, header .menu span:after {
    position: absolute;
    content: '';
  }
  header .menu span, header .menu span:before, header .menu span:after {
    width: 30px;
    height: 6px;
    background-color: #ffffff;
    display: block;
  }
  header .menu span:before {
    margin-top: -12px;
  }
  header .menu span:after {
    margin-top: 12px;
  }
  header .example5 span {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  header .example5 span.active {
    background-color: transparent;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  header .example5 span:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -moz-transition-property: margin, transform, -moz-transform;
    -o-transition-property: margin, transform, -o-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  header .example5 span.active:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  header .example5 span:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -moz-transition-property: margin, transform, -moz-transform;
    -o-transition-property: margin, transform, -o-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  header .example5 span.active:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  header nav ul {
    display: none;
    opacity: 0;
  }
  header nav ul li {
    text-align: center;
    width: 80%;
  }
  header h1 {
    width: 40%;
    float: left;
  }
  .fixed li:nth-child(1) a::before {
    left: initial;
    width: 27%;
  }
  .fixed li:nth-child(2) a::before {
    left: 36%;
    width: 27%;
  }
  .fixed li:nth-child(3) a::before {
    left: initial;
    width: 27%;
  }
}

@media (max-width: 780px) {
  .scene svg {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .menu-white nav li.menuactive a::before {
    background-color: #ffffff;
  }
  header h1 {
    width: 45%;
    float: left;
  }
  header img {
    float: left;
  }
  header nav {
    position: relative;
    left: 0;
    top: 10px;
    margin: 0;
  }
  header nav ul li {
    float: left;
    width: 100%;
    margin: 20px 0;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
  }
  figure.banner h2 {
    font-size: 1.275em;
    line-height: 30px;
  }
  figure.banner span {
    float: left;
    margin-left: 30%;
  }
  .sobre p {
    padding: 0 10%;
    text-align: center;
  }
  .equipe p {
    padding: 0 10%;
    text-align: center;
  }
  .video h2 {
    width: 100%;
    left: 0;
    font-size: 1.875em;
    text-align: center;
    top: 280px;
    padding: 0;
    line-height: 40px;
  }
  .video article p {
    display: none;
  }
  .contato p {
    padding: 0;
  }
  .contato article {
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .contato article a {
    width: 100%;
    text-align: center;
  }
  .mapa {
    padding: 0;
  }
  .mapa .col-xs-5 {
    margin-top: 0;
    padding: 0;
  }
  .mapa form {
    height: 600px !important;
  }
  .mapa form button {
    bottom: 0;
    right: 60px;
  }
  footer span {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .video {
    height: 280px !important;
  }
  .video h2 {
    top: 80px;
  }
  .video article p {
    display: none;
  }
  span {
    float: left;
    margin-left: 11%;
  }
  .sobre span {
    margin-left: 37%;
  }
  .equipe p {
    padding: 0;
  }
  .equipe span {
    margin-left: 37%;
  }
  .equipe .pilates figure {
    width: 100%;
  }
  .contato span {
    margin-left: 37%;
  }
  figure.banner span {
    float: left;
    margin-left: 12%;
  }
}



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