﻿* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  background-position: center top;
  font-family: Ubuntu, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  background-image: url("../img/top.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mainbg {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-position: center top;
}

.slidercontainer {
  border: #fff solid 20px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 900px;
  margin: auto;
  height: 426px;
  background-color: #fff;
}

.box {
  float: left;
  background-image: url("../img/main.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 251px;
  height: 426px;
  margin-left: 9px;
}

.slidingbg {
  float: left;
  width: 640px;
}

.google-maps {
  border: none;
  border-width: 0;
  border-color: #ffffff;
  height: 320px;
  width: 100%;
}

@media (max-width: 940px) {
  .box {
    display: none;
  }

  .slidingbg {
    float: none;
    max-width: 640px;
    margin: auto;
    height: auto;
    width: auto;
  }

  .slidercontainer {
    border: #fff solid 20px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    height: auto;
    background-color: #fff;
  }
}

.shadow {
  background-position: center bottom;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("../img/shadows-bottom.png");
  background-repeat: no-repeat;
  padding-bottom: 28px;
}

#logo {
  position: absolute;
  width: 115px;
  height: 110px;
  padding: 0 0;
  z-index: 999;
  margin: 0 0 0 0;
}

header {
  background-size: auto 90px;
  background-position: 20px center;
  max-width: 940px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  min-height: 130px;
  background-image: url("../img/logo.png");
}

nav {
  background-color: #fff;
  width: 100%;
}

#menu ul {
  list-style-type: none;
  text-align: right;
  padding: 7px 20px 10px 20px;
  max-width: 960px;
  margin: auto;
}

#menu li {
  border-width: 1px;
  border-color: #ccc;
  display: inline-block;
  margin: 0 0;
  border-left-style: solid;
  text-align: center;
}

#menu li:first-child {
  border-left-style: none;
}

#menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px 0 6px;
  text-decoration: none;
  font-size: 12px;
  text-transform: lowercase;
  color: #000;
}

#menu li a.active,
#menu li a:hover {
  color: #000;
}

.heading {
  text-align: right;
  padding-top: 45px;
  color: #333;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 300;
}

.heading a {
  text-decoration: none;
  color: #db241b;
  font-size: 18px;
  font-weight: 400;
}

.heading a:hover {
  color: #000;
}

h1,
h4 {
  border-width: 1px;
  border-color: #eee;
  background-position: center top;
  padding: 15px 20px;
  line-height: 1em;
  font-weight: 300;
  background-color: #fff;
  color: #01652E;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  max-width: 900px;
  border-top-style: solid;
  border-bottom-style: solid;
}

h1 {
  background-color: #db241b;
  color: #fff;
}

h4 {
  margin: 0 30px;
}

h3 {
  padding: 15px 20px 0 20px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin: 0 auto 0 auto;
}

.abs {
  width: 100%;
  margin: auto;
}

article {
  max-width: 940px;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

@media (max-width: 980px) {
  article {
    margin: 0 auto;
  }
}

article p {
  padding: 30px;
  text-align: justify;
  font-weight: 300;
  font-size: 15px;
  color: #666;
}

.name {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 51, 0);
}

.clearfix {
  clear: both;
  height: 0;
}

.foto {
  text-align: center;
  padding: 20px 0 20px 0;
}

.foto img:hover {
  transform: scale(1.08);
  transition-delay: 0.3s;
  transition-duration: 0.35s;
}

.foto img {
  padding: 0;
  margin: 2px;
  border: none;
  max-width: 81.5px;
  transition-duration: 0.35s;
}

.center {
  text-align: center;
  padding-bottom: 0;
}

.justify {
  text-align: justify;
}

.center strong {
  font-weight: 400;
  font-size: 17px;
  color: #db261d;
}

footer {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

footer small {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 10px;
  display: inline-block;
}

footer p {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #555;
  line-height: 1.5;
}

footer a {
  color: #555;
}

footer a:hover {
  color: #000;
}

.google-maps {
  border-width: 0;
  border-color: #ffffff;
  height: 320px;
  width: 100%;
  border: none;
}

#author {
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  font-size: 11px;
  color: #222;
  background-color: #eee;
  max-width: 840px;
}

#author img {
  border: none;
  vertical-align: middle;
}

#author a {
  color: #222;
}

.inside {
  max-width: 480px;
}

@media (max-width: 944px) {
  .col1-4 {
    width: 50%;
  }

  .col1-2 {
    width: 100%;
  }
}

@media (max-width: 509px) {
  .heading {
    display: none;
  }

  #menu ul {
    text-align: center;
  }

  #logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0;
  }

  header {
    background-position: center 10px;
    padding: 50px 0 20px 0;
    background-repeat: no-repeat;
    min-height: 50px;
  }

  h1 {
    padding: 15px 20px;
  }
}

@media (max-width: 310px) {
  body {
    background-image: none;
  }
}

@media (max-width: 759px) {
  .floating {
    display: none;
  }

  .center strong {
    font-size: 18px;
  }

  .col1-3 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .floating {
    display: none;
  }

  .inside {
    width: 100%;
  }
}

@media (max-width: 319px) {
  .push-left {
    display: none;
  }
}

.pdf {
  float: right;
  margin: 20px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.pdf img {
  border-style: none;
  text-align: center;
  height: 64px;
  padding-bottom: 10px;
}

.pdf a {
  color: #000;
}

.pdf a:hover {
  color: #555;
  text-decoration: none;
}

@media (max-width: 479px) {
  .pdf {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
  }
}

.floating {
  float: right;
  margin: 0 0 0 20px;
  height: 190px;
}

.prod {
  text-align: center;
  padding: 25px 0;
  max-width: 912px;
  margin: auto;
}

.prod .item {
  display: inline-block;
  max-width: 23%;
  margin: 0.7% 0.5%;
  vertical-align: top;
}

.prod .item a {
  display: block;
  color: #555;
  padding-bottom: 20px;
  border: rgb(200, 200, 200, 0.5) solid 1px;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 10px 20px 10px;
  min-height: 260px;
  text-decoration: none;
}

.prod .item img {
  width: 100%;
  padding-bottom: 10px;
  transition-duration: 0.35s;
}

.prod .item a:hover {
  color: #db261d;
  border: #db261d solid 1px;
}

.prod .item a:hover img {
  transform: scale(0.94);
  transition-duration: 0.35s;
}

.fotos img {
  width: 20%;
}

.fotos {
  line-height: 0;
}

@media (max-width: 639px) {
  .prod .item {
    max-width: 48%;
    margin: 0.7% 0.5%;
  }
}

@media (max-width: 359px) {
  .prod .item {
    max-width: 97%;
    margin: 2.7% 0.5%;
  }
}