/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: CPVC
Author: Babel Frontend Team
Author URI: https://babel.es/
Version: 1.0.0  
Description: Comissão de Proteção Às VITIMAS DE CRIMES - CPVC website theme.
Requires at least: 6
Tested up to: 6.4.3
Requires PHP: 7.0 or higher
Text Domain: cpvc
This theme is built for cpvc project by Babel Frontend Team.
*/

/* ======================================================
                    -   1. Templates   -
========================================================= */
/*.trp-block-container .trp_language_switcher_shortcode {
    display: none;
}*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--noto-sans);
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

ol,
ul {
  margin-block: 0;
}

img {
  max-width: 100%;
}

/* .app-container {
} */
.svg.bb-icon,
.wp-block-boldblocks-svg-block :not(.use-as-button) svg.bb-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
}

.wp-block-boldblocks-svg-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

:where(figure) {
  margin: 0;
}

.footer .wp-block-group:where(body .is-layout-flow) > * {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

a:where(:not(.wp-element-button)) {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 34px;
  min-height: 34px;
}

p > a:where(:not(.wp-element-button)) {
  min-height: unset;
}

/*                   -   1.1. Header   -
========================================================= */
.app-header {
  background: var(--wp--custom--header--color--light);
  max-height: var(--wp--custom--header--size);
  color: var(--wp--preset--color--primary-blue-900);
  padding-top: 148px;
}

.app-header.dark {
  background: var(--wp--custom--header--color--dark);
  color: var(--wp--preset--color--white);
}

.app-header .wp-block-navigation__responsive-container-close svg,
.app-header.dark .wp-block-navigation__responsive-container-open svg {
  fill: var(--wp--preset--color--white);
}

.app-header .wp-block-navigation__responsive-container-open svg {
  fill: var(--wp--preset--color--primary-blue-900);
}

.admin-bar .app-header {
  top: 32px;
}

.app-header .header-main {
  padding: var(--wp--custom--space--l) 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--wp--custom--header--color--light);
}

.scrolled .app-header .header-main {
  -webkit-box-shadow: 10px 10px 40px 30px #00000026;
  box-shadow: 10px 10px 40px 30px #00000026;
}

.app-header.dark .header-main {
  background: var(--wp--custom--header--color--dark);
}

.wp-block-site-logo.is-default-size img,
.app-header .header-main .logo-black img {
  height: 78px;
  width: auto;
}

.app-header:not(.dark) .header-bottom {
  background-color: var(--wp--preset--color--primary-blue-100);
  color: var(--wp--preset--color--primary-blue-900);
  position: relative;
}

.app-header.dark .header-bottom,
.app-header.dark h4 {
  color: var(--wp--preset--color--white);
  position: relative;
}

.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  gap: 30px;
}

.app-header:not(.dark) .logo-white {
  display: none;
}

.app-header.dark .logo-black {
  display: none;
}

/*                -   1.2. Navigation   -
========================================================= */
.wp-block-navigation__container,
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  gap: var(--wp--custom--space--l);
}

.wp-block-navigation__container:only-child {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

.wp-block-navigation__responsive-container.is-menu-open.is-menu-open {
  background-color: var(--wp--preset--color--primary-blue-900) !important;
}

.wp-block-navigation .wp-block-navigation-item__label,
.app-header.dark .wp-block-navigation .wp-block-navigation-item__label {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  color: var(--wp--preset--color--white);
}

.app-header.dark .wp-block-navigation .wp-block-navigation-item__label:hover,
.app-footer .wp-block-navigation .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--primary-blue-300);
}

.app-header .wp-block-navigation .wp-block-navigation-item__label {
  color: var(--wp--preset--color--black);
}

.wp-block-navigation .wp-block-navigation-item::before {
  content: "";
  height: 8px;
  width: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app-header.dark
  .wp-block-navigation
  .wp-block-navigation-item.current-menu-item::before {
  background-color: currentColor;
  width: 100%;
}

.wp-block-navigation .wp-block-navigation-item.current-menu-item::before {
  background-color: var(--wp--preset--color--primary-blue-600);
  width: 100%;
}

.app-header.dark .wp-block-navigation .wp-block-navigation-item:hover::before,
.app-footer .wp-block-navigation .wp-block-navigation-item:hover::before {
  background-color: var(--wp--preset--color--primary-blue-300);
  width: 100%;
}

.wp-block-navigation .wp-block-navigation-item:hover::before {
  background-color: var(--wp--preset--color--primary-blue-600);
  width: 100%;
}

/*                -   1.3. Search   -
========================================================= */
.app-header .header-bottom form[role="search"].wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 6px;
}

.app-header
  .header-bottom
  form[role="search"].wp-block-search
  .wp-block-search__inside-wrapper {
  height: 50px;
  position: relative;
}

.app-header
  .header-bottom
  form[role="search"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button.has-icon.wp-element-button {
  padding: 0;
  width: 44px;
  height: 44px;
  align-items: center;
}

.wp-block-search.wp-block-search__searchfield-hidden
  .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.header-bottom .wp-block-search__inside-wrapper .wp-element-button,
.header-bottom .wp-block-search__inside-wrapper .wp-block-button__link {
  background-color: transparent;
  padding: 16px 0;
}

.header-bottom
  .wp-block-search:not(.wp-block-search__searchfield-hidden)
  .wp-block-search__inside-wrapper
  .wp-element-button,
.header-bottom
  .wp-block-search:not(.wp-block-search__searchfield-hidden)
  .wp-block-search__inside-wrapper
  .wp-block-button__link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 100%;
}

.header-bottom
  .wp-block-search:not(.wp-block-search__searchfield-hidden)
  .wp-block-search__inside-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: var(--wp--preset--color--primary-blue-300);
}

.wp-block-search__button svg {
  min-width: 28px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.wp-block-search__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--wp--preset--color--primary-blue-900);
  display: none;
}

.wp-block-search.wp-block-search__searchfield-hidden .wp-block-search__label {
  display: block;
}

.wp-block-search__button {
  color: var(--wp--preset--color--primary-blue-900);
}

.app-header.dark .wp-block-search__button {
  color: var(--wp--preset--color--white);
}

.app-header.dark .wp-block-search__label {
  color: var(--wp--preset--color--white);
}

.app-header .wp-block-search__input {
  background-color: transparent;
  min-width: 35vw;
  color: var(--wp--preset--color--primary-blue-900);
  border: none;
  outline: none;
  padding-left: 44px;
  font-size: var(--wp--preset--font-size--medium);
}

.app-header
  .wp-block-search__input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  background-image: url("/wp-content/uploads/2024/04/X-dark.png");
  background-size: 14px 14px;
}

