@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.default-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

html {
  font-size: 16px;
}

body {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem;
  font-family: Lexend, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

ul, ol {
  margin-bottom: 1rem;
}

@media (width >= 14px) {
  h1, .h1 {
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 2rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.125rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: “liga” on;
  letter-spacing: -.01rem;
}

html body {
  background-color: #001a17;
}

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

*, :before, :after {
  box-sizing: inherit;
}

.col-1 {
  float: left;
  width: 8.33333%;
  margin-right: 24px;
}

.col-1:nth-child(12n) {
  margin-right: 0;
}

.col-2 {
  float: left;
  width: 16.6667%;
  margin-right: 24px;
}

.col-2:nth-child(12n) {
  margin-right: 0;
}

.col-3 {
  float: left;
  width: 25%;
  margin-right: 24px;
}

.col-3:nth-child(12n) {
  margin-right: 0;
}

.col-4 {
  float: left;
  width: 33.3333%;
  margin-right: 24px;
}

.col-4:nth-child(12n) {
  margin-right: 0;
}

.col-5 {
  float: left;
  width: 41.6667%;
  margin-right: 24px;
}

.col-5:nth-child(12n) {
  margin-right: 0;
}

.col-6 {
  float: left;
  width: 50%;
  margin-right: 24px;
}

.col-6:nth-child(12n) {
  margin-right: 0;
}

.col-7 {
  float: left;
  width: 58.3333%;
  margin-right: 24px;
}

.col-7:nth-child(12n) {
  margin-right: 0;
}

.col-8 {
  float: left;
  width: 66.6667%;
  margin-right: 24px;
}

.col-8:nth-child(12n) {
  margin-right: 0;
}

.col-9 {
  float: left;
  width: 75%;
  margin-right: 24px;
}

.col-9:nth-child(12n) {
  margin-right: 0;
}

.col-10 {
  float: left;
  width: 83.3333%;
  margin-right: 24px;
}

.col-10:nth-child(12n) {
  margin-right: 0;
}

.col-11 {
  float: left;
  width: 91.6667%;
  margin-right: 24px;
}

.col-11:nth-child(12n) {
  margin-right: 0;
}

.col-12 {
  float: left;
  width: 100%;
  margin-right: 24px;
}

.col-12:nth-child(12n) {
  margin-right: 0;
}

@media only screen and (width <= 767px) {
  .col-mobile-1 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-1:nth-child(4n) {
    margin-right: 0;
  }

  .col-mobile-2 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-2:nth-child(4n) {
    margin-right: 0;
  }

  .col-mobile-3 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-3:nth-child(4n) {
    margin-right: 0;
  }

  .col-mobile-4 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-4:nth-child(4n) {
    margin-right: 0;
  }
}

.site-header {
  z-index: 999;
  backdrop-filter: blur(32px);
  width: 100%;
  position: fixed;
  top: 0;
  background: linear-gradient(#001917, #00191733) !important;
}

.site-header .mobile-only {
  display: none;
}

@media (width <= 1040px) {
  .site-header .mobile-only {
    display: block;
  }

  .site-header .mobile-only.btn-mb {
    flex-grow: 1;
    justify-content: space-between;
    padding-right: 24px;
    display: flex;
  }
}

.site-header .navbar-brand img {
  max-width: 100%;
  height: auto;
}

@media (width <= 1040px) {
  .site-header .navbar-brand {
    display: none;
  }
}

.site-header .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

@media (width >= 1200px) and (width <= 1600px) {
  .site-header .container {
    max-width: 1240px;
  }
}

@media only screen and (width <= 479px) {
  .site-header .container .navbar-toggler {
    margin-left: 16px;
  }
}

.navbar-nav .nav-item {
  margin: 0;
}

.navbar-nav .nav-link {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #fff !important;
  padding: .5rem 1rem !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #fff154 !important;
}

.navbar-nav .nav-link:hover:after, .navbar-nav .nav-link.active:after {
  width: 100%;
  left: 0;
}

.navbar-nav .nav-link:after {
  content: "";
  background-color: #fff154;
  width: 0;
  height: 2px;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.navbar-nav .nav-link.active:after {
  width: 100%;
  left: 0;
}

.btn-warning {
  text-transform: uppercase;
  font-size: 14px;
  transition: all .3s;
  color: #371717 !important;
  background-color: #fff154 !important;
  border-color: #fff154 !important;
  border-radius: 50rem !important;
  padding: .5rem 1.5rem !important;
  font-weight: 700 !important;
}

.btn-warning:hover {
  transform: scale(1.05);
  background-color: #dd63c2 !important;
  border-color: #dd63c2 !important;
}

@media only screen and (width <= 479px) {
  .btn-warning {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
}

@media (width <= 1040px) {
  .btn-collapse {
    justify-content: space-between;
    padding: 0 24px;
    display: flex;
  }

  .btn-collapse .gap-2 {
    display: flex;
  }

  .btn-collapse .btn-warning {
    padding: .5rem 4rem !important;
  }

  .btn-hdd {
    transition: opacity .3s;
  }

  .btn-hdd.d-none {
    opacity: 0;
    pointer-events: none;
  }

  .btn-mb {
    justify-content: flex-end;
    display: flex;
  }
}

.modal-content {
  color: #fff;
  background-color: #001f3f;
}

.modal-header {
  border-bottom-color: #002c59;
}

.modal-header .btn-close {
  background-color: #fff;
}

@media (width <= 1040px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
  }

  .navbar-nav {
    margin-bottom: 1rem;
  }

  .navbar-nav .nav-item {
    margin: .5rem 0;
  }

  .navbar-nav .nav-link:after {
    display: none;
  }
}

.hero.home {
  background: url("../img/assets/home-hero.webp") center no-repeat;
  justify-content: center;
  align-items: center;
  min-height: 98vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width >= 576px) and (width <= 1040px) {
  .hero.home {
    min-height: 60vh;
  }
}

@media only screen and (width <= 479px) {
  .hero.home {
    min-height: 60vh;
  }
}

.hero.home .star {
  z-index: 1;
  animation: 4s ease-in-out infinite float;
  position: absolute;
}

.hero.home .star--left {
  animation-delay: 0s;
  top: 20%;
  left: 0;
}

.hero.home .star--right {
  animation-delay: 2s;
  top: 0%;
  right: 0;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero.home .radar {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero.home .radar .circle {
  opacity: 0;
  border: 2px solid #ffffff1a;
  border-radius: 50%;
  margin: 0 auto;
  animation: 3s infinite radar;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}

.hero.home .radar .circle:first-child {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}

.hero.home .radar .circle:nth-child(2) {
  width: 400px;
  height: 400px;
  animation-delay: .75s;
}

.hero.home .radar .circle:nth-child(3) {
  width: 600px;
  height: 600px;
  animation-delay: 1.5s;
}

.hero.home .radar .circle:nth-child(4) {
  width: 800px;
  height: 800px;
  animation-delay: 2.25s;
}

@keyframes radar {
  0% {
    opacity: .5;
    transform: translateY(-50%)scale(.5);
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 0;
    transform: translateY(-50%)scale(1.2);
  }
}

.hero.home .faixas {
  z-index: 2;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
}

@media only screen and (width <= 479px) {
  .hero.home .faixas {
    height: 50px;
    overflow: hidden;
  }
}

.hero.home .faixas .faixa-azul {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .hero.home .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.hero.home .faixas .faixa-rosa {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media only screen and (width <= 479px) {
  .hero.home .faixas .faixa-rosa {
    bottom: 0;
    transform: scale(4);
  }
}

.hero.home .container {
  text-align: center;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media only screen and (width <= 479px) {
  .hero.home .container {
    padding: 0 24px;
  }
}

.hero.home .container .live {
  border: 1px solid #fff;
  border-radius: 20px;
  align-items: baseline;
  margin-bottom: 20px;
  padding: 8px 20px;
  display: inline-flex;
}

.hero.home .container .live p {
  margin: 0;
}

.hero.home .container .live p span {
  filter: drop-shadow(0 0 10px red);
  color: #ff540b;
}

.hero.home .container .live .dot {
  filter: drop-shadow(0 0 10px red);
  background-color: #ff540b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
}

.hero.home .container .title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  display: flex;
}

.hero.home .container .title h1 {
  margin: 20px 0 60px;
  font-weight: 200;
}

@media only screen and (width <= 479px) {
  .hero.home .container .title h1 {
    margin: 20px 0 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }
}

.hero.home .container .title img {
  max-width: 505px;
  display: block;
}

@media only screen and (width <= 479px) {
  .hero.home .container .title img {
    max-width: 100%;
  }

  .video-embed {
    padding: 0 24px;
  }
}

.video-embed .top-header-video {
  margin-bottom: 64px;
}

.video-embed .top-header-video .container {
  max-width: 1200px;
  padding: 0;
}

@media only screen and (width <= 479px) {
  .video-embed .top-header-video .container {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
}

.video-embed .top-header-video .container .default__title {
  margin: 0;
}

.video-embed .top-header-video .container .default__title span {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.video-embed .top-header-video .container .default__desc {
  max-width: 497px;
  margin: 0;
}

.video-embed .top-header-video .container .video-embed__content {
  align-items: center;
  gap: 24px;
  display: flex;
}

@media only screen and (width <= 479px) {
  .video-embed .top-header-video .container .video-embed__content {
    flex-direction: row-reverse;
    gap: 16px;
  }
}

.video-embed .video-embed__player {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 4px 80px 12px #b2fd0354;
}

@media only screen and (width <= 479px) {
  .video-embed .video-embed__player {
    max-width: 100%;
  }
}

.video-embed .video-embed__player .video-embed__thumb {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 675px;
}

@media only screen and (width <= 479px) {
  .video-embed .video-embed__player .video-embed__thumb, .video-embed .video-embed__player iframe {
    height: 300px;
  }
}

.video-embed .video-embed__player button {
  all: unset;
  cursor: pointer;
  width: 222px;
  height: 222px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.site-sobre .hero-default {
  position: relative;
}

.site-sobre .hero-default .faixas {
  z-index: 2;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -40px;
}

.site-sobre .hero-default .faixas .faixa-azul {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .site-sobre .hero-default .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.site-sobre .hero-default .faixas .faixa-rosa {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (width <= 479px) {
  .site-sobre .hero-default .faixas .faixa-rosa {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }

  .site-sobre .hero-default .hero-default__title-span {
    font-size: 20px;
  }

  .site-sobre .hero-default .hero-default__title svg {
    max-width: 90%;
  }

  .site-sobre .hero-default .hero-default__description p {
    font-size: 14px;
    line-height: 16px;
  }

  .site-sobre .hero-default .hero-default__tag {
    font-size: 14px;
  }
}

.historia {
  color: #fff;
  min-height: 480px;
  padding: 80px 0;
  position: relative;
  background-position: 100% !important;
  background-size: cover !important;
}

@media (width >= 576px) and (width <= 1040px) {
  .historia {
    min-height: 280px;
    background-size: contain !important;
  }
}

@media only screen and (width <= 479px) {
  .historia {
    padding: 40px 16px;
    background-size: cover !important;
  }
}

.historia.after:after {
  content: url("../img/assets/azul.svg");
  z-index: 1;
  opacity: .5;
  width: fit-content;
  position: absolute;
  bottom: -120%;
  right: 0;
}

@media only screen and (width <= 479px) {
  .historia {
    min-height: 300px;
    padding: 80px 40px;
  }
}

.historia .container {
  z-index: 5;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

@media only screen and (width <= 479px) {
  .historia .container {
    padding: 0 16px;
  }
}

.historia.cobertura {
  background-position: 0 !important;
}

@media only screen and (width <= 479px) {
  .historia.cobertura {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (width >= 576px) and (width <= 1040px) {
  .historia.cobertura .historia__title {
    text-align: right;
    width: fit-content;
    padding-right: 72px;
    display: inline-block;
  }
}

.historia.cobertura .historia__content {
  justify-content: end;
  align-items: flex-end;
}

.historia.cobertura:before {
  display: none;
}

.historia:before {
  content: "";
  background: linear-gradient(to right, #001a17 40%, #001a17cc 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.historia__content {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.historia__title {
  width: 100%;
  max-width: 568px;
  margin: 0 0 48px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .historia__title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

@media only screen and (width <= 479px) {
  .historia__title {
    margin-bottom: 24px;
  }
}

.historia__title span {
  position: absolute;
  left: -50px;
}

@media only screen and (width <= 479px) {
  .historia__title span {
    left: unset;
    right: 0;
  }
}

.historia__description {
  font-size: "Lexend", sans-serif;
  max-width: 568px;
  line-height: 119%;
}

@media (width >= 576px) and (width <= 1040px) {
  .historia__description {
    max-width: 272px;
    font-size: 12px;
  }
}

@media only screen and (width <= 479px) {
  .historia__description {
    font-size: 12px;
  }
}

.ondas-animadas {
  display: inline-block;
  overflow: hidden;
}

.ondas-animadas path {
  transform-origin: center;
  animation: 1.5s ease-in-out infinite onda;
}

.ondas-animadas path:first-child {
  animation-delay: 0s;
}

.ondas-animadas path:nth-child(2) {
  animation-delay: .2s;
}

.ondas-animadas path:nth-child(3) {
  animation-delay: .4s;
}

.ondas-animadas path:nth-child(4) {
  animation-delay: .6s;
}

.ondas-animadas path:nth-child(5) {
  animation-delay: .8s;
}

.ondas-animadas path:nth-child(6) {
  animation-delay: 1s;
}

.ondas-animadas path:nth-child(7) {
  animation-delay: 1.2s;
}

@keyframes onda {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.noticias-destaques {
  padding: 40px 0;
  position: relative;
}

@media only screen and (width <= 479px) {
  .noticias-destaques {
    padding: 40px 0;
  }
}

.noticias-destaques__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}

@media (width >= 576px) and (width <= 1040px) {
  .noticias-destaques__container {
    padding: 0 40px;
  }
}

@media only screen and (width <= 479px) {
  .noticias-destaques__container {
    padding: 0 24px;
  }
}

.noticias-destaques__grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

@media only screen and (width <= 479px) {
  .noticias-destaques__grid {
    flex-direction: column;
    padding: 0 16px;
    display: flex;
  }
}

.noticias-destaques__grid .noticia-destaque {
  background: #4b451166;
  border-radius: .4rem;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__image {
  border-radius: 4px;
  height: 100%;
}

@media only screen and (width <= 479px) {
  .noticias-destaques__grid .noticia-destaque .noticia-destaque__image {
    height: 200px;
  }
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__content time {
  font-size: .75rem;
  font-weight: 300;
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__content .noticia-destaque__title {
  margin: 12px 0 24px;
  font-size: 1rem;
  font-weight: 500;
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__content .button--container {
  margin-top: auto;
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__content .button--container .button--primary {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 44px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 32px;
  font-size: .75rem;
  transition: all .3s;
  display: flex;
}

.noticias-destaques__grid .noticia-destaque .noticia-destaque__content .button--container .button--primary i {
  color: #fff;
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.noticias-destaques__grid .noticia-destaque:first-child, .noticias-destaques__grid .noticia-destaque:last-child {
  flex-direction: column;
  grid-area: 1 / 1 / 3 / 2;
  height: 100%;
  display: flex;
}

.noticias-destaques__grid .noticia-destaque:first-child .noticia-destaque__image, .noticias-destaques__grid .noticia-destaque:last-child .noticia-destaque__image {
  margin-bottom: 12px;
}

.noticias-destaques__grid .noticia-destaque:nth-child(2) {
  background-color: #6e24ad3b;
  flex-direction: row;
  grid-area: 1 / 2 / 2 / 4;
  gap: 24px;
  height: 100%;
  display: flex;
}

.noticias-destaques__grid .noticia-destaque:nth-child(2) .noticia-destaque__image {
  width: 100%;
  max-width: 320px;
}

.noticias-destaques__grid .noticia-destaque:nth-child(2) .noticia-destaque__image img {
  object-fit: cover;
  height: 100%;
}

.noticias-destaques__grid .noticia-destaque:nth-child(2) .button--container .button--primary {
  background-color: #fff3;
  border: none;
  justify-content: center;
  gap: 12px;
}

.noticias-destaques__grid .noticia-destaque:nth-child(2) .button--container .button--primary i {
  background-color: #0000;
  transform: rotate(-45deg);
}

.noticias-destaques__grid .noticia-destaque:nth-child(3) {
  background: #3a1743;
  flex-direction: row;
  grid-area: 2 / 2 / 3 / 4;
  gap: 24px;
  height: 100%;
  display: flex;
}

.noticias-destaques__grid .noticia-destaque:nth-child(3) .noticia-destaque__image {
  width: 100%;
  max-width: 320px;
  height: 100%;
}

.noticias-destaques__grid .noticia-destaque:nth-child(3) .noticia-destaque__image img {
  object-fit: cover;
  height: 100%;
}

@media only screen and (width <= 479px) {
  .noticias-destaques__grid .noticia-destaque:nth-child(3) .noticia-destaque__image {
    height: 200px;
  }
}

.noticias-destaques__grid .noticia-destaque:nth-child(3) .button--container .button--primary {
  background-color: #fff3;
  border: none;
  justify-content: center;
  gap: 12px;
}

.noticias-destaques__grid .noticia-destaque:nth-child(3) .button--container .button--primary i {
  background-color: #0000;
}

.noticias-destaques__grid .noticia-destaque:nth-child(4) {
  background: #09373f;
  grid-area: 1 / 4 / 3 / 5;
}

.noticias-destaques__grid .noticia-destaque:hover {
  transform: translateY(-5px);
}

@media (width >= 1200px) and (width <= 1600px) {
  .noticias-page .hero-default, .noticias-page .hero-default:before {
    min-height: 497px;
  }

  .noticias-page .hero-default .hero-default__title-span {
    font-size: 32px;
  }
}

@media (width >= 576px) and (width <= 1040px) {
  .noticias-page .hero-default .hero-default__title-span {
    font-size: 32px;
  }

  .noticias-page .hero-default .hero-default__description p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 14px;
  }
}

.noticias-page .faixas {
  z-index: 4;
  margin-top: -50px;
  position: relative;
}

.noticias-page .faixas .faixa-azul {
  height: 100px;
}

@media only screen and (width <= 479px) {
  .noticias-page .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.noticias-page .faixas .faixa-rosa {
  height: 50px;
  margin-top: -93px;
}

@media only screen and (width <= 479px) {
  .noticias-page .faixas .faixa-rosa {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }

  .noticias-destaques__grid {
    padding: 0;
  }

  .noticia-destaque {
    flex-direction: row !important;
    gap: 16px !important;
  }

  .noticia-destaque__image {
    width: 100%;
    max-width: 200px;
    height: auto !important;
    margin: 0 !important;
  }

  .noticia-destaque__image img {
    object-fit: cover;
    height: 100%;
  }
}

.ultimas-noticias {
  padding: 60px 0;
}

@media only screen and (width <= 479px) {
  .ultimas-noticias {
    padding: 40px 0;
  }
}

.ultimas-noticias .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}

@media (width >= 576px) and (width <= 1040px) {
  .ultimas-noticias .container {
    padding: 0 40px;
  }
}

@media only screen and (width <= 479px) {
  .ultimas-noticias .container {
    padding: 0 24px;
  }
}

.ultimas-noticias__title {
  color: #fff;
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ultimas-noticias__title span {
  font-size: 1.5rem;
  font-weight: 400;
}

.ultimas-noticias__list {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.ultimas-noticias__list .noticia-destaque {
  background-color: #ffffff1a;
  border-radius: 4px;
  flex-direction: row;
  gap: 24px;
  height: 100%;
  padding: 16px;
  display: flex;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__image {
  border-radius: 4px;
  width: 100%;
  max-width: 340px;
  height: auto;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__content {
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  display: flex;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__content time {
  font-size: .75rem;
  font-weight: 300;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__content .noticia-destaque__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__content .noticia-destaque__excerpt {
  margin: 0;
  font-size: .875rem;
  font-weight: 300;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__content .button--container {
  margin-top: auto;
}

.ultimas-noticias__list .noticia-destaque .noticia-destaque__content .button--container .button--primary {
  text-align: center;
  background-color: #fff3;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 32px;
  font-size: .75rem;
  transition: all .3s;
  display: flex;
}

.ultimas-noticias__list .noticia-destaque:hover {
  transform: translateY(-5px);
}

.ultimas-noticias__pagination {
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  display: flex;
}

.ultimas-noticias__pagination-dot {
  background-color: #fff3;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  font-size: 0;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.ultimas-noticias__pagination-dot.active {
  pointer-events: none;
  background-color: #00d9ff;
  width: 24px;
}

.ultimas-noticias__pagination-dot:hover {
  background-color: #fff6;
}

.site-political .hero-default {
  overflow: hidden;
}

.site-political .hero-default:before {
  background: url("../img/assets/political-after.png") 100% 100% / contain no-repeat;
  right: 0;
}

.site-political .hero-default .hero-default__container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (width >= 576px) and (width <= 1040px) {
  .site-political .hero-default .hero-default__container {
    max-width: 100%;
    padding: 0 40px;
  }
}

@media (width <= 576px) {
  .site-political .hero-default .hero-default__container {
    padding: 0 24px;
  }
}

.site-political .hero-default .hero-default__container .hero-default__title-span {
  color: #fff;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
}

.site-political .hero-default .hero-default__container .hero-default__description {
  max-width: 980px;
}

.site-programacao {
  padding-bottom: 80px;
}

.site-programacao .hero-default, .site-programacao .hero-default:before, .site-programacao .hero-default:after {
  min-height: 400px;
}

.site-programacao .hero-default__title-span {
  font-size: 2rem;
}

.site-programacao .hero-default__title-name {
  color: #fff;
}

.programa-content {
  color: #fff;
  padding: 60px 0;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .programa-content .container {
    padding: 0;
  }
}

.programa-content__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.programa-content__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.programa-content__title {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
}

.programa-content__title span {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}

@media only screen and (width <= 479px) {
  .programa-content__title {
    font-size: 24px;
  }
}

.programa-content__filter-input {
  color: #fff;
  background: none;
  border: 1px solid #fff3;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: .9rem;
}

.programa-content__filter-input::-webkit-calendar-picker-indicator {
  filter: invert();
}

.programa-content__list {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.programa-content__item {
  background: #ffffff0d;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  padding: 12px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

@media (width >= 576px) and (width <= 1040px) {
  .programa-content__item {
    max-width: 226px;
  }
}

@media only screen and (width <= 479px) {
  .programa-content__item {
    flex-direction: row;
    max-width: 100%;
  }
}

.programa-content__item:hover {
  transform: translateY(-2px);
}

.programa-content__item-thumb {
  border-radius: 8px;
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
  overflow: hidden;
}

@media only screen and (width <= 479px) {
  .programa-content__item-thumb {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.programa-content__item-thumb img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.programa-content__item-info {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.programa-content__item-date {
  color: #fff9;
  margin-bottom: 8px;
  font-size: .9rem;
}

.programa-content__item-title {
  color: #fff;
  margin: 0 0 auto;
  font-size: 1.125rem;
}

.programa-content__item-button {
  background-color: #ffffff1a;
  border: none;
  border-radius: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 20px;
  display: flex;
}

.programa-content__item-button svg {
  transition: transform .3s;
}

.programa-content__item-button:hover {
  opacity: .8;
}

.programa-content__item-button:hover svg {
  transform: translateX(4px);
}

.programa-content__empty {
  text-align: center;
  color: #fff9;
  background: #ffffff0d;
  border-radius: 8px;
  padding: 40px;
  font-size: 1.1rem;
}

.site-post-page {
  padding-bottom: 80px;
}

.site-post-page .hero-default {
  min-height: 300px;
  padding-bottom: 80px;
  overflow: hidden;
}

.site-post-page .hero-default:before, .site-post-page .hero-default:after {
  background-size: cover;
  height: 300px;
}

.site-post-page .hero-default__title {
  margin-bottom: 24px;
}

.site-post-page .hero-default__title-span {
  color: #fff;
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
}

.site-post-page .hero-default__description {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.site-post-page .hero-default__description strong {
  color: #fff;
}

.post-content {
  border-top: 18px solid #69a20d;
  padding-top: 80px;
}

@media only screen and (width <= 479px) {
  .post-content {
    padding: 40px 16px 0;
  }
}

.post-content__wrapper {
  gap: 64px;
  display: flex;
}

@media (width >= 576px) and (width <= 1040px) {
  .post-content__wrapper {
    flex-direction: column;
  }
}

@media only screen and (width <= 479px) {
  .post-content__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.post-content__main {
  width: 70%;
}

@media only screen and (width <= 479px) {
  .post-content__main {
    width: 100%;
  }
}

.post-content__main .entry-content {
  font-family: Funnel Display, sans-serif;
}

.post-content__main .entry-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.post-content__main .entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.post-content__main .entry-content h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.post-content__main .entry-content h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.post-content__main .entry-content h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.post-content__sidebar {
  width: 30%;
}

@media (width >= 576px) and (width <= 1040px) {
  .post-content__sidebar {
    width: 100%;
  }

  .post-content__sidebar .posts-destaque__container {
    flex-direction: row;
    gap: 24px;
    display: flex;
    overflow: auto;
  }
}

@media only screen and (width <= 479px) {
  .post-content__sidebar {
    width: 100%;
  }
}

.post-content__sidebar .posts-destaque__title {
  margin: 0 0 1rem;
  font-family: Funnel Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.post-content__sidebar .posts-destaque__item {
  background-color: #ffffff1a;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 20px;
  font-family: Funnel Sans, sans-serif;
}

@media (width >= 576px) and (width <= 1040px) {
  .post-content__sidebar .posts-destaque__item {
    flex-shrink: 0;
  }
}

.post-content__sidebar .posts-destaque__item .posts-destaque__title {
  margin: 24px 0 16px;
  font-size: 1.125rem;
  font-weight: 700;
}

.post-content__sidebar .posts-destaque__item .posts-destaque__link {
  background-color: #ffffff1a;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 10px;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.destaques {
  padding: 80px 0;
}

.destaques .default-title {
  margin: 0 0 40px;
}

@media only screen and (width <= 479px) {
  .destaques {
    padding: 40px 12px;
  }
}

.destaques .container {
  padding: 0;
}

@media only screen and (width >= 768px) and (width <= 1040px) {
  .destaques .container {
    max-width: 100%;
    padding: 0 24px;
  }
}

.destaques__grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

@media (width >= 576px) and (width <= 1040px) {
  .destaques__grid {
    flex-wrap: wrap;
    display: flex;
  }

  .destaques__grid .destaque-card {
    flex-shrink: 0;
    width: 100%;
    max-width: calc(50% - 24px);
  }

  .destaques__grid .destaque-card--noticia {
    flex-direction: column;
  }
}

@media only screen and (width <= 479px) {
  .destaques__grid {
    flex-direction: column;
    display: flex;
  }

  .destaques__grid .destaque-card {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }

  .destaques__grid .destaque-card--noticia {
    flex-direction: column;
  }
}

.destaque-card {
  background: #fff;
  border-radius: .4rem;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 12px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

@media only screen and (width <= 479px) {
  .destaque-card__thumb-link {
    flex: 0 0 115px;
    width: 100%;
    display: flex;
  }
}

.destaque-card__thumb {
  border-radius: .4rem;
  max-height: 150px;
  position: relative;
  overflow: hidden;
}

.destaque-card__thumb img {
  height: auto;
}

.destaque-card:first-child {
  grid-area: 1 / 1 / 3 / 2;
}

@media only screen and (width <= 479px) {
  .destaque-card:first-child {
    flex-direction: row;
    grid-area: 1 / 1 / 2 / 3;
    display: flex;
  }

  .destaque-card:first-child .destaque-card__thumb {
    flex: 0 0 115px;
    width: 100%;
    height: auto;
  }

  .destaque-card:first-child .destaque-card__thumb img {
    object-fit: cover;
    height: 100%;
  }
}

.destaque-card:nth-child(2) {
  flex-direction: row;
  grid-area: 1 / 2 / 2 / 4;
  display: flex;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(2) {
    flex-direction: column;
    grid-area: 3 / 1 / 5 / 2;
  }

  .destaque-card:nth-child(2) .destaque-card__content {
    justify-content: start;
    align-items: start;
  }
}

.destaque-card:nth-child(2) .destaque-card__thumb {
  flex: 0 0 270px;
  width: 100%;
  height: auto;
  padding-top: 0;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(2) .destaque-card__thumb {
    flex: 0 0 115px;
  }
}

.destaque-card:nth-child(2) .destaque-card__thumb img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(2) .destaque-card__description {
    font-size: 12px;
  }
}

.destaque-card:nth-child(3) {
  background: #3a1743;
  flex-direction: row;
  grid-area: 2 / 2 / 3 / 4;
  display: flex;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(3) {
    flex-direction: column;
    grid-area: 3 / 2 / 5 / 3;
  }
}

.destaque-card:nth-child(3) .destaque-card__thumb {
  flex: 0 0 270px;
  width: 100%;
  height: auto;
  padding-top: 0;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(3) .destaque-card__thumb {
    flex: 0 0 115px;
  }
}

.destaque-card:nth-child(3) .destaque-card__thumb img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(3) .destaque-card__content {
    justify-content: start;
    align-items: start;
  }
}

.destaque-card:nth-child(4) {
  grid-area: 1 / 4 / 3 / 5;
}

@media only screen and (width <= 479px) {
  .destaque-card:nth-child(4) {
    flex-direction: row;
    grid-area: 2 / 1 / 3 / 3;
    display: flex;
  }
}

.destaque-card:nth-child(4):hover {
  transform: translateY(-5px);
}

.destaque-card__content {
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.destaque-card__title {
  color: #fff;
  margin: 0 0 12px;
  font-size: 1.25rem;
}

@media only screen and (width <= 479px) {
  .destaque-card__title {
    font-size: 1rem;
  }
}

.destaque-card__description {
  color: #fff;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

@media only screen and (width <= 479px) {
  .destaque-card__description {
    font-size: .875rem;
  }
}

.destaque-card__subtitle {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 14px;
}

@media only screen and (width <= 479px) {
  .destaque-card__subtitle {
    font-size: .875rem;
  }
}

.destaque-card__presenter {
  color: #ffffffe6;
  font-size: .875rem;
  font-weight: 700;
}

.destaque-card__date {
  color: #fffc;
  margin-bottom: .5rem;
  font-size: .875rem;
  display: block;
}

.destaque-card__tag {
  color: #fff;
  background-color: #fff3;
  border-radius: .25rem;
  width: fit-content;
  margin-bottom: .75rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  display: inline-block;
}

@media only screen and (width <= 479px) {
  .destaque-card__tag {
    display: none;
  }
}

.destaque-card__buttons {
  gap: 16px;
  display: flex;
}

.destaque-card__link {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 44px;
  align-items: center;
  margin-top: auto;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: inline-flex;
}

.destaque-card__link--outline {
  background-color: #0000;
  border: 1px solid #fff;
  padding: 9px 22px;
}

.destaque-card__link:hover {
  color: #fffc;
}

.destaque-card__link:after {
  content: "→";
  margin-left: .5rem;
  transition: transform .3s;
}

.destaque-card__link:hover:after {
  transform: translateX(5px);
}

.destaque-card--programa {
  background: #4b451166;
}

.destaque-card--programa .destaque-card__title {
  order: 2;
}

.destaque-card--programa .destaque-card__subtitle {
  order: 1;
}

.destaque-card--programa .destaque-card__presenter {
  order: 3;
}

.destaque-card--programa a {
  color: #371717;
  order: 4;
}

.destaque-card--noticia {
  background: #6e24ad3b;
}

.destaque-card--link {
  background: #3a1743;
}

.destaque-card--video {
  background: #09373f;
  flex-direction: column-reverse;
}

.destaque-card--video .destaque-card__thumb {
  height: auto;
  margin-top: auto;
}

.destaque-card--video .destaque-card__thumb img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media only screen and (width <= 479px) {
  .destaque-card--video .destaque-card__thumb {
    width: 100%;
    height: 100%;
    max-height: unset;
    flex: 0 0 115px;
  }

  .destaque-card--video .destaque-card__thumb img {
    object-fit: cover;
    height: 100%;
  }

  .site-programacao {
    padding-bottom: 40px;
  }
}

.site-programacao .hero-default__container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (width >= 1200px) and (width <= 1600px) {
  .site-programacao .hero-default__container {
    max-width: 1000px;
    padding: 0;
  }
}

@media (width >= 576px) and (width <= 1040px) {
  .site-programacao .hero-default__container {
    padding: 0 60px;
  }
}

.site-programacao .faixas {
  z-index: 4;
  margin-top: -50px;
  position: relative;
}

.site-programacao .faixas .faixa-azul {
  height: 92px;
}

@media only screen and (width <= 479px) {
  .site-programacao .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.site-programacao .faixas .faixa-rosa {
  height: 50px;
  margin-top: -93px;
}

@media only screen and (width <= 479px) {
  .site-programacao .faixas .faixa-rosa {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.site-programacao .programacao {
  padding: 80px 0;
}

@media only screen and (width <= 479px) {
  .site-programacao .programacao {
    padding: 40px 0;
  }
}

.site-programacao .programacao__header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

@media only screen and (width <= 479px) {
  .site-programacao .programacao__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.site-programacao .programacao__search {
  border: 1px solid #ffffff80;
  border-radius: 4px;
  align-items: center;
  gap: .5rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.site-programacao .programacao__search-input {
  color: #fff;
  background-color: #0000;
  border: none;
  flex: 1;
  height: 40px;
  padding: 0 1rem;
  font-size: 1rem;
  transition: all .3s;
}

.site-programacao .programacao__search-input::placeholder {
  color: #ffffff80;
}

.site-programacao .programacao__search-input:focus {
  border-color: #001a17;
  outline: none;
}

.site-programacao .programacao__search-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.site-programacao .programacao__search-button:hover {
  color: #001a17;
}

.site-programacao .programacao__container {
  max-width: 1440px;
  margin: 0 auto 48px;
  padding: 0 100px;
  position: relative;
}

@media (width >= 1200px) and (width <= 1600px) {
  .site-programacao .programacao__container {
    max-width: 1000px;
    padding: 0;
  }
}

@media (width >= 576px) and (width <= 1040px) {
  .site-programacao .programacao__container {
    padding: 0 24px;
  }
}

@media only screen and (width <= 479px) {
  .site-programacao .programacao__container {
    margin-bottom: 0;
    padding: 0 16px;
  }
}

.site-programacao .programacao__container .btn-see-all {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 44px;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  font-size: .875rem;
  transition: all .3s;
  display: flex;
}

.site-programacao .programacao__title {
  color: #fff;
  flex-direction: column;
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
}

@media only screen and (width <= 479px) {
  .site-programacao .programacao__title {
    font-size: 20px;
  }
}

.site-programacao .programacao__title span {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}

.site-programacao .programacao__description {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.site-programacao .programacao__filter {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  display: flex;
}

@media only screen and (width <= 479px) {
  .site-programacao .programacao__filter {
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 100%;
    overflow: auto;
  }
}

.site-programacao .programacao__filter-btn {
  color: #fff9;
  cursor: pointer;
  text-transform: lowercase;
  background: #ffffff1a;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: .875rem;
  transition: all .3s;
}

@media (width >= 576px) and (width <= 1040px) {
  .site-programacao .programacao__filter-btn {
    padding: 6px 12px;
    font-size: 16px;
  }
}

@media only screen and (width <= 479px) {
  .site-programacao .programacao__filter-btn {
    padding: 6px 12px;
    font-size: 16px;
  }
}

.site-programacao .programacao__filter-btn:hover {
  background: #fff3;
}

.site-programacao .programacao__filter-btn.is-active {
  color: #fff;
  background: #69a20d;
}

.site-programacao .programacao__grid {
  flex-wrap: wrap;
  gap: 36px 16px;
  padding: 0;
  display: flex;
}

.site-programacao .programacao__footer {
  text-align: center;
}

.site-programacao .programacao__empty {
  text-align: center;
  color: #fff;
  grid-column: 1 / -1;
  padding: 40px;
}

.site-programacao .programa-card {
  background: #ffffff1a;
  border-radius: .4rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 232px;
  padding: 12px;
  transition: transform .3s;
  overflow: hidden;
}

@media (width >= 576px) and (width <= 1040px) {
  .site-programacao .programa-card {
    max-width: 172px;
    padding: 8px;
  }
}

.site-programacao .programa-card:hover {
  transform: translateY(-5px);
}

@media only screen and (width <= 479px) {
  .site-programacao .programa-card {
    max-width: 100%;
  }
}

.site-programacao .programa-card__thumb {
  border-radius: .4rem;
  margin-bottom: 12px;
  position: relative;
}

.site-programacao .programa-card__thumb img {
  object-fit: cover;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
}

.site-programacao .programa-card__time {
  color: #fff;
  margin-bottom: 12px;
  font-size: .875rem;
  display: inline-block;
}

.site-programacao .programa-card__title {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (width >= 576px) and (width <= 1040px) {
  .site-programacao .programa-card__title {
    font-size: 14px;
  }
}

.site-programacao .programa-card__presenter {
  color: #fff;
  font-size: .875rem;
  display: block;
}

.site-programacao .programa-card__button {
  font-size: 12px;
}

@media (width >= 576px) and (width <= 1040px) {
  .site-programacao .programa-card__button {
    gap: 0;
    padding: 7px;
    font-size: 12px;
  }
}

.programacao {
  z-index: 4;
  padding: 80px 0 120px;
  position: relative;
}

@media only screen and (width <= 479px) {
  .programacao {
    padding: 40px 0;
  }
}

.programacao__header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

@media (width >= 576px) and (width <= 1040px) {
  .programacao__header .programacao__filter {
    order: 2;
  }

  .programacao__header .programacao__btn {
    order: 1;
  }
}

.programacao__search {
  align-items: center;
  gap: .5rem;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.programacao__search-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  padding: 0 1rem;
  font-size: 1rem;
  transition: all .3s;
}

.programacao__search-input::placeholder {
  color: #ffffff80;
}

.programacao__search-input:focus {
  border-color: #001a17;
  outline: none;
}

.programacao__search-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.programacao__search-button:hover {
  color: #001a17;
}

.programacao__container {
  max-width: 1440px;
  margin: 0 auto 48px;
  padding: 0 100px;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .programacao__container {
    padding: 0 24px;
  }
}

@media only screen and (width <= 479px) {
  .programacao__container {
    padding: 0 24px;
  }
}

.programacao__container .btn-see-all {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 44px;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  font-size: .875rem;
  transition: all .3s;
  display: flex;
}

.programacao__title {
  color: #fff;
  flex-direction: column;
  margin: 0;
  font-size: 2rem;
  line-height: 20px;
  display: flex;
}

@media (width >= 576px) and (width <= 1040px) {
  .programacao__title {
    margin-bottom: 24px;
  }
}

@media only screen and (width <= 479px) {
  .programacao__title {
    font-size: 20px;
    line-height: 100%;
  }

  .programacao__title br {
    display: none;
  }
}

.programacao__description {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.programacao__filter {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  display: flex;
}

@media only screen and (width <= 479px) {
  .programacao__filter {
    flex-wrap: nowrap;
    order: 3;
    padding: 5px 0;
    overflow-x: auto;
  }
}

.programacao__filter-btn {
  color: #fff9;
  cursor: pointer;
  text-transform: lowercase;
  background: #ffffff1a;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: .875rem;
  transition: all .3s;
}

@media only screen and (width <= 479px) {
  .programacao__filter-btn {
    order: 1;
  }
}

.programacao__filter-btn:hover {
  background: #fff3;
}

.programacao__filter-btn.is-active {
  color: #fff;
  background: #69a20d;
}

.programacao__grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 4;
  gap: 16px;
  padding-left: 17%;
  padding-right: calc(50vw - 604px);
  display: flex;
  position: relative;
  overflow-x: auto;
}

@media (width >= 1200px) and (width <= 1600px) {
  .programacao__grid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (width >= 576px) and (width <= 1040px) {
  .programacao__grid {
    padding: 0 24px;
  }
}

.programacao__grid::-webkit-scrollbar {
  height: 4px;
  display: none;
}

.programacao__grid::-webkit-scrollbar-track {
  background: #ffffff1a;
  border-radius: 1rem;
}

.programacao__grid::-webkit-scrollbar-thumb {
  background: #ffffff4d;
  border-radius: 1rem;
}

.programacao__grid:hover {
  scrollbar-width: thin;
}

.programacao__grid:hover::-webkit-scrollbar {
  display: block;
}

@media only screen and (width <= 479px) {
  .programacao__grid {
    flex-wrap: wrap;
    padding: 0 16px;
  }
}

.programacao__footer {
  text-align: center;
}

.programacao__empty {
  text-align: center;
  color: #fff;
  grid-column: 1 / -1;
  padding: 40px;
}

.programa-card {
  background: #ffffff1a;
  border-radius: .4rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 233px;
  padding: 12px;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
}

@media only screen and (width <= 479px) {
  .programa-card {
    gap: 12px;
    max-width: 100%;
    display: flex;
  }
}

@media only screen and (width >= 768px) and (width <= 1040px) {
  .programa-card {
    padding: 24px;
  }
}

.programa-card:hover {
  transform: translateY(-5px);
}

.programa-card__thumb {
  border-radius: .4rem;
  margin-bottom: 12px;
  position: relative;
}

@media only screen and (width <= 479px) {
  .programa-card__thumb {
    max-width: 115px;
  }
}

.programa-card__thumb img {
  object-fit: cover;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
}

.programa-card__time {
  color: #fff;
  margin-bottom: 12px;
  font-size: .875rem;
  display: inline-block;
}

@media only screen and (width <= 479px) {
  .programa-card__time {
    font-size: 12px;
  }
}

.programa-card__title {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media only screen and (width <= 479px) {
  .programa-card__title {
    font-size: 18px;
  }
}

.programa-card__presenter {
  color: #fff;
  font-size: .875rem;
  display: block;
}

@media only screen and (width <= 479px) {
  .programa-card__presenter {
    font-size: 12px;
  }
}

.programa-card__button {
  background-color: #ffffff1a;
  border: none;
  border-radius: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 18px;
  font-size: 14px;
  display: flex;
}

@media only screen and (width <= 479px) {
  .programa-card__button {
    background: none;
    width: fit-content;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  .programa-card__button-text {
    display: none;
  }
}

.programa-card__button-icon {
  display: none;
}

@media only screen and (width <= 479px) {
  .programa-card__button-icon {
    font-size: 32px;
    display: block;
  }
}

.faixas {
  overflow: hidden;
}

@media only screen and (width <= 479px) {
  .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.playlists {
  padding: 80px 0;
  position: relative;
}

@media only screen and (width <= 479px) {
  .playlists {
    padding: 40px 0;
  }
}

.playlists .faixas {
  z-index: 2;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
}

@media only screen and (width <= 479px) {
  .playlists .faixas {
    top: -75px;
    overflow: hidden;
  }
}

.playlists .faixas .faixa-azul {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .playlists .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(3);
  }
}

.playlists .faixas .faixa-rosa {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (width <= 479px) {
  .playlists .faixas .faixa-rosa {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(3);
  }
}

.playlists .radar {
  z-index: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.playlists .radar .circle {
  opacity: 0;
  border: 2px solid #ffffff1a;
  border-radius: 50%;
  animation: 3s infinite radar;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.playlists .radar .circle:first-child {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}

.playlists .radar .circle:nth-child(2) {
  width: 400px;
  height: 400px;
  animation-delay: .75s;
}

.playlists .radar .circle:nth-child(3) {
  width: 600px;
  height: 600px;
  animation-delay: 1.5s;
}

.playlists .radar .circle:nth-child(4) {
  width: 800px;
  height: 800px;
  animation-delay: 2.25s;
}

.playlists:before {
  content: url("../img/assets/rosa-claro.svg");
  width: fit-content;
  position: absolute;
  top: -120%;
  left: 0;
}

@media only screen and (width <= 479px) {
  .playlists:before {
    display: none;
  }
}

.playlists:after {
  content: url("../img/assets/azul.svg");
  z-index: -1;
  width: fit-content;
  position: absolute;
  bottom: -120%;
  right: 0;
}

.playlists__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .playlists__container {
    padding: 0 24px;
  }
}

@media only screen and (width <= 479px) {
  .playlists__container {
    padding: 0;
  }

  .playlists__slider {
    max-width: 100%;
  }
}

.playlists__slider .slick-track {
  gap: 16px;
  display: flex;
}

.playlists__slider .slick-slide {
  height: auto;
  padding: 0;
}

.playlists__slider .slick-slide > div {
  height: 100%;
}

@media only screen and (width <= 479px) {
  .playlists__slider .slick-slide {
    opacity: .2;
  }

  .playlists__slider .slick-slide.slick-active {
    opacity: 1;
  }
}

.playlists__nav {
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@media only screen and (width <= 479px) {
  .playlists__nav {
    display: none;
  }
}

.playlists__nav-next {
  right: 0;
}

.playlists__nav-prev {
  left: 0;
}

.playlists__nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.playlists__nav-btn:hover {
  background: #fff3;
}

.playlists__nav-btn.slick-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.playlists__nav-btn i {
  font-size: 24px;
}

.playlists .slick-dots {
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.playlists .slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
}

.playlists .slick-dots li.slick-active button {
  background-color: #00d9ff;
  border-radius: 8px;
  width: 32px;
}

.playlists .slick-dots button {
  text-indent: -9999px;
  cursor: pointer;
  background-color: #ffffff4d;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all .1s;
  display: block;
}

.playlists .slick-dots button:before {
  display: none;
}

.playlist-card {
  height: 100%;
}

.playlist-card__image {
  aspect-ratio: 1;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

@media (width >= 576px) and (width <= 1040px) {
  .playlist-card__image {
    border-radius: .4rem;
  }
}

.playlist-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.playlist-card__overlay {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.playlist-card__overlay.gradient-1 {
  background: linear-gradient(45deg, #90377ed9 0%, #90377e9c 100%);
}

.playlist-card__overlay.gradient-2 {
  background: linear-gradient(45deg, #4c2b87d9 0%, #4c2b879c 100%);
}

.playlist-card__overlay.gradient-3 {
  background: linear-gradient(45deg, #236192d9 0%, #2361929c 100%);
}

.playlist-card__overlay.gradient-4 {
  background: linear-gradient(45deg, #478a23d9 0%, #478a239c 100%);
}

.playlist-card__overlay.gradient-5 {
  background: linear-gradient(45deg, #922323d9 0%, #9223239c 100%);
}

.playlist-card__overlay.gradient-6 {
  background: linear-gradient(45deg, #925e23d9 0%, #925e239c 100%);
}

.playlist-card__overlay:hover .playlist-card__play {
  opacity: 1;
  transform: translateY(0);
}

.playlist-card__title {
  color: #fff;
  margin: 0;
  font-size: 44px;
  font-weight: bold;
  line-height: 108%;
}

@media only screen and (width >= 768px) and (width <= 1040px) {
  .playlist-card__title {
    font-size: 32px;
  }
}

.playlist-card__pais {
  letter-spacing: .02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 108%;
}

.playlist-card__play {
  color: #371717;
  background: #00d9ff;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 119%;
  text-decoration: none;
  display: inline-flex;
}

.playlist-card__play:hover {
  background: #00d9ff;
}

.playlist-card__play i {
  font-size: 16px;
}

.noticias {
  z-index: 3;
  padding: 80px 0;
  position: relative;
}

@media only screen and (width <= 479px) {
  .noticias {
    padding: 40px 0;
  }
}

.noticias__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .noticias__container {
    padding: 0 24px;
  }
}

@media only screen and (width <= 479px) {
  .noticias__container {
    padding: 0;
  }
}

.noticias__header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

@media only screen and (width <= 479px) {
  .noticias__header {
    padding: 0 16px;
  }
}

.noticias__title {
  color: #fff;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 101%;
  display: flex;
}

.noticias__title strong {
  font-size: 32px;
  font-weight: 500;
}

.noticias__ver-tudo {
  color: #fff;
  background: #ffffff1a;
  border-radius: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.noticias__ver-tudo:hover {
  background: #fff3;
}

.noticias__ver-tudo i {
  font-size: 16px;
  transition: transform .3s;
}

.noticias__ver-tudo:hover i {
  transform: translateX(4px);
}

.noticias__slider .slick-track {
  gap: 16px;
  display: flex;
}

.noticias__nav {
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-60%);
}

@media only screen and (width <= 479px) {
  .noticias__nav {
    display: none;
  }
}

.noticias__nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.noticias__nav-btn.noticias__nav-prev {
  left: 0;
}

.noticias__nav-btn.noticias__nav-next {
  right: 0;
}

.noticias__nav-btn:hover {
  background: #fff3;
}

.noticias__nav-btn.slick-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.noticias__nav-btn i {
  font-size: 24px;
}

.noticias .slick-dots {
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.noticias .slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
}

.noticias .slick-dots li.slick-active button {
  background-color: #00d9ff;
  border-radius: 8px;
  width: 32px;
}

.noticias .slick-dots button {
  text-indent: -9999px;
  cursor: pointer;
  background-color: #ffffff4d;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all .1s;
  display: block;
}

.noticias .slick-dots button:before {
  display: none;
}

.noticia-card {
  background-color: #ffffff1a;
  border-radius: .4rem;
  height: 100%;
  padding: 16px;
}

.noticia-card__image {
  border-radius: 1rem;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.noticia-card__image img {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.noticia-card__date {
  color: #fff;
  margin: 14px 0;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.noticia-card__title {
  color: #fff;
  height: 32px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

@media (width <= 1600px) {
  .noticia-card__title {
    font-size: 14px;
  }
}

.noticia-card__link {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 44px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 8px 40px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

@media only screen and (width >= 768px) and (width <= 1040px) {
  .noticia-card__link {
    padding: 8px 20px;
  }
}

.noticia-card__link:hover {
  background: #ffffff4d;
}

.noticia-card__link:hover i {
  transform: translateX(4px);
}

.noticia-card__link i {
  font-size: 16px;
  transition: transform .3s;
}

.eventos {
  padding: 150px 0 20px;
  position: relative;
}

.eventos:before {
  content: url("../img/assets/verde.svg");
  z-index: -1;
  width: fit-content;
  position: absolute;
  top: -120%;
  left: -10%;
}

@media only screen and (width <= 479px) {
  .eventos:before {
    display: none;
  }
}

.eventos .faixas {
  z-index: 2;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
}

@media only screen and (width <= 479px) {
  .eventos .faixas {
    overflow: hidden;
  }
}

.eventos .faixas .faixa-azul {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .eventos .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.eventos .faixas .faixa-rosa {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (width <= 479px) {
  .eventos .faixas .faixa-rosa {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.eventos .radar {
  z-index: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: -8%;
  left: 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.eventos .radar .circle {
  opacity: 0;
  border: 2px solid #ffffff1a;
  border-radius: 50%;
  animation: 3s infinite radar;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.eventos .radar .circle:first-child {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}

.eventos .radar .circle:nth-child(2) {
  width: 400px;
  height: 400px;
  animation-delay: .75s;
}

.eventos .radar .circle:nth-child(3) {
  width: 600px;
  height: 600px;
  animation-delay: 1.5s;
}

.eventos .radar .circle:nth-child(4) {
  width: 800px;
  height: 800px;
  animation-delay: 2.25s;
}

.eventos__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .eventos__container {
    padding: 0 24px;
  }
}

@media only screen and (width <= 479px) {
  .eventos__container {
    padding: 0;
  }
}

.eventos__header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.eventos__title {
  color: #fff;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 101%;
  display: flex;
}

.eventos__title strong {
  font-size: 32px;
  font-weight: 500;
}

.eventos__ver-tudo {
  color: #fff;
  background: #ffffff1a;
  border-radius: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.eventos__ver-tudo:hover {
  background: #fff3;
}

.eventos__ver-tudo i {
  font-size: 16px;
  transition: transform .3s;
}

.eventos__ver-tudo:hover i {
  transform: translateX(4px);
}

.eventos__slider .slick-track {
  gap: 16px;
  display: flex;
}

.eventos__nav {
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-60%);
}

@media only screen and (width <= 479px) {
  .eventos__nav {
    display: none;
  }
}

.eventos__nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.eventos__nav-btn.eventos__nav-prev {
  left: 40px;
}

.eventos__nav-btn.eventos__nav-next {
  right: 40px;
}

.eventos__nav-btn:hover {
  background: #fff3;
}

.eventos__nav-btn.slick-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.eventos__nav-btn i {
  font-size: 24px;
}

.eventos .slick-dots {
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.eventos .slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
}

.eventos .slick-dots li.slick-active button {
  background-color: #00d9ff;
  border-radius: 8px;
  width: 32px;
}

.eventos .slick-dots button {
  text-indent: -9999px;
  cursor: pointer;
  background-color: #ffffff4d;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all .1s;
  display: block;
}

.eventos .slick-dots button:before {
  display: none;
}

.evento-card {
  background-color: #ffffff1a;
  border-radius: 4px;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.evento-card:hover {
  background-color: #fff3;
  transform: translateY(-4px);
}

.evento-card__image {
  border-radius: 1rem;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.evento-card__image img {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.evento-card__date {
  color: #fff;
  margin: 14px 0;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.evento-card__title {
  color: #fff;
  height: 32px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.sonzeira {
  padding: 0 0 80px;
  position: relative;
}

.sonzeira:before {
  content: url("../img/assets/roxo.svg");
  z-index: -1;
  width: fit-content;
  position: absolute;
  bottom: -15%;
  right: 0;
}

.sonzeira__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .sonzeira__container {
    padding: 0 24px;
  }
}

@media only screen and (width <= 479px) {
  .sonzeira__container {
    padding: 0;
  }
}

.sonzeira__header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

@media only screen and (width <= 479px) {
  .sonzeira__header {
    padding: 0 16px;
  }
}

.sonzeira__title {
  color: #fff;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 101%;
  display: flex;
}

@media only screen and (width <= 479px) {
  .sonzeira__title {
    font-size: 20px;
  }
}

.sonzeira__title strong {
  font-size: 32px;
  font-weight: 500;
}

@media only screen and (width <= 479px) {
  .sonzeira__title strong {
    font-size: 24px;
  }
}

.sonzeira__ver-tudo {
  color: #fff;
  background: #ffffff1a;
  border-radius: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.sonzeira__ver-tudo:hover {
  background: #fff3;
}

.sonzeira__ver-tudo i {
  font-size: 16px;
  transition: transform .3s;
}

.sonzeira__ver-tudo:hover i {
  transform: translateX(4px);
}

.sonzeira__slider .slick-track {
  gap: 16px;
  display: flex;
}

.sonzeira__nav {
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-60%);
}

@media only screen and (width <= 479px) {
  .sonzeira__nav {
    display: none;
  }
}

.sonzeira__nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sonzeira__nav-btn.sonzeira__nav-prev {
  left: 0;
}

.sonzeira__nav-btn.sonzeira__nav-next {
  right: 0;
}

.sonzeira__nav-btn:hover {
  background: #fff3;
}

.sonzeira__nav-btn.slick-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.sonzeira__nav-btn i {
  font-size: 24px;
}

.sonzeira .slick-dots {
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.sonzeira .slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
}

.sonzeira .slick-dots li.slick-active button {
  background-color: #00d9ff;
  border-radius: 8px;
  width: 32px;
}

.sonzeira .slick-dots button {
  text-indent: -9999px;
  cursor: pointer;
  background-color: #ffffff4d;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all .1s;
  display: block;
}

.sonzeira .slick-dots button:before {
  display: none;
}

.sonzeira-card {
  background-color: #ffffff1a;
  border-radius: 12px;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.sonzeira-card:hover {
  background-color: #fff3;
  transform: translateY(-4px);
}

.sonzeira-card__image {
  border-radius: 1rem;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.sonzeira-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sonzeira-card__play {
  color: #fff;
  background: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sonzeira-card__play:hover {
  background: #ffffff4d;
  transform: translate(-50%, -50%)scale(1.1);
}

.sonzeira-card__episodio {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.sonzeira-card__title {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.sonzeira-card__participante {
  color: #ffffffb3;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer {
  color: #fff;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (width <= 479px) {
  .footer {
    padding: 40px 0;
  }
}

.footer:before {
  content: url("../img/assets/verde-footer.svg");
  z-index: -1;
  width: fit-content;
  position: absolute;
  top: 0;
  right: -15%;
}

.footer__container {
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  display: grid;
}

@media (width >= 576px) and (width <= 1040px) {
  .footer__container {
    flex-direction: column;
    padding: 0 40px;
    display: flex;
  }
}

@media only screen and (width <= 479px) {
  .footer__container {
    flex-direction: column;
    padding: 0 24px;
    display: flex;
  }
}

.footer__contato {
  border-right: 1px solid #fff;
  padding-right: 80px;
}

@media (width >= 576px) and (width <= 1040px) {
  .footer__contato {
    border-right: none;
    padding-right: 0;
  }
}

@media only screen and (width <= 479px) {
  .footer__contato {
    border-right: none;
    padding: 0 16px;
  }
}

.footer__contato-title {
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 500;
}

@media only screen and (width <= 479px) {
  .footer__contato-title {
    font-size: 32px;
  }
}

.footer__contato-form {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.footer__contato-form.sending .footer__contato-button-text {
  display: none;
}

.footer__contato-form.sending .footer__contato-button-loading {
  display: flex !important;
}

.footer__contato-feedback {
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  display: none;
}

.footer__contato-input, .footer__contato-textarea {
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  font-size: 16px;
  transition: all .3s;
}

.footer__contato-input::placeholder, .footer__contato-textarea::placeholder {
  color: #ffffff80;
}

.footer__contato-input:focus, .footer__contato-textarea:focus {
  border-color: #fff;
  outline: none;
}

.footer__contato-textarea {
  resize: none;
  height: 120px;
}

.footer__contato-button {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 44px;
  width: fit-content;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.footer__contato-button:hover {
  color: #371717;
  background: #e6e6e6;
}

.footer__contato-button-loading {
  align-items: center;
  gap: 8px;
  display: flex;
}

.footer__contato-button-loading i {
  font-size: 18px;
}

.footer__contato-button-loading i.spin {
  animation: 1s linear infinite spin;
}

.footer__menu {
  justify-content: space-between;
  display: flex;
}

@media only screen and (width <= 479px) {
  .footer__menu {
    padding: 0 16px;
  }
}

.footer__menu-col {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.footer__menu-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer__menu-link:hover {
  opacity: .7;
}

.footer__menu-link--social {
  align-items: center;
  gap: 8px;
  display: flex;
}

.footer__menu-link--social i {
  font-size: 20px;
}

.footer__logo {
  width: 200px;
  height: auto;
  margin-top: 40px;
  display: block;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero-default {
  background-color: #001a17;
  min-height: 609px;
  padding-top: 147px;
  padding-bottom: 60px;
  position: relative;
}

@media only screen and (width <= 479px) {
  .hero-default {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.hero-default:before {
  content: "";
  z-index: 1;
  background: url("../img/assets/fundo-programação-1920.svg") 100% / cover no-repeat;
  width: 100%;
  height: 100%;
  min-height: 610px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .hero-default:before {
    min-height: 400px;
  }
}

.hero-default:after {
  content: "";
  opacity: .95;
  background: url("../img/assets/degrade.svg") no-repeat;
  width: 100%;
  height: 100%;
  min-height: 612px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-default__container {
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

@media only screen and (width <= 479px) {
  .hero-default__container {
    padding: 0 24px;
  }
}

.hero-default__tag {
  border: 1px solid #fff;
  border-radius: 21px;
  margin-bottom: 32px;
  padding: 6px 18px;
  font-family: Funnel Sans, sans-serif;
  display: inline-block;
}

@media (width >= 576px) and (width <= 1040px) {
  .hero-default__tag {
    font-size: 14px;
  }
}

.hero-default__tag a {
  color: #ffffff80;
}

.hero-default__title {
  flex-direction: column;
  margin: 0 0 24px;
  font-family: Funnel Display, sans-serif;
  display: flex;
}

.hero-default__title-span {
  color: #fff154;
  margin-bottom: 16px;
  font-size: 3rem;
  font-weight: 600;
}

@media only screen and (width <= 479px) {
  .hero-default__title-span {
    line-height: 24px;
    font-size: 20px !important;
  }
}

.hero-default__title img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

@media only screen and (width <= 479px) {
  .hero-default__title-name {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-default__title img, .hero-default__title svg {
    max-width: 100%;
  }
}

.hero-default__description {
  color: #fff;
  max-width: 700px;
  font-family: Funnel Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.hero-default__description strong {
  color: #fff154;
}

.top-header {
  margin-bottom: 90px;
}

@media only screen and (width <= 479px) {
  .top-header {
    margin-bottom: 20px;
  }
}

.top-header .container {
  max-width: 1440px;
  padding: 0 100px;
}

@media (width >= 576px) and (width <= 1040px) {
  .top-header .container {
    padding: 0 40px;
  }
}

@media only screen and (width <= 479px) {
  .top-header .container {
    flex-direction: column;
    padding: 0 16px;
  }
}

.top-header .default__title {
  font-family: Funnel Display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 91%;
}

@media (width >= 576px) and (width <= 1040px) {
  .top-header .default__title {
    font-size: 16px;
  }
}

@media only screen and (width <= 479px) {
  .top-header .default__title {
    margin: 0 0 16px;
  }
}

.top-header .default__desc {
  max-width: 404px;
  font-size: 1rem;
  line-height: 150%;
}

@media (width >= 576px) and (width <= 1040px) {
  .top-header .default__desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
  }
}

.top-header .default__desc b {
  color: #fff154;
}

.site-equipe .hero-default, .site-equipe .hero-default:before, .site-equipe .hero-default:after {
  min-height: 400px;
}

.site-equipe .faixas {
  z-index: 4;
  margin-top: -50px;
  position: relative;
}

.site-equipe .faixas .faixa-azul {
  height: 93px;
}

@media only screen and (width <= 479px) {
  .site-equipe .faixas .faixa-azul {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.site-equipe .faixas .faixa-rosa {
  height: 50px;
  margin-top: -93px;
}

@media only screen and (width <= 479px) {
  .site-equipe .faixas .faixa-rosa {
    max-width: 100%;
    bottom: 10px;
    overflow: hidden;
    transform: scale(4);
  }
}

.equipe {
  background: var(--color-background);
  position: relative;
}

.equipe:before {
  content: url("../img/assets/roxo-2.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .equipe:before {
    width: 100%;
    top: 12px;
    overflow: hidden;
  }
}

.equipe:after {
  content: "";
  object-fit: contain;
  background: url("../img/assets/azul-2.svg");
  width: 450px;
  height: 100%;
  position: absolute;
  top: 20%;
  right: 0;
  overflow: hidden;
}

@media (width >= 576px) and (width <= 1040px) {
  .equipe:after {
    top: 2%;
  }
}

@media only screen and (width <= 479px) {
  .equipe:after {
    display: none;
  }
}

.equipe .container {
  z-index: 5;
  max-width: 1440px;
  padding: 0 100px;
  position: relative;
}

@media (width >= 576px) and (width <= 1040px) {
  .equipe .container {
    padding: 0 40px;
  }
}

@media only screen and (width <= 479px) {
  .equipe .container {
    padding: 0 12px;
  }
}

.equipe .nav-pills {
  z-index: 4;
  border-bottom: 1px solid #ffffff57;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}

.equipe .nav-pills .nav-link {
  color: var(--color-white);
  text-fill-color: transparent;
  text-stroke: 1px #ffffff57;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff57;
  -moz-text-fill-color: transparent;
  padding: .75rem 1.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  transition: all .3s;
}

@media (width >= 576px) and (width <= 1040px) {
  .equipe .nav-pills .nav-link {
    font-size: 21px;
    line-height: 24px;
  }
}

.equipe .nav-pills .nav-link:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.equipe .nav-pills .nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
  text-fill-color: unset;
  text-stroke: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke: unset;
  -moz-text-fill-color: unset;
  position: relative;
}

.equipe .nav-pills .nav-link.active:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 479px) {
  .equipe .tab-pane .gap-4 {
    padding-left: 16px;
    overflow: auto;
    justify-content: start !important;
  }
}

.equipe__item {
  background: var(--color-white);
  text-align: center;
  border-radius: 20px;
  max-width: 240px;
  height: 100%;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000001a;
}

@media only screen and (width <= 479px) {
  .equipe__item {
    flex-shrink: 0;
  }
}

.equipe__item:hover .equipe__item-content {
  opacity: 1;
}

.equipe__item-image {
  border-radius: 8px;
  width: 100%;
  height: 344px;
  overflow: hidden;
}

.equipe__item-image img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.equipe__item-content {
  opacity: 0;
  backdrop-filter: blur(20px);
  background-color: #001a1738;
  width: 100%;
  padding: 16px 21px;
  transition: all .3s;
  position: absolute;
  bottom: 0;
}

.equipe__item-nome {
  color: var(--color-text);
  text-align: left;
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
}

.equipe__item-departamento {
  color: var(--color-text-light);
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.equipe__item-email {
  color: #000;
  text-align: left;
  background-color: #fff154;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

@media (width <= 768px) {
  .equipe .nav-pills {
    gap: .5rem;
  }

  .equipe .nav-pills .nav-link {
    padding: .5rem 1rem;
    font-size: 14px;
  }

  .equipe__item-image {
    height: 250px;
  }

  .equipe__item-nome {
    font-size: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */
