 :root {
     --primary-yellow: #ffd200;
     --secondary-dark: #231f20;
     --light-bg: #eeeeee;
 }

 body {
     font-family: 'Montserrat', sans-serif;
     color: var(--secondary-dark);
     background-color: var(--light-bg);
     overflow-x: hidden;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-weight: 800;
     letter-spacing: -0.5px;
 }

 .section-title {
     border-left: 5px solid var(--primary-yellow);
     padding-left: 20px;
     margin-bottom: 40px;
     text-transform: uppercase;
     color: var(--secondary-dark);
 }

 .top-bar-atleta {
     background-color: var(--primary-yellow);
     width: 100%;
     height: 35px;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1001;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     display: flex;
     justify-content: flex-end;
     align-items: center;
     padding-right: 5%;
 }

 .top-bar-items {
     display: flex;
     align-items: center;
     height: 100%;
 }

 .top-link {
     color: var(--secondary-dark);
     font-weight: 700;
     font-size: 0.75rem;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     text-decoration: none;
     padding: 0 10px;
     transition: opacity 0.3s;
     cursor: pointer;
     display: flex;
     align-items: center;
 }

 .top-link:hover {
     opacity: 0.7;
 }

 .top-link i {
     margin-right: 5px;
     font-size: 14px;
 }

 .separator {
     color: var(--secondary-dark);
     opacity: 0.5;
     font-size: 0.8rem;
 }

 .navbar-fixed {
     height: calc(90px + 35px);
     z-index: 1000;
 }

 .navbar-fixed nav {
     top: 35px !important;
     background-color: var(--secondary-dark) !important;
     height: 90px;
     line-height: 90px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
 }

 .brand-logo img {
     height: 55px;
     margin-top: 17px;
     vertical-align: top;
 }

 nav ul a {
     font-weight: 600;
     font-size: 0.8rem;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     color: white;
 }

 nav ul a:hover {
     color: var(--primary-yellow);
     background-color: transparent;
 }

/* --- HERO SECTION (COM SWIPER.JS) --- */
 .hero {
     height: 100vh;
     display: flex;
     align-items: center;
     margin-top: -35px;
     position: relative;
     background-color: #231f20;
 }

 /* Posiciona o Swiper como um fundo absoluto */
 .hero-swiper {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
 }

 /* Estilo das Imagens do Slide */
