@charset "UTF-8";
/* ==========================================================================
  1. RESET / NORMALIZE
========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==========================================================================
  2. VARIÁVEIS (se usares CSS moderno ou pré-processador como SCSS)
========================================================================== */
:root {
  --primary-colors-100: rgb(245, 249, 251);
  --primary-colors-200: rgb(225, 236, 242);
  --primary-colors-300: rgb(176, 204, 221);
  --primary-colors-400: rgb(116, 166, 196);
  --primary-colors-500: rgb(57, 128, 170);
  --primary-colors-600: rgb(50, 113, 150);
  --primary-colors-700: rgb(44, 100, 133);
  --primary-colors-800: rgb(37, 83, 111);
  --primary-colors-900: rgb(23, 51, 68);
  --secondary-colors-100: rgb(247, 248, 243);
  --secondary-colors-200: rgb(232, 235, 220);
  --secondary-colors-300: rgb(195, 202, 161);
  --secondary-colors-400: rgb(149, 163, 91);
  --secondary-colors-500: rgb(104, 123, 20);
  --secondary-colors-600: rgb(92, 108, 18);
  --secondary-colors-700: rgb(81, 96, 16);
  --secondary-colors-800: rgb(68, 80, 13);
  --secondary-colors-900: rgb(42, 49, 8);
  --tertiary-colors-100: rgb(255, 252, 243);
  --tertiary-colors-200: rgb(255, 246, 218);
  --tertiary-colors-300: rgb(255, 230, 156);
  --tertiary-colors-400: rgb(255, 212, 81);
  --tertiary-colors-500: rgb(255, 193, 7);
  --tertiary-colors-600: rgb(224, 170, 6);
  --tertiary-colors-700: rgb(199, 151, 5);
  --tertiary-colors-800: rgb(166, 125, 5);
  --tertiary-colors-900: rgb(102, 77, 3);
  --neutral-colors-100: rgb(255, 255, 255);
  --neutral-colors-200: rgb(247, 247, 247);
  --neutral-colors-300: rgb(194, 194, 194);
  --neutral-colors-400: rgb(148, 148, 148);
  --neutral-colors-500: rgb(102, 102, 102);
  --neutral-colors-600: rgb(90, 90, 90);
  --neutral-colors-700: rgb(80, 80, 80);
  --neutral-colors-800: rgb(66, 66, 66);
  --neutral-colors-900: rgb(41, 41, 41);
  --base-colors-white: rgb(255, 255, 255);
  --base-colors-black: rgb(0, 0, 0);
  --alert-colors-200: rgb(252, 245, 222);
  --alert-colors-400: rgb(247, 202, 100);
  --alert-colors-600: rgb(255, 207, 39);
  --error-colors-200: rgb(255, 232, 227);
  --error-colors-400: rgb(255, 146, 123);
  --error-colors-600: rgb(160, 41, 26);
  --information-colors-200: rgb(229, 238, 246);
  --information-colors-400: rgb(25, 88, 147);
  --information-colors-600: rgb(16, 57, 96);
  --success-colors-200: rgb(229, 240, 224);
  --success-colors-400: rgb(52, 97, 34);
  --success-colors-600: rgb(41, 76, 27);
  --outline-colors-yellow: rgb(255, 203, 45);
}

/* ==========================================================================
  3. TIPOGRAFIA
========================================================================== */
/* 6XL */
.h6xl-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h6xl-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h6xl-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* 5XL */
.h5xl-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h5xl-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h5xl-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* 4XL */
.h4xl-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h4xl-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h4xl-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* 3XL */
.h3xl-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h3xl-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h3xl-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* 2XL */
.h2xl-bold {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h2xl-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
}

.h2xl-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* XL */
.hxl-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

.hxl-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

.hxl-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* L */
.l-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.l-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.l-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

/* M */
.m-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.m-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.m-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

/* S */
.s-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.s-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.s-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

/* XS */
.xs-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}

.xs-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}

.xs-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}

html {
  font-size: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /* Regular */
  font-size: 15px;
  line-height: 1.5;
  /*max-width: 100ch;*/
  margin: 0 auto;
  color: #333;
  background-color: #fff;
}

