@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;800;900&display=swap);:root{--font-Raleway:"Raleway",sans-serif;--font-Montserrat:"Montserrat",sans-serif;--primary:#00b277;--secondary:#2c3e50;--green-color:#0c7426;--black-color:#000;--warning-color:#deec12;--grey-2:#777;--white-color:#fff;--red-color:#d42323}.btn-secondary{background-color:#2c3e50;background-color:var(--secondary)}.btn-secondary,.btn-warning{color:#fff;color:var(--white-color)}.btn-warning{background-color:#deec12;background-color:var(--warning-color)}.btn-cancel{background-color:#d42323;background-color:var(--red-color)}a{color:#000;color:var(--black-color);text-decoration:none}ul li{list-style:none;text-align:start}.txt-center{text-align:center}body{margin:0;padding:0}button{transition:transform .8s ease}.btn-container{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:20px}*{box-sizing:border-box;margin:0;padding:0}.container{align-items:center;display:flex;flex-direction:column}.App{width:100vw}.App,.authpage-container{display:flex;height:100vh;justify-content:center}.authpage-container{align-items:center;background-image:url(https://images.unsplash.com/photo-1610563166150-b34df4f3bcd6?q=80&w=1076&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-position:50%;background-size:cover;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden;position:relative}.authpage-container:before{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.authpage-box{background:#ffffffe6;border-radius:12px;box-shadow:0 6px 20px #00000026;padding:30px;position:relative;transition:transform .3s ease-in-out;width:420px;z-index:2}.authpage-box:hover{transform:scale(1.05)}.authpage-box h2{color:#333;font-size:24px;text-align:center}.authpage-box h2,.authpage-form-group{margin-bottom:20px}.authpage-form-group label{color:#444;display:block;font-size:16px;margin-bottom:8px}.authpage-form-group input{border:2px solid #ddd;border-radius:8px;font-size:16px;outline:none;padding:12px;transition:all .3s ease;width:100%}.authpage-form-group input:focus{border-color:#00bb45;box-shadow:0 0 10px #00bb45}.authpage-btn{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:12px;transition:background-color .3s ease;width:100%}.authpage-btn,.authpage-btn:hover{background-color:#00bb45}.authpage-error{color:#e74c3c;font-size:14px;margin-bottom:15px;text-align:center}.authpage-footer{margin-top:30px;text-align:center}.authpage-footer .authpage-switch-tab{color:#00bb45;cursor:pointer;font-size:16px;transition:color .3s ease}.authpage-footer .authpage-switch-tab:hover{color:#00bb45}@media screen and (max-width:767px){.authpage-box{width:90%}}.header-container{background-color:#fff;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.header{align-items:center;box-shadow:0 2px 10px #0000001a;display:flex;height:70px;justify-content:space-between;padding:0 20px;position:relative}.logo-img{height:50px}.menu-icon{align-items:center;color:#333;cursor:pointer;display:flex;font-size:1.8rem;z-index:10}.nav{background-color:#f7f7f7;box-shadow:-2px 0 10px #0003;display:flex;flex-direction:column;height:100vh;padding:2rem 1rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:300px;z-index:9}.nav.open{transform:translateX(0)}.nav ul{display:flex;flex-direction:column;gap:20px;list-style:none;margin:0;padding:0}.nav ul li{font-size:1.2rem;font-weight:700}.nav ul li,.nav ul li a{align-items:center;display:flex}.nav ul li a{color:#333;gap:10px;text-decoration:none;transition:color .3s ease}.nav ul li a:hover{color:#0a74da}.icon{color:#00bb45;font-size:1.5rem}@media (min-width:768px){.nav{width:400px}}.dashboard-home{background-color:#f1f3f6;font-family:Roboto,sans-serif;height:100vh;margin-top:70px}.dashboard-home h1:last-of-type{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:2rem;text-align:start}.btn-cancel{background-color:#c0392b}.span-letter{color:#2980b9;font-size:1rem;font-weight:700;margin-left:5px}.span-letter:hover{cursor:pointer;text-decoration:underline}.btn-small{color:#2980b9;font-weight:700}.dashboard-home-title{color:#2c3e50;font-size:36px;font-weight:700;letter-spacing:1px;margin-bottom:40px;text-align:center;text-transform:uppercase;transition:color .3s ease}.dashboard-home-title:hover{color:#3498db}.dashboard-home-overview{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.dashboard-home-card{background-color:#fff;border:1px solid #ecf0f1;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;justify-content:space-between;max-width:350px;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:calc(50% - 20px)}.dashboard-home-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.dashboard-home-card h3{color:#34495e;font-size:28px;font-weight:700;margin-bottom:20px}.dashboard-home-card p{color:#7f8c8d;font-size:20px;margin:10px 0}.modal-contract{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:11}.modal-content{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0003;padding:30px;width:400px}.modal-content h2{color:#2c3e50;font-size:24px}.table-container{background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-top:40px}.boleto-table thead{background-color:#2c3e50;color:#fff}.boleto-table thead th{font-weight:700}.boleto-table tbody td{border-bottom:1px solid #ecf0f1;text-align:center}.boleto-table .no-data{color:#7f8c8d;font-size:18px;padding:20px 0;text-align:center}.status{border-radius:5px;font-size:14px;font-weight:700;padding:5px 10px;text-transform:uppercase}.status-pendente{background-color:#faea06;color:#000}.status-atrasado{background-color:#e74c3c;color:#fff}.status-pago{background-color:#2ecc71;color:#000}.download-button{background-color:#3498db;border-radius:5px;font-size:14px;padding:8px 15px;transition:background-color .3s ease,transform .2s ease}.download-button:hover{background-color:#2980b9}.download-button:focus{outline:none}.ticket-form-container{gap:1.5rem}.ticket-form-container,.ticket-form-field{display:flex;flex-direction:column}.ticket-form-field label{font-weight:700;margin-bottom:.5rem}.ticket-form-field select,.ticket-form-field textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;outline:none;padding:.8rem}.ticket-form-field select:focus,.ticket-form-field textarea:focus{border-color:#007bff;box-shadow:0 0 4px #007bff80}.ticket-form-actions{display:flex;gap:1rem;justify-content:space-between}.close-modal,.submit-ticket-button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.5rem;transition:background-color .3s ease}.submit-ticket-button{background-color:#28a745;color:#fff}.submit-ticket-button:hover{background-color:#218838}.close-modal{background-color:#dc3545;color:#fff}.close-modal:hover{background-color:#c82333}.modal-content h2{margin-bottom:20px}.modal-content ul{list-style-type:none;padding:0}.modal-content ul li{margin:10px 0}.span-letter{color:#007bff;cursor:pointer;text-decoration:underline}.span-letter:hover{color:#0056b3}.btn-cancel{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s ease}.btn-cancel:hover{background-color:#c82333}@media (max-width:768px){.dashboard-home h1:last-of-type{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;margin-bottom:5px;text-align:start}.column-status{display:none}.dashboard-home-overview{align-items:center;flex-direction:column;gap:0}.dashboard-home-card{margin-bottom:10px;width:90%}.dashboard-home-card h3{font-size:1.2rem}.dashboard-home-card p{font-size:1rem}.table-container{padding:0}.boleto-table td,.boleto-table th{font-size:12px;padding:8px}.boleto-table td button{align-items:center;display:flex;font-size:.6rem;height:10px;justify-content:center;width:10px}.ticket-form-container{padding:1rem;width:100%}.ticket-form-field label{font-size:.9rem}.ticket-form-field select,.ticket-form-field textarea{font-size:.9rem;padding:.7rem}.ticket-form-actions{flex-direction:column}.close-modal,.submit-ticket-button{margin:.5rem 0;width:100%}}.privacy-policy-container{background-color:#f7f9fc;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Roboto,Arial,sans-serif;line-height:1.6;margin:2rem auto;max-width:900px;padding:2rem}.privacy-policy-container h1{color:#0a74da;font-size:2.8rem;margin-bottom:1.5rem;text-align:center}.privacy-policy-container h2{color:#333;font-size:1.8rem;margin-top:1.5rem}.privacy-policy-container p{color:#555;font-size:1.1rem;margin-bottom:1rem}.privacy-policy-container ul{list-style-type:disc;margin-left:1.5rem}.privacy-policy-container ul li{margin-bottom:.5rem}.privacy-policy-container a{color:#0a74da;font-weight:700;text-decoration:none}.privacy-policy-container a:hover{text-decoration:underline}.footer-container{align-items:center;background-color:#333;color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;padding:50px 0;width:100vw}.footer-top{border-bottom:1px solid #444;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;max-width:90%;padding:20px 0}.footer-top h4{color:#00bb45;font-size:18px;margin-bottom:15px}.footer-address,.footer-links{flex:1 1}.footer-newsletter{flex:2 1;margin-bottom:20px}.footer-links ul,.footer-newsletter ul{list-style-type:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a,.footer-newsletter a{color:#fff;font-size:16px;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-newsletter a:hover{color:#00bb45}.footer-address p{font-size:16px;margin-bottom:10px}.footer-newsletter h4{color:#fff;font-size:18px;margin-bottom:15px}.footer-newsletter-form{display:flex;gap:10px;margin-top:10px}.footer-newsletter-form input{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px;width:80%}.footer-newsletter-form button{background-color:#00bb45;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px}.footer-newsletter-form button:hover{background-color:#007b33}.footer-error{color:red;font-size:14px;margin-top:10px}.footer-bottom{color:#ccc;font-size:14px;margin-top:30px;text-align:center}.footer-bottom p{margin:0}@media (max-width:768px){.footer-container{padding:30px 0}.footer-top{align-items:center;flex-direction:column}.footer-address,.footer-links,.footer-newsletter{margin-bottom:15px;text-align:center;width:100%}.footer-links>ul li{text-align:center}.footer-newsletter-form{align-items:center;flex-direction:column}.footer-newsletter-form button{margin-bottom:10px;width:120px}.footer-newsletter-form input{margin-bottom:10px;width:100%}.footer-bottom{font-size:12px}}.terms-of-use-container{background-color:#f7f9fc;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Roboto,Arial,sans-serif;line-height:1.6;margin:2rem auto;max-width:900px;padding:2rem}.terms-of-use-container h1{color:#0a74da;font-size:2.8rem;margin-bottom:1.5rem;text-align:center}.terms-of-use-container h2{color:#333;font-size:1.8rem;margin-top:1.5rem}.terms-of-use-container p{color:#555;font-size:1.1rem;margin-bottom:1rem}.terms-of-use-container ul{list-style-type:disc;margin-left:1.5rem}.terms-of-use-container ul li{margin-bottom:.5rem}.terms-of-use-container a{color:#0a74da;font-weight:700;text-decoration:none}.terms-of-use-container a:hover{text-decoration:underline}.section{background-color:#fff;border-left:5px solid #0a74da;border-radius:4px;margin-bottom:2rem;padding:1rem}.container{width:100vw}body{font-family:Arial,sans-serif;line-height:1.6;overflow-x:hidden}.hero-section{align-items:center;background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1536859355448-76f92ebdc33d?q=80&w=1469&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:space-between;overflow:hidden;padding:40px 10px;position:relative;width:100vw}.hero-content{flex:1 1;max-width:50%;max-width:1025px;padding:20px;z-index:2}.hero-title{color:#f1f1f1;font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px #000000b3}.hero-description{color:#ddd;font-size:1.3rem;margin-bottom:30px;max-width:600px}.cta-buttons{display:flex;flex-direction:column;gap:20px}.cta-btn,.cta-buttons a{color:#fff}.cta-btn{background-color:#ff5722;border:none;border-radius:50px;cursor:pointer;font-size:18px;max-width:350px;padding:15px 30px;transition:background-color .3s}.cta-btn:hover{background-color:#e64a19}.client-access p{color:#f1f1f1;font-size:1rem}.btn-client{background-color:#4caf50;border-radius:50px;color:#fff;font-size:18px;padding:12px 30px;text-decoration:none}.btn-client:hover{background-color:#388e3c}.hero-image{flex:1 1;max-width:50%;text-align:right}.hero-image img{border-radius:10px;filter:brightness(.7);height:auto;max-width:90%;transition:transform .3s ease-in-out}.hero-image img:hover{transform:scale(1.05)}.services-section{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;padding:60px 20px;text-align:center;width:100vw}.section-title{color:#333;font-size:2.5rem;font-weight:700;letter-spacing:1.5px;margin-bottom:40px;position:relative;text-align:center;text-transform:uppercase}.section-title:after{background-color:#ff5722;content:"";display:block;height:3px;margin:20px auto;width:60px}.services-list{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;max-width:1024px}.service-item{background-color:#fff;border-radius:10px;box-shadow:0 0 5px #388e3c;display:flex;flex:1 1 300px;flex-direction:column;justify-content:space-between;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{box-shadow:0 10px 30px #0003;transform:translateY(-10px)}.service-item h3{color:#333;font-size:1.8rem;margin:15px 0}.service-item p{color:#777;font-size:1rem;line-height:1.5}.service-icon{color:#ff5722;font-size:50px;margin-bottom:20px;transition:color .3s ease}.service-item:hover .service-icon{color:#e64a19}@media (max-width:768px){.hero-section{height:100%;margin-top:70px;padding:20px 0}.hero-title{font-size:1.4rem;margin-bottom:10px;width:100%}.hero-description{font-size:.8rem;margin-bottom:15px;max-width:380px}.cta-btn{font-size:14px;padding:10px 0;width:200px}.btn-client{font-size:14px;padding:8px 20px}.hero-content{max-width:100%;padding:0 20px}.services-list{flex-direction:column;gap:20px}.service-item{flex:1 1 100%}.services-section{padding:10px}.section-title{font-size:2.2rem;text-align:center}.services-list{width:98%}}.dashboard-home{background-color:#f8f9fa;font-family:Arial,sans-serif;padding:20px}.dashboard-home h3{color:#333;margin-bottom:20px;text-align:center}.table-container{margin-top:0;overflow-x:auto}.boleto-table{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-size:16px;overflow:hidden;width:100%}.boleto-table td,.boleto-table th{border-bottom:1px solid #ddd;padding:12px;text-align:left}.boleto-table th{background:#00bb45;color:#fff;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:1}.boleto-table td{background-color:#fff;color:#333}.boleto-table tr:nth-child(2n){background:#f2f2f2}.boleto-table tr:hover{background:#dce8f7;transition:background-color .3s ease}.status-pendente{background-color:#fff3cd!important}.status-atrasado{background-color:#f8d7da!important}.status-pago{background-color:#00bb45!important}.download-button{background-color:#00bb45;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s ease}.download-button:hover{background-color:#000;color:#00bb45}.pagination{align-items:center;display:flex;justify-content:center}.pagination-button{background-color:#00bb45;border:none;border-radius:4px;color:#000;cursor:pointer;margin:0 5px;padding:10px 20px;transition:background-color .3s ease}.pagination-button:disabled{background-color:#ddd}.pagination-info{margin:0 10px}.pagination button{align-items:center;background-color:#fff;border:1px solid #212d4d;display:flex;justify-content:center}td,th{text-align:center}
/*# sourceMappingURL=main.01d7dda6.css.map*/