/*
Theme Name:         C.S Mansores
Description:        Mansores Theme
Version:            1.0
Author:             wevolved

Text Domain:        Mansores
*/

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Configurações BASE */
* {
  box-sizing: border-box;
  font-family: "Almarai", sans-serif !important;
}

body {
  background-color: var(--branco);
}

html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  /* user-select: none;  */
}

/* desativar scroll quando adicionada a classe disableScroll ao HTML */
html.disableScroll {
  overflow-y: hidden;
}

img {
  max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
  scrollbar-width: thin; /* Adjust the width of the scrollbar */
  scrollbar-color: #888 transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
  width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
  background-color: #888; /* Adjust the color of the scrollbar thumb */
  border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
  background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/* Reset comportamento de links */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
  margin: 0px;
  /* para que as fonts fiquem com linha mais fina */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
span {
  /* para que as fonts fiquem com linha mais fina */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
  color: var(--white);
  opacity: 1; /* Firefox */
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
  -webkit-text-fill-color: var(--white) !important;
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  -webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
  outline: none !important;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
  margin-bottom: 0px !important;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

main {
  min-height: 92px;
}
/**************** FONTS ****************/
/* Headers */
h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 88px;
  letter-spacing: -1px;
}

h2 {
  font-weight: 700;
  font-size: 64px;
  font-style: italic;
  line-height: 60px;
  letter-spacing: -1px;
}

h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -1px;
}

h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.92px;
}

h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.92px;
}

h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
}

/* Fonts default */
p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}

a {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
}

/* Variáveis p/ reutilizar */
:root {
  --fontInter:"Inter", sans-serif;
  --preto: #090909;
  --branco: #f8f8f8;
  --verde: #008854;
  --laranja: #e87e1b;
  --verde-claro: #73b943;
  --vermelho: #af0000;
  --roxo: #8a3ee0;
}

a:focus {
  outline: none !important;
}

.container {
  width: calc(100% - 64px);
  margin: auto;
  max-width: 100%;
  padding: 0;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/****************************** INICIO DO SITE ************************************/
.site-header {
  position: relative;
  width: 100%;
  padding: 22px 30px;
  z-index: 3;
  transition: background-color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);;
}

.home .site-header {
  position: absolute;
}

.site-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

/* =========================
    MENU PRINCIPAL
========================= */

nav > ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

nav > ul > li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--preto);
}

/* =========================
   LOGO
========================= */

.logo {
  width: 332px;
  max-width: 100%;
}

/* =========================================================
   BOTÕES
========================================================= */

.footer-intro__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    height: auto;

    padding: 10px 20px;

    font-size: 13px !important;
    font-weight: 700;
    line-height: 18px !important;
    letter-spacing: 2px;
    text-transform: uppercase;

    white-space: nowrap;

    border-radius: 9999px;
    box-sizing: border-box;
}

.site-header__inner .botaofim{
  width: 332px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}


.botaofim > a,
.homepage-video__content p > a,
.mobile-menu__cta a,
.footer-intro__cta {
    position: relative;
    z-index: 0;
    isolation: isolate;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 20px;

    background-color: var(--verde);
    color: var(--branco);

    text-transform: uppercase;

    border-radius: 9999px;

    transition: color 0.3s ease;
}


/* =========================================================
   BOLHA / FLAIR
========================================================= */

.botaofim > a .button__flair,
.homepage-video__content p > a .button__flair,
.mobile-menu__cta a .button__flair,
.footer-intro__cta .button__flair {
    position: absolute;
    inset: 0;

    z-index: 1;

    pointer-events: none;

    transform: scale(0);
    transform-origin: 0 0;

    will-change: transform;
}


/* CÍRCULO AMARELO */

.botaofim > a .button__flair::before,
.homepage-video__content p > a .button__flair::before,
.mobile-menu__cta a .button__flair::before,
.footer-intro__cta .button__flair::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 170%;
    aspect-ratio: 1 / 1;

    background-color: #ffe539;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    pointer-events: none;
}


/* =========================================================
   TEXTO
========================================================= */

.botaofim > a .button__label,
.homepage-video__content p > a .button__label,
.mobile-menu__cta a .button__label,
.footer-intro__cta .button__label {
    position: relative;
    z-index: 2;
    color: inherit;
}

.footer-intro__cta .button__label {
      position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0;
    padding: 0;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;

    white-space: nowrap;
}


/* =========================================================
   HOVER
========================================================= */

.botaofim > a:hover,
.homepage-video__content p > a:hover,
.mobile-menu__cta a:hover,
.footer-intro__cta:hover {
    color: var(--preto);
}

/* =========================
   ITEMS COM SUBMENU
========================= */

.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("/wp-content/uploads/2026/08/→.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mobile-menu__cta a {
  width: 100%;
}

/* =========================
   SUBMENU
========================= */

.site-header__menu > .menu-item {
  position: relative;
  flex: 0 0 auto;
}

nav .sub-menu {
  display: none;
}

.site-header__menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding-top: 20px;
  z-index: 20;
}

.menu-item-has-children > .sub-menu {
  transition: all 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-direction: column;
}

.sub-menu > li {
  margin-bottom: 16px;
}

.sub-menu a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--preto);
}

.menu-item-has-children > a::after {
  transition: transform 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
/* =========================
   HEADER EM HOVER
========================= */

.site-header:has(.menu-item-has-children:hover) {
  background: var(--branco);

}

.site-header__menu:has(> .menu-item-has-children:hover) > .menu-item > a {
  color: #b5b5b5;
}

.site-header__menu:has(> .menu-item-has-children:hover)
  > .menu-item-has-children
  > a::after {
  background-image: url("/wp-content/uploads/2026/08/→-1.svg");
}

.site-header__menu:has(> .menu-item-has-children:hover)
  > .menu-item-has-children:hover
  > a::after {
  background-image: url("/wp-content/uploads/2026/08/→.svg");
}
/* O item em hover permanece preto */
.site-header__menu:has(> .menu-item-has-children:hover)
  > .menu-item-has-children:hover
  > a {
  color: #000;
}

/* =========================
   FUNDO DO SUBMENU
========================= */

.site-header::after {
  content: "";

  position: absolute;

  top: 100%;
  left: 0;

  width: 100%;
  height: 0;

  background: var(--branco);

  opacity: 0;

  pointer-events: none;

  transition:
    height 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);

  z-index: 1;
}

.site-header:has(.site-header__menu > .menu-item-has-children:hover)::after {
  height: 100px;
  opacity: 1;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   BOTÃO HAMBURGUER
========================================================= */

.mobile-menu-toggle {
  display: none;

  position: relative;

  width: 34px;
  height: 34px;

  padding: 4px;

  border: 0;
  background: transparent;

  flex-shrink: 0;

  cursor: pointer;

  z-index: 10002;
}

/* 3 TRAÇOS */

.mobile-menu-toggle span {
  position: absolute;
  left: 4px;

  display: block;

  width: calc(100% - 8px);
  height: 4px;

  background: var(--preto);

  transform-origin: center;

  transition:
    top 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    transform 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.mobile-menu-toggle span:nth-child(1) {
  top: 9px;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 16px;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 23px;
}

/* =========================================================
   HAMBURGUER ABERTO → X
========================================================= */

html.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  top: 16px;

  transform: rotate(45deg);
}

html.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

html.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  top: 16px;

  transform: rotate(-45deg);
}

/* =========================================================
   MENU MOBILE
========================================================= */

.mobile-menu {
  position: fixed;
  inset: 0;

  width: 100%;
  height: 100dvh;

  background: transparent;

  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  overflow: hidden;

  transition:
    opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    visibility 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: var(--branco);
}

/* =========================================================
   FUNDO SOFT — VÍDEO CONTINUA VISÍVEL POR TRÁS
========================================================= */

.mobile-menu::before {
  content: "";

  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(252, 248, 244, 0.94) 0%,
    rgba(252, 248, 244, 0.86) 45%,
    rgba(252, 248, 244, 0.7) 100%
  );

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  pointer-events: none;

  z-index: 0;
}




.mobile-menu__background {
    position: absolute;
    inset: 0;
opacity: 0.25;
    width: 100%;
    height: 100%;

    overflow: hidden;

    z-index: 0;
}


.mobile-menu__video {
    position: absolute;
    inset: 0;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.mobile-menu__overlay {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            rgba(252, 248, 244, 0.7) 0%,
            rgba(252, 248, 244, 0) 39.7%
        ),
        #FFD4A4;

    mix-blend-mode: hard-light;

    pointer-events: none;

    z-index: 1;
}
/* =========================================================
   CONTEÚDO DO MENU
========================================================= */

.mobile-menu__inner {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;

  /*
     * Espaço superior para não ficar
     * por baixo do header.
     */
  padding: 100px 20px 32px;

  box-sizing: border-box;

  overflow-y: auto;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
}

.mobile-menu__inner::-webkit-scrollbar {
  display: none;
}

/* =========================================================
   NAV
========================================================= */

.mobile-menu__nav {
  width: 100%;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;

  width: 100%;

  margin: 0;
  padding: 0;

  list-style: none;

  gap: 0;
}

/* =========================================================
   ITEMS PRINCIPAIS
========================================================= */

.mobile-menu__list > .menu-item {
  position: relative;

  width: 100%;

  margin: 0;
  padding: 0;

  border-bottom: 2px solid #090909;
}

.mobile-menu__list > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  padding: 18px 0;
  color: var(--preto, #000);

  font-size: 20px;
  line-height: 28px;
  font-weight: 700;

  letter-spacing: 2px;
  text-transform: uppercase;

  transition:
    color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}


/* =========================================================
   SETAS
========================================================= */

.mobile-menu__list > .menu-item-has-children > a::after {
  content: "";
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("/wp-content/uploads/2026/08/→.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition:
    transform 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

/* SETA DO ITEM ABERTO */

.mobile-menu__list > .menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}

/* =========================================================
   ESTADO DO MENU QUANDO UM SUBMENU ESTÁ ABERTO
========================================================= */

/*
 * Todos os itens principais ficam cinza.
 */

.mobile-menu__list:has(> .menu-item-has-children.is-open) > .menu-item > a {
  color: #b5b5b5;
}

/*
 * O item que está aberto mantém-se preto.
 */

.mobile-menu__list:has(> .menu-item-has-children.is-open)
  > .menu-item-has-children.is-open
  > a {
  color: #000;
}

/*
 * Setas dos outros items ficam suaves.
 */

.mobile-menu__list:has(> .menu-item-has-children.is-open)
  > .menu-item-has-children
  > a::after {
  opacity: 0.35;
}

/*
 * Seta ativa preta/visível e virada para cima.
 */

.mobile-menu__list:has(> .menu-item-has-children.is-open)
  > .menu-item-has-children.is-open
  > a::after {
  opacity: 1;

  transform: rotate(180deg);
}

/* =========================================================
   SUBMENUS
========================================================= */

.mobile-menu__list .sub-menu {
  position: static;

  display: none;

  width: 100%;
  min-width: 0;

  margin: 0;
  padding: 0 0 12px;

  list-style: none;
}

/* SUBMENU ABERTO */

.mobile-menu__list .menu-item-has-children.is-open > .sub-menu {
  display: flex;
  flex-direction: column;
  gap:12px;
}

/* =========================================================
   ITEMS DO SUBMENU
========================================================= */

.mobile-menu__list .sub-menu > li {
  width: 100%;

  margin: 0;
  padding: 0;
}

.mobile-menu__list .sub-menu a {
    display: flex;
    width: 100%;
    padding: 0 32px 0 32px;
    color: var(--preto);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
    gap: 13px;
    flex-direction: column;
}

/* =========================================================
   CTA FINAL — PRÉ-INSCRIÇÃO
========================================================= */

.mobile-menu__cta {
  width: 100%;
  margin-top: 58px;
}

.mobile-menu__nav {
  padding-top: 98px;
}
/* =========================================================
   BLOQUEAR SCROLL DA PÁGINA
========================================================= */

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}

/* =========================================================
   DESKTOP
========================================================= */

.mobile-menu,
.mobile-menu-toggle {
  display: none !important;
}
/****************************** FOOTER ************************************/

/* =========================================================
   FOOTER
========================================================= */
.site-footer {
  position: relative;
  min-height: 100dvh;
  height: auto;
  width: 100%;
  gap: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* IMAGEM EM TODO O FOOTER */
  background-image: url("/wp-content/uploads/2026/08/imagem_2026-08-24_102224010.png");
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: cover;
  overflow: hidden;
}

/* =========================
   INTRO
========================= */

.footer-intro {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 120px 0 50px;
  color: var(--branco);
  text-align: center;
}

.footer-intro span {
  font-weight: 700;
  font-size: 96px;
  line-height: 88px;
  letter-spacing: -1px;
  margin: 0 0 24px;
}

.footer-intro p {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
/* =========================================================
   CARD CLARO
========================================================= */
.footer-card {
  position: relative;
  z-index: 2;
  margin: 0 32px 32px 32px;
  padding: 32px;
  background:
    linear-gradient(0deg, rgba(248, 248, 248, 0.8), rgba(248, 248, 248, 0.8)),
    linear-gradient(
      90.9deg,
      rgba(248, 248, 248, 0.6) 0.23%,
      rgba(248, 248, 248, 0) 99.23%
    );
  backdrop-filter: blur(12px);
}

.menu-footer {
  display: flex;
  gap: 54px;
  flex-direction: row;
  flex-wrap: wrap;
}
/* =========================================================
   GRID
========================================================= */

.footer-grid {
  display: flex;
  gap: 50px;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* =========================================================
   LOGO
========================================================= */

.footer-logo img {
  display: block;

  width: 100%;
  max-width: 410px;

  height: auto;
}

/* =========================================================
   COLUNAS
========================================================= */

.footer-column h6 {
  margin: 0 0 16px;
  color: var(--preto);
  text-transform: uppercase;
}

.footer-column,
.footer-column p,
.footer-column a {
  color: var(--preto);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.footer-column p {
  margin: 0;
}

.footer-morada p {
  margin: 0;
}

/* =========================================================
   CONTACTOS
========================================================= */

.footer-telefone,
.footer-email {
  display: block;
  width: fit-content;
  color: var(--preto);
  text-decoration: none;
}

.footer-call-cost {
  font-size: 14px !important ;
  line-height: 20px !important;
}

.footer-email {
  margin-top: 16px;
}

.footer-morada {
  width: 178px;
  max-width: 100%;
}
/* =========================================================
   MENU LEGAL
========================================================= */
.sede-menu a {
  color: #000;
  text-decoration: none;
  text-transform: none;
}

/* =========================================================
   BOTTOM
========================================================= */

.menu-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;

  margin-top: 120px;
}

.menu-bottom p,
.menu-bottom a {
  margin: 0;
  color: var(--preto);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0px;
  font-weight: 700;
}

.crafted {
  text-align: right;
}

.crafted span {
  color: var(--verde);
}

/****************************** HOMEPAGE ************************************/
.homepage-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100dvh;
}

.homepage-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd4a4;
  background-image: linear-gradient(
    180deg,
    rgba(252, 248, 244, 0.7) 0%,
    rgba(252, 248, 244, 0) 39.7%
  );
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 2;
}

.homepage-video__content {
  position: absolute;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: calc(100% - 40px);
  max-width: 1200px;

  z-index: 2;

  color: var(--preto);

  text-align: center;
}

#mobile-menu.is-open ~ #main .homepage-video__content {
  opacity: 0;
  pointer-events: none;
}

.homepage-video__content p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.homepage-video__content p:last-child {
  margin-bottom: 0px !important;
}

.homepage-video__content h1 {
  margin: 0 auto 48px auto;
  max-width: 803px;
}

.homepage-video__content p:has(> a) {
  width: fit-content;
  margin: 0 auto 120px auto;
}
/****************************** BACK2 ************************************/
.back2 {
  margin: 80px 0 48px 0;
}

.back5{
  margin:100px 0 64px 0 !important;
}

.back2 h6,
.back3 h6,
.cardn2 h6,
.back5 h6 {
  text-transform: uppercase;
  margin-bottom: 34px;
  position: relative;
}

.back2 h6,.back5 h6 {
  color: var(--preto);
  width: fit-content;
}

.back3 h6,
.cardn2 h6 {
  color: var(--branco);
}

.back2 h6::after,
.back3 h6::after,
.cardn2 h6::after,
.back5 h6::after {
  content: "";
  position: absolute;
  width: 14.76px;
  height: 1px;
  background-color: var(--preto);
  left: 0;
  bottom: -17px;
}

.back3 h6::after,
.cardn2 h6::after {
  background-color: var(--branco);
}

.back2 h3,.back5 h3 {
  color: var(--preto);
  max-width: 769px;
}

.card1,
.card2,
.card3 {
  padding: 24px;
  cursor: pointer;

  transition: background-color 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.back-cards > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.back-cards {
  width: 100%;
  display: flow-root;
  margin-bottom: 80px !important;
}

.card1 .imagem img,
.card2 .imagem img,
.card3 .imagem img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
}

.card1:hover .imagem img,
.card2:hover .imagem img,
.card3:hover .imagem img {
  transform: scale(1.04);
}

.card1 .imagem,
.card2 .imagem,
.card3 .imagem {
  overflow: hidden;
}

.back-cards::before,
.back-cards::after {
  display: none !important;
}

.flex p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--branco);
  font-weight: 700;
}

.flex > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 32px !important;
}

.card1 h4,
.card2 h4,
.card3 h4 {
  color: var(--branco);
  margin-bottom: 20px !important;
}

.imagem {
  margin-bottom: 32px !important;
}

.botao-saber a,
.ultimos-posts__ler {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  color: var(--branco);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.botao-saber a::after {
  content: "";

  display: inline-block;

  width: 36px;
  height: 36px;

  flex-shrink: 0;

  background-image: url("/wp-content/uploads/2026/08/icon-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.card1 {
  background-color: var(--laranja);
}

.card2 {
  background-color: var(--verde-claro);
}

.card3 {
  background-color: var(--vermelho);
}

.card1:hover {
  background:
    linear-gradient(rgba(9, 9, 9, 0.12), rgba(9, 9, 9, 0.12)), #e87e1b;
}

.card2:hover {
  background:
    linear-gradient(rgba(9, 9, 9, 0.12), rgba(9, 9, 9, 0.12)), #73b943;
}

.card3:hover {
  background:
    linear-gradient(rgba(9, 9, 9, 0.12), rgba(9, 9, 9, 0.12)), #af0000;
}

.card1 .botao-saber a::after,
.card2 .botao-saber a::after,
.card3 .botao-saber a::after {
  transition: all 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.card1:hover .botao-saber a::after {
  background-image: url("/wp-content/uploads/2026/08/icon-4.svg");
}

.card2:hover .botao-saber a::after {
  background-image: url("/wp-content/uploads/2026/08/icon-7.svg");
}

.card3:hover .botao-saber a::after {
  background-image: url("/wp-content/uploads/2026/08/icon-8.svg");
}

.back2:not(:has(~ .back2)) > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.botao-efeito p > button{
  background-color: transparent;
}

/* BOTÃO */
.back2:not(:has(~ .back2)) p a,
.botao-efeito p > a, .botao-efeito p > button {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 10px 20px;

  border: 2px solid var(--preto);
  border-radius: 9999px;

  color: var(--preto);

  text-transform: uppercase;

  transition:
    color 0.25s ease,
    border-color 0.2s ease;
}

.botao-efeito p > a {
  color: var(--branco);
}


/* SETA */
.back2:not(:has(~ .back2)) p a::after,
.botao-efeito p > a::after,.botao-efeito p > button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("/wp-content/uploads/2026/08/→-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
  margin-bottom: 2px;
}

.botao-efeito p > a::after {
  background-image: url("/wp-content/uploads/2026/08/→-4.svg");
}

/* HOVER */
.back2:not(:has(~ .back2)) p a:hover,
.botao-efeito p > a:hover,.botao-efeito p > button:hover {
  border-color: transparent;
  transition:
    color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
    border-color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}




/* =========================================================
   FLAIR / BOLHA GSAP
========================================================= */

.back2:not(:has(~ .back2)) p a .button__flair,
.botao-efeito p > a .button__flair,
.botao-efeito p > button .button__flair {
    position: absolute;
    inset: 0;

    pointer-events: none;

    z-index: -1;

    transform: scale(0);
    transform-origin: 0 0;

    will-change: transform;
}


/* CÍRCULO QUE EXPANDE */

.back2:not(:has(~ .back2)) p a .button__flair::before,
.botao-efeito p > a .button__flair::before,
.botao-efeito p > button .button__flair::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 170%;
    aspect-ratio: 1 / 1;

    background: #ffe539;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    pointer-events: none;
}


/* =========================================================
   LABEL
========================================================= */

.back2:not(:has(~ .back2)) p a .button__label,
.botao-efeito p > a .button__label,
.botao-efeito p > button .button__label {
    position: relative;
    z-index: 1;
}


/* =========================================================
   HOVER
========================================================= */

.back2:not(:has(~ .back2)) p a:hover,
.botao-efeito p > a:hover,
.botao-efeito p > button:hover {
    border-color: transparent;

    transition:
        color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
        border-color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}
/* =========================
   ÚLTIMOS POSTS
========================= */

.ultimos-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-bottom: 80px !important;
}

.ultimos-posts__card {
  min-width: 0;
}

.ultimos-posts__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #fff0f0;
  color: var(--preto);
  text-decoration: none;
}