p {
  line-height: 1.5;
  margin-bottom: 32px;
  font-size: 18px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.secondary-info {
  letter-spacing: 0px;
  word-wrap: break-word;
}

h2 {
  font-weight: 900;
}

/*
  a {
    display: inline-block;    // Permite ajustar o padding ao redor do link
    padding: 12px 20px;       // Garante uma área de clique confortável
    margin-right: 10px;       // Define o espaçamento entre os links
  }*/
input,
select,
textarea {
  /*margin-bottom: 32px;*/
  padding: 10px;
}

/* ==========================================================================
  4. LAYOUT GERAL (estrutura da página)
========================================================================== */
.secondary-info {
  font-size: 12px;
  line-height: 1.5;
}

/* Linhas de texto com largura máxima de 100 caracteres */
.container {
  /*max-width: 100ch;*/
  /* 100 caracteres de largura, conforme solicitado */
  margin: 0 auto;
}

/* Espaçamentos */
.spacing-5xs {
  display: flex;
  gap: 2px;
}

.spacing-4xs {
  display: flex;
  gap: 4px;
}

.spacing-3xs {
  display: flex;
  gap: 8px;
}

.spacing-2xs {
  display: flex;
  gap: 12px;
}

.spacing-xs {
  display: flex;
  gap: 16px;
}

.spacing-s {
  display: flex;
  gap: 24px;
}

.spacing-m {
  display: flex;
  gap: 32px;
}

.spacing-l {
  display: flex;
  gap: 40px;
}

.spacing-xl {
  display: flex;
  gap: 48px;
}

.spacing-2xl {
  display: flex;
  gap: 56px;
}

.spacing-3xl {
  display: flex;
  gap: 64px;
}

.spacing-4xl {
  display: flex;
  gap: 72px;
}

.spacing-5xl {
  display: flex;
  gap: 80px;
}

.spacing-6xl {
  display: flex;
  gap: 96px;
}

.spacing-7xl {
  display: flex;
  gap: 120px;
}

.border-s {
  border-radius: 4px;
}

.border-m {
  border-radius: 8px;
}

.border-l {
  border-radius: 12px;
}

.border-xl {
  border-radius: 16px;
}

.border-xxl {
  border-radius: 32px;
}

/* ==========================================================================
  5. HEADER / NAVIGAÇÃO
========================================================================== */
header {
  background-color: var(--primary-colors-900);
  /*z-index: 999;*/
  z-index: 990;
}

header a {
  color: var(--tertiary-colors-500);
}

header .botao-observatorio {
  border: 1px solid var(--tertiary-colors-400);
  color: var(--tertiary-colors-400);
  background-color: transparent;
}

a.dropdown-toggle::after {
  display: none;
}

/*
  .header {
    //background-color: var(--cor-primaria);
    color: white;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav a {
    color: white;
    text-decoration: none;
    margin-left: 1rem;
  }
  */
/* ==========================================================================
  6. CONTEÚDO PRINCIPAL
========================================================================== */
/*
  .main {
    padding: 2rem 0;
  }

  .section {
    margin-bottom: 2rem;
  }

  .article {
    margin-bottom: 1.5rem;
  }
  */
/* ==========================================================================
  7. FOOTER
========================================================================== */
/*
  .footer {
    //background-color: var(--cor-secundaria);
    color: white;
    text-align: center;
    padding: 1rem 0;
  }
  */
/* ==========================================================================
  8. COMPONENTES REUTILIZÁVEIS (botões, cards, etc.)
========================================================================== */
/*
  .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    //background-color: var(--cor-primaria);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    //background-color: darken(var(--cor-primaria), 10%);
  }

  .card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  */
/* ==========================================================================
  x. SLIDESHOWS
========================================================================== */
.slideshow-container {
  width: 100%;
  max-width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.slideshow-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
  9. MEDIA QUERIES / RESPONSIVIDADE
========================================================================== */
@media (max-width: 768px) {
  body {
    font-size: 14px;
    /* Ajuste de fonte para telas menores */
  }
  figure.alignleft {
    margin: 0 auto 20px auto !important;
    float: unset !important;
  }
}
@media (min-width: 768px) {
  .img-wrap {
    position: absolute;
    height: 100%;
    width: 150%;
    left: 0;
    top: 0;
    background-position: 100% center;
    background-size: cover;
    border-radius: 2em 0 0 2em;
  }
}
/*
  @media (min-width: 768px) {
    .img-wrap {
      position: absolute;
      height: 100%;
      width: 200%;
      left: 0;
      top: 0;
      background-position: 100% center;
      background-size: cover;
      border-radius: 2em 0 0 2em;
    }
  }
  */
/* Submenu dentro de dropdown */
/* Estilo para os submenus */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

/* Exibir submenus no hover (desktop) */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* BREADCRUMB HEADER */
.breadcrumb-container {
  width: 100%;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.breadcrumb-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb-container h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*z-index: 9999;*/
  z-index: 10;
  color: white;
  margin: 0;
  font-weight: bold;
}

/* Linha decorativa com ::after */
.breadcrumb-container h1::after {
  content: "";
  display: block;
  width: 60px;
  /* Largura da linha */
  height: 3px;
  /* Espessura da linha */
  background-color: rgb(255, 212, 81);
  /* Cor da linha */
  margin-top: 10px;
  /* Espaço entre o texto e a linha */
}

.img-fixed {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
  /* Ocupa o espaço restante */
}

footer {
  flex-shrink: 0;
}

.tabs-wrapper .item.tab-item {
  /*background-color: #21265D;*/
  /*color: #fff;*/
  font-weight: bold;
  padding: 0.8rem;
  border-radius: 0.3rem;
}

.tabs-wrapper a {
  text-decoration: none !important;
}
.tabs-wrapper a .tab-item {
  transition: ease-in 0.1s all;
}

.tabs-wrapper a:hover .tab-item {
  background-color: #E9BF2D !important;
  color: white !important;
}

.tabs-wrapper a:hover > div {
  opacity: 0.9 !important;
}

header * {
  z-index: 999999 !important;
}

.page-header-breadcrumb * {
  z-index: 88888 !important;
}

#cookie-notice .cookie-notice-container,
#cookie-notice .cookie-revoke-container {
  background-color: #292929 !important;
}

#cookie-notice #cn-notice-buttons.cn-buttons-container a {
  color: #000 !important;
  font-weight: bold !important;
}

