<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET E CONFIGURAÃ‡Ã•ES GERAIS */
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  position: relative;
  display: block;
  margin: 0;
  z-index: 1;
  font-family: "Source Sans 3", sans-serif;
}

img {
}

/* CORES E UTILITÃRIOS */
.cl-black {
  color: #1c0f0f !important;
}

/* BOTÃ•ES */
.default-btn {
  display: inline-block;
  background: #c9d17f;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px 15px;
  transition: 0.4s ease-in-out all;
  border: none;
}

.default-btn:hover {
  background: #fff;
  color: #c9d17f;
}

/* HEADER */
header {
  /* vazio, pode ser removido se nÃ£o usar */
}

/* ESTRUTURA PRINCIPAL DA PÃGINA */
.hero {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  top: 0;
}

.home .hero {
  background: url(images/bg-homepage.jpg) no-repeat center center / cover;
  height: 100vh;
  min-height: 500px;
}

.page .hero {
  height: auto;
  background: #e8e7e1;
  flex-direction: column;
  text-align: left;
  position: relative;
}

.logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.logo a {
  height: fit-content;
}

.page .logo {
  position: relative;
  left: auto;
  transform: translateX(0);
  top: 0;
}

.left-info,
.right-info {
  position: fixed;
  z-index: 1;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.left-info {
  left: 2rem;
}

.right-info {
  writing-mode: vertical-rl;
  right: 2rem;
}

.left-info a,
.right-info a {
  color: #1c0f0f;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.left-info a:hover,
.right-info a:hover {
  color: #892f39;
}
.home .left-info a,
.home .right-info a {
  color: #e1dfd2;
}

.home .content {
  z-index: 2;
  max-width: 700px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home .content .intro {
  color: #e1dfd2;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}

.home .content p {
  color: #e1dfd2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 152.941%;
}

.page-content {
  z-index: 2;
  max-width: 700px;
  position: relative;
  margin: 100px 0;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  color: #1c0f0f;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  margin: 0 0 10px 0;
}

.page-content h1 {
  font-size: 32px;
  line-height: 29px;
}

.page-content h2 {
  font-size: 23px;
  line-height: 29px;
}

.page-content h3 {
  font-size: 19px;
  line-height: 29px;
}

.page-content p,
.page-content a,
.page-content li {
  color: #1c0f0f;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.page-content ul {
  padding-left: 0;
  list-style: inside;
}

.page-content a {
  text-decoration: none;
}

.page-content ul li ul {
  padding-left: 30px;
}

/* TÃTULOS */
.page-main-container h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 90px;
  line-height: 82px;
  text-transform: uppercase;
  color: #70bf54;
  margin: 0;
}

.footer-title {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #848f9c;
  margin-top: 0;
  margin-bottom: 0;
}

/* FOOTER */
footer {
  width: 100%;
  background: #892f39;
  position: relative;
  transition: 0.4s ease-in-out all;
}

.footer-container {
  display: grid;
  grid-gap: 50px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  justify-content: space-around;
  grid-template-columns: repeat(6, auto);
}

.footer-container a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  transition: color 0.3s ease;
}

.footer-container a:hover {
  color: #fff;
}

.footer-container h2 {
  color: #e1dfd2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.footer-container p {
  color: #fff;
}

.footer-container .page-link {
  color: #1f1f1f;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 9px;
  text-decoration: none;
}

.footer-container .page-link:last-of-type {
  margin-bottom: 0;
}

.footer-claim {
  color: #e1dfd2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  width: 100%;
}

.footer-column {
  align-self: start;
  height: 100%;
}

.footer-column-second {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.footer-social,
.footer-social-links {
  display: flex;
  gap: 14px;
}

.social-link img {
  transition: 0.4s ease-in-out all;
}

.social-link:hover img {
  transform: scale(0.8);
}

/* MEDIA QUERIES */

/* MEDIA QUERIES PARA O TEU CSS */

/* AtÃ© 1560px */
@media (max-width: 1560px) {
  .page-content {
    max-width: 650px;
    margin: 80px auto;
    padding: 0 20px;
  }

  .footer-container {
    padding: 50px 40px;
    grid-gap: 40px;
  }
}

/* AtÃ© 1470px */
@media (max-width: 1470px) {
  .page-content {
    max-width: 600px;
    margin: 70px auto;
    padding: 0 15px;
  }
  .footer-container {
    padding: 45px 35px;
    grid-gap: 35px;
  }
  .footer-container h2 {
    font-size: 15px;
  }
  .footer-claim {
    font-size: 15px;
  }
  .footer-logo {
    max-width: 120px;
  }
  .home .content .intro {
    font-size: 22px;
  }
  .home .content p {
    font-size: 15px;
  }
}

/* AtÃ© 1220px */
@media (max-width: 1220px) {
  .page-content {
    max-width: 500px;
    margin: 60px auto;
    padding: 0 15px;
  }

  .left-info,
  .right-info {
    display: none; /* escondemos estes elementos laterais para ecrÃ£s mais pequenos */
  }
  .footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 30px;
  }

  .footer-column:nth-child(1) {
    grid-column: span 2 / span 2;
  }

  .footer-column:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
  }

  .footer-column:nth-child(3) {
    grid-row-start: 2;
  }

  .footer-column:nth-child(4) {
    grid-row-start: 2;
  }

  .footer-column:nth-child(5) {
    grid-row-start: 2;
  }

  .footer-column:nth-child(6) {
    grid-row-start: 2;
  }
  .footer-social {
    display: block;
  }
}

/* AtÃ© 1050px */
@media (max-width: 1050px) {
  body {
    font-size: 15px;
  }
  .page-content h1 {
    font-size: 28px;
  }
  .page-content h2 {
    font-size: 20px;
  }
  .page-content h3 {
    font-size: 17px;
  }
  .page-content {
    max-width: 460px;
    margin: 50px auto;
    padding: 0 10px;
  }

  .footer-container {
    grid-template-columns: repeat(2, auto);
    padding: 35px 20px;
    grid-gap: 25px;
  }
}

/* AtÃ© 870px */
@media (max-width: 870px) {
  body {
    font-size: 14px;
  }
  .logo img {
    max-width: 105px;
  }
  .home .content {
    max-width: 500px;
  }
  .home .content .intro {
    font-size: 20px;
  }
  .home .content p {
    font-size: 13px;
  }
  .page-content h1 {
    font-size: 24px;
  }
  .page-content h2 {
    font-size: 18px;
  }
  .page-content h3 {
    font-size: 16px;
  }
  .page-content p,
  .page-content a,
  .page-content li {
    font-size: 13px;
    line-height: 20px;
  }
  .page-content {
    max-width: 100%;
    margin: 40px 15px;
    padding: 0 10px;
  }
  .footer-claim {
    font-size: 13px;
    line-height: normal;
  }
  .footer-container h2 {
    font-size: 12px;
  }
  .footer-container .page-link {
    font-size: 11px;
    line-height: 12px;
  }
  .social-link img {
    max-width: 18px;
  }
  .footer-logo {
    max-width: 105px;
  }
}

/* AtÃ© 780px */
@media (max-width: 780px) {
  .hero {
  }
  .page-content h1 {
    font-size: 22px;
  }
  .page-content h2 {
    font-size: 17px;
  }
  .page-content h3 {
    font-size: 15px;
  }
  .page-content {
    margin: 30px 10px;
    padding: 0 8px;
  }
  .logo {
  }
}
@media (max-width: 630px) {
  .footer-container h2 {
    display: block;
    width: 100%;
  }
  .footer-column:nth-child(2) {
    grid-column-start: 3;
  }
  .footer-column:nth-child(6) {
    grid-row-start: 3;
    grid-column: span 4 / span 4;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .footer-column:nth-child(6) a {
    display: inline-grid;
  }
}

@media (max-height: 540px) {
  .home .content {
    top: 56%;
  }
}

/* AtÃ© 520px */
@media (max-width: 525px) {
  body {
    font-size: 13px;
  }
  .home .content {
    z-index: 2;
    max-width: 700px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
  }
  .page-content h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-content h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .page-content h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content {
    margin: 25px 8px;
    padding: 0 5px;
    max-width: 100%;
  }
  .footer-container {
    grid-template-rows: auto;
  }
  .footer-column:nth-child(3) {
    grid-row-start: 2;
    grid-column: span 4 / span 4;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .footer-column:nth-child(4) {
    grid-row-start: 3;
    grid-column: span 4 / span 4;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }

  .footer-column:nth-child(5) {
    grid-row-start: 4;
    grid-column: span 4 / span 4;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .footer-column:nth-child(6) {
    grid-row-start: 5;
    grid-column: span 4 / span 4;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .footer-column:nth-child(3) a {
    display: inline-grid;
  }
  .footer-column:nth-child(4) a {
    display: inline-grid;
  }
  .footer-column:nth-child(5) a {
    display: inline-grid;
  }
  .footer-column:nth-child(5) br {
    display: contents;
  }
  .footer-container {
    grid-gap: 0;
    row-gap: 15px;
  }
  p.page-link {
    margin: 0;
  }
}

@media (max-height: 549px) {
  .home .content {
    top: 37%;
  }
}

/* AtÃ© 370px */
@media (max-width: 370px) {
  body {
    font-size: 12px;
  }
  .page-content h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .page-content h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .page-content h3 {
    font-size: 13px;
    line-height: 18px;
  }
  .page-content {
    margin: 20px 5px;
    padding: 0 4px;
    max-width: 100%;
  }
  .footer-container {
    padding: 20px 8px;
    grid-gap: 15px;
  }
  .logo {
    max-width: 120px;
  }
}
</pre></body></html>