/* Variables */
:root {
  --primary-color: #F1BD28;
  --primary-color-dark: #910511;
  --secondary-color: #ffffff;
  --background-color: #093861;
  --text-color-light: #fff;
  --text-color-dark: #C40A18;
  --footer-text-color: rgba(255, 255, 255, 1);
  --border-color: #030405;
  --overlay-color: rgba(0, 0, 0, 0.5);
  --button-hover-bg: #fff;
  --button-outline-hover-bg: #F1F8FF;
  --button-outline: #F1F8FF;
  --input-border-color: #0B76B0;
  --header-bg-color: #510700;
  --body-bg-color: #00777b;
  --content-bg-color: #053D71;
  --form-bg-color: #F1F8FF;
  --input-bg-color: #F1F8FF;
}

/* =========================================================
  GLOBAL STYLES
   ========================================================= */
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: linear-gradient(180deg, #4E0300 70.48%, #4E0300 100.00%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-color);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-home-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

.logo-seta-container {
  max-width: 80vw;
}

.logo-seta-container img {
  width: 80%;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 1rem 2rem;
}

.center-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-light);
  font-weight: 400;
  font-size: 0.7rem;
  text-align: center;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #510700;
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  max-height: 56px;
  transition: all 0.3s;
}

.button:hover {
  background-color: var(--primary-color);
  text-decoration: none;
  color: var(--secondary-color);
}


.button-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: var(--button-outline);
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  max-height: 56px;
  border: 2px solid var(--button-outline);
  transition: all 0.3s;
}

.button-outline:hover {
  background-color: var(--button-outline);
  text-decoration: none;
  color: var(--text-color-dark);
}
a#buttons.btn.button{
  background-color: var(--header-bg-color);
}
a#buttons.btn.button:hover{
  background-color: var(--primary-color);
}



.input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--input-bg-color);
  color: rgba(0, 61, 118, 1);
  padding: 0.5rem 1.2rem;
  border-radius: 12px;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  max-height: 56px;
  border: 2px solid rgba(0, 61, 118, 1);
  transition: all 0.3s;
}

.label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--text-color-dark);
  font-size: 1rem;
  text-align: left;
}

.input-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0.5rem 1.2rem;
  border-radius: 12px;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  max-height: 56px;
  border: 2px solid #000;
  transition: all 0.3s;
}

/* HEADER */
.navbar-nav {
  align-items: center;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--header-bg-color);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-content {
  background-color: var(--header-bg-color);
  padding: 1rem 2rem;
}

.header-item {
  color: var(--text-color-light) !important;
}

.header-item:hover {
  color: var(--button-hover-bg) !important;
  font-weight: 900;
}

.header-logo img {
  width: 150px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-nav a {
  color: var(--text-color-light);
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}

.header-nav a:hover {
  color: #b3b3b3;
}

.header-button a {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  max-height: 56px;
}

.header-button a:hover {
  background-color: var(--button-hover-bg);
}

/* HEADER */

/* BODY */

.body-container {
  min-height: calc(100vh - 120px) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../assets/img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
}

.body-container-2 {
  min-height: calc(100vh - 120px) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../assets/img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
}

.min-h {
  min-height: calc(100vh - 200px) !important;
}

.body-container img {
  /* width: 100%; */
  max-width: 768px;
}

.animation-selo {
  animation-name: animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: left center;
  transition: all .3s ease-in-out;
}

@keyframes animation {
  0% {
    transform: scale(1);
    transform-origin: center center
  }

  50% {
    transform: scale(1.05);
    transform-origin: center center
  }

  100% {
    transform: scale(1);
    transform-origin: center center
  }
}

/* BODY */
/* *********** */

/* CONTENT */
.content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 0.6rem;
}

.content-item {
  display: flex;
  flex-direction: column;
  width: 379px;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.2rem;
  line-height: 24px;
  background-color: var(--content-bg-color);
  border-radius: 16px;
  border: 1px solid #AAD3E81F;
  color: var(--text-color-light);
  padding: 3.2rem 1.2rem;
}

.content-item span {
  font-size: 1.2rem;
  font-weight: 600;
}

.content-item h2 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center;
  border: 4px solid var(--secondary-color);
  width: 60px;
  color: var(--secondary-color);
  height: 60px;
  border-radius: 50%;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 3rem;
}

.content h1 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: var(--text-color-light);
  font-size: 3rem;
}

.content-item p {
  font-size: 1.2rem;
  font-weight: 100;
}

/* CONTENT */
/* *********** */

/* PRODUCTS */
.products-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 3rem;
  margin: 0 2rem;
}

.products-content img {
  width: 100%;
  max-width: 1089px;
}

.products-content h1 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: var(--text-color-dark);
  font-size: 2rem;
}

.products-content-button {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid var(--border-color);
  padding: 0.5rem 1.2rem;
  transition: all 0.3s;
}

