.contato {
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Raleway", serif;
}

.containerCont {
  background-color: #3F63AD;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* padding: 2px; */
  gap: 1px;
}

.cardCont {
  padding: 3rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  /* border: 2px solid red; */
  gap: 20px;
}

.contato h2 {
  opacity: 0.8;
  margin-bottom: 20px;
}

.contato img {
  width: 40px;
  opacity: 0.8;
}

.cardCont div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.linksContainer img {
  opacity: 0.8;
  cursor: pointer;
}

.linksContainer img:hover {
  opacity: 1;

}

.copyright {
  background-color: #1c2434;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 280px) and (max-width: 320px) {
  .contato {
    height: 100%;
    flex-direction: column;
  }

  .containerCont {
    background-color: #3F63AD;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardCont {
    padding: 2rem;
    width: 100%;
    height: 100%;

    gap: 10px;
  }

  .contato h2 {
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .contato img {
    width: 40px;
    opacity: 0.8;
  }

  .cardCont div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .copyright {
    height: 30px;
    font-size: 12px;
    padding: 10px 0px;
  }
}

@media (min-width: 321px) and (max-width: 360px) {
  .contato {
    height: 100%;
    flex-direction: column;
  }

  .containerCont {
    background-color: #3F63AD;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardCont {
    padding: 2rem;
    width: 100%;
    height: 100%;

    gap: 10px;
  }

  .contato h2 {
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .contato img {
    width: 40px;
    opacity: 0.8;
  }

  .cardCont div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .copyright {
    height: 30px;
    font-size: 12px;
    padding: 10px 0px;
  }
}

@media (min-width: 361px) and (max-width: 390px) {
  .contato {
    height: 100%;
    flex-direction: column;
  }

  .containerCont {
    background-color: #3F63AD;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardCont {
    padding: 2rem;
    width: 100%;
    height: 100%;

    gap: 10px;
  }

  .contato h2 {
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .contato img {
    width: 40px;
    opacity: 0.8;
  }

  .cardCont div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .copyright {
    height: 30px;
    font-size: 12px;
    padding: 10px 0px;
  }
}

@media (min-width: 391px) and (max-width: 480px) {
  .contato {
    height: 100%;
    flex-direction: column;
  }

  .containerCont {
    background-color: #3F63AD;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardCont {
    padding: 2rem;
    width: 100%;
    height: 100%;

    gap: 10px;
  }

  .contato h2 {
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .contato img {
    width: 40px;
    opacity: 0.8;
  }

  .cardCont div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .copyright {
    height: 30px;
    font-size: 12px;
    padding: 10px 0px;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .contato {
    height: 100%;
    flex-direction: column;
  }

  .containerCont {
    background-color: #3F63AD;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardCont {
    padding: 2rem;
    width: 100%;
    height: 100%;

    gap: 10px;
  }

  .contato h2 {
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .contato img {
    width: 40px;
    opacity: 0.8;
  }

  .cardCont div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .copyright {
    height: 30px;
    font-size: 12px;
    padding: 10px 0px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .contato {
    height: 100%;
    flex-direction: column;
  }

  .containerCont {
    background-color: #3F63AD;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cardCont {
    padding: 2rem;
    width: 100%;
    height: 100%;

    gap: 10px;
  }

  .contato h2 {
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .contato img {
    width: 40px;
    opacity: 0.8;
  }

  .cardCont div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .copyright {
    height: 30px;
    font-size: 12px;
    padding: 10px 0px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {}

@media (min-width: 1025px) {}