* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #000000;
  font-size: clamp(14px, 1.5vw, 18px);
}

main {
  background-color: #000000;
  background-clip: border-box;
  background-size: contain;
  background-repeat: repeat-x;
  color: #ffffff;
}

header {
  background-color: #000000;
  height: 10vh;
  display: flex;
  z-index: 2;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  position: sticky;
  top: 0;
}

header img {
  width: 7%;
  height: 65%;
}

.links-header {
  width: 70%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
}

.links-header a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
  height: fit-content;
  padding: 2px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 1vw, 1rem);
}

.faixa {
  background-image: url("/assets/img/FAIXAS.png");
  width: 100%;
  height: 20vh;
  background-repeat: no-repeat;
}

#inscreva_link {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  height: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  width: auto;
  padding: 1px 6px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
}

.inscreva_font {
  font-size: clamp(1rem, 1.5vw, 1.35rem);
}

.h-65 {
  height: 65% !important;
}

.home {
  height: 84.5vh;
}

.div-home {
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-galera1 {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* mantido se quiser overlay ou posicionamento controlado */
  overflow: hidden;
  /* evita que imagem transborde */
}


.img-galera1 img {
  width: 100%;
  height: auto;
  /* mantém proporção da imagem */
  max-width: 100%;
  display: block;
  filter: blur(0.5px);
  /* aplica blur */
  object-fit: cover;
  /* age como background-size: cover */
}

.lotenoescuro {
  display: flex;
  width: 35%;
  align-items: end;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80%;
}

.lotenoescuro img {
  padding-right: 24px;
  width: 67.5%;
}

.lotenoescuro a {
  color: #ffffff;
  text-align: center;
}

.inscreva {
  display: flex;
  width: 75%;
  justify-content: center;
}

.inscreva a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  height: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  width: auto;
  font-size: clamp(1rem, 2vw, 1.75rem);
  padding: 4px 12px;
  border-radius: 10px;
  text-transform: uppercase;
}

.morrinho_home {
  height: 85.5vh;
  min-height: 100vh;
  display: flex;
  padding-top: 2.5rem;
  align-items: center;
}

.morrinho_img {
  background-image: url("/assets/img/morrinho.png");
  width: 35%;
  aspect-ratio: 1 / 1.175;
  /* ajuste conforme a proporção real da imagem */
  background-repeat: no-repeat;
  margin-left: 4.5rem;

  background-size: contain;
  background-position: center;
}

.morrinho_text {
  display: flex;
  flex-direction: column;
  width: 43%;
  padding: 2.5rem;
  line-height: 1.45rem;
  word-break: keep-all;
  height: 85%;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  justify-content: space-evenly;
  align-items: center;
}

.morrinho_text p span {
  font-weight: 800;
}

.titulo-morrinho-div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.titulo-morrinho-div div {
  padding-top: 20px;
}

.titulo-morrinho {
  font-weight: bold;
  line-height: 2.2rem;
  font-size: clamp(2rem, 4vw, 2.95rem);
}