.hero-swiper .swiper-slide {
     width: 100%;   /* Adicione esta linha */
     height: 100%;  /* Adicione esta linha */
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 /* Película escura para contraste */
 .hero-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(35, 31, 32, 0.6);
     z-index: 2;
     pointer-events: none; /* Deixa o clique passar reto pelo overlay */
 }

 /* Garante que os textos e botões fiquem acima de tudo */
 .hero .relative-z {
     position: relative;
     z-index: 3;
 }

 .hero-content h1 {
     font-size: 3.5rem;
     margin-bottom: 10px;
     color: var(--primary-yellow);
     line-height: 1.1;
 }

 .hero-content h2 {
     font-size: 1.3rem;
     font-weight: 500;
     color: white;
     margin-bottom: 30px;
 }

 .btn,
 .btn-large {
     border-radius: 0 !important;
     font-weight: 700;
     box-shadow: none !important;
 }

 .btn-primary {
     background-color: var(--primary-yellow) !important;
     color: var(--secondary-dark) !important;
 }

 .btn-outline {
     background: transparent;
     border: 2px solid white;
     color: white;
     line-height: 50px;
 }

 .btn-outline:hover {
     background: white;
     color: var(--secondary-dark);
 }

 .section {
     padding: 80px 0;
 }

 .bg-white {
     background-color: white;
 }

 .trainer-card {
     text-align: center;
     padding: 20px;
 }

 .trainer-img {
     width: 150px;
     height: 150px;
     border-radius: 50%;
     object-fit: cover;
     border: 4px solid var(--primary-yellow);
     margin-bottom: 15px;
 }

 .local-card {
     background: white;
     padding: 25px;
     border-left: 4px solid var(--primary-yellow);
     margin-bottom: 20px;
     transition: transform 0.3s;
 }

 .local-card:hover {
     transform: translateX(5px);
 }

 .local-card h5 {
     margin-top: 0;
     font-size: 1.2rem;
     font-weight: 700;
 }

 .local-card p {
     font-size: 0.9rem;
     margin-bottom: 5px;
     color: #666;
 }

 .local-card .badge-day {
     background: var(--secondary-dark);
     color: var(--primary-yellow);
     padding: 2px 8px;
     font-size: 0.7rem;
     margin-right: 5px;
     font-weight: 700;
 }

 .partner-logo {
     filter: grayscale(100%);
     opacity: 0.6;
     transition: all 0.3s;
     max-height: 80px;
     max-width: 100%;
 }

 .partner-logo:hover {
     filter: grayscale(0%);
     opacity: 1;
 }

 .modal {
     border-radius: 0;
     max-height: 80%;
 }

 .modal-content h4 {
     color: var(--primary-yellow);
     background: var(--secondary-dark);
     padding: 20px;
     margin: -24px -24px 20px -24px;
     font-size: 1.5rem;
 }

 .calc-btn {
     width: 100%;
     margin-bottom: 10px;
     height: 60px;
     line-height: 60px;
     font-size: 1.1rem;
 }

 .page-footer {
     background-color: var(--secondary-dark);
     border-top: 5px solid var(--primary-yellow);
     padding-top: 50px;
 }

 .icon-rs {
     color: var(--primary-yellow);
 }

 @media only screen and (max-width: 990px) {
     .top-bar-atleta {
         justify-content: center;
         padding-right: 0;
         height: auto;
         padding: 5px 0;
         flex-wrap: wrap;
     }

     .navbar-fixed {
         height: auto;
     }

     .navbar-fixed nav {
         top: auto !important;
         position: relative;
     }

     .hero {
         margin-top: 0;
         height: auto;
         padding: 100px 0;
     }

     .hero-content h1 {
         font-size: 2.5rem;
     }

     .top-link span {
         display: none;
     }

 }

 .map-container {
     margin-top: 15px;
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     border-radius: 4px;
     border: 1px solid #ddd;
 }

 .map-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
 }

 .partners-banner {
     width: 100%;
     max-width: 800px;
     border-radius: 4px;
     margin-top: 10px;
     display: inline-block;
 }

 .trainer-card-simple {
     height: 100%;
     border-radius: 8px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     border-bottom: 4px solid transparent;
 }

 .trainer-card-simple:hover {
     transform: translateY(-5px);
     border-bottom: 4px solid var(--primary-yellow);
 }

 .trainer-thumb {
     width: 120px !important;
     height: 120px !important;
     object-fit: cover;
     border: 3px solid var(--primary-yellow);
     margin-bottom: 15px;
 }

 .trainer-card-simple h5 {
     font-size: 1.2rem;
     font-weight: 800;
     margin-bottom: 5px;
     text-transform: uppercase;
 }

 .role-text {
     font-size: 0.85rem;
     color: #666;
     margin-bottom: 15px;
     min-height: 40px;
 }

 .modal {
     border-radius: 8px;
     max-height: 85%;
 }

 .modal-content h4 {
     font-size: 1.8rem;
     font-weight: 800;
     text-transform: uppercase;
     margin-top: 10px;
 }

 .mt-2 {
     margin-top: 10px !important;
 }

 .mt-3 {
     margin-top: 20px !important;
 }

 @media only screen and (max-width: 990px) {
     .trainer-card-simple {
         margin-bottom: 20px;
     }
 }

 .section-parceiros {
     width: 100%;
     height: 700px;
     padding: 0 !important;
     margin: 0;
     overflow: hidden;
     background-color: #231f20;
 }

 .section-parceiros img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     display: block;
 }

 @media only screen and (max-width: 600px) {
     .section-parceiros {
         height: 250px;
     }
 }

 .social-clean-wrapper {
     display: flex;
     flex-direction: column;
     gap: 15px;
     margin-top: 25px;
 }

 .social-link {
     display: flex;
     align-items: center;
     color: #424242;
     font-weight: 700;
     font-size: 1rem;
     transition: all 0.3s ease;
     text-decoration: none;
     width: fit-content;
 }

 .social-link i {
     margin-right: 12px;
     font-size: 1.5rem;
     transition: transform 0.3s ease;
     color: #757575;
 }

 .social-link:hover {
     transform: translateX(5px);
 }

 .facebook-hover:hover,
 .facebook-hover:hover i {
     color: #1877F2 !important;
 }

 .instagram-hover:hover,
 .instagram-hover:hover i {
     color: #E1306C !important;
 }

 .whatsapp-hover:hover,
 .whatsapp-hover:hover i {
     color: #25D366 !important;
 }

 .galeria-container {
     padding: 60px 0;
     background-color: #f9f9f9;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .galeria-container .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 .galeria-container h2 {
     text-align: center;
     font-size: 2.5rem;
     color: #333;
     margin-bottom: 10px;
 }

 .galeria-container .subtitle {
     text-align: center;
     color: #666;
     margin-bottom: 50px;
 }

 .album-title {
     font-size: 1.5rem;
     color: #444;
     margin-bottom: 20px;
     border-left: 5px solid #007bff;
     padding-left: 15px;
 }

 .album-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
     gap: 20px;
     margin-bottom: 40px;
 }

 .album-grid a {
     display: block;
     overflow: hidden;
     border-radius: 12px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     cursor: pointer;
     position: relative;
     height: 200px;
 }

 .album-grid a:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
 }

 .album-grid figure {
     margin: 0;
     width: 100%;
     height: 100%;
 }

 .album-grid img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease;
 }

 .album-grid a:hover img {
     transform: scale(1.1);
 }

 .album-separator {
     border: 0;
     height: 1px;
     background: #e0e0e0;
     margin: 40px 0;
 }

 @media (max-width: 768px) {
     .album-grid {
         grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
         gap: 10px;
     }

     .album-grid a {
         height: 150px;
     }
 }

 @media only screen and (max-width: 990px) {

     .sidenav {
         z-index: 10000 !important;
     }

     .sidenav-overlay {
         z-index: 9995 !important;
     }

     .top-bar-atleta {
         display: flex !important;
         position: absolute !important;
         top: 0;
         left: 0;
         width: 100%;
         z-index: 1001;
         justify-content: center;
         padding-right: 0;
     }

     .navbar-custom-wrapper {
         position: absolute !important;
         top: 25px !important;
         width: 100%;
         height: auto;
         z-index: 1000;
         background: transparent !important;
     }

     .navbar-custom-wrapper nav {
         background-color: rgba(35, 31, 32, 0.85) !important;
         box-shadow: none !important;
         height: 70px;
         line-height: 70px;
     }

     .brand-logo img {
         height: 45px !important;
         margin-top: 10px !important;
     }

     .custom-mobile-trigger {
         display: flex !important;
         position: fixed !important;
         top: 25px !important;
         left: 15px !important;
         z-index: 9999 !important;

         width: 50px;
         height: 50px;
         border-radius: 50%;
         background-color: #231f20;
         border: 2px solid #ffd200;
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

         align-items: center;
         justify-content: center;
     }

     .custom-mobile-trigger i {
         color: #ffd200 !important;
         font-size: 24px !important;
         margin: 0 !important;
     }

     .hero {
         margin-top: 0 !important;
         height: 100vh !important;
         padding: 0 !important;
     }

     .hero .container {
         padding-top: 110px;
         display: flex;
         flex-direction: column;
         justify-content: center;
         height: 100%;
     }

     .hero-content h1 {
         font-size: 2.2rem;
     }

     .flex-column-mobile {
         display: flex !important;
         flex-direction: column !important;
         height: auto !important;
     }

     .flex-column-mobile .col {
         width: 100% !important;
         padding: 0 20px !important;
     }

     .section-parceiros {
         height: 200px;
     }

     .album-grid {
         grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
     }
 }

 .custom-sidenav {
     background-color: #231f20;
     color: #fff;
 }

 .sidenav .user-view {
     padding: 32px 32px 0;
     margin-bottom: 20px;
     background-color: #1a1718;
     border-bottom: 3px solid #ffd200;
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 150px;
 }

 .sidenav .logo-sidenav {
     width: 100%;
     max-width: 180px;
     height: auto;
     object-fit: contain;
 }

 .sidenav li>a {
     color: #eeeeee !important;
     font-weight: 500;
     font-size: 0.95rem;
     display: flex;
     align-items: center;
 }

 .sidenav li>a>i.material-icons {
     color: #ffd200 !important;
     margin: 0 20px 0 0;
 }

 .sidenav li>a:hover {
     background-color: rgba(255, 210, 0, 0.1);
     color: #ffd200 !important;
 }

 .sidenav .divider {
     background-color: #444;
 }

 .sidenav .subheader {
     color: #999;
     font-size: 0.8rem;
     text-transform: uppercase;
     letter-spacing: 1px;
 }


 #btn-back-to-top {
     position: fixed;
     bottom: 30px;
     right: 30px;
     background-color: rgba(255, 210, 0, 0.6) !important;
     color: #231f20;
     z-index: 990;
     display: none;
     transition: transform 0.3s ease, opacity 0.3s ease;
     border-radius: 10px !important;
 }

 #btn-back-to-top i {
     color: #231f20 !important;
     font-size: 2rem;
     line-height: 56px;
 }

 #btn-back-to-top:hover {
     transform: translateY(-5px);
     background-color: #ffdb4d !important;
 }

 .navbar-custom-wrapper {
     position: fixed;
     top: 35px;
     width: 100%;
     height: 90px;
     z-index: 1000;
 }

 .navbar-custom-wrapper nav {
     background-color: var(--secondary-dark) !important;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
     height: 90px;
     line-height: 90px;
 }

 .brand-logo img {
     height: 55px;
     margin-top: 17px;
     vertical-align: top;
 }

 nav ul a {
     font-weight: 600;
     font-size: 0.8rem;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     color: white;
 }

 nav ul a:hover {
     color: var(--primary-yellow);
     background-color: transparent;
 }

 .section-plans {
     background-color: #f9f9f9;
 }

 .plan-card {
     background: white;
     border-radius: 8px;
     padding: 30px 20px;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     border-bottom: 5px solid transparent;
     position: relative;
     overflow: hidden;
 }

 .plan-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
     border-bottom: 5px solid var(--primary-yellow);
 }

 .plan-header {
     text-align: center;
     margin-bottom: 25px;
     border-bottom: 1px solid #eee;
     padding-bottom: 20px;
 }

 .plan-header h4 {
     font-size: 1.4rem;
     font-weight: 800;
     margin: 0 0 10px 0;
     color: var(--secondary-dark);
     text-transform: uppercase;
 }

 .plan-subtitle {
     font-size: 0.9rem;
     color: #666;
     margin-bottom: 15px;
     line-height: 1.4;
     min-height: 40px;
 }

 .plan-price {
     color: var(--secondary-dark);
     font-weight: 700;
 }

 .plan-price .currency {
     font-size: 1rem;
     vertical-align: top;
 }

 .plan-price .value {
     font-size: 2.5rem;
     color: var(--primary-yellow);
     line-height: 1;
 }

 .plan-price .period {
     font-size: 0.9rem;
     color: #888;
     font-weight: 400;
 }

 .plan-features {
     list-style: none;
     padding: 0;
     margin: 0 0 30px 0;
     flex-grow: 1;
 }

 .plan-features li {
     display: flex;
     align-items: flex-start;
     margin-bottom: 12px;
     font-size: 0.9rem;
     color: #555;
     line-height: 1.4;
 }

 .plan-features li i {
     color: var(--primary-yellow);
     font-size: 1.2rem;
     margin-right: 10px;
     font-weight: 800;
     min-width: 20px;
 }

 .btn-plan {
     width: 100%;
     margin-top: auto;
     background-color: var(--secondary-dark) !important;
     color: var(--primary-yellow) !important;
 }

 .btn-plan:hover {
     background-color: var(--primary-yellow) !important;
     color: var(--secondary-dark) !important;
 }


 .row-equal-height {
     display: flex;
     flex-wrap: wrap;
 }

 .plan-card {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;

     background: white;
     border-radius: 8px;
     padding: 30px 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     border-bottom: 5px solid transparent;
     position: relative;
     overflow: hidden;
 }

 .plan-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
     border-bottom: 5px solid var(--primary-yellow);
 }

 .plan-header {
     text-align: center;
     margin-bottom: 20px;
     border-bottom: 1px solid #eee;
     padding-bottom: 15px;

     min-height: 180px;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
 }

 .plan-features {
     flex-grow: 1;
     margin-bottom: 25px;
 }

 .plan-header h4 {
     font-size: 1.4rem;
     font-weight: 800;
     margin: 0 0 10px 0;
     text-transform: uppercase;
 }

 .plan-subtitle {
     font-size: 0.9rem;
     color: #666;
     margin-bottom: 15px;
     min-height: 40px;
 }

 .plan-price .value {
     font-size: 2.5rem;
     color: var(--primary-yellow);
     font-weight: 700;
     line-height: 1;
 }

 .plan-features li {
     display: flex;
     align-items: flex-start;
     margin-bottom: 12px;
     font-size: 0.9rem;
     color: #555;
 }

 .plan-features li i {
     color: var(--primary-yellow);
     font-size: 1.2rem;
     margin-right: 10px;
     font-weight: 800;
 }

 .btn-plan {
     width: 100%;
     margin-top: auto;
     background-color: var(--secondary-dark) !important;
     color: var(--primary-yellow) !important;
 }

 .btn-plan:hover {
     background-color: var(--primary-yellow) !important;
     color: var(--secondary-dark) !important;
 }

 .plan-category-title {
     color: #666;
     font-size: 0.9rem;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 5px;
     font-weight: 700;
 }

 .plan-discounts {
     margin: 15px 0;
     padding: 10px;
     background-color: #f5f5f5;
     border-radius: 4px;
     font-size: 0.85rem;
     color: #555;
     list-style: none;
     text-align: left;
 }

 .plan-discounts li {
     margin-bottom: 5px;
     display: flex;
     justify-content: space-between;
 }

 .plan-discounts strong {
     color: var(--secondary-dark);
 }

 .features-section {
     margin-top: 60px;
     background: white;
     padding: 40px;
     border-radius: 8px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }

 .features-list {
     column-count: 1;
 }

 @media (min-width: 600px) {
     .features-list {
         column-count: 2;
         column-gap: 40px;
     }
 }

 .features-list li {
     margin-bottom: 15px;
     display: flex;
     align-items: flex-start;
     font-size: 0.95rem;
     color: #444;
 }

 .features-list li i {
     color: var(--primary-yellow);
     margin-right: 10px;
     margin-top: 2px;
 }

 /* --- CRONOGRAMA SEMANAL --- */