#home-about-us {
  overflow: hidden;
}
#home-about-us .map-wrap {
  position: relative;
}
#home-about-us .map-wrap img {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
#home-about-us .map-wrap svg {
  position: relative;
  width: 100%;
  z-index: 2;
}

.yellow-check {
  list-style: none;
}
.yellow-check li {
  padding: 2px 0px 20px 30px;
  position: relative;
}
.yellow-check li::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/08/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

#home-services {
  background-image: url("https://iama.azores.gov.pt/wp-content/uploads/2025/05/cows-farm-dairy-cow-cowshed-summer-pasture-1-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 90vh;
  margin-top: 100px;
}
#home-services .services {
  display: flex;
  /*justify-content: end;*/
  justify-content: flex-end;
  align-items: stretch;
  gap: 3%;
  padding: 150px 0 100px 0;
}
#home-services .services .centralizados {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 48, 93, 0.9);
  padding: 50px 80px;
  border-top-left-radius: 97px;
  transform: translate(0, -80px);
  gap: 30px;
}
#home-services .services .centralizados p {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: -moz-min-content;
  width: min-content;
}
#home-services .services .perifericos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(233, 191, 45, 0.9);
  padding: 50px 80px;
  border-top-right-radius: 97px;
  gap: 30px;
}
#home-services .services .perifericos p {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: rgb(35, 48, 93);
  text-align: center;
  width: -moz-min-content;
  width: min-content;
}

#home-news {
  margin-top: 100px;
}

.breadcrumb-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.breadcrumb-container .container {
  z-index: 3;
}