.app-header.dark
  .wp-block-search__input[type="search"]::-webkit-search-cancel-button {
  background-image: url("/wp-content/uploads/2024/04/X-white.png");
}

.app-header.dark .wp-block-search__input {
  color: var(--wp--preset--color--white);
}

.app-header .wp-block-search__input::-webkit-input-placeholder {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue-900);
}

.app-header .wp-block-search__input::-moz-placeholder {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue-900);
}

.app-header .wp-block-search__input:-ms-input-placeholder {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue-900);
}

.app-header .wp-block-search__input::-ms-input-placeholder {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue-900);
}

.app-header .wp-block-search__input::placeholder {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue-900);
}

.app-header.dark .wp-block-search__input::-webkit-input-placeholder {
  color: var(--wp--preset--color--white);
}

.app-header.dark .wp-block-search__input::-moz-placeholder {
  color: var(--wp--preset--color--white);
}

.app-header.dark .wp-block-search__input:-ms-input-placeholder {
  color: var(--wp--preset--color--white);
}

.app-header.dark .wp-block-search__input::-ms-input-placeholder {
  color: var(--wp--preset--color--white);
}

.app-header.dark .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--white);
}

input.wp-block-search__input:-webkit-autofill,
input.wp-block-search__input:-webkit-autofill:hover,
input.wp-block-search__input:-webkit-autofill:focus,
input.wp-block-search__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--wp--preset--color--white) inset !important;
}

.app-header.dark input.wp-block-search__input:-webkit-autofill,
.app-header.dark input.wp-block-search__input:-webkit-autofill:hover,
.app-header.dark input.wp-block-search__input:-webkit-autofill:focus,
.app-header.dark input.wp-block-search__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--wp--preset--color--primary-blue-900)
    inset !important;
}

/*                 -   1.4. Main content   -
========================================================= */
.app-main {
  padding-top: var(--wp--custom--space--12-xl);
  padding-bottom: var(--wp--custom--space--6-xl);
}

.quem-somos .app-main {
  padding-top: 0;
  padding-bottom: var(--wp--custom--space--m);
}

.main-content {
  max-width: calc(var(--wp--style--global--content-size) - 20vw) !important;
  margin: 0 auto;
}

.quem-somos .main-content {
  max-width: var(--wp--style--global--wide-size) !important;
  margin: 0 0;
}

.deliberacoes .main-content {
  max-width: var(--wp--style--global--content-size) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contactos .app-main .main-content {
  max-width: 100% !important;
  margin: 0;
}

.quem-somos h1.wp-block-post-title,
.home-page h1.wp-block-post-title {
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}

.taxonomy-category > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--custom--space--s);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.taxonomy-category > a:not(:first-child) {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue-900);
}

h1 {
  font-size: var(--wp--preset--font-size--2-x-large);
  margin-bottom: var(--wp--custom--space--4-xl);
  line-height: 1.5;
  margin-top: 0;
}

h2 {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: var(--wp--custom--space--l);
  line-height: 1.5;
  margin-top: 0;
}

h3 {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--custom--space--l);
}

.back-button {
  color: var(--wp--preset--color--primary-blue-600);
  cursor: pointer;
}

/*                 -   1.5. Footer   -
========================================================= */
.app-footer {
  color: var(--wp--preset--color--white);
  overflow: hidden;
}

.app-footer__bottom {
  background-color: var(--wp--preset--color--primary-blue-900);
}

.app-footer__bottom > .wp-block-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--wp--custom--space--3-xl);
  padding: var(--wp--custom--space--4-xl);
}

.app-footer__bottom > .wp-block-group > .wp-block-group {
  height: 100%;
  padding: var(--wp--custom--space--5-xl) 0;
  gap: var(--wp--custom--space--m);
}

.app-footer__bottom > .wp-block-group > .wp-block-group:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.05);
  height: 100%;
  padding-right: var(--wp--custom--space--3-xl);
}

.footer-copyrights {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--grey-500);
  margin-top: 20px;
}

.app-footer__finance {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--grey-500);
  background-color: var(--wp--preset--color--primary-blue-900);
  padding: var(--wp--custom--space--l);
  width: var(--wp--style--global--wide-size);
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.app-footer__finance > div.wp-block-group > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-footer__finance > div.wp-block-group > div.wp-block-group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: var(--wp--custom--space--l);
}

.app-footer__logos {
  padding: var(--wp--custom--space--4-xl);
}

.app-footer__logos > .wp-block-group {
  gap: var(--wp--custom--space--2-xl);
}

.wp-block-group.app-footer__more {
  background-color: var(--wp--preset--color--white);
}

.wp-block-group.app-footer__more > .wp-block-group {
  gap: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-footer__more-nav {
  position: relative;
  padding: var(--wp--custom--space--4-xl) 0 var(--wp--custom--space--4-xl)
    var(--wp--custom--space--4-xl);
  background-color: var(--wp--preset--color--primary-blue-900);
}

.app-footer__more-nav::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  display: block;
  top: 0;
  left: 99%;
  background-color: var(--wp--preset--color--primary-blue-900);
}

.app-footer__more-nav h2 {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--large);
}

.app-footer__more-nav .wp-block-navigation .wp-block-navigation-item__label {
  font-weight: 400;
}

.app-footer__more-contacts {
  padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--4-xl)
    var(--wp--custom--space--4-xl) 0;
  color: var(--wp--preset--color--black);
  gap: var(--wp--custom--space--xl);
  position: relative;
}

.app-footer__more-contacts::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  display: block;
  top: 0;
  right: 100%;
  background-color: var(--wp--preset--color--primary-blue-100);
}

.app-footer__more-contacts-items {
  gap: var(--wp--custom--space--m);
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue-900);
}

.app-footer__more-contacts-items > div {
  gap: var(--wp--custom--space--s);
  color: var(--wp--preset--color--primary-blue-900);
}

.app-footer__more-contacts__links {
  gap: var(--wp--preset--spacing--60);
}

.app-footer__more-bookmark {
  position: absolute;
  top: 0;
  left: 0;
}

.app-footer__more-info {
  max-width: 590px;
}

.app-footer__more-info h2 {
  margin-bottom: var(--wp--custom--space--base);
  font-size: var(--wp--preset--font-size--large);
}

.app-footer__more-info p {
  margin-bottom: 0;
}

.social-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-links img {
  height: var(--wp--custom--space--m);
}

/*                 -   1.6. Breadcrumbs   -
========================================================= */
.app-breadcrumbs {
  background-color: var(--wp--preset--color--primary-blue-900);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.breadcrumbs {
  width: 100%;
  color: var(--wp--preset--color--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--custom--space--s);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--white);
  min-height: unset;
}

