/*
Theme Name: Anac v2024
Theme URI: https://wordpress.org/themes/anactwentyfour/
Author: Weverton Costa
Author URI: https://wevertoncosta.com.br
Description: Tema original da ANAC 2024 feito por Weverton Costa
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
*/
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
*::selection {
    background: #333280;
    color: #ffffff;
}
a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
}
button,
select {
    border: none;
    outline: none;
    cursor: pointer;
}
body::-webkit-scrollbar {
    width: 4px;
}
body::-webkit-scrollbar-track {
    background: #cccccc;
}
body::-webkit-scrollbar-thumb {
    background-color: #333280;
    border-radius: 20px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.overflow-hidden {
    overflow: hidden;
}
.container {
    width: 75%;
    margin: 4rem auto;
}
.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #453ec4;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    left: 2.5rem;
}
.title::before,
.title::after {
    content: "";
    display: inline-block;
    width: 1.875rem;
    height: 1px;
    margin: 0 1ch;
    background-color: currentColor;
    position: absolute;
    top: 50%;
}
.title::before {
    right: 100%;
}
.title--main {
    color: #ed1a3b;
}
.title--main::before,
.title--main::after {
    /* background: #ed1a3b; */
    background-color: currentColor;
}
.subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #333280;
}
.subtitle--giant {
    color: #25245a;
    line-height: normal;
}
.subtitle--big {
    font-size: 1.5rem;
}
li,
.description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #6c6b78;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.description--bold {
    font-weight: 700;
}
.not-before {
    left: 0;
}
.not-after::after,
.not-before::before {
    display: none;
}
.btn {
    padding: 1rem 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(265.62deg, #333280 4.97%, #514cdf 96.79%),
        linear-gradient(0deg, #8693f3, #8693f3);
    border: 2px solid #8693f3;
    border-radius: 0.625rem;
    outline: none;
    cursor: pointer;
    transition: all 0.4s ease;
}
.btn:is(:hover, :focus, :focus-visible) {
    opacity: 0.9;
}
.slick-slide {
    user-select: text;
    margin: 0 0.5rem;
}
.slick-arrow {
    z-index: 2;
    color: #333280;
    transition: all 0.4s ease;
}
.slick-arrow::before {
    content: "";
    font-family: "Material Symbols Outlined";
    font-size: 1.5rem;
    color: #333280;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1.3rem;
    opacity: 1;
}
.slick-arrow[aria-disabled="true"]::before {
    opacity: 0.5;
}
.slick-prev {
    left: -1.5rem;
}
.slick-prev::before {
    content: "\e5cb";
}
.slick-next {
    right: -1.5rem;
}
.slick-next::before {
    content: "\e5cc";
}
.slick-dots {
    bottom: 0;
}
.slick-dots li button::before {
    font-size: 0.7rem;
    color: #333280;
}
.grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 1.5rem;
}
.grid__item--top {
    grid-column: 1/-1;
}
.main-banners.grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 1.5rem;
}
/* ========== Header ========== */
.header {
    background: transparent;
}
.header__container {
    width: 85%;
    margin: 0 auto;
    padding: 1rem 0 0;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: auto 3fr;
    align-self: center;
    gap: 2rem;
    transition: all 1s ease;
}
.header__container.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* width: 85%; */
    width: 100%;
    padding: 0 7%;
    -webkit-backdrop-filter: blur(0.15rem);
    backdrop-filter: blur(0.15rem);
}
.header__logo {
    width: 1fr;
}
.header__logo-link svg {
    height: 5rem;
    width: 9rem;
}
.header__logo-link svg use {
    filter: drop-shadow(0px 0px 1px #ffffff);
}
.header__links {
    display: grid;
    grid-template-columns: 3fr auto;
    align-self: center;
    gap: 2rem;
    transition: all 0.4s ease;
}
.header__menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #25245a;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    border: none;
    outline: none;
    line-height: normal;
}
.header__menu a:has(.icon) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.header__menu--btn {
    display: none;
    color: #ffffff;
    background: linear-gradient(265.62deg, #333280 4.97%, #514cdf 96.79%),
        linear-gradient(0deg, #8693f3, #8693f3);
    border: 2px solid #8693f3;
    border-radius: 0.625rem;
    padding: 0.75rem;
}
.header__menu--btn.active #menu-burger_icon {
    border-top: transparent;
    transform: rotate(0deg);
}
.header__menu--btn.active #menu-burger_icon::before {
    transform: rotate(135deg);
}
.header__menu--btn.active #menu-burger_icon::after {
    transform: rotate(-135deg);
    top: -7px;
}
.header__menu--btn #menu-burger_icon {
    display: block;
    border-top: 2px solid #ffffff;
    width: 20px;
    transition: 0.4s;
}
.header__menu--btn #menu-burger_icon::before,
.header__menu--btn #menu-burger_icon::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    background: #ffffff;
    position: relative;
    transition: 0.4s;
}
#menu-menu-principal {
    max-width: max-content;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    background: linear-gradient(
            112.83deg,
            rgba(255, 255, 255, 0.4705882353) 0%,
            rgba(255, 255, 255, 0) 110.84%
        ),
        radial-gradient(
            121.49% 277.08% at 0% 0%,
            rgba(255, 255, 255, 0.7019607843) 0%,
            rgba(255, 255, 255, 0) 100%
        );
    border-radius: 2rem;
    padding: 0 1rem;
}
#menu-menu-principal .menu-item {
    position: relative;
    margin: 0;
}
#menu-menu-principal .menu-item a {
    padding: 1rem;
}
#menu-menu-principal .menu-item.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #25245a;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}
#menu-menu-principal #menu-item-60 a:after {
    content: "";
    background: url(img/sprites/sprite.svg#icon_download);
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 1ch;
    fill: #333280;
    transition: all 0.4s ease;
}
/* ========== Footer ========== */
.footer {
    background: #111111;
}
.footer__title {
    color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.footer__link,
.footer__text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.4s ease;
}
.footer__link,
.footer__text,
.footer__link:hover,
.footer__link:focus,
.footer__text:hover,
.footer__text:focus {
    /* color: #cccccc; */
    color: #ffffff;
}
.footer__list {
    display: flex;
}
.footer__container {
    width: 85%;
    margin: 0 auto;
    padding: 3rem 0 1rem;
    position: relative;
}
.footer__container-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.4s ease;
}
.footer__container-flex.border-bottom {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.footer__container-flex.flex-end {
    justify-content: flex-end;
    padding-top: 1.5rem;
}
.footer__logo {
    flex: 1;
}
.footer__logo--link svg {
    width: 9rem;
    height: 5rem;
    display: flex;
    align-items: flex-start;
}
.footer__logo--link svg use {
    margin-right: auto;
}
.footer__links {
    flex: 1;
}
.footer__links-item {
    flex: 1;
    margin: 0;
}
.footer__links--list {
    flex-direction: column;
    gap: 0.5rem;
}
.footer__links--link,
.footer__links--text {
    line-height: 2;
}
.footer__rightReserved--text:hover,
.footer__rightReserved--text:focus {
    color: #ffffff !important;
}
.footer__rightReserved--link {
    display: inline;
}
.footer__socials--list {
    flex-direction: row;
    gap: 1.2rem;
}
.footer__socials--link svg {
    height: 1.5rem;
    width: 1.5rem;
}
.footer__socials--link svg use {
    fill: #ffffff;
    transition: all 0.4s ease;
}
.footer__socials--link svg:hover use {
    fill: #ffffff;
}
.footer__development {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1ch;
}
.footer__development--text {
    font-size: 0.625rem;
    letter-spacing: 1.3px;
}
.footer__development--text:hover {
    color: #ffffff;
}
.footer__development--img svg {
    width: 1.5rem;
    height: 1.7rem;
    opacity: 0.3;
    transition: all 0.4s ease;
}
.footer__development--img svg:hover {
    opacity: 1;
}
/* ========== Seção Call to Action ========== */
#cta .cta__container {
    width: 90%;
    padding: 4rem;
    margin: 0 auto 5.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: url(https://www.anacar.org.br/wp-content/uploads/2024/03/banner_cta-D.webp)
        no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    transition: all 1s ease;
}
#cta .title,
#cta .title--main,
#cta .subtitle,
#cta .subtitle--big,
#cta .subtitle--giant {
    color: #ffffff;
}
/* ========== Estilos gerais ========== */
.anac-main .container {
    width: 75%;
    margin: 4rem auto;
}
/* .anac-main .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #453ec4;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    left: 2.5rem;
}
.anac-main .title::before,
.anac-main .title::after {
    content: "";
    display: inline-block;
    width: 1.875rem;
    height: 1px;
    margin: 0 1ch;
    background-color: currentColor;
    position: absolute;
    top: 50%;
}
.anac-main .title::before {
    right: 100%;
}
.anac-main .title--main {
    color: #ed1a3b;
}
.anac-main .title--main::before,
.anac-main .title--main::after {
    background-color: currentColor;
}
.anac-main .subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #333280;
}
.anac-main .subtitle--giant {
    color: #25245a;
    line-height: normal;
}
.anac-main .subtitle--big {
    font-size: 1.5rem;
}
.anac-main li,
.anac-main .description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #6c6b78;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.anac-main .description--bold {
    font-weight: 700;
}
.anac-main .not-before {
    left: 0;
}
.anac-main .not-after::after,
.anac-main .not-before::before {
    display: none;
}
.anac-main .btn {
    padding: 1rem 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(265.62deg, #333280 4.97%, #514cdf 96.79%),
        linear-gradient(0deg, #8693f3, #8693f3);
    border: 2px solid #8693f3;
    border-radius: 0.625rem;
    outline: none;
    cursor: pointer;
    transition: all 0.4s ease;
}
.anac-main .btn:is(:hover, :focus, :focus-visible) {
    opacity: 0.9;
}
.anac-main .slick-slide {
    user-select: text;
    margin: 0 0.5rem;
}
.anac-main .slick-arrow {
    z-index: 2;
    color: #333280;
    transition: all 0.4s ease;
}
.anac-main .slick-arrow::before {
    content: "";
    font-family: "Material Symbols Outlined";
    font-size: 1.5rem;
    color: #333280;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1.3rem;
    opacity: 1;
}
.anac-main .slick-arrow[aria-disabled="true"]::before {
    opacity: 0.5;
}
.anac-main .slick-prev {
    left: -1.5rem;
}
.anac-main .slick-prev::before {
    content: "\e5cb";
}
.anac-main .slick-next {
    right: -1.5rem;
}
.anac-main .slick-next::before {
    content: "\e5cc";
}
.anac-main .slick-dots {
    bottom: 0;
}
.anac-main .slick-dots li button::before {
    font-size: 0.7rem;
    color: #333280;
}
*/
.anac-main .grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 1.5rem;
}
.anac-main .grid__item--top {
    grid-column: 1/-1;
}
.anac-main .main-content.grid__container {
    grid-template-columns: 55% auto;
}
.anac-main .main-banners.grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 1.5rem;
}
/* ========== Página Home ========== */
.anac-home .container {
    width: 100%;
    margin: 0 auto;
}
.anac-home .description {
    margin: 0;
}
.anac-home .home-main__banner--container {
    position: relative;
    top: -7rem;
}
.anac-home .home-main__banner--container .slick-slide {
    margin: 0;
}
.anac-home .home-main__banner--container .slick-prev {
    height: 1.25rem;
    left: 2rem;
}
.anac-home .home-main__banner--container .slick-next {
    height: 1.25rem;
    right: 2rem;
}
.anac-home .home-main__banner--figure {
    position: relative;
}
.anac-home .home-main__banner--content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 60%;
    position: absolute;
    top: 24%;
    left: 12%;
    z-index: 3;
}
.anac-home .home-main__banner--title.title {
    left: 2.5rem;
    color: #ed1a3b;
}
.anac-home .home-main__cta--list {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
}
.anac-home .home-main__cta--link {
    width: max-content;
}
.anac-home .home-main__cta--link .btn:is(:hover, :focus, :focus-visible) {
    opacity: 0.9;
}
.anac-home .home-main__cta--link.has-figure {
    padding: 0.5rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #333280;
    background: linear-gradient(
            112.83deg,
            rgba(255, 255, 255, 0.4705882353) 0%,
            rgba(255, 255, 255, 0) 110.84%
        ),
        radial-gradient(
            121.49% 277.08% at 0% 0%,
            rgba(255, 255, 255, 0.7019607843) 0%,
            rgba(255, 255, 255, 0) 100%
        );
}
.anac-home .home-main__cta--link.has-figure:is(:hover, :focus, :focus-visible) {
    opacity: 0.9;
}
.anac-home .home-main__cta--link.has-figure figure {
    display: flex;
    align-items: center;
    justify-content: center;
}
.anac-home .home-main__cta--link.has-figure figure svg {
    height: 1.5rem;
    width: 1.5rem;
}
.anac-home .home-main__cta--link.has-figure figure svg use {
    fill: #333280;
    transition: all 0.4s ease;
}
.anac-home .home-about-us__container {
    width: 75%;
    margin: 0 auto 5.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.375rem;
}
.anac-home .home-about-us__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
}
.anac-home .home-about-us__title {
    left: 0;
}
.anac-home .home-about-us__link {
    padding: 1rem 3rem;
}
.anac-home .home-services__container {
    width: 75%;
    margin: 0 auto 5.25rem;
}
.anac-home .home-services__container .title,
.anac-home .home-services__container .subtitle,
.anac-home .home-services__container .description {
    text-align: center;
}
.anac-home .home-services__container.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
}
.anac-home .home-services__container--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.375rem;
    margin-top: 1.5rem;
}
.anac-home .home-services__title {
    left: 0;
}
.anac-home .home-services__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.25rem 0.75rem;
}
.anac-home .home-services__icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(265.62deg, #333280 4.97%, #514cdf 96.79%),
        linear-gradient(0deg, #8693f3, #8693f3);
    border: 2px solid #8693f3;
    border-radius: 0.625rem;
}
.anac-home .home-services__icon svg {
    max-width: calc(3rem - 4px);
    max-height: calc(3rem - 4px);
    padding: 0.625rem;
}
.anac-home .home-donation__container {
    width: 75%;
    margin: 0 auto 5.25rem;
    padding: 5.25rem 0;
}
.anac-home .home-donation__container.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;
}
.anac-home .home-donation__container.grid .grid__left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.anac-home .home-donation__title {
    left: 2.5rem;
}
.anac-home .home-donation__chart-container {
    max-width: 23.5rem;
    margin: 0 auto;
}
.anac-home .home-donation .legend-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 2rem;
}
.anac-home .home-donation .legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.4s ease;
}
.anac-home .home-donation .legend-item:active .legend-label {
    text-decoration: underline;
}
.anac-home .home-donation .legend-color {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    border: 0;
    transition: all 0.4s ease;
}
.anac-home
    .home-donation
    .legend-item:is(:hover, :focus, :focus-visible)
    .legend-color {
    transform: scale(1.2);
}
.anac-home .home-donation .legend-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #ffffff;
    transition: all 0.4s ease;
}
.anac-home .home-employees__container {
    width: 75%;
    margin: 0 auto 5.25rem;
    text-align: center;
}
.anac-home .home-employees__container .slick-slide {
    margin: 0;
}
.anac-home .home-employees__title {
    left: 0;
    display: inline-block;
}
.anac-home .home-employees__subtitle {
    padding: 1.5rem 0 2rem;
}
.anac-home .home-employees__item {
    padding: 0 1.25rem;
}
.anac-home .home-instagram__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 75%;
    margin: 0 auto 5.25rem;
    padding: 5.25rem 0 3rem;
    text-align: center;
}
.anac-home .home-instagram__container #eapps-instagram-feed-1 {
    width: 100%;
}
.anac-home .home-instagram__container #eapps-instagram-feed-1 > a {
    display: none !important;
    filter: opacity(0);
    cursor: default;
}
.anac-home .home-instagram__container .eapps-instagram-feed-title-container {
    display: none;
}
.anac-home .home-instagram__container .eapps-instagram-feed-posts-slider-nav {
    opacity: 0;
    transition: all 0.4s ease;
}
.anac-home
    .home-instagram__container
    .eapps-instagram-feed-posts-slider-nav:hover {
    opacity: 0.5;
}
.anac-home .home-instagram__title {
    left: 0;
}
/* ========== Página Sobre nós ========== */
.anac-about .about-main__content {
    margin: 4rem 0;
}
.anac-about .about-history__content {
    margin: 0 0 4rem;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.anac-about .about-history__title,
.anac-about .about-history__subtitle {
    margin-bottom: 0.5rem;
}
.anac-about .about-history__description {
    margin-bottom: 0;
}
.anac-about .about-mission__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.anac-about .about-mission__title,
.anac-about .about-mission__subtitle,
.anac-about .about-mission__description {
    text-align: center;
    margin: 0;
    left: 0;
}
.anac-about .about-mission__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 1.5rem;
    margin-top: 1.5rem;
    align-items: center;
}
.anac-about .about-mission__item {
    margin-bottom: 0;
}
.anac-about .about-numbers .grid__container {
    grid-template-columns: 1fr;
}
.anac-about .about-numbers__content {
    margin: 1rem auto 2rem;
}
.anac-about .about-numbers__title {
    margin-bottom: 1rem;
}
.anac-about .about-numbers__select {
    padding: 0.5rem 1rem;
    border-radius: 12px;
    border: 1px solid;
    color: #333280;
}
.anac-about .about-numbers__table {
    width: 100%;
}
.anac-about .about-numbers__table caption {
    margin-bottom: 1rem;
    text-align: left;
}
.anac-about .about-numbers__table--row {
    vertical-align: middle;
}
.anac-about .about-numbers__table--data {
    vertical-align: middle;
}
.anac-about .about-numbers__table--last-years table {
    width: 100%;
    border-collapse: collapse;
}
.anac-about .about-numbers__table--last-years tr:nth-child(even) {
    background-color: #efefef;
}
.anac-about .about-numbers__table--last-years th {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333280;
    background: #efefef;
}
.anac-about .about-numbers__table--last-years th,
.anac-about .about-numbers__table--last-years td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 0.5rem;
}
.anac-about .about-numbers__table .description {
    border-bottom: 1px solid #ddd;
    white-space: normal;
}
.anac-about .about-numbers__table .description--bold {
    font-size: 2rem;
    padding-right: 1rem;
    color: #333280;
    text-align: right;
    white-space: nowrap;
}
.anac-about .about-numbers .table-resume__content {
    border: 1px solid #333280;
    border-radius: 12px;
    width: max-content;
    padding: 2rem;
    margin: 1rem auto;
}
.anac-about .about-numbers .table-resume__content .description {
    margin: 0;
}
.anac-about .about-team__content {
    text-align: center;
}
.anac-about
    .about-team__content:not(.anac-about .about-team__content:last-of-type) {
    margin-bottom: 2rem;
}
.anac-about .about-team__content.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.anac-about .about-team__title,
.anac-about .about-team__subtitle,
.anac-about .about-team__description {
    text-align: center;
    margin: 0;
    left: 0;
}
.anac-about .about-team__title {
    display: inline-block;
}
.anac-about .about-team__list {
    margin-top: 1rem;
}
.anac-about .about-team__list .slick-slide {
    margin: 0 0.5rem;
}
.anac-about .about-team__item {
    border: 1px solid #e0dffe;
    padding: 1.5rem;
    border-radius: 12px;
    min-height: 8rem;
}
.anac-about .about-team__item p,
.anac-about .about-team__item span {
    font-family: Arial, Helvetica, sans-serif;
}
.anac-about .about-team__item p {
    font-size: 1.25rem;
    color: #333280;
    margin-bottom: 0.75rem;
}
.anac-about .about-team__item span {
    font-size: 0.875rem;
}
.anac-about .grid__container {
    align-items: center;
}
.anac-about .grid__item--top {
    grid-column: 1/-1;
}
.anac-about .title--main {
    left: 2.5rem;
}
/* ========== Página Serviços ========== */
.anac-services .services-main__content {
    margin: 4rem 0;
}
.anac-services .services-main__content.grid__container {
    align-items: flex-start;
}
.anac-services .services-items__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.anac-services .services-items__head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.anac-services .services-items__subitem {
    list-style: disc;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2rem;
}
.anac-services .services-items__subitem:not(:last-of-type) {
    margin: 0 0 0 2rem;
}
.anac-services .services-items__icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(265.62deg, #333280 4.97%, #514cdf 96.79%),
        linear-gradient(0deg, #8693f3, #8693f3);
    border: 2px solid #8693f3;
    border-radius: 0.625rem;
}
.anac-services .services-items__icon svg {
    max-width: calc(3rem - 4px);
    max-height: calc(3rem - 4px);
    padding: 0.625rem;
}
.anac-home .home-bazar__container {
    width: 75%;
    margin: 0 auto 5.25rem;
}
@media (max-width: 767px) {
    .anac-home .home-bazar__container {
        width: 100%;
        padding: 0 1rem 0;
        margin-bottom: 4rem;
    }
}
.anac-home .home-bazar .grid__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 2rem;
    align-items: center;
}
.anac-home .home-bazar__content {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.anac-home .home-bazar__title {
    left: 0;
}
.anac-home .home-bazar__description {
    margin: 0;
}
.anac-home .home-bazar__list {
    margin-top: 1rem;
}
.anac-home .home-bazar__list .slick-slide {
    margin: 0 0.5rem;
}
.anac-home .home-bazar__item {
    border-radius: 12px;
}
.anac-home .home-bazar__item figure {
    width: 100%;
    height: auto;
}
.anac-home .home-bazar__item img {
    border-radius: 12px;
    box-sizing: border-box;
}
.anac-home .home-bazar iframe {
    width: -webkit-fill-available;
    border-radius: 12px;
}
.anac-services .services-oficinas__container {
    padding: 4rem 0;
}
.anac-services .services-oficinas__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.anac-services .services-oficinas__content .grid__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 2rem;
}
.anac-services .services-oficinas__image {
    position: relative;
}
.anac-services .services-oficinas__image source,
.anac-services .services-oficinas__image img {
    border-radius: 0.8rem;
}
.anac-services
    .services-oficinas__image:is(:hover, :focus, :focus-visible)
    figcaption {
    transform: scale(1.05);
}
.anac-services .services-oficinas__legend {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5rem;
    color: #ffffff;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    transition: all 0.4s ease;
}
.anac-services .services-oficinas__title {
    left: 2.5rem;
}
.anac-services .grid__item--top {
    grid-column: 1/-1;
}
/* ========== Página Estrutura ========== */
.anac-structure iframe {
    border-radius: 12px;
    width: -webkit-fill-available;
}
.anac-structure img {
    border-radius: 12px;
    box-sizing: border-box;
}
.anac-structure .title {
    left: 0;
}
.anac-structure .description {
    margin: 0;
}
.anac-structure .list {
    margin: 0;
}
.anac-structure .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    margin: 0;
}
.anac-structure .grid__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    grid-gap: 4rem;
    justify-items: center;
}
.anac-structure .slick-slide {
    margin-bottom: 1rem;
}
.anac-structure .structure-main__container .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 1.5rem;
    justify-items: center;
}
.anac-structure .structure-main__container .grid__top {
    grid-column: 1/-1;
}
.anac-structure .structure-main__content {
    margin: 4rem 0;
    align-items: center;
}
.anac-structure .structure-main__content.grid {
    grid-template-columns: 2fr 1.5fr;
    margin: 2.5rem auto;
}
.anac-structure .structure-supportHouse__item {
    border-radius: 12px;
    vertical-align: middle;
}
.anac-structure .structure-supportHouse__item figure {
    width: 100%;
    height: auto;
}
.anac-structure .structure-supportHouse__maps {
    height: 100%;
}
.anac-structure .structure-headquarters .container {
    padding: 4rem 0;
}
.anac-structure .structure-headquarters__title {
    left: 2.5rem !important;
}
.anac-structure .structure-headquarters__item {
    border-radius: 12px;
    vertical-align: middle;
}
.anac-structure .structure-headquarters__item figure {
    width: 100%;
    height: auto;
}
.anac-structure .structure-headquarters__maps {
    height: 100%;
}
/* ========== Página Colaboradores ========== */
.anac-employees .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
}
.anac-employees .grid__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    grid-gap: 1.5rem;
    place-content: stretch;
}
.anac-employees .grid__item--top {
    grid-column: 1/-1;
}
.anac-employees .slick-slide {
    margin-bottom: 1rem;
}
.anac-employees .list {
    margin: 0;
}
.anac-employees .employees-main__title,
.anac-employees .employees-main__subtitle {
    text-align: center;
    left: 0;
}
.anac-employees .employees-items__container {
    width: 75%;
    margin: 0 auto 5.25rem;
    text-align: center;
}
.anac-employees .employees-items__container .slick-slide {
    margin: 0;
}
.anac-employees .employees-items__list.is-power_off {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    gap: 1.5rem;
}
.anac-employees .employees-items__list .slick-slide {
    margin: 0 0.5rem;
}
.anac-employees .employees-items__item {
    padding: 0 1.25rem;
    border-radius: 0.625rem;
}
/* ========== Página Doações ========== */
.anac-donations .container {
    text-align: center;
}
.anac-donations .title {
    left: 0;
}
.anac-donations .subtitle {
    margin-bottom: 1.5rem;
}
.anac-donations .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.anac-donations .grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    grid-gap: 1.5rem;
    place-content: stretch;
    justify-items: center;
}
.anac-donations .grid__item--top {
    grid-column: 1/-1;
}
.anac-donations .donations-qrcodePix__figure.qr-figure svg {
    width: 100%;
    min-height: 18.75rem;
}
.anac-donations .donations-qrcodePix__data {
    background: #c9d4fc;
    padding: 4px;
    border-radius: 0.75rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}
.anac-donations .donations-qrcodePix__description#qrcode-link {
    color: #333280;
    margin: 0;
    padding: 0 1rem 0 0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}
.anac-donations .donations-qrcodePix__btn {
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}
.anac-donations .donations-qrcodePix__btn-icon {
    height: 1.3rem;
}
.anac-donations .donations-qrcodePix__btn-icon svg {
    width: 1rem;
    height: 1.3rem;
}
.anac-donations .donations-materials .description {
    margin: 0;
}
.anac-donations .donations-materials__card-item {
    text-align: left;
    padding: 1.7rem;
    margin: 0;
    border-radius: 0.75rem;
    border: 1px solid #333280;
}
.anac-donations .donations-materials__card-item .title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
}
/* ========== Página Doações Nota Fiscal Paulista ========== */
.anac-donationsNF .container {
    width: 75%;
    margin: 4rem auto 0;
    text-align: center;
}
.anac-donationsNF .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    margin: 0;
}
.anac-donationsNF .grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    grid-gap: 1.5rem;
    place-content: stretch;
    justify-items: center;
    width: 100%;
}
.anac-donationsNF .grid__item--top {
    grid-column: 1/-1;
}
.anac-donationsNF .title {
    left: 0;
}
.anac-donationsNF .subtitle {
    margin-bottom: 1.5rem;
}
.anac-donationsNF .donationsNF-main__content {
    margin-bottom: 4rem;
}
.anac-donationsNF .donationsNF-main .subtitle {
    margin-bottom: 0;
}
.anac-donationsNF .donationsNF-stepByStep .list {
    counter-reset: section;
    list-style-type: none;
}
.anac-donationsNF .donationsNF-stepByStep__item::before {
    counter-increment: section;
    content: counters(section, " - ") " - ";
    background: transparent !important;
}
.anac-donationsNF .bg-blue > .container {
    width: 75%;
    margin: 4rem auto 0;
    padding: 5.25rem 0;
}
/* ========== Página Fale Conosco/Contato ========== */
.anac-contact .title--main {
    left: 2.5rem;
}
.anac-contact .contact-form .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
}
.anac-contact .contact-form__subtitle {
    margin-bottom: 1.5rem;
}
.anac-contact .contact-form__label {
    display: block;
    margin: 0.625rem 0;
    line-height: 1;
}
.anac-contact .contact-form__input,
.anac-contact .contact-form__textarea {
    width: 100%;
    border-radius: 8px;
    border: 0;
    outline: none;
    padding: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #6c6b78;
}
.anac-contact .contact-location .grid__container {
    grid-gap: 2rem;
    align-items: center;
    width: 100%;
}
.anac-contact .contact-location .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.anac-contact .contact-location__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.anac-contact .contact-location__title {
    left: 0;
}
.anac-contact .contact-location__description,
.anac-contact .contact-location__link {
    margin: 0;
}
.anac-contact .contact-location__link:is(:hover, :focus, :focus-visible) {
    text-decoration: underline;
}
.anac-contact .contact-location iframe {
    width: -webkit-fill-available;
    border-radius: 12px;
}
/* ========== Background Blue ========== */
.bg-blue {
    background: #333280;
}
.bg-blue .container {
    padding: 5.25rem 0;
}
.bg-blue .title,
.bg-blue .subtitle,
.bg-blue .description {
    color: #ffffff;
}
.bg-blue .title::before,
.bg-blue .title::after,
.bg-blue .subtitle::before,
.bg-blue .subtitle::after,
.bg-blue .description::before,
.bg-blue .description::after {
    background: #ffffff;
}
.bg-blue .title::selection,
.bg-blue .subtitle::selection,
.bg-blue .description::selection {
    color: #ffffff;
    background: #ed1a3b;
}
.bg-blue .btn {
    background: linear-gradient(264.97deg, #ed1a3b -3.18%, #fe354b 100%);
}
@media (min-width: 768px) {
    #menu-menu-principal .menu-item a:is(:hover, :focus, :focus-visible) {
        transform: scale(1.03);
    }
    #menu-menu-principal .menu-item .sub-menu {
        position: absolute;
        left: 1rem;
        top: 3rem;
        z-index: 11;
        width: auto;
        min-height: 5.625rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #ffffff;
        transition: all 0.4s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    #menu-menu-principal .menu-item .sub-menu .menu-item a {
        padding: 0.75rem 1.5rem 1rem;
        min-width: 9rem;
        width: 100%;
    }
    #menu-menu-principal
        .menu-item
        .sub-menu
        .menu-item
        a:is(:hover, :focus, :focus-visible) {
        background: #eff2fe;
    }
    #menu-menu-principal
        .menu-item:is(:hover, :focus, :focus-visible)
        .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #menu-menu-principal
        .menu-item.menu-item-has-children:is(:hover, :focus, :focus-visible)
        > a::after {
        transform: rotate(-135deg);
        top: 45%;
    }
    #cta .subtitle--giant,
    .anac-main .subtitle--giant {
        font-size: 4rem;
    }
    .anac-main .main-content.grid__container {
        grid-template-columns: 55% auto;
        margin: 2.5rem auto;
    }
    .anac-services .services-main__content.grid__container {
        grid-template-columns: 2fr 1.5fr;
    }
    .anac-structure .structure-headquarters .grid__container {
        grid-template-columns: 40% auto;
    }
    .anac-donations .donations-qrcodePix .grid__container {
        align-items: center;
        justify-items: start;
        grid-template-columns: 30% 1fr;
        text-align: start;
    }
    .anac-donationsNF .donationsNF-stepByStep .text-align-left {
        text-align: left;
    }
}
@media (min-width: 992px) {
    #cta .cta__container {
        width: 75%;
    }
}
@media (min-width: 1921px) {
    .header__logo-link svg {
        width: 9vw;
        height: 5vw;
    }
    .header__menu .menu-item,
    .header__cta .btn,
    .anac-main .btn,
    .about-team__name {
        font-size: 1.2vw;
        padding: 1vw 2vw;
    }
    .header__cta .btn,
    .anac-main .btn {
        border-radius: 0.9vw;
    }
    .footer__title {
        font-size: 2vw;
    }
    .footer__link,
    .footer__text {
        font-size: 1vw;
    }
    .footer__logo--link svg {
        font-size: 1.2vw;
        width: 100%;
        height: auto;
    }
    .footer__socials--link svg {
        width: 1.5vw;
        height: 1.5vw;
    }
    .footer__development--img svg {
        width: 1.5vw;
        height: auto;
    }
    #cta .title,
    .anac-main .title,
    .about-team__position {
        font-size: 1vw !important;
        line-height: 1.5vw !important;
    }
    #cta .subtitle,
    .anac-main .subtitle {
        font-size: 3.3vw !important;
        line-height: 3.6vw !important;
    }
    #cta .subtitle--giant,
    .anac-main .subtitle--giant {
        font-size: 5vw !important;
        line-height: 5.5vw !important;
    }
    #cta .subtitle--big,
    .anac-main .subtitle--big {
        font-size: 2vw !important;
        line-height: 2.5vw !important;
    }
    #cta .description,
    .anac-main .description,
    .anac-main li,
    input,
    textarea input::placeholder,
    textarea::placeholder {
        font-size: 1.2vw !important;
        line-height: 1.8vw !important;
    }
    .anac-main li {
        padding: 0.8vw 0 !important;
    }
    .anac-home .home-main__banner--figure img {
        width: -webkit-fill-available;
    }
    .anac-home .home-main__cta--link.has-figure {
        padding: 1vw;
    }
    .anac-home .home-main__cta--link.has-figure figure svg {
        height: 2vw;
        width: 2vw;
    }
    .anac-home .home-services__icon {
        height: 3vw;
        width: 3vw;
        border-width: 0.1vw;
    }
    .anac-home .home-services__icon svg {
        max-width: 2.8vw;
        max-height: 2.8vw;
        padding: 0.7vw;
    }
    .anac-home .home-donation__chart-container canvas#anacDonations {
        width: 30vw !important;
        height: 30vw !important;
    }
    .anac-home .home-donation .legend-container {
        gap: 2vw;
    }
    .anac-home .home-donation .legend-item {
        gap: 0.6vw;
    }
    .anac-home .home-donation .legend-color {
        width: 1.2vw;
        height: 1.2vw;
    }
    .anac-home .home-donation .legend-label {
        font-size: 1.2vw;
    }
    .anac-services .services-items__icon {
        height: 3vw;
        width: 3vw;
        border-width: 0.1vw;
    }
    .anac-services .services-items__icon svg {
        max-width: 2.8vw;
        max-height: 2.8vw;
        padding: 0.7vw;
    }
    .anac-structure .title {
        width: fit-content;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    /* ========== Header ========== */
    .header {
        background: #ffffff;
    }
    .header__container {
        width: 100vw;
        margin: 0;
        padding: 0.5rem 1rem;
        align-items: center;
        transition: all 0.4s ease;
    }
    .header__container:has(.header__links.active) {
        background: #ffffff;
    }
    .header__container.is-fixed {
        width: 100vw;
        padding: 0.5rem 1rem;
        background: #ffffff;
        box-shadow: 0px 2px 20px 2px rgba(252, 252, 252, 0.6431372549);
    }
    .header__logo-link svg {
        height: 4rem;
        width: 8rem;
    }
    .header__links {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2rem;
        width: 0;
        height: 100vh;
        position: absolute;
        top: 5rem;
        right: 0;
        transition: 0.6s;
        z-index: 11;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        overflow-y: hidden;
        pointer-events: none;
    }
    .header__links.active {
        width: 100vw;
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
        pointer-events: all;
    }
    .header__menu--btn {
        display: flex;
        position: absolute;
        right: 1.875rem;
    }
    .header__menu {
        width: 100%;
        transition: all 0.4s ease;
    }
    #menu-menu-principal {
        flex-direction: column;
        gap: 0;
        max-width: 100%;
        padding: 1rem 0;
        border-radius: 0;
        border: 1px solid #d9d9d9;
        border-left: 0;
        border-right: 0;
    }
    #menu-menu-principal .menu-item {
        right: 0;
    }
    #menu-menu-principal .menu-item a {
        display: block;
        padding: 1rem;
        width: 100vw;
    }
    #menu-menu-principal .menu-item a.close::after {
        top: 40%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
    }
    #menu-menu-principal .menu-item a.open::after {
        top: 45%;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
    }
    #menu-menu-principal .menu-item#menu-item-58 a::after {
        left: 12ch;
    }
    #menu-menu-principal .menu-item#menu-item-52 a::after {
        left: 11ch;
    }
    #menu-menu-principal .menu-item#menu-item-56 a::after {
        left: 24ch;
    }
    #menu-menu-principal .menu-item.menu-item-has-children > a {
        position: relative;
    }
    #menu-menu-principal .menu-item.menu-item-has-children .sub-menu {
        display: block;
        padding: 0 1rem;
        background: #eff2fe;
        max-height: 0;
        overflow: hidden;
        list-style: none;
    }
    #menu-menu-principal .menu-item.menu-item-has-children .sub-menu.show,
    #menu-menu-principal .menu-item.menu-item-has-children .sub-menu.hide {
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    #menu-menu-principal .menu-item.menu-item-has-children .sub-menu.show {
        max-height: 9999px;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #menu-menu-principal .menu-item.menu-item-has-children .sub-menu.hide {
        max-height: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .header__cta {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }
    .header__cta--btn {
        width: 100%;
        margin: 0 0.9rem;
    }
    /* ========== Footer ========== */
    .footer__container-flex {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .footer__container-flex.border-bottom {
        border: 0;
        margin: 0;
    }
    .footer__container-flex.flex-end {
        padding-top: 1rem;
    }
    .footer__links {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
    .footer__links-item {
        flex: auto;
        width: 100%;
    }
    .footer__links--list {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer__links--link,
    .footer__links--text {
        text-align: center;
        display: block;
        width: 100%;
    }
    .footer__rightReserved--text {
        display: block;
        text-align: center;
    }
    /* ========== Call to Action ========== */
    #cta .title {
        width: fit-content;
        max-width: 100%;
    }
    #cta .subtitle {
        font-size: 2rem;
    }
    #cta .subtitle--big {
        font-size: 1.5rem;
    }
    #cta .bg-blue .container {
        width: 100%;
        padding: 4rem 1rem;
    }
    #cta .cta__container {
        min-height: 21.5rem;
        padding: 2rem;
        margin-bottom: 4rem;
        background: url(https://www.anacar.org.br/wp-content/uploads/2024/03/banner_cta-M.webp)
            no-repeat;
        background-position: center;
        background-size: cover;
    }
    #cta .cta__subtitle.subtitle {
        margin-bottom: 1rem;
    }
    /* ========== Estilos gerais ========== */
    .anac-main .title {
        width: fit-content;
        max-width: 100%;
    }
    .anac-main .subtitle {
        font-size: 2rem;
    }
    .anac-main .subtitle--big {
        font-size: 1.5rem;
    }
    .anac-main .bg-blue .container {
        width: 100%;
        padding: 4rem 1rem;
    }
    /* ========== Páginas ========== */
    .anac-main .slick-arrow {
        opacity: 0;
        visibility: hidden;
        cursor: none;
    }
    .anac-home .home-main__banner--container {
        top: -5.2rem;
    }
    .anac-home .home-main__banner--content {
        max-width: 80%;
        top: auto;
        bottom: 1.5rem;
        left: 1rem;
    }
    .anac-home .home-about-us__container {
        width: 100%;
        padding: 0 1rem 0;
        margin-bottom: 4rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 2.5rem;
    }
    .anac-home .home-about-us__content {
        grid-row: 1;
        padding: 0;
    }
    .anac-home .home-services__container {
        width: 100%;
        padding: 0 1rem 0;
        margin-bottom: 4rem;
    }
    .anac-home .home-services__container--grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 2.5rem;
    }
    .anac-home .home-donation__container {
        width: 100%;
        padding: 4rem 1rem 10rem;
        margin-bottom: 4rem;
    }
    .anac-home .home-donation__container.grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .anac-home .home-donation__chart-container {
        margin: 3rem auto 1.5rem;
        max-width: 100%;
    }
    .anac-home .home-donation .legend-container {
        position: absolute;
        bottom: 4rem;
        justify-content: center;
    }
    .anac-home .home-employees__container {
        width: 100%;
    }
    .anac-home .home-instagram__container {
        width: 100%;
        padding: 4rem 1rem;
        margin-bottom: 4rem;
    }
    .anac-home .home-instagram__container #eapps-instagram-feed-1 {
        max-height: 10.625rem;
    }
    .anac-about .about-main__content {
        margin: 2.5rem auto;
    }
    .anac-about .about-mission__list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        grid-gap: 3rem;
    }
    .anac-about .about-numbers__select,
    .anac-about .about-numbers__table caption {
        width: 90vw;
    }
    .anac-about .about-numbers__table--last-years + .scroll-arrow {
        height: 0;
        width: 40px;
        border: 1px solid #6c6b78;
        position: relative;
        left: 35vw;
        animation: scroll 1.5s infinite;
        -webkit-animation: scroll 1.5s infinite;
        margin-top: 1rem;
    }
    .anac-about .about-numbers__table--last-years + .scroll-arrow::after {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        top: -5px;
        height: 1px;
        width: 10px;
        border-left: 10px solid #6c6b78;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    @keyframes scroll {
        0% {
            width: 40px;
        }
        30% {
            width: 70px;
        }
        60% {
            width: 40px;
        }
    }
    @-webkit-keyframes scroll {
        0% {
            width: 40px;
        }
        30% {
            width: 70px;
        }
        60% {
            width: 40px;
        }
    }
    .anac-about .about-numbers .table-responsive {
        position: relative;
        overflow-x: auto;
        overflow-y: auto;
        max-width: 100%;
        padding-bottom: 1rem;
    }
    .anac-about .about-team__list .slick-arrow {
        opacity: 1;
        visibility: visible;
        cursor: pointer;
    }
    .anac-about .about-team__list .slick-prev {
        left: -1rem;
    }
    .anac-about .about-team__list .slick-next {
        right: -1rem;
    }
    .anac-about .about-team__item {
        padding: 1rem;
    }
    .anac-about .container {
        width: 90vw;
        margin: 2.5rem auto;
    }
    .anac-services .services-main__content {
        margin: 2.5rem 0;
    }
    .anac-home .home-bazar__content {
        text-align: center;
    }
    .anac-home .home-bazar iframe {
        max-height: 30vh;
    }
    .anac-services .container {
        width: 90vw;
        margin: 2.5rem auto;
    }
    .anac-structure .grid-row-2 {
        grid-row: 2;
    }
    .anac-structure .slick-slide {
        margin: 0;
    }
    .anac-structure .container {
        width: 90vw;
        margin: 2.5rem auto;
    }
    .anac-structure .list {
        margin-top: 0.5rem;
        max-width: 90vw;
    }
    .anac-structure iframe {
        width: 90vw;
    }
    .anac-employees .employees-items__container {
        width: 100%;
    }
    .anac-employees .employees-items__list.is-power_off {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
        gap: 1.5rem;
    }
    .anac-employees .employees-items__list .slick-arrow {
        opacity: 1;
        visibility: visible;
        cursor: pointer;
    }
    .anac-employees .employees-items__list .slick-prev {
        left: -1rem;
    }
    .anac-employees .employees-items__list .slick-next {
        right: -1rem;
    }
    .anac-employees .grid__container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 1.5rem;
    }
    .anac-employees .grid-row-2 {
        grid-row: 2;
    }
    .anac-employees .slick-slide {
        margin: 0;
    }
    .anac-employees .container {
        width: 90vw;
        margin: 2.5rem auto;
    }
    .anac-employees .list {
        margin-top: 0.5rem;
        max-width: 90vw;
    }
    .anac-donations .donations-qrcodePix .grid__item--left {
        grid-row: 2;
    }
    .anac-donations .donations-materials__card-item.item-third {
        grid-row: 4;
    }
    .anac-donations .donations-materials__card-item.item-fourth {
        grid-row: 3;
    }
    .anac-donations .grid-row-2 {
        grid-row: 2;
    }
    .anac-donations .container {
        width: 90vw;
        margin: 2.5rem auto;
    }
    .anac-donationsNF .donationsNF-main__content {
        margin-bottom: 2.5rem;
    }
    .anac-donationsNF .donationsNF-stepByStep .list {
        margin: 0 auto;
        width: 90%;
    }
    .anac-donationsNF .donationsNF-stepByStep__item {
        width: fit-content;
        margin: 0 auto 1rem;
    }
    .anac-donationsNF .grid-row-2 {
        grid-row: 2;
    }
    .anac-donationsNF .container {
        width: 90vw;
        margin: 2.5rem auto 0;
    }
    .anac-contact .contact-location__content {
        text-align: center;
    }
    .anac-contact .contact-location iframe {
        max-height: 30vh;
    }
    .anac-contact .container {
        width: 90vw;
        margin: 2.5rem auto;
    }
    .anac-main:not(#anac-home) .grid__container,
    .structure-main__container .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        grid-gap: 1.5rem;
    }
    .structure-main .structure-main__subtitle {
        text-align: center;
    }
}
@media (max-width: 425px) {
    .anac-home .home-bazar .grid__container,
    .anac-services .services-oficinas__content .grid__container,
    .anac-contact .contact-location .grid__container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 1.5rem;
    }
    .anac-donations .donations-qrcodePix__data {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}