@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
html,
body {
  overflow-x: hidden;
  height: inherit;
}
[data-aos='fade-left'] {
  transform: translate3d(0px, 0, 0) !important;
}
main {
  padding-top: 85px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
main a {
  text-decoration: none;
}
[data-aos='fade-right'] {
  transform: translate3d(0px, 0, 0) !important;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.bg-white {
  transition: 1.5s;
}

@media (min-width: 576px) {
  .navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

/* Navbar Moderna */
.navbar-modern {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(247, 173, 175, 0.05) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(0, 148, 66, 0.1);
  transition: all 0.3s ease;
}

.navbar-modern.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border-bottom: 2px solid rgba(0, 148, 66, 0.2);
}

.navbar-logo {
  height: 65px;
  width: auto;
  transition: all 0.3s ease;
}

.navbar-brand {
  transition: all 0.3s ease;
}

.brand-text {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(0, 148, 66);
  margin-left: 15px;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  .navbar-logo {
    height: auto;
    width: 65px;
  }
  .navbar-modern {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* Custom Toggler */
.custom-toggler {
  border: 2px solid rgb(0, 148, 66);
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
}

.custom-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 66, 0.25);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(0,148,66)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar Links Modernos */
.navbar-nav .nav-link {
  color: rgb(51, 51, 51) !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  padding: 0.8rem 1.2rem !important;
  margin: 0 0.2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175));
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: rgb(0, 148, 66) !important;
  background-color: rgba(247, 173, 175, 0.1);
  transform: translateY(-1px);
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before {
  width: 80%;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(0, 148, 66) !important;
  background-color: rgba(247, 173, 175, 0.15);
}

.navbar-nav .nav-link.active::before {
  width: 80%;
}

/* Dropdown Moderno */
.dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.dropdown-item {
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(51, 51, 51);
  padding: 0.7rem 1.5rem;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: linear-gradient(90deg, rgba(247, 173, 175, 0.1), rgba(0, 148, 66, 0.05));
  color: rgb(0, 148, 66);
  border-left: 3px solid rgb(0, 148, 66);
  transform: translateX(3px);
}

h1 {
  font-weight: 900;
  color: rgb(51, 51, 51);
  text-align: center;
  margin-bottom: 30px;
}

section {
  padding: 15px 0px;
}

.header {
  padding: 15px 0px;
}

p {
  color: rgb(166, 163, 162);
}

.clean-interno {
  margin-top: 100px;
}

.texto_destaque {
  line-height: 28px;
  font-size: 1.15rem;
  padding-top: 10px;
  text-align: justify;
}

.texto_geral {
  font-size: 1.15rem;
}

.texto_interno {
  font-size: 1.2rem;
  text-align: justify;
  color: rgb(51, 51, 51);
}

.titulo_interno {
  text-align: start;
  padding-top: 20px;
}

.titulo_interno-obras {
  text-align: center;
}

.texto_destaque {
  font-size: 1.15rem;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 35px;
}

.subtitulo-destaque {
  margin-bottom: 100px !important;
  color: #f2f2f2;
}

.subtitulo-destaque-servicos {
  color: #333333;
}

.subtitulo-destaque-interno {
  color: #333333;
}
.icones_destaque {
  font-size: 3.5rem;
  color: rgb(237, 50, 55);
  text-shadow: 0 0 1px #fff, 0 0 2px #fff;
}
.beneficios {
  font-size: 1.1rem;
  line-height: 28px;
  text-align: justify;
  color: rgb(51, 51, 51);
}

.background-parallax {
  background-image: url(/assets/img/img/background-parallax.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.background-parallax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity by changing last value (0.5) */
  z-index: 1;
}

.background-parallax > * {
  position: relative;
  z-index: 2;
}

.h3-features {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(237, 50, 55);
  margin-bottom: 0.3rem !important;
}

.destaques p {
  color: rgb(255, 255, 255);
}

.destaques-interno p {
  color: rgb(51, 51, 51);
}

.card-text {
  font-size: 1.25rem !important;
  color: rgb(51, 51, 51);
}

/* Card */

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.055);
  cursor: pointer;
}

/* Footer Moderno */

.page-footer {
  background: linear-gradient(135deg, rgb(247, 173, 175) 0%, rgba(247, 173, 175, 0.9) 100%);
  padding: 3rem 0 0 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(255, 255, 255), rgb(0, 148, 66));
}

.page-footer p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.page-footer .footer-copyright {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.95) 100%);
  padding: 1.5rem 0;
  text-align: center;
  margin-top: 2rem;
  border: none;
  position: relative;
}

.page-footer .footer-copyright::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.page-footer .footer-copyright p {
  margin: 0.5rem 0;
  color: #fff;
  font-size: 0.95rem;
}

.page-footer .footer-copyright img {
  height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer_address {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

.footer_address svg {
  padding-right: 8px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
}

.page-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-footer a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.page-footer a:focus {
  color: #ffffff;
  outline: none;
}

/* Footer Logo Moderna */
.footer-logo {
  max-width: 130px;
  height: auto;
  padding: 1rem;
  margin-top: 1rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

/* Informações de Contato no Footer */
.footer-contact-info {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 1rem 0;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-contact-info h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

/* Auxílio */

.hack_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* Link Dev Rodapé Moderno */

.dev__link,
.dev__dir,
.dev__arco {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.dev__link .dev__arco:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1.2);
  transform: scale(1.1);
}

.dev__link .dev__logo svg {
  filter: brightness(1);
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: all 0.3s ease;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1.2);
  transform: scale(1.1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #ffffff;
}

/* Responsividade para Mobile */
@media (max-width: 768px) {
  .navbar-modern {
    padding: 0.8rem 0;
  }

  .navbar-nav {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-link {
    text-align: center;
    margin: 0.3rem 0;
    border-radius: 10px;
  }

  .dropdown-menu {
    background: rgba(247, 173, 175, 0.05);
    border-radius: 10px;
    margin-top: 0.5rem;
  }

  .footer-contact-info {
    margin-top: 1.5rem;
    text-align: center;
  }

  .footer_address {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .brand-text {
    display: none !important;
  }

  .page-footer {
    padding: 2rem 0 1rem 0;
  }

  .footer-contact-info h5 {
    font-size: 1.1rem;
  }
}

/* FIm Link Dev */

.bg-white {
  transition: 1.5s;
}

.photos_gallery {
  border-radius: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
}

.photos_gallery:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (min-width: 1400px) {
  .photos_gallery {
    height: 200px;
  }
}

/* Fale Conosco - Página Moderna */

.contact-page {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(247, 173, 175, 0.03) 100%);
  min-height: 100vh;
}

/* Hero Section */
.contact-hero {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.9) 100%);
  color: white;
  padding: 8rem 0 4rem 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="rgba(255,255,255,.1)"/><stop offset="100%" stop-color="rgba(255,255,255,0)"/></radialGradient></defs><circle cx="10" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="1s" repeatCount="indefinite"/></circle><circle cx="30" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;15;10" dur="1.5s" repeatCount="indefinite"/></circle><circle cx="50" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="2s" repeatCount="indefinite"/></circle><circle cx="70" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;15;10" dur="1.2s" repeatCount="indefinite"/></circle><circle cx="90" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="1.8s" repeatCount="indefinite"/></circle></svg>')
    repeat-x;
  opacity: 0.1;
}

.hero-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  color: white;
}

.hero-subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: white;
}

