@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Poppins:ital,wght@0,500;1,400&display=swap");

.contato {
  background-color: rgba(253, 186, 230, 0.531);
  padding: 2rem 4rem;
}
.info {
  display: flex;
  height: 100%;
  justify-content: space-around;
  padding: 2rem 0 ;
  width: 100%;
}

.info__contato {
  background-color: rgba(240, 248, 255, 0.553);
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.639);
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  width: 80vh;
}

.info__contato p {
    font-size: 1.34rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 100%;
    text-align: left; 
    padding: .5rem 3.5rem;
}

.info__contato p strong {
    font-weight: bold;
}

.info__link {
  color: rgba(0, 0, 0, 0.655);
  text-decoration: none;
}

.mapa {
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.639);
  display: flex;
  height: 300px;
  width: 400px;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .contato {
    align-content: center;
    padding: 2rem 0.4rem;
  }
  .info {
    display: block;
    padding: 2rem 0;
    width: 100%; 
  }

  .info__contato {
    height: 100%;
    margin-bottom: 2rem;
    padding: 2rem 0;
    width: 100%;
  }

  .info__contato p {
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 100%;
    padding: .5rem 3.5rem;
    text-align: left; 
    text-decoration: none;
  }

  .mapa {
    margin-left: 0;
  }

 .mapa iframe {
    width: 350;
    height: 300;
  }
}