.schedule-card {
    background-color: var(--secondary-dark);
    color: white;
    border-radius: 8px;
    padding: 25px 20px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-top: 5px solid var(--primary-yellow);
    transition: transform 0.3s ease;
}

.schedule-card:hover {
    transform: translateY(-5px);
}

.schedule-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
}

.schedule-header i {
    font-size: 3rem;
    color: var(--primary-yellow);
    margin-bottom: 10px;
}

.schedule-header h4 {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: white;
}

.schedule-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.schedule-list li {
    border-bottom: 1px solid #333;
    padding: 12px 0;
}

.schedule-list li:last-child {
    border-bottom: none;
}

.schedule-day {
    color: var(--primary-yellow);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 8px;
}

.schedule-info {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #ddd;
    margin-bottom: 5px;
    padding-left: 10px;
    border-left: 2px solid #555;
    line-height: 1.3;
}

.schedule-info::before {
    content: "•";
    color: var(--primary-yellow);
    font-size: 1.2rem;
    margin-right: 8px;
}

/* --- RESPONSIVIDADE DO CRONOGRAMA (MOBILE & TABLET) --- */
@media only screen and (max-width: 992px) {
    .schedule-card {
        height: auto !important; /* Remove a altura forçada para adaptar ao conteúdo */
        margin-bottom: 30px; /* Adiciona respiro entre os cartões empilhados */
        padding: 20px 15px; /* Reduz levemente o espaço interno para telas menores */
    }

    /* O último cartão não precisa de margem extra embaixo */
    .col:last-child .schedule-card {
        margin-bottom: 0;
    }

    .schedule-header {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .schedule-header i {
        font-size: 2.2rem; /* Ícone um pouco menor */
        margin-bottom: 5px;
    }

    .schedule-header h4 {
        font-size: 1.3rem; /* Título um pouco menor */
    }

    .schedule-day {
        font-size: 0.9rem;
    }

    .schedule-info {
        font-size: 0.8rem; /* Letra mais delicada para não quebrar tantas linhas */
        margin-bottom: 8px;
    }
}