/* ============================
   RESET E BASE
============================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

/* ============================
   CAPA PRINCIPAL (Matéria 1)
============================ */
.capa-size {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.capa-size img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Estilo padrão (desktop) */
.texto-capa {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background: rgba(26, 102, 55, 0.6);
  padding: 8px 12px;
  border-radius: 4px;
}

/* Estilo para mobile e tablets */
@media (max-width: 992px) {
  .texto-capa {
    position: static;
    transform: none;
    margin: 20px auto 0;
    display: block;
    width: 92%;
    background: rgba(26, 102, 55, 0.7); 
    color: #fff;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 1.1rem;
  }
}

/* ============================
   TÍTULO PRINCIPAL (Matéria 1)
============================ */
.tit1 {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 30px auto;
  text-align: center;
  padding: 0 20px;
}

.tit1 h1 {
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: bold;
  line-height: 1.3em;
  color: #000;
}

/* ============================
   HERO (Matérias 2, 3, 4, 5)
============================ */
.hero {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 0 60px;
  width: 100%;
  z-index: 2;
  text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.8),
    0 0 12px rgba(0, 0, 0, 0.6);
}

.hero-text h1 {
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: bold;
  letter-spacing: 0.5px;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.2em;
  text-align: center;
}


.capitular {
    float: left;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    padding-right: 6px;
  }

/* ============================
   CONTEÚDO GERAL
============================ */
.content {
  padding: 40px 15%;
  font-size: 1.1em;
  text-align: justify;
}

.content p {
  font-size: 1.3em;
  line-height: 1.8em;
}

.content h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  color: #0077cc;
}

.autor-texto {
  font-size: 0.760em;   
  line-height: 1.3em; 
  color: #6b7c93;        
}

/* ============================
   CITAÇÕES / DEPOIMENTOS
============================ */
.quote {
  display: flex;
  align-items: flex-start;
  padding: 50px 15%;
  background-color: #f5f5f5;
  margin-top: 40px;
  flex-wrap: wrap;
  border-radius: 8px;
}

.quote-img img {
  width: 280px;
  border-radius: 8px;
  margin-right: 30px;
}

.quote-text {
  flex: 1;
  font-size: 1.6em;
  line-height: 1.6em;
  color: #0066b3;
  position: relative;
  padding-left: 60px;
  font-weight: bold;
}

.quote-text::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 118px;
  line-height: 1;
  color: #0077cc;
  font-family: Georgia, serif;
  opacity: 0.15;
}

.quote-text p {
  margin-bottom: 15px;
  text-align: justify;
}

.quote-text strong {
  font-weight: bold;
  font-size: 1.05em;
}

/* Layout alternado (Matéria 5) */
.quote-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #f7f7f7;
  padding: 60px 10%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.quote-alt .quote-img img {
  width: 280px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.quote-alt .quote-text {
  max-width: 700px;
  font-size: 1.6em;
  line-height: 1.6em;
  color: #222;
  text-align: left;
}

/* ============================
   FAIXA DESTAQUE (Matéria 5)
============================ */
.faixa-destaque {
  background-color: #000d14;
  color: white;
  text-align: center;
  padding: 30px 0;
  font-size: 1.9em;
  font-weight: bold;
  width: 100%;
}

/* ============================
   NOVAS MATÉRIAS (6, 7, 8)
============================ */
.heronew-alt {
  width: 100%;
  background-color: #f0f3f8;
  padding: 60px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heronew-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1300px;
  width: 100%;
  flex-wrap: wrap;
}

.heronew-text {
  flex: 1;
  text-align: left;
}

.heronew-text h1 {
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 700;
  line-height: 1.2em;
  color: #0d1b2a;
}

.heronew-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.heronew-img img {
  width: 120%;
  max-width: 880px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.expediente-faixa {
  background-color: #001a29;
  padding: 40px 10px;
  color: #f2f2f2;
}

.expediente-container {
  max-width: 900px;
  margin: 0 auto;
}

.expediente-titulo {
  font-size: 2em;
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.expediente-intro {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.expediente-bloco {
  margin-bottom: 20px;
}

.expediente-subtitulo {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #0077cc; 
}

.expediente-bloco p {
  margin: 0;
  font-size: 1em;
  color: #f2f2f2;
}

.expediente-bloco a {
  color: #c6c6c6;
  text-decoration: underline;
}

.expediente-bloco a:hover {
  color: #f2f2f2;
}


/* Redes sociais */
.expediente-redes {
  text-align: center;
  margin-bottom: 40px;
}

.expediente-redes .rede {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.8rem;
  color: #555;
  transition: color 0.3s ease;
}

.expediente-redes .rede:hover {
  color: #0077b5; /* Azul padrão (pode ajustar por rede) */
}

.expediente-redes .instagram:hover { color: #E4405F; }
.expediente-redes .facebook:hover { color: #1877F2; }
.expediente-redes .x:hover { color: #000; }
.expediente-redes .linkedin:hover { color: #0A66C2; }
.expediente-redes .threads:hover { color: #000; }
.expediente-redes .youtube:hover { color: #FF0000; }



/* Banner do expediente */
.expediente-banner {
  text-align: center;
  margin-bottom: 30px;
}

.expediente-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}



/* ============================
   RODAPÉ
============================ */
footer {
  background-color: #000d14;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 60px;
}

/* ============================
   RESPONSIVIDADE
============================ */
@media (max-width: 992px) {
  .heronew-content {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px;
  }

  .heronew-text {
    text-align: center;
  }

  .heronew-img {
    justify-content: center;
  }

  .quote-alt {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 40px 8%;
  }

  .quote-alt .quote-img img {
    width: 80%;
    max-width: 300px;
  }

  .content {
    padding: 25px 8%;
  }

  .hero-text h1 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .tit1 {
    margin: 40px auto 20px auto;
    padding: 0 10px;
  }

  .tit1 h1 {
    font-size: 22px;
  }

  .faixa-destaque {
    font-size: 1.4em;
    padding: 20px 0;
  }


}