.breadcrumbs a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--primary-blue-300);
}

.breadcrumbs [property="itemListElement"] span:not(.current-item) {
  position: relative;
}

.breadcrumbs [property="itemListElement"] span:not(.current-item)::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--wp--preset--color--white);
  bottom: -5px;
}

.breadcrumbs
  [property="itemListElement"]:hover
  span:not(.current-item)::before {
  background-color: var(--wp--preset--color--primary-blue-300);
}

.breadcrumbs .search.current-item {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* ======================================================
                    -   2. Content   -
========================================================= */
.posts-3col-list ul.wp-block-post-template,
.posts-3col-list:not(:has(.wp-block-post-template)) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--custom--space--l) 1fr
    var(--wp--custom--space--l) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--custom--space--l);
}

/*                 -   2.1. Home Intro   -
========================================================= */
.home-intro-container {
  padding: var(--wp--custom--space--4-xl) 0;
  overflow: hidden;
}

.home-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-intro .wp-block-image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 68%;
  height: 75%;
  overflow: hidden;
}

.home-intro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
}

.home-intro__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 52%;
  gap: var(--wp--custom--space--4-xl);
}

.home-intro__links-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: var(--wp--preset--color--primary-blue-900);
}

.home-intro__links-card {
  position: relative;
  padding: var(--wp--custom--space--4-xl);
  padding-right: 0;
  background-color: var(--wp--preset--color--grey-100);
  gap: var(--wp--custom--space--l);
}

.home-intro__links-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vw;
  background-color: var(--wp--preset--color--grey-100);
}

.home-intro__links {
  display: -ms-grid;
  display: grid;
  gap: var(--wp--custom--space--l);
  -ms-grid-columns: 1fr var(--wp--custom--space--l) 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.home-intro__links .arrow-link {
  width: 100%;
}

.home-intro__links a:where(:not(.wp-element-button)) {
  white-space: nowrap;
}

.block-editor-block-list__layout
  .block-editor-block-list__block.wp-block-image {
  position: absolute;
}

.arrow-link {
  color: var(--wp--preset--color--primary-blue-600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--wp--custom--space--xs);
}

.arrow-link.back-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: var(--wp--custom--space--l);
}

.home .arrow-link p {
  white-space: nowrap;
}

.arrow-link .wp-block-file {
  margin-bottom: 0;
}

.arrow-link .wp-block-file a {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
}

.arrow-link p,
.arrow-link .taxonomy-category {
  position: relative;
}

.arrow-link p::after,
.arrow-link .taxonomy-category::after,
.wp-block-query-pagination .wp-block-query-pagination-next::after,
.wp-block-query-pagination .wp-block-query-pagination-previous::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: currentColor;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.wp-block-query-pagination {
  margin-top: var(--wp--custom--space--l);
}
.arrow-link .taxonomy-category::after,
.wp-block-query-pagination .wp-block-query-pagination-previous::after {
  left: unset;
  right: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.wp-block-query-pagination .wp-block-query-pagination-next:hover:after {
  left: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.arrow-link:hover p::after {
  width: 100%;
}

.arrow-link:hover .taxonomy-category::after,
.wp-block-query-pagination .wp-block-query-pagination-next:hover:after,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover::after {
  width: calc(100% - 4ch);
}

.arrow-link:has(a:active) p::after,
.arrow-link:has(a:active) .taxonomy-category::after {
  width: 30%;
}

.arrow-link:hover * {
  color: var(--wp--preset--color--primary-blue-900) !important;
}

.arrow-link:has(a:active) {
  color: var(--wp--preset--color--primary-blue-600);
}

.arrow-link svg > path {
  stroke: var(--wp--preset--color--primary-blue-600) !important;
}

.arrow-link:hover svg > path:first-child {
  fill: var(--wp--preset--color--primary-blue-900) !important;
  stroke: var(--wp--preset--color--primary-blue-900) !important;
}

.arrow-link:hover svg > path:last-child {
  stroke: var(--wp--preset--color--white) !important;
}

.arrow-link a > svg {
  display: none;
}

.ch-limit-100 {
  max-width: 780px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ch-limit-20 {
  max-width: 160px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*                 -   2.2. Home Agenda   -
========================================================= */
.home-agenda-container {
  background-color: var(--wp--preset--color--primary-blue-100);
  padding: var(--wp--custom--space--4-xl) 0;
}

.home-agenda {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33px 1fr 33px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  height: 100%;
  min-height: 60vh;
}

.home-agenda__list > .wp-block-post-template,
.home-agenda__list {
  display: contents;
}

.title-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: var(--wp--custom--space--9-xl) var(--wp--custom--space--4-xl);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-card__img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
}

.block-editor-block-list__layout
  .block-editor-block-list__block.title-card__img {
  position: absolute;
}

.title-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.title-card__title {
  position: relative;
  z-index: 2;
  color: var(--wp--preset--color--white);
}

.title-card__title * {
  color: var(--wp--preset--color--white);
}

.post-card {
  width: 100%;
  height: 100%;
  padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--wp--preset--color--white);
}

.post-card .wp-block-post-excerpt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card .wp-block-post-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--wp--custom--space--m);
}

.post-card .wp-block-post-title {
  font-size: var(--wp--preset--font-size--x-large);
}

.post-card .wp-block-post-excerpt__more-link {
  background-color: var(--wp--preset--color--primary-blue-600);
  border-radius: 4px;
  border-color: var(--wp--preset--color--primary-blue-600);
  border-width: 2px;
  border-style: solid;
  font-weight: 400;
  line-height: 1.5;
  padding: var(--wp--custom--space--base);
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--wp--custom--space--s);
}

.post-card .wp-block-post-excerpt__more-link:hover,
.post-card .wp-block-post-excerpt__more-link:focus {
  background-color: var(--wp--preset--color--primary-blue-900);
  border-color: var(--wp--preset--color--primary-blue-900);
  color: white;
}

.post-card .wp-block-post-excerpt__more-link:hover::after {
  color: var(--wp--preset--color--primary-blue-900);
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
}

.post-card .wp-block-post-excerpt__more-link:active {
  background-color: var(--wp--preset--color--primary-blue-700);
  border-color: var(--wp--preset--color--primary-blue-700);
}

.post-card-img.has-link-text .wp-block-post-excerpt__more-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--wp--custom--space--s);
  position: relative;
}

.wp-block-query-pagination
  .wp-block-query-pagination-next
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron),
.wp-block-query-pagination
  .wp-block-query-pagination-previous
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  font-size: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  gap: var(--wp--custom--space--xs);
  position: relative;
}

