.text-project {
  max-width: 660px;
  margin: 60px auto 70px 10%;
}
@media screen and (max-width: 700px) {
  .text-project {
    max-width: auto;
    margin: 60px 20px;
  }
}
.text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 30px 0;
  margin-bottom: 40px;
}
.text-list ul {
  margin-right: 20px;
  margin-bottom: 20px;
}
.text-list ul li {
  margin: 0 3px;
}
.text-list ul li strong {
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .text-list {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .text-list p {
    margin-right: 20px;
    min-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .text-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .text-list p {
    margin-right: 0px;
    min-width: auto;
  }
}
#contato {
  gap: 70px;
  display: flex;
  flex-direction: column;
}
#contato .content .texts {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
#contato .content .texts .text {
  max-width: 311px;
}
#contato .content .texts .text .icon-arrow {
  font-family: inherit;
}
#contato .content .texts .text .link {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#contato .content .texts .text .link svg {
  width: 16px;
  height: 16px;
}
#contato .content .texts .text .link p {
  margin-bottom: 0;
}
#contato img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 880px) {
  #contato {
    gap: 30px;
  }
  #contato .content .texts {
    flex-direction: column;
  }
  #contato .content .texts .text {
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #464646;
  }
}
.img-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img-block .img-block__item {
  width: 100%;
  min-width: 110px;
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  transition: all 0.7s ease;
  max-width: 100%;
  cursor: pointer;
}
.img-block .img-block__item .img-block__item-img {
  position: relative;
}
.img-block .img-block__item img {
  width: 100%;
  height: auto;
}
.img-block .img-block__item:hover {
  position: relative;
}
.img-block .img-block__item:hover span {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.img-block .img-block__item:hover .img-block__item-text h2,
.img-block .img-block__item:hover .img-block__item-text p {
  color: black;
  line-height: 18px;
}
.img-block .img-block__item .img-block__item-text div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.img-block .img-block__item .img-block__item-text h2 {
  transition: color 0.3s;
  color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  margin-right: 10px;
}
.img-block .img-block__item .img-block__item-text > p {
  max-width: 320px;
  font-family: 'Inter', sans-serif;
}
.img-block .img-block__item .img-block__item-text p {
  transition: color 0.3s;
  color: transparent;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 0;
}
.img-block .img-block__item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  position: relative;
}
.img-block .img-block__item--special {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .img-block {
    justify-content: center;
  }
  .img-block .img-block__item .img-block__item-text {
    left: 5px;
    bottom: 5px;
  }
  .img-block .img-block__item .img-block__item-text div {
    flex-direction: column;
  }
  .img-block .img-block__item .img-block__item-text h2,
  .img-block .img-block__item .img-block__item-text h5,
  .img-block .img-block__item .img-block__item-text h4,
  .img-block .img-block__item .img-block__item-text p {
    padding: 1px;
    margin-bottom: 3px;
    color: black;
    margin-right: 0;
  }
  .img-block .img-block__item .img-block__item-text h5,
  .img-block .img-block__item .img-block__item-text p {
    font-size: 12px;
  }
  .img-block .img-block__item .img-block__item-text h4 {
    font-size: 14px;
  }
  .img-block .img-block__item--special {
    width: 44%;
  }
}
.social-media {
  display: flex;
  justify-content: space-between;
}
.social-media > li {
  margin-bottom: 0;
}
.social-media > li > a {
  display: block;
  margin-right: 20px;
}
.social-media > li > a img {
  background-color: transparent;
  transition: background-color 0.2s;
  border-radius: 20px;
}
.social-media > li:hover > a img {
  background-color: #F4920B;
  transition: background-color 0.2s;
}
.social-media > li:last-of-type {
  margin-right: 0;
}
.social-media > li:last-of-type a {
  margin-right: 0;
}
.css-1mewcw8:hover,
.css-1mewcw8 {
  background-color: #615e5e !important;
  color: black !important;
}
.css-1ju79ki {
  border-radius: 0px !important;
}
.css-r58ril,
.wx-title.css-1jngo57 {
  display: none;
}
.structure-container {
  padding: 150px 20px 0px 20px;
}
.structure-container.structure-container-bigger {
  padding: 150px 20px 0px 20px;
}
@media screen and (max-width: 880px) {
  .structure-container {
    padding: 120px 20px 0px 20px;
  }
  .structure-container.structure-container-bigger {
    padding: 120px 20px 0px 20px;
  }
}
.min-height {
  min-height: calc(100vh - 160px);
}
@media screen and (max-width: 880px) {
  .min-height {
    min-height: 80vh;
  }
}
.columns-container {
  display: flex;
  gap: 30px;
  height: calc(100vh - 160px);
}
.columns-container.without-height {
  flex: 1;
  height: unset;
}
.columns-container .column-left {
  width: 25%;
}
.columns-container .column-right {
  width: 75%;
}
.columns-container .column-left,
.columns-container .column-right {
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE / Edge antigo */
}
.columns-container .column-left::-webkit-scrollbar,
.columns-container .column-right::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}
@media screen and (max-width: 880px) {
  .columns-container {
    flex-direction: column;
    height: auto;
  }
  .columns-container .column-left,
  .columns-container .column-right {
    width: 100%;
    height: auto;
  }
}
.blog ul#main-menu > li:hover ul.sub-menu,
.page-template-page-tempo ul#main-menu > li:hover ul.sub-menu {
  display: none;
}
.header-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-menu-container.header-justify {
  justify-content: space-between;
}
.header-menu-container .menu-header-container {
  width: 100%;
}
.header-menu-container .menu-header-container #menu-item-292,
.header-menu-container .menu-header-container #menu-item-1600 {
  margin-left: auto;
  margin-right: 15px;
}
.header-menu-container #menu-filter {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 300;
}
.header-menu-container #menu-filter img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.header-menu-container #menu-filter img.filter-arrow-active {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.header-menu-container #menu-filter:hover {
  font-weight: 900;
}
.only-mobile {
  display: none;
}
ul#main-menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  font-style: normal;
}
ul#main-menu .menu-item-weglot:nth-of-type(1) {
  margin-left: 100px;
}
ul#main-menu .menu-item-weglot {
  margin-right: 0;
}
ul#main-menu .current-menu-item a {
  font-weight: 900;
}
ul#main-menu li a {
  font-size: 16px;
  color: #464646;
}
ul#main-menu > li {
  position: relative;
  display: flex;
  padding: 0px 7px 7px 0;
  margin-right: 30px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0;
}
ul#main-menu > li:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 130px;
  padding-top: 25px;
}
ul#main-menu > li:hover ul.sub-menu li {
  margin-bottom: 0;
}
ul#main-menu > li:hover ul.sub-menu li a {
  font-weight: 300;
  text-decoration: none;
  padding-bottom: 15px;
}
ul#main-menu > li:hover ul.sub-menu li a:hover {
  font-weight: 900;
}
ul#main-menu > li:hover ul.sub-menu li a:hover::before {
  display: none;
}
ul#main-menu > li > a {
  position: relative;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 300;
  transition: font-weight 0.3s ease;
}
ul#main-menu > li a::after {
  content: attr(data-text);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
ul#main-menu > li > ul {
  display: none;
}
ul#main-menu a:hover::before,
ul#main-menu .current_page_item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  display: block;
  bottom: -4px;
  background-color: #464646;
}
ul#main-menu > li:hover a {
  font-weight: 900;
  font-size: 16px;
}
ul#main-menu > li:last-of-type {
  margin-right: 0;
}
#mobile-menu-trigger {
  display: none;
}
@media screen and (max-width: 1080px) {
  ul#main-menu {
    background-color: transparent;
    display: none;
    flex-direction: column;
    margin-top: 0px;
  }
  ul#main-menu .menu-item-weglot {
    position: absolute;
    top: -30px;
    right: 104px;
  }
  ul#main-menu .menu-item-weglot:last-of-type {
    position: absolute;
    top: -30px;
    right: 70px;
  }
  ul#main-menu li {
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  ul#main-menu li a {
    font-size: 16px;
  }
  ul#main-menu li:hover a {
    font-weight: bold;
  }
  .header-menu-container #menu-filter {
    order: 0;
    margin-right: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
  }
  #mobile-menu-trigger {
    order: 1;
    left: 15px;
    display: flex;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 100;
    transition: right 0.6s;
    cursor: pointer;
  }
  #mobile-menu-trigger span {
    display: block;
    margin-bottom: 6px;
    height: 2px;
    width: 24px;
    opacity: 1;
    transform: rotate(0deg);
    background-color: #464646;
  }
  .menu-open {
    background-color: #808080;
  }
  .menu-open #logo-anchor svg .cls-2 {
    fill: #ffffff;
  }
  .menu-open .header__content {
    background-color: #808080;
  }
  .menu-open .header__content #mobile-menu-trigger span {
    background-color: #ffffff;
  }
  .menu-open .header-menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: calc(100vh - 97px);
    background-color: #808080;
    top: 97px;
  }
  .menu-open .header-menu-container .menu-header-container {
    width: 100%;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu {
    padding: 0;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li a {
    border-top: 1px solid #ffffff;
    padding: 15px 15px;
    color: white;
    text-align: right;
    font-size: 21px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li a::before {
    display: none;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li:hover > ul {
    padding-top: 0;
    display: block;
    position: relative;
    width: unset;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li:hover > ul li a {
    width: auto;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li > ul {
    display: block;
    position: relative;
  }
  .menu-open .header-menu-container .menu-header-container ul#main-menu li > ul li a {
    width: auto;
  }
  .menu-open .header-menu-container .only-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
  }
  .menu-open #menu-filter {
    display: none;
  }
  .menu-open #mobile-menu-trigger {
    right: 41.5%;
    transition: right 0.6s;
  }
  .menu-open #mobile-menu-trigger div {
    margin-top: 4px;
  }
  .menu-open #mobile-menu-trigger div span {
    margin-bottom: -2px;
  }
  .menu-open #mobile-menu-trigger div > span:nth-child(1) {
    transform: rotate(45deg);
    transition: transform 0.6s;
  }
  .menu-open #mobile-menu-trigger div > span:nth-child(3) {
    visibility: hidden;
    transform: visibility 0.6s;
  }
  .menu-open #mobile-menu-trigger div > span:nth-child(2) {
    margin-bottom: 8px;
    transform: rotate(-45deg);
    transition: transform 0.6s;
  }
  .menu-open .menu-menu-principal-container {
    display: flex;
    justify-content: end;
  }
  .menu-open ul#main-menu {
    margin-left: 0px;
    padding-right: 30px;
    padding-top: 30px;
    display: block;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