@media (max-width: 992px) {
  body {
    padding-top: 117px;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 117px;
    z-index: 999;
  }
  header nav {
    position: unset !important;
  }
  header nav .navbar-collapse {
    background-color: var(--primary-colors-900);
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
  }
  header nav .navbar-collapse > ul {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
    margin: auto;
  }
  #home-about-us .row > div {
    width: 100% !important;
  }
  #home-about-us .row > div .img-wrap {
    position: relative !important;
    margin-top: 30px;
    height: 500px !important;
    width: 100% !important;
    border-radius: 2em !important;
    background-position: center center;
  }
  #home-services .services {
    gap: unset !important;
    justify-content: space-between;
  }
  #home-services .services > div {
    width: 48%;
  }
  .footer-top:first-of-type .container {
    margin-top: 0 !important;
  }
  .footer-top:first-of-type .container .row {
    justify-content: space-between;
  }
  .footer-top:first-of-type .container .row .col-3:has(img) {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
  .footer-top:first-of-type .container .row .col-3:has(.row) {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .footer-top:first-of-type .container .row .col-3:has(.row) li {
    width: -moz-max-content;
    width: max-content;
  }
  .footer-top:first-of-type .container .row .col-6 {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .footer-top:first-of-type .container .row .col-6 .row {
    justify-content: start !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .footer-top:first-of-type .container .row .col-6 .row .col-md-4 {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .footer-top:first-of-type .container .row .col-6 .row .col-md-6 {
    width: 250px !important;
  }
}
/* Exibir submenus no clique (mobile) */
@media (max-width: 768px) {
  .navbar-collapse > ul {
    max-width: 540px !important;
  }
  .dropdown-submenu .dropdown-menu {
    position: static;
    display: none;
  }
  .dropdown-submenu.show .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a::after {
    content: " ▼";
  }
  .dropdown-submenu.open > a::after {
    content: " ▲";
  }
  #home-services .services {
    gap: unset !important;
    justify-content: space-between;
  }
  #home-services .services > div {
    width: 48%;
  }
  #page-about-us .row > div {
    flex-wrap: wrap;
    width: 100%;
  }
  #page-about-us .row > div > div {
    width: 100%;
  }
  #page-equipa .search-filters {
    justify-content: space-between;
  }
  #page-equipa .search-filters > .col-3 {
    width: 40% !important;
  }
  #page-equipa .search-filters .col-4:has(#button-addon2) {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .footer-top:first-of-type .container {
    margin-top: 0 !important;
  }
  .footer-top:first-of-type .container .row {
    justify-content: space-between;
  }
  .footer-top:first-of-type .container .row .col-3:has(img) {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
  .footer-top:first-of-type .container .row .col-3:has(.row) {
    width: -moz-max-content !important;
    width: max-content !important;
    margin: 0 auto !important;
  }
  .footer-top:first-of-type .container .row .col-3:has(.row) ul {
    justify-content: center;
    align-items: center;
  }
  .footer-top:first-of-type .container .row .col-3:has(.row) ul li {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
  .footer-top:first-of-type .container .row .col-6 {
    margin-top: 40px;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 30px auto 0 auto !important;
  }
  .footer-top:first-of-type .container .row .col-6 .row {
    justify-content: start !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .footer-top:first-of-type .container .row .col-6 .row .col-md-4 {
    width: 100% !important;
  }
  .footer-top:first-of-type .container .row .col-6 .row .col-md-4 h6 {
    text-align: center;
  }
  .footer-top:first-of-type .container .row .col-6 .row .col-md-6 {
    margin: 0 auto !important;
    width: 250px !important;
    max-width: 100% !important;
  }
  .copyright {
    width: 100% !important;
    justify-content: center !important;
  }
  .copyright span {
    text-align: center;
  }
  .footer-logos {
    width: 100% !important;
    justify-content: space-around !important;
    gap: unset !important;
  }
  .footer-logos > div {
    max-width: 46% !important;
  }
  .footer-logos > div a,
  .footer-logos > div img {
    width: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  p:has(.missao) .missao {
    width: 100% !important;
    margin-bottom: 25px;
  }
  p:has(.missao) .visao {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  #home-services .services {
    gap: unset !important;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #home-services .services > div {
    width: 80%;
  }
  #home-services .services .centralizados {
    transform: translate(0, -40px) !important;
  }
  #home-services .services .perifericos {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 97px;
    margin-left: auto;
  }
  #page-centralized-services .ps-5:has(h4) {
    padding-left: 20px !important;
  }
  #page-centralized-services .ps-5:has(h4) h4 {
    gap: 0px !important;
    font-size: 24px !important;
  }
  #page-centralized-services .ps-5:has(h4) h4 img {
    padding-right: 0.5rem !important;
  }
  #page-equipa .search-filters {
    justify-content: space-between;
  }
  #page-equipa .search-filters > .col-3 {
    width: 100% !important;
  }
  #page-equipa .search-filters .filter-btn {
    margin-left: auto;
  }
  #page-equipa .search-filters .filter-btn label {
    display: none;
  }
  #page-equipa .search-filters .col-4:has(#button-addon2) {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #page-equipa .filter-btn {
    width: 100% !important;
  }
  .cotacoes-tabs .tabs-wrapper {
    justify-content: space-between;
    -moz-column-gap: unset !important;
         column-gap: unset !important;
  }
  .cotacoes-tabs a {
    width: 48% !important;
    max-width: unset !important;
    flex: unset !important;
  }
}
.zoom-container {
  /*width: 400px;*/
  width: 100%;
  height: auto;
  overflow: hidden;
  /* Impede que a imagem "vaze" do container */
  position: relative;
  text-align: center;
}

.zoom-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Garante que a imagem ocupe todo o container sem distorcer */
  transition: transform 0.3s ease;
  /* Suaviza o efeito */
}

