/*
Theme Name: Meu Tema Child
Template: hello-elementor
Version: 1.0.0
Text Domain: meu-tema-child
*/
/* Base */
:root {
  --header-min: 80px;
  --header-offset: calc(var(--header-min) + (12px * 2));
  --header-offset-top: var(--header-offset);
  --admin-bar-offset: 0px;
  --drawer-w: 300px;
  --page-title-display: #000000;
}
html {
  scrollbar-gutter: stable;
}
html.menu-open,
html.menu-open body {
  overflow: hidden;
}
#site-header {
  background: #000000;
  position: fixed;
  top: var(--admin-bar-offset);
  left: 0;
  right: 0;
  padding: 0;
  z-index: 10000;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
}
#site-header .header-inner {
  width: 100vw;
  max-width: 100%;
  margin: 0 !important;
  padding: 14px 0 !important;
  min-height: var(--header-min);
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
#site-header .header-inner .header-left {
  justify-self: start;
}
#site-header .header-inner .header-center {
  justify-self: center;
}
#site-header .header-inner .header-right {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
#site-header .header-inner .header-right .client-area-link {
  gap: 5px;
}
#site-header .header-inner .site-navigation {
  display: none !important;
}
#site-header .header-inner .site-navigation-toggle-holder {
  display: inline-flex !important;
  align-items: center;
  gap: 18px;
  padding: 8px 15px 8px 0;
}
#site-header .header-inner .site-navigation-toggle-holder .site-navigation-toggle {
  width: 34px;
  height: 34px;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#site-header .header-inner .client-area-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
  transition: all 0.5s ease-in-out !important;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
}
#site-header .header-inner .client-area-link:hover {
  color: #FFAF24;
  transition: all 0.5s ease-in-out !important;
}
#site-header .header-inner .client-area-link i {
  font-size: 16px;
}
#site-header .header-inner .site-navigation-toggle-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  color: inherit;
  transition: background-color 0.2s ease;
}
#site-header .header-inner .site-navigation-toggle-icon::before,
#site-header .header-inner .site-navigation-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, top 0.2s ease;
}
#site-header .header-inner .site-navigation-toggle-icon::before {
  top: -8px;
}
#site-header .header-inner .site-navigation-toggle-icon::after {
  top: 8px;
}
#site-header .header-inner .site-navigation-toggle-holder.elementor-active .site-navigation-toggle-icon {
  background: transparent;
}
#site-header .header-inner .site-navigation-toggle-holder.elementor-active .site-navigation-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}
#site-header .header-inner .site-navigation-toggle-holder.elementor-active .site-navigation-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
#site-header .header-inner .header-brand-center {
  height: 75px;
  width: auto;
  display: block;
}
#site-header .header-inner .header-brand-right {
  height: 34px;
  width: auto;
  display: block;
}
#site-header .header-inner .header-brand-link--static {
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
}
#site-header .header-inner #site-navigation-dropdown {
  margin: 0 !important;
  position: fixed;
  inset-block-start: var(--header-offset-top);
  inset-inline-start: 0;
  inset-inline-end: auto;
  height: calc(100vh - var(--header-offset-top));
  width: var(--drawer-w);
  max-width: 85vw;
  z-index: 10001;
  background: #181818;
  margin-block-start: 0 !important;
  overflow-y: auto;
  padding: 10px 0;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateX(-105%);
  will-change: transform;
  transition: transform 0.25s ease-out;
}
#site-header .header-inner #site-navigation-dropdown::-webkit-scrollbar {
  width: 6px;
}
#site-header .header-inner #site-navigation-dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}
#site-header .header-inner #site-navigation-dropdown::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
#site-header .header-inner #site-navigation-dropdown::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
#site-header .header-inner #site-navigation-dropdown[aria-hidden="true"] {
  pointer-events: none;
  transform: translateX(-105%);
}
#site-header .header-inner #site-navigation-dropdown[aria-hidden="false"] {
  pointer-events: auto;
  transform: translateX(0);
}
#site-header .header-inner #site-navigation-dropdown .menu {
  position: initial !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item a {
  display: block;
  padding: 14px 16px;
  color: #FFFFFF;
  background-color: #181818;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.22s ease-in-out, background-color 0.22s ease-in-out !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item a:hover {
  color: #FFAF24 !important;
  transition: color 0.22s ease-in-out, background-color 0.22s ease-in-out !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item a.is-active {
  color: #FFAF24 !important;
  font-weight: 800 !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 30px;
  background-color: #181818;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item a {
  color: #FFFFFF !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item a:hover {
  color: #FFAF24 !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item a.is-active {
  color: #FFAF24 !important;
  font-weight: 800 !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item.current-menu-item > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item.current_page_item > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item.current-menu-parent > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item.current_page_parent > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item.current-menu-ancestor > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item .sub-menu .menu-item.current_page_ancestor > a {
  color: #FFAF24 !important;
  font-weight: 800 !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item.current-menu-item > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item.current_page_item > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item.current-menu-parent > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item.current_page_parent > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item.current-menu-ancestor > a,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item.current_page_ancestor > a {
  color: #FFAF24 !important;
  font-weight: 800 !important;
  transition: color 0.22s ease-in-out, background-color 0.22s ease-in-out !important;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 44px;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.9;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children.is-open .sub-menu,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children.elementor-active .sub-menu {
  display: block;
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children.is-open > .sub-menu > li,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children.elementor-active > .sub-menu > li {
  max-height: 100vh;
  transform: scaleY(1);
}
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children.is-open > a::after,
#site-header .header-inner #site-navigation-dropdown .menu .menu-item-has-children.elementor-active > a::after {
  transform: translateY(-50%) rotate(225deg);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer {
  padding: 14px 16px 20px;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-links {
  display: none;
  gap: 10px;
  padding-bottom: 4px;
  margin-top: 8px;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-link:hover {
  color: #FFAF24;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-link i {
  font-size: 16px;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 14px 0;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.4px;
  margin-top: 14px;
  transition: all 5s ease-in-out;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-phone i {
  font-size: 14px;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-phone:hover {
  color: #FFAF24;
  transition: all 5s ease-in-out;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  align-self: start;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  color: #FFFFFF;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social i {
  color: currentColor;
  font-size: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social:hover {
  color: #FFAF24;
  border-color: rgba(255, 175, 36, 0.72);
  background: rgba(255, 175, 36, 0.1);
  transform: translateY(-2px);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social.instagram i::after {
  content: "\f16d";
  font-family: "Font Awesome 7 Brands", "Font Awesome 6 Brands";
  font-weight: 400;
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.5s ease, filter 0.5s ease;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social.instagram:hover {
  border-color: hsla(319, 71%, 49%, 0.5);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.04);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social.instagram:hover i {
  color: rgba(255, 255, 255, 0);
  filter: brightness(1.05);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social.instagram:hover i::after {
  opacity: 1;
  filter: brightness(1.05);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social.facebook:hover {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.72);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .site-footer-social .icon-rede-social.email:hover {
  color: #ff4d4d;
  border-color: rgba(255, 77, 77, 0.72);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-brand-wrap {
  display: flex;
}
#site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-brand-wrap .drawer-brand {
  width: 215px;
  height: auto;
  display: block;
  opacity: 0.95;
}
@media (max-width: 991.98px) {
  #site-header {
    --drawer-w: 100vw;
    min-height: auto;
  }
  #site-header .header-inner {
    grid-template-columns: 1fr;
    padding: 10px 0 !important;
    min-height: auto;
    height: auto;
    gap: 10px;
  }
  #site-header .header-inner .site-navigation-toggle-holder {
    gap: 10px;
    padding: 6px 10px 6px 0;
  }
  #site-header .header-inner .client-area-link {
    font-size: 14px;
    gap: 6px;
  }
  #site-header .header-inner .client-area-link i {
    font-size: 16px;
  }
  #site-header .header-inner .header-hours-link {
    display: none !important;
  }
  #site-header .header-inner .header-brand-center {
    display: none;
  }
  #site-header .header-inner .header-center {
    display: none;
  }
  #site-header .header-inner .header-brand-right {
    display: none;
  }
  #site-header .header-inner .header-right {
    display: none;
  }
  #site-header .header-inner #site-navigation-dropdown {
    width: 100vw;
    max-width: 100vw;
  }
  #site-header .header-inner #site-navigation-dropdown .drawer-footer .drawer-links {
    display: grid;
  }
}
@font-face {
  font-family: "Roboto Slab";
  src: url("assets/font/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/font/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/font/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("assets/font/Lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("assets/font/Lato/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("assets/font/Lato/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("assets/font/Lato/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
.font-1 {
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
}
.font-2 {
  font-family: "Lato", sans-serif !important;
  font-style: normal;
}
.font-3 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
h1,
.h1 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
h2,
.h2 {
  font-size: 45px;
  font-weight: 800;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
h3,
.h3 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
h4,
.h4 {
  font-size: 25px;
  font-weight: 800;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 800;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}
p,
.p {
  font-size: 16px;
  color: #606264;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Lato", sans-serif !important;
  font-style: normal;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
  margin: 0px !important;
  border: none;
}
a {
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
  color: #FFAF24;
  outline: none !important;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
strong {
  font-weight: bold;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 25px !important;
  }
  h2,
  .h2 {
    font-size: 22px !important;
  }
  h3,
  .h3 {
    font-size: 18px !important;
  }
  h4,
  .h4 {
    font-size: 17px !important;
  }
  h5,
  .h5 {
    font-size: 13px !important;
  }
  h6,
  .h6 {
    font-size: 11px !important;
  }
}
.home-fixed-bg {
  position: relative;
  isolation: isolate;
  background: var(--home-fixed-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20px 0;
}
.home-fixed-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 0;
}
.home-fixed-bg > * {
  position: relative;
  z-index: 1;
}
.home-informativos {
  position: relative;
  isolation: isolate;
  padding: 40px 0;
  background: var(--home-informativos-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home-informativos::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 0;
}
.home-informativos .home-informativos-mark {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: clamp(180px, 24vw, 330px);
  max-width: 68%;
  pointer-events: none;
  opacity: 0.24;
  z-index: 0;
}
.home-informativos .home-informativos-mark-image {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.home-informativos > * {
  position: relative;
  z-index: 1;
}
.home-informativos .home-informativos-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 18px;
  padding: 0 20px 56px;
}
.home-informativos .home-informativos-header {
  text-align: center;
}
.home-informativos .home-informativos-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  color: #FFFFFF;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}
.home-informativos .home-informativos-subtitle {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.home-informativos .home-informativos-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.home-informativos .home-informativos-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #000000;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  isolation: isolate;
}
.home-informativos .home-informativos-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(18px) brightness(0.66) saturate(0.92);
  transform: scale(1.14);
  z-index: 0;
  transition: transform 0.35s ease, filter 0.35s ease !important;
  will-change: transform, filter;
}
.home-informativos .home-informativos-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.36) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.72;
  transition: opacity 0.35s ease;
}
.home-informativos .home-informativos-card:hover::after {
  opacity: 0.82;
}
.home-informativos .home-informativos-card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}
.home-informativos .home-informativos-card-link {
  position: relative;
  display: block;
  min-height: 280px;
  color: inherit;
  text-decoration: none;
}
.home-informativos .home-informativos-card-overlay {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  min-height: 280px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.64) 90%, rgba(0, 0, 0, 0.76) 100%);
  transition: background 0.35s ease;
}
.home-informativos .home-informativos-card-link:hover .home-informativos-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 90%, rgba(0, 0, 0, 0.84) 100%);
}
.home-informativos .home-informativos-card-media {
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  transform: scale(1);
  z-index: 2;
  transition: transform 0.35s ease-out, filter 0.35s ease-out !important;
  will-change: transform, filter;
  pointer-events: none;
}
.home-informativos .home-informativos-card-link:hover .home-informativos-card-media {
  transform: scale(1.04) !important;
  filter: brightness(1.05) !important;
}
.home-informativos .home-informativos-card-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-informativos .home-informativos-card-title {
  margin: 0;
  min-width: 0;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: none;
  color: #FFFFFF;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-informativos .home-informativos-card-overlay {
  position: relative;
  z-index: 3;
}
.home-informativos .home-informativos-mobile-carousel {
  display: none;
  margin-top: 2px;
}
.home-informativos .home-informativos-mobile-viewport {
  overflow: hidden;
}
.home-informativos .home-informativos-mobile-track {
  display: flex;
  gap: 0;
  padding: 0;
}
.home-informativos .home-informativos-mobile-slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
}
.home-informativos .home-informativos-mobile-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.home-informativos .home-informativos-mobile-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
.home-informativos .home-informativos-mobile-dot:hover,
.home-informativos .home-informativos-mobile-dot:focus,
.home-informativos .home-informativos-mobile-dot:focus-visible {
  outline: none;
  transform: scale(1.1);
  opacity: 1;
}
.home-informativos .home-informativos-mobile-dot.is-active {
  background: #ffbe4d;
  transform: scale(1.2);
  opacity: 1;
}
@media (max-width: 1100px) {
  .home-informativos {
    padding: 16px 0 70px;
    background-attachment: scroll;
  }
  .home-informativos .home-informativos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-informativos .home-informativos-card-link,
  .home-informativos .home-informativos-card-overlay {
    min-height: 230px;
  }
  .home-informativos .home-informativos-card-title {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .home-informativos .home-informativos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .home-informativos {
    padding: 12px 0 54px;
  }
  .home-informativos .home-informativos-inner {
    gap: 20px;
    margin-top: 12px;
    padding: 0 12px 44px;
  }
  .home-informativos .home-informativos-title {
    font-size: 24px;
  }
  .home-informativos .home-informativos-subtitle {
    font-size: 14px;
    margin-top: 8px;
  }
  .home-informativos .home-informativos-grid {
    display: none;
  }
  .home-informativos .home-informativos-mobile-carousel {
    display: block;
  }
  .home-informativos .home-informativos-mobile-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: auto;
  }
  .home-informativos .home-informativos-mobile-viewport::-webkit-scrollbar {
    display: none;
  }
  .home-informativos .home-informativos-mobile-track {
    gap: 0;
  }
  .home-informativos .home-informativos-mobile-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .home-informativos .home-informativos-mobile-dots {
    display: flex;
  }
  .home-informativos .home-informativos-card-link,
  .home-informativos .home-informativos-card-overlay {
    min-height: 210px;
  }
  .home-informativos .home-informativos-card-title {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .home-fixed-bg {
    background-attachment: scroll;
    padding: 12px 0;
  }
}
@media (max-width: 991.98px) {
  .home-informativos {
    background: radial-gradient(circle at 18% 18%, rgba(255, 175, 36, 0.16) 0%, rgba(255, 175, 36, 0) 30%), radial-gradient(circle at 86% 12%, rgba(14, 54, 97, 0.24) 0%, rgba(14, 54, 97, 0) 36%), linear-gradient(180deg, #121212 0%, #000000 100%) !important;
    background-size: auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  .home-fixed-bg {
    padding: 0 0 10px;
    background: #000000 !important;
  }
  .home-fixed-bg::before,
  .home-informativos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(420px, 88vw, 520px);
    background-image: var(--home-fixed-bg, none);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }
  .home-informativos::before {
    display: none;
  }
  .home-fixed-bg::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .home-fixed-bg::before {
    display: none;
  }
  .home-strip {
    margin-top: -1px;
    padding: 34px 0 44px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8px), linear-gradient(180deg, #1b1d20 0%, #101112 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }
}
.home-news {
  padding-top: 74px;
  padding-bottom: 40px;
  background: rgba(0, 0, 0, 0.04);
  color: #FFFFFF;
}
.home-news .home-news-layout {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  --home-news-sidebar-offset: calc((min(1260px, calc(100vw - 40px)) - clamp(300px, 26vw, 320px) - 28px) * 0.5875 + 14px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
  gap: 28px;
  align-items: stretch;
}
.home-news .home-news-main {
  min-width: 0;
}
.home-news .home-news-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-news .home-news-sidebar {
  min-width: 0;
  display: flex;
}
.home-news .home-news-instagram-card {
  position: sticky;
  top: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  color: #000000;
  border: 0;
  box-shadow: none;
}
.home-news .home-news-instagram-header {
  padding: 6px 0 12px;
  text-align: left;
  display: block;
  width: 100%;
}
.home-news .home-news-instagram-kicker {
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}
.home-news .home-news-instagram-kicker-prefix {
  display: block;
  line-height: 1.2;
  font-weight: 300;
  flex: 0 0 auto;
  color: #E1E6EB;
}
.home-news .home-news-instagram-kicker-accent {
  display: block;
  line-height: 1.2;
  font-weight: 900;
  flex: 0 0 auto;
  color: #FFC142;
}
.home-news .home-news-instagram-title {
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  display: block;
  width: 100%;
  margin: 6px 0 0;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #E1E6EB;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}
.home-news .home-news-instagram-embed {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.home-news .home-news-instagram-frame {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #E1E6EB;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.home-news .home-news-instagram-iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: rgba(255, 255, 255, 0);
}
.home-news .home-news-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: var(--home-fixed-bg, #000000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.home-news .home-news-hero-link {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}
.home-news .home-news-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image: var(--card-bg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  transform: scale(1);
  z-index: 2;
  transition: transform 0.35s ease-out, filter 0.35s ease-out !important;
  will-change: transform, filter;
  pointer-events: none;
}
.home-news .home-news-hero-link:hover .home-news-hero-media {
  transform: scale(1.04) !important;
  filter: brightness(1.03) !important;
}
.home-news .home-news-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 0;
  padding: 28px 32px 36px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.58) 100%);
  transition: background 0.35s ease, padding 0.35s ease;
  overflow: hidden;
}
.home-news .home-news-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: min(100%, 960px);
  position: relative;
  z-index: 3;
}
.home-news .home-news-hero-link:hover .home-news-hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.64) 100%);
}
.home-news .home-news-hero-progress {
  position: relative;
  align-self: center;
  margin-top: 4px;
  height: 5px !important;
  width: clamp(120px, 18vw, 180px) !important;
  background: rgba(255, 255, 255, 0.35) !important;
  border-radius: 999px;
  overflow: hidden;
  pointer-events: none;
  z-index: 4;
}
.home-news .home-news-hero-progress-bar {
  display: block;
  height: 100%;
  width: 100% !important;
  background: #ffb638 !important;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 175, 36, 0.45);
  transform-origin: left center;
  transform: scaleX(0);
  animation: none;
}
.home-news .home-news-hero-date {
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.home-news .home-news-hero-date i {
  font-size: 14px;
}
.home-news .home-news-hero-title {
  margin: 0;
  font-size: clamp(22px, 3.4vw, 36px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.home-news .home-news-hero-subtitle {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
.home-news .home-news-hero-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: inline-block;
  width: 56px;
  text-align: right;
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
  opacity: 0.92;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s ease, color 0.35s ease;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
  will-change: opacity;
  z-index: 4;
}
.home-news .home-news-hero-link:hover .home-news-hero-arrow {
  opacity: 1;
}
.home-news .home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.home-news .home-news-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #000000;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  isolation: isolate;
}
.home-news .home-news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(18px) brightness(0.55) saturate(0.92);
  transform: scale(1.14);
  z-index: 0;
  transition: transform 0.35s ease, filter 0.35s ease !important;
  will-change: transform, filter;
}
.home-news .home-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.36) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.72;
  transition: opacity 0.35s ease;
}
.home-news .home-news-card:hover::after {
  opacity: 0.82;
}
.home-news .home-news-card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}
.home-news .home-news-card-link {
  position: relative;
  display: block;
  aspect-ratio: 1600 / 940;
  min-height: 0;
  color: inherit;
  text-decoration: none;
}
.home-news .home-news-card-media {
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: 102% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  transform: scale(1);
  z-index: 2;
  transition: transform 0.35s ease-out, filter 0.35s ease-out !important;
  will-change: transform, filter;
  pointer-events: none;
}
.home-news .home-news-card-link:hover .home-news-card-media {
  transform: scale(1.04) !important;
  filter: brightness(1.05) !important;
}
.home-news .home-news-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10px;
  min-height: 0;
  padding: 18px 18px 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.52) 88%, rgba(0, 0, 0, 0.72) 100%);
  transition: background 0.35s ease;
}
.home-news .home-news-card-link:hover .home-news-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 88%, rgba(0, 0, 0, 0.78) 100%);
}
.home-news .home-news-card-date {
  font-weight: 900;
  letter-spacing: 0.4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
}
.home-news .home-news-card-date i {
  font-size: 13px;
}
.home-news .news-single-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.home-news .news-single-date i {
  font-size: 14px;
}
.home-news .news-single-date .date,
.home-news .news-single-date .time {
  color: #C3CDD8;
}
.home-news .home-news-card-copy {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-news .home-news-card-title-row {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}
.home-news .home-news-card-title {
  margin: 0;
  min-width: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.55);
}
.home-news .home-news-card-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 34px;
  min-width: 34px;
  justify-self: end;
  align-self: end;
  margin-top: 0;
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  opacity: 0.9;
  transition: opacity 0.35s ease, color 0.35s ease;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 2;
  will-change: opacity;
}
.home-news .home-news-card-link:hover .home-news-card-arrow {
  opacity: 1;
}
.home-news .home-news-dots {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.home-news .home-news-card-dots {
  display: none;
  justify-content: center;
  gap: 8px;
}
.home-news .home-news-mobile-carousel {
  display: none;
  margin-top: 2px;
}
.home-news .home-news-mobile-viewport {
  overflow: hidden;
}
.home-news .home-news-mobile-track {
  display: flex;
  gap: 12px;
  padding: 0 12px;
}
.home-news .home-news-mobile-slide {
  flex: 0 0 calc(100% - 36px);
  min-width: 0;
  scroll-snap-align: center;
}
.home-news .home-news-mobile-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.home-news .home-news-mobile-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
.home-news .home-news-mobile-dot:hover,
.home-news .home-news-mobile-dot:focus,
.home-news .home-news-mobile-dot:focus-visible {
  outline: none;
  transform: scale(1.1);
  opacity: 1;
}
.home-news .home-news-mobile-dot.is-active {
  background: #ffbe4d;
  transform: scale(1.2);
  opacity: 1;
}
.home-news .home-news-card-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
.home-news .home-news-card-dot:hover,
.home-news .home-news-card-dot:focus,
.home-news .home-news-card-dot:focus-visible {
  outline: none;
  transform: scale(1.1);
  opacity: 1;
}
.home-news .home-news-card-dot.is-active {
  background: #ffbe4d;
  transform: scale(1.2);
  opacity: 1;
}
.home-news .home-news-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
  cursor: pointer;
}
.home-news .home-news-hero-dot:hover {
  background: #ffc561;
}
.home-news .home-news-hero-dot.is-active {
  background: #ffbe4d;
  transform: scale(1.15);
  opacity: 1;
}
@keyframes homeHeroProgressFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (max-width: 1200px) {
  .home-news {
    padding-top: 44px;
    padding-bottom: 36px;
  }
  .home-news .home-news-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
    gap: 24px;
  }
  .home-news .home-news-inner {
    gap: 14px;
  }
  .home-news .home-news-hero-link,
  .home-news .home-news-hero-overlay {
    min-height: 300px;
  }
  .home-news .home-news-hero-title {
    font-size: clamp(26px, 3vw, 34px);
  }
  .home-news .home-news-hero-subtitle {
    font-size: 18px;
  }
  .home-news .home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .home-news {
    padding: 0 0 40px;
  }
  .home-news .home-news-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0;
  }
  .home-news .home-news-sidebar {
    order: 2;
    margin-top: 0;
    justify-content: center;
  }
  .home-news .home-news-instagram-card {
    position: static;
    height: auto;
    width: min(100%, 270px);
    margin-inline: auto;
  }
  .home-news .home-news-instagram-embed {
    width: 100%;
  }
  .home-news .home-news-instagram-frame {
    height: 470px;
  }
  .home-news .home-news-inner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    gap: 0;
    padding: calc(var(--header-offset-top, var(--header-offset, 82px)) + 1px) 12px 32px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 22%, rgba(255, 255, 255, 0) 48%), radial-gradient(circle at 10% 24%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #000000 0%, #1e2023 18%, #41464c 52%, #2f2f2f 100%);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home-news .home-news-inner::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -55px;
    width: clamp(88px, 45vw, 180px);
    aspect-ratio: 1;
    background: url("assets/img/logo-aab.svg") center / contain no-repeat;
    opacity: 0.08;
    filter: grayscale(1);
    pointer-events: none;
    z-index: 0;
  }
  .home-news .home-news-inner > * {
    position: relative;
    z-index: 1;
  }
  .home-news .home-news-sidebar {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: radial-gradient(circle at 50% 0%, rgba(255, 175, 36, 0.08) 0%, rgba(255, 175, 36, 0) 30%), linear-gradient(180deg, #000000 0%, #000000 100%);
  }
  .home-news .home-news-instagram-card {
    position: relative;
    z-index: 1;
    background: transparent;
  }
  .home-news .home-news-hero {
    display: none;
  }
  .home-news .home-news-mobile-carousel {
    display: block;
    padding: 0;
  }
  .home-news .home-news-mobile-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0;
    scroll-padding-inline: 0;
  }
  .home-news .home-news-mobile-viewport::-webkit-scrollbar {
    display: none;
  }
  .home-news .home-news-mobile-track {
    gap: 0;
    padding: 0;
  }
  .home-news .home-news-mobile-slide {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-image: var(--card-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .home-news .home-news-mobile-dots {
    display: flex;
    margin-top: 12px;
  }
  .home-news .home-news-hero-link,
  .home-news .home-news-hero-overlay {
    min-height: 0;
  }
  .home-news .home-news-hero-overlay {
    padding: 22px 22px 26px;
  }
  .home-news .home-news-hero-title {
    font-size: clamp(22px, 3.6vw, 28px);
  }
  .home-news .home-news-hero-subtitle {
    font-size: 16px;
  }
  .home-news .home-news-hero-arrow {
    font-size: 20px;
    right: 20px;
    bottom: 20px;
  }
  .home-news .home-news-dots {
    display: none;
  }
  .home-news .home-news-grid {
    display: none;
  }
  .home-news .home-news-card-dots {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-news .home-news-hero-link,
  .home-news .home-news-hero-overlay {
    min-height: 0;
  }
  .home-news .home-news-hero-overlay {
    padding: 24px 24px 30px;
  }
  .home-news .home-news-hero-title {
    font-size: clamp(20px, 3.8vw, 30px);
  }
  .home-news .home-news-hero-date {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .home-news .home-news-dots {
    display: none;
  }
  .home-news .home-news-grid {
    display: none;
  }
  .home-news .home-news-card-dots {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-news .home-news-hero-link,
  .home-news .home-news-hero-overlay {
    min-height: 0;
  }
  .home-news .home-news-instagram-header {
    padding: 6px 0 12px;
    display: block;
    width: 100%;
  }
  .home-news .home-news-sidebar {
    justify-content: center;
  }
  .home-news .home-news-instagram-card {
    width: min(100%, 248px);
    margin-inline: auto;
  }
  .home-news .home-news-instagram-title {
    font-size: 22px;
  }
  .home-news .home-news-instagram-embed {
    padding: 0;
  }
  .home-news .home-news-instagram-frame {
    height: 410px;
  }
  .home-news .home-news-hero-media {
    background-size: cover;
    background-position: center center;
  }
  .home-news .home-news-mobile-slide .home-news-hero-media {
    display: none;
  }
  .home-news .home-news-hero-overlay {
    justify-content: flex-end;
    padding: 12px 14px 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.74) 100%);
  }
  .home-news .home-news-hero-content {
    max-width: 100%;
  }
  .home-news .home-news-hero-overlay {
    gap: 6px;
  }
  .home-news .home-news-hero-date {
    font-size: 10px;
  }
  .home-news .home-news-dots {
    display: none;
  }
  .home-news .home-news-hero-title {
    font-size: clamp(14px, 4.8vw, 19px) !important;
    line-height: 1.12 !important;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news .home-news-hero-progress {
    width: 104px !important;
    margin-top: 2px;
  }
  .home-news .home-news-grid {
    display: none;
  }
  .home-news .home-news-card-link,
  .home-news .home-news-card-overlay {
    min-height: 176px;
  }
  .home-news .home-news-card-overlay {
    padding: 12px 12px 16px;
    gap: 6px;
  }
  .home-news .home-news-card-title-row {
    gap: 8px;
  }
  .home-news .home-news-card-title {
    font-size: 14px;
  }
}
.home-strip {
  position: relative;
  isolation: isolate;
  padding: 62px 0;
  background: radial-gradient(circle at 38% 42%, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 38%), linear-gradient(180deg, #09090a 0%, #040404 60%, #101112 100%);
}
.home-strip .home-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  align-items: center;
}
.home-strip .home-strip-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-strip .home-strip-block--left {
  align-self: center;
}
.home-strip .home-strip-block--right {
  gap: 12px;
}
.home-strip .home-strip-img {
  width: clamp(180px, 22vw, 280px);
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.4));
}
.home-strip .home-strip-img--right {
  width: clamp(150px, 18vw, 180px);
}
.home-strip .home-strip-thumb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(160px, 20vw, 240px);
  max-width: 100%;
  position: relative;
  isolation: isolate;
}
.home-strip .home-strip-thumb::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 230, 153, 0.18) 0%, rgba(195, 205, 216, 0) 60%);
  pointer-events: none;
  z-index: -1;
}
.home-strip .home-strip-thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}
.home-strip .home-strip-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #248EFF;
  text-decoration: none;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
  margin-top: 10px;
}
.home-strip .home-strip-cta i {
  font-size: 13px;
}
.home-strip .home-strip-cta-row {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-strip .home-strip-cta:hover {
  color: #FFAF24;
  text-decoration: none;
}
@media (max-width: 900px) {
  .home-strip .home-strip-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
  }
  .home-strip .home-strip-block--right {
    align-items: center;
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .home-strip {
    margin-top: -1px;
    padding: 34px 0 44px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8px), linear-gradient(180deg, #1b1d20 0%, #101112 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }
  .home-strip .home-strip-inner {
    padding: 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
  }
  .home-strip .home-strip-block--right {
    gap: 8px;
  }
  .home-strip .home-strip-img {
    width: clamp(92px, 26vw, 138px);
  }
  .home-strip .home-strip-img--right {
    width: clamp(84px, 22vw, 118px);
  }
  .home-strip .home-strip-thumb {
    width: clamp(92px, 24vw, 132px);
  }
}
.sports-highlight {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), linear-gradient(140deg, rgba(255, 175, 36, 0.7), rgba(255, 175, 36, 0.7)), var(--highlight-bg, none);
  background-blend-mode: multiply, multiply, normal;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}
.sports-highlight .sports-highlight-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 40px;
  align-items: center;
}
.sports-highlight .sports-highlight-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #FFFFFF;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
.sports-highlight .sports-highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(195, 205, 216, 0.22);
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.sports-highlight .sports-highlight-icon-inline {
  display: inline-flex;
  color: #248EFF;
  font-size: 18px;
}
.sports-highlight .sports-highlight-kicker {
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #248EFF;
  margin-bottom: 20px !important;
}
.sports-highlight .sports-highlight-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 5px !important;
}
.sports-highlight .sports-highlight-subtitle {
  margin: 0 0 10px 0 !important;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  max-width: 560px;
}
.sports-highlight .sports-highlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #248EFF;
  text-decoration: none;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
  margin: 6px 0 0 0 !important;
}
.sports-highlight .sports-highlight-cta:hover {
  color: #FFAF24 !important;
  text-decoration: none;
}
.sports-highlight .sports-highlight-card {
  position: relative;
  display: block;
  border-radius: 0;
  border: 0;
  overflow: hidden;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  aspect-ratio: 10 / 7;
  height: auto;
  min-height: 0;
  min-width: 0;
  flex: 0 0 clamp(210px, 18vw, 270px);
  width: clamp(210px, 18vw, 270px);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  background: rgba(255, 255, 255, 0);
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  will-change: transform, box-shadow;
  isolation: isolate;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.sports-highlight .sports-highlight-card::before,
.sports-highlight .sports-highlight-card::after {
  content: none;
}
.sports-highlight .sports-highlight-card:focus,
.sports-highlight .sports-highlight-card:focus-visible {
  outline: none;
  box-shadow: none;
}
.sports-highlight .sports-highlight-card:hover {
  box-shadow: none !important;
}
.sports-highlight .sports-highlight-card-media {
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  transition: transform 0.35s ease, filter 0.35s ease !important;
  will-change: transform, filter;
  z-index: 2;
  pointer-events: none;
}
.sports-highlight .sports-highlight-card-media::after {
  content: "";
  position: absolute;
  inset: -6px -8px -18px -8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 22%, rgba(0, 0, 0, 0.12) 46%, rgba(0, 0, 0, 0.36) 70%, rgba(0, 0, 0, 0.8) 100%), radial-gradient(140% 90% at 50% 108%, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.2) 32%, rgba(0, 0, 0, 0) 70%);
  box-shadow: inset 0 -70px 90px rgba(0, 0, 0, 0.38);
  opacity: 0.98;
  transform: scale(1.03) translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.sports-highlight .sports-highlight-card:hover .sports-highlight-card-media::after {
  opacity: 1;
  transform: scale(1.03) translateY(0);
  box-shadow: inset 0 -82px 110px rgba(0, 0, 0, 0.46);
}
.sports-highlight .sports-highlight-card:hover .sports-highlight-card-media {
  transform: scale(1.04) !important;
  filter: brightness(1.05) !important;
}
.sports-highlight .sports-highlight-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  min-height: 0;
  background: rgba(255, 255, 255, 0);
  transition: opacity 0.35s ease !important;
}
.sports-highlight .sports-highlight-card:hover .sports-highlight-card-overlay {
  background: rgba(255, 255, 255, 0) !important;
}
.sports-highlight .sports-highlight-card-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.sports-highlight .sports-highlight-card-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sports-highlight .sports-highlight-card-title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.sports-highlight .sports-highlight-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "prev viewport next" "dots dots dots";
  gap: 10px;
  row-gap: 14px;
  align-items: center;
  min-width: 0;
}
.sports-highlight .sports-highlight-carousel-viewport {
  grid-area: viewport;
  overflow: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  touch-action: none;
  position: relative;
}
.sports-highlight .sports-highlight-carousel-viewport::-webkit-scrollbar {
  display: none;
}
.sports-highlight .sports-highlight-carousel-track {
  grid-area: viewport;
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: max-content;
  min-width: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}
