body {
  margin: 0;
}
.input-field {
  padding: 0 6%;
}
.sideMargin {
  padding-left: 9%;
  padding-right: 9%;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .sideMargin {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.headerBox {
  transition: all .3s ease;
  border-bottom: 1px solid #c7c7c7;
}
@media only screen and (max-width: 480px) {
  .headerBox {
    height: 250px;
    background-size: cover;
    background-position-y: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .headerBox {
    height: 350px;
  }
}
.headerBox img {
  height: 60px;
  transition: width .3s ease;
}
@media only screen and (max-width: 480px) {
  .headerBox img {
    width: 40px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .headerBox img {
    width: 50px;
  }
}
.headerBox h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6em;
  margin: 0;
  position: absolute;
  right: 130px;
  bottom: 100px;
  color: white;
  font-weight: lighter;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .headerBox h4 {
    font-size: 1.8em;
    margin-top: 7px;
    right: 10px;
    bottom: 10px;
  }
}
.headerBox .menu {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.headerBox ul {
  height: 90px;
  border-radius: 8px;
  margin-top: 70px;
  background-color: rgba(255, 255, 255, 0.72);
  padding: 7px 30px;
  z-index: 100;
  width: 80%;
  top: 0;
  right: 0;
  justify-content: space-around;
  transition: all .3s ease;
}
.headerBox ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  font-weight: 100;
  text-decoration: none;
  transition: font-size 0.3s ease;
}
.headerBox ul a {
  color: #6b6b6b;
  font-weight: 300;
  padding-left: 2px;
  transition: border 0.3s ease;
  font-size: 1.6em;
  border-right: solid 2px #c5c5c5;
  padding-right: 20px;
}
.headerBox ul li:first-child a,
.headerBox ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
.filled ul {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 10px 86px;
  width: 100%;
  border-radius: 0;
}
.filled img {
  height: 50px;
}
.menuMobile {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.91);
  overflow-y: hidden;
  transition: 0.5s;
}
.menuMobile .menuMobile-content {
  position: relative;
  top: 31%;
  width: 100%;
  text-align: center;
}
.menuMobile a {
  font-family: "Open Sans", sans-serif;
  padding: 8px 35px;
  text-decoration: none;
  font-size: 1.5em;
  color: #4f4f4f;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.menuMobile a img {
  width: 90%;
  margin-top: 25%;
}
.menuMobile .closebtn {
  position: absolute;
  font-size: 3.5em;
}
@media only screen and (min-width: 992px) {
  .menuMobile .closebtn {
    top: 20px;
    right: 152px;
  }
}
@media only screen and (min-width: 1600px) {
  .menuMobile .closebtn {
    top: 43px;
    right: 247px;
  }
}
@media only screen and (min-width: 1330px) and (max-width: 1450px) {
  .menuMobile .closebtn {
    top: 27px;
    right: 175px;
  }
}
@media only screen and (max-width: 480px) {
  .menuMobile .closebtn {
    right: -19px;
    top: -7px;
  }
}
.ActiveBtn {
  font-size: 2em;
  cursor: pointer;
  color: #000;
  opacity: .7;
  height: 50px;
}
.ActiveBtn div img {
  width: 100%;
}
.menuDesktop {
  z-index: 8;
  height: 10%;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", sans-serif;
  position: fixed;
  box-shadow: 0 0;
}
@media only screen and (max-width: 480px) {
  .menuDesktop {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuDesktop {
    height: 12%;
  }
}
.menuDesktop > div {
  padding-left: 10%;
  text-align: start;
}
.menuDesktop > div > div {
  width: 50%;
}
@media only screen and (min-width: 1600px) {
  .menuDesktop > div > div {
    width: 45%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuDesktop > div > div {
    width: 60%;
  }
}
.menuDesktop > div > div img {
  width: 100%;
  height: 100%;
}
.menuDesktop ul {
  justify-content: space-around;
  font-size: 1em;
  margin: 0 7% 0 5%;
  line-height: 200%;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuDesktop ul {
    font-size: 0.8em;
  }
}
.menuDesktop ul li a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 992px) {
  .menuDesktop ul li a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuDesktop ul li a {
    font-size: 1em;
  }
}
.menuDesktop ul li a:hover {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
footer {
  background-color: #f7f7f7;
  padding: 9px;
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer div {
  color: #69697e;
  padding: 1% 0;
  font-size: .9em;
}
@media only screen and (max-width: 480px) {
  footer div {
    font-size: .8em;
  }
}
footer a {
  text-decoration: none;
  color: #2f2f2f;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .desktopOnly {
    display: none !important;
  }
}
.menuPhones {
  left: 0;
  position: absolute;
  width: 100%;
  padding: 14px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .menuPhones {
    display: none;
  }
}
.phonesOnly {
  display: none;
}
@media only screen and (max-width: 480px) {
  .phonesOnly {
    display: block;
  }
  .phonesOnly select {
    display: flex;
  }
}
.catTab {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .catTab {
    display: flex;
  }
  .catTab select {
    display: flex;
  }
}
.tabletOnly {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (min-width: 992px), only screen and (min-width: 1600px) {
  .tabletOnly {
    display: flex !important;
  }
}
.listaCategoria {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .listaCategoria {
    display: none !important;
  }
}
.listaCategoria a {
  color: #ffffff;
  border-radius: 2px;
  padding: 3px 26px;
  background-color: #a0d3d3;
  margin-left: 30px;
  font-size: 0.9em;
  font-weight: 300;
  font-family: "Open Sans", "sans-serif";
}
.listaCategoria a:first-child {
  margin-left: 0;
}
.scrollToTop {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 20;
  display: none;
  background: transparent;
}
@media only screen and (max-width: 480px) {
  .scrollToTop {
    padding: 4px 3px;
    right: -3px;
    bottom: 25px;
  }
  .scrollToTop img {
    width: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .scrollToTop {
    bottom: 12px;
    right: -8px;
  }
}
.scrollToTop:hover {
  text-decoration: none;
}
.border {
  border: solid 1px lightgrey;
  margin-top: 0;
  padding: 15px;
}
.tabs {
  width: 50% !important;
  margin: 0;
  height: 29px;
}
.tabs .tab {
  line-height: 30px;
  height: 30px;
}
.tabs .tab a {
  background-color: transparent;
  color: #a7a7a7;
  border: solid 1px lightgray;
  font-size: 0.9em;
  font-weight: 600;
  font-family: "Open Sans", "sans-serif";
}
.tabs .tab a:hover {
  color: #000000;
}
.tabs .tab a:active {
  color: #000000;
}
.tabs .indicator {
  background-color: #804245;
}
@media only screen and (max-width: 480px) {
  .tabs {
    width: 100% !important;
  }
}
.tabelas {
  padding: 0px 120px 0px 120px;
}
@media only screen and (max-width: 480px) {
  .tabelas {
    padding: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .tabelas {
    padding: 20px;
  }
}