/* Contact Content */
.contact-content {
  padding: 5rem 0;
  position: relative;
}

.section-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  color: rgb(0, 148, 66);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-description {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

/* Contact Info Cards */
.contact-info-wrapper {
  padding: 2rem;
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 148, 66, 0.3);
}

.contact-icon {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 148, 66, 0.3);
}

.contact-details h5 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.contact-details p {
  color: rgb(108, 117, 125);
  margin: 0;
  line-height: 1.6;
}

.contact-details a {
  color: rgb(0, 148, 66);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-details a:hover {
  color: rgb(247, 173, 175);
  text-decoration: underline;
}

/* Modern Form */
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(247, 173, 175, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175), rgb(0, 148, 66));
  border-radius: 25px 25px 0 0;
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-header h2 {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-header p {
  color: rgb(108, 117, 125);
  font-size: 1rem;
  margin: 0;
}

/* Modern Form Controls */
.modern-input,
.modern-textarea {
  border: 2px solid rgba(0, 148, 66, 0.1);
  border-radius: 15px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.modern-input:focus,
.modern-textarea:focus {
  border-color: rgb(0, 148, 66);
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 66, 0.15), 0 4px 20px rgba(0, 148, 66, 0.1);
  background: rgba(255, 255, 255, 1);
  outline: none;
}

.form-floating > label {
  color: rgb(108, 117, 125);
  font-weight: 500;
  padding-left: 1.25rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: rgb(0, 148, 66);
  font-weight: 600;
}

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

/* Modern Button */
.btn-modern-primary {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.9) 100%);
  border: none;
  border-radius: 15px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
}

.btn-modern-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 148, 66, 0.4);
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.9) 0%, rgb(0, 148, 66) 100%);
}

.btn-modern-primary:active {
  transform: translateY(0);
}

.btn-modern-primary .btn-text {
  margin-right: 0.5rem;
}

.btn-modern-primary .btn-icon {
  transition: all 0.3s ease;
}

.btn-modern-primary:hover .btn-icon {
  transform: translateX(3px);
}

/* Form Check */
.form-check {
  background: rgba(247, 173, 175, 0.05);
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(247, 173, 175, 0.2);
}

.form-check-input:checked {
  background-color: rgb(0, 148, 66);
  border-color: rgb(0, 148, 66);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 66, 0.15);
}

.form-check-label {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
}

.form-check-label a {
  color: rgb(0, 148, 66);
  text-decoration: none;
  font-weight: 600;
}

.form-check-label a:hover {
  text-decoration: underline;
}

/* ReCaptcha */
.recaptcha-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: rgba(247, 173, 175, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(247, 173, 175, 0.2);
}

/* Alert Messages */
.c-alert {
  border-radius: 15px;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  display: none;
}

.c-alert--show {
  display: block;
  animation: slideInAlert 0.3s ease;
}

@keyframes slideInAlert {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-alert--success {
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(0, 148, 66, 0.05));
  border: 1px solid rgba(0, 148, 66, 0.3);
  color: rgb(0, 148, 66);
}

.c-alert--error {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: rgb(220, 53, 69);
}

/* Form Validation Styles */
.modern-input.is-invalid,
.modern-textarea.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}

.field-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: none;
  font-weight: 500;
}

.char-counter {
  color: #6c757d;
  font-size: 0.8rem;
  text-align: right;
  margin-top: 0.3rem;
  font-weight: 500;
}

/* Loading States */
.btn-modern-primary:disabled {
  cursor: not-allowed;
  transform: none !important;
}

.btn-modern-primary .fa-spin {
  animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Enhanced Form Focus States */
.form-floating > .modern-input:focus ~ label,
.form-floating > .modern-textarea:focus ~ label {
  color: rgb(0, 148, 66);
  font-weight: 600;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* Smooth Transitions for Dynamic Content */
.contact-card,
.contact-form-wrapper {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Success State for Form */
.form-success {
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(0, 148, 66, 0.05));
  border: 2px solid rgba(0, 148, 66, 0.3);
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  color: rgb(0, 148, 66);
  margin-top: 1rem;
}

.form-success h4 {
  color: rgb(0, 148, 66);
  margin-bottom: 1rem;
}

.form-success i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: rgb(0, 148, 66);
}

/* Ajustes para galeria de fotos */

.exibe-fotos {
  transition: 1s;
}

.exibe-fotos:hover {
  transform: scale(1.025);
}

/* Ajustes para o footer */

.footer-logo {
  max-width: 150px;
  height: auto;
  padding: 15px;
  margin-top: 20px;
}

/* Páginas Internas - Estilos Gerais */

/* Hero Sections para Páginas Internas */
.page-hero {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.9) 100%);
  color: white;
  padding: 8rem 0 4rem 0;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="rgba(255,255,255,.1)"/><stop offset="100%" stop-color="rgba(255,255,255,0)"/></radialGradient></defs><circle cx="10" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="1s" repeatCount="indefinite"/></circle><circle cx="30" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;15;10" dur="1.5s" repeatCount="indefinite"/></circle><circle cx="50" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="2s" repeatCount="indefinite"/></circle><circle cx="70" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;15;10" dur="1.2s" repeatCount="indefinite"/></circle><circle cx="90" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="1.8s" repeatCount="indefinite"/></circle></svg>')
    repeat-x;
  opacity: 0.1;
}

/* Variações dos Heroes */
.historia-hero {
  background: linear-gradient(135deg, rgb(247, 173, 175) 0%, rgba(247, 173, 175, 0.9) 100%);
}

.objetivos-hero {
  background: linear-gradient(135deg, #2c5282 0%, rgba(44, 82, 130, 0.9) 100%);
}

.principios-hero {
  background: linear-gradient(135deg, #744c9e 0%, rgba(116, 76, 158, 0.9) 100%);
}

.diretoria-hero {
  background: linear-gradient(135deg, #d53f8c 0%, rgba(213, 63, 140, 0.9) 100%);
}

.frafem-es-hero {
  background: linear-gradient(135deg, #2d7d32 0%, rgba(45, 125, 50, 0.9) 100%);
}

.hero-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.noticias-hero .hero-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.noticias-hero .hero-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Content Sections */
.content-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(247, 173, 175, 0.03) 100%);
}

.content-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(247, 173, 175, 0.2);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175), rgb(0, 148, 66));
  border-radius: 25px 25px 0 0;
}

.section-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  color: rgb(0, 148, 66);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: rgb(247, 173, 175);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.subsection-title {
  color: rgb(0, 148, 66);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.section-text {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Image Placeholders */
.image-placeholder {
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  color: rgb(0, 148, 66);
  border: 2px dashed rgba(0, 148, 66, 0.3);
}

.image-placeholder i {
  color: rgb(0, 148, 66);
  margin-bottom: 1rem;
}

.image-placeholder p {
  color: rgb(108, 117, 125);
  font-style: italic;
  margin: 0;
}

/* Value Cards - Quem Somos */
.value-card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.value-icon {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 148, 66, 0.3);
}

.value-card h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

.value-card p {
  color: rgb(108, 117, 125);
  line-height: 1.6;
}

/* Timeline - Nossa História */
.timeline-wrapper {
  margin: 3rem 0;
}

.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, rgb(0, 148, 66), rgb(247, 173, 175));
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

.timeline-marker {
  position: absolute;
  left: -2.5rem;
  top: 0;
  background: rgb(0, 148, 66);
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 148, 66, 0.3);
}

.timeline-year {
  font-size: 0.9rem;
  text-align: center;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-left: 4px solid rgb(0, 148, 66);
}

.timeline-content h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Legacy Items */
.legacy-item {
  padding: 2rem;
  background: rgba(247, 173, 175, 0.1);
  border-radius: 15px;
  border-left: 4px solid rgb(247, 173, 175);
  margin-bottom: 1.5rem;
}

.legacy-item h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Objective Cards - Objetivos */
.objective-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 148, 66, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.objective-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgb(0, 148, 66);
}

.objective-icon {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 148, 66, 0.3);
}

.objective-card h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* Method Cards */
.method-card {
  background: linear-gradient(135deg, rgba(247, 173, 175, 0.1), rgba(0, 148, 66, 0.05));
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(247, 173, 175, 0.3);
  transition: all 0.3s ease;
}

.method-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.method-card h5 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Principle Cards - Princípios */
.principle-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.principle-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175));
}

.principle-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.principle-symbol {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 2rem;
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
  transition: all 0.3s ease;
}

.principle-card:hover .principle-symbol {
  transform: scale(1.1);
}

.principle-card h3 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.principle-description {
  color: rgb(108, 117, 125);
  line-height: 1.6;
  font-size: 1rem;
}

/* Practice Items */
.practice-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(247, 173, 175, 0.05);
  border-radius: 15px;
  border-left: 4px solid rgb(0, 148, 66);
  transition: all 0.3s ease;
}

.practice-item:hover {
  background: rgba(247, 173, 175, 0.1);
  transform: translateX(5px);
}

.practice-icon {
  background: rgb(0, 148, 66);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.practice-content h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.practice-content p {
  color: rgb(108, 117, 125);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .contact-content {
    padding: 4rem 0;
  }

  .contact-info-wrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 6rem 0 3rem 0;
    margin-top: 70px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .contact-content {
    padding: 3rem 0;
  }

  .contact-info-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }

  .contact-card {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .contact-icon {
    margin: 0 auto;
  }

  .contact-form-wrapper {
    padding: 2rem 1.5rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .form-header h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .contact-hero {
    padding: 5rem 0 2.5rem 0;
    margin-top: 60px;
  }

  .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .contact-form-wrapper {
    padding: 1.5rem 1rem;
    border-radius: 20px;
  }

  .contact-card {
    padding: 1.2rem;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .btn-modern-primary {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .form-header h2 {
    font-size: 1.4rem;
  }

  .modern-input,
  .modern-textarea {
    padding: 0.9rem 1rem;
  }
}

/* Member Cards - Diretoria */
.member-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* .member-photo {
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  color: rgb(0, 148, 66);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  border: 3px solid rgba(0, 148, 66, 0.2);
} */

/* Ajustes cartão membros */
.member-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member-card--center .member-info h4,
.member-card--center .member-info p {
  margin: 0;
}

.member-photo {
  position: relative;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f5f5f5, #e6e6e6);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  isolation: isolate;
  max-width: 220px;
}

/* Mantém proporção 3x4 e aplica borda arredondada suave */
.member-photo.ratio-3x4 {
  aspect-ratio: 3 / 4;
  width: 180px; /* ajuste conforme layout */
}

@media (max-width: 575.98px) {
  .member-photo.ratio-3x4 {
    width: 150px;
  }
}

.member-photo.rounded-portrait {
  border-radius: 26px;
}

/* Caso queira versão circular, apenas adicione a classe .is-circle */
.member-photo.is-circle {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 160px;
}

/* Imagem */
.member-photo .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.5s ease;
  image-rendering: auto;
  -webkit-user-select: none;
  user-select: none;
}

.member-photo:hover .avatar-img {
  transform: scale(1.04);
}

/* Ícone placeholder */
.member-photo .placeholder-icon {
  color: #b8b8b8;
}

/* Ajuste de espaçamento do card */
.member-card .member-info {
  padding: 0 4px;
}

.member-role {
  font-size: 0.9rem;
  color: #666;
}

.member-info h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.member-role {
  color: rgb(247, 173, 175);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.member-description {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Coordination Cards */
.coordination-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
}

.coordination-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.coordination-icon {
  background: linear-gradient(135deg, rgb(247, 173, 175), rgba(247, 173, 175, 0.8));
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(247, 173, 175, 0.3);
}

.coordination-info h5 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.coordinator-name {
  color: rgb(247, 173, 175);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.coordination-info p {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Region Cards - FRAFEM no ES */
.region-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 148, 66, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.region-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgb(0, 148, 66);
}

.region-icon {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 148, 66, 0.3);
}

.region-card h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

.region-card p {
  color: rgb(108, 117, 125);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.region-stats {
  background: rgba(247, 173, 175, 0.1);
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(247, 173, 175, 0.3);
}

.region-stats span {
  color: rgb(0, 148, 66);
  font-weight: 700;
  font-size: 1.1rem;
}

/* Activity Cards */
.activity-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.activity-icon {
  background: linear-gradient(135deg, rgb(247, 173, 175), rgba(247, 173, 175, 0.8));
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(247, 173, 175, 0.3);
}

.activity-card h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

.activity-card p {
  color: rgb(108, 117, 125);
  line-height: 1.6;
  margin: 0;
}

/* Impact Items */
.impact-item {
  text-align: center;
  padding: 2rem;
  background: rgba(0, 148, 66, 0.05);
  border-radius: 15px;
  border: 2px solid rgba(0, 148, 66, 0.1);
  transition: all 0.3s ease;
}

.impact-item:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 148, 66, 0.3);
  background: rgba(0, 148, 66, 0.1);
}

.impact-number {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 15px rgba(0, 148, 66, 0.3);
}

.impact-item h5 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.impact-item p {
  color: rgb(108, 117, 125);
  margin: 0;
}

/* Participation Info */
.participation-info {
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.05), rgba(247, 173, 175, 0.05));
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  border: 1px solid rgba(0, 148, 66, 0.1);
}

/* Leadership Section */
.leadership-section {
  margin: 3rem 0;
}

/* Responsividade para Páginas Internas */
@media (max-width: 768px) {
  .page-hero {
    padding: 6rem 0 3rem 0;
    margin-top: 70px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .content-section {
    padding: 3rem 0;
  }

  .content-card {
    padding: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .timeline {
    padding-left: 1rem;
  }

  .timeline-item {
    padding-left: 2rem;
  }

  .timeline-marker {
    left: -1.5rem;
    width: 60px;
    height: 60px;
  }

  .coordination-card {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .page-hero {
    padding: 5rem 0 2.5rem 0;
    margin-top: 60px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .content-card {
    padding: 1.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .timeline::before {
    left: 0.5rem;
  }

  .timeline-item {
    padding-left: 1.5rem;
  }

  .timeline-marker {
    left: -1rem;
    width: 50px;
    height: 50px;
  }

  .timeline-year {
    font-size: 0.8rem;
  }
}

/* Homepage Styles */

/* Home Hero Section */
.home-hero {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(247, 173, 175, 0.1) 50%,
    rgba(0, 148, 66, 0.1) 100%
  );
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="rgba(0,148,66,.05)"/><stop offset="100%" stop-color="rgba(0,148,66,0)"/></radialGradient></defs><circle cx="10" cy="10" r="3" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="3s" repeatCount="indefinite"/></circle><circle cx="30" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;15;10" dur="2s" repeatCount="indefinite"/></circle><circle cx="50" cy="10" r="3" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="4s" repeatCount="indefinite"/></circle><circle cx="70" cy="10" r="2" fill="url(%23a)"><animate attributeName="cy" values="10;15;10" dur="2.5s" repeatCount="indefinite"/></circle><circle cx="90" cy="10" r="3" fill="url(%23a)"><animate attributeName="cy" values="10;5;10" dur="3.5s" repeatCount="indefinite"/></circle></svg>')
    repeat;
  opacity: 0.6;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.home {
  color: rgb(0, 148, 66);
}

.home-subtitle {
  color: rgb(43, 43, 43) !important;
}

.hero-title .highlight {
  color: rgb(255, 255, 255);
  position: relative;
}

.home-hero .hero-content .hero-title .highlight {
  color: rgb(0, 148, 66);
  position: relative;
}

.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175));
  border-radius: 2px;
}

.hero-subtitle {
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.9) 100%);
  color: white;
  border: none;
  border-radius: 15px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 148, 66, 0.4);
  color: white;
}

.btn-hero-secondary {
  background: transparent;
  color: rgb(0, 148, 66);
  border: 2px solid rgb(0, 148, 66);
  border-radius: 15px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
  background: rgb(0, 148, 66);
  color: white;
  transform: translateY(-3px);
}

/* Hero Image */
.hero-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo-container {
  position: relative;
  padding: 2rem;
}

.hero-logo {
  max-width: 400px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.hero-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.15));
}

.hero-decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 148, 66, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.4;
  }
}

/* Intro Section */
.intro-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(247, 173, 175, 0.03) 100%);
}

.intro-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(247, 173, 175, 0.2);
  position: relative;
  overflow: hidden;
}

.intro-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175), rgb(0, 148, 66));
  border-radius: 25px 25px 0 0;
}

.intro-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  color: rgb(0, 148, 66);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.intro-text {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.intro-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  border-radius: 15px;
  border: 1px solid rgba(0, 148, 66, 0.2);
}

.stat-number {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgb(0, 148, 66);
  margin-bottom: 0.5rem;
}

.stat-label {
  color: rgb(108, 117, 125);
  font-weight: 600;
  font-size: 0.95rem;
}

/* News Section */
.news-section {
  padding: 5rem 0;
  background: rgba(247, 173, 175, 0.03);
}

.section-header {
  margin-bottom: 3rem;
}

.section-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  color: rgb(0, 148, 66);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: rgb(108, 117, 125);
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

/* Featured News */
.featured-news {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.featured-news:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

.news-image-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.news-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(0, 148, 66);
  border-bottom: 3px solid rgba(0, 148, 66, 0.2);
}

.news-image-placeholder.small {
  height: 120px;
}

.news-image-placeholder i {
  margin-bottom: 1rem;
}

.news-image-placeholder p {
  font-style: italic;
  color: rgb(108, 117, 125);
  margin: 0;
}

.news-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-content {
  padding: 2rem;
}

.news-meta {
  margin-bottom: 1rem;
}

.news-date {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
  font-weight: 500;
}

.news-date i {
  margin-right: 0.5rem;
  color: rgb(247, 173, 175);
}

.news-title {
  color: rgb(0, 148, 66);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.news-excerpt {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.news-read-more {
  color: rgb(0, 148, 66);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.news-read-more:hover {
  color: rgb(247, 173, 175);
  transform: translateX(5px);
}

/* Featured News imagem responsiva melhor enquadrada */
/* Featured News imagem responsiva melhor enquadrada (AJUSTADO) */
.featured-news .news-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* largura maior que altura */
  overflow: hidden;
  background: #f2f2f2;
  max-height: 360px; /* limite superior */
  height: auto; /* deixa o aspect-ratio controlar */
}

@media (max-width: 1199.98px) {
  .featured-news .news-image-container {
    aspect-ratio: 4 / 3;
    max-height: 320px;
  }
}
@media (max-width: 575.98px) {
  .featured-news .news-image-container {
    aspect-ratio: 1 / 1;
    max-height: 300px;
  }
}

/* Remove a antiga altura clamp (se ainda existir abaixo) */
.featured-news .news-image-container[style],
.featured-news .news-image-container {
  /* garantir que a regra antiga não force altura fixa */
}

/* Imagem mantém cover */
.featured-news .news-picture,
.featured-news .news-img {
  width: 100%;
  height: 100%;
  display: block;
}
.featured-news .news-img {
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease;
  will-change: transform;
}
.featured-news:hover .news-img {
  transform: scale(1.035);
}

.featured-news .news-category {
  z-index: 2;
}

/* Secondary News */
.secondary-news {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.news-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.news-card:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* --- Secondary News imagens responsivas (novo) --- */
.news-card .news-card-image,
.news-card .news-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
  max-height: 220px;
  height: auto;
}

@media (max-width: 1199.98px) {
  .news-card .news-card-image,
  .news-card .news-image-container {
    aspect-ratio: 4 / 3;
    max-height: 210px;
  }
}

@media (max-width: 575.98px) {
  .news-card .news-card-image,
  .news-card .news-image-container {
    aspect-ratio: 1 / 1;
    max-height: 260px; /* um pouco maior no mobile quadrado */
  }
}

/* Imagens internas */
.news-card .news-card-image img,
.news-card .news-image-container img,
.news-card .news-card-image .news-image-placeholder.small,
.news-card .news-image-container .news-image-placeholder.small {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s ease;
}

.news-card:hover .news-card-image img,
.news-card:hover .news-image-container img {
  transform: scale(1.035);
}

/* Remove alturas antigas (caso restem) */
.news-card .news-card-image[style],
.news-card .news-image-container[style] {
  height: auto !important;
}

/* Placeholder coerente */
.news-card-image .news-image-placeholder.small {
  background-size: cover;
  background-position: center;
  aspect-ratio: auto; /* já herdamos do container */
  height: 100% !important;
}

.news-card-content {
  padding: 1.5rem;
}

.news-card-meta {
  margin-bottom: 0.5rem;
}

.news-card-meta .news-date {
  font-size: 0.85rem;
}

.news-card-title {
  color: rgb(0, 148, 66);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.news-card-excerpt {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Modern Outline Button */
.btn-modern-outline {
  background: transparent;
  color: rgb(0, 148, 66);
  border: 2px solid rgb(0, 148, 66);
  border-radius: 15px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-modern-outline:hover {
  background: rgb(0, 148, 66);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
}

/* Call to Action Section */
.call-to-action-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(0, 148, 66, 0.03) 100%);
}

.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.cta-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175));
  transition: all 0.3s ease;
  z-index: 1;
}

.cta-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.cta-card:hover::before {
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.05), rgba(247, 173, 175, 0.05));
  z-index: 1;
}

.cta-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.cta-card:hover .cta-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgb(247, 173, 175), rgba(247, 173, 175, 0.8));
  box-shadow: 0 12px 35px rgba(247, 173, 175, 0.4);
}

.cta-title {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-description {
  color: rgb(108, 117, 125);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.cta-button {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: auto;
}

.cta-button:hover {
  background: linear-gradient(135deg, rgb(247, 173, 175), rgba(247, 173, 175, 0.9));
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(247, 173, 175, 0.4);
}

/* CTA Content and Link Styles */
.cta-content {
  position: relative;
  z-index: 10;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cta-content h3 {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-content p {
  color: rgb(108, 117, 125);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.cta-link {
  color: rgb(0, 148, 66);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(0, 148, 66, 0.05));
  padding: 0.8rem 1.5rem;
  border-radius: 12px;
  border: 2px solid rgba(0, 148, 66, 0.2);
  margin-top: auto;
}

.cta-link:hover {
  color: white;
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  border-color: rgb(0, 148, 66);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 148, 66, 0.3);
  text-decoration: none;
}

.cta-link i {
  transition: all 0.3s ease;
}

.cta-link:hover i {
  transform: translateX(3px);
}

/* Partner Logos Styling */
.partner-logos {
  margin: 1rem 0;
}

.partner-logo {
  flex: 0 0 auto;
}

.logo-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 148, 66, 0.1);
  transition: all 0.3s ease;
}

.logo-placeholder:hover {
  transform: scale(1.05);
  border-color: rgba(0, 148, 66, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo-placeholder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo-placeholder a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments for CTA cards */
@media (max-width: 768px) {
  .cta-card {
    padding: 2rem 1.5rem;
  }

  .cta-content h3 {
    font-size: 1.3rem;
  }

  .cta-content p {
    font-size: 0.95rem;
  }

  .cta-link {
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
  }

  .partner-logos {
    gap: 1rem !important;
  }

  .logo-placeholder {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .cta-card {
    padding: 1.5rem 1rem;
  }

  .cta-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .cta-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .partner-logos {
    flex-wrap: wrap;
    gap: 0.8rem !important;
  }

  .logo-placeholder {
    width: 45px;
    height: 45px;
  }
}

/* Special styling for specific CTA cards */
.cta-card.restricted {
  border: 2px solid rgba(220, 53, 69, 0.2);
}

.cta-card.restricted::before {
  background: linear-gradient(90deg, rgb(220, 53, 69), rgba(220, 53, 69, 0.8));
}

.cta-card.restricted .cta-icon {
  background: linear-gradient(135deg, rgb(220, 53, 69), rgba(220, 53, 69, 0.8));
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.cta-card.restricted:hover .cta-icon {
  background: linear-gradient(135deg, rgb(220, 53, 69), rgba(220, 53, 69, 0.9));
  box-shadow: 0 12px 35px rgba(220, 53, 69, 0.4);
}

.cta-card.restricted .cta-button {
  background: linear-gradient(135deg, rgb(220, 53, 69), rgba(220, 53, 69, 0.9));
}

.cta-card.restricted .cta-button:hover {
  background: linear-gradient(135deg, rgb(185, 45, 60), rgba(185, 45, 60, 0.9));
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}

/* Restricted card link styles */
.cta-card.restricted .cta-link {
  color: rgb(220, 53, 69);
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
  border-color: rgba(220, 53, 69, 0.2);
}

.cta-card.restricted .cta-link:hover {
  color: white;
  background: linear-gradient(135deg, rgb(220, 53, 69), rgba(220, 53, 69, 0.9));
  border-color: rgb(220, 53, 69);
}

/* Values Section */
.values-section {
  padding: 5rem 0;
  background: linear-gradient(
    135deg,
    rgba(247, 173, 175, 0.05) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 148, 66, 0.05) 100%
  );
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.value-item {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(0, 148, 66, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.value-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175));
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.value-item:hover::before {
  width: 80px;
  height: 4px;
}

.value-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 148, 66);
  font-size: 1.8rem;
  transition: all 0.3s ease;
  border: 2px solid rgba(0, 148, 66, 0.2);
}

.value-item:hover .value-icon {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  transform: scale(1.1);
  border-color: rgb(0, 148, 66);
}

.value-title {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.value-description {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design for Homepage */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .cta-cards {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .section-title {
    font-size: 2rem;
  }

  .values-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: 80vh;
    padding: 2rem 0;
  }

  .hero-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .intro-section,
  .news-section,
  .call-to-action-section,
  .values-section {
    padding: 3rem 0;
  }

  .intro-card {
    padding: 2rem;
  }

  .intro-stats {
    gap: 1rem;
  }

  .stat-item {
    padding: 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .featured-news .news-content {
    padding: 1.5rem;
  }

  .news-title {
    font-size: 1.5rem;
  }

  .cta-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cta-card {
    padding: 2rem 1.5rem;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .section-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .intro-title {
    font-size: 2rem;
  }

  .news-image-container {
    height: 200px;
  }

  .cta-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .value-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

/* News Pages Styles */

/* News Page Hero */
.news-hero {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.9) 100%);
}

.hero-breadcrumb {
  margin-top: 1.5rem;
}

.hero-breadcrumb .breadcrumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 0.8rem 1.5rem;
  backdrop-filter: blur(10px);
}

.hero-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.hero-breadcrumb .breadcrumb-item.active {
  color: white;
}

/* News Filter Section */
.news-filter-section {
  padding: 2rem 0;
  background: rgba(247, 173, 175, 0.03);
  border-bottom: 1px solid rgba(0, 148, 66, 0.1);
}

.filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.filter-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(0, 148, 66, 0.2);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgb(0, 148, 66);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  border-color: rgb(0, 148, 66);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 148, 66, 0.3);
}

.search-container {
  min-width: 280px;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box i {
  position: absolute;
  left: 1rem;
  color: rgb(255, 255, 255);
  z-index: 2;
}

.search-box input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 3rem;
  border: 2px solid rgba(0, 148, 66, 0.2);
  border-radius: 12px;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.search-box input:focus {
  outline: none;
  border-color: rgb(0, 148, 66);
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 66, 0.15);
  background: white;
}

/* News Grid Section */
.news-grid-section {
  padding: 3rem 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.news-card.featured {
  grid-column: span 2;
}

.news-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 148, 66, 0.3);
}

.news-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.news-card.featured .news-image-container {
  height: 300px;
}

.news-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(0, 148, 66);
  border-bottom: 3px solid rgba(0, 148, 66, 0.2);
  transition: all 0.3s ease;
}

