@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

:root {
  --cor-principal: #232f42;
  --cor-secundaria: #9ca3af;
  --cor-accent: rgb(240, 165, 5);
  --cor-azul: #1e40af;
  --bg-light: rgba(255, 255, 255, 0.85);
  --shadow-sm: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  --shadow-md: rgba(0, 0, 0, 0.12) 0px 8px 24px;
  --shadow-lg: rgba(0, 0, 0, 0.15) 0px 15px 40px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 50%, #eef2f7 100%);
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
  padding-bottom: 4rem;
}

strong {
  color: var(--cor-accent);
}

/* CABEÇALHO */
.topo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


#wcpsemfundo {
  width: 18vh;
}

#botaoMaps {
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
  padding: 0.2rem;

}

.separaTextos{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#botaoMaps:hover {

  border-bottom-color: rgb(255, 174, 0);
}

.paginas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4vh;
  font-size: 1.5vh;
  align-items: center;


}

#paginas_link {
  text-decoration: none;
  font-weight: 550;
  color: #1e40af;
  padding-bottom: 0.5vh;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

#iconMenu {
  display: none;
  width: 4vh;
  height: 4vh;
  color: #1e40af;
  cursor: pointer;

}

#paginas_link:hover {
  border-bottom-color: rgb(255, 174, 0);
}

/* HERO */
.bloco_hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 5rem 0rem;
  background-color: #232f42;
  position: relative;
  overflow: hidden;
  margin-bottom: 6vh;
  gap: 20vh;
}


.botimg {
  width: 40vh;
}


.title_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.title_hero h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.title_hero p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 600px;
}

/* QUADRADOS INFO */
.blocoOrganizaQuadrados {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 0 5%;
  max-width: 1400px;
  margin: -3rem auto 0;
  position: relative;
  z-index: 10;
}

.configQuadrados {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--bg-light);
  backdrop-filter: blur(10px);
  padding: 2rem 1.5rem;
  border-radius: 16px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.configQuadrados:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.configQuadrados h1 {
  color: var(--cor-principal);
  font-size: 1.1rem;
  font-weight: 700;
}

.configQuadrados p {
  color: var(--cor-secundaria);
  font-size: 0.85rem;
  word-break: break-word;
}

.configQuadrados a {
  color: var(--cor-secundaria);
  font-size: 0.85rem;
  word-break: break-word;
}

.blocoIconQuadrado {
  padding: 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #e8ecf1 0%, #d1d5db 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cor-principal);
}

.blocoIconQuadrado i {
  width: 24px;
  height: 24px;
}

.blocoMapa {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%
}

.blocoMapa h1 {
  color: #232f42;
  font-size: 5vh;
}

.blocoMapa p {
  color: #4b5563;
  font-size: 2vh;
  margin-bottom: 4vh;
}

.guardaTextos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vh;
}

.maps iframe {
  width: 90%;
  height: 400px;
  border: 0;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}







/* RODAPÉ */
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg,
      #070d1b 0%,
      #0d1530 50%,
      #111c3c 100%);
  margin-top: auto;
  padding-top: 1rem;
}

footer p {
  color: #a0a0a0;
  font-weight: 480;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6rem;
  padding: 3rem 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 1200px;
}

.blocoUm,
.blocoDois {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#blocoUmWcp {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#blocoUmWcp p {
  color: #fff;
  font-weight: 600;
}

.textosBlocoUm {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
}

.textosBlocoUm p {
  font-size: 0.85rem;
  color: #a0a0a0;
}

.div_icons {
  padding: 0.875rem;
  background: linear-gradient(145deg, #162d63 0%, #102255 100%);
  color: #f0c93d;
  border-radius: 10px;
  color: var(--cor-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.div_icons:hover {
  transform: scale(1.1);
}

.div_org_encontrar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  color: var(--cor-accent);
}

.numeroLia,
#endereco {
  color: #a0a0a0;
  transition: var(--transition);
}

.numeroLia:hover,
#endereco:hover {
  color: var(--cor-accent);
}

.blocoTelefone,
.blocoMail,
.blocoLocalizacao {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: var(--transition);
}

.blocoTelefone:hover,
.blocoLocalizacao:hover {
  transform: translateX(5px);
}

.div_relogio_horario {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: var(--cor-accent);
}

.blocoRelogio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blocoRelogio p {
  color: #a0a0a0;
  font-size: 0.85rem;
}

#horario {
  color: #fff;
  font-weight: 600;
}

#direitosWCP {
  padding: 1.5rem;
  font-size: 0.8rem;
  color: #666;
}

/* RESPONSIVO - 576px */
@media (max-width: 576px) {
  #iconMenu {
    display: block;
    margin-right: 1rem;
  }

  .topo {
    justify-content: center;
    justify-content: space-between;
    align-items: center;
  }

  .paginas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: 1rem;
    display: none;
    justify-content: center;
  }

  #wcpsemfundo {
    width: 18vh;
  }

  .bloco_hero {
    flex-direction: column;
    gap: 1vh;
  }

  .title_hero h1 {
    font-size: 1.75rem;
  }

  .title_hero p {
    font-size: 0.9rem;
  }

  .blocoOrganizaQuadrados {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: -2rem;
    padding: 0 1rem;
  }

  .configQuadrados {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.25rem;
    gap: 1rem;
  }

  .configQuadrados>div:last-child {
    text-align: left;
  }

  .blocoVideo {
    padding: 0 1rem;
  }

  video {
    margin-top: 0vh;
  }

  .blocoVideo>h1 {
    font-size: 1.5rem;
  }

  .divArmazenaEsqDir {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mapa {
    height: 250px;
  }

  .divArmazenaEsqDir>div:last-child>div:last-child {
    padding: 1.5rem;
  }

  .footer {
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 1.5rem;

  }


}