.n-player {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n-player .n-vinil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 4s linear infinite;
  z-index: 0;
}

.n-player .n-play {
  width: 15px;
  z-index: 1;
  cursor: pointer;
  margin-left: 3px;
}

.n-player .n-pause {
  width: 10px;
  z-index: 1;
  cursor: pointer;
}

.n-radio-player-container {
  width: 100%;
  display: flex;
  gap: 10px;
}

.n-player-info-container {
  background-color: rgba(217, 217, 217, 0.4);
  color: #fff;
  border-radius: 15px;
  padding: 20px;
}

.n-chamada-noticia {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.n-player-info {
  height: 100%;
}

.main-content {
  flex: 1;
  max-width: 1400px;
  overflow-x: hidden;
}

#n-volume-slider {
  width: 100%;
  height: 8px;
  border-radius: 10px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(to right, #f6f80e 100%, rgb(136, 136, 136) 100%);
  cursor: pointer;
}

#n-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f6f80e;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#n-volume-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f6f80e;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.n-player-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.n-player-info img {
  width: 50px;
  aspect-ratio: 1/1;
  height: auto;
}

.n-p-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sn-volume-slider {
  width: 100%;
}

.n-info-volume-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.n-horario {
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  display: flex;
}

.n-hora-dia {
  display: flex;
  flex-direction: column;
}

#n-hora {
  font-size: 1.7em;
  font-weight: 800;
  color: #f6e705;
}

#n-dia {
  font-size: 0.8em;
}

.n-semana {
  color: #f6e705;
  font-weight: 600;
  text-align: center;
}

#n-equalizador {
  width: 250px;
}

.n-equalizer-time {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.n-player-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.n-aovivo {
  width: 100px;
}

.n-aovivo img {
  width: 100%;
}

.n-p-info-text {
  gap: 5px;
}

#info-text-music-name {
  font-weight: 600;
}

.n-horario {
  gap: 10px;
}

.n-an-box {
  display: flex;
  align-items: flex-end;
}

.n-an-box img {
  width: 100%;
}

.n-an-slider-control {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.n-dot {
  width: 20px;
  height: 20px;
  background-image: url(IMAGE/dot.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.n-dot.n-selected {
  background-image: url(IMAGE/selected.png);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Contato (Legado) */

/* =========================
   Footer (Rádio Zueira)
   ========================= */
.rz-footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end; /* encosta à direita no desktop */
  margin-top: 80px;
}

.rz-footer-shell {
  width: min(1200px, 92vw);
}

.rz-footer {
  background: #171b28; /* tom escuro como na imagem */
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  padding: clamp(16px, 3vw, 36px);
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr; /* 3 colunas sem reordenar */
  gap: clamp(16px, 2.5vw, 40px);
  position: relative;

  border-top-left-radius: 22px;
}

.rz-col-title {
  color: #fff;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 22px);
  margin-bottom: clamp(10px, 1.5vw, 16px);
}

/* Coluna Marca */
.rz-brand {
  display: flex;
  gap: 18px;
  flex-direction: column;
}
.rz-brand-logo {
  width: clamp(60px, 9vw, 90px);
  height: auto;
}
.rz-brand-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.rz-brand-sub {
  color: #f6e705;
  font-size: clamp(10px, 1.6vw, 12px);
  font-weight: 600;
}
.rz-brand-desc {
  color: #cfd3e1;
  font-size: clamp(10px, 1.6vw, 12px);
  line-height: 1.3;
  margin-top: 8px;
  max-width: 300px;
}

/* Coluna Contato */
.rz-contact-list {
  list-style: none;
  display: grid;
  gap: 12px;
}
.rz-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rz-icon {
  width: clamp(16px, 2.5vw, 20px);
  height: auto;
}
.rz-contact a {
  color: #cfd3e1;
  text-decoration: none;
  font-size: clamp(12px, 1.8vw, 14px);
}
.rz-contact a:hover {
  color: #f6e705;
}

/* Coluna Localização */
.rz-map {
  width: 100%;
  aspect-ratio: 16/11;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #2a3148;
}
.rz-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.rz-city {
  color: #cfd3e1;
  font-size: clamp(10px, 1.6vw, 12px);
  margin-top: 8px;
}

/* Barra inferior */
.rz-footer-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 10px 0 10px;
  border-top: 2px solid #e6e8f0;
  background-color: #171b28;
  border-left: 8px solid #fff;
}
.rz-copy {
  color: #cfd3e1;
  font-size: clamp(10px, 1.6vw, 12px);
}
.rz-dev {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cfd3e1;
  font-size: clamp(10px, 1.6vw, 12px);
}
.rz-dev-logo {
  width: clamp(16px, 2.8vw, 22px);
  height: auto;
}
.rz-back-top {
  background: #f6e705;
  color: #000;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.rz-back-top:hover {
  filter: brightness(0.95);
}

/* Responsividade: no mobile ocupa largura total, sem mudar a ordem */
@media (max-width: 820px) {
  .rz-footer-wrapper {
    justify-content: center;
    margin-top: 0;
  }
  .rz-footer-shell {
    width: 100%;
  }
  /* Mantém 3 colunas; apenas reduz tipografia via clamp */
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  position: relative;
  width: 1440px;
  height: 2168px;
  margin: 0 auto;
}

/* ============================================
   RESPONSIVIDADE MOBILE - CONTATO
   ============================================ */

@media screen and (max-width: 768px) {
  .main-container {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    background-size: cover !important;
  }

  /* Header móvel */
  .flex-row-f {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .logo {
    position: relative !important;
    width: 80px !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    margin: 10px auto !important;
  }

  .radio-zueira {
    position: relative !important;
    width: auto !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  .radio-zueira .radio {
    font-size: 24px !important;
    line-height: 26px !important;
    display: block !important;
  }

  .radio-zueira .zueira {
    font-size: 36px !important;
    line-height: 38px !important;
    display: block !important;
  }

  /* Menu lateral como bottom navigation */
  .barra-lateral {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 60px !important;
    background: rgba(29, 33, 49, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 0 10px !important;
    z-index: 1000 !important;
    border-top: 2px solid #f6e705 !important;
  }

  .barra-lateral .image-50,
  .barra-lateral .home-selecionado,
  .barra-lateral .noticias,
  .barra-lateral .informativo-51,
  .barra-lateral .contaqto,
  .barra-lateral .quem-somos,
  .barra-lateral .mais {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    cursor: pointer !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* Título da página móvel */
  .page-title {
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 30px !important;
    margin: 30px 0 20px 0 !important;
    color: #fff !important;
    font-weight: bold !important;
  }

  /* Container de contato móvel */
  .contato-container {
    position: relative !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 20px auto 80px auto !important;
    /* Espaço para bottom nav */
    background: rgba(29, 33, 49, 0.9) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  }

  /* Informações de contato móvel */
  .contato-info {
    margin-bottom: 30px !important;
  }

  .contato-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    transition: background 0.3s !important;
  }

  .contato-item:hover {
    background: rgba(255, 255, 255, 0.15) !important;
  }

  .contato-icon {
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
  }

  .contato-text {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    flex: 1 !important;
  }

  .contato-label {
    font-weight: bold !important;
    margin-bottom: 3px !important;
    color: #f6e705 !important;
  }

  .contato-value {
    opacity: 0.9 !important;
  }

  /* Links clicáveis móvel */
  .contato-link {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }

  .contato-link:hover {
    color: #f6e705 !important;
  }

  /* Formulário de contato móvel */
  .contato-form {
    width: 100% !important;
  }

  .form-title {
    color: #f6e705 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .form-group {
    margin-bottom: 20px !important;
  }

  .form-label {
    display: block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .form-input,
  .form-textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: inherit !important;
    transition: border-color 0.3s, background 0.3s !important;
  }

  .form-input::placeholder,
  .form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .form-input:focus,
  .form-textarea:focus {
    outline: none !important;
    border-color: #f6e705 !important;
    background: rgba(255, 255, 255, 0.15) !important;
  }

  .form-textarea {
    resize: vertical !important;
    min-height: 100px !important;
  }

  .form-button {
    width: 100% !important;
    padding: 12px 20px !important;
    background: #f6e705 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background 0.3s, transform 0.2s !important;
  }

  .form-button:hover {
    background: #e6d505 !important;
    transform: translateY(-1px) !important;
  }

  .form-button:active {
    transform: translateY(0) !important;
  }

  /* Mapa móvel */
  .mapa-container {
    position: relative !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 30px auto !important;
    height: 250px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .mapa-placeholder {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }

  /* Endereço móvel */
  .endereco-info {
    position: relative !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 20px auto !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 20px !important;
    border-radius: 12px !important;
  }

  .endereco-title {
    color: #f6e705 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }

  .endereco-text {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Redes sociais móvel */
  .redes-sociais {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 30px 0 !important;
  }

  .rede-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(246, 231, 5, 0.2) !important;
    border-radius: 50% !important;
    transition: background 0.3s, transform 0.2s !important;
    cursor: pointer !important;
  }

  .rede-social:hover {
    background: rgba(246, 231, 5, 0.4) !important;
    transform: scale(1.1) !important;
  }

  .rede-social-icon {
    width: 24px !important;
    height: 24px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* Ajustes para telas muito pequenas */
  @media screen and (max-width: 375px) {
    .main-container {
      padding: 5px !important;
    }

    .contato-container {
      max-width: 100% !important;
      padding: 20px !important;
    }

    .contato-item {
      padding: 12px !important;
    }

    .contato-text {
      font-size: 13px !important;
    }

    .form-input,
    .form-textarea {
      padding: 10px 12px !important;
      font-size: 13px !important;
    }

    .form-button {
      padding: 10px 15px !important;
      font-size: 15px !important;
    }

    .mapa-container {
      max-width: 100% !important;
      height: 200px !important;
    }

    .barra-lateral {
      height: 55px !important;
      padding: 0 5px !important;
    }

    .barra-lateral .image-50,
    .barra-lateral .home-selecionado,
    .barra-lateral .noticias,
    .barra-lateral .informativo-51,
    .barra-lateral .contaqto,
    .barra-lateral .quem-somos,
    .barra-lateral .mais {
      width: 20px !important;
      height: 20px !important;
    }
  }
}

.flex-row-f {
  position: relative;
  width: 1285.394px;
  height: 161.387px;
  margin: 44px 0 0 72.606px;
  z-index: 26;
}

.logo {
  position: fixed;
  width: 139.155px;
  height: 161.387px;
  top: 50px;
  left: 270px;
  object-fit: cover;
  z-index: 3;
}

.number-26 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 56px;
  top: -248px;
  left: 1179.394px;
  color: #f6e705;
  font-family: Montserrat, var(--default-font-family);
  font-size: 45px;
  font-weight: 700;
  line-height: 55.56px;
  text-align: left;
  white-space: nowrap;
  z-index: 13;
}

.radio-zueira {
  position: relative;
  width: 300px;
  height: 108px;
  top: 1px;
  left: 145px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 43.66635513305664px;
  font-weight: 800;
  line-height: 43.365px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 25;
}

.radio {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 43.66635513305664px;
  font-weight: 800;
  line-height: 43.365px;
  text-align: left;
}

.zueira {
  position: relative;
  color: #f6e705;
  font-family: Montserrat, var(--default-font-family);
  font-size: 74.74285125732422px;
  font-weight: 800;
  line-height: 65.026px;
  text-align: left;
}

.group {
  position: relative;
  width: 60px;
  height: 45.714px;
  top: -155px;
  left: 1085.394px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/nkPoLtxLhy.png)
    no-repeat center;
  background-size: cover;
  z-index: 12;
}

.temperature {
  position: relative;
  width: 45px;
  height: 22px;
  top: -330px;
  left: 1240.394px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 14;
}

.celsius {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
}

.separator {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 100;
  line-height: 21.932px;
  text-align: left;
}

.fahrenheit {
  position: relative;
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
}

.group-1 {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 54px;
  left: 997.394px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/ScA81u1sHQ.png)
    no-repeat center;
  background-size: cover;
  z-index: 5;
}

.search-bar {
  position: relative;
  /* tira do fluxo normal */
  top: -27px;
  /* distância do topo da tela */
  left: 170px;
  transform: translateX(-50%);
  display: flex;
  background-color: #474747;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1000;
  /* garante que fique visível */
}

.search-bar form {
  display: flex;
  background-color: #474747;
  border-radius: 25px;
  overflow: hidden;
}

.search-bar input {
  color: #ffffff;
  background-color: #474747;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
  width: 450px;
  border-radius: 25px 0 0 25px;
}

.search-bar button {
  background-color: #474747;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0 25px 25px 0;
  transition: background 0.2s;
  color: white;
}

.search-bar button:hover {
  background-color: #5a5a5a;
}

.results {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

.results div {
  background-color: #2b2b2b;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.results div strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.suggestions-box {
  position: absolute;
  top: 45px;
  /* imediatamente abaixo da .search-bar */
  left: -90px;
  width: 500px;
  background-color: #2b2b2b;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  /* padrão: escondido até ter conteúdo */
}

.suggestion {
  padding: 10px 15px;
  border-bottom: 1px solid #444;
  cursor: pointer;
  color: #fff;
}

.suggestion:hover {
  background-color: #444;
}

.search-container {
  position: absolute;
  top: 88px;
  left: 60%;
  transform: translateX(-50%);
  width: 450px;
  z-index: 1000;
}

.cloudy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 17px;
  top: -77px;
  left: 1085.394px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.84846305847168px;
  font-weight: 400;
  line-height: 16.881px;
  text-align: left;
  white-space: nowrap;
  z-index: 15;
}

.temperature-21 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 21px;
  height: 16px;
  top: -237px;
  left: 1186.873px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16.32999038696289px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.65px;
  z-index: 17;
}

.temperature-29 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 16px;
  top: -253px;
  left: 1226.095px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16.32999038696289px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.65px;
  z-index: 19;
}

.arrow {
  position: absolute;
  width: 0px;
  height: 11.635px;
  top: 74.705px;
  left: 1179.394px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/5BSvKvbuo9.png)
    no-repeat center;
  background-size: cover;
  z-index: 16;
}

.arrow-2 {
  position: absolute;
  width: 0px;
  height: 11.635px;
  top: 74.705px;
  left: 1219.961px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/xP5LTWL7iM.png)
    no-repeat center;
  background-size: cover;
  z-index: 18;
}

/*  */

.location-widget {
  width: 300px;
  margin-left: auto;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  /* controla o espaço entre os dois campos */
  top: -265px;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.location-widget label {
  width: 90px;
  /* alinha os dois labels */
  font-weight: bold;
  color: white;
  font-size: 14px;
}

select {
  flex: 1;
  /* ocupa o resto do espaço */
  padding: 6px;
  border-radius: 5px;
  background-color: #444;
  color: white;
  border: none;
  font-size: 14px;
}

.celsius,
.fahrenheit {
  position: relative;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99px;
  font-weight: 300;
  line-height: 21.93px;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
  /* padrão: opaco */
}

.unit-active {
  color: #ffffff !important;
  /* branco puro se selecionado */
}

/*  */

.flex-row-cd {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 47;
}

.contato-5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 51px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 56.305301666259766px;
  font-weight: 800;
  line-height: 51px;
  text-align: left;
  white-space: nowrap;
  z-index: 29;
}

.linhas {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.titulo-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.barra-lateral {
  position: fixed;
  width: 55.103px;
  height: 476px;
  top: 235px;
  left: 285px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-14/a8WByTAVTw.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}

.group-7 {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 32.77px 0 0 18.59px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-14/ZzU1fvMaFv.png)
    no-repeat center;
  background-size: cover;
  z-index: 2;
}

.group-8 {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 73px 0 0 21px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/gqUaoR3FtF.png)
    no-repeat center;
  background-size: cover;
  z-index: 2;
}

