@charset "UTF-8";
/*!
Theme Name: Fábio Mello - Campanha 2026
Theme URI: 
Author: Victor Savas Jacques
Author URI: https://savasdev.com/
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: 
License 
Text Domain: fabio_mello
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fabio_mello is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}
/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}
/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html *,
body * {
  box-sizing: inherit;
}
.dot-pattern {
  background-image: radial-gradient(rgba(61, 61, 61, 0.16) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
.dot-pattern--on-dark {
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}
html {
  font-family: "noka", sans-serif;
  font-weight: 300;
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 1em;
}
em {
  font-style: italic;
}
strong {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.font-weight-hairline {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 800;
}
.font-weight-black {
  font-weight: 900;
}
.section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  margin-bottom: 40px;
}
/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1080px;
}
.side-menu {
  position: fixed;
  width: 100vw;
  top: 0;
  right: -100vw;
  padding: 50px 25px;
  height: 100vh;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 100;
  font-size: 24px;
  line-height: 33px;
  background-color: #fff;
}
.side-menu.active {
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-menu .side-menu-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.side-menu .side-menu-content {
  overflow: auto;
  height: 100%;
  padding-bottom: 80px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.side-menu .side-menu-content::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.side-menu .side-menu-content .navigation__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 50px;
}
.side-menu .side-menu-content .navigation__links li {
  margin-left: 0;
  margin-bottom: 30px;
}
.side-menu .side-menu-content .navigation__links li.has-children {
  margin-bottom: 10px;
}
.side-menu .side-menu-content .navigation__links li.has-children > a {
  display: block;
  margin-bottom: 0.4em;
}
.side-menu .side-menu-content .navigation__links li.has-children.active .navigation__links-sub {
  display: flex;
}
.side-menu .side-menu-content .navigation__links-sub {
  padding-left: 30px;
  display: none;
  font-size: 40px;
  line-height: 40px;
}
.side-menu .side-menu-content .navigation__links .navigation__links-sub li {
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .side-menu {
    position: static;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    padding: 0;
    background: transparent;
    transform: none;
    transition: none;
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
  .side-menu.active {
    transform: none;
  }
  .side-menu .side-menu-header {
    display: none;
  }
  .side-menu .side-menu-content {
    overflow: visible;
    height: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
  .side-menu .side-menu-content::-webkit-scrollbar {
    display: block;
  }
  .side-menu .side-menu-content .navigation__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 24px;
  }
  .side-menu .side-menu-content .navigation__links li {
    margin-left: 24px;
    margin-bottom: 0;
  }
  .side-menu .side-menu-content .navigation__links li:first-child {
    margin-left: 0;
  }
}
.slider {
  position: relative;
  max-width: 100%;
}
.slider__viewport {
  overflow: hidden;
}
.slider__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.slider__slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  text-align: center;
}
.slider__slide-media {
  width: 100%;
  margin-bottom: 16px;
}
.slider__slide-media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50vh;
}
.slider__slide-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-width: 32em;
}
.slider__prev, .slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 24px;
  line-height: 1;
  transition: opacity 0.2s;
}
.slider__prev:hover, .slider__next:hover {
  opacity: 0.9;
}
.slider__prev:focus, .slider__next:focus {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.slider__prev {
  left: 16px;
}
.slider__prev::before {
  content: "‹";
}
.slider__next {
  right: 16px;
}
.slider__next::before {
  content: "›";
}
.section--slider {
  background: #0b75a7;
  padding: 32px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 4px;
  font-family: "noka", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, transform 120ms ease, box-shadow 120ms ease;
}
.button:active {
  transform: scale(0.97);
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--sm {
  font-size: 11px;
  padding: 8px 16px;
  height: 32px;
}
.button--md {
  font-size: 13px;
  padding: 8px 24px;
  height: 40px;
}
.button--lg {
  font-size: 15px;
  padding: 16px 32px;
  height: 56px;
}
.button--primary {
  background: #0b75a7;
  color: #fff;
}
.button--primary:hover:not(:disabled) {
  background: #085a83;
}
.button--yellow {
  background: #ffce00;
  color: #1a1a1a;
}
.button--yellow:hover:not(:disabled) {
  background: #c89f00;
}
.button--green {
  background: #2ba02b;
  color: #fff;
}
.button--green:hover:not(:disabled) {
  background: #1d7a1d;
}
.button--danger {
  background: #ff3e3e;
  color: #fff;
}
.button--danger:hover:not(:disabled) {
  background: #cc1f1f;
}
.button--dark {
  background: #3d3d3d;
  color: #fff;
}
.button--dark:hover:not(:disabled) {
  background: #1a1a1a;
}
.button--secondary {
  background: transparent;
  color: #0b75a7;
  box-shadow: inset 0 0 0 2px #0b75a7;
}
.button--secondary:hover:not(:disabled) {
  background: #d0e9f5;
}
.button--ghost {
  background: transparent;
  color: #3d3d3d;
}
.button--ghost:hover:not(:disabled) {
  background: #f5f5f5;
}
.button--outline-light {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.button--outline-light:hover:not(:disabled) {
  background: #fff;
  color: #3d3d3d;
}
.button-icon {
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-icon-menu {
  background-image: url("src/images/icon-menu.svg");
  height: 19px;
}
.button-icon-search {
  background-image: url("src/images/icon-search.svg");
}
.button-icon-close {
  background-image: url("src/images/icon-close.svg");
}
.button-icon-close-white {
  background-image: url("src/images/icon-close-white.svg");
}
.button-icon-social-youtube {
  background-image: url("src/images/icon-social-youtube.svg");
  width: 44px;
}
.button-icon-social-instagram {
  background-image: url("src/images/icon-social-instagram.svg");
}
.button-icon-social-twitter {
  background-image: url("src/images/icon-social-twitter.svg");
}
.button-icon-social-facebook {
  background-image: url("src/images/icon-social-facebook.svg");
}
.card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card__accent {
  height: 4px;
  flex-shrink: 0;
}
.card__accent--blue {
  background: #0b75a7;
}
.card__accent--yellow {
  background: #ffce00;
}
.card__accent--green {
  background: #2ba02b;
}
.card__accent--red {
  background: #ff3e3e;
}
.card__image {
  height: 192px;
  overflow: hidden;
  flex-shrink: 0;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card__content {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card__badge {
  margin-bottom: 8px;
}
.card__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-bottom: 8px;
}
.card__subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #707070;
  margin-bottom: 8px;
}
.card__body {
  font-size: 14px;
  line-height: 1.55;
  color: #3d3d3d;
  margin: 0;
}
.card__meta {
  font-size: 13px;
  color: #707070;
  margin-top: 8px;
}
.card--causa .card__image {
  height: 96px;
  padding: 24px;
  background: #f5f5f5;
}
.card--causa .card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.card--post .card__image {
  height: 192px;
}
.card--post-sm .card__image {
  height: 120px;
}
.card--post-sm .card__content {
  padding: 12px 16px;
}
.card--post-sm .card__title {
  font-size: 14px;
}
.badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 4px 8px;
  border-radius: 4px;
}
.badge--blue {
  background: #d0e9f5;
  color: #085a83;
}
.badge--yellow {
  background: #fff5c0;
  color: #c89f00;
}
.badge--green {
  background: #c5e8c5;
  color: #1d7a1d;
}
.badge--red {
  background: #ffd0d0;
  color: #cc1f1f;
}
.badge--gray {
  background: #e8e8e8;
  color: #555555;
}
.badge--dark {
  background: #3d3d3d;
  color: #fff;
}
.tag {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  border-radius: 9999px;
  background: #f5f5f5;
  color: #3d3d3d;
  transition: background 150ms ease, color 150ms ease;
}
.tag:hover {
  background: #e8e8e8;
}
.tag--active {
  background: #3d3d3d;
  color: #fff;
}
.tag--active:hover {
  background: #1a1a1a;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.form-stack {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.input {
  display: block;
  width: 100%;
  font-family: "noka", sans-serif;
  font-size: 16px;
  padding: 16px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  color: #3d3d3d;
  margin-bottom: 16px;
}
.input::-moz-placeholder {
  color: #909090;
}
.input::placeholder {
  color: #909090;
}
.input:focus {
  outline: none;
  border-color: #0b75a7;
}
.progress-bar {
  width: 100%;
  height: 16px;
  border-radius: 9999px;
  background: #e8e8e8;
  overflow: hidden;
}
.progress-bar__fill {
  height: 100%;
  background: #0b75a7;
  border-radius: 9999px;
  transition: width 300ms ease;
}
.progress-bar__caption {
  text-align: center;
  font-size: 14px;
  color: #3d3d3d;
  margin-top: 16px;
}
blockquote,
.blockquote {
  border-left: 4px solid #0b75a7;
  background: #fafafa;
  padding: 24px 32px;
  margin: 32px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #3d3d3d;
  font-style: normal;
}
.deco-triangle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 160px;
  height: 160px;
  background: #ffce00;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  transform: translateY(-50%) translateX(35%);
  pointer-events: none;
  z-index: 0;
}
.deco-triangle--top {
  top: 0;
  transform: translateY(-35%) translateX(35%);
}
.deco-triangle--bottom {
  top: auto;
  bottom: 0;
  transform: translateY(35%) translateX(35%);
}
.deco-triangle--left {
  right: auto;
  left: 0;
  transform: translateY(-50%) translateX(-35%) rotate(180deg);
}
.deco-triangle--sm {
  width: 96px;
  height: 96px;
}
.deco-triangle--lg {
  width: 240px;
  height: 240px;
}
@media (max-width: 600px) {
  .deco-triangle {
    width: 96px;
    height: 96px;
  }
}
.share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.share-buttons__label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #3d3d3d;
  margin-right: 4px;
}
.share-buttons__icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 150ms ease;
}
.share-buttons__icon:hover {
  background-color: #f5f5f5;
}
.share-buttons__icon--whatsapp {
  background-image: url("src/images/icon-whatsapp.svg");
}
.share-buttons__icon--facebook {
  background-image: url("src/images/icon-facebook.svg");
}
.share-buttons__icon--x {
  background-image: url("src/images/icon-X.svg");
  background-size: 15px;
}
/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
.site-footer {
  background: #085a83;
  color: #fff;
  padding: 64px 0 0;
}
.site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.site-footer__brand {
  flex: 1 1 240px;
}
.site-footer__brand .site-branding__logo-block {
  display: inline-block;
  margin-bottom: 16px;
}
.site-footer__brand .site-branding__logo-block img {
  height: 48px;
  width: auto;
}
.site-footer__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.site-footer__links {
  flex: 1 1 160px;
}
.site-footer__links-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #fff;
}
.site-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__links li {
  margin-bottom: 8px;
}
.site-footer__links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.site-footer__links a:hover {
  color: #fff;
}
.site-footer__bottom {
  padding: 24px 0;
}
.site-footer__compliance {
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.site-footer__compliance p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.site-footer .footer-social {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.site-footer .footer-social__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 48px 0 0;
  }
  .site-footer__columns {
    gap: 32px;
  }
}
.site-header {
  background-color: #fff;
  color: #1a1a1a;
  padding: 16px 0;
  max-width: 100%;
}
.site-header .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-branding {
  margin-right: 0;
}
.site-header .site-branding__logo-block {
  display: block;
  line-height: 0;
}
.site-header .site-branding img {
  height: 48px;
  width: auto;
}
.site-header .navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
}
.site-header .navigation__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1100px) {
  .site-header .navigation .side-menu-open {
    display: none;
  }
}
.site-header .side-menu .navigation__links a {
  color: #3d3d3d;
  font-weight: 800;
  text-decoration: none;
}
.site-header .side-menu .navigation__links a:hover {
  color: #0b75a7;
}
.site-header--hero .site-branding img {
  height: 88px;
}
.section-heading {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #3d3d3d;
  text-align: left;
  margin-bottom: 40px;
}
.hero {
  background: #fff;
  padding: 40px 0 96px;
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.hero__content {
  flex: 1 1 55%;
  max-width: 640px;
}
.hero__headline {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #3d3d3d;
  margin-bottom: 32px;
}
.hero__media {
  flex: 1 1 40%;
  min-height: 320px;
}
.hero--has-image {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero--has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 117, 167, 0.75);
}
.hero--has-image .hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero--has-image .hero__headline {
  color: #fff;
}
@media (max-width: 900px) {
  .hero__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__media {
    display: none;
  }
  .hero__headline {
    font-size: 32px;
  }
}
.section--newsletter {
  background: #ffce00;
  padding: 64px 0;
}
.newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px;
}
.newsletter__intro {
  flex: 1 1 320px;
}
.newsletter__heading {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #3d3d3d;
  margin-bottom: 16px;
}
.newsletter__form {
  flex: 1 1 320px;
}
.newsletter__submit {
  align-self: flex-end;
}
.section--bio {
  position: relative;
  overflow: hidden;
  background: #0b75a7;
  color: #fff;
  padding: 64px 0;
}
.bio {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
}
.bio__media {
  flex: 1 1 45%;
}
.bio__media img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.bio__media-placeholder {
  width: 100%;
  padding-top: 66%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.bio__caption {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}
.bio__content {
  flex: 1 1 45%;
}
.bio__heading {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 24px;
}
.bio__quote.blockquote, .bio__quote {
  background: #ff3e3e;
  color: #fff;
  font-weight: 800;
  padding: 24px 32px;
  margin: 0;
  font-size: 18px;
  border-left: 0;
}
.section--causas {
  background: #fff;
  padding: 64px 0;
}
.causas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .causas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .causas-grid {
    grid-template-columns: 1fr;
  }
}
.section--blog {
  background: #ff3e3e;
  padding: 64px 0;
}
.section--blog .section-heading {
  color: #fff;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.post-grid .card--post {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
}
.section--cta {
  background: #2ba02b;
  padding: 96px 0;
}
.cta {
  text-align: center;
}
.cta__heading {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 32px;
}
.section--logo-gallery {
  background: #fff;
  padding: 40px 0;
}
.section--logo-gallery .logo-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--logo-gallery .logo-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--logo-gallery .logo-gallery__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.section--logo-gallery .logo-gallery__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .section--logo-gallery .logo-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section--logo-gallery .logo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .section--logo-gallery .logo-gallery {
    grid-template-columns: 1fr;
  }
}
.section--blog-head {
  background: #0b75a7;
  padding: 40px 0 32px;
}
.blog-head__title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 24px;
}
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.blog-sort__select {
  font-family: "noka", sans-serif;
  font-size: 14px;
  color: #3d3d3d;
  padding: 8px 16px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
}
.blog-sort__select:focus {
  outline: none;
  border-color: #0b75a7;
}
.section--blog-split {
  background: #0b75a7;
  padding: 40px 0 64px;
}
.blog-split {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.blog-split__grid {
  flex: 1 1 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.featured-post {
  flex: 1 1 55%;
  display: block;
  text-decoration: none;
  color: inherit;
}
.featured-post__badge {
  margin-bottom: 16px;
}
.featured-post__title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
}
.featured-post__image {
  border-radius: 4px;
  overflow: hidden;
}
.featured-post__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 900px) {
  .blog-split {
    flex-direction: column;
  }
  .blog-split__grid {
    width: 100%;
  }
  .featured-post {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-split__grid {
    grid-template-columns: 1fr;
  }
}
.section--blog-grid {
  background: #0b75a7;
  padding: 0 0 64px;
}
.section--pagination {
  background: #0b75a7;
  padding: 0 0 64px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination span,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  color: #3d3d3d;
  text-decoration: none;
  background: #f5f5f5;
}
.pagination a:hover {
  background: #e8e8e8;
}
.pagination .current {
  background: #3d3d3d;
  color: #fff;
}
.single-article {
  background: #0b75a7;
  padding: 48px 0 64px;
}
.single-article__card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding: 48px 64px;
  max-width: 900px;
  margin: 0 auto;
}
.single-article__category {
  margin-bottom: 16px;
}
.single-article__title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #3d3d3d;
  margin-bottom: 24px;
}
.single-article__byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 32px;
}
.single-article__date {
  font-size: 13px;
  color: #707070;
}
.single-article__hero-image {
  margin-bottom: 32px;
}
.single-article__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.single-article__body {
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #3d3d3d;
}
.single-article__body p {
  margin-bottom: 24px;
}
.single-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 32px 0;
  display: block;
}
.single-article__tags {
  max-width: 680px;
  margin: 40px auto 0;
}
.single-article__share-end {
  max-width: 680px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}
.single-article__nav {
  background: #0b75a7;
  padding: 48px 0;
}
.post-navigation {
  max-width: 680px;
  margin: 0 auto 48px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.post-navigation a {
  text-decoration: none;
}
.post-navigation .nav-subtitle {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 4px;
}
.post-navigation .nav-title {
  font-weight: 800;
  color: #fff;
}
.post-navigation a:hover .nav-title {
  color: #ffce00;
}
@media (max-width: 900px) {
  .single-article__card {
    padding: 32px 24px;
  }
  .single-article__title {
    font-size: 28px;
  }
}
.ds-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.ds-swatch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 64px;
}
.ds-swatch {
  padding: 24px;
  border-radius: 4px;
}
.ds-swatch__label {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 8px;
}
.ds-swatch__hex {
  display: block;
  font-size: 13px;
  opacity: 0.8;
}
.ds-swatch--blue {
  background: #0b75a7;
  color: #fff;
}
.ds-swatch--yellow {
  background: #ffce00;
  color: #1a1a1a;
}
.ds-swatch--green {
  background: #2ba02b;
  color: #fff;
}
.ds-swatch--red {
  background: #ff3e3e;
  color: #fff;
}
.ds-swatch--charcoal {
  background: #3d3d3d;
  color: #fff;
}
.ds-swatch--white {
  background: #fff;
  color: #3d3d3d;
  box-shadow: inset 0 0 0 1px #e8e8e8;
}
.ds-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 64px;
}
.ds-logo-grid img {
  width: 160px;
  height: auto;
}
.ds-logo-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 4px;
}
.ds-logo-tile__label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.ds-logo-tile--white {
  background: #fff;
  box-shadow: inset 0 0 0 1px #e8e8e8;
}
.ds-logo-tile--white .ds-logo-tile__label {
  color: #3d3d3d;
}
.ds-logo-tile--blue {
  background: #0b75a7;
}
.ds-logo-tile--blue .ds-logo-tile__label {
  color: #fff;
}
.ds-logo-tile--green {
  background: #2ba02b;
}
.ds-logo-tile--green .ds-logo-tile__label {
  color: #fff;
}
.ds-logo-tile--red {
  background: #ff3e3e;
}
.ds-logo-tile--red .ds-logo-tile__label {
  color: #fff;
}
.ds-logo-tile--charcoal {
  background: #3d3d3d;
}
.ds-logo-tile--charcoal .ds-logo-tile__label {
  color: #fff;
}
.ds-button-group {
  margin-bottom: 40px;
}
.ds-button-group__label {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 16px;
  color: #3d3d3d;
}
.ds-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
/*# sourceMappingURL=style.css.map */