.wp-block-post-excerpt__more-link::after,
.post-card-img.has-link-text .wp-block-post-excerpt__more-link a::after,
.taxonomy-category > a::before,
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)::before,
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)::before {
  content: "\2794";
  color: var(--wp--preset--color--white);
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.post-card-img.has-link-text .wp-block-post-excerpt__more-link a::before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-boldblocks-svg-block__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post-card-img.has-link-text .wp-block-post-excerpt__more-link:hover a::before {
  width: calc(100% - var(--wp--custom--space--s) - 20px);
}

.wp-block-post-excerpt__more-link:hover,
.post-card-img.has-link-text .wp-block-post-excerpt__more-link a:hover,
.taxonomy-category > a:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--primary-blue-900);
}

.post-card-img.has-link-text .wp-block-post-excerpt__more-link::after {
  content: unset;
  display: none;
}

/*                 -   2.3. Home Actualities   -       
========================================================= */
.home-actualities-container {
  min-height: calc(100vh - var(--wp--custom--header--size));
  padding: var(--wp--custom--space--4-xl) 0 0;
}

.home-actualities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--wp--custom--space--l);
}

.home-actualities h2 {
  margin-bottom: 0;
}

.home-actualities__list > .wp-block-post-template {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--custom--space--l) 1fr
    var(--wp--custom--space--l) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--custom--space--l);
  height: 100%;
}

.home-actualities__list > .wp-block-post-template > .wp-block-post:nth-child(2),
.editor-styles-wrapper
  .home-actualities__list
  > .wp-block-post-template
  > .wp-block-post:nth-child(3) {
  margin-top: var(--wp--custom--space--l);
}

.home-actualities__list > .wp-block-post-template > .wp-block-post:nth-child(3),
.editor-styles-wrapper
  .home-actualities__list
  > .wp-block-post-template
  > .wp-block-post:nth-child(4) {
  margin-top: calc(2 * var(--wp--custom--space--l));
}

.post-card-img .wp-block-post-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--wp--custom--space--l);
  line-height: 1.75;
}

.post-card-img .wp-block-post-excerpt__more-link::after,
.post-card-img.has-link-text .wp-block-post-excerpt__more-link a::after,
.taxonomy-category > a::before,
.wp-block-query-pagination
  .wp-block-query-pagination-next
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)::before,
.wp-block-query-pagination
  .wp-block-query-pagination-previous
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)::before {
  color: var(--wp--preset--color--primary-blue-600);
  border-color: currentColor;
}

.taxonomy-category > a::before,
.wp-block-query-pagination
  .wp-block-query-pagination-previous
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.post-card-img .wp-block-post-excerpt__more-link:hover::after,
.post-card-img.has-link-text .wp-block-post-excerpt__more-link a:hover:after,
.taxonomy-category > a:hover::before,
.wp-block-query-pagination
  .wp-block-query-pagination-next:hover
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)::before,
.wp-block-query-pagination
  .wp-block-query-pagination-previous:hover
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)::before {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary-blue-900);
  background-color: var(--wp--preset--color--primary-blue-900);
}

.post-card-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--white);
}

.post-card-img .wp-block-post-title {
  font-size: var(--wp--preset--font-size--large);
  margin: var(--wp--custom--space--l) 0 var(--wp--custom--space--base);
}

.post-card-img__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.post-card-img__img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.post-card-img__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post-card-img:not(.has-link-text) .wp-block-post-excerpt__more-link {
  font-size: 0;
}

.post-card-img .wp-block-post-excerpt__excerpt {
  margin: 0;
}

/* ======================================================
                    -   3. Patterns   -
========================================================= */

/*                 -   3.1. Tabs   -       
========================================================= */
.gstabs-tabs .t-btn-container {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  min-height: 60px;
}

.gstabs-tabs .tabtitlelabel {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  color: var(--wp--preset--color--grey-900);
}

.gstabs-tabs .t-btn-container > .t-btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--wp--preset--color--white);
}

.gstabs-tabs .t-btn-container > .t-btn.active {
  color: var(--wp--preset--color--grey-900);
  background-color: var(--wp--preset--color--grey-100);
  border-top: 2px solid var(--wp--preset--color--primary-blue-600);
  border-bottom: none;
  min-height: 60px;
}

.gstabs-tabs .t-panel-container {
  background-color: var(--wp--preset--color--grey-100);
  border: 0;
}

.gstabs-tabs .t-panel-container > div {
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
  padding: var(--wp--custom--space--6-xl) 0 var(--wp--custom--space--l);
}

.quem-somos .gstabs-tabs .t-panel-container {
  margin-bottom: 0;
}

/*                 -   3.2. Box Menu   -       
========================================================= */
.gspb_container.box-menu {
  background-color: #f2f6ff;
  -webkit-box-shadow: 2px 5px 17px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 5px 17px 10px rgba(0, 0, 0, 0.16);
}

.gspb_container.box-menu p {
  margin-block: 0;
  margin-bottom: var(--wp--custom--space--m);
}

.gspb_container.box-menu a {
  color: #2b363c;
}

/*                 -   3.3. table   -       
========================================================= */
.wp-block-table {
  overflow: visible;
}

.wp-block-table table {
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--wp--preset--color--white);
  border-collapse: collapse;
}

.wp-block-table table tbody td,
.wp-block-table table thead th {
  color: var(--wp--preset--color--grey-900);
  line-height: 28px;
  padding: var(--wp--custom--space--base) var(--wp--custom--space--l);
  text-align: left;
  border: none;
}

.wp-block-table table tbody td a {
  text-decoration: underline;
}

.wp-block-table table thead th {
  background-color: var(--wp--preset--color--primary-blue-200);
  font-weight: 600;
}

.wp-block-table table thead,
.wp-block-table table tbody tr:not(:last-child) {
  border-bottom: 2px solid var(--wp--preset--color--grey-200);
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(even) {
  background-color: var(--wp--preset--color--primary-blue-100);
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--white);
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(even):hover,
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd):hover {
  background-color: var(--wp--preset--color--grey-100);
}

.wp-block-table table tfoot {
  outline: 2px solid var(--wp--preset--color--grey-200);
}

.wp-block-table table tfoot tr td {
  height: 64px;
  padding: 0;
  padding-left: var(--wp--custom--space--base);
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--wp--preset--color--grey-700);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  position: relative;
}

.wp-block-table table tfoot tr td > * {
  height: 100%;
}

.wp-block-table table tfoot tr td span {
  padding: 0 var(--wp--custom--space--base);
  display: inline-block;
  line-height: 60px;
}

.wp-block-table table tfoot tr td select {
  border: none;
  border-right: 2px solid var(--wp--preset--color--grey-200);
  color: var(--wp--preset--color--grey-700);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  padding-right: 40px;
  background-position: 75% 50%;
}

.wp-block-table table tfoot tr td label {
  position: relative;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--grey-900);
  font-weight: 400;
}

.wp-block-table table tfoot tr td button.btn_prev,
.wp-block-table table tfoot tr td button.btn_next {
  width: 64px;
  height: 100%;
  min-height: 64px;
  border: 0;
  border-left: 2px solid var(--wp--preset--color--grey-200);
  background-color: transparent;
  font-size: 0;
  color: var(--wp--preset--color--primary-blue-600);
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.wp-block-table table tfoot tr td button.btn_prev::after,
.wp-block-table table tfoot tr td button.btn_next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.wp-block-table table tfoot tr td button.btn_prev::after {
  transform: rotate(135deg) translateX(-10%) translateY(50%);
  -webkit-transform: rotate(135deg) translateX(-10%) translateY(50%);
  -moz-transform: rotate(135deg) translateX(-10%) translateY(50%);
  -ms-transform: rotate(135deg) translateX(-10%) translateY(50%);
  -o-transform: rotate(135deg) translateX(-10%) translateY(50%);
}

.wp-block-table table tfoot tr td button.btn_next::after {
  transform: rotate(-45deg) translateX(-20%) translateY(-70%);
  -webkit-transform: rotate(-45deg) translateX(-20%) translateY(-70%);
  -moz-transform: rotate(-45deg) translateX(-20%) translateY(-70%);
  -ms-transform: rotate(-45deg) translateX(-20%) translateY(-70%);
  -o-transform: rotate(-45deg) translateX(-20%) translateY(-70%);
}

.wp-block-table table tfoot tr td button.btn_prev.disabled,
.wp-block-table table tfoot tr td button.btn_next.disabled {
  color: var(--wp--preset--color--primary-blue-300);
  cursor: default;
  pointer-events: none;
}

/*.reports-table th:nth-child(2) {
    width: 170px;
}*/

.wp-block-table figcaption {
  display: none;
}

/*                 -   3.4. Language Switcher  -       
========================================================= */
.trp-language-switcher > div {
  position: relative;
  border: none;
  background-color: transparent;
  background-image: none;
  padding: 4px 0 3px 0;
}

.trp-ls-shortcode-language.trp-ls-clicked {
  padding: 4px 20px 3px 13px;
}

.trp-language-switcher > div::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.trp-language-switcher > div.trp-ls-shortcode-language {
  background-color: var(--wp--preset--color--white);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.app-header .trp-language-switcher > div > a {
  width: 100%;
  min-height: 100%;
}

.app-header.dark .trp-language-switcher > div > a {
  color: var(--wp--preset--color--white);
}

body.pojo-a11y-focusable .app-container a:not(:empty):focus,
body.pojo-a11y-focusable .app-container a.gspb-containerlink:empty:focus,
.app-container [role="button"]:focus,
.app-container [role="button"]:focus-visible,
.app-container button:focus,
.app-container button:focus-visible,
.app-container select:focus,
.app-container select:focus-visible,
.app-container button:focus,
.app-container button:focus-visible,
.app-container [tabindex="0"]:focus,
.app-container [tabindex="0"]:focus-visible,
.app-container [contenteditable]:focus,
.app-container [contenteditable]:focus-visible,
input:focus {
  border: 2px solid #f408fc !important;
  outline: 0 !important;
}

.trp-language-switcher > div > a {
  color: var(--wp--preset--color--primary-blue-900);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.trp-language-switcher > div.trp-ls-shortcode-language > a,
.app-header.dark .trp-language-switcher > div.trp-ls-shortcode-language > a {
  color: var(--wp--preset--color--primary-blue-900);
  display: block !important;
}

/*                 -   3.5. Accordion  -       			 
========================================================= */
.gs-accordion-item.gsopen span.iconfortoggle {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}

.gs-accordion-item > .gs-accordion-item__title {
  background-color: var(--wp--preset--color--white) !important;
  border: 0 !important;
  border-bottom: 2px solid #e1e4ea !important;
  padding: var(--wp--custom--space--l) !important;
}

.gs-accordion-item > .gs-accordion-item__title > .gs-accordion-item__heading {
  color: var(--wp--preset--color--primary-blue-900) !important;
  font-weight: 700 !important;
  font-size: var(--wp--preset--font-size--medium) !important;
}

.gs-accordion-item.gsopen > .gs-accordion-item__title {
  border-bottom: 0 !important;
  background-color: #fafcff !important;
}

.gs-accordion-item > .gs-accordion-item__content {
  background-color: #fafcff !important;
  border: 0 !important;
  padding: 0 var(--wp--custom--space--l) var(--wp--custom--space--l) !important;
}

.gs-accordion-item > .gs-accordion-item__title:hover {
  background-color: #fafcff !important;
}

.gs-accordion-item__text p:first-child {
  margin-top: 0;
}

/*                 -   3.6. Feedzy - RSS Feed  -       			 
========================================================= */
.feedzy-rss .feedzy-style2 .rss_content_wrap .title {
  font-size: var(--wp--preset--font-size--large);
  margin: var(--wp--custom--space--l) 0 var(--wp--custom--space--base);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  padding: 0px;
}

.feedzy-rss .feedzy-style2 .rss_item {
  border: none;
}

.rss_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

/*                 -   3.7. Order Card  -       			 
========================================================= */
.order-cards {
  background-color: var(--wp--preset--color--grey-100);
  padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--xs);
  margin: var(--wp--custom--space--l) 0;
  position: relative;
}

.order-cards::before,
.order-cards::after {
  content: "";
  background-color: var(--wp--preset--color--grey-100);
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
}

.order-cards::before {
  right: 100%;
}

.order-cards::after {
  left: 100%;
}

.order-card {
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--white);
  border-radius: 8px;
  padding: var(--wp--custom--space--l) var(--wp--custom--space--base);
}

.order-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--wp--preset--color--primary-blue-200);
}

.order-card h2 {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  line-height: 32px;
  margin-block: var(--wp--custom--space--base);
  margin-bottom: var(--wp--custom--space--base);
}

.order-card__desc {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  margin: 0;
}

.order-card__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--wp--custom--space--s);
}

.order-card__more a::after {
  content: "\2794";
  color: var(--wp--preset--color--primary-blue-600);
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid var(--wp--preset--color--primary-blue-600);
  border-radius: 50%;
}

/*                 -   3.8. Google maps   -       
========================================================= */
.maps-container {
  position: relative;
}

.maps-card {
  position: absolute;
  top: var(--wp--custom--space--base);
  right: var(--wp--custom--space--base);
  background-color: var(--wp--preset--color--white);
  padding: var(--wp--custom--space--l);
  -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.16);
  z-index: 2;
  max-width: 450px;
}

.maps-card h2 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 36px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: var(--wp--custom--space--base);
  margin-block-end: var(--wp--custom--space--base);
}

.maps-card p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 28px;
}

.gm-style .gm-style-iw-c {
  max-width: 450px !important;
  padding: var(--wp--custom--space--l) !important;
  border-radius: 0;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gmnoprint.gm-bundled-control {
  right: unset;
  left: 0;
}

div.gm-style > div:nth-child(8) > button {
  top: 50px !important;
  left: 0;
}

.gm-style h4 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 36px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: var(--wp--custom--space--base);
  margin-block-end: var(--wp--custom--space--base);
}

.gm-style p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 28px;
  margin-block: 0;
  color: var(--wp--preset--color--secondary-blue-900);
}

div.gm-style
  > div:nth-child(1)
  > div:nth-child(2)
  > div
  > div:nth-child(4)
  > div
  > div
  > div
  > div.gm-style-iw.gm-style-iw-c
  > button {
  top: 0 !important;
  right: 0 !important;
}

/*! 3.9. Feedback Message */
.feedback-message {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--wp--preset--font-size--medium);
  max-width: 620px;
  min-width: 400px;
  padding: var(--wp--custom--space--s) var(--wp--custom--space--base);
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  color: var(--wp--preset--color--white);
  z-index: 100000;
  -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.16);
}

.feedback-message.error {
  background-color: var(--wp--preset--color--error-500);
}

.feedback-message.info {
  background-color: var(--wp--preset--color--information-500);
}

div.feedback-message.success {
  background-color: var(--wp--preset--color--success-500);
}

div.feedback-message.warning {
  background-color: var(--wp--preset--color--warning-500);
  color: var(--wp--preset--color--grey-900);
}

/* ======================================================
                    -   4. Forms   -
========================================================= */
.processes-list__filters {
  margin-bottom: var(--wp--custom--space--l);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--custom--space--base) 1fr
    var(--wp--custom--space--base) 1fr var(--wp--custom--space--base) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wp--custom--space--base);
}

/* 4.1. Inputs */
.form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--custom--space--base);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 1 / -1;
}

.form-actions .components-button {
  min-width: 150px;
}

input,
textarea,
select {
  padding: var(--wp--custom--space--s) var(--wp--custom--space--base);
  border: 1px solid var(--wp--preset--color--grey-300);
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--grey-900);
  background-color: var(--wp--preset--color--white);
  outline: none;
}

select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'14'%20height%3D'8'%20viewBox%3D'0%200%2014%208'%20fill%3D'none'%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L7%205.58579L12.2929%200.292893C12.6834%20-0.0976311%2013.3166%20-0.0976311%2013.7071%200.292893C14.0976%200.683417%2014.0976%201.31658%2013.7071%201.70711L7.70711%207.70711C7.31658%208.09763%206.68342%208.09763%206.29289%207.70711L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill%3D'%23034AD8'%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% 55%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--wp--preset--color--grey-900);
  font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: var(--wp--preset--color--grey-900);
  font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: var(--wp--preset--color--grey-900);
  font-weight: 400;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: var(--wp--preset--color--grey-900);
  font-weight: 400;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--wp--preset--color--grey-900);
  font-weight: 400;
}

/* 4.2. label */
label {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--primary-blue-600);
  font-weight: 500;
}

/* 4.3. Buttons */
.components-button {
  background-color: var(--wp--preset--color--white);
  border-radius: 4px;
  border: 2px solid var(--wp--preset--color--primary-blue-600);
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--primary-blue-600);
  font-weight: 500;
  line-height: 1;
  padding: var(--wp--custom--space--base);
  cursor: pointer;
}

.components-button:disabled {
  cursor: not-allowed;
  border-color: var(--wp--preset--color--grey-400);
  color: var(--wp--preset--color--grey-400);
}

.components-button:not(:disabled):hover {
  border-color: var(--wp--preset--color--primary-blue-900);
  color: var(--wp--preset--color--primary-blue-900);
}

.components-button:not(:disabled):active {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.components-button.is-primary {
  background-color: var(--wp--preset--color--primary-blue-600);
  color: var(--wp--preset--color--white);
}

.components-button:not(:disabled):hover,
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-blue-900);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary-blue-900);
}

.components-button:not(:disabled):active,
.wp-block-button .wp-block-button__link:active {
  background-color: var(--wp--preset--color--primary-blue-500);
  border-color: var(--wp--preset--color--primary-blue-500);
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.32);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.32);
}

.app-header.dark .wp-block-button.is-style-fill .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary-blue-900);
  border-color: var(--wp--preset--color--white);
}

.components-button.is-primary:disabled {
  background-color: var(--wp--preset--color--grey-200);
  color: var(--wp--preset--color--grey-400);
}