.valores {
  display: flex;
  flex-direction: column;
  width: 45%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.valores_img {
  background-image: url("/assets/img/VALORES.png");
  width: 100%;
  background-position: center;
  aspect-ratio: 15 / 8;
  background-size: contain;
  background-repeat: no-repeat;
}

.valores_morrinho {
  height: 90vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.condicoes {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 35%;
  height: 80%;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}

.titulo-valores {
  align-self: flex-start;
  font-size: clamp(1rem, 2vw, 1.5rem);
  letter-spacing: 0.5rem;
}

.condicoes-tamanho-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.condicoes-tamanho-text p span {
  font-weight: 800;
}

.condicoes-tamanho-text ul {
  padding-left: 1.2rem;
  width: 90%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

footer {
  display: flex;
  width: 100%;
  height: 87.5vh;
  background-position-y: -200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/img/foto final.png");
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer::after {
  content: "";
  position: absolute;
  width: 100%;

  height: 100%;
  background-color: #ffffff9a;
}

.faixa2 {
  background-image: url("/assets/img/FAIXAS.png");
  width: 100%;
  min-height: 15vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: -6.5vh;
  z-index: 1;
}

.final {
  display: flex;
  color: #000000;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  position: relative;
  width: 39.5%;
  height: auto;
  z-index: 1;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.final p:nth-child(3) {
  padding-top: 5vh;
}

.final p span {
  font-weight: 800;
}

.finalzinho {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.logo_ump {
  display: flex;
  background-image: url("/assets/img/UMP VALE PRETO.png");
  width: 100%;
  aspect-ratio: 3/1;
  height: auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}

.finalzinho a {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border: 0.1rem solid #000000;
  height: fit-content;
  padding: 4px 22px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: clamp(2rem, 0.7vw, 1.5rem);
  z-index: 1;
}

.grupo-logo-redes {
  z-index: 1;
  display: flex;
  margin-top: 4vh;
  flex-direction: row;
  align-items: center;
  gap: 1.5vh;
  justify-content: center;
}

.finalzinho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.finalzinho a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.logo_ump {
  background-image: url("/assets/img/UMP VALE PRETO.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 3/1;
  width: 20%;
}

.logo-mobile {
  display: none;
}

.logo-desktop {
  display: block;
}

.icons-redesocial {
  display: flex;
  align-items: center;
  gap: 0.5vh;
  justify-content: center;
}

.icons-redesocial img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: auto;
}

.grupo-logo-redes p {
  color: #000000;
  font-size: 0.9rem;
}

.redes p {
  color: #000000;
  z-index: 1;
}

@media (min-width: 1024px) {
  .finalzinho a {
    font-size: 1.5rem;
  }
}

/* CELULAR */

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .links-header {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    width: 100vh;
    margin-top: 5px;
  }

  .links-header a {
    padding: 3px 6px;
    font-size: 0.5rem;
  }

  #inscreva_link {
    font-size: 0.75rem;
  }

  header img {
    height: 28px;
    width: 55px;
    margin: 1rem 0rem;
  }

  .div-home {
    width: 100%;
    height: 90vh;
    justify-content: space-around;
  }

  .lotenoescuro {
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: space-around;
  }

  .lotenoescuro img {
    padding: 0;
    width: 50%;
    aspect-ratio: 4.8/5;
  }

  .lotenoescuro a {
    align-self: self-end;
  }


  .inscreva {
    padding: 4px 16px;
  }

  /* Estilo para a imagem da galera */
  .img-galera1 {
    width: 100%;
    opacity: 0.9;
    filter: blur(0.5px);
    position: absolute;
    bottom: 10vh;

  }

  .img-galera1 img {
    width: 100%;
    aspect-ratio: 6.5/6;
  }


  .faixa {
    height: 7vh;
    background-position: top;
    background-size: cover;
  }

  .morrinho_img {
    width: 97.5%;
    margin: 0;
  }

  .titulo-morrinho {
    line-height: 1.9rem;
    font-weight: bold;
    font-size: clamp(2rem, 4vw, 2.5rem);
  }

  .morrinho_home {
    flex-direction: column;
    justify-content: start;
    height: auto;
  }

  .morrinho_text {
    min-height: 87.5vh;
    gap: 3vh;
    width: 100%;
    overflow-y: auto;
    flex-direction: column;
    font-size: clamp(1.2rem, 1.55vw, 1rem);
    justify-content: space-around;
    align-items: center;
  }

  .valores {
    width: 90%;
  }

  .valores #inscreva_link {
    font-size: 1rem;
    margin-top: 0.85rem;
  }

  .valores_morrinho {
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .titulo-valores {
    align-self: center;
    letter-spacing: 0.25rem;
    font-size: clamp(1rem, 2vw, 1.5rem);
  }

  .valores_img {
    width: 87.5%;
  }

  .condicoes-tamanho-text {
    gap: 3.2vh;
  }

  .condicoes {
    display: flex;
    align-items: start;
    flex-direction: column;

    padding: 2rem 0rem 2rem 0rem;
    width: 80%;
    font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  }

  .final {
    width: 90%;
    height: auto;
    font-size: 0.85rem;
  }

  .finalzinho {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  .finalzinho a {
    order: 1;
    text-align: center;
    font-size: 1rem;
    padding: 3px 16px;
  }

  .logo_ump {
    width: 35vw;
    aspect-ratio: 3 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
    width: 35vw;
    margin-right: 0.5rem;
  }

  .grupo-logo-redes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }

  .icons-redesocial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0;
  }

  .icons-redesocial img {
    width: 1.25rem;
  }

  .grupo-logo-redes p {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
  }

  .faixa2 {
    top: -10px;
    min-height: 6.5vh !important;
    height: auto;
    position: absolute;
    width: 100%;
    background-position: top;
    background-size: cover;
  }

  .home {
    height: 100vh;
    background-size: cover;
    padding: 2rem 0;
    box-sizing: border-box;
  }

  footer {
    justify-content: center;
    height: 70vh;
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
  }

  footer::after {
    height: 100%;
  }

  .redesocial p {
    font-size: 0.9rem;
    margin: 0;
  }

  .inscreva a{
    font-size: 1.35rem;
    padding: 8px 12px;
  }
}