* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: url("assets/fundo1.jpg");
  background-repeat: no-repeat; /* Optional: Prevents repeating */
  background-position: center; /* Optional: Centers the image */
  background-size: cover; /* Example: Covers the entire element */
  background-attachment: fixed;
}

body * {
  font-family: "Roboto", sans-serif;
  color: rgba(0 0 0 0.3);
}

#container {
  width: 400px;
  padding: 0 24px;
  margin: 16px auto 0px;
  /*border: 1px solid red;*/
}

#profile {
  text-align: center;
  padding: 14px;
}

#profile img {
  width: 240px;
  margin: auto;
}

#profile p {
  font-weight: 400;
  line-height: 15px;
  margin-top: 8px;
}

p {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.8em;
  border-top: 0px solid rgb(255, 255, 255);
  text-transform: uppercase;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}

nav {
  display: block;
  font-size: 1em;
  text-align: center;
  font-weight: 400;

  border: 0px solid #666;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  height: 26px;
  padding: 5px 0;
  background: rgb(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);

  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s;
}

#secao1,
#secao2 {
  display: block;
  font-size: 1em;
  text-align: center;
  font-weight: 400;

  border: 2px solid #666;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  height: 36px;
  padding: 8px 0;

  background: rgb(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#secao1:hover,
#secao2:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgb(63, 59, 59), 0.1;
}

ul li button {
  display: flex;
  align-items: center;
  justify-content: center;

  border: 0px solid rgb(229, 229, 229);
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  height: 36px;

  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);

  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s;
}

ul li button:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgb(63, 59, 59), 0.1;
}

#social {
  display: flex;
  padding: 0px;
  gap: 32px;
  justify-content: center;
  font-size: 24px;
}

#social a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  border-radius: 50%;
  border: 0px solid var(--primary-color, 0);

  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-decoration: none;

  transition: background 0.2s;
}

#social a:hover {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

div #lista1,
#lista1a,
#lista2a,
#lista2,
#lista3,
#lista3a,
#lista4,
#lista5,
#lista6,
#lista7,
#lista8,
#lista9,
#lista10,
#lista11,
#lista12,
#lista13,
#lista14,
#lista15,
#lista16,
#lista17,
#lista18 {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0 0 0 0.1);
  padding: 0.5em;
  font-weight: bold;
  border-radius: 0px;
}

button #a-convenio,
#b-convenio,
#c-convenio,
#d-convenio,
#e-convenio,
#f-convenio,
#g-convenio,
#h-convenio,
#i-convenio,
#j-convenio,
#k-convenio,
#l-convenio,
#m-convenio,
#n-convenio,
#o-convenio,
#p-convenio,
#q-convenio,
#r-convenio,
#s-convenio,
#ba-convenio,
#ca-convenio,
#da-convenio {
  background: rgba(0 0 0 0.3);
  font-size: 14px;
  font-weight: bold;

  display: block;
  text-align: center;
  font: 1em, sans-serif;

  border: 0px solid rgb(25, 92, 143);
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  height: 36px;
  padding: 8px 0;
}

.logo {
  display: block;
  text-align: center;
  font-size: 0.8em;
  color: black;
  padding: 16px;
}
.footer {
  display: block;
  text-align: center;
  font-size: 0.8em;
  color: black;
  padding: 16px;
}

#anuncio-flutuante {
  position: relative;
  width: 400px;
  height: 100px;
  align-items: center;
  background-color: #77b58b;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 1000; /* Garante que fique por cima de outros elementos */
  display: none; /* Começa escondido */
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel,
.carousela {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
  width: 335px;
  height: 500px;
  align-items: center;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide,
.carousel__slidea {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carousel__slide:before,
.carousel__slidea:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: #0cc883;
  font-size: 0;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
  font-size: 0;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-size: 0;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
  font-size: 0;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #524848;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
  margin: 5px;
}
hr {
  height: 2px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(95, 95, 116, 0.5) 25%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(95, 95, 116, 0.5) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.popup {
  background-color: #d7cc75;
  width: 370px;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  display: none;
  text-align: center;
  z-index: 2000;
}
.popup button {
  display: block;
  margin: 0 0 0px auto;
  background-color: transparent;
  font-size: 40px;
  color: #000000;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup p {
  font-size: 14px;
  text-align: justify;
  margin: 0px 0;
  line-height: 5px;
}
