header {
  width: 100vw;
  height: 60vh;
  background: url('/assets/images/img-new/bgofc2.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}


header h1 {
  font-weight: 700;
  font-size: 72px;
  text-transform: uppercase;
  text-shadow: #000000 2px 2px 2px;
}

.contatos {
  width: 90%;
  margin: auto;
  position: relative;
  top: -30px;
  border-radius: 10px;
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.contatos h3 {
  text-align: center;
  font-size: x-large;
  padding: 30px 0;
}

.contatos a {
  width: 80%;
  align-self: center;
}

.map {
  background-color: rgb(61, 61, 61);
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: white !important;
  text-align: center;
}

.map h3 {
  font-size: medium;
  text-align: center;
  width: 100%;
  color: white;
}

.map a {
  margin: 20px 0 30px 0;
}

iframe {
  width: 400px !important;
  height: 400px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .contatos {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contatos {
    width: 60%;
  }
}

@media (min-width: 992px) {
  header {
    height: 80vh;
  }

  .contatos {
    width: 60%;
    padding: 5%;
    margin-bottom: -100px;
    top: -150px;
  }

  .contatos button {
    width: 40%;
  }

  .map {
    position: static;
    top: 0;
  }
  .map iframe {
    width: 600px !important;
    height: 600px;
    border-radius: 10px;
  }
}