.group-9 {
  position: relative;
  width: 21.103px;
  height: 21.103px;
  margin: 60px 0 0 21px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/LKqEkArOpU.png)
    no-repeat center;
  background-size: cover;
  z-index: 7;
}

.contato-selecionado {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 60px 0 0 24px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/hgrXLgcZXx.png)
    no-repeat center;
  background-size: cover;
  z-index: 8;
}

.group-a {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 53px 0 0 22px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/GHHCoaD5BW.png)
    no-repeat center;
  background-size: cover;
  z-index: 9;
}

.group-b {
  position: relative;
  width: 16.414px;
  height: 3.788px;
  margin: 60px 0 0 23px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/DykmDAOSHr.png)
    no-repeat center;
  background-size: cover;
  z-index: 23;
}

.rectangle-c {
  width: 731px;
  height: 3px;
  top: 34px;
  left: 502px;
  background: #8574f2;
  z-index: 31;
}

.rectangle-d {
  width: 731px;
  height: 5px;
  top: 41px;
  left: 502px;
  background: #f6e705;
  z-index: 30;
}

.phone {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 576px;
  left: 199px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 36.4911994934082px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 35;
}

.flex-row {
  position: relative;
  width: 1031px;
  height: 58px;
  margin: 20px 0 0 304px;
  z-index: 48;
}

.flex-row-cd-22 {
  position: relative;
  width: 1613px;
  height: 863px;
  margin: 69px 0 0 323px;
  z-index: 52;
}

.rectangle-23 {
  position: absolute;
  width: 1613px;
  height: 858px;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 51;
  border-radius: 37px;
  margin-top: 50px;
  margin-left: -80px;
}

.rectangle-24 {
  position: absolute;
  width: 1597px;
  height: 849.489px;
  top: 13.511px;
  left: 16px;
  background: #1d2131;
  z-index: 52;
  border-radius: 36.633px;
  margin-top: 50px;
  margin-left: -80px;
}

.flex-row-a {
  position: relative;
  width: 976px;
  height: 379px;
  margin: 33.489px 0 0 78px;
  z-index: 75;
}

.logo-25 {
  position: absolute;
  width: 127.953px;
  height: 148.395px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 58;
}

.contato-26 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 109px;
  height: 23px;
  top: 46px;
  left: 305px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 25.555553436279297px;
  font-weight: 800;
  line-height: 23px;
  text-align: justified;
  white-space: nowrap;
  z-index: 64;
}

.localizacao {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 160px;
  height: 23px;
  top: 46px;
  left: 641px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 25.555553436279297px;
  font-weight: 800;
  line-height: 23px;
  text-align: justified;
  white-space: nowrap;
  z-index: 72;
}

.rectangle-27 {
  position: absolute;
  width: 118px;
  height: 4px;
  top: 78px;
  left: 305.25px;
  background: #ffffff;
  z-index: 71;
}

.rectangle-28 {
  position: absolute;
  width: 118px;
  height: 4px;
  top: 78px;
  left: 641.25px;
  background: #ffffff;
  z-index: 73;
}

.group-29 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 104px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/0Ps6PpGcqE.png)
    no-repeat center;
  background-size: cover;
  z-index: 65;
}

.zueiraradio-email {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 169px;
  height: 13px;
  top: 111px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 67;
}

.image {
  position: absolute;
  width: 339px;
  height: 264px;
  top: 115px;
  left: 637px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/EEq5CPWPMs.png)
    no-repeat center;
  background-size: cover;
  z-index: 75;
}

.group-2a {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 148px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/caFh2hLq0g.png)
    no-repeat center;
  background-size: cover;
  z-index: 60;
}

.span {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 90px;
  height: 13px;
  top: 155px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 68;
}

.span-2b {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 152px;
  height: 18px;
  top: 167.888px;
  left: 17.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 19.30620574951172px;
  font-weight: 800;
  line-height: 17.509px;
  text-align: justified;
  white-space: nowrap;
  z-index: 62;
}

.group-2c {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 192px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/yosRRsAE0a.png)
    no-repeat center;
  background-size: cover;
  z-index: 61;
}

.span-2d {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 97px;
  height: 13px;
  top: 199px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 69;
}

.span-2e {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 181.742px;
  height: 20px;
  top: 219.527px;
  left: 18.745px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 57;
}

.group-2f {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 236px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/HUXtS7ckcC.png)
    no-repeat center;
  background-size: cover;
  z-index: 66;
}

.span-30 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 104px;
  height: 13px;
  top: 242px;
  left: 350px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 70;
}

.span-31 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 182.557px;
  height: 90px;
  top: 270.646px;
  left: 17.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 56;
}

.span-32 {
  display: block;
  position: relative;
  height: 16px;
  margin: 12px 0 0 715px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.472803115844727px;
  font-weight: 400;
  line-height: 15.847px;
  text-align: left;
  white-space: nowrap;
  z-index: 53;
}

.group-33 {
  position: relative;
  width: 63px;
  height: 36.101px;
  margin: 11px 0 0 991px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/msqBvGk8K3.png)
    no-repeat center;
  background-size: cover;
  z-index: 63;
}

/* Top one */
.n-box-top-one {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  gap: 40px;
  padding: 10px;
}
.n-box-top-one h1 {
  font-size: 3em;
  align-self: start;
}
.n-top-one-image {
  width: 40%;
  aspect-ratio: 1 / 1;
  background-color: #ccc;
  border-radius: 50%;
}
.n-top-one-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.3em;
}

.rectangle-34 {
  position: relative;
  width: 789px;
  height: 3px;
  margin: 7.899px 0 0 96px;
  background: #ffffff;
  z-index: 59;
}

.flex-row-c {
  position: relative;
  width: 603.459px;
  height: 32px;
  margin: 14px 0 0 97px;
  z-index: 74;
}

.virtues {
  position: absolute;
  width: 33.81px;
  height: 32px;
  top: 0;
  left: 376px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/FckPHhNmGO.png)
    no-repeat center;
  background-size: cover;
  z-index: 74;
}

.span-35 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 337px;
  height: 13px;
  top: 10px;
  left: 0;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.998007774353027px;
  font-weight: 500;
  line-height: 12.695px;
  text-align: justified;
  white-space: nowrap;
  z-index: 54;
}

.developed-by {
  position: absolute;
  width: 187px;
  height: 12px;
  top: 11px;
  left: 416.459px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 55;
}

.span-36 {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
}

.agencia-virtues {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 600;
  line-height: 11.849px;
  text-align: justified;
}

/* AREA DE CONTATO FUNCIONAL */

/* Estilo do container principal */
.contact-form {
  width: 100%;
  padding: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

/* Formulário e rótulos */
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form label {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 75px;
}

/* Agrupamento lateral */
.contact-form .form-row {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.contact-form .form-row > label {
  display: flex;
  flex: unset;
  flex-direction: column;
}

/* Input base para todos */
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 18px 20px;
  font-size: 17px;
  border: none;
  border-radius: 28px;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  width: 100%;
}

/* Textarea com cantos menos arredondados */
.contact-form textarea {
  border-radius: 16px;
  resize: vertical;
  min-height: 120px;
}

/* Estilo visual do SELECT */
.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23000' d='M7 8L0 0h14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 36px;
}

/* Botão de envio */
.input-botao {
  align-self: flex-start;
  background-color: #e30613;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.input-botao:hover {
  background-color: #c8000f;
}

/* Personalização por campo (podem ser editados individualmente depois) */

.input-idade {
  /* Campo pequeno arredondado */
  width: 100px;
}

.input-genero {
  width: 100%;
  min-width: 180px;
  flex: 1;
}

.input-uf {
  /* Select com valor padrão */
  min-width: 180px;
}

/* Responsividade para notebooks 1366x768 - Mantém funcionalidades e design */
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .main-content {
    margin-top: 0px;
  }

  .main-container {
    width: 100vw;
    max-width: 1366px;
    transform: none;
    margin: 0 auto;
  }

  /* Header adaptado */
  .header-section {
    width: 100%;
    position: relative;
  }

  .logo {
    left: 0%;
    top: 0%;
  }

  .radio-zueira {
    left: 9%;
  }

  .radio-title {
    left: 8%;
  }

  .group {
    left: 83%;
  }

  .cloudy {
    left: 83%;
  }

  .number-26 {
    left: 90%;
  }

  .temperature {
    left: 95%;
  }

  .temperature-21 {
    left: 90%;
  }

  .temperature-29 {
    left: 93%;
  }

  .location-widget {
    left: -2%;
  }

  .barra-lateral {
    left: 1%;
    top: 25%;
  }

  .contato-5 {
    left: 9%;
  }

  .rectangle-c {
    left: 35%;
  }

  .rectangle-d {
    left: 35%;
  }

  .weather-widget {
    right: 3%;
  }

  .search-container {
    left: 58%;
    transform: translateX(-50%);
  }

  .localizacao {
    left: 58%;
  }

  .rectangle-28 {
    left: 58%;
  }

  .image {
    left: 58%;
  }

  .span-32 {
    left: -4.5%;
  }

  .group-33 {
    left: -5%;
  }

  .form-container {
    width: 100%;
    padding: 40px;
  }

  .form-title {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .form-group {
    width: 100%;
    margin-bottom: 25px;
  }

  .form-input,
  .form-textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #ddd;
    font-size: 16px;
  }

  .form-textarea {
    min-height: 120px;
    resize: vertical;
  }

  .form-button {
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .form-button:hover {
    background-color: #0056b3;
  }

  /* Informações de contato */
  .contact-info {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .info-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
  }

  .info-item {
    flex: 1;
    text-align: center;
    padding: 30px;
  }

  .info-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }

  .info-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .info-description {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Mapa de localização */
  .map-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .map-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
  }

  .map-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  /* Sidebar */
  .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    z-index: 1000;
  }

  .sidebar-content {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  /* Menu de navegação */
  .nav-menu {
    width: calc(100% - 100px);
    margin: 20px 50px;
  }

  .nav-item {
    padding: 15px 20px;
    margin: 0 10px;
  }

  /* Footer */
  .footer-section {
    width: 100%;
    padding: 30px 40px;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .social-links {
    display: flex;
    gap: 20px;
  }

  .download-section {
    display: flex;
    gap: 15px;
  }

  /* Ajustes para elementos específicos */
  .temperature-display {
    right: 5%;
  }

  .weather-info {
    right: 8%;
  }

  .location-display {
    right: 3%;
  }

  /* Container principal */
  .content-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  /* Responsividade das imagens */
  .contact-image,
  .banner-image {
    width: 100%;
    max-width: none;
    height: auto;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1910px) {
  .main-container {
    width: 100vw;
    max-width: 1366px;
    transform: none;
    margin: 0 auto;
  }

  /* Header adaptado */
  .header-section {
    width: 100%;
    position: relative;
  }

  .logo {
    left: 0%;
  }

  .radio-zueira {
    left: 9%;
  }

  .radio-title {
    left: 8%;
  }

  .group {
    left: 83%;
  }

  .cloudy {
    left: 83%;
  }

  .number-26 {
    left: 90%;
  }

  .temperature {
    left: 95%;
  }

  .temperature-21 {
    left: 90%;
  }

  .temperature-29 {
    left: 93%;
  }

  .location-widget {
    left: -2%;
  }

  .barra-lateral {
    left: 1%;
  }

  .contato-5 {
    left: 9%;
  }

  .rectangle-c {
    left: 35%;
  }

  .rectangle-d {
    left: 35%;
  }

  .weather-widget {
    right: 3%;
  }

  .search-container {
    left: 58%;
    transform: translateX(-50%);
  }

  .localizacao {
    left: 58%;
  }

  .rectangle-28 {
    left: 58%;
  }

  .image {
    left: 58%;
  }

  .span-32 {
    left: -4.5%;
  }

  .group-33 {
    left: -5%;
  }

  .form-container {
    width: 100%;
    padding: 40px;
  }

  .form-title {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .form-group {
    width: 100%;
    margin-bottom: 25px;
  }

  .form-input,
  .form-textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #ddd;
    font-size: 16px;
  }

  .form-textarea {
    min-height: 120px;
    resize: vertical;
  }

  .form-button {
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .form-button:hover {
    background-color: #0056b3;
  }

  /* Informações de contato */
  .contact-info {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .info-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
  }

  .info-item {
    flex: 1;
    text-align: center;
    padding: 30px;
  }

  .info-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }

  .info-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .info-description {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Mapa de localização */
  .map-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .map-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
  }

  .map-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  /* Sidebar */
  .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    z-index: 1000;
  }

  .sidebar-content {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  /* Menu de navegação */
  .nav-menu {
    width: calc(100% - 100px);
    margin: 20px 50px;
  }

  .nav-item {
    padding: 15px 20px;
    margin: 0 10px;
  }

  /* Footer */
  .footer-section {
    width: 100%;
    padding: 30px 40px;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .social-links {
    display: flex;
    gap: 20px;
  }

  .download-section {
    display: flex;
    gap: 15px;
  }

  /* Ajustes para elementos específicos */
  .temperature-display {
    right: 5%;
  }

  .weather-info {
    right: 8%;
  }

  .location-display {
    right: 3%;
  }

  /* Container principal */
  .content-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  /* Responsividade das imagens */
  .contact-image,
  .banner-image {
    width: 100%;
    max-width: none;
    height: auto;
  }
}

/* Fim contato legado */

/* Informativo Legado*/

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.info-main-container {
  overflow: hidden;
}

.info-main-container,
.info-main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.info-main-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* ============================================
   RESPONSIVIDADE MOBILE - INFORMATIVO
   ============================================ */

@media screen and (max-width: 768px) {
  .main-container {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px !important;
    background-size: cover !important;
  }

  /* Header móvel */
  .flex-row-de {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .logo {
    position: relative !important;
    width: 80px !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    margin: 10px auto !important;
  }

  .radio-zueira {
    position: relative !important;
    width: auto !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  .radio-zueira .radio {
    font-size: 24px !important;
    line-height: 26px !important;
    display: block !important;
  }

  .radio-zueira .zueira {
    font-size: 36px !important;
    line-height: 38px !important;
    display: block !important;
  }

  /* Menu lateral como bottom navigation */
  .barra-lateral {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 60px !important;
    background: rgba(29, 33, 49, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 0 10px !important;
    z-index: 1000 !important;
    border-top: 2px solid #f6e705 !important;
  }

  .barra-lateral .image-50,
  .barra-lateral .home-selecionado,
  .barra-lateral .noticias,
  .barra-lateral .informativo-51,
  .barra-lateral .contaqto,
  .barra-lateral .quem-somos,
  .barra-lateral .mais {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    cursor: pointer !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* Título da seção móvel */
  .section-title {
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 30px !important;
    margin: 30px 0 20px 0 !important;
    color: #fff !important;
  }

  /* Container do informativo móvel */
  .info-informativo-container {
    position: relative !important;
    width: 90% !important;
    max-width: 350px !important;
    height: 450px !important;
    margin: 20px auto !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .info-informativo-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  /* Setas de navegação móvel */
  .info-seta-navegacao {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 35px !important;
    height: 35px !important;
    background: rgba(246, 231, 5, 0.9) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    z-index: 10 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    transition: background 0.3s !important;
  }

  .info-seta-navegacao:hover {
    background: #f6e705 !important;
  }

  .info-seta-voltar {
    left: -50px !important;
  }

  .info-seta-avancar {
    right: -50px !important;
  }

  /* Timeline do informativo móvel */
  .info-informativo-timeline {
    width: 90% !important;
    max-width: 350px !important;
    margin: 30px auto !important;
    padding: 20px 15px 80px 15px !important;
    /* Espaço para bottom nav */
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
    backdrop-filter: blur(5px) !important;
  }

  .info-timeline-item {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 25px !important;
    border-left: 3px solid #666 !important;
  }

  .info-timeline-item.info-ativo {
    border-left: 3px solid #f6e705 !important;
  }

  .info-timeline-item::before {
    content: "" !important;
    position: absolute !important;
    left: -6px !important;
    top: 5px !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background: #666 !important;
  }

  .info-timeline-item.info-ativo::before {
    background: #f6e705 !important;
  }

  .info-timeline-periodo {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #666 !important;
    margin-bottom: 5px !important;
  }

  .info-timeline-item.info-ativo .info-timeline-periodo {
    color: #f6e705 !important;
    font-size: 14px !important;
  }

  .info-timeline-titulo {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #666 !important;
    margin-bottom: 5px !important;
  }

  .info-timeline-item.info-ativo .info-timeline-titulo {
    color: #fff !important;
    font-size: 16px !important;
  }

  .info-timeline-edicao,
  .info-timeline-cidade {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin: 2px 0 !important;
  }

  .info-timeline-item.info-ativo .info-timeline-edicao,
  .info-timeline-item.info-ativo .info-timeline-cidade {
    color: #fff !important;
    font-size: 14px !important;
  }

  /* Seletor de ano móvel */
  .info-ano-selector {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 20px 0 !important;
  }

  .info-ano-label {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .info-ano-select {
    background: #fff !important;
    border: 2px solid #404040 !important;
    border-radius: 8px !important;
    padding: 6px 25px 6px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    min-width: 70px !important;
    max-width: 80px !important;
    cursor: pointer !important;
    outline: none !important;
  }

  /* Popup de imagem móvel */
  .info-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.9) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999 !important;
    padding: 20px !important;
  }

  .info-popup-content {
    position: relative !important;
    max-width: 95% !important;
    max-height: 95% !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .info-popup-image {
    width: 100% !important;
    height: auto !important;
    max-height: 70vh !important;
    object-fit: contain !important;
  }

  .info-popup-controls {
    padding: 15px !important;
    text-align: center !important;
    background: #fff !important;
  }

  .info-download-btn {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: #f6e705 !important;
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }

  .info-close-btn {
    position: absolute !important;
    top: 10px !important;
    right: 15px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #000 !important;
    cursor: pointer !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Ajustes para telas muito pequenas */
  @media screen and (max-width: 375px) {
    .main-container {
      padding: 5px !important;
    }

    .info-informativo-container {
      max-width: 100% !important;
      height: 400px !important;
    }

    .info-timeline-item {
      padding-left: 15px !important;
      margin-bottom: 20px !important;
    }

    .info-seta-navegacao {
      width: 30px !important;
      height: 30px !important;
      font-size: 16px !important;
    }

    .info-seta-voltar {
      left: -40px !important;
    }

    .info-seta-avancar {
      right: -40px !important;
    }

    .barra-lateral {
      height: 55px !important;
      padding: 0 5px !important;
    }

    .barra-lateral .image-50,
    .barra-lateral .home-selecionado,
    .barra-lateral .noticias,
    .barra-lateral .informativo-51,
    .barra-lateral .contaqto,
    .barra-lateral .quem-somos,
    .barra-lateral .mais {
      width: 20px !important;
      height: 20px !important;
    }
  }
}

.flex-row-de {
  position: relative;
  width: 1285.393px;
  height: 161.387px;
  margin: 44px 0 0 72.607px;
  z-index: 25;
}

.logo {
  position: fixed;
  width: 139.155px;
  height: 161.387px;
  top: 50px;
  left: 270px;
  object-fit: cover;
  z-index: 3;
}

.number {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 56px;
  top: -268px;
  left: 1179.393px;
  color: #f6e705;
  font-family: Montserrat, var(--default-font-family);
  font-size: 45.578453063964844px;
  font-weight: 700;
  line-height: 55.56px;
  text-align: left;
  white-space: nowrap;
  z-index: 12;
}

.radio-zueira {
  position: relative;
  width: 300px;
  height: auto;
  top: -1px;
  left: 125px;
  font-family: Montserrat, var(--default-font-family);
  font-weight: 800;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 79;
  margin: 0;
}

.radio-zueira .radio {
  color: #ffffff;
  font-size: 43.666px;
  line-height: 43.365px;
}

.radio-zueira .zueira {
  color: #f6e705;
  font-size: 74.743px;
  line-height: 65.026px;
}

.group {
  position: relative;
  width: 60px;
  height: 45.714px;
  top: -155px;
  left: 1085.393px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/PtwzngsCHi.png)
    no-repeat center;
  background-size: cover;
  z-index: 11;
}

.temperature {
  position: relative;
  width: 45px;
  height: 22px;
  top: -245px;
  left: 1240.393px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 13;
}

.celsius {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
}

.separator {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 100;
  line-height: 21.932px;
  text-align: left;
}

.fahrenheit {
  position: relative;
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}

.group-1 {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 54px;
  left: 997.393px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/R9eu8V6cSj.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}

.search-bar {
  position: relative;
  /* tira do fluxo normal */
  top: -25px;
  /* distância do topo da tela */
  left: 160px;
  transform: translateX(-50%);
  display: flex;
  background-color: #474747;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1000;
  /* garante que fique visível */
}

.search-bar form {
  display: flex;
  background-color: #474747;
  border-radius: 25px;
  overflow: hidden;
}

.search-bar input {
  color: #ffffff;
  background-color: #474747;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
  width: 450px;
  border-radius: 25px 0 0 25px;
}

.search-bar button {
  background-color: #474747;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0 25px 25px 0;
  transition: background 0.2s;
  color: white;
}

.search-bar button:hover {
  background-color: #5a5a5a;
}

.results {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

.results div {
  background-color: #2b2b2b;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.results div strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.suggestions-box {
  position: absolute;
  top: 45px;
  /* imediatamente abaixo da .search-bar */
  left: -89px;
  width: 500px;
  background-color: #2b2b2b;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.suggestion {
  padding: 10px 15px;
  border-bottom: 1px solid #444;
  cursor: pointer;
  color: #fff;
}

.suggestion:hover {
  background-color: #444;
}

.search-container {
  position: absolute;
  top: 88px;
  left: 60%;
  transform: translateX(-50%);
  width: 450px;
  z-index: 1000;
}

.cloudy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 17px;
  top: -78px;
  left: 1085.393px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.84846305847168px;
  font-weight: 400;
  line-height: 16.881px;
  text-align: left;
  white-space: nowrap;
  z-index: 14;
}

.temperature-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 21px;
  height: 16px;
  top: -258px;
  left: 1186.873px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16.32999038696289px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.65px;
  z-index: 16;
}

.temperature-3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 16px;
  top: -274px;
  left: 1226.095px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16.32999038696289px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.65px;
  z-index: 18;
}

.arrow {
  position: absolute;
  width: 0px;
  height: 11.635px;
  top: 74.705px;
  left: 1179.393px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/JNfu3rDFKw.png)
    no-repeat center;
  background-size: cover;
  z-index: 15;
}

.arrow-4 {
  position: absolute;
  width: 0px;
  height: 11.635px;
  top: 74.705px;
  left: 1219.961px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/839nONvLqs.png)
    no-repeat center;
  background-size: cover;
  z-index: 17;
}

/*  */

.location-widget {
  width: 300px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* controla o espaço entre os dois campos */
  position: relative;
  top: -265px;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

label {
  width: 100%;
  /* alinha os dois labels */
  font-weight: bold;
  color: white;
  font-size: 14px;
}

.location-widget select {
  flex: 1;
  /* ocupa o resto do espaço */
  padding: 6px;
  border-radius: 5px;
  background-color: #444;
  color: white;
  border: none;
  font-size: 14px;
}

.celsius,
.fahrenheit {
  position: relative;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99px;
  font-weight: 300;
  line-height: 21.93px;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
  /* padrão: opaco */
}

.unit-active {
  color: #ffffff !important;
  /* branco puro se selecionado */
}

/*  */

.info-flex-row-cb {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 80;
}

.info-informativo-7 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 51px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 56.305301666259766px;
  font-weight: 800;
  line-height: 51px;
  text-align: left;
  white-space: nowrap;
  z-index: 28;
}

.barra-lateral {
  position: fixed;
  width: 55.103px;
  height: 476px;
  top: 235px;
  left: 285px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-14/787vM0WK4i.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}

.group-9 {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 38.77px 0 0 18.59px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-14/ZzU1fvMaFv.png)
    no-repeat center;
  background-size: cover;
  z-index: 2;
}

.group-a {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 65px 0 0 21px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/j0ewpYDr9i.png)
    no-repeat center;
  background-size: cover;
  z-index: 2;
}

.info-informativo-selecionado {
  position: relative;
  width: 21.103px;
  height: 21.103px;
  margin: 60px 0 0 21px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/RPzivMA823.png)
    no-repeat center;
  background-size: cover;
  z-index: 7;
}

.group-b {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 60px 0 0 24px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/0FoyjJ0s7G.png)
    no-repeat center;
  background-size: cover;
  z-index: 8;
}

.group-c {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 53px 0 0 24px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/GHHCoaD5BW.png)
    no-repeat center;
  background-size: cover;
  z-index: 9;
}

.group-d {
  position: relative;
  width: 16.414px;
  height: 3.788px;
  margin: 60px 0 0 23px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/DykmDAOSHr.png)
    no-repeat center;
  background-size: cover;
  z-index: 23;
}

.info-rectangle-e {
  width: 570px;
  height: 3px;
  top: 34px;
  left: 663px;
  background: #8574f2;
  z-index: 30;
}

.info-rectangle-f {
  width: 570px;
  height: 5px;
  background: #f6e705;
  z-index: 29;
}

/* Informativo */

/* INFORMATIVO MESES */

/* Estilização do seletor de ano no rodapé */

.informativo {
  position: relative;
  width: 1034px;
  height: 51px;
  margin: 139px 0 0 301px;
  z-index: 100;
}

.rectangle-22 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 51px;
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 56.305301666259766px;
  font-weight: 800;
  line-height: 51px;
  text-align: left;
  white-space: nowrap;
  z-index: 98;
}

.rectangle-23 {
  position: absolute;
  width: 570px;
  height: 3px;
  top: 34px;
  left: 464px;
  background: #8574f2;
  z-index: 100;
}

.flex-row-24 {
  position: absolute;
  width: 570px;
  height: 5px;
  top: 41px;
  left: 464px;
  background: #f6e705;
  z-index: 99;
}

.rectangle-25 {
  position: relative;
  width: 1063.135px;
  height: 720px;
  margin: 102px 0 0 272px;
  z-index: 230;
}

.info-conteudo-principal-container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.info-informativo-container {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-informativo-cidade-ano {
  width: 509px;
  height: 720px;
  background: no-repeat center;
  background-size: cover;
  z-index: 205;
}

.info-seta {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 26px;
  font-weight: bold;
  background-color: #ffc107;
  color: black;
  cursor: pointer;
  z-index: 300;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}

.info-seta:hover {
  background-color: #e0a800;
}

.info-seta-voltar {
  left: 150px;
  top: 500px;
}

.info-seta-avancar {
  right: -345px;
  top: 499px;
}

/* Popup de imagem em tela cheia */
.info-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.info-popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  text-align: center;
}

.info-popup-content img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 6px;
}

.info-download-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #f6e705;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
}

.info-close-btn {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* INFORMATIVO MESES */

.info-informativo-timeline {
  width: 350px;
  padding: 30px 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.info-informativo-item,
.info-informativo-item-edicao6,
.info-informativo-item-edicao7,
.info-informativo-item-edicao8,
.info-informativo-item-edicao9 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  border-left: 5px solid #666666;
}

.info-informativo-item.info-ativo,
.info-informativo-item-edicao6.info-ativo,
.info-informativo-item-edicao7.info-ativo,
.info-informativo-item-edicao8.info-ativo,
.info-informativo-item-edicao9.info-ativo {
  border-left: 5px solid #f6e705;
}

.info-linha.info-cinza {
  background: rgba(255, 255, 255, 0.4);
}

.info-periodo {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #666666;
}

.info-titulos {
  display: flex;
  gap: 20px;
}

.info-linhas {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  flex: 1;
}

.info-linhas div {
  width: 100%;
}

.info-titulo {
  font-size: 18px;
  font-weight: 800;
  color: #666666;
  margin: 0;
}

.info-informativo-item.info-ativo .info-titulo,
.info-informativo-item-edicao6.info-ativo .info-titulo,
.info-informativo-item-edicao7.info-ativo .info-titulo,
.info-informativo-item-edicao8.info-ativo .info-titulo,
.info-informativo-item-edicao9.info-ativo .info-titulo {
  color: #ffffff;
}

.info-informativo-item.info-cinza .info-periodo,
.info-informativo-item.info-cinza .info-titulo,
.info-informativo-item.info-cinza .info-edicao,
.info-informativo-item.info-cinza .info-cidade,
.info-informativo-item-edicao6 .info-periodo,
.info-informativo-item-edicao6 .info-titulo,
.info-informativo-item-edicao6 .info-edicao,
.info-informativo-item-edicao6 .info-cidade,
.info-informativo-item-edicao7 .info-periodo,
.info-informativo-item-edicao7 .info-titulo,
.info-informativo-item-edicao7 .info-edicao,
.info-informativo-item-edicao7 .info-cidade,
.info-informativo-item-edicao8 .info-periodo,
.info-informativo-item-edicao8 .info-titulo,
.info-informativo-item-edicao8 .info-edicao,
.info-informativo-item-edicao8 .info-cidade,
.info-informativo-item-edicao9 .info-periodo,
.info-informativo-item-edicao9 .info-titulo,
.info-informativo-item-edicao9 .info-edicao,
.info-informativo-item-edicao9 .info-cidade {
  font-size: 15px;
}

.info-informativo-item.info-ativo .info-periodo,
.info-informativo-item.info-ativo .info-titulo,
.info-informativo-item.info-ativo .info-edicao,
.info-informativo-item.info-ativo .info-cidade,
.info-informativo-item-edicao6.info-ativo .info-periodo,
.info-informativo-item-edicao6.info-ativo .info-titulo,
.info-informativo-item-edicao6.info-ativo .info-edicao,
.info-informativo-item-edicao6.info-ativo .info-cidade,
.info-informativo-item-edicao7.info-ativo .info-periodo,
.info-informativo-item-edicao7.info-ativo .info-titulo,
.info-informativo-item-edicao7.info-ativo .info-edicao,
.info-informativo-item-edicao7.info-ativo .info-cidade,
.info-informativo-item-edicao8.info-ativo .info-periodo,
.info-informativo-item-edicao8.info-ativo .info-titulo,
.info-informativo-item-edicao8.info-ativo .info-edicao,
.info-informativo-item-edicao8.info-ativo .info-cidade,
.info-informativo-item-edicao9.info-ativo .info-periodo,
.info-informativo-item-edicao9.info-ativo .info-titulo,
.info-informativo-item-edicao9.info-ativo .info-edicao,
.info-informativo-item-edicao9.info-ativo .info-cidade {
  font-size: 20px;
}

/* Cores para itens ativos - amarelo e branco */
.info-informativo-item.info-ativo .info-periodo,
.info-informativo-item-edicao6.info-ativo .info-periodo,
.info-informativo-item-edicao7.info-ativo .info-periodo,
.info-informativo-item-edicao8.info-ativo .info-periodo,
.info-informativo-item-edicao9.info-ativo .info-periodo {
  color: #f6e705;
}

.info-informativo-item.info-ativo .info-edicao,
.info-informativo-item.info-ativo .info-cidade,
.info-informativo-item-edicao6.info-ativo .info-edicao,
.info-informativo-item-edicao6.info-ativo .info-cidade,
.info-informativo-item-edicao7.info-ativo .info-edicao,
.info-informativo-item-edicao7.info-ativo .info-cidade,
.info-informativo-item-edicao8.info-ativo .info-edicao,
.info-informativo-item-edicao8.info-ativo .info-cidade,
.info-informativo-item-edicao9.info-ativo .info-edicao,
.info-informativo-item-edicao9.info-ativo .info-cidade {
  color: #ffffff;
}

.info-edicao,
.info-cidade {
  font-size: 19px;
  font-weight: 600;
  color: #666666;
  margin: 2px 0;
}

.info-ano-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.info-ano-select {
  background: #ffffff !important;
  color: #1d2131 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 8px 35px 8px 14px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
  min-width: 80px;
  flex: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f6e705' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 16px !important;
}

.ano-select:hover {
  background-color: #f5f5f5;
}

.ano-select:focus {
  outline: 2px solid #f6e705;
  outline-offset: 2px;
}

.ano-footer .ano {
  background: #ffffff;
  color: #1d2131;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
}

.seta-baixo {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f6e705;
}

/* INFORMATIVO MESES */

/* Informativo */

.flex-row-b {
  position: relative;
  width: 1613px;
  height: 863px;
  margin: 100px 0 0 323px;
  z-index: 38;
}

.rectangle-1e {
  position: absolute;
  width: 1613px;
  height: 858px;
  top: 45px;
  left: 0;
  background: #ffffff;
  z-index: 37;
  border-radius: 37px;
}

.rectangle-1f {
  position: absolute;
  width: 1597px;
  height: 849.489px;
  top: 60px;
  left: 16px;
  background: #1d2131;
  z-index: 38;
  border-radius: 36.633px;
}

.flex-row-dba {
  position: relative;
  width: 801px;
  height: 148.395px;
  margin: 33.489px 0 0 78px;
  z-index: 60;
}

.logo-1 {
  position: absolute;
  width: 139.155px;
  height: 161.387px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 3;
}

.contato {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 109px;
  height: 23px;
  top: 46px;
  left: 305px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 25.555553436279297px;
  font-weight: 800;
  line-height: 23px;
  text-align: justified;
  white-space: nowrap;
  z-index: 51;
}

.localizacao {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 160px;
  height: 23px;
  top: 46px;
  left: 641px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 25.555553436279297px;
  font-weight: 800;
  line-height: 23px;
  text-align: justified;
  white-space: nowrap;
  z-index: 59;
}

.rectangle-21 {
  position: absolute;
  width: 118px;
  height: 4px;
  top: 78px;
  left: 305.25px;
  background: #ffffff;
  z-index: 58;
}

.rectangle-22 {
  position: absolute;
  width: 118px;
  height: 4px;
  top: 78px;
  left: 641.25px;
  background: #ffffff;
  z-index: 60;
}

.group-23 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 104px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/wBs3C5rtmN.png)
    no-repeat center;
  background-size: cover;
  z-index: 52;
}

.zueiraradio-gmail-com {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 169px;
  height: 13px;
  top: 111px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 54;
}

.flex-row-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 133px;
  height: 28px;
  margin: -0.39px 0 0 383px;
  z-index: 55;
}

.google-maps {
  position: absolute;
  width: 339px;
  height: 240px;
  top: 119px;
  left: 637px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/8OoXoDeEZM.png)
    no-repeat center;
  background-size: cover;
  z-index: 66;
}

.group-24 {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/n0ppyKhGwB.png)
    no-repeat center;
  background-size: cover;
  z-index: 46;
}

.radio-zueira-25 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 90px;
  height: 13px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 55;
}

.radio-zueira-26 {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 152px;
  height: 18px;
  margin: -8.112px 0 0 95.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 19.30620574951172px;
  font-weight: 800;
  line-height: 17.509px;
  text-align: justified;
  white-space: nowrap;
  z-index: 48;
}

.flex-row-ff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 140px;
  height: 28px;
  margin: 6.112px 0 0 383px;
  z-index: 56;
}

.group-27 {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/Ef8GE6Xgzi.png)
    no-repeat center;
  background-size: cover;
  z-index: 47;
}

.span-radio-zueira {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 97px;
  height: 13px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 56;
}

.span-melhores-musicas {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 181.742px;
  height: 20px;
  margin: -0.47px 0 0 96.745px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 43;
}

.flex-row-e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 149px;
  height: 28px;
  margin: -3.527px 0 0 383px;
  z-index: 57;
}

.group-28 {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/QrziM9B91i.png)
    no-repeat center;
  background-size: cover;
  z-index: 53;
}

.span-phone-number {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 104px;
  height: 13px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 57;
}

.span-radio-description {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 182.557px;
  height: 90px;
  margin: 6.646px 0 0 95.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 42;
}

.span-location {
  display: block;
  position: relative;
  height: 100px;
  margin: 26.354px 0 0 715px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.472803115844727px;
  font-weight: 400;
  line-height: 15.847px;
  text-align: left;
  white-space: nowrap;
  z-index: 250;
}

.group-29 {
  position: relative;
  width: 63px;
  height: 36.101px;
  margin: 15px 0 0 991px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/SKLQMyRdpX.png)
    no-repeat center;
  background-size: cover;
  z-index: 49;
}

.rectangle-2a {
  position: relative;
  width: 789px;
  height: 3px;
  margin: 35px 0 0 96px;
  background: #ffffff;
  z-index: 45;
}

.flex-row-a-2b {
  position: relative;
  width: 603.459px;
  height: 32px;
  margin: 14px 0 0 97px;
  z-index: 61;
}

.virtues {
  position: absolute;
  width: 33.81px;
  height: 32px;
  top: 0;
  left: 376px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/Gkr0L12Uuc.png)
    no-repeat center;
  background-size: cover;
  z-index: 61;
}

.span-copyright {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 337px;
  height: 13px;
  top: 10px;
  left: 0;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.998007774353027px;
  font-weight: 500;
  line-height: 12.695px;
  text-align: justified;
  white-space: nowrap;
  z-index: 40;
}

.developed-by-agencia-virtues {
  position: absolute;
  width: 187px;
  height: 12px;
  top: 11px;
  left: 416.459px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 41;
}

.span-developed-by {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
}

.span-agencia-virtues {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 600;
  line-height: 11.849px;
  text-align: justified;
}

.span-phone-number {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 104px;
  height: 13px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 57;
}

.span-radio-description {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 182.557px;
  height: 90px;
  margin: 6.646px 0 0 95.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 42;
}

.span-location-maps {
  display: block;
  position: relative;
  margin-top: -20px;
  /* valor negativo = sobe */
  margin-left: 638px;
  /* menor que 715px = move mais à esquerda */
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.47px;
  font-weight: 400;
  line-height: 15.85px;
  text-align: left;
  white-space: nowrap;
  z-index: 39;
}

.group-29 {
  position: relative;
  width: 63px;
  height: 36.101px;
  margin: 15px 0 0 991px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/SKLQMyRdpX.png)
    no-repeat center;
  background-size: cover;
  z-index: 49;
}

.rectangle-2a {
  position: relative;
  width: 789px;
  height: 3px;
  margin: 7.899px 0 0 96px;
  background: #ffffff;
  z-index: 45;
}

.flex-row-a-2b {
  position: relative;
  width: 603.459px;
  height: 32px;
  margin: 14px 0 0 97px;
  z-index: 61;
}

.virtues {
  position: absolute;
  width: 33.81px;
  height: 32px;
  top: 0;
  left: 376px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/Gkr0L12Uuc.png)
    no-repeat center;
  background-size: cover;
  z-index: 61;
}

.span-copyright {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 337px;
  height: 13px;
  top: 10px;
  left: 0;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.998007774353027px;
  font-weight: 500;
  line-height: 12.695px;
  text-align: justified;
  white-space: nowrap;
  z-index: 40;
}

.developed-by-agencia-virtues {
  position: absolute;
  width: 187px;
  height: 12px;
  top: 11px;
  left: 416.459px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 41;
}

.span-developed-by {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
}

.span-agencia-virtues {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 600;
  line-height: 11.849px;
  text-align: justified;
}

.facebook-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.social-link:hover {
  opacity: 0.85;
  cursor: pointer;
}

/* Responsividade para notebooks 1366x768 - Mantém funcionalidades e design */
@media screen and (max-width: 1366px) {
  .main-container {
    width: 100vw;
    max-width: 1366px;
    transform: none;
    margin: 0 auto;
  }

  /* Header adaptado */
  .header-section {
    width: 100%;
    position: relative;
  }

  .logo {
    left: 0%;
  }

  .barra-lateral {
    left: 1%;
  }

  .radio-zueira {
    left: 8%;
  }

  .group {
    left: 83%;
  }

  .cloudy {
    left: 83%;
  }

  .number {
    left: 90%;
  }

  .temperature {
    left: 95%;
  }

  .temperature-2 {
    left: 90%;
  }

  .temperature-3 {
    left: 93%;
  }

  .location-widget {
    left: -2%;
  }

  .search-container {
    left: 58%;
    transform: translateX(-50%);
  }

  .informativo-7 {
    left: 7%;
  }

  .rectangle-e {
    left: 44%;
  }

  .rectangle-f {
    left: 44%;
  }

  .localizacao {
    left: 70%;
  }

  .rectangle-22 {
    left: 70%;
  }

  .group-29 {
    left: -5%;
  }

  /* Seção de informativos */
  .informativo-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .informativo-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .informativo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
  }

  .informativo-item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .informativo-item:hover {
    transform: translateY(-5px);
  }

  .informativo-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .informativo-content {
    padding: 25px;
  }

  .informativo-date {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
  }

  .informativo-description {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }

  .seta-voltar {
    left: 22%;
  }

  .seta-avancar {
    left: 155%;
  }

  .informativo-cidade-ano {
    left: 43%;
  }

  /* Timeline de informativos */
  .timeline-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .timeline-container {
    position: relative;
    width: 100%;
  }

  .timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #007bff;
    transform: translateX(-50%);
  }

  .timeline-item {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  .timeline-item:nth-child(odd) .timeline-content {
    margin-left: 0;
    margin-right: 55%;
    text-align: right;
  }

  .timeline-item:nth-child(even) .timeline-content {
    margin-left: 55%;
    margin-right: 0;
    text-align: left;
  }

  .timeline-content {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .timeline-marker {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  /* Galeria de edições */
  .gallery-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .gallery-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .gallery-tab {
    padding: 12px 25px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gallery-tab.active {
    background-color: #007bff;
    color: white;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
  }

  .gallery-item {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover {
    transform: scale(1.05);
  }

  .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Sidebar */
  .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    z-index: 1000;
  }

  .sidebar-content {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  /* Menu de navegação */
  .nav-menu {
    width: calc(100% - 100px);
    margin: 20px 50px;
  }

  .nav-item {
    padding: 15px 20px;
    margin: 0 10px;
  }

  /* Footer */
  .footer-section {
    width: 100%;
    padding: 30px 40px;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .social-links {
    display: flex;
    gap: 20px;
  }

  .download-section {
    display: flex;
    gap: 15px;
  }

  /* Ajustes para elementos específicos */
  .temperature-display {
    right: 5%;
  }

  .weather-info {
    right: 8%;
  }

  .location-display {
    right: 3%;
  }

  /* Container principal */
  .content-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .main-content {
    margin-top: 0px;
  }

  .main-container {
    width: 100vw;
    max-width: 1366px;
    transform: none;
    margin: 0 auto;
  }

  /* Header adaptado */
  .header-section {
    width: 100%;
    position: relative;
  }

  .logo {
    left: 0%;
    top: 0%;
  }

  .barra-lateral {
    left: 1%;
    top: 25%;
  }

  .radio-zueira {
    left: 8%;
  }

  .group {
    left: 83%;
  }

  .cloudy {
    left: 83%;
  }

  .number {
    left: 90%;
  }

  .temperature {
    left: 95%;
  }

  .temperature-2 {
    left: 90%;
  }

  .temperature-3 {
    left: 93%;
  }

  .location-widget {
    left: -2%;
  }

  .search-container {
    left: 58%;
    transform: translateX(-50%);
  }

  .informativo-7 {
    left: 7%;
  }

  .rectangle-e {
    left: 44%;
  }

  .rectangle-f {
    left: 44%;
  }

  .localizacao {
    left: 70%;
  }

  .rectangle-22 {
    left: 70%;
  }

  .group-29 {
    left: -5%;
  }

  /* Seção de informativos */
  .informativo-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .informativo-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .informativo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
  }

  .informativo-item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .informativo-item:hover {
    transform: translateY(-5px);
  }

  .informativo-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .informativo-content {
    padding: 25px;
  }

  .informativo-date {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
  }

  .informativo-description {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }

  .seta-voltar {
    left: 22%;
  }

  .seta-avancar {
    left: 155%;
  }

  .informativo-cidade-ano {
    left: 43%;
  }

  /* Timeline de informativos */
  .timeline-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .timeline-container {
    position: relative;
    width: 100%;
  }

  .timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #007bff;
    transform: translateX(-50%);
  }

  .timeline-item {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  .timeline-item:nth-child(odd) .timeline-content {
    margin-left: 0;
    margin-right: 55%;
    text-align: right;
  }

  .timeline-item:nth-child(even) .timeline-content {
    margin-left: 55%;
    margin-right: 0;
    text-align: left;
  }

  .timeline-content {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .timeline-marker {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  /* Galeria de edições */
  .gallery-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .gallery-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .gallery-tab {
    padding: 12px 25px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gallery-tab.active {
    background-color: #007bff;
    color: white;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
  }

  .gallery-item {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover {
    transform: scale(1.05);
  }

  .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Sidebar */
  .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    z-index: 1000;
  }

  .sidebar-content {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  /* Menu de navegação */
  .nav-menu {
    width: calc(100% - 100px);
    margin: 20px 50px;
  }

  .nav-item {
    padding: 15px 20px;
    margin: 0 10px;
  }

  /* Footer */
  .footer-section {
    width: 100%;
    padding: 30px 40px;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .social-links {
    display: flex;
    gap: 20px;
  }

  .download-section {
    display: flex;
    gap: 15px;
  }

  /* Ajustes para elementos específicos */
  .temperature-display {
    right: 5%;
  }

  .weather-info {
    right: 8%;
  }

  .location-display {
    right: 3%;
  }

  /* Container principal */
  .content-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
}

/* Classes de imagem para informativo */
.info-image {
  position: relative;
  width: 100px;
  height: 100px;
  background: #ccc;
  z-index: 10;
}

.info-image-2c {
  position: relative;
  width: 100px;
  height: 100px;
  background: #ddd;
  z-index: 11;
}

/* Fim informativo legado */

/* Contato Legado */
:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.cont-main-content {
  margin-top: 55px;
}

.main-container {
  position: relative;
  width: 1440px;
  height: 2168px;
  margin: 0 auto;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-11/icaasmwVDB.png);
  overflow: hidden;
}

/* ============================================
   RESPONSIVIDADE MOBILE - CONTATO
   ============================================ */

@media screen and (max-width: 768px) {
  .main-container {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px !important;
    background-size: cover !important;
  }

  /* Header móvel */
  .flex-row-f {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .logo {
    position: relative !important;
    width: 80px !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    margin: 10px auto !important;
  }

  .radio-zueira {
    position: relative !important;
    width: auto !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  .radio-zueira .radio {
    font-size: 24px !important;
    line-height: 26px !important;
    display: block !important;
  }

  .radio-zueira .zueira {
    font-size: 36px !important;
    line-height: 38px !important;
    display: block !important;
  }

  /* Menu lateral como bottom navigation */
  .barra-lateral {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 60px !important;
    background: rgba(29, 33, 49, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 0 10px !important;
    z-index: 1000 !important;
    border-top: 2px solid #f6e705 !important;
  }

  .barra-lateral .image-50,
  .barra-lateral .home-selecionado,
  .barra-lateral .noticias,
  .barra-lateral .informativo-51,
  .barra-lateral .contaqto,
  .barra-lateral .quem-somos,
  .barra-lateral .mais {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    cursor: pointer !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* Título da página móvel */
  .page-title {
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 30px !important;
    margin: 30px 0 20px 0 !important;
    color: #fff !important;
    font-weight: bold !important;
  }

  /* Container de contato móvel */
  .contato-container {
    position: relative !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 20px auto 80px auto !important;
    /* Espaço para bottom nav */
    background: rgba(29, 33, 49, 0.9) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  }

  /* Informações de contato móvel */
  .contato-info {
    margin-bottom: 30px !important;
  }

  .contato-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    transition: background 0.3s !important;
  }

  .contato-item:hover {
    background: rgba(255, 255, 255, 0.15) !important;
  }

  .contato-icon {
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
  }

  .contato-text {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    flex: 1 !important;
  }

  .contato-label {
    font-weight: bold !important;
    margin-bottom: 3px !important;
    color: #f6e705 !important;
  }

  .contato-value {
    opacity: 0.9 !important;
  }

  /* Links clicáveis móvel */
  .contato-link {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }

  .contato-link:hover {
    color: #f6e705 !important;
  }

  /* Formulário de contato móvel */
  .contato-form {
    width: 100% !important;
  }

  .form-title {
    color: #f6e705 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .form-group {
    margin-bottom: 20px !important;
  }

  .form-label {
    display: block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .form-input,
  .form-textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: inherit !important;
    transition: border-color 0.3s, background 0.3s !important;
  }

  .form-input::placeholder,
  .form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .form-input:focus,
  .form-textarea:focus {
    outline: none !important;
    border-color: #f6e705 !important;
    background: rgba(255, 255, 255, 0.15) !important;
  }

  .form-textarea {
    resize: vertical !important;
    min-height: 100px !important;
  }

  .form-button {
    width: 100% !important;
    padding: 12px 20px !important;
    background: #f6e705 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background 0.3s, transform 0.2s !important;
  }

  .form-button:hover {
    background: #e6d505 !important;
    transform: translateY(-1px) !important;
  }

  .form-button:active {
    transform: translateY(0) !important;
  }

  /* Mapa móvel */
  .mapa-container {
    position: relative !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 30px auto !important;
    height: 250px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .mapa-placeholder {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }

  /* Endereço móvel */
  .endereco-info {
    position: relative !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 20px auto !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 20px !important;
    border-radius: 12px !important;
  }

  .endereco-title {
    color: #f6e705 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }

  .endereco-text {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Redes sociais móvel */
  .redes-sociais {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 30px 0 !important;
  }

  .rede-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(246, 231, 5, 0.2) !important;
    border-radius: 50% !important;
    transition: background 0.3s, transform 0.2s !important;
    cursor: pointer !important;
  }

  .rede-social:hover {
    background: rgba(246, 231, 5, 0.4) !important;
    transform: scale(1.1) !important;
  }

  .rede-social-icon {
    width: 24px !important;
    height: 24px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  /* Ajustes para telas muito pequenas */
  @media screen and (max-width: 375px) {
    .main-container {
      padding: 5px !important;
    }

    .contato-container {
      max-width: 100% !important;
      padding: 20px !important;
    }

    .contato-item {
      padding: 12px !important;
    }

    .contato-text {
      font-size: 13px !important;
    }

    .form-input,
    .form-textarea {
      padding: 10px 12px !important;
      font-size: 13px !important;
    }

    .form-button {
      padding: 10px 15px !important;
      font-size: 15px !important;
    }

    .mapa-container {
      max-width: 100% !important;
      height: 200px !important;
    }

    .barra-lateral {
      height: 55px !important;
      padding: 0 5px !important;
    }

    .barra-lateral .image-50,
    .barra-lateral .home-selecionado,
    .barra-lateral .noticias,
    .barra-lateral .informativo-51,
    .barra-lateral .contaqto,
    .barra-lateral .quem-somos,
    .barra-lateral .mais {
      width: 20px !important;
      height: 20px !important;
    }
  }
}

.flex-row-f {
  position: relative;
  width: 1285.394px;
  height: 161.387px;
  margin: 44px 0 0 72.606px;
  z-index: 26;
}

.logo {
  position: fixed;
  width: 139.155px;
  height: 161.387px;
  top: 50px;
  left: 270px;
  object-fit: cover;
  z-index: 3;
}

.number-26 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 56px;
  top: -248px;
  left: 1179.394px;
  color: #f6e705;
  font-family: Montserrat, var(--default-font-family);
  font-size: 45.578453063964844px;
  font-weight: 700;
  line-height: 55.56px;
  text-align: left;
  white-space: nowrap;
  z-index: 13;
}

.radio-zueira {
  position: relative;
  width: 300px;
  height: 108px;
  top: 1px;
  left: 145px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 43.66635513305664px;
  font-weight: 800;
  line-height: 43.365px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 25;
}

.radio {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 43.66635513305664px;
  font-weight: 800;
  line-height: 43.365px;
  text-align: left;
}

.zueira {
  position: relative;
  color: #f6e705;
  font-family: Montserrat, var(--default-font-family);
  font-size: 74.74285125732422px;
  font-weight: 800;
  line-height: 65.026px;
  text-align: left;
}

.group {
  position: relative;
  width: 60px;
  height: 45.714px;
  top: -155px;
  left: 1085.394px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/nkPoLtxLhy.png)
    no-repeat center;
  background-size: cover;
  z-index: 12;
}

.temperature {
  position: relative;
  width: 45px;
  height: 22px;
  top: -330px;
  left: 1240.394px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 14;
}

.celsius {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
}

.separator {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 100;
  line-height: 21.932px;
  text-align: left;
}

.fahrenheit {
  position: relative;
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99149513244629px;
  font-weight: 300;
  line-height: 21.932px;
  text-align: left;
}

.group-1 {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 54px;
  left: 997.394px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/ScA81u1sHQ.png)
    no-repeat center;
  background-size: cover;
  z-index: 5;
}

.search-bar {
  position: relative;
  /* tira do fluxo normal */
  top: -27px;
  /* distância do topo da tela */
  left: 170px;
  transform: translateX(-50%);
  display: flex;
  background-color: #474747;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1000;
  /* garante que fique visível */
}

.search-bar form {
  display: flex;
  background-color: #474747;
  border-radius: 25px;
  overflow: hidden;
}

.search-bar input {
  color: #ffffff;
  background-color: #474747;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
  width: 450px;
  border-radius: 25px 0 0 25px;
}

.search-bar button {
  background-color: #474747;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0 25px 25px 0;
  transition: background 0.2s;
  color: white;
}

.search-bar button:hover {
  background-color: #5a5a5a;
}

.results {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

.results div {
  background-color: #2b2b2b;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.results div strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.suggestions-box {
  position: absolute;
  top: 45px;
  /* imediatamente abaixo da .search-bar */
  left: -90px;
  width: 500px;
  background-color: #2b2b2b;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  /* padrão: escondido até ter conteúdo */
}

.suggestion {
  padding: 10px 15px;
  border-bottom: 1px solid #444;
  cursor: pointer;
  color: #fff;
}

.suggestion:hover {
  background-color: #444;
}

.search-container {
  position: absolute;
  top: 88px;
  left: 60%;
  transform: translateX(-50%);
  width: 450px;
  z-index: 1000;
}

.cloudy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 17px;
  top: -77px;
  left: 1085.394px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.84846305847168px;
  font-weight: 400;
  line-height: 16.881px;
  text-align: left;
  white-space: nowrap;
  z-index: 15;
}

.temperature-21 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 21px;
  height: 16px;
  top: -237px;
  left: 1186.873px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16.32999038696289px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.65px;
  z-index: 17;
}

.temperature-29 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 16px;
  top: -253px;
  left: 1226.095px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 16.32999038696289px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.65px;
  z-index: 19;
}

.arrow {
  position: absolute;
  width: 0px;
  height: 11.635px;
  top: 74.705px;
  left: 1179.394px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/5BSvKvbuo9.png)
    no-repeat center;
  background-size: cover;
  z-index: 16;
}

.arrow-2 {
  position: absolute;
  width: 0px;
  height: 11.635px;
  top: 74.705px;
  left: 1219.961px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/xP5LTWL7iM.png)
    no-repeat center;
  background-size: cover;
  z-index: 18;
}

/*  */

.location-widget {
  width: 300px;
  margin-left: auto;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  /* controla o espaço entre os dois campos */
  top: -265px;
}

.cont-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.location-widget label {
  width: 90px;
  /* alinha os dois labels */
  font-weight: bold;
  color: white;
  font-size: 14px;
}

select {
  flex: 1;
  /* ocupa o resto do espaço */
  padding: 6px;
  border-radius: 5px;
  background-color: #444;
  color: white;
  border: none;
  font-size: 14px;
}

.celsius,
.fahrenheit {
  position: relative;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.99px;
  font-weight: 300;
  line-height: 21.93px;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
  /* padrão: opaco */
}

.unit-active {
  color: #ffffff !important;
  /* branco puro se selecionado */
}

/*  */

.cont-flex-row-cd {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 47;
}

.cont-contato-5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 51px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 56.305301666259766px;
  font-weight: 800;
  line-height: 51px;
  text-align: left;
  white-space: nowrap;
  z-index: 29;
}

.cont-linhas {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.cont-titulo-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.barra-lateral {
  position: fixed;
  width: 55.103px;
  height: 476px;
  top: 235px;
  left: 285px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-14/a8WByTAVTw.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}

.group-7 {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 32.77px 0 0 18.59px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-08-14/ZzU1fvMaFv.png)
    no-repeat center;
  background-size: cover;
  z-index: 2;
}

.group-8 {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 73px 0 0 21px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/gqUaoR3FtF.png)
    no-repeat center;
  background-size: cover;
  z-index: 2;
}

.group-9 {
  position: relative;
  width: 21.103px;
  height: 21.103px;
  margin: 60px 0 0 21px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/LKqEkArOpU.png)
    no-repeat center;
  background-size: cover;
  z-index: 7;
}

.contato-selecionado {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 60px 0 0 24px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/hgrXLgcZXx.png)
    no-repeat center;
  background-size: cover;
  z-index: 8;
}

.group-a {
  position: relative;
  width: 17.586px;
  height: 17.586px;
  margin: 53px 0 0 22px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/GHHCoaD5BW.png)
    no-repeat center;
  background-size: cover;
  z-index: 9;
}

.group-b {
  position: relative;
  width: 16.414px;
  height: 3.788px;
  margin: 60px 0 0 23px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/DykmDAOSHr.png)
    no-repeat center;
  background-size: cover;
  z-index: 23;
}

.cont-rectangle-c {
  width: 731px;
  height: 3px;
  top: 34px;
  left: 502px;
  background: #8574f2;
  z-index: 31;
}

.cont-rectangle-d {
  width: 731px;
  height: 5px;
  top: 41px;
  left: 502px;
  background: #f6e705;
  z-index: 30;
}

.phone {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 576px;
  left: 199px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 36.4911994934082px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 35;
}

.flex-row {
  position: relative;
  width: 1031px;
  height: 58px;
  margin: 20px 0 0 304px;
  z-index: 48;
}

.flex-row-cd-22 {
  position: relative;
  width: 1613px;
  height: 863px;
  margin: 69px 0 0 323px;
  z-index: 52;
}

.rectangle-23 {
  position: absolute;
  width: 1613px;
  height: 858px;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 51;
  border-radius: 37px;
  margin-top: 50px;
  margin-left: -80px;
}

.rectangle-24 {
  position: absolute;
  width: 1597px;
  height: 849.489px;
  top: 13.511px;
  left: 16px;
  background: #1d2131;
  z-index: 52;
  border-radius: 36.633px;
  margin-top: 50px;
  margin-left: -80px;
}

.flex-row-a {
  position: relative;
  width: 976px;
  height: 379px;
  margin: 33.489px 0 0 78px;
  z-index: 75;
}

.logo-25 {
  position: absolute;
  width: 127.953px;
  height: 148.395px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 58;
}

.contato-26 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 109px;
  height: 23px;
  top: 46px;
  left: 305px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 25.555553436279297px;
  font-weight: 800;
  line-height: 23px;
  text-align: justified;
  white-space: nowrap;
  z-index: 64;
}

.localizacao {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 160px;
  height: 23px;
  top: 46px;
  left: 641px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 25.555553436279297px;
  font-weight: 800;
  line-height: 23px;
  text-align: justified;
  white-space: nowrap;
  z-index: 72;
}

.rectangle-27 {
  position: absolute;
  width: 118px;
  height: 4px;
  top: 78px;
  left: 305.25px;
  background: #ffffff;
  z-index: 71;
}

.rectangle-28 {
  position: absolute;
  width: 118px;
  height: 4px;
  top: 78px;
  left: 641.25px;
  background: #ffffff;
  z-index: 73;
}

.group-29 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 104px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/0Ps6PpGcqE.png)
    no-repeat center;
  background-size: cover;
  z-index: 65;
}

.zueiraradio-email {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 169px;
  height: 13px;
  top: 111px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 67;
}

.image {
  position: absolute;
  width: 339px;
  height: 264px;
  top: 115px;
  left: 637px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/EEq5CPWPMs.png)
    no-repeat center;
  background-size: cover;
  z-index: 75;
}

.group-2a {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 148px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/caFh2hLq0g.png)
    no-repeat center;
  background-size: cover;
  z-index: 60;
}

.span {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 90px;
  height: 13px;
  top: 155px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 68;
}

.span-2b {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 152px;
  height: 18px;
  top: 167.888px;
  left: 17.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 19.30620574951172px;
  font-weight: 800;
  line-height: 17.509px;
  text-align: justified;
  white-space: nowrap;
  z-index: 62;
}

.group-2c {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 192px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/yosRRsAE0a.png)
    no-repeat center;
  background-size: cover;
  z-index: 61;
}

.span-2d {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 97px;
  height: 13px;
  top: 199px;
  left: 348px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 69;
}

.span-2e {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 181.742px;
  height: 20px;
  top: 219.527px;
  left: 18.745px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 57;
}

.group-2f {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 236px;
  left: 305px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/HUXtS7ckcC.png)
    no-repeat center;
  background-size: cover;
  z-index: 66;
}

.span-30 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 104px;
  height: 13px;
  top: 242px;
  left: 350px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 12.697px;
  text-align: justified;
  white-space: nowrap;
  z-index: 70;
}

.span-31 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 182.557px;
  height: 90px;
  top: 270.646px;
  left: 17.93px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.408212661743164px;
  font-weight: 600;
  line-height: 10.347px;
  text-align: justified;
  z-index: 56;
}

.span-32 {
  display: block;
  position: relative;
  height: 16px;
  margin: 12px 0 0 715px;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 17.472803115844727px;
  font-weight: 400;
  line-height: 15.847px;
  text-align: left;
  white-space: nowrap;
  z-index: 53;
}

.group-33 {
  position: relative;
  width: 63px;
  height: 36.101px;
  margin: 11px 0 0 991px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/msqBvGk8K3.png)
    no-repeat center;
  background-size: cover;
  z-index: 63;
}

.rectangle-34 {
  position: relative;
  width: 789px;
  height: 3px;
  margin: 7.899px 0 0 96px;
  background: #ffffff;
  z-index: 59;
}

.flex-row-c {
  position: relative;
  width: 603.459px;
  height: 32px;
  margin: 14px 0 0 97px;
  z-index: 74;
}

.virtues {
  position: absolute;
  width: 33.81px;
  height: 32px;
  top: 0;
  left: 376px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2025-07-02/FckPHhNmGO.png)
    no-repeat center;
  background-size: cover;
  z-index: 74;
}

.span-35 {
  display: flex;
  align-items: flex-start;
  position: absolute;
  width: 337px;
  height: 13px;
  top: 10px;
  left: 0;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 13.998007774353027px;
  font-weight: 500;
  line-height: 12.695px;
  text-align: justified;
  white-space: nowrap;
  z-index: 54;
}

.developed-by {
  position: absolute;
  width: 187px;
  height: 12px;
  top: 11px;
  left: 416.459px;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
  text-overflow: initial;
  white-space: nowrap;
}

.span-36 {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 500;
  line-height: 11.849px;
  text-align: justified;
}

.agencia-virtues {
  position: relative;
  color: #ffffff;
  font-family: Montserrat, var(--default-font-family);
  font-size: 11.879043579101562px;
  font-weight: 600;
  line-height: 11.849px;
  text-align: justified;
}

/* AREA DE CONTATO FUNCIONAL */

.cont-contact-form label {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 75px;
  margin-bottom: 20px;
}

/* Agrupamento lateral */
.cont-contact-form .cont-form-row {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.cont-contact-form .cont-form-row > label {
  display: flex;
  flex: unset;
  flex-direction: column;
}

/* Input base para todos */
.cont-contact-form input,
.cont-contact-form select,
.cont-contact-form textarea {
  padding: 18px 20px;
  font-size: 17px;
  border: none;
  border-radius: 28px;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  width: 100%;
}

/* Textarea com cantos menos arredondados */
.cont-contact-form textarea {
  border-radius: 16px;
  resize: vertical;
  min-height: 120px;
}

/* Estilo visual do SELECT */
.cont-contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23000' d='M7 8L0 0h14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 36px;
}

/* Botão de envio */
.cont-input-botao {
  align-self: flex-start;
  background-color: #e30613;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.cont-input-botao:hover {
  background-color: #c8000f;
}

/* Personalização por campo (podem ser editados individualmente depois) */

.cont-input-idade {
  /* Campo pequeno arredondado */
  width: 100px;
}

.cont-input-genero {
  width: 100%;
  min-width: 180px;
  flex: 1;
}

.cont-input-uf {
  /* Select com valor padrão */
  min-width: 180px;
}

/* Responsividade para notebooks 1366x768 - Mantém funcionalidades e design */
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .cont-main-content {
    margin-top: 0px;
  }

  .main-container {
    width: 100vw;
    max-width: 1366px;
    transform: none;
    margin: 0 auto;
  }

  /* Header adaptado */
  .header-section {
    width: 100%;
    position: relative;
  }

  .logo {
    left: 0%;
    top: 0%;
  }

  .radio-zueira {
    left: 9%;
  }

  .radio-title {
    left: 8%;
  }

  .group {
    left: 83%;
  }

  .cloudy {
    left: 83%;
  }

  .number-26 {
    left: 90%;
  }

  .temperature {
    left: 95%;
  }

  .temperature-21 {
    left: 90%;
  }

  .temperature-29 {
    left: 93%;
  }

  .location-widget {
    left: -2%;
  }

  .barra-lateral {
    left: 1%;
    top: 25%;
  }

  .cont-contato-5 {
    left: 9%;
  }

  .cont-rectangle-c {
    left: 35%;
  }

  .cont-rectangle-d {
    left: 35%;
  }

  .weather-widget {
    right: 3%;
  }

  .search-container {
    left: 58%;
    transform: translateX(-50%);
  }

  .localizacao {
    left: 58%;
  }

  .rectangle-28 {
    left: 58%;
  }

  .image {
    left: 58%;
  }

  .span-32 {
    left: -4.5%;
  }

  .group-33 {
    left: -5%;
  }

  .form-container {
    width: 100%;
    padding: 40px;
  }

  .form-title {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .form-group {
    width: 100%;
    margin-bottom: 25px;
  }

  .form-input,
  .form-textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #ddd;
    font-size: 16px;
  }

  .form-textarea {
    min-height: 120px;
    resize: vertical;
  }

  .form-button {
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .form-button:hover {
    background-color: #0056b3;
  }

  /* Informações de contato */
  .contact-info {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .info-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
  }

  .info-item {
    flex: 1;
    text-align: center;
    padding: 30px;
  }

  .info-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }

  .info-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .info-description {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Mapa de localização */
  .map-section {
    width: calc(100% - 200px);
    margin: 50px 100px;
  }

  .map-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
  }

  .map-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  /* Sidebar */
  .sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
  }

  .sidebar-content {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  /* Menu de navegação */
  .nav-menu {
    width: calc(100% - 100px);
    margin: 20px 50px;
  }

  .nav-item {
    padding: 15px 20px;
    margin: 0 10px;
  }

  /* Footer */
  .footer-section {
    width: 100%;
    padding: 30px 40px;
  }

  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .social-links {
    display: flex;
    gap: 20px;
  }

  .download-section {
    display: flex;
    gap: 15px;
  }

  /* Ajustes para elementos específicos */
  .temperature-display {
    right: 5%;
  }

  .weather-info {
    right: 8%;
  }

  .location-display {
    right: 3%;
  }

  /* Container principal */
  .content-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }

  /* Responsividade das imagens */
  .contact-image,
  .banner-image {
    width: 100%;
    max-width: none;
    height: auto;
  }
}

/* Fim Contato legado */

/* Noticias */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.n-titulo-noticia-secao {
  font-size: 2em;
  color: white;
  display: flex;
  width: 100%;
  gap: 10px;
}

.n-linhas {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.n-linha-roxa {
  height: 4px;
  width: 100%;
  background-color: #8574f2;
}

.n-linha-amarela {
  height: 6px;
  width: 100%;
  background-color: #f2d74e;
}

.n-noticia-box {
  display: flex;
  gap: 40px;
}

.n-noticia-imagem {
  flex: 1;
  aspect-ratio: 16/9;
  border-radius: 15px;
  border: 2px solid white;
}

.n-noticia-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.n-noticia-info {
  color: white;
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.n-titulo-noticia {
  color: #f2d74e;
  font-size: 1.5em;
}

.n-noticia-meta-container {
  display: flex;
  font-size: 0.6em;
  gap: 5px;
}

.n-noticia-meta-container img {
  width: 15px;
  height: 15px;
}

.n-noticias-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}

.linha-cinza {
  width: 100%;
  height: 1px;
  background-color: rgba(217, 217, 217, 0.3);
}

.noticia-topo-container {
  margin-bottom: 80px;
}

.n-news {
  display: none;
}

.n-news.visible {
  display: block;
  animation: fadeIn 1s ease-in-out;
}

.paginator {
  display: flex;
  background-color: rgb(217, 217, 217);
  width: fit-content;
  margin: auto;
  border-radius: 5px;
}

.paginator button {
  padding: 5px 20px;
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  font-weight: 500;
}

.paginator button.b-active {
  background-color: #f2d74e;
  border-radius: 10px;
  font-weight: 900;
}

/* Quem somos */
.q-titulo {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 2em;
  display: flex;
}

.q-linhas-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
  margin-left: 20px;
}

