@charset "UTF-8";
/* Exo - Variable Font */
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo/Exo-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo/Exo-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/* _base.scss */
* {
  font-family: "Exo", sans-serif;
  box-sizing: border-box;
}

body {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #0A172F;
  margin: 0;
  padding: 0;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.general-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 1440px) {
  .general-container {
    max-width: 1200px;
  }
}

.text-title {
  color: #FFFFFF;
  border-left: 5px solid #D89330;
  font-size: 20px;
  padding: 0px 0 0px 25px;
  margin: 25px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .text-title a {
    width: auto !important;
    justify-content: flex-end;
    display: flex;
  }
}

.text-title--live-now {
  color: #FFFFFF;
}
.text-title--live-now .text-title__live-label {
  color: #D89330;
}

.button-watch {
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  width: 200px;
  border-radius: 8px;
}
.button-watch p {
  color: #CB7204;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 100;
}

.bd-banner-button-live {
  width: 100%;
  height: 80px;
  background-image: url("../img/main_banner_yellow_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #513827;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bd-banner-button-live {
    height: auto;
    background-image: url("../img/main_banner_yellow_2_mobile.png");
    background-position: left;
  }
}
.bd-banner-button-live .bd-ct-img {
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}
.bd-banner-button-live .bd-ct-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bd-banner-button-live .bd-ct-img.left {
  left: -360px;
  margin-top: -17px;
}
.bd-banner-button-live .bd-ct-img.left img {
  height: 120px;
  object-position: right center;
}
.bd-banner-button-live .bd-ct-img.right {
  right: -358px;
}
.bd-banner-button-live .bd-ct-img.right img {
  object-position: left center;
  height: 200px;
  margin-top: -60px;
}
.bd-banner-button-live .content-live {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bd-banner-button-live .content-live {
    height: auto;
    justify-content: flex-end;
  }
}
.bd-banner-button-live .middle-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  height: 100%;
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
}
@media (max-width: 768px) {
  .bd-banner-button-live .middle-content {
    flex-direction: column;
    padding: 0 15px;
    -webkit-mask-image: none;
    background-color: transparent;
    height: auto;
    width: 70%;
  }
  .bd-banner-button-live .middle-content .text-live {
    order: initial;
    flex: unset;
    text-align: center;
    margin: 4px 0 8px;
    font-size: 14px;
  }
  .bd-banner-button-live .middle-content .text-live br {
    display: none;
  }
}
.bd-banner-button-live .content-live > img {
  flex-shrink: 0;
  height: auto;
  max-height: 48px;
  width: auto;
}
.bd-banner-button-live .text-live {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  margin: 0 40px;
}
.bd-banner-button-live a {
  text-decoration: none;
  flex-shrink: 0;
}
.bd-banner-button-live .button-watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #634B3A;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.bd-banner-button-live .button-watch:hover {
  opacity: 0.9;
}
.bd-banner-button-live .button-watch p {
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: inherit;
  padding: 0;
}
.bd-banner-button-live .button-watch img {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
  .general-container .content-live {
    max-width: 96%;
    gap: 12px;
    padding: 0 16px;
  }
  .general-container .text-live {
    font-size: 17px;
  }
  .general-container .button-watch {
    padding: 8px 16px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .general-container {
    min-height: auto;
    height: auto;
    padding: 12px 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .general-container .bd-ct-img {
    display: none;
  }
  .general-container .content-live {
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    min-height: auto;
    padding: 16px;
    border-radius: 8px;
  }
  .general-container .content-live > img {
    max-height: 40px;
    order: 0;
  }
  .general-container .text-live {
    width: 100%;
    font-size: 16px;
    padding: 0;
    order: 1;
  }
  .general-container .button-watch {
    width: 100%;
    justify-content: center;
    order: 2;
  }
  .general-container a {
    width: 100%;
  }
}
.bd-general-tv {
  width: 100%;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .bd-general-tv {
    height: max-content !important;
  }
}
.bd-general-tv .general-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  height: 100%;
}
@media (max-width: 1440px) {
  .bd-general-tv .general-container {
    justify-content: space-between;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .bd-general-tv .general-container {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }
}
.bd-general-tv .item-tv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bd-general-tv .item-tv {
    width: 100% !important;
  }
}
.bd-general-tv .item-tv div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
}
.bd-general-tv .item-tv div p {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .bd-general-tv .item-tv div p {
    font-size: 16px;
  }
}
.bd-general-tv .item-tv:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .bd-general-tv .item-tv:not(:last-child)::after {
    display: none;
  }
}
.bd-general-tv.tv-brown {
  background-color: #634B3A;
}
.bd-general-tv.tv-brown .item-tv div {
  background-color: #513827;
}
.bd-general-tv.tv-blue {
  background-color: #0A172F;
}
.bd-general-tv.tv-blue .item-tv div {
  background-color: #182942;
}
@media (max-width: 1340px) {
  .bd-general-tv {
    height: 100px;
  }
  .bd-general-tv .general-container {
    gap: 40px;
  }
  .bd-general-tv .item-tv div {
    display: flex;
    flex-direction: column;
  }
  .bd-general-tv .item-tv:not(:last-child)::after {
    right: -23.5px;
  }
}
@media (max-width: 1024px) {
  .bd-general-tv {
    height: 190px;
  }
  .bd-general-tv .general-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 40px;
  }
  .bd-general-tv .item-tv {
    width: calc(33.33% - 40px);
    text-align: center;
  }
  .bd-general-tv .item-tv:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .bd-general-tv .item-tv:nth-child(3)::after,
  .bd-general-tv .item-tv:nth-child(4)::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .bd-general-tv {
    height: 420px;
  }
  .bd-general-tv .general-container {
    gap: 10px;
  }
  .bd-general-tv .item-tv:nth-child(1)::after,
  .bd-general-tv .item-tv:nth-child(2)::after {
    display: none;
  }
  .bd-general-tv .tv-list .item-tv {
    padding: 5px;
    width: 100%;
  }
  .bd-general-tv .tv-list .item-tv:nth-child(4) {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) and (max-width: 768px) {
  .bd-general-tv .tv-list .item-tv:nth-child(4) div {
    padding: 12px 24px;
  }
}
@media (max-width: 576px) {
  .bd-general-tv .tv-list div {
    padding: 10px;
  }
}