.zoom-container:hover img {
  transform: scale(1.1);
  /* Aumenta a imagem em 10% */
}

form.wpcf7-form input.form-btn-input {
  border: 1px solid #B0CCDD !important;
}

form.wpcf7-form input.form-btn-input[type=text],
form.wpcf7-form input.form-btn-input[type=email],
form.wpcf7-form textarea.form-btn-input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

form.wpcf7-form .form-btn-submit {
  background-color: rgb(255, 207, 39);
  border-color: rgb(255, 203, 45);
  color: #212529;
}

form.wpcf7-form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  border-radius: 0.2rem !important;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
  margin-right: 0.1rem !important;
}

form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

form.wpcf7-form p {
  margin: 0;
}

.footer-language-selector .btn-dropdown-selector:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border: 0.1rem solid #fff;
}

/* Tabelas nas páginas - editor clássico BO */
body.page table {
  border-collapse: collapse;
}

.wp-singular p {
  text-align: justify;
}

.tab-item .btn-download {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

p strong {
  color: #23305d !important;
}

body.page table tbody,
body.page table td,
body.page table tfoot,
body.page table th,
body.page table thead,
body.page table tr {
  border-width: 1px;
}

body.page table td,
body.page table tfoot,
body.page table th,
body.page table tr {
  padding: 0.3rem;
}

body.page section ul,
body.page section ol {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}

body.page h2 {
  padding-bottom: 1rem;
}

body.page h2,
body.page a {
  color: #23305d;
}

/*
body.page a {
  text-decoration: underline;
}
*/
/*
.wp-block-buttons {
  gap: 0.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div.wp-block-button a.wp-block-button__link.wp-element-button {
  background-color: transparent;
  border-radius: 0.3rem;
  border: 2px solid var(--tertiary-colors-400);
  color: #23305d;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 100%;
  letter-spacing: 0px;
  font-size: 15px!important;
}
div.wp-block-button a.wp-block-button__link.wp-element-button:hover {
  background-color: var(--tertiary-colors-400) !important;
}
div.wp-block-button:not(.is-style-outline) a.wp-block-button__link.wp-element-button::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 6px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,212,81)' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.371 0 0 5.371 0 12c0 6.628 5.371 12 12 12s12-5.372 12-12c0-6.629-5.371-12-12-12zm-1.2 17.333l-5.6-5.6 1.885-1.885 3.715 3.714 6.715-6.714 1.885 1.885-8.6 8.6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
div.wp-block-button:not(.is-style-outline) a.wp-block-button__link.wp-element-button {
  border: 2px solid #ccc!important;
}
*/
.card.card-body pre {
  width: 100% !important;
  white-space: pre-wrap !important;
}

.modal-backdrop {
  z-index: 1;
}

.modal-content {
  background-color: transparent;
  border: 0.2rem solid #fff !important;
}
.modal-content .modal-header {
  background-color: #23305d !important;
  /*border-radius: .3rem 99px 0 0 !important;*/
  padding: 1rem 2.5rem 1rem 1rem !important;
}
.modal-content .modal-header h5 {
  color: white;
  font-weight: 800;
}
.modal-content .modal-body {
  background-color: white;
}
.modal-content .modal-footer {
  background-color: #E9BF2D;
  /* border-radius: 0 0 .3rem 99px !important; */
}

/* Força a imagem do Lightbox2 a usar tamanho máximo da viewport */
.lb-outerContainer {
  display: inline-flex !important;
  /* Ajusta tamanho ao conteúdo */
  align-items: center !important;
  justify-content: center !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  /* elimina fundo branco extra */
}

.lb-image {
  max-width: 90vw !important;
  max-height: 90vh !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  background: transparent !important;
}

.lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

p:has(.missao) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
p:has(.missao) .missao,
p:has(.missao) .visao {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem !important;
  width: 48%;
}
p:has(.missao) .missao strong:nth-child(1),
p:has(.missao) .visao strong:nth-child(1) {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 900;
}

.navbar-nav {
  z-index: 1000000 !important;
}

.tabs-wrapper > div .tab-item {
  border-color: #E9BF2D !important;
}
.tabs-wrapper div[aria-expanded=true] .tab-item {
  background-color: #E9BF2D !important;
  color: white !important;
}

ol:has(a) {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
ol:has(a) li {
  padding: 20px 20px 20px 64px;
  border: 1px rgba(35, 48, 93, 0.5) solid;
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  align-items: center;
  position: relative;
}
ol:has(a) li::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/08/downloadIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
}
ol:has(a) li a:nth-child(1) {
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}
ol:has(a) li .file-icon {
  background-image: url("/wp-content/uploads/2025/08/downloadIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 12px;
}

#producao-biologica #page-equipa .row-fluid > ol:first-of-type {
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#producao-biologica #page-equipa .row-fluid > ol:first-of-type li {
  align-items: center;
  width: 400px;
  display: flex;
}

.accordion-header:has(.accordion-button[aria-expanded=true]) {
  color: white;
}

.accordion-button[aria-expanded=true] {
  background-color: #23305d;
  color: white;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://iama.azores.gov.pt/wp-content/uploads/2025/08/arrow-white.svg") !important;
}

ul li {
  font-size: 18px;
}

.wpcf7-not-valid-tip {
  font-size: 0.9em !important;
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.btn-close {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(103%) contrast(104%);
}

.locations-info-ajax img {
  max-width: 100%;
}

.faq-btn button {
  box-shadow: none !important;
}
.faq-btn button span {
  transition: 0.1s all ease-in;
}
.faq-btn:hover span {
  background-color: #E9BF2D !important;
  color: white !important;
}

#resultadoTable td {
  padding: 10px !important;
}

.responsive-title {
  word-break: break-word;
  /* Quebra palavras longas */
  white-space: normal;
  /* Permite quebra de linha automática */
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
  opacity: 0.6 !important;
  font-size: 50px !important;
}

.slick-prev {
  left: 10px !important;
  z-index: 1;
}

.slick-next {
  right: 40px !important;
}

/*
figure:has(table),
.table-responsive:has(table) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: fit-content !important;
  max-width: 100%;
  margin: 20px auto;
}

figure table tr:nth-child(odd),
.table-responsive table tr:nth-child(odd) {
  background-color: #E9BF2D;
}

figure table,
.table-responsive table {
  width: fit-content !important;
  min-width: 800px !important;
  border: 0px !important;
  border-radius: 40px;
  overflow: hidden;
}

figure table tbody,
.table-responsive table tbody,
figure table tr,
.table-responsive table tr,
figure table td,
.table-responsive table td {
  border: 0px !important;
  border-width: 0px !important;
}

table thead,
table:not(:has(thead)) tr:first-of-type,
table:not(:has(thead))>tbody>tr:first-child:has(> td[rowspan="2"])+tr,
table:not(:has(thead))>tbody>tr:first-child:has(> td[rowspan="3"])+tr,
table:not(:has(thead))>tbody>tr:first-child:has(> td[rowspan="3"])+tr+tr {
  font-weight: 800;
  color: white !important;
  background-color: #23305d;
  --bs-table-bg: #23305d !important;
  border-color: #23305d !important;

  td {
    border-color: #23305d !important;

  }
}

td {
  padding: 15px !important;
  text-align: center;
}*/
/* Container do CF7 */
.wpcf7 form {
  max-width: 100%;
  margin: 0 auto;
}

.wpcf7 form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.wpcf7-form-control {
  width: 100%;
  margin-bottom: 15px;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #555;
}

.wpcf7 input[type=submit] {
  width: 100%;
  padding: 12px;
  border: none;
  background-color: #007BFF;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type=submit]:hover {
  background-color: #0056b3;
}

/* Responsividade */
@media (max-width: 600px) {
  .wpcf7 form {
    padding: 15px;
  }
}
/* Aumentar tamanho das checkboxes */
.wpcf7-checkbox input[type=checkbox] {
  width: 24px;
  /* largura maior */
  height: 24px;
  /* altura maior */
  accent-color: #007BFF;
  /* cor do check */
  cursor: pointer;
}

/* Ajustar espaçamento entre checkbox e label */
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  /* aumenta a distância entre checkbox e texto */
  cursor: pointer;
  font-size: 16px;
  /* opcional: deixa o texto maior */
  color: #555;
}

