/* Ajustes de estabilidade visual e responsividade - 2026 */
:root {
  --radio-yellow: #ffd000;
  --radio-orange: #ff6600;
  --radio-dark: #171717;
  --radio-muted: #68707c;
  --radio-surface: #ffffff;
  --radio-radius: 12px;
  --radio-shadow: 0 12px 32px rgba(18, 17, 17, 0.10);
  --radio-player-height: 100px;
  --radio-player-border: 3px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  color: #262626;
  background: var(--radio-surface);
  padding-bottom: calc(var(--radio-player-height) + var(--radio-player-border));
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.radio-ajax-loading {
  cursor: progress;
}

body.radio-ajax-loading #ajax-page-content {
  opacity: .72;
  pointer-events: none;
  transition: opacity 180ms ease;
}

img,
iframe,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

a,
button,
input,
textarea {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 208, 0, .55);
  outline-offset: 3px;
}

.main_header {
  box-shadow: 0 8px 26px rgba(0, 0, 0, .16);
}

.main_header header {
  padding-top: 10px;
}

.logo {
  display: flex !important;
  align-items: center;
  min-height: 74px;
  height: auto !important;
  margin: 8px 0 16px !important;
}

.logo img {
  width: auto;
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
}

.topo_div1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin: 10px 0 14px !important;
}

.topo_div1_item {
  display: flex !important;
  align-items: center;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
}

.topo_div1_icos {
  flex: 0 0 46px;
  float: none !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topo_div1_icos a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.topo_div1_textos {
  float: none !important;
  min-width: 0;
}

.topo_div1_item_txt1,
.topo_div1_item_txt2 {
  margin-right: 0 !important;
}

header nav ul.menu {
  display: block;
}

header nav ul.menu > li > a {
  white-space: nowrap;
}

.topo_redes_sociais {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px !important;
}

.topo_redes_sociais_item {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 50%;
  overflow: hidden;
}

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

.fullscreen_slider,
.fullscreen_slider ul,
.fullscreen_slider li {
  max-width: 100vw;
}

.fullscreen_slider img {
  width: 100%;
  height: auto;
}

.slider_container {
  overflow: hidden;
  background: var(--radio-dark);
}

.home-slider-tabs {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  transform: translateX(-50%);
  backdrop-filter: blur(5px);
}

.home-slider-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.home-slider-tab::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgba(0, 0, 0, .22);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  transition: width .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-slider-tab span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-slider-tab:hover::before,
.home-slider-tab:focus-visible::before {
  border-color: var(--radio-yellow);
  transform: scale(1.12);
}

.home-slider-tab:focus-visible {
  outline: 2px solid var(--radio-yellow);
  outline-offset: 1px;
}

.home-slider-tab.is-active::before {
  width: 26px;
  border-color: var(--radio-yellow);
  background: var(--radio-yellow);
}

.titulo_padrao {
  line-height: 1.2 !important;
  letter-spacing: -.02em;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.noticias_div,
.equipe_item,
.shortcode_accordion_item_body,
#formcontato,
.contentarea {
  border-radius: var(--radio-radius);
}

.noticias_imagem {
  border-radius: var(--radio-radius);
  overflow: hidden;
  box-shadow: var(--radio-shadow);
}

.noticias_titulo {
  line-height: 1.35;
}

.equipe_item_img {
  width: min(250px, 100%) !important;
  aspect-ratio: 1;
  height: auto !important;
  box-shadow: var(--radio-shadow);
}

.team-slider-shell {
  position: relative;
  margin-top: 20px;
  padding: 0 44px;
}

.team-slider {
  position: relative;
}

.team-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.team-slider:not(.slick-initialized) .team-slide {
  flex: 0 0 25%;
}

.team-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.team-slider .equipe_item {
  margin-top: 20px;
  padding-bottom: 12px;
}

.team-slider .equipe_item_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.team-slider .slick-list {
  margin: 0 -10px;
}

.team-slider .slick-prev.team-slider__arrow,
.team-slider .slick-next.team-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--radio-yellow);
  color: var(--radio-dark);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  font-size: 21px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.team-slider .slick-prev.team-slider__arrow {
  left: -44px;
}

.team-slider .slick-next.team-slider__arrow {
  right: -44px;
}

.team-slider .team-slider__arrow:hover,
.team-slider .team-slider__arrow:focus {
  background: var(--radio-orange);
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}

.team-slider .team-slider__arrow:focus-visible {
  outline: 3px solid rgba(255, 102, 0, .35);
  outline-offset: 3px;
}

.ip,
.ip iframe {
  width: 100% !important;
}

.ip iframe {
  aspect-ratio: 16 / 9;
  height: auto !important;
}

/* Home: "As Top 4+ do momento" */
.top-four-module {
  width: 100%;
  margin-top: 30px;
}

.top-four-accordion {
  width: 100%;
}

.top-four-accordion h5.shortcode_accordion_item_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto !important;
  min-height: 50px;
  margin: 0 0 16px !important;
  padding: 10px 58px !important;
  box-sizing: border-box;
  border-radius: 999px;
  line-height: 1.35;
  text-align: center;
}