/* =========================
   IMAGEM
========================= */

.ultimos-posts__imagem {
  width: 100%;

  aspect-ratio: 1.25 / 1;

  overflow: hidden;
}

.ultimos-posts__imagem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================
   CONTEÚDO
========================= */

.ultimos-posts__conteudo {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 14px;
}

.ultimos-posts__titulo {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.92px;
  color: var(--preto);
}

.ultimos-posts__excerto {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: var(--preto);
}

.ultimos-posts__excerto p {
  margin: 0;
}

/* =========================
   FUNDO DO CARD
========================= */

.ultimos-posts__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: auto;
  padding-top: 30px;
}

.ultimos-posts__ler {
  color: var(--preto);
}

.ultimos-posts__ler::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-image: url("/wp-content/uploads/2026/08/icon-5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ultimos-posts__link .ultimos-posts__ler::after {
  transition: all 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.ultimos-posts__link:hover .ultimos-posts__ler::after {
  background-image: url("/wp-content/uploads/2026/08/icon-6.svg");
}
/* =========================
   HOVER
========================= */

.ultimos-posts__link:hover .ultimos-posts__imagem img {
  transform: scale(1.04);
}

.ultimos-posts__link:hover {
  background: linear-gradient(#0909090a), #fff0f0;
}
/****************************** BACK3 ************************************/
.back3 {
  background-color: var(--verde);
  padding: 80px 32px 48px 32px;
}

.back3 h3,
.cardn2 h3 {
  color: var(--branco);
  width: 415px;
  max-width: 100%;
  margin-bottom: 16px !important ;
}

.back3 p {
  width: 564px;
  color: var(--branco);
  max-width: 100%;
}

.back3 p:has(> a) {
  width: 100%;
}

.botao-efeito a:hover {
  color: var(--preto);
}

.botao-efeito p > a:hover::after {
  background-image: url("/wp-content/uploads/2026/08/→-3.svg");
}

.back3-img {
  margin-bottom: 80px !important;
}
/****************************** BACK4 ************************************/
.back4 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-bottom: 99px !important;
  align-items: center;
  justify-items: center;
}

.cardn1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_content_element
  > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cardn1 p {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--preto);
}

.cardn1 p:last-of-type {
  font-size: 20px;
  line-height: 24px;
  color: var(--preto);
  letter-spacing: 0px;
}

.cardn1 {
  border-top: 1px solid #09090926;
  width: 410px;
  padding-top: 16px;
}

.fim-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 80px !important;
}

.fim-home::before,
.fim-home::after {
  display: none !important;
}

.fim-home > .wpb_column > .vc_column-inner {
  height: 100%;
}
.fim-home > .wpb_column {
  height: 100%;
}

.fim-home .vc_col-sm-4 {
  width: 100% !important;
}

.cardn2 > .vc_column-inner > .wpb_wrapper {
  padding: 24px;
}

.cardn2 > .vc_column-inner {
  padding-top: 0px !important;
}

.cardn2 > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.botao-efeito p > a {
  border: 2px solid var(--branco);
}

.fim-home img,
.fim-home .cardn2 {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.botao-mobile {
  display: none;
}
/****************************** VALÊNCIAS ************************************/
 .back5 h1 {
  color: var(--preto);
  max-width: 980px;
  margin-bottom: 32px !important;
}

 .back5 p {
  color: var(--preto);
  max-width: 547px;
  margin-bottom: 32px !important;

}

.part1 > .wpb_column > .vc_column-inner {
  padding-top: 0px !important ;
}

.part1 {
  padding: 48px 32px 128px !important;
  margin-bottom: 98px !important;
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.part1:first-of-type,.part1.shadow:first-of-type{
  left: unset !important;
}

.part1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px !important;
}

.part1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper
  p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--branco);
}

.part1 h3 {
  color: var(--branco);
  margin-bottom: 16px !important;
}

.part1 p {
  color: var(--branco);
  margin-bottom: 48px !important;
  max-width: 448px;
}

.part1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper
  p
  strong {
  padding-left: 12px;
}

.conj {
  display: flex;
  gap: 50px;
}

.conj::after,
.conj::before {
  display: none !important;
}

.shadow {
  box-shadow: 0px -4px 24px 0px #0909091f;
}

.pin-spacer { 
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.page-respostas-sociais .homepage-video__content, .page-child .homepage-video__content{
  position: relative;
  transform: unset;
  width: 100%;
  max-width: 100%;
  top: unset;
  left: unset;
}

.page-respostas-sociais .homepage-video__content p:has(> a),.page-child .homepage-video__content p:has(> a) {
    width: fit-content;
    margin: 0 0 120px 0; 
}
/****************************** A CRECHE ************************************/
.back-laranja{
  padding:80px 32px 48px;
}

.back-laranja{
  margin: 100px 0 0 0;
}

.back-laranja h6,.back-laranja h3{
  color: var(--branco);
}

.back-laranja h6::after{
  background-color: var(--branco);
}

.back-laranja > .wpb_column > .vc_column-inner{
  padding-top: 0px !important;
}

.back-laranja > .wpb_column > .vc_column-inner > .wpb_wrapper{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

.fras p{
  color: var(--branco);
  margin-bottom: 0px !important;
  padding: 32px;
  max-width: 610px;
}

.fras .wpb_text_column{
  border-bottom: 1px solid #F8F8F852;
}

.fras .wpb_text_column:first-of-type{
  border-top: 1px solid #F8F8F852;
}

/* ==========================================================
   GALERIA CUSTOM
   ========================================================== */


.galeria > .wpb_column > .vc_column-inner {
    padding: 0 !important;
}

/* Esconder a galeria original do WPBakery */
.galeria .wpb_gallery {
    display: none !important;
}


/* ==========================================================
   GALERIA PRINCIPAL
   ========================================================== */

.csm-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/* IMAGEM GRANDE */

.csm-gallery__main {
    position: relative;
    width: 100%;
    height: clamp(420px, 41vw, 720px);
    overflow: hidden;
}

.csm-gallery__main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 45%;
}


/* ==========================================================
   SETAS
   ========================================================== */

.csm-gallery__navigation {
    position: absolute;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
}

.csm-gallery__arrow {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 2px solid var(--branco);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 21px;
    transition:
        background-color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1),
        color 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

/* ==========================================================
   THUMBNAILS
   ========================================================== */

.csm-gallery__thumbs-wrap {
    width: 100%;
    padding: 32px;
}

.csm-gallery__thumbs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    user-select: none;
}

.csm-gallery__thumbs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}


.csm-gallery__thumb {
    flex: 0 0 calc((100% - (16px * 5)) / 6.2);
    aspect-ratio: 1.45/1;
    border: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    opacity: .45;
    transition: opacity 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
}

.csm-gallery__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;

}

.csm-gallery__thumb.is-active {
    opacity: 1;
}

.cronograma{
  margin:80px 0 113px 0;
}

.cronograma h3{
  color: var(--preto);
  margin-bottom:48px !important;
}

.crono-temp p:first-of-type{
  font-size: 14px;
  line-height: 18px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--preto);
  font-weight: 700;
  margin-bottom: 16px !important;
  padding-top: 32px;
  border-top: 1px solid #09090926;
}

.crono-temp  p:last-of-type{
    font-size: 20px;
  line-height: 24px !important;
  letter-spacing: 0px;
  color: var(--preto);
  font-weight: 700;
  padding-bottom:32px;
}

.crono-temp .wpb_text_column p:last-of-type{
  border-bottom: 1px solid #09090926;
}

.opcoes p{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--preto);
  margin-bottom: 24px !important;
  padding: 0 32px;
}

.red,.green,.orange{
  padding: 48px 32px !important;
  border-right: 1px solid #F8F8F81A;
  transition: background 0.4s cubic-bezier(0.55, 0.05, 0.2, 1);
  cursor: pointer;
}

.orange{
  background-color: #E87E1B;
}

.orange:hover{
background:
    linear-gradient(
        0deg,
        rgba(9, 9, 9, 0.12),
        rgba(9, 9, 9, 0.12)
    ),
    #E87E1B;
}

