.header{position:fixed;top:0;left:0;display:flex;background-color:#dc2626;border-bottom:#dc2626 1px solid;width:100%;justify-content:center;align-items:center;padding:1rem 0;margin-bottom:0;box-sizing:border-box;z-index:1000}.header_container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;padding:0 2rem;gap:2rem}.header_logo{display:flex;align-items:center}.header_logo img{width:120px;height:120px;cursor:pointer;transition:transform .2s;filter:brightness(0) invert(1)}.header_logo img:hover{transform:scale(1.05)}.header_nav{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.nav_link{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s,color .2s}.nav_link:hover{background-color:#ffffff1a;color:#f9f8fd}.nav_link.active{background-color:#fff3}.dropdown{position:relative;display:inline-block}.dropdown_toggle{cursor:pointer;user-select:none;display:flex;align-items:center;gap:.3rem}.dropdown_arrow{font-size:.7em;transition:transform .3s ease}.dropdown.active .dropdown_arrow{transform:rotate(180deg)}.dropdown_menu{display:none;position:absolute;top:100%;left:0;background-color:#dc2626;min-width:160px;box-shadow:0 8px 16px #0003;border-radius:4px;margin-top:.5rem;z-index:1100}.dropdown.active .dropdown_menu{display:block}.dropdown_item{color:#fff;padding:.75rem 1rem;text-decoration:none;display:block;font-weight:500;font-size:1rem;transition:background-color .2s}.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{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;outline:none;-webkit-tap-highlight-color:transparent}.burger_menu:focus{outline:none}.burger_line{width:30px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.burger_menu.active .burger_line:nth-child(1){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{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.menu_backdrop.active{display:block;opacity:1}@media(min-width:901px)and (max-width:1024px){.header_container{padding:0 1rem;gap:1rem}.header_logo img{width:100px;height:100px}.header_nav{gap:1rem}.nav_link{font-size:.95rem;padding:.4rem .75rem}}@media(max-width:900px)and (min-width:481px){.header{padding:.8rem 0}.header_container{flex-direction:row;padding:0 1rem;gap:0;position:relative}.header_logo{flex:1}.header_logo img{width:85px;height:85px}.burger_menu{display:flex}.header_nav{position:fixed;top:0;left:0;transform:translate(-100%);-webkit-transform:translateX(-100%);width:80%;max-width:400px;height:100vh;height:100dvh;background-color:#dc2626;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;z-index:1001;padding:2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:0 8px 8px 0}.header_nav.active{transform:translate(0);-webkit-transform:translateX(0)}.nav_link{font-size:1.2rem;padding:.5rem 1rem;width:100%;text-align:center}.dropdown{width:100%;display:flex;flex-direction:column;align-items:center}.dropdown_menu{position:static;box-shadow:none;margin-top:.5rem;width:auto;min-width:200px;max-width:80%}.dropdown_toggle{width:100%;text-align:center;justify-content:center}.dropdown_item{text-align:center}}@media(max-width:480px){.header{padding:.8rem 0}.header_container{flex-direction:row;padding:0 1rem;gap:0;position:relative}.header_logo{flex:1}.header_logo img{width:80px;height:80px}.burger_menu{display:flex}.header_nav{position:fixed;top:0;left:0;transform:translate(-100%);-webkit-transform:translateX(-100%);width:80%;max-width:400px;height:100vh;height:100dvh;background-color:#dc2626;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;z-index:1001;padding:2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:0 8px 8px 0}.header_nav.active{transform:translate(0);-webkit-transform:translateX(0)}.nav_link{font-size:1.2rem;padding:.5rem 1rem;width:100%;text-align:center}.dropdown{width:100%;display:flex;flex-direction:column;align-items:center}.dropdown_menu{position:static;box-shadow:none;margin-top:.5rem;width:auto;min-width:200px;max-width:80%}.dropdown_toggle{width:100%;text-align:center;justify-content:center}.dropdown_item{text-align:center}}.footer{display:flex;color:#fff;background-color:#dc2626;border-top:#dc2626 1px solid;width:100%;justify-content:center;align-items:center;flex-direction:row;padding:1rem 0;margin-top:auto;gap:1rem;box-sizing:border-box}.footer_logo{display:flex;justify-content:center;align-items:center}.footer_logo img{width:60px;height:60px}.footer ul{display:inline-flex;list-style:none;margin:0;padding:0;gap:1rem}.footer_container img{width:50px;height:50px;cursor:pointer;filter:brightness(0) invert(1);transition:transform .2s}.footer_container img:hover{transform:scale(1.1)}.footer_copyright{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.9rem}@media(max-width:768px){.footer{flex-direction:column;gap:.8rem;padding:1rem}.footer_container{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer_links{display:flex;justify-content:center}.footer_logo img{width:50px;height:50px}.footer_container img{width:40px;height:40px}.footer ul{gap:.8rem;justify-content:center}.footer_copyright{font-size:.8rem;text-align:center}.footer_title{display:none}}@media(max-width:480px){.footer{flex-direction:column;gap:.6rem;padding:.8rem}.footer_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer_links{display:flex;justify-content:center;width:100%}.footer_logo img{width:40px;height:40px}.footer_container img{width:35px;height:35px}.footer ul{gap:.6rem;justify-content:center;flex-wrap:wrap}.footer_copyright{font-size:.7rem;text-align:center}}:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#f9f8fd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}html{overflow-x:hidden}body{margin:0;display:flex;flex-direction:column;justify-content:flex-start;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}main{padding:2rem;position:relative;min-height:100vh}main:before{content:"";position:fixed;inset:0;background-image:url(/Logo/Logo.jpg);background-position:center center;background-repeat:no-repeat;background-size:50%;z-index:-2}main:after{content:"";position:fixed;inset:0;background-color:#f9f8fdd9;pointer-events:none;z-index:-1}main>*{position:relative;z-index:1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}form label{display:block;margin-bottom:1rem}input,textarea{width:100%;padding:.5rem;margin-top:.25rem}.contact-link{color:#dc2626;text-decoration:none}@media(max-width:900px){main:before{background-size:85%}}@media(max-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{display:flex;flex-direction:column;min-height:100vh}main[data-astro-cid-37fxchfa]{flex:1;padding-top:150px}@media(max-width:900px)and (min-width:481px){main[data-astro-cid-37fxchfa]{padding-top:110px}}@media(max-width:480px){main[data-astro-cid-37fxchfa]{padding-top:105px}}.hero-section{text-align:center;padding:4rem 2rem 3rem;max-width:800px;margin:0 auto}.hero-section h1{font-size:3rem;margin-bottom:1rem;color:#000}.hero-subtitle{font-size:1.3rem;color:#1a1a1a;margin:0}.content-section{max-width:900px;margin:0 auto;padding:3rem 2rem}.content-section p{font-size:1.1rem;line-height:1.8;color:#1a1a1a;margin-bottom:1.5rem;text-align:justify}.section-header{margin-bottom:2rem}.section-header h2{font-size:2.2rem;color:#000;border-bottom:3px solid #dc2626;display:inline-block;padding-bottom:.5rem;margin-bottom:1.5rem}.values-grid,.grid-2,.grid-3,.grid-4{display:grid;gap:2rem;margin-top:2rem}.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{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover,.value-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.card h3,.value-card h3{font-size:1.5rem;color:#dc2626;margin-bottom:1rem}.card p,.value-card p{font-size:1rem;line-height:1.6;color:#1a1a1a;text-align:left;margin:0}.cta-section{text-align:center;padding:4rem 2rem;background-color:#dc26261a;border-radius:12px;margin-top:3rem}.cta-section h2{font-size:2rem;color:#000;margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:#1a1a1a;margin-bottom:2rem;text-align:center}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.btn-primary{background-color:#dc2626;color:#fff}.btn-primary:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-secondary{background-color:#fff;color:#dc2626;border:2px solid #dc2626}.btn-secondary:hover{background-color:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-outline{background-color:transparent;color:#dc2626;border:2px solid #dc2626}.btn-outline:hover{background-color:#dc2626;color:#fff}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;padding:1rem 2.5rem}.btn-icon{width:28px;height:28px;object-fit:contain}.btn-primary:not(.btn-whatsapp) .btn-icon{filter:brightness(0) invert(1)}.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(max-width:768px){.hero-section h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.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}.btn{width:calc(100% - 2rem);max-width:300px;box-sizing:border-box}.btn-whatsapp{font-size:1rem;padding:.9rem 2rem}.btn-icon{width:24px;height:24px}}.schedule-container{margin-top:2rem}.section-description{font-size:1.1rem;color:#1a1a1a;margin-top:.5rem;text-align:center}.schedule-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.schedule-container{max-width:1200px;margin:0 auto;width:100%}.schedule-table{width:100%;border-collapse:collapse;table-layout:fixed}.schedule-table thead{background-color:#dc2626;color:#fff}.schedule-table th{padding:.6rem .5rem;text-align:center;font-weight:600;font-size:.95rem;border-right:1px solid rgba(255,255,255,.12);white-space:normal;word-break:break-word}.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;transition:background-color .2s ease;height:70px}.schedule-table tbody tr:hover{background-color:#dc26260d}.schedule-table tbody tr:last-child{border-bottom:none}.schedule-table td{padding:.75rem;text-align:center;font-size:.95rem;color:#1a1a1a;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;line-height:1.35}.schedule-table td.class-name{font-weight:600;color:#dc2626;text-align:center;padding:.75rem;vertical-align:middle}.schedule-note{background-color:#dc26260d;border-left:4px solid #dc2626;padding:1.5rem;border-radius:8px}.schedule-note p{margin:0;font-size:1rem;line-height:1.6;color:#1a1a1a;text-align:left}.schedule-note strong{color:#dc2626}.schedule-categories{background:#fff;border-radius:12px;box-shadow:0 6px 18px #0f172a0f;padding:1rem 1.25rem;margin-bottom:1.5rem}.schedule-categories .categories-inner{max-width:1200px;margin:0 auto}.schedule-categories h3{margin:0 0 .5rem;font-size:1rem;color:#111827}.categories-list{display:flex;gap:1rem 1.5rem;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap}.category-item{display:inline-flex;align-items:center;gap:.5rem;color:#374151;font-size:.9rem;padding:.35rem .6rem;border-radius:8px;border:1px solid transparent;box-shadow:0 1px #0f172a05}.category-dot{width:12px;height:12px;border-radius:50%;display:inline-block;border:2px solid rgba(0,0,0,.04)}.category-item.ballet{background:#fff0f6;color:#be185d;border-color:#ffd6eb}.category-item.sevillanas,.category-item.salsa,.category-item.bachata,.category-item.kizomba{background:#fff5f5;color:#dc2626;border-color:#ffdede}.category-item.zumba{background:#fff7ed;color:#ea580c;border-color:#ffe5cc}.category-item.pilates,.category-item.yoga{background:#ecfdf5;color:#065f46;border-color:#c7f7dc}.category-item.oriental{background:#f3e8ff;color:#6d28d9;border-color:#e9dbff}.category-item.peke{background:#eff6ff;color:#0369a1;border-color:#dbeafe}.category-item .category-dot{background:#0000000f;border-color:#0000000a}.schedule-thumb{display:none;position:relative;background:#fff;border-radius:12px;padding:.5rem;box-shadow:0 6px 18px #0f172a0f;margin-bottom:1rem;cursor:pointer;overflow:hidden;height:210px}.schedule-thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:10px}.download-schedule-link{display:inline-block;margin-top:.75rem;color:#dc2626;font-weight:600;text-decoration:underline}.download-schedule-link:hover{color:#b91c1c}.schedule-thumb-overlay{position:absolute;right:12px;bottom:12px;background:#0000000f;color:#111827;padding:.35rem .6rem;border-radius:8px;font-weight:600;font-size:.9rem}.modal-overlay{display:none;position:fixed;inset:0;background:#00000080;align-items:center;justify-content:center;z-index:2000;padding:1.5rem}.modal-dialog{background:#fff;border-radius:12px;width:100%;max-width:1100px;max-height:90vh;overflow:auto;position:relative;padding:1rem}.modal-close{position:absolute;top:8px;right:10px;background:transparent;border:none;font-size:1.6rem;line-height:1;cursor:pointer}.class-pill{display:inline-block;padding:.35rem .6rem;border-radius:10px;font-weight:600;font-size:.9rem;line-height:1.1;white-space:normal;max-width:100%;border:1px solid transparent}.schedule-table td .cell-classes{display:grid;gap:.35rem}.class-pill.time{background:transparent;color:#dc2626;border:1px solid rgba(220,38,38,.12)}.class-pill.ballet{background:#fff0f6;color:#be185d;border:1px solid #ffd6eb}.class-pill.sevillanas,.class-pill.salsa,.class-pill.bachata,.class-pill.kizomba{background:#fff5f5;color:#dc2626;border:1px solid #ffdede}.class-pill.zumba{background:#fff7ed;color:#ea580c;border:1px solid #ffe5cc}.class-pill.pilates,.class-pill.yoga{background:#ecfdf5;color:#065f46;border:1px solid #c7f7dc}.class-pill.oriental{background:#f3e8ff;color:#6d28d9;border:1px solid #e9dbff}.class-pill.peke{background:#eff6ff;color:#0369a1;border:1px solid #dbeafe}.class-pill.empty{background:transparent;color:#6b7280;font-weight:500}.class-pill.other{background:#f3f4f6;color:#111827}@media(min-width:481px)and (max-width:1024px){.schedule-container{max-width:100%;padding:0 1rem}.schedule-table{table-layout:auto;font-size:.84rem}.schedule-table th,.schedule-table td{padding:.7rem .55rem;font-size:.82rem;white-space:normal;word-break:break-word}.schedule-table{overflow:visible}.schedule-table tbody tr{height:auto}.schedule-table td.class-name{width:72px;min-width:60px;text-align:left;padding-left:.6rem}.schedule-table td .class-pill:not(.time){font-size:.65rem;line-height:1.05;padding:.28rem .45rem}}@media(max-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{font-size:1rem;padding:0 1rem}.schedule-note{padding:1rem;font-size:.9rem}}@media(max-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}}
