.contato-topo {
  text-align: right !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-image: url('../../../assets/images/servicos-quadro.png');
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8%;
  width: 80% !important;
  height: 60% !important;
}

.section-1 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10vh 0;
}

.titulo11 {
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  text-align: left;
  margin: 20px 0;
  padding: 0;
  line-height: 0;
  font-weight: bold;
}

.titulo21 {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  text-align: left;
  margin: 5px 0;
  padding: 0;
  line-height: normal;
}

.contato-mapas {
  background-image: url('../../../assets/images/1_metal_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vh 10vw;
}

.contato-mapas h5 {
  font-size: 18px;
  font-weight: bold;
}

.contato-mapas p {
  font-size: 14px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.mapa {
  margin-top: 5vh;
}

@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 992px) {

  .titulo11 {
    font-size: 20px;
    margin: 10px 0;
  }

  .titulo21 {
    font-size: 14px;
    margin: 3px 0;
  }

  .contato-mapas h5 {
  }

  .contato-mapas p {
  }
}

@media (max-width: 768px) {

  .titulo11 {
    font-size: 12px;
    margin: 8px 0;
  }

  .titulo21 {
    font-size: 8px;
    margin: 1px 0;
  }

  .contato-mapas h5 {
    font-size: 14px;
  }

  .contato-mapas p {
    font-size: 12px;
  }

  .contato-mapas {
    padding: 2vh 1vw;
  }

  .mapa {
    margin-top: 1vh;
    margin-bottom: 5vh;
  }
}