.q-linha1 {
  width: 100%;
  height: 3px;
  background-color: #8574f2;
}

.q-linha2 {
  width: 100%;
  height: 4px;
  background-color: #f6e705;
  margin-top: 5px;
}

#q-titulo2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 2.5em;
  margin: 40px 0;
}

.q-image-box-solo {
  display: FLEX;
  color: #fff;
  font-size: 1.8em;
  font-family: "Montserrat";
  font-weight: 600;
  gap: 70px;
  text-align: justify;
}

.q-image-box-solo img {
  flex: 1 1 50%;
  max-width: 50%;
  height: auto;
}

.q-image-box-solo p {
  flex: 1 1 50%;
}

.d-box {
  display: flex;
  gap: 50px;
}

.d-box img {
  width: 50%;
}

.d-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}

.d-app-banner img {
  width: 100%;
}

.locutor-img {
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #fff;
}

.d-now-live {
  display: flex;
  justify-content: end;
  gap: 30px;
  padding-right: 30px;
}

#d-now-live-img {
  width: 60%;
}

.n-d-container {
  margin-top: 70px;
}

.an-banner-container {
  width: 100%;
  height: 400px;
  background-color: #ebebeb;
  border-radius: 15px;
  background-size: 100% 100%;
}

.an-banner {
  margin-block: 80px;
}

.n-titulo-secao {
  color: #fff;
  font-size: 2em;
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
  margin-top: 50px;
}
.n-titulo-linhas {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.n-anu-box {
  width: 100%;
  height: 450px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.n-anu-cont {
  flex: 1;
  background-color: #ebebeb;
  height: 100%;
  max-width: 300px;
  border-radius: 15px;
  display: none;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.n-anu-cont.ativo {
  display: block;
}

/* Garantir que elementos não ativos não ocupem espaço */
.n-anu-cont:not(.ativo) {
  display: none !important;
}

/* Estilos para diferentes tipos de tamanho */
.n-anu-cont.n-anu-normal {
  grid-column: span 1;
  max-width: 100%;
}

.n-anu-cont.n-anu-grande {
  grid-column: span 2;
  max-width: 100%;
}

.n-anu-cont.n-anu-extra-grande {
  grid-column: span 3;
  max-width: 100%;
}

.n-anu-dot {
  width: 15px;
  height: 15px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.n-anu-dot.n-anu-selected {
  background-color: #f6e705;
}

.n-anu-paginator {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.n-info-ed {
  font-weight: bold;
  padding-left: 15px;

  color: rgba(255, 255, 255, 0.5);
  border-left: solid 4px rgba(255, 255, 255, 0.5);
  font-size: 1em;

  display: flex;
  flex-direction: column;
  gap: 5px;
}

.n-ns-image-box {
  background-size: 100% 100%;
}
.locutor-img {
  background-image: url('/IMAGE/locutor.jpg');
  background-size: 100% 100%;
}
.n-ns-icon-box {
  display: flex;
  gap: 10px;
}
.n-ns-texto-box {
  font-size: 1.8em;
  font-weight: 600;
}
.n-ns-image-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #ccc;
  border-radius: 15px;
  border: 2px solid #fff;
}

.n-ns-icon img {
  width: 25px;
}

.n-info-left {
  width: fit-content;
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.n-info-ed-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  cursor: pointer;
}

#n-ano-informativo {
  padding: 6px;
  border-radius: 5px;
  background-color: #444;
  color: white;
  border: none;
  font-size: 14px;
  width: fit-content;
  flex: 0;
}

.n-info-ed.active {
  color: #fff;
  font-size: 1.2em;
  border-left: solid 4px #f6e705;
}

.ns-noticia-selecionada {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.n-ns-titulo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ns-titulo-texto {
  color: #f6e705;
  font-size: 2.5em;
}

.n-info-box-image {
  height: 75vh;
  background-color: rgb(217, 217, 217);
  width: 450px;
  border-radius: 15px;
  border: 4px solid #fff;
}
.n-info-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 1366px) and (min-width: 768px) {
  .n-info-box{
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .n-top-container{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .n-top-one{
    width: 500px !important;
    align-self: auto !important;
  }

  .n-top-item{
    width: 500px;
  }
}

.n-info-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.n-top-container {
  display: flex;
  justify-content: space-between;
}

.n-info-seta img {
  height: 80px;
}

.n-top-one {
  width: 40%;
  /* Impede o flex de esticar a altura; a div passa a ter a altura do conteúdo (imagem) */
  align-self: flex-start;
  position: relative;
}
.top-one-img {
  width: 100%;
}

.n-top-rest {
  display: grid;
  gap: 20px;
  grid-template-rows: repeat(4, 1fr);
}

.n-top-item {
  background: linear-gradient(
    135deg,
    rgba(74, 74, 114, 0.8) 0%,
    rgba(61, 61, 92, 0.8) 100%
  );
  border-radius: 15px;
  display: flex;
  padding: 20px 60px;
  color: white;
  font-size: 1.6em;
  align-items: center;
  gap: 15px;
}

.n-artist-photo {
  width: 80px;
  height: 80px;
  background-color: gray;
  border-radius: 50%;
  border: 1px solid #fff;
}

.n-new-image {
  width: 450px;
}
.n-new-box {
  display: flex;
  width: fit-content;
  gap: 20px;
}

.n-new-image img {
  width: 100%;
  border-radius: 15px;
  border: 3px solid #fff;
}
.n-new-text-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 350px;
  justify-content: space-around;
}
.n-new-text-box h4 {
  font-size: 1.2em;
  color: #f6e705;
}

.n-new-text-box p {
  display: -webkit-box; /* Define o container flexível */
  -webkit-line-clamp: 3; /* Número máximo de linhas */
  line-clamp: 3; /* Propriedade padrão */
  -webkit-box-orient: vertical; /* Orientação vertical */
  overflow: hidden; /* Esconde o que passar do limite */
}

.n-new-text-box button {
  width: fit-content;
  padding: 5px 20px;
  background-color: #8574f2;
  color: #fff;
  border-radius: 25px;
}

.n-news-container {
  display: flex;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  scrollbar-width: thin;
  gap: 40px;
}

.zueira-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.n-ic-rede{
  width: 25px;
  height: 25px;
}
.n-ic-rede img{
  width: 100%;
  height: 100%;
}
.zueira-contact-icon-circle img{
  width: 100%;
  
  height: 100%;
}

.zueira-column-left,
.zueira-column-right {
  flex: 1;
  min-width: 300px;
}

/* Compartilhe */
.zueira-sharing-header {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.zueira-url-copy-container {
  display: flex;
  align-items: center;
  background: #2c2c2c;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.zueira-copy-action-btn {
  background: red;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.zueira-url-display-field {
  background: transparent;
  border: none;
  color: #fff;
  flex: 1;
}

.zueira-social-icons-grid {
  display: flex;
  gap: 15px;
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 20px
}

.zueira-google-play-badge{
  width: 170px;
}

.box-locutor-text{
  font-size: 0.6em;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box-locutor-text .q-titulo{
  font-size: 1.6em;
}

.box-locutor-text p{
    font-size: 1.5em;
    text-align: left;
}

.box-locutor-text h3{
  font-size: 1.8em;
}

.zueira-social-icons-grid div {
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Aplicativo */
.zueira-mobile-app-header {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.zueira-googleplay-badge {
  display: inline-block;
  background: #2c2c2c;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.zueira-app-showcase-container {
  display: flex;
  align-items: center;
}

.zueira-app-preview-image {
  width: 120px;
  height: 200px;
  background: #444;
  border-radius: 10px;
}

.zueira-app-description-text {
  flex: 1;
}

/* Contato */
.zueira-contact-section {
  margin-bottom: 40px;
}

.zueira-contact-section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 3px solid yellow;
  width: fit-content;
  padding-bottom: 2px;
}

.zueira-contact-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.zueira-contact-icon-circle {
  width: 25px;
  height: 25px;
  background: #444;
  border-radius: 50%;
}

/* Espaço Rádio */
.zueira-advertising-space-card {
  border-left: 5px solid yellow;
  padding: 20px;
}
.zueira-advertising-space-card p{
  width: 50%;
}

.zueira-advertising-space-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.zueira-advertising-cta-button {
  margin-top: 15px;
  background: yellow;
  color: #000;
  border: none;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.zueira-brand-name-emphasis {
  font-size: 1.4em;
}

@media (min-width: 340px) and (max-width: 768px) {
  #n-equalizador {
    display: none;
  }

  .an-banner-container{
    height: 200px;
  }

  .rz-brand-desc {
    font-size: 0.4em;
  }
  .rz-brand-title {
  }

  .rz-footer {
    border-left: none;
    border-top-left-radius: 0;
  }
  .rz-footer-bottom {
    border-left: none;
  }
  .n-player {
    width: 60px;
    height: 60px;
  }
  .n-aovivo img {
    width: 60px;
  }
  .n-aovivo {
    width: fit-content;
  }

  .n-player-container {
    gap: 15px;
  }
  .n-player-info-container {
    padding: 10px;
  }
  .n-player-info img {
    width: 20px;
  }
  .n-player-info {
    font-size: 0.5em;
  }
  .n-horario {
    font-size: 0.6em;
  }
  .n-an-box {
    margin-top: 50px;
  }
  .n-dot {
    width: 15px;
    height: 15px;
  }
  .d-now-live {
    gap: 0;
    padding-right: 0;
  }
  .d-box {
    gap: 10px;
  }
  .n-new-text-box {
    width: 250px;
    font-size: 0.6em;
  }
  .n-new-image {
    width: 200px;
  }
  h2 {
    font-size: 0.8em;
  }
  .n-top-one {
    height: 200px;
    width: auto;
  }
  .top-one-img {
    height: 100%;
    width: auto;
  }
  .n-top-rest {
    gap: 10px;
    overflow-y: scroll;
    height: 200px;
    flex: 1;
  }
  .n-top-item {
    font-size: 0.7em;
    padding: 5px 10px;
    gap: 10px;
  }
  .n-artist-photo {
    width: 30px;
    height: 30px;
  }
  .n-top-item span {
    display: block;
  }
  .n-info-box {
    flex-direction: column;
  }
  .n-info-box-image {
    height: 400px;
    width: 100%;
    max-width: 260px;
  }
  .n-info-seta img {
    height: 60px;
  }
  .n-info-right {
    margin-bottom: 40px;
    order: 1;
    justify-content: center;
  }

  .n-info-left {
    width: 100%;
    font-size: 0.7em;
    order: 2;
  }
  .n-anu-box {
    height: 180px;
  }
  body {
    padding-bottom: 80px;
  }
  .n-top-container {
    gap: 5px;
  }

  .q-image-box-solo {
    font-size: 0.8em;
    gap: 10px;
  }
  #q-titulo2 {
    font-size: 1.5em;
  }
  .q-imagens-box {
    margin-bottom: 50px;
  }

  .n-noticia-info {
    font-size: 0.5em;
    gap: 20px;
  }
  .n-noticia-meta-container img {
    width: 10px;
    height: 10px;
  }
  .n-noticia-box {
    gap: 20px;
  }
  .cont-contato-5 {
    font-size: 2em;
  }
  .cont-contact-form label {
    font-size: 1em;
  }
  .n-player .n-play {
    width: 10px;
    z-index: 1;
    cursor: pointer;
    margin-left: 1px;
  }

  .n-player .n-pause {
    width: 7px;
    z-index: 1;
    cursor: pointer;
    margin-left: -0.5px;
  }
  .n-ns-texto-box {
    font-size: 1.3em;
  }
  .ns-titulo-texto {
    font-size: 2em;
  }
  .n-box-top-one {
    font-size: 0.5em;
    gap: 10px;
  }
}
