@charset "UTF-8";
:root {
  --bs-primary: #d6181f;
  --bs-primary-rgb: 214, 24, 31;
}

/*
Theme Name: Tema APUBH Sdrummond
Theme URI: http://apubh.org.br
Description: Tema do site APUBH
Version: 1.0
Author: Pedro Inácio Rodrgiues Pontes
Author URI: http://sdrummond.com.br
Text Domain: lang
*/
@font-face {
  font-family: "Univers 67 Condensed Light";
  src: url("../fonts/univers-67-condensed-light.woff2") format("woff2"), url("../fonts/univers-67-condensed-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Univers 67 Condensed Light";
  src: url("../fonts/univers-67-condensed-light.woff2") format("woff2"), url("../fonts/univers-67-condensed-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular_1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: none;
  vertical-align: baseline;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:active,
a:focus {
  outline: none;
}

img {
  border: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* COMMOM CLASSES */
.full-width-wrapper,
#footer-wrapper .full-width-wrapper h4,
.page-pre-title,
.page-title,
.addthis_sharing_toolbox {
  width: 100%;
}

.centered-wrapper {
  width: 1200px;
  margin: 0px auto;
}

.half-width-wrapper {
  width: 48% !important;
  float: left;
}

.third-width-wrapper {
  width: 65% !important;
  float: left;
}

.one-third-width-wrapper {
  width: 30% !important;
  float: left;
  margin: 0 3em 0 0;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.right-aligned {
  float: right !important;
}

.button,
#menu-wrapper .menu li.filiados-button-wrapper > a,
#global-wrapper .gform_footer .gform_button {
  height: 40px;
  padding: 0 15px;
  background: #0d1a2c;
  font: 18px/40px "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}

.button:hover,
#menu-wrapper .menu li.filiados-button-wrapper > a:hover,
#global-wrapper .gform_footer .gform_button:hover {
  background: #c50000;
  color: #FFF;
}

.more-link {
  float: right;
  margin: 25px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ELEMENTS WITH TRANSITION EFFECT */
a,
button,
input[type=submit],
.diretoria-cat-wrapper .member-thumb .member-info {
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

/* --------------------------------------------- WRAPPERS --------------------------------------------- */
html,
body {
  height: 100%;
}

body {
  background: #FFF;
  font: 100%/1.5 "Univers 67 Condensed Light", Arial, Helvetica, sans-serif;
  color: #0d1a2c;
}

#global-wrapper {
  overflow: hidden;
  font-size: 18px;
}

/* --------------------------------------------- HEADER AREA --------------------------------------------- */
#header-wrapper,
#header {
  height: 90px;
  background: #FFF;
  color: #FFF;
}

#header-wrapper {
  height: 95px;
  border-top: 5px solid #c50000;
}

#header {
  position: relative;
}

.logo,
.logo a {
  width: 151px;
  height: 40px;
  float: left;
}

.logo {
  width: 201px;
  height: 90px;
  padding: 25px;
  background: #c50000;
}

.logo a {
  background: url("../../../images/sprites.png") no-repeat 0 0;
  overflow: hidden;
  text-indent: -99999px;
}

#menu-wrapper {
  width: calc(100% - 201px);
  height: 90px;
}

#menu-wrapper .menu {
  width: calc(100% - 60px);
}

#menu-wrapper .menu,
#menu-wrapper .menu li,
#menu-wrapper .menu li a {
  float: left;
  height: 90px;
}

#menu-wrapper .menu li {
  min-width: 10%;
  position: relative;
}

#menu-wrapper .menu li a,
#menu-trigger {
  width: 100%;
  font: 17px/90px "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #0d1a2c;
}

#menu-wrapper .menu li a {
  padding: 0 10px;
}

.menu-item-15057 a {
  background-color: #0d1a2c;
  color: #fff !important;
}

#menu-wrapper .menu li:first-child,
#menu-wrapper .menu li ul li {
  border-left: none;
}

#menu-wrapper .menu li a:hover,
#menu-wrapper .menu li a.active,
#menu-wrapper .menu li.current-menu-item a {
  background: #0d1a2c;
  color: #FFF;
}

#menu-wrapper .menu li ul {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -100px;
  display: none;
  background: #0d1a2c;
  z-index: 999;
}

#menu-wrapper .menu li ul li,
#menu-wrapper .menu li ul li a {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

#menu-wrapper .menu li ul li {
  border-color: rgba(255, 255, 255, 0.2);
}

#menu-wrapper .menu li ul li a {
  padding: 10px 0;
  line-height: 1;
  color: #FFF;
}

#menu-wrapper .menu li ul li a:hover,
#menu-wrapper .menu li ul li.current-menu-item a {
  background: #c50000;
  color: #FFF;
}

#menu-wrapper .menu li.filiados-button-wrapper {
  text-align: center;
}

#menu-wrapper .menu li.filiados-button-wrapper > a {
  width: auto;
  float: none;
  display: inline-block;
  margin: 25px 0 0;
}

#menu-trigger {
  display: none;
}

.search-icon,
.search-icon .dashicons {
  width: 32px;
  height: 32px;
  float: right;
  font-size: 32px;
  color: #0d1a2c;
}

#search-trigger {
  margin: 29px 0 0;
}

#search-form {
  width: 100%;
  height: 50px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  background: #c50000;
  display: none;
  z-index: 99;
}

#search-form #s {
  width: calc(100% - 60px);
  height: 40px;
  padding: 10px;
  float: left;
  margin: 0;
  border: none;
  background: #FFF;
  font-size: 14px;
  color: #000;
}

#search-submit-btn {
  width: 55px;
  height: 40px;
  float: right;
  background: #0d1a2c;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

/* --------------------------------------------- FOOTER AREA --------------------------------------------- */
#footer-wrapper {
  margin: 5% 0 0;
}

body.home #footer-wrapper {
  margin: 0;
}

#footer-wrapper h4 {
  font: 28px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #0d1a2c;
}

#footer-wrapper h4 .more-link,
.news-outer-wrapper h4 .more-link {
  margin: 10px 0 0;
}

.news-outer-wrapper h4 .more-link {
  color: #FFF;
}

#footer-campaigns {
  display: none !important;
}

#footer-campaigns,
#footer-galleries,
#footer-sitemap {
  padding: 40px 0;
}

#footer-campaigns .centered-wrapper,
#footer-galleries .centered-wrapper {
  padding: 0 25px;
}

#footer-campaigns-inner {
  border-bottom: 1px solid #c50000;
}

.half-width-post .post-thumb-wrapper,
.one-third-width-post .post-thumb-wrapper {
  width: 100%;
}

.third-width-wrapper .post-thumb-wrapper {
  width: 45% !important;
}

.post-thumb-wrapper {
  width: 30%;
  float: left;
  margin: 30px 0 0;
  color: #0d1a2c;
}

.post-thumb-wrapper.middle {
  margin: 30px 5% 0;
}

.post-thumb-wrapper:hover {
  color: #c50000;
}

.post-thumb-wrapper img,
.post-thumb-wrapper h1,
.post-thumb-wrapper h4,
.post-thumb-wrapper p {
  width: 100%;
  float: left;
}

.post-thumb-wrapper img {
  height: auto;
  border-top: 4px solid #c50000;
}

.post-thumb-wrapper h4,
.partner .partner-content h4 {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.post-thumb-wrapper.no-thumb h4 {
  padding-top: 0;
}

.post-thumb-wrapper h1 {
  margin: 15px 0 5px;
  font-size: 24px;
  line-height: 1.2;
}

.post-thumb-wrapper p {
  font-size: 14px;
}

.post-thumb-wrapper .more-link-text,
.post-thumb-wrapper .more-link-sign {
  float: left;
  margin: 10px 0 0;
  font: 11px/14px "Univers 67 Condensed Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.post-thumb-wrapper .more-link-sign {
  float: right;
  font-size: 14px;
  line-height: 14px;
}

.half-width-post {
  width: 48%;
  float: left;
}

.one-third-width-post {
  width: 32%;
  float: left;
}

.one-third-width-post.middle {
  margin-left: 2%;
  margin-right: 2%;
}

.home .news-wrapper .post-thumb-wrapper:nth-child(3n+1) {
  clear: left;
}

#footer-events-inner {
  padding-bottom: 40px;
  margin: 10px 0 0;
  border-bottom: 1px solid #c50000;
}

#footer-events h4 {
  height: 75px;
  padding: 0 25px;
  position: relative;
  margin: 0 0 30px;
  background: #c50000;
  line-height: 75px;
  color: #FFF;
}

#footer-events h4 .more-link {
  margin: 0;
  color: #FFF;
}

#footer-events-calendar {
  width: 23%;
  float: left;
  font-family: Asap, Helvetica, Arial;
  margin: 0 auto;
  width: 294px;
}

#footer-events-calendar .clndr {
  overflow: hidden;
}

#footer-events-calendar .clndr .controls {
  width: 100%;
  float: left;
  color: #0d1a2c;
}

#footer-events-calendar .clndr .controls .clndr-previous-button,
#footer-events-calendar .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

#footer-events-calendar .clndr .controls .clndr-previous-button:hover,
#footer-events-calendar .clndr .controls .clndr-next-button:hover {
  background-color: #c50000;
  color: #FFF;
}

#footer-events-calendar .clndr .controls .month {
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

#footer-events-calendar .clndr .days-container {
  position: relative;
  width: 100%;
  height: 240px;
  display: inline-block;
  float: left;
}

#footer-events-calendar .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

#footer-events-calendar .clndr .days-container .days .day,
#footer-events-calendar .clndr .days-container .days .empty {
  width: 42px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #0d1a2c;
}

#footer-events-calendar .clndr .days-container .days .day.event,
#footer-events-calendar .clndr .days-container .days .empty.event {
  background-color: #0d1a2c;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}

#footer-events-calendar .clndr .days-container .days .day.adjacent-month.event {
  background: #EBEBEB;
}

#footer-events-calendar .clndr .days-container .days .day.event {
  color: #FFF;
}

#footer-events-calendar .clndr .days-container .days .day.event:hover,
#footer-events-calendar .clndr .days-container .days .empty.event:hover {
  background-color: #c50000;
}