.news-image-placeholder.small {
  height: 100%;
}

.news-image-placeholder i {
  margin-bottom: 1rem;
}

.news-image-placeholder p {
  font-style: italic;
  color: rgb(108, 117, 125);
  margin: 0;
  text-align: center;
}

.news-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 148, 66, 0.3);
}

.news-content {
  padding: 1.5rem;
}

.news-card.featured .news-content {
  padding: 2rem;
}

.news-meta {
  margin-bottom: 1rem;
}

.news-date {
  color: rgb(108, 117, 125);
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-date i {
  color: rgb(247, 173, 175);
}

.news-title {
  color: rgb(0, 148, 66);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.news-card.featured .news-title {
  font-size: 1.6rem;
}

.news-excerpt {
  color: rgb(108, 117, 125);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.news-read-more {
  color: rgb(0, 148, 66);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.news-read-more:hover {
  color: rgb(247, 173, 175);
  transform: translateX(5px);
}

/* Load More Button */
.btn-load-more {
  background: transparent;
  border: 2px solid rgb(0, 148, 66);
  color: rgb(0, 148, 66);
  border-radius: 15px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-load-more:hover {
  background: rgb(0, 148, 66);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
}

/* No Results */
.no-results {
  text-align: center;
  padding: 4rem 2rem;
  color: rgb(108, 117, 125);
}

.no-results-content i {
  color: rgba(0, 148, 66, 0.3);
  margin-bottom: 1.5rem;
}

.no-results-content h3 {
  color: rgb(0, 148, 66);
  margin-bottom: 1rem;
}

.btn-clear-filters {
  background: rgb(247, 173, 175);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-clear-filters:hover {
  background: rgb(0, 148, 66);
  transform: translateY(-2px);
}

/* Newsletter Section */
.newsletter-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.05), rgba(247, 173, 175, 0.05));
}

.newsletter-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(247, 173, 175, 0.2);
  position: relative;
}

.newsletter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgb(0, 148, 66), rgb(247, 173, 175));
  border-radius: 25px 25px 0 0;
}

.newsletter-icon {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
}

.newsletter-title {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.newsletter-text {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-input-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.newsletter-input {
  flex: 1;
  min-width: 250px;
  padding: 1rem 1.25rem;
  border: 2px solid rgba(0, 148, 66, 0.2);
  border-radius: 15px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  outline: none;
  border-color: rgb(0, 148, 66);
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 66, 0.15);
}

.newsletter-btn {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  border: none;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 148, 66, 0.3);
}

/* Article Page Styles */

/* Article Header */
.news-article {
  background: rgba(255, 255, 255, 1);
}

.article-header {
  padding: 2rem 0;
  background: rgba(247, 173, 175, 0.03);
}

.article-breadcrumb {
  margin-bottom: 1.5rem;
}

.article-breadcrumb .breadcrumb {
  background: rgba(0, 148, 66, 0.05);
  border-radius: 12px;
  padding: 0.5rem 1rem;
}

.article-breadcrumb .breadcrumb-item a {
  color: rgb(0, 148, 66);
  text-decoration: none;
  font-weight: 500;
}

.article-breadcrumb .breadcrumb-item.active {
  color: rgb(108, 117, 125);
}

.article-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.article-category,
.article-date,
.article-reading-time {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 148, 66, 0.2);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(0, 148, 66);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-category {
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.9));
  color: white;
  border-color: rgb(0, 148, 66);
}

