body {
  margin: 0;
}

* {
  font-family: "Noto Serif", serif;
}

p {
  text-align: justify;
}

.header {
  background-color: #180B4F;
  height: 210px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: max-content;
  text-align: center;
  margin-top: 50px;
}

.box-title {
  width: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0px;
  display: flex;
  flex-direction: row;
}

.logo {
  position: absolute;
  width: 200px;
  transform: translateX(-50%);
  top: 0;
  align-self: flex-start;
}

.title {
  color: rgb(245, 201, 68);
  font-size: 35px;
  line-height: 20px;
  font-family: "Noto Serif Khitan Small Script", serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subtitle {
  color: #fff;
  font-size: 25px;
  font-family: "Mukta", sans-serif;
}

.register {
  display: flex;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1000px - 20px);
  width: calc(100% - 20px);
  background-color: rgb(245, 201, 68);
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.5s;
  overflow: hidden;
  text-transform: uppercase;
}

.register:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.register span {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.register span img {
  margin-left: 20px;
}

section {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.art1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  padding-top: 0;
}

.sec1 .art1 img {
  width: 100%;
}

.title1 {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  color: #180B4F;
}

.quote {
  font-family: "Satisfy", cursive;
  font-size: 18px;
  text-align: right;
  color: rgb(40, 11, 114);
}

.blocks {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px;
}

.blue {
  background-color: rgb(40, 11, 114);
  color: #fff;
}

.yellow {
  background-color: rgb(245, 201, 68);
  color: #000;
}

.block-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.block-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-desc {
  text-align: center;
  font-family: "Satisfy", cursive;
  font-size: 15px;
}

.side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 180px;
  background-color: rgb(243, 199, 67);
  margin: 10px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
}

.side .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.side span {
  display: flex;
  font-weight: 700;
  color: rgb(87, 87, 87);
  margin-top: 20px;
  margin-bottom: 10px;
}

.side p {
  display: flex;
  font-family: Roboto, sans-serif;
  text-align: center;
  margin: 0;
}

.side .img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.side .img.disciplina {
  background-image: url("assets/disciplina.png");
}

.side .img.heroismo {
  background-image: url("assets/heroismo.jpg");
}

.side .img.configuracao {
  background-image: url("assets/configuracao.png");
}

.side .separation {
  background-color: #fff;
  width: 90%;
  height: 2px;
  align-self: center;
}

.sec2 article {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  padding-top: 0;
}

.sec2 p {
  margin-bottom: 0;
}

.sec2 .p-bold1 {
  color: rgb(67, 147, 163);
  font-weight: 600;
  font-size: 18px;
  font-family: Roboto, sans-serif;
}

.sec2 .art3 img {
  width: 100%;
}

.title2 {
  font-size: 22px;
  color: rgb(51, 115, 128);
  font-weight: 700;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.title3 {
  font-size: 25px;
  color: rgb(87, 185, 204);
  font-weight: 700;
  text-align: center;
  width: 550px;
  max-width: calc(100% - 20px);
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.sec3 {
  background-color: rgb(207, 237, 242);
  margin-bottom: 10px;
}

.sec3 article {
  padding: 10px;
}

.sec3 .title4 {
  font-family: Roboto, sans-serif;
  margin: 0;
  color: rgb(87, 87, 87);
}

.sec3 img {
  width: 400px;
}

.art {
  padding-left: 10px;
  padding-right: 10px;
}

.art ol ul {
  margin-bottom: 10px;
  padding-left: 20px;
}

@media only screen and (max-width: 815px) {
  .title {
    font-size: 20px;
  }

  .subtitle {
    font-size: 18px;
  }

  .sec3 img {
    width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .header {
    height: 150px;
  }

  .logo {
    width: 150px
  }
  
  .title {
    font-size: 18px;
    line-height: 16px;
  }
  
  .subtitle {
    font-size: 16px;
  }

  .blocks {
    flex-direction: column;
  }

  section {
    flex-direction: column;
  }

  .side {
    flex: 1;
    width: unset;
    margin-left: 10px;
  }

  .side .separation {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sec3 img {
    width: 100%;
  }
}

@media only screen and (max-width: 515px) {
  .header {
    height: 110px;
  }
  
  .logo {
    width: 100px
  }
  
  .titles {
    margin-top: 40px;
  }

  .title {
    font-size: 16px;
  }

  .subtitle {
    font-size: 14px;
  }
}

.donate {
  padding: 10px;
  background-color: rgb(40, 11, 114);
  color: #fff;
}

.donate a {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
}

@media only screen and (max-width: 445px) {
  .header {
    height: 100px;
  }
  
  .logo {
    width: 80px
  }
  
  .titles {
    margin-top: 30px;
  }

  .title {
    font-size: 14px;
    line-height: 14px;
  }

  .subtitle {
    font-size: 12px;
  }
}

@media only screen and (max-width: 380px) {
  .titles {
    margin-top: 20px;
  }

  .title {
    font-size: 12px;
    line-height: 12px;
  }

  .subtitle {
    font-size: 10px;
  }
}

footer {
  background-color: #180B4F;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  color: #fff;
  margin-left: 10px;
}