/* Layout das checkboxes */
.wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

form .wpcf7-checkbox .wpcf7-list-item {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.6rem !important;
  align-items: self-end !important;
}

/* Aumentar tamanho das checkboxes */
form input[type=checkbox].form-check-terms {
  width: 24px;
  /* largura maior */
  height: 24px;
  /* altura maior */
  accent-color: #007BFF;
  /* cor do check */
  cursor: pointer;
}

form .row.row-check-rgpd p label.label-check-rgpd {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
}

.wpcf7-response-output {
  border-color: rgb(23, 51, 68) !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
}

form .datepicker.datepicker-dropdown table thead {
  background-color: #fff !important;
  color: #23305d !important;
}

span.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  display: flex !important;
  gap: 4rem !important;
  margin-right: 1rem !important;
}

/* ========================================
   FIGURE TABLES (WordPress blocks)
   ======================================== */
/* Container styling */
figure:has(table) {
  margin: 2rem auto;
  overflow-x: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Table base styling */
figure:has(table) table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

/* Title row (only for rows with colspan that spans entire table) */
figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) td[colspan] {
  background: #182245;
  padding: 1.8rem 2rem;
  text-align: left;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: none;
}

/* First header row - when it has rowspan (multi-row header) */
figure:has(table) table tbody tr:first-child:has(td[rowspan]) {
  background: #E9BF2D;
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) td {
  color: #ffffff;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) td:first-child {
  text-align: center;
  padding-left: 1rem;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) td:last-child {
  border-right: none;
}

