.logoHeader {
  padding-top: 50px;
}
@media only screen and (max-width: 480px) {
  .logoHeader {
    padding-top: 40px;
  }
}
.logoHeader img {
  height: 90px;
}
@media only screen and (max-width: 480px) {
  .logoHeader img {
    height: 50px;
  }
}
.title {
  font-size: 3em;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 23px;
}
.title h6 {
  font-weight: 400;
  font-size: 0.4em;
  margin: 0 0 0 75px;
  color: #4d4d4e;
}
@media only screen and (max-width: 480px) {
  .title h6 {
    font-size: 0.5em;
    margin: 0 0 0 34px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    margin-bottom: 0;
    font-size: 1.8em;
  }
}
.title strong {
  position: relative;
  color: #4d4d4e;
  height: 69px;
  background: white;
  z-index: 20;
  text-transform: uppercase;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .title strong {
    height: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .title strong {
    height: 40px;
  }
}
.title span {
  color: #73a8b0;
}
.title .graficoTitulo {
  margin-left: -70px;
  margin-top: -17px;
  height: 100px;
  width: 100px;
  background: transparent;
  transform: rotate(45deg);
  border: 2px solid #8bc1ca;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .title .graficoTitulo {
    margin-top: -14px;
    height: 80px;
    width: 80px;
  }
}
.title .graficoTitulo.pRight {
  margin-left: 20px;
  margin-right: -70px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .title .graficoTitulo.pRight {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .title .graficoTitulo.pRight {
    margin-left: 10px;
    margin-right: -35px;
  }
}
@media only screen and (max-width: 480px) {
  .title .graficoTitulo {
    margin-left: -35px;
    margin-top: -7px;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .title .subtituloDif {
    margin: 1px;
  }
}
#empresa {
  background: url('../img/empresaBg.png') no-repeat;
  background-size: 1050px;
  background-position-x: 100px;
  background-position-y: 110px;
}
#empresa .empresaGrafico img {
  height: 580px;
  margin-top: -200px;
}
.empresaAreaTexto {
  letter-spacing: 1px;
  color: #4d4d4e;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 30px 0;
  width: 50%;
  min-height: 420px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .empresaAreaTexto {
    min-height: unset;
    width: auto;
  }
}
.empresaWideImg {
  height: 650px;
  background-image: url('../img/empresaWideImg.jpg');
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .empresaWideImg {
    height: 250px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .empresaWideImg {
    height: 350px;
  }
}
.marginTop {
  margin-top: 140px;
}
@media only screen and (max-width: 480px) {
  .marginTop {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .marginTop {
    margin-top: 100px;
  }
}
#servicos .servicos {
  margin-top: 10%;
}
#servicos .servicos .descriptionBox {
  z-index: 50;
}
#servicos .servicos :nth-child(even) .descriptionBox .flex {
  display: none;
}
#servicos .servicos :nth-child(odd) .descriptionBox h4,
#servicos .servicos :nth-child(odd) .descriptionBox h5 {
  text-align: right;
  float: right;
}
#servicos .servicos .servicoItem {
  height: 300px;
  padding: 40px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  #servicos .servicos .servicoItem {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  #servicos .servicos .servicoItem {
    padding: 14px;
  }
}
#servicos .servicos .servicoItem:hover .darkBg {
  background: rgba(0, 0, 0, 0.3);
}
#servicos .servicos .servicoItem .darkBg {
  background: rgba(0, 0, 0, 0.07);
  transition: background 0.3s ease;
}
@media only screen and (max-width: 480px) {
  #servicos .servicos .servicoItem .darkBg {
    background: rgba(0, 0, 0, 0.21);
  }
}
#servicos .servicos .servicoItem .servicoItemBox {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: min-content;
}
@media only screen and (max-width: 480px) {
  #servicos .servicos .servicoItem .servicoItemBox {
    width: unset;
  }
}
#servicos .servicos .servicoItem .servicoItemBox h4 {
  color: white;
  font-weight: 100;
  font-size: 3em;
  margin: 0;
  width: max-content;
  max-width: 800px;
}
@media only screen and (max-width: 480px) {
  #servicos .servicos .servicoItem .servicoItemBox h4 {
    width: unset;
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  #servicos .servicos .servicoItem .servicoItemBox h4 {
    width: unset;
    font-size: 2.5em;
  }
}
#servicos .servicos .servicoItem .servicoItemBox h5 {
  color: white;
  margin: 0;
  background: rgba(115, 168, 176, 0.9);
  padding: 20px;
  font-size: 1em;
  font-weight: 400;
  width: 510px;
}
@media only screen and (max-width: 480px) {
  #servicos .servicos .servicoItem .servicoItemBox h5 {
    width: unset;
  }
}
#projetos .projetosBox {
  margin-top: 70px;
}
@media only screen and (max-width: 480px) {
  #projetos .projetosBox {
    margin-top: 40px;
  }
}
#projetos .projetosBox button {
  background: #73a8b0;
  border: 2px solid transparent;
  padding: 16px 25px;
  color: white;
  font-size: 1em;
  letter-spacing: 1px;
  margin: 0 5px 10px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#projetos .projetosBox button.active {
  background: #5d8d94;
}
@media only screen and (max-width: 480px) {
  #projetos .projetosBox button {
    font-size: 0.9em;
    width: 83%;
  }
}
#projetos .projetosBox button:hover {
  border: 2px solid #5d8d94;
}
#projetos .galeria {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 650px;
  margin-top: 50px;
  background: url(../img/empresaBg.png) no-repeat;
  background-size: contain;
  padding-top: 40px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  #projetos .galeria {
    padding: 30px 0 0;
    margin-top: 0;
    min-height: unset;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  #projetos .galeria {
    padding-left: 0;
  }
}
#projetos .galeria img {
  height: 150px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#projetos .galeria a {
  outline: none !important;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  #projetos .galeria a {
    width: 50%;
  }
}
#projetos .galeria .galeriaBg {
  height: 360px;
  margin: 0 7px 14px;
  background-size: cover;
  background-position: center center;
  outline: 4px solid transparent;
  transition: outline 0.1s ease;
}
#projetos .galeria .galeriaBg:hover {
  outline: 4px solid #73a8b0;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  #projetos .galeria .galeriaBg {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  #projetos .galeria .galeriaBg {
    height: 200px;
  }
}
#projetos .galeria .galeriaBg:focus {
  outline: none;
}
#projetos .galeria h3 {
  color: #4d4d4e;
  text-align: center;
  font-size: 2.8em;
  margin: 0 0 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  #projetos .galeria h3 {
    font-size: 1.6em;
  }
}
#contato {
  background-color: #f7f7f7;
  padding: 120px 0 80px;
}
@media only screen and (max-width: 480px) {
  #contato {
    padding: 60px 0 10px;
  }
}
#contato .formInfo {
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  #contato .formInfo {
    margin-top: 40px;
  }
}
#contato input,
#contato textarea {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #73a8b0;
  padding: 20px 22px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  color: #4d4d4e;
  outline: none;
}
@media only screen and (max-width: 480px) {
  #contato input,
  #contato textarea {
    padding: 10px 15px;
    font-size: 1em;
  }
}
#contato textarea {
  margin-bottom: 12px;
}
#contato button {
  padding: 16px;
  background: #73a8b0;
  border: none;
  color: white;
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  #contato .contactInfo {
    margin-top: 12%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  #contato .contactInfo {
    margin-top: 8%;
  }
}
#contato .contactInfo .infoItem {
  padding-left: 70px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  #contato .contactInfo .infoItem {
    padding-left: 0;
  }
}
#contato .contactInfo h6 {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 50px;
  color: #4d4d4e;
  font-size: 1.2em;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  #contato .contactInfo h6 {
    margin: 0 0 40px;
    font-size: 0.9em;
  }
}
#contato .contactInfo i {
  color: #73a8b0;
  font-size: 1.7em;
  width: 60px;
}
@media only screen and (max-width: 480px) {
  #contato .contactInfo i {
    width: 45px;
  }
}
::placeholder {
  color: #4d4d4e;
}
footer {
  padding: 50px 0;
}
footer img {
  width: 450px;
}
@media only screen and (max-width: 480px) {
  footer img {
    width: 90%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  footer img {
    width: 50%;
    margin-bottom: 30px;
  }
}
footer .footerContent {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  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;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  footer .footerContent {
    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;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
footer .footerContent span {
  margin-right: 20px;
}
footer .footerContent a,
footer .footerContent span {
  color: #1b1b1b;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 1.8px;
}
.mapShadow {
  box-shadow: inset 0px 12px 60px -15px rgba(0, 0, 0, 0.2), inset 0px -15px 60px -15px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
}
#map {
  height: 450px;
}
@media only screen and (max-width: 480px) {
  #map {
    height: 240px;
  }
}
#map:before {
  background-color: #0D47A1;
  z-index: 9999;
}