#footer-events-calendar .clndr .days-container .days .day.adjacent-month,
#footer-events-calendar .clndr .days-container .days .day.adjacent-month.event,
#footer-events-calendar .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}

#footer-events-calendar .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}

#footer-events-calendar .clndr .days-container .days .headers {
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer-events-calendar .clndr .days-container .days .headers .day-header {
  width: 42px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #888;
}

#footer-events-calendar .clndr .days-container .events {
  position: absolute;
  left: 294px;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #ebebeb;
}

#footer-events-calendar .clndr .days-container .events .headers {
  position: relative;
}

#footer-events-calendar .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #0d1a2c;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}

#footer-events-calendar .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  color: #FFF;
}

#footer-events-calendar .clndr .days-container .events .x-button:hover {
  color: #c50000;
}

#footer-events-calendar .clndr .days-container .events .events-list {
  overflow: scroll;
  height: 185px;
}

#footer-events-calendar .clndr .days-container .events .events-list .event {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

#footer-events-calendar .clndr .days-container .events .events-list .event:hover {
  background-color: #f5f5f5;
}

#footer-events-calendar .clndr .days-container .events .events-list .event a {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

#footer-events-calendar .clndr .days-container .events .events-list .event a:hover {
  background-color: transparent;
  color: #c50000;
}

#footer-events-calendar .clndr .days-container.show-events .days {
  left: -294px;
}

#footer-events-calendar .clndr .days-container.show-events .events {
  left: 0;
}

#footer-events #events-list-wrapper {
  width: calc(100% - 319px);
  float: right;
}

#footer-events #events-list-wrapper .event-wrapper {
  height: 277px;
  margin: 0;
  border: none;
  border-left: 2px solid #c50000;
}

.event-wrapper {
  padding: 0 25px;
  margin: 30px 0 0;
  color: #0d1a2c;
  display: flex;
}
@media (max-width: 768px) {
  .event-wrapper {
    padding: 9px;
  }
}

.event-wrapper.middle {
  border-left: 2px solid #c50000;
  border-right: 2px solid #c50000;
}

.event-wrapper:hover {
  color: #c50000;
}

.event-wrapper .event-date {
  border-right: solid 1px #000;
  margin-right: 1.5rem;
  width: 10rem;
}
@media (max-width: 768px) {
  .event-wrapper .event-date {
    width: 7rem;
    padding-right: 0.5rem;
  }
}

.event-wrapper .event-month,
.event-wrapper .event-day {
  font-size: 3rem;
  font-weight: 700;
  color: #d6181f;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .event-wrapper .event-month,
  .event-wrapper .event-day {
    font-size: 2rem;
  }
}

.event-wrapper h1 {
  width: calc(100% - 50px);
  font-size: 1.325rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .event-wrapper h1 {
    font-size: 1rem;
  }
}

.event-wrapper p {
  margin: 10px 0 0;
  font-size: 16px;
}

#footer-sitemap {
  border-top: 1px solid #c50000;
}

.footer-slider-wrapper {
  margin: 30px 0 0;
  position: relative;
}

.footer-slider-wrapper .post-thumb-wrapper {
  width: 33.3%;
  padding: 0 15px 0 0;
  float: left;
  margin: 0;
}

.footer-slider-wrapper .post-thumb-wrapper h1 {
  margin-bottom: 0;
  font: bold 18px/1.2 "Univers 67 Condensed Light", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.footer-slider-wrapper .slick-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -40px;
  background: none;
  font-size: 32px;
  line-height: 24px;
  color: #999;
}

.footer-slider-wrapper .slick-arrow.slick-next {
  left: auto;
  right: -30px;
}

.footer-slider-wrapper .slick-arrow:hover {
  color: #c50000;
}

.footer-slider-wrapper .slick-arrow.slick-disabled,
.footer-slider-wrapper .slick-arrow.slick-disabled:hover {
  color: #EBEBEB;
}

#footer-events {
  border-top: 1px #fff outset;
}

#footer-sitemap {
  display: none;
}

#footer-sitemap .menu {
  width: 100%;
}

#footer-sitemap .menu,
#footer-sitemap .menu li,
#footer-sitemap .menu ul,
#footer-sitemap .menu a {
  float: left;
}

/*#footer-sitemap .menu li{max-width:180px;}*/
#footer-sitemap .menu > li {
  width: 20%;
  padding: 0 27px 0 25px;
  position: relative;
}

#footer-sitemap .menu > li:after {
  content: "";
  width: 2px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: #c50000;
}

#footer-sitemap .menu > li:first-child {
  padding-left: 0;
}

#footer-sitemap .menu > li:last-child {
  padding-right: 0;
  border-right: none;
}

#footer-sitemap .menu > li:last-child:after {
  display: none;
}

#footer-sitemap .menu ul li {
  width: 100%;
  margin: 0;
}

#footer-sitemap .menu ul,
#footer-sitemap .menu a {
  width: 100%;
}

#footer-sitemap .menu li a {
  padding-bottom: 10px;
  font: 24px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #0d1a2c;
}

#footer-sitemap .menu li a:hover {
  color: #c50000;
}

#footer-sitemap .menu ul li a {
  padding: 3px 0;
  font: 14px/1 "Univers 67 Condensed Light", Arial, Helvetica, sans-serif;
  text-transform: none;
}

#footer-links {
  border-top: 1px solid #c50000;
  border-bottom: 1px solid #c50000;
  text-align: center;
}

#footer-links a {
  padding: 15px 0;
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0d1a2c;
}

#footer-links a:hover {
  color: #c50000;
}

#footer-links a:first-child:after {
  content: " | ";
}

#footer-addresses {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}

#footer-addresses .entry {
  padding: 30px 25px;
  background: #c50000;
}

#footer-addresses h3 {
  font-size: 20px;
  margin-top: 0;
}

#footer-addresses .entry div {
  width: 25%;
  padding: 0 10px 0 0;
  float: left;
}

#footer-social .centered-wrapper {
  padding: 15px 0 8px;
  background: #0d1a2c;
  text-align: center;
}

#social-networks li {
  display: inline-block;
}

#social-networks li a {
  padding: 0 25px;
  float: left;
  color: #FFF;
}

#social-networks li a,
#social-networks li a .dashicons {
  width: 25px;
  height: 25px;
  font-size: 25px;
}

#social-networks li a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}

#footer-credits {
  padding: 25px 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

#footer-credits p {
  float: left;
}

#footer-credits #sitemap-trigger {
  float: right;
  font-size: 12px;
  font-weight: bold;
}

/* --------------------------------------------- SIDEBAR AREA --------------------------------------------- */
#sidebar {
  margin-top: 2.25rem;
  width: 30%;
  float: right;
}

#sidebar #side-nav,
#sidebar #side-nav li,
#sidebar #side-nav a,
#sidebar #side-nav ul {
  width: 100%;
  float: left;
}

#sidebar #side-nav li a {
  padding: 10px;
  border: solid 1px #000;
  border-top: none;
  font: 14px/1.2 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #0d1a2c;
}

#sidebar #side-nav > li > a {
  background: #d6181f;
  color: #FFF;
  font-weight: 700;
}

#sidebar #side-nav li a:hover {
  background: #c50000;
  color: #FFF;
}

#sidebar #side-nav.fixed {
  position: fixed;
  top: 2px;
}

#tituloI-li a {
  border: solid 1px #000;
  border-radius: 15px 15px 0 0;
}
#tituloI-li .sub-menu a {
  border-radius: 0;
}

#side-nav > li:last-child > .sub-menu > li:last-child > a {
  border-radius: 0 0 15px 15px;
}

.sidebar-box h5 {
  font: 18px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #0d1a2c;
}

.sidebar-box {
  padding: 25px 0;
  border-bottom: 1px solid #c50000;
}

#sidebar .sidebar-box:first-child {
  padding-top: 0;
  border-bottom: none;
}

.sidebar-box,
.sidebar-box h5,
.news-box,
.news-box.no-thumb .news-box-content,
.news-box a {
  width: 100%;
  float: left;
}

.news-box {
  margin: 20px 0 0;
}

.news-box a {
  color: #0d1a2c;
}

.news-box a h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #c50000;
}

.news-box img {
  width: 30%;
  height: auto;
  float: left;
}

.news-box p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}

.news-box a:hover p {
  color: #c50000;
}

.news-box .news-box-content {
  width: 65%;
  float: right;
}

/* --------------------------------------------- CONTENT AREA --------------------------------------------- */
#content-outer-wrapper {
  padding: 30px 0 0;
}

#content {
  width: 65%;
  float: left;
}

.page-pre-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-title {
  font-size: 32px;
  line-height: 1;
}

.page-title.auto-width {
  width: auto;
}

.page-title,
.page-title a,
.page-pre-title {
  color: #c50000;
}

.page-title a:hover {
  color: #000;
}

.msg-info {
  float: left;
  margin: 10px 0 0;
}

/* ------------- SINGLE CONTENT -------------- */
.entry {
  width: 100%;
}

.entry p,
.entry .video-iframe,
.entry .gmaps-iframe {
  margin-top: 20px;
}

.entry a.button {
  float: none;
  display: inline-block;
}

.entry ul,
.entry ol {
  padding: 10px 15px 5px;
}

.entry ul li,
.entry ol li {
  list-style: inside;
}

.entry ol li {
  list-style-type: decimal;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 30px 0 10px;
}

.entry h2,
.service > h1 {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: solid 1px #000;
  color: #000;
  border-radius: 15px;
}

/* .entry h2:before, */
/* .service>h1:before { */
/*     content: "→"; */
/*     margin: 0 10px 0 0; */
/*     font-size: smaller; */
/*     color: #c50000; */
/* } */
/**/
.entry h3 {
  font-size: 36px;
  line-height: 1.2;
}

.entry blockquote {
  padding: 10px 20px 20px;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f5f5f5;
  font-style: italic;
}

.entry blockquote:before {
  content: "“";
  position: absolute;
  left: 9px;
  top: 0;
  font: 60px Georgia, "Times New Roman", Times, serif;
  color: #DDD;
  z-index: 0;
}

.entry blockquote:after {
  content: "”";
  position: absolute;
  right: 9px;
  bottom: -34px;
  font: 60px Georgia, "Times New Roman", Times, serif;
  color: #DDD;
  z-index: 0;
}

