* {
  box-sizing: border-box;
  font-family: 'Roboto', 'PT Sans', sans-serif;
  font-weight: lighter;
  margin: 0;
  padding: 0; }

body {
  min-width: 320px; }

#menu-bar {
  background-color: black;
  width: 100%;
  min-width: 320px;
  height: 80px;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid #181818; }
  #menu-bar .menu-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center; }
    #menu-bar .menu-container .logo {
      height: 60px;
      width: 220px;
      background-image: url("../images/logo.png");
      background-repeat: no-repeat;
      background-size: contain; }
    #menu-bar .menu-container .menu-links a {
      color: white;
      font-weight: 400;
      font-size: 14px;
      text-decoration: none;
      margin-left: 25px;
      border-bottom: 4px solid #000;
      padding: 3px 5px; }
      #menu-bar .menu-container .menu-links a:hover {
        border-bottom: 4px solid #8005a6; }

#menu-mobile {
  display: none; }

#menu-expanded {
  display: none;
  width: 100%;
  flex-direction: column;
  position: fixed;
  z-index: 999; }

.spacer {
  height: 80px;
  width: 100%; }

.content {
  min-height: 30vh; }

h2 {
  font-size: 2.2rem;
  font-weight: lighter;
  text-align: center;
  color: #7b0152; }

#header-home {
  background-image: url("../images/bg_header.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: calc(100vh - 80px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Roboto', sans-serif; }
  #header-home h1 {
    font-size: 3.3rem;
    font-weight: lighter;
    text-transform: uppercase; }
  #header-home p {
    line-height: 22px;
    margin-top: 20px;
    max-width: 680px;
    padding-left: 20px;
    padding-right: 20px; }
  #header-home a {
    width: auto;
    height: auto;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 400;
    color: black;
    padding: 9px 15px;
    margin-top: 30px;
    border: 1px solid #670d79;
    background-color: #fff;
    text-decoration: none; }
    #header-home a:hover {
      background-color: #1f001a;
      color: #fff;
      cursor: pointer; }

.call {
  max-width: 980px;
  margin: 100px auto 70px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .call h2 {
    opacity: 1; }
  .call p {
    max-width: 680px;
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    opacity: 0;
    transition: all 0.7s; }

#ambientes {
  max-width: 980px;
  margin: 0 auto 100px;
  margin-top: -80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #ambientes h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 100px; }
  #ambientes figure {
    opacity: 0;
    text-align: center;
    transition: all 0.7s;
    width: 234px;
    min-width: 175px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px; }
    #ambientes figure:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #ambientes figure a {
      text-decoration: none; }
    #ambientes figure img {
      display: block;
      height: 175px;
      max-width: 100%;
      object-fit: cover;
      object-position: center; }
    #ambientes figure figcaption {
      display: block;
      width: 100%;
      color: purple;
      padding: 10px 5px;
      font-size: 0.9em;
      font-weight: 400; }

.call-2 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  border: 3px solid #33002b;
  background-color: #47003c; }
  .call-2 h2 {
    margin-top: 100px;
    color: white; }
  .call-2 p {
    max-width: 900px;
    margin-top: 35px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    opacity: 0;
    transition: all 0.7s; }

.depoiment {
  margin: 0 auto 100px;
  max-width: 980px; }
  .depoiment h2 {
    margin-bottom: 50px; }
  .depoiment .depoiments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    opacity: 0;
    transition: all 0.7s; }
  .depoiment .wrap {
    width: 48%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .depoiment .wrap p {
      text-align: center; }
    .depoiment .wrap span {
      font-weight: bold; }

.suppliers {
  max-width: 980px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .suppliers h2 {
    width: 100%;
    margin-bottom: 35px; }
  .suppliers .wrap {
    opacity: 0;
    transition: all 0.7s; }
    .suppliers .wrap img {
      width: 100%;
      max-width: 180px; }

#tips {
  max-width: 980px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #tips h2 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    align-self: center; }
  #tips figure {
    max-width: 450px;
    min-width: 360px;
    opacity: 0;
    text-align: center;
    transition: all 0.7s;
    margin-right: 20px;
    margin-bottom: 20px; }
    #tips figure:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #tips figure a {
      text-decoration: none; }
      #tips figure a img {
        display: block;
        width: 100%; }
      #tips figure a figcaption {
        display: block;
        width: 100%;
        color: purple;
        font-weight: 200;
        padding: 10px 5px;
        font-size: 1em;
        bottom: 0;
        left: 0; }

#map {
  width: 100%;
  height: 300px;
  z-index: -1; }

footer {
  padding: 20px;
  background-color: black;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  footer form {
    overflow: hidden;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff; }
    footer form h2 {
      margin: 94px 0 50px; }
    footer form .form-orcamento {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer form .form-orcamento .half {
        width: 48%; }
      footer form .form-orcamento .group {
        display: flex;
        flex-direction: column; }
        footer form .form-orcamento .group label {
          font-weight: 100;
          margin-bottom: 5px; }
        footer form .form-orcamento .group input {
          width: 100%;
          height: 35px;
          padding: 2px 5px;
          margin-bottom: 20px; }
        footer form .form-orcamento .group input[type="file"] {
          padding: 5px 10px; }
        footer form .form-orcamento .group textarea {
          text-align: left;
          font-size: 14px;
          line-height: 25px;
          padding: 10px;
          resize: none; }
      footer form .form-orcamento button {
        padding: 10px 20px;
        border: 1px solid #fff;
        color: #fff;
        background-color: #000;
        margin-top: 30px;
        float: right; }
        footer form .form-orcamento button:hover {
          cursor: pointer;
          background-color: #fff;
          color: #000; }
  footer .contact {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    footer .contact h2 {
      margin: 50px 0; }
    footer .contact span {
      display: block; }
    footer .contact .logo-fb {
      margin-top: 10px; }
    footer .contact span a {
      text-decoration: none;
      color: purple; }
      footer .contact span a:hover {
        text-decoration: underline; }
    footer .contact .created-by {
      position: absolute;
      right: 0;
      bottom: 0;
      font-weight: bold; }

#sobre-nos {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  #sobre-nos h1 {
    margin: 80px 0 50px;
    font-size: 3.3rem;
    color: #7b0152; }
  #sobre-nos p {
    line-height: 1.5em;
    margin: 15px 0; }
    #sobre-nos p:last-child {
      margin-bottom: 80px; }

.arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-down.png"); }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.centralize {
  max-width: 980px;
  margin: 80px auto;
  text-align: center; }
  .centralize h1 {
    width: 100%;
    font-size: 2.5rem;
    color: #7b0152; }
  .centralize p {
    font-size: 0.9rem;
    margin: 15px 0; }