.red:hover{
background:
    linear-gradient(
        0deg,
        rgba(9, 9, 9, 0.12),
        rgba(9, 9, 9, 0.12)
    ),
    #AF0000;

}

.green:hover{
background:
    linear-gradient(
        0deg,
        rgba(9, 9, 9, 0.12),
        rgba(9, 9, 9, 0.12)
    ),
    #73B943;

}

.red{
  background-color:#AF0000 ;
}

.green{
  background-color: #73B943;
}

.green h6,.red h6,.orange h6{
  color: var(--branco);
  margin-bottom:16px !important;
}

.green h3,
.red h3,.orange h3 {
    color: var(--branco);
width: 100%;
justify-content: space-between;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.green h3::after,
.red h3::after,.orange h3::after {
    content: '';
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    background-image: url('/wp-content/uploads/2026/08/icon-9.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition:all 0.8s cubic-bezier(0.55, 0.05, 0.2, 1);
}


.green:hover h3::after{
  background-image: url('/wp-content/uploads/2026/08/icon-7.svg');
}

.red:hover h3::after{
  background-image: url('/wp-content/uploads/2026/08/icon-8.svg');
}

.orange:hover h3::after{
  background-image: url('/wp-content/uploads/2026/08/icon-4.svg');
}
/****************************** LEGAL ************************************/
.privacy-policy .back5 h1{
  max-width: 100%;
  margin-bottom:48px !important;
}

.privacy-policy .back5 .wpb_content_element{
  margin-bottom:48px !important ;
}

.privacy-policy .back5 .wpb_content_element:nth-child(2){
  margin-bottom: 0px !important;
}

.privacy-policy h3{
  margin-bottom:24px !important ;
}

.privacy-policy .wpb_text_column em {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.privacy-policy .wpb_text_column em::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--preto);
    border-radius: 50%;
    flex: 0 0 5px;
}
/****************************** CORPOS SOCIAIS ************************************/
.page-corpos-sociais .back5{
  margin:100px 0 97.79px 0 !important;
}

.corpos-sociais__grupo{
  margin-bottom:80px !important;
}

.corpos-sociais__titulo{
  color: var(--preto);
  margin-bottom: 16px !important;
}

.corpos-sociais__cargo-nome{
font-weight: 700;
font-size: 12px;
line-height: 18px;
letter-spacing: 2px;
text-transform: uppercase;
color:#B5C3BE;
margin-bottom: 8px;
padding-top:16px ;
}

.corpos-sociais__pessoa{
  color: var(--preto);
  padding-bottom: 17px !important;
  border-bottom: 1px solid #B5C3BE;
}

.corpos-sociais__cargo:first-child .corpos-sociais__cargo-nome {
    padding-top: 0;
}



/* TOGGLE */
.restantes .vc_toggle {
    width: 100%;
    margin: 0 !important;
    background: #E6F1ED;
     padding: 80px 32px;
}

.restantes
.vc_toggle.vc_toggle_default
.vc_toggle_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    cursor: pointer;
    padding-left: 0px !important;
}

.restantes .vc_toggle_icon {
    display: none !important;
}

.restantes .vc_toggle_title h6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    text-transform: uppercase;
    color: var(--preto);
}

.restantes .vc_toggle_title h6::after {
    content: "";
    display: block;
    width: 14.76px;
    height: 2px;
    background: var(--preto);
}

.restantes .vc_toggle_title::after {
    content: "VER MAIS";
    display: inline-block;
    flex-shrink: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--preto);
    white-space: nowrap;
}


/* quando aberto */
.restantes .vc_toggle.vc_toggle_active .vc_toggle_title::after {
    content: "VER MENOS";
}

.restantes .vc_toggle_content {
    margin: 0 !important;
    padding:32px 0 !important;
    max-width: 100%;
    color: var(--preto);
}


.restantes .vc_toggle_content p {
    margin:0 0 20px !important;
}


.restantes .vc_toggle_content p:last-child {
    margin-bottom: 0 !important;
}


.restantes .vc_toggle_content strong {
    font-weight: 700;
}


.vc_toggle_content h6{
font-size: 20px;
line-height: 24px;
letter-spacing: 0px;
margin-top: 66px;
margin-bottom: 20px !important;
}
/****************************** SOBRE NÓS ************************************/
.page-sobre-nos .back5.v4{
  margin: 100px 0 80px 0 !important;
}

.back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.back5.v4 h1{
  max-width: 432px;
  margin-bottom: 0px !important;
}

.contador > .wpb_column > .vc_column-inner > .wpb_wrapper{
display: flex;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}

.cont{
padding: 32px 0;
}

.cont p:has(> strong){
  margin-bottom: 16px !important;
}

.cont p:last-child{
font-family: var(--fontInter) !important;
font-size: 96px;
line-height: 88px;
letter-spacing: -6px;
color: var(--preto);
font-weight: 700;
}

.roxo-part .vc_col-sm-6 > .vc_column-inner{
padding-top: 0px !important;
}

.roxo-part{
  padding:60px 0px 0px 32px;
  gap: 132px;
  display: flex;
  justify-content: space-between;
}

.roxo-part::after,.roxo-part::before{
  display: none !important;
}

.roxo-part h3{
  color: var(--branco);
  margin-bottom: 24px !important;
}

.roxo-part p{
  color: var(--branco);
  margin-bottom:80px !important ;
}

.roxo-part p:has(> strong){
  margin-bottom:16px !important;
   border-top: 1px solid #F8F8F826;
  padding-top: 32px;
}

.roxo-part > .vc_col-sm-6:first-of-type{
  max-width: 560px !important;
  margin-top: 40px;
}

.roxo-part
> .wpb_column:first-child
> .vc_column-inner
> .wpb_wrapper
> .wpb_text_column
> .wpb_wrapper
> p:last-of-type {
    margin-bottom: 0px !important;
}

.slide{
  padding: 103px 32px 52px 32px;
}

.slide h2{
  font-family: var(--fontInter);
  color: var(--branco);
}

.slide {
    overflow: hidden;
}

.slide
> .wpb_column
> .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.slide
> .wpb_column
> .vc_column-inner
> .wpb_wrapper {
    display: block;
}

.slide .slick-track {
    display: flex;
    align-items: center;
}

.slide .slick-slide {
    width: auto !important;
    margin-right: 80px;
}

.slide .wpb_text_column {
    margin-bottom: 0 !important;
}

.back5.v6 p{
  max-width:767px;
}

.back5.v6 p:last-of-type{
  margin-bottom: 0px !important;
}

.back5.v6 > .wpb_column > .vc_column-inner{
  padding-top: 0px !important;
}

.back5.v6{
  margin:60px 0 68px 0 !important;
}

.contador  .cont{
  border-top: 1px solid #09090926;
  padding-top: 32px;
  width:326px;
  max-width: 100%;
}
/****************************** INSCREVE-TE ************************************/
.page-pre-inscricao .back5.v4.ret{
  padding-left: 0px ;
}


.back-verde{
  background-color: var(--verde);
  padding: 20px;
  margin-top: -80px;
}

.page-pre-inscricao .back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    align-items: flex-start;
}

.back-verde h6{
  color: var(--branco);
}

.back-verde h5{
  color: var(--branco);
  max-width: 360px;
}

.back-verde h6::after{
  background-color: var(--branco);
}


.form-pre-inscricao{
  margin-top: 24px;
}

.form-pre-inscricao label:not(.form-terms label) {
font-size: 12px;
line-height: 18px;
letter-spacing: 2px;
text-transform: uppercase;
color:#B5C3BE ;
margin-bottom: 8px;
}

.form-pre-inscricao input,.form-pre-inscricao select{
  border: none;
  border-bottom: 1px solid #B5C3BE;
  background-color: transparent;
  outline: none;
  border-top:none !important ;
  box-shadow: none;
  padding-bottom:16px;
  padding-left: 0px;
  padding-right: 0px;
  font-size:20px;
  line-height: 24px;
  color: var(--preto);
}

.form-pre-inscricao input::placeholder,
.form-pre-inscricao textarea::placeholder,.form-pre-inscricao select {
    opacity: 1;
 font-size: 20px;
  line-height: 24px;
  color: var(--preto) !important;
  letter-spacing: 0px;
}

.form-pre-inscricao input:focus,.form-pre-inscricao select:focus{
  border-color: #B5C3BE;
  box-shadow: unset;
}

.form-pre-inscricao select{
padding-top: unset;
padding-bottom: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
cursor: pointer;
    background-image: url('/wp-content/uploads/2026/08/→-1.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
}

.form-bottom{
  display: flex;
  gap: 89px;
  margin-bottom:32px !important;
}

.form-bottom .wpcf7-list-item{
  margin: 0px !important;
}

.form-terms .wpcf7-list-item-label, .form-terms a {
  font-size:14px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--preto);
}

.form-terms a {
text-decoration: underline;
text-underline-offset: 5px;
}

.form-submit p{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.botao-efeito p > button{
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--preto);
}

.form-terms p{
  margin-bottom: 0px !important;
}


.form-required br{
  display: none;
}

.form-required {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-bottom: 0px !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: 400;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border-radius: 99px;
    text-align: center;
    color: var(--preto);
}

.back5.v4.ret{
  margin: 0px 0 64px 0 !important;
}

.form-terms .wpcf7-list-item-label{
  margin-left: 10px;
}
/****************************** CONTACTOS ************************************/
.placar-inf{
  background-color: #8A3EE0;
  padding:48px 48px 115px 48px;
  max-width: 100%;
  width: 480px;
}

.back5.v4.ret{
  padding-left: 32px;
}

.placar-inf h3{
  color: var(--branco);
  margin-bottom: 24px !important;
}

.placar-inf p:has(> strong){
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  color: var(--branco);
  margin-bottom: 0px !important;
  margin-bottom: 10px !important;
}

.placar-inf a{
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--branco);
}

.placar-inf p:has(> a){
  margin-bottom: 39px !important;
}

.placar-inf .wpb_wrapper > p:nth-of-type(2)  {
  margin-bottom: 10px !important;
}