/* Second header row (for multi-row headers) */
figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(2) {
  background: #E9BF2D;
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(2) td {
  color: #ffffff;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(2) td:last-child {
  border-right: none;
}

/* Header row - style ANY first row (simple header, no rowspan/colspan) */
figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) {
  background: #E9BF2D;
}

figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) td {
  color: #ffffff;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) td:first-child {
  text-align: left;
  padding-left: 1rem;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) td:last-child {
  border-right: none;
}

/* Header row when there IS a title row (second row) */
figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(2) {
  background: #E9BF2D;
}

figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(2) td {
  color: #ffffff;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(2) td:first-child {
  text-align: left;
  padding-left: 1rem;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(2) td:last-child {
  border-right: none;
}

/* Data rows - for simple tables (no colspan/rowspan) */
figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr td {
  padding: 1.1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: #555;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}

/* Data rows - for tables with title row (colspan only) */
figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(n+3) td {
  padding: 1.1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: #555;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}

/* Data rows - for tables with multi-row headers (rowspan) */
figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(n+3) td {
  padding: 1.1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  color: #555;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}

/* First column styling for data rows - simple tables */
figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr td:first-child {
  text-align: left;
  padding-left: 1rem;
  font-weight: 600;
  color: #333;
  background-color: #f8f9fa;
  border-right: 3px solid #e0e0e0;
}

/* First column styling for data rows - with title row */
figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(n+3) td:first-child {
  text-align: left;
  padding-left: 1rem;
  font-weight: 600;
  color: #333;
  background-color: #f8f9fa;
  border-right: 3px solid #e0e0e0;
}

/* First column styling for data rows - with rowspan header */
figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(n+3) td:first-child {
  text-align: left;
  padding-left: 1rem;
  font-weight: 600;
  color: #333;
  background-color: #f8f9fa;
  border-right: 3px solid #e0e0e0;
}

/* Alternating row colors - for simple tables */
figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr:nth-child(4n+2):not(:last-child) {
  background: rgba(82, 116, 237, 0.1);
}

figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr:nth-child(4n+3):not(:last-child) {
  background: #fff;
}

figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr:nth-child(4n+4):not(:last-child) {
  background: rgba(233, 191, 45, 0.1);
}

figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr:nth-child(4n+5):not(:last-child) {
  background: #fff;
}

/* Alternating row colors - for tables with title row */
figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(4n+3):not(:last-child) {
  background: rgba(82, 116, 237, 0.1);
}

figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(4n+4):not(:last-child) {
  background: #fff;
}

figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(4n+5):not(:last-child) {
  background: rgba(233, 191, 45, 0.1);
}

figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(4n+6):not(:last-child) {
  background: #fff;
}

/* Alternating row colors - for tables with rowspan header */
figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(4n+3):not(:last-child) {
  background: rgba(82, 116, 237, 0.1);
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(4n+4):not(:last-child) {
  background: #fff;
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(4n+5):not(:last-child) {
  background: rgba(233, 191, 45, 0.1);
}

figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(4n+6):not(:last-child) {
  background: #fff;
}

/* Last row (Total) - strong emphasis */
figure:has(table) table tbody tr:last-child {
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  font-weight: bold;
}

figure:has(table) table tbody tr:last-child td {
  color: #2d3436;
  font-weight: 700;
  font-size: 1rem;
  border-top: 3px solid #fdcb6e;
  border-bottom: none;
  padding: 1.3rem 1rem;
}

figure:has(table) table tbody tr:last-child td:first-child {
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  border-right: 3px solid rgba(253, 203, 110, 0.5);
}

/* Hover effect for data rows - simple tables */
figure:has(table) table tbody tr:first-child:not(:has(td[colspan])):not(:has(td[rowspan])) ~ tr:not(:last-child):hover {
  background: linear-gradient(90deg, #e3f2fd 0%, #ffffff 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for data rows - with title row */
figure:has(table) table tbody tr:first-child:has(td[colspan]:only-child) ~ tr:nth-child(n+3):not(:last-child):hover {
  background: linear-gradient(90deg, #e3f2fd 0%, #ffffff 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for data rows - with rowspan header */
figure:has(table) table tbody tr:first-child:has(td[rowspan]) ~ tr:nth-child(n+3):not(:last-child):hover {
  background: linear-gradient(90deg, #e3f2fd 0%, #ffffff 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Add subtle animation to first row */
figure:has(table) table tbody tr:first-child td {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================
   TABLE-RESPONSIVE (Bootstrap-style tables)
   ======================================== */
/* Container styling */
.table-responsive {
  margin: 2rem auto;
  overflow-x: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Table base styling */
.table-responsive table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

/* Reset Bootstrap styles */
.table-responsive .table-bordered,
.table-responsive .table-striped {
  border: none;
}

.table-responsive .table-bordered th,
.table-responsive .table-bordered td {
  border: none;
}

/* Header styling */
.table-responsive thead tr {
  background: #E9BF2D !important;
}

.table-responsive thead th {
  color: #ffffff !important;
  padding: 1.2rem 1rem !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: none !important;
  background: transparent;
}

.table-responsive thead th:first-child {
  text-align: left !important;
  padding-left: 1rem !important;
  border-right: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.table-responsive thead th:last-child {
  border-right: none !important;
}

/* Body rows */
.table-responsive tbody tr {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.table-responsive tbody td {
  padding: 1.1rem 1rem !important;
  text-align: center !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-right: none !important;
  border-left: none !important;
  color: #555;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.table-responsive tbody td:first-child {
  text-align: left !important;
  padding-left: 1rem !important;
  font-weight: 600;
  color: #333;
  background-color: #f8f9fa;
  border-right: 3px solid #e0e0e0 !important;
}

/* Alternating row colors */
.table-responsive tbody tr:nth-child(4n+1) {
  background: rgba(82, 116, 237, 0.1) !important;
}

.table-responsive tbody tr:nth-child(4n+2) {
  background: #fff !important;
}

.table-responsive tbody tr:nth-child(4n+3) {
  background: rgba(233, 191, 45, 0.1) !important;
}

.table-responsive tbody tr:nth-child(4n+4) {
  background: #fff !important;
}

/* Hover effect */
.table-responsive tbody tr:hover {
  background: linear-gradient(90deg, #e3f2fd 0%, #ffffff 100%) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Animation */
.table-responsive thead tr {
  animation: fadeIn 0.6s ease-in;
}

/* ========================================
   RESPONSIVE DESIGN (both table types)
   ======================================== */
@media screen and (max-width: 768px) {
  figure:has(table),
  .table-responsive {
    padding: 1rem;
    margin: 1rem;
  }
  figure:has(table) table,
  .table-responsive table {
    font-size: 0.85rem;
  }
  figure:has(table) table tbody tr td,
  .table-responsive tbody td {
    padding: 0.8rem 0.5rem !important;
  }
  figure:has(table) table tbody tr:first-child td,
  .table-responsive thead th {
    font-size: 1.1rem;
    padding: 1.2rem 1rem !important;
  }
  figure:has(table) table tbody tr td:first-child,
  .table-responsive tbody td:first-child {
    padding-left: 1rem !important;
  }
  .table-responsive thead th:first-child {
    padding-left: 1rem !important;
  }
}
/* Print styles */
@media print {
  figure:has(table),
  .table-responsive {
    box-shadow: none;
    background: white;
  }
}
table th,
table th span {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.produtosregionais-slidershow .slick-list {
  height: 307px;
}

@media (min-width: 991px) {
  #navbarMenu .nav-item:last-of-type .dropdown-submenu .dropdown-menu {
    width: 360px !important;
  }
  #navbarMenu .nav-item:last-of-type .dropdown-submenu .dropdown-menu a {
    text-wrap: wrap;
  }
}
@media (max-width: 991px) {
  #navbarMenu .nav-item:last-of-type .dropdown-submenu .dropdown-menu {
    max-width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */