.app,body,html{height:100%;margin:0;padding:0;width:100%}.app{background-color:#fff;color:#000;transition:background .3s ease,color .3s ease}.dark-mode .about,.dark-mode .contact,.dark-mode .faq,.dark-mode .footer,.dark-mode .hero{background-color:#1a1a1a;color:#a9a9a9}.dark-mode .about__title,.dark-mode .services,.dark-mode .services .services__title{color:#a9a9a9}.dark-mode .about__text{color:grey}.dark-mode .footer{background-color:#111}.dark-mode .footer__social a{color:#ffa726}.dark-mode .footer__social a:hover{color:#ffb74d}.dark-mode .hero__button{background:#fc0;color:#000}.dark-mode .hero__button:hover{background:#ffd633}.header{align-items:center;background-color:#344a6f;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:40px;padding:1rem;position:fixed;transition:background .3s ease-in-out,box-shadow .3s ease-in-out;width:100%;z-index:1000}.header.scrolled{background-color:#344a6fcc;box-shadow:0 4px 10px #0000001a}.header__logo{height:auto;width:150px}.header__nav a{color:#fff;margin-left:1rem;text-decoration:none;transition:color .2s ease}.header__nav a:hover{text-decoration:underline}.header__hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;justify-content:center;padding:8px;z-index:1001}.header__hamburger span{background-color:#fff;border-radius:2px;display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:25px}.header__hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__darkmode{align-items:center;display:flex;justify-content:center}.mantenimiento{background:#fff3cd;box-shadow:0 2px 5px #0003;color:#856404;font-size:1rem;font-weight:700;left:0;padding:10px;position:fixed;text-align:center;top:0;width:100%;z-index:1050}.darkModeLabel{color:#fff;font-size:1rem;margin-right:10px}@media (max-width:768px){.header{flex-wrap:wrap;padding:.5rem 1rem}.header__hamburger{display:flex}.header__nav{align-items:center;display:none;flex-direction:column;gap:.5rem;order:3;padding:1rem 0;width:100%}.header__nav--open{display:flex}.header__nav a{font-size:1rem;margin-left:0;padding:8px 0}.header__darkmode{order:2}.darkModeLabel{font-size:.8rem}}.dark-mode .header{background-color:#0009}.dark-mode .header__nav a{color:#f1f1f1}.dark-mode .mantenimiento{background:#333;color:#fc0}.hero{align-items:center;background-image:url(/static/media/paracaidismo_logo_left.8ac2334a82107a87a01e.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;color:#fff;display:flex;justify-content:center;min-height:100vh;position:relative;text-align:center;width:100%}@supports (-webkit-overflow-scrolling:touch){.hero{background-attachment:scroll}}@supports not (-webkit-overflow-scrolling:touch){.hero{background-attachment:fixed}}.hero__overlay{background:#00000080;height:100%;position:absolute;width:100%}.hero__content{max-width:900px;padding:2rem;position:relative;z-index:2}.hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero__subtitle,.hero__title{text-shadow:2px 2px 5px #000000b3}.hero__subtitle{font-size:1.8rem;margin-bottom:2rem}.hero__button{background-color:#ff5722;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:background .3s ease-in-out,transform .2s ease-in-out}.hero__button:hover{background-color:#e64a19;transform:scale(1.05)}@media (max-width:768px){.hero{align-items:center;background-attachment:scroll;background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 1rem}.hero__content{max-width:90%;text-align:center}.hero__title{font-size:2rem;line-height:1.2}.hero__subtitle{font-size:1.4rem}.hero__button{font-size:1rem;padding:.8rem 1.5rem}}.services{background-color:#fafafa;box-sizing:border-box;padding:2rem;text-align:center;width:100%}.services__title{font-size:2rem;margin-bottom:2rem}.services__cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.services__card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;max-width:300px;min-width:200px;padding:1rem;text-align:center}.services__card-image{height:auto;margin-bottom:10px;width:300px}.services__card-title{font-size:1.2rem;margin:0 0 .5rem}.services__card-text{font-size:1rem;line-height:1.4;margin:0}.services__card-price{color:#ff5722;font-weight:700}.dark-mode .services{background-color:#1a1a1a;color:#e0e0e0}.dark-mode .services__card{background-color:#292929}.dark-mode .services__card-price{color:#fc0}@media (max-width:600px){.services__cards{align-items:center;flex-direction:column}.services__card{max-width:100%}}.contact{background-color:#f9f9f9;box-sizing:border-box;padding:2rem;text-align:center;width:100%}.contact__title{color:#333;font-size:2rem;margin-bottom:1rem}.contact__text{color:#666;font-size:1.2rem;margin-bottom:1rem}.contact__list{list-style:none;padding:0}.contact__list li{color:#444;font-size:1.1rem;margin:.5rem 0}.contact__list a{color:#ff5722;font-weight:700;text-decoration:none;transition:color .3s ease-in-out}.contact__list a:hover{color:#d84315}@media (max-width:600px){.contact{padding:1.5rem}.contact__title{font-size:1.8rem}.contact__list li,.contact__text{font-size:1rem}}.dark-mode .contact{background-color:#1a1a1a;color:grey}.dark-mode .contact__title{color:#a9a9a9}.dark-mode .contact__list li,.dark-mode .contact__text{color:grey}.dark-mode .contact__list a{color:#ffa726}.dark-mode .contact__list a:hover{color:#ffb74d}.faq{background-color:#f9f9f9;box-sizing:border-box;padding:2rem;text-align:center;width:100%}.faq__title{color:#333;font-size:2rem;margin-bottom:1rem}.faq__list{margin:0 auto;max-width:800px;text-align:left}.faq__item{border-bottom:1px solid #ddd;padding:1rem 0}.faq__question{align-items:center;background:none;border:none;color:#ff5722;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;padding:.5rem;text-align:left;width:100%}.faq__question:hover{color:#d84315}.faq__arrow{font-size:.8rem;margin-left:.5rem;transition:transform .3s ease}.faq__arrow--open{transform:rotate(180deg)}.faq__answer{color:#666;font-size:1rem;margin-top:.5rem;padding-left:.5rem}@media (max-width:768px){.faq{padding:1.5rem}.faq__title{font-size:1.8rem}.faq__question{font-size:1.1rem}.faq__answer{font-size:.95rem}}.dark-mode .faq__title{color:#a9a9a9}.dark-mode .faq__question{color:#ffa726}.dark-mode .faq__answer{color:grey}.dark-mode .faq__question:hover{color:#ffcc80}.footer{background-color:#344a6f;box-sizing:border-box;color:#fff;padding:1.5rem;text-align:center;width:100%}.footer__content p{margin:.5rem 0}.footer__social{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.footer__social a{color:#ff5722;font-weight:700;text-decoration:none}.footer__social a:hover{color:#d84315}.footer__logo{height:auto;margin-bottom:1rem;width:150px}.gallery{background-color:#f9f9f9;box-sizing:border-box;padding:2rem;text-align:center;width:100%}.gallery__title{color:#333;font-size:2rem;margin-bottom:1.5rem}.gallery__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:900px}.gallery__item{aspect-ratio:1;background:none;border:none;border-radius:8px;cursor:pointer;overflow:hidden;padding:0}.gallery__img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery__item:hover .gallery__img{transform:scale(1.08)}.gallery__lightbox{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;outline:none;position:fixed;top:0;width:100%;z-index:2000}.gallery__lightbox-img{border-radius:8px;max-height:85vh;max-width:85%;object-fit:contain}.gallery__lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;padding:.5rem;position:absolute;right:1.5rem;top:1rem}.gallery__lightbox-close:hover{color:#ff5722}.gallery__lightbox-next,.gallery__lightbox-prev{background:none;border:none;color:#fff;cursor:pointer;font-size:3rem;line-height:1;padding:1rem;position:absolute;top:50%;transform:translateY(-50%)}.gallery__lightbox-prev{left:1rem}.gallery__lightbox-next{right:1rem}.gallery__lightbox-next:hover,.gallery__lightbox-prev:hover{color:#ff5722}.dark-mode .gallery{background-color:#1a1a1a}.dark-mode .gallery__title{color:#f1f1f1}@media (max-width:768px){.gallery{padding:1.5rem}.gallery__title{font-size:1.8rem}.gallery__grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.gallery__lightbox-img{max-height:75vh;max-width:95%}.gallery__lightbox-next,.gallery__lightbox-prev{font-size:2rem}}.about{background-color:#f9f9f9;box-sizing:border-box;padding:2rem;text-align:center;width:100%}.about__title{font-size:2rem;margin-bottom:1rem}.about__text{font-size:1rem;line-height:1.5}
/*# sourceMappingURL=main.cd59a71f.css.map*/