.placar-inf p{
  font-size: 14px;
  line-height: 18px;
  color: var(--branco);
  margin-bottom: 39px !important;
}

.placar-inf .wpb_wrapper > p:nth-of-type(7) {
  margin-bottom: 0px !important;
}

.page-contactos .back5.v4 h1 {
    max-width: 640px;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent !important;
    padding: 0px !important; 
}

.page-contactos .back5.v4.ret{
  margin: 0 0 0 0 !important;
}

.back5 .form-required{
  margin-bottom: 48px !important;
}

.mobile-so{
  display: none;
}
/****************************** INFOS ************************************/
.lista > .wpb_column > .vc_column-inner > .wpb_wrapper{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lista .botao-efeito p > a{
  padding: 10px 20px;
  border: 2px solid var(--preto);
  color: var(--preto);
}

.lista .botao-efeito p > a::after{
  display: none;
}

.lista .botao-efeito p > a:hover{
  border: 2px solid transparent;
}

.lista .botao-efeito{
  opacity: 0.5;
}

.lista .botao-efeito.ativa{
  opacity: 1;
}

.lista .botao-efeito p {
  margin-bottom: 0px !important;
}

.lista{
  margin-bottom:48px !important;
}

.ultimos-posts__pagination{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top:48px ;
}

.page-numbers {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid var(--preto);
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height:18px;
    letter-spacing:0;
    opacity: 0.5;
    color: var(--preto);
    text-decoration: none;
    vertical-align: middle;
}

.page-numbers.current{
  opacity: 1;
}

.page-numbers.dots {
    width: auto;
    border: 0;
    border-radius: 0;
    align-items: end;
}

.page-noticias .ultimos-posts{
  margin-bottom:48px !important;
}

.page-noticias .ultimos-posts:last-of-type{
  margin-bottom: 0px !important;
}


/****************************** SINGLE PAGE ************************************/
.single-noticia__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(564px, 1fr);
    min-height: 100vh;
}

/* =========================================================
   CONTEÚDO
========================================================= */
.single-noticia__content {
    padding: 0px 32px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.single-noticia__meta {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #09090952;
}

.single-noticia__meta span{
  color: var(--preto);
}

.single-noticia__line {
    width: 15px;
    height: 2px;
    margin-bottom: 16px;
    background: var(--preto);
}


.single-noticia__title {
    margin: 0 0 32px;
    max-width: 564px;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--preto);
}

.single-noticia__text {
    max-width: 564px;
}

.single-noticia__text a{
	font-size:inherit;
	font-weight:inherit;
}

.single-noticia__text p {
    margin: 0 0 30px;
    color: var(--preto);
}

.single-noticia__text p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   PARTILHAR
========================================================= */

.botao-efeito.v56 p > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding: 10px 16px 10px 20px;
    border: 2px solid var(--preto);
    border-radius: 9999px;
    background: transparent;
    color: var(--preto);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}


.botao-efeito.v56 p > a::after {
    content: "";

    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('/wp-content/uploads/2026/08/Frame-4.svg');
    width: 16px;
    height: 16px;
}


/* =========================================================
   GALERIA
========================================================= */

.single-noticia__gallery {
    min-width: 0;

    display: flex;
    flex-direction: column;
}


/* =========================================================
   IMAGEM PRINCIPAL
========================================================= */

.single-noticia__gallery-main {
    position: relative;

    width: 100%;
    min-height: 0;

    aspect-ratio: 1.12 / 1;

    overflow: hidden;
}


.single-noticia__gallery-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        opacity 0.25s ease,
        transform 0.6s cubic-bezier(.22, 1, .36, 1);
}


/* =========================================================
   SETAS
========================================================= */

.single-noticia__gallery-arrows {
    position: absolute;

    right: 32px;
    bottom: 32px;

    display: flex;
    align-items: center;
    gap: 16px;

    z-index: 2;
}


.single-noticia__gallery-arrow {
    width: 48px;
    height: 48px;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
}

.single-noticia__gallery-arrow img{
  width: 48px;
  height: 48px;
}


/* =========================================================
   THUMBNAILS
========================================================= */
.single-noticia__gallery-thumbs {
    display: flex;
    gap: 8px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.single-noticia__gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.single-noticia__gallery-thumb {
    position: relative;
    flex: 0 0 calc((100% - 12px) / 3.25);
    aspect-ratio: 1.45 / 1;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}

.single-noticia__gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        opacity 0.3s ease,
        transform 0.5s cubic-bezier(.22, 1, .36, 1);
}

.single-noticia__gallery-thumb:not(.is-active) img {
    opacity: 0.5;
}


.single-noticia__gallery-thumb.is-active img {
    opacity: 1;
}

.single-noticia{
  margin-top:100px;
  margin-bottom: 80px !important;
}


.single-noticia__share-wrapper {
    position: relative;
    display: inline-block;
}


/* =========================================================
   MENU DE PARTILHA
========================================================= */

.single-noticia__share-menu {
    position: absolute;

    left: 0;
    top: calc(100% + 10px);

    display: flex;
    align-items: center;
    gap: 6px;

    padding: 8px;

    background: var(--branco);

    border-radius: 8px;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.12);

    z-index: 50;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-5px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
}


.single-noticia__share-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
}


/* =========================================================
   ITEM
========================================================= */

.single-noticia__share-item {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 4px;

    color: #fff;

    cursor: pointer;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}


.single-noticia__share-item:hover {
    transform: translateY(-2px);
}

.page-child .back5{
  margin: 100px 0 0 0 !important;
}


.single-noticia__share-item svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: var(--branco);
    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* LinkedIn */

.single-noticia__share-item--linkedin {
    background: #0077b5;
}

.single-noticia__share-item--linkedin svg {
    fill: #fff;
    stroke: none;
}


/* Email */

.single-noticia__share-item--email {
    background: #888990;
}


.single-noticia__share-item--facebook {
    background: #1877f2;
}

.single-noticia__share-item--facebook svg {
    fill: #fff;
    stroke: none;
}

.single-noticia__share-item--x {
    background: #000;
}

.single-noticia__share-item--x svg {
    fill: #fff;
    stroke: none;
}



/* =========================================================
   POPUP COPIAR LINK
========================================================= */

.share-copy-popup {
    position: fixed;
    inset: 0;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


.share-copy-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* BACKDROP */

.share-copy-popup__backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.35);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


/* BOX */

.share-copy-popup__box {
    position: relative;
    z-index: 1;

    width: min(500px, 100%);

    padding: 28px;

    background: var(--branco);

    border-radius: 18px;

    transform: translateY(10px) scale(0.98);

    transition:
        transform 0.3s cubic-bezier(.22, 1, .36, 1);
}


.share-copy-popup.is-open
.share-copy-popup__box {
    transform: translateY(0) scale(1);
}


/* FECHAR */

.share-copy-popup__close {
    position: absolute;

    top: 14px;
    right: 16px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    background: transparent;

    color: var(--preto);

    font-size: 24px;
    line-height: 1;

    cursor: pointer;
}


/* TÍTULO */

.share-copy-popup__title {
    margin: 0 40px 18px 0;

    font-size: 18px;
    line-height: 24px;
    font-weight: 700;

    color: var(--preto);
}


/* CAMPO */

.share-copy-popup__field {
    display: flex;
    align-items: stretch;

    width: 100%;

    border: 1px solid rgba(0, 0, 0, 0.18);

    border-radius: 9999px;

    overflow: hidden;
}


.share-copy-popup__field input {
    flex: 1;
    min-width: 0;

    padding: 12px 8px 12px 18px;

    border: 0;
    outline: none;

    background: transparent;

    color: var(--preto);

    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
}


/* BOTÃO COPIAR */

.share-copy-popup__button {
    width: 48px;
    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;

    background: var(--preto);
    color: var(--branco);

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}


.share-copy-popup__button svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: var(--branco);
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.share-copy-popup__button.is-copied {
    background: var(--verde);
}


/* MENSAGEM */

.share-copy-popup__status {
    margin-top: 10px;

    font-size: 13px;
    line-height: 18px;
    font-weight: 600;

    color: var(--verde);

    opacity: 0;

    transform: translateY(-3px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}


.share-copy-popup__status.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* WhatsApp */

.single-noticia__share-item--whatsapp {
    background: #25d366;
}

.single-noticia__share-item--whatsapp svg {
    fill: #fff;
    stroke: none;
}


/* Copy */

.single-noticia__share-item--copy {
    background: #888990;
}


/* Mais */

.single-noticia__share-item--more {
    background: var(--preto);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* Feedback ao copiar */

.single-noticia__share-item--copy.is-copied {
    background: var(--verde);
}
/****************************** FAQS ************************************/
.FAQs .vc_toggle{
max-width: 680px;
}

.FAQs .vc_toggle_content p{
  max-width: 680px;
  color: var(--preto);
}

.FAQs .vc_toggle_title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    width: 100%;
    padding: 0 !important;
}

.FAQs .vc_toggle_title h4,
.FAQs .vc_toggle_title h5,
.FAQs .vc_toggle_title h6 {
    order: 1;

    margin: 0 !important;
    padding: 0 !important;

    flex: 1;

    text-align: left;
}

.FAQs .vc_toggle_title::before {
    content: '';

    order: 2;

    position: static;

    display: block;
    flex: 0 0 20px;

    width: 20px;
    height: 20px;

    margin-left: auto;

    background-image: url('/wp-content/uploads/2026/08/Vector-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transition:
        opacity 0.25s ease,
        transform 0.35s cubic-bezier(.65, 0, .35, 1);
}

.FAQs .vc_toggle.vc_toggle_active .vc_toggle_title::before {
    background-image: url('/wp-content/uploads/2026/08/Vector.svg');

    transform: scale(1);
    opacity: 1;
}

.FAQs .vc_toggle .vc_toggle_title p{
transition: color 0.35s cubic-bezier(.65, 0, .35, 1);
font-weight: 700 !important;
margin-bottom: 0px !important;
}

.FAQs .vc_toggle.vc_toggle_active .vc_toggle_title p {
  color: #008854;
}

.vc_toggle_text_only{
  border-top: 1px solid #1A1A1752 ;
  margin-bottom: 24px !important;
  padding-top: 24px !important;
}

html.ajax-page-loading .lista ~ * {
    opacity: 0.45;
    pointer-events: none;
}

.lista ~ * {
    transition: opacity 0.2s ease;
}
/****************************** DOCS ************************************/
.documentos-lista__grupo {
    max-width: 680px;

    padding: 0 0 16px;
    margin: 0 0 32px;

    border-bottom: 1px solid #B5C3BE;
}


.documentos-lista__grupo:last-child {
    margin-bottom: 0;
}


/* =========================================================
   NOME DA CATEGORIA
========================================================= */

 .back5 .documentos-lista .documentos-lista__categoria {
    margin-bottom: 8px !important;
    color: #B5C3BE !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* =========================================================
   LISTA
========================================================= */

.documentos-lista__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* =========================================================
   DOCUMENTO
========================================================= */

.documentos-lista__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}


/* =========================================================
   TÍTULO
========================================================= */

.documentos-lista__titulo {
    min-width: 0;
    flex: 1;
}


.documentos-lista__titulo a,
.documentos-lista__titulo span {
    display: inline-block;
    color: var(--preto);
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
}




/* =========================================================
  AÇÕES
========================================================= */

.documentos-lista__acoes {
    display: flex;
    align-items: center;
    gap: 11.33px;
    flex-shrink: 0;
}


/* =========================================================
  ÍCONE
========================================================= */

.documentos-lista__acao {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--preto);
    text-decoration: none;
}


.documentos-lista__acao svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


.documentos-lista__acao:hover svg {
    transform: translateY(-2px);
}


/* =========================================================
   TOOLTIP
========================================================= */

.documentos-lista__tooltip {
    position: absolute;

    left: 50%;
    bottom: calc(100% + 10px);

    transform:
        translateX(-50%)
        translateY(4px);

    width: max-content;
    max-width: 180px;

    padding: 7px 10px;

    background: var(--preto);
    color: var(--branco);

    border-radius: 4px;

    font-size: 11px;
    line-height: 15px;
    font-weight: 500;

    letter-spacing: 0;

    text-transform: none;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

    z-index: 20;
}


.documentos-lista__tooltip::after {
    content: '';

    position: absolute;

    top: 100%;
    left: 50%;

    transform: translateX(-50%);

    border-width: 5px;
    border-style: solid;

    border-color:
        var(--preto)
        transparent
        transparent
        transparent;
}


.documentos-lista__acao:hover
.documentos-lista__tooltip {
    opacity: 1;
    visibility: visible;
    transform:
        translateX(-50%)
        translateY(0);
}
/****************************** PRELOADER ************************************/
/* =========================================================
   PRELOADER — VISIBILIDADE
========================================================= */

.csm-preloader {
    display: none;
}

html.preloader-active .csm-preloader {
    display: block;
}

html.preloader-active,
html.preloader-active body {
    overflow: hidden !important;
}

html.preloader-already-seen .csm-preloader {
    display: none !important;
}


/* =========================================================
   BASE
========================================================= */

.csm-preloader {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100dvh;

    z-index: 999999;

    overflow: hidden;

    background: #FCF8F4;
    color: var(--preto);

    opacity: 1;

    will-change: opacity;
}


/* =========================================================
   LOGO
========================================================= */

.csm-preloader__logo {
    position: absolute;

    top: 7.5%;
    left: 4.5%;

    z-index: 5;

    opacity: 0;

    animation:
        csmPreloaderLogoIn
        .8s
        .1s
        cubic-bezier(.22, 1, .36, 1)
        forwards;
}

.csm-preloader__logo img {
    display: block;

    width: auto;
    max-width: 180px;
    height: auto;
}


/* =========================================================
   ILUSTRAÇÃO
========================================================= */

.csm-preloader__illustration-wrap {
    position: absolute;

    left: 50%;
    top: 50%;

    width: min(43vw, 650px);

    transform:
        translate(-50%, -50%)
        scale(1);

    z-index: 2;

    opacity: 0;

    animation:
        csmPreloaderIllustrationIn
        1s
        .25s
        cubic-bezier(.22, 1, .36, 1)
        forwards;

    will-change:
        opacity,
        transform;
}


/* =========================================================
   BALOIÇO
========================================================= */

.csm-preloader__rock {
    transform-origin: 50% 91%;

    animation:
        csmRocking
        2.5s
        ease-in-out
        infinite;

    will-change: transform;
}


.csm-preloader__illustration {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;
}


/* =========================================================
   LINHAS DE MOVIMENTO
========================================================= */

.csm-preloader__motion {
    position: absolute;

    top: 57%;

    width: 62px;
    height: 62px;

    opacity: .25;

    pointer-events: none;

    transition:
        opacity .8s ease;
}


.csm-preloader__motion::before,
.csm-preloader__motion::after {
    content: '';

    position: absolute;

    width: 34px;
    height: 34px;

    border: 1px solid var(--verde-claro);

    border-top-color: transparent;
    border-bottom-color: transparent;

    border-radius: 50%;
}


.csm-preloader__motion::after {
    width: 48px;
    height: 48px;

    opacity: .6;
}


.csm-preloader__motion--left {
    left: 1%;
}


.csm-preloader__motion--right {
    right: 1%;

    transform: scaleX(-1);
}


/* =========================================================
   ANIMAÇÃO DO BALOIÇO
========================================================= */

@keyframes csmRocking {

    0% {
        transform: rotate(-1.7deg);
    }

    50% {
        transform: rotate(1.7deg);
    }

    100% {
        transform: rotate(-1.7deg);
    }

}


/* =========================================================
   ENTRADA DO LOGO
========================================================= */

@keyframes csmPreloaderLogoIn {

    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   ENTRADA DA ILUSTRAÇÃO
========================================================= */

@keyframes csmPreloaderIllustrationIn {

    from {
        opacity: 0;

        transform:
            translate(-50%, -47%)
            scale(.96);
    }

    to {
        opacity: 1;

        transform:
            translate(-50%, -50%)
            scale(1);
    }

}


/* =========================================================
   SAÍDA
========================================================= */

/*
 * Não usamos clip-path.
 *
 * O preloader inteiro dissolve-se lentamente,
 * deixando a homepage aparecer por baixo.
 */

.csm-preloader.is-leaving {
    pointer-events: none;

    opacity: 0;

    transition:
        opacity
        1.5s
        cubic-bezier(.4, 0, .2, 1);
}


/* =========================================================
   ILUSTRAÇÃO NA SAÍDA
========================================================= */

.csm-preloader.is-leaving .csm-preloader__illustration-wrap {
    opacity: 0;

    transform:
        translate(-50%, -50%)
        scale(.99);

    transition:
        opacity
        1.25s
        cubic-bezier(.4, 0, .2, 1),

        transform
        1.5s
        cubic-bezier(.22, 1, .36, 1);
}


/* =========================================================
   LOGO NA SAÍDA
========================================================= */

.csm-preloader.is-leaving .csm-preloader__logo {
    opacity: 0;

    transform: translateY(-5px);

    transition:
        opacity
        1.1s
        cubic-bezier(.4, 0, .2, 1),

        transform
        1.3s
        cubic-bezier(.22, 1, .36, 1);
}


/* =========================================================
   LINHAS NA SAÍDA
========================================================= */

.csm-preloader.is-leaving .csm-preloader__motion {
    opacity: 0;

    transition:
        opacity
        1s
        ease;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .csm-preloader__logo {
        top: 30px;
        left: 24px;
    }

    .csm-preloader__logo img {
        max-width: 145px;
    }

    .csm-preloader__illustration-wrap {
        width: min(85vw, 520px);
    }

    .csm-preloader__motion {
        display: none;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .csm-preloader__rock {
        animation: none !important;
    }

    .csm-preloader__illustration-wrap {
        animation-duration: .3s !important;
    }

}

.csm-gallery__arrow {
    font-size: 0;
    position: relative;
}

.csm-gallery__arrow--next::before {
    content: '';
    display: block;

    width: 20px;
    height: 20px;

    background-image: url('/wp-content/uploads/2026/08/→-4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.csm-gallery__arrow--prev::before {
    content: '';
    display: block;

    width: 20px;
    height: 20px;

    background-image: url('/wp-content/uploads/2026/08/→-7-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@media only screen and (max-width: 1750px) {
}
/* Intermédio 2 */
@media only screen and (max-width: 1650px) {
  .cardn2 h3 {
    width: 313px;
    max-width: 100%;
  }

  .site-header__inner .botaofim {
     width: auto; 
}
}
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
  .footer-logo img {
    display: block;
    width: 100%;
    max-width: 310px;
    height: auto;
  }


  .roxo-part {
    gap: 40px;
}

.contador{
  margin-bottom:72px !important ;
}
}
/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
  .cardn1 {
    width: auto;
  }
  .site-footer {
    height: auto;
  }

  nav > ul {
    gap: 20px;
  }

  .roxo-part .vc_col-sm-6:last-of-type{
    max-width: 100% !important;
    width: 100%;
  }

  .roxo-part > .vc_col-sm-6:first-of-type {
    max-width: 100% !important;
    margin-top: 0px;
}
}
/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
.single-noticia__text {
    max-width: 100%;
}

.single-noticia__container{
  grid-template-columns: 1fr;
  gap:64.21px ;
}

.mobile-so{
  display: block;
}

  .fim-home img,
  .fim-home .cardn2 {
    object-fit: cover;
    aspect-ratio: 2/2;
  }

  .cardn2 h3 {
    width: 260px;
    max-width: 100%;
  }

  .mobile-menu,
  .mobile-menu-toggle {
    display: block !important;
  }

  .site-header {
    padding: 20px;
    z-index: 10001;
  }

  .site-header__inner {
    position: relative;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  /*
     * Quando o menu está aberto, o header
     * não recebe fundo próprio.
     */
  html.mobile-menu-open .site-header {
    background: transparent;
    box-shadow: none;
  }

  /*
     * Evitar o fundo desktop criado por ::after.
     */
  html.mobile-menu-open .site-header::after {
    display: none;
  }

  /*
     * Logo.
     */
  .site-header .logo {
    width: 300px;
    max-width: 100%;
  }

  .site-header .logo a {
    display: block;
  }

  .site-header .logo img {
    display: block;

    width: 100%;
    height: auto;
  }

  .menu-int,
  .botaofim {
    display: none !important;
  }

  h1,
  .footer-intro span,.cont p:last-child {
    font-size: 72px;
    line-height: 68px;
  }

  h2 {
    font-size: 52px;
    line-height: 50px;
  }

  h3,.single-noticia__title {
    font-size: 35px;
    line-height: 40px;
  }

  h4 {
    font-size: 30px;
    line-height: 34px;
  }

  .back2 h3 {
    width: auto;
  }

  .mobile-out{
    display: none;
  }


   .menu-item-has-children:hover > .sub-menu {
  display: none; 
}

.menu-item-has-children:hover > a::after {
transform: unset;
}

}
/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
.form-bottom {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

  h1,
  .footer-intro span,.cont p:last-child {
    font-size: 64px;
    line-height: 60px;
  }

  h2 {
    font-size: 46px;
    line-height: 44px;
  }

  h3,.single-noticia__title {
    font-size: 34px;
    line-height: 38px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  h5 {
    font-size: 21px;
    line-height: 25px;
  }

  h6 {
    font-size: 14px;
    line-height: 16px;
  }

  p,.vc_toggle_content h6 {
    font-size: 20px;
    line-height: 22px;
  }


}

@media (max-width:1001px){
  .page-respostas-sociais .part1{
  margin-bottom: 0px !important;
}
}
/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
.page-respostas-sociais .part1{
  margin-bottom: 0px !important;
}

.page-contactos .back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
}

.form-bottom {
    gap: 35px;
    margin-bottom: 40px !important;
    flex-direction: column;
}

  h3,.single-noticia__title {
    font-size: 33px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .cardn2 h3 {
    width: 242px;
  }

  .fim-home img,
  .fim-home .cardn2 {
    object-fit: cover;
    aspect-ratio: 2/2;
  }
}
@media only screen and (max-width: 984px) {
  .back4 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .back-cards > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .back2:not(:has(~ .back2))
    > .vc_col-sm-12
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_text_column {
    max-width: 352px;
  }

  .back2:not(:has(~ .back2)) p:has(> a) {
    text-align: end;
  }

  .ultimos-posts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cardn1 {
    width: 100%;
  }

  .fim-home {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .fim-home > .vc_col-sm-4 {
    width: 100% !important;
  }

  .menu-bottom {
    gap: 20px;
    margin-top: 100px;
  }

  .foto2 > .vc_column-inner > .wpb_wrapper,
  .foto2 > .vc_column-inner > .wpb_wrapper > .vc_align_left,
  .foto2 > .vc_column-inner > .wpb_wrapper > .vc_align_left > figure,
  .foto2
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_align_left
    > figure
    > .vc_single_image-wrapper,
  .foto2
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_align_left
    > figure
    > .vc_single_image-wrapper
    > img {
    height: 100%;
  }
}
@media only screen and (max-width: 876px) {
  .part1 p br{
    display: none;
  }

  .back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 30px;
}
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
  .back-verde{
    margin-top: unset;
  }

.back-verde{
  margin-bottom:48px !important;
}

.page-pre-inscricao .back5{
  margin: 100px 0 33px 0 !important;
}

.ret
> .wpb_column
> .vc_column-inner
> .wpb_wrapper
> .back-verde {
    order: 1;
    width: 100%;
}

.form-pre-inscricao p{
  max-width: 100%;
}


.form-bottom {
   flex-direction: row;
   justify-content: space-between;
}

.page-pre-inscricao .back-verde h5 {
    max-width: 100%;
}

/* Formulário depois */
.ret
> .wpb_column
> .vc_column-inner
> .wpb_wrapper
> .wpb_text_column {
    order: 2;
    width: 100%;
}

.roxo-part > .vc_col-sm-6:first-of-type {
   padding-right:32px ;
}

.back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    align-items: flex-start !important;
    flex-direction: column;
}

.back5.v4 h1 {
    max-width: 100%;
    margin-bottom: 0px !important;
}

.back-laranja > .wpb_column > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
}

.csm-gallery__thumb {
    flex: 0 0 calc((100% - (16px * 5)) / 4.2);
}

.fras p {
    padding: 32px 0;
}

  .back3 p {
    margin-bottom: 48px !important ;
  }

  .fim-home {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: stretch;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .back4 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
  .ultimos-posts,
  .back-cards > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }


  .page-respostas-sociais .conj {
    display: flex;
    flex-direction:column;
    gap: 64px;
}

.part1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper {
     margin-bottom: 0px !important; 
}

.part1 p{
  margin-bottom:32px !important ;
  max-width: 100%;
}

.part1 .wpb_text_column:last-child p{
  margin-bottom:48px !important ;
} 

.part1 .wpb_text_column.botao-efeito p{
  margin-bottom: 0 !important;
}

.page-sobre-nos .back5.v4 {
    margin: 100px 0 64px 0 !important;
}

.contador > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.page-contactos .form-pre-inscricao,.page-contactos .page-contactos .back5.v4 h1 {
    padding: 0 32px 0 0 !important;
}

.back5 .form-required {
    margin-bottom: 0px !important;
}


.lista
> .wpb_column
> .vc_column-inner
> .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.lista .botao-efeito p > a {
    white-space: nowrap;
}
}


@media only screen and (max-width: 626px) {
.lista {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    max-width: none !important;
}

.lista > .wpb_column {
    width: auto !important;
}

.lista > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.lista .botao-efeito {
    flex: 0 0 auto;
}
}


@media only screen and (max-width: 600px) {
.documentos-lista__grupo {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .documentos-lista__item {
        gap: 16px;
        min-height: 44px;
    }

    .documentos-lista__titulo a,
    .documentos-lista__titulo span {
        font-size: 17px;
        line-height: 22px;
    }

    .documentos-lista__acoes {
        gap: 12px;
    }

    .documentos-lista__acao {
        width: 20px;
        height: 20px;
    }

    .documentos-lista__acao svg {
        width: 20px;
        height: 20px;
    }

.page-contactos .back5 {
    margin: 100px 0 40px 0 !important;
}

.page-sobre-nos .back5.v4 p{
margin-bottom: 0px !important;
}

.page-pre-inscricao .back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 48px;
}

.back-verde{
  margin-bottom: 0px !important;
}

.back-cards{
  margin-bottom: 0px !important;
}

.cont p:last-child {
  font-size: 96px;
  line-height: 88px;
}

h1{
  font-size:36px;
  line-height: 40px
}

h2{
  font-size:64px;
  line-height:60px
}

h3{
  font-size:36px;
  line-height: 40px;
}

h4{
  font-size: 36px;
  line-height: 40px;
}

h5{
  font-size:24px;
  line-height: 28px;
}

h6{
font-size: 14px;
line-height: 18px;
}

  .documentos-lista__grupo {
    padding-bottom: 16px;
    margin-bottom: 40px;
}

.lista
> .wpb_column
> .vc_column-inner
> .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;

    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    flex-wrap: nowrap;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
}

.lista
> .wpb_column
> .vc_column-inner
> .wpb_wrapper::-webkit-scrollbar {
    display: none;
}

.lista .botao-efeito {
    flex: 0 0 auto;
}

.lista .botao-efeito p {
    margin: 0 !important;
}

.lista .botao-efeito p > a {
    white-space: nowrap;
}

.lista .botao-efeito.ativa p > a {
  background-color:#FFE539 ;

}

.lista .botao-efeito p > a {
      padding: 20px 16px;

}

.single-noticia__gallery-thumbs{
  display: none;
}

.single-noticia {
    margin-bottom: 64px !important;
}

.page-contactos .back5.v4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.form-bottom {
    flex-direction: column;
    justify-content: space-between;
}

.page-corpos-sociais .back5 {
    margin: 100px 0 64px 0 !important;
}

.corpos-sociais__grupo {
    margin-bottom: 64px !important;
}

.restantes .vc_toggle_title {
    display: grid !important;
    grid-template-columns: 1fr 18px;
    align-items: start !important;

    column-gap: 20px;

    width: 100%;

    padding-left: 0 !important;
}


/* TÍTULO */
.restantes .vc_toggle_title h6 {
    grid-column: 1;
    grid-row: 1;

    margin: 0 !important;
    padding: 0 !important;
}


/* esconder icon original */
.restantes .vc_toggle_icon {
    display: none !important;
}


/* DUAS LINHAS */
.restantes .vc_toggle_title::before,
.restantes .vc_toggle_title::after {
    content: "";

    grid-column: 2;
    grid-row: 1;

    justify-self: end;
    align-self: start;

    width: 18px;
    height: 2px;

    /*
     * centra o símbolo relativamente
     * à primeira linha do h6
     */
    margin-top: 8px;

    background-color: var(--preto);

    transform-origin: center;

    transition:
        transform 0.35s cubic-bezier(.65, 0, .35, 1);
}


/* =========================
   FECHADO → +
========================= */

.restantes .vc_toggle_title::before {
    transform: rotate(0deg);
}

.restantes .vc_toggle_title::after {
    transform: rotate(90deg);
}


/* =========================
   ABERTO → X
========================= */

.restantes
.vc_toggle.vc_toggle_active
.vc_toggle_title::before {
    transform: rotate(45deg);
}

.restantes
.vc_toggle.vc_toggle_active
.vc_toggle_title::after {
    transform: rotate(-45deg);
    content: '';
}

.green h3, .red h3, .orange h3 {
    align-items: flex-start;
    gap: 48px;
    flex-direction: column;
}

.cronograma{
  margin: 80px 0 80px 0;
}

.csm-gallery__thumbs-wrap{
  padding: 0px;
}

.csm-gallery__thumbs{
  display: none;
}

.botaofim > a,
.homepage-video__content p > a,
.mobile-menu__cta a,
.footer-intro__cta,.back2:not(:has(~ .back2)) p a, .botao-efeito p > a  {
  padding: 16px 20px;
}

.page-respostas-sociais .homepage-video__content p:has(> a) {
    width: 100%;
}

.page-respostas-sociais .homepage-video__content p > a{
  width: 100%;
}

  .back4 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .back-cards > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
  }

  .botao-mobile p > a {
    border: 2px solid var(--preto);
    color: var(--preto);
    border-radius: 9999px;
    width: 100%;
  }

  .botao-mobile p > a::after {
    background-image: url("/wp-content/uploads/2026/08/→-3.svg");
  }

  .botao-mobile p {
    margin-bottom: 85.93px !important;
  }

  .back2:not(:has(~ .back2)) p:has(> a) {
    display: none;
  }

  .ultimos-posts {
    margin-bottom: 48px !important;
  }

  .botao-mobile {
    display: block;
  }