.products-content-button:hover {
  background-color: var(--text-color-dark);
  color: var(--text-color-light);
  transition: all 0.3s;
}

.products-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  background-color: var(--form-bg-color);
  border-radius: 16px;
}

/* PRODUCTS */
/* *********** */

/* STORES */
.stores-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  margin: 0 2rem;
}

.stores-content img {
  width: 100%;
  max-width: 768px;
}

.awards-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  margin: 0 2rem;
}

.awards-content img {
  width: 100%;
  max-width: 768px;
}


/* FOOTER */
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--footer-text-color);
  padding: 2rem;
  margin-top: 4rem;
  font-size: 1rem;
  text-align: center;
}
#title-footer {
  color: var(--header-bg-color);
  text-align: center;
  font-family: Onest;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.6px */
}
#msg-footer {
  color: #4E4E4E;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
}
.btn-footer {
  display: flex;
  color: white;
  min-height: 36px;
  width: 300px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #910511;
  border: none;
  margin: 0 auto;
}


.footer-container a {
  color: var(--footer-text-color);
  text-decoration: underline;
}
/* NAV HOME */
.nav-home-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 3rem;
}

.nav-home-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.nav-home-container h1 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: var(--secondary-color);
  font-size: 2rem;
}

.navbar-dark .navbar-toggler {
 background-color: #C40A18; /* Fundo vermelho */
  border-color: #C40A18; /* Borda opcional */
}
.navbar-dark .navbar-toggler:hover {
  color: #8C1111;
  border-color: #8C1111;
}



/* NAV HOME */
/* *********** */

/* FORM CONTACT */
.form-contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.6rem;
  width: 100%;
}

.form-contact-content {
  display: flex;
  background-color: var(--form-bg-color);
  width: 100%;
  flex-direction: column;
  max-width: 1100px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
  border-radius: 16px;
  gap: 1rem;
}

.form-contact-container h1 {
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: var(--primary-color-dark);
  font-size: 2rem;
}

/* FORM CONTACT */
/* *********** */

/* LISTS */
.list-container {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.list-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  gap: 1rem;
  padding-top: 3rem;
  width: 100%;
  max-width: 1100px;
  border-radius: 16px;
  padding: 2rem;
  margin: 0 2rem;
  background-color: var(--form-bg-color);
}

.list-content h1 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: var(--header-bg-color);
  font-size: 2rem;
}

/* LOGIN */

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 3rem;
  margin: 0 2rem;
  min-height: calc(100vh - 280px) !important;
}

.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 16px;
  background-color: var(--form-bg-color);
}

.login-content h1 {
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: var(--text-color-dark);
  font-size: 2rem;
}

.padding-left {
  padding-left: 3rem;
}

/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
  .header-button {
    display: none;
  }

  .body-container {
    min-height: 30vh !important;
  }

  .body-container img {
    width: 100%;
  }

  .padding-left {
    padding-left: 0rem;
  }

  a#buttons.btn.button{
    white-space: nowrap;
    width: 80% !important;
  }
  .body-container {
    min-height: calc(100vh - 120px) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../assets/img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  }

  #info-img {
    width: 70%;
  }
  img.img-fluid.animation-selo.mt-4 {
      max-width: 90vw !important;
  }


  .content-container-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
    gap: 3rem;
  }

  .content-item-intro {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    max-width: 30vw;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    font-size: 1.2rem;
    line-height: 24px;
    background-color: #FFF;
    border-radius: 16px;
    color: #003883;
    padding: 3rem 1.2rem;
  }

  .content-item-intro span {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .content-item-intro h2 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: #003883;
    border-radius: 50%;
    font-weight: bold;
  }

  .content-item-intro p {
    font-size: 1.2rem;
    font-weight: 100;
  }

  .content-item-intro a {
    background-color: #07336C;
  }

  .content-item-intro img {
    max-width: 27vw;
  }
  
}


/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
  .content-item-intro img {
    max-width: 80vw !important;
  }

  .displaynonecelular {
    display: none !important;
  }

  .content-item-intro {
    min-width: 0px !important;
    max-width: 80vw !important;
  }
}


  /* Geral: mantém tudo em uma linha, exceto a coluna Prêmio */
  .table td, .table th {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  /* Permite quebra apenas na coluna Prêmio */
  .table th:nth-child(1),
  .table td:nth-child(1) {
    white-space: normal;
    max-width: 250px;
    word-wrap: break-word;
  }

  /* Impede quebra nas outras colunas */
  .table th:nth-child(n+2),
  .table td:nth-child(n+2) {
    white-space: nowrap;
    text-align: center;
    max-width: 200px;
  }

  .tituloGanhadores {
      font-weight: 700;
      font-style: normal;
      text-align: left;
      color: var(--header-bg-color);
      font-size: 1.7rem;
  }