.bd-canal-criador-banner {
  width: 100%;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo {
  background: linear-gradient(180deg, #dea552 0%, #D89330 50%, #CB7204 100%);
  background-size: cover;
  background-position: center;
  padding: 24px 0;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__promo-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__logo {
  flex-shrink: 0;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__logo img {
  width: 140px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__text {
  flex: 1;
  min-width: 200px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #CB7204;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__btn img {
  width: 20px;
  height: 20px;
}
.bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__btn:hover {
  background-color: #f0f0f0;
  color: #a35c03;
}
.bd-canal-criador-banner .bd-canal-criador-banner__channels {
  background-color: #634B3A;
  padding: 17px 34px;
}
.bd-canal-criador-banner .bd-canal-criador-banner__channels-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}
@media only screen and (max-width: 1024px) {
  .bd-canal-criador-banner .bd-canal-criador-banner__channels-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bd-canal-criador-banner .bd-canal-criador-banner__channels-inner .dot-separator:not(:last-child) {
  display: block;
}
.bd-canal-criador-banner .bd-canal-criador-banner__channel-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background-color: #513827;
  border-radius: 8px;
  font-size: 17px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 1440px) {
  .bd-canal-criador-banner .bd-canal-criador-banner__channel-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .bd-canal-criador-banner .bd-canal-criador-banner__channel-item {
    flex-direction: column;
    width: calc(33.33% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  .bd-canal-criador-banner .bd-canal-criador-banner__channel-item {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
  }
}
.bd-canal-criador-banner .bd-canal-criador-banner__channel-item img {
  width: 32px;
  height: auto;
  max-height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__promo-inner {
    flex-direction: column;
    text-align: center;
  }
  .bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bd-canal-criador-banner .bd-canal-criador-banner__promo {
    padding: 20px 0;
  }
  .bd-canal-criador-banner .bd-canal-criador-banner__promo .bd-canal-criador-banner__text {
    font-size: 16px;
  }
  .bd-canal-criador-banner .bd-canal-criador-banner__channel-item:not(:last-child)::after {
    display: none;
  }
}

.bd-next-auction {
  padding: 40px 0;
}
.bd-next-auction .all-cards {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
}
.bd-next-auction .all-cards .card {
  width: 300px;
  height: 472px;
  background-color: #0A172F;
  border-radius: 8px;
  margin: 10px;
}
.bd-next-auction .all-cards .card .hour-date-live {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.bd-next-auction .all-cards .card .hour-date-live div {
  display: flex;
  align-items: center;
}
.bd-next-auction .all-cards .card .hour-date-live div::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.bd-next-auction .all-cards .card .hour-date-live div:first-child::before {
  background-image: url("../img/clock.svg");
}
.bd-next-auction .all-cards .card .hour-date-live div:nth-child(2)::before {
  background-image: url("../img/calendar.svg");
}
.bd-next-auction .all-cards .card .hour-date-live p {
  height: 16px;
  color: #D89330;
  padding: 12px 0 7px 0;
  line-height: 1;
  font-weight: bold;
}
.bd-next-auction .all-cards .card .hour-date-live .live {
  color: #FFFFFF;
}
.bd-next-auction .all-cards .card .name-location {
  padding: 7px 15px;
}
.bd-next-auction .all-cards .card .name-location .name {
  color: #B6C0CC;
  font-size: 14px;
  padding: 6px 0;
}
.bd-next-auction .all-cards .card .name-location .location {
  font-weight: bold;
}
.bd-next-auction .all-cards .card .image-auction img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.bd-next-auction .all-cards .card .title {
  font-weight: bold;
  padding: 15px;
}
.bd-next-auction .all-cards .card .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 15px;
  padding: 7px;
  background-color: #D89330;
}
.bd-next-auction .all-cards .card .btn-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/arrow_white.svg") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}

.bd-news {
  width: 100%;
  background-color: #0A172F;
}
.bd-news .general-container {
  padding: 10px 10px 35px 10px;
}
.bd-news .general-container .all-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .bd-news .general-container .all-cards {
    justify-content: center;
  }
}
.bd-news .general-container .all-cards .card {
  margin: 10px 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .bd-news .general-container .all-cards .card {
    width: 100%;
  }
}
.bd-news .general-container .all-cards .card .card-image {
  width: 100%;
  height: 220px;
}
.bd-news .general-container .all-cards .card .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.bd-news .general-container .all-cards .card .cat-date-title .cat-date {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .bd-news .general-container .all-cards .card .cat-date-title .cat-date {
    font-size: 14px;
  }
}
.bd-news .general-container .all-cards .card .cat-date-title .cat-date a {
  border: 2px solid #D89330;
  color: #D89330;
  border-radius: 8px;
  padding: 6px 18px;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .bd-news .general-container .all-cards .card .cat-date-title .cat-date a {
    padding: 4px 14px;
  }
}
@media (max-width: 768px) {
  .bd-news .general-container .all-cards .card .cat-date-title .cat-date a {
    width: auto;
  }
}
.bd-news .general-container .all-cards .card .cat-date-title .cat-date p {
  color: #B6C0CC;
}
.bd-news .general-container .all-cards .card .cat-date-title .title p {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .bd-news .general-container .all-cards .card .cat-date-title .title p {
    font-size: 16px;
  }
}
.bd-news .general-container .all-cards .card .cat-date-title .title p:nth-child(2) {
  color: #B6C0CC;
  font-size: 14px;
  padding-top: 18px;
  -webkit-line-clamp: 2;
}

.bd-schedule {
  padding: 40px 0;
}
.bd-schedule .bd-schedule-swiper {
  position: relative;
}
.bd-schedule .bd-schedule-swiper .swiper-wrapper {
  height: 530px;
}
.bd-schedule .bd-schedule-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card {
  width: 300px;
  height: 472px;
  background-color: #0A172F;
  border-radius: 8px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live div {
  display: flex;
  align-items: center;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live div::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 16px;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live div:first-child::before {
  background-image: url("../img/calendar-gold.svg");
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live div:nth-child(2)::before {
  background-image: url("../img/clock.svg");
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live p {
  height: 16px;
  padding: 12px 0 7px;
  line-height: 1;
  font-weight: bold;
  color: #D89330;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .hour-date-live .live {
  color: #FFFFFF;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .name-location {
  padding: 7px 15px;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .name-location .name {
  color: #B6C0CC;
  font-size: 14px;
  padding: 6px 0;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .name-location .location {
  font-weight: bold;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .image-auction img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .title {
  font-weight: bold;
  padding: 15px;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  padding: 7px;
  border-radius: 8px;
  background-color: #D89330;
}
.bd-schedule .bd-schedule-swiper .swiper-slide .card .btn-link::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../img/arrow_white.svg") no-repeat center;
  background-size: contain;
}
.bd-schedule .bd-schedule-swiper .swiper-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bd-schedule .bd-schedule-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.bd-schedule .bd-schedule-swiper .swiper-pagination-bullet-active {
  width: 32px;
  height: 8px;
  background: #f5a623;
  border-radius: 20px;
  opacity: 1;
}

.global-share-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.global-share-buttons .share-buttons {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.global-share-buttons .share-buttons .share-buttons-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.global-share-buttons .share-buttons .share-label {
  font-size: 14px;
  color: #B6C0CC;
  margin-right: 4px;
}
.global-share-buttons .share-buttons .share-btn {
  width: 16%;
  height: 40px;
  background-color: #182942;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.global-share-buttons .share-buttons .share-btn.facebook {
  background-color: #1877F2;
}
.global-share-buttons .share-buttons .share-btn.twitter {
  background-color: #000000;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.global-share-buttons .share-buttons .share-btn.telegram {
  background-color: #0077B5;
}
.global-share-buttons .share-buttons .share-btn.whatsapp {
  background-color: #25D366;
}
.global-share-buttons .share-buttons .share-btn.linkedin {
  background-color: #0077B5;
}
.global-share-buttons .share-buttons .share-btn.email {
  background-color: #1877F2;
}
.global-share-buttons .share-buttons .share-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.global-share-buttons .share-buttons .share-btn:hover {
  background-color: #D89330;
}
.global-share-buttons .hero-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-share-buttons .hero-author .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.global-share-buttons .hero-author .author-name {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}

.agenda-swiper-prev.swiper-button-disabled,
.agenda-swiper-next.swiper-button-disabled {
  visibility: hidden;
}

@media (max-width: 768px) {
  footer .bd-instagram .general-container {
    padding: 12px 40px;
  }
}

.footer-newsletter {
  background-color: #0A172F;
  padding: 20px 0;
}
.footer-newsletter .footer-newsletter-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-newsletter .footer-newsletter-content .rd-row {
  position: unset !important;
  border: none !important;
}
@media (max-width: 768px) {
  .footer-newsletter .footer-newsletter-content {
    flex-direction: column;
  }
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .footer-newsletter .footer-newsletter-content .footer-newsletter-title {
    margin-right: 0;
    align-items: center;
  }
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-title span {
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-title span:nth-child(2) {
  color: #D89330;
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-form {
  flex: 1;
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset .bricks-form__field:nth-of-type(3), .footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset .bricks-form__field:nth-of-type(4),
.footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset .bricks-form__field:nth-of-type(3),
.footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset .bricks-form__field:nth-of-type(4) {
  width: calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;
}
.footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset .bricks-form__field input,
.footer-newsletter .footer-newsletter-content .footer-newsletter-form .bricks-form__fieldset .bricks-form__field input {
  border-radius: 80px !important;
}

.dot-separator {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .dot-separator {
    display: none !important;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home .bd-proximos-leiloes,
.home .bd-schedule,
.home .bd-instagram,
.home .bd-spotify {
  background-color: #000015;
}

.bd-instagram {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bd-instagram .text-title {
  margin-top: 0;
}

.bricks--column button {
  border-radius: 8px !important;
  height: 40px !important;
  color: #FFFFFF !important;
}
.bricks--column > div {
  background-color: #0A172F !important;
}

.bricks--component-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-newsletter-form .rd-now {
  position: relative !important;
  border: none !important;
}

.hd-header {
  position: relative;
}
.hd-header .hd-general {
  display: flex;
  flex-direction: column;
}
.hd-header .hd-general .hd-carousel {
  display: flex;
  flex-direction: row;
  height: 48px;
  overflow: hidden;
}
.hd-header .hd-general .hd-carousel .hd-highlight {
  width: 280px;
  height: 100%;
  background-color: #D89330;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hd-header .hd-general .hd-carousel .hd-highlight span {
  color: #0A172F;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hd-header .hd-general .hd-carousel .hd-items {
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 6px 8px;
  border-color: transparent transparent transparent #D89330;
  transform: rotate(0deg);
  margin-right: 6px;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper {
  height: 100%;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .swiper-wrapper {
  align-items: center;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .hd-leilao-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .hd-leilao-item:hover {
  opacity: 0.8;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .hd-leilao-item .hd-leilao-date {
  color: #FFFFFF;
  font-weight: 600;
  white-space: nowrap;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .hd-leilao-item .hd-leilao-separator {
  color: #FFFFFF;
  font-weight: 300;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .hd-leilao-item .hd-leilao-title {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.hd-header .hd-general .hd-carousel .hd-items .hd-leiloes-swiper .hd-leilao-item .hd-leilao-live {
  background-color: rgba(255, 82, 82, 0.2);
  color: #ff5252;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.hd-header .hd-general .hd-logo-search {
  height: 58px;
  margin: 26px 0;
  background-color: #0A172F;
}
.hd-header .hd-general .hd-logo-search .hd-logo-search-flex {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
}
.hd-header .hd-general .hd-logo-search .hd-logo img {
  width: 190px;
  height: auto;
}
.hd-header .hd-general .hd-logo-search .hd-search {
  display: flex;
  align-items: center;
  position: relative;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-toggle img {
  width: 24px;
  height: 24px;
  display: block;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box {
  display: none;
  align-items: center;
  gap: 0;
  margin-left: 12px;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box.is-open {
  display: flex;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-field {
  height: 40px;
  padding: 0 14px;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  min-width: 200px;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-field:focus {
  outline: none;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-submit {
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: rgba(255, 255, 255, 0.25);
  color: #0A172F;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.hd-header .hd-general .hd-logo-search .hd-search .hd-search-box .hd-search-submit:hover {
  background: rgba(255, 255, 255, 0.35);
}
.hd-header .hd-general .hd-items-link {
  background-color: #182942;
  position: relative;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle.is-open {
  position: fixed;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle .hd-menu-toggle-icon {
  width: 26px;
  height: 18px;
  position: relative;
  display: block;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle .hd-menu-toggle-icon span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease, bottom 0.2s ease;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle .hd-menu-toggle-icon span:nth-child(1) {
  top: 0;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle .hd-menu-toggle-icon span:nth-child(2) {
  top: 8px;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle .hd-menu-toggle-icon span:nth-child(3) {
  bottom: 0;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle.is-open .hd-menu-toggle-icon span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle.is-open .hd-menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}
.hd-header .hd-general .hd-items-link .hd-menu-toggle.is-open .hd-menu-toggle-icon span:nth-child(3) {
  bottom: 8px;
  transform: rotate(-45deg);
}
.hd-header .hd-general .hd-items-link .hd-menu-box {
  display: block;
}
.hd-header .hd-general .hd-items-link .hd-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  padding: 10px;
}
.hd-header .hd-general .hd-items-link .hd-menu li {
  position: relative;
  font-weight: 400;
  font-size: 20px;
}
.hd-header .hd-general .hd-items-link .hd-menu li.current-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  /*
  width: 6.5px;
  height: 6.5px;
  background-color: #fff;
  top: 50%;
  left: -17px;
  border-radius: 50%;
  transform: translate(50%, -50%);
  */
  width: 95%;
  height: 8px;
  background-color: #D89330;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 768px) {
  .hd-header .hd-general .hd-items-link {
    padding: 10px 0;
  }
  .hd-header .hd-general .hd-items-link .hd-menu-toggle {
    display: flex;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
  }
  .hd-header .hd-general .hd-items-link .hd-menu-toggle.is-open {
    top: 66px;
    right: 10px;
    left: auto;
  }
  .hd-header .hd-general .hd-items-link .hd-menu-box {
    position: fixed;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    height: 100vh;
  }
  .hd-header .hd-general .hd-items-link .hd-menu-box.is-open {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 100;
    background-color: #0A172F;
    top: 0;
    left: 0;
    padding: 42 24px;
    overflow: hidden;
  }
  .hd-header .hd-general .hd-items-link .hd-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    font-size: 18px;
    padding: 12px 0 8px;
  }
  .hd-header .hd-general .hd-items-link .hd-menu li {
    font-size: 18px;
  }
  .hd-header .hd-general .hd-items-link .hd-menu li.current-menu-item::before {
    height: 6px;
    bottom: -4px;
  }
}

#menu-footer {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #menu-footer {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  #menu-footer {
    gap: 24px;
  }
}
#menu-footer li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#menu-footer > li > a {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  padding-bottom: 6px;
  position: relative;
}
#menu-footer > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0A172F, #000015);
}
#menu-footer .sub-menu a {
  font-weight: 400;
}

.container-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .container-footer {
    flex-direction: column;
  }
}
.container-footer__container-menu {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .container-footer__container-menu {
    width: 100%;
  }
}
.container-footer__container-menu span {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  text-align: end;
}
@media (max-width: 768px) {
  .container-footer__container-menu span {
    position: unset;
  }
}

.container-redes-sociais {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 576px) {
  .container-redes-sociais {
    gap: 24px;
    justify-content: center;
  }
}
.container-redes-sociais__socials-icons {
  display: flex;
  gap: 32px;
}

.footer-newsletter-form button {
  border: none !important;
}
.footer-newsletter-form input {
  font-size: 16px !important;
  color: #182942 !important;
  padding: 0 16px !important;
}

.bd-main-banner-tv {
  width: 100%;
  background-image: url("../img/background_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 922px) {
  .bd-main-banner-tv {
    background-image: url("../img/background_2_tablet.png");
  }
  .bd-main-banner-tv .bd-general-banner .bd-text-button {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .bd-main-banner-tv {
    background-position: unset;
    background-image: url("../img/background_2_mobile.png");
  }
  .bd-main-banner-tv .bd-general-banner {
    align-items: flex-end !important;
    height: max-content !important;
  }
  .bd-main-banner-tv .bd-general-banner .bd-text-button {
    width: 70% !important;
  }
  .bd-main-banner-tv .bd-general-banner .bd-text-button .text-transmission p {
    font-size: 18px !important;
  }
  .bd-main-banner-tv .bd-general-banner .bd-text-button .button-watch {
    padding: 0px 16px;
  }
}
.bd-main-banner-tv .bd-general-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.bd-main-banner-tv .bd-general-banner .bd-logo {
  width: 50%;
}
.bd-main-banner-tv .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(958%) hue-rotate(343deg) brightness(94%) contrast(93%);
}
.bd-main-banner-tv .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-main-banner-tv .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 32px;
  font-weight: bold;
  margin: 18px 0;
  color: #513827;
}
.bd-main-banner-tv .bd-general-banner .button-watch {
  background-color: #513827;
}
.bd-main-banner-tv .bd-general-banner .button-watch p {
  color: #FFFFFF;
  font-weight: bold;
}
.bd-main-banner-tv .bd-general-banner .button-watch img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(245deg) brightness(100%) contrast(100%);
}
@media (max-width: 1340px) {
  .bd-main-banner-tv .bd-general-banner .bd-text-button .text-transmission p {
    font-size: 26px;
  }
}
@media (max-width: 922px) {
  .bd-main-banner-tv .bd-general-banner {
    flex-direction: column;
  }
  .bd-main-banner-tv .bd-general-banner .bd-text-button {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bd-main-banner-tv .bd-general-banner .bd-logo .bd-ct-img {
    height: 120px;
  }
  .bd-main-banner-tv .bd-general-banner .bd-logo .bd-ct-img img {
    height: 120px;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .bd-main-banner-tv .bd-general-banner .bd-text-button .text-transmission p {
    font-size: 22px;
  }
}

.bd-colunists {
  width: 100%;
  background-color: #182942;
  padding: 40px 0;
}
.bd-colunists .bd-colunists-container-swiper {
  position: relative;
  height: 130px;
}
.bd-colunists .bd-colunists-container-swiper .swiper-wrapper {
  height: auto;
}
.bd-colunists .bd-colunists-container-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.bd-colunists .bd-colunists-container-swiper .card {
  display: flex;
  align-items: center;
  width: 300px;
  height: 80px;
  background-color: #0A172F;
  border-radius: 8px;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .bd-colunists .bd-colunists-container-swiper .card {
    width: 100%;
  }
  .bd-colunists .bd-colunists-container-swiper .card a {
    width: auto !important;
  }
}
.bd-colunists .bd-colunists-container-swiper .card .colunist-img {
  width: 64px;
  height: 64px;
}
.bd-colunists .bd-colunists-container-swiper .card .colunist-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.bd-colunists .bd-colunists-container-swiper .card .name-socials {
  margin-left: 16px;
}
.bd-colunists .bd-colunists-container-swiper .card .name-socials p {
  font-size: 16px;
  font-weight: bold;
}
.bd-colunists .bd-colunists-container-swiper .card .name-socials div {
  display: flex;
  gap: 6px;
}
.bd-colunists .bd-colunists-container-swiper .card .name-socials div img {
  padding: 4px;
}
.bd-colunists .bd-colunists-container-swiper .swiper-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .bd-colunists .bd-colunists-container-swiper .swiper-pagination {
    margin-top: 10px;
  }
}
.bd-colunists .bd-colunists-container-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.bd-colunists .bd-colunists-container-swiper .swiper-pagination-bullet-active {
  width: 32px;
  height: 8px;
  background: #f5a623;
  border-radius: 20px;
  opacity: 1;
}

.bd-playlist-youtube {
  background-color: #0A172F;
  padding-bottom: 40px;
}

.bd-spotify {
  padding: 50px 0;
  background-color: #182942 !important;
}
@media (max-width: 768px) {
  .bd-spotify {
    overflow: hidden;
  }
}
.bd-spotify .bd-spotify-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #0A172F;
  border-radius: 12px;
  padding: 24px 40px;
}
.bd-spotify .bd-spotify-cta {
  flex-shrink: 0;
  max-width: 340px;
}
.bd-spotify .bd-spotify-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.bd-spotify .bd-spotify-icon {
  color: #D89330;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-spotify .bd-spotify-title {
  font-size: 20px;
  font-weight: 500;
  color: #D89330;
}
.bd-spotify .bd-spotify-headline {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  line-height: 1.3;
}
.bd-spotify .bd-spotify-headline .bd-spotify-headline-accent {
  color: #D89330;
  display: block;
  font-weight: 800;
}
.bd-spotify .bd-spotify-btn {
  display: inline-flex;
  align-items: center;
  height: 48px;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid #D89330;
  border-radius: 48px;
  background: transparent;
  color: #D89330;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  justify-content: center;
}
.bd-spotify .bd-spotify-btn:hover {
  background-color: #D89330;
  color: #0A172F;
  text-decoration: none;
}
.bd-spotify .bd-spotify-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-spotify .bd-spotify-episodes {
  flex: 1;
  min-width: 0;
  position: relative;
}
.bd-spotify .bd-spotify-podcast-swiper {
  overflow: hidden !important;
}
.bd-spotify .bd-spotify-podcast-swiper .swiper-wrapper {
  align-items: stretch;
}
.bd-spotify .bd-spotify-podcast-swiper .swiper-slide {
  height: auto;
}
.bd-spotify .bd-spotify-podcast-swiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .bd-spotify .bd-spotify-podcast-swiper .swiper-pagination {
    bottom: -15px;
  }
}
.bd-spotify .bd-spotify-podcast-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.bd-spotify .bd-spotify-podcast-swiper .swiper-pagination-bullet-active {
  background: #D89330;
  opacity: 1;
}
.bd-spotify .bd-spotify-card {
  background: #182942;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  width: 222px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 8px 8px 16px;
}
.bd-spotify .bd-spotify-card:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .bd-spotify .bd-spotify-card {
    width: 100%;
  }
}
.bd-spotify .bd-spotify-card-image {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #1a4d5c;
  height: 178px;
}
.bd-spotify .bd-spotify-card-image img,
.bd-spotify .bd-spotify-card-image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-spotify .bd-spotify-card-image-placeholder {
  background: linear-gradient(135deg, #1a4d5c 0%, #1e5c6e 100%);
}
.bd-spotify .bd-spotify-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  background-color: rgba(24, 41, 66, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
}
.bd-spotify .bd-spotify-card-info {
  margin: 22px 0 0;
  width: 100%;
  height: 80px;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bd-spotify .bd-spotify-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 3em;
}
.bd-spotify .bd-spotify-card-show {
  font-size: 17px;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 1024px) {
  .bd-spotify .bd-spotify-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .bd-spotify .bd-spotify-cta {
    max-width: none;
  }
  .bd-spotify .bd-spotify-brand {
    justify-content: center;
  }
  .bd-spotify .bd-spotify-headline .bd-spotify-headline-accent {
    display: inline;
  }
  .bd-spotify .bd-spotify-btn {
    margin: 0 auto;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .bd-spotify {
    padding: 32px 0;
  }
  .bd-spotify .bd-spotify-inner {
    padding: 28px 20px;
  }
  .bd-spotify .bd-spotify-headline {
    font-size: 18px;
  }
  .bd-spotify .bd-spotify-headline .bd-spotify-headline-accent {
    font-size: 22px;
  }
}

@media (max-width: 1320px) {
  .youtube-layout {
    width: 100% !important;
    padding: 0 20px !important;
  }
  .youtube-player {
    width: 65% !important;
  }
  .youtube-player iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/12 !important;
  }
  .youtube-playlist {
    width: 35% !important;
  }
}
@media (max-width: 1070px) {
  .youtube-layout {
    flex-direction: column !important;
  }
  .youtube-player {
    width: 100% !important;
  }
  .youtube-playlist {
    width: 100% !important;
    max-height: 500px !important;
  }
}
@media (max-width: 768px) {
  .youtube-video-wrapper {
    height: auto !important;
    padding: 10px !important;
  }
  .youtube-video img {
    width: 40% !important;
    height: 95px !important;
  }
  .youtube-video p {
    font-size: 15px !important;
  }
}
@media (max-width: 550px) {
  .youtube-video-wrapper {
    height: auto !important;
    padding: 10px !important;
  }
  .youtube-video img {
    width: 40% !important;
    height: 90px !important;
  }
  .youtube-video p {
    font-size: 13px !important;
  }
}
.youtube-layout {
  display: flex;
  gap: 20px;
  width: 1320px;
}
.youtube-layout .youtube-player {
  flex: 1;
  width: 867px;
}
.youtube-layout .youtube-player iframe {
  width: 867px;
  height: 488px;
  border-radius: 8px;
}
.youtube-layout .youtube-playlist {
  background-color: #0A172F;
  width: 413px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 450px;
  scrollbar-width: thin;
  scrollbar-color: #274164 transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
.youtube-layout .youtube-playlist::-webkit-scrollbar {
  height: 4px;
  width: 2px;
}
.youtube-layout .youtube-playlist::-webkit-scrollbar-track {
  background: transparent;
}
.youtube-layout .youtube-playlist::-webkit-scrollbar-thumb {
  background-color: #274164;
  border-radius: 10px;
}
.youtube-layout .youtube-playlist::-webkit-scrollbar-thumb:hover {
  background-color: #274164;
}
.youtube-layout .youtube-playlist .youtube-video-wrapper {
  width: 99%;
  height: 117px;
  padding: 10px 8;
}
.youtube-layout .youtube-playlist .youtube-video-wrapper .youtube-video {
  display: flex;
  height: 101px;
  gap: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.youtube-layout .youtube-playlist .youtube-video-wrapper .youtube-video img {
  width: 50%;
  height: 101px;
  object-fit: cover;
  border-radius: 8px;
}
.youtube-layout .youtube-playlist .youtube-video-wrapper .youtube-video .title {
  width: 50%;
}
.youtube-layout .youtube-playlist .youtube-video-wrapper .youtube-video p {
  font-family: exo, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.youtube-layout .youtube-playlist .youtube-video-wrapper:hover {
  background-color: #182942;
}

.instagram-container {
  margin: 0 50px;
}
.instagram-container .instagram-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C1B1B;
  border-radius: 16px 16px 0 0;
}
.instagram-container .instagram-header .instagram-container-profile {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-left .profile-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-left .profile-info {
  display: flex;
  flex-direction: column;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-left .profile-info .profile-name {
  font-size: 18px;
  font-weight: 700;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-left .profile-info .profile-user {
  font-size: 14px;
  color: #777;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-right {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 0 10px;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-right .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-right .stat .stat-number {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.instagram-container .instagram-header .instagram-container-profile .instagram-right .stat .stat-label {
  font-size: 14px;
  color: #B6C0CC;
}
.instagram-container .instagram-header .instagram-container-profile .container-button-subscribe button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0095F6;
  width: 141px;
  height: 48px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
  font-family: roboto;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
  padding: 0 24px;
}
.instagram-container #sb_instagram {
  padding: 0px !important;
  scrollbar-width: none;
}
.instagram-container #sb_instagram #sbi_images {
  padding: 0px !important;
}

@media (max-width: 800px) {
  .instagram-container {
    margin: 0px !important;
  }
  .instagram-container .instagram-header .instagram-container-profile {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
#sbi_mod_error {
  float: none !important;
}

.single-evento-content,
.single-evento-hero {
  padding: 40px 0 0;
  background-color: #0A172F;
}
.single-evento-content .featured-image,
.single-evento-hero .featured-image {
  width: 420px;
  min-width: 420px;
  height: 302px;
}
@media (max-width: 992px) {
  .single-evento-content .featured-image,
  .single-evento-hero .featured-image {
    width: 420px;
  }
}
@media (max-width: 520px) {
  .single-evento-content .featured-image,
  .single-evento-hero .featured-image {
    width: 90% !important;
    min-width: 90% !important;
  }
}
.single-evento-content .featured-image img,
.single-evento-hero .featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.single-evento .bd-schedule {
  background-color: #000015;
}

.single-evento-content .wrap-single-evento-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 992px) {
  .single-evento-content .wrap-single-evento-content {
    flex-direction: column;
  }
}
.single-evento-content .sidebar-related-eventos {
  width: 508px;
}
@media (max-width: 992px) {
  .single-evento-content .sidebar-related-eventos {
    width: 100%;
  }
}

.section-title {
  font-size: 20px;
  border: 0px solid #D89330;
  border-width: 0 0 0 4px;
  padding-left: 12px;
}

.bd-single-evento-hero {
  padding: 16px 24px;
  background-color: #000015;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 8px 0 0 #D89330;
  box-sizing: border-box;
  max-width: 1300px;
  margin-top: 40px;
}
.bd-single-evento-hero .hero-header {
  max-width: 100%;
}
.bd-single-evento-hero .hero-header .wrap-hero-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
@media (max-width: 830px) {
  .bd-single-evento-hero .hero-header .wrap-hero-header {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.bd-single-evento-hero .hero-header .wrap-hero-header > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 90%;
}
.bd-single-evento-hero .hero-header .wrap-hero-header > div.featured-image {
  max-width: 460px;
  border-radius: 12px;
  overflow: hidden;
}
.bd-single-evento-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #B6C0CC;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.bd-single-evento-hero .breadcrumb a {
  color: #B6C0CC;
  text-decoration: none;
  transition: color 0.3s ease;
}
.bd-single-evento-hero .breadcrumb a:hover {
  color: #D89330;
}
.bd-single-evento-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.4);
}
.bd-single-evento-hero .breadcrumb .current {
  color: #FFFFFF;
}
.bd-single-evento-hero .hero-top-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.bd-single-evento-hero .hero-top-row .hero-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-single-evento-hero .hero-top-row .category-badge {
  background-color: #CB7204;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
}
.bd-single-evento-hero .hero-top-row .badge-live {
  background-color: #FF4948;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  animation: pulse-live 2s infinite;
}
.bd-single-evento-hero .hero-title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 8px;
}
.bd-single-evento-hero .hero-excerpt {
  font-size: 16px;
  color: #B6C0CC;
  line-height: 1.6;
  margin: 0 0 20px;
}
.bd-single-evento-hero .hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.bd-single-evento-hero .hero-location img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1) opacity(0.7);
}
.bd-single-evento-hero .hero-location span {
  font-size: 14px;
  color: #B6C0CC;
  font-weight: 400;
}
.bd-single-evento-hero .hero-dates {
  display: flex;
  margin-top: auto;
}
.bd-single-evento-hero .hero-dates .date-card {
  background-color: #182942;
  border-radius: 10px;
  padding: 16px 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
}
.bd-single-evento-hero .hero-dates .date-card .date-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 50%;
}
.bd-single-evento-hero .hero-dates .date-card .date-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.bd-single-evento-hero .hero-dates .date-card .date-label.date-label-opening {
  color: #D89330;
}
.bd-single-evento-hero .hero-dates .date-card .date-label.date-label-closing {
  color: #FF4948;
}
.bd-single-evento-hero .hero-dates .date-card .date-value {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.bd-single-evento-hero .hero-dates .date-card .date-value:last-child {
  margin-bottom: 0;
}
.bd-single-evento-hero .hero-dates .date-card .date-value img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1) opacity(0.6);
}
.bd-single-evento-hero .hero-dates .date-card .date-value span {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 400;
}
.bd-single-evento-hero .hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.bd-single-evento-hero .hero-bottom .share-buttons {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-buttons-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-label {
  font-size: 14px;
  color: #B6C0CC;
  margin-right: 4px;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn {
  width: 16%;
  height: 40px;
  background-color: #182942;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn.facebook {
  background-color: #1877F2;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn.twitter {
  background-color: #000000;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn.telegram {
  background-color: #0077B5;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn.whatsapp {
  background-color: #25D366;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn.linkedin {
  background-color: #0077B5;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn.email {
  background-color: #1877F2;
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.bd-single-evento-hero .hero-bottom .share-buttons .share-btn:hover {
  background-color: #D89330;
}
.bd-single-evento-hero .hero-bottom .hero-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-single-evento-hero .hero-bottom .hero-author .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.bd-single-evento-hero .hero-bottom .hero-author .author-name {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (max-width: 768px) {
  .bd-single-evento-hero {
    padding: 24px 0 0;
  }
  .bd-single-evento-hero .hero-title {
    font-size: 28px;
  }
  .bd-single-evento-hero .hero-dates {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .bd-single-evento-hero .hero-dates .date-card {
    min-width: auto;
  }
  .bd-single-evento-hero .hero-bottom {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .bd-single-evento-hero .hero-title {
    font-size: 24px;
  }
}

.bd-single-leilao-live {
  padding: 8px 0 40px;
}
.bd-single-leilao-live__inner {
  max-width: 100%;
}
.bd-single-leilao-live__title {
  margin: 0 0 0px;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}
.bd-single-leilao-live__location {
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: 400;
  color: #B6C0CC;
}
.bd-single-leilao-live__video {
  position: relative;
  width: 100%;
  max-height: 470px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16/9;
}
.bd-single-leilao-live__video iframe {
  position: absolute;
  inset: 0;
  width: auto;
  height: 470px;
  border: 0;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.bd-single-leilao-live__video--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-single-leilao-live__fallback-link {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .bd-single-leilao-live {
    padding: 0 0 20px;
  }
  .bd-single-leilao-live .bd-single-leilao-live__title {
    font-size: 24px;
  }
}

.is-live .wrap-hero-header .featured-image {
  max-width: 310px !important;
}

.bd-single-leilao-footer {
  margin-top: 24px;
}
.bd-single-leilao-footer__catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #D89330;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bd-single-leilao-footer__catalog-btn .icon img {
  width: 18px;
  height: 18px;
}
.bd-single-leilao-footer__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background-color: #182942;
  border-radius: 12px;
  overflow: hidden;
}
.bd-single-leilao-footer .info-item {
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.bd-single-leilao-footer .info-item:last-child {
  border-right: none;
}
.bd-single-leilao-footer .info-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #D89330;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.bd-single-leilao-footer .info-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #FFFFFF;
}
.bd-single-leilao-footer .info-value img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1) opacity(0.8);
}
@media (max-width: 992px) {
  .bd-single-leilao-footer__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .bd-single-leilao-footer__info {
    grid-template-columns: 1fr;
  }
}

@keyframes pulse-live {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.bd-single-evento-content {
  padding: 40px 0 60px;
}
.bd-single-evento-content .article-content {
  max-width: 760px;
}
.bd-single-evento-content .featured-image {
  width: 508px;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.bd-single-evento-content .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.bd-single-evento-content .featured-image .image-caption {
  font-size: 13px;
  color: #B6C0CC;
  padding: 8px 0;
  font-style: italic;
}
.bd-single-evento-content .article-text {
  font-size: 16px;
  line-height: 1.8;
  color: #B6C0CC;
}
.bd-single-evento-content .article-text h2,
.bd-single-evento-content .article-text h3,
.bd-single-evento-content .article-text h4 {
  color: #FFFFFF;
  margin: 32px 0 16px;
  line-height: 1.3;
}
.bd-single-evento-content .article-text h2 {
  font-size: 24px;
  font-weight: 700;
}
.bd-single-evento-content .article-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.bd-single-evento-content .article-text p {
  margin: 0 0 16px;
}
.bd-single-evento-content .article-text ul,
.bd-single-evento-content .article-text ol {
  margin: 0 0 16px;
  padding-left: 24px;
  list-style: disc;
}
.bd-single-evento-content .article-text ul li,
.bd-single-evento-content .article-text ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.bd-single-evento-content .article-text ol {
  list-style: decimal;
}
.bd-single-evento-content .article-text a {
  color: #D89330;
  text-decoration: underline;
}
.bd-single-evento-content .article-text a:hover {
  color: #CB7204;
}
.bd-single-evento-content .article-text blockquote {
  border-left: 4px solid #D89330;
  padding: 16px 24px;
  margin: 24px 0;
  background-color: rgba(216, 147, 48, 0.05);
  font-style: italic;
  color: #FFFFFF;
}
.bd-single-evento-content .article-text img {
  border-radius: 8px;
  margin: 16px 0;
}
.bd-single-evento-content .article-share {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bd-single-evento-content .article-share .share-label {
  display: block;
  font-size: 14px;
  color: #B6C0CC;
  margin-bottom: 12px;
}
.bd-single-evento-content .article-share .share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-single-evento-content .article-share .share-buttons .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #182942;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.bd-single-evento-content .article-share .share-buttons .share-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-single-evento-content .article-share .share-buttons .share-btn:hover {
  text-decoration: none;
}
.bd-single-evento-content .article-share .share-buttons .share-btn.facebook:hover {
  background-color: #1877F2;
}
.bd-single-evento-content .article-share .share-buttons .share-btn.twitter:hover {
  background-color: #000000;
}
.bd-single-evento-content .article-share .share-buttons .share-btn.whatsapp:hover {
  background-color: #25D366;
}
.bd-single-evento-content .article-share .share-buttons .share-btn.linkedin:hover {
  background-color: #0077B5;
}
@media (max-width: 768px) {
  .bd-single-evento-content {
    padding: 24px 0 40px;
  }
}

.sidebar-related-eventos .related-card {
  background-color: #182942;
  border-radius: 8px;
  display: flex;
  padding: 16px;
  margin-bottom: 20px;
}
.sidebar-related-eventos .related-card .related-image {
  width: 200px;
  height: 136px;
  border-radius: 12px;
  overflow: hidden;
}
.sidebar-related-eventos .related-card .related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.sidebar-related-eventos .related-card .related-info {
  padding: 0px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sidebar-related-eventos .related-card .related-info .related-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
}
.sidebar-related-eventos .related-card .related-info .related-title a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  ellipsis: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sidebar-related-eventos .related-card .related-info .related-title a:hover {
  color: #D89330;
}
.sidebar-related-eventos .related-card .related-info .related-excerpt {
  font-size: 13px;
  color: #B6C0CC;
  line-height: 1.5;
  margin-bottom: 0px;
  flex: 1;
  ellipsis: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar-related-eventos .related-card .related-info .related-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #D89330;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.sidebar-related-eventos .related-card .related-info .related-link img {
  width: 14px;
  height: 14px;
}
.sidebar-related-eventos .related-card .related-info .related-link:hover {
  color: #CB7204;
}
.sidebar-related-eventos .related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.sidebar-related-eventos .related-card:hover .related-image img {
  transform: scale(1.05);
}

.bd-single-evento-agenda {
  background-color: #000015;
  padding: 40px 0 60px;
}
.bd-single-evento-agenda .agenda-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}
.bd-single-evento-agenda .agenda-head .text-title {
  margin-bottom: 0;
}
.bd-single-evento-agenda .agenda-swiper-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bd-single-evento-agenda .agenda-swiper-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bd-single-evento-agenda .agenda-swiper-nav button:hover {
  opacity: 0.8;
}
.bd-single-evento-agenda .agenda-swiper-nav button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.bd-single-evento-agenda .agenda-swiper-nav button img {
  width: 24px;
  height: 24px;
  display: block;
}
.bd-single-evento-agenda .agenda-swiper-nav button .arrow-prev {
  transform: scaleX(-1);
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .swiper-wrapper {
  align-items: stretch;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .swiper-slide {
  height: auto;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  background-color: #182942;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-header {
  padding: 16px 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-header .agenda-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #D89330;
  font-weight: 600;
  text-transform: uppercase;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-header .agenda-date::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("../img/calendar.svg") no-repeat center;
  background-size: contain;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-header .agenda-location {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 600;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-banner {
  flex: 1;
  min-height: 180px;
  overflow: hidden;
  background-color: #0A172F;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-banner img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-banner .agenda-banner-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #0A172F 0%, #132033 100%);
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-footer {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-footer .agenda-title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-footer .agenda-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #D89330;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  width: fit-content;
  transition: background-color 0.2s ease;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-footer .agenda-link img {
  width: 14px;
  height: 14px;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-footer .agenda-item:hover .agenda-link {
  background-color: #bc7d23;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .swiper-pagination {
  margin-top: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  transition: width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.bd-single-evento-agenda .bd-single-evento-agenda-swiper .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 20px;
  opacity: 1;
  background: #D89330;
}
.bd-single-evento-agenda .swiper-wrapper {
  height: auto;
}
@media (max-width: 576px) {
  .bd-single-evento-agenda .agenda-swiper-nav {
    width: 100%;
    justify-content: flex-end;
  }
  .bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-item {
    min-height: 340px;
  }
  .bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-banner {
    min-height: 160px;
  }
  .bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-banner img {
    min-height: 160px;
  }
  .bd-single-evento-agenda .bd-single-evento-agenda-swiper .agenda-card-banner .agenda-banner-placeholder {
    height: 160px;
  }
}

.bd-single-noticia-hero,
.bd-single-noticia-content {
  padding: 0 0 24px;
}
.bd-single-noticia-hero .hero-share-row,
.bd-single-noticia-content .hero-share-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.bd-single-noticia-hero .hero-share-row .share-label,
.bd-single-noticia-content .hero-share-row .share-label {
  font-size: 14px;
  color: #B6C0CC;
}
.bd-single-noticia-hero .hero-share-row .share-buttons,
.bd-single-noticia-content .hero-share-row .share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn {
  width: 15%;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn img,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn.facebook,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn.facebook {
  background-color: #1877F2;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn.x,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn.x {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn.telegram,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn.telegram {
  background-color: #0088cc;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn.whatsapp,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn.whatsapp {
  background-color: #25D366;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn.linkedin,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn.linkedin {
  background-color: #0A66C2;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn.email,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn.email {
  background-color: #1877F2;
}
.bd-single-noticia-hero .hero-share-row .share-buttons .share-btn:hover,
.bd-single-noticia-content .hero-share-row .share-buttons .share-btn:hover {
  opacity: 0.9;
}
.bd-single-noticia-hero .hero-title,
.bd-single-noticia-content .hero-title {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 6px;
}
.bd-single-noticia-hero .hero-excerpt p,
.bd-single-noticia-content .hero-excerpt p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0 0 20px;
}
.bd-single-noticia-hero .hero-author,
.bd-single-noticia-content .hero-author {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-single-noticia-hero .hero-author .author-avatar,
.bd-single-noticia-content .hero-author .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.bd-single-noticia-hero .hero-author .author-name,
.bd-single-noticia-content .hero-author .author-name {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
.bd-single-noticia-hero .hero-author .author-social-link,
.bd-single-noticia-content .hero-author .author-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.bd-single-noticia-hero .hero-author .author-social-link img,
.bd-single-noticia-content .hero-author .author-social-link img {
  width: 16px;
  height: 16px;
}
.bd-single-noticia-hero .hero-author .author-social-link:hover img,
.bd-single-noticia-content .hero-author .author-social-link:hover img {
  opacity: 1;
}
.bd-single-noticia-hero .hero-author .author-sep,
.bd-single-noticia-content .hero-author .author-sep {
  color: #B6C0CC;
  font-size: 14px;
}
.bd-single-noticia-hero .hero-author .date,
.bd-single-noticia-content .hero-author .date {
  font-size: 14px;
  color: #B6C0CC;
}
@media (max-width: 768px) {
  .bd-single-noticia-hero .hero-title,
  .bd-single-noticia-content .hero-title {
    font-size: 24px;
  }
  .bd-single-noticia-hero .hero-author,
  .bd-single-noticia-content .hero-author {
    flex-wrap: wrap;
  }
}

.single-post .swiper-slide .card {
  background-color: #000015 !important;
}

.bd-single-noticia-content {
  background-color: transparent;
  padding: 40px 0 60px;
}
.bd-single-noticia-content .content-layout {
  display: grid;
  grid-template-columns: 1fr 528px;
  gap: 40px;
}
.bd-single-noticia-content .column-main {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.bd-single-noticia-content .column-main .single-noticia-page-title {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-left: 5px solid #D89330;
  font-size: 20px;
  padding: 5px 0 5px 12px;
  margin: 0 0 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bd-single-noticia-content .column-main .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #B6C0CC;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.bd-single-noticia-content .column-main .breadcrumb a {
  color: #B6C0CC;
  text-decoration: none;
}
.bd-single-noticia-content .column-main .breadcrumb a:hover {
  color: #D89330;
}
.bd-single-noticia-content .column-main .breadcrumb span {
  color: rgba(255, 255, 255, 0.4);
}
.bd-single-noticia-content .column-main .breadcrumb .current {
  color: #FFFFFF;
}
.bd-single-noticia-content .article-content .featured-image,
.bd-single-noticia-content .article-content .wp-caption:nth-of-type(1).alignnone {
  width: 100%;
  margin-bottom: 40px;
  padding: 16px 16px 8px;
  box-sizing: border-box;
  background: #000015;
}
.bd-single-noticia-content .article-content .featured-image .wp-caption-text,
.bd-single-noticia-content .article-content .wp-caption:nth-of-type(1).alignnone .wp-caption-text {
  margin-bottom: 0px;
}
.bd-single-noticia-content .article-content .featured-image img,
.bd-single-noticia-content .article-content .wp-caption:nth-of-type(1).alignnone img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  margin: 0;
}
.bd-single-noticia-content .article-content .featured-image .image-caption,
.bd-single-noticia-content .article-content .wp-caption:nth-of-type(1).alignnone .image-caption {
  font-size: 13px;
  color: #B6C0CC;
  padding: 8px 0;
  font-style: italic;
  width: 100%;
  text-align: right;
}
.bd-single-noticia-content .article-content .article-text {
  font-size: 16px;
  line-height: 1.8;
  color: #B6C0CC;
}
.bd-single-noticia-content .article-content .article-text h2,
.bd-single-noticia-content .article-content .article-text h3,
.bd-single-noticia-content .article-content .article-text h4 {
  color: #FFFFFF;
  margin: 32px 0 16px;
}
.bd-single-noticia-content .article-content .article-text h2 {
  font-size: 24px;
  font-weight: 700;
}
.bd-single-noticia-content .article-content .article-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.bd-single-noticia-content .article-content .article-text p {
  margin: 0 0 16px;
}
.bd-single-noticia-content .article-content .article-text ul,
.bd-single-noticia-content .article-content .article-text ol {
  margin: 0 0 16px;
  padding-left: 24px;
  list-style: disc;
}
.bd-single-noticia-content .article-content .article-text ul li,
.bd-single-noticia-content .article-content .article-text ol li {
  margin-bottom: 8px;
}
.bd-single-noticia-content .article-content .article-text ol {
  list-style: decimal;
}
.bd-single-noticia-content .article-content .article-text a {
  color: #D89330;
}
.bd-single-noticia-content .article-content .article-text a:hover {
  color: #CB7204;
}
.bd-single-noticia-content .article-content .article-text blockquote {
  border-left: 4px solid #D89330;
  padding: 16px 24px;
  margin: 24px 0;
  background-color: rgba(216, 147, 48, 0.05);
  color: #FFFFFF;
}
.bd-single-noticia-content .article-content .article-text img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}
.bd-single-noticia-content .article-content .article-text figure,
.bd-single-noticia-content .article-content .article-text .wp-caption,
.bd-single-noticia-content .article-content .article-text .wp-block-image {
  max-width: 100%;
  margin: 16px 0;
}
.bd-single-noticia-content .article-content .article-text figcaption,
.bd-single-noticia-content .article-content .article-text .wp-caption-text,
.bd-single-noticia-content .article-content .article-text .wp-element-caption,
.bd-single-noticia-content .article-content .article-text .blocks-gallery-caption {
  font-size: 13px;
  color: #B6C0CC;
  padding: 8px 0;
  font-style: italic;
  width: 100%;
  text-align: right;
}
.bd-single-noticia-content .article-content .article-text iframe,
.bd-single-noticia-content .article-content .article-text video {
  max-width: 100%;
}
.bd-single-noticia-content .article-content .article-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bd-single-noticia-content .article-content .article-tags .tags-label {
  font-size: 14px;
  color: #B6C0CC;
}
.bd-single-noticia-content .article-content .article-tags .tag {
  background-color: #182942;
  color: #FFFFFF;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.bd-single-noticia-content .article-content .article-tags .tag:hover {
  background-color: #D89330;
}
.bd-single-noticia-content .article-content .article-share {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bd-single-noticia-content .article-content .article-share .share-label {
  display: block;
  font-size: 14px;
  color: #B6C0CC;
  margin-bottom: 12px;
}
.bd-single-noticia-content .article-content .article-share .share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #182942;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn:hover {
  text-decoration: none;
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn.facebook:hover {
  background-color: #1877F2;
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn.twitter:hover {
  background-color: #000000;
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn.whatsapp:hover {
  background-color: #25D366;
}
.bd-single-noticia-content .article-content .article-share .share-buttons .share-btn.linkedin:hover {
  background-color: #0077B5;
}
.bd-single-noticia-content .article-content .article-author-bio {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  padding: 24px;
  background-color: #182942;
  border-radius: 12px;
}
.bd-single-noticia-content .article-content .article-author-bio .author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-name {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px;
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-role {
  font-size: 14px;
  color: #D89330;
  margin: 0 0 8px;
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-description {
  font-size: 14px;
  color: #B6C0CC;
  line-height: 1.6;
  margin: 0 0 12px;
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-social {
  display: flex;
  gap: 8px;
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-social a {
  width: 32px;
  height: 32px;
  background-color: #0A172F;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-social a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-single-noticia-content .article-content .article-author-bio .author-info .author-social a:hover {
  background-color: #D89330;
}
.bd-single-noticia-content .sidebar .sidebar-card {
  margin-bottom: 24px;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes {
  background: linear-gradient(87.71deg, #D89330 24.04%, #CB7204 72.12%);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin-bottom: 64px;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-illustration {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-illustration .leiloes-illustration-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #CB7204;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-btn img {
  width: 24px;
  height: 24px;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
}
.bd-single-noticia-content .sidebar .sidebar-card-leiloes .leiloes-btn:hover img {
  filter: brightness(0) invert(1);
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .section-title-sidebar {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-left: 5px solid #D89330;
  font-size: 18px;
  padding: 5px 0 5px 12px;
  margin: 0 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-noticias-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-noticia-item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-noticia-item a {
  width: auto;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-noticia-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-thumb {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background-color: #0A172F;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-thumb img {
  object-fit: cover;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-thumb.ultimas-thumb-placeholder {
  background-color: #0A172F;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-info {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #CB7204;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-tag {
  display: flex;
  color: #CB7204;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  border: 1px solid #CB7204;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-date {
  display: block;
  font-size: 12px;
  color: #B6C0CC;
  margin-bottom: 4px;
  margin-left: 16px;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.35;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-info h4 a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-info h4 a:hover {
  color: #D89330;
}
.bd-single-noticia-content .sidebar .sidebar-card-ultimas .ultimas-excerpt {
  font-size: 12px;
  color: #B6C0CC;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .bd-single-noticia-content .content-layout {
    grid-template-columns: 1fr;
  }
}

.bd-related-news {
  background-color: #0A172F;
  padding: 40px 0 60px;
}
.bd-related-news .related-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.bd-related-news .related-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-related-news .related-card .related-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
.bd-related-news .related-card .related-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0A172F;
}
.bd-related-news .related-card .related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bd-related-news .related-card .related-image .related-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.bd-related-news .related-card .related-content {
  padding: 20px;
}
.bd-related-news .related-card .related-content .related-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.bd-related-news .related-card .related-content .category-pill {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #D89330;
  background-color: transparent;
  border: 1px solid #D89330;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.bd-related-news .related-card .related-content .category-pill:hover {
  background-color: rgba(216, 147, 48, 0.15);
  border-color: #CB7204;
  color: #FFFFFF;
}
.bd-related-news .related-card .related-content .category {
  color: #D89330;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.bd-related-news .related-card .related-content .category:hover {
  color: #CB7204;
}
.bd-related-news .related-card .related-content .date {
  font-size: 13px;
  color: #B6C0CC;
}
.bd-related-news .related-card .related-content .related-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}
.bd-related-news .related-card .related-content .related-title a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-related-news .related-card .related-content .related-title a:hover {
  color: #D89330;
}
.bd-related-news .related-card .related-content .related-excerpt {
  font-size: 14px;
  color: #B6C0CC;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-related-news .related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-related-news .related-card:hover .related-image img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .bd-related-news .related-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .bd-related-news .related-news-grid {
    grid-template-columns: 1fr;
  }
}

.player-live {
  background-color: #000015;
}
.player-live .general-container {
  display: flex;
  flex-direction: row;
}
.player-live .general-container .live-container {
  margin: 30px 0;
  width: 100%;
  max-height: 742px;
}
.player-live .general-container .live-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.player-live .general-container .partner-container__title {
  flex-shrink: 0;
  padding: 12px 16px 8px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.player-live .general-container .partner-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: flex-start;
  min-height: 0;
  margin: 30px 0 30px 30px;
  background-color: #182942;
  border-radius: 8px;
  padding: 0 8px 12px;
  width: 168px;
  height: auto;
  max-height: 742px;
}
.player-live .general-container .partner-container__swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.player-live .general-container .partner-container__logo {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  border: 8px solid white;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: white;
}
.player-live .general-container .partner-container__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.player-live .general-container .partner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: auto;
}
@media (min-width: 1025px) {
  .player-live .general-container .partner-swiper .swiper-slide {
    width: 100%;
    height: 105px;
  }
}

.page-template-page-aovivo .bd-schedule {
  background-color: #000015;
}

@media (max-width: 1024px) {
  .player-live .general-container {
    flex-direction: column;
  }
  .player-live .general-container .partner-container {
    align-self: stretch;
    width: 100%;
    max-height: none;
    margin: 0 0 30px 0;
    padding: 0 0 12px;
    border-radius: 0;
  }
  .player-live .general-container .partner-container__title {
    width: 100%;
    padding: 16px 16px 12px;
    text-align: center;
  }
  .player-live .general-container .partner-swiper {
    height: auto;
    min-height: 120px;
  }
  .player-live .general-container .partner-container__logo {
    width: 90px;
    height: 90px;
  }
  .player-live .general-container .partner-swiper .swiper-slide {
    width: 90px;
    height: auto;
  }
}
.bd-noticias-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bd-noticias-banner .bd-general-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.bd-noticias-banner .bd-general-banner .bd-logo {
  width: 40%;
}
.bd-noticias-banner .bd-general-banner .bd-logo .bd-ct-img {
  display: flex;
  justify-content: center;
}
.bd-noticias-banner .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
}
.bd-noticias-banner .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-noticias-banner .bd-general-banner .bd-text-button .text-transmission h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-noticias-banner .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 18px;
  font-weight: 400;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 922px) {
  .bd-noticias-banner .bd-general-banner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .bd-noticias-banner .bd-general-banner .bd-logo, .bd-noticias-banner .bd-general-banner .bd-text-button {
    width: 90%;
    text-align: center;
  }
  .bd-noticias-banner .bd-general-banner .bd-text-button .text-transmission h1 {
    font-size: 36px;
  }
  .bd-noticias-banner .bd-general-banner .bd-text-button .text-transmission p {
    font-size: 16px;
  }
}

.bd-noticias-featured {
  width: 100%;
  background-color: #0A172F;
  padding: 10px 0 0;
}
.bd-noticias-featured .featured-wrapper {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 40px;
  margin-top: 30px;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-image {
  width: 100%;
  height: 366px;
  overflow: hidden;
  border-radius: 8px;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content {
  margin-top: 8px;
  flex: 1;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-meta .category-link {
  color: #D89330;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #D89330;
  padding: 4px 16px;
  border-radius: 8px;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-meta .category-link:hover {
  color: #CB7204;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-meta .date {
  color: #B6C0CC;
  font-size: 14px;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-title a {
  color: #FFFFFF;
  text-decoration: none;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-title a:hover {
  color: #D89330;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .featured-excerpt {
  font-size: 14px;
  color: #B6C0CC;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D89330;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .read-more img {
  width: 16px;
  height: 16px;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large .featured-content .read-more:hover {
  color: #CB7204;
}
.bd-noticias-featured .featured-wrapper .featured-main .featured-card.large:hover .featured-image img {
  transform: scale(1.05);
}
.bd-noticias-featured .featured-wrapper .featured-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-image {
  width: 200px;
  height: 140px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content {
  flex: 1;
  border-bottom: 0.5px solid #D89330;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-meta .category-link {
  color: #D89330;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #D89330;
  padding: 4px 16px;
  border-radius: 8px;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-meta .date {
  color: #B6C0CC;
  font-size: 12px;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-title a {
  color: #FFFFFF;
  text-decoration: none;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-title a:hover {
  color: #D89330;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content .featured-excerpt {
  font-size: 14px;
  color: #B6C0CC;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 16px;
}
.bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .bd-noticias-featured .featured-wrapper {
    grid-template-columns: 1fr;
  }
  .bd-noticias-featured .featured-wrapper .featured-sidebar {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
@media (max-width: 576px) {
  .bd-noticias-featured .featured-wrapper .featured-sidebar {
    grid-template-columns: 1fr;
  }
}

.bd-noticias-filters {
  width: 100%;
  background-color: #0A172F;
  padding: 30px 0;
}
.bd-noticias-filters .filters-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.bd-noticias-filters .filters-wrapper .filter-categories {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.bd-noticias-filters .filters-wrapper .filter-categories .category-filter-btn {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #182942;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bd-noticias-filters .filters-wrapper .filter-categories .category-filter-btn:hover {
  border-color: #D89330;
  color: #D89330;
}
.bd-noticias-filters .filters-wrapper .filter-categories .category-filter-btn.active {
  background-color: #D89330;
  border-color: #D89330;
  color: #FFFFFF;
}
.bd-noticias-filters .filters-wrapper .filter-search {
  display: flex;
  gap: 8px;
}
.bd-noticias-filters .filters-wrapper .filter-search .search-input {
  background-color: #182942;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-size: 14px;
  min-width: 250px;
}
.bd-noticias-filters .filters-wrapper .filter-search .search-input::placeholder {
  color: #B6C0CC;
}
.bd-noticias-filters .filters-wrapper .filter-search .search-input:focus {
  outline: none;
  border-color: #D89330;
}
.bd-noticias-filters .filters-wrapper .filter-search .search-btn {
  background-color: #D89330;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bd-noticias-filters .filters-wrapper .filter-search .search-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.bd-noticias-filters .filters-wrapper .filter-search .search-btn:hover {
  background-color: #CB7204;
}
@media (max-width: 768px) {
  .bd-noticias-filters .filters-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .bd-noticias-filters .filters-wrapper .filter-categories {
    justify-content: center;
  }
  .bd-noticias-filters .filters-wrapper .filter-search {
    width: 100%;
  }
  .bd-noticias-filters .filters-wrapper .filter-search .search-input {
    flex: 1;
    min-width: auto;
  }
}

.bd-noticias-grid {
  width: 100%;
  padding: 0px 0;
}
.bd-noticias-grid .news-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 30px;
}
.bd-noticias-grid .news-container .news-featured-row {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}
.bd-noticias-grid .news-container .container-three {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 calc(65.3% - 40px);
  width: calc(65.3% - 40px);
  max-width: calc(65.3% - 40px);
  min-width: 0;
}
.bd-noticias-grid .news-container .news-card-four {
  flex: 1;
  min-width: 0;
}
.bd-noticias-grid .news-container .news-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-noticias-grid .news-container .news-card .news-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 4px;
}
.bd-noticias-grid .news-container .news-card .news-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.bd-noticias-grid .news-container .news-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bd-noticias-grid .news-container .news-card .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.bd-noticias-grid .news-container .news-card .news-content .news-meta .news-category {
  color: #D89330;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #D89330;
  padding: 4px 16px;
  border-radius: 8px;
  margin-top: 4px;
}
.bd-noticias-grid .news-container .news-card .news-content .news-meta .news-category:hover {
  color: #CB7204;
}
.bd-noticias-grid .news-container .news-card .news-content .news-meta .news-date {
  color: #B6C0CC;
  font-size: 13px;
}
.bd-noticias-grid .news-container .news-card .news-content .news-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 12px 0;
}
.bd-noticias-grid .news-container .news-card .news-content .news-title a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-noticias-grid .news-container .news-card .news-content .news-title a:hover {
  color: #D89330;
}
.bd-noticias-grid .news-container .news-card .news-content .news-excerpt {
  font-size: 14px;
  color: #B6C0CC;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-noticias-grid .news-container .news-card .news-content .news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D89330;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.bd-noticias-grid .news-container .news-card .news-content .news-read-more img {
  width: 14px;
  height: 14px;
}
.bd-noticias-grid .news-container .news-card .news-content .news-read-more:hover {
  color: #CB7204;
}
.bd-noticias-grid .news-container .news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-noticias-grid .news-container .news-card:hover .news-image img {
  transform: scale(1.05);
}
.bd-noticias-grid .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.bd-noticias-grid .pagination .page-link {
  background-color: #182942;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bd-noticias-grid .pagination .page-link:hover {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-noticias-grid .pagination .page-link.active {
  background-color: #D89330;
  border-color: #D89330;
}
@media (max-width: 1200px) {
  .bd-noticias-grid .news-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .bd-noticias-grid .news-container .news-featured-row {
    flex-direction: column;
  }
  .bd-noticias-grid .news-container .container-three {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
  .bd-noticias-grid .news-container .news-card-four {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bd-noticias-grid .news-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bd-noticias-grid .news-container .news-featured-row {
    flex-direction: column;
  }
  .bd-noticias-grid .news-container .container-three {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
  .bd-noticias-grid .news-container .news-card-four {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .bd-noticias-grid {
    padding: 40px 0;
  }
  .bd-noticias-grid .news-container {
    grid-template-columns: 1fr;
  }
}

.page-template-page-noticias .bd-noticias-grid {
  margin: 40px 0;
}
.page-template-page-noticias .container-three .news-card.news-card--featured {
  display: flex;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-image {
  width: 200px;
  height: 146px;
  border-radius: 8px;
  overflow: hidden;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-content {
  flex: 1;
  border-bottom: 1px solid #D89330;
  margin-left: 16px;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-content .news-category {
  border: 1px solid #D89330;
  color: #D89330;
  border-radius: 8px;
  padding: 4px 16px;
  font-weight: bold;
  margin: 0 4px 0 0;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-content .news-date {
  font-size: 14px;
  font-weight: 400;
  color: #B6C0CC;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-content .news-title {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.page-template-page-noticias .container-three .news-card.news-card--featured .news-content .news-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #B6C0CC;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.page-template-page-noticias .news-card.news-card-four .news-image {
  height: 336px;
}
.page-template-page-noticias .news-card.news-card-four .news-excerpt {
  -webkit-line-clamp: 3 !important;
}
@media (max-width: 768px) {
  .page-template-page-noticias .general-container a {
    width: auto !important;
  }
  .page-template-page-noticias .general-container .bd-canal-criador-banner--full {
    margin-top: 20px;
  }
  .page-template-page-noticias .bd-noticias-grid {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-wrapper .featured-main {
    width: 100%;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-wrapper .featured-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-image {
    width: 100%;
    height: 200px;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-wrapper .featured-sidebar .featured-card.small .featured-content {
    width: 100%;
    border-bottom: 1px solid #D89330;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-card.large {
    height: auto !important;
  }
  .page-template-page-noticias .bd-noticias-featured .featured-card.large .featured-image {
    height: auto !important;
  }
  .page-template-page-noticias .bd-noticias-grid .news-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-template-page-noticias .bd-noticias-grid .news-container .news-featured-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .page-template-page-noticias .bd-noticias-grid .news-container .container-three {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
    gap: 20px;
  }
  .page-template-page-noticias .container-three .news-card.news-card--featured {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-noticias .container-three .news-card.news-card--featured .news-image {
    width: 100%;
    height: 200px;
  }
  .page-template-page-noticias .container-three .news-card.news-card--featured .news-content {
    width: 100%;
    margin-left: 0;
  }
  .page-template-page-noticias .news-card.news-card-four {
    width: 100%;
  }
  .page-template-page-noticias .news-card.news-card-four .news-image {
    height: 200px;
  }
}

.bd-leiloes-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bd-leiloes-banner .bd-general-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.bd-leiloes-banner .bd-general-banner .bd-logo {
  width: 40%;
}
.bd-leiloes-banner .bd-general-banner .bd-logo .bd-ct-img {
  display: flex;
  justify-content: center;
}
.bd-leiloes-banner .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
}
.bd-leiloes-banner .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-leiloes-banner .bd-general-banner .bd-text-button .text-transmission h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-leiloes-banner .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 18px;
  font-weight: 400;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 922px) {
  .bd-leiloes-banner .bd-general-banner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .bd-leiloes-banner .bd-general-banner .bd-logo, .bd-leiloes-banner .bd-general-banner .bd-text-button {
    width: 90%;
    text-align: center;
  }
}

.bd-leiloes-filters {
  width: 100%;
  background-color: #0A172F;
  padding: 0;
}
.bd-leiloes-filters .filters-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px;
  background: #182942;
  border-radius: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .bd-leiloes-filters .filters-container {
    flex-direction: row;
    align-items: stretch;
  }
}
.bd-leiloes-filters .filters-container .filter-day {
  min-width: 110px;
  padding: 12.5px 24px;
  border-radius: 10px;
  border: 2px solid #182942;
  background-color: #000015;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
}
.bd-leiloes-filters .filters-container .filter-day .filter-day__date {
  font-weight: 700;
  font-size: 16px;
}
.bd-leiloes-filters .filters-container .filter-day .filter-day__label {
  opacity: 0.8;
  font-weight: 700;
  font-size: 14px;
}
.bd-leiloes-filters .filters-container .filter-day .filter-day__badge {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
}
.bd-leiloes-filters .filters-container .filter-day.is-today {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-leiloes-filters .filters-container .filter-day.has-leiloes:not(.is-today) {
  border-color: #FFFFFF;
  background-color: #274164;
}
.bd-leiloes-filters .filters-container .filter-day:not(.has-leiloes):not(.is-today) {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .bd-leiloes-filters .filters-container .filter-day {
    padding: 0;
  }
}
.bd-leiloes-filters .filters-container .filter-day--today {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.bd-leiloes-filters .filters-container .filter-day--today .filter-day__date {
  display: inline-block;
}
.bd-leiloes-filters .filters-container .filter-day--today .filter-day__label {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .bd-leiloes-filters .filters-container .filter-day--today {
    flex: 1;
    min-width: 0;
  }
}
@media only screen and (max-width: 576px) {
  .bd-leiloes-filters .filters-container .filter-day--today {
    gap: 5px;
    justify-content: center;
  }
}
.bd-leiloes-filters .filters-container .filter-week-select-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bd-leiloes-filters .filters-container .filter-week-select-mobile {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
  }
}
.bd-leiloes-filters .filters-container .filter-week-select-mobile .filter-week-select {
  width: 100%;
  min-height: 53px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #274164;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 44px 12px 18px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.bd-leiloes-filters .filters-container .filter-week-select-mobile__icon {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.bd-leiloes-filters .filters-container .filter-week-carousel {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .bd-leiloes-filters .filters-container .filter-week-carousel {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .bd-leiloes-filters .filters-container .filter-week-carousel {
    width: 100%;
  }
}
.bd-leiloes-filters .filters-container .filter-week-scroll {
  overflow: hidden;
}
.bd-leiloes-filters .filters-container .filter-group--weekdays {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .bd-leiloes-filters .filters-container .filter-group--weekdays {
    justify-content: center;
  }
}
.bd-leiloes-filters .filters-container .filter-week-nav {
  width: 32px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #182942;
  background-color: transparent;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media only screen and (max-width: 576px) {
  .bd-leiloes-filters .filters-container .filter-week-nav {
    width: 100px;
  }
}
.bd-leiloes-filters .filters-container .filter-week-nav img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(245deg) brightness(100%) contrast(100%);
}
.bd-leiloes-filters .filters-container .filter-week-nav--prev {
  transform: rotate(180deg);
}
.bd-leiloes-filters .filters-container .filter-week-nav:hover {
  border-color: #D89330;
  background-color: rgba(216, 147, 48, 0.1);
}

.bd-leiloes-grid {
  width: 100%;
  background-color: #0A172F;
  padding: 0 0 60px 0;
}
.bd-leiloes-grid .all-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 30px;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal {
  display: flex;
  height: 172px;
  flex-direction: row;
  background-color: #182942;
  padding: 16px;
  border-radius: 16px;
  margin-left: 160px;
  position: relative;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 4px;
  height: calc(100% + 24px);
  background-color: #182942;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal[data-weekday="0"]::before {
  top: -30px;
  height: calc(100% + 70px);
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .hour-date-live {
  position: absolute;
  top: 16px;
  left: -160px;
  width: 89px;
  height: 40px;
  display: flex;
  align-items: center;
  border-right: 6px solid #D89330;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .hour-date-live p {
  font-size: 20px;
  font-weight: 700;
  color: #D89330;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .image-auction {
  width: 187px;
  min-width: 187px;
  margin-right: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .image-auction img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .details-container {
  height: 140px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .metadata-container {
  display: flex;
  color: #B6C0CC;
  font-size: 14px;
  flex-wrap: wrap;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .metadata-container .separator {
  margin: 0 8px;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 8px;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .bd-proximos-leiloes-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto 0 0 0;
  padding: 12px;
  background-color: #D89330;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  width: 260px;
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .bd-proximos-leiloes-card__btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-leiloes-grid .all-cards .auction-card-horizontal .bd-proximos-leiloes-card__link:hover .bd-proximos-leiloes-card__btn {
  background-color: #CB7204;
}
.bd-leiloes-grid .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.bd-leiloes-grid .pagination .page-link {
  background-color: #182942;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bd-leiloes-grid .pagination .page-link:hover {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-leiloes-grid .pagination .page-link.active {
  background-color: #D89330;
  border-color: #D89330;
}
@media (max-width: 576px) {
  .bd-leiloes-grid {
    padding: 0 0 40px 0;
  }
  .bd-leiloes-grid .all-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal {
    margin-left: 0;
    padding: 12px;
    height: auto;
    min-height: 136px;
    align-items: flex-start;
    margin: 18px 0;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal::before {
    display: none;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal[data-weekday="0"]::before {
    display: none;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .hour-date-live {
    position: absolute;
    top: -34px;
    left: 0;
    width: auto;
    height: auto;
    border-right: 0;
    padding-left: 18px;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .hour-date-live::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #D89330;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .hour-date-live p {
    font-size: 15px;
    line-height: 1;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .image-auction {
    width: 110px;
    min-width: 110px;
    height: 110px;
    margin-right: 12px;
    border-radius: 10px;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .details-container {
    height: auto;
    min-height: 110px;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .metadata-container {
    font-size: 11px;
    line-height: 1.3;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .metadata-container .separator {
    margin: 0 4px;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .title {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 6px;
  }
  .bd-leiloes-grid .all-cards .auction-card-horizontal .bd-proximos-leiloes-card__btn {
    width: 100%;
    min-height: 32px;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 8px;
    margin-top: 10px;
  }
}

.bd-proximos-leiloes {
  width: 100%;
  background-color: #000015;
  padding: 40px 0 60px;
}
.bd-proximos-leiloes .bd-proximos-leiloes__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.bd-proximos-leiloes .bd-proximos-leiloes__title {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-left: 5px solid #D89330;
  font-size: 20px;
  padding: 0px 0 0px 12px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bd-proximos-leiloes .bd-proximos-leiloes__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.bd-proximos-leiloes .bd-proximos-leiloes__nav img {
  width: 18px;
  height: 15px;
}
.bd-proximos-leiloes .bd-proximos-leiloes__nav:hover {
  background-color: #D89330;
}
.bd-proximos-leiloes .bd-proximos-leiloes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bd-proximos-leiloes .bd-proximos-leiloes__empty {
  text-align: center;
  color: #B6C0CC;
  font-size: 16px;
  padding: 40px 0;
  margin: 0;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card {
  background-color: #182942;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 16px 8px;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__time,
.bd-proximos-leiloes .bd-proximos-leiloes-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #D89330;
  text-transform: uppercase;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__time img,
.bd-proximos-leiloes .bd-proximos-leiloes-card__date img {
  width: 14px;
  height: 14px;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__live {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: rgba(0, 180, 120, 0.35);
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__channel {
  padding: 0 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__channel-name,
.bd-proximos-leiloes .bd-proximos-leiloes-card__location {
  font-size: 13px;
  color: #B6C0CC;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__location {
  font-weight: 600;
  color: #FFFFFF;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__image {
  position: relative;
  width: 100%;
  min-height: 180px;
  background-color: #0A172F;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  padding: 16px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 16px 16px;
  padding: 12px;
  background-color: #D89330;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-proximos-leiloes .bd-proximos-leiloes-card__link:hover .bd-proximos-leiloes-card__btn {
  background-color: #CB7204;
}
@media (max-width: 1200px) {
  .bd-proximos-leiloes .bd-proximos-leiloes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bd-proximos-leiloes {
    padding: 32px 0 48px;
  }
  .bd-proximos-leiloes .bd-proximos-leiloes__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .bd-proximos-leiloes .bd-proximos-leiloes-card__title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .bd-proximos-leiloes .bd-proximos-leiloes__grid {
    grid-template-columns: 1fr;
  }
}

.single-leilao .catalog-btn {
  width: 100%;
  padding: 12px 0;
  background-color: #FFFFFF;
  color: #D89330;
  margin-top: 40px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-leilao .catalog-btn img {
  width: 18px;
  height: 22px;
  margin-right: 12px;
}
.single-leilao .info-label {
  font-size: 20px;
}
.single-leilao footer {
  background-color: #000015;
}

.bd-agenda-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bd-agenda-banner .bd-general-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.bd-agenda-banner .bd-general-banner .bd-logo {
  width: 40%;
}
.bd-agenda-banner .bd-general-banner .bd-logo .bd-ct-img {
  display: flex;
  justify-content: center;
}
.bd-agenda-banner .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
}
.bd-agenda-banner .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-agenda-banner .bd-general-banner .bd-text-button .text-transmission h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-agenda-banner .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 18px;
  font-weight: 400;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 922px) {
  .bd-agenda-banner .bd-general-banner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .bd-agenda-banner .bd-general-banner .bd-logo,
  .bd-agenda-banner .bd-general-banner .bd-text-button {
    width: 90%;
    text-align: center;
  }
}

.bd-agenda-filters {
  width: 100%;
  background-color: #0A172F;
  padding: 30px 0;
}
.bd-agenda-filters .filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bd-agenda-filters .filters-wrapper .calendar-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bd-agenda-filters .filters-wrapper .calendar-view .month-selector {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bd-agenda-filters .filters-wrapper .calendar-view .month-selector .month-nav {
  background-color: #182942;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bd-agenda-filters .filters-wrapper .calendar-view .month-selector .month-nav img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.bd-agenda-filters .filters-wrapper .calendar-view .month-selector .month-nav:hover {
  background-color: #D89330;
}
.bd-agenda-filters .filters-wrapper .calendar-view .month-selector .current-month {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
  text-align: center;
}
.bd-agenda-filters .filters-wrapper .calendar-view .view-toggle {
  display: flex;
  gap: 8px;
}
.bd-agenda-filters .filters-wrapper .calendar-view .view-toggle .view-btn {
  background-color: #182942;
  border: 2px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bd-agenda-filters .filters-wrapper .calendar-view .view-toggle .view-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.bd-agenda-filters .filters-wrapper .calendar-view .view-toggle .view-btn:hover {
  border-color: #D89330;
}
.bd-agenda-filters .filters-wrapper .calendar-view .view-toggle .view-btn.active {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-agenda-filters .filters-wrapper .filter-categories {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.bd-agenda-filters .filters-wrapper .filter-categories .category-btn {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #182942;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bd-agenda-filters .filters-wrapper .filter-categories .category-btn:hover {
  border-color: #D89330;
  color: #D89330;
}
.bd-agenda-filters .filters-wrapper .filter-categories .category-btn.active {
  background-color: #D89330;
  border-color: #D89330;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .bd-agenda-filters .filters-wrapper .calendar-view {
    flex-direction: column;
    gap: 16px;
  }
}

.bd-agenda-events {
  width: 100%;
  background-color: #000015;
  padding: 0 0 60px 0;
}
.bd-agenda-events .events-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.bd-agenda-events .events-container .event-card {
  background-color: #182942;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.bd-agenda-events .events-container .event-card .event-date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #D89330;
  color: #FFFFFF;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
}
.bd-agenda-events .events-container .event-card .event-date-badge .date-day {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.bd-agenda-events .events-container .event-card .event-date-badge .date-month {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
}
.bd-agenda-events .events-container .event-card .event-date-badge .event-live-badge {
  background-color: #FF4948;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  display: block;
  margin-top: 8px;
}
.bd-agenda-events .events-container .event-card .event-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.bd-agenda-events .events-container .event-card .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bd-agenda-events .events-container .event-card .event-content {
  padding: 20px;
}
.bd-agenda-events .events-container .event-card .event-content .event-category {
  margin-bottom: 12px;
}
.bd-agenda-events .events-container .event-card .event-content .event-category .category-badge {
  background-color: #CB7204;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
}
.bd-agenda-events .events-container .event-card .event-content .event-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 12px 0;
}
.bd-agenda-events .events-container .event-card .event-content .event-title a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-agenda-events .events-container .event-card .event-content .event-title a:hover {
  color: #D89330;
}
.bd-agenda-events .events-container .event-card .event-content .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #B6C0CC;
}
.bd-agenda-events .events-container .event-card .event-content .meta-item span {
  font-size: 14px;
}
.bd-agenda-events .events-container .event-card .event-content .meta-item img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1) opacity(0.6);
}
.bd-agenda-events .events-container .event-card .event-content .event-excerpt {
  font-size: 14px;
  color: #B6C0CC;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-agenda-events .events-container .event-card .event-content .event-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D89330;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.bd-agenda-events .events-container .event-card .event-content .event-link img {
  width: 14px;
  height: 14px;
}
.bd-agenda-events .events-container .event-card .event-content .event-link:hover {
  color: #CB7204;
}
.bd-agenda-events .events-container .event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-agenda-events .events-container .event-card:hover .event-image img {
  transform: scale(1.05);
}
.bd-agenda-events .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.bd-agenda-events .pagination .page-link {
  background-color: #182942;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bd-agenda-events .pagination .page-link:hover {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-agenda-events .pagination .page-link.active {
  background-color: #D89330;
  border-color: #D89330;
}
@media (max-width: 1200px) {
  .bd-agenda-events .events-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bd-agenda-events .events-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .bd-agenda-events {
    padding: 40px 0;
  }
  .bd-agenda-events .events-container {
    grid-template-columns: 1fr;
  }
}

.bd-agenda-events {
  width: 100%;
  background-color: #0A172F;
  padding: 0px 0 60px 0;
}
.bd-agenda-events .events-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.bd-agenda-events .events-container .event-card-horizontal {
  display: flex;
  height: 172px;
  flex-direction: row;
  background-color: #182942;
  padding: 16px;
  border-radius: 16px;
  margin-left: 280px;
  position: relative;
}
.bd-agenda-events .events-container .event-card-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 4px;
  height: calc(100% + 24px);
  background-color: #182942;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live {
  position: absolute;
  top: 16px;
  left: -261px;
  width: 225px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 8px;
  border-right: 6px solid #D89330;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item span {
  font-size: 14px;
  text-transform: uppercase;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item.date span {
  color: #D89330;
  font-weight: 700;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item.date img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(86%) saturate(330%) hue-rotate(348deg) brightness(95%) contrast(102%);
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item.location span {
  color: #FFFFFF;
  font-size: 12px;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item.location img {
  filter: brightness(0) invert(1);
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live .meta-item img {
  width: 18px;
  height: 18px;
}
.bd-agenda-events .events-container .event-card-horizontal .hour-date-live p {
  font-size: 20px;
  font-weight: 700;
  color: #D89330;
}
.bd-agenda-events .events-container .event-card-horizontal .event-image {
  width: 187px;
  min-width: 187px;
  margin-right: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.bd-agenda-events .events-container .event-card-horizontal .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-agenda-events .events-container .event-card-horizontal .details-container {
  height: 140px;
  display: flex;
  flex-direction: column;
}
.bd-agenda-events .events-container .event-card-horizontal .details-container .event-excerpt {
  color: #B6C0CC;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bd-agenda-events .events-container .event-card-horizontal .metadata-container {
  display: flex;
  color: #B6C0CC;
}
.bd-agenda-events .events-container .event-card-horizontal .metadata-container .separator {
  margin: 0 16px;
}
.bd-agenda-events .events-container .event-card-horizontal .title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
.bd-agenda-events .events-container .event-card-horizontal .bd-proximos-leiloes-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto 0 0 0;
  padding: 12px;
  background-color: #D89330;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  width: 260px;
}
.bd-agenda-events .events-container .event-card-horizontal .bd-proximos-leiloes-card__btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-agenda-events .events-container .event-card-horizontal .bd-proximos-leiloes-card__link:hover .bd-proximos-leiloes-card__btn {
  background-color: #CB7204;
}
.bd-agenda-events .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.bd-agenda-events .pagination .page-link {
  background-color: #182942;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bd-agenda-events .pagination .page-link:hover {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-agenda-events .pagination .page-link.active {
  background-color: #D89330;
  border-color: #D89330;
}
@media (max-width: 1200px) {
  .bd-agenda-events .all-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bd-agenda-events .all-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .bd-agenda-events {
    padding: 40px 0;
  }
  .bd-agenda-events .all-cards {
    grid-template-columns: 1fr;
  }
}

.bd-colunistas-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bd-colunistas-banner .bd-general-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.bd-colunistas-banner .bd-general-banner .bd-logo {
  width: 40%;
}
.bd-colunistas-banner .bd-general-banner .bd-logo .bd-ct-img {
  display: flex;
  justify-content: center;
}
.bd-colunistas-banner .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
}
.bd-colunistas-banner .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-colunistas-banner .bd-general-banner .bd-text-button .text-transmission h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-colunistas-banner .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 18px;
  font-weight: 400;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 922px) {
  .bd-colunistas-banner .bd-general-banner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .bd-colunistas-banner .bd-general-banner .bd-logo, .bd-colunistas-banner .bd-general-banner .bd-text-button {
    width: 90%;
    text-align: center;
  }
}

.bd-colunistas-filters {
  width: 100%;
  background-color: #0A172F;
  padding: 30px 0;
}
.bd-colunistas-filters .filters-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.bd-colunistas-filters .filters-wrapper .filter-categories {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bd-colunistas-filters .filters-wrapper .filter-categories .specialty-btn {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #182942;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bd-colunistas-filters .filters-wrapper .filter-categories .specialty-btn:hover {
  border-color: #D89330;
  color: #D89330;
}
.bd-colunistas-filters .filters-wrapper .filter-categories .specialty-btn.active {
  background-color: #D89330;
  border-color: #D89330;
  color: #FFFFFF;
}
.bd-colunistas-filters .filters-wrapper .filter-search {
  display: flex;
  gap: 8px;
}
.bd-colunistas-filters .filters-wrapper .filter-search .search-input {
  background-color: #182942;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-size: 14px;
  min-width: 250px;
}
.bd-colunistas-filters .filters-wrapper .filter-search .search-input::placeholder {
  color: #B6C0CC;
}
.bd-colunistas-filters .filters-wrapper .filter-search .search-input:focus {
  outline: none;
  border-color: #D89330;
}
.bd-colunistas-filters .filters-wrapper .filter-search .search-btn {
  background-color: #D89330;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
}
.bd-colunistas-filters .filters-wrapper .filter-search .search-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.bd-colunistas-filters .filters-wrapper .filter-search .search-btn:hover {
  background-color: #CB7204;
}
@media (max-width: 768px) {
  .bd-colunistas-filters .filters-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .bd-colunistas-filters .filters-wrapper .filter-categories {
    justify-content: center;
  }
  .bd-colunistas-filters .filters-wrapper .filter-search {
    width: 100%;
  }
  .bd-colunistas-filters .filters-wrapper .filter-search .search-input {
    flex: 1;
    min-width: auto;
  }
}

.bd-colunistas-grid {
  width: 100%;
  background-color: #0A172F;
  padding: 0px 0 80px;
}
.bd-colunistas-grid .bd-colunists-container-swiper .swiper-wrapper {
  align-items: stretch;
  height: auto;
  padding-bottom: 40px;
}
.bd-colunistas-grid .bd-colunists-container-swiper .swiper-slide {
  display: flex;
  justify-content: stretch;
}
.bd-colunistas-grid .bd-colunists-container-swiper .swiper-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.bd-colunistas-grid .bd-colunists-container-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.bd-colunistas-grid .bd-colunists-container-swiper .swiper-pagination-bullet-active {
  width: 32px;
  height: 8px;
  background: #f5a623;
  border-radius: 20px;
  opacity: 1;
}
.bd-colunistas-grid .colunists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.bd-colunistas-grid .colunists-container .colunist-card {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 24px;
}
@media (max-width: 768px) {
  .bd-colunistas-grid .colunists-container .colunist-card {
    flex-direction: column;
    padding: 8px;
    align-items: center;
  }
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-image {
  width: 136px;
  height: 136px;
  min-width: 136px;
  min-height: 136px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0A172F;
  border: 3px solid #FFFFFF;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content {
  margin-left: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .bd-colunistas-grid .colunists-container .colunist-card .colunist-content {
    margin-left: 0;
  }
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-name a {
  color: #FFFFFF;
  text-decoration: none;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-name a:hover {
  color: #D89330;
}
@media (max-width: 768px) {
  .bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-name {
    margin-top: 16px;
  }
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-specialty {
  color: #D89330;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-bio {
  font-size: 14px;
  color: #B6C0CC;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF;
  background-color: #D89330;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 80px;
}
@media (max-width: 768px) {
  .bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-btn {
    padding: 12px;
  }
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-btn img {
  margin-left: 8px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-stats {
  margin-bottom: 16px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #B6C0CC;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-stats .stat-item img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1) opacity(0.6);
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-social {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-social .social-link {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-social .social-link img {
  width: 16px;
  height: 16px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .colunist-social .social-link:hover {
  background-color: #FFFFFF;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .btn-view-profile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D89330;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  justify-content: center;
  padding: 12px;
  background-color: transparent;
  border: 2px solid #D89330;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .btn-view-profile img {
  width: 14px;
  height: 14px;
}
.bd-colunistas-grid .colunists-container .colunist-card .colunist-content .btn-view-profile:hover {
  background-color: #D89330;
  color: #FFFFFF;
}
.bd-colunistas-grid .colunists-container .colunist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-colunistas-grid .colunists-container .colunist-card:hover .colunist-image img {
  transform: scale(1.05);
}
.bd-colunistas-grid .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.bd-colunistas-grid .pagination .page-link {
  background-color: #182942;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bd-colunistas-grid .pagination .page-link:hover {
  background-color: #D89330;
  border-color: #D89330;
}
.bd-colunistas-grid .pagination .page-link.active {
  background-color: #D89330;
  border-color: #D89330;
}
@media (max-width: 1200px) {
  .bd-colunistas-grid .colunists-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bd-colunistas-grid .colunists-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .bd-colunistas-grid {
    padding: 0px 0 40px;
  }
  .bd-colunistas-grid .colunists-container {
    grid-template-columns: 1fr;
  }
}

body.single-colunista,
body.search {
  background-color: #000015;
}
body.single-colunista .hd-header,
body.search .hd-header {
  background-color: #0A172F;
}

.bd-colunista-postagens-page {
  width: 100%;
  background-color: #0A172F;
  padding: 32px 0 80px;
}
.bd-colunista-postagens-page .bd-colunista-postagens-breadcrumb {
  font-size: 14px;
  color: #B6C0CC;
  margin-bottom: 24px;
}
.bd-colunista-postagens-page .bd-colunista-postagens-breadcrumb a {
  color: #B6C0CC;
  text-decoration: none;
}
.bd-colunista-postagens-page .bd-colunista-postagens-breadcrumb a:hover {
  color: #D89330;
}
.bd-colunista-postagens-page .bd-colunista-postagens-breadcrumb .sep {
  margin: 0 8px;
  opacity: 0.6;
}
.bd-colunista-postagens-page .bd-colunista-postagens-breadcrumb .current {
  color: #FFFFFF;
}
.bd-colunista-postagens-page .text-title {
  margin-top: 0;
}
.bd-colunista-postagens-page .bd-colunista-postagens-profile {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 32px;
  margin-bottom: 40px;
  background-color: rgba(24, 41, 66, 0.6);
  border-radius: 12px;
  border-left: 4px solid #D89330;
  box-shadow: inset 0 0 0 1px rgba(216, 147, 48, 0.25);
}
@media (max-width: 768px) {
  .bd-colunista-postagens-page .bd-colunista-postagens-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }
}
.bd-colunista-postagens-page .bd-colunista-postagens-profile__photo {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFFFFF;
}
.bd-colunista-postagens-page .bd-colunista-postagens-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd-colunista-postagens-page .bd-colunista-postagens-profile__name {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}
.bd-colunista-postagens-page .bd-colunista-postagens-profile__bio {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #B6C0CC;
}
.bd-colunista-postagens-page .bd-colunista-postagens-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bd-colunista-postagens-page .bd-colunista-postagens-item:first-child {
  padding-top: 0;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item--empty {
  border-bottom: none;
  padding: 24px 0;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item--empty p {
  margin: 0;
  color: #B6C0CC;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .bd-colunista-postagens-page .bd-colunista-postagens-item {
    flex-direction: column;
    gap: 16px;
  }
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__thumb {
  display: block;
  width: 200px;
  min-width: 200px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
}
@media (max-width: 768px) {
  .bd-colunista-postagens-page .bd-colunista-postagens-item__thumb {
    width: 100%;
    min-width: 0;
  }
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__cat {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #D89330;
  border: 1px solid #D89330;
  border-radius: 4px;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__date {
  font-size: 13px;
  color: #B6C0CC;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__title a {
  color: #FFFFFF;
  text-decoration: none;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__title a:hover {
  color: #D89330;
}
.bd-colunista-postagens-page .bd-colunista-postagens-item__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #B6C0CC;
}
.bd-colunista-postagens-page .bd-colunista-postagens-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.bd-colunista-postagens-page .bd-colunista-postagens-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 10px 14px;
  background-color: #182942;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.bd-colunista-postagens-page .bd-colunista-postagens-pagination .page-numbers:hover, .bd-colunista-postagens-page .bd-colunista-postagens-pagination .page-numbers.current {
  background-color: #D89330;
  border-color: #D89330;
}

.single-colunista .cc-main,
.search .cc-main {
  background-color: #000015;
  padding-top: 40px;
}
.single-colunista .cc-main .text-title,
.search .cc-main .text-title {
  margin: 0 0 40px;
}
.single-colunista .bd-search-page,
.search .bd-search-page {
  padding-bottom: 48px;
}
.single-colunista .bd-search-page__summary,
.search .bd-search-page__summary {
  margin: -24px 0 32px;
  font-size: 15px;
  color: #B6C0CC;
}
.single-colunista .bd-search-page__empty,
.search .bd-search-page__empty {
  color: #FFFFFF;
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.single-colunista .hero-content .profile-container,
.search .hero-content .profile-container {
  display: flex;
  width: 100%;
  gap: 32px;
  padding: 24px;
  margin-bottom: 40px;
  border-left: 8px solid #D89330;
  background-color: #0A172F;
}
.single-colunista .hero-content .profile-container .colunist-image,
.search .hero-content .profile-container .colunist-image {
  width: 136px;
  height: 136px;
  min-width: 136px;
  min-height: 136px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0A172F;
  border: 3px solid #FFFFFF;
}
.single-colunista .hero-content .profile-container .colunist-image img,
.search .hero-content .profile-container .colunist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.single-colunista .hero-content .profile-container .profile-name,
.search .hero-content .profile-container .profile-name {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 8px;
}
.single-colunista .hero-content .profile-container .colunist-bio,
.search .hero-content .profile-container .colunist-bio {
  font-size: 14px;
  font-weight: 400;
  color: #B6C0CC;
}
.single-colunista .article-card,
.search .article-card {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.single-colunista .article-image,
.search .article-image {
  width: 200px;
  height: 146px;
  border-radius: 8px;
  overflow: hidden;
}
.single-colunista .article-image img,
.search .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-colunista .article-content,
.search .article-content {
  flex: 1;
  border-bottom: 1px solid #D89330;
}
.single-colunista .article-content .article-category,
.search .article-content .article-category {
  border: 1px solid #D89330;
  color: #D89330;
  border-radius: 8px;
  padding: 6px 18px;
  font-weight: bold;
  margin-right: 20px;
}
.single-colunista .article-content .article-date,
.search .article-content .article-date {
  font-size: 14px;
  font-weight: 400;
  color: #B6C0CC;
}
.single-colunista .article-content .article-title,
.search .article-content .article-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.single-colunista .article-content .colunist-name,
.search .article-content .colunist-name {
  font-weight: 400;
  color: #B6C0CC;
}
.single-colunista .article-content .article-excerpt,
.search .article-content .article-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #B6C0CC;
}
.single-colunista .pagination,
.search .pagination {
  padding: 0 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-colunista .pagination .page-numbers,
.search .pagination .page-numbers {
  display: block;
  background: #FFFFFF;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 8px;
}
.single-colunista .pagination .page-numbers.current,
.search .pagination .page-numbers.current {
  width: 32px;
  background: #D89330;
}
.single-colunista .pagination .page-numbers.next, .single-colunista .pagination .page-numbers.prev,
.search .pagination .page-numbers.next,
.search .pagination .page-numbers.prev {
  display: none;
}
.single-colunista .bd-related-news,
.search .bd-related-news {
  background-color: #000015;
}
.single-colunista .bd-proximos-leiloes,
.search .bd-proximos-leiloes {
  background-color: #0A172F;
}

.author:not(.single-colunista) .bd-author-archive-simple {
  padding: 40px 0 60px;
  background-color: #000015;
}
.author:not(.single-colunista) .bd-author-archive-simple__header {
  margin-bottom: 32px;
}
.author:not(.single-colunista) .bd-author-archive-simple__title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.author:not(.single-colunista) .bd-author-archive-simple__bio {
  font-size: 15px;
  line-height: 1.6;
  color: #B6C0CC;
  margin: 0;
}
.author:not(.single-colunista) .bd-author-archive-simple__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.author:not(.single-colunista) .bd-author-archive-simple__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.author:not(.single-colunista) .bd-author-archive-simple__item a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
}
.author:not(.single-colunista) .bd-author-archive-simple__item a:hover {
  color: #D89330;
}
.author:not(.single-colunista) .bd-author-archive-simple__date {
  font-size: 13px;
  color: #B6C0CC;
}
.author:not(.single-colunista) .bd-author-archive-simple__pagination {
  margin-top: 32px;
}
.author:not(.single-colunista) .bd-author-archive-simple__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 0 10px;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  text-decoration: none;
}
.author:not(.single-colunista) .bd-author-archive-simple__pagination .page-numbers.current {
  background-color: #D89330;
  border-color: #D89330;
}
.author:not(.single-colunista) .cc-main {
  background-color: #000015;
  padding-top: 40px;
}

.bd-historia-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bd-historia-banner .bd-general-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.bd-historia-banner .bd-general-banner .bd-logo {
  width: 40%;
}
.bd-historia-banner .bd-general-banner .bd-logo .bd-ct-img {
  display: flex;
  justify-content: center;
}
.bd-historia-banner .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
}
.bd-historia-banner .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-historia-banner .bd-general-banner .bd-text-button .text-transmission h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-historia-banner .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 18px;
  font-weight: 400;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 922px) {
  .bd-historia-banner .bd-general-banner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .bd-historia-banner .bd-general-banner .bd-logo,
  .bd-historia-banner .bd-general-banner .bd-text-button {
    width: 90%;
    text-align: center;
  }
}

.bd-historia-about {
  width: 100%;
  background-color: #0A172F;
  padding: 0;
}
.bd-historia-about .about-layout {
  align-items: center;
}
.bd-historia-about .about-layout .about-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.bd-historia-about .about-layout .about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.bd-historia-about .about-layout .about-content {
  margin-top: 16px;
}
.bd-historia-about .about-layout .about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.bd-historia-about .about-layout .about-content p {
  font-size: 16px;
  color: #B6C0CC;
  line-height: 1.8;
  margin-bottom: 20px;
}
.bd-historia-about .about-layout .about-content .about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.bd-historia-about .about-layout .about-content .about-stats .stat-box {
  background-color: #182942;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
}
.bd-historia-about .about-layout .about-content .about-stats .stat-box .stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #D89330;
  margin-bottom: 8px;
}
.bd-historia-about .about-layout .about-content .about-stats .stat-box .stat-label {
  display: block;
  font-size: 14px;
  color: #B6C0CC;
}
@media (max-width: 992px) {
  .bd-historia-about .about-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .bd-historia-about .about-layout .about-content .about-stats {
    grid-template-columns: 1fr;
  }
}

.bd-historia-timeline {
  width: 100%;
  background-color: #182942;
  padding: 80px 0;
}
.bd-historia-timeline .timeline-container {
  max-width: 800px;
  margin: 40px auto 0;
  position: relative;
}
.bd-historia-timeline .timeline-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #D89330;
  transform: translateX(-50%);
}
.bd-historia-timeline .timeline-container .timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}
.bd-historia-timeline .timeline-container .timeline-item:nth-child(even) .timeline-year {
  order: 2;
  text-align: left;
}
.bd-historia-timeline .timeline-container .timeline-item:nth-child(even) .timeline-content {
  order: 1;
  text-align: right;
}
.bd-historia-timeline .timeline-container .timeline-item .timeline-year {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 32px;
  font-weight: 700;
  color: #D89330;
  position: relative;
}
.bd-historia-timeline .timeline-container .timeline-item .timeline-year::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 16px;
  height: 16px;
  background-color: #D89330;
  border-radius: 50%;
  border: 4px solid #182942;
}
.bd-historia-timeline .timeline-container .timeline-item .timeline-content {
  background-color: #0A172F;
  padding: 24px;
  border-radius: 12px;
}
.bd-historia-timeline .timeline-container .timeline-item .timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}
.bd-historia-timeline .timeline-container .timeline-item .timeline-content p {
  font-size: 15px;
  color: #B6C0CC;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .bd-historia-timeline {
    padding: 60px 0;
  }
  .bd-historia-timeline .timeline-container::before {
    left: 20px;
  }
  .bd-historia-timeline .timeline-container .timeline-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 60px;
  }
  .bd-historia-timeline .timeline-container .timeline-item:nth-child(even) .timeline-year,
  .bd-historia-timeline .timeline-container .timeline-item:nth-child(even) .timeline-content {
    order: initial;
    text-align: left;
  }
  .bd-historia-timeline .timeline-container .timeline-item .timeline-year {
    justify-content: flex-start;
    font-size: 24px;
  }
  .bd-historia-timeline .timeline-container .timeline-item .timeline-year::after {
    left: -56px;
    right: auto;
  }
}

.bd-historia-values {
  width: 100%;
  background-color: #000015;
  padding: 80px 0;
}
.bd-historia-values .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.bd-historia-values .values-grid .value-card {
  background-color: #182942;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-historia-values .values-grid .value-card .value-icon {
  width: 64px;
  height: 64px;
  background-color: #D89330;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.bd-historia-values .values-grid .value-card .value-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
.bd-historia-values .values-grid .value-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}
.bd-historia-values .values-grid .value-card p {
  font-size: 14px;
  color: #B6C0CC;
  line-height: 1.6;
  margin: 0;
}
.bd-historia-values .values-grid .value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .bd-historia-values {
    padding: 60px 0;
  }
  .bd-historia-values .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .bd-historia-values .values-grid {
    grid-template-columns: 1fr;
  }
}

.bd-historia-team {
  width: 100%;
  background-color: #0A172F;
  padding: 20px 0 40px;
}
.bd-historia-team .general-container {
  border-top: 2px solid #182942;
  padding-top: 15px;
}
.bd-historia-team .team-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.bd-historia-team .team-intro p {
  font-size: 16px;
  color: #B6C0CC;
  line-height: 1.8;
}
.bd-historia-team .team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.bd-historia-team .team-grid .team-member {
  grid-column: span 2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.bd-historia-team .team-grid .team-member .member-image {
  width: 136px;
  min-width: 136px;
  height: 136px;
  overflow: hidden;
  background-color: #000015;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}
.bd-historia-team .team-grid .team-member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bd-historia-team .team-grid .team-member .member-info {
  margin-left: 24px;
}
.bd-historia-team .team-grid .team-member .member-info .member-name {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-historia-team .team-grid .team-member .member-info .member-role {
  font-weight: 400;
  font-size: 16px;
}
.bd-historia-team .team-grid .team-member .member-info .member-description {
  font-size: 13px;
  color: #B6C0CC;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
.bd-historia-team .team-grid .team-member .member-info .member-social {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.bd-historia-team .team-grid .team-member .member-info .member-social a {
  width: 32px;
  height: 32px;
  background-color: #000015;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.bd-historia-team .team-grid .team-member .member-info .member-social a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-historia-team .team-grid .team-member .member-info .member-social a:hover {
  background-color: #D89330;
}
.bd-historia-team .team-grid .team-member .btn-view-profile {
  width: 100%;
  min-width: 250px;
  background-color: #D89330;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.bd-historia-team .team-grid .team-member .btn-view-profile img {
  width: 16px;
  height: 16px;
}
.bd-historia-team .team-grid .team-member:last-child:nth-child(3n+2),
.bd-historia-team .team-grid .team-member:nth-last-child(2):nth-child(3n+1) {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .bd-historia-team .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bd-historia-team .team-grid .team-member,
  .bd-historia-team .team-grid .team-member:last-child:nth-child(3n+2),
  .bd-historia-team .team-grid .team-member:nth-last-child(2):nth-child(3n+1) {
    grid-column: span 1;
  }
}
@media (max-width: 576px) {
  .bd-historia-team {
    padding: 40px 0;
  }
  .bd-historia-team .team-grid {
    grid-template-columns: 1fr;
  }
  .bd-historia-team .team-member {
    flex-direction: column;
    align-items: flex-start;
  }
  .bd-historia-team .team-member .member-info {
    margin-left: 0;
    margin-top: 16px;
  }
}

.bd-contato-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bd-contato-banner .bd-general-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.bd-contato-banner .bd-general-banner .bd-logo {
  width: 40%;
}
.bd-contato-banner .bd-general-banner .bd-logo .bd-ct-img {
  display: flex;
  justify-content: center;
}
.bd-contato-banner .bd-general-banner .bd-logo .bd-ct-img img {
  width: 300px;
  height: auto;
}
.bd-contato-banner .bd-general-banner .bd-text-button {
  width: 50%;
}
.bd-contato-banner .bd-general-banner .bd-text-button .text-transmission h1 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-contato-banner .bd-general-banner .bd-text-button .text-transmission p {
  font-size: 18px;
  font-weight: 400;
  color: #B6C0CC;
  margin: 0;
}
@media (max-width: 922px) {
  .bd-contato-banner .bd-general-banner {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  .bd-contato-banner .bd-general-banner .bd-logo, .bd-contato-banner .bd-general-banner .bd-text-button {
    width: 90%;
    text-align: center;
  }
}

.bd-contato-form {
  width: 100%;
  background-color: #0A172F;
  padding: 40px 0 80px;
}
.bd-contato-form .form-layout {
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 40px;
}
.bd-contato-form .form-layout .form-intro {
  margin-bottom: 40px;
  width: 465px;
}
.bd-contato-form .form-layout .form-intro .btn-contact-info {
  width: 100%;
  background-color: #FFFFFF;
  color: #CB7204;
  padding: 12px 0;
  border-radius: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bd-contato-form .form-layout .form-intro .btn-contact-info img {
  width: 25px;
}
.bd-contato-form .form-layout .form-intro h2 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
  color: #D89330;
  margin-bottom: 16px;
}
.bd-contato-form .form-layout .form-intro p {
  font-size: 18px;
  color: #B6C0CC;
}
.bd-contato-form .form-layout .form-intro .form-intro-text-first {
  margin-bottom: 80px;
}
.bd-contato-form .form-layout .form-intro .form-intro-text-last {
  color: #B6C0CC;
  margin-bottom: 8px;
}
.bd-contato-form .form-layout .form-container {
  flex: 1;
}
.bd-contato-form .form-layout .form-container .contact-form .form-message {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.45;
}
.bd-contato-form .form-layout .form-container .contact-form .form-message--success {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 147, 48, 0.45);
  color: #FFFFFF;
}
.bd-contato-form .form-layout .form-container .contact-form .form-message--error {
  background-color: rgba(255, 73, 72, 0.12);
  border: 1px solid rgba(255, 73, 72, 0.55);
  color: #FFFFFF;
}
.bd-contato-form .form-layout .form-container .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group {
  margin-bottom: 20px;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group label {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group input,
.bd-contato-form .form-layout .form-container .contact-form .form-group select,
.bd-contato-form .form-layout .form-container .contact-form .form-group textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 12px 16px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group input::placeholder,
.bd-contato-form .form-layout .form-container .contact-form .form-group select::placeholder,
.bd-contato-form .form-layout .form-container .contact-form .form-group textarea::placeholder {
  color: #182942;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group input:focus,
.bd-contato-form .form-layout .form-container .contact-form .form-group select:focus,
.bd-contato-form .form-layout .form-container .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #D89330;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group.checkbox-group label input[type=checkbox] {
  width: auto;
  cursor: pointer;
}
.bd-contato-form .form-layout .form-container .contact-form .form-group.checkbox-group label span {
  font-size: 14px;
  font-weight: 400;
}
.bd-contato-form .form-layout .form-container .contact-form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.bd-contato-form .form-layout .form-container .contact-form .form-actions .btn-submit {
  background-color: #D89330;
  color: #FFFFFF;
  border: none;
  padding: 14px 32px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
.bd-contato-form .form-layout .form-container .contact-form .form-actions .btn-submit img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-contato-form .form-layout .form-container .contact-form .form-actions .btn-submit:hover {
  background-color: #CB7204;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(216, 147, 48, 0.4);
}
.bd-contato-form .form-layout .form-container .contact-form .form-note {
  text-align: center;
  color: #B6C0CC;
  font-size: 13px;
  margin-top: 16px;
}
@media (max-width: 922px) {
  .bd-contato-form .form-layout {
    flex-direction: column;
  }
  .bd-contato-form .form-layout .form-intro {
    width: 100%;
  }
  .bd-contato-form .form-layout .form-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bd-contato-form {
    padding: 60px 0;
  }
  .bd-contato-form .form-layout .form-container {
    padding: 30px 20px;
  }
  .bd-contato-form .form-layout .form-container .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}

.bd-contato-info {
  width: 100%;
  background-color: #182942;
  padding: 80px 0;
}
.bd-contato-info .contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0 60px;
}
.bd-contato-info .contact-cards .contact-card {
  background-color: #0A172F;
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bd-contato-info .contact-cards .contact-card .contact-icon {
  width: 56px;
  height: 56px;
  background-color: #D89330;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.bd-contato-info .contact-cards .contact-card .contact-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.bd-contato-info .contact-cards .contact-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}
.bd-contato-info .contact-cards .contact-card p {
  font-size: 14px;
  color: #B6C0CC;
  margin: 4px 0;
}
.bd-contato-info .contact-cards .contact-card .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D89330;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
}
.bd-contato-info .contact-cards .contact-card .contact-link:hover {
  color: #CB7204;
}
.bd-contato-info .contact-cards .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-contato-info .social-section {
  text-align: center;
  margin-bottom: 60px;
}
.bd-contato-info .social-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.bd-contato-info .social-section .social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bd-contato-info .social-section .social-links .social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #0A172F;
  padding: 12px 20px;
  border-radius: 8px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bd-contato-info .social-section .social-links .social-link img {
  width: 20px;
  height: 20px;
}
.bd-contato-info .social-section .social-links .social-link:hover {
  background-color: #D89330;
  transform: translateY(-2px);
}
.bd-contato-info .business-hours {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.bd-contato-info .business-hours h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.bd-contato-info .business-hours .hours-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bd-contato-info .business-hours .hours-grid .hours-item {
  background-color: #0A172F;
  padding: 16px 24px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bd-contato-info .business-hours .hours-grid .hours-item .day {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}
.bd-contato-info .business-hours .hours-grid .hours-item .time {
  font-size: 14px;
  color: #B6C0CC;
}
@media (max-width: 1200px) {
  .bd-contato-info .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .bd-contato-info {
    padding: 60px 0;
  }
  .bd-contato-info .contact-cards {
    grid-template-columns: 1fr;
  }
  .bd-contato-info .social-section .social-links {
    flex-direction: column;
    align-items: stretch;
  }
}

.bd-contato-map {
  width: 100%;
  background-color: #000015;
  padding: 80px 0;
}
.bd-contato-map .map-container {
  margin-top: 40px;
}
.bd-contato-map .map-container .map-placeholder {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.bd-contato-map .map-container .map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.bd-contato-map .map-container .map-info {
  background-color: #182942;
  padding: 32px;
  border-radius: 12px;
}
.bd-contato-map .map-container .map-info .info-content {
  max-width: 600px;
  margin: 0 auto;
}
.bd-contato-map .map-container .map-info .info-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
.bd-contato-map .map-container .map-info .info-content p {
  font-size: 15px;
  color: #B6C0CC;
  line-height: 1.8;
  margin-bottom: 24px;
}
.bd-contato-map .map-container .map-info .info-content .directions {
  margin-bottom: 24px;
}
.bd-contato-map .map-container .map-info .info-content .directions h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}
.bd-contato-map .map-container .map-info .info-content .directions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bd-contato-map .map-container .map-info .info-content .directions ul li {
  font-size: 14px;
  color: #B6C0CC;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
.bd-contato-map .map-container .map-info .info-content .directions ul li::before {
  content: "•";
  color: #D89330;
  position: absolute;
  left: 0;
}
.bd-contato-map .map-container .map-info .info-content .directions ul li strong {
  color: #FFFFFF;
}
.bd-contato-map .map-container .map-info .info-content .btn-directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #D89330;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.bd-contato-map .map-container .map-info .info-content .btn-directions img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.bd-contato-map .map-container .map-info .info-content .btn-directions:hover {
  background-color: #CB7204;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .bd-contato-map {
    padding: 60px 0;
  }
  .bd-contato-map .map-container .map-placeholder {
    height: 300px;
  }
  .bd-contato-map .map-container .map-info {
    padding: 24px 20px;
  }
}

.hd-items-link {
  background-color: #000015;
}

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