.wp-block-greenshift-blocks-container:has(> .gspb-containerlink) {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-greenshift-blocks-container:has(> .gspb-containerlink) > p {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a:empty:not(.gspb-containerlink),
body.pojo-a11y-focusable a:not(.gspb-containerlink):empty:focus {
  display: none;
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  border: 0 !important;
  outline: 0 !important;
  pointer-events: none;
}

/* ======================================================
                    -   Responsive   -
========================================================= */
@media (max-width: 1216px) and (min-width: 768px) {
  /* ! Small screen (tablet/Small pc) */
  .app-header .header-main,
  .app-header .header-bottom {
    padding-inline: var(--wp--custom--space--4-xl);
  }

  .admin-bar .app-header {
    top: 0;
  }

  .app-main {
    padding: var(--wp--custom--space--12-xl) var(--wp--custom--space--4-xl) !important;
  }

  .maps-container {
    margin-inline: calc(-1 * var(--wp--custom--space--4-xl));
  }

  .quem-somos .app-main {
    padding: 0px 0px var(--wp--custom--space--12-xl) 0px !important;
  }

  .quem-somos .gstabs-tabs .t-panel-container {
    padding-inline: var(--wp--custom--space--4-xl);
  }

  .gstabs-tabs .t-btn-container {
    padding-inline: var(--wp--custom--space--4-xl);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .t-btn-container .t-btn {
    padding: 0px;
  }

  .main-content {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .gspb_container.box-menu {
    padding: var(--wp--custom--space--l);
  }

  .app-breadcrumbs {
    padding-inline: var(--wp--custom--space--4-xl);
  }

  /* * Navigation */
  .app-header.dark
    .wp-block-navigation
    .wp-block-navigation-item.current-menu-item::before {
    background-color: var(--wp--preset--color--white);
  }

  /* * Home intro */
  .home-intro-container {
    padding: var(--wp--custom--space--4-xl);
    min-height: unset;
  }

  .home-intro {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-intro .wp-block-image {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .home-intro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .home-intro__right {
    position: relative;
    inset: unset;
    width: 100%;
    gap: var(--wp--custom--space--m);
    background-color: var(--wp--preset--color--grey-100);
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .home-intro__links-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--4-xl) 0;
  }

  .home-intro__links-card {
    padding: var(--wp--custom--space--4-xl);
    padding-top: 0;
    gap: var(--wp--custom--space--m);
  }

  .home-intro__links-card::before {
    display: none;
  }

  .home-intro__links {
    gap: var(--wp--custom--space--base);
  }

  .block-editor-block-list__layout
    .block-editor-block-list__block.home-intro__right {
    position: relative;
  }

  /* * Home agenda */
  .home-agenda-container {
    padding: var(--wp--custom--space--4-xl);
  }

  .home-agenda {
    -ms-grid-columns: 1fr var(--wp--custom--space--base) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--custom--space--base);
    height: auto;
    min-height: unset;
  }

  .title-card {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }

  .title-card__title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* * Home actualities */
  .home-actualities-container {
    padding: var(--wp--custom--space--4-xl);
  }

  .home-actualities {
    gap: var(--wp--custom--space--l);
    margin-bottom: var(--wp--custom--space--l);
  }

  .home-actualities__list > .wp-block-post-template {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: var(--wp--custom--space--xl);
  }

  .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(2) {
    margin-top: 0;
  }

  .editor-styles-wrapper
    .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(3) {
    margin-top: 0;
  }

  .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(3) {
    margin-top: 0;
  }

  .editor-styles-wrapper
    .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(4) {
    margin-top: 0;
  }

  .post-card-img .wp-block-post-excerpt {
    gap: var(--wp--custom--space--base);
  }

  .post-card-img__img {
    height: auto;
  }

  /* * Footer */
  .app-footer__more-nav::before {
    display: none;
  }

  .wp-block-group.app-footer__more > .wp-block-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-block-group.app-footer__more-nav {
    width: 100%;
    padding: var(--wp--custom--space--4-xl);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-footer__more-contacts::before {
    display: none;
  }

  .app-footer__more-contacts {
    padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--4-xl)
      var(--wp--custom--space--l) var(--wp--custom--space--4-xl);
    color: var(--wp--preset--color--black);
    gap: var(--wp--custom--space--l);
    width: 100%;
  }

  .app-footer__more-bookmark {
    left: var(--wp--custom--space--m);
  }

  .app-footer__more-nav .wp-block-navigation__container.wp-block-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-footer__finance > .wp-block-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--wp--custom--space--m);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-footer__finance {
    padding: var(--wp--custom--space--4-xl);
  }

  .app-footer__logos {
    padding: var(--wp--custom--space--4-xl);
  }

  .app-footer__bottom > .wp-block-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--wp--custom--space--m);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--wp--custom--space--4-xl);
  }

  .app-footer__bottom > .wp-block-group > .wp-block-group {
    height: auto;
    padding: var(--wp--custom--space--2-xl) var(--wp--custom--space--m);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app-footer__bottom > .wp-block-group > .wp-block-group:first-child {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    height: auto;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--wp--custom--space--base);
  }

  .wp-block-navigation__responsive-container
    .wp-block-navigation__responsive-container-content {
    overflow-y: auto;
    padding: var(--wp--custom--space--xl) var(--wp--custom--space--m);
  }

  .wp-block-navigation__responsive-container-close {
    right: var(--wp--custom--space--m);
    top: var(--wp--custom--space--xl);
  }

  .app-header .wp-block-navigation .wp-block-navigation-item__label {
    color: var(--wp--preset--color--white);
  }

  /* * Left image post */
  .post-left-image {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: var(--wp--custom--space--l);
  }

  .posts-3col-list ul.wp-block-post-template,
  .posts-3col-list:not(:has(.wp-block-post-template)) {
    grid-template-columns: repeat(2, 1fr);
  }

  /**
    * Table
    */
  .wp-block-table table tfoot tr td button.btn_prev,
  .wp-block-table table tfoot tr td button.btn_next {
    position: absolute;
    top: 0;
  }

  .wp-block-table table tfoot tr td button.btn_prev {
    right: 64px;
  }

  .wp-block-table table tfoot tr td button.btn_next {
    right: 0;
  }

  .maps-card {
    position: relative;
    inset: unset;
    margin: var(--wp--custom--space--l) auto 0;
  }

  .processes-list__filters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/**
* Desktop
*/
@media (min-width: 1216px) {
  /* * Change the WordPress default css to a 1216 media query */
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }

  .ctn-parent {
    position: relative;
  }

  .gspb_container.box-menu {
    position: fixed !important;
    z-index: 2;
    width: 450px;
    top: var(--wp--custom--header--size);
    right: var(--wp--custom--space--xl);
    padding: var(--wp--custom--space--l);
  }

  /**
    * Table
    */
  .wp-block-table table tfoot tr td button.btn_prev,
  .wp-block-table table tfoot tr td button.btn_next {
    position: absolute;
    top: 0;
  }

  .wp-block-table table tfoot tr td button.btn_prev {
    right: 64px;
  }

  .wp-block-table table tfoot tr td button.btn_next {
    right: 0;
  }
}