.entry blockquote p {
  position: relative;
  margin: 10px 0 0;
  z-index: 1;
}

.entry .wp-caption {
  max-width: 100%;
  padding: 7px;
  margin-top: 17px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ebebeb;
}

.entry .wp-caption img {
  max-width: 100%;
}

.entry .wp-caption p {
  margin: 5px 0 0;
  text-align: center;
}

.entry #post-gallery {
  width: 100%;
  margin: 15px 0 0;
  display: inline-block;
  text-align: center;
}

.entry table {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.entry table td {
  padding: 7px;
}

.entry table thead {
  background: #333;
  font-weight: bold;
  color: #FFF;
}

.entry table tbody tr:nth-child(2n) {
  background: #EEE;
}

.entry table tbody tr td:first-child {
  text-align: left;
}

.entry .alignright {
  float: right;
  margin: 10px 0 2px 10px;
}

.entry .alignleft {
  float: left;
  margin: 10px 10px 2px 0;
}

.entry .centered,
.entry .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.entry img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

.entry img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.addthis_sharing_toolbox {
  margin: 0px 0 30px;
  float: right;
}

/* TN3 GALLERY */
.tn3-gallery,
.tn3-image,
.tn3-controls-bg,
.tn3-albums,
.tn3-inalbums {
  width: 640px;
}

.tn3-thumbs {
  width: 486px;
}

.tn3-gallery {
  height: 425px;
  background-color: #000;
}

.tn3-image {
  height: 378px;
}

.tn3-albums {
  height: 425px;
}

.tn3-inalbums {
  height: 380px;
}

/* ARCHIVE */
.post {
  width: 100%;
  float: left;
}

.post .post-header,
.post .post-title,
.post .post-meta {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}

.post .post-title {
  font-size: 30px;
  line-height: 1.2;
}

.post .post-header,
.post .post-meta {
  padding: 10px 0 25px;
  border-top: 1px solid #CCC;
  font: 12px "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}

.post .post-header {
  padding: 0 0 15px;
  border: none;
  color: #c50000;
}

.category-desc.entry {
  margin-bottom: 30px;
}

/* SINGLE EVENTS */
#event-details {
  padding: 10px 20px 15px;
  margin: 30px 0 10px;
  border-bottom: 5px solid #c50000;
}

#event-details li {
  width: 48%;
  margin: 10px 0 0;
  font-size: 20px;
}

#event-details li.full-width {
  width: 100%;
  margin-bottom: 1rem;
}

#event-details li:nth-child(2n+0) {
  float: right;
}

#event-details li .dashicons {
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #c50000;
}

#event-details li a {
  font: 16px/20px "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* PAGINATION */
.numeric-pagination {
  margin: 5rem 0;
  font-size: 20px;
  text-align: center;
}

.numeric-pagination a,
.numeric-pagination span {
  color: #d6181f;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
}

.numeric-pagination span.current {
  outline: solid 1px rgb(241.2857142857, 132.7142857143, 136.7142857143);
  border-radius: 10px;
}

/* NAVIGATION */
.navigation {
  width: 100%;
  float: left;
}

.navigation div {
  width: 50%;
  float: left;
}

.navigation a.nav-links {
  float: left;
  margin: 30px 0 0;
}

.navigation .alignright,
.navigation .alignright a.nav-links {
  float: right;
}

/* --------------------------------------------- LIGHT GALLERY --------------------------------------------- */
#post-gallery {
  width: 100%;
  float: left;
}

#post-gallery a {
  width: 33%;
  max-height: 190px;
  float: left;
  position: relative;
  margin: 0.5% 0 0;
  overflow: hidden;
  background: #000;
}

#post-gallery a.middle {
  margin: 0.5% 0.5% 0;
}

#post-gallery a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  background: url("../../../lightgallery/img/zoom.png") no-repeat 0 0;
  opacity: 0;
}

#post-gallery a:after,
#post-gallery a:hover img {
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

#post-gallery a img {
  width: 100%;
  height: auto;
  min-height: 190px;
  float: left;
}

#post-gallery a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
}

#post-gallery a:hover:after {
  opacity: 1;
}

#lg-counter span {
  color: #FFF;
}

/* COMMENTS */
#comments {
  width: 100%;
  padding: 15px 0;
  float: left;
  font-size: 24px;
  line-height: 24px;
}

#comments-wrapper {
  border-top: 3px solid #CCC;
}

#comments-wrapper .commentlist {
  width: 100%;
  padding: 0;
  float: left;
}

#comments-wrapper .commentlist li {
  width: 100%;
  padding: 20px 0;
  float: left;
  position: relative;
  margin: 0 0 5px;
  border: none;
  border-top: 1px solid #CCC;
  list-style: none;
}

#comments-wrapper .commentlist li img.avatar {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 10px 0 0;
  border: 2px solid #FFF;
  box-shadow: 0 0 2px #CCC;
}

#comments-wrapper .commentlist li .comment-author,
#comments-wrapper .commentlist li .comment-meta,
#comments-wrapper .commentlist li .comment-meta a {
  color: #4f555a;
}

#comments-wrapper .commentlist li .comment-meta {
  font-size: 11px;
}

#comments-wrapper .commentlist li .fn,
#comments-wrapper .commentlist li .fn a {
  color: #ed1c2a;
}

#comments-wrapper .commentlist li .fn a:hover {
  color: #95131b;
}

#comments-wrapper .commentlist li p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 17px;
}

#comments-wrapper .commentlist li .reply {
  position: absolute;
  top: 20px;
  right: 0;
}

#comments-wrapper .commentlist li .reply a {
  padding: 3px 8px;
  float: left;
  background: #DDD;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
}

#comments-wrapper .commentlist li .reply a:hover {
  background: #333;
  color: #FFF;
}

#comments-wrapper .commentlist li ul.children {
  width: 90%;
  float: right;
  margin: 20px 0 0;
}

#comments-wrapper .navigation {
  width: 100%;
  float: left;
}

#comments-wrapper .navigation div {
  width: 50%;
  float: left;
}

#comments-wrapper .navigation div a {
  float: left;
  margin: 0 0 30px;
}

#respond,
#respond form,
#respond h3 {
  width: 600px;
  float: left;
}

#respond {
  padding: 20px;
  margin: 25px 0 0;
  background: #FFF;
  box-shadow: 0 0 3px #CCC;
}

#respond h3 {
  font-size: 24px;
  line-height: 24px;
}

#respond form p {
  width: 100%;
  padding: 0;
  float: left;
  position: relative;
  margin: 10px 0 0;
}

#respond form p label {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

#respond form p input,
#respond form p textarea {
  width: 260px;
  padding: 10px;
  float: left;
  border: none;
  background: #f3f4f5;
  font: 12px Arial, Verdana, sans-serif;
  color: #666;
}

#respond form p textarea {
  width: 400px;
  height: 100px;
}

#respond form p #submit {
  width: auto;
  height: 35px;
  padding: 0 15px;
  float: left;
  border: none;
  border-radius: 0;
  background: #ed1c2a;
  font: 14px/35px Arial, Verdana, sans-serif;
  color: #FFF;
  cursor: pointer;
}

#respond form p #submit:hover {
  background: #333;
}

/* FORMS */
#global-wrapper .gform_wrapper,
#global-wrapper .gform_wrapper form,
#global-wrapper .gform_body,
#global-wrapper .gform_fields,
#global-wrapper .gform_fields .gfield,
#global-wrapper .gform_fields .gfield p,
#global-wrapper .gform_fields .ginput_container,
#global-wrapper .gform_fields .ginput_container ul,
#global-wrapper .gform_fields .ginput_container ul li,
#global-wrapper .gform_footer,
#global-wrapper .gform_wrapper .validation_error,
#global-wrapper .gform_confirmation_message {
  width: 100%;
  max-width: 100%;
  padding: 0;
  float: left;
  margin: 0;
  list-style: none;
}

#global-wrapper .gform_fields .gfield,
#global-wrapper .gform_footer,
#global-wrapper .gform_wrapper .validation_error {
  margin: 15px 0 0;
}

#global-wrapper .gform_fields .gfield {
  clear: none;
  position: relative;
}

#global-wrapper .gform_fields .gfield.half-width {
  width: 48%;
}

#global-wrapper .gform_fields .gfield label {
  float: left;
  left: 20px;
  top: 18px;
  font: 14px "Univers 67 Condensed Light", "Source Serif Pro", Arial, sans-serif;
  color: #696969;
}

#global-wrapper .gform_fields .gfield.non-absolute-label label {
  position: relative;
  left: auto;
  top: auto;
}

#global-wrapper .gform_fields .gfield.hide-label > label {
  display: none;
}

#global-wrapper .gform_fields .gfield input,
#global-wrapper .gform_fields .gfield select,
#global-wrapper .gform_fields .gfield textarea {
  width: 100%;
  padding: 15px;
  float: left;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  background: #FFF;
  box-shadow: none;
  font-size: 18px;
  color: #000;
}

#global-wrapper .gform_fields .gfield select {
  height: 52px;
  padding: 0;
}

#global-wrapper .gform_fields .gfield textarea {
  height: 150px;
}

#global-wrapper .gform_footer {
  float: left;
}

#global-wrapper .gform_footer .gform_button {
  padding: 0 50px;
  float: right;
  margin: 0;
  cursor: pointer;
}

#global-wrapper .gform_fields .ginput_container ul,
#global-wrapper .gform_fields .ginput_container ul li {
  margin: 7px 0 0;
}

#global-wrapper .gform_fields .ginput_container ul li {
  width: 100%;
}

#global-wrapper .gform_fields .ginput_container ul li input {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  margin: 2px 10px 0 2px;
}

#global-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

#global-wrapper .gform_wrapper li.gfield.gfield_error,
#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
  margin-bottom: 3px !important;
  border: none !important;
  background: none !important;
}

#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0;
}

#global-wrapper .gform_wrapper .validation_message {
  font-weight: bold;
}

#global-wrapper .gform_wrapper .validation_error,
#global-wrapper .gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #f01d24;
}

#global-wrapper .gform_wrapper .validation_error {
  padding: 15px;
  border: 1px solid #f01d24;
}

#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}

#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container input,
#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container select,
#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container textarea {
  background: #fb9da1;
  box-shadow: none;
  color: #FFF;
}

