:root {
    --cor-realce: #84c441;
    --cor-realce2: #4b880dff;
    --fundo-escuro: #202020;
    --fonte-clara: #C2C2C2;
    --fonte-escura: #000000;
    --fundo-dialogo: rgba(255,255,255,0.95);
    --fundo-dialogo-escuro: rgba(0,0,0,0.8);
    --fundo-footer: #f4f4f4;
    --botao-positivo: var(--cor-realce);
    --botao-positivo-secundario: var(--cor-realce2);
    --botao-positivo-terciario: #d1f2a5;
    --altura-barra-header:100px;
    --texto-secundario: #8e8e8e;
    --largura-botao: 200px;
}
html {
    font-size: 14pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    background-color: var(--fundo-footer);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.55;
}
body, h1, h2, h3, h4, h5, h6, p, a, li, span, em, strong, small, cite,
input, button, textarea, select, label, figcaption, blockquote, th, td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
    line-height: 1.6;
}
a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

fieldset {
    outline: 0;
    border:0;
}
.bgcor1 {
    background-color: var(--cor-realce);
}
.bgcor1 a {
    color: #000;
}
.bgcor2 {
    background-color: var(--cor-realce2);
    color: black;
    padding: 0 2px;
}
.bgwhite {
    background-color: white;
}
img.fit {
    width: 100%;
}
.nobullets {
    list-style: none;
}
.gap.double {
    gap: 4rem;
}
.cor1 {
    color: var(--cor-realce);
}
.cor2 {
    color: var(--cor-realce2);
}
.letraspequenas {
    font-size: 0.5rem;
}
video {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-spaced p, .text-spaced h1, .text-spaced h2, .text-spaced h3, .text-spaced h4, .text-spaced h5, .text-spaced h6 { 
    margin-bottom: 1rem;
}
.padding.top {
    padding-top: 2rem;
}
.padding.bottom {
    padding-bottom: 2rem;
}
.padding.top.double {
    padding-top: 4rem;
}
.padding.bottom.double {
    padding-bottom: 4rem;
}


li.strong::marker {
    color: var(--cor-realce);
}

.swiffy-slider {
    max-height: 70vh;
}
/* Slim hero slider variant – thinner, aligned with section rhythm */
.slider.slider-slim .swiffy-slider {
    max-height: 48vh;
}
.slider.slider-slim .swiffy-slider .slider-container {
    height: 48vh;
    min-height: 280px;
    max-height: 520px;
}
@media (max-width: 720px) {
    .slider.slider-slim .swiffy-slider,
    .slider.slider-slim .swiffy-slider .slider-container {
        height: 38vh;
        min-height: 220px;
        max-height: 360px;
    }
}

iframe {
    max-width: 100%;
}

header {
    display: flex;
    justify-content: center;
    min-height: var(--altura-barra-header);
    position: relative;
    top: 0;
    z-index: 101;
}

header div, footer div {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    position: relative;
}

header h1 {
    margin-top: calc(var(--altura-barra-header)/2);
    transform: translateY(-50%);
    background: url(images/aureola.svg) no-repeat;
    background-size: contain;
    background-position: 12px 0px;
}
header h1 a {
    background: url(images/logo-negative.svg) no-repeat;
    left: 1rem;
    background-size: auto 70px;
    position: relative;
    overflow: hidden;
    text-indent: -1000px;
    width: 100%;
    display: block;
    min-width: 125px;
    margin-top: 5px;
    min-height: 75px;
}


header input {
    display: none;
}

header  ul {
    list-style: none;
    font-weight: bold;
}


header  a {
    color: white;
    text-decoration: none;
}


ul .twitter a {
    background: url(images/twitter.svg) no-repeat left;
    background-size: contain;
    display: block;
    
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .youtube a {
    background: url(images/youtube.svg) no-repeat left;
    background-size: contain;
    display: block;
    
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .instagram a {
    background: url(images/instagram.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .facebook a {
    background: url(images/facebook.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .linkedin a {
    background: url(images/linkedin.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}

.slider-indicators {
    position: absolute;
    right: 2rem;
    bottom: 0;
    left: 2rem;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    z-index: 2;
}
.swiffy-slider .slider-container {
    width: 100%;
  height: 70vh;
  overflow: hidden;
}
/*global*/

main a:link,  main a:active, main a:visited {
    color:black;
}
main > section, main > .section {
    padding: 3.5rem 3rem 4rem 3rem;
    position: relative;
    background-position: center !important;
}
main > section + section,
main > .section + .section,
main > section + .section,
main > .section + section {
    padding-top: 2.5rem;
}
main > section:first-child {
    padding-top: 0;
}
main > section > div {
    margin: 0 auto;
    max-width: 90%;
}

/* Refined section title — subtle accent bar under every <h2> in sections */
main > section > div > h2:first-child,
main > section > div .main_content > h2:first-child {
    position: relative;
    display: inline-block;
    padding-bottom: 0.6rem;
    margin-bottom: 1.75rem;
}
main > section > div > h2:first-child::after,
main > section > div .main_content > h2:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--cor-realce);
    border-radius: 2px;
}
main > section .articles article {
    background: white;
    padding: 0 0 1.75rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
main > section .articles article:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

main > section .articles article figure {
    width: 100%;
    margin: 0 0 1.25rem 0;
    overflow: hidden;
    aspect-ratio: 3/2;
    position: relative;
    background: #f2f2f2;
    flex: 0 0 auto;
}
/* Aspect-ratio fallback for older browsers (Safari < 15, etc.) */
@supports not (aspect-ratio: 3/2) {
    main > section .articles article figure {
        height: 0;
        padding-bottom: 66.66%;
    }
    main > section .articles article figure img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
main > section .articles article figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}
main > section .articles article:hover figure img {
    transform: scale(1.04);
}
/* Provide horizontal padding for text areas (since the card itself has no padding now) */
main > section .articles article h3,
main > section .articles article p {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
main > section .articles article h3 {
    min-height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.85rem;
    color: #1a1a1a;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
main > section .articles article h3 a {
    text-decoration: none;
    color: inherit;
}
main > section .articles article h3 a:hover {
    color: var(--cor-realce2);
}
main > section .articles article p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
main > section .articles article .botao {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
main > section .articles article .botao:first-of-type {
    margin-top: 1.25rem;
}
/**/
main > section.center {
    text-align: center;
    
}
main > section h2 {
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: var(--cor-realce);
    margin-bottom: 1.25rem;
}

main > section h3 {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 2rem;
}
main > section h4 {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
}

main > section.intro {
    min-height: 250px;
    display: flex;
    align-items: center;
}
main > section.intro:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/top.svg) 100% no-repeat;
    background-size: 100%;
    background-position: top;
    z-index: 0; 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
main > section.intro.no-overlay:before {
    display: none;
}
main > section.intro > div {
    position: relative;
    z-index:1;
}

.main_content {
    padding-bottom: 4rem;
}
.main_content > * + * {
    margin-top:1rem;
}
.main_content .partners {
      align-content: center;
    justify-content: center;
    align-items: center !important;
}

.green p,  .green ul, .green ol, .green table {
    margin-bottom: 2rem;
}
.green h2 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 2rem;
}
.green h3 {
    font-size: 1rem;
    color: white;
    margin-bottom: 1rem;
}
main > section .mt {
    margin-top: 2rem;
}
main > section .mb {
    margin-bottom: 2rem;
}



main h2, main h3, main h4, main h5, main h6 {
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main > section p em {
    color: var(--cor-realce);
    font-style: normal;
}
main > section img.absolute-left {
    position: absolute;
    z-index: -1;
    max-width: 40%;
    left:0;
    top:3rem;
}


main > section.white {
    background: white;
}
main > section.gray {
    background: var(--fundo-footer);
}
main > section.green {
    background: var(--cor-realce);
    color: white;
}
.main_content form input, .main_content form textarea {
  padding: 10px;
}
.main_content form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.cols {
    display: flex;
    gap: 3rem;
}
.cols.double-gap {
    gap: 6rem;
}

.cols > * {
    width: 100%;
}
.cols + .cols {
    /* margin-top: 5rem; */
}

.cols.submenu {
    font-size: 1.2rem;
}
.cols.submenu a {
    color: black;
}

.slider {
    position: relative;
    top: -100px;
    overflow: hidden;
}
.slider .slide:before {
    content: " ";
    display: block;
    width: 100%;
    height: 50%;
    background: url(images/top.svg) 100%;
    background-position: top;
    background-size: contain;
  	background-repeat: repeat-x;
    z-index: 0; 
    position: absolute;
    top: 0;
    left: 0;

}
.slider .slide:after {
    /*content: " ";
    display: block;
    width: 100%;
    height: 50%;
    background: url(images/top.svg) 100%;
  transform: rotateX(180deg);
  	background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    z-index: 0; 
    position: absolute;
    bottom: 0;
    left: 0;*/

}
@keyframes animateObjectPosition {
  0% {
    object-position: 0% 0%; /* Início no lado esquerdo */
  }
  50% {
    object-position: 0% 100%; /* Movimento para o lado direito */
  }
  100% {
    object-position: 0% 0%; /* Volta para o lado esquerdo */
  }
}
.slider-container img {
	width: 100%;
    object-fit: cover;
    object-position: 0% 0%;
    height: 100%;
}
.slider-container .slide-visible img {
  animation: animateObjectPosition 25s ease-in-out infinite;
}



.text * {
    margin-bottom: 1rem;
}
.text ul, .text ol {
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.text.padding.left {
    padding-left: 2rem;
}
.text.padding.right {
    padding-right: 2rem;
}


footer {
    background: white;
    padding: 4rem 0 2rem 0;
    color: var(--texto-secundario);
    font-size: 0.75rem;
    border-top: 1px solid #eaeaea;
    line-height: 1.6;
}
footer > div {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}
footer p {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #6a6a6a;
}

footer nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 2rem 0 0.3rem 0;
}
footer nav ul a {
    color: var(--texto-secundario);
    text-decoration: none;
    transition: color 0.2s ease;
}
footer nav ul a:hover {
    color: var(--cor-realce2);
}

/* --- Footer sections --- */
.footer-section {
    text-align: center;
    padding: 1.5rem 0;
}
.footer-section + .footer-section {
    border-top: 1px solid #eef0ec;
    margin-top: 0.5rem;
}
.footer-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9aa39a;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* --- Unified logo rows --- */
footer .logos-row {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer .logos-row li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: 0 0 auto;
}
footer .logos-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(15%);
    opacity: 0.92;
    transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}
footer .logos-row a:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-2px);
}
footer .logos-row img {
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 100%;
}

/* Funders row – tallest/most prominent (1.2x) */
footer .funders-row {
    gap: 2.75rem 4.5rem;
}
footer .funders-row img {
    max-height: 101px;
    max-width: 317px;
    width: auto;
}

/* Partners row – uniform, professional grid (1.2x) */
footer .partners-row {
    gap: 2.5rem 4rem;
}
footer .partners-row img {
    max-height: 98px;
    max-width: 245px;
    width: auto;
}

/* Disclaimer */
.footer-disclaimer {
    max-width: 900px;
    margin: 2rem auto 0 auto;
    text-align: center;
    padding: 1.5rem 1rem 0 1rem;
    border-top: 1px solid #eef0ec;
}
.footer-disclaimer p {
    font-size: 0.72rem;
    line-height: 1.6;
    color: #7a7a7a;
    margin: 0.5rem auto;
}

/* Copyright line */
.footer-copyright {
    text-align: center !important;
    margin-top: 1.5rem !important;
    font-size: 0.7rem !important;
    color: #9a9a9a !important;
    letter-spacing: 0.02em;
}



.botao {
    background-color: var(--botao-positivo);
    color: #fff !important;
    min-width: var(--largura-botao);
    display: inline-block;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    outline: 0;
    border: 0;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.botao:hover {
    background-color: var(--botao-positivo-secundario);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}
.botao.alt {
    background-color: var(--botao-positivo-secundario);
    color: #fff !important;
}
.botao.alt2 {
    background-color: var(--botao-positivo-terciario);
    color: #000;
}
.botao.alt2:hover {
    background-color: var(--botao-positivo);
    color: #fff !important;
}
.botao.small {
    min-width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.swiffy-slider .text {
    color: white;
    font-size:3rem;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between ;
    width: 90%;
    height: 100%;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%) ;
    -webkit-transform: translate(-50%,-50%) ;
    -moz-transform: translate(-50%,-50%) ;
    -ms-transform: translate(-50%,-50%) ;
    -o-transform: translate(-50%,-50%) ;

    z-index: 1;
}


.swiffy-slider p .botao {
    text-align: center;
    min-width: 170px;
    font-size: 1rem;
}
.swiffy-slider img + span {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url(SVG/slider-overlay.png) 100% no-repeat;
    background-size: 100% 100%;
    /* z-index: 9; */
    position: absolute;
    top: 0;
    left: 0;
}

.slider-nav {
    z-index: 100;
}

.slider-indicators-round .slider-indicators>*, .slider-indicators-round.slider-indicators>*, .slider-indicators-square .slider-indicators>*, .slider-indicators-square.slider-indicators>* {
    min-width: 1rem !important;
    min-height: 1rem!important;
}

.slider-nav::after, .slider-nav::before,.slider-nav-next::after, .slider-nav-next::before {
    min-width: 4rem !important;
    min-height: 4rem !important;
    padding: 0.3rem;
}


@media (max-width: 960px) {

    header div, section > div {
        width: 100% !important;
    }
    footer > div {
        width: 90% !important;
        padding: 1rem;
    }
    .hoverboxes  {
        display: grid;
        grid-template-areas: "1fr 1fr";
        grid-auto-rows: 1fr;
        grid-auto-columns: 1fr;
        gap: 2rem;
    }
    .text-over-image h3  {
        font-size: 1rem;
    }
    main > section h2 {

        font-size:2rem;
    }
    main > section h3 {
        font-weight: bold;
        font-size:1.5rem;
        margin-bottom: 1rem;
    }

    .swiffy-slider .botao {
        min-width: auto;
    }
    .swiffy-slider .text {
        justify-content: space-around ;
    }
    footer .logos-row {
        gap: 2rem 2.5rem;
    }
    footer .funders-row img {
        max-height: 82px;
        max-width: 259px;
    }
    footer .partners-row img {
        max-height: 77px;
        max-width: 202px;
    }


}


@media (min-width: 950px) {

    .main_content .partners + .partners {
        margin-top: 5rem;
    }


    .hoverboxes p {
        display: none;
    }
    .hoverboxes > div:hover p {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        padding: 2rem;
        background-color: var(--cor-realce);
        align-items: center;
    }

    .sticky1 {
        top: 100px;
    }
    .sticky2 {
        top: 239px;
    }

      main > section .articles  {
			justify-content: space-between;
        flex-wrap:wrap;
    }


}

@media (min-width: 721px) {

    header div {
        width: min(1320px, 97%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.25rem;
        flex-wrap: nowrap;
    }

    /* Logo area — refined & professional (1.2x larger) */
    header h1 {
        flex: 0 0 auto;
        margin-top: 0;
        transform: none;
        background-position: 6px 50%;
        background-size: 94px auto;
        min-height: 94px;
        display: flex;
        align-items: center;
        padding-right: 0.5rem;
    }
    header h1 a {
        left: 0.5rem;
        margin-top: 0;
        background-size: auto 74px;
        min-height: 82px;
        min-width: 156px;
        transition: transform 0.25s ease, opacity 0.2s ease, filter 0.25s ease;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
    }
    header h1 a:hover {
        opacity: 1;
        transform: translateY(-1px);
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
    }
    header label {
        display: none;
    }

    /* Main navigation */
    header > div > nav {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        min-width: 0;
    }
    header nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0 clamp(0.7rem, 0.9vw, 1.25rem);
        padding: 0;
        font-weight: 600;
        font-size: clamp(0.72rem, 0.55vw + 0.5rem, 0.84rem);
        letter-spacing: 0.015em;
        margin: 0;
    }
    header nav ul li {
        white-space: nowrap;
    }
    header nav ul a {
        display: inline-block;
        padding: 0.45rem 0;
        position: relative;
        color: #fff;
    }
    header nav ul a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: var(--cor-realce);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
    }
    header nav ul a:hover::after,
    header nav ul .current-menu-item a::after,
    header nav ul .current_page_item a::after {
        transform: scaleX(1);
    }

    /* Social + Privacy row (right) */
    #menu-social-media {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 0 0.55rem;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #menu-social-media li {
        display: inline-flex;
        align-items: center;
        margin: 0;
    }
    /* Any text-only items (e.g. Privacy) inside the social bar */
    #menu-social-media li:not(.twitter):not(.instagram):not(.facebook):not(.linkedin):not(.youtube) a {
        font-size: clamp(0.72rem, 0.55vw + 0.5rem, 0.84rem);
        font-weight: 600;
        letter-spacing: 0.015em;
        padding: 0.45rem 0.45rem 0.45rem 0;
        color: #fff;
        position: relative;
    }
    #menu-social-media li:not(.twitter):not(.instagram):not(.facebook):not(.linkedin):not(.youtube) a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0.45rem;
        bottom: 0;
        height: 2px;
        background: var(--cor-realce);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
    }
    #menu-social-media li:not(.twitter):not(.instagram):not(.facebook):not(.linkedin):not(.youtube) a:hover::after {
        transform: scaleX(1);
    }
    /* Subtle divider before the icon block */
    #menu-social-media li:not(.twitter):not(.instagram):not(.facebook):not(.linkedin):not(.youtube) + li {
        position: relative;
        padding-left: 0.75rem;
        margin-left: 0.15rem;
    }
    #menu-social-media li:not(.twitter):not(.instagram):not(.facebook):not(.linkedin):not(.youtube) + li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
        background: rgba(255, 255, 255, 0.35);
    }

    /* Compact, rounded social icon buttons in header – icon only, text hidden */
    #menu-social-media li.twitter a,
    #menu-social-media li.instagram a,
    #menu-social-media li.facebook a,
    #menu-social-media li.linkedin a,
    #menu-social-media li.youtube a {
        width: 36px;
        height: 36px;
        background-size: 18px 18px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0;
        line-height: 0;
        color: transparent;
    }
    #menu-social-media li.twitter a:hover,
    #menu-social-media li.instagram a:hover,
    #menu-social-media li.facebook a:hover,
    #menu-social-media li.linkedin a:hover,
    #menu-social-media li.youtube a:hover {
        background-color: var(--cor-realce);
        transform: translateY(-2px);
        box-shadow: 0 3px 10px rgba(132, 196, 65, 0.4);
    }
    footer > div {
        max-width: 1180px;
        margin: 0 auto;
    }

    /* a.google {
        position: absolute;
        right: 1rem;
        bottom: 0;
    } */
    
    a.top {
        position: absolute;
        right: 1rem;
        top: 0;
    }
  
      main > section .articles article {

        width: 45%;
    }
    


}


@media (max-width: 720px) {

    header {
        position: fixed;
        z-index: 1000;
        width: 100%;
        background: url(images/top.svg) repeat-x;
        background-size: 0%;
}
    .sticky header {
        background-size: 85%;
    }
    
    header + div + main:before {
        content: " ";
        display: block;
        height: 100px;
    }

    .slider {
        position: relative;
        z-index: 0;
    }
    .slider:before {
        content: " ";
        display: block;
        height: var(--altura-barra-header);
    }


    header div {
        width: 100%;
        display: block;
    }


    header label {
        border-top: 6px solid white;
        border-bottom: 6px solid white;
        width: 40px;
        height: 35px;
        display: block;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    header label:before {
        top:50%;
        transform: translateY(-50%);
        width: 100%;
        position: absolute;
        content: " ";
        display: block;
        border-top: 6px solid white;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    header nav {
        background: var(--fundo-dialogo-escuro);
        position: fixed;
        top: var(--altura-barra-header);
        right: -100%;
        transition: all 0.5s ;
        -webkit-transition: all 0.5s ;
        -moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
        padding: 2rem 2rem;
        min-width: 50vw;
        text-align: right;
        line-height: 2;
    }
    header input:checked + nav {
        right:0;
    }
    header nav ul {
        gap: 1rem;
    }
    #menu-social-media {
        display: none;
        position: fixed;
        top: 2rem;
        right:5rem;

}
    #menu-social-media li {
        display: inline-block;
        margin: 0 0.5rem 0 0;
    }
    .cols {
        gap:1rem;
        flex-wrap: wrap;
    }
    .cols > * {
    
    }

    main > section {
        padding: 2rem;
      
    }


    main > section h2 {
        font-size:1.5rem;
    }
    main > section h3 {
        font-size:1.3rem;
    }

    main > section img.absolute-left {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .text-over-image   {
        max-width: 200px;
        margin: 0 auto;
    }
    .text-over-image h3  {
        font-size: 1rem;
    }

    footer > div {
        padding: 0 1.25rem;
    }
    footer .logos-row {
        gap: 1.6rem 2.25rem;
    }
    footer .funders-row img {
        max-height: 66px;
        max-width: 202px;
    }
    footer .partners-row img {
        max-height: 62px;
        max-width: 158px;
    }
    .footer-heading {
        font-size: 0.65rem;
        letter-spacing: 0.16em;
        margin-bottom: 1rem;
    }
    .footer-section {
        padding: 1rem 0;
    }

    .hide-mobile {
        display: none;
    }

}




@media (max-width: 500px) {

    .slider-indicators {
        display: none;
    }

    .cols {
        justify-content: center;
        flex-wrap: wrap;
    }
    .cols > * {
        
    }
    .slider-nav::after, .slider-nav::before,.slider-nav-next::after, .slider-nav-next::before {
        min-width: 2rem !important;
        min-height: 2rem !important;
        padding: 0.2rem;
    }




    

   
}

@media (min-width: 1300px) {
    main section > div {
        width: 1090px;
    }
    footer > div {
        max-width: 1180px;
    }
    header div {
        width: min(1260px, 95%);
    }
    main .fullscreen > div {
        max-width: 1090px;
        margin: 0 auto;
        position: relative;
    }
    .swiffy-slider .text > div  {
        transform: translateY(-75%);
        -webkit-transform: translateY(-75%);
        -moz-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
        -o-transform: translateY(-75%);
}
}


/* standard form */
.form label {
  display: block; 
  cursor: pointer; 
  font-size: smaller;
  margin-bottom: 0.5rem;
}
.form p {
    margin: 0.5rem 0;
}
.form input,  .form textarea {
    padding: 0.5rem;
    width: 100%;
 

}
.form button  {

    width: var(--largura-botao);
}
.form input[type=checkbox], .form input[type=radio], .form input[type=file] {
    display: none;
}
form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

.contacto_col > * + * {
    margin-top: 2rem;
}
.contacto_col em {
    color: var(--fonte-clara)
}


footer ul {
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 2rem;
    text-align: center;
}

footer .social {
    padding-top: 2.5rem;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
footer .social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .social li {
    display: inline-flex;
    margin: 0;
}
footer .social li a {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f4f6f2;
    background-size: 30px 30px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    color: transparent;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
footer .social li a:hover {
    background-color: var(--cor-realce);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(132, 196, 65, 0.35);
}
@media (max-width: 720px) {
    footer .social li a {
        width: 52px;
        height: 52px;
        background-size: 24px 24px !important;
    }
    footer .social ul {
        gap: 1rem;
    }
}

cite {
    font-size: 0.4rem;
    color: var(--fonte-clara)
}

/** Slider **/

@media (min-width: 320px) { 
    .text > div { zoom: 0.4 !important;   }
}
@media (min-width: 410px) { 
    .text > div { zoom: 0.5 !important;  }
}
@media (min-width: 480px) { 
    .text > div { zoom: 0.7 !important;  }
}
@media (min-width: 720px) {
    .text > div { zoom: 0.8 !important;  }
    main > section.intro {
        min-height: 400px;
    }
    main > section.intro.invert h2{
        font-size:1rem;
    }
    main > section.intro.invert h3{
        font-size:2.8rem;
    }
    main.article {
        position: relative;
        top: -100px;
    }

   
    
}
@media (min-width: 950px) { 
    .text > div { zoom: 0.8 !important;  }
    .swiffy-slider .text {
        justify-content: space-around ;
    }
    .col20 {
        width: 20%;
    }
    .col25 {
        width: 25%;
    }
    .col30 {
        width: 30%;
    }
    .col35 {
        width: 35%;
    }
    .col40 {
        width: 40%;
    }
    .col50 {
        width: 50%;
    }
    .col45 {
        width: 45%;
    }    
    .contacto_col {
        max-width: 35%;
        padding-right: 2rem;
    }

}
@media (min-width: 1100px) {
    .text > div { zoom: 0.9 !important;  }
    .swiffy-slider .text {
        justify-content: space-around ;
    }

    main section > div {
        width: 1090px;
    }
    footer > div {
        max-width: 1180px;
    }
    header div {
        width: min(1200px, 95%);
    }
    main section > ul {
        margin: 0 auto;
        width: 1090px;
    }
}
@media (min-width: 1500px) {
  
      main > section .articles {

        gap: 2rem;
    }
  
    
      main > section .articles article {
			width: 30% ;
    }
  
}

.slider-container>* {
    max-height: 70vh;
}

.wp-block-list { 
	padding-left: 20px;
}

/* ====================================================================
   WordPress download / file blocks – big, visible buttons
   Applies to core/file block, and any anchor that downloads a PDF/DOCX.
   ==================================================================== */
.wp-block-file {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border: 1px solid #e5e7e2;
    border-left: 4px solid var(--cor-realce);
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin: 1.25rem 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.wp-block-file:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.wp-block-file > a:first-child {
    flex: 1 1 auto;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a1a !important;
    text-decoration: none !important;
    padding-left: 2.25rem;
    position: relative;
    line-height: 1.35;
    word-break: break-word;
}
.wp-block-file > a:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.75rem;
    background-color: var(--cor-realce);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z'/></svg>") center / contain no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z'/></svg>") center / contain no-repeat;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
    flex: 0 0 auto;
    background-color: var(--botao-positivo) !important;
    color: #fff !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    border-radius: 4px !important;
    border: 0 !important;
    min-width: 160px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    opacity: 1 !important;
    box-shadow: 0 2px 6px rgba(132, 196, 65, 0.3);
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:hover {
    background-color: var(--botao-positivo-secundario) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(75, 136, 13, 0.35);
}
.wp-block-file .wp-block-file__button::after {
    content: " ↓";
    font-weight: 700;
    margin-left: 0.25rem;
}

/* Also give any explicit .download-button anchor the same treatment */
a.download-button,
.main_content a[href$=".pdf"].botao,
.main_content a[href$=".docx"].botao,
.main_content a[href$=".xlsx"].botao {
    background-color: var(--botao-positivo) !important;
    color: #fff !important;
    padding: 0.8rem 1.75rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(132, 196, 65, 0.3);
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
a.download-button:hover,
.main_content a[href$=".pdf"].botao:hover,
.main_content a[href$=".docx"].botao:hover,
.main_content a[href$=".xlsx"].botao:hover {
    background-color: var(--botao-positivo-secundario) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(75, 136, 13, 0.35);
}
a.download-button::after {
    content: "↓";
    font-weight: 700;
}

/* ====================================================================
   Partners grid — reusable for About page (merge of Partners into About).
   Add this markup to the About page:
   <ul class="partners-grid">
     <li><a href="..." target="_blank"><img src="..." alt=""><span class="pname">University Name (ABBR) — Country</span></a></li>
     ...
   </ul>
   ==================================================================== */
.partners-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding: 0;
    margin: 2.5rem 0;
    align-items: stretch;
}
.partners-grid > li {
    margin: 0;
    padding: 0;
}
.partners-grid > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    height: 100%;
    padding: 1.5rem 1rem;
    background: #ffffff;
    border: 1px solid #eef0ec;
    border-radius: 8px;
    text-decoration: none !important;
    color: #1a1a1a !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-align: center;
}
.partners-grid > li > a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border-color: var(--cor-realce);
}
.partners-grid img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.partners-grid .pname {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    letter-spacing: 0.01em;
}
.partners-grid .pcountry {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--cor-realce2);
    letter-spacing: 0.02em;
}

/* ====================================================================
   Reusable intro block — for Stakeholders page (before the map),
   Governance Bodies, or any section that needs a short lead paragraph.
   Markup:
     <div class="intro-block">
       <h2>Our Stakeholders</h2>
       <p class="lead">Short descriptive paragraph...</p>
     </div>
   ==================================================================== */
.intro-block {
    max-width: 860px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem 1rem;
    text-align: center;
}
.intro-block h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cor-realce);
    margin-bottom: 1rem;
    letter-spacing: -0.015em;
}
.intro-block .lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0 auto;
    max-width: 720px;
}
.intro-block .lead + .lead {
    margin-top: 0.8rem;
}
@media (max-width: 720px) {
    .intro-block h2 {
        font-size: 1.5rem;
    }
    .intro-block .lead {
        font-size: 0.95rem;
    }
}

/* ====================================================================
   Newsletter list – used by category-newsletter.php
   Clean vertical list, each row with date, title, excerpt and big
   Download button pinned to the right.
   ==================================================================== */
.newsletter-list {
    list-style: none;
    padding: 0;
    margin: 2rem auto 3rem auto;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.newsletter-item {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border: 1px solid #eef0ec;
    border-left: 4px solid var(--cor-realce);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.newsletter-item:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.newsletter-meta {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cor-realce2);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
}
.newsletter-body {
    min-width: 0;
}
.newsletter-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.35rem 0;
    color: #1a1a1a;
}
.newsletter-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.newsletter-title a:hover {
    color: var(--cor-realce2);
}
.newsletter-excerpt {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #555;
}
.newsletter-actions {
    flex: 0 0 auto;
}
.newsletter-actions .botao {
    min-width: 170px;
}

@media (max-width: 720px) {
    .newsletter-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1rem 1.1rem;
    }
    .newsletter-actions .botao {
        width: 100%;
        min-width: 0;
    }
}

/* Auto-appended download button (from hg_auto_download_button filter) */
.hg-auto-download {
    margin: 2rem 0 0 0 !important;
    text-align: center;
}

@media (max-width: 720px) {
    .wp-block-file {
        padding: 0.85rem 1rem;
    }
    .wp-block-file > a:first-child {
        flex: 1 1 100%;
        font-size: 0.9rem;
    }
    .wp-block-file .wp-block-file__button,
    .wp-block-file a.wp-block-file__button {
        min-width: 0;
        width: 100%;
    }
}

/* Mailchimp subscription form – harmonised with theme */
#mc_embed_signup,
#mc_embed_signup * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#mc_embed_signup {
    background: #fff !important;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 2rem !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    color: #222;
}
#mc_embed_signup h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cor-realce2);
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}
#mc_embed_signup .indicates-required {
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 1rem;
}
#mc_embed_signup label {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    display: block;
}
#mc_embed_signup input[type="email"] {
    width: 100%;
    padding: 0.7rem 0.85rem;
    font-size: 0.9rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#mc_embed_signup input[type="email"]:focus {
    border-color: var(--cor-realce);
    box-shadow: 0 0 0 3px rgba(132, 196, 65, 0.18);
}
#mc_embed_signup .content__gdpr p,
#mc_embed_signup .content__gdprLegal p {
    font-size: 0.72rem;
    line-height: 1.5;
    color: #666;
}
#mc_embed_signup #mc-embedded-subscribe.button,
#mc_embed_signup input#mc-embedded-subscribe.button,
#mc_embed_signup #mc-embedded-subscribe {
    background-color: var(--botao-positivo) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 0 1.75rem !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    min-width: var(--largura-botao);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(132, 196, 65, 0.3);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    text-indent: 0;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0.5rem 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe.button:hover,
#mc_embed_signup input#mc-embedded-subscribe.button:hover {
    background-color: var(--botao-positivo-secundario) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(75, 136, 13, 0.4);
}
/* Ensure the button row renders cleanly without clipping */
#mc_embed_signup .clear.foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    overflow: visible;
}
#mc_embed_signup .optionalParent {
    overflow: visible;
}
#mc_embed_signup .refferal_badge {
    max-width: 200px;
    height: auto;
}

/* Slightly softer intro hero and headline spacing */
main > section.intro {
    margin-bottom: 0;
}
main > section.intro + section h2 {
    margin-top: 0.5rem;
}

/* Ensure the title sitting just below the hero image doesn't visually collide */
main.article > section.intro + section {
    padding-top: 2rem;
}

/* Generic content typography polish */
.main_content h2,
.main_content h3,
.main_content h4 {
    letter-spacing: -0.01em;
}
.main_content h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}
.main_content h3 {
    font-size: 1.35rem;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}
.main_content h4 {
    font-size: 1.1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.main_content p {
    margin-bottom: 1.15rem;
    color: #2a2a2a;
    line-height: 1.7;
    font-size: 1rem;
}
.main_content ul,
.main_content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}
.main_content li {
    margin-bottom: 0.4rem;
}
.main_content a {
    color: var(--cor-realce2);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease, text-decoration-thickness 0.2s ease;
}
.main_content a:hover {
    color: var(--cor-realce);
    text-decoration-thickness: 2px;
}
.main_content img {
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 1rem 0;
}
.main_content blockquote {
    border-left: 4px solid var(--cor-realce);
    padding: 0.5rem 1.25rem;
    margin: 1.5rem 0;
    background: #f9faf7;
    font-style: italic;
    color: #444;
    border-radius: 0 6px 6px 0;
}
.main_content hr {
    border: 0;
    border-top: 1px solid #eef0ec;
    margin: 2.5rem 0;
}

/* Green section readability */
main > section.green {
    padding: 3rem;
}
main > section.green a {
    color: #fff !important;
    text-decoration: underline;
}
main > section.green h2,
main > section.green h3 {
    color: #fff;
}

/* Slider bullets/arrows a bit nicer */
.slider-indicators-round .slider-indicators > *.active,
.slider-indicators-round.slider-indicators > *.active {
    background-color: var(--cor-realce);
}

/* Prevent text overlap inside hero slider text box (if ever shown) */
.swiffy-slider .text div {
    padding: 1rem 2rem;
}

/* Header menu items hover */
header nav ul a {
    transition: opacity 0.2s ease, color 0.2s ease;
    opacity: 0.95;
    letter-spacing: 0.01em;
}
header nav ul a:hover {
    opacity: 1;
    color: var(--cor-realce);
}

/* Consistent image rendering inside articles */
figure img {
    display: block;
}

/* Social icons hover feedback */
footer .social li a,
header ul a {
    transition: opacity 0.2s ease, transform 0.2s ease;
}
footer .social li a:hover,
header ul a:hover {
    opacity: 0.75;
    transform: translateY(-1px);
}

