/*
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Whisper&display=swap");
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Playfair Display", serif;
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.alin a {
  color: #585858;
  text-decoration: none;
}

.alin a:hover {
  color: #585858;
  text-decoration: none;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 65px;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
}

p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

i {
  font-size: 36px;
  color: #585858;
}

.superp {
  font-size: 10px;
}

.logo {
  width: 100%;
  height: 500px;
  min-height: 300px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #979876; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #adad94,
    #989776
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    180deg,
    #adad94,
    #989776
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

/* The hero image */
.logo2 {
  width: 100%;
  height: 500px;
  min-height: 300px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("../images/Bkg.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.sobre {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}
.atividadeA {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #ece8df;
  color: #585858;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.atividadeA-item1 {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.separa {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.atividade {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #ece8df;
  color: #585858;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.atividade2 {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #989776;
  color: #fff;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.atividade-item1 {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.atividade-item2 {
  width: 100%;
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.bkgfixed {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 70px;
  background-color: #989776;
  background: url("../images/Bkg2.png") no-repeat center center fixed;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  color: #fff;
  text-align: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.fale {
  min-height: 400px;
}

.foot {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece8df;
  color: #585858;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot i {
  font-size: 20px;
  color: #585858;
}

@media screen and (max-width: 768px) {
  .logo img,
  .logo2 img {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
  }

  .foot,
  .sobre,
  .atividade,
  .atividade2,
  .atividadeA {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
  }

  .alin a {
    color: #585858;
    text-decoration: none;
  }

  .alin a:hover {
    color: #585858;
    text-decoration: none;
  }

  .bkgfixed {
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 70px;
    background-color: #989776;
    background: url("../images/Bkg2.png") no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    color: #fff;
    text-align: center;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
  }
}