b,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  margin: 0 auto;
  z-index: 9999;
}
header .header-1 {
  width: 25%;
}
header .header-2 {
  width: 75%;
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #464646;
}
header ul li {
  list-style: none;
}
header ul li a {
  padding-bottom: 23px;
}
header #logo-anchor svg {
  max-height: 85px;
  max-width: 275px;
  width: auto;
}
header .header__content {
  gap: 30px;
  padding: 20px 20px 20px 20px;
  display: flex;
  align-items: start;
  box-sizing: border-box;
  background-color: #ffffff;
}
header .header__content .header-content__button {
  margin-right: 30px;
}
@media screen and (max-width: 1080px) {
  header .header__content {
    align-items: flex-start;
  }
  header.menu-open {
    z-index: 99999;
  }
  header.menu-open nav {
    display: block;
    position: absolute;
    right: -20px;
    left: 0px;
    top: 50px;
    background-color: white;
  }
}
@media screen and (max-width: 1080px) {
  header .header-2 {
    border-bottom: unset;
  }
  header .header__content .header-content__button {
    margin-right: 0px;
  }
  header .header-2 {
    align-items: center;
  }
  header #logo-anchor svg {
    height: 55px;
  }
  .corner-element.right,
  .corner-element.left {
    width: 15px;
  }
}
.language-links {
  display: flex;
}
.language-links a:first-of-type {
  margin-right: 8px;
}
.language-links a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.trp-language-switcher {
  top: 15px !important;
  right: 20px !important;
}
.trp-floating-switcher {
  box-shadow: unset !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}
