
        /* Estilos personalizados para responsividade */
        .banner-container {
            height: 300px;
        }
        
        @media (min-width: 640px) {
            .banner-container {
                height: 400px;
            }
        }
        
        @media (min-width: 1024px) {
            .banner-container {
                height: 500px;
            }
        }
        
        .banner {
            transition: opacity 0.5s ease-in-out;
        }
        
        .whatsapp-float {
            position: fixed;
            bottom: 20px;
            left: 20px; /* Alterado de right para left */
            z-index: 100;
        }
        
        @media (min-width: 768px) {
            .whatsapp-float {
                bottom: 30px;
                left: 30px; /* Alterado de right para left */
            }
        }

        .popup-banner-float {
            position: fixed;
            bottom: 80px;
            left: 20px;
            z-index: 100;
        }
        
        @media (min-width: 768px) {
            .popup-banner-float {
                bottom: 95px;
                left: 30px;
            }
        }
        
        .back-to-top {
            position: fixed;
            bottom: 20px; /* Alterado de 80px para 20px */
            right: 20px;
            z-index: 99;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        @media (min-width: 768px) {
            .back-to-top {
                bottom: 30px; /* Alterado de 90px para 30px */
                right: 30px;
            }
        }
        
        .back-to-top.show {
            opacity: 1;
        }
        
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-content {
                padding: 1rem;
            }
        }
        
        .modal-close {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }
        
        .modal-tab {
            display: none;
        }
        
        .modal-tab.active {
            display: block;
        }
        
        .modal-tabs {
            display: flex;
            border-bottom: 1px solid #E5E7EB;
            margin-bottom: 1rem;
            overflow-x: auto;
        }
        
        .modal-tab-button {
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin-right: 0.5rem;
            white-space: nowrap;
        }
        
        .modal-select-payment-method {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-select-payment-method-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-select-payment-method-content {
                padding: 1rem;
            }
        }
        
        .modal-select-payment-method-close {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }
        
        .modal-select-payment-method-tab {
            display: none;
        }
        
        .modal-select-payment-method-tab.active {
            display: block;
        }
        
        .modal-select-payment-method-tabs {
            display: flex;
            border-bottom: 1px solid #E5E7EB;
            margin-bottom: 1rem;
            overflow-x: auto;
        }
        
        .modal-select-payment-method-tab-button {
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin-right: 0.5rem;
            white-space: nowrap;
        }
        
        .modal-wait-finalize-buy {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-wait-finalize-buy-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-wait-finalize-buy-content {
                padding: 1rem;
            }
        }
        
        .modal-wait-finalize-buy-close {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }
        
        .modal-wait-finalize-buy-tab {
            display: none;
        }
        
        .modal-wait-finalize-buy-tab.active {
            display: block;
        }
        
        .modal-wait-finalize-buy-tabs {
            display: flex;
            border-bottom: 1px solid #E5E7EB;
            margin-bottom: 1rem;
            overflow-x: auto;
        }
        
        .modal-wait-finalize-buy-tab-button {
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin-right: 0.5rem;
            white-space: nowrap;
        }
        
        .modal-select-address {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-select-address-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-select-address-content {
                padding: 1rem;
            }
        }
        
        .modal-select-address-close {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }
        
        .modal-select-address-tab {
            display: none;
        }
        
        .modal-select-address-tab.active {
            display: block;
        }
        
        .modal-select-address-tabs {
            display: flex;
            border-bottom: 1px solid #E5E7EB;
            margin-bottom: 1rem;
            overflow-x: auto;
        }
        
        .modal-select-address-tab-button {
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin-right: 0.5rem;
            white-space: nowrap;
        }
        
        .modal-buy {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-buy-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            max-width: 400px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-buy-content {
                padding: 1rem;
            }
        }
        
        .modal-buy-close {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }
        
        .modal-buy-tab {
            display: none;
        }
        
        .modal-buy-tab.active {
            display: block;
        }
        
        .modal-buy-tabs {
            display: flex;
            border-bottom: 1px solid #E5E7EB;
            margin-bottom: 1rem;
            overflow-x: auto;
        }
        
        .modal-buy-tab-button {
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin-right: 0.5rem;
            white-space: nowrap;
        }
        
        .modal-see {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-see-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            min-width: 600px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-see-content {
                padding: 1rem;
            }
        }
        
        .modal-see-close {
            position: fixed;
            top: 2rem;
            right: 2rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }


        .modal-editar-informacoes-sistema-escolar {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-editar-informacoes-sistema-escolar-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            min-width: 600px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-editar-informacoes-sistema-escolar-content {
                padding: 1rem;
            }
        }
        
        .modal-editar-informacoes-sistema-escolar-close {
            position: absolute;
            top: 0.5rem;
            right: 2rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }

        .modal-editar-informacoes-sistema-caixa {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            box-sizing: border-box;
        }
        
        .modal-editar-informacoes-sistema-caixa-content {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            width: 100%;
            min-width: 600px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @media (max-width: 480px) {
            .modal-editar-informacoes-sistema-caixa-content {
                padding: 1rem;
            }
        }
        
        .modal-editar-informacoes-sistema-caixa-close {
            position: absolute;
            top: 0.5rem;
            right: 2rem;
            font-size: 1.5rem;
            cursor: pointer;
            color: #6B7280;
        }
        
        .see-tab {
            display: none;
        }
        
        .see-tab.active {
            display: block;
        }
        
        .see-tabs {
            display: flex;
            border-bottom: 1px solid #E5E7EB;
            margin-bottom: 1rem;
            overflow-x: auto;
        }
        
        .see-tab-button {
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin-right: 0.5rem;
            white-space: nowrap;
        }
        
        .menu-mobile {
            display: none;
        }
        
        @media (max-width: 767px) {
            .menu-desktop {
                display: none;
            }
            .menu-mobile {
                display: block;
            }
        }
        
        /* Ajustes para textos em telas pequenas */
        .banner-text h2 {
            font-size: 1.5rem;
            line-height: 2rem;
        }
        
        @media (min-width: 640px) {
            .banner-text h2 {
                font-size: 2.25rem;
                line-height: 2.5rem;
            }
        }
        
        @media (min-width: 1024px) {
            .banner-text h2 {
                font-size: 3rem;
                line-height: 1;
            }
        }
        
        /* Top Bar com degrade azul-verde */
        .top-bar-gradient {
            background: linear-gradient(90deg, #2563EB 0%, #10B981 100%);
        }

        /* Botões com degrade azul-verde */
        .btn-secondary {
            background: #10B981;
            border: none;
            transition: all 0.3s ease;
        }
        /* Efeito hover para os botões */
        .btn-secondary:hover {
            background: #0CA678;
            transform: translateY(-2px);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }


        .btn-gradient, 
        #login-button,
        .back-to-top,
        .modal-tab-button.active {
            background: linear-gradient(90deg, #2563EB 0%, #10B981 100%);
            border: none;
            transition: all 0.3s ease;
        }

        /* Efeito hover para os botões */
        .btn-gradient:hover, 
        #login-button:hover,
        .back-to-top:hover {
            background: linear-gradient(90deg, #1D4ED8 0%, #0CA678 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        /* Caixa de contato com degrade */
        .contact-gradient {
            background: linear-gradient(90deg, #2563EB 0%, #10B981 100%);
        }

        .gradient-blue-green {

            background: linear-gradient(90deg, #2563EB 0%, #10B981 100%);
        }

        /* Banner com overlay de degrade */
        .banner-overlay {
            background: linear-gradient(90deg, rgba(37, 99, 235, 0.6) 0%, rgba(16, 185, 129, 0.6) 100%);
        }

        /* Footer com degrade */
        .footer-gradient {
            background: linear-gradient(90deg, #2563EB 0%, #10B981 100%);
        }
        
        .tituloBanner {

  margin: 0 auto;

  position:absolute; 

  background-color:rgba(0,0,0,.6); 

  padding:5px; 

  text-align:center; 

  width:307px; 

  display:none;

  color:#FFFFFF; 

  font-weight:bold; 

  font-size:16px; 

  font-family:Verdana;

}



.linkBanner:hover .tituloBanner {

    display:block;

}

/* max-width  */

@media screen and (max-width: 600px) {

   .tituloBanner {

      position:absolute; 

      background-color:rgba(0,0,0,.6); 

      padding:5px; 

      text-align:center; 

      display: block;

      width:95%; 

      color:#FFFFFF; 

      font-weight:bold; 

      font-size:16px; 

      font-family:Verdana

  }

  .tituloBanner:hover {

      display:block;

  }

}        /* Estilos personalizados para responsividade */
        .banner-container {
            height: 300px;
        }
        
        @media (min-width: 640px) {
            .banner-container {
                height: 400px;
            }
        }
        
        @media (min-width: 1024px) {
            .banner-container {
                height: 500px;
            }
        }
        
        .banner {
            transition: opacity 0.5s ease-in-out;
        }/* Gradientes azul-verde */
        .gradient-blue-green {
            background: linear-gradient(135deg, #1E40AF 0%, #0EA5E9 50%, #059669 100%);
        }
        
        .gradient-green-blue {
            background: linear-gradient(135deg, #059669 0%, #0EA5E9 50%, #1E40AF 100%);
        }
        
        .gradient-subtle {
            background: linear-gradient(135deg, #DBEAFE 0%, #D1FAE5 100%);
        } /* Banner entre seções */
        .section-banner {
            width: 100%;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 50px 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }
        
        .banner-content {
            text-align: center;
            padding: 25px;
            color: white;
        }
        
        .banner-content h3 {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 10px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }
        
        .banner-content p {
            font-size: 1.2rem;
            opacity: 0.95;
        }
        /* Feature icons */
        .feature-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 1.8rem;
        }
        .bg-gradient-subtle {
            background: linear-gradient(135deg, #DBEAFE 0%, #D1FAE5 100%);
        }
        
        .bg-gradient-header {
            background: linear-gradient(90deg, #1E40AF 0%, #10B981 100%);
        }
        
        .bg-gradient-section {
            background: linear-gradient(120deg, #DBEAFE 0%, #D1FAE5 50%, #BFDBFE 100%);
        }
        
        .bg-gradient-footer {
            background: linear-gradient(90deg, #1E3A8A 0%, #065F46 100%);
        }
        .text-blue-primary{
            color:#3277E2;
        }
        .newsletter-container {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            padding: 2rem;
            border-radius: 12px;
            margin: 2rem 0;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
        }
        .newsletter-title {
            font-size: 1.875rem;
            font-weight: bold;
            color: #1e293b;
            margin-bottom: 1rem;
            text-align: center;
        }
        .newsletter-description {
            color: #64748b;
            margin-bottom: 1.5rem;
            text-align: center;
            font-size: 1.125rem;
        }
        .newsletter-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 28rem;
            margin: 0 auto;
        }
        .email-input {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid #d1d5db;
            border-radius: 0.375rem;
            font-size: 1rem;
            box-sizing: border-box;
        }
        .email-input:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
        }
        .captcha-container {
            display: flex;
            justify-content: center;
            margin: 1rem 0;
        }
        .submit-button {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            color: white;
            border: none;
            border-radius: 0.375rem;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            align-self: center;
        }
        .submit-button:hover {
            background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
        }
        .cart-item {
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(20px);
        }
        .cart-item.show {
            opacity: 1;
            transform: translateY(0);
        }
        .cart-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        .quantity-btn {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e5e7eb;
            background-color: #f9fafb;
            cursor: pointer;
            user-select: none;
            transition: all 0.2s ease;
        }
        .quantity-btn:hover {
            background-color: #e5e7eb;
            transform: scale(1.05);
        }
        .quantity-input {
            width: 40px;
            height: 30px;
            text-align: center;
            border: 1px solid #e5e7eb;
            margin: 0 5px;
            transition: all 0.2s ease;
        }
        .quantity-input:focus {
            border-color: #3B82F6;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
        }
        .empty-cart2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 3rem 1rem;
            padding:10px;
            text-align: center;
            opacity: 0;
            transform: scale(0.9);
            transition: all 0.5s ease;
        }
        .empty-cart2.show {
            opacity: 1;
            transform: scale(1);
        }
        .summary-box {
            opacity: 0;
            transform: translateX(20px);
            transition: all 0.6s ease 0.3s;
        }
        .summary-box.show {
            opacity: 1;
            transform: translateX(0);
        }
        .page-title {
            opacity: 0;
            transform: translateY(-20px);
            transition: all 0.5s ease;
        }
        .page-title.show {
            opacity: 1;
            transform: translateY(0);
        }
        .breadcrumb {
            opacity: 0;
            transition: all 0.4s ease;
        }
        .breadcrumb.show {
            opacity: 1;
        }
        .btn-hover-effect {
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .btn-hover-effect:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 5px;
            height: 5px;
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            border-radius: 100%;
            transform: scale(1, 1) translate(-50%);
            transform-origin: 50% 50%;
        }
        .btn-hover-effect:hover:after {
            animation: ripple 1s ease-out;
        }
        @keyframes ripple {
            0% {
                transform: scale(0, 0);
                opacity: 0.5;
            }
            100% {
                transform: scale(30, 30);
                opacity: 0;
            }
        }
        .pulse {
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
            }
        }
        .fade-in {
            animation: fadeIn 0.8s ease forwards;
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        .slide-in-left {
            animation: slideInLeft 0.8s ease forwards;
        }
        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        .slide-in-right {
            animation: slideInRight 0.8s ease forwards;
        }
        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        .slide-in-bottom {
            animation: slideInBottom 0.8s ease forwards;
        }
        @keyframes slideInBottom {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .bounce-in {
            animation: bounceIn 0.8s ease forwards;
        }
        @keyframes bounceIn {
            0% {
                opacity: 0;
                transform: scale(0.3);
            }
            50% {
                opacity: 1;
                transform: scale(1.05);
            }
            70% {
                transform: scale(0.9);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        /* Animações de aparecimento gradual */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Delay para animação em sequência */
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-600 { transition-delay: 0.6s; }
.delay-700 { transition-delay: 0.7s; }
.delay-800 { transition-delay: 0.8s; }
.delay-900 { transition-delay: 0.9s; }

/* Para elementos que devem aparecer da esquerda */
.slide-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Para elementos que devem aparecer da direita */
.slide-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Para elementos que devem aparecer com zoom */
.zoom-in {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.zoom-in.visible {
    opacity: 1;
    transform: scale(1);
}

.banner-container {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.banner-control {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
        .fade-in {
            animation: fadeIn 0.5s ease-in;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        /* Estilos para o comprovante */
        .receipt-container {
            background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
            border-radius: 12px;
        }
        
        .receipt-header {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        
        .status-badge {
            padding: 0.35rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .divider {
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #d1d5db 50%, transparent 100%);
            margin: 1.5rem 0;
        }
        
        .print-only {
            display: none;
        }
        
        @media print {
            body * {
                visibility: hidden;
            }
            .receipt-printable, .receipt-printable * {
                visibility: visible;
            }
            .receipt-printable {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
            }
            .no-print {
                display: none !important;
            }
            .print-only {
                display: block;
            }
            .receipt-container {
                box-shadow: none;
                background: white;
            }
        }
        
        .timeline {
            position: relative;
            padding-left: 2rem;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: #3b82f6;
        }
        
        .timeline-step {
            position: relative;
            margin-bottom: 1.5rem;
        }
        
        .timeline-step::before {
            content: '';
            position: absolute;
            left: -2rem;
            top: 0.35rem;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #3b82f6;
            border: 2px solid white;
            box-shadow: 0 0 0 2px #3b82f6;
        }
        
        .timeline-step.completed::before {
            background-color: #10b981;
            box-shadow: 0 0 0 2px #10b981;
        }

        
        /* Estilos para a central do cliente */
        .client-menu-item {
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
        }
        
        .client-menu-item:hover {
            background-color: #f0f7ff;
            border-left-color: #2563EB;
        }
        
        .client-menu-item.active {
            background-color: #f0f7ff;
            border-left-color: #2563EB;
        }
        
        .avatar-upload {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .avatar-upload-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .avatar-upload:hover .avatar-upload-overlay {
            opacity: 1;
        }

        
        .client-menu-item {
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
        }
        
        .client-menu-item:hover {
            background-color: #f0f7ff;
            border-left-color: #2563EB;
        }
        
        .client-menu-item.active {
            background-color: #f0f7ff;
            border-left-color: #2563EB;
        }
        
        .address-card {
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
        }
        
        .address-card:hover {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .address-card.default {
            border-color: #2563EB;
            border-width: 2px;
        }
        
        .default-badge {
            background-color: #10B981;
            color: white;
        }

        .order-card {
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
        }
        
        .order-card:hover {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .status-badge {
            padding: 0.35rem 0.75rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .status-processing {
            background-color: #FEF3C7;
            color: #92400E;
        }
        
        .status-approved {
            background-color: #D1FAE5;
            color: #065F46;
        }
        
        .status-shipped {
            background-color: #DBEAFE;
            color: #1E40AF;
        }
        
        .status-delivered {
            background-color: #D1FAE5;
            color: #065F46;
        }
        
        .status-cancelled {
            background-color: #FEE2E2;
            color: #B91C1C;
        }
        
        .timeline {
            position: relative;
            padding-left: 2rem;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: #3b82f6;
        }
        
        .timeline-step {
            position: relative;
            margin-bottom: 1.5rem;
        }
        
        .timeline-step::before {
            content: '';
            position: absolute;
            left: -2rem;
            top: 0.35rem;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #3b82f6;
            border: 2px solid white;
            box-shadow: 0 0 0 2px #3b82f6;
        }
        
        .timeline-step.completed::before {
            background-color: #10b981;
            box-shadow: 0 0 0 2px #10b981;
        }
        
        .filter-button {
            transition: all 0.3s ease;
        }
        
        .filter-button.active {
            background-color: #2563EB;
            color: white;
        }

        .messages-container {
            margin-top: 2rem;
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            overflow: hidden;
        }
        
        .messages-header {
            background-color: #f3f4f6;
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #e5e7eb;
            font-weight: 600;
        }
        
        .messages-body {
            padding: 1.5rem;
            max-height: 300px;
            overflow-y: auto;
        }
        
        .message {
            margin-bottom: 1.5rem;
            display: flex;
        }
        
        .message.client {
            flex-direction: row-reverse;
        }
        
        .message-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #3b82f6;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 0.75rem;
            flex-shrink: 0;
        }
        
        .message.client .message-avatar {
            background-color: #8b5cf6;
        }
        
        .message-content {
            max-width: 70%;
            background-color: #f3f4f6;
            padding: 0.75rem 1rem;
            border-radius: 1rem;
            position: relative;
        }
        
        .message.client .message-content {
            background-color: #e0e7ff;
        }
        
        .message-meta {
            font-size: 0.75rem;
            color: #6b7280;
            margin-top: 0.25rem;
        }
        
        .message-form {
            padding: 1rem 1.5rem;
            border-top: 1px solid #e5e7eb;
            background-color: #f9fafb;
        }
        
        .message-input {
            width: 100%;
            padding: 0.75rem;
            border: 1px solid #d1d5db;
            border-radius: 0.375rem;
            resize: none;
            margin-bottom: 0.75rem;
            font-family: inherit;
        }
        
        .message-submit {
            background-color: #3b82f6;
            color: white;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 0.375rem;
            cursor: pointer;
            font-weight: 500;
        }
        
        .message-submit:hover {
            background-color: #2563eb;
        }

        /* Login page specific */
        .login-container {
            min-height: calc(100vh - 200px);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .login-card {
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        
        .login-card:hover {
            transform: translateY(-5px);
        }
        
        .login-header {
            background: linear-gradient(135deg, #1D4ED8 0%, #059669 100%);
        }
        
        .social-login-btn {
            transition: all 0.3s ease;
        }
        
        .social-login-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .divider {
            display: flex;
            align-items: center;
            text-align: center;
            color: #6B7280;
        }
        
        .divider::before,
        .divider::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #E5E7EB;
        }
        
        .divider::before {
            margin-right: .5em;
        }
        
        .divider::after {
            margin-left: .5em;
        }

        
        
        .password-strength {
            height: 6px;
            background-color: #E5E7EB;
            border-radius: 3px;
            overflow: hidden;
            margin-top: 0.5rem;
        }
        
        .password-strength-fill {
            height: 100%;
            border-radius: 3px;
            transition: all 0.3s ease;
        }
        
        .password-weak {
            background-color: #EF4444;
            width: 33%;
        }
        
        .password-medium {
            background-color: #F59E0B;
            width: 66%;
        }
        
        .password-strong {
            background-color: #10B981;
            width: 100%;
        }
        
        .password-check {
            transition: all 0.3s ease;
        }
        
        .password-check.valid {
            color: #10B981;
        }
        
        .password-check.invalid {
            color: #6B7280;
        }
        
        .input-error {
            border-color: #EF4444;
        }
        
        .error-message {
            color: #EF4444;
            font-size: 0.875rem;
            margin-top: 0.25rem;
        }
        
        .avatar-container {
            position: relative;
            display: inline-block;
        }
        
        .avatar-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            cursor: pointer;
        }
        
        .avatar-container:hover .avatar-overlay {
            opacity: 1;
        }
        
        .avatar-options {
            transition: all 0.3s ease;
            max-height: 0;
            overflow: hidden;
        }
        
        .avatar-options.open {
            max-height: 200px;
        }
        
        .avatar-preview {
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }
        
        .avatar-preview.selected {
            border-color: #2563EB;
            transform: scale(1.05);
        }
        
        .cropper-container {
            max-width: 100%;
            margin: 0 auto;
        }
        
        .cropper-preview {
            width: 100%;
            height: 300px;
            overflow: hidden;
            margin-bottom: 1rem;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
        }

        .banner-control.active {
            background-color: white;
            transform: scale(1.2);
        }

        /* Transição suave para a opacidade dos banners */
        .banner {
            transition: opacity 1s ease-in-out;
        }
        .progress-bar {
            height: 8px;
            background-color: #e5e7eb;
            border-radius: 4px;
            overflow: hidden;
            margin-top: 4px;
        }
        
        .progress-fill {
            height: 100%;
            border-radius: 4px;
            background: linear-gradient(90deg, #10B981 0%, #34D399 100%);
            transition: width 0.5s ease-in-out;
        }
        
        .progress-fill-minor {
            height: 100%;
            border-radius: 4px;
            background: linear-gradient(90deg, hsl(0, 99%, 32%) 0%, #700000 100%);
            transition: width 0.5s ease-in-out;
        }
        
        .nota-badge {
            display: inline-flex;
            align-items: center;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 500;
            margin-top: 4px;
        }
        
        .nota-100-badge {
            background-color: #dcfce7;
            color: #166534;
        }
        
        .nota-90-badge {
            background-color: #dbeafe;
            color: #1e40af;
        }
        
        .nota-80-badge {
            background-color: #fef3c7;
            color: #92400e;
        }
        
        .nota-60-badge {
            background-color: #fee2e2;
            color: #991b1b;
        }
        
        .nota-50-badge, .nota-40-badge, .nota-30-badge, .nota-20-badge, .nota-10-badge, .nota-0-badge {
            background-color: #fef2f2;
            color: #dc2626;
            border: 1px solid #fecaca;
        }
        
        .star-rating {
            color: #F59E0B;
            margin-left: 4px;
        }
        
        /* Modal de Gabarito */
        .modal-gabarito {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5);
            animation: fadeIn 0.3s;
        }
        
        .modal-gabarito-content {
            background-color: #fefefe;
            margin: 2% auto;
            padding: 0;
            border-radius: 8px;
            width: 90%;
            max-width: 800px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            transform: scale(0.9);
            opacity: 0;
            transition: transform 0.3s ease, opacity 0.3s ease;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        .modal-gabarito-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            padding: 10px 15px;
            cursor: pointer;
        }
        
        .modal-gabarito-close:hover {
            color: #000;
        }
        
        /* Animações para os cards de e-books */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .ebook-card {
            animation: slideIn 0.5s ease forwards;
        }
        
        /* Estilo para a paginação ativa */
        .pagination-active {
            background-color: #2563eb;
            color: white;
            border-color: #2563eb;
        }
        
        /* Destaque para nota 100 */
        .nota-100 {
            position: relative;
            border: 2px solid #f59e0b;
            box-shadow: 0 0 15px rgba(245, 158, 11, 0.3);
        }
        
        .nota-100::before {
            content: "NOTA MÁXIMA";
            position: absolute;
            top: -10px;
            right: 10px;
            background-color: #f59e0b;
            color: white;
            font-size: 0.7rem;
            font-weight: bold;
            padding: 3px 8px;
            border-radius: 4px;
            z-index: 10;
        }
        
        .nota-100-badge {
            background-color: #fef3c7;
            color: #92400e;
            border: 1px solid #f59e0b;
        }
        
        .trophy-icon {
            color: #f59e0b;
        }
        
        /* Estilo para as questões no gabarito */
        .question-number {
            background-color: #2563eb;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 10px;
        }
        /* Estilos para o modal de avaliações */
        .modal-avaliacoes {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.5);
        }
        
        .modal-content-avaliacoes {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border-radius: 8px;
            width: 90%;
            max-width: 800px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            position: relative;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        .close-avaliacoes {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: 10px;
        }
        
        .close-avaliacoes:hover {
            color: #000;
        }
        
        .avaliacao-geral {
            background: linear-gradient(135deg, #2563EB, #10B981);
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .avaliacao-nota {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .avaliacao-estrelas-geral {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        
        .avaliacao-total {
            font-size: 1rem;
            opacity: 0.9;
        }
        
        .avaliacao-item {
            border-bottom: 1px solid #eee;
            padding: 15px 0;
            position: relative;
        }
        
        .avaliacao-item:last-child {
            border-bottom: none;
        }
        
        .avaliacao-nome {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .avaliacao-estrelas {
            color: #FFD700;
            margin-bottom: 10px;
        }
        
        .avaliacao-texto {
            color: #555;
            line-height: 1.5;
        }
        
        .avaliacao-data {
            font-size: 0.8rem;
            color: #888;
            margin-top: 5px;
        }
        
        .avaliacao-acoes {
            position: absolute;
            top: 15px;
            right: 0;
            display: flex;
            gap: 10px;
        }
        
        .btn-editar-avaliacao, .btn-excluir-avaliacao {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            padding: 5px;
            border-radius: 3px;
            transition: all 0.3s ease;
        }
        
        .btn-editar-avaliacao {
            color: #2563EB;
        }
        
        .btn-editar-avaliacao:hover {
            background-color: #2563EB;
            color: white;
        }
        
        .btn-excluir-avaliacao {
            color: #EF4444;
        }
        
        .btn-excluir-avaliacao:hover {
            background-color: #EF4444;
            color: white;
        }
        
        .btn-nova-avaliacao {
            background: linear-gradient(135deg, #2563EB, #10B981);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            margin: 10px 0;
            transition: all 0.3s ease;
        }
        
        .btn-nova-avaliacao:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .modal-tabs-avaliacoes {
            display: flex;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
        }
        
        .modal-tab-button-avaliacoes {
            padding: 10px 20px;
            background: none;
            border: none;
            cursor: pointer;
            font-weight: bold;
            border-bottom: 3px solid transparent;
        }
        
        .modal-tab-button-avaliacoes.active {
            border-bottom: 3px solid #2563EB;
            color: #2563EB;
        }
        
        .modal-tab-avaliacoes {
            display: none;
        }
        
        .modal-tab-avaliacoes.active {
            display: block;
        }
        
        .form-avaliacao {
            margin-top: 20px;
        }
        
        .form-group {
            margin-bottom: 15px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        
        .form-group input, .form-group textarea, .form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-sizing: border-box;
        }
        
        .estrelas-avaliacao {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            margin-bottom: 10px;
        }
        
        .estrelas-avaliacao input {
            display: none;
        }
        
        .estrelas-avaliacao label {
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
            margin-right: 5px;
        }
        
        .estrelas-avaliacao input:checked ~ label,
        .estrelas-avaliacao label:hover,
        .estrelas-avaliacao label:hover ~ label {
            color: #FFD700;
        }
        
        .form-buttons {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }
        
        .btn-cancelar {
            background: #6B7280;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        .btn-cancelar:hover {
            background: #4B5563;
        }
        
        .modal-confirmacao {
            display: none;
            position: fixed;
            z-index: 1001;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        
        .modal-confirmacao-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border-radius: 8px;
            width: 90%;
            max-width: 400px;
            text-align: center;
        }
        
        .modal-confirmacao-buttons {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }
        
        .btn-confirmar {
            background: #EF4444;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
        }
        
        .btn-cancelar-confirmacao {
            background: #6B7280;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
        }
        
        .avaliacao-titulo {
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        /* Estilos para os badges */
        .badge-blue {
            background-color: #dbeafe;
            color: #1e40af;
        }
        
        .badge-green {
            background-color: #d1fae5;
            color: #065f46;
        }
        
        .badge-orange {
            background-color: #ffedd5;
            color: #9a3412;
        }
        
        .badge-purple {
            background-color: #f3e8ff;
            color: #7e22ce;
        }
        
        .badge-red {
            background-color: #fee2e2;
            color: #991b1b;
        }
        
        /* Estilos para o modal de comentários */
        .modal-comentarios {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.5);
        }
        
        .modal-comentarios-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 0;
            border-radius: 8px;
            width: 90%;
            max-width: 800px;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            animation: modalFadeIn 0.3s;
        }
        
        @keyframes modalFadeIn {
            from { opacity: 0; transform: translateY(-50px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .modal-comentarios-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            border-bottom: 1px solid #e5e7eb;
            background-color: #f8fafc;
            border-radius: 8px 8px 0 0;
        }
        
        .modal-comentarios-body {
            padding: 20px;
            max-height: 70vh;
            overflow-y: auto;
        }
        
        .close-comentarios {
            color: #6b7280;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s;
        }
        
        .close-comentarios:hover {
            color: #374151;
        }
        
        /* Estilos para comentários */
        .comentario-card {
            background: white;
            border-radius: 0.5rem;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border-left: 4px solid #2563EB;
        }
        
        .comentario-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }
        
        .comentario-usuario {
            font-weight: 600;
            color: #1f2937;
        }
        
        .comentario-data {
            color: #6b7280;
            font-size: 0.875rem;
        }
        
        .comentario-texto {
            color: #374151;
            line-height: 1.6;
        }
        
        .sem-comentarios {
            text-align: center;
            padding: 3rem;
            color: #6b7280;
        }
        .estrelas-ativas {
            display: inline-flex;
            direction: rtl; /* Para permitir seleção da direita para esquerda */
        }

        .estrelas-ativas .estrela {
            cursor: pointer;
            font-size: 1.2rem;
            color: #d1d5db; /* Cor padrão para estrelas não selecionadas */
            transition: color 0.2s;
        }

        .estrelas-ativas .estrela:hover,
        .estrelas-ativas .estrela:hover ~ .estrela {
            color: #fbbf24; /* Cor ao passar o mouse */
        }

        .estrelas-ativas .estrela.ativa {
            color: #f59e0b; /* Cor para estrelas ativas */
        }

        .avaliacao-badge {
            display: inline-flex;
            align-items: center;
        }

        /* Estilos para o sistema de avaliação nos comentários */
        .estrelas-avaliacao-comentario input:checked + label {
            color: #fbbf24;
        }

        .estrelas-avaliacao-comentario label.active {
            color: #fbbf24;
        }

        .avaliacao-estrelas-geral i.active {
            color: #fbbf24;
        }

        .comentario-item {
            border-bottom: 1px solid #e5e7eb;
            padding: 1.5rem 0;
        }

        .comentario-item:last-child {
            border-bottom: none;
        }

        .estrelas-comentario {
            color: #fbbf24;
        }

        
        
        .avaliacao-geral {
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 24px;
        }
        
        .avaliacao-numero {
            font-size: 48px;
            font-weight: bold;
            color: #1e40af;
        }
        
        .progress-bar-container {
            height: 8px;
            background-color: #e5e7eb;
            border-radius: 4px;
            margin: 8px 0;
            overflow: hidden;
        }
        
        .progress-bar {
            height: 100%;
            background-color: #fbbf24;
            border-radius: 4px;
        }

        .estrela {
            color: #fbbf24;
        }
        
        .estrela-vazia {
            color: #d1d5db;
        }
        .nota-avaliador {
            background: #3b82f6;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: bold;
            margin-left: 8px;
        }
/* Estilos do Banner Flutuante */
.floating-banner {
    position: fixed;
    width: 300px;
    height: 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow: hidden;
    transition: top 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.6s ease;
    opacity: 0;
    pointer-events: none;
}

.floating-banner.visible {
    opacity: 1;
    pointer-events: auto;
}

.floating-banner.moving {
    pointer-events: none;
}

.floating-banner:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease, top 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
}

.banner-content2 {
    display: none;
    width: 100%;
    height: 100%;
}

.banner-content2.active {
    display: block;
}

.banner-content2 a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.banner-content2 img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.close-banner2 {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    z-index: 1001;
}

.close-banner2:hover {
    background: rgba(0, 0, 0, 0.9);
}

/* Responsividade */
@media (max-width: 768px) {
    .floating-banner {
        width: 250px;
        height: 250px;
    }
    
    .banner-content2 img {
        width: 100%;
    }
}


        /* Estilos do Sistema de Feriados */
        .feriado-banner {
            position: fixed;
            top: 0;
            right: 0;
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 12px 20px;
            box-shadow: 0 4px 15px rgba(238, 90, 36, 0.3);
            z-index: 10000;
            animation: slideDownFeriado 0.5s ease-out;
            border-bottom: 3px solid #ff9ff3;
            width: 300px;
            float: right;
            left:78%;
            cursor: pointer;
        }

        .feriado-banner:hover {
            background: linear-gradient(135deg, #ff5252, #e74c3c);
        }

        .feriado-content {
            display: flex;
            align-items: center;
            gap: 15px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .feriado-icon {
            font-size: 20px;
            animation: bounce 2s infinite;
        }

        .feriado-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .feriado-text strong {
            font-size: 16px;
            margin-bottom: 2px;
        }

        .feriado-text span {
            font-size: 14px;
            opacity: 0.9;
        }

        .view-details-link {
            font-size: 11px !important;
            opacity: 0.7;
            margin-top: 2px !important;
            text-decoration: underline;
        }

        .feriado-actions {
            display: flex;
            align-items: center;
        }

        .close-feriado {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            transition: all 0.3s ease;
        }

        .close-feriado:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .feriado-comments-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 10001;
            animation: fadeIn 0.3s ease;
        }

        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 16px;
            width: 90%;
            max-width: 700px;
            max-height: 85vh;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .modal-header {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h3 {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.4em;
        }

        .close-modal {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .close-modal:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        .modal-body {
            padding: 0;
            max-height: 70vh;
            overflow-y: auto;
        }

        .feriado-info-section {
            padding: 25px;
            background: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
        }

        .feriado-details {
            text-align: center;
        }

        .feriado-date {
            font-size: 16px;
            color: #666;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .feriado-description {
            font-size: 15px;
            color: #555;
            line-height: 1.5;
            max-width: 600px;
            margin: 0 auto;
        }

        .comments-section {
            padding: 25px;
        }

        .comments-section h4 {
            color: #333;
            margin-bottom: 20px;
            font-size: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .comments-list {
            margin-bottom: 30px;
            max-height: 300px;
            overflow-y: auto;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 15px;
            background: #fafafa;
        }

        .comment-item {
            background: white;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 12px;
            border-left: 4px solid #ff6b6b;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .comment-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }

        .comment-author {
            font-weight: bold;
            color: #333;
        }

        .comment-date {
            font-size: 12px;
            color: #666;
        }

        .comment-text {
            color: #555;
            line-height: 1.4;
            margin-bottom: 8px;
        }

        .comment-celebration {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 12px;
            color: #666;
            background: #e9ecef;
            padding: 2px 8px;
            border-radius: 12px;
        }

        .add-comment-section {
            border-top: 2px solid #eee;
            padding-top: 20px;
        }

        .add-comment-section h4 {
            color: #333;
            margin-bottom: 15px;
        }

        .comment-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .form-group label {
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }

        .form-group input,
        .form-group textarea {
            padding: 10px 12px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 14px;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #ff6b6b;
            box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.1);
        }

        .celebration-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: 5px;
        }

        .celebration-option {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border: 1px solid #ddd;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .celebration-option:hover {
            border-color: #ff6b6b;
            background: #fff5f5;
        }

        .celebration-option input[type="radio"] {
            margin: 0;
        }

        .celebration-option i {
            color: #ff6b6b;
            width: 16px;
        }

        .btn-submit-comment {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .btn-submit-comment:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
        }

        .empty-comments {
            text-align: center;
            padding: 40px 20px;
            color: #666;
        }

        .empty-comments i {
            font-size: 48px;
            color: #ddd;
            margin-bottom: 15px;
        }

        @keyframes slideDownFeriado {
            from {
                transform: translateY(-100%);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-5px);
            }
            60% {
                transform: translateY(-3px);
            }
        }

        @media (max-width: 768px) {
            .feriado-banner{
                left:20%
            }

            .feriado-content {
                flex-wrap: wrap;
                gap: 8px;
            }
            
            .celebration-options {
                grid-template-columns: 1fr;
            }
            
            .modal-content {
                width: 95%;
                height: 90vh;
                max-height: 90vh;
            }
        }
/* Estilos para os botões de editar/excluir */
.comment-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    justify-content: flex-end;
}

.btn-edit, .btn-delete {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn-edit {
    background: #3B82F6;
    color: white;
}

.btn-edit:hover {
    background: #2563EB;
    transform: translateY(-1px);
}

.btn-delete {
    background: #EF4444;
    color: white;
}

.btn-delete:hover {
    background: #DC2626;
    transform: translateY(-1px);
}

/* Modal de Edição */
.edit-comment-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10002;
    animation: fadeIn 0.3s ease;
}

.edit-comment-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
}

.edit-comment-header {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: white;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edit-comment-header h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.close-edit-modal {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-comment-body {
    padding: 25px;
}

/* Modal de Confirmação de Exclusão */
.delete-confirm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10003;
    animation: fadeIn 0.3s ease;
}

.delete-confirm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    padding: 0;
}

.delete-confirm-header {
    background: linear-gradient(135deg, #EF4444, #DC2626);
    color: white;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.delete-confirm-body {
    padding: 25px;
    text-align: center;
}

.delete-confirm-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.btn-confirm-delete {
    background: #EF4444;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.btn-cancel-delete {
    background: #6B7280;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

/* Estados de edição */
.comment-item.editing {
    border-left: 4px solid #3B82F6;
    background: #f0f9ff;
}

.comment-text.editable {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    background: white;
    min-height: 80px;
    resize: vertical;
}

/* Loading states */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.success-message {
    background: #10B981;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 10px 0;
    text-align: center;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#balloon-tooltip {
    position: fixed;
    pointer-events: none;
    z-index: 2147483647 !important;
    opacity: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
    transform: translate3d(0, 0, 0);
}
#balloon-tooltip.visible {
    opacity: 1;
}
#balloon-tooltip .balloon-tooltip-content {
    max-width: 280px;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    background: rgba(15, 23, 42, 0.95);
    color: #f8fafc;
    font-size: 0.85rem;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
    word-break: break-word;
    position: relative;
}
#balloon-tooltip.tail-top .balloon-tooltip-content::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(15, 23, 42, 0.95);
}
#balloon-tooltip.tail-bottom .balloon-tooltip-content::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(15, 23, 42, 0.95);
}
@media (max-width: 768px) {
    #balloon-tooltip .balloon-tooltip-content {
        max-width: 220px;
        text-align: left;
    }
}
[data-title]:hover {
    opacity: 0.9;
}