.page-module__K6KF2W__loginContainer{background-color:var(--bg-color);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.page-module__K6KF2W__loginBox{background:var(--white-color);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 30px #0000001a}.page-module__K6KF2W__loginLogo{opacity:.8;width:auto;height:auto;margin-bottom:20px}.page-module__K6KF2W__loginBox h2{color:var(--primary-color);margin-bottom:25px;font-size:1.8rem}.page-module__K6KF2W__loginBox form{flex-direction:column;gap:15px;display:flex}.page-module__K6KF2W__loginBox input{border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 15px;font-size:1rem}.page-module__K6KF2W__loginBox button{background-color:var(--primary-color);color:var(--white-color);cursor:pointer;border:none;border-radius:8px;padding:14px;font-size:1rem;font-weight:500;transition:background-color .3s}.page-module__K6KF2W__loginBox button:hover{background-color:var(--secondary-color)}.page-module__K6KF2W__errorMessage{color:#e74c3c;margin-top:15px}.page-module__K6KF2W__crudContainer{max-width:1200px;margin:0 auto;padding:120px 40px 60px}.page-module__K6KF2W__crudHeader{border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;display:flex}.page-module__K6KF2W__crudHeader h1{font-size:2.5rem}.page-module__K6KF2W__addButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;transition:all .3s;display:flex}.page-module__K6KF2W__addButton:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.page-module__K6KF2W__tableContainer{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 5px 20px #0000000d}.page-module__K6KF2W__crudTable{border-collapse:collapse;width:100%}.page-module__K6KF2W__crudTable th,.page-module__K6KF2W__crudTable td{text-align:left;border-bottom:1px solid #f0f0f0;padding:18px 20px}.page-module__K6KF2W__crudTable th{background-color:var(--bg-color);color:var(--primary-color);font-weight:500}.page-module__K6KF2W__crudTable td{color:#555;word-break:break-word}.page-module__K6KF2W__crudTable tbody tr:last-child td{border-bottom:none}.page-module__K6KF2W__actions{gap:10px;display:flex}.page-module__K6KF2W__actions button{cursor:pointer;border:none;border-radius:50%;width:40px;height:40px;font-size:1rem;transition:all .3s}.page-module__K6KF2W__editButton{color:var(--primary-color);background-color:#eaf0f6}.page-module__K6KF2W__editButton:hover{background-color:var(--primary-color);color:#fff}.page-module__K6KF2W__deleteButton{color:#e74c3c;background-color:#fbebeb}.page-module__K6KF2W__deleteButton:hover{color:#fff;background-color:#e74c3c}.page-module__K6KF2W__modalOverlay{z-index:2000;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:15px;display:flex;position:fixed;top:0;left:0}.page-module__K6KF2W__modalContent{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:30px;box-shadow:0 10px 30px #0003}.page-module__K6KF2W__modalContent h2{text-align:center;margin-bottom:25px}.page-module__K6KF2W__modalContent form{flex-direction:column;gap:15px;display:flex}.page-module__K6KF2W__modalContent input,.page-module__K6KF2W__modalContent textarea{width:100%;font-size:1rem;font-family:var(--font-body);border:1px solid #ddd;border-radius:8px;padding:12px 15px}.page-module__K6KF2W__modalActions{justify-content:flex-end;gap:15px;margin-top:20px;display:flex}.page-module__K6KF2W__modalActions button{cursor:pointer;border:none;border-radius:50px;padding:10px 25px;font-size:.9rem;font-weight:500;transition:all .3s}.page-module__K6KF2W__cancelButton{color:#555;background:#f1f1f1}.page-module__K6KF2W__cancelButton:hover{background:#e1e1e1}.page-module__K6KF2W__saveButton{background:var(--primary-color);color:#fff}.page-module__K6KF2W__saveButton:hover{background:var(--secondary-color)}.page-module__K6KF2W__confirmModal{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:450px;padding:30px;box-shadow:0 10px 30px #0003}.page-module__K6KF2W__confirmModal h3{font-family:var(--font-heading);color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.page-module__K6KF2W__confirmModal p{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.page-module__K6KF2W__confirmDeleteButton{cursor:pointer;color:#fff;background-color:#e74c3c;border:none;border-radius:50px;padding:10px 25px;font-size:.9rem;font-weight:500;transition:all .3s}.page-module__K6KF2W__confirmDeleteButton:hover{background-color:#c0392b}@media (max-width:768px){.page-module__K6KF2W__crudContainer{padding:100px 20px 40px}.page-module__K6KF2W__crudHeader{flex-direction:column;align-items:flex-start}.page-module__K6KF2W__crudHeader h1{font-size:2rem}.page-module__K6KF2W__tableContainer{box-shadow:none;background:0 0}.page-module__K6KF2W__crudTable,.page-module__K6KF2W__crudTable tbody,.page-module__K6KF2W__crudTable tr,.page-module__K6KF2W__crudTable td{width:100%;display:block}.page-module__K6KF2W__crudTable thead{display:none}.page-module__K6KF2W__crudTable tbody tr{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:10px;box-shadow:0 5px 20px #0000000d}.page-module__K6KF2W__crudTable td{text-align:right;border-bottom:1px solid #f0f0f0;padding-left:50%;position:relative}.page-module__K6KF2W__crudTable td:last-child{border-bottom:0}.page-module__K6KF2W__crudTable td:before{content:attr(data-label);white-space:nowrap;text-align:left;width:calc(50% - 30px);color:var(--primary-color);padding-right:10px;font-weight:500;position:absolute;left:20px}.page-module__K6KF2W__crudTable td:first-of-type:before{content:"Depoimento:"}.page-module__K6KF2W__crudTable td:nth-of-type(2):before{content:"Autor:"}.page-module__K6KF2W__crudTable td:nth-of-type(3):before{content:"Idade:"}.page-module__K6KF2W__crudTable td:nth-of-type(4):before{content:"Ações:"}.page-module__K6KF2W__actions{justify-content:flex-end}}
.Header-module__LH17rG__header{z-index:1000;width:100%;transition:background-color .4s,box-shadow .4s;position:fixed;top:0;left:0}.Header-module__LH17rG__logo{color:var(--white-color)}.Header-module__LH17rG__logoImg{filter:brightness(0)invert()}.Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn){color:var(--white-color)}.Header-module__LH17rG__btnNav{border-color:var(--accent-color);color:var(--white-color)}.Header-module__LH17rG__hamburger{color:var(--white-color)}.Header-module__LH17rG__header.Header-module__LH17rG__solid{-webkit-backdrop-filter:blur(8px);background-color:#fffffff2;box-shadow:0 2px 15px #00000014}.Header-module__LH17rG__header.Header-module__LH17rG__solid .Header-module__LH17rG__logo{color:var(--primary-color)}.Header-module__LH17rG__header.Header-module__LH17rG__solid .Header-module__LH17rG__logoImg{filter:none}.Header-module__LH17rG__header.Header-module__LH17rG__solid .Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn){color:var(--secondary-color)}.Header-module__LH17rG__header.Header-module__LH17rG__solid .Header-module__LH17rG__btnNav{border-color:var(--primary-color);color:var(--primary-color)}.Header-module__LH17rG__header.Header-module__LH17rG__solid .Header-module__LH17rG__btnNav:hover{background-color:var(--primary-color);color:var(--white-color)}.Header-module__LH17rG__header.Header-module__LH17rG__solid .Header-module__LH17rG__hamburger{color:var(--primary-color)}.Header-module__LH17rG__container{max-width:1140px;margin:0 auto;padding:0 20px}.Header-module__LH17rG__navbar{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.Header-module__LH17rG__logo{font-family:var(--font-body);z-index:1001;align-items:center;gap:12px;font-size:1.4rem;font-weight:500;text-decoration:none;transition:color .4s;display:flex}.Header-module__LH17rG__logoImg{width:auto;height:40px;transition:filter .4s}.Header-module__LH17rG__logoSymbol{opacity:.8;font-weight:300}.Header-module__LH17rG__navMenu{align-items:center;gap:1.5rem;list-style:none;display:flex}.Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn){padding:5px 0;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn):after{content:"";background-color:var(--secondary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn):hover:after{width:100%}.Header-module__LH17rG__btn{text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:2px solid #0000;border-radius:50px;padding:10px 24px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.Header-module__LH17rG__hamburger{cursor:pointer;font-size:1.5rem;display:none}@media (max-width:992px){.Header-module__LH17rG__navMenu{gap:1rem}}@media (max-width:768px){.Header-module__LH17rG__logo span span{display:none}.Header-module__LH17rG__navMenu{-webkit-backdrop-filter:blur(10px);background-color:#33465fe6;flex-direction:column;justify-content:center;gap:1.5rem;width:100%;height:100vh;transition:left .4s;position:fixed;top:0;left:-100%}.Header-module__LH17rG__navMenu.Header-module__LH17rG__active{left:0}.Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn){font-size:1.5rem;color:var(--white-color)!important}.Header-module__LH17rG__navMenu li a:not(.Header-module__LH17rG__btn):after{display:none}.Header-module__LH17rG__btnNav{padding:12px 28px;font-size:1.1rem;border-color:var(--white-color)!important;color:var(--white-color)!important}.Header-module__LH17rG__hamburger{z-index:1001;display:block}}
.Footer-module__5K0E9a__container{max-width:1140px;margin:0 auto;padding:0 20px}.Footer-module__5K0E9a__footer{color:#fffc;background-color:#2e3944;padding:5rem 0 2rem}.Footer-module__5K0E9a__footerContainer{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:3rem;display:grid}.Footer-module__5K0E9a__footerColumn{min-width:180px}.Footer-module__5K0E9a__footerLogo{max-width:180px;height:auto}.Footer-module__5K0E9a__footerColumn h4{color:var(--white-color);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1rem;font-weight:500}.Footer-module__5K0E9a__footerColumn p{color:#ffffffb3;align-items:center;gap:10px;margin-bottom:.8rem;font-size:1rem;font-weight:300;display:flex}.Footer-module__5K0E9a__footerColumn p i{text-align:center;width:15px}.Footer-module__5K0E9a__footerColumn ul{padding:0;list-style:none}.Footer-module__5K0E9a__footerColumn ul li a{color:#ffffffb3;padding:.4rem 0;text-decoration:none;transition:color .3s,transform .3s;display:block}.Footer-module__5K0E9a__footerColumn ul li a:hover{color:var(--white-color);transform:translate(5px)}.Footer-module__5K0E9a__socialLinks{gap:1rem;margin-top:1rem;display:flex}.Footer-module__5K0E9a__socialLinks a{color:#ffffffb3;border:2px solid #ffffffb3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__5K0E9a__socialLinks a:hover{color:var(--white-color);border-color:var(--white-color);transform:scale(1.1)}.Footer-module__5K0E9a__footerBottom{text-align:center;padding-top:2rem;font-size:.9rem}.Footer-module__5K0E9a__footerBottom p{color:#fff9;margin-bottom:0}.Footer-module__5K0E9a__floatingButtons{z-index:100;flex-direction:column;gap:15px;display:flex;position:fixed;bottom:25px;right:25px}.Footer-module__5K0E9a__floatingBtn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;text-decoration:none;transition:transform .3s;display:flex;box-shadow:2px 2px 10px #0003}.Footer-module__5K0E9a__whatsappFloat{background-color:#25d366}.Footer-module__5K0E9a__instagramFloat{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.Footer-module__5K0E9a__floatingBtn:hover{transform:scale(1.1)}@media (max-width:992px){.Footer-module__5K0E9a__footerContainer{grid-template-columns:1fr 1fr;gap:3rem}.Footer-module__5K0E9a__footerColumn:first-child{grid-column:1/-1;justify-content:center;margin-bottom:2rem;display:flex}}@media (max-width:768px){.Footer-module__5K0E9a__footer{padding-top:4rem}.Footer-module__5K0E9a__footerContainer{text-align:center;grid-template-columns:1fr;gap:2.5rem}.Footer-module__5K0E9a__footerColumn:first-child{margin-bottom:0}.Footer-module__5K0E9a__footerColumn ul{padding:0}.Footer-module__5K0E9a__footerColumn p,.Footer-module__5K0E9a__socialLinks{justify-content:center}}@media (max-width:480px){.Footer-module__5K0E9a__floatingButtons{bottom:15px;right:15px}.Footer-module__5K0E9a__floatingBtn{width:55px;height:55px;font-size:1.8rem}}
.ScrollAnimation-module__YUd0YG__section{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.ScrollAnimation-module__YUd0YG__section.ScrollAnimation-module__YUd0YG__visible{opacity:1;transform:translateY(0)}
.page-module__rOrQ2G__pageContainer{background-color:var(--white-color);justify-content:center;min-height:100vh;padding:120px 20px 60px;display:flex}.page-module__rOrQ2G__contentWrapper{width:100%;max-width:800px}.page-module__rOrQ2G__contentWrapper h1{color:var(--primary-color);border-bottom:2px solid var(--bg-color);margin-bottom:1rem;padding-bottom:1rem;font-size:2.8rem}.page-module__rOrQ2G__contentWrapper h2{color:var(--secondary-color);text-align:left;margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.page-module__rOrQ2G__contentWrapper p,.page-module__rOrQ2G__contentWrapper li{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.page-module__rOrQ2G__contentWrapper ul{padding-left:10px;list-style-position:inside}.page-module__rOrQ2G__lastUpdated{color:var(--accent-color);margin-bottom:2rem;font-size:.9rem;font-style:italic}@media (max-width:768px){.page-module__rOrQ2G__pageContainer{padding-top:100px}.page-module__rOrQ2G__contentWrapper h1{font-size:2.2rem}.page-module__rOrQ2G__contentWrapper h2{font-size:1.5rem}}
.page-module__F3cTKa__pageContainer{background-color:var(--white-color);justify-content:center;min-height:100vh;padding:120px 20px 60px;display:flex}.page-module__F3cTKa__contentWrapper{width:100%;max-width:800px}.page-module__F3cTKa__contentWrapper h1{color:var(--primary-color);border-bottom:2px solid var(--bg-color);margin-bottom:1rem;padding-bottom:1rem;font-size:2.8rem}.page-module__F3cTKa__contentWrapper h2{color:var(--secondary-color);text-align:left;margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.page-module__F3cTKa__contentWrapper p,.page-module__F3cTKa__contentWrapper li{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.page-module__F3cTKa__contentWrapper ul{padding-left:10px;list-style-position:inside}.page-module__F3cTKa__lastUpdated{color:var(--accent-color);margin-bottom:2rem;font-size:.9rem;font-style:italic}@media (max-width:768px){.page-module__F3cTKa__pageContainer{padding-top:100px}.page-module__F3cTKa__contentWrapper h1{font-size:2.2rem}.page-module__F3cTKa__contentWrapper h2{font-size:1.5rem}}
.page-module__PC4y_q__pageContainer{background-color:var(--white-color);justify-content:center;min-height:100vh;padding:120px 20px 60px;display:flex}.page-module__PC4y_q__contentWrapper{width:100%;max-width:800px}.page-module__PC4y_q__contentWrapper h1{color:var(--primary-color);border-bottom:2px solid var(--bg-color);margin-bottom:1rem;padding-bottom:1rem;font-size:2.8rem}.page-module__PC4y_q__contentWrapper h2{color:var(--secondary-color);text-align:left;margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.page-module__PC4y_q__contentWrapper p,.page-module__PC4y_q__contentWrapper li{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.page-module__PC4y_q__contentWrapper ul{padding-left:10px;list-style-position:inside}.page-module__PC4y_q__lastUpdated{color:var(--accent-color);margin-bottom:2rem;font-size:.9rem;font-style:italic}@media (max-width:768px){.page-module__PC4y_q__pageContainer{padding-top:100px}.page-module__PC4y_q__contentWrapper h1{font-size:2.2rem}.page-module__PC4y_q__contentWrapper h2{font-size:1.5rem}}