#global-wrapper .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
}

#global-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0;
}

#global-wrapper .gform_wrapper .top_label .gfield_description.validation_message,
#global-wrapper .gform_wrapper .gfield_description.validation_message {
  padding: 5px 0 5px 0 !important;
}

#global-wrapper .gform_confirmation_message {
  margin: 15px 0 0;
  font-weight: bold;
}

/* --------------------------------------------- HOME --------------------------------------------- */
body.home #content-outer-wrapper {
  padding: 0;
}

#home-slides-wrapper,
#home-slides-wrapper .home-slide,
#home-slides-wrapper .home-slide a,
#home-slides-wrapper .home-slide a img {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

#home-slides-wrapper,
#home-slides-wrapper .home-slide {
  position: relative;
}

#home-slides-wrapper .home-slide h1 {
  width: 100%;
  padding: 15px 180px 15px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  line-height: 1;
  text-align: left;
  color: #FFF;
}

#home-slides-wrapper .slick-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  background: none;
  font-size: 32px;
  color: rgba(155, 155, 155, 0.8);
  cursor: pointer;
  z-index: 99;
}

#home-slides-wrapper .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

#home-slides-wrapper .slick-arrow:hover {
  color: #c50000;
}

#home-slides-wrapper .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

#home-slides-wrapper .slick-dots li {
  float: left;
  margin: 0 0 0 5px;
}

#home-slides-wrapper .slick-dots li button {
  width: 8px;
  height: 8px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  text-indent: -99999px;
  overflow: hidden;
}

#home-slides-wrapper .slick-dots li.slick-active button,
#home-slides-wrapper .slick-dots li button:hover {
  background: #c50000;
}

/* --------------------------------------------- NEWS --------------------------------------------- */
.news-outer-wrapper {
  padding: 30px 25px;
  position: relative;
  background: #c50000;
  color: #FFF;
}

.news-outer-wrapper h4 {
  font: 28px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.news-outer-wrapper .post-thumb-wrapper {
  color: #FFF;
}

/* --------------------------------------------- DIRETORIA --------------------------------------------- */
#gestoes-select-wrapper {
  display: flex;
}

#gestoes-select-wrapper label {
  font-size: 18px;
  line-height: 40px;
}

#gestoes-select-wrapper select {
  height: 40px;
  padding: 10px;
  background: #DDD;
  margin-left: 1rem;
  font: 18px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  color: #000;
}

.diretoria-cat-wrapper {
  clear: both;
  width: 100%;
  text-align: center;
  display: flow-root;
}

.diretoria-cat-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 1%;
  width: 100%;
}

.diretoria-cat-wrapper .member-thumb {
  width: 19.2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  overflow: visible;
}
.diretoria-cat-wrapper .member-thumb:after {
  display: none;
}
.diretoria-cat-wrapper .member-thumb img {
  border-radius: 100%;
  width: 80%;
  height: 80%;
  filter: grayscale(100%);
  object-fit: cover;
  transition: filter 1s ease;
  margin-bottom: 15px;
  position: static;
}
.diretoria-cat-wrapper .member-thumb:hover img {
  filter: grayscale(0);
}
.diretoria-cat-wrapper .member-thumb .member-info {
  height: auto;
  width: 100%;
  padding: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
.diretoria-cat-wrapper .member-thumb .member-info h1,
.diretoria-cat-wrapper .member-thumb .member-info h3 {
  width: 100%;
  margin: 0;
}
.diretoria-cat-wrapper .member-thumb .member-info h3 {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
}
.diretoria-cat-wrapper .member-thumb .member-info h1 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.diretoria-cat-wrapper .member-thumb.no-thumb .member-info {
  opacity: 1;
}

.thumb-placeholder {
  width: 80%;
  height: 80%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.thumb-placeholder i {
  font-size: 60px;
  color: #ccc;
}

@media (max-width: 1024px) {
  .diretoria-cat-wrapper .member-thumb {
    width: 31.3%;
  }
}
@media (max-width: 600px) {
  .diretoria-cat-wrapper .member-thumb {
    width: 48%;
  }
}
/* --------------------------------------------- SERVICES --------------------------------------------- */
.service {
  margin: 50px 0 0;
}

.service > h1 {
  font-size: 24px;
  text-transform: uppercase;
}

/* --------------------------------------------- TIMELINE --------------------------------------------- */
#timeline-wrapper {
  margin: 30px 0 0;
  font-family: "Univers 67 Condensed Light", Arial, Helvetica, sans-serif;
}

.cd-h-timeline__dates {
  font-family: "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
}

/* --------------------------------------------- PARTNERS --------------------------------------------- */
.partner {
  width: 48%;
  float: left;
  margin: 4% 0 0;
  position: relative;
}

.partner .partner-thumb {
  width: 40%;
  float: left;
  position: relative;
  background: #EBEBEB;
}

.partner .partner-thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.partner .partner-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.partner .partner-content {
  width: 60%;
  padding: 0 0 0 15px;
  float: left;
}

.partner.no-thumb .partner-content {
  width: 100%;
  padding-left: 0;
}

.partner .partner-content h4,
.partner .partner-content h1,
.partner .partner-content p {
  width: 100%;
  float: left;
  line-height: 1.2;
}

.partner .partner-content h4 {
  padding-top: 0;
  margin-bottom: 10px;
}

.partner .partner-content h1 {
  font-size: 24px;
  word-break: break-all;
}

.partner .partner-content p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #666;
}

.partner .partner-url {
  float: left;
  margin: 10px 0 0;
}

.partner.club-post .partner-thumb:after {
  display: none;
}

.partner.club-post .partner-thumb img {
  height: auto;
  position: relative;
  left: auto;
  top: auto;
}

/* --------------------------------------------- ESTATUTO --------------------------------------------- */
body.page-estatuto #footer-wrapper {
  position: relative;
  z-index: 999;
  background: #FFF;
}

/* --------------------------------------------- LANDING PAGE --------------------------------------------- */
body.page-template-landing-page-php #header-wrapper,
body.page-id-10312 #header-wrapper,
body.campanhas-template-default #header-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
}

/*body.page-template-landing-page-php .centered-wrapper, body.page-id-10312 .centered-wrapper,  body.campanhas-template-default .centered-wrapper{width:980px;}*/
body.page-template-landing-page-php #content-outer-wrapper,
body.page-id-10312 #content-outer-wrapper,
body.campanhas-template-default #content-outer-wrapper {
  padding: 0;
}

body.page-template-landing-page-php #content-wrapper,
body.page-id-10312 #content-wrapper,
body.campanhas-template-default #content-wrapper {
  width: 100%;
}

#landing-page-logo {
  position: fixed;
  left: 0;
  top: 20px;
  z-index: 5;
}

#header-trigger {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 0;
  top: 110px;
  background: #0d1a2c;
  text-align: center;
  color: #FFF;
  z-index: 5;
}

#header-trigger .dashicons {
  width: 32px;
  height: 50px;
  font-size: 32px;
  line-height: 50px;
}

/* --------------------------------------------- LANDING PAGE A UFMG É SUA --------------------------------------------- */
.banner-landing-ufmg-sua {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  width: 100%;
  height: auto;
  float: left;
  min-height: 450px;
}

#banner-landing-ufmg-sua-img-1 {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2019/09/banner-landing-2.jpg");
}

#banner-landing-ufmg-sua-img-2 {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2019/09/banner-landing-3.jpg");
  background-attachment: scroll;
  background-color: #e53526;
  min-height: 300px;
}

.titulo-banner-landing {
  text-align: center;
  font-family: "Oswald";
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

#linha-0 {
  font-size: 1.5em;
  text-transform: capitalize;
}

#linha-1 {
  font-size: 7em;
  line-height: 0.6;
}

#linha-2 {
  font-size: 7em;
  line-height: 1.3;
}

#linha-3 {
  padding-top: 1.5em;
  font-size: 1.8em;
}

#linha-4 {
  font-size: 5em;
}

#landing-video {
  height: 34.5em;
  background-color: #000;
  background-image: url(https://apubh.org.br/wp/wp-content/uploads/2019/09/pessoa-com-celular.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
}

.landing-texto {
  font-size: 22px;
}

#landing-video-2 {
  height: 20.5em;
}

#landing-video-titulo {
  color: #fff;
  font-family: "Oswald";
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
}

#botao-landing-ufmg-sua {
  padding: 15px;
  width: 100%;
  text-align: center;
  min-height: 3em;
  background-color: #e53526;
}

#botao-landing-ufmg-sua a {
  color: #fff !important;
}

#botao-landing-ufmg-sua a:hover {
  font-weight: bold;
}

/* --------------------------------------------- LANDING PAGE ASSEMBLEIA --------------------------------------------- */
.banner-landing-assembleia {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  width: 100%;
  height: auto;
  float: left;
  min-height: 450px;
}

#banner-landing-assembleia-img-1 {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2019/09/banner-landing-2.jpg");
}

#banner-landing-prestacao-contas {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2020/03/Assembleia_26.jpg");
  padding-top: 4em;
}

#banner-landing-assembleia-img-2 {
  /*background-image: url('https://apubh.org.br/wp/wp-content/uploads/2019/09/banner-landing-3.jpg');*/
  background-attachment: fixed;
  background-color: #000;
  min-height: 380px;
  height: auto;
}

#banner-landing-assembleia-img-3 {
  /*background-image: url('https://apubh.org.br/wp/wp-content/uploads/2019/09/banner-landing-3.jpg');*/
  background-attachment: fixed;
  background-color: #000;
  min-height: 240px;
  height: auto;
}

#banner-landing-assembleia-img-4 {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2020/02/banner-landing-3.jpg");
}

#landing-corona {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2020/04/bg-corona-site-2.jpg");
}

.titulo-banner-landing-assembleia {
  text-align: center;
  font-family: "Oswald";
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.titulo-banner-prestacao-contas {
  text-align: center;
  font-family: "Oswald";
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}

#linha-0-assembleia {
  font-size: 1.5em;
  text-transform: capitalize;
}

#linha-1-assembleia {
  font-size: 6em;
  line-height: 0.6;
}

#linha-2-assembleia {
  font-size: 5em;
  line-height: 1.3;
}