/* * Remove the WordPress default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: none;
  }
}

/* ! Mobile screens */
@media screen and (max-width: 767px) {
  .app-header .header-main,
  .app-header .header-bottom {
    padding-inline: var(--wp--custom--space--l);
  }

  .app-main {
    padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--l) !important;
  }

  .feedback-message {
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
    top: 0;
  }

  .maps-container {
    margin-inline: calc(-1 * var(--wp--custom--space--l));
  }

  .quem-somos .app-main {
    padding: 0px 0px var(--wp--custom--space--4-xl) 0px !important;
  }

  .quem-somos .gstabs-tabs .t-panel-container,
  .quem-somos .back-button {
    padding-inline: var(--wp--custom--space--l);
  }

  .quem-somos .tabscroll .t-btn-container .t-btn {
    margin-right: 0px;
  }

  body .tabscroll .t-btn-container {
    padding-bottom: 0px;
  }

  .main-content {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .gspb_container.box-menu {
    padding: var(--wp--custom--space--l);
  }

  .app-breadcrumbs {
    padding-inline: var(--wp--custom--space--l);
  }

  /* * Navigation */
  .app-header.dark
    .wp-block-navigation
    .wp-block-navigation-item.current-menu-item::before {
    background-color: var(--wp--preset--color--white);
  }

  /* * Home intro */
  .home-intro-container {
    padding: 0;
  }

  .home-intro {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--wp--custom--space--l);
  }

  .home-intro .wp-block-image {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .home-intro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .home-intro__right {
    position: relative;
    inset: unset;
    width: 100%;
    gap: var(--wp--custom--space--m);
    background-color: var(--wp--preset--color--grey-100);
    margin-top: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .home-intro__links-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: var(--wp--custom--space--l) var(--wp--custom--space--l) 0;
  }

  .home-intro__links-card {
    padding: var(--wp--custom--space--l);
    padding-top: 0;
    gap: var(--wp--custom--space--m);
  }

  .home-intro__links-card::before {
    display: none;
  }

  .home-intro__links {
    gap: var(--wp--custom--space--base);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-editor-block-list__layout
    .block-editor-block-list__block.wp-block-image {
    position: relative;
  }

  /* * Home agenda */
  .home-agenda-container {
    padding: var(--wp--custom--space--l);
  }

  .home-agenda {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: var(--wp--custom--space--base);
    height: auto;
    min-height: unset;
  }

  .title-card {
    height: 50vh;
    padding: var(--wp--custom--space--3-xl) var(--wp--custom--space--2-xl);
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
  }

  .title-card__title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .post-card {
    padding: var(--wp--custom--space--3-xl) var(--wp--custom--space--2-xl);
  }

  /* * Home actualities */
  .home-actualities-container {
    padding: var(--wp--custom--space--l);
  }

  .home-actualities__list > .wp-block-post-template {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: var(--wp--custom--space--m);
  }

  .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(2) {
    margin-top: 0;
  }

  .editor-styles-wrapper
    .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(3) {
    margin-top: 0;
  }

  .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(3) {
    margin-top: 0;
  }

  .editor-styles-wrapper
    .home-actualities__list
    > .wp-block-post-template
    > .wp-block-post:nth-child(4) {
    margin-top: 0;
  }

  .post-card-img .wp-block-post-excerpt {
    gap: var(--wp--custom--space--base);
  }

  /* * Footer */
  .app-footer__more-nav::before {
    display: none;
  }

  .wp-block-group.app-footer__more > .wp-block-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-block-group.app-footer__more-nav {
    width: 100%;
    padding: var(--wp--custom--space--l);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-footer__more-contacts::before {
    display: none;
  }

  .app-footer__more-contacts {
    padding: var(--wp--custom--space--4-xl) var(--wp--custom--space--l)
      var(--wp--custom--space--l) var(--wp--custom--space--l);
    color: var(--wp--preset--color--black);
    gap: var(--wp--custom--space--l);
    width: 100%;
  }

  .app-footer__more-bookmark {
    left: var(--wp--custom--space--m);
  }

  .app-footer__more-nav .wp-block-navigation__container.wp-block-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-footer__finance {
    padding: var(--wp--custom--space--l);
  }

  .app-footer__finance > div.wp-block-group > div.wp-block-group {
    gap: var(--wp--custom--space--l);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .app-footer__finance > .wp-block-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--wp--custom--space--l);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-footer__logos {
    padding: var(--wp--custom--space--l);
    border-top: 2px solid rgba(255, 255, 255, 0.05);
  }

  .app-footer__bottom > .wp-block-group {
    gap: var(--wp--custom--space--l);
    width: 100%;
    padding: var(--wp--custom--space--l);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-footer__bottom > .wp-block-group > .wp-block-group {
    height: auto;
    padding: var(--wp--custom--space--2-xl) var(--wp--custom--space--m);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-footer__bottom > .wp-block-group > .wp-block-group:first-child {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    height: auto;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--wp--custom--space--base);
  }

  .wp-block-navigation__responsive-container
    .wp-block-navigation__responsive-container-content {
    overflow-y: auto;
    padding: var(--wp--custom--space--xl) var(--wp--custom--space--m);
  }

  .wp-block-navigation__responsive-container-close {
    right: var(--wp--custom--space--m);
    top: var(--wp--custom--space--xl);
  }

  .app-header .wp-block-navigation .wp-block-navigation-item__label {
    color: var(--wp--preset--color--white);
  }

  /* * Left image post */
  .post-left-image {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: var(--wp--custom--space--l);
  }

  /* * Table */
  .wp-block-table table thead {
    display: none;
  }

  .wp-block-table table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-block-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-block-table table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--wp--custom--space--s);
  }

  .wp-block-table table tbody tr td::before {
    content: attr(data-header);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 600;
    color: var(--wp--preset--color--primary-blue-600);
  }

  .wp-block-table table tfoot tr td {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: unset;
    padding: 0;
  }

  .wp-block-table table tfoot tr td span,
  .quem-somos .wp-block-table table tfoot tr td span {
    grid-column: 1 / -1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    width: auto;
    text-align: center;
    border-bottom: 2px solid var(--wp--preset--color--grey-200);
  }

  .wp-block-table table tfoot tr td label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    height: auto;
    padding-left: var(--wp--custom--space--base);
  }

  .wp-block-table table tfoot tr td button.btn_prev,
  .wp-block-table table tfoot tr td button.btn_next {
    width: auto;
  }

  .wp-block-table table tfoot tr td select {
    border-right: none;
  }

  /* Search */
  .app-header
    .header-bottom
    form[role="search"].wp-block-search:not(
      .wp-block-search__searchfield-hidden
    ) {
    position: absolute;
    bottom: 0;
    left: var(--wp--custom--space--l);
    right: var(--wp--custom--space--l);
  }

  .app-header
    .header-bottom
    form[role="search"].wp-block-search:not(
      .wp-block-search__searchfield-hidden
    )
    .wp-block-search__input {
    background-color: var(--wp--custom--header--color--light);
  }

  .app-header.dark
    .header-bottom
    form[role="search"].wp-block-search:not(
      .wp-block-search__searchfield-hidden
    )
    .wp-block-search__input {
    background-color: var(--wp--custom--header--color--dark);
  }

  .posts-3col-list ul.wp-block-post-template,
  .posts-3col-list:not(:has(.wp-block-post-template)) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .maps-card {
    position: relative;
    inset: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: var(--wp--custom--space--l) auto 0;
  }

  .gm-style .gm-style-iw-c {
    max-width: 90vw !important;
  }

  .processes-list__filters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