.top-four-accordion .card_sub_titu {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

.top-four-accordion .shortcode_accordion_item_title .ico {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 38px;
  height: 38px;
  margin: 0;
  transform: translateY(-50%);
}

.top-four-accordion h5.shortcode_accordion_item_title .ico::before,
.top-four-accordion .shortcode_accordion_item_title .ico::after {
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.top-four-accordion h5.shortcode_accordion_item_title.state-active .ico::before {
  top: -1px;
}

.top-four-accordion .shortcode_accordion_item_body {
  float: none;
  width: 100%;
  margin: -2px 0 18px;
  padding: 0 !important;
}

.top-four-accordion .ip {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
  box-shadow: var(--radio-shadow);
}

.top-four-accordion .ip iframe {
  display: block;
  border: 0;
  border-radius: 16px;
}

.home-gallery-banner {
  float: none !important;
  width: 100%;
  max-width: 1200px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 24px;
  padding-right: 15px;
  padding-bottom: 24px;
  padding-left: 15px;
}

.home-gallery-banner > .row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.home-gallery-banner__column {
  display: flex;
  float: none;
  justify-content: center;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.home-gallery-banner__link {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.home-gallery-banner__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.home-gallery-banner > .row,
.home-gallery-banner__column,
.home-gallery-banner__link,
.home-gallery-banner__image {
  margin-top: 0;
  margin-bottom: 0;
}

.galeria_inicial {
  background-attachment: scroll;
}

.galeria_inicial .wall_wrap .photo_gallery {
  margin: -8px !important;
  padding: 0 !important;
}

.galeria_inicial .wall_wrap .photo_gallery .gallery_item,
.galeria_inicial .wall_wrap .photo_gallery .gallery_item_padding {
  box-sizing: border-box;
}

.galeria_inicial .wall_wrap .photo_gallery .gallery_item_padding {
  padding: 8px;
}

.galeria_inicial .photo_gallery .gallery_item_wrapper,
.galeria_inicial .photo_gallery .gallery_item_wrapper img,
.galeria_inicial .photo_gallery .gallery_item_wrapper .block_fade {
  border-radius: 14px;
}

.galeria_inicial .photo_gallery .gallery_item_wrapper {
  overflow: hidden;
}

.programacao_dias_semana {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
  padding: 20px;
  border-radius: var(--radio-radius);
  background-color: var(--programacao-cor-principal, #ffd000);
  background-image: linear-gradient(
    135deg,
    var(--programacao-cor-principal, #ffd000) 0%,
    color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 78%, #000) 100%
  );
  box-shadow: 0 15px 35px color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 30%, transparent);
}

.dias_semana_item {
  flex: 1 1 130px;
  width: auto !important;
  padding: 16px 24px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--programacao-cor-secundaria, #fff) 18%, transparent);
  color: var(--programacao-cor-principal-contraste, #121111);
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid color-mix(in srgb, var(--programacao-cor-secundaria, #fff) 38%, transparent);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.dias_semana_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--programacao-cor-secundaria, #fff) 38%, transparent),
    transparent
  );
  transition: left 0.5s ease;
}

.dias_semana_item:hover {
  transform: translateY(-3px);
  background: color-mix(in srgb, var(--programacao-cor-secundaria, #fff) 32%, transparent);
  border-color: color-mix(in srgb, var(--programacao-cor-secundaria, #fff) 65%, transparent);
  color: var(--programacao-cor-principal-contraste, #121111);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.dias_semana_item:hover::before {
  left: 100%;
}

.dias_semana_item_ativo {
  background: var(--programacao-cor-secundaria, #fff) !important;
  color: var(--programacao-cor-secundaria-contraste, #171717) !important;
  border-color: var(--programacao-cor-secundaria, #fff) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}

.lista_dia {
  overflow-x: auto;
  border-radius: var(--radio-radius);
  -webkit-overflow-scrolling: touch;
  margin: 30px 0;
  background: var(--programacao-cor-secundaria, #fff);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Aproxima a tabela das abas somente na programacao exibida na home. */
#programacao .programacao_dias_semana {
  margin-bottom: 10px;
}

#programacao .lista_dia {
  margin-top: 10px;
}

.lista_dia table {
  min-width: 620px;
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radio-radius);
  overflow: hidden;
}

.prog_td_titulo {
  background-color: var(--programacao-cor-principal, #ffd000);
  background-image: linear-gradient(
    135deg,
    var(--programacao-cor-principal, #ffd000) 0%,
    color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 78%, #000) 100%
  );
  color: var(--programacao-cor-principal-contraste, #121111);
  padding: 18px 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

.prog_linha {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.prog_linha:hover {
  background: color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 9%, var(--programacao-cor-secundaria, #fff));
  transform: scale(1.01);
}

.prog_td_linha {
  padding: 16px 20px;
  border: none;
  color: var(--programacao-cor-secundaria-contraste, #171717);
  font-size: 15px;
  vertical-align: middle;
}

.prog_td_linha:first-child {
  font-weight: 700;
  color: var(--programacao-cor-principal-contraste, #121111);
  background: color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 12%, var(--programacao-cor-secundaria, #fff));
  border-radius: 8px 0 0 8px;
}

.prog_td_linha:nth-child(2) {
  font-weight: 600;
  color: var(--programacao-cor-secundaria-contraste, #171717);
}

.prog_td_linha:nth-child(3) {
  color: color-mix(in srgb, var(--programacao-cor-secundaria-contraste, #171717) 72%, var(--programacao-cor-secundaria, #fff));
  font-style: italic;
}

.prog_linha--atual,
.prog_linha--atual:hover {
  background: color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 22%, var(--programacao-cor-secundaria, #fff));
}

.prog_linha--proximo,
.prog_linha--proximo:hover {
  background: color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 10%, var(--programacao-cor-secundaria, #fff));
}

.prog_linha--atual .prog_td_linha:first-child {
  box-shadow: inset 5px 0 0 var(--programacao-cor-principal, #ffd000);
}

.prog_linha--proximo .prog_td_linha:first-child {
  box-shadow: inset 3px 0 0 color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 65%, transparent);
}

.prog_td_programa {
  white-space: normal;
}

.prog_nome_programa {
  font-weight: inherit;
}

.prog_linha--atual .prog_nome_programa,
.prog_linha--proximo .prog_nome_programa {
  color: var(--programacao-cor-secundaria-contraste, #171717);
  font-size: 16px;
  font-weight: 800;
}

.prog_status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 27px;
  margin-right: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .55px;
  vertical-align: middle;
  white-space: nowrap;
}

.prog_status--atual {
  border: 2px solid var(--programacao-cor-principal, #ffd000);
  background: var(--programacao-cor-principal, #ffd000);
  color: var(--programacao-cor-principal-contraste, #121111);
  box-shadow: 0 5px 14px color-mix(in srgb, var(--programacao-cor-principal, #ffd000) 32%, transparent);
}

.prog_status--proximo {
  border: 2px solid var(--programacao-cor-principal, #ffd000);
  background: var(--programacao-cor-secundaria, #fff);
  color: var(--programacao-cor-secundaria-contraste, #171717);
}

.prog_status--proximo .fa {
  font-size: 9px;
}

.prog_status_pulse {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.prog_status_pulse::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: programacao-no-ar-pulse 1.6s ease-out infinite;
}

@keyframes programacao-no-ar-pulse {
  0% {
    transform: scale(.55);
    opacity: .75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prog_status_pulse::after {
    animation: none;
  }
}

#programacao {
  background-color: var(--programacao-cor-secundaria-contraste, #171717) !important;
}

/* TV and Chat Section */
.live-chat-section {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: #ff8400;
}

.live-chat-section__title {
  color: #fff !important;
  text-align: center;
}

.live-chat-section__intro {
  max-width: 980px;
  margin: 26px auto 34px;
  color: #fff;
  text-align: center;
}

.live-chat-section__intro p {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.live-chat-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.live-chat-grid__column {
  display: flex;
}

.live-chat-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.live-chat-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(23px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.tv-borda,
.chat-borda {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 4px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.tv-borda .embed-responsive {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.tv-borda iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.chat-borda {
  padding: 0;
}

.live-chat-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: clamp(24px, 4vw, 48px);
  color: #171717;
  text-align: center;
  background: linear-gradient(145deg, #fff 0%, #f6f7f8 100%);
}

.live-chat-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 39px;
  box-shadow: 0 12px 26px rgba(37, 211, 102, .3);
}

.live-chat-panel h3 {
  margin: 0 0 12px;
  color: #171717;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
}

.live-chat-panel p {
  max-width: 410px;
  margin: 0 0 24px;
  color: #5d6470;
  font-size: 15px;
  line-height: 1.55;
}

.live-chat-panel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid #25d366;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .35px;
  text-decoration: none !important;
  box-shadow: 0 9px 22px rgba(37, 211, 102, .25);
}

.live-chat-panel__button:hover,
.live-chat-panel__button:focus-visible {
  border-color: #1fb958;
  background: #1fb958;
  color: #fff !important;
  transform: translateY(-2px);
}

.live-chat-panel__unavailable {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eceff2;
  color: #68707c;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .live-chat-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .live-chat-section__intro {
    margin-top: 22px;
    margin-bottom: 28px;
  }

  .live-chat-grid {
    display: block;
  }

  .live-chat-grid__column + .live-chat-grid__column {
    margin-top: 28px;
  }

  .live-chat-card__title {
    min-height: 0;
    margin-bottom: 14px;
  }

  .live-chat-panel {
    min-height: 0;
    padding: 24px 18px;
  }

  .live-chat-panel__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
    font-size: 32px;
  }

  .live-chat-panel p {
    margin-bottom: 18px;
  }
}

.footer {
  padding-top: 14px;
}

.pre_footer > .row {
  display: flex;
  flex-wrap: wrap;
}

.pre_footer > .row > [class*="col-"] {
  float: none;
}

.redessociais_rodape {
  width: 46px !important;
}

.redessociais_rodape img {
  width: 100%;
  height: auto;
}

.footer-contact-icon i {
  color: inherit !important;
}

.footer-brand {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 28px 15px 20px;
  text-align: center;
}

.footer-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.footer-brand__logo img {
  display: block;
  width: auto;
  max-width: min(100%, 340px);
  max-height: 92px;
  margin: 0 auto;
  object-fit: contain;
}

.footer-brand .footer-brand__copyright {
  float: none !important;
  display: block;
  width: 100%;
  margin: 14px auto 0;
  padding: 0 !important;
  line-height: 1.55;
  text-align: center !important;
}

.footer-brand__copyright p {
  margin: 0;
  text-align: center !important;
}

@media (max-width: 767px) {
  .footer-brand {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .footer-brand__logo img {
    max-width: min(100%, 280px);
    max-height: 82px;
  }

  .footer-brand .footer-brand__copyright {
    margin-top: 12px;
    font-size: 15px;
  }
}

.partner-section {
  padding: 40px 0 25px;
  overflow: hidden;
  background: #232323;
}

.partner-slider-shell {
  position: relative;
  padding: 0 34px;
}

.partner-slider {
  position: relative;
}

.partner-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.partner-slider:not(.slick-initialized) .partner-slide {
  flex: 0 0 25%;
}

.partner-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.partner-slider .slick-list {
  margin: 0 -10px;
}

.partner-card {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.partner-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.partner-slider .slick-prev.partner-slider__arrow,
.partner-slider .slick-next.partner-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--radio-yellow);
  color: var(--radio-dark);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.partner-slider .slick-prev.partner-slider__arrow {
  left: -34px;
}

.partner-slider .slick-next.partner-slider__arrow {
  right: -34px;
}

.partner-slider .partner-slider__arrow:hover,
.partner-slider .partner-slider__arrow:focus {
  background: var(--radio-orange);
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}

.survey-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.survey-column {
  display: flex;
  min-width: 0;
}

.survey-media,
.survey-card {
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 16px;
}

.survey-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.survey-media__image {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: 16px;
  object-fit: cover;
}

.survey-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.survey-form {
  width: 100%;
}

.blog-audio-player {
  margin-top: 24px;
}

.blog-audio-player audio {
  display: block;
  width: 100%;
  max-width: 100%;
}

.blog-sidebar-title {
  width: 100%;
  text-align: left !important;
}

.blog-sidebar-categories .blog_categorias li a:hover,
.blog-sidebar-categories .blog_categorias li a:focus,
.blog-sidebar-categories .blog_categorias li a.active:hover,
.blog-sidebar-categories .blog_categorias li a.active:focus {
  color: #000 !important;
}

.news_form,
#formcontato input,
#formcontato textarea {
  min-height: 44px;
  border-radius: 8px !important;
}

.botao_news,
.botao_padrao {
  min-height: 44px;
  border-radius: 8px !important;
  font-weight: 700;
}

/* Contato moderno */
.contact-modern-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 208, 0, .12), transparent 28%),
    linear-gradient(180deg, #f8f9fb 0%, #f1f3f6 100%) !important;
}

.contact-modern-section--internal {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 24px;
}

.contact-modern {
  position: relative;
  z-index: 1;
}

.contact-modern__header {
  max-width: 780px;
  margin: 0 auto 44px;
  background: transparent !important;
  text-align: center;
}

.contact-modern__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--radio-panel-on-primary, #111);
  background: var(--radio-panel-primary, var(--radio-yellow));
  box-shadow: 0 9px 22px rgba(22, 24, 29, .12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-modern__title {
  margin-top: 18px;
  margin-bottom: 0;
}

.contact-modern__intro {
  max-width: 680px;
  margin: 22px auto 0;
  color: #5f6672;
  font-size: 17px;
  line-height: 1.7;
}

.contact-modern__intro > :last-child {
  margin-bottom: 0;
}

.contact-modern__layout {
  display: flex;
  align-items: stretch;
}

.contact-modern__info-column,
.contact-modern__form-column {
  display: flex;
}

.contact-modern__info-card,
.contact-modern__form-card {
  width: 100%;
  border-radius: 24px;
}

.contact-modern__info-card {
  position: relative;
  overflow: hidden;
  padding: 38px 32px 30px;
  color: #fff;
  background: linear-gradient(145deg, #1c1e23 0%, #292c33 100%);
  box-shadow: 0 24px 52px rgba(25, 27, 32, .22);
}

.contact-modern__info-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--radio-panel-primary, var(--radio-yellow));
  content: "";
}

.contact-modern__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: var(--radio-panel-on-primary, #111);
  background: var(--radio-panel-primary, var(--radio-yellow));
  box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
  font-size: 23px;
}

.contact-modern__info-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.contact-modern__info-card > p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.65;
}

.contact-modern__channels {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-modern__channel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  color: #fff !important;
  background: rgba(255, 255, 255, .055);
  text-decoration: none !important;
}

.contact-modern__channel:hover,
.contact-modern__channel:focus {
  border-color: var(--radio-panel-primary, var(--radio-yellow));
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

.contact-modern__channel > span {
  display: flex;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--radio-panel-on-primary, #111);
  background: var(--radio-panel-primary, var(--radio-yellow));
}

.contact-modern__channel small {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-modern__channel strong {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-modern__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-modern__status i {
  color: #28ca68;
  font-size: 8px;
  filter: drop-shadow(0 0 5px rgba(40, 202, 104, .6));
}

.contact-modern__form-card {
  padding: 36px;
  border: 1px solid #e6e9ee;
  background: #fff;
  box-shadow: 0 24px 52px rgba(35, 39, 47, .1);
}

.contact-modern__form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #edf0f3;
}

.contact-modern__form-heading span,
.contact-modern__form-heading small {
  display: block;
}

.contact-modern__form-heading span {
  color: #20232a;
  font-size: 23px;
  font-weight: 800;
}

.contact-modern__form-heading small {
  margin-top: 5px;
  color: #7a818d;
  font-size: 13px;
}

.contact-modern__form-heading > i {
  color: var(--radio-panel-primary, var(--radio-yellow));
  font-size: 30px;
}

.contact-modern__form fieldset {
  min-width: 0;
}

.contact-modern__fields {
  margin-right: -8px;
  margin-left: -8px;
}

.contact-modern__field {
  margin-bottom: 18px;
  padding-right: 8px;
  padding-left: 8px;
}

.contact-modern__field label {
  display: block;
  margin-bottom: 8px;
  color: #3d434d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#formcontato.contact-modern__form input[type="text"],
#formcontato.contact-modern__form input[type="email"],
#formcontato.contact-modern__form input[type="tel"],
#formcontato.contact-modern__form textarea {
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 13px 15px;
  border: 1px solid #dfe3e9;
  border-radius: 12px !important;
  color: #252830;
  background: #f8f9fb;
  box-shadow: none;
  font-size: 15px;
}

#formcontato.contact-modern__form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-modern__form input:focus,
.contact-modern__form textarea:focus {
  border-color: var(--radio-panel-primary, var(--radio-yellow));
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 208, 0, .14);
}

.contact-modern__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 4px;
}

.contact-modern__captcha {
  max-width: 100%;
  overflow: hidden;
}

.contact-modern__submit.botao_news {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 13px !important;
  background: var(--radio-panel-primary, var(--radio-yellow));
  color: var(--radio-panel-on-primary, #111);
  box-shadow: 0 13px 28px rgba(31, 34, 40, .16);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}

.contact-modern__submit.botao_news:hover,
.contact-modern__submit.botao_news:focus {
  color: var(--radio-panel-on-hover, #fff);
  background: var(--radio-panel-hover, #222);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .contact-modern__layout,
  .contact-modern__info-column,
  .contact-modern__form-column {
    display: block;
  }

  .contact-modern__info-card {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .contact-modern-section--internal {
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 18px;
  }

  .contact-modern__header {
    margin-bottom: 30px;
  }

  .contact-modern__intro {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-modern__info-card,
  .contact-modern__form-card {
    border-radius: 19px;
  }

  .contact-modern__info-card {
    padding: 30px 22px 24px;
  }

  .contact-modern__form-card {
    padding: 24px 18px;
  }

  .contact-modern__form-heading span {
    font-size: 20px;
  }

  .contact-modern__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-modern__submit.botao_news {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .contact-modern__captcha {
    height: 69px;
  }

  .contact-modern__captcha .g-recaptcha {
    transform: scale(.82);
    transform-origin: left top;
  }
}

.floating-action {
  position: fixed;
  bottom: calc(var(--radio-player-height) + var(--radio-player-border) + 16px);
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: var(--radio-orange);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .26);
}

.floating-action:hover,
.floating-action:focus {
  color: #fff;
  transform: translateY(-3px);
}

.floating-action--radio { left: 18px; }
.floating-action--whatsapp { right: 18px; background: #20b95a; }
.floating-action i { font-size: 23px; }

.btn-radio,
.btn-whats {
  position: fixed !important;
  bottom: calc(var(--radio-player-height) + var(--radio-player-border) + 16px) !important;
  z-index: 10020 !important;
  display: block;
}

.btn-radio {
  left: 18px !important;
  right: auto !important;
}

.btn-whats {
  left: auto !important;
  right: 18px !important;
}

.btn-whats .pulse-button {
  background: #20b95a;
}

.pulse-button {
  width: 52px !important;
  height: 52px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .26) !important;
}

.pulse-button i {
  color: #fff;
  font-size: 23px;
}

.radio-player-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10010;
  width: 100%;
  display: flex;
  justify-content: center;
  height: calc(var(--radio-player-height) + var(--radio-player-border));
  box-sizing: border-box;
  background: #000;
  border-top: var(--radio-player-border) solid var(--radio-orange);
  overflow: hidden;
}

.radio-player-bar iframe {
  display: block;
  max-width: 100%;
  height: var(--radio-player-height);
  flex: 0 1 auto;
}

.playground .result .post {
  width: 32%;
}

@media (max-width: 991px) {
  .partner-slider:not(.slick-initialized) .partner-slide {
    flex-basis: 50%;
  }

  .team-slider:not(.slick-initialized) .team-slide {
    flex-basis: 33.333%;
  }

  .logo {
    justify-content: center;
  }

  .topo_div1 {
    justify-content: center;
    gap: 14px;
  }

  .main_header header nav {
    text-align: center;
  }

  header nav ul.menu {
    justify-content: center;
  }

  .topo_redes_sociais {
    justify-content: center;
  }

  .galeria_inicial,
  .div_numeros {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  #equipe3,
  #equipe,
  #faleconosco {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .home-top-banner {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .home-top-banner .row {
    margin-right: 0;
    margin-left: 0;
  }

  .home-top-banner .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }

  .home-top-banner__image {
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }

  .survey-media,
  .survey-card {
    margin-top: 28px !important;
  }

  .survey-media a {
    height: auto;
  }

  .survey-media__image {
    height: auto !important;
  }

  .partner-slider-shell {
    padding-right: 30px;
    padding-left: 30px;
  }

  .partner-slider:not(.slick-initialized) .partner-slide {
    flex-basis: 100%;
  }

  .partner-slider .slick-prev.partner-slider__arrow,
  .partner-slider .slick-next.partner-slider__arrow {
    width: 36px;
    height: 36px;
  }

  .partner-slider .slick-prev.partner-slider__arrow {
    left: -30px;
  }

  .partner-slider .slick-next.partner-slider__arrow {
    right: -30px;
  }

  .team-slider-shell {
    padding-right: 38px;
    padding-left: 38px;
  }

  .team-slider:not(.slick-initialized) .team-slide {
    flex-basis: 100%;
  }

  .team-slider .slick-prev.team-slider__arrow,
  .team-slider .slick-next.team-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .team-slider .slick-prev.team-slider__arrow {
    left: -38px;
  }

  .team-slider .slick-next.team-slider__arrow {
    right: -38px;
  }

  html,
  body,
  .wrapper,
  .main_header,
  .header_parent_wrap,
  .main_header header {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .main_header header {
    padding-top: 4px;
  }

  .main_header .col-sm-4,
  .main_header .col-sm-8 {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .logo {
    min-height: 58px;
    margin-bottom: 8px !important;
  }

  .logo img {
    max-height: 58px;
  }

  .topo_div1 {
    display: flex !important;
    justify-content: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .topo_div1_item {
    flex: 1 1 33.333%;
    width: 33.333% !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center !important;
  }

  .topo_div1_icos {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px;
    margin: 0 auto 6px;
    border-radius: 50% !important;
  }

  .topo_div1_item_txt1 {
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .topo_div1_item_txt2 {
    padding-left: 0 !important;
  }

  .main_header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .topo_redes_sociais {
    padding: 8px 0 14px !important;
  }

  .topo_redes_sociais_item {
    width: 38px !important;
    height: 38px !important;
  }

  .fullscreen_slider,
  .fullscreen_slider ul,
  .fullscreen_slider li {
    min-height: 220px !important;
    height: 56vw !important;
    max-height: 320px !important;
  }

  .fullscreen_slider img {
    height: 100% !important;
    object-fit: cover;
  }

  .home-slider-tabs {
    bottom: 10px;
    padding: 2px 6px;
  }

  .home-slider-tab {
    width: 34px;
    height: 32px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .row {
    max-width: calc(100% + 30px);
  }

  .titulo_padrao {
    font-size: clamp(24px, 7vw, 30px) !important;
  }

  .sub_banner_item {
    width: 100% !important;
    min-height: 220px;
    height: auto !important;
    padding: 28px 20px !important;
  }

  #blog .titulo_padrao,
  #servicos .titulo_padrao {
    text-align: center !important;
  }

  #servicos {
    margin-top: 44px;
  }

  .galeria_inicial,
  .div_numeros,
  #equipe3,
  #equipe,
  #faleconosco {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .stat_count {
    font-size: 40px !important;
  }

  .counter_title {
    font-size: 23px !important;
  }

  .programacao_dias_semana {
    margin-top: 34px !important;
  }

  .dias_semana_item {
    flex-basis: 50%;
    font-size: 12px !important;
  }

  .pre_footer > .row {
    display: block;
  }

  .pre_footer > .row > [class*="col-"] {
    width: 100%;
  }

  .rodape_menu li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }

  .footer .col-sm-4,
  .footer h3 {
    text-align: center;
  }

  .floating-action {
    width: 48px;
    height: 48px;
    bottom: calc(var(--radio-player-height) + var(--radio-player-border) + 12px);
  }

  .floating-action--radio { left: 12px; }
  .floating-action--whatsapp { right: 12px; }

  .btn-radio {
    left: 12px !important;
  }

  .btn-whats {
    right: 12px !important;
  }

  .btn-radio,
  .btn-whats {
    bottom: calc(var(--radio-player-height) + var(--radio-player-border) + 12px) !important;
  }

  .pulse-button {
    width: 48px !important;
    height: 48px !important;
  }

  .playground .result .post {
    width: 49%;
  }
}

@media (max-width: 420px) {
  .topo_div1 {
    gap: 4px;
  }

  .topo_div1_icos {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px;
    font-size: 17px !important;
  }

  .topo_div1_item_txt1 {
    font-size: 10px !important;
  }

  .dias_semana_item {
    flex-basis: 100%;
  }

  .playground .result .post {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
