h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
.Background-slideshow {
  background-color: white;
  width: 100%;
  height: 100%;
  background-position: 60% 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .phonesOff {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .phonesOff {
    display: none !important;
  }
}
blockquote {
  border-left: 0;
  font-style: italic;
  font-size: 2.5em;
  padding: 1%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  blockquote {
    font-size: 1.5em;
  }
}
h6 {
  line-height: 25px;
  text-align: justify;
}
.descricaoGaleria {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.descricaoGaleria h6 {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.contatoBox1 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  .contatoBox1 {
    margin-bottom: 0;
  }
  .contatoBox1 :first-child {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .contatoBox1 :first-child {
    justify-content: flex-start;
  }
}
.contatoBox {
  padding: 90px 0 0;
  margin: 0 120px 0 40px;
}
@media only screen and (max-width: 480px) {
  .contatoBox {
    padding: 40px 6% 0;
    margin: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .contatoBox {
    padding: 38px 35px;
    margin: 0;
    flex-direction: column-reverse !important;
    padding-bottom: 0;
  }
}
.contatoBox form {
  width: 100%;
}
.contatoBox h5 {
  color: #008856;
}
.contatoBox span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #2b2b2b;
  text-align: start;
}
@media only screen and (max-width: 480px) {
  .contatoBox span {
    font-weight: 400;
    letter-spacing: 1.7px;
  }
}
.contatoBox i {
  color: #656565;
  font-size: 1.5em;
  margin-right: 17px;
}
@media only screen and (max-width: 480px) {
  .contatoBox i {
    margin-right: 7px;
  }
}
.contatoBox .contactField {
  margin-bottom: 23px;
}
.contatoBox .contactField h5 {
  font-size: 1em;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 2px;
}
.contatoBox .contactField a {
  color: #2b2b2b;
}
.contatoBox .socialBox i {
  width: 20px;
}
.contatoBox .socialBox i.fa-envelope {
  font-size: 1.7em;
}
.contatoBox .contato {
  padding-left: 50px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .contatoBox .contato {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contatoBox .contato {
    margin-bottom: 50px;
  }
}
.contatoBox .contato input {
  padding: 30px;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
  color: #3b393a;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  border: solid 1px white;
  border-radius: 10px;
  background-color: white;
}
.contatoBox .contato input:focus {
  border-bottom: none;
  box-shadow: none;
}
@media only screen and (max-width: 480px) {
  .contatoBox .contato input {
    width: 100%;
    padding: 0;
    padding-left: 10px;
  }
}
.contatoBox .contato input::-webkit-input-placeholder {
  color: #636363;
}
.contatoBox .contato input::-moz-placeholder {
  color: #636363;
}
.contatoBox .contato input:-ms-input-placeholder {
  color: #636363;
}
.contatoBox .contato .inputStyle {
  position: relative;
}
.contatoBox .contato .inputStyle .material-icons {
  position: absolute;
  right: -12px;
  bottom: 32px;
  pointer-events: none;
  font-size: 1.5em;
}
@media only screen and (max-width: 480px) {
  .contatoBox .contato .inputStyle .material-icons {
    right: 4px;
  }
}
.contatoBox .contato button {
  background: #dcdcdc;
  border: none;
  padding: 11px 22px;
  color: #494949;
  font-size: 1em;
  margin: 10px 0;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 6px;
  width: 100%;
}
.contatoBox .contato button:hover {
  background: #1e3e69;
  color: white;
}
@media only screen and (max-width: 480px) {
  .contatoBox .contato button {
    font-weight: 400;
    padding: 4px 40px;
    margin-bottom: 15px;
  }
}
.contatoBox .contato textarea {
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
  color: #3b393a;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  border: solid 1px white;
  border-radius: 10px;
  background-color: white;
  height: 150px;
}
.contatoBox .contato textarea:focus {
  outline: none;
}
.contatoBox .contato textarea::-webkit-input-placeholder {
  color: #636363;
}
.contatoBox .contato textarea::-moz-placeholder {
  color: #636363;
}
.contatoBox .contato textarea:-ms-input-placeholder {
  color: #636363;
}
.contatoBox .footerIcons a {
  padding: 40px 16px;
}
.contatoBox .footerIcons a i {
  border-radius: 50%;
  background-color: #1f3e6b;
  padding: 9px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 32px;
  color: white;
  transition: .3s;
}
.contatoBox .footerIcons a i:hover {
  color: #1f3e6b;
  background-color: white;
}
.empresa {
  margin: 0 120px;
  padding: 40px;
  background-color: white;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .empresa {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
}
.empresa .empresaBio {
  width: 100%;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.1rem;
  text-align: justify;
  color: #656565;
}
@media only screen and (max-width: 480px) {
  .empresa .empresaBio {
    padding: 0 6%;
    font-size: 0.9em;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .empresa .empresaBio {
    padding: 0 6%;
    font-size: 1.2em;
    width: 100%;
  }
}
.empresa .empresaBio p {
  font-size: 1.1rem;
  font-family: 'Open Sans', sans-serif !important;
}
.empresa .empresaBio ul {
  list-style-type: inherit;
}
.empresa .empresaBio ul li {
  list-style-type: inherit;
}
.empresa h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
}
@media only screen and (max-width: 480px) {
  .empresa h5 {
    font-size: 1.5em;
  }
}
.empresa > div {
  font-family: "Open Sans", sans-serif;
}
.empresa .missaovisao {
  padding-top: 30px;
}
.garantiaBox {
  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 (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .garantiaBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 6%;
  }
}
.garantiaBox .empresaBio {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #909090;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .garantiaBox .empresaBio {
    padding: 0;
  }
}
.garantiaBox img {
  width: 140px;
  height: 140px;
}
.bgProjetos {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95%;
  width: 95%;
  opacity: 1;
  transition: opacity .3s ease;
}
.bgProjetos.galeriaRodaDetalhe {
  height: 100px;
  width: 100px;
  border: 1px solid #ced0d0;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .bgProjetos.galeriaRodaDetalhe {
    height: 90px;
    width: 150px;
  }
}
.modeloH5 {
  font-size: 1.2em;
  padding-bottom: 3px;
  border-bottom: 1px solid #eaeaea;
}
.galeria {
  margin: 40px 120px 30px 120px;
  justify-content: flex-start;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .galeria {
    padding: 0 20px;
    margin: 0;
    margin-top: 20px;
  }
}
.galeria .produto {
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  height: 100%;
}
.galeria .produto .descProduto {
  padding: 20px 0;
  border-bottom: solid 2px #e8e8e8;
}
.galeria .produto h5 {
  color: #383838;
  font-size: 1.1em;
}
.galeria .produto li {
  list-style-type: disc;
  color: #ef7814;
}
.galeria .produto ul {
  margin-left: 15px;
}
.galeria .produto .produtoTexto {
  width: 56%;
  margin: 20px 40px;
}
@media only screen and (max-width: 480px) {
  .galeria .produto .produtoTexto:last-child {
    width: 90% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .galeria .produto {
    padding-bottom: 0;
  }
  .galeria .produto .img {
    height: 200px;
    width: 410px;
    padding: 20px 0px 0px;
  }
}
.galeria .img {
  width: 620px;
  height: 320px;
  background-size: cover;
}
.galeria span {
  color: #7b7b7b;
  font-family: 'Open Sans', sans-serif !important;
}
.galeria .galeriaBg {
  background-position: center;
  background-size: cover;
  width: 320px;
  height: 210px;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .galeria .galeriaBg {
    width: 290px;
    height: 210px;
  }
}
@media only screen and (max-width: 480px) {
  .galeria {
    padding: 0;
  }
  .galeria .img {
    width: 100%;
    height: 220px;
    background-size: cover;
  }
  .galeria .produto {
    text-align: left !important;
    flex-direction: column !important;
    margin-bottom: 0;
  }
  .galeria .produto .produtoTexto {
    margin-top: 30px;
    width: 90%;
  }
  .galeria .produto .produtoTexto h5 {
    text-align: left !important;
    margin-bottom: 0;
  }
}
.sobre .produto h5 {
  color: #4c4c4c;
  font-size: 1.4em;
  font-weight: bolder;
  border-radius: 6px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
blockquote:before {
  content: "\201C";
  font-size: 2.5em;
  line-height: .1em;
}
blockquote:after {
  content: "\201D";
  font-size: 2.5em;
  line-height: .1em;
  vertical-align: -1em;
}
cite {
  color: white;
  font-style: normal;
  font-size: 1.5em;
}
@media only screen and (max-width: 480px) {
  cite {
    font-size: 1em;
  }
}
.empresaTitulo {
  padding: 8px 0 8px;
  width: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .empresaTitulo {
    padding: 30px 6%;
    justify-content: flex-start !important;
  }
}
.empresaTitulo p {
  font-weight: 300;
}
.empresaTitulo.mapa {
  padding: 50px 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .empresaTitulo.mapa {
    padding: 30px 6%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .empresaTitulo {
    justify-content: flex-start !important;
    padding: 10px 0;
    padding-left: 6%;
  }
}
.empresaTitulo h5 {
  color: #4c4c4c;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .empresaTitulo {
    margin-top: -80px;
  }
  .empresaTitulo h5 {
    font-size: 1.2em;
  }
}
.empresaImagem {
  height: 500px;
  margin-top: 70px;
}
@media only screen and (max-width: 480px) {
  .empresaImagem {
    height: 190px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .empresaImagem {
    height: 350px;
    margin-top: 50px;
  }
}
h5 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 2.1em;
  padding-bottom: 5px;
  color: white;
}
h5.produtoTitulo {
  padding-right: 5px;
  font-size: 2.1em;
}
h5.garantiaTitulo {
  padding-right: 5px;
  font-size: 2.1em;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  h5.garantiaTitulo {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 1.5em;
  }
}
.mapaTitulo {
  font-size: 2.1em;
  color: #eaeaea;
}
#map {
  height: 410px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #map {
    height: 210px;
  }
}
#map1 {
  height: 410px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #map1 {
    height: 210px;
  }
}
footer {
  padding: 9px 160px !important;
  height: 350px;
  background-size: cover;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 480px) {
  footer {
    height: 120px;
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  footer {
    padding: 9px 50px !important;
    height: 260px;
  }
}
footer img {
  width: 315px;
}
@media only screen and (max-width: 480px) {
  footer img {
    width: 200px;
  }
}
footer .footerInfo {
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  footer .footerInfo {
    align-items: flex-start;
  }
}
footer h6 {
  font-family: "Open Sans", sans-serif;
  color: #d0d0d0;
  font-weight: 100;
  width: 400px;
  margin-top: 20px;
  text-align: end;
}
@media only screen and (max-width: 480px) {
  footer h6 {
    display: none;
  }
}
.footerEnd {
  color: #ffffff;
  background-color: #1b1b1b;
  padding: 35px;
  text-align: center;
}
.footerEnd .end {
  font-weight: 100;
  line-height: 1.5;
  font-family: "Open Sans", "sans-serif";
}
.footerEnd a {
  color: #c3c3c3;
}
@media only screen and (max-width: 480px) {
  .footerEnd {
    font-size: 0.6em;
    padding: 2px 6%;
    text-align: center;
  }
}
* {
  box-sizing: border-box;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 38%;
  width: auto;
  margin-top: -22px;
  padding: 5px;
  color: #cacaca;
  font-weight: bolder;
  font-size: 41px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
@media only screen and (max-width: 480px) {
  .prev,
  .next {
    top: 21%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .prev,
  .next {
    top: 16%;
  }
}
/* Position the "next button" to the right */
.next {
  right: 120px;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .next {
    right: 0 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .next {
    right: 5px;
  }
}
.prev {
  left: 120px;
}
@media only screen and (max-width: 480px) {
  .prev {
    left: 0 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .prev {
    left: 5px;
  }
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border: solid 1px gray;
  background-color: transparent;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.dots {
  position: absolute;
  bottom: 300px;
  left: 48%;
}
@media only screen and (max-width: 480px) {
  .dots {
    top: 225px;
    left: 41%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .dots {
    top: 320px;
  }
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.titleBorder {
  width: 330px;
  border-bottom: solid 2px #6e6ed08c;
  margin-bottom: 50px;
}
.footer {
  padding: 60px 120px 30px 120px;
  border-top: solid 5px #fd7302;
  background-color: #e9e5e4;
}
.footer span {
  padding-left: 8px;
  color: #676767;
}
.footer img {
  width: 150px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .footer {
    padding: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    display: none !important;
  }
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #e16c00;
}
.certificados .empresaTitulo {
  margin-top: 85px;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .certificados .empresaTitulo {
    margin-top: 0;
  }
}
.certificados img {
  height: 100%;
  padding: 25px;
  margin: 0;
}
.certificados .itensCertificados {
  align-items: center;
  margin: 20px 0;
  padding: 25px 0;
  justify-content: center;
}
.certificados .itensCertificados iframe {
  padding: 10px;
  padding-bottom: 0;
}
.certificados .itensCertificados h6 {
  padding: 12px;
  padding-top: 0;
  margin: 0;
  text-align: center;
}
.projetosBox {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .projetosBox {
    margin-top: 40px;
  }
}
.projetosBox button {
  background: #efefef;
  border: none;
  padding: 16px 25px;
  color: #494949;
  font-size: 1em;
  margin: 0 5px 10px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 6px;
}
@media only screen and (max-width: 480px) {
  .projetosBox button {
    font-size: 0.9em;
    width: 83%;
  }
}
.projetosBox button:hover {
  background: #1e3e69;
  color: white;
}
.projetosBox .buttonActive {
  background: #235182;
  color: white;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .projetosBox button {
    margin: 0 5px 30px;
  }
}