.roxo-part{
  padding: 120px 0 0 32px;
}

.roxo-part p{
  margin-bottom: 32px !important;
}

.slide{
  padding: 48px 0px 120px 0px;
}

.back5.v6{
  margin: 120px 0 160px !important;
}

.contador > .wpb_column > .vc_column-inner > .wpb_wrapper {
    justify-content: flex-start;
}

.slide .slick-slide {
    margin-right: 40px;
}
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
.page-noticias .back5{
  margin: 100px 0 88px 0 !important;
}

.ultimos-posts__pagination{
  margin-top:64px ;
}

.roxo-part {
    padding: 120px 0 0 20px;
}

.back-laranja {
    padding: 80px 20px 48px;
}

.opcoes p{
  padding: 0 20px;
  width: 95%;
}

.red, .green, .orange {
    padding: 48px 20px !important;
}

.page-respostas-sociais .homepage-video__content p:has(> a){
  margin: 0;
}

  .back-cards {
    margin-bottom: 0px !important;
  }

  .pin-spacer{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .footer-card {
    padding: 20px;
    margin: 0 20px 20px 20px;
  }

  .back3 {
    padding: 80px 20px 48px 20px;
  }

.single-noticia__content{
  padding: 0 20px 0;
}

  .container {
    width: calc(100% - 40px);
  }

 
  a {
    font-size: 14px;
  }

  .botaofim > a,
  .homepage-video__content p > a,
  .mobile-menu__cta a,
  .footer-intro__cta {
    padding: 16px 20px;
  }

  .homepage-video__content p > a,
  .footer-intro__cta {
    width: 100%;
  }

  .homepage-video__content p:has(> a) {
    width: 100%;
  }

  .back3 h3,
  .cardn2 h3,
  .back3 p {
    width: 100%;
  }

  .back3 p:has(> a) {
    text-align: left !important;
  }

  .fim-home img,
  .fim-home .cardn2 {
    object-fit: cover;
    aspect-ratio: 2/2;
  }

  .footer-intro {
    width: 100%;
    padding: 120px 20px 50px;
  }

  .site-footer {
    background-position: center 21%;
  }

  .menu-footer {
    gap: 32px;
  }

  .footer-email {
    margin-top: 8px;
  }

  .menu-bottom {
    gap: 16px;
    margin-top: 40px;
  }

  .part1{
    padding: 40px 20px 80px !important;
  }

  .part1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper
  p
  strong {
    padding-left: 5px;
}

 .back5{
  margin: 100px 0 110px 0 !important;
}

.restantes .vc_toggle {
    padding: 80px 20px;
}


.page-contactos .back5.v4.ret{
  padding-left:20px;
}


.page-contactos .form-pre-inscricao, .page-contactos .page-contactos .back5.v4 h1 {
    padding: 0 20px 0 0 !important;
}
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
  .crafted {
    text-align: left;
  }

  .part1
  > .vc_col-sm-12
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column
  > .wpb_wrapper {

    flex-direction: column;
    gap: 8px;
}

.part1 p:has(> strong){
  margin-bottom: 0px !important;
}
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {

}



















.footer-column a{
  letter-spacing: 0px !important;
}
@media (max-width: 767px) {
  .back5.v4 h1 {
    text-wrap: pretty;
  }
}


@media (max-width: 600px) {
  .lista {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
  }

  .lista > .wpb_column,
  .lista > .wpb_column > .vc_column-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .lista > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
  }

  .lista > .wpb_column > .vc_column-inner > .wpb_wrapper > * {
    flex: 0 0 auto;
    width: auto;
    margin-inline: 0;
  }
}



