/* Saiba mais do Projeto */

body.saibaMaisProj-body {
  background-color: #fff8dc;
  background-attachment: scroll;
  background-size: cover;
  scroll-snap-type: y mandatory;
}

div.saibaMaisProj-central-div {
  width: 85%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 100px;
  text-align: justify;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.2);
  padding-top: 2%;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

section.saibaMaisProj-conteudo-section {
  padding: 0;
}

h2.saibaMaisProj-ola-h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}

h3.saibaMaisProj-espaçamento-h3 {
  margin-bottom: 20px;
}

article.saibaMaisProj-texto-article {
  padding-top: 25px;
  font-family: Arvo;
  font-style: bold;
  font-size: 24px;
  line-height: 35px;
  padding: 2%;
}

article.saibaMaisProj-texto-article h2 {
  color: red;
  font-family: Dancing Script;
  text-align: left;
  text-indent: 50px;
  padding-bottom: 0;
}

a.saibaMaisProj-linkAgradecimento-a {
  margin-top: 50px;
  float: right;
  margin-right: 100px;
  color: #cc6600;
}

article.saibaMaisProj-texto-article h3 {
  margin-top: inherit;
  padding: 0;
  color: #2f4f4f;
  font-family: Arvo;
  text-align: left;
  text-indent: 40px;
  font-weight: 100;
  font-size: 24px;
  margin-left: 10px;
}

article.saibaMaisProj-texto-article p {
  max-width: 85%;
  padding: 5px;
  margin-bottom: 0;
  text-indent: 50px;
  text-align: justify;
  font-size: 20px;
  line-height: 1.3;
}

/* Objetivos */

:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 85%, 55%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

div.saibaMaisProj-objetivos-div {
  display: flex;
  padding: 5px;
  width: 100%;
}

div.saibaMaisProj-objetivos-div div {
  max-width: 25%;
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  border-top: 3px solid var(--orange);
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.saibaMaisProj-objetivos-div .saibaMaisProj-margem-p {
  margin-top: 20px;
}

div.saibaMaisProj-objetivos-div div h3 {
  width: 100%;
  background-color: var(--orange);
  color: #fff;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  text-indent: 0;
}

div.saibaMaisProj-objetivos-div div p {
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 25px;
  padding: 15px;
  text-indent: 0;
}

a.saibaMaisProj-links {
  font-style: italic;
  color: #cc6600;
}

h2.saibaMaisProj-assinatura-h2 {
  margin-top: 20px;
  margin-right: 100px;
  float: right;
}

/* Responsividade */

@media only screen and (max-width: 1000px) {
  div.saibaMaisProj-objetivos-div {
    align-items: center;
    display: inherit;
  }
  div.saibaMaisProj-objetivos-div div {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
