.header{box-sizing:border-box;z-index:1000;background-color:#dc2626;border-bottom:1px solid #dc2626;justify-content:center;align-items:center;width:100%;margin-bottom:0;padding:1rem 0;display:flex;position:fixed;top:0;left:0}.header_container{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;padding:0 2rem;display:flex}.header_logo{align-items:center;display:flex}.header_logo img{cursor:pointer;filter:brightness(0)invert();width:120px;height:120px;transition:transform .2s}.header_logo img:hover{transform:scale(1.05)}.header_nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav_link{color:#fff;border-radius:4px;padding:.5rem 1rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.nav_link:hover{color:#f9f8fd;background-color:#ffffff1a}.nav_link.active{background-color:#fff3}.dropdown{display:inline-block;position:relative}.dropdown_toggle{cursor:pointer;user-select:none;align-items:center;gap:.3rem;display:flex}.dropdown_arrow{font-size:.7em;transition:transform .3s}.dropdown.active .dropdown_arrow{transform:rotate(180deg)}.dropdown_menu{z-index:1100;background-color:#dc2626;border-radius:4px;min-width:160px;margin-top:.5rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 16px #0003}.dropdown.active .dropdown_menu{display:block}.dropdown_item{color:#fff;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:block}.dropdown_item:hover{background-color:#ffffff1a}.dropdown_item:first-child{border-radius:4px 4px 0 0}.dropdown_item:last-child{border-radius:0 0 4px 4px}.burger_menu{cursor:pointer;z-index:1002;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;padding:0;display:none}.burger_menu:focus{outline:none}.burger_line{background-color:#fff;border-radius:3px;width:30px;height:3px;transition:all .3s}.burger_menu.active .burger_line:first-child{transform:rotate(45deg)translate(7px,7px)}.burger_menu.active .burger_line:nth-child(2){opacity:0}.burger_menu.active .burger_line:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.menu_backdrop{z-index:999;opacity:0;background-color:#00000080;width:100%;height:100vh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.menu_backdrop.active{opacity:1;display:block}@media (width>=901px) and (width<=1024px){.header_container{gap:1rem;padding:0 1rem}.header_logo img{width:100px;height:100px}.header_nav{gap:1rem}.nav_link{padding:.4rem .75rem;font-size:.95rem}}@media (width<=900px) and (width>=481px){.header{padding:.8rem 0}.header_container{flex-direction:row;gap:0;padding:0 1rem;position:relative}.header_logo{flex:1}.header_logo img{width:85px;height:85px}.burger_menu{display:flex}.header_nav{transition:transform .3s;z-index:1001;-webkit-overflow-scrolling:touch;backface-visibility:hidden;background-color:#dc2626;border-radius:0 8px 8px 0;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:80%;max-width:400px;height:100dvh;padding:2rem;-webkit-transition:-webkit-transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.header_nav.active{transform:translate(0)}.nav_link{text-align:center;width:100%;padding:.5rem 1rem;font-size:1.2rem}.dropdown{flex-direction:column;align-items:center;width:100%;display:flex}.dropdown_menu{box-shadow:none;width:auto;min-width:200px;max-width:80%;margin-top:.5rem;position:static}.dropdown_toggle{text-align:center;justify-content:center;width:100%}.dropdown_item{text-align:center}}@media (width<=480px){.header{padding:.8rem 0}.header_container{flex-direction:row;gap:0;padding:0 1rem;position:relative}.header_logo{flex:1}.header_logo img{width:80px;height:80px}.burger_menu{display:flex}.header_nav{transition:transform .3s;z-index:1001;-webkit-overflow-scrolling:touch;backface-visibility:hidden;background-color:#dc2626;border-radius:0 8px 8px 0;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:80%;max-width:400px;height:100dvh;padding:2rem;-webkit-transition:-webkit-transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.header_nav.active{transform:translate(0)}.nav_link{text-align:center;width:100%;padding:.5rem 1rem;font-size:1.2rem}.dropdown{flex-direction:column;align-items:center;width:100%;display:flex}.dropdown_menu{box-shadow:none;width:auto;min-width:200px;max-width:80%;margin-top:.5rem;position:static}.dropdown_toggle{text-align:center;justify-content:center;width:100%}.dropdown_item{text-align:center}}.footer{color:#fff;box-sizing:border-box;background-color:#dc2626;border-top:1px solid #dc2626;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:auto;padding:1rem 0;display:flex}.footer_logo{justify-content:center;align-items:center;display:flex}.footer_logo img{width:60px;height:60px}.footer ul{gap:1rem;margin:0;padding:0;list-style:none;display:inline-flex}.footer_container img{cursor:pointer;filter:brightness(0)invert();width:50px;height:50px;transition:transform .2s}.footer_container img:hover{transform:scale(1.1)}.footer_copyright{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer_container .footer_data_protection{object-fit:contain;cursor:default;width:140px;max-width:100%;height:auto;display:block;transform:none;filter:none!important}@media (width<=768px){.footer{flex-direction:column;gap:.8rem;padding:1rem}.footer_container{flex-direction:column;justify-content:center;align-items:center;display:flex}.footer_links{justify-content:center;display:flex}.footer_logo img{width:50px;height:50px}.footer_container img{width:40px;height:40px}.footer ul{justify-content:center;gap:.8rem}.footer_copyright{text-align:center;font-size:.8rem}.footer_container .footer_data_protection{width:120px}.footer_title{display:none}}@media (width<=480px){.footer{flex-direction:column;gap:.6rem;padding:.8rem}.footer_container{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.footer_links{justify-content:center;width:100%;display:flex}.footer_logo img{width:40px;height:40px}.footer_container img{width:35px;height:35px}.footer ul{flex-wrap:wrap;justify-content:center;gap:.6rem}.footer_copyright{text-align:center;font-size:.7rem}.footer_container .footer_data_protection{width:100px}}:root{color-scheme:light dark;color:#000;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f8fd;font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;text-decoration:inherit;font-weight:500}html{overflow-x:hidden}body{flex-direction:column;justify-content:flex-start;width:100%;min-width:320px;min-height:100vh;margin:0;display:flex;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}main{min-height:100vh;padding:2rem;position:relative}main:before{content:"";z-index:-2;background-image:url(/Logo/Logo.jpg);background-position:50%;background-repeat:no-repeat;background-size:50%;position:fixed;inset:0}main:after{content:"";pointer-events:none;z-index:-1;background-color:#f9f8fdd9;position:fixed;inset:0}main>*{z-index:1;position:relative}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}form label{margin-bottom:1rem;display:block}input,textarea{width:100%;margin-top:.25rem;padding:.5rem}.contact-link{color:#dc2626;text-decoration:none}@media (width<=900px){main:before{background-size:85%}}@media (width<=480px){main:before{background-size:95%}}@media (prefers-color-scheme:light){:root{color:#303b31;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{flex-direction:column;min-height:100vh;display:flex}main[data-astro-cid-z4jru4n3]{flex:1;padding-top:150px}@media (width<=900px) and (width>=481px){main[data-astro-cid-z4jru4n3]{padding-top:110px}}@media (width<=480px){main[data-astro-cid-z4jru4n3]{padding-top:105px}}.hero-section{text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem 3rem}.hero-section h1{color:#000;margin-bottom:1rem;font-size:3rem}.hero-subtitle{color:#1a1a1a;margin:0;font-size:1.3rem}.free-class-image,.staff-image{object-fit:contain;border-radius:16px;width:min(100%,900px);height:auto;max-height:none;margin:0 auto 1.5rem;display:block;box-shadow:0 10px 30px #0000001f}.staff-image{object-fit:cover;border-radius:18px;width:min(100%,760px);max-height:460px}.content-section{max-width:900px;margin:0 auto;padding:3rem 2rem}.content-section p{color:#1a1a1a;text-align:justify;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.section-header{margin-bottom:2rem}.section-header h2{color:#000;border-bottom:3px solid #dc2626;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2.2rem;display:inline-block}.values-grid,.grid-2,.grid-3,.grid-4{gap:2rem;margin-top:2rem;display:grid}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card,.value-card{background-color:#fff;border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 10px #0000001a}.card:hover,.value-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.card h3,.value-card h3{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.card p,.value-card p{color:#1a1a1a;text-align:left;margin:0;font-size:1rem;line-height:1.6}.cta-section{text-align:center;background-color:#dc26261a;border-radius:12px;margin-top:3rem;padding:4rem 2rem}.cta-section h2{color:#000;margin-bottom:1rem;font-size:2rem}.cta-section p{color:#1a1a1a;text-align:center;margin-bottom:2rem;font-size:1.2rem}.cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn{white-space:nowrap;box-sizing:border-box;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:220px;min-height:48px;padding:.8rem 2rem;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background-color:#dc2626}.btn-primary:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-secondary{color:#fff;background-color:#dc2626;border:2px solid #dc2626}.btn-secondary:hover{color:#fff;background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-outline{color:#dc2626;background-color:#0000;border:2px solid #dc2626}.btn-outline:hover{color:#fff;background-color:#dc2626}.btn-whatsapp{justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.8rem 2rem;font-size:1rem;display:inline-flex}.btn-icon{object-fit:contain;flex-shrink:0;width:24px;height:24px}.btn-primary:not(.btn-whatsapp) .btn-icon,.btn-secondary:not(.btn-whatsapp) .btn-icon{filter:brightness(0)invert()}.service-section{background:#fff;border-radius:18px;grid-template-columns:minmax(280px,1fr) minmax(260px,1fr);align-items:center;gap:2rem;margin-top:2rem;padding:1.5rem;display:grid;box-shadow:0 10px 30px #0000000f}.service-section-media{justify-content:center;display:flex}.carousel-wrapper{align-items:center;gap:1rem;width:100%;display:flex}.carousel-btn{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex}.carousel-btn:hover{background-color:#b91c1c;transform:scale(1.1)}.carousel{scroll-behavior:smooth;scroll-snap-type:x proximity;gap:.75rem;width:100%;padding:.5rem 0;display:flex;overflow-x:auto}.carousel::-webkit-scrollbar{display:none}.carousel{-ms-overflow-style:none;scrollbar-width:none}.service-section-media img,.carousel img{object-fit:contain;scroll-snap-align:start;border-radius:14px;flex:none;width:100%;height:auto;max-height:360px;display:block}.carousel img:first-child{object-fit:cover;max-height:420px}.service-section-content h3{color:#dc2626;margin:0 0 .8rem;font-size:1.3rem}.service-section-content p{text-align:left;margin:0;font-size:1rem;line-height:1.7}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}@media (width<=768px){.hero-section h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.free-class-image{margin-top:1.25rem}.staff-image{max-height:320px}.section-header h2{font-size:1.8rem}.content-section{padding:2rem 1rem}.values-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1.5rem}.cta-section{padding:3rem 1rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;padding:0 1rem}.service-section{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}.carousel-btn{display:none}.service-section-media img,.carousel img{object-fit:cover;width:100%;max-height:220px}.carousel{grid-template-columns:1fr;gap:.75rem;display:grid;overflow:visible}.btn{box-sizing:border-box;width:100%;min-width:0;max-width:320px}.btn-whatsapp{padding:.8rem 1.5rem;font-size:.95rem}.btn-icon{width:22px;height:22px}}.room2-info-box{background:linear-gradient(135deg,#dc262614 0%,#dc26260a 100%);border:2px solid #dc2626;border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem}.room2-info-box h3{color:#dc2626;margin:0 0 .6rem;font-size:1rem;font-weight:700}.room2-info-box p{color:#374151;margin:.3rem 0;font-size:.95rem;line-height:1.5}.room2-info-box p strong{color:#111827}.schedule-container{margin-top:2rem}.schedule-days-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.day-schedule-card{background:#fff;border:1px solid #f3f4f6;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #0f172a0f}.day-schedule-header{text-align:center;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);padding:.8rem 1rem}.day-schedule-header h3{color:#fff;letter-spacing:.03em;margin:0;font-size:1.1rem;font-weight:700}.day-schedule-table-wrapper{padding:.75rem;overflow-x:auto}.day-schedule-table{border-collapse:collapse;width:100%;font-size:.85rem}.day-schedule-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.day-schedule-table th{text-align:center;color:#374151;text-transform:uppercase;letter-spacing:.05em;padding:.5rem .4rem;font-size:.75rem;font-weight:700}.day-schedule-table th.col-room{width:33.33%}.day-schedule-table tbody tr{border-bottom:1px solid #f3f4f6;height:auto;transition:background-color .2s}.day-schedule-table tbody tr:hover{background-color:#dc262605}.day-schedule-table td{text-align:center;vertical-align:middle;padding:.5rem .35rem}.col-room-cell{padding:.4rem .35rem}.room-classes{flex-direction:column;gap:.25rem;display:flex}.room-classes .class-pill{border-radius:6px;flex-direction:column;align-items:center;gap:.15rem;padding:.3rem .4rem;font-size:.7rem;display:flex}.room-classes .class-pill .class-time{opacity:.85;font-size:.65rem;font-weight:500}.room-classes .class-pill .class-name{font-size:.7rem;font-weight:700;line-height:1.1}.section-description{color:#1a1a1a;text-align:center;margin-top:.5rem;font-size:1.1rem}.section-description strong{color:#dc2626;font-weight:700}.schedule-table-wrapper{background:#fff;border-radius:12px;margin-bottom:2rem;overflow-x:auto;box-shadow:0 2px 10px #0000001a}.schedule-container{width:100%;max-width:1200px;margin:0 auto}.schedule-table{border-collapse:collapse;table-layout:fixed;width:100%}.schedule-table thead{color:#fff;background-color:#dc2626}.schedule-table th{text-align:center;white-space:normal;word-break:break-word;border-right:1px solid #ffffff1f;padding:.6rem .5rem;font-size:.95rem;font-weight:600}.schedule-table th:last-child{border-right:none}.schedule-table th:first-child{width:64px;min-width:64px}.schedule-table tbody tr{border-bottom:1px solid #e5e7eb;height:70px;transition:background-color .2s}.schedule-table tbody tr:hover{background-color:#dc26260d}.schedule-table tbody tr:last-child{border-bottom:none}.schedule-table td{text-align:center;color:#1a1a1a;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;padding:.75rem;font-size:.95rem;line-height:1.35}.schedule-table td.class-name{color:#dc2626;text-align:center;vertical-align:middle;padding:.75rem;font-weight:600}.schedule-note,.prices-note{background-color:#dc26260d;border-left:4px solid #dc2626;border-radius:8px;padding:1.5rem}.schedule-note p,.prices-note p{color:#1a1a1a;text-align:left;margin:0;font-size:1rem;line-height:1.6}.schedule-note strong,.prices-note strong{color:#dc2626}.schedule-categories{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.25rem;box-shadow:0 6px 18px #0f172a0f}.schedule-categories .categories-inner{max-width:1200px;margin:0 auto}.schedule-categories h3{color:#111827;margin:0 0 .5rem;font-size:1rem}.categories-list{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin:0;padding:0;list-style:none;display:flex}.category-item{color:#374151;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .6rem;font-size:.9rem;display:inline-flex;box-shadow:0 1px #0f172a05}.category-dot{border:2px solid #0000000a;border-radius:50%;width:12px;height:12px;display:inline-block}.category-item.ballet{color:#a21caf;background:#fdf4ff;border-color:#e9d5ff}.category-item.sevillanas,.category-item.salsa,.category-item.bachata,.category-item.kizomba{color:#dc2626;background:#fff5f5;border-color:#ffdede}.category-item.zumba{color:#ea580c;background:#fff7ed;border-color:#ffe5cc}.category-item.pilates,.category-item.yoga{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.category-item.oriental{color:#6d28d9;background:#f3e8ff;border-color:#e9dbff}.category-item.urban{color:#374151;background:#f3f4f6;border-color:#d1d5db}.category-item.bailes-nacionales{color:#b45309;background:#fffbeb;border-color:#fde68a}.category-item.barre{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.category-item.peke{color:#0369a1;background:#eff6ff;border-color:#dbeafe}.category-item .category-dot{background:#0000000f;border-color:#0000000a}.schedule-thumb{cursor:pointer;background:#fff;border-radius:12px;height:210px;margin-bottom:1rem;padding:.5rem;display:none;position:relative;overflow:hidden;box-shadow:0 6px 18px #0f172a0f}.schedule-thumb img{object-fit:cover;object-position:top center;border-radius:10px;width:100%;height:100%;display:block}.download-schedule-link{color:#dc2626;margin-top:.75rem;font-weight:600;text-decoration:underline;display:inline-block}.download-schedule-link:hover{color:#b91c1c}.schedule-thumb-overlay{color:#111827;background:#0000000f;border-radius:8px;padding:.35rem .6rem;font-size:.9rem;font-weight:600;position:absolute;bottom:12px;right:12px}.modal-overlay{z-index:99999;overscroll-behavior:contain;background:#000c;justify-content:center;align-items:flex-start;padding:150px .75rem .75rem;display:none;position:fixed;inset:0;overflow-y:auto}.modal-dialog{background:#fff;border-radius:12px;flex-direction:column;width:min(100%,1100px);max-width:1100px;max-height:calc(100vh - 2rem);margin:0 auto;padding:.75rem;display:flex;position:relative;overflow:hidden}.modal-schedule-image{object-fit:contain;object-position:top center;width:100%;height:auto;max-height:calc(100vh - 4rem)}.modal-close{color:#fff;z-index:2;cursor:pointer;z-index:1;background:#000000b3;border:none;border-radius:999px;width:2rem;height:2rem;font-size:1.2rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.class-pill{white-space:normal;border:1px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;max-width:100%;padding:.35rem .6rem;font-size:.9rem;font-weight:600;line-height:1.1;display:inline-flex}.class-pill .class-time{opacity:.85;font-size:.75rem;font-weight:500}.class-pill .class-name{font-size:.9rem;font-weight:700}.schedule-table td .cell-classes{gap:.35rem;display:grid}.class-pill.time{color:#dc2626;background:0 0;border:1px solid #dc26261f}.class-pill.ballet{color:#a21caf;background:#fdf4ff;border:1px solid #e9d5ff}.class-pill.sevillanas,.class-pill.salsa,.class-pill.bachata,.class-pill.kizomba{color:#dc2626;background:#fff5f5;border:1px solid #ffdede}.class-pill.zumba{color:#ea580c;background:#fff7ed;border:1px solid #ffe5cc}.class-pill.pilates,.class-pill.yoga{color:#065f46;background:#ecfdf5;border:1px solid #c7f7dc}.class-pill.oriental{color:#6d28d9;background:#f3e8ff;border:1px solid #e9dbff}.class-pill.urban{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.class-pill.bailes-nacionales{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.class-pill.barre{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd}.class-pill.peke{color:#0369a1;background:#eff6ff;border:1px solid #dbeafe}.class-pill.empty{color:#6b7280;background:0 0;font-weight:500}.class-pill.other{color:#111827;background:#f3f4f6}@media (width>=481px) and (width<=1024px){.schedule-container{max-width:100%;padding:0 1rem}.schedule-table{table-layout:auto;font-size:.84rem}.schedule-table th,.schedule-table td{white-space:normal;word-break:break-word;padding:.7rem .55rem;font-size:.82rem}.schedule-table{overflow:visible}.schedule-table tbody tr{height:auto}.schedule-table td.class-name{text-align:left;width:72px;min-width:60px;padding-left:.6rem}.schedule-table td .class-pill:not(.time){padding:.28rem .45rem;font-size:.65rem;line-height:1.05}}@media (width<=768px){.schedule-table-wrapper{border-radius:8px}.schedule-table{font-size:.85rem}.schedule-table th,.schedule-table td{padding:.6rem .4rem;font-size:.8rem}.schedule-thumb{display:block}.schedule-table-wrapper{display:none}.section-description{padding:0 1rem;font-size:1rem}.schedule-note{padding:1rem;font-size:.9rem}}@media (width<=480px){.schedule-table th,.schedule-table td{padding:.4rem .25rem;font-size:.7rem}.schedule-table tbody tr{height:50px}.schedule-table td.class-name{padding:.4rem .25rem;font-size:.7rem}}