.sports-highlight .sports-highlight-carousel-nav {
  grid-area: prev;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.34);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.25s ease;
}
.sports-highlight .sports-highlight-carousel-nav:hover {
  background: #4A6889;
  color: #FFFFFF;
}
.sports-highlight .sports-highlight-carousel-nav--next {
  grid-area: next;
}
.sports-highlight .sports-highlight-carousel-nav--prev {
  grid-area: prev;
}
.sports-highlight .sports-highlight-carousel-nav:focus,
.sports-highlight .sports-highlight-carousel-nav:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 104, 137, 0.4);
  background: #4A6889;
  color: #FFFFFF;
}
.sports-highlight .sports-highlight-carousel-dots {
  grid-area: dots;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
}
.sports-highlight .sports-highlight-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.sports-highlight .sports-highlight-carousel-dot:hover,
.sports-highlight .sports-highlight-carousel-dot:focus,
.sports-highlight .sports-highlight-carousel-dot:focus-visible {
  outline: none;
  background: rgba(255, 175, 36, 0.82);
  transform: scale(1.12);
}
.sports-highlight .sports-highlight-carousel-dot.is-active {
  background: #FFAF24;
  transform: scale(1.18);
}
@media (max-width: 991.98px) {
  .sports-highlight .sports-highlight-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: auto;
    overscroll-behavior-x: contain;
    cursor: grab;
  }
  .sports-highlight .sports-highlight-carousel-track {
    gap: 0;
  }
  .sports-highlight .sports-highlight-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .sports-highlight .sports-highlight-carousel-nav {
    display: none;
  }
  .sports-highlight .info-carousel-viewport {
    touch-action: auto;
    overscroll-behavior-x: contain;
    cursor: grab;
  }
  .sports-highlight .info-carousel-nav {
    display: none;
  }
}
@media (max-width: 1200px) {
  .sports-highlight .sports-highlight-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sports-highlight .sports-highlight-card {
    flex-basis: clamp(210px, 44vw, 290px);
    width: clamp(210px, 44vw, 290px);
  }
}
@media (max-width: 991.98px) {
  .sports-highlight {
    padding: 60px 0;
  }
  .sports-highlight .sports-highlight-inner {
    gap: 20px;
  }
  .sports-highlight .sports-highlight-card {
    flex-basis: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 991.98px) {
  .sports-highlight .sports-highlight-carousel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "viewport" "dots";
  }
  .sports-highlight .sports-highlight-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: auto;
    overscroll-behavior-x: contain;
    cursor: grab;
  }
  .sports-highlight .sports-highlight-carousel-nav {
    display: none;
  }
  .sports-highlight .sports-highlight-card {
    flex-basis: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .sports-highlight .sports-highlight-title {
    font-size: 26px;
  }
}
.sports-highlight--reverse .sports-highlight-inner {
  grid-template-columns: 1.2fr 1fr;
}
.sports-highlight--reverse .sports-highlight-hero {
  align-items: flex-start;
  text-align: left;
}
.sports-highlight--reverse .sports-highlight-cta {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .sports-highlight--reverse .sports-highlight-inner {
    grid-template-columns: 1fr;
  }
  .sports-highlight--reverse .sports-highlight-hero {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .sports-highlight {
    padding: 48px 0;
  }
  .sports-highlight .sports-highlight-inner {
    padding: 0 12px;
    gap: 18px;
  }
  .sports-highlight .sports-highlight-hero {
    text-align: center;
  }
  .sports-highlight .sports-highlight-cta {
    justify-content: center;
  }
  .sports-highlight .sports-highlight-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
  .sports-highlight .sports-highlight-card-overlay {
    padding: 14px;
  }
  .sports-highlight .sports-highlight-card-title {
    font-size: 15px;
  }
  .sports-highlight--reverse .sports-highlight-inner {
    display: flex;
    flex-direction: column;
  }
  .sports-highlight--reverse .sports-highlight-carousel {
    order: 2;
    width: 100%;
    min-width: 0;
  }
  .sports-highlight--reverse .sports-highlight-carousel-viewport,
  .sports-highlight--reverse .sports-highlight-carousel-track,
  .sports-highlight--reverse .sports-highlight-card {
    width: 100%;
    min-width: 100%;
  }
  .sports-highlight--reverse .sports-highlight-hero {
    order: 1;
    align-items: center;
    text-align: center;
  }
  .sports-highlight--reverse .sports-highlight-cta {
    justify-content: center;
  }
}
.sports-highlight--swim {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), linear-gradient(140deg, rgba(255, 251, 236, 0.7), rgba(255, 251, 236, 0.7)), var(--highlight-bg, none);
  background-blend-mode: multiply, multiply, normal;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-carousel {
  position: relative;
  isolation: isolate;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0);
  overflow: visible;
}
.info-carousel .info-carousel-header {
  max-width: 1100px;
  margin: 0 auto 18px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0);
}
.info-carousel .info-carousel-heading {
  margin: 0;
  color: #FFFFFF;
  width: min(940px, 100%);
  margin-inline: auto;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-size: clamp(24px, 2vw, 44px);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
  white-space: normal;
}
.info-carousel .info-carousel-heading-line {
  display: block;
  line-height: 0.92;
}
.info-carousel .info-carousel-heading-line--top {
  margin-bottom: 15px;
}
.info-carousel .info-carousel-heading-line--bottom {
  margin-bottom: 30px;
}
.info-carousel .info-carousel-heading-word {
  display: inline-block;
  vertical-align: baseline;
}
.info-carousel .info-carousel-heading-word--light {
  font-weight: 300;
  letter-spacing: -1px;
}
.info-carousel .info-carousel-heading-word--bold {
  font-weight: 900;
  letter-spacing: 2px;
}
.info-carousel .info-carousel-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0;
  align-items: center;
}
.info-carousel .info-carousel-viewport {
  overflow: hidden;
  scroll-behavior: auto;
}
.info-carousel .info-carousel-track {
  display: flex;
  gap: 12px;
  padding: 0;
  scroll-snap-type: none;
  width: 100%;
  min-width: 0;
  transform: none;
  will-change: contents;
}
.info-carousel .info-carousel-track::-webkit-scrollbar {
  height: 6px;
}
.info-carousel .info-carousel-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}
.info-carousel .info-carousel-card {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  flex: 0 0 calc((100% - (2 * 12px)) / 3);
  min-width: 260px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  scroll-snap-align: start;
  box-shadow: none;
  transform: scale(1);
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.35s ease !important;
  will-change: transform, box-shadow, filter;
  text-decoration: none !important;
  color: #FFFFFF !important;
}
.info-carousel .info-carousel-card::before,
.info-carousel .info-carousel-card::after {
  content: none;
}
.info-carousel .info-carousel-card:hover {
  box-shadow: none;
}
.info-carousel .info-carousel-card-media {
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: contain !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  transform: scale(1);
  z-index: 2;
  transition: transform 0.35s ease, filter 0.35s ease !important;
  will-change: transform, filter;
  pointer-events: none;
}
.info-carousel .info-carousel-card:hover .info-carousel-card-media {
  transform: scale(1.04) !important;
  filter: brightness(1.05) !important;
}
.info-carousel .info-carousel-content {
  position: relative;
  z-index: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 14px;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.6) 100%);
  transition: background 0.35s ease;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.info-carousel .info-carousel-card:hover .info-carousel-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.68) 100%);
}
.info-carousel .info-carousel-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
.info-carousel .info-carousel-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #FFFFFF !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.info-carousel .info-carousel-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(74, 104, 137, 0.18);
  background: rgba(255, 255, 255, 0);
  color: #C3CDD8;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
.info-carousel .info-carousel-nav:hover {
  transform: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  border-color: rgba(74, 104, 137, 0.32);
  opacity: 1;
  background: #4A6889;
  color: #FFFFFF;
}
.info-carousel .info-carousel-nav:focus,
.info-carousel .info-carousel-nav:focus-visible {
  outline: none;
  border-color: rgba(74, 104, 137, 0.32);
  background: #4A6889 !important;
  color: #FFFFFF;
}
.info-carousel .info-carousel-nav i {
  font-size: 14px;
}
.info-carousel .info-carousel-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.info-carousel .info-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
.info-carousel .info-carousel-dot:hover,
.info-carousel .info-carousel-dot:focus,
.info-carousel .info-carousel-dot:focus-visible {
  outline: none;
  transform: scale(1.1);
  opacity: 1;
}
.info-carousel .info-carousel-dot.is-active {
  background: #ffbe4d;
  transform: scale(1.2);
  opacity: 1;
}
@media (max-width: 1200px) {
  .info-carousel {
    padding: 64px 0;
    overflow: hidden;
  }
  .info-carousel .info-carousel-header {
    margin-bottom: 12px;
    padding: 12px 14px 14px;
  }
  .info-carousel .info-carousel-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 16px;
  }
  .info-carousel .info-carousel-viewport {
    width: 100%;
    overflow: hidden;
  }
  .info-carousel .info-carousel-track {
    display: flex;
    gap: 12px;
  }
  .info-carousel .info-carousel-nav {
    display: inline-flex;
  }
  .info-carousel .info-carousel-card {
    flex: 0 0 calc((100% - 24px) / 3);
    min-width: 260px;
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .info-carousel .info-carousel-heading {
    max-width: 820px;
    font-size: clamp(20px, 4.2vw, 40px);
    line-height: 0.9;
    letter-spacing: 4px;
  }
}
@media (max-width: 991.98px) {
  .info-carousel {
    padding: 52px 0;
    overflow: hidden;
    background: radial-gradient(circle at 18% 24%, rgba(255, 175, 36, 0.07) 0%, rgba(255, 175, 36, 0) 34%), radial-gradient(circle at 86% 18%, rgba(255, 175, 36, 0.05) 0%, rgba(255, 175, 36, 0) 30%), linear-gradient(180deg, #080808 0%, #000000 100%);
  }
  .info-carousel::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -34px;
    width: min(48vw, 220px);
    aspect-ratio: 1;
    background: url("assets/img/logo-aab.svg") center / contain no-repeat;
    opacity: 0.16;
    filter: grayscale(1) brightness(1.7);
    pointer-events: none;
    z-index: 0;
  }
  .info-carousel::after {
    content: none;
  }
  .info-carousel > * {
    position: relative;
    z-index: 1;
  }
  .info-carousel .info-carousel-header {
    margin-bottom: 10px;
    padding: 0 12px 12px;
  }
  .info-carousel .info-carousel-inner {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    gap: 10px;
    position: relative;
    overflow: hidden;
  }
  .info-carousel .info-carousel-track {
    display: flex;
    gap: 0;
    width: 100%;
    min-width: 0;
    transform: none;
    will-change: contents;
  }
  .info-carousel .info-carousel-viewport {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: auto;
    overscroll-behavior-x: contain;
    cursor: grab;
  }
  .info-carousel .info-carousel-viewport::-webkit-scrollbar {
    display: none;
  }
  .info-carousel .info-carousel-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    height: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .info-carousel .info-carousel-card-media {
    background-size: cover !important;
  }
  .info-carousel .info-carousel-nav {
    display: none;
  }
  .info-carousel .info-carousel-dots {
    display: flex;
    margin-top: 4px;
  }
  .info-carousel .info-carousel-content {
    padding: 12px;
  }
  .info-carousel .info-carousel-title {
    font-size: 16px;
  }
  .info-carousel .info-carousel-subtitle {
    font-size: 13px;
  }
  .info-carousel .info-carousel-heading {
    max-width: 100%;
    font-size: clamp(18px, 7.4vw, 30px);
    line-height: 0.9;
    letter-spacing: 3px;
    white-space: normal;
  }
}
@media (min-width: 1201px) {
  .info-carousel .info-carousel-inner {
    display: block;
    position: relative;
  }
  .info-carousel .info-carousel-viewport {
    width: 100%;
  }
  .info-carousel .info-carousel-track {
    display: flex;
  }
  .info-carousel .info-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .info-carousel .info-carousel-nav:hover,
  .info-carousel .info-carousel-nav:focus,
  .info-carousel .info-carousel-nav:focus-visible {
    transform: translateY(-50%);
  }
  .info-carousel .info-carousel-nav--prev {
    left: -56px;
  }
  .info-carousel .info-carousel-nav--next {
    right: -56px;
  }
}
.page-news {
  background: #f6f8f9;
  color: #C3CDD8;
  padding-bottom: 72px;
}
.page-news .home-news-inner {
  padding: 0 20px;
  gap: 24px;
}
.page-news .news-page-banner {
  position: relative;
  min-height: 240px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}
.page-news .news-page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.page-news .news-page-banner-inner {
  position: relative;
  z-index: 1;
  min-height: 240px;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 620px;
}
.page-news .news-page-banner-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 800;
  font-size: 12px;
}
.page-news .news-page-banner-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}
.page-news .news-page-banner-text {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.5;
  max-width: 520px;
}
.page-news .news-page-grid {
  margin-top: 0;
}
.page-news .news-single {
  background: #FFFFFF;
  color: #C3CDD8;
  padding: 22px 24px;
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.page-news .news-single-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-news .news-single-date {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #0E3661;
}
.page-news .news-single-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}
.page-news .news-single-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.page-news .news-single-content {
  line-height: 1.7;
  color: #C3CDD8;
  font-size: 16px;
}
.page-news .news-single-content p {
  margin-bottom: 14px;
}
.page-news .news-single-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 12px 0;
  border-radius: 4px;
}
.page-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #C3CDD8;
}
.page-news .news-list-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  align-items: center;
}
.page-news .news-list-thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.page-news .news-list-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-news .news-list-date {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #0E3661;
}
.page-news .news-list-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}
.page-news .news-list-title a {
  color: #C3CDD8;
  text-decoration: none;
  transition: color 5s ease;
}
.page-news .news-list-title a:hover {
  color: #FFAF24;
}
.page-news .news-list-excerpt {
  margin: 0;
  color: #C3CDD8;
  font-size: 15px;
  line-height: 1.5;
}
.page-news .news-pagination {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 175, 36, 0.14);
  background: radial-gradient(circle at top left, rgba(255, 175, 36, 0.18), rgba(255, 255, 255, 0) 32%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 26%), linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.88));
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}
.page-news .news-pagination-meta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-news .news-pagination-counter {
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #606c77;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(96, 108, 119, 0.14);
}
.page-news .news-pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-news .news-pagination a,
.page-news .news-pagination span {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(96, 108, 119, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  color: #7b8894;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
  backdrop-filter: blur(8px);
}
.page-news .news-pagination a:hover {
  transform: translateY(-2px);
  background: #FFAF24;
  border-color: #FFAF24;
  color: #000000;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(96, 108, 119, 0.1);
}
.page-news .news-pagination .current {
  background: #b7c3d0;
  color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(96, 108, 119, 0.18);
  border-color: #b7c3d0;
}
@media (max-width: 991.98px) {
  .page-news .home-news-inner {
    padding: 0 16px;
  }
  .page-news .news-page-banner {
    min-height: 220px;
  }
  .page-news .news-page-banner-inner {
    min-height: 220px;
    padding: 28px 28px 30px;
  }
  .page-news .news-page-banner-title {
    font-size: 36px;
  }
  .page-news .news-page-banner-text {
    font-size: 15px;
  }
  .page-news .news-list-item {
    grid-template-columns: 120px 1fr;
  }
  .page-news .news-archive .home-news-grid.news-archive-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .page-news .news-archive .home-news-mobile-carousel,
  .page-news .news-archive .home-news-card-dots {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-news .home-news-inner {
    padding: 0 12px;
  }
  .page-news .news-pagination {
    padding: 14px;
  }
  .page-news .news-pagination ul {
    gap: 6px;
  }
  .page-news .news-pagination a,
  .page-news .news-pagination span {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }
  .page-news .news-page-banner {
    min-height: 180px;
  }
  .page-news .news-page-banner-inner {
    min-height: 180px;
    padding: 22px 20px 24px;
  }
  .page-news .news-page-banner-title {
    font-size: 28px;
  }
  .page-news .news-page-banner-text {
    font-size: 14px;
  }
  .page-news .news-single {
    padding: 16px;
  }
  .page-news .news-single-title {
    font-size: 26px;
  }
  .page-news .news-list-item {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }
  .page-news .news-list-thumb img {
    height: 180px;
  }
}
.news-archive {
  background: linear-gradient(180deg, #f2f4f6 0%, #f6f8f9 100%);
  color: #C3CDD8;
  padding: 0 0 72px;
  padding-top: 0 !important;
}
.news-archive.page-with-header-offset {
  padding-top: var(--header-offset) !important;
}
.news-archive .news-archive-shell {
  margin: 0 auto;
}
.news-archive .news-archive-bootstrap-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.news-archive .news-archive-hero-top {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 420px;
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(0, 0, 0, 0.12);
}
.news-archive .news-archive-hero-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.news-archive .news-archive-hero-top-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-archive .news-archive-hero-top-content {
  width: 100%;
  padding-top: 20px;
}
.news-archive .news-archive-hero-top-copy {
  max-width: 620px;
}
.news-archive .news-archive-hero-top-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 800;
  font-size: 12px;
}
.news-archive .news-archive-hero-top-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.news-archive .news-archive-hero-top-text {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.5;
  max-width: 520px;
}
.news-archive .news-archive-hero {
  position: relative;
  min-height: 280px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}
.news-archive .news-archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.24) 100%);
}
.news-archive .news-archive-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 280px;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 620px;
}
.news-archive .news-archive-hero-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 800;
  font-size: 12px;
}
.news-archive .news-archive-hero-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
}
.news-archive .news-archive-hero-text {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.5;
  max-width: 520px;
}
.news-archive .news-archive-grid {
  margin-top: 36px;
}
.news-archive .news-archive-pagination {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.news-archive .news-archive-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.news-archive .news-archive-pagination li {
  margin: 0;
}
.news-archive .news-archive-pagination a,
.news-archive .news-archive-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(96, 108, 119, 0.14);
  box-shadow: none;
  color: #7b8894;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.news-archive .news-archive-pagination a:hover {
  background: #FFAF24;
  border-color: #FFAF24;
  color: #000000;
}
.news-archive .news-archive-pagination .current {
  background: #b7c3d0;
  border-color: #b7c3d0;
  color: #FFFFFF;
  box-shadow: none;
}
.news-archive .news-archive-pagination .dots {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  color: #97a1ab;
  min-width: 24px;
  padding: 0;
}
.news-archive .news-pagination-meta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.news-archive .news-pagination-counter {
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: #7b8894;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .news-archive .home-news-grid.news-archive-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .news-archive .home-news-mobile-carousel,
  .news-archive .home-news-card-dots {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .news-archive .news-archive-hero-top {
    min-height: 300px;
    background-attachment: scroll;
  }
  .news-archive .news-archive-hero-top-inner {
    padding: 0;
  }
  .news-archive .news-archive-hero-top-content {
    padding-top: 56px;
  }
  .news-archive .news-archive-hero-top-copy {
    max-width: 560px;
  }
  .news-archive .news-archive-hero-top-title {
    font-size: 18px;
    line-height: 1.02;
    letter-spacing: -0.3px;
  }
  .news-archive .news-archive-hero-top-text {
    font-size: 15px;
  }
  .news-archive .news-archive-grid {
    margin-top: 18px;
  }
  .news-archive .news-archive-pagination {
    margin-top: 24px;
    padding: 16px;
  }
  .news-archive .news-archive-pagination a,
  .news-archive .news-archive-pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .news-archive .news-archive-hero-top {
    min-height: 230px;
    background-attachment: scroll;
    background-position: center top;
  }
  .news-archive .news-archive-hero-top-inner {
    padding: 0;
  }
  .news-archive .news-archive-hero-top-content {
    padding-top: 30px;
  }
  .news-archive .news-archive-hero-top-copy {
    max-width: 520px;
  }
  .news-archive .news-archive-hero-top-title {
    font-size: 16px;
    line-height: 1.02;
    letter-spacing: -0.3px;
  }
  .news-archive .news-archive-hero-top-text {
    font-size: 14px;
  }
  .news-archive .news-archive-grid {
    margin-top: 16px;
  }
  .news-archive .news-archive-pagination {
    margin-top: 20px;
    padding: 14px;
  }
  .news-archive .news-archive-pagination ul {
    gap: 6px;
  }
  .news-archive .news-archive-pagination a,
  .news-archive .news-archive-pagination span {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 13px;
  }
}
.page-news-single {
  --page-hero-height: 320px;
  background: radial-gradient(circle at top left, rgba(255, 175, 36, 0.08), rgba(255, 255, 255, 0) 30%), radial-gradient(circle at bottom right, rgba(195, 205, 216, 0.06), rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, #f5f7f8 0%, #eff2f4 100%);
  color: #C3CDD8;
  margin-top: -24px;
  padding-bottom: 72px;
}
.page-news-single .news-single-hero-top {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 420px;
  overflow: hidden;
  background-color: #101112;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(0, 0, 0, 0.12);
}
.page-news-single .news-single-hero-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.74) 100%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 10px);
  pointer-events: none;
  z-index: 1;
}
.page-news-single .news-single-hero-top::after {
  content: "";
  position: absolute;
  inset: -12px;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
  filter: blur(4px);
  transform: scale(1.02);
  pointer-events: none;
  z-index: 0;
}
.page-news-single .news-single-hero-top-inner {
  position: relative;
  z-index: 2;
}
.page-news-single .news-single-hero-top-content {
  min-height: 420px;
  display: flex;
  align-items: center;
}
.page-news-single .news-single-hero-top-copy {
  max-width: 820px;
}
.page-news-single .news-single-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.95);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.page-news-single .news-single-back-link i {
  font-size: 11px;
}
.page-news-single .news-single-back-link:hover {
  transform: translateX(-2px);
  background: rgba(0, 0, 0, 0.46);
  color: #FFFFFF;
}
.page-news-single .news-single-hero-top-title {
  font-size: 38px;
  line-height: 0.95;
  max-width: 820px;
  text-wrap: balance;
}
.page-news-single .news-single-hero-top-date {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  backdrop-filter: blur(10px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}
.page-news-single .news-single-hero-top-date i {
  font-size: 11px;
  opacity: 0.95;
  color: #FFFFFF;
}
.page-news-single .news-single-hero-top-date .date,
.page-news-single .news-single-hero-top-date .time {
  color: #FFFFFF;
}
.page-news-single .news-single-page-hero {
  min-height: var(--page-hero-height);
  background-position: center top;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(0, 0, 0, 0.12);
}
.page-news-single .news-single-page-hero .page-hero-overlay {
  min-height: var(--page-hero-height);
  padding: 42px 0 40px;
  box-sizing: border-box;
}
.page-news-single .news-single-page-hero-copy {
  max-width: 1120px;
}
.page-news-single .news-single-page-title {
  max-width: 1120px;
  font-size: clamp(28px, 2.7vw, 46px);
  text-wrap: balance;
}
.page-news-single .news-single-date {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  backdrop-filter: blur(10px);
}
.page-news-single .news-single-date i {
  font-size: 11px;
  opacity: 0.85;
}
.page-news-single .news-single-shell {
  max-width: 1320px;
  margin: 0 auto;
}
.page-news-single .news-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
  margin-top: 32px;
}
.page-news-single .news-single-body {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 34px 36px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-news-single .news-single-media {
  margin-bottom: 22px;
  overflow: visible;
  border-radius: 22px;
  background: #121212;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}
.page-news-single .news-single-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.page-news-single .news-single-content {
  color: #C3CDD8;
  font-size: 16px;
  line-height: 1.78;
}
.page-news-single .news-single-content p {
  margin: 0 0 18px;
}
.page-news-single .news-single-content p + p {
  margin-top: 0;
}
.page-news-single .news-single-content p:last-child {
  margin-bottom: 0;
}
.page-news-single .news-single-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 18px;
}
.page-news-single .news-single-content figure {
  margin: 20px 0;
}
.page-news-single .news-single-content figure img {
  margin: 0;
}
.page-news-single .news-single-aside {
  position: sticky;
  top: 150px;
  align-self: start;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-news-single .news-single-aside-card {
  background: linear-gradient(180deg, rgba(27, 29, 32, 0.98) 0%, rgba(16, 17, 18, 0.98) 100%);
  color: #FFFFFF;
  border-radius: 22px;
  padding: 22px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}
.page-news-single .news-single-related-card {
  max-height: calc(100vh - 164px);
  overflow: auto;
  overscroll-behavior: contain;
}
.page-news-single .news-single-social-card {
  overflow: visible;
  max-height: none;
  padding-bottom: 18px;
}
.page-news-single .news-single-social-copy {
  margin: 0 0 18px;
}
.page-news-single .news-single-aside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.page-news-single .news-single-aside-label {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.page-news-single .news-single-aside-copy {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}
.page-news-single .news-single-related {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.page-news-single .news-single-related-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.page-news-single .news-single-related-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}
.page-news-single .news-single-related-title {
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}
.page-news-single .news-single-related-arrow {
  justify-self: end;
  font-size: 20px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.84);
}
.page-news-single .news-single-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.page-news-single .news-single-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  will-change: transform;
}
.page-news-single .news-single-social-link:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.26);
  filter: brightness(1.04);
}
.page-news-single .news-single-social-link.whatsapp {
  background: #25D366;
}
.page-news-single .news-single-social-link.facebook {
  background: #1877f2;
}
.page-news-single .news-single-social-link.x {
  background: #000000;
}
.page-news-single .news-single-social-link.telegram {
  background: #4da3ff;
}
.page-news-single .news-single-social-link.email {
  background: #ff2929;
}
.page-news-single .news-single-social-link.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.page-news-single .news-single-hero-top {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.page-news-single .news-single-hero-top-inner {
  align-items: center;
}
.page-news-single .news-single-hero-top-content {
  padding-top: 0;
}
.page-news-single .news-single-hero-top-copy {
  max-width: 820px;
}
.page-news-single .news-single-hero-top-title {
  font-size: 38px;
  line-height: 0.95;
  max-width: 820px;
}
.page-news-single .news-single-hero-top-date {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  backdrop-filter: blur(10px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.page-news-single .news-single-hero-top-date i {
  font-size: 11px;
  opacity: 0.95;
  color: #FFFFFF;
}
.page-news-single .news-single-hero-top-date .date,
.page-news-single .news-single-hero-top-date .time {
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .page-news-single .news-single-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .page-news-single .news-single-hero-top {
    background-attachment: scroll;
    min-height: 360px;
  }
  .page-news-single .news-single-hero-top-content {
    min-height: 360px;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .page-news-single .news-single-layout {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .page-news-single .news-single-aside-card {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .page-news-single .news-single-related-card {
    max-height: none;
    overflow: visible;
  }
  .page-news-single .news-single-hero-top-title {
    font-size: 30px;
    line-height: 1.02;
    max-width: 100%;
  }
  .page-news-single .news-single-back-link {
    margin-bottom: 10px;
    padding: 8px 12px;
  }
}
@media (max-width: 991.98px) {
  .page-news-single {
    --page-hero-height: 260px;
    padding-bottom: 56px;
  }
  .page-news-single .news-single-page-hero .page-hero-overlay {
    padding: 26px 0 28px;
  }
  .page-news-single .news-single-hero-top-content {
    min-height: 240px;
    padding-top: 0;
  }
  .page-news-single .news-single-hero-top {
    min-height: 240px;
  }
  .page-news-single .news-single-hero-top-title {
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 1.05;
  }
  .page-news-single .news-single-back-link {
    margin-bottom: 8px;
    padding: 7px 11px;
    font-size: 10px;
  }
  .page-news-single .news-single-hero-top-date {
    font-size: 10px;
    padding: 7px 11px;
    gap: 7px;
  }
  .page-news-single .news-single-page-title {
    font-size: 24px;
    line-height: 1.05;
  }
  .page-news-single .news-single-body {
    padding: 20px 16px;
    border-radius: 22px;
  }
  .page-news-single .news-single-media {
    margin-bottom: 18px;
    border-radius: 18px;
  }
  .page-news-single .news-single-media img {
    max-height: none;
  }
  .page-news-single .news-single-content {
    font-size: 15px;
    line-height: 1.7;
  }
  .page-news-single .news-single-aside-card {
    padding: 20px 18px;
    border-radius: 22px;
    max-height: none;
    overflow: visible;
  }
  .page-news-single .news-single-related-card {
    max-height: none;
    overflow: visible;
  }
  .page-news-single .news-single-aside-header {
    margin-bottom: 10px;
  }
  .page-news-single .news-single-aside-copy {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .page-news-single .news-single-related-item {
    padding: 14px 16px;
    border-radius: 18px;
  }
  .page-news-single .news-single-social-links {
    gap: 8px;
  }
  .page-news-single .news-single-social-link {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
html.menu-open .page-news-single .news-single-aside {
  position: static !important;
  top: auto !important;
  align-self: start !important;
}
.president-message {
  position: relative;
  isolation: isolate;
  padding: 90px 0;
  background: radial-gradient(circle at 38% 42%, rgba(74, 104, 137, 0.12) 0%, rgba(74, 104, 137, 0) 38%), linear-gradient(180deg, #121315 0%, #0d0e0f 54%, #1e2023 100%);
}
.president-message .president-message-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 46px;
  align-items: center;
}
.president-message .president-message-media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
}
.president-message .president-message-media img {
  width: 260px;
  height: 260px;
  max-width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}
.president-message .president-message-media::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  max-width: 100%;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}
.president-message .president-message-media::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-4px, -4px);
  background: radial-gradient(circle, rgba(255, 230, 153, 0.18) 0%, rgba(195, 205, 216, 0) 60%);
  pointer-events: none;
  z-index: -1;
}
.president-message .president-message-kicker {
  margin: 0 0 8px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #248EFF;
}
.president-message .president-message-title {
  margin: 0 0 16px !important;
  font-size: 28px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.98) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  display: block;
}
.president-message .president-message-text {
  margin: 0 0 22px !important;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 640px;
  display: block;
}
.president-message .president-message-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #248EFF;
  text-decoration: none;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
  margin-top: 10px !important;
}
.president-message .president-message-cta i {
  font-size: 13px;
}
.president-message .president-message-cta:hover {
  color: #FFAF24 !important;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .president-message .president-message-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
  }
  .president-message .president-message-media {
    max-width: 260px;
    margin: 0 auto;
  }
  .president-message .president-message-media img {
    width: 200px;
    height: 200px;
  }
  .president-message .president-message-cta {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .president-message {
    padding: 60px 0;
  }
  .president-message .president-message-inner {
    padding: 0 12px;
    gap: 20px;
  }
  .president-message .president-message-media {
    max-width: 190px;
    margin: 0 auto;
  }
  .president-message .president-message-media img {
    width: 140px;
    height: 140px;
  }
  .president-message .president-message-title {
    font-size: 24px;
  }
  .president-message .president-message-text {
    font-size: 15px;
    line-height: 1.65;
  }
}
@media (max-width: 991.98px) {
  .home-informativos-title {
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }
  .home-informativos-subtitle {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  .home-informativos-card-title {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
  .home-news .home-news-card-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }
  .home-news .home-news-card-date {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
  .home-strip .home-strip-cta {
    font-size: 16px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }
  .sports-highlight .sports-highlight-title {
    font-size: 23px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }
  .sports-highlight .sports-highlight-subtitle {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .sports-highlight .sports-highlight-card-title {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
  .sports-highlight .sports-highlight-card-subtitle {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
  .info-carousel .info-carousel-heading {
    font-size: 22px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }
  .info-carousel .info-carousel-title {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  .info-carousel .info-carousel-subtitle {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
  .page-news .news-page-banner-title {
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }
  .page-news .news-page-banner-text {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  .page-news .news-single-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }
  .page-news .news-list-title {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
  .news-archive .news-archive-hero-top-title {
    font-size: 15px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }
  .news-archive .news-archive-hero-top-text {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
  .page-news-single .news-single-hero-top-title {
    font-size: 16px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }
  .page-news-single .news-single-content {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
  .president-message .president-message-title {
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }
  .president-message .president-message-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
#site-store,
.site-store {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 56px 0 64px;
  background: #FFFFFF;
  color: #050505;
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#site-store *,
.site-store *,
#site-store *::before,
.site-store *::before,
#site-store *::after,
.site-store *::after {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#site-store .site-store-inner,
.site-store .site-store-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#site-store .site-store-head-container,
.site-store .site-store-head-container {
  padding: 0 28px;
}
#site-store .site-store-head,
.site-store .site-store-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
#site-store .site-store-title,
.site-store .site-store-title {
  margin: 0;
  color: #050505;
  font-family: "Lato", sans-serif !important;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
#site-store .site-store-empty,
.site-store .site-store-empty {
  margin: 8px 0 0;
  color: rgba(5, 5, 5, 0.72);
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#site-store .site-store-empty-container,
.site-store .site-store-empty-container {
  padding: 0 28px;
}
#site-store .site-store-slider,
.site-store .site-store-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}
#site-store .site-store-mask,
.site-store .site-store-mask {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 28px 12px;
  cursor: grab;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#site-store .site-store-mask::-webkit-scrollbar,
.site-store .site-store-mask::-webkit-scrollbar {
  display: none;
}
#site-store .site-store-track,
.site-store .site-store-track {
  width: max-content;
  min-width: 100%;
}
#site-store .site-store-group,
.site-store .site-store-group {
  display: flex;
  align-items: stretch;
  gap: 26px;
  width: max-content;
}
#site-store .site-store-item,
.site-store .site-store-item {
  flex: 0 0 clamp(280px, 26vw, 380px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-height: 410px;
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  border: 0;
  box-shadow: none;
  text-align: center;
}
#site-store .site-store-copy,
.site-store .site-store-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
#site-store .site-store-copy .site-store-name,
.site-store .site-store-copy .site-store-name,
#site-store .site-store-copy .site-store-category,
.site-store .site-store-copy .site-store-category {
  margin: 0;
}
#site-store .site-store-carousel,
.site-store .site-store-carousel {
  width: min(100%, 286px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  grid-template-areas: "prev viewport next" "dots dots dots";
  column-gap: 5px;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
#site-store .site-store-carousel-viewport,
.site-store .site-store-carousel-viewport {
  grid-area: viewport;
  overflow: hidden;
  height: 286px;
  scroll-behavior: auto;
  cursor: default;
  scrollbar-width: none;
}
#site-store .site-store-carousel-viewport::-webkit-scrollbar,
.site-store .site-store-carousel-viewport::-webkit-scrollbar {
  display: none;
}
#site-store .site-store-carousel-track,
.site-store .site-store-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: 286px;
  width: max-content;
  min-width: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  user-select: none;
  -webkit-user-select: none;
}
#site-store .site-store-carousel-slide,
.site-store .site-store-carousel-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  height: 286px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
#site-store .site-store-carousel-slide:focus-visible,
.site-store .site-store-carousel-slide:focus-visible {
  outline: 2px solid #FFAF24;
  outline-offset: 4px;
}
#site-store .site-store-carousel-nav,
.site-store .site-store-carousel-nav {
  grid-area: prev;
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.16);
  color: rgba(0, 0, 0, 0.58);
  cursor: pointer;
  font-size: 14px;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  z-index: 5;
  opacity: 0.72;
}
#site-store .site-store-carousel-nav:hover,
.site-store .site-store-carousel-nav:hover,
#site-store .site-store-carousel-nav:focus-visible,
.site-store .site-store-carousel-nav:focus-visible {
  background: rgba(255, 175, 36, 0.82);
  color: rgba(0, 0, 0, 0.82);
  opacity: 0.9;
}
#site-store .site-store-carousel-nav:disabled,
.site-store .site-store-carousel-nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
#site-store .site-store-carousel-nav--next,
.site-store .site-store-carousel-nav--next {
  grid-area: next;
}
#site-store .site-store-carousel-dots,
.site-store .site-store-carousel-dots {
  grid-area: dots;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
  margin-top: -2px;
}
#site-store .site-store-carousel-dot,
.site-store .site-store-carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.3);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  opacity: 1;
}
#site-store .site-store-carousel-dot.is-active,
.site-store .site-store-carousel-dot.is-active {
  background: #FFAF24;
  transform: scale(1.12);
  opacity: 1;
}
#site-store .site-store-carousel-dot:hover,
.site-store .site-store-carousel-dot:hover,
#site-store .site-store-carousel-dot:focus-visible,
.site-store .site-store-carousel-dot:focus-visible {
  opacity: 1;
  transform: scale(1.12);
}
#site-store .site-store-image,
.site-store .site-store-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  filter: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: none;
}
#site-store .site-store-category,
.site-store .site-store-category {
  margin: 0;
  color: rgba(5, 5, 5, 0.72);
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.35px;
  min-height: 1em;
  text-transform: none;
}
#site-store .site-store-name,
.site-store .site-store-name {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  color: #000000;
  font-family: "Lato", sans-serif !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.2px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#site-store .site-store-actions,
.site-store .site-store-actions {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  margin-top: auto;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}
#site-store .site-store-price,
.site-store .site-store-price,
#site-store .site-store-buy,
.site-store .site-store-buy {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
#site-store .site-store-price,
.site-store .site-store-price {
  background: #050505;
  color: #FFFFFF;
}
#site-store .site-store-buy,
.site-store .site-store-buy {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #FFAF24;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.45s ease, box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  will-change: box-shadow, color, filter;
}
#site-store .site-store-buy::before,
.site-store .site-store-buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #050505;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: -1;
}
#site-store .site-store-buy:hover,
.site-store .site-store-buy:hover,
#site-store .site-store-buy:focus,
.site-store .site-store-buy:focus {
  color: #FFFFFF;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  filter: brightness(0.98);
  text-decoration: none;
}
#site-store .site-store-buy:hover::before,
.site-store .site-store-buy:hover::before,
#site-store .site-store-buy:focus::before,
.site-store .site-store-buy:focus::before {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .site-store {
    padding: 42px 0 48px;
  }
  .site-store .site-store-head-container,
  .site-store .site-store-empty-container {
    padding: 0 20px;
  }
  .site-store .site-store-head {
    margin-bottom: 26px;
  }
  .site-store .site-store-title {
    font-size: 34px;
    line-height: 1;
  }
  .site-store .site-store-empty {
    margin-top: 6px;
    padding: 0 20px;
    font-size: 15px;
  }
  .site-store .site-store-group {
    gap: 0;
  }
  .site-store .site-store-mask {
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
  }
  .site-store .site-store-item {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
  .site-store .site-store-carousel-viewport,
  .site-store .site-store-carousel-track,
  .site-store .site-store-carousel-slide {
    height: 248px;
  }
  .site-store .site-store-carousel-slide {
    flex-basis: 100%;
    width: 100%;
  }
  .site-store .site-store-image {
    width: auto;
    transform: translate(-50%, -50%);
  }
  .site-store .site-store-category {
    font-size: 13px;
    margin-bottom: 0;
  }
  .site-store .site-store-name {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .site-store {
    padding: 34px 0 40px;
  }
  .site-store .site-store-head-container,
  .site-store .site-store-empty-container {
    padding: 0 16px;
  }
  .site-store .site-store-head {
    margin-bottom: 20px;
  }
  .site-store .site-store-title {
    font-size: 28px;
  }
  .site-store .site-store-empty {
    margin: 6px 0 0;
    font-size: 14px;
  }
  .site-store .site-store-category {
    font-size: 12px;
    margin-bottom: 0;
  }
  .site-store .site-store-name {
    font-size: 17px;
  }
  .site-store .site-store-group {
    gap: 0;
  }
  .site-store .site-store-item {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    gap: 6px;
    padding: 0;
  }
  .site-store .site-store-carousel-viewport,
  .site-store .site-store-carousel-track,
  .site-store .site-store-carousel-slide {
    height: 210px;
  }
  .site-store .site-store-carousel-slide {
    flex-basis: 100%;
    width: 100%;
  }
  .site-store .site-store-image {
    width: auto;
    transform: translate(-50%, -50%);
  }
  .site-store .site-store-mask {
    padding: 0 16px 10px;
    scroll-padding-inline: 16px;
  }
}
#site-footer {
  position: relative;
  background: #181818;
  color: #FFFFFF;
  isolation: isolate;
  width: 100% !important;
}
#site-footer .site-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: flex-start;
}
#site-footer a,
#site-footer button,
#site-footer .site-footer-supporter-card,
#site-footer .site-footer-supporter-logo {
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}
#site-footer .site-footer-supporters {
  margin-bottom: 35px;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#site-footer .site-footer-supporters-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}
#site-footer .site-footer-supporters .site-footer-title {
  font-size: 20px;
}
#site-footer .site-footer-supporters-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}
#site-footer .site-footer-supporters-mask {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#site-footer .site-footer-supporters-mask::before,
#site-footer .site-footer-supporters-mask::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
  z-index: 2;
}
#site-footer .site-footer-supporters-mask::before {
  left: 0;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0.96), rgba(24, 24, 24, 0));
}
#site-footer .site-footer-supporters-mask::after {
  right: 0;
  background: linear-gradient(270deg, rgba(24, 24, 24, 0.96), rgba(24, 24, 24, 0));
}
#site-footer .site-footer-supporters-track {
  width: 100%;
}
#site-footer .site-footer-supporters-group {
  display: flex;
  align-items: stretch;
  gap: 70px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#site-footer .site-footer-supporter-card {
  flex: 0 0 clamp(132px, 12vw, 190px);
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 20px;
  border: 0;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  transform: scale(0.92);
  opacity: 0.68;
  filter: saturate(0.82);
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-supporter-card:hover,
#site-footer .site-footer-supporter-card:focus-within {
  opacity: 1;
  filter: saturate(1);
}
#site-footer .site-footer-supporter-card.is-near {
  opacity: 0.86;
  transform: scale(0.92);
  filter: saturate(0.9);
}
#site-footer .site-footer-supporter-logo {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
  filter: grayscale(1) brightness(1.1) contrast(0.95);
  opacity: 0.88;
}
#site-footer .site-footer-supporter-card:hover .site-footer-supporter-logo,
#site-footer .site-footer-supporter-card:focus-within .site-footer-supporter-logo {
  filter: none;
  opacity: 1;
}
#site-footer .site-footer-supporter-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
}
#site-footer .site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#site-footer .site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 22px;
}
#site-footer .site-footer-logo-img {
  width: 180px;
  height: auto;
  display: block;
}
#site-footer .site-footer-logo--bottom {
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}
#site-footer .site-footer-logo--by {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  flex: 0 0 auto;
  opacity: 0.9;
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}
#site-footer .site-footer-logo--by svg {
  width: 40px;
  height: 40px;
  display: block;
}
#site-footer .site-footer-tagline {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
}
#site-footer .site-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
#site-footer .site-footer-actions .site-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
#site-footer .site-footer-title {
  display: inline-block;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 20px 0 !important;
  color: #FFAF24;
  font-size: 18px;
}
#site-footer .site-footer-links {
  min-width: 0;
}
#site-footer .site-footer-menu-layout {
  width: 100%;
}
#site-footer .site-footer-menu-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}
#site-footer .site-footer-menu-column {
  min-width: 0;
}
#site-footer .site-footer-menu-heading {
  display: inline-block;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #FFFFFF;
  font-size: 17px;
}
#site-footer .site-footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
#site-footer .site-footer-menu-list > li {
  margin: 0;
}
#site-footer .site-footer-menu-list .sub-menu,
#site-footer .site-footer-menu-list .site-footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
#site-footer .site-footer-menu-list .sub-menu a,
#site-footer .site-footer-menu-list a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  font-size: 14px;
}
#site-footer .site-footer-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
#site-footer .site-footer-menu .menu li {
  margin: 0;
}
#site-footer .site-footer-menu .menu a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 14px;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-menu .menu a:hover {
  color: #FFAF24;
}
#site-footer .site-footer-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}
#site-footer .site-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
#site-footer .site-footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-list a:hover {
  color: #FFAF24;
}
#site-footer .site-footer-contact {
  grid-column: 1 / -1;
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#site-footer .site-footer-contact .site-footer-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: start;
  justify-items: start;
  width: 100%;
}
#site-footer .site-footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  min-width: 0;
  width: auto;
  max-width: 100%;
  align-self: start;
}
#site-footer .site-footer-contact-label {
  display: inline-block;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #FFFFFF;
  font-size: 16px;
}
#site-footer .site-footer-contact-item > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
  width: auto;
  max-width: 100%;
  align-self: start;
}
#site-footer .site-footer-contact-item > a i {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  flex: 0 0 auto;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-contact-item > a:hover {
  color: #FFAF24;
}
#site-footer .site-footer-contact-item > a:hover i {
  color: #FFAF24;
}
#site-footer .site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: auto;
  max-width: 100%;
  align-self: start;
}
#site-footer .site-footer-social .icon-rede-social {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #FFFFFF;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-social .icon-rede-social i {
  color: currentColor;
  font-size: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-social .icon-rede-social:hover {
  transform: none;
  box-shadow: none;
}
#site-footer .site-footer-social .icon-rede-social.instagram i::after {
  content: "\f16d";
  font-family: "Font Awesome 7 Brands", "Font Awesome 6 Brands";
  font-weight: 400;
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.5s ease, filter 0.5s ease;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#site-footer .site-footer-social .icon-rede-social.instagram:hover {
  border-color: hsla(319, 71%, 49%, 0.5);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.04);
}
#site-footer .site-footer-social .icon-rede-social.instagram:hover i {
  color: rgba(255, 255, 255, 0);
  filter: brightness(1.05);
}
#site-footer .site-footer-social .icon-rede-social.instagram:hover i::after {
  opacity: 1;
  filter: brightness(1.05);
}
#site-footer .site-footer-social .icon-rede-social.facebook:hover {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.72);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}
#site-footer .site-footer-social .icon-rede-social.email:hover {
  color: #FFAF24;
  border-color: rgba(255, 175, 36, 0.72);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}
#site-footer .site-footer-address-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  align-self: start;
}
#site-footer .site-footer-address-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#site-footer .site-footer-address-line {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
  width: auto;
}
#site-footer .site-footer-address-line i {
  top: 2px;
  color: #FFAF24;
}
#site-footer .site-footer-address-line span:last-child {
  min-width: 0;
}
#site-footer .site-footer-contact-item:nth-of-type(1) {
  grid-column: 1 / span 1;
}
#site-footer .site-footer-contact-item:nth-of-type(2) {
  grid-column: 2 / span 1;
}
#site-footer .site-footer-contact-item:nth-of-type(3) {
  grid-column: 3 / span 1;
}
#site-footer .site-footer-contact-item:nth-of-type(4) {
  grid-column: 4 / span 1;
}
#site-footer .site-footer-address-text .site-footer-address-line:first-child {
  font-weight: 800;
}
#site-footer .site-footer-address {
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#site-footer .site-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
#site-footer .site-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-social a:hover {
  color: #FFAF24;
  border-color: rgba(255, 175, 36, 0.7);
  background: rgba(255, 175, 36, 0.1);
  transform: translateY(-2px);
}
#site-footer .site-footer-bottom {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#site-footer .site-footer-bottom .site-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  flex-wrap: wrap;
}
#site-footer .site-footer-bottom .site-footer-bottom-inner .site-footer-copy {
  flex: 1 1 320px;
}
#site-footer .site-footer-bottom .site-footer-bottom-inner .site-footer-bottom-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
#site-footer .site-footer-bottom .site-footer-bottom-inner .site-footer-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
#site-footer .site-footer-bottom .site-footer-bottom-inner .site-footer-back:hover {
  color: #FFAF24;
}
#site-footer .site-footer-bottom .site-footer-bottom-inner .site-footer-back i {
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
@media (max-width: 1100px) {
  #site-footer .site-footer-inner {
    padding: 0 16px;
  }
  #site-footer .site-footer-supporters-head {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }
  #site-footer .site-footer-supporters-slider {
    display: block;
  }
  #site-footer .site-footer-supporters-mask::before,
  #site-footer .site-footer-supporters-mask::after {
    width: 48px;
  }
  #site-footer .site-footer-supporter-card {
    flex-basis: clamp(132px, 18vw, 170px);
    min-height: 72px;
    padding: 6px 12px;
  }
  #site-footer .site-footer-supporter-card.is-active {
    transform: scale(1.05) translateY(-2px);
  }
  #site-footer .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #site-footer .site-footer-menu-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px !important;
  }
  #site-footer .site-footer-contact .site-footer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px !important;
  }
  #site-footer .site-footer-contact-item:nth-of-type(1),
  #site-footer .site-footer-contact-item:nth-of-type(2),
  #site-footer .site-footer-contact-item:nth-of-type(3),
  #site-footer .site-footer-contact-item:nth-of-type(4) {
    grid-column: auto;
  }
  #site-footer .site-footer-brand {
    grid-column: auto;
  }
  #site-footer .site-footer-bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 12px 16px;
    padding: 14px 0 0;
  }
  #site-footer .site-footer-bottom-actions {
    width: auto;
    margin-left: 0;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  #site-footer {
    padding: 20px 0;
  }
  #site-footer .site-footer-inner {
    padding: 0 12px;
  }
  #site-footer .site-footer-supporters {
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  #site-footer .site-footer-supporters-head {
    gap: 10px;
    margin-bottom: 14px;
    text-align: center;
    align-items: center;
  }
  #site-footer .site-footer-supporters-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  #site-footer .site-footer-supporters-arrow {
    padding: 0;
  }
  #site-footer .site-footer-supporters-arrow i {
    font-size: 14px;
  }
  #site-footer .site-footer-supporters-mask {
    padding: 0;
  }
  #site-footer .site-footer-supporters-mask::before,
  #site-footer .site-footer-supporters-mask::after {
    width: 72px;
  }
  #site-footer .site-footer-supporters-group {
    gap: 70px;
  }
  #site-footer .site-footer-supporter-card {
    flex-basis: clamp(132px, 12vw, 190px);
    min-height: 76px;
    padding: 10px 14px;
    border-radius: 20px;
    border: 0;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    transform: scale(0.92);
    opacity: 0.68;
    filter: saturate(0.82);
  }
  #site-footer .site-footer-supporter-card.is-active {
    transform: scale(1.02) translateY(-2px);
    opacity: 0.86;
    filter: saturate(0.9);
  }
  #site-footer .site-footer-supporter-logo {
    max-height: 52px;
    opacity: 0.88;
    filter: grayscale(1) brightness(1.1) contrast(0.95);
  }
  #site-footer .site-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }
  #site-footer .site-footer-brand,
  #site-footer .site-footer-actions,
  #site-footer .site-footer-col,
  #site-footer .site-footer-bottom-inner {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #site-footer .site-footer-actions {
    flex-direction: column;
  }
  #site-footer .site-footer-actions .site-footer-cta {
    width: 100%;
    justify-content: center;
  }
  #site-footer .site-footer-links .site-footer-title {
    display: none;
  }
  #site-footer .site-footer-menu .menu {
    justify-items: center;
  }
  #site-footer .site-footer-menu {
    display: none;
  }
  #site-footer .site-footer-menu-columns {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  #site-footer .site-footer-menu-column {
    width: auto;
  }
  #site-footer .site-footer-menu-heading {
    text-align: center;
  }
  #site-footer .site-footer-contact-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #site-footer .site-footer-menu-list {
    justify-items: center;
  }
  #site-footer .site-footer-contact-item {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  #site-footer .site-footer-contact {
    gap: 16px;
  }
  #site-footer .site-footer-contact .site-footer-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: center;
    justify-items: center;
  }
  #site-footer .site-footer-contact-item:nth-of-type(1),
  #site-footer .site-footer-contact-item:nth-of-type(2),
  #site-footer .site-footer-contact-item:nth-of-type(3),
  #site-footer .site-footer-contact-item:nth-of-type(4) {
    grid-column: auto;
  }
  #site-footer .site-footer-contact-item > a,
  #site-footer .site-footer-address-detail,
  #site-footer .site-footer-address-line {
    font-size: 13px;
    justify-content: center;
    text-align: center;
    align-self: center;
  }
  #site-footer .site-footer-address-line {
    align-items: center;
  }
  #site-footer .site-footer-social {
    align-self: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
  }
  #site-footer .site-footer-social .icon-rede-social {
    margin: 0;
    width: 38px;
    height: 38px;
  }
  #site-footer .site-footer-social .icon-rede-social i {
    font-size: 14px;
  }
  #site-footer .site-footer-list {
    justify-items: center;
  }
  #site-footer .site-footer-bottom-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 8px 12px 10px !important;
    text-align: center !important;
    gap: 6px !important;
    font-size: 11px !important;
  }
  #site-footer .site-footer-bottom-inner .site-footer-copy {
    width: auto !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  #site-footer .site-footer-bottom-inner .site-footer-bottom-actions {
    width: auto !important;
    margin-left: 0 !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  #site-footer .site-footer-bottom-inner .site-footer-back {
    font-size: 11px;
    gap: 6px;
  }
}
.supporters-page {
  background: #171717;
  color: #FFFFFF;
}
.supporters-page .supporters-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 36px;
  box-sizing: border-box;
}
.supporters-page .supporters-pitch {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #000000;
}
.supporters-page .supporters-pitch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: stretch;
  gap: 24px;
}
.supporters-page .supporters-panel {
  position: relative;
  min-height: 282px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 42px 42px;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}
.supporters-page .supporters-panel-dark {
  border: 2px solid rgba(255, 175, 36, 0.72);
  background: radial-gradient(circle at 42% 20%, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 26%), linear-gradient(135deg, #191919 0%, #050505 72%);
  box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.03);
}
.supporters-page .supporters-panel-light {
  border: 4px solid #f7f7f7;
  outline: 2px solid rgba(0, 0, 0, 0.78);
  outline-offset: -10px;
  background: radial-gradient(circle at 50% 0%, #FFFFFF 0%, #f7f7f7 52%, #ededed 100%);
  color: #050505;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.supporters-page .supporters-panel-body {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 15px;
  margin-top: 15px;
}
.supporters-page .supporters-panel-icon {
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 2;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.supporters-page .supporters-panel-icon i {
  font-size: 34px;
  line-height: 1;
}
.supporters-page .supporters-panel-icon-dark {
  border: 3px solid #FFAF24;
  background: #121212;
  color: #FFAF24;
}
.supporters-page .supporters-panel-icon-light {
  border: 3px solid #FFAF24;
  background: #030303;
  color: #FFAF24;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
.supporters-page .content-heading {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.supporters-page .content-heading-light {
  color: #FFFFFF;
}
.supporters-page .content-heading-dark {
  color: #050505;
}
.supporters-page .content-mark {
  display: block;
  width: 46px;
  height: 3px;
  background: rgba(255, 175, 36, 0.8);
}
.supporters-page .content-mark-small {
  width: 44px;
  height: 2px;
  margin-top: 10px;
  opacity: 0.52;
}
.supporters-page .content-copy {
  max-width: 560px;
  margin: 0 auto;
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 700;
}
.supporters-page .content-copy-light {
  color: rgba(255, 255, 255, 0.86);
}
.supporters-page .content-copy-spaced {
  margin-top: 2px;
}
.supporters-page .content-copy-narrow {
  max-width: 520px;
}
.supporters-page .content-copy-dark {
  color: rgba(0, 0, 0, 0.78);
}
.supporters-page .supporters-benefits {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 12px auto 0;
  padding: 0;
  list-style: none;
}
.supporters-page .supporters-benefit {
  min-height: 84px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding: 2px 12px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.45);
  color: #080808;
  box-sizing: border-box;
}
.supporters-page .supporters-benefit:first-child {
  border-left: 0;
}
.supporters-page .supporters-benefit i {
  height: 28px;
  display: inline-grid;
  place-items: center;
  font-size: 26px;
  line-height: 1;
}
.supporters-page .supporters-benefit span {
  max-width: 102px;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 10px;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
  color: #050505;
}
.supporters-page .supporters-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
}
.supporters-page .supporters-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 16% 0%, rgba(255, 175, 36, 0.1), rgba(255, 175, 36, 0) 28%), radial-gradient(circle at 86% 22%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 32%);
}
.supporters-page .supporters-section > .supporters-shell {
  position: relative;
  z-index: 1;
}
.supporters-page .supporters-section-sports {
  background: linear-gradient(180deg, #080808, #000000);
}
.supporters-page .supporters-section-form,
.supporters-page .supporters-section-spaces {
  background: linear-gradient(180deg, #FFFFFF, #f7f7f7);
  color: #000000;
}
.supporters-page .supporters-section-head {
  display: grid;
  gap: 12px;
  max-width: 660px;
  margin: 0 0 28px;
}
.supporters-page .supporters-section-head-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  justify-items: center;
}
.supporters-page .supporters-section-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 175, 36, 0.34);
  border-radius: 999px;
  background: rgba(255, 175, 36, 0.12);
  color: #FFAF24;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.supporters-page .supporters-section-title {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.96;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
}
.supporters-page .supporters-section-spaces .supporters-section-title {
  color: #000000;
}
.supporters-page .supporters-section-form .supporters-section-title {
  color: #000000;
}
.supporters-page .supporters-section-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  font-size: 16px;
  line-height: 1.58;
}
.supporters-page .supporters-section-spaces .supporters-section-text {
  color: rgba(0, 0, 0, 0.68);
}
.supporters-page .supporters-section-form .supporters-section-text {
  color: rgba(0, 0, 0, 0.68);
}
.supporters-page .supporters-form-card,
.supporters-page .supporters-card,
.supporters-page .supporters-icon-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: radial-gradient(circle at 12% 0%, rgba(255, 175, 36, 0.09), rgba(255, 175, 36, 0) 30%), linear-gradient(145deg, #121212, #080808 62%, #0d0d0d);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.supporters-page .supporters-form-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
}
.supporters-page .supporters-section-form .supporters-form-card {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.supporters-page .supporters-section-form .supporters-section-head {
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
  justify-items: center;
}
.supporters-page .supporters-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.supporters-page .supporters-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
}
.supporters-page .supporters-field-full {
  grid-column: 1 / -1;
}
.supporters-page .supporters-field span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.supporters-page .supporters-section-form .supporters-field span {
  color: rgba(0, 0, 0, 0.7);
}
.supporters-page .supporters-field input,
.supporters-page .supporters-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.supporters-page .supporters-section-form .supporters-field input,
.supporters-page .supporters-section-form .supporters-field textarea {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  color: #000000;
}
.supporters-page .supporters-field textarea {
  min-height: 128px;
  padding-top: 14px;
  resize: vertical;
}
.supporters-page .supporters-field input::placeholder,
.supporters-page .supporters-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}
.supporters-page .supporters-section-form .supporters-field input::placeholder,
.supporters-page .supporters-section-form .supporters-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.supporters-page .supporters-field input:focus,
.supporters-page .supporters-field textarea:focus {
  border-color: rgba(255, 175, 36, 0.58);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 4px rgba(255, 175, 36, 0.12);
  outline: none;
}
.supporters-page .supporters-section-form .supporters-field input:focus,
.supporters-page .supporters-section-form .supporters-field textarea:focus {
  background: rgba(0, 0, 0, 0.07);
}
.supporters-page .supporters-form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
}
.supporters-page .supporters-button {
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #FFAF24 !important;
  color: #000000 !important;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.supporters-page .supporters-button:hover,
.supporters-page .supporters-button:focus-visible {
  background: #ffa810 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 175, 36, 0.2);
  filter: brightness(1.04);
  outline: none;
}
.supporters-page .supporters-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 28px;
}
.supporters-page .supporters-icon-card {
  min-height: 162px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px 16px;
  text-align: center;
}
.supporters-page .supporters-icon-card-light {
  background: radial-gradient(circle at 50% 0%, rgba(255, 175, 36, 0.11), rgba(255, 175, 36, 0) 34%), linear-gradient(145deg, #FFFFFF, #f5f5f5);
  color: #000000;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}
.supporters-page .supporters-card-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 175, 36, 0.14);
  color: #FFAF24;
  font-size: 31px;
}
.supporters-page .supporters-icon-card h3 {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.06;
  font-weight: 900;
  color: #FFFFFF;
}
.supporters-page .supporters-icon-card-light h3 {
  color: #000000;
}
.supporters-page .supporters-icon-card p {
  max-width: 260px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}
.supporters-page .supporters-icon-card-light p {
  color: rgba(0, 0, 0, 0.68);
}
.supporters-page .supporters-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
}
.supporters-page .supporters-card-copy {
  display: grid;
  gap: 14px;
}
.supporters-page .supporters-card-copy h3 {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
}
.supporters-page .supporters-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.58;
}
.supporters-page .supporters-media-grid,
.supporters-page .supporters-image-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.supporters-page .supporters-media-card {
  position: relative;
  min-height: 206px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}
.supporters-page .supporters-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
.supporters-page .supporters-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.01);
}
.supporters-page .supporters-section-sports .supporters-image-row {
  margin-top: 36px;
}
.supporters-page .supporters-section-sports .supporters-media-card {
  min-height: 220px;
}
@media (max-width: 1180px) {
  .supporters-page .supporters-pitch-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .supporters-page .supporters-panel {
    min-height: 260px;
  }
  .supporters-page .content-copy {
    max-width: 660px;
  }
  .supporters-page .supporters-form-card,
  .supporters-page .supporters-feature-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  .supporters-page .supporters-section {
    padding: 62px 0;
  }
  .supporters-page .supporters-icon-grid,
  .supporters-page .supporters-media-grid,
  .supporters-page .supporters-image-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .supporters-page .supporters-shell {
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
  }
  .supporters-page .supporters-pitch {
    padding: 50px 0;
  }
  .supporters-page .supporters-pitch-grid {
    width: 100%;
    max-width: 100%;
    gap: 48px;
  }
  .supporters-page .supporters-panel {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 46px 14px 24px;
    border-radius: 16px;
    overflow: visible;
  }
  .supporters-page .supporters-panel-body {
    min-width: 0;
    gap: 10px;
    margin-top: 10px;
  }
  .supporters-page .supporters-panel-light {
    outline-offset: -8px;
  }
  .supporters-page .supporters-panel-icon {
    width: 64px;
    height: 64px;
    top: -32px;
  }
  .supporters-page .supporters-panel-icon i {
    font-size: 27px;
  }
  .supporters-page .content-heading {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }
  .supporters-page .content-copy {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: break-word;
  }
  .supporters-page .content-mark {
    width: 38px;
    margin-top: 0;
  }
  .supporters-page .supporters-benefits {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    margin-top: 12px;
  }
  .supporters-page .supporters-benefit {
    min-height: 58px;
    gap: 6px;
    padding: 0 6px;
    border-left: 0;
  }
  .supporters-page .supporters-benefit:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.36);
  }
  .supporters-page .supporters-benefit i {
    font-size: 20px;
    height: 22px;
  }
  .supporters-page .supporters-benefit span {
    max-width: 100%;
    font-size: 9px;
    line-height: 1.08;
  }
  .supporters-page .supporters-section {
    padding: 46px 0;
  }
  .supporters-page .supporters-section-head {
    margin-bottom: 22px;
  }
  .supporters-page .supporters-section-title {
    font-size: clamp(26px, 9vw, 36px);
  }
  .supporters-page .supporters-section-text {
    font-size: 14px;
  }
  .supporters-page .supporters-form-card,
  .supporters-page .supporters-feature-card {
    padding: 20px;
    border-radius: 18px;
  }
  .supporters-page .supporters-form,
  .supporters-page .supporters-icon-grid,
  .supporters-page .supporters-media-grid,
  .supporters-page .supporters-image-row {
    grid-template-columns: 1fr;
  }
  .supporters-page .supporters-form-actions {
    justify-content: stretch;
  }
  .supporters-page .supporters-button {
    width: 100%;
  }
  .supporters-page .supporters-icon-card {
    min-height: 132px;
  }
  .supporters-page .supporters-icon-card p {
    font-size: 12.5px;
  }
  .supporters-page .supporters-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    font-size: 25px;
  }
  .supporters-page .supporters-media-card,
  .supporters-page .supporters-section-sports .supporters-media-card {
    min-height: 190px;
  }
}
#balancetes-page,
#diretoria-page,
#estatuto-page,
#estrutura-page,
#historia-page,
#horarios-page {
  background: #000000;
  color: #FFFFFF;
}
#balancetes-page .institucional-shell,
#diretoria-page .institucional-shell,
#estatuto-page .institucional-shell,
#estrutura-page .institucional-shell,
#historia-page .institucional-shell,
#horarios-page .institucional-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
#balancetes-page .institucional-band,
#diretoria-page .institucional-band,
#estatuto-page .institucional-band,
#estrutura-page .institucional-band,
#historia-page .institucional-band,
#horarios-page .institucional-band {
  padding: 54px 0;
}
#balancetes-page .institucional-band-soft,
#diretoria-page .institucional-band-soft,
#estatuto-page .institucional-band-soft,
#estrutura-page .institucional-band-soft,
#historia-page .institucional-band-soft,
#horarios-page .institucional-band-soft {
  background: #f5f5f5;
  color: #121212;
}
#balancetes-page .institucional-band-dark,
#diretoria-page .institucional-band-dark,
#estatuto-page .institucional-band-dark,
#estrutura-page .institucional-band-dark,
#historia-page .institucional-band-dark,
#horarios-page .institucional-band-dark {
  background: #0d0d0d;
}
#balancetes-page .institucional-card,
#diretoria-page .institucional-card,
#estatuto-page .institucional-card,
#estrutura-page .institucional-card,
#historia-page .institucional-card,
#horarios-page .institucional-card {
  border-radius: 18px;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
#balancetes-page .institucional-card-soft,
#diretoria-page .institucional-card-soft,
#estatuto-page .institucional-card-soft,
#estrutura-page .institucional-card-soft,
#historia-page .institucional-card-soft,
#horarios-page .institucional-card-soft {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.08);
  color: #121212;
}
#balancetes-page .institucional-section-title,
#diretoria-page .institucional-section-title,
#estatuto-page .institucional-section-title,
#estrutura-page .institucional-section-title,
#historia-page .institucional-section-title,
#horarios-page .institucional-section-title {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(22px, 2.1vw, 36px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: inherit;
}
#balancetes-page .institucional-section-text,
#diretoria-page .institucional-section-text,
#estatuto-page .institucional-section-text,
#estrutura-page .institucional-section-text,
#historia-page .institucional-section-text,
#horarios-page .institucional-section-text {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}
#balancetes-page .institucional-card-soft .institucional-section-text,
#diretoria-page .institucional-card-soft .institucional-section-text,
#estatuto-page .institucional-card-soft .institucional-section-text,
#estrutura-page .institucional-card-soft .institucional-section-text,
#historia-page .institucional-card-soft .institucional-section-text,
#horarios-page .institucional-card-soft .institucional-section-text {
  color: rgba(18, 18, 18, 0.74);
}
#balancetes-page .institucional-grid,
#diretoria-page .institucional-grid,
#estatuto-page .institucional-grid,
#estrutura-page .institucional-grid,
#historia-page .institucional-grid,
#horarios-page .institucional-grid {
  display: grid;
  gap: 18px;
}
#balancetes-page .institucional-grid-2,
#diretoria-page .institucional-grid-2,
#estatuto-page .institucional-grid-2,
#estrutura-page .institucional-grid-2,
#historia-page .institucional-grid-2,
#horarios-page .institucional-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#balancetes-page .institucional-grid-3,
#diretoria-page .institucional-grid-3,
#estatuto-page .institucional-grid-3,
#estrutura-page .institucional-grid-3,
#historia-page .institucional-grid-3,
#horarios-page .institucional-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#balancetes-page .institucional-grid-4,
#diretoria-page .institucional-grid-4,
#estatuto-page .institucional-grid-4,
#estrutura-page .institucional-grid-4,
#historia-page .institucional-grid-4,
#horarios-page .institucional-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#balancetes-page .institucional-button,
#diretoria-page .institucional-button,
#estatuto-page .institucional-button,
#estrutura-page .institucional-button,
#historia-page .institucional-button,
#horarios-page .institucional-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #FFAF24;
  color: #121212;
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease;
}
#balancetes-page .institucional-button:hover,
#diretoria-page .institucional-button:hover,
#estatuto-page .institucional-button:hover,
#estrutura-page .institucional-button:hover,
#historia-page .institucional-button:hover,
#horarios-page .institucional-button:hover,
#balancetes-page .institucional-button:focus-visible,
#diretoria-page .institucional-button:focus-visible,
#estatuto-page .institucional-button:focus-visible,
#estrutura-page .institucional-button:focus-visible,
#historia-page .institucional-button:focus-visible,
#horarios-page .institucional-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  filter: brightness(1.02);
}
#balancetes-page .institucional-button-ghost,
#diretoria-page .institucional-button-ghost,
#estatuto-page .institucional-button-ghost,
#estrutura-page .institucional-button-ghost,
#historia-page .institucional-button-ghost,
#horarios-page .institucional-button-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.12);
}
#balancetes-page .institucional-button-ghost:hover,
#diretoria-page .institucional-button-ghost:hover,
#estatuto-page .institucional-button-ghost:hover,
#estrutura-page .institucional-button-ghost:hover,
#historia-page .institucional-button-ghost:hover,
#horarios-page .institucional-button-ghost:hover,
#balancetes-page .institucional-button-ghost:focus-visible,
#diretoria-page .institucional-button-ghost:focus-visible,
#estatuto-page .institucional-button-ghost:focus-visible,
#estrutura-page .institucional-button-ghost:focus-visible,
#historia-page .institucional-button-ghost:focus-visible,
#horarios-page .institucional-button-ghost:focus-visible {
  background: rgba(255, 175, 36, 0.14);
  color: #FFFFFF;
}
#balancetes-page .institucional-media,
#diretoria-page .institucional-media,
#estatuto-page .institucional-media,
#estrutura-page .institucional-media,
#historia-page .institucional-media,
#horarios-page .institucional-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #121212;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
#balancetes-page .institucional-media img,
#diretoria-page .institucional-media img,
#estatuto-page .institucional-media img,
#estrutura-page .institucional-media img,
#historia-page .institucional-media img,
#horarios-page .institucional-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#balancetes-page .institucional-tag,
#diretoria-page .institucional-tag,
#estatuto-page .institucional-tag,
#estrutura-page .institucional-tag,
#historia-page .institucional-tag,
#horarios-page .institucional-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 175, 36, 0.1);
  border: 1px solid rgba(255, 175, 36, 0.15);
  color: #FFAF24;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #balancetes-page .institucional-grid-4,
  #diretoria-page .institucional-grid-4,
  #estatuto-page .institucional-grid-4,
  #estrutura-page .institucional-grid-4,
  #historia-page .institucional-grid-4,
  #horarios-page .institucional-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  #balancetes-page .institucional-shell,
  #diretoria-page .institucional-shell,
  #estatuto-page .institucional-shell,
  #estrutura-page .institucional-shell,
  #historia-page .institucional-shell,
  #horarios-page .institucional-shell {
    padding-left: 12px;
    padding-right: 12px;
  }
  #balancetes-page .institucional-band,
  #diretoria-page .institucional-band,
  #estatuto-page .institucional-band,
  #estrutura-page .institucional-band,
  #historia-page .institucional-band,
  #horarios-page .institucional-band {
    padding: 40px 0;
  }
  #balancetes-page .institucional-grid-2,
  #diretoria-page .institucional-grid-2,
  #estatuto-page .institucional-grid-2,
  #estrutura-page .institucional-grid-2,
  #historia-page .institucional-grid-2,
  #horarios-page .institucional-grid-2,
  #balancetes-page .institucional-grid-3,
  #diretoria-page .institucional-grid-3,
  #estatuto-page .institucional-grid-3,
  #estrutura-page .institucional-grid-3,
  #historia-page .institucional-grid-3,
  #horarios-page .institucional-grid-3,
  #balancetes-page .institucional-grid-4,
  #diretoria-page .institucional-grid-4,
  #estatuto-page .institucional-grid-4,
  #estrutura-page .institucional-grid-4,
  #historia-page .institucional-grid-4,
  #horarios-page .institucional-grid-4 {
    grid-template-columns: 1fr;
  }
  #balancetes-page .institucional-section-text,
  #diretoria-page .institucional-section-text,
  #estatuto-page .institucional-section-text,
  #estrutura-page .institucional-section-text,
  #historia-page .institucional-section-text,
  #horarios-page .institucional-section-text {
    font-size: 15px;
  }
}
main {
  padding-top: 0;
  margin: 0;
}
.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;
}
.style-btn {
  position: relative;
  width: auto;
  min-width: 150px;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #C3CDD8;
  text-align: center;
  padding: 10px 35px;
  border: 1px solid rgba(255, 255, 255, 0);
  outline: none !important;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0);
  background-size: 100% 300%;
  transition: all 5s ease-in-out;
  background-image: linear-gradient(to bottom, #FFAF24, #ffa60a, #FFAF24, #ffa60a);
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
.btn {
  position: relative;
  width: auto;
  min-width: 150px;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #C3CDD8;
  text-align: center;
  padding: 10px 35px;
  border: 1px solid rgba(255, 255, 255, 0);
  outline: none !important;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0);
  background-size: 100% 300%;
  transition: all 5s ease-in-out;
  background-image: linear-gradient(to bottom, #FFAF24, #ffa60a, #FFAF24, #ffa60a);
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
.btn.btn-primary {
  color: #FFFFFF;
  background: #FFF0B6;
  border: 1px solid rgba(255, 255, 255, 0);
}
.btn.btn-primary:hover {
  color: #FFFFFF;
  background: #FFAF24;
  text-decoration: none;
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
@media (max-width: 991.98px) {
  .btn {
    width: 100%;
  }
}
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: auto !important;
}
body {
  overflow-x: hidden !important;
  padding-right: 0 !important;
}
a[href^='tel'] {
  text-decoration: none !important;
}
input:-webkit-autofill {
  --webkit-box-shadow: 0 0 0px 1000px #C3CDD8 inset !important;
  -webkit-text-fill-color: #606264 !important;
}
textarea::-webkit-scrollbar {
  display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}
.transition {
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
.box-shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.box-shadow-lg {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #9f9f9f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
}
.js-collapse {
  position: relatu;
  overflow: hidden !important;
}
input:valid,
input:invalid,
textarea:valid,
textarea:invalid {
  box-shadow: none !important;
  background-image: none !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #dc2626 !important;
  color: #dc2626 !important;
}
.form-control.is-invalid::placeholder,
.was-validated .form-control:invalid::placeholder {
  color: #dc2626 !important;
  opacity: 1 !important;
}
.balancetes-page .balancetes-band {
  background: #0d0d0d;
}
.balancetes-page .balancetes-intro {
  padding: 24px;
  margin-bottom: 22px;
}
.balancetes-page .balancetes-years {
  display: grid;
  gap: 18px;
}
.balancetes-page .balancetes-year {
  padding: 22px;
}
.balancetes-page .balancetes-empty {
  padding: 22px;
}
.balancetes-page .balancetes-year-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.balancetes-page .balancetes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.balancetes-page .balancetes-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.balancetes-page .balancetes-link:hover,
.balancetes-page .balancetes-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 175, 36, 0.12);
  border-color: rgba(255, 175, 36, 0.35);
}
.balancetes-page .balancetes-link-label {
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.balancetes-page .balancetes-link-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.66);
}
@media (max-width: 991.98px) {
  .balancetes-page .balancetes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .balancetes-page .balancetes-year {
    padding: 16px;
  }
  .balancetes-page .balancetes-grid {
    grid-template-columns: 1fr;
  }
}
#estatuto-page .estatuto-band {
  background: #0d0d0d;
}
#estatuto-page .estatuto-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
}
#estatuto-page .estatuto-panel-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 175, 36, 0.12);
  color: #FFAF24;
  font-size: 1.7rem;
}
#estatuto-page .estatuto-panel-copy {
  min-width: 0;
}
#estatuto-page .estatuto-panel-button {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  #estatuto-page .estatuto-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  #estatuto-page .estatuto-panel-button {
    width: 100%;
  }
}
#diretoria-page {
  background: #f7f7f5;
  color: #000000;
}
#diretoria-page .diretoria-content {
  background: #f7f7f5;
  padding: 48px 0 46px;
}
#diretoria-page .diretoria-president-band {
  background: #060606;
  padding: 48px 0 42px;
}
#diretoria-page .institucional-shell {
  width: min(100%, 1120px);
  padding: 0 18px;
}
#diretoria-page .diretoria-president-hero {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  padding: 34px 62px 30px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}
#diretoria-page .diretoria-president-photo {
  margin: 0;
  width: 260px;
  height: 260px;
  justify-self: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
}
#diretoria-page .diretoria-president-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-4px, -4px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 62%);
  pointer-events: none;
  z-index: 0;
}
#diretoria-page .diretoria-president-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
  object-position: center top;
}
#diretoria-page .diretoria-kicker {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  color: #248EFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#diretoria-page .diretoria-president-title {
  margin: 0 0 20px 0 !important;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-size: 28px !important;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}
#diretoria-page .diretoria-president-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Lato", sans-serif !important;
  font-style: normal;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 600;
}
#diretoria-page .diretoria-message-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: 34px;
  align-items: start;
  padding: 34px 0 30px;
  border-top: 1px solid #d4d4d0;
}
#diretoria-page .diretoria-message-list {
  display: grid;
  gap: 0;
}
#diretoria-page .diretoria-message-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 92px;
  padding: 16px 0;
  border-bottom: 1px solid #d6d1c4;
}
#diretoria-page .diretoria-message-item:first-child {
  padding-top: 0;
}
#diretoria-page .diretoria-message-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 34% 28%, #222 0, #090909 56%, #000 100%);
  color: #FFAF24;
  font-size: 27px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
#diretoria-page .diretoria-message-icon i {
  line-height: 1;
}
#diretoria-page .diretoria-message-item p {
  color: #202734;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
#diretoria-page .diretoria-event-photo {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.13 / 1;
  border-radius: 8px;
  background: #eeeeee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
#diretoria-page .diretoria-event-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#diretoria-page .diretoria-quote {
  position: relative;
  margin: 12px 0 0;
  overflow: visible;
  text-align: center;
  padding: 78px 82px 74px;
  border-radius: 8px;
  border-bottom: 8px solid #FFAF24;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 8px), linear-gradient(180deg, #0d0d0d 0%, #050505 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}
#diretoria-page .diretoria-quote::before,
#diretoria-page .diretoria-quote::after {
  content: "";
  position: absolute;
  top: 19px;
  width: calc(50% - 95px);
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 175, 36, 0) 0%, rgba(255, 175, 36, 0.08) 10%, rgba(255, 175, 36, 0.24) 22%, rgba(255, 175, 36, 0.62) 40%, #FFAF24 100%);
}
#diretoria-page .diretoria-quote::before {
  left: 36px;
}
#diretoria-page .diretoria-quote::after {
  right: 36px;
  background: linear-gradient(90deg, #FFAF24 0%, rgba(255, 175, 36, 0.62) 60%, rgba(255, 175, 36, 0.24) 78%, rgba(255, 175, 36, 0.08) 90%, rgba(255, 175, 36, 0) 100%);
}
#diretoria-page .diretoria-quote-mark {
  position: absolute;
  left: 50%;
  top: -12px;
  z-index: 1;
  width: 64px;
  height: 64px;
  transform: translateX(-50%);
  border-radius: 50%;
  display: block;
  background: #FFAF24;
  color: #FFFFFF;
  font-family: "Font Awesome 6 Free";
  font-size: 26px;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}
#diretoria-page .diretoria-quote-mark i {
  display: inline-block;
  line-height: 64px;
}
#diretoria-page .diretoria-quote p {
  max-width: 940px;
  margin: 0 auto !important;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.36;
  font-weight: 900;
  font-style: italic;
}
#diretoria-page .diretoria-quote mark {
  padding: 0;
  background: transparent;
  color: #FFAF24;
}
#diretoria-page .diretoria-quote strong {
  position: absolute;
  left: 50%;
  bottom: -8px;
  min-width: min(520px, calc(100% - 72px));
  transform: translateX(-50%);
  padding: 16px 34px;
  border-radius: 22px 22px 0 0;
  background: #FFAF24;
  color: #000000;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.22) inset;
}
@media (max-width: 991.98px) {
  #diretoria-page .diretoria-content {
    padding-top: 30px;
  }
  #diretoria-page .diretoria-president-hero {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    padding: 28px 24px 24px;
  }
  #diretoria-page .diretoria-president-title {
    font-size: 28px !important;
  }
  #diretoria-page .diretoria-message-grid {
    grid-template-columns: 1fr;
  }
  #diretoria-page .diretoria-event-photo {
    max-width: 640px;
    width: 100%;
    justify-self: center;
  }
  #diretoria-page .diretoria-quote {
    padding: 54px 36px;
  }
  #diretoria-page .diretoria-quote p {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  #diretoria-page .diretoria-content {
    padding: 22px 0 34px;
  }
  #diretoria-page .institucional-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  #diretoria-page .diretoria-president-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px 16px 18px;
  }
  #diretoria-page .diretoria-president-photo {
    width: 200px;
    height: 200px;
  }
  #diretoria-page .diretoria-president-photo img {
    width: 200px;
    height: 200px;
  }
  #diretoria-page .diretoria-kicker {
    font-size: 15px;
    margin-bottom: 22px;
  }
  #diretoria-page .diretoria-president-title {
    margin-bottom: 18px !important;
    font-size: 24px !important;
  }
  #diretoria-page .diretoria-president-copy p {
    font-size: 14px;
    line-height: 1.62;
  }
  #diretoria-page .diretoria-message-grid {
    gap: 24px;
    padding-top: 26px;
  }
  #diretoria-page .diretoria-message-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 14px 0;
  }
  #diretoria-page .diretoria-message-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }
  #diretoria-page .diretoria-message-item p {
    font-size: 13px;
  }
  #diretoria-page .diretoria-quote {
    margin-top: 4px;
    padding: 48px 18px 58px;
  }
  #diretoria-page .diretoria-quote::before,
  #diretoria-page .diretoria-quote::after {
    display: none;
  }
  #diretoria-page .diretoria-quote-mark {
    width: 52px;
    height: 52px;
    font-size: 22px;
    line-height: 52px;
  }
  #diretoria-page .diretoria-quote-mark i {
    line-height: 52px;
  }
  #diretoria-page .diretoria-quote p {
    font-size: 14px;
    line-height: 1.42;
  }
  #diretoria-page .diretoria-quote strong {
    min-width: calc(100% - 36px);
    padding-left: 18px;
    padding-right: 18px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}
#estrutura-page .estrutura-band {
  background: #0d0d0d;
}
#estrutura-page .estrutura-band-gallery {
  background: #f5f5f5;
  color: #121212;
}
#estrutura-page .estrutura-intro {
  display: grid;
  gap: 14px;
  padding: 26px;
}
#estrutura-page .estrutura-intro-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
#estrutura-page .estrutura-intro-heading .institucional-section-title {
  margin: 0;
}
#estrutura-page .estrutura-intro .institucional-tag {
  flex: 0 0 auto;
  width: fit-content;
  max-width: 100%;
  justify-self: end;
}
#estrutura-page .estrutura-intro .institucional-button {
  width: fit-content;
  min-width: 280px;
  max-width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}
#estrutura-page .estrutura-gallery {
  margin-bottom: 6px;
}
#estrutura-page .estrutura-gallery-item {
  min-height: 220px;
}
#estrutura-page .estrutura-gallery-dots {
  display: none;
}
#estrutura-page .estrutura-gallery-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
#estrutura-page .estrutura-gallery-dot:hover,
#estrutura-page .estrutura-gallery-dot:focus-visible,
#estrutura-page .estrutura-gallery-dot.is-active {
  background: #FFAF24;
}
#estrutura-page .estrutura-gallery-dot.is-active {
  transform: scale(1.22);
}
#estrutura-page .estrutura-gallery-dot:focus-visible {
  outline: 2px solid #FFAF24;
  outline-offset: 4px;
}
#estrutura-page .estrutura-gallery-button {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  padding: 0;
  border: 0;
  border-radius: inherit;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
}
#estrutura-page .estrutura-gallery-button img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease !important;
  will-change: transform;
}
#estrutura-page .estrutura-gallery-button:hover img,
#estrutura-page .estrutura-gallery-button:focus-visible img {
  transform: scale(1.04) !important;
  filter: brightness(1.03);
}
#estrutura-page .estrutura-gallery-button:focus-visible {
  outline: 3px solid #FFAF24;
  outline-offset: 4px;
}
#estrutura-page .estrutura-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 32px;
}
#estrutura-page .estrutura-lightbox[hidden] {
  display: none;
}
#estrutura-page .estrutura-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: zoom-out;
}
#estrutura-page .estrutura-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  display: grid;
  place-items: center;
}
#estrutura-page .estrutura-lightbox-figure {
  width: 100%;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
#estrutura-page .estrutura-lightbox-figure img {
  width: 100%;
  max-height: min(76vh, 760px);
  display: block;
  object-fit: contain;
}
#estrutura-page .estrutura-lightbox-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
#estrutura-page .estrutura-lightbox-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
#estrutura-page .estrutura-lightbox-dot:hover,
#estrutura-page .estrutura-lightbox-dot:focus-visible {
  background: #FFAF24;
}
#estrutura-page .estrutura-lightbox-dot.is-active {
  background: #FFAF24;
  transform: scale(1.22);
}
#estrutura-page .estrutura-lightbox-dot:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
#estrutura-page .estrutura-lightbox-close,
#estrutura-page .estrutura-lightbox-nav {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.78);
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
  animation-duration: 1s;
}
#estrutura-page .estrutura-lightbox-close i,
#estrutura-page .estrutura-lightbox-nav i,
#estrutura-page .estrutura-lightbox-close svg,
#estrutura-page .estrutura-lightbox-nav svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: auto;
  transform: translate(-50%, -50%);
}
#estrutura-page .estrutura-lightbox-close:hover,
#estrutura-page .estrutura-lightbox-nav:hover,
#estrutura-page .estrutura-lightbox-close:focus-visible,
#estrutura-page .estrutura-lightbox-nav:focus-visible {
  transform: scale(1.06);
  background: #FFAF24;
  color: #FFFFFF;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.44);
  animation-duration: 1s;
}
#estrutura-page .estrutura-lightbox-close:focus-visible,
#estrutura-page .estrutura-lightbox-nav:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
}
#estrutura-page .estrutura-lightbox-close {
  top: -14px;
  right: -14px;
}
#estrutura-page .estrutura-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}
#estrutura-page .estrutura-lightbox-nav:hover,
#estrutura-page .estrutura-lightbox-nav:focus-visible {
  transform: translateY(-50%) scale(1.06);
}
#estrutura-page .estrutura-lightbox-prev {
  left: -20px;
}
#estrutura-page .estrutura-lightbox-next {
  right: -20px;
}
#estrutura-page .estrutura-card {
  padding: 20px;
  display: grid;
  gap: 10px;
}
#estrutura-page .estrutura-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 175, 36, 0.12);
  color: #FFAF24;
  font-size: 1.2rem;
}
#estrutura-page .estrutura-card-title {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.1;
  color: #FFFFFF;
}
#estrutura-page .estrutura-card-copy {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
#estrutura-page .estrutura-card-dots {
  display: none;
}
#estrutura-page .estrutura-card-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
#estrutura-page .estrutura-card-dot:hover,
#estrutura-page .estrutura-card-dot:focus-visible,
#estrutura-page .estrutura-card-dot.is-active {
  background: #FFAF24;
}
#estrutura-page .estrutura-card-dot.is-active {
  transform: scale(1.22);
}
#estrutura-page .estrutura-card-dot:focus-visible {
  outline: 2px solid #FFAF24;
  outline-offset: 4px;
}
@media (max-width: 991.98px) {
  #estrutura-page .estrutura-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  #estrutura-page .estrutura-intro {
    padding: 18px;
  }
  #estrutura-page .estrutura-intro-heading {
    display: grid;
    gap: 10px;
  }
  #estrutura-page .estrutura-intro .institucional-tag {
    justify-self: start;
  }
  #estrutura-page .estrutura-intro .institucional-button {
    width: 100%;
    min-width: 0;
  }
  #estrutura-page .estrutura-gallery {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  #estrutura-page .estrutura-gallery::-webkit-scrollbar {
    display: none;
  }
  #estrutura-page .estrutura-gallery-item {
    flex: 0 0 100%;
    min-height: 240px;
    scroll-snap-align: center;
  }
  #estrutura-page .estrutura-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  #estrutura-page .estrutura-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  #estrutura-page .estrutura-grid::-webkit-scrollbar {
    display: none;
  }
  #estrutura-page .estrutura-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
  #estrutura-page .estrutura-card-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  #estrutura-page .estrutura-lightbox {
    padding: 18px;
  }
  #estrutura-page .estrutura-lightbox-close,
  #estrutura-page .estrutura-lightbox-nav {
    width: 36px;
    height: 36px;
  }
  #estrutura-page .estrutura-lightbox-close {
    top: -12px;
    right: -6px;
  }
  #estrutura-page .estrutura-lightbox-prev {
    left: 8px;
  }
  #estrutura-page .estrutura-lightbox-next {
    right: 8px;
  }
}
#historia-page .historia-band {
  background: #0d0d0d;
}
#historia-page .historia-band-galeria {
  background: #080808;
}
#historia-page .historia-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "prev viewport next" "dots dots dots";
  gap: 10px;
  row-gap: 14px;
  align-items: center;
  min-width: 0;
}
#historia-page .historia-carousel-viewport {
  grid-area: viewport;
  overflow: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  touch-action: none;
  position: relative;
}
#historia-page .historia-carousel-viewport::-webkit-scrollbar {
  display: none;
}
#historia-page .historia-carousel-track {
  grid-area: viewport;
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 0;
  width: 100%;
  min-width: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}
#historia-page .historia-carousel-slide {
  position: relative;
  margin: 0;
  flex: 0 0 calc((100% - 24px) / 3);
  min-width: 260px;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  scroll-snap-align: start;
  display: grid;
  grid-template-rows: auto 1fr;
  will-change: transform, box-shadow;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
#historia-page .historia-carousel-slide.is-active {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  z-index: 3;
}
#historia-page .historia-carousel-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #474747;
}
#historia-page .historia-carousel-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#historia-page .historia-carousel-content {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 16px 18px;
}
#historia-page .historia-carousel-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 15px;
  flex: 0 0 auto;
}
#historia-page .historia-carousel-copy {
  min-width: 0;
}
#historia-page .historia-carousel-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}
#historia-page .historia-carousel-text {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.78);
}
#historia-page .historia-carousel-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  z-index: 2;
  transition: 0.8s !important;
}
#historia-page .historia-carousel-nav:hover,
#historia-page .historia-carousel-nav:focus {
  transform: translate3d(0, -50%, 0);
  background: #4A6889;
  color: #FFFFFF;
  transition: 0.8s !important;
}
#historia-page .historia-carousel-nav--prev {
  grid-area: prev;
}
#historia-page .historia-carousel-nav--next {
  grid-area: next;
}
@media (min-width: 992px) {
  #historia-page .historia-carousel {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "viewport" "dots";
  }
  #historia-page .historia-carousel-viewport {
    padding-top: 12px;
  }
  #historia-page .historia-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  #historia-page .historia-carousel-nav--prev {
    left: -52px;
  }
  #historia-page .historia-carousel-nav--next {
    right: -52px;
  }
}
#historia-page .historia-carousel-dots {
  grid-area: dots;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
}
#historia-page .historia-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
#historia-page .historia-carousel-dot:hover,
#historia-page .historia-carousel-dot:focus,
#historia-page .historia-carousel-dot:focus-visible {
  outline: none;
  transform: scale(1.1);
  background: #FFAF24;
  opacity: 1;
}
#historia-page .historia-carousel-dot.is-active {
  background: #FFAF24;
  transform: scale(1.2);
}
#historia-page .historia-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
  gap: 0;
  align-items: center;
  min-height: clamp(640px, 80vh, 760px);
  overflow: visible;
}
#historia-page .historia-grid::before {
  content: "AAB";
  position: absolute;
  top: 54px;
  left: 128px;
  z-index: 0;
  font-size: clamp(130px, 16vw, 230px);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
#historia-page .historia-grid::after {
  content: "";
  position: absolute;
  top: 54px;
  left: min(34vw, 460px);
  z-index: 0;
  width: 86px;
  height: 86px;
  opacity: 0.85;
  background-image: radial-gradient(circle, rgba(255, 175, 36, 0.82) 1.3px, rgba(255, 175, 36, 0) 1.6px);
  background-size: 14px 14px;
  pointer-events: none;
}
#historia-page .historia-copy {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 0 20px 48px 0;
  display: grid;
  gap: 12px;
}
#historia-page .historia-band-tradicao .historia-copy,
#historia-page .historia-band-tradicao .institucional-section-title {
  color: #FFFFFF;
}
#historia-page .historia-band-tradicao {
  position: relative;
  padding: 0 0 28px;
  background: radial-gradient(circle at 42% 18%, rgba(255, 175, 36, 0.08), rgba(255, 175, 36, 0) 22%), linear-gradient(90deg, #121212 0%, #0a0a0a 48%, #000000 100%);
  overflow: hidden;
}
#historia-page .historia-band-tradicao::before {
  content: "";
  position: absolute;
  left: 138px;
  bottom: 138px;
  z-index: 1;
  width: 82px;
  height: 82px;
  opacity: 0.85;
  background-image: radial-gradient(circle, rgba(255, 175, 36, 0.72) 1.3px, rgba(255, 175, 36, 0) 1.6px);
  background-size: 14px 14px;
  pointer-events: none;
}
#historia-page .historia-band-tradicao .institucional-shell {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
#historia-page .historia-band-tradicao .historia-copy.institucional-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#historia-page .historia-tradicao-logo {
  display: block;
  width: 62px;
  height: auto;
  margin-bottom: 6px;
}
#historia-page .historia-band-tradicao .institucional-section-title {
  max-width: 520px;
  font-size: clamp(30px, 3.25vw, 52px);
  line-height: 0.94;
  letter-spacing: 0;
}
#historia-page .historia-title-line {
  display: inline-block;
  white-space: nowrap;
}
#historia-page .historia-band-tradicao .institucional-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 14px;
  background: #FFAF24;
}
#historia-page .historia-band-tradicao .institucional-section-text {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.88);
}
#historia-page .historia-title-accent {
  color: #FFAF24;
}
#historia-page .historia-description-accent {
  color: #FFAF24;
}
#historia-page .historia-band-tradicao .historia-manifesto-strong {
  color: #FFAF24;
}
#historia-page .historia-feature {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 6px;
}
#historia-page .historia-feature-icon,
#historia-page .historia-fact-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 175, 36, 0.72);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  color: #FFAF24;
  font-size: 22px;
}
#historia-page .historia-feature-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
#historia-page .historia-feature-icon--campo {
  border: 0;
  background: transparent;
  color: #FFAF24;
  width: 72px;
  height: 72px;
  font-size: 52px;
}
#historia-page .historia-feature-icon--campo i {
  line-height: 1;
  display: block;
}
#historia-page .historia-facts {
  position: absolute;
  left: 0;
  right: auto;
  width: clamp(790px, 66vw, 860px);
  bottom: 12px;
  z-index: 3;
  min-height: 76px;
  border-radius: 10px 10px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.96), rgba(20, 20, 20, 0.88));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
  backdrop-filter: blur(3px);
}
#historia-page .historia-fact {
  min-width: 0;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 0 clamp(18px, 2vw, 28px);
}
#historia-page .historia-fact + .historia-fact {
  border-left: 1px solid rgba(255, 175, 36, 0.42);
}
#historia-page .historia-fact:first-child {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  padding-left: 74px;
}
#historia-page .historia-fact:first-child::before {
  content: "\f073";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 175, 36, 0.72);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  color: #FFAF24;
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 900;
  transform: translateY(-50%);
}
#historia-page .historia-fact:first-child .historia-fact-icon {
  display: none;
}
#historia-page .historia-fact-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
#historia-page .historia-fact-copy strong {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}
#historia-page .historia-copy-media {
  position: absolute;
  inset: 0 calc(50% - 50vw) 0 18%;
  min-height: 100%;
  background: transparent;
  overflow: visible;
  z-index: 1;
}
#historia-page .historia-copy-media img {
  position: absolute;
  top: 50%;
  right: -1.5vw;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: right top;
  transform: translateY(-50%) scaleX(1.16);
  transform-origin: right center;
}
#historia-page .historia-manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
#historia-page .historia-manifesto-brand {
  justify-self: center;
  width: min(100%, 420px);
}
#historia-page .historia-manifesto-brand img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#historia-page .historia-manifesto-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
#historia-page .historia-manifesto-strong {
  margin-top: 4px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
#historia-page .historia-band-hino {
  position: relative;
  padding: 58px 0 68px;
  background: linear-gradient(180deg, #F7F7F7 0%, #F1F1F1 100%);
  overflow: hidden;
}
#historia-page .historia-hino-shell {
  position: relative;
  z-index: 1;
}
#historia-page .historia-hino-head {
  max-width: 960px;
  margin-bottom: 28px;
}
#historia-page .historia-hino-title {
  margin: 0;
  max-width: 980px;
  color: #000000;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
#historia-page .historia-hino-title-accent {
  color: #FFAF24;
  background-image: linear-gradient(90deg, #ffd34a 0%, #ffb51f 45%, #f59f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#historia-page .historia-hino-subtitle {
  margin: 16px 0 0;
  max-width: 760px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 15px;
  line-height: 1.5;
}
#historia-page .historia-hino-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
#historia-page .historia-hino-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 28px;
  row-gap: 18px;
  align-items: start;
  min-height: 520px;
  padding: 24px 22px 22px;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(circle at 14% 16%, rgba(255, 175, 36, 0.11) 0%, rgba(255, 175, 36, 0) 30%), radial-gradient(circle at 86% 84%, rgba(255, 175, 36, 0.09) 0%, rgba(255, 175, 36, 0) 26%), linear-gradient(135deg, #181818 0%, #0B0B0B 52%, #111111 100%);
  border: 1px solid rgba(255, 175, 36, 0.14);
  border-left: 5px solid #FFAF24;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
}
#historia-page .historia-hino-card:nth-child(1) {
  background: radial-gradient(circle at 12% 16%, rgba(255, 175, 36, 0.08) 0%, rgba(255, 175, 36, 0) 28%), radial-gradient(circle at 84% 84%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 24%), linear-gradient(135deg, #171717 0%, #0A0A0A 56%, #111111 100%);
}
#historia-page .historia-hino-card:nth-child(1)::before {
  background: linear-gradient(135deg, rgba(255, 175, 36, 0.04), rgba(255, 175, 36, 0) 34%), radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 34%);
}
#historia-page .historia-hino-card:nth-child(1)::after {
  right: 10px;
  bottom: 12px;
  opacity: 0.12;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.32) 1px, rgba(255, 255, 255, 0) 1.4px);
}
#historia-page .historia-hino-card:nth-child(2) {
  background: radial-gradient(circle at 88% 14%, rgba(255, 175, 36, 0.15) 0%, rgba(255, 175, 36, 0) 30%), radial-gradient(circle at 92% 88%, rgba(255, 175, 36, 0.1) 0%, rgba(255, 175, 36, 0) 28%), linear-gradient(135deg, #1A160D 0%, #090909 56%, #131000 100%);
}
#historia-page .historia-hino-card:nth-child(2)::before {
  background: linear-gradient(135deg, rgba(255, 175, 36, 0.12), rgba(255, 175, 36, 0) 38%), radial-gradient(circle at 90% 90%, rgba(255, 175, 36, 0.14), rgba(255, 175, 36, 0) 36%);
}
#historia-page .historia-hino-card:nth-child(2)::after {
  right: auto;
  left: 14px;
  bottom: 14px;
  width: 150px;
  height: 150px;
  opacity: 0.24;
  background-image: radial-gradient(circle, rgba(255, 175, 36, 0.6) 1px, rgba(255, 175, 36, 0) 1.4px);
}
#historia-page .historia-hino-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 175, 36, 0.08), rgba(255, 175, 36, 0) 34%), radial-gradient(circle at 90% 90%, rgba(255, 175, 36, 0.09), rgba(255, 175, 36, 0) 34%);
  pointer-events: none;
}
#historia-page .historia-hino-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 170px;
  height: 170px;
  opacity: 0.2;
  background-image: radial-gradient(circle, rgba(255, 175, 36, 0.55) 1px, rgba(255, 175, 36, 0) 1.4px);
  background-size: 12px 12px;
  pointer-events: none;
}
#historia-page .historia-hino-watermark {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: clamp(108px, 16vw, 180px);
  height: auto;
  opacity: 0.06;
  filter: grayscale(1) brightness(1.8);
  pointer-events: none;
  z-index: 0;
  user-select: none;
}
#historia-page .historia-hino-card-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFAF24;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 24px;
  flex: 0 0 auto;
  grid-column: 1;
  grid-row: 1;
}
#historia-page .historia-hino-stanzas {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  grid-column: 2;
  grid-row: 1;
}
#historia-page .historia-hino-stanza {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.55;
}
#historia-page .historia-hino-stanza + .historia-hino-stanza {
  position: relative;
  padding-top: 14px;
}
#historia-page .historia-hino-stanza + .historia-hino-stanza::before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-bottom: 14px;
  background: #FFAF24;
}
#historia-page .historia-hino-button {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: auto;
  align-self: end;
  justify-self: stretch;
  width: 100%;
  gap: 12px;
  padding: 14px 26px;
  background: #FFAF24;
  color: #000000;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  justify-content: center;
  box-sizing: border-box;
}
#historia-page .historia-hino-audio {
  display: none;
}
#historia-page .historia-hino-button i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #FFAF24;
  font-size: 11px;
  flex: 0 0 auto;
}
#historia-page .historia-hino-button:hover,
#historia-page .historia-hino-button:focus-visible {
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  #historia-page .historia-hino-grid {
    grid-template-columns: 1fr;
  }
  #historia-page .historia-band-hino {
    padding: 44px 0 56px;
  }
  #historia-page .historia-hino-title {
    font-size: clamp(30px, 8vw, 50px);
  }
  #historia-page .historia-hino-card {
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  #historia-page .historia-hino-head {
    margin-bottom: 22px;
  }
  #historia-page .historia-hino-card {
    padding: 22px 18px 20px;
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 14px;
  }
  #historia-page .historia-hino-card-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  #historia-page .historia-hino-stanzas {
    gap: 10px;
  }
  #historia-page .historia-hino-stanza {
    font-size: 15px;
  }
  #historia-page .historia-hino-button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  #historia-page .historia-carousel-slide {
    min-width: 240px;
  }
}
@media (max-width: 991.98px) {
  #historia-page .historia-grid,
  #historia-page .historia-manifesto,
  #historia-page .historia-hino-grid {
    grid-template-columns: 1fr;
  }
  #historia-page .historia-band-tradicao .institucional-shell {
    padding-left: 16px;
    padding-right: 16px;
  }
  #historia-page .historia-band-tradicao {
    padding: 40px 0;
  }
  #historia-page .historia-grid {
    min-height: 0;
    gap: 18px;
    overflow: visible;
  }
  #historia-page .historia-copy {
    max-width: none;
    padding: 0;
  }
  #historia-page .historia-copy-media {
    position: relative;
    inset: auto;
    justify-self: end;
    width: calc(100% + 42px);
    min-height: 320px;
    margin-right: -42px;
    background: transparent;
    border-left: 0;
    border-radius: 8px 0 0 8px;
    clip-path: none;
    box-shadow: none;
  }
  #historia-page .historia-copy-media img {
    position: static;
    inset: auto;
    width: calc(100% + 12px);
    max-width: none;
    height: 100%;
    clip-path: none;
    object-position: right center;
    transform: translateX(10px);
  }
  #historia-page .historia-grid::before,
  #historia-page .historia-grid::after,
  #historia-page .historia-band-tradicao::before {
    display: none;
  }
  #historia-page .historia-facts {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 0;
  }
  #historia-page .historia-fact {
    padding: 18px;
  }
  #historia-page .historia-fact:first-child {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 18px;
  }
  #historia-page .historia-fact:first-child::before {
    content: none;
  }
  #historia-page .historia-fact:first-child .historia-fact-icon {
    display: inline-flex;
  }
  #historia-page .historia-fact + .historia-fact {
    border-left: 0;
    border-top: 1px solid rgba(255, 175, 36, 0.42);
  }
  #historia-page .historia-carousel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "viewport" "dots";
  }
  #historia-page .historia-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    overscroll-behavior-x: contain;
    cursor: grab;
  }
  #historia-page .historia-carousel-nav {
    display: none;
  }
  #historia-page .historia-carousel-track {
    gap: 0;
  }
  #historia-page .historia-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-stop: always;
  }
  #historia-page .historia-carousel-slide.is-active {
    transform: translate3d(0, -6px, 0);
  }
  #historia-page .historia-carousel-content {
    padding: 14px 14px 16px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }
  #historia-page .historia-carousel-icon {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  #historia-page .historia-carousel-title {
    font-size: 13px;
  }
  #historia-page .historia-carousel-text {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  #historia-page .historia-copy,
  #historia-page .historia-manifesto,
  #historia-page .historia-hino-lyrics {
    padding: 18px;
  }
  #historia-page .historia-carousel-slide {
    flex-basis: 100%;
    min-width: 100%;
  }
  #historia-page .historia-carousel-slide.is-active {
    transform: translate3d(0, -5px, 0);
  }
  #historia-page .historia-carousel-content {
    padding: 14px 14px 16px;
  }
  #historia-page .historia-hino-title {
    font-size: clamp(30px, 10vw, 42px);
  }
}
#horarios-page .horarios-band {
  background: #0d0d0d;
}
#horarios-page .horarios-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 24px 26px;
  margin-bottom: 24px;
}
#horarios-page .horarios-summary-copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}
#horarios-page .horarios-summary-copy .institucional-tag,
#horarios-page .horarios-summary-copy .institucional-section-title,
#horarios-page .horarios-summary-copy .institucional-section-text {
  margin: 0;
}
#horarios-page .horarios-summary-copy .institucional-section-title {
  line-height: 0.95;
}
#horarios-page .horarios-summary-copy .institucional-section-text {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}
#horarios-page .horarios-grid {
  align-items: stretch;
}
#horarios-page .horarios-card {
  padding: 30px;
  display: grid;
  gap: 5px;
  height: 100%;
}
#horarios-page .horarios-card-title {
  margin: 15px 0 !important;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
}
#horarios-page .horarios-card-copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 991.98px) {
  #horarios-page .horarios-summary {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  #horarios-page .horarios-summary,
  #horarios-page .horarios-card {
    padding: 20px 18px;
  }
}
#academia-page {
  background: #000000;
  color: #FFFFFF;
}
#academia-page .academia-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#academia-page .academia-nav-inner {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 0;
}
#academia-page .academia-nav-inner a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
#academia-page .academia-nav-inner a:hover,
#academia-page .academia-nav-inner a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 175, 36, 0.14);
  border-color: rgba(255, 175, 36, 0.32);
}
#academia-page .academia-band {
  padding: 54px 0;
  background: #0d0d0d;
}
#academia-page .academia-band-soft {
  background: #f5f5f5;
  color: #121212;
}
#academia-page .academia-section-head {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: 20px;
}
#academia-page .academia-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
#academia-page .academia-gallery-item {
  min-height: 150px;
  aspect-ratio: 1 / 1;
}
#academia-page .academia-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}
#academia-page .academia-split-copy {
  padding: 24px;
  display: grid;
  gap: 12px;
}
#academia-page .academia-split-media {
  display: grid;
  gap: 12px;
}
#academia-page .academia-split-image {
  min-height: 220px;
}
#academia-page .academia-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
#academia-page .academia-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(14, 54, 97, 0.1);
  color: #0E3661;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#academia-page .academia-spin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 18px;
  align-items: stretch;
}
#academia-page .academia-spin-media {
  min-height: 100%;
}
#academia-page .academia-spin-copy {
  padding: 24px;
  display: grid;
  gap: 12px;
}
#academia-page .academia-personais {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
#academia-page .academia-personal {
  overflow: hidden;
  display: grid;
  gap: 0;
}
#academia-page .academia-personal-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #121212;
}
#academia-page .academia-personal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#academia-page .academia-personal-copy {
  padding: 18px;
  display: grid;
  gap: 6px;
  background: #FFFFFF;
  color: #121212;
}
#academia-page .academia-personal-name {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.05;
  color: #121212;
}
#academia-page .academia-personal-role {
  margin: 0;
  color: rgba(18, 18, 18, 0.74);
  font-size: 0.95rem;
  font-weight: 600;
}
#academia-page .academia-hours {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}
#academia-page .academia-hours-copy {
  max-width: 760px;
}
@media (max-width: 1100px) {
  #academia-page .academia-gallery,
  #academia-page .academia-personais {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  #academia-page .academia-split,
  #academia-page .academia-spin {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  #academia-page .academia-band {
    padding: 40px 0;
  }
  #academia-page .academia-gallery,
  #academia-page .academia-personais {
    grid-template-columns: 1fr;
  }
  #academia-page .academia-hours,
  #academia-page .academia-split-copy,
  #academia-page .academia-spin-copy {
    padding: 18px;
  }
  #academia-page .academia-hours {
    flex-direction: column;
  }
}
#esportes-page,
#academia-page,
#lazer-page,
#cultura-page {
  background: radial-gradient(circle at 12% 0%, rgba(255, 175, 36, 0.1), rgba(255, 175, 36, 0) 28%), linear-gradient(180deg, #fafafa, #f0f0f0);
  color: #141414;
}
#esportes-page .institucional-shell,
#academia-page .institucional-shell,
#lazer-page .institucional-shell,
#cultura-page .institucional-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}
#esportes-page .institucional-tag,
#academia-page .institucional-tag,
#lazer-page .institucional-tag,
#cultura-page .institucional-tag {
  display: block;
  margin: 0;
  color: #FFAF24;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#esportes-page .institucional-section-title,
#academia-page .institucional-section-title,
#lazer-page .institucional-section-title,
#cultura-page .institucional-section-title {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  font-weight: 900;
  color: inherit;
}
#esportes-page .institucional-section-text,
#academia-page .institucional-section-text,
#lazer-page .institucional-section-text,
#cultura-page .institucional-section-text {
  margin: 0;
  color: rgba(20, 20, 20, 0.74);
  font-size: 16px;
  line-height: 1.58;
}
#esportes-page .institucional-button,
#academia-page .institucional-button,
#lazer-page .institucional-button,
#cultura-page .institucional-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #FFAF24;
  color: #121212;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
#esportes-page .institucional-button:hover,
#academia-page .institucional-button:hover,
#lazer-page .institucional-button:hover,
#cultura-page .institucional-button:hover,
#esportes-page .institucional-button:focus-visible,
#academia-page .institucional-button:focus-visible,
#lazer-page .institucional-button:focus-visible,
#cultura-page .institucional-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  filter: brightness(1.03);
  outline: none;
}
#esportes-page .esportes-nav,
#academia-page .esportes-nav,
#lazer-page .esportes-nav,
#cultura-page .esportes-nav {
  position: sticky;
  top: var(--header-offset-top, 0px);
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}
#esportes-page .esportes-nav-inner,
#academia-page .esportes-nav-inner,
#lazer-page .esportes-nav-inner,
#cultura-page .esportes-nav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 0;
}
#esportes-page .esportes-nav-inner a,
#academia-page .esportes-nav-inner a,
#lazer-page .esportes-nav-inner a,
#cultura-page .esportes-nav-inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: #1f1f1f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
#esportes-page .esportes-nav-inner a:hover,
#academia-page .esportes-nav-inner a:hover,
#lazer-page .esportes-nav-inner a:hover,
#cultura-page .esportes-nav-inner a:hover,
#esportes-page .esportes-nav-inner a:focus-visible,
#academia-page .esportes-nav-inner a:focus-visible,
#lazer-page .esportes-nav-inner a:focus-visible,
#cultura-page .esportes-nav-inner a:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 175, 36, 0.18);
  border-color: rgba(255, 175, 36, 0.44);
  outline: none;
}
#esportes-page .esportes-band,
#academia-page .esportes-band,
#lazer-page .esportes-band,
#cultura-page .esportes-band {
  position: relative;
  padding: 18px 0;
  scroll-margin-top: calc(var(--header-offset-top, 0px) + 36px);
}
#esportes-page .esportes-nav + .esportes-band,
#academia-page .esportes-nav + .esportes-band,
#lazer-page .esportes-nav + .esportes-band,
#cultura-page .esportes-nav + .esportes-band {
  padding-top: 34px;
}
#esportes-page .sport-showcase,
#academia-page .sport-showcase,
#lazer-page .sport-showcase,
#cultura-page .sport-showcase {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 28px;
  background: #141414;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.15);
  isolation: isolate;
  touch-action: pan-y;
}
#esportes-page .sport-showcase::before,
#academia-page .sport-showcase::before,
#lazer-page .sport-showcase::before,
#cultura-page .sport-showcase::before,
#esportes-page .sport-showcase::after,
#academia-page .sport-showcase::after,
#lazer-page .sport-showcase::after,
#cultura-page .sport-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
#esportes-page .sport-showcase::after,
#academia-page .sport-showcase::after,
#lazer-page .sport-showcase::after,
#cultura-page .sport-showcase::after {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: inherit;
}
#esportes-page .sport-showcase-light::before,
#academia-page .sport-showcase-light::before,
#lazer-page .sport-showcase-light::before,
#cultura-page .sport-showcase-light::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 34%, rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.52) 58%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 82%), linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
}
#esportes-page .sport-showcase-dark::before,
#academia-page .sport-showcase-dark::before,
#lazer-page .sport-showcase-dark::before,
#cultura-page .sport-showcase-dark::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.92) 34%, rgba(0, 0, 0, 0.76) 46%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0) 82%), linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.36));
}
#esportes-page .sport-showcase-dark,
#academia-page .sport-showcase-dark,
#lazer-page .sport-showcase-dark,
#cultura-page .sport-showcase-dark {
  color: #FFFFFF;
}
#esportes-page .sport-showcase-dark .institucional-section-text,
#academia-page .sport-showcase-dark .institucional-section-text,
#lazer-page .sport-showcase-dark .institucional-section-text,
#cultura-page .sport-showcase-dark .institucional-section-text {
  color: rgba(255, 255, 255, 0.78);
}
#esportes-page .sports-highlight-carousel,
#academia-page .sports-highlight-carousel,
#lazer-page .sports-highlight-carousel,
#cultura-page .sports-highlight-carousel,
#esportes-page .sports-highlight-carousel-viewport,
#academia-page .sports-highlight-carousel-viewport,
#lazer-page .sports-highlight-carousel-viewport,
#cultura-page .sports-highlight-carousel-viewport,
#esportes-page .sports-highlight-carousel-track,
#academia-page .sports-highlight-carousel-track,
#lazer-page .sports-highlight-carousel-track,
#cultura-page .sports-highlight-carousel-track,
#esportes-page .sports-highlight-card,
#academia-page .sports-highlight-card,
#lazer-page .sports-highlight-card,
#cultura-page .sports-highlight-card,
#esportes-page .sports-highlight-card-media,
#academia-page .sports-highlight-card-media,
#lazer-page .sports-highlight-card-media,
#cultura-page .sports-highlight-card-media {
  position: absolute;
  inset: 0;
}
#esportes-page .sports-highlight-carousel,
#academia-page .sports-highlight-carousel,
#lazer-page .sports-highlight-carousel,
#cultura-page .sports-highlight-carousel {
  left: 25%;
  right: 0;
  z-index: auto;
  touch-action: pan-y;
}
#esportes-page .sports-highlight-carousel-viewport,
#academia-page .sports-highlight-carousel-viewport,
#lazer-page .sports-highlight-carousel-viewport,
#cultura-page .sports-highlight-carousel-viewport {
  overflow: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  z-index: 1;
}
#esportes-page .sports-highlight-carousel-viewport::-webkit-scrollbar,
#academia-page .sports-highlight-carousel-viewport::-webkit-scrollbar,
#lazer-page .sports-highlight-carousel-viewport::-webkit-scrollbar,
#cultura-page .sports-highlight-carousel-viewport::-webkit-scrollbar {
  display: none;
}
#esportes-page .sports-highlight-carousel-track,
#academia-page .sports-highlight-carousel-track,
#lazer-page .sports-highlight-carousel-track,
#cultura-page .sports-highlight-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: none;
  transition: none;
  backface-visibility: hidden;
}
#esportes-page .sports-highlight-card,
#academia-page .sports-highlight-card,
#lazer-page .sports-highlight-card,
#cultura-page .sports-highlight-card {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
#esportes-page .sports-highlight-card.is-active,
#academia-page .sports-highlight-card.is-active,
#lazer-page .sports-highlight-card.is-active,
#cultura-page .sports-highlight-card.is-active {
  z-index: 1;
}
#esportes-page .sports-highlight-card-media img,
#academia-page .sports-highlight-card-media img,
#lazer-page .sports-highlight-card-media img,
#cultura-page .sports-highlight-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
#esportes-page .sports-highlight-carousel-nav,
#academia-page .sports-highlight-carousel-nav,
#lazer-page .sports-highlight-carousel-nav,
#cultura-page .sports-highlight-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.17);
  transform: translateY(-50%);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
#esportes-page .sport-showcase-light .sports-highlight-carousel-nav,
#academia-page .sport-showcase-light .sports-highlight-carousel-nav,
#lazer-page .sport-showcase-light .sports-highlight-carousel-nav,
#cultura-page .sport-showcase-light .sports-highlight-carousel-nav {
  background: #FFFFFF;
  color: #1a1a1a;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}
#esportes-page .sport-showcase-dark .sports-highlight-carousel-nav,
#academia-page .sport-showcase-dark .sports-highlight-carousel-nav,
#lazer-page .sport-showcase-dark .sports-highlight-carousel-nav,
#cultura-page .sport-showcase-dark .sports-highlight-carousel-nav {
  background: #000000;
  color: #FFAF24;
  border: 1px solid rgba(255, 175, 36, 0.34);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(0, 0, 0, 0.72);
  opacity: 1;
  filter: none;
}
#esportes-page .sports-highlight-carousel-nav:hover,
#academia-page .sports-highlight-carousel-nav:hover,
#lazer-page .sports-highlight-carousel-nav:hover,
#cultura-page .sports-highlight-carousel-nav:hover,
#esportes-page .sports-highlight-carousel-nav:focus-visible,
#academia-page .sports-highlight-carousel-nav:focus-visible,
#lazer-page .sports-highlight-carousel-nav:focus-visible,
#cultura-page .sports-highlight-carousel-nav:focus-visible {
  background: #FFAF24;
  color: #121212;
  transform: translateY(-50%) scale(1.04);
  outline: none;
}
#esportes-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
#academia-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
#lazer-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
#cultura-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
#esportes-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
#academia-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
#lazer-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
#cultura-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible {
  background: #FFAF24;
  color: #121212;
}
#esportes-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
#academia-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
#lazer-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
#cultura-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
#esportes-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible,
#academia-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible,
#lazer-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible,
#cultura-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible {
  background: #FFAF24;
  color: #121212;
}
#esportes-page .sports-highlight-carousel-prev,
#academia-page .sports-highlight-carousel-prev,
#lazer-page .sports-highlight-carousel-prev,
#cultura-page .sports-highlight-carousel-prev {
  left: clamp(165px, 17vw, 235px);
}
#esportes-page .sports-highlight-carousel-next,
#academia-page .sports-highlight-carousel-next,
#lazer-page .sports-highlight-carousel-next,
#cultura-page .sports-highlight-carousel-next {
  right: 26px;
}
#esportes-page .sports-highlight-carousel-dots,
#academia-page .sports-highlight-carousel-dots,
#lazer-page .sports-highlight-carousel-dots,
#cultura-page .sports-highlight-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
  transform: translateX(-50%);
}
#esportes-page .sports-highlight-carousel-dot,
#academia-page .sports-highlight-carousel-dot,
#lazer-page .sports-highlight-carousel-dot,
#cultura-page .sports-highlight-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
#esportes-page .sports-highlight-carousel-dot:hover,
#academia-page .sports-highlight-carousel-dot:hover,
#lazer-page .sports-highlight-carousel-dot:hover,
#cultura-page .sports-highlight-carousel-dot:hover,
#esportes-page .sports-highlight-carousel-dot:focus-visible,
#academia-page .sports-highlight-carousel-dot:focus-visible,
#lazer-page .sports-highlight-carousel-dot:focus-visible,
#cultura-page .sports-highlight-carousel-dot:focus-visible,
#esportes-page .sports-highlight-carousel-dot.is-active,
#academia-page .sports-highlight-carousel-dot.is-active,
#lazer-page .sports-highlight-carousel-dot.is-active,
#cultura-page .sports-highlight-carousel-dot.is-active {
  background: #FFAF24;
  outline: none;
}
#esportes-page .sports-highlight-carousel-dot.is-active,
#academia-page .sports-highlight-carousel-dot.is-active,
#lazer-page .sports-highlight-carousel-dot.is-active,
#cultura-page .sports-highlight-carousel-dot.is-active {
  transform: scale(1.22);
}
#esportes-page .sport-showcase-content,
#academia-page .sport-showcase-content,
#lazer-page .sport-showcase-content,
#cultura-page .sport-showcase-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: min(45%, 520px);
  min-height: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 28px 0 28px 42px;
  box-sizing: border-box;
  background: transparent;
}
#esportes-page .sport-showcase-dark .sport-showcase-content,
#academia-page .sport-showcase-dark .sport-showcase-content,
#lazer-page .sport-showcase-dark .sport-showcase-content,
#cultura-page .sport-showcase-dark .sport-showcase-content {
  background: transparent;
}
#esportes-page .sport-showcase-head,
#academia-page .sport-showcase-head,
#lazer-page .sport-showcase-head,
#cultura-page .sport-showcase-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
}
#esportes-page .sport-showcase-icon,
#academia-page .sport-showcase-icon,
#lazer-page .sport-showcase-icon,
#cultura-page .sport-showcase-icon {
  grid-row: 1 / span 3;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #FFAF24;
  font-size: 30px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}
#esportes-page .sport-showcase-dark .sport-showcase-icon,
#academia-page .sport-showcase-dark .sport-showcase-icon,
#lazer-page .sport-showcase-dark .sport-showcase-icon,
#cultura-page .sport-showcase-dark .sport-showcase-icon {
  border: 1px solid rgba(255, 175, 36, 0.44);
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
}
#esportes-page .sport-feature-panel,
#academia-page .sport-feature-panel,
#lazer-page .sport-feature-panel,
#cultura-page .sport-feature-panel {
  display: grid;
  width: min(100%, 500px);
  overflow: hidden;
  border-left: 4px solid #FFAF24;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
}
#esportes-page .sport-showcase-dark .sport-feature-panel,
#academia-page .sport-showcase-dark .sport-feature-panel,
#lazer-page .sport-showcase-dark .sport-feature-panel,
#cultura-page .sport-showcase-dark .sport-feature-panel {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 4px solid #FFAF24;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}
#esportes-page .sport-feature-item,
#academia-page .sport-feature-item,
#lazer-page .sport-feature-item,
#cultura-page .sport-feature-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
}
#esportes-page .sport-feature-item + .sport-feature-item,
#academia-page .sport-feature-item + .sport-feature-item,
#lazer-page .sport-feature-item + .sport-feature-item,
#cultura-page .sport-feature-item + .sport-feature-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#esportes-page .sport-showcase-dark .sport-feature-item + .sport-feature-item,
#academia-page .sport-showcase-dark .sport-feature-item + .sport-feature-item,
#lazer-page .sport-showcase-dark .sport-feature-item + .sport-feature-item,
#cultura-page .sport-showcase-dark .sport-feature-item + .sport-feature-item {
  border-top-color: rgba(255, 255, 255, 0.13);
}
#esportes-page .sport-feature-icon,
#academia-page .sport-feature-icon,
#lazer-page .sport-feature-icon,
#cultura-page .sport-feature-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 175, 36, 0.16);
  color: #FFAF24;
  font-size: 22px;
}
#esportes-page .sport-showcase-dark .sport-feature-icon,
#academia-page .sport-showcase-dark .sport-feature-icon,
#lazer-page .sport-showcase-dark .sport-feature-icon,
#cultura-page .sport-showcase-dark .sport-feature-icon {
  background: rgba(255, 175, 36, 0.2);
}
#esportes-page .sport-feature-copy,
#academia-page .sport-feature-copy,
#lazer-page .sport-feature-copy,
#cultura-page .sport-feature-copy {
  display: grid;
  gap: 5px;
}
#esportes-page .sport-feature-copy strong,
#academia-page .sport-feature-copy strong,
#lazer-page .sport-feature-copy strong,
#cultura-page .sport-feature-copy strong {
  color: inherit;
  font-size: 15px;
  line-height: 1.2;
}
#esportes-page .sport-feature-copy span,
#academia-page .sport-feature-copy span,
#lazer-page .sport-feature-copy span,
#cultura-page .sport-feature-copy span {
  color: rgba(20, 20, 20, 0.72);
  font-size: 13.5px;
  line-height: 1.45;
}
#esportes-page .sport-showcase-dark .sport-feature-copy span,
#academia-page .sport-showcase-dark .sport-feature-copy span,
#lazer-page .sport-showcase-dark .sport-feature-copy span,
#cultura-page .sport-showcase-dark .sport-feature-copy span {
  color: rgba(255, 255, 255, 0.76);
}
#esportes-page .esportes-hours,
#academia-page .esportes-hours,
#lazer-page .esportes-hours,
#cultura-page .esportes-hours {
  padding: 36px 0 62px;
}
#esportes-page .esportes-hours-card,
#academia-page .esportes-hours-card,
#lazer-page .esportes-hours-card,
#cultura-page .esportes-hours-card {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  padding: 30px;
  border-left: 5px solid #FFAF24;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  #esportes-page .sports-highlight-carousel,
  #academia-page .sports-highlight-carousel,
  #lazer-page .sports-highlight-carousel,
  #cultura-page .sports-highlight-carousel {
    left: 30%;
  }
  #esportes-page .sports-highlight-carousel-prev,
  #academia-page .sports-highlight-carousel-prev,
  #lazer-page .sports-highlight-carousel-prev,
  #cultura-page .sports-highlight-carousel-prev {
    left: 18px;
  }
  #esportes-page .sport-showcase-content,
  #academia-page .sport-showcase-content,
  #lazer-page .sport-showcase-content,
  #cultura-page .sport-showcase-content {
    width: min(48%, 500px);
  }
}
@media (max-width: 991.98px) {
  #esportes-page .sport-showcase,
  #academia-page .sport-showcase,
  #lazer-page .sport-showcase,
  #cultura-page .sport-showcase {
    min-height: 0;
    border-radius: 24px;
  }
  #esportes-page .sport-showcase::before,
  #academia-page .sport-showcase::before,
  #lazer-page .sport-showcase::before,
  #cultura-page .sport-showcase::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.86) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0) 100%);
  }
  #esportes-page .sport-showcase-light,
  #academia-page .sport-showcase-light,
  #lazer-page .sport-showcase-light,
  #cultura-page .sport-showcase-light,
  #esportes-page .sport-showcase-dark,
  #academia-page .sport-showcase-dark,
  #lazer-page .sport-showcase-dark,
  #cultura-page .sport-showcase-dark {
    color: #FFFFFF;
  }
  #esportes-page .sport-showcase-light .institucional-section-text,
  #academia-page .sport-showcase-light .institucional-section-text,
  #lazer-page .sport-showcase-light .institucional-section-text,
  #cultura-page .sport-showcase-light .institucional-section-text,
  #esportes-page .sport-showcase-dark .institucional-section-text,
  #academia-page .sport-showcase-dark .institucional-section-text,
  #lazer-page .sport-showcase-dark .institucional-section-text,
  #cultura-page .sport-showcase-dark .institucional-section-text {
    color: rgba(255, 255, 255, 0.8);
  }
  #esportes-page .sports-highlight-carousel,
  #academia-page .sports-highlight-carousel,
  #lazer-page .sports-highlight-carousel,
  #cultura-page .sports-highlight-carousel,
  #esportes-page .sports-highlight-carousel-viewport,
  #academia-page .sports-highlight-carousel-viewport,
  #lazer-page .sports-highlight-carousel-viewport,
  #cultura-page .sports-highlight-carousel-viewport,
  #esportes-page .sports-highlight-carousel-track,
  #academia-page .sports-highlight-carousel-track,
  #lazer-page .sports-highlight-carousel-track,
  #cultura-page .sports-highlight-carousel-track,
  #esportes-page .sports-highlight-card,
  #academia-page .sports-highlight-card,
  #lazer-page .sports-highlight-card,
  #cultura-page .sports-highlight-card,
  #esportes-page .sports-highlight-card-media,
  #academia-page .sports-highlight-card-media,
  #lazer-page .sports-highlight-card-media,
  #cultura-page .sports-highlight-card-media {
    position: absolute;
  }
  #esportes-page .sports-highlight-carousel,
  #academia-page .sports-highlight-carousel,
  #lazer-page .sports-highlight-carousel,
  #cultura-page .sports-highlight-carousel {
    left: 0;
    right: 0;
  }
  #esportes-page .sports-highlight-carousel-nav,
  #academia-page .sports-highlight-carousel-nav,
  #lazer-page .sports-highlight-carousel-nav,
  #cultura-page .sports-highlight-carousel-nav {
    display: none !important;
  }
  #esportes-page .sport-showcase-content,
  #academia-page .sport-showcase-content,
  #lazer-page .sport-showcase-content,
  #cultura-page .sport-showcase-content {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 560px;
    justify-content: stretch;
    align-content: end;
    padding: 120px 24px 30px;
    box-shadow: none;
  }
  #esportes-page .sport-feature-panel,
  #academia-page .sport-feature-panel,
  #lazer-page .sport-feature-panel,
  #cultura-page .sport-feature-panel {
    width: 100%;
    background: rgba(0, 0, 0, 0.58);
  }
  #esportes-page .sport-feature-copy span,
  #academia-page .sport-feature-copy span,
  #lazer-page .sport-feature-copy span,
  #cultura-page .sport-feature-copy span {
    color: rgba(255, 255, 255, 0.76);
  }
  #esportes-page .sports-highlight-carousel-dots,
  #academia-page .sports-highlight-carousel-dots,
  #lazer-page .sports-highlight-carousel-dots,
  #cultura-page .sports-highlight-carousel-dots {
    left: 50%;
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #esportes-page .institucional-shell,
  #academia-page .institucional-shell,
  #lazer-page .institucional-shell,
  #cultura-page .institucional-shell {
    padding-left: 12px;
    padding-right: 12px;
  }
  #esportes-page .esportes-nav-inner,
  #academia-page .esportes-nav-inner,
  #lazer-page .esportes-nav-inner,
  #cultura-page .esportes-nav-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px 0;
    scrollbar-width: none;
  }
  #esportes-page .esportes-nav-inner::-webkit-scrollbar,
  #academia-page .esportes-nav-inner::-webkit-scrollbar,
  #lazer-page .esportes-nav-inner::-webkit-scrollbar,
  #cultura-page .esportes-nav-inner::-webkit-scrollbar {
    display: none;
  }
  #esportes-page .esportes-nav-inner a,
  #academia-page .esportes-nav-inner a,
  #lazer-page .esportes-nav-inner a,
  #cultura-page .esportes-nav-inner a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 13px;
    font-size: 0.72rem;
  }
  #esportes-page .esportes-band,
  #academia-page .esportes-band,
  #lazer-page .esportes-band,
  #cultura-page .esportes-band {
    padding: 12px 0;
  }
  #esportes-page .esportes-nav + .esportes-band,
  #academia-page .esportes-nav + .esportes-band,
  #lazer-page .esportes-nav + .esportes-band,
  #cultura-page .esportes-nav + .esportes-band {
    padding-top: 24px;
  }
  #esportes-page .sport-showcase,
  #academia-page .sport-showcase,
  #lazer-page .sport-showcase,
  #cultura-page .sport-showcase {
    border-radius: 20px;
  }
  #esportes-page .sport-showcase-content,
  #academia-page .sport-showcase-content,
  #lazer-page .sport-showcase-content,
  #cultura-page .sport-showcase-content {
    min-height: 610px;
    gap: 18px;
    padding: 92px 18px 26px;
  }
  #esportes-page .sport-showcase-head,
  #academia-page .sport-showcase-head,
  #lazer-page .sport-showcase-head,
  #cultura-page .sport-showcase-head {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 16px;
  }
  #esportes-page .sport-showcase-icon,
  #academia-page .sport-showcase-icon,
  #lazer-page .sport-showcase-icon,
  #cultura-page .sport-showcase-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    font-size: 24px;
  }
  #esportes-page .institucional-section-title,
  #academia-page .institucional-section-title,
  #lazer-page .institucional-section-title,
  #cultura-page .institucional-section-title {
    font-size: clamp(25px, 8vw, 34px);
  }
  #esportes-page .institucional-section-text,
  #academia-page .institucional-section-text,
  #lazer-page .institucional-section-text,
  #cultura-page .institucional-section-text {
    font-size: 15px;
  }
  #esportes-page .sport-feature-item,
  #academia-page .sport-feature-item,
  #lazer-page .sport-feature-item,
  #cultura-page .sport-feature-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 17px 16px;
  }
  #esportes-page .sport-feature-icon,
  #academia-page .sport-feature-icon,
  #lazer-page .sport-feature-icon,
  #cultura-page .sport-feature-icon {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }
  #esportes-page .sport-feature-copy strong,
  #academia-page .sport-feature-copy strong,
  #lazer-page .sport-feature-copy strong,
  #cultura-page .sport-feature-copy strong {
    font-size: 15px;
  }
  #esportes-page .sport-feature-copy span,
  #academia-page .sport-feature-copy span,
  #lazer-page .sport-feature-copy span,
  #cultura-page .sport-feature-copy span {
    font-size: 13px;
  }
  #esportes-page .sports-highlight-carousel-dots,
  #academia-page .sports-highlight-carousel-dots,
  #lazer-page .sports-highlight-carousel-dots,
  #cultura-page .sports-highlight-carousel-dots {
    bottom: 14px;
  }
  #esportes-page .esportes-hours,
  #academia-page .esportes-hours,
  #lazer-page .esportes-hours,
  #cultura-page .esportes-hours {
    padding: 28px 0 44px;
  }
  #esportes-page .esportes-hours-card,
  #academia-page .esportes-hours-card,
  #lazer-page .esportes-hours-card,
  #cultura-page .esportes-hours-card {
    padding: 24px 18px;
  }
}
@media (max-width: 991.98px) {
  #esportes-page .sports-highlight-carousel,
  #academia-page .sports-highlight-carousel,
  #lazer-page .sports-highlight-carousel,
  #cultura-page .sports-highlight-carousel,
  #esportes-page .sports-highlight-carousel-viewport,
  #academia-page .sports-highlight-carousel-viewport,
  #lazer-page .sports-highlight-carousel-viewport,
  #cultura-page .sports-highlight-carousel-viewport {
    touch-action: pan-y;
  }
  #esportes-page .sports-highlight-carousel-nav,
  #academia-page .sports-highlight-carousel-nav,
  #lazer-page .sports-highlight-carousel-nav,
  #cultura-page .sports-highlight-carousel-nav,
  #esportes-page .sport-showcase-light .sports-highlight-carousel-nav,
  #academia-page .sport-showcase-light .sports-highlight-carousel-nav,
  #lazer-page .sport-showcase-light .sports-highlight-carousel-nav,
  #cultura-page .sport-showcase-light .sports-highlight-carousel-nav,
  #esportes-page .sport-showcase-dark .sports-highlight-carousel-nav,
  #academia-page .sport-showcase-dark .sports-highlight-carousel-nav,
  #lazer-page .sport-showcase-dark .sports-highlight-carousel-nav,
  #cultura-page .sport-showcase-dark .sports-highlight-carousel-nav {
    display: inline-flex !important;
    top: 34px;
    width: 34px;
    height: 34px;
    opacity: 0.62;
    background: rgba(0, 0, 0, 0.72);
    color: #FFAF24;
    box-shadow: none;
    backdrop-filter: blur(6px);
  }
  #esportes-page .sports-highlight-carousel-nav:hover,
  #academia-page .sports-highlight-carousel-nav:hover,
  #lazer-page .sports-highlight-carousel-nav:hover,
  #cultura-page .sports-highlight-carousel-nav:hover,
  #esportes-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
  #academia-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
  #lazer-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
  #cultura-page .sport-showcase-light .sports-highlight-carousel-nav:hover,
  #esportes-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
  #academia-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
  #lazer-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
  #cultura-page .sport-showcase-dark .sports-highlight-carousel-nav:hover,
  #esportes-page .sports-highlight-carousel-nav:focus-visible,
  #academia-page .sports-highlight-carousel-nav:focus-visible,
  #lazer-page .sports-highlight-carousel-nav:focus-visible,
  #cultura-page .sports-highlight-carousel-nav:focus-visible,
  #esportes-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
  #academia-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
  #lazer-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
  #cultura-page .sport-showcase-light .sports-highlight-carousel-nav:focus-visible,
  #esportes-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible,
  #academia-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible,
  #lazer-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible,
  #cultura-page .sport-showcase-dark .sports-highlight-carousel-nav:focus-visible {
    opacity: 0.84;
    background: rgba(0, 0, 0, 0.88);
    color: #FFAF24;
  }
  #esportes-page .sports-highlight-carousel-prev,
  #academia-page .sports-highlight-carousel-prev,
  #lazer-page .sports-highlight-carousel-prev,
  #cultura-page .sports-highlight-carousel-prev {
    left: 10px;
  }
  #esportes-page .sports-highlight-carousel-next,
  #academia-page .sports-highlight-carousel-next,
  #lazer-page .sports-highlight-carousel-next,
  #cultura-page .sports-highlight-carousel-next {
    right: 10px;
  }
}
#contato-page {
  background: #000000;
  color: #FFFFFF;
}
#contato-page .contato-band {
  padding: 80px 0;
  background: radial-gradient(circle at 18% 8%, rgba(255, 175, 36, 0.1), rgba(255, 175, 36, 0) 28%), radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #080808, #000000);
}
#contato-page .institucional-shell {
  width: min(100%, 1106px);
  margin: 0 auto;
  padding: 0 6px;
  box-sizing: border-box;
}
#contato-page .contato-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
#contato-page .contato-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-width: 0;
}
#contato-page .contato-panel,
#contato-page .contato-map {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: radial-gradient(circle at 8% 0%, rgba(255, 175, 36, 0.07), rgba(255, 175, 36, 0) 30%), linear-gradient(145deg, #121212, #080808 58%, #0d0d0d);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
#contato-page .contato-panel {
  padding: 22px;
}
#contato-page .contato-info-panel {
  min-height: 444px;
}
#contato-page .contato-panel-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
#contato-page .contato-panel-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 24%, #ffcd76, #FFAF24 44%, #4d3100 100%);
  color: #FFFFFF;
  font-size: 21px;
  box-shadow: 0 14px 30px rgba(255, 175, 36, 0.16);
}
#contato-page .contato-panel h2 {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
  font-weight: 900;
  color: #FFFFFF;
}
#contato-page .contato-panel p {
  max-width: 420px;
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
#contato-page .contato-divider {
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
#contato-page .contato-info-list {
  display: grid;
  gap: 13px;
}
#contato-page .contato-info-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px 14px 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.03);
  color: #FFFFFF;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
#contato-page .contato-info-card:hover,
#contato-page .contato-info-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 175, 36, 0.36);
  background: rgba(255, 255, 255, 0.05);
}
#contato-page .contato-info-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 175, 36, 0.08);
  color: #FFAF24;
  font-size: 21px;
}
#contato-page .contato-info-text {
  display: grid;
  gap: 6px;
  min-width: 0;
}
#contato-page .contato-info-text strong,
#contato-page .contato-eyebrow {
  color: #FFAF24;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
#contato-page .contato-info-text span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.48;
  overflow-wrap: anywhere;
}
#contato-page .contato-email-panel {
  min-height: 154px;
}
#contato-page .contato-email-panel h2 {
  margin-top: 4px;
  font-size: clamp(20px, 2vw, 27px);
  overflow-wrap: anywhere;
  text-transform: none;
}
#contato-page .contato-email-panel p {
  max-width: 510px;
  margin-top: 8px;
}
#contato-page .contato-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 14px 0 0 60px;
}
#contato-page .contato-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFAF24;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: color 0.18s ease, transform 0.18s ease;
}
#contato-page .contato-action:hover,
#contato-page .contato-action:focus-visible {
  transform: translateY(-1px);
  color: #ffbe4d;
}
#contato-page .contato-action-map {
  color: #FFAF24;
}
#contato-page .contato-action-map:hover,
#contato-page .contato-action-map:focus-visible {
  color: #ffbe4d;
}
#contato-page .contato-map {
  overflow: hidden;
  min-height: 274px;
  background: #121212;
}
#contato-page .contato-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 274px;
  border: 0;
}
@media (max-width: 991.98px) {
  #contato-page .contato-layout {
    grid-template-columns: 1fr;
  }
  #contato-page .contato-info-panel {
    min-height: 0;
  }
  #contato-page .contato-map,
  #contato-page .contato-map iframe {
    min-height: 340px;
  }
}
@media (max-width: 767.98px) {
  #contato-page .contato-band {
    padding: 10px 0 36px;
  }
  #contato-page .institucional-shell {
    padding: 0 12px;
  }
  #contato-page .contato-layout,
  #contato-page .contato-side,
  #contato-page .contato-info-list {
    gap: 10px;
  }
  #contato-page .contato-panel {
    padding: 18px;
  }
  #contato-page .contato-panel-head,
  #contato-page .contato-info-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  #contato-page .contato-panel-icon,
  #contato-page .contato-info-icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }
  #contato-page .contato-actions {
    margin-left: 54px;
    gap: 18px;
  }
  #contato-page .contato-map,
  #contato-page .contato-map iframe {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #contato-page .contato-panel-head,
  #contato-page .contato-info-card {
    grid-template-columns: 1fr;
  }
  #contato-page .contato-actions {
    margin-left: 0;
  }
}
.page-with-header-offset {
  --page-hero-height: 320px;
  padding-top: var(--header-offset);
  background-color: #000000;
  color: #FFFFFF;
}
.page-with-header-offset [id] {
  scroll-margin-top: calc(var(--header-offset-top) + 24px);
}
.page-hero {
  position: relative;
  min-height: var(--page-hero-height);
  background-color: #121212;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 0;
}
.page-hero-overlay {
  min-height: var(--page-hero-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  text-align: left;
  background: linear-gradient(180deg, var(--hero-overlay-start, rgba(0, 0, 0, 0.55)), var(--hero-overlay-end, rgba(0, 0, 0, 0.92)));
}
.page-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  display: grid;
  gap: 12px;
}
.page-hero-kicker {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}
.page-hero-title {
  max-width: 980px;
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(30px, 3.2vw, 58px);
  line-height: 0.94;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}
.page-hero-intro {
  max-width: 900px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
}
.page-nav {
  top: var(--header-offset-top);
}
.page-band {
  background-color: rgba(0, 0, 0, 0.84);
}
@media (max-width: 767.98px) {
  .page-with-header-offset {
    --page-hero-height: 200px;
    padding-top: var(--header-offset);
  }
  .page-hero {
    position: relative;
    min-height: var(--page-hero-height);
    overflow: hidden;
    isolation: isolate;
    background-color: #6b6b6b;
    background-image: radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #949494 0%, #6b6b6b 22%, #424242 48%, #1f1f1f 72%, #000000 100%) !important;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-top: 0;
  }
  .page-hero::before {
    content: "";
    position: absolute;
    top: -128px;
    left: -52px;
    z-index: 0;
    width: 320px;
    max-width: 82vw;
    aspect-ratio: 1;
    background: url("assets/img/logo-aab.svg") left top / contain no-repeat;
    opacity: 0.14;
    filter: grayscale(1) brightness(1.35) blur(0.8px);
    pointer-events: none;
  }
  .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 56%, rgba(0, 0, 0, 0.44) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.14) 58%, rgba(0, 0, 0, 0.04) 100%);
    backdrop-filter: blur(0.6px);
    pointer-events: none;
  }
  .page-hero-overlay {
    position: relative;
    z-index: 1;
    background: transparent !important;
  }
  .page-hero-intro {
    font-size: 15px;
  }
}
.page-content-band {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, #0d0d0d 100%);
}
.page-content-shell {
  width: min(100%, 1020px);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.content-panel {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
  color: #141414;
}
.content-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #FFAF24 0%, rgba(255, 175, 36, 0.52) 42%, rgba(255, 175, 36, 0) 100%);
}
.prose-content {
  padding: clamp(28px, 4vw, 52px);
  font-size: 16px;
  line-height: 1.76;
}
.prose-content > *:first-child {
  margin-top: 0;
}
.prose-content > *:last-child {
  margin-bottom: 0;
}
.prose-content h1,
.prose-content h2,
.prose-content h3,
.prose-content h4 {
  margin: 30px 0 10px;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  line-height: 1.12;
  font-weight: 900;
  color: #000000;
}
.prose-content h2:not(:first-child),
.prose-content h3:not(:first-child) {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.prose-content h2:first-of-type,
.prose-content h3:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.prose-content h1 {
  font-size: clamp(28px, 2.7vw, 40px);
}
.prose-content h2 {
  font-size: clamp(22px, 2.1vw, 30px);
}
.prose-content h3 {
  font-size: clamp(19px, 1.8vw, 24px);
}
.prose-content h4 {
  font-size: 18px;
}
.prose-content p,
.prose-content ul,
.prose-content ol {
  margin: 0 0 14px;
  color: #383838;
}
.prose-content ul,
.prose-content ol {
  padding-left: 1.35em;
}
.prose-content li + li {
  margin-top: 8px;
}
.prose-content a {
  color: #d18500;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.prose-content a:hover,
.prose-content a:focus-visible {
  color: #9e6500;
}
.prose-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow-wrap: anywhere;
}
.prose-content th,
.prose-content td {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  vertical-align: top;
}
.prose-content th {
  background: rgba(0, 0, 0, 0.06);
  font-weight: 900;
}
.privacy-document {
  padding: clamp(24px, 4vw, 48px);
}
.privacy-document-head {
  padding: 0 0 22px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.privacy-document-head h2 {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 900;
  color: #040e1a;
}
.privacy-document-head p {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #3d3d3d;
}
.privacy-document-intro {
  padding: 18px 0 0;
}
.privacy-section-list {
  display: grid;
}
.privacy-section {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.privacy-section-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  align-self: start;
  margin-top: 2px;
  border-radius: 10px;
  background: rgba(255, 175, 36, 0.12);
  color: #ffa810;
  font-size: 19px;
}
.privacy-section-copy {
  min-width: 0;
}
.privacy-section-copy h3 {
  margin: 0 0 8px;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.2;
  font-weight: 900;
  color: #040e1a;
}
.privacy-section-copy h3 span {
  color: #000000;
}
.privacy-section-text {
  padding: 0;
  font-size: 14px;
  line-height: 1.55;
}
.privacy-section-text p,
.privacy-section-text ul,
.privacy-section-text ol {
  margin-bottom: 8px;
  color: #2e2e2e;
}
.privacy-section-text > *:last-child {
  margin-bottom: 0;
}
.privacy-callout {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 175, 36, 0.14) 0%, rgba(255, 175, 36, 0.06) 64%, rgba(255, 175, 36, 0) 100%), rgba(255, 175, 36, 0.07);
  border: 1px solid rgba(255, 175, 36, 0.18);
}
.privacy-callout-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #FFFFFF;
  color: #ffa810;
  font-size: 25px;
}
.privacy-callout-copy h3 {
  margin: 0;
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.15;
  font-weight: 900;
  color: #040e1a;
}
.privacy-callout-copy p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2e2e2e;
}
@media (max-width: 767.98px) {
  .page-content-band {
    padding: 42px 0 50px;
  }
  .page-content-shell {
    padding-left: 12px;
    padding-right: 12px;
  }
  .content-panel {
    border-radius: 14px;
  }
  .prose-content {
    font-size: 15px;
    line-height: 1.68;
  }
  .prose-content h1,
  .prose-content h2,
  .prose-content h3,
  .prose-content h4 {
    margin-top: 24px;
  }
  .prose-content h2:not(:first-child),
  .prose-content h3:not(:first-child) {
    padding-top: 20px;
  }
  .privacy-document {
    padding: 24px 18px;
  }
  .privacy-document-head {
    padding-bottom: 18px;
  }
  .privacy-document-head p,
  .privacy-section-text,
  .privacy-callout-copy p {
    font-size: 13px;
  }
  .privacy-section,
  .privacy-callout {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  .privacy-section {
    padding: 18px 0;
  }
  .privacy-section-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    font-size: 16px;
  }
  .privacy-callout {
    padding: 16px;
  }
  .privacy-callout-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 20px;
  }
}
html.campeonatos-page-root,
body.campeonatos-page {
  max-width: 100%;
  overflow-x: hidden !important;
}
body.campeonatos-page {
  background: radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 28%), radial-gradient(circle at 90% 10%, rgba(17, 24, 39, 0.08), transparent 24%), #FFFBEC;
  color: #181818;
}
html.campeonatos-page-root #page,
html.campeonatos-page-root .site {
  max-width: 100%;
  overflow-x: clip;
}
html.campeonatos-page-root #wpadminbar,
html.campeonatos-page-root #site-header,
html.campeonatos-page-root #site-footer {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
html.campeonatos-page-root #site-header {
  top: 0 !important;
}
body.admin-bar.campeonatos-page #site-header {
  top: 32px !important;
}
html.campeonatos-page-root #site-header .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.campeonatos-page-root #site-header .header-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box;
}
html.campeonatos-page-root #site-header .header-left,
html.campeonatos-page-root #site-header .header-center,
html.campeonatos-page-root #site-header .header-right {
  min-width: 0;
}
html.campeonatos-page-root #site-footer > .container-fluid,
html.campeonatos-page-root #site-footer .site-footer-bottom > .container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
.campeonatos-shell {
  width: min(100%, 1180px);
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 120px;
}
.campeonatos-top {
  display: grid;
  gap: 14px;
  align-items: end;
  margin-bottom: 30px;
}
.campeonatos-admin-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  padding: 22px;
  border-radius: 26px;
  background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 34%), linear-gradient(160deg, #000000 0%, #1b1b1b 55%, #2C2F33 100%);
  color: #FFFFFF;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.campeonatos-admin-panel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFAF24;
}
.campeonatos-admin-panel-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.campeonatos-admin-panel-title-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.campeonatos-admin-panel-title-link:hover,
.campeonatos-admin-panel-title-link:focus-visible {
  color: #FFFFFF;
}
.campeonatos-admin-panel-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 600;
}
.campeonatos-admin-panel-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.campeonatos-admin-panel-breadcrumbs a:hover,
.campeonatos-admin-panel-breadcrumbs a:focus-visible {
  color: #FFFFFF;
  text-decoration: underline;
}
.campeonatos-admin-panel-breadcrumbs span {
  color: rgba(255, 255, 255, 0.45);
}
.campeonatos-admin-panel-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  max-width: 720px;
}
.campeonatos-admin-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.campeonatos-admin-panel-content {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.campeonatos-admin-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campeonatos-admin-panel-actions-header {
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 4px;
  flex: 0 0 auto;
}
.campeonatos-admin-panel-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFBEC 100%);
  color: #000000;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
.campeonatos-admin-panel-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE699 100%);
  color: #000000;
}
.campeonatos-admin-panel-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.28), 0 16px 30px rgba(0, 0, 0, 0.2);
}
.campeonatos-ui-icon {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
.campeonatos-admin-panel-action-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.campeonatos-admin-panel-action-ghost:hover,
.campeonatos-admin-panel-action-ghost:focus-visible {
  background: rgba(255, 175, 36, 0.14);
  border-color: rgba(255, 175, 36, 0.55);
  color: #FFFFFF;
}
.campeonatos-admin-panel-action-tag,
.campeonatos-admin-panel-action-tag:hover,
.campeonatos-admin-panel-action-tag:focus-visible {
  background: linear-gradient(180deg, #FFF7D3 0%, #FFE699 100%);
  color: #1b1b1b;
  border: 0;
  box-shadow: none;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 700;
}
.campeonatos-admin-panel-action-tag:hover,
.campeonatos-admin-panel-action-tag:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(255, 175, 36, 0.16);
  background: linear-gradient(180deg, #FFE699 0%, #FFD15F 100%);
  color: #000000;
}
.campeonatos-swal-container {
  z-index: 999999 !important;
}
.campeonatos-swal-popup {
  border-radius: 24px !important;
  padding: 34px 34px 28px !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28) !important;
  width: min(100%, 520px) !important;
}
.campeonatos-swal-popup .swal2-actions {
  gap: 12px !important;
  margin: 22px 0 0 !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.campeonatos-swal-title {
  font-size: 23px !important;
  font-weight: 900 !important;
  margin-top: 6px !important;
}
.campeonatos-swal-confirm {
  border-radius: 999px !important;
  padding: 11px 24px !important;
  min-width: 120px !important;
  background: #248EFF !important;
  border: 2px solid #248EFF !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
.campeonatos-swal-cancel {
  border-radius: 999px !important;
  padding: 11px 24px !important;
  min-width: 120px !important;
  background: #E1E6EB !important;
  border: 2px solid #E1E6EB !important;
  color: #000000 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
.campeonatos-swal-confirm:hover,
.campeonatos-swal-confirm:focus-visible {
  background: #0E3661 !important;
  border-color: #0E3661 !important;
  color: #FFFFFF !important;
  outline: none !important;
}
.campeonatos-swal-cancel:hover,
.campeonatos-swal-cancel:focus-visible {
  background: #E1E6EB !important;
  border-color: #E1E6EB !important;
  color: #000000 !important;
  outline: none !important;
}
.campeonatos-flash-modal {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.campeonatos-flash-modal[hidden] {
  display: none !important;
}
.campeonatos-flash-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.58);
  backdrop-filter: blur(2px);
}
.campeonatos-flash-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  border-radius: 24px;
  background: #FFFFFF;
  padding: 36px 34px 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
}
.campeonatos-flash-modal-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 999px;
  border: 4px solid #dc2626;
  color: #dc2626;
  display: grid;
  place-items: center;
  font-size: 32px;
  line-height: 1;
}
.campeonatos-flash-modal[data-tone="success"] .campeonatos-flash-modal-icon {
  border-color: #4BBF7C;
  color: #4BBF7C;
}
.campeonatos-flash-modal[data-tone="warning"] .campeonatos-flash-modal-icon {
  border-color: #FFAF24;
  color: #FFAF24;
}
.campeonatos-flash-modal-title {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
  color: #000000;
}
.campeonatos-flash-modal-text {
  margin: 18px 0 24px;
  font-size: 16px;
  color: rgba(17, 17, 17, 0.8);
}
.campeonatos-flash-modal-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #248EFF;
  color: #FFFFFF;
  padding: 11px 22px;
  min-width: 108px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.campeonatos-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  pointer-events: none;
}
.campeonatos-loading-overlay[hidden] {
  display: none !important;
}
.campeonatos-loading-overlay-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}
.campeonatos-loading-overlay-spinner {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 5px solid rgba(47, 111, 152, 0.18);
  border-top-color: #248EFF;
  animation: campeonatos-spin 0.8s linear infinite;
}
@keyframes campeonatos-spin {
  to {
    transform: rotate(360deg);
  }
}
.campeonatos-admin-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: flex-start;
}
.campeonatos-admin-action-card {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
}
.campeonatos-admin-action-card:hover,
.campeonatos-admin-action-card:focus-visible,
.campeonatos-admin-action-card.is-active {
  transform: none;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #FFFFFF;
}
.campeonatos-admin-action-card:focus-visible {
  outline: none;
}
.campeonatos-admin-action-card strong,
.campeonatos-admin-action-card small {
  display: block;
}
.campeonatos-admin-action-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.1;
}
.campeonatos-admin-action-card small {
  color: rgba(255, 255, 255, 0.72);
}
.campeonatos-admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.campeonatos-admin-stat,
.campeonatos-admin-widget {
  border-radius: 22px;
  background: linear-gradient(180deg, #FFFBEC 0%, #FFFFFF 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 34px rgba(26, 24, 19, 0.06);
}
.campeonatos-admin-stat {
  padding: 18px 18px 16px;
}
.campeonatos-admin-stat span,
.campeonatos-admin-widget h3 {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.56);
}
.campeonatos-admin-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-stat small {
  display: block;
  margin-top: 8px;
  color: rgba(18, 18, 18, 0.64);
  font-weight: 600;
}
.campeonatos-admin-layout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.campeonatos-admin-widget {
  padding: 22px 24px;
}
.campeonatos-admin-widget-full {
  grid-column: 1 / -1;
}
.campeonatos-admin-layout-grid + .campeonatos-admin-widget-full {
  margin-top: 22px;
}
.campeonatos-admin-widget-full + .campeonatos-admin-form-panel {
  margin-top: 26px;
}
.campeonatos-admin-widget h3 {
  color: #000000;
  margin-bottom: 16px;
}
.campeonatos-admin-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campeonatos-admin-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #FFF7D3 0%, #FFE699 100%);
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.campeonatos-admin-tag-link {
  text-decoration: none;
  cursor: pointer;
  gap: 8px;
}
.campeonatos-admin-tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(255, 175, 36, 0.16);
  background: linear-gradient(180deg, #FFE699 0%, #FFD15F 100%);
  color: #000000;
}
.campeonatos-admin-results {
  display: grid;
  gap: 14px;
}
.campeonatos-admin-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFBEC 0%, #FFFBEC 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.campeonatos-admin-result strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-result-match {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}
.campeonatos-admin-result-team {
  min-width: 0;
}
.campeonatos-admin-result-team .campeonatos-team-identity {
  width: 100%;
}
.campeonatos-admin-result-team:last-child .campeonatos-team-identity {
  justify-items: end;
  text-align: right;
}
.campeonatos-admin-result-team:last-child .campeonatos-team-logos {
  justify-content: flex-end;
}
.campeonatos-admin-result-versus {
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}
.campeonatos-admin-result small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 18, 18, 0.62);
}
.campeonatos-admin-result-score {
  text-align: right;
  font-size: 19px;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-result-score small {
  font-size: 12px;
  font-weight: 700;
}
.campeonatos-admin-result-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.campeonatos-team-media-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.campeonatos-team-media-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.campeonatos-team-media-display {
  width: 100%;
}
.campeonatos-team-media-preview,
.campeonatos-team-media-placeholder {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFFBEC;
  border: 1px dashed rgba(0, 0, 0, 0.12);
}
.campeonatos-team-media-preview {
  object-fit: contain;
  padding: 10px;
}
.campeonatos-team-media-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 13px;
  font-weight: 700;
}
.campeonatos-team-media-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.campeonatos-team-media-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.campeonatos-team-media-button:hover,
.campeonatos-team-media-button:focus-visible {
  border-color: rgba(255, 175, 36, 0.34);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  outline: none;
}
.campeonatos-admin-layout {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}
.campeonatos-admin-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.campeonatos-championship-card {
  display: grid;
  gap: 18px;
  min-height: 190px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFBEC 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.campeonatos-championship-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 175, 36, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.12);
}
.campeonatos-championship-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.campeonatos-championship-card-title {
  display: block;
  margin: 0;
  color: #000000;
  font-size: 1.032px;
  font-weight: 900;
  line-height: 1.25;
}
.campeonatos-championship-card-meta {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  color: rgba(18, 18, 18, 0.64);
  font-size: 14px;
  font-weight: 700;
}
.campeonatos-championship-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.campeonatos-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  background: #E1E6EB;
}
.campeonatos-status-badge-em_breve {
  color: #1b1b1b;
  background: linear-gradient(180deg, #FFF0B6 0%, #FFDB24 100%);
}
.campeonatos-status-badge-andamento {
  color: #FFFFFF;
  background: linear-gradient(180deg, #248EFF 0%, #248EFF 100%);
}
.campeonatos-status-badge-finalizado {
  color: #FFFFFF;
  background: linear-gradient(180deg, #4BBF7C 0%, #4BBF7C 100%);
}
.campeonatos-championship-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.campeonatos-admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFBEC 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}
.campeonatos-admin-item strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-item small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 18, 18, 0.62);
}
.campeonatos-admin-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.campeonatos-admin-item-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, #000000 0%, #0E3661 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, filter 0.18s ease;
}
.campeonatos-admin-item-button:hover,
.campeonatos-admin-item-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(14, 54, 97, 0.22);
  background: linear-gradient(180deg, #248EFF 0%, #248EFF 100%);
  color: #FFFFFF;
  outline: none;
}
.campeonatos-admin-item-button-ghost {
  background: #E1E6EB;
  color: #000000;
}
.campeonatos-admin-item-button-ghost:hover,
.campeonatos-admin-item-button-ghost:focus-visible {
  background: linear-gradient(180deg, #FFF0B6 0%, #FFDB24 100%);
  color: #000000;
  box-shadow: 0 12px 22px rgba(255, 175, 36, 0.18);
  outline: none;
}
.campeonatos-admin-form {
  padding: 18px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}
.campeonatos-admin-stage {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}
.campeonatos-admin-stage-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.campeonatos-admin-stage-back {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-decoration: none;
  color: #000000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 250, 251, 0.92) 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}
.campeonatos-admin-stage-back:hover,
.campeonatos-admin-stage-back:focus-visible {
  color: #000000;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  outline: none;
}
.campeonatos-admin-stage-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(18, 18, 18, 0.62);
  font-size: 15px;
  font-weight: 600;
}
.campeonatos-admin-stage-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.campeonatos-admin-stage-breadcrumbs a {
  color: #FFAF24;
  text-decoration: none;
}
.campeonatos-admin-stage-breadcrumbs a:hover,
.campeonatos-admin-stage-breadcrumbs a:focus-visible {
  color: #000000;
  text-decoration: underline;
}
.campeonatos-admin-stage-breadcrumbs strong {
  color: #000000;
  font-weight: 800;
}
.campeonatos-admin-stage-breadcrumbs span {
  color: rgba(18, 18, 18, 0.34);
  font-size: 11px;
}
.campeonatos-admin-form-intro {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
  min-width: 0;
}
.campeonatos-admin-stage-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 175, 36, 0.12) 0%, rgba(255, 175, 36, 0.06) 100%);
  color: #FFAF24;
  font-size: 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 175, 36, 0.12);
}
.campeonatos-admin-form-intro-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.campeonatos-admin-form-intro-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
.campeonatos-admin-form-intro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFAF24;
}
.campeonatos-admin-form-intro h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}
.campeonatos-admin-tag-subtle {
  padding: 7px 12px;
  font-size: 13px;
  background: linear-gradient(180deg, rgba(255, 215, 128, 0.88) 0%, rgba(255, 231, 173, 0.96) 100%);
  color: #000000;
  box-shadow: inset 0 0 0 1px rgba(255, 175, 36, 0.14);
}
.campeonatos-admin-form-intro p {
  margin: 0;
  color: rgba(18, 18, 18, 0.68);
  font-weight: 500;
}
.campeonatos-admin-form-panels {
  display: grid;
  gap: 14px;
}
.campeonatos-admin-form-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: #FFFBEC;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.campeonatos-admin-form-panel[hidden] {
  display: none !important;
}
.campeonatos-admin-form-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.campeonatos-admin-form-panel-head-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.campeonatos-admin-form-panel-head strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-form-panel-head small {
  display: block;
  color: rgba(18, 18, 18, 0.68);
  font-weight: 500;
}
.campeonatos-admin-form h3 {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 900;
}
.campeonatos-admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}
.campeonatos-admin-form-field {
  display: grid;
  gap: 10px;
}
.campeonatos-admin-form-field-full {
  grid-column: 1 / -1;
}
.campeonatos-admin-form-field label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(18, 18, 18, 0.72);
}
.campeonatos-admin-form-field input,
.campeonatos-admin-form-field select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 11px 12px;
  background: #FFFFFF;
  color: #000000;
}
.campeonatos-repeater {
  display: grid;
  gap: 22px;
}
.campeonatos-repeater-rows {
  display: grid;
  gap: 22px;
}
.campeonatos-repeater[data-repeater="faixas"] .campeonatos-repeater-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.campeonatos-repeater[data-repeater="faixas"] .campeonatos-repeater-row {
  flex: 1 1 180px;
  min-width: 170px;
  max-width: 240px;
}
.campeonatos-repeater[data-repeater="faixas"] .campeonatos-admin-form-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}
.campeonatos-repeater[data-repeater="faixas"] .campeonatos-admin-form-field input {
  padding: 9px 10px;
  font-size: 15px;
}
.campeonatos-repeater-row {
  display: grid;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}
.campeonatos-repeater-row [data-remove-row] {
  justify-self: start;
}
.campeonatos-admin-times-panel .campeonatos-repeater {
  gap: 10px;
}
.campeonatos-admin-times-table-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1.4fr) minmax(0, 1fr) 110px;
  align-items: center;
  gap: 12px;
  padding: 0 14px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(18, 18, 18, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.campeonatos-admin-times-panel .campeonatos-repeater-rows {
  gap: 0;
}
.campeonatos-admin-times-panel .campeonatos-team-list-row {
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.campeonatos-team-list-summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1.4fr) minmax(0, 1fr) 110px;
  align-items: center;
  gap: 12px;
  padding: 14px;
}
.campeonatos-team-list-index {
  color: #000000;
  font-weight: 900;
}
.campeonatos-team-list-cell {
  min-width: 0;
}
.campeonatos-team-list-identity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.campeonatos-team-list-identity strong,
.campeonatos-team-list-identity span {
  color: #000000;
  font-weight: 800;
  line-height: 1.25;
}
.campeonatos-team-list-identity-sponsor span {
  color: rgba(18, 18, 18, 0.72);
  font-weight: 700;
}
.campeonatos-team-list-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
}
.campeonatos-team-list-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.campeonatos-team-list-editor {
  padding: 0 14px 14px;
}
.campeonatos-bootstrap-modal .campeonatos-team-list-editor {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
.campeonatos-team-list-editor[hidden] {
  display: none !important;
}
.campeonatos-admin-times-panel .campeonatos-admin-form-grid {
  gap: 12px 14px;
}
.campeonatos-admin-times-panel .campeonatos-admin-form-field {
  gap: 6px;
}
.campeonatos-admin-times-panel .campeonatos-admin-form-field input {
  padding: 9px 12px;
}
.campeonatos-admin-times-panel .campeonatos-team-row-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.campeonatos-admin-times-actions {
  justify-content: flex-end;
  padding-top: 12px;
}
.campeonatos-admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
.campeonatos-admin-form-actions .campeonatos-admin-panel-action,
.campeonatos-admin-form-panel .campeonatos-admin-form-field .campeonatos-admin-panel-action {
  background: linear-gradient(180deg, #000000 0%, #1b1b1b 100%);
  color: #FFFFFF;
  border-color: rgba(255, 175, 36, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.campeonatos-admin-form-actions .campeonatos-admin-panel-action:hover,
.campeonatos-admin-form-actions .campeonatos-admin-panel-action:focus-visible,
.campeonatos-admin-form-panel .campeonatos-admin-form-field .campeonatos-admin-panel-action:hover,
.campeonatos-admin-form-panel .campeonatos-admin-form-field .campeonatos-admin-panel-action:focus-visible {
  background: linear-gradient(180deg, #FFAF24 0%, #FFC142 100%);
  color: #000000;
  border-color: #FFC142;
  box-shadow: 0 16px 30px rgba(255, 175, 36, 0.24);
}
.campeonatos-admin-form-submit {
  appearance: none;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  background: linear-gradient(180deg, #4BBF7C 0%, #4BBF7C 100%);
  color: #FFFFFF;
  padding: 11px 24px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(75, 191, 124, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.campeonatos-admin-form-submit:hover,
.campeonatos-admin-form-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(75, 191, 124, 0.24);
  background: linear-gradient(180deg, #4BBF7C 0%, #4BBF7C 100%);
  color: #FFFFFF;
  outline: none;
}
.campeonatos-admin-form-panel-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campeonatos-admin-faixas-panel {
  gap: 20px;
  padding: 0;
  background: transparent;
  border: 0;
}
.campeonatos-admin-faixas-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.campeonatos-admin-faixas-hero-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.campeonatos-admin-faixas-hero-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 175, 36, 0.13) 0%, rgba(255, 175, 36, 0.05) 100%);
  color: #FFAF24;
  font-size: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 175, 36, 0.12);
}
.campeonatos-admin-faixas-hero-copy {
  display: grid;
  gap: 6px;
}
.campeonatos-admin-faixas-hero-copy strong {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-faixas-hero-copy small {
  color: rgba(18, 18, 18, 0.68);
  font-size: 14px;
  font-weight: 500;
}
.campeonatos-admin-faixas-add {
  background: linear-gradient(180deg, #FFAF24 0%, #FFC142 100%);
  color: #FFFFFF;
  box-shadow: 0 14px 28px rgba(255, 175, 36, 0.22);
}
.campeonatos-admin-faixas-add:hover,
.campeonatos-admin-faixas-add:focus-visible {
  background: linear-gradient(180deg, #FFC142 0%, #FFAF24 100%);
  color: #FFFFFF;
}
.campeonatos-admin-faixas-card {
  display: grid;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 233, 0.8) 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
}
.campeonatos-admin-faixas-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.campeonatos-admin-faixas-card-head {
  display: grid;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}
.campeonatos-admin-faixas-card-head strong {
  font-size: 16px;
  font-weight: 900;
  color: #000000;
}
.campeonatos-admin-faixas-card-head small {
  color: rgba(18, 18, 18, 0.68);
  font-size: 14px;
}
.campeonatos-admin-faixas-card-actions {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}
.campeonatos-admin-faixas-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(18, 18, 18, 0.56);
}
.campeonatos-admin-faixa-list {
  display: grid !important;
  gap: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: #FFFFFF;
}
.campeonatos-admin-faixa-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: none !important;
  width: 100%;
  max-width: none !important;
  min-width: 0 !important;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.campeonatos-admin-faixa-row + .campeonatos-admin-faixa-row {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.campeonatos-admin-faixa-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}
.campeonatos-admin-faixa-badge {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
}
.campeonatos-admin-faixa-row:nth-child(3n + 2) .campeonatos-admin-faixa-badge {
  background: linear-gradient(180deg, #65a30d 0%, #4d7c0f 100%);
}
.campeonatos-admin-faixa-row:nth-child(3n + 3) .campeonatos-admin-faixa-badge {
  background: linear-gradient(180deg, #fb923c 0%, #f97316 100%);
}
.campeonatos-admin-faixa-badge i {
  font-size: 13px;
  line-height: 1;
}
.campeonatos-admin-faixa-field {
  min-width: 0;
  flex: 1 1 auto;
}
.campeonatos-admin-faixa-field input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.campeonatos-admin-faixa-field input[readonly] {
  cursor: default;
  background: rgba(244, 238, 225, 0.98);
  border-color: rgba(0, 0, 0, 0.14);
}
.campeonatos-admin-faixa-field input:focus {
  outline: none;
  border-color: rgba(255, 175, 36, 0.34);
  box-shadow: 0 0 0 3px rgba(255, 175, 36, 0.12);
}
.campeonatos-admin-faixa-row.is-editing .campeonatos-admin-faixa-field input {
  background: rgba(255, 255, 255, 0.96);
}
.campeonatos-admin-faixa-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.campeonatos-admin-faixa-icon {
  appearance: none;
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  color: rgba(18, 18, 18, 0.72);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}
.campeonatos-admin-faixa-icon:hover,
.campeonatos-admin-faixa-icon:focus-visible {
  transform: translateY(-1px);
  color: #000000;
  border-color: rgba(255, 175, 36, 0.35);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
  outline: none;
}
.campeonatos-admin-faixa-icon-danger {
  color: #ef4444;
  background: rgba(254, 242, 242, 0.8);
}
.campeonatos-admin-faixa-icon-danger:hover,
.campeonatos-admin-faixa-icon-danger:focus-visible {
  color: #dc2626;
  border-color: rgba(239, 68, 68, 0.22);
  background: rgba(254, 226, 226, 0.9);
}
.campeonatos-admin-faixa-icon-success {
  color: #15803d;
  background: rgba(240, 253, 244, 0.9);
}
.campeonatos-admin-faixa-icon-success:hover,
.campeonatos-admin-faixa-icon-success:focus-visible {
  color: #166534;
  border-color: rgba(34, 197, 94, 0.22);
  background: rgba(220, 252, 231, 0.95);
}
.campeonatos-admin-faixa-tip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 600px);
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.96) 0%, rgba(238, 242, 255, 0.92) 100%);
  color: rgba(30, 41, 59, 0.82);
  border: 1px solid rgba(59, 130, 246, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.campeonatos-admin-faixa-tip i {
  color: #3b82f6;
  font-size: 18px;
}
.campeonatos-admin-faixas-footer {
  padding: 20px 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
html.campeonatos-modal-open,
body.campeonatos-modal-open {
  overflow: hidden;
}
body.campeonatos-modal-open {
  touch-action: none;
}
.campeonatos-bootstrap-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: none;
  padding: 24px 16px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(4px);
}
.campeonatos-bootstrap-modal.show,
.campeonatos-bootstrap-modal.is-visible {
  display: block;
}
.campeonatos-bootstrap-modal[hidden] {
  display: none !important;
}
.campeonatos-bootstrap-modal .modal-dialog {
  display: flex;
  align-items: center;
  width: min(980px, 100%);
  min-height: 100%;
  margin: 0 auto;
}
.campeonatos-bootstrap-modal .modal-content {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.campeonatos-bootstrap-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 0;
  border: 0;
}
.campeonatos-bootstrap-modal-body {
  padding: 20px 24px 24px;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.campeonatos-bootstrap-modal .campeonatos-admin-form-grid,
.campeonatos-bootstrap-modal .campeonatos-team-media-grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.campeonatos-bootstrap-modal .campeonatos-admin-form-field,
.campeonatos-bootstrap-modal .campeonatos-team-media-card {
  min-width: 0;
  box-sizing: border-box;
}
.campeonatos-bootstrap-modal .campeonatos-admin-form-field input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.campeonatos-bootstrap-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 24px 24px;
  border: 0;
  background: transparent;
}
.campeonatos-bootstrap-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #000000;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.campeonatos-bootstrap-modal-close:hover,
.campeonatos-bootstrap-modal-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 175, 36, 0.34);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  outline: none;
}
.campeonatos-bootstrap-modal .campeonatos-repeater-row {
  background: #FFFBEC;
}
.campeonatos-goal-scoreboard {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 248, 233, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(255, 175, 36, 0.18);
}
.campeonatos-goal-scoreboard strong {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 900;
}
.campeonatos-goal-scoreboard span {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.campeonatos-goal-form-grid {
  margin-bottom: 16px;
}
.campeonatos-goal-list {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}
.campeonatos-goal-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #FFFBEC;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.campeonatos-goal-list-item strong {
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: 900;
}
.campeonatos-goal-list-item small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 18, 18, 0.62);
}
.campeonatos-player-modal {
  position: fixed;
  inset: 0;
  z-index: 20030;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
}
.campeonatos-player-modal[hidden] {
  display: none !important;
}
.campeonatos-player-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(4px);
}
.campeonatos-player-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 24px;
  background: #FFFFFF;
  padding: 24px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
}
.campeonatos-player-current-team {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #FFFBEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.campeonatos-player-current-team span {
  color: rgba(18, 18, 18, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.campeonatos-player-current-team strong {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
}
.campeonatos-player-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.campeonatos-player-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.campeonatos-player-list-item strong {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.campeonatos-player-list-item small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 18, 18, 0.62);
  font-size: 13px;
}
.campeonatos-player-add-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.campeonatos-admin-form-delete {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #dc2626;
  color: #FFFFFF;
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.campeonatos-admin-form-delete:hover,
.campeonatos-admin-form-delete:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(185, 28, 28, 0.22);
  filter: brightness(1.04);
  outline: none;
}
.campeonatos-admin-note {
  margin: 0;
  color: rgba(18, 18, 18, 0.66);
}
.campeonatos-admin-rules-panel {
  gap: 18px;
}
.campeonatos-admin-rules-grid {
  display: grid;
  gap: 18px;
}
.campeonatos-admin-rules-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255, 255, 255, 0.72);
}
.campeonatos-admin-rules-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.campeonatos-admin-rules-card-head strong {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.campeonatos-admin-rules-card-head small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 18, 18, 0.62);
}
.campeonatos-admin-rules-list {
  display: grid;
  gap: 12px;
}
.campeonatos-admin-rules-config {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 220px));
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(18, 18, 18, 0.08);
}
.campeonatos-admin-rule-row {
  display: grid;
  grid-template-columns: minmax(116px, 0.85fr) minmax(220px, 1.6fr) 78px auto;
  gap: 12px;
  align-items: end;
  padding: 14px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(18, 18, 18, 0.08);
}
.campeonatos-admin-card-rule-row {
  grid-template-columns: minmax(120px, 0.9fr) minmax(120px, 0.9fr) minmax(240px, 1.8fr) 78px auto;
}
.campeonatos-admin-color-field input[type="color"] {
  min-width: 64px;
  padding: 4px;
}
.campeonatos-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 800;
  color: #FFAF24;
}
.campeonatos-title {
  margin: 0;
  font-size: clamp(32px, 3vw, 3.32px);
  line-height: 0.95;
  letter-spacing: -1px;
  font-weight: 900;
  text-transform: uppercase;
}
.campeonatos-intro {
  margin: 0;
  max-width: 760px;
  color: rgba(18, 18, 18, 0.72);
  font-size: 16px;
}
.campeonatos-landing {
  display: grid;
  gap: 28px;
}
.campeonatos-sport-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.campeonatos-sport-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 22px;
  background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.24), transparent 38%), linear-gradient(180deg, #181818 0%, #2C2F33 100%);
  color: #FFFFFF;
  text-decoration: none;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease;
}
.campeonatos-sport-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 175, 36, 0.72);
  color: #FFFFFF;
  filter: saturate(1.05);
}
.campeonatos-sport-card::after {
  content: "";
  position: absolute;
  inset: auto -22% -44% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18), transparent 68%);
  pointer-events: none;
}
.campeonatos-sport-name {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}
.campeonatos-sport-total {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  margin-top: 8px;
}
.campeonatos-sport-subtitle {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}
.campeonatos-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.campeonatos-status-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
}
.campeonatos-status-pill b {
  font-size: 16px;
}
.campeonatos-sport-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  color: #FFAF24;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.campeonatos-detail {
  display: grid;
  gap: 18px;
}
.campeonatos-detail-card {
  padding: 0;
  background: transparent;
  color: #000000;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.campeonatos-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.campeonatos-summary-card {
  background: linear-gradient(180deg, #FFFBEC 0%, #FFFFFF 100%);
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 34px rgba(26, 24, 19, 0.06);
  padding: 18px 16px;
  min-height: 100px;
}
.campeonatos-summary-card span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(18, 18, 18, 0.55);
}
.campeonatos-summary-card strong {
  display: block;
  margin-top: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
}
.campeonatos-summary-card small {
  display: block;
  margin-top: 8px;
  color: rgba(18, 18, 18, 0.62);
  font-weight: 600;
}
.campeonatos-detail-title {
  margin: 0;
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
.campeonatos-detail-card .campeonatos-back {
  background: #000000;
  color: #FFFFFF;
}
.campeonatos-detail-card .campeonatos-back:hover,
.campeonatos-detail-card .campeonatos-back:focus-visible {
  background: #1b1b1b;
  color: #FFFFFF;
}
.campeonatos-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.campeonatos-back:hover {
  background: rgba(255, 175, 36, 0.16);
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  color: #FFFFFF;
}
.campeonatos-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campeonatos-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  color: #181818;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.campeonatos-filter:hover,
.campeonatos-filter.is-active {
  border-color: #248EFF;
  box-shadow: 0 10px 26px rgba(36, 142, 255, 0.18);
  transform: translateY(-1px);
  background: #E1E6EB;
  color: #000000;
}
.campeonatos-section {
  margin-top: 42px;
}
.campeonatos-section h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 900;
}
.campeonatos-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.campeonatos-section-head h3 {
  margin-bottom: 0;
}
.campeonatos-bracket-section {
  margin-top: 34px;
}
.campeonatos-bracket-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
}
.campeonatos-bracket {
  min-width: 1040px;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 178px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 26px;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 52%, rgba(45, 212, 191, 0.18) 0%, rgba(45, 212, 191, 0) 18%), #FFFFFF;
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 18px 42px rgba(18, 18, 18, 0.08);
}
.campeonatos-bracket-side {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(166px, 1fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}
.campeonatos-bracket-side.is-right .campeonatos-bracket-match::after {
  left: auto;
  right: 100%;
}
.campeonatos-bracket-round {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
}
.campeonatos-bracket-round-title {
  display: block;
  color: #FFAF24;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.campeonatos-bracket-round-matches {
  display: grid;
  align-content: space-around;
  gap: 24px;
  min-height: 430px;
}
.campeonatos-bracket-match {
  position: relative;
  display: grid;
  gap: 5px;
}
.campeonatos-bracket-match::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 18px;
  height: 1px;
  background: rgba(36, 142, 255, 0.62);
}
.campeonatos-bracket-final .campeonatos-bracket-match::after {
  display: none;
}
.campeonatos-bracket-team {
  min-height: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(36, 142, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(18, 18, 18, 0.56);
}
.campeonatos-bracket-team.is-winner {
  color: #000000;
  border-color: rgba(245, 158, 11, 0.54);
  background: linear-gradient(180deg, #fff9ed 0%, #FFFFFF 100%);
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.12);
}
.campeonatos-bracket-team-main {
  min-width: 0;
}
.campeonatos-bracket-team-main .campeonatos-team-identity {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.campeonatos-bracket-team-main .campeonatos-team-logos {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.campeonatos-bracket-team-main .campeonatos-team-logo {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.campeonatos-bracket-team-main .campeonatos-team-label {
  min-width: 0;
  color: currentColor;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campeonatos-bracket-score {
  color: currentColor;
  font-size: 13px;
  font-weight: 900;
}
.campeonatos-bracket-final {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}
.campeonatos-bracket-trophy {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-radius: 999px;
  background: radial-gradient(circle, #fff6d7 0%, #f6c54f 48%, #d99c1a 100%);
  color: #000000;
  font-size: 42px;
  box-shadow: 0 14px 0 rgba(36, 142, 255, 0.24), 0 20px 30px rgba(18, 18, 18, 0.12);
}
.campeonatos-table-wrap {
  overflow-x: auto;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}
.campeonatos-table {
  width: 100%;
  min-width: 720px;
  margin-bottom: 0;
}
.campeonatos-table thead th {
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.campeonatos-table td,
.campeonatos-table th {
  vertical-align: middle !important;
  text-align: center;
}
.campeonatos-table tbody tr[style] > td,
.campeonatos-table tbody tr[style] > th {
  background-color: inherit !important;
}
.campeonatos-rule-note {
  display: block;
  margin-top: 5px;
  color: rgba(18, 18, 18, 0.58);
  font-size: 13px;
  font-weight: 700;
}
.campeonatos-rule-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}
.campeonatos-rule-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.campeonatos-rule-legend i {
  width: 11px;
  height: 15px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(18, 18, 18, 0.18);
}
.campeonatos-match-cell {
  min-width: 220px;
}
.campeonatos-team-identity {
  display: inline-grid;
  justify-items: start;
  gap: 8px;
  text-align: left;
}
.campeonatos-team-logos {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.campeonatos-team-logo {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 2px;
}
.campeonatos-team-label {
  display: block;
  color: #000000;
  font-weight: 800;
  line-height: 1.25;
}
.campeonatos-score {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}
.campeonatos-score small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  color: #606264;
}
.campeonatos-stat-chip {
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(18, 18, 18, 0.06);
  color: #000000;
  font-weight: 800;
}
.campeonatos-stat-chip-warning {
  background: rgba(250, 204, 21, 0.22);
}
.campeonatos-stat-chip-danger {
  background: rgba(248, 113, 113, 0.18);
}
.campeonatos-stat-chip-success {
  background: rgba(34, 197, 94, 0.18);
}
.campeonatos-empty {
  padding: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  color: #606264;
  background: #FFFBEC;
  text-align: center;
}
@media (max-width: 991.98px) {
  .campeonatos-sport-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campeonatos-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campeonatos-admin-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campeonatos-admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campeonatos-admin-rule-row,
  .campeonatos-admin-card-rule-row,
  .campeonatos-admin-rules-config {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .campeonatos-admin-layout-grid {
    grid-template-columns: 1fr;
  }
  .campeonatos-admin-form-intro,
  .campeonatos-admin-faixas-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  .campeonatos-admin-faixas-add {
    width: 100%;
    justify-content: center;
  }
  .campeonatos-admin-faixas-card-actions {
    justify-content: stretch;
  }
}
@media (max-width: 782px) {
  body.admin-bar.campeonatos-page #site-header {
    top: 46px !important;
  }
}
@media (max-width: 991.98px) {
  .campeonatos-shell {
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .campeonatos-toolbar-view {
    display: none !important;
  }
  .campeonatos-sport-grid {
    grid-template-columns: 1fr;
  }
  .campeonatos-status-grid {
    grid-template-columns: 1fr;
  }
  .campeonatos-summary-grid {
    grid-template-columns: 1fr;
  }
  .campeonatos-admin-action-grid {
    grid-template-columns: 1fr;
  }
  .campeonatos-admin-stats {
    grid-template-columns: 1fr;
  }
  .campeonatos-admin-rule-row,
  .campeonatos-admin-card-rule-row,
  .campeonatos-admin-rules-config {
    grid-template-columns: 1fr;
  }
  .campeonatos-admin-stage-bar {
    align-items: flex-start;
  }
  .campeonatos-admin-stage-breadcrumbs {
    font-size: 14px;
  }
  .campeonatos-admin-stage-icon,
  .campeonatos-admin-faixas-hero-icon {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    font-size: 24px;
  }
  .campeonatos-admin-faixas-card {
    padding: 18px;
  }
  .campeonatos-admin-faixa-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .campeonatos-admin-faixa-actions,
  .campeonatos-admin-faixas-footer {
    width: 100%;
  }
  .campeonatos-admin-faixas-footer .campeonatos-admin-form-submit,
  .campeonatos-admin-faixas-footer .campeonatos-admin-panel-action {
    width: 100%;
    justify-content: center;
  }
  .campeonatos-filter {
    min-width: 84px;
  }
  .campeonatos-detail-card {
    padding: 16px;
  }
}
.campeonatos-sport-title {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}
.campeonatos-back-manage-wrap {
  margin-bottom: 18px;
}
.campeonatos-intro-contrast {
  color: rgba(18, 18, 18, 0.58);
  margin-top: 8px;
}
.campeonatos-admin-tags-offset {
  margin-top: 16px;
}
.campeonatos-table-team-cell {
  text-align: left !important;
}
.campeonatos-empty-wide {
  padding: 28px;
}
.campeonatos-landing {
  position: relative;
  gap: 34px;
  padding-bottom: 8px;
}
.campeonatos-landing::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -8px;
  width: 188px;
  height: 188px;
  background-image: radial-gradient(rgba(245, 158, 11, 0.18) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  opacity: 0.9;
  pointer-events: none;
}
.campeonatos-top {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 0;
}
.campeonatos-heading {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  min-width: 0;
}
.campeonatos-heading .campeonatos-heading-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffd67d 0%, #f7bc47 100%);
  color: #000000;
  box-shadow: 0 18px 34px rgba(245, 159, 11, 0.144);
  font-size: 24px;
}
.campeonatos-heading .campeonatos-heading-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.campeonatos-heading .campeonatos-heading-copy .campeonatos-title {
  font-family: "Roboto Slab", serif !important;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #000000;
  letter-spacing: 1px;
  overflow-wrap: anywhere;
}
.campeonatos-heading .campeonatos-heading-copy .campeonatos-intro {
  max-width: none;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.55);
  overflow-wrap: anywhere;
}
.campeonatos-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 18px 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, #191919 0%, #101010 100%);
  color: #FFAF24;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.campeonatos-primary-action:hover,
.campeonatos-primary-action:focus-visible {
  color: #FFAF24;
  transform: translateY(-2px);
  box-shadow: 0 28px 44px rgba(0, 0, 0, 0.22);
  filter: brightness(1.04);
}
.campeonatos-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 18px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}
.campeonatos-toolbar-status {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(18, 18, 18, 0.56);
  font-size: 18px;
  font-weight: 600;
}
.campeonatos-toolbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 14px;
}
.campeonatos-toolbar-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 292px;
  flex: 0 0 292px;
  margin: 0;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  background: rgba(255, 255, 255, 0.84);
  color: rgba(18, 18, 18, 0.44);
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
.campeonatos-toolbar-search:hover,
.campeonatos-toolbar-search:focus-within {
  border-color: rgba(245, 158, 11, 0.52);
  transition: all 0.8s ease-in-out !important;
  -moz-transition: all 0.8s ease-in-out !important;
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
}
.campeonatos-toolbar-search input {
  width: 100%;
  height: 46px;
  border: 0;
  padding: 0 12px;
  background: transparent;
  color: #000000;
  font-size: 16px;
  box-shadow: none;
  border: none !important;
  border-left: 1px solid #3a313121 !important;
}
.campeonatos-toolbar-search input:focus {
  outline: none !important;
}
.campeonatos-toolbar-search input:focus::-webkit-search-cancel-button {
  cursor: pointer;
}
.campeonatos-toolbar-view {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.campeonatos-toolbar-button {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  border: 1px solid rgba(18, 18, 18, 0.1) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  color: rgba(18, 18, 18, 0.5) !important;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.campeonatos-toolbar-button:hover,
.campeonatos-toolbar-button:focus-visible,
.campeonatos-toolbar-button.is-active {
  outline: none;
  border-color: rgba(245, 158, 11, 0.26) !important;
  background: linear-gradient(180deg, #fff4dc 0%, #ffe1a0 100%) !important;
  color: #000000 !important;
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.16) !important;
}
.campeonatos-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}
.campeonatos-overview-grid:not(.is-admin) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.campeonatos-overview-grid.is-list {
  grid-template-columns: 1fr;
}
.campeonatos-overview-item {
  display: flex;
  min-width: 0;
}
.campeonatos-overview-card {
  position: relative;
  overflow: visible;
  min-height: 320px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  padding: 34px;
  border-radius: 26px;
  background: radial-gradient(circle at 85% 20%, rgba(247, 188, 71, 0.22) 0%, rgba(247, 188, 71, 0) 34%), linear-gradient(180deg, rgba(19, 19, 19, 0.98) 0%, rgba(11, 12, 15, 0.98) 100%);
  color: #FFFFFF;
  box-shadow: 0 28px 54px rgba(10, 10, 10, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.campeonatos-overview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 36%), radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%);
  pointer-events: none;
}
.campeonatos-overview-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 48px;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  border: 22px solid rgba(255, 255, 255, 0.06);
  opacity: 0.32;
  pointer-events: none;
}
.campeonatos-overview-card-top,
.campeonatos-overview-card-body,
.campeonatos-overview-actions,
.campeonatos-overview-footer {
  position: relative;
  z-index: 1;
}
.campeonatos-overview-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.campeonatos-overview-menu {
  position: relative;
  flex: 0 0 auto;
}
.campeonatos-overview-menu .campeonatos-overview-card-menu {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  list-style: none;
}
.campeonatos-overview-menu .campeonatos-overview-card-menu:hover,
.campeonatos-overview-menu .campeonatos-overview-card-menu:focus-visible {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}
.campeonatos-overview-menu .campeonatos-overview-card-menu::-webkit-details-marker {
  display: none;
}
.campeonatos-overview-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 13px;
  background: rgba(255, 197, 77, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.campeonatos-overview-tag i {
  color: #f3c24d;
  font-size: 11px;
  flex: 0 0 auto;
}
.campeonatos-overview-tag i::before {
  content: "\f1e3";
  font-weight: 900;
}
.campeonatos-overview-menu[open] .campeonatos-overview-card-menu {
  color: #000000;
  background: rgba(255, 255, 255, 0.08);
}
.campeonatos-overview-menu-panel {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  right: auto;
  transform: translateY(-50%);
  min-width: 140px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(18, 18, 18, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.28);
}
.campeonatos-overview-menu-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 12px;
  height: 12px;
  background: rgba(18, 18, 18, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(-50%) rotate(45deg);
}
.campeonatos-overview-menu-link,
.campeonatos-overview-menu-button {
  width: 100% !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center !important;
  justify-content: center;
  padding: 0 14px;
  border: none !important;
  border-radius: 12px !important;
  background: transparent;
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.18s ease, color 0.18s ease !important;
}
.campeonatos-overview-menu-link i,
.campeonatos-overview-menu-button i {
  color: #FFFFFF !important;
}
.campeonatos-overview-menu-link:hover,
.campeonatos-overview-menu-button:hover,
.campeonatos-overview-menu-link:focus-visible,
.campeonatos-overview-menu-button:focus-visible {
  outline: none;
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.288) !important;
  transition: background 0.18s ease, color 0.18s ease !important;
}
.campeonatos-overview-menu-button {
  cursor: pointer;
}
.campeonatos-overview-menu-button .campeonatos-ui-icon {
  color: #ef4444;
}
.campeonatos-overview-card-body {
  display: grid;
  align-content: start;
  gap: 20px;
}
.campeonatos-overview-title {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.2px;
  overflow-wrap: anywhere;
}
.campeonatos-overview-line {
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6c54f 0%, #d99c1a 100%);
}
.campeonatos-overview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
}
.campeonatos-overview-meta span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.campeonatos-overview-meta i {
  color: #f2c44f;
}
.campeonatos-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.campeonatos-overview-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.campeonatos-overview-button.is-highlight {
  border-color: rgba(255, 197, 77, 0.54);
  background: rgba(255, 197, 77, 0.12);
  color: #f7c54f;
}
.campeonatos-overview-button.is-full {
  width: 100%;
}
.campeonatos-overview-button:hover,
.campeonatos-overview-button:focus-visible {
  color: #FFFFFF;
  transform: translateY(-2px);
  border-color: rgba(255, 197, 77, 0.44);
  background: rgba(255, 197, 77, 0.14);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}
.campeonatos-overview-create {
  min-height: 320px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 40px;
  border-radius: 26px;
  border: 1px dashed rgba(245, 158, 11, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 248, 233, 0.92) 100%);
  color: #000000;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  transition: transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
.campeonatos-overview-create:hover,
.campeonatos-overview-create:focus-visible {
  color: #000000;
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.42);
  box-shadow: 0 18px 36px rgba(245, 158, 11, 0.1);
  transition: transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
.campeonatos-overview-create-icon {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd67d 0%, #f7bc47 100%);
  color: #000000;
  font-size: 32px;
  box-shadow: 0 18px 28px rgba(245, 158, 11, 0.2);
}
.campeonatos-overview-create strong {
  display: block;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.campeonatos-overview-create p {
  margin: 0;
  max-width: 320px;
  color: rgba(18, 18, 18, 0.56);
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.campeonatos-overview-grid .is-list .campeonatos-overview-card {
  min-height: 0;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  grid-template-rows: auto auto;
  align-items: stretch;
}
.campeonatos-overview-grid .is-list .campeonatos-overview-card-body {
  padding-right: 18px;
}
.campeonatos-overview-grid .is-list .campeonatos-overview-actions {
  align-self: center;
  justify-content: flex-start;
  padding: 0 0 0 16px;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991.98px) {
  .campeonatos-top {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .campeonatos-heading {
    gap: 18px;
  }
  .campeonatos-heading .campeonatos-heading-copy .campeonatos-title {
    font-size: clamp(26px, 7vw, 30px);
    letter-spacing: 0;
  }
  .campeonatos-heading .campeonatos-heading-copy .campeonatos-intro {
    font-size: 16px;
  }
  .campeonatos-primary-action {
    width: 100%;
  }
  .campeonatos-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .campeonatos-toolbar-actions {
    width: 100%;
    justify-content: stretch;
    flex-wrap: wrap;
  }
  .campeonatos-toolbar-status {
    font-size: 16px;
    line-height: 1.35;
  }
  .campeonatos-toolbar-search {
    min-width: 0;
    width: 100%;
    flex-basis: auto;
  }
  .campeonatos-toolbar-view {
    display: none;
  }
  .campeonatos-overview-grid {
    grid-template-columns: 1fr;
  }
  .campeonatos-overview-card,
  .campeonatos-overview-create {
    min-height: 0;
  }
  .campeonatos-overview-card {
    padding: 28px;
    gap: 20px;
  }
  .campeonatos-overview-tag {
    font-size: 12px;
  }
  .campeonatos-overview-title {
    max-width: none;
    font-size: clamp(28px, 8vw, 38px);
  }
  .campeonatos-overview-meta {
    gap: 10px 16px;
    font-size: 15px;
  }
  .campeonatos-overview-actions {
    gap: 12px;
  }
  .campeonatos-overview-button {
    flex: 1 1 220px;
    min-width: 0;
    padding: 0 20px;
    text-align: center;
  }
  .campeonatos-overview-create {
    padding: 32px 28px;
  }
  .campeonatos-overview-create strong {
    font-size: clamp(24px, 6vw, 30px);
  }
  .campeonatos-overview-create p {
    max-width: 100%;
    font-size: 16px;
  }
  .campeonatos-overview-grid .is-list .campeonatos-overview-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .campeonatos-overview-grid .is-list .campeonatos-overview-actions {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 575.98px) {
  .campeonatos-admin-faixas-card-top {
    flex-direction: column;
    align-items: stretch;
  }
  .campeonatos-admin-faixas-card-actions {
    justify-content: flex-start;
  }
  .campeonatos-landing::after {
    display: none;
  }
  .campeonatos-heading {
    gap: 14px;
  }
  .campeonatos-heading-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 14px;
    font-size: 21px;
  }
  .campeonatos-intro {
    font-size: 16px;
  }
  .campeonatos-toolbar-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .campeonatos-toolbar-view {
    justify-content: flex-end;
  }
  .campeonatos-overview-card {
    padding: 22px;
  }
  .campeonatos-overview-title {
    max-width: none;
    font-size: 26px;
  }
  .campeonatos-overview-menu-panel {
    top: calc(100% + 10px);
    right: 0;
    transform: none;
  }
  .campeonatos-overview-menu-panel::after {
    top: 0;
    left: auto;
    right: 18px;
    transform: translateY(-50%) rotate(-45deg);
  }
  .campeonatos-overview-meta {
    font-size: 15px;
  }
  .campeonatos-overview-actions {
    gap: 10px;
  }
  .campeonatos-overview-button {
    width: 100%;
    padding: 14px 18px;
  }
  .campeonatos-overview-create {
    padding: 30px 22px;
  }
  .campeonatos-overview-create strong {
    font-size: 22px;
  }
  .campeonatos-overview-create p {
    font-size: 16px;
  }
}
