/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Archivo&family=Roboto+Condensed:wght@300&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --cor-1: #ffffff;
  --cor-2: #422874;
  --cor-3: #e4322b;
  --cor-4: #01015e;
  --cor-5: rgba(65, 128, 255, 0.639);

  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  list-style: none;
} */

.container-midia {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slides-imagens {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
  width: 80%;
}

.title-slides-images {
  font-size: 2em;
  color: var(--cor-2);
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 20px;
  background: #fff;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--cor-2);
}

.swiper-pagination-bullet-active {
  color: var(--cor-2);
  background-color: var(--cor-2);
}

.redes-sociais {
  margin-top: 5%;
  display: flex;
  justify-content: space-around;
  width: 80%;
  flex-wrap: wrap;
}

.rede-social {
  display: flex;
  margin-top: 2%;
  align-items: center;
}

.title-redes-sociais {
  font-size: 2em;
  color: var(--cor-2);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .slides-imagens {
    height: auto;
    width: 100%;
  }

  .title-slides-images {
    font-size: 1.5em;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .redes-sociais {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .rede-social img {
    width: 40px;
    height: 40px;
  }

  .button-whatsapp img {
    width: 50px;
    height: 50px;
  }

  footer {
    text-align: center;
    padding: 20px;
  }

  footer img {
    width: 150px;
    height: auto;
  }

  .footer-contato {
    padding: 10px;
  }
}