#linha-3-assembleia {
  padding-top: 1.5em;
  font-size: 1.8em;
}

#linha-corona {
  font-size: 6em;
  line-height: 0.6;
  margin-top: 0.5em;
  color: #6E2594;
}

#linha-4-assembleia {
  font-size: 5em;
}

#sub-lista {
  list-style: upper-latin !important;
  padding-top: 0 !important;
}

.container-titulo-landing-banner-2 {
  padding-top: 3em;
}

#linha-1-assembleia-banner-2 {
  font-size: 3em;
}

#linha-2-assembleia-banner-2 {
  font-size: 5em;
}

.container-titulo-landing-banner-3 {
  padding-top: 3em;
}

#linha-1-assembleia-banner-3 {
  font-size: 3em;
}

/* --------------------------------------------- LANDING PAGE CORONA --------------------------------------------- */
#landing-video-corona {
  height: auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  margin-top: 10px;
  padding: 30px 0;
}

#linha-corona-mobile {
  display: none;
}

.banner-landing-corona {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  width: 100%;
  height: auto;
  float: left;
  min-height: 300px;
}

.noticias-corona-lista {
  color: #0d1a2c;
  font-weight: bold;
}

.titulo-noticias-corona {
  float: left;
}

.more-link-corona {
  float: right;
  margin: 3.2em 0 0 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: underline;
}

.container-video-corona {
  margin: 0 auto;
  padding-top: 2em;
  text-align: center;
}

.container-video-corona .mejs-container {
  max-height: 400px;
}

.container-video-corona .wp-playlist video {
  max-height: 400px;
}

.container-video-corona .wp-playlist,
.container-video-corona .wp-video {
  max-width: 400px;
  margin: 20px auto;
}

#cabecalho {
  margin-top: 0;
}

.section-campanha {
  margin: 30px 0 0;
  float: left;
  width: 100%;
}

.container-video-corona .responsiveEmbed iframe {
  max-width: 100%;
}

/* ---------------------  HOTSITE ACOLHIMENTO  --------------------- */
.topo-acolhimento {
  background-image: url("https://apubh.org.br/wp/wp-content/uploads/2020/04/banner_nadi.png");
  min-height: 450px;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  float: left;
}

.formulario-acolhimento label {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #0d1a2c !important;
}

@media (max-width: 700px) {
  .topo-acolhimento {
    background: none;
    min-height: 1px;
    margin-top: 150px;
  }
}
@media (min-width: 700px) {
  .img-acolhimento-mobile {
    display: none;
  }
}
@media (max-width: 1300px) {
  body.page-template-landing-page-php .centered-wrapper {
    width: 100%;
  }
  .container-titulo-landing {
    margin-top: 5em;
  }
  #linha-1 {
    font-size: 4em;
  }
  #linha-2 {
    font-size: 4em;
  }
  #linha-3 {
    padding-top: 1.5em;
    font-size: 1.5em;
  }
  #linha-4 {
    font-size: 3em;
    margin-bottom: 1em;
  }
  #global-wrapper .gform_fields .gfield label {
    font-size: 12px;
  }
  #global-wrapper .gform_footer {
    margin: 4em auto;
  }
  #banner-landing-assembleia-img-1 {
    margin-top: 2em;
  }
  .more-link-corona {
    margin: 0;
  }
}
.social-hotsite {
  text-align: center;
  margin: 0 auto;
}

#social-corona {
  /*background-color:#32094d; margin-top:-.8em;*/
  width: 100%;
  float: left;
}

#social-corona li {
  display: inline-block !important;
}

.social-corona-icons {
  color: #f19528 !important;
  font-size: 25px;
  margin-right: 20px;
}

/* BACK TO TOP */
#back-to-top,
#back-to-top span {
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
}

#back-to-top {
  position: fixed;
  right: -5px;
  bottom: 5px;
  display: none;
  background: #0d1a2c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* HIDE */
.hide,
#respond form .required,
label .frm_required,
label .gfield_required,
#global-wrapper .frm-show-form .frm_submit img,
#diretoria-cat-sem-diretoria h4,
#at-image-sharing-tool {
  display: none !important;
}

.campanha-destaque {
  width: 100%;
  height: auto;
  margin: 35px 0;
  float: left;
}

/*.lg-icon .dashicons{
	line-height: 27px!important;
	backgound-color: white;
}
*/
#lg-share-facebook .lg-icon,
#lg-share-twitter .lg-icon,
#lg-share-googleplus .lg-icon,
#lg-share-pinterest .lg-icon,
#lg-instagram .lg-icon {
  background: rgba(255, 255, 255, 0.8);
}

#text-compartilhe {
  color: #FFF;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 150px;
  text-decoration: none !important;
  outline: 0;
}

.boletim-matinal-covid {
  height: 180px;
  overflow-y: scroll;
  background: whitesmoke;
}

.noticias-relacionadas-nadi {
  height: 300px;
  overflow-y: scroll;
  background: whitesmoke;
}

.noticias-relacionadas-nadi li {
  list-style: none !important;
  margin-bottom: 0.8em !important;
  font-size: 1.2em !important;
}

/* --------------------------------------------- BREAKPOINTS --------------------------------------------- */
@media (max-width: 1300px) {
  .centered-wrapper {
    width: 100%;
    padding: 0 5%;
    float: left;
  }
  #header {
    padding-left: 0;
  }
  #search-form {
    width: calc(100% - 260px - 5%);
    right: 5%;
  }
  #menu-wrapper .centered-wrapper,
  #menu-wrapper .menu,
  #menu-wrapper .menu li,
  #menu-wrapper .menu li a,
  #menu-wrapper .menu li ul,
  #menu-wrapper .menu li.filiados-button-wrapper > a,
  #header-filiados-button {
    width: 100%;
    height: auto;
    border: none;
  }
  #menu-wrapper .centered-wrapper {
    padding: 0;
  }
  #menu-wrapper .menu,
  #header-filiados-button,
  #menu-trigger {
    background: #0d1a2c;
  }
  #menu-wrapper .menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
  }
  #menu-wrapper .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #menu-wrapper .menu li a,
  #menu-wrapper .menu li.filiados-button-wrapper > a,
  #header-filiados-button,
  #menu-trigger {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
  }
  #header-filiados-button .button {
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  #menu-wrapper .menu li ul {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
  }
  #menu-wrapper .menu li ul li a {
    background: #0d1a2c;
  }
  #menu-wrapper {
    width: auto;
    float: right;
  }
  #menu-trigger {
    width: auto;
    padding: 10px 20px;
    float: left;
    margin: 23px 15px 0 0;
    display: inline-block;
    text-align: center;
    line-height: 22px;
  }
  #footer-events #events-list-wrapper .event-wrapper {
    width: 50%;
  }
  #footer-links a {
    font-size: 18px;
  }
  #footer-addresses .centered-wrapper {
    padding: 0;
  }
  #footer-credits {
    font-size: 14px;
  }
  #post-gallery a img {
    min-height: auto;
  }
  #sitemap-trigger,
  #footer-events #events-list-wrapper .event-wrapper:last-child,
  #menu-wrapper .menu {
    display: none;
  }
  /*HOT SITE CORONA SE COMBATE COM O SUS*/
  #linha-corona {
    display: none;
  }
  #linha-corona-mobile {
    display: flex;
    font-size: 6em;
    margin: 0.5em auto;
    color: #6E2594;
  }
  #landing-corona {
    background-repeat-y: repeat;
  }
  .centered-wrapper {
    width: 100% !important;
  }
  .one-third-width-wrapper {
    margin: 0 1.5em 0 0 !important;
  }
}
/*PLAYER PODCAST*/
.player-podcast {
  max-width: 600px;
}

/* ANDES */
#faq-list {
  padding: 0;
  margin: 50px 0 0;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  list-style: none;
}

#faq-list li,
#faq-list li * {
  width: 100%;
  float: left;
}

#faq-list li .faq-question {
  padding: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 18px;
  color: #33454C;
}

#faq-list li .faq-question span {
  width: calc(100% - 40px);
  float: left;
}

#faq-list li .faq-question svg {
  width: 30px;
  height: auto;
  float: right;
  transition: 0.3s;
}

#faq-list li .faq-question.active svg {
  transform: rotate(180deg);
}

#faq-list li:last-child .faq-question {
  border-bottom: none;
}

#faq-list li .faq-answer {
  padding: 20px;
  background: #f7f7f7;
  display: none;
}

#faq-list li .faq-answer * {
  font-size: 18px;
}

#tabs-triggers {
  margin: 30px 0 0;
  border-bottom: 1px solid #EBEBEB;
}

#tabs-triggers li {
  list-style: none;
  float: left;
  margin-left: 10px;
}

#tabs-triggers li a {
  padding: 10px 20px;
  float: left;
  text-transform: uppercase;
  font: 14px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  border: 1px solid #EBEBEB;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#tabs-triggers li a:hover {
  background: #0d1a2c;
  color: #FFF;
}

#tabs-triggers li a.active {
  background: #0d1a2c;
  color: #FFF;
}

#tabs-content {
  margin: 20px 0 0;
}

#tabs-content .tab {
  display: none;
}

#tabs-content .tab.active {
  display: inline-block;
}

.fa-caret-right,
.fa-caret-left {
  font-size: 1.5rem;
}

.andes-section-wrapper {
  margin: 50px 0 20px;
}

.andes-section-wrapper h3,
.andes-section-wrapper h4,
.page-template-page-andes .news-wrapper h4 {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  font: 28px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.andes-section-wrapper h4 .more-link,
.page-template-page-andes .news-wrapper h4 .more-link {
  margin: 10px 0 0;
}

.andes-section-wrapper h3 {
  margin: 20px 0 0;
  font-size: 20px;
}

.andes-section-wrapper iframe {
  width: 100%;
  float: left;
  margin: 15px 0 0;
}

.page-template-page-andes .news-wrapper h4 {
  margin: 50px 0 0;
}

#prop_1 {
  padding: 30px;
  position: relative;
  background: #c50000;
  color: #FFF;
}

/*#prop_1:after,
#prop_2:after {
	content: "";
	width: 99999px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: #c50000;
	z-index: -1;
}*/
#prop_2 {
  padding: 30px;
  position: relative;
  background: #0d1a2c;
  color: #FFF;
}

#prop_2:after {
  left: auto;
  right: 100%;
  background: #0d1a2c;
}

.videos-section-wrapper li {
  width: 32%;
  float: left;
  margin: 30px 0 0;
}

.videos-section-wrapper li:nth-child(3n+2) {
  padding: 0 25px;
  margin-left: 2%;
  margin-right: 2%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.videos-section-wrapper li:nth-child(3n+4) {
  clear: left;
}

.videos-section-wrapper li a,
.videos-section-wrapper li img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  border-radius: 10px;
}

.videos-section-wrapper li a svg {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videos-section-wrapper li a svg path {
  fill: #FFF;
}

.video-player-wrapper {
  width: 640px;
  height: 480px;
  float: left;
}

.videos-section-outer-wrapper {
  margin: 50px 0;
  padding: 30px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.videos-section-wrapper.texts-wrapper a {
  margin: 10px 0 0;
  font-weight: bold;
  color: #FFF;
}

.playlist-wrapper {
  margin: 30px 0 0;
}

.inline-submenu {
  margin: 10px 0 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
}

.inline-submenu li {
  float: left;
}

.inline-submenu li a {
  padding: 15px 30px;
  float: left;
  font: 18px/1 "Univers 67 Condensed Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #0d1a2c;
}

.inline-submenu li a:hover {
  color: #c50000;
}

.news-wrapper .full-width-wrapper .post-thumb-wrapper:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 800px) {
  #content,
  #footer-events #events-list-wrapper .event-wrapper {
    width: 100%;
  }
  #events-archive-wrapper .event-wrapper,
  #events-archive-wrapper .event-wrapper.middle {
    width: 100%;
    padding-right: 0;
    clear: left;
    border: none;
    border-left: 2px solid #c50000;
  }
  #footer-addresses {
    padding-bottom: 0;
  }
  #footer-addresses .entry div {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer-addresses .entry div:nth-child(3) {
    clear: left;
  }
  #back-to-top {
    display: inline-block;
  }
  #sidebar,
  #footer-events #events-list-wrapper .event-wrapper:nth-child(2),
  #header-description {
    display: none;
  }
  /*#gestoes-select-wrapper{float:left;}
  #gestoes-select-wrapper select{margin:0;}
  .page-title{
  	width: 100%!important;
  	margin: 0 0 18px;
  }*/
}
@media (max-width: 700px) {
  .post-thumb-wrapper {
    width: 47.5%;
    clear: left;
  }
  .post-thumb-wrapper.middle {
    margin: 30px 0 0;
  }
  .news-wrapper .post-thumb-wrapper:nth-child(2n),
  #single-posts-wrapper .post-thumb-wrapper.even {
    float: right;
    clear: right;
  }
  .home .news-wrapper .post-thumb-wrapper:nth-child(3n+1) {
    clear: none;
  }
  .home .news-wrapper .post-thumb-wrapper:nth-child(2n+1) {
    clear: left;
  }
  .page-pre-title {
    font-size: 16px;
  }
  .post .post-title {
    font-size: 22px;
  }
  #post-gallery a {
    width: 49.75%;
  }
  #post-gallery a.middle {
    margin: 0.5% 0 0;
  }
  #post-gallery a:nth-child(even) {
    float: right;
  }
  #single-posts-wrapper .clear {
    display: none;
  }
  .one-third-width-wrapper {
    margin: 0 1em 0 0 !important;
  }
}
@media (max-width: 620px) {
  .half-width-wrapper,
  .third-width-wrapper,
  .one-third-width-wrapper {
    width: 100% !important;
  }
  .half-width-post,
  .partner .partner-thumb,
  .partner .partner-content {
    width: 100%;
  }
  .partner .partner-content {
    padding: 10px 0 0;
  }
  .post-thumb-wrapper h1 {
    font-size: 18px;
  }
  .diretoria-cat-wrapper .member-thumb {
    width: 32.3%;
  }
  .diretoria-cat-wrapper .member-thumb .member-info h1 {
    font-size: 16px;
  }
  #linha-corona-mobile {
    font-size: 3em;
  }
}
@media (max-width: 580px) {
  #footer-events-calendar {
    width: 100%;
    text-align: center;
  }
  #footer-events-calendar .clndr {
    width: 294px;
    display: inline-block;
  }
  .footer-slider-wrapper .slick-arrow {
    top: -50px;
    left: auto;
    right: 25px;
  }
  .footer-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
  #footer-campaigns .more-link,
  #footer-links,
  #footer-events #events-list-wrapper {
    display: none;
  }
}
@media (max-width: 480px) {
  #search-form {
    width: 90%;
  }
  .post-thumb-wrapper,
  .partner,
  #footer-addresses .entry div {
    width: 100%;
  }
  #footer-addresses .entry div {
    text-align: center;
  }
  .partner {
    margin: 30px 0 0;
  }
  .diretoria-cat-wrapper .member-thumb {
    width: 49%;
  }
}
@media (max-width: 400px) {
  #menu-trigger {
    margin-right: 0;
  }
  #post-gallery a {
    width: 100%;
  }
  #search-trigger {
    display: none;
  }
}
@media (max-width: 340px) {
  #menu-trigger {
    padding: 10px;
    font-size: 14px;
  }
}
/* 1. Box Sizing Global
   Garante que paddings e bordas não aumentem o tamanho dos elementos */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Configurações do Documento */
html {
  -webkit-text-size-adjust: 100%; /* Previne zoom de fonte no iOS */
  scroll-behavior: smooth; /* Rolagem suave na página */
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
  font-family: "Archivo", sans-serif; /* Usa sua variável de fonte */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* 3. Remove margens padrão de textos e blocos
   Isso te dá controle total sobre o espaçamento no seu layout */
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  font-family: "Archivo", sans-serif;
}

/* 4. Imagens e Mídias Responsivas
   Evita que imagens grandes quebrem o layout */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 5. Formulários
   Faz inputs e botões herdarem a fonte do site */
input, button, textarea, select {
  font: inherit;
}

/* 6. Links
   Remove o sublinhado apenas se necessário, aqui mantém o padrão de acessibilidade */
a {
  text-decoration-skip-ink: auto;
  color: inherit;
}

/* 7. Listas
   Remove bolinhas e recuos se a lista tiver uma classe (ex: menus) */
ul[class], ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 8. Acessibilidade (Reduced Motion)
   Desativa animações se o usuário configurou isso no sistema */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Typography & Elements
 * Baseado na estrutura original do Underscores
 */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/**
 * Listas
 */
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/**
 * Tabelas
 */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.site-wrapper {
  padding-left: 2.6vw;
  padding-right: 2.6vw;
}

.text-wrapper {
  padding-left: 7.8vw;
  padding-right: 7.8vw;
}

.header-top {
  background-color: #d6181f;
  padding: 1.5rem 0;
}
.header-top .branding-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation {
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.main-navigation .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #d6181f;
}
@media screen and (min-width: 1200px) {
  .main-navigation .nav-wrapper {
    background: #fff;
  }
}
.main-navigation .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.main-navigation .menu-toggle .icon-bar {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation .menu-group {
  display: none;
  width: 100%;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
.main-navigation .menu-group.toggled, .main-navigation.toggled .main-navigation .menu-group {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    align-items: center;
    gap: 20px;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .main-navigation ul {
    flex-direction: row;
    align-items: center;
  }
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_item > a {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_item > a {
    color: #d6181f;
  }
}
.main-navigation ul li a {
  display: block;
  padding: 2rem 2rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: color 0.2s ease;
}
.main-navigation ul li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 1200px) {
  .main-navigation ul li a:hover {
    color: #d6181f;
  }
}
.main-navigation ul li a:first-child {
  padding-left: 0.6em;
}
.main-navigation ul li a.is-active {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .main-navigation ul li a.is-active {
    color: #d6181f;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul li a {
    color: #141414;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul li a {
    padding: 1.5rem 1rem;
  }
}
.main-navigation ul li .sub-menu {
  display: none;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 10px 0;
  background-color: #d6181f;
}
@media screen and (min-width: 1200px) {
  .main-navigation ul li .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.main-navigation ul li .sub-menu a {
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem;
}
.main-navigation ul li .sub-menu a:hover {
  background-color: #f9f9f9;
  color: #d6181f;
}
.main-navigation ul li:hover > .sub-menu, .main-navigation ul li:focus-within > .sub-menu {
  display: block;
}

.header-search-form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header-search-form {
    width: 15%;
  }
}
@media screen and (min-width: 1600px) {
  .header-search-form {
    width: 30%;
  }
}
.header-search-form label {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-search-form .search-field {
  flex: 1;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 0.725rem;
  font-family: "Archivo", sans-serif;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 50px;
  outline: none;
  transition: border-color 0.2s ease;
}
.header-search-form .search-field:focus {
  border-color: #d6181f;
}
.header-search-form .search-field::placeholder {
  color: #999;
  font-size: 1.3rem;
}
.header-search-form .search-submit {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  color: #6c757d;
  cursor: pointer;
  transition: color 0.2s;
}
.header-search-form .search-submit:hover {
  color: #d6181f;
}
.header-search-form .search-submit i {
  font-size: 1rem;
}

.site-footer {
  background-color: #000000;
  clear: both;
  display: block;
  z-index: 2;
  position: relative;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: #d6181f;
}
.site-footer h5 {
  font-size: 0.725rem;
}
.site-footer h6 {
  font-size: 0.7rem;
}
.site-footer p {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  .site-footer h5 {
    font-size: 1.125rem;
  }
  .site-footer h6 {
    text-align: center;
    font-size: 0.925rem;
  }
  .site-footer p {
    text-align: center;
  }
}

.footer-contact-block,
.footer-address-block {
  padding-top: 1rem;
}

.footer-social-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .footer-social-wrapper {
    margin-top: 2rem;
  }
}

.footer-social-icons {
  font-size: 1.5rem;
}
.footer-social-icons a {
  margin: 3px;
}

.footer-social-buttons {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.btn-footer {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin: 1.25rem 0 1.25rem 0;
}

.btn-footer-filiar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #d6181f;
  color: #fff;
  transition: background-color 0.2s ease;
}
.btn-footer-filiar:hover {
  background-color: #fff;
  color: #d6181f;
}

.btn-footer-mapa-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #000;
  color: #fff;
  transition: background-color 0.2s ease;
}
.btn-footer-mapa-site:hover {
  background-color: #fff;
  color: #000;
}
.btn-footer-mapa-site {
  border: 1px solid #fff;
}

.btn-footer-banner-filiacao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #d6181f;
  color: #fff;
  transition: background-color 0.2s ease;
}
.btn-footer-banner-filiacao:hover {
  background-color: #fff;
  color: #d6181f;
}
.btn-footer-banner-filiacao {
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .btn-footer-banner-filiacao {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .btn-footer-banner-filiacao {
    padding: 0.5rem 1rem;
  }
}

.footer-general-informations {
  display: flex;
  justify-content: space-around;
  padding: 2.5vw 0 2.5vw 0;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer-general-informations {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-general-informations > * {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-branding {
    flex: 0 0 100%;
  }
}
.footer-bottom {
  background-color: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 7rem;
  color: #ffffff;
  padding: 1rem 0 2rem 0;
  border-top: solid 1px #fff;
}
@media (max-width: 768px) {
  .footer-bottom {
    margin: 0 1rem;
  }
}
.footer-bottom span {
  font-size: 0.8rem;
  font-weight: 700;
}
.footer-bottom p {
  font-size: 0.75rem;
}

.footer-explore-themes {
  background-color: #ffffff;
  padding: 1.25vw 0 1.25vw 0;
  display: flex;
  flex-direction: column;
}
.footer-explore-themes h4 {
  text-align: center;
}

.category-navigation {
  width: 100%;
  margin: 20px 0;
}
.category-navigation .category-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-navigation .category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #d6181f;
  color: #fff;
  transition: background-color 0.2s ease;
}
.category-navigation .category-link:hover {
  background-color: rgb(168.1428571429, 18.8571428571, 24.3571428571);
  color: #fff;
}
.category-navigation .category-link {
  padding: 0.375rem 1.5rem;
}

.footer-banner-filiacao {
  padding: 2vw 0;
  background-color: #d6181f;
  position: relative;
}

.footer-banner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding-right: 20rem;
}
.footer-banner-inner p {
  font-size: 6.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer-banner-inner p {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .footer-banner-inner {
    padding-right: 10rem;
  }
  .footer-banner-inner p {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .footer-banner-inner p {
    font-size: 1.25rem;
  }
}

.footer-filiacao-visual img {
  align-self: flex-end;
  width: 18.5rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .footer-filiacao-visual img {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .footer-filiacao-visual img {
    width: 10rem;
  }
}
@media (max-width: 500px) {
  .footer-filiacao-visual img {
    width: 7.5rem;
  }
}

.sitemap-wrapper {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.4s ease;
}
.sitemap-wrapper.is-active {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
  padding: 60px 0;
  border-bottom: 1px solid #e9ecef;
}

.sitemap-columns .sitemap-grid-list {
  display: grid;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .sitemap-columns .sitemap-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .sitemap-columns .sitemap-grid-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sitemap-columns .sitemap-grid-list .menu-item {
  color: #fff;
}
.sitemap-columns .sitemap-grid-list li.menu-item-has-children > a {
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
.sitemap-columns .sitemap-grid-list li ul.sub-menu {
  list-style: none;
  padding: 0;
}
.sitemap-columns .sitemap-grid-list li ul.sub-menu li {
  margin-bottom: 8px;
}
.sitemap-columns .sitemap-grid-list li ul.sub-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.sitemap-columns .sitemap-grid-list li ul.sub-menu li a:hover {
  color: #d6181f;
  text-decoration: underline;
}

.section-banner {
  margin-bottom: 4vw;
}
.section-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-section h1 {
  background-color: #d6181f;
  text-align: center;
  color: #fff;
  margin: 2.125rem 0;
  border-radius: 15px;
  padding: 0.625rem 0;
  font-size: 1.5rem;
}

.container-hero-grid {
  display: flex;
}
.container-hero-grid a {
  text-decoration: none;
}
.container-hero-grid .imagem {
  flex: 0 0 75%;
  position: relative;
  height: 35rem;
}
.container-hero-grid .imagem img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.container-hero-grid .imagem img.active {
  opacity: 1;
  z-index: 1;
}
.container-hero-grid .post {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 35rem;
}
.container-hero-grid .titulo {
  border: 1.3px solid #000;
  border-bottom: none;
  padding: 0.7rem;
  overflow: hidden;
  flex: 1 1 auto;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.container-hero-grid .titulo.active h3 {
  color: rgb(127.5, 127.5, 127.5);
}
.container-hero-grid .titulo:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.container-hero-grid .titulo:last-child {
  border-bottom: solid 1px #000;
}
@media (max-width: 768px) {
  .container-hero-grid .titulo {
    padding: 0.5rem;
  }
}
.container-hero-grid .titulo h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1300px) {
  .container-hero-grid .titulo h3 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .container-hero-grid .titulo h3 {
    font-size: 0.8rem;
  }
}
@media (max-width: 500px) {
  .container-hero-grid {
    flex-wrap: wrap;
  }
  .container-hero-grid .imagem {
    flex: 0 0 100%;
    height: 25rem;
  }
  .container-hero-grid .post {
    height: auto;
  }
  .container-hero-grid .titulo {
    padding: 0.8rem;
  }
}

.container-noticias-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  grid-template-rows: auto;
  gap: 2.125rem;
  margin: 0 3.5rem;
  margin-bottom: -4.825rem;
}
@media (max-width: 1300px) {
  .container-noticias-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1163px) {
  .container-noticias-grid {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .container-noticias-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-left: 0;
    margin-right: 0;
  }
}

.card-noticia-front-page {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  border: solid 1px #000;
  border-radius: 45px;
  display: flex;
  transition: transform 0.55s ease;
  position: relative;
  margin: 1rem 0;
}
.card-noticia-front-page:hover {
  transform: scale(0.97);
}
.card-noticia-front-page .categoria {
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  transition: transform 0.25s ease;
}
.card-noticia-front-page .categoria:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.card-noticia-front-page .categoria a {
  text-decoration: none;
  background: #d6181f;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.25rem;
  border-radius: 10px;
}
.card-noticia-front-page a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-decoration: none;
}
.card-noticia-front-page a .imagem {
  grid-row: 1;
}
.card-noticia-front-page a .imagem img {
  height: 25rem;
  border-radius: 45px 45px 0 0;
}
.card-noticia-front-page a .titulo {
  grid-row: 2;
  padding: 1rem;
}
.card-noticia-front-page a .titulo h3 {
  font-weight: 700;
  font-size: 1.325rem;
  color: #000;
}
.card-noticia-front-page a .link {
  margin-top: auto;
  grid-row: 3;
}
.card-noticia-front-page a .link span {
  padding: 1rem;
  display: flex;
  justify-content: center;
  background: #d6181f;
  color: #fff;
  text-decoration: none;
  border-top: solid 1px #000;
  border-radius: 0 0 45px 45px;
}

.home-section.section-juridical {
  background: #999797;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.container-juridico-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 3rem;
  margin: 0 6.5rem;
}
@media (max-width: 1024px) {
  .container-juridico-grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    margin: 0;
  }
}

.juridico-front-page {
  transition: transform 0.55s ease;
}
.juridico-front-page:hover {
  transform: scale(0.97);
}
.juridico-front-page .categoria {
  display: flex;
  justify-content: flex-start;
  width: max-content;
  color: #fff;
  transition: transform 0.25s ease;
  background: #d6181f;
  padding: 0 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.juridico-front-page .categoria:hover {
  transform: scale(1.1);
}
.juridico-front-page a {
  text-decoration: none;
}
.juridico-front-page .titulo {
  position: relative;
  padding-left: 1.325rem;
}
.juridico-front-page .titulo h3 {
  font-size: 2.125rem;
  font-weight: 700;
  color: #000;
}
.juridico-front-page .titulo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 80%;
  background: #fff;
  border-radius: 4px;
  transform: translateY(10%);
}
.juridico-front-page .resumo {
  color: #fff;
}

.home-section.section-gallery h2 {
  text-align: center;
  padding: 2rem;
  color: #fff;
  font-size: 1.75rem;
  background: #d6181f;
}
.home-section.section-gallery a {
  text-decoration: none;
}
.home-section.section-gallery {
  margin-bottom: 5rem;
}

.container-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  background: #d6181f;
}
@media (max-width: 500px) {
  .container-gallery-grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}

.gallery-front-page {
  border: solid 1px #000;
  border-radius: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery-front-page:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.gallery-front-page img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.gallery-front-page .titulo {
  padding: 1.625rem 0;
  text-align: center;
}
.gallery-front-page .titulo h3 {
  font-weight: 700;
  color: #000;
  font-size: 1.325rem;
}
.gallery-front-page .titulo span {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .gallery-front-page img {
    height: 25rem;
  }
}

.page-title {
  background-color: #d6181f;
  text-align: center;
  color: #fff;
  margin: 2.125rem 0;
  border-radius: 15px;
  padding: 0.625rem 0;
  font-size: 1.5rem;
}

#tituloI {
  font-weight: 700;
  color: #d6181f;
}

.btn-download-estatuto {
  border-radius: 10px;
  font-size: 1.25rem !important;
  font-weight: normal !important;
  display: flex;
  justify-content: center;
  background: #000 !important;
  margin-bottom: 1rem;
}

.flex-assistencia-juridica > div {
  display: flex;
  gap: 7rem;
  padding-bottom: 4rem;
  margin: 4rem 3.5rem 3rem 3.5rem;
  border-bottom: solid 1px #000;
}
@media (max-width: 1024px) {
  .flex-assistencia-juridica > div {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .flex-assistencia-juridica > div p,
  .flex-assistencia-juridica > div h6 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .flex-assistencia-juridica > div {
    margin: 4rem 1rem 3rem 1rem;
  }
}
.flex-assistencia-juridica p {
  font-size: 1.5rem;
  margin-top: 0;
}
.flex-assistencia-juridica h6 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
.flex-assistencia-juridica .atendimento {
  display: inline-block;
  flex: 1;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 1rem 2.5rem;
}
.flex-assistencia-juridica .descricao {
  flex: 1;
}

.links-assistencia-juridica > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.links-assistencia-juridica a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #d6181f;
  color: #fff;
  transition: background-color 0.2s ease;
}
.links-assistencia-juridica a:hover {
  background-color: #fff;
  color: #d6181f;
}
.links-assistencia-juridica a {
  margin: 2rem 0;
  font-weight: 700;
  border: solid 1px #d6181f;
}
@media (max-width: 768px) {
  .links-assistencia-juridica a,
  .links-assistencia-juridica p {
    font-size: 1rem;
  }
}

.nadi-banner {
  display: block;
}
.nadi-banner img {
  object-fit: cover;
  width: 100%;
}

.nadi-texto-inicial {
  margin: 3rem 0 !important;
  font-size: 1.125rem;
}

.nadi-informacoes {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #999797;
}
.nadi-informacoes h2 {
  color: #000;
  font-weight: 700;
  font-size: 2.5rem;
  font-size: 1.75rem;
}
.nadi-informacoes p {
  color: #fff;
  font-size: 1.25rem;
}
.nadi-informacoes .bloco {
  margin: 4rem 0;
  position: relative;
}
.nadi-informacoes .bloco:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background: #d6181f;
  border-radius: 4px;
  transform: translate(-2.2rem, 15px);
}
.nadi-informacoes h4 {
  text-transform: toupper;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}
.nadi-informacoes li {
  color: #fff;
}
.nadi-informacoes .regimento-interno p {
  margin-bottom: 16px;
}

.nadi-h3 {
  background-color: #d6181f;
  text-align: center;
  color: #fff;
  margin: 2.125rem 3.5rem;
  border-radius: 15px;
  padding: 0.625rem 0;
  font-size: 1.5rem;
}

.nadi-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .nadi-page .gallery-grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}
.nadi-page .gallery {
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nadi-page .gallery:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.nadi-page .gallery img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.nadi-page .gallery .titulo {
  padding: 1.625rem 0;
  border: solid 1px #000;
  border-top: none;
  border-radius: 0 0 25px 25px;
  text-align: center;
}
.nadi-page .gallery .titulo h3 {
  font-weight: 700;
  color: #000;
  font-size: 1.325rem;
}
.nadi-page .gallery .titulo span {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .nadi-page .gallery img {
    height: 25rem;
  }
}

.field-wrapper {
  margin-bottom: 20px;
}
.field-wrapper .field-label {
  display: block;
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 700;
}
.field-wrapper .field-label.required::before {
  content: "* ";
  color: #d6181f;
}
.field-wrapper .form-input {
  height: 100px;
}
.field-wrapper .form-input,
.field-wrapper .form-textarea,
.field-wrapper .form-input-celular {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #000;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
}
.field-wrapper .form-input:focus,
.field-wrapper .form-textarea:focus,
.field-wrapper .form-input-celular:focus {
  border-color: #d6181f;
  outline: none;
}
.field-wrapper .form-textarea {
  height: 150px;
  resize: vertical;
}

.radio-group,
.checkbox-item {
  margin-top: 25px;
}
.radio-group span.wpcf7-list-item,
.checkbox-item span.wpcf7-list-item {
  display: block;
  margin: 8px 0;
}
.radio-group span.wpcf7-list-item label,
.checkbox-item span.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.radio-group span.wpcf7-list-item label input[type=radio],
.radio-group span.wpcf7-list-item label input[type=checkbox],
.checkbox-item span.wpcf7-list-item label input[type=radio],
.checkbox-item span.wpcf7-list-item label input[type=checkbox] {
  margin-right: 10px;
  margin-top: 3px;
}
.radio-group span.wpcf7-list-item label .wpcf7-list-item-label,
.checkbox-item span.wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.submit-wrapper .btn-enviar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #d6181f;
  color: #fff;
  transition: background-color 0.2s ease;
}
.submit-wrapper .btn-enviar:hover {
  background-color: #fff;
  color: #d6181f;
}
.submit-wrapper .btn-enviar {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 3rem;
  border: solid 1px #d6181f;
}
@media (max-width: 500px) {
  .submit-wrapper .btn-enviar {
    font-size: 1rem;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.title-filter-wrapper {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.title-filter-wrapper .page-title.dropdown-trigger {
  background: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  user-select: none;
  transition: opacity 0.3s;
}
.title-filter-wrapper .page-title.dropdown-trigger:hover {
  opacity: 0.9;
}
.title-filter-wrapper .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.title-filter-wrapper.open .dashicons {
  transform: rotate(180deg);
}
.title-filter-wrapper.open .filter-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.filter-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  z-index: 1000;
  min-width: 280px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.filter-dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-dropdown-menu ul li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1rem;
  transition: background 0.2s;
  text-align: left;
}
.filter-dropdown-menu ul li a:hover {
  background-color: #f9f9f9;
  color: #d6181f;
}
.filter-dropdown-menu ul li:last-child a {
  border-bottom: none;
}
.filter-dropdown-menu ul li.current-cat a {
  font-weight: bold;
  color: #d6181f;
  background-color: rgba(214, 24, 31, 0.05);
}

.titulo-diretoria {
  display: inline-block;
  background-color: #d6181f;
  text-align: center;
  color: #fff;
  margin: 2.125rem 0;
  border-radius: 15px;
  padding: 0.625rem 3rem;
  font-size: 1.5rem;
  font-size: 22px;
  text-transform: uppercase;
}

.servicos .flex-wrapper {
  display: flex;
  gap: 3rem;
  border-bottom: solid 1px #000;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .servicos .flex-wrapper {
    flex-direction: column;
  }
}
.servicos:last-child .flex-wrapper {
  border-bottom: none;
}
.servicos h1 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
.servicos .descricao {
  flex: 1;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 2rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .servicos .descricao {
    font-size: 1rem;
  }
}
.servicos .links {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
}
.servicos .links a:not(.link-inline) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  background-color: #d6181f;
  color: #fff;
  transition: background-color 0.2s ease;
}
.servicos .links a:not(.link-inline):hover {
  background-color: rgb(168.1428571429, 18.8571428571, 24.3571428571);
  color: #fff;
}
.servicos .links a:not(.link-inline) {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1.75rem 2.25rem;
}
@media (max-width: 1024px) {
  .servicos .links {
    align-items: center;
    text-align: center;
  }
  .servicos .links a:not(.link-inline) {
    margin: 2rem 0;
  }
}
@media (max-width: 768px) {
  .servicos .links {
    font-size: 1rem;
  }
  .servicos .links a:not(.link-inline) {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.servicos .link-inline {
  color: #d6181f;
}
.servicos .link-inline:hover {
  color: rgb(168.1428571429, 18.8571428571, 24.3571428571);
}

.archive-eventos-datas {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  padding-left: 2.6vw;
  padding-right: 2.6vw;
}
@media (max-width: 768px) {
  .archive-eventos-datas {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    padding-left: 0;
    padding-right: 0;
  }
}

.archive-eventos-apresentacao {
  font-size: 1.7rem;
}
@media (max-width: 1300px) {
  .archive-eventos-apresentacao {
    font-size: 1.375rem;
  }
}
@media (max-width: 500px) {
  .archive-eventos-apresentacao {
    font-size: 1rem;
  }
}

.container-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  grid-template-rows: auto;
  gap: 2.125rem;
  margin: 0 3.5rem;
}
@media (max-width: 1300px) {
  .container-card {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1163px) {
  .container-card {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .container-card {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-left: 0;
    margin-right: 0;
  }
}

.card {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  border: solid 1px #000;
  border-radius: 45px;
  display: flex;
  transition: transform 0.55s ease;
  position: relative;
  margin: 1rem 0;
}
.card:hover {
  transform: scale(0.97);
}
.card .categoria {
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: max-content;
  transition: transform 0.25s ease;
}
.card .categoria:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.card .categoria a {
  text-decoration: none;
  background: #d6181f;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.25rem;
  border-radius: 10px;
}
.card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-decoration: none;
  width: 100%;
}
.card a .imagem {
  grid-row: 1;
}
.card a .imagem img {
  height: 25rem;
  width: 100%;
  border-radius: 45px 45px 0 0;
}
.card a .titulo {
  grid-row: 2;
  padding: 1rem;
}
.card a .titulo h3 {
  font-weight: 700;
  font-size: 1.325rem;
  color: #000;
}
.card a .link {
  margin-top: auto;
  grid-row: 3;
}
.card a .link span {
  padding: 1rem;
  display: flex;
  justify-content: center;
  background: #d6181f;
  color: #fff;
  text-decoration: none;
  border-top: solid 1px #000;
  border-radius: 0 0 45px 45px;
}

.container-gallery-card {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
}
@media (max-width: 1024px) {
  .container-gallery-card {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media (max-width: 500px) {
  .container-gallery-card {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}

.gallery-card {
  border: solid 1px #000;
  border-radius: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .gallery-card:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 500px) {
  .gallery-card:first-child {
    grid-column: span 1;
  }
}
.gallery-card img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.gallery-card .categoria {
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  transition: transform 0.25s ease;
}
.gallery-card .categoria:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-card .categoria a {
  text-decoration: none;
  background: #d6181f;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.25rem;
  border-radius: 10px;
}
.gallery-card .titulo {
  padding: 1rem 0;
  text-align: center;
}
.gallery-card .titulo h3 {
  font-weight: 700;
  color: #000;
  font-size: 1rem;
}
.gallery-card .titulo span {
  font-size: 0.8rem;
}
@media (max-width: 1300px) {
  .gallery-card img {
    height: 20rem;
  }
}
@media (max-width: 768px) {
  .gallery-card img {
    height: 15rem;
  }
}

/* * 1. Screen Reader Only / Visually Hidden
 * Esconde o elemento visualmente, mas mantém acessível para leitores de tela.
 * Uso: Para labels de ícones, botões de pular navegação, etc.
 */
.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* * "Skip to content" link focus style
 * Quando focado (via teclado), o elemento se torna visível no topo da tela.
 */
.sr-only:focus,
.screen-reader-text:focus {
  background-color: #fff; /* Sugestão: Use uma cor de fundo clara */
  color: #d6181f; /* Sugestão: Use sua cor principal */
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Garante que fique acima de tudo */
}

/* * Text Truncate
 * Corta o texto com "..." quando ele é muito longo para uma linha
 */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=main.css.map */
