body .cor-branca {
  color: #ffffff;
}

div.top-header.gap-two.position-relative.white-bg {
  background-color: var(--primary-color, #154ccb);
}

html body .theme-main-menu .navbar-nav .dropdown-item:hover,
html body .theme-main-menu .navbar-nav .dropdown-item:focus,
html body .theme-main-menu .navbar-nav .dropdown-item.active,
html body .dropdown-menu .dropdown-item:hover,
html body .dropdown-menu .dropdown-item:focus,
html body .dropdown-menu .dropdown-item.active,
html body .dropdown-menu .dropdown-item:before,
html body .navbar .dropdown-menu .dropdown-item:before {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

div.logo img {
  max-width: 260px;
  max-height: 80px;
}

.btn-one {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-one:before {
  background: var(--secondary-color);
}
.btn-one:hover {
  color: #000000;
}

#preloader {
  background: var(--primary-color) !important;
  z-index: 99999 !important;
}
#preloader
  #ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:before {
  color: rgba(255, 255, 255, 0.2) !important;
}
#preloader #ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ffffff !important;
}

/* Preloader Mobile Correction (Refined with Visual Loader) */
@media (max-width: 767px) {
  .ctn-preloader .txt-loading { 
    display: none !important; 
  }
  
  /* Create a premium visual loader */
  .ctn-preloader .icon {
    position: relative;
    margin-bottom: 40px;
  }
  
  .ctn-preloader .icon::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: hm-spin 0.8s linear infinite;
  }
}

@keyframes hm-spin {
  to { transform: translateX(-50%) rotate(360deg); }
}

.coverage-footer-btn {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.2);
  transition: all 0.3s ease;
  z-index: 100;
  margin-top: 20px;
}

.coverage-footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3);
  filter: brightness(1.1);
}

.coverage-footer-btn svg {
  width: 20px;
  height: 20px;
}

.btn-four {
  color: #ffffff;
}
.btn-four:before {
  background: var(--secondary-color);
}
.btn-four:hover {
  color: var(--primary-color);
}
.btn-four.inverse {
  background: var(--primary-color);
}
.btn-four.inverse:before {
  background: var(--hover-color);
}
.btn-four.inverse:hover {
  color: #fff;
}

.theme-main-menu .navbar-toggler {
  background: var(--primary-color);
}
.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after,
.theme-main-menu .navbar-toggler span {
  background: #ffffff;
}

.hero-banner-three .slider-bg {
  padding: 30px 0 20px;
}
.hero-banner-three .slider-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(72, 59, 248, 0.8) 0%,
    rgba(151, 57, 57, 0.4) 75%,
    rgba(252, 2, 2, 0) 100%
  );
  z-index: -1;
}
.hero-banner-three .slider-arrows:before {
  background: var(--primary-color);
}
.hero-banner-three .slider-arrows li {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--primary-color);
}
.hero-banner-three .slider-arrows li:hover {
  background: var(--hover-color);
  color: #ffffff;
}

.title-one .upper-title {
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
}

.feature-block-two .media-bg .card-two {
  background: var(--primary-color);
}
.feature-block-two .media-bg .card-two .main-count {
  color: #ffffff;
}
.feature-block-two .media-bg .card-two p {
  color: #ffffff;
}
.feature-block-seven .box-wrapper .card-box img {
  border-radius: 50%;
}

html[data-bs-theme='dark'] .preto {
  color: #000000 !important;
}
html[data-bs-theme='dark'] .theme-main-menu.menu-style-three .bottom-header {
  background: #000000;
  border-bottom: 1px solid var(--primary-color);
}
html[data-bs-theme='dark']
  .theme-main-menu.menu-style-three
  .bottom-header
  .nav-item
  .nav-link {
  color: #ffffff;
  text-transform: uppercase;
}
html[data-bs-theme='dark'] .causes-section-one {
  background: url('https://placehold.co/1920x1033/orange/black') no-repeat
    center center/cover fixed;
}
html[data-bs-theme='dark'] .card-style-two {
  background: rgba(0, 0, 0, 0.5);
}
html[data-bs-theme='dark'] .card-style-two .media-bg {
  max-height: 230px;
}
html[data-bs-theme='dark'] .card-style-two .media-bg h4.card-img-overlay {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
}
html[data-bs-theme='dark'] .card-style-two .info-meta {
  background: #000000;
}
html[data-bs-theme='dark'] .card-style-two .info-meta .tags {
  color: #ffffff;
}
html[data-bs-theme='dark'] .card-style-two .info-meta .supporters,
html[data-bs-theme='dark'] .card-style-two .info-meta .progress-bar span {
  text-align: center;
  color: #ffffff;
}
html[data-bs-theme='dark'] .card-style-two .info-meta .progress-bar .progress {
  background: #2f426f;
}

.inner-banner-one {
  background: url(https://placehold.co/1920x434/black/orange) no-repeat
    center/cover;
}

.blog-meta-one {
  position: relative;
  z-index: 1;
}
.blog-meta-one .post-info {
  margin: 0 20px;
  background: var(--primary-color);
  border-radius: 10px 10px 0 0;
  padding: 7px 25px;
}
.blog-meta-one .post-info ul {
  margin: 0 -5px;
}
.blog-meta-one .post-info ul li {
  margin: 0 5px;
}
.blog-meta-one .post-info ul li a {
  margin-left: 3px;
}
.blog-meta-one .post-info ul li a:hover {
  text-decoration: underline;
}
.blog-meta-one .post-info ul li i {
  font-size: 15px;
}
.blog-meta-one .post-info ul li span {
  background: var(--secondary-color);
}
.blog-meta-one .post-meta .bottom-widget {
  margin: 0 -8px;
}
.blog-meta-one .post-meta .bottom-widget li .details-cta {
  font-size: 18px;
  color: #ffffff;
  border-radius: 20px;
  background: var(--primary-color);
}
.blog-meta-one .post-meta .bottom-widget li .details-cta:hover {
  background: var(--hover-color);
  color: #ffffff;
}

.contact-section .address-block .icon {
  background: transparent;
}
.contact-section .address-block .icon .icon-bg {
  width: 80px;
  height: 80px;
}

.card-style-two .info-meta {
  background: var(--plan-box-color);
}
.card-style-two .info-meta h4 {
  font-size: 26px;
  margin-bottom: 2px;
}
.card-style-two .info-meta .fund-goal {
  color: #000;
}
.card-style-two .info-meta .fund-goal span {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--secondary-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 8px;
}
.card-style-two .info-meta .progress-bar {
  height: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 3px;
  overflow: visible;
  margin: 7px 0 5px;
}
.card-style-two .info-meta .progress-bar .progress {
  background: #99bbb0;
  border-radius: 10px;
  overflow: visible;
}
.card-style-two .info-meta .progress-bar .progress:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ffe132;
  outline: 3px solid #407d69;
  border-radius: 50%;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.card-style-two .info-meta .progress-bar span {
  font-size: 16px;
  color: var(--secondary-color);
  position: absolute;
  right: -30px;
  top: calc(100% + 10px);
}
.card-style-two .info-meta .supporters {
  color: #ffffff;
}
.card-style-two .info-meta .tags {
  line-height: 28px;
  padding: 0 15px 0 25px;
  border-radius: 0 13px 13px 0;
  background: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
}
.card-style-two .info-meta .tags:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.event-text-slider-bg {
  background: var(--hover-color);
  color: #ffffff;
  height:70px;
}

.main-footer.bg-one {
  background: url(https://placehold.co/1920x898/blue/black) no-repeat center
    bottom fixed;
}

.main-footer .footer-intro .social-icon li a {
  background: #ffffff;
  color: #000000;
}
.main-footer .footer-intro .social-icon li a::before {
  background: var(--primary-color);
}
.main-footer .footer-intro .social-icon li a:hover {
  color: #ffffff;
}
.main-footer .footer-intro .social-icon li a:hover:before {
  transform: scale(1);
}

.fa-beat {
  -webkit-animation: fa-beat 1s infinite linear;
  animation: fa-beat 1s infinite linear;
}

@keyframes fa-beat {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.red {
  color: #ff0077;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 2px;
  left: 10px;
  z-index: 999;
}

.shakeZap {
  animation: shakeZap-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shakeZap-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

#cep-spinner {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 10px;
  vertical-align: middle;
}

.spinner-border {
  display: inline-block;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

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

.scroll-top {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;

  display: none;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(83, 27, 237, 0.3);

  color: #ffffff;
  background: rgba(27, 65, 237, 0.85);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 0 20px rgba(27, 48, 237, 0.4), 0 0 40px rgba(48, 27, 237, 0.2),
    0 8px 32px rgba(0, 0, 0, 0.25);

  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  cursor: pointer;

  outline: none;
  padding: 0;

  align-items: center;
  justify-content: center;
}

.scroll-top:hover {
  background: var(--hover-color);
  border-color: rgba(41, 38, 196, 0.5);
  transform: translateX(-50%) scale(1.15) translateY(-3px);

  box-shadow: 0 0 30px rgba(27, 58, 237, 0.6), 0 0 60px rgba(72, 27, 237, 0.3),
    0 12px 40px rgba(0, 0, 0, 0.3);
}

.scroll-top:active {
  transform: translateX(-50%) scale(1.05);
}

@keyframes scroll-pulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(27, 83, 237, 0.4), 0 0 40px rgba(27, 76, 237, 0.2),
      0 8px 32px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0 0 30px rgba(27, 65, 237, 0.6), 0 0 50px rgba(27, 65, 237, 0.3),
      0 10px 36px rgba(0, 0, 0, 0.3);
  }
}

.scroll-top {
  animation: scroll-pulse 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .scroll-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
}

.inner-banner-one .breadcrumb-content ul::before {
  content: '';
  position: absolute;
  width: 95%;
  height: 1px;
  background: var(--primary-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.inner-banner-one .breadcrumb-content li {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 3px;
}

@media (max-width: 1399px) {
  .theme-main-menu .logo img {
    max-width: 250px;
  }
  .card-style-two .info-meta h4 {
    font-size: 24px;
  }
  .feature-block-three .media-bg .card-one {
    left: 0;
  }
  .hero-banner-two .shape_02 {
    top: 20%;
  }
  .feature-block-six .media-bg {
    margin-left: 0;
  }
  .feedback-section-two .feedback-wrapper {
    padding: 40px 20px;
  }
  .feature-block-four .media-bg.version-two .shape_02 {
    right: 0;
  }
  .feature-block-four .media-bg.version-two .card-one {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-banner-three .slider-bg {
    padding: 40px 0;
  }
}

#whatsapp-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.wa-chat-window {
  width: 320px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform-origin: bottom right;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: scale(0.95) translateY(20px);
  pointer-events: none;
  margin-bottom: 8px;
  border: 1px solid #f0f0f0;
}

.wa-chat-window.is-open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.wa-header {
  background-color: #008069;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.wa-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.wa-avatar {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wa-avatar-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border: 2px solid #008069;
  border-radius: 50%;
}

.wa-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.wa-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
}

.wa-close-btn {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}
.wa-close-btn:hover {
  color: #fff;
}

.wa-body {
  background-color: #e5ddd5;
  padding: 20px;
  background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
}

.wa-message-bubble {
  background-color: white;
  padding: 12px 16px;
  border-radius: 0 12px 12px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #111b21;
  margin-bottom: 16px;
  position: relative;
  animation: wa-slide-up 0.4s ease-out;
}
.wa-message-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
}

.wa-start-btn {
  width: 100%;
  background-color: #25d366;
  color: white;
  padding: 12px;
  border-radius: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, transform 0.1s;
}
.wa-start-btn:hover {
  background-color: #128c7e;
}
.wa-start-btn:active {
  transform: scale(0.98);
}

.wa-button-container {
  position: relative;
}

.wa-float-btn {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background 0.3s;
  position: relative;
  z-index: 10;
}

.wa-float-btn:hover {
  transform: scale(1.1);
  background-color: #128c7e;
}

.wa-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.4s ease;
}

.wa-icon.hidden {
  display: none;
}

.wa-icon-close {
  transform: rotate(0deg);
}

.wa-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: #ef4444;
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;

  opacity: 0;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.4s ease;
}

.abgs-skeleton {
  background: #121212;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 200% 100%;
  display: inline-block;
  position: relative;
  animation: shimmer 2s infinite;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.skeleton-slider {
  width: 100%;
  height: 600px;
  border-radius: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.skeleton-slider-content {
  width: 80%;
  max-width: 800px;
}

.skeleton-slider-title {
  height: 60px;
  width: 70%;
  margin-bottom: 20px;
}

.skeleton-slider-text {
  height: 20px;
  width: 50%;
  margin-bottom: 30px;
}

.skeleton-slider-btn {
  height: 50px;
  width: 180px;
}

.skeleton-plans-grid {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding: 20px 0;
}

.skeleton-plan-card {
  min-width: 300px;
  height: 450px;
  background: #111;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #222;
}

.skeleton-plan-img {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.skeleton-plan-title {
  height: 30px;
  width: 80%;
  margin-bottom: 15px;
}

.skeleton-plan-price {
  height: 40px;
  width: 60%;
  margin-bottom: 20px;
}

.skeleton-plan-line {
  height: 12px;
  width: 100%;
  margin-bottom: 10px;
}

.skeleton-plan-btn {
  height: 45px;
  width: 100%;
  margin-top: 20px;
}

.loading-active #main-slider > *:not(.skeleton-slider),
.loading-active #planosP > *:not(.skeleton-plan-card) {
  display: none !important;
}

.skeleton-fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.wa-badge.visible {
  opacity: 1;
  transform: scale(1);
}

.wa-badge.pulsing {
  animation: wa-badge-pulse 2s infinite;
}

@keyframes wa-badge-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

@keyframes wa-slide-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wa-tooltip-text {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1f2937;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.wa-button-container:hover .wa-tooltip-text {
  opacity: 1;
}

.wa-button-container.chat-open .wa-tooltip-text {
  display: none;
}

.modern-plan-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--plan-box-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

html[data-bs-theme='dark'] .modern-plan-card {
  background: var(--plan-box-color);
  opacity: 0.95;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modern-plan-header {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}
# Controle de Iluminação de Planos (Bembem)
.modern-plan-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.25)
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modern-plan-title {
  color: #ffffff;
  font-size: 3.25rem;
  font-weight: 800;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-family: 'Outfit', sans-serif;
}

.modern-plan-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #07dc99;
  color: #005018;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(7, 220, 153, 0.3);
}

.modern-plan-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.modern-plan-speeds {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

html[data-bs-theme='dark'] .modern-plan-speeds {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.speed-item {
  text-align: center;
  border: 1px dashed rgba(21, 76, 203, 0.3);
  border-radius: 12px;
  padding: 10px;
  flex: 1;
  background: rgba(0, 15, 30, 0.85);
  transition: all 0.3s ease;
}

.speed-item:hover {
  border-color: rgba(21, 76, 203, 0.8);
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

html[data-bs-theme='dark'] .speed-item {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

html[data-bs-theme='dark'] .speed-item:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.speed-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

html[data-bs-theme='dark'] .speed-value {
  color: #60a5fa;
}

.speed-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

html[data-bs-theme='dark'] .speed-label {
  color: #aaa;
}

.modern-plan-desc {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  flex: 1;
}

html[data-bs-theme='dark'] .modern-plan-desc {
  color: #ccc;
}

.modern-plan-price {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.price-tag {
  font-size: 38px;
  font-weight: 800;
  color: var(--hover-color);
  background: linear-gradient(
    135deg,
    var(--hover-color) 0%,
    var(--primary-color) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html[data-bs-theme='dark'] .price-tag {
  background: linear-gradient(135deg, #ffffff 0%, #b3c5ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-period {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: -5px;
}

.modern-plan-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-modern-primary {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--hover-color) 100%
  );
  color: var(--btn-text-color) !important;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px var(--btn-glow-color);
}

.btn-modern-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--btn-glow-color);
  filter: brightness(1.1);
}

.btn-modern-secondary {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
  transition: color 0.3s;
}

.btn-modern-secondary:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

html[data-bs-theme='dark'] .btn-modern-secondary {
  color: #aaa;
}

html[data-bs-theme='dark'] .btn-modern-secondary:hover {
  color: #60a5fa;
}

@media (min-width: 992px) {
  .causes-section-one .swiper {
    display: flex;
    justify-content: center;
  }
}
html body .list-style-one li::before {
  content: '\f061' !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  color: inherit;
  margin-right: 10px;
}

/* Área de Cobertura – Ticker Final */
.coverage-ticker {
  --ticker-bg-color: #212529;
  --ticker-text-color: #ffb703;
  --ticker-font-size: 11px;

  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 30px;
  background-color: var(--ticker-bg-color);
  overflow: hidden;
}

.coverage-ticker a {
  display: block;
  height: 100%;
  background-color: var(--ticker-bg-color);
  text-decoration: none;
}

.coverage-ticker,
.coverage-ticker span {
  color: var(--ticker-text-color);
}

.ticker-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  will-change: transform;
  animation: tickerMove 15s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  height: 100%;
  line-height: 1;
  font-size: var(--ticker-font-size);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 80px;
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================
   HERO BANNER THREE — SISTEMA RESPONSIVO DEFINITIVO
   Estratégia: DOBRA ELEGANTE (NÃO fullscreen)
   Compatível com Slick Slider
   Mobile-first | Fluido | Sem espaço fantasma
   ========================================================= */


/* =========================================================
   0) RESET ESTRUTURAL (OBRIGATÓRIO)
   Remove qualquer altura forçada pelo Slick ou temas
   ========================================================= */
.hero-banner-three,
.hero-banner-three .slick-list,
.hero-banner-three .slick-track,
.hero-banner-three .slick-slide,
.hero-banner-three .item {
  height: auto !important;
  min-height: unset !important;
}


/* =========================================================
   1) FUNDO / SLIDE
   Controla a ALTURA GLOBAL do hero
   ?? Dobra elegante (proporcional à tela)
   ========================================================= */
.hero-banner-three .slider-bg {
  position: relative;

  /* Imagem de fundo */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  /* Layout interno */
  display: flex;
  align-items: center;              /* alinha conteúdo verticalmente */
  padding: 60px 0;                  /* respiro vertical padrão */

  /* CONTROLE DE ALTURA (AJUSTE FINO AQUI) */
  min-height: clamp(
    480px,   /* mínimo absoluto (mobile pequeno) */
    65vh,    /* comportamento fluido */
    820px    /* máximo em desktop grande */
  );
}


/* =========================================================
   2) CONTAINER DE CONTEÚDO
   NÃO empurra layout com margin/padding artificiais
   ========================================================= */
.hero-banner-three .container {
  margin: 0 auto;
  padding: 0 15px;                  /* padding lateral seguro */
}


/* =========================================================
   3) TÍTULO PRINCIPAL
   Tipografia fluida sem altura fixa
   ========================================================= */
.hero-banner-three .hero-heading {
  /* Escala automática entre mobile e desktop */
  font-size: clamp(
    22px,   /* mobile */
    3vw,    /* fluido */
    34px    /* desktop */
  );

  line-height: 1.25;
  margin-bottom: 15px;

  /* Controle de largura do texto */
  max-width: 600px;

  /* Ajustes seguros */
  white-space: normal;
  word-break: break-word;
}


/* =========================================================
   4) TEXTO DESCRITIVO
   ========================================================= */
.hero-banner-three p {
  font-size: clamp(
    14px,   /* mobile */
    1.6vw,  /* fluido */
    18px    /* desktop */
  );

  line-height: 1.4;
  margin-bottom: 20px;

  max-width: 620px;
}


/* =========================================================
   5) BOTÃO PRINCIPAL (CTA)
   ========================================================= */
.hero-banner-three .btn-four {
  padding: 12px 24px;
  font-size: 15px;
  margin-bottom: 20px;
}


/* =========================================================
   6) AVATARES / SOCIAL PROOF
   ========================================================= */
.hero-banner-three .avatar-group {
  margin-top: 20px;
}

.hero-banner-three .avatar-group img {
  width: 40px;
  height: 40px;
}


/* =========================================================
   7) MOBILE MUITO PEQUENO (=360px)
   Ajustes de segurança visual
   ========================================================= */
@media (max-width: 360px) {

  .hero-banner-three .slider-bg {
    padding: 40px 0;
    min-height: 500px;  /* evita esmagar conteúdo */
  }

  .hero-banner-three .hero-heading,
  .hero-banner-three p {
    max-width: 100%;
  }
}


/* =========================================================
   8) MOBILE PADRÃO (=576px)
   Começa a "respirar" mais
   ========================================================= */
@media (min-width: 576px) {

  .hero-banner-three .slider-bg {
    padding: 70px 0;
  }

  .hero-banner-three .hero-heading {
    max-width: 70%;
  }
}


/* =========================================================
   9) TABLET / DESKTOP INICIAL (=992px)
   Layout mais aberto
   ========================================================= */
@media (min-width: 992px) {

  .hero-banner-three .slider-bg {
    padding: 90px 0;
  }

  .hero-banner-three .hero-heading {
    max-width: 50%;
  }
}


/* =========================================================
   10) DESKTOP GRANDE / ULTRAWIDE (=1400px)
   Evita hero exagerado
   ========================================================= */
@media (min-width: 1400px) {

  .hero-banner-three .slider-bg {
    min-height: clamp(
      600px,
      70vh,
      900px
    );
  }
}




/* ---------------------------------------------------------
   575px (Mobile - Bembem)
   --------------------------------------------------------- */
@media (max-width: 575px) {

  /* ---------------------------------------------------------
     CONTAINER DE CONTEÚDO
     --------------------------------------------------------- */
  .hero-banner-three .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px; /* desloca o conteúdo sem empurrar o fundo */
  }

  .hero-banner-three .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
  }

  .hero-banner-three .slider-bg {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    min-height: 100%; /* garante que cobre toda a área */
    padding: 0 !important;
    height: auto !important;

    display: flex;
    align-items: flex-start !important;
    padding-left: 3% !important;
  }

  /* ================================
     TÍTULO (fixar altura, alinhado à esquerda, quebra na metade da tela)
     ================================ */
  .hero-banner-three .hero-heading {
    font-size: 26px !important;
    line-height: 1.25 !important;
    margin-top: -10px !important;
    margin-bottom: 0px !important;

    height: 80px;                /* altura fixa */
    max-width: 70%;              /* ocupa metade da tela */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* alinhado à esquerda */
    text-align: left;
    overflow: hidden;
    white-space: normal;         /* permite quebra de linha */
    word-break: break-word;      /* quebra palavras longas */
  }

  /* ================================
     TEXTO (fixar altura, alinhado à esquerda, quebra na metade da tela)
     ================================ */
  .hero-banner-three p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-top: -15px !important;
    margin-bottom: 0px !important;

    height: 40px;                /* altura fixa */
    max-width: 100%;              /* ocupa metade da tela */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* alinhado à esquerda */
    text-align: left;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
  }

  /* ================================
     BOTÃO (sem alteração)
     ================================ */
  .hero-banner-three .btn-four {
    padding: 10px 20px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  /* ================================
     AVATARES (sem alteração)
     ================================ */
  .hero-banner-three .avatar-group {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    transform: translateY(0px); /* ajuste fino opcional */
  }

  .hero-banner-three .avatar-group img {
    width: 40px !important;
    height: 40px !important;
  }

  .hero-banner-three .avatar-group li.fs-20 {
    font-size: 12px !important;
  }

}

/* ===================================================== */
/* ================= VARIÁVEL GLOBAL NEON ============== */
/* ===================================================== */

:root {
  --neon: #00eaff;
  --neon-strong: #00ffff;
  --neon-shadow-soft: rgba(0, 234, 255, 0.6);
  --neon-shadow-strong: rgba(0, 255, 255, 0.9);
}


/* ===================================================== */
/* ================= HAMBURGER MOBILE ================== */
/* ===================================================== */
/* Botão que abre o menu no mobile */

.mobile-menu-btn {
  width: 48px;
  height: 42px;
  background: transparent;
  border: none;
  cursor: pointer;

  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;

  z-index: 10001;
}

/* Barras do hamburger */
.mobile-menu-btn span {
  width: 28px;
  height: 4px;
  border-radius: 4px;

  background: linear-gradient(
    90deg,
    var(--neon),
    #00bfff,
    var(--neon)
  );

  box-shadow: 0 0 6px var(--neon-shadow-strong);

  transition: all 0.3s ease;
}

/* Animação vira X */
.mobile-menu-btn.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* Exibe só no mobile */
@media (max-width: 991px) {
  .mobile-menu-btn {
    display: flex;
  }
}

/* Esconde no desktop */
@media (min-width: 992px) {
  .mobile-menu-btn {
    display: none !important;
  }
}


/* ===================================================== */
/* ================= MENU MOBILE ======================= */
/* ===================================================== */
/* Garante que o menu mobile aparece corretamente */

.navbar-collapse.mobile-menu {
  display: none;
}

.navbar-collapse.mobile-menu.show {
  display: block;
}


/* ===================================================== */
/* ================= SCROLL LOCK ======================= */
/* ===================================================== */
/* Trava scroll quando menu está aberto */

html.menu-open,
body.menu-open {
  overflow: hidden;
  height: 100%;
}


/* ===================================================== */
/* ================= ÍCONES DO MENU ==================== */
/* ===================================================== */
/* Ícones SVG à esquerda do texto */

.menu-icon {
  width: 18px;
  height: 18px;

  fill: var(--neon);

  filter: drop-shadow(0 0 6px var(--neon-shadow-soft));

  transition: transform 0.25s ease, filter 0.25s ease;
}

/* Hover aumenta leve brilho */
.nav-link:hover .menu-icon {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px var(--neon-shadow-strong));
}


/* ===================================================== */
/* ============ INDICADOR SUBMENU (SETA DIREITA) ====== */
/* ===================================================== */

/* Remove seta padrão do Bootstrap */
.dropdown-toggle::after {
  display: none !important;
}

/* Cria espaço para o ícone da direita */
.nav-link.dropdown-toggle {
  position: relative;
  padding-right: 24px;
}

/* Seta indicativa no final da linha */
.submenu-indicator {
  position: absolute;
  right: 5px;

  width: 14px;
  height: 14px;

  fill: none;
  stroke: var(--neon);
  stroke-width: 2;

  filter: drop-shadow(0 0 4px var(--neon-shadow-soft));

  pointer-events: none;

  transition: transform 0.25s ease, filter 0.25s ease;
}

/* Quando dropdown está aberto */
.nav-item.dropdown.show > .nav-link .submenu-indicator {
  transform: rotate(180deg);
  filter: drop-shadow(0 0 6px var(--neon-shadow-strong));
}


/* ===================================================== */
/* ===== BOTÃO CENTRAL DO ASSINANTE (BORDA NEON) ====== */
/* ===================================================== */
/* Apenas borda neon fina com leve glow controlado */

.btn-four.inverse {
  background: inherit !important;
  color: inherit !important;

  border: 1px solid var(--neon);

  box-shadow: 0 0 4px var(--neon-shadow-soft);

  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Hover aumenta levemente o neon */
.btn-four.inverse:hover {
  border-color: var(--neon-strong);
  box-shadow: 0 0 6px var(--neon-shadow-strong);
}


/* ===================================================== */
/* ========== AVATAR GROUP (BORDA NEON 1PX) =========== */
/* ===================================================== */

.hero-banner-three .avatar-group img {
  border: 1px solid var(--neon);
  box-shadow: 0 0 4px var(--neon-shadow-soft);
}
/* ===================================================== */
/* CONTROLE DE ÁREA CLICÁVEL DO MENU                     */
/* ===================================================== */

/* Link ocupa a linha visual */
.nav-link {
  display: flex;
}

/* Apenas o conteúdo interno é clicável */
.nav-link-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
/* ===================================================== */
/* SUBMENU – PROTEÇÃO CONTRA CLIQUE ACIDENTAL           */
/* ===================================================== */

/* Item do submenu NÃO clicável */
.dropdown-menu .dropdown-item {
  pointer-events: none;
  padding: 0;              /* remove área clicável falsa */
}

/* Link real */
.dropdown-menu .submenu-link {
  display: inline-block;   /* área clicável mínima */
  padding: 10px 14px;
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
}

/* Feedback visual só no texto */
.dropdown-menu .submenu-link:hover {
  color: var(--neon-strong);
}

/* ===================================================== */
/* LOGO NO TOPO DO MENU MOBILE – ALTURA OTIMIZADA        */
/* ===================================================== */

@media (max-width: 991px) {

  /* Item do menu que contém o logo */
  .navbar-nav > li.d-block.d-lg-none {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0px 0px;      /* ? reduz altura total */
    min-height: 0px;     /* controla a área */
  }

  /* Wrapper do logo */
  .navbar-nav > li.d-block.d-lg-none .logo,
  .navbar-nav > li.d-block.d-lg-none .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  /* Imagem do logo */
  .navbar-nav > li.d-block.d-lg-none .logo img {
    max-height: 200px;     /* ?? aqui manda no encaixe */
    width: auto;
    display: block;
  }
}

/* =====================================================
   ?? DROPDOWN DESKTOP - OVERRIDE TOTAL BOOTSTRAP
   ===================================================== */

@media (min-width: 992px) {

  /* ?? Sobrescreve variáveis do Bootstrap */
  .navbar .dropdown-menu {
    --bs-dropdown-bg: #0b1220;
    --bs-dropdown-link-color: #d6ffff;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-link-hover-bg: rgba(214,255,255,0.15);
    --bs-dropdown-border-color: rgba(214,255,255,0.2);

    background-color: #0b1220 !important;

    /* ?? Apenas parte inferior arredondada */
    border-radius: 0 0 12px 12px;

    padding: 10px 0;

    box-shadow:
      0 10px 25px rgba(0,0,0,0.5),
      0 0 15px rgba(214,255,255,0.08);

    backdrop-filter: blur(6px);

    overflow: hidden; /* garante que o hover respeite os cantos */
  }

  /* ?? Garante texto correto */
  .navbar .dropdown-menu .dropdown-item {
    color: #d6ffff !important;
    transition: all 0.3s ease;
  }

  /* ?? Hover neon */
  .navbar .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(
      90deg,
      rgba(214,255,255,0.25),
      rgba(214,255,255,0.08)
    ) !important;

    color: #ffffff !important;
    box-shadow: 0 0 12px rgba(214,255,255,0.4);
    transform: translateX(4px);
  }

}
/* =====================================
   FUNDO DA FAIXA DO SLIDER
===================================== */

.event-text-slider-bg {
  background: var(--hover-color); /* cor da faixa */
  color: #ffffff;                 /* cor do texto */
  height: 40px;                   /* altura da faixa */
  display: flex;
  align-items: center;            /* centraliza verticalmente */
  overflow: hidden;               /* evita estourar altura */
}


/* =====================================
   CONTROLE DE CADA ITEM DO SLIDER
===================================== */

.event-text-slider .item {
  height: 65px;                   /* altura igual à faixa */
  display: flex;
  align-items: center;            /* centraliza conteúdo */
  justify-content: center;
}


/* =====================================
   TEXTO DO SLIDER
===================================== */

.event-text-slider span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}


/* =====================================
   ÍCONE DO SLIDER
===================================== */

.event-text-slider img {
  width: 22px;
  height: auto;
}
/* =========================================
   SLIDER CLICÁVEL
========================================= */

.event-text-slider{
  cursor:pointer;
}

.event-text-slider .item:hover{
  opacity:.85;
}

/* =====================================================
   AVISO PLANOS NÃO CARREGADOS
   ESTILO PAINEL NEON CLEAN
===================================================== */

.planos-aviso-wrapper{
display:flex;
justify-content:center;
align-items:center;
width:100%;
padding:80px 20px;
}

/* CARD PRINCIPAL */

.planos-aviso-card{

background:#0e1427;

max-width:420px;
width:100%;

padding:50px 40px;

border-radius:18px;

text-align:center;

backdrop-filter: blur(6px);

/* borda neon azul */

border:1px solid #00eaff;

box-shadow:
0 0 8px rgba(0,234,255,0.8),
0 0 16px rgba(0,234,255,0.5);

}

/* FRAME DO TEXTO */

.planos-aviso-text-frame{

border:1px solid #00eaff;

border-radius:12px;

padding:20px;

margin-bottom:30px;

box-shadow:
0 0 6px rgba(0,234,255,0.6);

}

/* FRAME DO BOTÃO */

.planos-aviso-btn-frame{

border:1px solid #00eaff;

border-radius:12px;

padding:12px;

display:inline-block;

box-shadow:
0 0 6px rgba(0,234,255,0.6);

}

/* título */

.planos-aviso-card h3{

color:#fef82c;

font-size:24px;

margin-bottom:10px;

text-shadow:0 0 6px rgba(254,248,44,0.9);

}

/* texto */

.planos-aviso-card p{

color:#fef82c;

font-size:15px;

}

/* botão */

.btn-ver-planos{

display:inline-block;

padding:12px 26px;

border-radius:10px;

background:#0e1427;

/* borda neon azul */

border:1px solid #00eaff;

/* texto amarelo */

color:#fef82c;

font-weight:600;

text-decoration:none;

transition:.25s;

/* glow azul */

box-shadow:
0 0 6px rgba(0,234,255,0.7);

}

/* hover */

.btn-ver-planos:hover{

background:#fef82c;

color:#0e1427;

box-shadow:
0 0 12px #fef82c,
0 0 22px rgba(254,248,44,0.9);

transform:translateY(-2px);

}