:root{--bg-color:#f3f4f6;--bg-secondary:#fff}html{margin-top:0!important}*{box-sizing:border-box;font-family:arial,Arial,Helvetica,sans-serif}body{background-color:#f9fbfc;flex-direction:column;min-height:100vh;margin:0;display:flex}header{z-index:1000;background-color:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0;box-shadow:0 4px 6px #0000001a}.logo{color:#16a34a;font-size:1.5rem;font-weight:700;text-decoration:none}.mobile-menu-button{cursor:pointer;color:#16a34a;background:0 0;border:none;width:2rem;height:2rem;display:none}.navbar{gap:1rem;display:flex}.navbar>a{color:#4b5563;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .3s}.navbar>a:hover{color:#16a34a}main{background:0 0;width:91.6667%;max-width:66.6667%;margin:.6rem auto}h1{text-align:center;color:#065f46;margin-top:.6rem;margin-bottom:1.25rem;font-size:clamp(1.6rem,5vw,2.5rem);font-weight:700;line-height:1.15}.description{text-align:left;color:#4b5563;margin-bottom:1.5rem;font-size:1.125rem}.description a{color:#16a34a;font-weight:700;text-decoration:underline}#wraper{flex-direction:column;width:100%;height:50%;margin:0 auto 1.25rem;font-size:.875rem;display:flex}.agenda-header{color:#fff;text-align:center;background:#1a8844;border-radius:.5rem;flex-grow:1;padding:.5rem;box-shadow:0 4px 6px #0000001a}#title-agenda{margin:0;font-size:1rem;font-weight:700}#menu{background-color:#fff;border-radius:0 0 8px 8px;margin:0;padding:0;box-shadow:0 2px 4px #0000001a}#menu>li{border-bottom:1px solid #e5e7eb;list-style:none}#menu>li:hover{background-color:#f9fbfc}.menu-item a{color:#010101;padding:5px 10px;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .3s ease-in-out;display:block}.menu-item a:hover{color:#fff;background-color:#05b548}.channels-title{text-align:center;color:#065f46;margin-top:2.5rem;margin-bottom:1.75rem;font-size:1.875rem;font-weight:600}.cards-container{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.card{background-color:#fff;border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 15px #0000001a}.card:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.card-image{background-color:#f3f4f6;justify-content:center;align-items:center;height:12rem;display:flex}.card-image img{object-fit:contain;width:6rem;height:6rem}.card-content{text-align:center;padding:1.5rem}.card-content h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.card-content p{color:#4b5563;margin-bottom:1.5rem}.btn-watch{color:#fff;background-color:#15803d;border-radius:9999px;padding:.5rem 1rem;font-weight:700;text-decoration:none;display:inline-block}.site-footer{color:#fff;background-color:#1f2937;justify-content:space-between;align-items:center;height:3.5rem;margin-top:auto;padding:1rem 1.5rem;font-family:Arial,Helvetica,sans-serif;display:flex}.footer-title{text-align:center;font-size:.875rem}.redes{justify-content:center;gap:1rem;margin:0;padding:0;display:flex}.redes>li{list-style-type:none}.red-item{color:inherit;font-size:.875rem;text-decoration:none;transition:color .15s ease-in-out}.red-item:hover{color:#16a34a}.container__filter{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;margin-bottom:10px;display:flex}#search{box-sizing:border-box;border:1px solid #ccc;border-radius:5px;flex:1;min-width:0;padding:10px}#filter_category{box-sizing:border-box;background-color:#fff;border:1px solid #ccc;border-radius:5px;flex:1;min-width:0;padding:10px}@media (max-width:800px){.cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){main{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0 4%}.mobile-menu-button{display:block}.nav-wrapper{width:100%;display:none}.nav-wrapper.open{display:block}header.site-header{flex-wrap:wrap}.navbar{flex-direction:column;width:100%;padding-top:1rem}}@media (max-width:480px){.cards-container{grid-template-columns:1fr}.container__filter{flex-direction:column;align-items:stretch}}.global-loader-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.global-loader-spinner{border:4px solid #e5e7eb;border-top-color:#16a34a;border-radius:50%;width:40px;height:40px;animation:1s linear infinite global-spin}.global-loader-text{color:#4b5563;font-family:Outfit,sans-serif;font-weight:500}@keyframes global-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