/* =====================================================
   SOUND TOGGLE
===================================================== */

.sound-toggle {
  position: fixed;
    right: 32px;
    left: auto;
    bottom: 32px;
    z-index: 9999;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    width: 52px;
    height: 52px;

    padding: 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 999px;

    background: rgba(1, 17, 32, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);

    color: #e8e5de;
    cursor: pointer;

    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.32em;

    opacity: 1;
    visibility: visible;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;

    -webkit-tap-highlight-color: transparent;
}

.sound-toggle:focus {
    outline: none;
}

.sound-toggle:focus-visible {
    outline: 1px solid rgb(232, 229, 222);
    outline-offset: 8px;
}

/* Esconde sempre o texto SOM / LIGADO / DESLIGADO */
.sound-toggle__label-wrapper {
    position: absolute;
    right: calc(100% + 14px);
    left: auto;
    top: 50%;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(6px);

    pointer-events: none;

    padding: 10px 12px;

    background: rgba(1, 17, 32, 0.82);
    border: 1px solid rgba(198, 173, 119, 0.35);
    border-radius: 999px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
}

/* Só aparece no hover/focus, à direita do botão */
.sound-toggle:hover .sound-toggle__label-wrapper,
.sound-toggle:focus-visible .sound-toggle__label-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.sound-toggle__label-inner {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: max-content;

    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;

    color: #ffff;
}

/* Estado OFF */
.sound-toggle__label-status--on {
    display: none;
}

.sound-toggle:not(.sound-toggle--active) .sound-toggle__label-status--off {
    display: inline-flex;
}

.sound-toggle:not(.sound-toggle--active) .sound-toggle__label-status--on {
    display: none;
}

/* Estado ON */
.sound-toggle.sound-toggle--active .sound-toggle__label-status--off {
    display: none;
}

.sound-toggle__label {
    color: #ffff;
}


.sound-toggle.sound-toggle--active .sound-toggle__label-status--on {
    display: inline-flex;
}

.sound-toggle:not(.sound-toggle--active) .sound-toggle__label-status--off {
    display: inline-flex;
}

/* Remover qualquer tooltip antigo */
.sound-toggle::after,
.sound-toggle.sound-toggle--active::after {
    content: none !important;
}

/* SVG */
.sound-toggle-svg {
    width: 28px;
    height: 28px;
    display: block;

    color: #ffffff;
    overflow: visible;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.sound-toggle:hover {
    background: rgba(1, 17, 32, 0.92);
    border-color: rgba(198, 173, 119, 0.55);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.28),
        inset 0 0 0 1px rgba(198, 173, 119, 0.14);
    transform: translateY(-1px);
}



.sound-toggle-svg-circle {
    opacity: 0.65;
}

.sound-toggle-svg-circle--hover {
    opacity: 0;

    transform-origin: center;
    transform-box: fill-box;

    stroke-dasharray: 75;
    stroke-dashoffset: 75;

    transition:
        opacity 0.3s ease,
        stroke-dashoffset 0.45s ease;
}

.sound-toggle:hover .sound-toggle-svg-circle--hover {
    opacity: 1;
    stroke-dashoffset: 0;
}

.sound-toggle:hover .sound-toggle-svg {
    transform: scale(1.04);
}

/* Traço interno */
.sound-toggle-svg path {
    transform-origin: center;
    transform-box: fill-box;
}

/* Desligado: linha parada */
.sound-toggle:not(.sound-toggle--active) .sound-toggle-svg path {
    animation: none;
}

/* Ligado: onda sonora no traço dentro do círculo */
.sound-toggle.sound-toggle--active .sound-toggle-svg path {
    animation: soundInternalWave 0.75s ease-in-out infinite;
}

@keyframes soundInternalWave {
    0% {
        d: path("M8.5 12.5H16.5");
        opacity: 0.65;
    }

    25% {
        d: path("M8.5 12.25L9.2 11.9L9.9 12.55L10.6 13.1L11.3 12.25L12 11.8L12.7 12.7L13.4 13.15L14.1 12.35L14.8 11.95L15.5 12.45L16.5 12.25");
        opacity: 1;
    }

    50% {
        d: path("M8.5 12.75L9.2 13.15L9.9 12.2L10.6 11.75L11.3 12.9L12 13.2L12.7 12.15L13.4 11.85L14.1 12.75L14.8 13.1L15.5 12.35L16.5 12.75");
        opacity: 1;
    }

    75% {
        d: path("M8.5 12.35L9.2 12L9.9 12.65L10.6 13L11.3 12.35L12 12L12.7 12.6L13.4 13L14.1 12.3L14.8 11.95L15.5 12.5L16.5 12.35");
        opacity: 0.9;
    }

    100% {
        d: path("M8.5 12.5H16.5");
        opacity: 0.65;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
   .sound-toggle {
        right: 20px;
        left: auto;
        bottom: 20px;

        width: 48px;
        height: 48px;
    }

    .sound-toggle-svg {
        width: 27px;
        height: 27px;
    }

    .sound-toggle__label-wrapper {
        right: calc(100% + 12px);
        left: auto;
    }
}