.contato {
  min-height: 90vh;
  padding: 10px;
  background-color: rgb(204, 204, 204);
}

.content-contato {
  min-height: 90vh;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.cards {
  width: 80%;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;

  border: 2px #c5c5c5e1 solid;
  border-radius: 10px;
  background-color: #d6d4d4;
  padding: 25px;
  margin: 20px 0px;
}

.card-contato {
  border: 2px #ffffff solid;
  border-radius: 10px;
  /* background: rgba(255, 149, 11); */
  width: 45%;
  height: 60vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .gradiente-linear {
  background: linear-gradient(
    to bottom,
    rgba(255, 149, 11),
    rgba(255, 255, 255, 0.589) 100%,
    rgba(255, 255, 255, 0.623) 30%,
    rgba(240, 175, 91, 0.774)
  );
} */

.linha-contato {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 5%;
}

.img-contato {
  height: 5vh;
  margin-right: 10px;
}

/* .conteudo-card {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
} */
/* Tentar utilizar mapa */

.map-container {
  position: relative;
  width: 90%;
  flex-direction: column;
  border: 2px #000000 solid;
  border-radius: 15px;
  margin: auto;
  text-align: center;
}

#mapid {
  width: 100%;
  min-height: 60vh;

  z-index: 2;
  border-radius: 15px;
}

.link-maps {
  position: absolute;
  bottom: 0;
  right: 0;

  border-radius: 10px;
  background-color: rgba(255, 149, 11);
  opacity: 0.8;
  width: 100%;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  z-index: 3;
  padding: 20px;
}

@media (max-width: 980px) {
  .cards {
    width: 100%;
    flex-direction: column;
  }

  .card-contato {
    width: 100%;
    height: 40vh;
    margin: 8px 0;

    padding: 10%;
  }

  .linha-contato {
    max-height: 100%;
    padding: 2%;
    flex-direction: column;
    align-items: flex-start;
  }

  .img-contato {
    height: 3vh;
  }

  .cards.gradiente-linear {
    height: 40vh;
  }

  .map-container {
    height: 100%;
  }

  #mapid {
    min-height: 100%;
  }

  .link-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25%;
    font-size: 11px;
    opacity: 0.9;
  }
}
