* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body { font-family: 'Open Sans', sans-serif; line-height: 1.6; color: #333; display: flex; flex-direction: column; min-height: 100vh; overflow-x: hidden; }
main { flex: 1; display: flex; flex-direction: column; }
.navbar { position: fixed; top: 0; width: 100%; background-color: rgba(42, 99, 66, 0.9); padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); z-index: 1000; transition: background-color 0.3s ease; }
body.scrolled .navbar { background-color: #2a6342; }
.logo { color: #fff; font-size: 1.8rem; font-weight: 700; letter-spacing: 1px; text-decoration: none; transition: color 0.3s ease, transform 0.3s ease; padding: 0.5rem 1rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.logo:hover { color: #a8d5ba; transform: scale(1.05); text-decoration: none; }
.logo-icon { width: 50px; height: auto; background: transparent; vertical-align: middle; }
.logo span { font-size: 1.5rem; }
.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; }
.nav-links { list-style: none; display: flex; gap: 2.5rem; }
.nav-links li { margin: 0; }
.nav-links a { color: #fff; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: color 0.3s ease; }
.nav-links a:hover { color: #a8d5ba; }
.hero { height: 100vh; width: 100%; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; animation: carousel 30s infinite; z-index: -1; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio.jpg'); }
@keyframes carousel {
    0%, 16.67% { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio.jpg'); }
    16.67%, 33.33% { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio2.jpg'); }
    33.33%, 50% { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio3.jpg'); }
    50%, 66.67% { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio4.jpg'); }
    66.67%, 83.33% { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio5.jpg'); }
    83.33%, 100% { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('images/inicio6.jpg'); }
}
.section { padding: 6rem 1rem 4rem; text-align: center; background: linear-gradient(to bottom, #f5faf7, #e0f2e9); animation: fadeIn 0.8s ease-out forwards; width: 100%; box-sizing: border-box; }
main .section { flex: 1; }
.section h2 { font-size: 2.5rem; color: #2a6342; margin-bottom: 2rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.section h3 { font-size: 1.8rem; color: #2a6342; margin-bottom: 1.5rem; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.section p { font-size: 1.2rem; color: #444; margin-bottom: 2rem; }
.cta { text-align: center; margin: 2rem 0; }
.cta-button { display: inline-block; padding: 1rem 2rem; background-color: #2a6342; color: #fff; text-decoration: none; font-size: 1.2rem; font-weight: 600; border-radius: 6px; transition: all 0.3s ease; }
.cta-button i { margin-right: 0.5rem; }
.cta-button:hover { background-color: #7ab395; transform: scale(1.05); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
.blog-card { background-color: #fff; color: #333; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.blog-card h3 { font-size: 1.4rem; color: #2a6342; margin-bottom: 0.5rem; font-family: 'Montserrat', sans-serif; }
.read-more { display: inline-block; margin-top: 1rem; color: #2a6342; text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.read-more:hover { color: #7ab395; }
.stats-grid { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; max-width: 100%; margin: 0 auto; padding: 0 0.5rem; box-sizing: border-box; }
.stat-item { text-align: center; padding: 1rem; flex: 1; min-width: 150px; box-sizing: border-box; }
.stat-item h3 { font-size: 3rem; color: #2a6342; margin-bottom: 0.8rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.stat-item p { font-size: 1.1rem; color: #666; }
.video-section { padding: 4rem 2rem; }
video { border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); max-width: 800px; }
.faq-list { max-width: 800px; margin: 0 auto; text-align: left; }
.faq-item { margin-bottom: 2rem; }
.faq-item h3 { font-size: 1.4rem; color: #2a6342; margin-bottom: 0.5rem; font-family: 'Montserrat', sans-serif; }
.about-section { padding: 6rem 2rem 4rem; background: linear-gradient(to bottom, #f5faf7, #e0f2e9); text-align: center; }
.about-content { max-width: 900px; margin: 0 auto; padding: 0 1rem; }
.about-content h2 { font-size: 2.5rem; color: #2a6342; margin-bottom: 1.5rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.about-content p { font-size: 1.2rem; color: #444; margin-bottom: 2rem; line-height: 1.8; }
.mission-vision { display: flex; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; text-align: left; }
.mission, .vision { flex: 1; background-color: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.mission:hover, .vision:hover { transform: translateY(-5px); }
.mission h3, .vision h3 { font-size: 1.6rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.mission p, .vision p { font-size: 1rem; color: #666; line-height: 1.7; }
.services-list { list-style: none; max-width: 600px; margin: 0 auto; text-align: left; padding: 0 1rem; }
.services-list li { margin: 1.2rem 0; padding-left: 2rem; font-size: 1.1rem; position: relative; color: #444; }
.services-list li:before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2a6342; position: absolute; left: 0; font-size: 1.2rem; }
.testimonials .cards { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; max-width: 100%; margin: 0 auto; }
.testimonial-card { background-color: #fff; color: #333; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 12px; padding: 2rem; width: 100%; max-width: 400px; flex: 1; min-width: 0; box-sizing: border-box; overflow: hidden; }
.swiper-container { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 0.5rem; overflow: hidden; box-sizing: border-box; }
.swiper-wrapper { display: flex; align-items: center; width: 100%; }
.swiper-container .swiper-slide { display: flex; justify-content: center; flex-shrink: 0; width: 100%; max-width: 300px; box-sizing: border-box; }
.testimonial-card p { font-style: italic; font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; line-height: 1.7; word-wrap: break-word; }
.testimonial-card h4 { font-weight: 600; font-size: 1rem; color: #2a6342; text-align: right; font-family: 'Montserrat', sans-serif; }
.swiper-pagination { position: relative; margin-top: 1rem; }
.swiper-pagination-bullet { background: #2a6342; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; background: #2a6342; }
.values { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; }
.value-item { background-color: #fff; padding: 1.5rem; border-radius: 12px; width: 250px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.value-item:hover { transform: translateY(-5px); }
.value-item h3 { font-size: 1.4rem; color: #2a6342; margin-bottom: 0.5rem; font-family: 'Montserrat', sans-serif; }
.lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 2000; }
.lightbox img { max-width: 90%; max-height: 90%; border-radius: 8px; animation: fadeIn 0.5s ease-out; border: none; outline: none; }
.lightbox.active { display: flex; }
.contact-form { max-width: 600px; width: 100%; margin: 2rem auto; display: flex; flex-direction: column; gap: 1.2rem; padding: 0 1rem; animation: fadeIn 0.8s ease-out forwards; }
.contact-form .form-group { display: block; position: relative; }
.contact-form .form-group i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #2a6342; font-size: 1.2rem; }
.contact-form .form-group i.fa-comment { top: 1.5rem; transform: none; }
.contact-form input, .contact-form textarea { padding: 1rem 1rem 1rem 3rem; border: 1px solid #a8d5ba; border-radius: 6px; font-size: 1rem; color: #333; width: 100%; transition: border-color 0.3s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #2a6342; outline: none; }
.contact-form textarea { height: 160px; resize: vertical; padding: 1rem 1rem 1rem 3rem; }
.contact-form button { padding: 1rem; background: #2a6342; color: #fff; border: none; border-radius: 6px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.contact-form button:hover { background: #7ab395; transform: scale(1.05); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
.map-container { position: relative; margin: 0 auto; max-width: 100%; border: none; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; }
.map-container iframe { width: 100%; height: 250px; border: 0; border-radius: 8px; display: block; outline: none; }
.whatsapp-btn { position: fixed; bottom: 25px; right: 25px; z-index: 1000; display: flex; align-items: center; transition: all 0.3s ease; }
.whatsapp-btn img { width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
.whatsapp-text { display: none; background-color: #2a6342; color: #fff; padding: 0.6rem 1.2rem; border-radius: 6px; font-size: 1rem; white-space: nowrap; margin-right: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
.whatsapp-btn:hover .whatsapp-text { display: inline-block; }
.whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
a.cart-button { position: fixed !important; bottom: 25px !important; right: 90px !important; z-index: 1000 !important; display: flex !important; align-items: center !important; padding: 0.8rem 1.5rem !important; background: linear-gradient(135deg, #2a6342 0%, #3b7a57 100%) !important; color: #fff !important; text-decoration: none !important; font-size: 1.1rem !important; font-weight: 600 !important; border-radius: 30px !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important; transition: all 0.3s ease-in-out !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; }
a.cart-button i { margin-right: 0.6rem !important; font-size: 1.2rem !important; }
a.cart-button:hover { background: linear-gradient(135deg, #3b7a57 0%, #2a6342 100%) !important; transform: translateY(-3px) !important; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important; }
a.cart-button:active { transform: translateY(1px) !important; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important; }
.scroll-top { position: fixed; bottom: 90px; right: 25px; z-index: 1000; width: 60px; height: 60px; background: linear-gradient(135deg, #2a6342 0%, #3b7a57 100%); color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; font-size: 1.8rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); cursor: pointer; transition: all 0.3s ease-in-out; opacity: 0; visibility: hidden; }
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: linear-gradient(135deg, #3b7a57 0%, #2a6342 100%); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }
.scroll-top:active { transform: translateY(1px); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
.scroll-top i { font-size: 1.8rem; }
footer { background-color: #2a6342; color: #fff; padding: 2rem 1rem; width: 100%; margin-top: auto; font-size: 1rem; line-height: 1.6; box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15); }
.footer-content { display: flex; justify-content: space-between; gap: 2rem; max-width: 1200px; margin: 0 auto; }
.footer-column { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; }
.footer-column h3 { font-size: 1.2rem; margin-bottom: 1rem; color: #a8d5ba; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.footer-column p { margin-bottom: 0.5rem; text-align: center; }
.footer-column a { color: #fff; text-decoration: none; transition: color 0.3s ease; }
.footer-column a:hover { color: #7ab395; }
.copyright { text-align: center; margin-top: 1.5rem; font-size: 0.9rem; color: #a8d5ba; }
.social-links { text-align: center; margin-top: 1rem; }
.social-links a { color: #fff; font-size: 1.5rem; margin: 0 0.5rem; transition: color 0.3s ease; }
.social-links a:hover { color: #a8d5ba; }
.popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2000; justify-content: center; align-items: center; }
.popup.active { display: flex; }
.popup-content { background: #fff; padding: 2rem; border-radius: 12px; text-align: center; max-width: 400px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.popup-content h3 { font-size: 1.4rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; }
.popup-content input { width: 100%; padding: 0.8rem; margin: 1rem 0; border: 1px solid #a8d5ba; border-radius: 6px; }
.popup-content button { margin: 0.5rem; }
.close-popup { position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 1.2rem; cursor: pointer; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.section .card { opacity: 0; animation: fadeInCard 0.8s ease-out forwards; }
.section .card:nth-child(1) { animation-delay: 0.2s; }
.section .card:nth-child(2) { animation-delay: 0.4s; }
.section .card:nth-child(3) { animation-delay: 0.6s; }
.section .card:nth-child(4) { animation-delay: 0.8s; }
@keyframes fadeInCard { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
a:focus, button:focus { outline: 2px solid #7ab395; outline-offset: 2px; }
@media (max-width: 768px) {
    .navbar { padding: 1rem 1.5rem; flex-wrap: wrap; }
    .logo { font-size: 1.5rem; }
    .logo-icon { width: 40px; }
    .logo span { font-size: 1.3rem; }
    .menu-toggle { display: block; }
    .nav-links { display: none; flex-direction: column; width: 100%; background-color: #2a6342; position: absolute; top: 100%; left: 0; padding: 1rem 0; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
    .nav-links.active { display: flex; }
    .nav-links li { margin: 0.5rem 0; }
    .nav-links a { font-size: 1.1rem; padding: 0.5rem 1rem; display: block; }
    .hero { height: 80vh; background-attachment: scroll; }
    .section { padding: 5rem 0.5rem 2rem; }
    .section h2 { font-size: 2rem; }
    .section h3 { font-size: 1.6rem; }
    .section p { font-size: 1rem; }
    .cta-button { padding: 0.8rem 1.5rem; font-size: 1rem; }
    .stats-grid { gap: 1.5rem; padding: 0 0.5rem; }
    .stat-item { min-width: 120px; }
    .stat-item h3 { font-size: 2.5rem; }
    .stat-item p { font-size: 1rem; }
    .video-section { padding: 3rem 1rem; }
    .faq-item h3 { font-size: 1.2rem; }
    .about-section { padding: 5rem 1rem 2rem; }
    .about-content h2 { font-size: 2rem; }
    .about-content p { font-size: 1rem; }
    .mission-vision { flex-direction: column; gap: 1.5rem; }
    .mission, .vision { padding: 1.5rem; }
    .mission h3, .vision h3 { font-size: 1.4rem; }
    .contact-form { max-width: 100%; padding: 0 1rem; }
    .contact-form input, .contact-form textarea { font-size: 0.95rem; }
    .contact-form button { font-size: 1rem; padding: 0.8rem; }
    .whatsapp-btn { bottom: 15px; right: 15px; }
    .whatsapp-btn img { width: 50px; height: 50px; }
    a.cart-button { right: 70px !important; padding: 0.6rem 1.2rem !important; font-size: 1rem !important; }
    a.cart-button i { font-size: 1rem !important; margin-right: 0.4rem !important; }
    .scroll-top { bottom: 80px; right: 15px; width: 40px; height: 40px; font-size: 1.2rem; }
    .scroll-top i { font-size: 1.2rem; }
    .map-container iframe { height: 200px; }
    .footer-content { flex-direction: column; gap: 2rem; }
    .footer-column { text-align: center; }
    footer { padding: 1.5rem; }
    footer h3 { font-size: 1.1rem; }
    footer a { font-size: 0.9rem; }
    .social-links a { font-size: 1.2rem; }
    .cards { gap: 1rem; padding: 0 0.5rem; }
    .card { max-width: 200px; }
    .swiper-container { padding: 0 0.5rem; }
    .swiper-container .swiper-slide { max-width: 250px; margin-right: 10px; }
    .testimonial-card { max-width: 250px; padding: 1.5rem; }
    .testimonial-card p { font-size: 1rem; }
    .testimonial-card h4 { font-size: 0.9rem; }
}
@media (max-width: 480px) {
    .logo { font-size: 1.3rem; }
    .logo-icon { width: 30px; }
    .logo span { font-size: 1.1rem; }
    .nav-links a { font-size: 1rem; }
    .section { padding: 5rem 0.5rem 2rem; }
    .section h2 { font-size: 1.8rem; }
    .section h3 { font-size: 1.4rem; }
    .about-content h2 { font-size: 1.8rem; }
    .services-list li { font-size: 1rem; }
    .contact-form input, .contact-form textarea { font-size: 0.9rem; }
    .contact-form button { font-size: 0.95rem; padding: 0.7rem; }
    .map-container iframe { height: 180px; }
    footer { font-size: 0.9rem; }
    footer h3 { font-size: 1rem; }
    footer a { font-size: 0.85rem; }
    .stat-item { min-width: 100px; }
    .stat-item h3 { font-size: 2rem; }
    .stat-item p { font-size: 0.9rem; }
    a.cart-button { padding: 0.5rem 1rem !important; font-size: 0.9rem !important; }
    a.cart-button i { font-size: 0.9rem !important; margin-right: 0.3rem !important; }
    .scroll-top { width: 35px; height: 35px; font-size: 1rem; }
    .scroll-top i { font-size: 1rem; }
    .cards { gap: 0.8rem; padding: 0 0.5rem; }
    .card { max-width: 100%; min-width: 0; }
    .swiper-container .swiper-slide { max-width: 200px; margin-right: 8px; }
    .testimonial-card { max-width: 200px; padding: 1rem; }
    .testimonial-card p { font-size: 0.9rem; }
    .testimonial-card h4 { font-size: 0.85rem; }
}
.hero-text { background-color: rgba(0, 0, 0, 0.8); padding: 2.5rem 4rem; border-radius: 12px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.hero-text h1 { font-size: 3.5rem; margin-bottom: 1.5rem; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: 1px; }
.hero-text p { font-size: 1.5rem; color: #fff; font-weight: 300; }
@media (max-width: 768px) {
    .hero-text { padding: 1.5rem 2rem; }
    .hero-text h1 { font-size: 2.5rem; }
    .hero-text p { font-size: 1.2rem; }
}
@media (max-width: 480px) {
    .hero-text h1 { font-size: 2rem; }
    .hero-text p { font-size: 1rem; }
}
.blog-content { max-width: 900px; margin: 0 auto; padding: 0 1rem; }
.blog-article { background-color: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); margin-bottom: 3rem; text-align: left; }
.blog-article h3 { font-size: 2rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.blog-article h4 { font-size: 1.5rem; color: #2a6342; margin: 1.5rem 0 0.5rem; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.blog-article p { font-size: 1.1rem; color: #444; margin-bottom: 1rem; }
.blog-article ul { list-style: none; padding-left: 1rem; margin: 1rem 0; }
.blog-article ul li { position: relative; padding-left: 1.5rem; font-size: 1.1rem; color: #444; margin-bottom: 0.5rem; }
.blog-article ul li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2a6342; position: absolute; left: 0; font-size: 1.2rem; }
.blog-header { max-width: 900px; margin: 0 auto; padding: 0 1rem; text-align: center; }
.success-stories { max-width: 900px; margin: 0 auto; padding: 6rem 2rem 4rem; }
.form-message { margin-top: 1rem; font-size: 1.1rem; text-align: center; }
.form-message.success { color: #2a6342; }
.form-message.error { color: #d9534f; }
.cards { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; max-width: 100%; margin: 0 auto; padding: 0 0.5rem; box-sizing: border-box; }
.card { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; width: 100%; max-width: 250px; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; }
.card:hover { transform: translateY(-5px); }
.card img { width: 100%; height: 150px; object-fit: cover; border: none; outline: none; }
.card p { font-size: 1rem; color: #666; padding: 0 1rem 1rem; }
.card-link { text-decoration: none; color: inherit; }
.card-link:hover { text-decoration: none; }
.card-link, .card-link * { text-decoration: none !important; }
.gallery { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.gallery-img { width: 250px; height: 150px; object-fit: cover; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; border: none; outline: none; }
.gallery-img:hover { transform: scale(1.05); }
.slogan { font-size: 1.5rem; font-weight: 300; color: #fff; margin-bottom: 2rem; }
.highlight-word { font-weight: 700; color: #a8d5ba; }
.plan-designer { padding: 6rem 2rem 4rem; background: #e6f0e9; text-align: center; }
.plan-designer h1 { font-size: 2.5rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.plan-designer p { font-size: 1.2rem; color: #444; margin-bottom: 2rem; }
.plan-tools { display: flex; gap: 2rem; max-width: 1200px; margin: 0 auto; justify-content: center; align-items: flex-start; }
.tools-sidebar { background-color: #fff; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); width: 250px; text-align: left; }
.tools-sidebar h3 { font-size: 1.4rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; }
.tool-group { margin-bottom: 1.5rem; }
.tool-group label { display: block; font-size: 0.9rem; color: #0056b3; margin-bottom: 0.25rem; font-weight: 600; }
.tool-group input { width: 100%; padding: 0.5rem; border: 1px solid #DDD; border-radius: 8px; font-size: 0.9rem; color: #333; margin-bottom: 0.75rem; transition: border-color 0.3s ease; }
.tool-group input:focus { outline: none; border-color: #2a6342; box-shadow: 0 0 5px rgba(42, 99, 66, 0.2); }
.tool-btn { display: flex; align-items: center; gap: 0.5rem; width: 100%; padding: 0.8rem; background-color: #2a6342; border: none; border-radius: 6px; font-size: 1rem; color: #fff; cursor: pointer; transition: all 0.3s ease; text-align: left; }
.tool-btn i { font-size: 1.2rem; }
.tool-btn:hover { background-color: #1e4a31; }
.tool-btn.active { background-color: #a8d5ba; color: #2a6342; }
.plan-type-select { width: 100%; padding: 0.8rem; margin-top: 0.5rem; border: 1px solid #a8d5ba; border-radius: 6px; font-size: 1rem; color: #333; }
.canvas-wrapper { flex: 1; max-width: 950px; position: relative; overflow: hidden; }
.zoom-controls { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 10px; padding: 5px; background: rgba(255, 255, 255, 0.8); border-radius: 6px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.zoom-btn { background-color: #2a6342; color: #fff; border: none; border-radius: 6px; padding: 0.5rem; cursor: pointer; transition: all 0.3s ease; font-size: 1rem; }
.zoom-btn:hover { background-color: #7ab395; }
.zoom-btn:active { background-color: #1e4a31; }
.canvas-container { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; width: 100%; height: 600px; position: relative; z-index: 1; transition: height 0.3s ease; }
.canvas-container.minimized { height: 200px; }
.canvas-container.minimized #planCanvas { height: 200px !important; }
#planCanvas { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; border: none; outline: none; }
.legend { max-width: 1200px; margin: 2rem auto; text-align: left; background-color: #fff; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.legend h3 { font-size: 1.4rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; }
.legend p { font-size: 1rem; color: #444; margin-bottom: 0.5rem; }
.project-section { padding: 6rem 2rem 4rem; background: linear-gradient(to bottom, #f5faf7, #e0f2e9); text-align: center; }
.reserva-section { padding: 6rem 2rem 4rem; background: linear-gradient(to bottom, #f5faf7, #e0f2e9); text-align: center; flex: 1; }
.reserva-container { max-width: 600px; margin: 0 auto; background-color: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.reserva-header { margin-bottom: 2rem; }
.reserva-header h2 { font-size: 2.5rem; color: #2a6342; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.reserva-header p { font-size: 1.2rem; color: #444; }
.reserva-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; text-align: left; }
.form-label { font-size: 1.1rem; color: #2a6342; margin-bottom: 0.5rem; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.form-input, .form-select { padding: 0.8rem; border: 1px solid #a8d5ba; border-radius: 6px; font-size: 1rem; color: #333; width: 100%; transition: border-color 0.3s ease; }
.form-input:focus, .form-select:focus { border-color: #2a6342; outline: none; }
.form-select option { color: #333; }
.btn-primary { padding: 1rem; background: #2a6342; color: #fff; border: none; border-radius: 6px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.btn-primary:hover { background: #7ab395; transform: scale(1.05); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
.contact-info { margin-top: 1.5rem; font-size: 1.1rem; color: #444; }
.contact-info a { color: #2a6342; text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.contact-info a:hover { color: #7ab395; }
@media (max-width: 768px) {
    .plan-tools { flex-direction: column; align-items: center; }
    .tools-sidebar { width: 100%; max-width: 400px; }
    .canvas-wrapper { max-width: 100%; }
    .zoom-controls { gap: 0.4rem; padding: 4px; }
    .zoom-btn { padding: 0.4rem; font-size: 0.9rem; }
    .canvas-container { height: 500px; }
    .canvas-container.minimized { height: 200px; }
    .plan-designer h1 { font-size: 2rem; }
    .plan-designer p { font-size: 1rem; }
    .reserva-section { padding: 5rem 1rem 2rem; }
    .reserva-header h2 { font-size: 2rem; }
    .reserva-header p { font-size: 1rem; }
    .form-label { font-size: 1rem; }
    .form-input, .form-select { font-size: 0.95rem; }
    .btn-primary { font-size: 1rem; padding: 0.8rem; }
    .contact-info { font-size: 1rem; }
}
@media (max-width: 480px) {
    .canvas-container { height: 300px; }
    .canvas-container.minimized { height: 150px; }
    .canvas-container.minimized #planCanvas { height: 150px !important; }
    .zoom-controls { gap: 0.3rem; padding: 3px; }
    .zoom-btn { padding: 0.3rem; font-size: 0.8rem; }
    .tools-sidebar { padding: 1rem; }
    .tool-btn { padding: 0.6rem; font-size: 0.9rem; }
    .tool-btn i { font-size: 1rem; }
    .plan-type-select { padding: 0.6rem; font-size: 0.9rem; }
    .legend h3 { font-size: 1.2rem; }
    .legend p { font-size: 0.9rem; }
    .reserva-header h2 { font-size: 1.8rem; }
    .form-label { font-size: 0.95rem; }
    .form-input, .form-select { font-size: 0.9rem; }
    .btn-primary { font-size: 0.95rem; padding: 0.7rem; }
}
.export-section { padding: 6rem 2rem 4rem; }
.export-container { max-width: 800px; margin: 0 auto; background-color: #fff; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.upload-area { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.upload-area input[type="file"] { padding: 0.5rem; border: 1px solid #a8d5ba; border-radius: 6px; }
.file-list { display: flex; flex-direction: column; gap: 1rem; }
.file-item { display: flex; justify-content: space-between; align-items: center; padding: 1rem; background-color: #f5faf7; border-radius: 6px; }
.file-item span { font-size: 1rem; color: #444; }
.file-item .file-actions { display: flex; gap: 0.5rem; }
.file-item button { padding: 0.5rem 1rem; background-color: #2a6342; color: #fff; border: none; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; }
.file-item button:hover { background-color: #7ab395; }
@media (max-width: 768px) {
    .export-container { padding: 1.5rem; }
    .file-item { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .file-item .file-actions { width: 100%; justify-content: space-between; }
}

/* Estilos para la nueva sección de Leyenda */
.service-legend {
    margin-top: 2rem;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.service-legend h3 {
    font-size: 1.4rem;
    color: #2a6342;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.service-legend ul {
    list-style: none;
    padding: 0;
}

.service-legend li {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-legend li i {
    color: #2a6342;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .service-legend {
        padding: 1rem;
    }

    .service-legend h3 {
        font-size: 1.2rem;
    }

    .service-legend li {
        font-size: 0.95rem;
    }

    .service-legend li i {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .service-legend h3 {
        font-size: 1.1rem;
    }

    .service-legend li {
        font-size: 0.9rem;
    }

    .service-legend li i {
        font-size: 0.9rem;
    }
}