@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  font-family: "Poppins", sans-serif;
}

.header {
  width: 100%;
  height: 200px;
  background-color: #e1b621;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 20%;
  margin-left: 3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header .logo {
    margin-left: 0;
    margin-top: 4rem;
    text-align: center;
  }
}
.header .links {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .header .links {
    margin-bottom: 4rem;
  }
}
.header .links .menu .nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
  margin-right: 3rem;
  font-size: 1.25rem;
  flex-wrap: wrap;
  text-decoration: none;
}
.header .links .menu .nav .link {
  text-decoration: none;
  font-weight: bold;
  transition: 1s ease-in-out;
  color: #102975;
}
.header .links .menu .nav .link:hover {
  font-size: 1.4rem;
  transition: 1s ease-in-out;
}
@media (max-width: 769px) {
  .header {
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .header .logo {
    width: 60%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .header .links .menu .nav {
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-right: 2rem;
  }
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #102975;
}
.main .image_container {
  width: 100%;
}
.main .image_container img {
  width: 100%;
}
.main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.main .container .name {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 100%;
}
.main .container .name h2 {
  text-align: left;
  margin-left: 4rem;
  margin-top: 1rem;
  font-size: 2rem;
  color: #e1b621;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .main .container .name h2 {
    margin-left: 1rem;
    flex-wrap: wrap;
    font-size: 1.75rem;
  }
}
.main .container .name h2 span {
  font-size: 1.25rem;
  color: white;
  text-align: left;
  margin-top: 0.2rem;
}
.main .container .desc__image {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .main .container .desc__image {
    flex-direction: column;
  }
}
.main .container .desc__image p {
  width: 80%;
  margin: 4rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .main .container .desc__image p {
    flex-direction: column;
    margin: 2rem;
  }
}
.main .container .desc__image img {
  width: 25%;
  height: 30%;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .main .container .desc__image img {
    align-self: center;
    width: 80%;
  }
}
.main .container a {
  text-decoration: none;
  padding: 1rem;
  border-radius: 2rem;
  border: 2px solid #e1b621;
  margin-bottom: 2rem;
  color: #e1b621;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.main .container a:hover {
  transition: 0.25s ease-in-out;
  background-color: white;
}
.main .title {
  color: #e1b621;
  text-align: center;
  font-size: 3rem;
}
.main .about {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #e1b621;
  border-radius: 1rem;
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.main .about h1 {
  font-size: 2.5rem;
}
.main .about p {
  text-align: justify;
  font-size: 1.25rem;
  width: 60%;
}
@media (max-width: 769px) {
  .main .about {
    width: 100%;
    border: none;
  }
  .main .about p {
    text-align: justify;
    width: 90%;
    font-size: 1rem;
  }
}
.main h2 {
  text-align: center;
}
.main .swiper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1080px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .main .swiper {
    width: 100%;
  }
}
.main .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 600px;
}
@media (max-width: 768px) {
  .main .swiper .swiper-wrapper .swiper-slide {
    width: 400px;
    height: 700px;
    flex-direction: column;
  }
}
.main .swiper .swiper-wrapper .swiper-slide .content {
  width: 750px;
  height: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border: 2px solid #e1b621;
  border-radius: 2rem;
  color: #e1b621;
}
@media (max-width: 768px) {
  .main .swiper .swiper-wrapper .swiper-slide .content {
    width: 375px;
    height: 600px;
    flex-direction: column;
    justify-content: center;
  }
}
.main .swiper .swiper-wrapper .swiper-slide .content .first {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}
.main .swiper .swiper-wrapper .swiper-slide .content .first .name {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .main .swiper .swiper-wrapper .swiper-slide .content .first .name {
    width: 90%;
  }
}
.main .swiper .swiper-wrapper .swiper-slide .content .first .name span {
  color: white;
  flex-wrap: wrap;
  width: 100%;
}
.main .swiper .swiper-wrapper .swiper-slide .content .first .description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: white;
  font-size: 1.05rem;
  width: 100%;
  text-align: left;
}
@media (max-width: 769px) {
  .main .swiper .swiper-wrapper .swiper-slide .content .first .description {
    display: none;
  }
}
.main .swiper .swiper-wrapper .swiper-slide .content .second {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.main .swiper .swiper-wrapper .swiper-slide .content .second img {
  width: 75%;
}
@media (max-width: 768px) {
  .main .swiper .swiper-wrapper .swiper-slide .content .second img {
    width: 50%;
  }
}
.main .swiper .swiper-wrapper .swiper-slide .content .second a {
  text-decoration: none;
  padding: 1rem;
  background-color: #e1b621;
  border-radius: 2rem;
  cursor: pointer;
  color: white;
  transition: 0.25s ease-in-out;
}
.main .swiper .swiper-wrapper .swiper-slide .content .second a:hover {
  transition: 0.25s ease-in-out;
  background-color: white;
  color: #e1b621;
  padding: 1rem 3rem;
}
@media (max-width: 768px) {
  .main .swiper .swiper-wrapper .swiper-slide .content .second a {
    margin: 3rem 0;
  }
}

.main__files {
  background-color: #102975;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main__files h2 {
  text-transform: capitalize;
  font-size: 2.5rem;
  margin-top: 2rem;
}
.main__files .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.main__files .container .list {
  list-style: none;
  padding: 2rem;
  text-decoration: none;
  color: #e1b621;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.main__files .container .list .list__link {
  margin-top: 4rem;
  font-size: 1.1rem;
}
.main__files .container .list .list__link a {
  color: #e1b621;
  text-decoration: none;
  border-radius: 0.2rem;
  padding: 0.5rem;
  /* border: 1px solid white; */

  display: inline-block;   /* ou block se quiser a linha inteira */
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}

@media (max-width: 769px) {
  .main__files .container .list .list__link a {
    border: none;
  }
}
@media (max-width: 769px) {
  .main__files .container .list .list__link {
    font-size: 0.8rem;
  }
}
@media (max-width: 769px) {
  .main__files .container .list {
    align-items: center;
    text-align: center;
  }
}

.footer {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 250px;
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer .formulario {
  margin-left: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .formulario {
    margin-left: 0;
  }
}
.footer .formulario .title {
  font-size: 2rem;
  margin-top: 2rem;
  color: #e1b621;
}
.footer .formulario .form {
  background-color: #102975;
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  border: 2px solid #e1b621;
  border-radius: 2rem;
  height: 550px;
}
@media (max-width: 768px) {
  .footer .formulario .form {
    width: 400px;
    height: 550px;
    margin: 2rem 0;
  }
}
.footer .formulario .form .form_campo {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  width: 90%;
}
.footer .formulario .form .form_campo textarea {
  border-radius: 0.3rem;
}
.footer .formulario .form .form_campo label {
  text-align: left;
  font-size: 1.1rem;
}
.footer .formulario .form .form_campo input {
  padding: 0.5rem;
  border-radius: 2rem;
  border-color: #e1b621;
}
.footer .formulario .form .joined {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
}
.footer .formulario .form .joined .form_campo {
  width: 45%;
}
.footer .formulario .form .button {
  width: 28%;
  text-align: center;
  align-self: center;
  padding: 1rem;
  border-radius: 1rem;
  border-color: #e1b621;
  border: 2px solid #e1b621;
  background-color: #e1b621;
  color: #102975;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-size: 1.25rem;
}
.footer .formulario .form .button:hover {
  transition: 0.2s ease-in-out;
  border-color: white;
  border: 2px solid white;
  background-color: white;
  color: #e1b621;
}
.footer .logo-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .footer .logo-footer {
    margin-left: 0;
  }
}
.footer .logo-footer img {
  width: 30%;
}
@media (max-width: 768px) {
  .footer .logo-footer img {
    width: 50%;
  }
}
.footer .logo-footer h4 {
  text-decoration: underline;
  cursor: pointer;
  color: #102975;
  font-size: 1.4rem;
}
.footer .logo-footer h4 span {
  color: #e1b621;
}
.footer .logo-footer__only {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer .logo-footer__only img {
  width: 20%;
}
.footer .logo-footer__only h4 {
  text-decoration: underline;
  cursor: pointer;
  color: #102975;
  font-size: 1.4rem;
}
.footer .logo-footer__only h4 span {
  color: #e1b621;
}/*# sourceMappingURL=styles.css.map */