.trp-language-item {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.language-switcher.only-mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .trp-language-switcher {
    display: none !important;
  }
  .language-switcher.only-mobile {
    display: block;
  }
}
.button-bg {
  padding: 11px 30px 14px 30px;
  background-color: #F4920B;
  color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -4px 22px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  animation: loadmoreanim infinite 0.5s linear;
  animation: swing infinite 2s linear;
}
.button-bg:hover {
  text-decoration: none;
  opacity: 0.7;
  background-color: #F4920B;
  color: white;
  transition: color 0.2s;
}
@keyframes swing {
  5% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  10% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  15% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  20% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  25% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes loadmoreanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-bg > h3 {
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: white;
  margin-bottom: 0px;
}
.button {
  padding: 11px 20px;
  background-color: #F4920B;
  color: white;
  border-radius: 30px;
  border: 2px solid white;
  text-decoration: none;
  font-weight: bold;
}
.button > h3 {
  white-space: nowrap;
  text-align: center;
  line-heigt: unset;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  margin-bottom: 0px;
}
.button:hover {
  transition: background-color 0.3s;
  background-color: white;
  border-color: #F4920B;
  color: #F4920B;
}
.button:hover > h3 {
  color: #F4920B;
}
.wp-block-button.is-style-outline:hover a {
  background-color: #F4920B;
  color: white;
  transition: background-color 0.4s;
}
.is-style-fill a {
  border: 1px solid #F4920B;
  z-index: 100000;
}
.is-style-fill:hover a {
  color: #F4920B !important;
  background-color: white !important;
  border: 1px solid #F4920B !important;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1080px) {
  .button-bg {
    padding: 11px 12px 13px 12px;
  }
  .button-bg h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .button-bg {
    padding: 11px 10px 13px 10px;
  }
  .button-bg h3 {
    font-size: 12px;
    line-height: 12px;
  }
}
#banner {
  position: relative;
  margin-bottom: -100px;
}
#banner .banner_img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vh;
}
#banner .banner_button {
  position: absolute;
  bottom: 50px;
  left: 16%;
  max-width: 750px;
  transform: translate(-42%, 0%);
}
@media screen and (max-width: 700px) {
  margin-bottom: -50px;
}
.text-topics .text-topics__header {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 100px auto;
}
.text-topics .text-topics__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.text-topics .text-topics__body .text-topics__body-topic {
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .text-topics .text-topics__header {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  .text-topics .text-topics__body {
    justify-content: center;
    align-items: start;
  }
  .text-topics .text-topics__body .text-topics__body-topic {
    width: 180px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.carousel-main {
  padding: 0;
}
.carousel-main .carousel-text {
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.carousel-main img.slick-slide {
  height: 80vh;
  z-index: 999;
  object-fit: cover;
}
.carousel {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: transparent;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}
.carousel .carousel__imgs {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.carousel .carousel__imgs .slick-list {
  width: 40%;
  max-width: 400px;
}
.carousel .carousel__imgs .slick-list .slick-slide img {
  width: inherit;
  display: block;
}
.carousel .carousel__imgs .slick-list .slick-track .carousel__imgs__item .menu__item__title h2 {
  color: transparent;
}
.carousel .carousel__imgs .slick-dots {
  z-index: 1;
  width: auto;
  height: 405px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.carousel .carousel__imgs .slick-dots li {
  width: auto;
  height: auto;
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: none;
  list-style: none;
  min-width: 180px;
}
.carousel .carousel__imgs .slick-dots li button {
  color: black;
  font-size: 14px;
  width: auto;
  height: auto;
  margin: 0;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}
.carousel .carousel__imgs .slick-dots li button:before {
  display: none;
}
.carousel .carousel__imgs .slick-dots li.slick-active button {
  font-weight: bold;
}
.carousel .description {
  color: black;
  position: absolute;
  display: flex;
  width: 467px;
  right: 67px;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}
.carousel .menu .menu__item .menu__item__title {
  color: white;
}
.carousel .slick-next,
.carousel .slick-prev {
  display: none !important;
}
#carousel-arrow {
  margin-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .carousel .carousel__imgs {
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .carousel .carousel__imgs .carousel__imgs__item {
    width: 28%;
    margin-bottom: 25px;
  }
  .carousel .carousel__imgs .carousel__imgs__item img {
    width: 100%;
    margin-bottom: 10px;
  }
  .carousel .carousel__imgs .carousel__imgs__item .menu__item__title {
    text-align: center;
    color: black;
    text-transform: uppercase;
  }
  .carousel .carousel__imgs .carousel__imgs__item .menu__item__title h2 {
    font-size: 12px;
    line-height: 16px;
  }
  .carousel .description {
    left: 0px;
    right: 0px;
    width: auto;
    font-size: 18px;
  }
}
#logo-carousel .logo-carousel-img {
  max-width: 1700px;
  margin: 0 auto;
}
#logo-carousel .logo-carousel-img .slick-list .slick-track {
  display: flex !important;
  align-items: center;
}
#logo-carousel .logo-carousel-img .slick-list .slick-track .logo-carousel-img__item {
  margin: 50px 30px;
}
#logo-carousel .logo-carousel-img .slick-dots {
  display: none;
}
#logo-carousel .logo-carousel-img button {
  background-image: url("../resources/icons/arrow-right.png");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-top: 50px;
  margin-right: 30px;
}
#logo-carousel .logo-carousel-img button:before {
  content: '';
}
#logo-carousel .logo-carousel-img button.slick-prev {
  transform: rotate(-180deg);
  margin-top: 25px;
  margin-left: 0;
  z-index: 100;
}
@media screen and (max-width: 700px) {
  #logo-carousel .logo-carousel-img button.slick-prev {
    margin-left: 25px;
  }
  #logo-carousel .logo-carousel-img .slick-list .slick-track .logo-carousel-img__item {
    margin: 40px 6px;
  }
}
.home footer,
.page-template-page-tempo footer {
  background-color: #808080;
}
.home footer .footer-about a,
.page-template-page-tempo footer .footer-about a {
  color: white;
}
.home footer .footer-about a svg,
.page-template-page-tempo footer .footer-about a svg {
  fill: white;
}
.home footer a,
.page-template-page-tempo footer a {
  color: white;
}
.home footer .animationbacktotop svg,
.page-template-page-tempo footer .animationbacktotop svg {
  fill: transparent;
}
footer {
  background-color: white;
  color: #464646;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
footer .projeto {
  display: none;
}
footer .menu-item-weglot {
  display: none;
}
footer #footer-container {
  display: none;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
}
footer #logo-anchor {
  display: none;
}
footer .footer-first {
  display: flex;
}
footer a {
  margin-right: 30px;
  line-height: normal;
  color: #464646;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
footer a svg {
  fill: #464646;
}
footer .animationbacktotop svg {
  fill: transparent;
}
footer .footer-about {
  display: flex;
  justify-content: space-between;
}
footer .footer-about div p {
  font-weight: bold;
}
footer .footer-about p,
footer .footer-about a {
  color: #464646;
  font-size: 12px;
  margin-bottom: 0;
  text-decoration: none;
}
footer .footer-about a {
  display: block;
}
@media screen and (max-width: 880px) {
  footer a {
    font-size: 14px;
  }
  footer a svg {
    max-width: 15px;
  }
  .social-media > li > a {
    margin-right: 10px;
  }
}
.equipe .col-left {
  width: 25%;
  position: relative;
}
.equipe .col-left h2 {
  font-weight: 900;
  color: #464646;
}
.equipe .col-right {
  width: 75%;
}
.equipe img {
  width: 100%;
  height: auto;
}
.equipe .equipe-hero {
  display: flex;
  gap: 30px;
}
.equipe .equipe-hero img {
  filter: grayscale(100%);
}
.equipe .equipe-hero img:hover {
  filter: grayscale(0%);
}
.equipe .equipe-grid {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  align-items: stretch;
}
.equipe .equipe-grid .equipe-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.equipe .equipe-grid .equipe-info.default {
  opacity: 1;
}
.equipe .equipe-grid:hover .equipe-info {
  opacity: 1;
}
.equipe .equipe-grid .grid {
  display: grid;
  gap: 30px;
}
.equipe .equipe-grid.grid-3 .grid {
  grid-template-columns: repeat(3, 1fr);
}
.equipe .equipe-grid.grid-2 .grid {
  padding-top: 30px;
  border-top: 1px solid #464646;
  grid-template-columns: repeat(2, 1fr);
}
.equipe .equipe-grid.grid-3 .equipe-info {
  background-color: white;
  z-index: 100;
}
.equipe .equipe-grid.grid-3 .equipe-info .info-bio {
  background-color: white;
}
.equipe .equipe-grid.grid-2 .equipe-info {
  background-color: white;
  z-index: 1000;
}
.equipe .equipe-grid.grid-2 .equipe-info .info-bio {
  background-color: white;
}
.equipe .equipe-grid .member {
  cursor: pointer;
  filter: grayscale(100%);
}
.equipe .equipe-grid .member img {
  width: 100%;
  display: block;
  max-height: 550px;
  object-fit: cover;
}
.equipe .equipe-grid .member:hover {
  filter: grayscale(0%);
}
.equipe-info {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.equipe-info .info-title {
  font-weight: 900;
}
.equipe-info .info-subtitle {
  font-weight: 300;
}
.equipe-info .info-bio {
  font-weight: 300;
  color: #464646;
  font-family: 'Inter', sans-serif;
}
.equipe-info.active {
  opacity: 1;
}
.equipe-info {
  position: absolute;
  left: 0;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* estado default */
.equipe-info .info-hover {
  opacity: 0;
  pointer-events: none;
}
.equipe-info .info-default {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.equipe-info .info-default .info-title-default {
  font-weight: 900;
}
/* quando hover ativo */
.equipe-info.active .info-default {
  opacity: 0;
}
.equipe-info.active .info-hover {
  opacity: 1;
  pointer-events: auto;
}
.info-default {
  opacity: 1;
  transition: opacity 0.25s ease;
}
/* ===== HOVER ===== */
.info-hover {
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.25s ease;
}
/* alternância */
.equipe-info.active .info-default {
  opacity: 0;
}
.equipe-info.active .info-hover {
  opacity: 1;
}
.equipe-mobile {
  display: none;
}
@media (max-width: 768px) {
  .equipe {
    display: none;
  }
  .equipe-mobile {
    display: block;
  }
  /* HERO */
  .equipe-mobile-hero img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
  }
  /* ===== GRID 3 → LISTA ===== */
  .equipe-mobile-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #464646;
  }
  .read-more {
    color: #464646;
    font-size: 12px;
  }
  .mobile-member {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
    align-items: stretch;
  }
  .mobile-member .bio-short,
  .mobile-member .bio-full {
    font-size: 12px;
    color: #464646;
    font-family: 'Inter', sans-serif;
    line-height: 14px;
  }
  .mobile-member .bio-short p,
  .mobile-member .bio-full p {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 14px;
  }
  .mobile-member-image img {
    width: 100%;
    height: unset;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    filter: grayscale(100%);
  }
  .mobile-member-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-member-text h3 {
    font-weight: 900;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .cargo {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 12px;
  }
  /* BIO */
  .bio-full {
    display: none;
    margin-top: 10px;
  }
  .mobile-member.open .bio-full {
    display: block;
  }
  /* BOTÃO */
  .read-more {
    margin-top: 8px;
    background: none;
    border: none;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
  }
  /* ===== GRID 2 ===== */
  .equipe-mobile-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #464646;
  }
  .mobile-highlight img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
    filter: grayscale(100%);
  }
  .highlight-text {
    margin-top: 10px;
  }
  .highlight-text .bio p {
    font-size: 12px;
  }
  .highlight-text h3 {
    font-weight: 900;
    font-size: 14px;
  }
}
.services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.services .services-text {
  width: 40%;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services .services-img {
  display: flex;
  margin-top: 30px;
}
.services .services-img .services-img__img {
  margin-right: 20px;
  position: relative;
}
.services .services-img .services-img__img:last-of-type {
  margin-right: 0;
}
.services .services-img .services-img__img img {
  cursor: pointer;
  max-width: 225px;
  border-radius: 20px;
}
.services .services-img .services-img__img p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding: 3px;
  color: black;
  font-size: 18px;
  font-weight: bold;
  font-family: 'sofiapro', sans-serif;
}
.services .services-img .services-img__img .services-img__phrase {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  border-radius: 20px;
}
.services .services-img .services-img__img .services-img__phrase p {
  color: transparent;
}
.services .services-img .services-img__img:hover .services-img__phrase {
  background-color: #F4920B;
  transition: all 0.4s;
}
.services .services-img .services-img__img:hover .services-img__phrase p {
  color: white;
}
.services .services-img .services-img__img__only {
  position: relative;
}
.services .services-img .services-img__img__only img {
  cursor: pointer;
  border-radius: 20px;
}
.services .services-img .services-img__img__only p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding: 3px;
  color: black;
  font-size: 18px;
  font-weight: bold;
  font-family: 'sofiapro', sans-serif;
}
@media screen and (max-width: 1000px) {
  .services {
    flex-direction: column;
  }
  .services .services-text {
    width: 70%;
  }
  .services .services-img {
    margin-top: 20px;
  }
  .services .services-img .services-img__img {
    width: 30%;
  }
  .services .services-img .services-img__img img {
    max-width: 100%;
  }
  .services .services-img .services-img__img__only img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .services {
    flex-direction: column;
  }
  .services .services-text {
    width: 100%;
  }
  .services .services-img .services-img__img {
    margin-right: 5px;
  }
  .services .services-img .services-img__img .services-img__phrase {
    display: none;
  }
  .services .services-img .services-img__img p {
    bottom: -5px;
    font-size: 10px;
    left: 0;
  }
}
#carousel-arrow {
  margin: 80px 0;
}
#carousel-arrow #carousel-arrow-item .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
#carousel-arrow #carousel-arrow-item .carousel-arrow-item__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#carousel-arrow #carousel-arrow-item img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
}
#carousel-arrow #carousel-arrow-item .slick-dots li {
  margin: 0;
}
#carousel-arrow #carousel-arrow-item .slick-arrow {
  background-color: transparent;
  bottom: -15px;
  top: unset;
  z-index: 100;
}
#carousel-arrow #carousel-arrow-item .slick-prev {
  left: 48%;
}
#carousel-arrow #carousel-arrow-item .slick-next {
  right: 46%;
}
#carousel-arrow #carousel-arrow-item .slick-prev:before,
#carousel-arrow #carousel-arrow-item .slick-next:before {
  color: transparent;
}
@media screen and (max-width: 880px) {
  #carousel-arrow {
    margin: 50px 0;
  }
  #carousel-arrow #carousel-arrow-item .slick-prev {
    left: 45%;
  }
  #carousel-arrow #carousel-arrow-item .slick-next {
    right: 43%;
  }
}
#carousel-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
#carousel-lightbox.is-open {
  display: block;
}
.carousel-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}
.carousel-lightbox__content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-lightbox__content img {
  max-width: 90vw;
  max-height: 90vh;
}
.carousel-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
}
.carousel-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  background: none;
  border: 0;
  color: white;
  cursor: pointer;
}
.carousel-lightbox__nav.prev {
  left: 24px;
}
.carousel-lightbox__nav.next {
  right: 24px;
}
.cards-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cards-list .cards-list__item {
  width: 32%;
  margin-right: 2%;
  min-width: 110px;
  display: block;
  color: black;
  text-decoration: none;
  position: relative;
  transition: all 0.7s ease;
  max-width: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}
