/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Generic base elements.
 */
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --font-sans: "Roboto", Arial, sans-serif;
}

html {
  font-family: var(--font-sans);
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: var(--line-height-base);
}

body {
  margin: 15px;
  word-wrap: break-word;
  hyphens: none;
  color: var(--color-text-neutral-medium);
  background-color: var(--color--gray-100);
  background-position: top left; /* LTR */
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

[dir="rtl"] body {
  background-position: top right;
}

button {
  font-family: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

audio {
  display: block;
  max-width: 100%;
}

h1 {
  letter-spacing: -0.01em;
  font-size: 1.75rem;
  line-height: var(--sp2);
}

@media (min-width: 43.75rem) {
  h1 {
    font-size: 3.75rem;
    line-height: var(--sp4);
  }
}

h2 {
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  line-height: var(--sp2);
}

@media (min-width: 43.75rem) {
  h2 {
    font-size: 2.25rem;
    line-height: var(--sp3);
  }
}

h3 {
  font-size: 1.25rem;
  line-height: var(--sp1-5);
}

@media (min-width: 43.75rem) {
  h3 {
    font-size: 1.5rem;
    line-height: var(--sp2);
  }
}

h4 {
  font-size: 1.125rem;
  line-height: var(--sp1-5);
}

h5 {
  font-size: 1rem;
  line-height: var(--sp1-5);
}

h6 {
  font-size: 0.875rem;
  line-height: var(--sp);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: var(--sp);
  color: var(--color-text-neutral-loud);
  font-family: var(--font-sans);
  font-weight: bold;
}

@media (min-width: 43.75rem) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-block: var(--sp2);
  }
}

ul {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  margin-inline-start: 1.5em;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-type: disc;
  list-style-image: none;
}

.dialog-off-canvas-main-canvas {
  background-color: white;
}

.social-bar {
  background-color: white;
}

body {
  background-image: none !important;
}
.page-wrapper {
  max-width: 100% !important;
}
.region {
  justify-content: start !important;
}
.breadcrumb__content {
  overflow: visible !important;
}
.grid-full {
  display: grid !important;
  grid-template-columns: auto !important;
  grid-column-gap: unset !important;
  padding-top: 0;
  padding-right: 3rem !important;
  padding-bottom: 0 !important;
  padding-left: 3rem !important;
}
.main-content__container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-inline: unset !important;
}
#main > div.main-content > div {
  max-width: 100% !important;
}
.site-footer__inner {
  display: grid !important;
  justify-content: center !important;
  max-width: 100% !important;
}
#page > footer > div {
  max-width: 100% !important;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
a::after,
a::before {
  display: none !important;
  content: none !important;
}

.social-bar {
  display: none;
}

.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 1rem 0;
}

.social-icons a img {
  width: 28px;
  height: 28px;
  display: inline-block;
}


.field.field--name-field-media-image.field--type-image.field--label-hidden.field__item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.icon-card-img {
  width: 64px;
  height: auto;
  max-height: 64px;
}

.menos-espaco {
  line-height: 2.5em;
}

.func-key {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.challenge-btn {
  background: #FF7E51;
  color: #fff !important;
  width: auto;
  min-width: 280px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 0 auto;
  display: block;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
}
.challenge-btn2 {
  background: #FF7E51;
  color: #fff !important;
  width: auto;
  max-width: 280px;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 0 auto;
  display: block;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
}
.challenge-btn3 {
  background: #D14600;
  color: #fff !important;
  width: auto;
  max-width: 280px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 0 auto;
  display: block;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
}


.inscricao-center {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  min-width: 97vw;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem;
}

.node-content {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

.contactos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem;
}

.submissao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem;
}

.footer-roxo-full {
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  padding: 0;
  background: #FF7E51;
  color: #fff;
  text-align: center;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px; /* Espaço entre colunas, ajusta conforme necessário */
  max-width: 1200px; /* Limita a largura máxima do footer */
  margin: 0 auto; /* Centraliza o footer */
  width: 100%;
  padding: 32px 0;
}

.footer-left,
.footer-middle,
.footer-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.footer-left {
  align-items: flex-start;
}


.footer-middle img {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer-email {
  font-size: 1rem;
}

.footer-social img {
  filter: brightness(0) invert(1);
}

.footer-social a img {
  height: 30px;
  margin: 0px 25px;
}

.footer-social a {
  display: inline-block;
}

.footer-copyright {
  background: #D14600;
  color: #fff;
  padding: 16px 0;
  margin-top: 32px;
  font-size: 1.1rem;
  width: 100vw;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  position: relative;
}
.site-footer {
  max-width: 100%;
  width: 100%;
  height: 348px;
  margin: 40px auto 0 auto;
  background: #FF7E51;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 0;
  position: relative;
  z-index: 1;
}

.site-footer__inner.container {
  max-width: none !important;
  width: 100% !important;
  height: 1px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #FF7E51;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

.mobile-nav-button__label {
  font-size: 1.5rem !important;
}

.mobile-nav-button__icon {
  width: 36px !important;
}

.mobile-nav-button__icon,
.mobile-nav-button__icon::before {
  font-size: 48px !important;
  width: 36px !important;
}

.branding-logos img[alt="Icon 2"] {
  filter: brightness(0) invert(1);
}

.branding-logos img {
  height: 80px; 
  width: auto;
  max-width: 100%;
}

.branding-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-branding__text {
  display: flex;
  
  align-items: center;
  gap: 16px;
}

.site-branding__name {
   font-size: 3rem !important;
  word-break: break-word;
  white-space: normal; 
  min-width: 0;
}

.mobile-nav-button {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}


/* Media queries para ecrãs maiores */
@media (max-width: 768px) {
  .grid-full {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .branding-logos img {
    height: 80px; /* Altura maior para ecrãs maiores */
  }

  .challenge-btn,
  .challenge-btn2 {
    font-size: 1.3rem;
    padding: 12px 32px;
  }

  .challenge-btn2 {
    max-width: 15vw;
  }

  .social-icons {
    justify-content: left;
    margin-left: 8%;
  }

  .site-branding__name {
    font-size: 1.5rem !important;
  }

  .challenge-btn2 {
  background: #FF7E51;
  color: #fff !important;
  width: auto;
  max-width: 180px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 0 auto;
  display: block;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
}

  .mobile-nav-button__label {
    font-size: 1.875rem !important;
  }

  .mobile-nav-button__icon {
    width: 48px !important;
  }

  .mobile-nav-button__icon,
  .mobile-nav-button__icon::before {
    font-size: 60px !important;
    width: 48px !important;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .challenge-btn2 {
  background: #FF7E51;
  color: #fff !important;
  width: auto;
  max-width: 180px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 0 auto;
  display: block;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
}
  .branding-logos img {
    height: 40px; 
  }

  .site-branding__name {
    font-size: 1.2rem !important; 
  }

  .footer-content {
    flex-direction: column;
    gap: 32px;
    padding: 32px 1rem;
  }

  .footer-left,
  .footer-right {
    align-items: center;
    text-align: center;
  }
  

  .footer-social a img {
    margin: 0 15px;
  }
 .info-box,
.info-box * {
  font-family: Roboto, sans-serif;
}
  
.info-box {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin-top: 16px;
  background: #f7f9ff;
  border: 1px solid #d9e4ff;
  border-radius: 10px;
  padding: 16px;
  color: #1a1a1a;
  text-align: justify;
  text-justify: inter-word;
  font-family: Roboto, sans-serif !important;
  align-self: start;
}


}