.article-title {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  color: rgb(0, 148, 66);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.article-subtitle {
  color: rgb(108, 117, 125);
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 400;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.share-label {
  color: rgb(0, 148, 66);
  font-weight: 600;
  font-size: 0.95rem;
}

.share-buttons {
  display: flex;
  gap: 0.5rem;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.share-btn.facebook {
  background: #1877f2;
}
.share-btn.twitter {
  background: #1da1f2;
}
.share-btn.whatsapp {
  background: #25d366;
}
.share-btn.linkedin {
  background: #0077b5;
}
.share-btn.copy {
  background: rgb(108, 117, 125);
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

/* Article Image */
.article-image-section {
  padding: 2rem 0;
}

.article-image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-image-placeholder {
  height: 400px;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(0, 148, 66);
  text-align: center;
  padding: 2rem;
}

.article-image-placeholder i {
  margin-bottom: 1rem;
}

.article-image-placeholder p {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.article-image-placeholder small {
  color: rgb(156, 163, 175);
  font-style: italic;
}

.article-image-caption {
  background: rgba(0, 148, 66, 0.05);
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(0, 148, 66, 0.1);
}

.article-image-caption p {
  color: rgb(108, 117, 125);
  font-style: italic;
  margin: 0;
  text-align: center;
}

/* Article Content */
.article-content-section {
  padding: 3rem 0;
}

.article-content {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.article-body {
  color: rgb(51, 51, 51);
  font-size: 1.1rem;
  line-height: 1.8;
}

.article-body .lead {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(0, 148, 66);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.article-body h2 {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 2.5rem 0 1.5rem 0;
}

.article-body p {
  margin-bottom: 1.5rem;
  color: rgb(51, 51, 51);
}

.article-quote {
  background: rgba(0, 148, 66, 0.05);
  border-left: 4px solid rgb(0, 148, 66);
  border-radius: 0 15px 15px 0;
  padding: 2rem;
  margin: 2rem 0;
  font-style: italic;
}

.article-quote p {
  color: rgb(0, 148, 66);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.article-quote cite {
  color: rgb(108, 117, 125);
  font-size: 1rem;
  font-weight: 600;
}

.article-list {
  background: rgba(247, 173, 175, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.article-list li {
  color: rgb(51, 51, 51);
  margin-bottom: 0.8rem;
  padding-left: 0.5rem;
}

.article-list li::marker {
  color: rgb(0, 148, 66);
}

.article-highlight {
  background: linear-gradient(135deg, rgba(247, 173, 175, 0.1), rgba(0, 148, 66, 0.05));
  border: 1px solid rgba(0, 148, 66, 0.2);
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem 0;
}

.article-highlight h4 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1rem;
}

.article-highlight p {
  color: rgb(51, 51, 51);
  margin: 0;
  line-height: 1.6;
}

/* Article Gallery */
.article-gallery {
  margin: 3rem 0;
}

.article-gallery h3 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-placeholder {
  height: 120px;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(0, 148, 66);
}

/* Article Tags */
.article-tags {
  margin: 3rem 0 2rem 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 148, 66, 0.1);
}

.tags-label {
  color: rgb(0, 148, 66);
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

.tags-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag {
  background: rgba(0, 148, 66, 0.1);
  color: rgb(0, 148, 66);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(0, 148, 66, 0.2);
  transition: all 0.3s ease;
}

.tag:hover {
  background: rgb(0, 148, 66);
  color: white;
  transform: translateY(-1px);
}

/* Article Actions */
.article-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 148, 66, 0.1);
  margin-top: 2rem;
}

.actions-left {
  display: flex;
  gap: 1rem;
}

.action-btn {
  background: transparent;
  border: 2px solid rgba(0, 148, 66, 0.2);
  color: rgb(0, 148, 66);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.action-btn:hover {
  background: rgb(0, 148, 66);
  color: white;
  border-color: rgb(0, 148, 66);
  transform: translateY(-2px);
}

.like-btn.liked {
  background: rgb(247, 173, 175);
  border-color: rgb(247, 173, 175);
  color: white;
}

.article-share-compact .share-toggle {
  background: transparent;
  border: 2px solid rgba(108, 117, 125, 0.2);
  color: rgb(108, 117, 125);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-share-compact .share-toggle:hover {
  background: rgb(108, 117, 125);
  color: white;
  border-color: rgb(108, 117, 125);
}

/* Related Articles */
.related-articles-section {
  padding: 4rem 0;
  background: rgba(247, 173, 175, 0.03);
}

.related-title {
  color: rgb(0, 148, 66);
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.related-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(247, 173, 175, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.related-image {
  height: 150px;
  overflow: hidden;
}

.related-image-placeholder {
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.1), rgba(247, 173, 175, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 148, 66);
}

.related-content {
  padding: 1.5rem;
}

.related-category {
  background: rgb(0, 148, 66);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}

.related-title-text {
  color: rgb(0, 148, 66);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.related-date {
  color: rgb(108, 117, 125);
  font-size: 0.9rem;
}

.btn-see-all-news {
  background: transparent;
  color: rgb(0, 148, 66);
  border: 2px solid rgb(0, 148, 66);
  border-radius: 15px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-see-all-news:hover {
  background: rgb(0, 148, 66);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
}

/* Responsive Design for News Pages */
@media (max-width: 992px) {
  .filter-container {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-tabs {
    justify-content: center;
  }

  .news-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .news-card.featured {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .filter-tabs {
    flex-direction: column;
    gap: 0.8rem;
  }

  .filter-btn {
    justify-content: center;
  }

  .search-container {
    min-width: unset;
    width: 100%;
  }

  .newsletter-input-group {
    flex-direction: column;
  }

  .newsletter-input {
    min-width: unset;
  }

  .article-title {
    font-size: 2.2rem;
  }

  .article-subtitle {
    font-size: 1.1rem;
  }

  .article-meta {
    flex-direction: column;
    gap: 0.8rem;
  }

  .article-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .article-content {
    padding: 2rem 1.5rem;
  }

  .article-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .actions-left {
    justify-content: center;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .news-content {
    padding: 1.2rem;
  }

  .newsletter-card {
    padding: 2rem 1.5rem;
  }

  .newsletter-title {
    font-size: 1.6rem;
  }

  .article-title {
    font-size: 1.8rem;
  }

  .article-content {
    padding: 1.5rem 1rem;
  }

  .article-body {
    font-size: 1rem;
  }

  .article-body h2 {
    font-size: 1.6rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tags-list {
    justify-content: center;
  }
}

/* Ajustes Photos Gallery */

.photos_gallery {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

@media (min-width: 360px) and (max-width: 575px) {
  .photos_gallery {
    height: 120px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .photos_gallery {
    height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos_gallery {
    height: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .photos_gallery {
    height: 150px;
  }
}

.footer__emails {
  padding-left: 5px;
}

/* News Article Improvements */
.article-header {
  background: rgba(247, 173, 175, 0.03);
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 148, 66, 0.1);
}

.article-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.article-date,
.article-reading-time {
  display: flex;
  align-items: center;
  background: rgba(0, 148, 66, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  color: rgb(0, 148, 66);
  font-weight: 500;
}

.article-date i,
.article-reading-time i {
  color: rgb(0, 148, 66);
}

.gallery-section {
  background: rgba(247, 173, 175, 0.02);
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid rgba(0, 148, 66, 0.05);
}

.gallery-title {
  color: rgb(0, 148, 66);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 148, 66, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-overlay i {
  color: white;
  font-size: 2rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

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

.cta-section {
  background: linear-gradient(135deg, rgba(0, 148, 66, 0.03) 0%, rgba(247, 173, 175, 0.05) 100%);
  border-radius: 20px;
  margin: 2rem 0;
  border: 1px solid rgba(0, 148, 66, 0.1);
}

.cta-title {
  color: rgb(0, 148, 66);
  font-weight: 700;
  font-size: 1.8rem;
}

.cta-subtitle {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.noticias_conteudo {
  line-height: 1.8;
  font-size: 1.1rem;
  color: rgb(33, 37, 41);
}

.noticias_conteudo p {
  margin-bottom: 1.5rem;
}

.noticias_conteudo h1,
.noticias_conteudo h2,
.noticias_conteudo h3,
.noticias_conteudo h4,
.noticias_conteudo h5,
.noticias_conteudo h6 {
  color: rgb(0, 148, 66);
  font-weight: 700;
  margin: 2rem 0 1rem 0;
}

@media (max-width: 768px) {
  .article-meta {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    max-width: 300px;
  }

  .gallery-item img {
    height: 150px;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-subtitle {
    font-size: 1rem;
  }
}

/* Load More Button Styles */
.btn-load-more {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.9) 100%);
  color: white;
  border: none;
  border-radius: 15px;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 148, 66, 0.3);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-load-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 148, 66, 0.4);
  color: white;
}

.btn-load-more:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-load-more i {
  transition: transform 0.3s ease;
}

.btn-load-more:hover i {
  transform: rotate(90deg);
}

/* Search Highlighting */
mark {
  background: rgba(0, 148, 66, 0.2) !important;
  padding: 2px 4px !important;
  border-radius: 3px !important;
  color: inherit !important;
}

/* News Card Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-card {
  animation: fadeInUp 0.5s ease forwards;
}

/* Loading States */
.loading {
  opacity: 0.6;
  pointer-events: none;
}

.spinner {
  animation: spin 1s linear infinite;
}

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

/* No Results Styling */
.no-results {
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(247, 173, 175, 0.03);
  border-radius: 20px;
  margin: 2rem 0;
}

.no-results-content i {
  color: rgba(0, 148, 66, 0.3);
  margin-bottom: 1.5rem;
}

.no-results-content h3 {
  color: rgb(0, 148, 66);
  margin-bottom: 1rem;
}

.no-results-content p {
  color: rgb(108, 117, 125);
  margin-bottom: 1.5rem;
}

.btn-clear-filters {
  background: rgb(0, 148, 66);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-clear-filters:hover {
  background: rgba(0, 148, 66, 0.9);
  transform: translateY(-2px);
}

/* Responsive Load More */
@media (max-width: 768px) {
  .btn-load-more {
    width: 100%;
    max-width: 300px;
    padding: 1rem;
    font-size: 1rem;
  }
}

/* ===== MATERIAL DE APOIO PAGE ===== */

/* Hero Section */
.material-hero {
  background: linear-gradient(135deg, rgb(0, 148, 66) 0%, rgba(0, 148, 66, 0.8) 100%);
  color: white;
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.material-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="books" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M2,2 L18,2 L18,18 L2,18 Z" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23books)"/></svg>');
  opacity: 0.3;
}

.material-hero .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.material-hero .hero-subtitle {
  font-size: 1.3rem;
  opacity: 0.95;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

/* Filters Section */
.filters-section {
  padding: 2rem 0;
  background: white;
  border-bottom: 1px solid rgba(0, 148, 66, 0.1);
}

.filters-card {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 148, 66, 0.1);
}

.search-box .form-control {
  border: 2px solid rgba(0, 148, 66, 0.2);
  border-radius: 10px 0 0 10px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.search-box .form-control:focus {
  border-color: rgb(0, 148, 66);
  box-shadow: 0 0 0 0.2rem rgba(0, 148, 66, 0.25);
}

.search-box .btn {
  border-radius: 0 10px 10px 0;
  background: rgb(0, 148, 66);
  border: 2px solid rgb(0, 148, 66);
  padding: 0.75rem 1.25rem;
}

.search-box .btn:hover {
  background: rgba(0, 148, 66, 0.9);
  border-color: rgba(0, 148, 66, 0.9);
}

.filter-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.filter-btn {
  background: rgba(0, 148, 66, 0.1);
  color: rgb(0, 148, 66);
  border: 2px solid rgba(0, 148, 66, 0.2);
  border-radius: 25px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-btn:hover {
  background: rgba(0, 148, 66, 0.2);
  border-color: rgba(0, 148, 66, 0.4);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: rgb(0, 148, 66);
  color: white;
  border-color: rgb(0, 148, 66);
}

.filter-btn i {
  font-size: 0.8rem;
}

/* Category Cards */
.category-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 148, 66, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: rgb(0, 148, 66);
}

.category-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.category-content h3 {
  color: rgb(0, 148, 66);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.category-content p {
  color: rgb(108, 117, 125);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.category-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.material-count {
  background: rgba(0, 148, 66, 0.1);
  color: rgb(0, 148, 66);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Materials Grid */
.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.material-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 148, 66, 0.1);
  transition: all 0.3s ease;
}

.material-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.material-header {
  padding: 1.5rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.material-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 148, 66, 0.1);
  color: rgb(0, 148, 66);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.material-type i {
  font-size: 1rem;
}

.material-date {
  color: rgb(108, 117, 125);
  font-size: 0.9rem;
  font-weight: 500;
}

.material-content {
  padding: 1.5rem;
}

.material-title {
  color: rgb(0, 148, 66);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.material-description {
  color: rgb(108, 117, 125);
  line-height: 1.6;
  margin-bottom: 0;
}

.material-footer {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.downloads {
  color: rgb(108, 117, 125);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.downloads i {
  font-size: 0.8rem;
}

.material-actions {
  display: flex;
  gap: 0.5rem;
}

.material-actions .btn {
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.material-actions .btn-primary {
  background: rgb(0, 148, 66);
  border-color: rgb(0, 148, 66);
}

.material-actions .btn-primary:hover {
  background: rgba(0, 148, 66, 0.9);
  border-color: rgba(0, 148, 66, 0.9);
  transform: translateY(-2px);
}

.material-actions .btn-outline-secondary {
  border-color: rgba(0, 148, 66, 0.3);
  color: rgb(0, 148, 66);
}

.material-actions .btn-outline-secondary:hover {
  background: rgba(0, 148, 66, 0.1);
  border-color: rgb(0, 148, 66);
  color: rgb(0, 148, 66);
  transform: translateY(-2px);
}

/* No Materials Message */
.no-materials-message {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 148, 66, 0.1);
}

.no-materials-message i {
  color: rgba(0, 148, 66, 0.3);
  margin-bottom: 1.5rem;
}

.no-materials-message h4 {
  color: rgb(0, 148, 66);
  margin-bottom: 1rem;
}

.no-materials-message p {
  color: rgb(108, 117, 125);
}

/* Info Section */
.info-section {
  padding: 3rem 0;
  background: rgba(0, 148, 66, 0.05);
}

.info-card {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 148, 66, 0.1);
}

.info-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgb(0, 148, 66), rgba(0, 148, 66, 0.8));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.info-card h3 {
  color: rgb(0, 148, 66);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.info-card p {
  color: rgb(108, 117, 125);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.info-card .btn {
  background: rgb(0, 148, 66);
  border-color: rgb(0, 148, 66);
  border-radius: 10px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.info-card .btn:hover {
  background: rgba(0, 148, 66, 0.9);
  border-color: rgba(0, 148, 66, 0.9);
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .material-hero .hero-title {
    font-size: 2.5rem;
  }

  .material-hero .hero-subtitle {
    font-size: 1.1rem;
  }

  .filters-card {
    padding: 1rem;
  }

  .filter-tabs {
    justify-content: center;
    margin-top: 1rem;
  }

  .materials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .category-card {
    padding: 1.5rem;
  }

  .category-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .material-actions {
    flex-direction: column;
    gap: 0.5rem;
  }

  .material-actions .btn {
    width: 100%;
  }

  .info-card {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .material-hero {
    padding: 4rem 0 3rem;
  }

  .material-hero .hero-title {
    font-size: 2rem;
  }

  .filter-btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

  .materials-grid {
    gap: 1rem;
  }
}

/* Estilos específicos para modais de Material de Apoio */
.modal-content .download-material-info .material-preview {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.modal-content .download-info {
  padding: 1rem 0;
}

.modal-content .download-stats {
  padding: 0.5rem 0;
  border-top: 1px solid #e9ecef;
}

.preview-container {
  min-height: 300px;
  position: relative;
}

.preview-loading,
.preview-error,
.preview-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.preview-pdf iframe {
  border: none;
  width: 100%;
  min-height: 600px;
}

.preview-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pagination-info {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.filter-btn.active {
  background-color: #00af66;
  border-color: #00af66;
  color: white;
}

.filter-btn:hover {
  background-color: #009455;
  border-color: #009455;
  color: white;
}

@media (max-width: 768px) {
  .modal-xl {
    max-width: 95%;
  }

  .filter-tabs .btn-group {
    flex-direction: column;
  }

  .filter-btn {
    border-radius: 0.375rem !important;
    margin-bottom: 0.5rem;
  }
}