.cards-list .cards-list__item:nth-of-type(3n) {
  margin-right: 0;
}
.cards-list .cards-list__item .cards-list__item-img {
  position: relative;
}
.cards-list .cards-list__item img {
  width: 100%;
  height: auto;
}
.cards-list .cards-list__item:hover {
  position: relative;
}
.cards-list .cards-list__item:hover span {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.cards-list .cards-list__item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  position: relative;
}
.cards-list .cards-list__item .cards-list__item-text div {
  display: flex;
  justify-content: space-between;
}
.cards-list .cards-list__item .cards-list__item-text h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cards-list .cards-list__item .cards-list__item-text > p {
  max-width: 320px;
}
.cards-list .cards-list__item .cards-list__item-text p {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 0;
}
.cards-list .cards-list__item--special {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .cards-list {
    margin-bottom: 50px;
  }
  .cards-list .cards-list__item .cards-list__item-text {
    left: 5px;
    bottom: 5px;
  }
  .cards-list .cards-list__item .cards-list__item-text h5,
  .cards-list .cards-list__item .cards-list__item-text h4,
  .cards-list .cards-list__item .cards-list__item-text p {
    padding: 1px;
    margin-bottom: 3px;
  }
  .cards-list .cards-list__item .cards-list__item-text h5,
  .cards-list .cards-list__item .cards-list__item-text p {
    font-size: 12px;
  }
  .cards-list .cards-list__item .cards-list__item-text h4 {
    font-size: 14px;
  }
  .cards-list .cards-list__item--special {
    width: 44%;
  }
}
@media screen and (max-width: 700px) {
  .page-template-page-cinza .cards-list {
    flex-direction: column;
    width: 100%;
  }
  .page-template-page-cinza .cards-list .cards-list__item {
    width: 100%;
    display: flex;
  }
  .page-template-page-cinza .cards-list .cards-list__item .cards-list__item-img {
    width: 60%;
    margin-right: 10px;
  }
  .page-template-page-cinza .cards-list .cards-list__item .cards-list__item-text {
    width: 40%;
  }
  .page-template-page-cinza .cards-list .cards-list__item .cards-list__item-text > p {
    display: none;
  }
  .page-template-page-cinza .cards-list .cards-list__item .cards-list__item-text > div {
    display: block;
  }
  .page-template-page-cinza .cards-list .cards-list__item .cards-list__item-text > div p {
    padding: 0;
  }
}
.filter #filtro-categorias .blocos .bloco .selections #select-premiado .sibling,
.filter #filtro-categorias .blocos .bloco .selections #select-premiado {
  width: 80px;
}
.filter {
  z-index: 10000;
  position: fixed;
  top: 85px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.filter .space {
  width: 25%;
  color: transparent;
}
.filter .space svg {
  display: none;
}
.filter #filtro-categorias {
  width: 75%;
  padding-bottom: 40px;
  transition: all 0.3s;
}
.filter #filtro-categorias.open {
  transition: all 0.3s;
}
.filter #filtro-categorias .blocos .bloco {
  display: flex;
}
.filter #filtro-categorias .blocos .bloco .selections {
  margin-right: 25px;
}
.filter #filtro-categorias .blocos .bloco .selections .category {
  color: #464646;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling {
  min-width: 100%;
  width: 200px;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling.active .category-list-item {
  padding: 5px;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item,
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item-2 {
  position: relative;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
  font-variation-settings: "wght" 300;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item::after,
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item-2::after {
  content: attr(data-text);
  font-weight: 900;
  white-space: nowrap;
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item:hover,
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item-2:hover {
  font-variation-settings: "wght" 900;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item a,
.filter #filtro-categorias .blocos .bloco .selections .sibling .category-list-item-2 a {
  text-decoration: none;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling.single li.category-list-item:hover {
  font-variation-settings: "wght" 300;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling.single li.category-list-item.bold {
  font-variation-settings: "wght" 900;
}
.filter #filtro-categorias .blocos .bloco .selections .sibling.single li.category-list-item.bold:hover {
  font-variation-settings: "wght" 900;
  font-weight: 900;
}
.filter .search-form {
  position: relative;
  font-family: 'Inter', sans-serif;
  margin-top: -6px;
  font-weight: 300;
}
.filter .search-form .search-field {
  border: none;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 22px;
  background-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  width: 80px;
  color: #464646;
}
.filter .search-form .search-field::placeholder {
  color: #464646;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.filter .search-form .search-submit {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 27px;
  width: 27px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.filter .search-form .search-submit img {
  width: 14px;
}
@media screen and (max-width: 650px) {
  .filter {
    margin-top: 32px;
  }
}
.bold {
  font-weight: 900;
}
.selections:has(.sibling.active) .category svg {
  transform: rotate(-180deg);
  transition: transform 0.3s;
}
#filtro-categorias {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
}
#filtro-categorias .blocos {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#filtro-categorias .blocos .bloco {
  margin-right: 15px;
  font-weight: 300;
  margin-right: 30px;
}
#filtro-categorias .blocos .bloco label {
  position: absolute;
  top: -30px;
  width: 100%;
  border-bottom: 1px solid black;
}
#filtro-categorias .blocos .bloco .filter-selected {
  font-weight: bold;
  word-spacing: 5px;
  cursor: pointer;
}
#filtro-categorias .blocos .bloco .category {
  text-transform: capitalize;
  cursor: pointer;
}
#filtro-categorias .blocos .bloco .category.is-active {
  font-weight: bold;
}
#filtro-categorias .blocos .bloco .category svg {
  transition: transform 0.3s;
  margin-left: 15px;
}
#filtro-categorias .blocos .bloco .selections {
  position: relative;
}
#filtro-categorias .blocos .bloco .selections:first-of-type ul.sibling {
  left: 0;
}
#filtro-categorias .blocos .bloco ul.sibling {
  position: absolute;
  flex-direction: column;
  background-color: white;
  display: flex;
  overflow: hidden;
  max-height: 0;
  left: -5px;
  transition: all 0.2s;
  min-width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 650px) {
  #filtro-categorias .blocos .bloco ul.sibling {
    position: relative;
  }
}
#filtro-categorias .blocos .bloco ul.sibling.single {
  top: -2px;
  padding-top: 0;
  max-height: 500px;
}
#filtro-categorias .blocos .bloco ul.sibling.active {
  max-height: 500px;
  transition: all 0.2s;
}
#filtro-categorias .blocos .bloco ul.sibling .no-projects {
  color: lightgray;
  cursor: not-allowed;
}
#filtro-categorias .blocos .bloco ul.sibling .no-projects:hover {
  font-weight: 300;
}
#filtro-categorias .blocos > .bloco {
  margin-right: 0;
}
#filtro-categorias .blocos > .bloco label {
  width: 60%;
}
#filtro-categorias #limpar-filtros {
  text-wrap: nowrap;
  color: black;
  background: white;
  align-self: center;
  padding: 13px 48px;
  width: 48%;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid gray;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
#filtro-categorias #limpar-filtros:hover {
  background-color: black;
  color: white;
  transition: all 0.3s;
}
@media screen and (max-width: 1421px) {
  .filter #filtro-categorias .blocos .bloco .selections {
    margin-right: 10px;
  }
  #filtro-categorias .blocos .bloco .category svg {
    margin-left: 0px;
  }
  .filter #filtro-categorias .blocos .bloco .selections #select-premiado .sibling,
  .filter #filtro-categorias .blocos .bloco .selections #select-premiado {
    width: 70px;
  }
}
@media screen and (max-width: 1330px) {
  .filter #filtro-categorias .blocos .bloco .selections {
    margin-right: 6px;
  }
  #filtro-categorias .blocos .bloco .category svg {
    margin-left: 1px;
  }
}
@media screen and (max-width: 1127px) {
  .filter {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .filter {
    width: auto;
    right: 0;
    gap: 0;
    background-color: white;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -26px;
    padding: 0 20px 0 10px;
  }
  .filter.mobile-open #filtro-categorias {
    display: flex;
  }
  .filter.mobile-open .space svg {
    transform: rotate(-180deg);
    transition: transform 0.3s;
  }
  .filter .space {
    text-align: right;
    cursor: pointer;
    width: auto;
    font-family: 'Inter', sans-serif;
    color: #464646;
    font-weight: 300;
  }
  .filter .space svg {
    display: inline;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .filter #filtro-categorias {
    flex-direction: column;
    width: auto;
    display: none;
    padding-top: 20px;
    align-items: flex-end;
  }
  .filter #filtro-categorias .blocos {
    flex-direction: column;
  }
  .filter #filtro-categorias .blocos .bloco {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .filter #filtro-categorias .blocos .bloco .selections {
    text-align: right;
    margin-right: 0;
  }
  .filter #filtro-categorias .blocos .bloco .selections .category svg {
    margin-left: 10px;
  }
  .filter #filtro-categorias .blocos .bloco .selections ul.sibling {
    position: relative;
    width: auto;
    flex-direction: column;
    flex-wrap: unset;
    left: 0;
  }
  .filter #filtro-categorias .blocos .bloco .selections ul.sibling.single {
    width: auto;
  }
  .filter #filtro-categorias .blocos .blocos-1 {
    width: 100%;
    flex-direction: column;
  }
  .filter #filtro-categorias #limpar-filtros {
    margin-top: 20px;
    width: auto;
  }
  .search-form {
    width: 60%;
    right: unset;
    left: 0;
    bottom: -6px;
    top: unset;
  }
  .search-form .search-submit {
    right: 0;
  }
  .search-form .search-submit img {
    width: 13px;
  }
  .search-form input {
    width: 98%;
  }
  .search-form .search-field {
    width: 100%;
  }
}
.category-list-item.selected {
  font-weight: 600;
  opacity: 0.5;
  pointer-events: none;
  /* evita clicar de novo */
}
.clear-all a {
  text-decoration: none;
}
#load-more {
  background-color: transparent;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #464646;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  cursor: pointer;
  font-weight: 300;
}
#load-more span {
  margin-left: 10px;
}
#blog-single .blog-single__header {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
#blog-single .blog-single__header h2 {
  line-height: 22px;
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
#blog-single .blog-single__header p {
  margin-bottom: 0;
}
#blog-single .blog-single__img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.breadcrumb {
  display: none;
  position: relative;
}
.breadcrumb .breadcrumb__content {
  position: absolute;
  top: -45px;
  left: 90px;
  display: flex;
  font-size: 16px;
  color: #615e5e;
  font-weight: bold;
  font-family: 'proximanova', sans-serif;
  z-index: 1000;
}
.breadcrumb .breadcrumb__content a {
  font-size: 16px;
  color: #615e5e;
  text-decoration: none;
  font-family: 'proximanova', sans-serif;
}
.home .breadcrumb {
  display: none;
}
@media screen and (max-width: 2560px) {
  .breadcrumb .breadcrumb__content {
    top: -50px;
    left: 35px;
  }
}
@media screen and (max-width: 700px) {
  .breadcrumb .breadcrumb__content {
    top: -50px;
    left: 0;
  }
}
.mail {
  display: flex;
  justify-content: center;
}
.mail > div:first-of-type {
  margin-right: 30px;
}
.mail .mc-field-group,
.mail input {
  background-color: #fff9f1;
}
.mail h2 {
  text-transform: uppercase;
  margin-top: 0;
}
.mail #mc_embed_signup form {
  padding-top: 0;
}
.mail #mc_embed_signup .mc-field-group {
  min-height: 40px;
}
.mail #mc_embed_signup .mc-field-group input {
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}
.mail #mc_embed_signup .button {
  height: auto;
  line-height: auto;
  padding: 8px 20px;
  background-color: #F4920B;
  color: white;
  border-radius: 30px;
  border: 2px solid #F4920B;
  text-decoration: none;
  font-weight: bold;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.mail #mc_embed_signup .button:hover {
  background-color: white;
  border-color: #F4920B;
  color: #F4920B;
}
.mail #mc_embed_signup div#mce-responses {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 880px) {
  .mail {
    flex-direction: column;
    align-items: center;
  }
  .mail > div:first-of-type {
    margin-right: 0px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .mail > div:first-of-type img {
    width: 50%;
  }
  .mail #mc_embed_signup {
    width: 100%;
  }
}
.link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.link-list a.link-list__item {
  width: 48%;
  text-decoration: none;
  min-width: 173px;
}
.link-list a.link-list__item h2 {
  font-size: 24px;
  line-height: auto;
  margin-bottom: 0;
  white-space: nowrap;
}
.link-list a.link-list__item:hover h2 {
  color: #F05B66;
}
@media screen and (max-width: 700px) {
  .link-list .link-list__item {
    width: 80%;
  }
}
.carousel-mini {
  margin-top: 30px;
}
.carousel-mini .carousel-mini__item div {
  position: relative;
}
.carousel-mini .carousel-mini__item div img {
  height: 56vh;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.carousel-mini .carousel-mini__item div figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 10px;
}
.carousel-mini .carousel-mini__item div figcaption p {
  padding: 10px 20px;
  margin: 0;
  color: white;
}
.carousel-mini .carousel-mini__nav {
  margin-top: 30px;
}
.carousel-mini .carousel-mini__nav img {
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.carousel-mini .carousel-mini__nav .slick-prev {
  left: 20px;
  z-index: 10;
}
.carousel-mini .carousel-mini__nav .slick-next {
  right: 24px;
  z-index: 10;
}
.carousel-mini .carousel-mini__nav .slick-next:before,
.carousel-mini .carousel-mini__nav .slick-prev:before {
  opacity: 1;
  color: orange;
  font-size: 28px;
}
.carousel-mini .carousel-mini__text {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.carousel-mini .carousel-mini__text div:first-of-type {
  width: 55%;
}
.carousel-mini .carousel-mini__text div:nth-of-type(2) {
  margin-top: 20px;
  width: 30%;
}
@media screen and (max-width: 700px) {
  .carousel-mini .carousel-mini__item img {
    height: 35vh;
  }
  .carousel-mini .carousel-mini__nav {
    margin-top: 15px;
  }
  .carousel-mini .carousel-mini__nav img {
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .carousel-mini .carousel-mini__text {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .carousel-mini .carousel-mini__text div:first-of-type {
    width: 100%;
  }
  .carousel-mini .carousel-mini__text div:nth-of-type(2) {
    margin-top: 20px;
    width: 100%;
  }
}
.archive-publicacoes .publicacao-extra-galeria {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
}
.archive-publicacoes .publicacao-item {
  cursor: pointer;
}
.archive-publicacoes .publicacao-group {
  display: flex;
  position: relative;
}
.archive-publicacoes .publicacao-group .slick-prev:before,
.archive-publicacoes .publicacao-group .slick-next:before {
  content: '';
  width: 40px;
  height: 40px;
}
.archive-publicacoes .publicacao-group .slick-prev,
.archive-publicacoes .publicacao-group .slick-next {
  font-size: 18px;
  display: block;
  background-color: white;
  z-index: 1000;
  padding: 20px;
}
.archive-publicacoes .publicacao-group .slick-prev.slick-disabled,
.archive-publicacoes .publicacao-group .slick-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.archive-publicacoes .publicacao-group .slick-prev {
  background: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40"><path d="M8 26L20 14L32 26" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 40px 40px no-repeat;
  transform: rotate(-90deg);
  left: 0;
  background-color: white;
}
.archive-publicacoes .publicacao-group .slick-next {
  background: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40"><path d="M8 26L20 14L32 26" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / 40px 40px no-repeat;
  transform: rotate(90deg);
  right: 0px;
  background-color: white;
}
.archive-publicacoes .publicacao-group .line {
  position: absolute;
  top: 39px;
  right: 0;
  left: 0;
  height: 0.5px;
  background-color: #464646;
}
.archive-publicacoes .publicacao-group.columns-container {
  height: auto;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 60px 0;
  align-items: stretch;
  justify-content: stretch;
  align-content: stretch;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item {
  width: 100% !important;
  margin: 0 !important;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .publicacao-thumb {
  width: 100%;
  height: 300px;
  margin: 0;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .publicacao-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 300px;
  object-fit: contain;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .text {
  display: block;
  margin-top: 20px;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .text h2,
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .text p {
  text-align: center;
}
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .publicacao-thumb:hover ~ .text h2,
.archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .publicacao-thumb:hover ~ .text p {
  font-weight: 900;
}
.archive-publicacoes .publicacao-group.expanded .more span {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.archive-publicacoes .publicacao-group .more {
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  user-select: none;
  position: absolute;
  right: 0;
  height: auto;
  left: 0;
  text-align: end;
  z-index: 100;
}
.archive-publicacoes .publicacao-group .more span {
  transition: transform 0.3s ease;
  display: inline-block;
}
.archive-publicacoes .publicacao-group .publicacao-category {
  position: relative;
}
.archive-publicacoes .publicacao-group .publicacoes-list {
  padding: 59px 0 34px 0;
  display: flex;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb {
  position: relative;
  width: 300px;
  height: 230px;
  /* 🔥 altura fixa = zero pulo */
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb:first-of-type {
  margin-left: 0px;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb .normal,
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb .hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb .normal {
  opacity: 1;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb .hover {
  opacity: 0;
  pointer-events: none;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb:hover .normal {
  opacity: 0;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb:hover .hover {
  opacity: 1;
  pointer-events: auto;
}
.archive-publicacoes .publicacao-group .publicacoes-list .publicacao-thumb img {
  height: 230px;
  width: 100%;
  object-fit: contain;
}
.archive-publicacoes .publicacao-group .publicacoes-list .text {
  display: none;
}
@media screen and (max-width: 880px) {
  .archive-publicacoes .publicacao-group {
    flex-direction: column;
  }
  .archive-publicacoes .publicacao-group .publicacoes-list {
    padding: 20px 0 30px 0;
  }
  .archive-publicacoes .publicacao-group.expanded .publicacoes-list {
    gap: 20px;
    padding: 30px 0;
  }
  .archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .publicacao-thumb {
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .archive-publicacoes .publicacao-group.expanded .publicacoes-list .publicacao-item .publicacao-thumb img {
    width: 100%;
    height: 200px;
  }
}
.midia-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 30px;
}
.midia-container .midia-bloco {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex: 1;
  padding: 15px 0;
  border-top: 1px solid #464646;
}
.midia-container .midia-bloco .topic-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.midia-container .midia-bloco .topic-content h2 {
  margin-bottom: 12px;
  font-weight: 900;
}
.midia-container .midia-bloco .topic-content p {
  margin-bottom: 0;
}
.midia-container .midia-bloco .topic-content a {
  transition: all 0.3s ease;
  display: inline;
}
.midia-container .midia-bloco .topic-content a:hover {
  font-weight: 900;
  transition: all 0.3s ease;
}
.midia-container .midia-bloco .topic-image {
  width: 50%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.midia-container .midia-bloco .topic-image a {
  width: 100%;
  height: 100%;
}
.midia-container .midia-bloco .topic-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.midia-container .midia-bloco .topic-image a svg {
  display: none;
}
.midia-container .midia-bloco .topic-image:hover a img {
  transition: all 0.3s ease;
  position: relative;
  filter: grayscale(100%) contrast(0.9) brightness(1.7);
}
.midia-container .midia-bloco .topic-image:hover a svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.midia-container .midia-bloco:last-of-type {
  border-bottom: 1px solid #464646;
}
.midia-container .midia-bloco:nth-last-of-type(2) {
  border-bottom: 1px solid #464646;
}
@media screen and (max-width: 1000px) {
  .midia-container {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .midia-container .midia-bloco {
    flex-direction: column;
  }
  .midia-container .midia-bloco .topic-content,
  .midia-container .midia-bloco .topic-image {
    width: 100%;
  }
  .midia-container .midia-bloco .topic-content {
    order: 2;
  }
  .midia-container .midia-bloco .topic-content h2,
  .midia-container .midia-bloco .topic-content p,
  .midia-container .midia-bloco .topic-content a {
    font-size: 14px;
  }
  .midia-container .midia-bloco .topic-content .btn-container {
    margin-top: 30px;
  }
  .midia-container .midia-bloco .topic-image {
    order: 1;
    max-height: 400px;
  }
}
.premios-grid {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}
.premios-grid .premio-hover-image {
  position: absolute;
  top: -13px;
  left: 7%;
  width: 240px;
  height: 150px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 10;
}
.premios-grid .premio-hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1237px) {
  .premios-grid .premio-hover-image {
    left: 5%;
  }
}
@media (max-width: 1110px) {
  .premios-grid .premio-hover-image {
    width: 150px;
    height: 100px;
  }
}
.premios-grid .premios-header {
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 14px 0;
  border-bottom: 1px solid #464646;
  font-family: 'Inter', sans-serif;
  color: #464646;
}
.premios-grid .premios-header .col-right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-left: 30px;
}
.premios-grid .premios-header div {
  font-weight: 900;
  font-size: 16px;
}
.premios-grid .premios-row {
  display: grid;
  grid-template-columns: 25% 75%;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #464646;
  font-weight: 300;
}
.premios-grid .premios-row a {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: #464646;
  font-size: 14px;
}
.premios-grid .premios-row .col-ano {
  font-weight: 900;
  font-family: 'Inter', sans-serif;
  color: #464646;
  padding-top: 13px;
}
.premios-grid .premios-row .col-right {
  padding: 13px 0 ;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border-bottom: 1px solid #CBCBCB;
  margin-left: 30px;
}
.premios-grid .premios-row.year-end {
  border-bottom: 1px solid #464646;
}
.premios-grid .premios-row.year-end .col-right {
  border-bottom: none;
  padding-bottom: 40px;
}
.premios-mobile {
  display: none;
}
/* MOBILE */
@media (max-width: 768px) {
  .premios-grid {
    display: none;
  }
  .premios-mobile {
    display: block;
  }
  .premios-mobile-carousel .slick-slide {
    margin: 0 10px;
  }
  .premios-mobile-carousel .premio-image {
    display: block;
  }
  .premios-mobile-carousel .premio-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
  }
  .premios-mobile-carousel .premio-info {
    margin-top: 16px;
    display: grid;
    row-gap: 25px;
  }
  .premios-mobile-carousel .ano {
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    color: #464646;
    font-size: 18px;
    border-bottom: 1px solid #464646;
    padding-bottom: 15px;
  }
  .premios-mobile-carousel .premio-row {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .premios-mobile-carousel .premio-label {
    font-weight: 900;
    font-size: 14px;
    color: #464646;
    font-family: 'Inter', sans-serif;
  }
  .premios-mobile-carousel .premio-value {
    font-size: 14px;
    line-height: 1.4;
    color: #464646;
    font-family: 'Inter', sans-serif;
  }
  .premios-mobile-carousel .slick-slide {
    margin: 0 10px;
  }
  .premios-mobile-carousel .slick-list {
    margin: 0 -10px;
  }
  .premios-mobile-carousel .publicacao-item,
  .premios-mobile-carousel .premio-info {
    min-width: 0;
  }
  .premios-mobile-carousel .premio-info p {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .premios-mobile-carousel .slick-slide {
    box-sizing: border-box;
  }
  .premios-mobile-carousel .premio-info > div {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .premios-mobile-carousel .slick-dots {
    bottom: -70px;
  }
  .premios-mobile-carousel .slick-dots li {
    margin: 0;
  }
}
.home .header__content,
.page-template-page-tempo .header__content,
.menu-open .header__content {
  background-color: transparent;
}
.home #logo-anchor,
.page-template-page-tempo #logo-anchor,
.menu-open #logo-anchor {
  color: white;
}
.home #logo-anchor svg,
.page-template-page-tempo #logo-anchor svg,
.menu-open #logo-anchor svg {
  fill: #ffffff;
}
.home #logo-anchor svg .cls-2,
.page-template-page-tempo #logo-anchor svg .cls-2,
.menu-open #logo-anchor svg .cls-2 {
  fill: #ffffff;
}
.home .home-content,
.page-template-page-tempo .home-content,
.menu-open .home-content {
  height: 100vh;
  overflow: hidden;
}
.home .home-content .slider-item,
.page-template-page-tempo .home-content .slider-item,
.menu-open .home-content .slider-item {
  height: 100vh;
}
.home .home-content .slick-slide,
.page-template-page-tempo .home-content .slick-slide,
.menu-open .home-content .slick-slide {
  border: none;
}
.home .home-content a,
.page-template-page-tempo .home-content a,
.menu-open .home-content a,
.home .home-content img,
.page-template-page-tempo .home-content img,
.menu-open .home-content img {
  height: 100vh;
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .home-content figure,
.page-template-page-tempo .home-content figure,
.menu-open .home-content figure {
  margin-bottom: 0;
}
.home .home-content figure,
.page-template-page-tempo .home-content figure,
.menu-open .home-content figure {
  position: relative;
}
.home .home-content figure figcaption,
.page-template-page-tempo .home-content figure figcaption,
.menu-open .home-content figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 13px 20px;
  margin: 0;
  background-color: #808080;
  color: white;
  display: flex;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.home .home-content figure h2,
.page-template-page-tempo .home-content figure h2,
.menu-open .home-content figure h2,
.home .home-content figure span,
.page-template-page-tempo .home-content figure span,
.menu-open .home-content figure span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.home .home-content figure:hover figcaption,
.page-template-page-tempo .home-content figure:hover figcaption,
.menu-open .home-content figure:hover figcaption {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 880px) {
  .home .home-content figure figcaption,
  .page-template-page-tempo .home-content figure figcaption,
  .menu-open .home-content figure figcaption {
    transform: translateY(0);
    opacity: 1;
  }
}
.home ul#main-menu li a,
.page-template-page-tempo ul#main-menu li a,
.menu-open ul#main-menu li a {
  color: white;
}
.home header .header-2,
.page-template-page-tempo header .header-2,
.menu-open header .header-2 {
  border-color: white;
}
.home ul#main-menu a:hover::before,
.page-template-page-tempo ul#main-menu a:hover::before,
.menu-open ul#main-menu a:hover::before {
  background-color: white;
}
.home .menu-open #mobile-menu-trigger span,
.page-template-page-tempo .menu-open #mobile-menu-trigger span,
.menu-open .menu-open #mobile-menu-trigger span {
  background-color: white;
}
.home #mobile-menu-trigger span,
.page-template-page-tempo #mobile-menu-trigger span,
.menu-open #mobile-menu-trigger span {
  background-color: white;
}
.home .trp-language-item-name,
.page-template-page-tempo .trp-language-item-name,
.menu-open .trp-language-item-name {
  color: white !important;
}
.home .header__content {
  background: linear-gradient(to bottom, rgba(46, 45, 45, 0.8), rgba(46, 45, 45, 0));
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  gap: 30px;
}
.project-list .project-list__item {
  width: calc((100% - 90px) / 4);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.project-list .project-list__item img {
  filter: grayscale(100%);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: filter 0.4s ease;
}
.project-list .project-list__item .project-list__item-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding-top: 6px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.project-list .project-list__item .project-list__item-description h2,
.project-list .project-list__item .project-list__item-description p {
  font-size: 16px;
  color: #000;
}
.project-list .project-list__item:hover img {
  filter: grayscale(0);
}
.project-list .project-list__item:hover .project-list__item-description {
  transform: translateY(0);
  opacity: 1;
}
.project-list.relacionados .project-list__item {
  width: 22.5%;
  margin-right: 2.5%;
  text-decoration: none;
}
@media screen and (max-width: 950px) {
  #resultado-posts.project-list .project-list__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 600px) {
  #resultado-posts.project-list {
    flex-direction: column;
  }
  #resultado-posts.project-list .project-list__item {
    width: 100%;
  }
  #resultado-posts.project-list .project-list__item .project-list__item-description {
    display: flex;
    opacity: 1;
    bottom: 30px;
  }
  #resultado-posts.project-list .project-list__item .project-list__item-description p {
    margin-bottom: 0;
  }
  #resultado-posts.project-list .project-list__item:hover .project-list__item-description {
    transform: unset;
    opacity: 1;
    bottom: 0;
  }
}
#single-projetos {
  position: relative;
}
#single-projetos .mobile-footer {
  display: none;
}
#single-projetos .title {
  font-weight: 800;
  text-transform: uppercase;
}
#single-projetos .wp-block-columns {
  margin-bottom: 30px;
  max-height: calc(100vh - 215px);
}
#single-projetos .wp-block-columns .wp-block-column {
  display: inline-flex;
  flex-direction: column;
}
#single-projetos .wp-block-columns .wp-block-column figure {
  height: calc(50% - 30px);
  max-height: 50vh;
  margin-bottom: 30px;
}
#single-projetos .wp-block-columns .wp-block-column figure:last-of-type {
  margin-bottom: 0;
  height: 50%;
}
#single-projetos .wp-block-columns .wp-block-column figure img {
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 215px);
  object-fit: cover;
}
#single-projetos .wp-block-columns .wp-block-column figure:only-of-type {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 215px);
  margin-bottom: 0;
}
#single-projetos .wp-block-columns .wp-block-column figure:only-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-projetos .wp-block-columns .wp-block-column:only-of-type figure {
  max-height: calc(100vh - 215px);
}
#single-projetos .especificidade-projeto {
  margin-bottom: 80px;
}
#single-projetos .especificidade-projeto p:last-of-type {
  margin-bottom: 0;
}
#single-projetos .download-projeto {
  margin-bottom: 70px;
}
#single-projetos .download-projeto svg {
  width: 18px;
}
#single-projetos .descricao-do-projeto p:not(:first-of-type) {
  display: none;
}
#single-projetos .descricao-do-projeto.is-open p {
  display: block;
}
#single-projetos .toggle-descricao {
  margin-top: -15px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #464646;
  line-height: 24px;
}
#single-projetos h3,
#single-projetos h2,
#single-projetos h4 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
#single-projetos .excerpt {
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #464646;
}
#single-projetos .next-project {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px 0;
  background-color: white;
}
@media screen and (max-width: 880px) {
  #single-projetos .columns-container {
    margin-bottom: 40px;
  }
  #single-projetos .wp-block-columns {
    margin-bottom: 15px;
    flex-wrap: unset !important;
    gap: 15px;
  }
  #single-projetos .wp-block-columns .wp-block-column figure {
    margin-bottom: 15px;
    height: calc(50% - 15px);
  }
  #single-projetos .next-project {
    display: none;
    bottom: 0;
  }
  #single-projetos .especificidade-projeto {
    margin-bottom: 20px;
  }
  #single-projetos .mobile-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #single-projetos .mobile-footer a {
    text-decoration: none;
  }
  #single-projetos .mobile-footer a img {
    max-height: 14px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 783px) {
  #single-projetos .wp-block-columns {
    max-height: unset;
  }
}
@media screen and (max-width: 880px) {
  #single-projetos ~ footer {
    display: none;
  }
}
#timeline-page {
  height: calc(100vh - 184px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #808080;
  padding-bottom: 20px;
}
#timeline-page .columns-container {
  position: relative;
}
#timeline-page .columns-container.without-height {
  flex: 0;
}
#timeline-page .year-group {
  display: flex;
  flex-direction: row;
}
#timeline-page .header-timeline {
  height: 45%;
  display: flex;
  align-items: end;
  margin-bottom: 15px;
}
#timeline-page .header-timeline h1 {
  color: white;
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 20px;
}
#timeline-page .header-timeline span {
  color: white;
  height: 1px;
  width: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 57%;
}
.timeline-year {
  cursor: pointer;
  font-weight: 300;
  color: #A2A2A2;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}
.timeline-control {
  padding-top: 50px;
}
.timeline-year.active {
  font-weight: 700;
}
.timeline-wrapper {
  position: relative;
}
.timeline-wrapper .timeline-scrubber {
  position: relative;
  /* 👈 container de referência */
  width: 100%;
  height: 24px;
}
.timeline-wrapper .timeline-scrubber .timeline-handle {
  position: absolute;
  top: -4px;
  left: 0;
  width: 77px;
  height: 10px;
  background: white;
  cursor: grab;
}
.timeline-wrapper .timeline-scrubber .line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: white;
}
.timeline-wrapper .timeline-track {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
  color: white;
}
.timeline-wrapper .timeline-track .year-major {
  color: white;
}
.projects-carousel {
  height: 100%;
}
.projects-carousel .slick-slider {
  height: 100%;
}
.projects-carousel .slick-slider .slick-list {
  height: 100%;
}
.projects-carousel .slick-slider .slick-track {
  display: flex;
  height: 100%;
}
.projects-carousel .slick-slider .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-height: 570px;
}
.projects-carousel .slick-slider .slick-track .slick-slide .timeline-year-slide {
  height: 40%;
  display: flex !important;
  align-items: flex-end;
  justify-content: end;
  margin-bottom: 15px;
}
.projects-carousel .slick-slider .slick-track .slick-slide .timeline-year-slide h2 {
  color: white;
  font-size: 21px;
  font-weight: 900;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card {
  width: 120px !important;
  height: 100%;
  display: grid !important;
  grid-template-rows: 40% 60%;
  /* 🔥 AQUI está a mágica */
  grid-gap: 30px;
  margin: 0 18px;
  cursor: pointer;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card .text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card .text h2,
.projects-carousel .slick-slider .slick-track .slick-slide .project-card .text p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-bottom: 0;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card .text h2 {
  color: white;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card .text p {
  color: #A2A2A2;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card .text .ver-mais {
  display: none;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal {
  width: 344px!important;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal .text {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal .text h2,
.projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal .text p {
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal .text .ver-mais {
  display: block;
}
.projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal .text .ver-mais a {
  display: block;
  text-decoration: underline;
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 16px;
  width: auto;
  height: auto;
}
.projects-carousel .slick-slider .slick-track .slick-slide:hover .project-card {
  position: relative;
}
.projects-carousel .slick-slider .slick-track .slick-slide:hover .project-card::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: white;
  display: block;
  bottom: 56.5%;
}
.projects-carousel .slick-slider .slick-track .slick-slide:hover .project-card::after .text {
  position: relative;
}
.projects-carousel .slick-slider .slick-track .slick-slide:hover .project-card::after .text h2,
.projects-carousel .slick-slider .slick-track .slick-slide:hover .project-card::after .text p {
  font-weight: 900;
}
.projects-carousel .slick-slider .slick-track .slick-slide:hover .project-card a img {
  filter: none;
}
.page-template-page-tempo .filter .search-form .search-field {
  color: white;
}
.page-template-page-tempo .filter .search-form .search-field::placeholder {
  color: white;
}
.page-template-page-tempo #filtro-categorias .blocos .bloco .selections .category {
  color: white;
}
.page-template-page-tempo #filtro-categorias .blocos .bloco ul.sibling {
  background-color: transparent;
}
.page-template-page-tempo #filtro-categorias .blocos .bloco ul.sibling li {
  color: white;
}
.page-template-page-tempo #filtro-categorias .blocos .bloco ul.sibling li a {
  color: white;
}
@media screen and (max-width: 880px) {
  #timeline-page {
    justify-content: center;
  }
  #timeline-page .projects-carousel .slick-slider .slick-track .slick-slide .project-card.horizontal {
    width: 75px !important;
  }
  #timeline-page .columns-container.without-height {
    flex: 0;
  }
  #timeline-page .columns-container .column-left {
    display: none;
  }
  #timeline-page .timeline-track {
    gap: 0px;
  }
  #timeline-page .timeline-wrapper .timeline-scrubber {
    height: 16px;
  }
  #timeline-page .timeline-wrapper .timeline-handle {
    width: 20px;
  }
  #timeline-page .timeline-wrapper .timeline-year {
    width: 1px;
    color: transparent;
    font-size: 1px;
  }
  #timeline-page .timeline-wrapper .timeline-year:has(.year-major) {
    font-size: 10px;
  }
}
.text-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 45px;
}
.text-box > .text-box__item__title {
  width: 30%;
}
.text-box > .text-box__item {
  width: 30%;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-color: #615e5e;
  border-width: 1px;
  border-style: solid;
  font-family: 'CircularStd';
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-color: transparent;
}
.text-box > .text-box__item > * {
  padding-right: 5px;
}
.text-box > .text-box__item > h4 {
  font-size: 9px;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: 'CircularStd';
}
.text-box > .text-box__item > a {
  display: flex;
  justify-content: space-between;
  padding-right: 0px;
  text-decoration: none;
}
.text-box > .text-box__item > a h4 {
  font-size: 9px;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: 'CircularStd';
}
.text-box > .text-box__item > a > div.arrow {
  margin-right: 9px;
}
.text-box > .text-box__item > a > div.arrow:before {
  content: "";
  width: 1px;
  height: 26px;
  background-color: #615e5e;
  display: block;
  position: absolute;
  top: 0;
  right: 29px;
}
.text-box > .text-box__item > a > div.arrow span {
  background-color: #615e5e;
  display: block;
  width: 10px;
  height: 1px;
  margin-left: 20px;
}
.text-box > .text-box__item > a > div.arrow .arrow-1 {
  transform: rotate(45deg);
}
.text-box > .text-box__item > a > div.arrow .arrow-2 {
  margin-top: 6px;
  transform: rotate(-45deg);
}
.text-box > .text-box__item .text-box__item__more > .text-box__item__more-button {
  position: absolute;
  box-sizing: border-box;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #615e5e;
  top: 0px;
  right: 0;
  height: 26px;
  width: 30px;
}
.text-box > .text-box__item .text-box__item__more > .text-box__item__more-button > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}
.text-box > .text-box__item .text-box__item__more > .text-box__item__more-button > div span {
  background-color: #615e5e;
  width: 15px;
  height: 1px;
}
.text-box > .text-box__item .text-box__item__more > .text-box__item__more-button > div span:nth-of-type(2n) {
  margin-top: -0.5px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.text-box > .text-box__item .text-box__item__more-text {
  display: none;
  margin-top: 15px;
  padding-left: 10px;
}
.text-box .text-box__item:last-of-type {
  border-bottom-color: #615e5e;
}
.text-box h4.active ~ .text-box__item__more-text {
  display: block;
}
.text-box h4.active ~ .text-box__item__more {
  height: 8px;
  display: block;
  border-bottom: 1px #615e5e solid;
}
.text-box h4.active ~ .text-box__item__more .text-box__item__more-button {
  border-bottom-width: 1px;
}
.text-box h4.active ~ .text-box__item__more .text-box__item__more-button div span:nth-of-type(2n) {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.text-box > .text-box__item .active.text-box__item__more ~ .text-box__item__more-text {
  display: block;
}
.text-box > .text-box__item .active.text-box__item__more {
  height: 8px;
  display: block;
  border-bottom: 1px #615e5e solid;
}
.text-box > .text-box__item .active.text-box__item__more .text-box__item__more-button {
  border-bottom-width: 1px;
}
.text-box > .text-box__item .active.text-box__item__more .text-box__item__more-button div span:nth-of-type(2n) {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.image-columns .text-box {
  margin-top: 30px;
}
@media screen and (min-width: 1700px) {
  .text-box > .text-box__item {
    width: 31%;
  }
  .text-box > .text-box__item__title {
    width: 31%;
  }
}
@media screen and (max-width: 1000px) {
  .text-box > .text-box__item__title {
    width: 45%;
  }
  .text-box > .text-box__item {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .text-box {
    width: 99%;
    margin: 0 auto 10px auto;
  }
  .text-box > .text-box__item__title {
    width: 99%;
  }
  .text-box > .text-box__item {
    width: 99%;
  }
}
.featherlight .featherlight-content {
  background-color: transparent !important;
}
.featherlight .featherlight-image {
  border: 1px solid black;
}
.featherlight .featherlight-close-icon {
  background: transparent !important;
}
.mwl .mwl__metadata {
  display: none;
}
.mwl .mwl__navigations {
  top: 90%;
}
.mwl .mwl__navigations .mwl__navigation__previous,
.mwl .mwl__navigations .mwl__navigation__next {
  padding: 2px 0;
  line-height: 12px;
}
.mwl .mwl__navigation__next svg,
.mwl .mwl__navigation__previous svg {
  width: 23px;
}
.wp-block-embed iframe {
  width: 100%;
}
.wp-block-video {
  margin: -74px 0 0 0;
}
@media screen and (max-width: 700px) {
  .wp-block-embed iframe {
    width: 100%;
    height: 220px;
  }
  .wp-block-video video {
    height: 30vh;
  }
}
figure,
.wp-block-image {
  margin-bottom: 20px;
}
figure figcaption,
.wp-block-image figcaption {
  width: 100%;
  font-size: 16px;
  text-align: right;
}
figure figcaption a,
.wp-block-image figcaption a {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.mwl__slider__image__thumbnail img {
  object-fit: contain;
}
.template-tc {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 150px;
  min-height: 60vh;
}
.template-tc .template-tc__header {
  position: relative;
  min-height: 150px;
  margin-bottom: 75px;
}
.template-tc .template-tc__header img {
  position: absolute;
  height: 150px;
  width: auto;
  margin-left: -10.5%;
}
.template-tc .template-tc__header .template-tc__title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  text-align: center;
}
.template-tc h1:nth-child(2) {
  margin-top: -203px;
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .template-tc {
    padding-top: 70px;
  }
  .template-tc .template-tc__header {
    min-height: 80px;
    margin-bottom: 30px;
  }
  .template-tc .template-tc__header img {
    height: 50px;
    margin-left: -12%;
  }
  .template-tc .template-tc__header .template-tc__title {
    min-height: 50px;
  }
  .template-tc h1:nth-child(2) {
    margin-top: -100px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #464646;
}
p,
a,
ul,
li {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
a {
  font-size: 16px;
  display: block;
  color: #464646;
}
p,
ul li {
  color: #464646;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
}
strong {
  font-weight: bold;
}
blockquote,
q {
  margin: 0px 8% 30px 8%;
  font-style: italic;
}
blockquote p:last-of-type,
q p:last-of-type {
  margin-bottom: 15px;
}
.block-title {
  margin-top: -200px;
  margin-bottom: 75px;
  display: flex;
  flex-direction: column;
}
.block-title h2 {
  margin-bottom: 0px;
}
.block-title h1 {
  margin-bottom: 0px !important;
  line-height: 85px;
  min-height: auto;
  text-transform: none;
}
.block-title h4 {
  line-height: 65px;
  margin-bottom: 0px !important;
  min-height: auto;
  text-transform: none;
}
.block-title .block-title__left {
  justify-content: flex-start;
}
.block-title .block-title__left h1 {
  text-align: left;
}
.block-title .block-title__center {
  justify-content: center;
}
.block-title .block-title__center div {
  text-align: center;
}
.block-title .block-title__center div * {
  color: inherit;
  word-wrap: break-word;
}
.block-title .block-title__right {
  justify-content: right;
}
.block-title .block-title__right h1 {
  text-align: right;
}
.block-title .block-title__description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.block-title .block-title__description p {
  max-width: 680px;
  text-align: right;
}
.block-title .block-title__description p:last-of-type {
  margin-bottom: 0px;
  max-width: 680px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .block-title {
    margin-top: -100px;
  }
  .block-title h1 {
    margin-top: -10px;
    line-height: 40px;
  }
}
.ex-bks {
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  gap: 30px;
  border-top: 1px solid #464646;
}
.ex-bks .col-left {
  width: 25%;
  font-size: 16px;
  color: #464646;
}
.ex-bks .col-left h3 {
  font-weight: 900;
}
.ex-bks .col-right {
  width: 75%;
}
.ex-bks .col-mobile {
  display: none;
}
.ex-bks .columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}
.ex-bks .column {
  font-size: 14px;
  color: #464646;
  white-space: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .ex-bks {
    display: flex;
    flex-direction: column;
  }
  .ex-bks .col-right {
    display: none;
  }
  .ex-bks .col-mobile {
    width: 100%;
    display: block;
  }
  .ex-bks .col-mobile .columns {
    display: flex;
    flex-direction: row;
  }
  .ex-bks .col-mobile .column {
    width: 50%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .ex-bks .col-mobile .column p {
    font-size: 12px;
  }
}
.gallery {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.gallery .gallery__destak {
  margin-bottom: 2px;
}
.gallery .gallery__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.gallery .gallery__items img {
  cursor: pointer;
  width: 148px;
  height: auto;
  margin-right: 2.3px;
  margin-bottom: 2px;
}
.gallery .gallery__items img:nth-of-type(6n) {
  margin-right: 0px;
}
@media screen and (max-width: 700px) {
  .gallery .gallery__items img {
    width: 94px;
    margin-right: 2px;
  }
  .gallery .gallery__items img:nth-of-type(4n) {
    margin-right: 0px;
  }
  .gallery .gallery__items img:nth-of-type(6n) {
    margin-right: 2px;
  }
}
#noticias.structure-container {
  padding-top: 170px;
}
.title-fixed {
  position: fixed;
  top: 115px;
  /* ajuste considerando seu header */
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  padding: 20px 0 ;
  margin: 0 20px;
}
.title-fixed h1,
.title-fixed h2 {
  font-family: 'Inter', sans-serif;
  color: #464646;
  font-weight: 900;
  text-transform: uppercase;
}
.title-fixed .column-right,
.title-fixed .column-left {
  padding: 20px 0 ;
  border-bottom: #464646 1px solid;
}
.agenda {
  margin-top: 20px;
}
.agenda .events-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.agenda .events-title.past {
  color: #CBCBCB;
}
.agenda .column-right {
  height: calc(100vh - 220px);
  /* viewport - altura do header fixo */
  overflow-y: auto;
  padding-right: 20px;
}
.events-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-bottom: 40px;
}
.events-list .event-text,
.events-list .event-date,
.events-list a {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #464646;
  font-weight: 300;
}
.events-list.past .event-text,
.events-list.past .event-date,
.events-list.past a {
  color: #CBCBCB;
}
.right-block-item {
  display: flex;
  gap: 60px;
  border-bottom: #464646 1px solid;
  margin-top: 20px;
  padding-bottom: 20px;
}
.right-block-item a {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #464646;
  font-weight: 300;
  text-decoration: none;
}
.right-block-item .item-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-block-item .item-left .title {
  font-weight: 900;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 15px;
}
.right-block-item .item-left .description,
.right-block-item .item-left .subtitle,
.right-block-item .item-left .link {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #464646;
  margin-bottom: 15px;
}
.right-block-item .item-left .link {
  text-decoration: underline;
  margin-top: 40px;
}
.right-block-item .item-right {
  width: 40%;
}
.right-block-item .item-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 880px) {
  #noticias.structure-container {
    padding-top: 120px;
  }
  .title-fixed {
    display: none;
  }
  .agenda {
    border-top: #464646 1px solid;
    border-bottom: #464646 1px solid;
    padding: 20px 0;
  }
  .agenda .column-right {
    height: auto;
    padding-right: 0;
  }
  .right-block-item {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  .right-block-item .item-left,
  .right-block-item .item-right {
    width: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
