:root{--primary-color: #0A2540;--accent-color: #FFC300;--royal-blue: #4169E1;--text-light: #f5f5f5;--text-dark: #333333;--background-light: #ffffff;--background-soft: #E9ECEF;--font-heading: "Playfair Display", serif;--font-body: "Montserrat", sans-serif;--font-brand: "Roboto", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--background-light);color:var(--text-dark);line-height:1.6}#root{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}.header{background-color:var(--primary-color);color:var(--text-light);padding:0 5%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0003}.header__logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header__logo{height:70px;width:auto}.header__logotext{display:flex;flex-direction:column;justify-content:center;line-height:1.1}.header__logotext--details{font-family:var(--font-heading);color:var(--accent-color);font-size:1.8rem;font-weight:700}.header__logotext--corp{font-family:var(--font-brand);color:var(--text-light);font-size:.8rem;font-weight:700;letter-spacing:2.7px;text-transform:uppercase}.header__nav{display:none}.header__nav-list{list-style:none;display:flex;gap:2rem}.header__nav-link{color:var(--text-light);text-decoration:none;font-weight:700;display:flex;align-items:center;gap:.5rem;font-size:1.1rem;transition:color .3s ease}.header__nav-link:hover{color:var(--accent-color)}.header__menu-icon{display:block;cursor:pointer;background:none;border:none;color:var(--text-light);font-size:2rem;z-index:1001}.header__mobile-nav{position:fixed;top:0;right:0;width:70%;height:100%;background-color:var(--primary-color);transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center}.header__mobile-nav.open{transform:translate(0)}.header__mobile-nav .header__nav-list{flex-direction:column;text-align:center;gap:3rem}.header__mobile-nav .header__nav-link{font-size:1.5rem}.marquee-section{background-color:var(--accent-color);color:var(--primary-color);position:sticky;top:70px;z-index:999;box-shadow:0 2px 5px #0000001a;text-align:center;padding:.5rem 5%;font-size:.85rem;white-space:nowrap;text-decoration:none;transition:background-color .3s ease,color .3s ease}.marquee-section__container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.marquee-section__item{display:flex;align-items:center;flex-basis:calc(50% - .5rem);gap:.5rem;justify-content:center}.marquee-section__icon{font-size:1.2rem;display:flex;align-items:center}.marquee-section__text{font-weight:600;font-size:.8rem}@media (min-width: 768px){.marquee-section__container{justify-content:space-around}.marquee-section__item{flex-basis:auto}.marquee-section:hover{background-color:var(--royal-blue);color:var(--text-light)}.marquee-section:hover .marquee-section__offer{text-decoration:underline}}.cta-section{background-color:var(--background-light);padding:1.5rem 5%;border-top:1px solid #eee;border-bottom:1px solid #eee}.cta-section__container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.cta-section__button{background-color:#25d366;color:#fff;padding:.75rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:background-color .3s ease,transform .2s ease}.cta-section__button:hover{background-color:#1ebe57;transform:scale(1.05)}.whatsapp-button{position:fixed;bottom:25px;right:25px;z-index:1000}.whatsapp-button__icon-link{background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;box-shadow:0 4px 12px #0003;transition:transform .3s ease,background-color .3s ease;text-decoration:none;position:relative}.whatsapp-button__icon-link:hover{transform:scale(1.1)}.whatsapp-popup{position:absolute;bottom:75px;right:0;width:max-content;max-width:280px;background-color:#e6f0ff;padding:.5rem 1rem;border-radius:12px 12px 0;text-decoration:none;box-shadow:0 4px 15px #0003;text-align:center;color:var(--text-dark);font-size:.9rem;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.whatsapp-popup:after{content:"";position:absolute;bottom:0;right:-10px;width:0;height:0;border-style:solid;border-width:20px 0 0 20px;border-color:transparent transparent transparent #E6F0FF}.whatsapp-button.show-popup .whatsapp-popup,.whatsapp-button:hover .whatsapp-popup{opacity:1;transform:translateY(0);pointer-events:auto}.whatsapp-popup:hover{transform:translateY(-2px)}.hero-carousel{position:relative;color:var(--text-light);min-height:70vh;text-align:center;overflow:hidden}.hero-carousel__slides-container{display:flex;height:100%;transition:transform .5s ease-in-out}.hero-carousel__slide{position:relative;min-width:100%;height:70vh}@media (min-width: 768px){.hero-carousel,.hero-carousel__slide{min-height:80vh;height:80vh}}.hero-carousel__arrow{cursor:pointer;color:#fff;font-size:1.2rem;-webkit-user-select:none;user-select:none;transition:background-color .3s ease;width:35px;height:35px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#0000004d}.hero-carousel__arrow:hover{background-color:#00000080}.hero-carousel__controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1.5rem;z-index:10}.hero-carousel__arrow-group{display:flex;gap:.5rem}.hero-carousel__dots{display:flex;gap:10px}.hero-carousel__dot{cursor:pointer;width:12px;height:12px;border-radius:50%;background-color:#ffffff80;transition:background-color .3s ease}.hero-carousel__dot.active{background-color:#fff}.hero__content{top:0;right:0;bottom:0;left:0}.hero__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0a254099;z-index:1}.hero__background-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero__content{position:absolute;z-index:2;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero__title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:1rem}.hero__subtitle{font-size:1.2rem;margin-bottom:2rem;max-width:600px}.cta-button{background-color:var(--accent-color);color:var(--primary-color);border:none;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:5px;text-align:center;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#ffd65c;transform:translateY(-2px)}.featured-products{padding:4rem 5%;text-align:center}.featured-products__title{font-family:var(--font-heading);font-size:2.2rem;margin-bottom:2rem;color:var(--primary-color)}.featured-products__grid{display:grid;grid-template-columns:1fr;gap:2rem}.product-card{border:1px solid var(--accent-color);border-radius:8px;cursor:pointer;overflow:hidden;box-shadow:0 8px 16px #0003;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;text-align:left;text-decoration:none}.product-card:hover{transform:translateY(-5px)}.product-card__image{width:100%;height:250px;object-fit:cover;background-color:#eee}.product-card__info{padding:1rem}.product-card__name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-color);text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-card__description{font-size:1.1rem;color:var(--text-dark);line-height:1.5;font-weight:500}.promotional-section{background-color:var(--background-soft)}.promotional-section__container{display:flex;flex-direction:column;background-color:var(--background-light)}.promotional-section__image-container{display:flex;align-items:center;justify-content:center}.promotional-section__image{width:100%;height:100%;object-fit:contain}.promotional-section__content{padding:2rem 5%;text-align:center}.promotional-section__cta-container{margin-top:1.5rem}.testimonials-carousel{position:relative;padding:4rem 5%;background-color:var(--background-soft);text-align:center;overflow:hidden}.testimonials-carousel__title{font-family:var(--font-heading);font-size:2.2rem;margin-bottom:3rem;color:var(--primary-color)}.testimonials-carousel__slides-container{display:flex;transition:transform .5s ease-in-out}.testimonials-carousel__slide{min-width:100%;padding:1rem 10%;box-sizing:border-box;background-color:#dcf8c6;padding:1.5rem;border-radius:12px 12px 12px 0;position:relative;text-align:left;box-shadow:0 4px 12px #00000014;max-width:800px;margin:0 auto}.testimonials-carousel__slide:after{content:"";position:absolute;bottom:0;left:-10px;width:0;height:0;border-style:solid;border-width:0 0 20px 20px;border-color:transparent transparent #DCF8C6 transparent;transform:rotate(0)}.testimonials-carousel__slide:nth-child(3n+1){background-color:#dcf8c6}.testimonials-carousel__slide:nth-child(3n+1):after{border-color:transparent transparent #DCF8C6 transparent}.testimonials-carousel__slide:nth-child(3n+2){background-color:#e6f0ff}.testimonials-carousel__slide:nth-child(3n+2):after{border-color:transparent transparent #E6F0FF transparent}.testimonials-carousel__slide:nth-child(3n+3){background-color:#fff9e6}.testimonials-carousel__slide:nth-child(3n+3):after{border-color:transparent transparent #FFF9E6 transparent}.testimonials-carousel__controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1.5rem;z-index:10}.testimonials-carousel__arrow-group{display:flex;gap:.5rem}.testimonials-carousel__arrow{cursor:pointer;color:var(--primary-color);font-size:1.2rem;-webkit-user-select:none;user-select:none;transition:background-color .3s ease;width:35px;height:35px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#ffffff80}.testimonials-carousel__arrow:hover{background-color:#fffc}.testimonials-carousel__dots{display:flex;gap:10px}.testimonials-carousel__dot{cursor:pointer;width:12px;height:12px;border-radius:50%;background-color:#0003;transition:background-color .3s ease}.testimonials-carousel__dot.active{background-color:var(--primary-color)}.testimonial-card__message{font-style:italic;margin-bottom:1rem;color:#333}.testimonial-card__author{font-weight:700;color:var(--primary-color);display:flex;flex-direction:column;align-items:flex-start;gap:1rem;flex-direction:row;align-items:center;justify-content:flex-end}.testimonial-card__initials-icon{width:50px;height:50px;border-radius:50%;flex-shrink:0}.testimonial-card__initials-icon{background-color:var(--primary-color);color:var(--text-light);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.testimonial-card__logo-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.footer{background-color:var(--primary-color);color:var(--text-light);padding-top:3rem;text-align:center}.footer__main-content{display:flex;flex-direction:column;gap:2rem;padding:0 5% 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__column{text-align:left}.footer__heading{font-family:var(--font-heading);font-size:1.2rem;margin-bottom:1rem;color:var(--accent-color)}.footer__column p{margin-bottom:.5rem;font-size:.9rem;color:#fffc}.footer__contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer__contact-link{color:inherit;text-decoration:none;transition:color .3s ease}.footer__link-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer__links{list-style:none}.footer__links a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__links a:hover{color:var(--accent-color)}.footer__socials{display:flex;gap:1.5rem}.footer__socials a{color:var(--text-light);font-size:1.5rem;transition:color .3s ease}.footer__socials a:hover{color:var(--accent-color)}.footer__bottom-bar{padding:1.5rem 5%}.footer__copyright{font-size:.9rem;opacity:.8}.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width: 768px){.header__menu-icon{display:none}.header__nav{display:block}.hero__title{font-size:3.5rem}.featured-products__grid{grid-template-columns:repeat(2,1fr)}.product-card{border-color:#ddd;box-shadow:0 4px 8px #0000001a;transform:translateY(0)}.product-card:hover{border-color:var(--accent-color);transform:translateY(-5px);box-shadow:0 8px 16px #0003}}@media (min-width: 1024px){.featured-products__grid{grid-template-columns:repeat(3,1fr)}.promotional-section__container{flex-direction:row}.promotional-section__image-container{flex-basis:50%;min-height:300px}.promotional-section__content{flex-basis:50%;padding:4rem;text-align:left;display:flex;flex-direction:column;justify-content:center}.promotional-section__title{font-size:2.6rem}.promotional-section__body{font-size:1.1rem;line-height:1.7}.promotional-section__cta-container{margin-top:auto;padding-top:2rem}.footer__main-content{flex-direction:row;justify-content:space-around;text-align:left}}@media (min-width: 768px){.cta-section__container{flex-direction:row;justify-content:center;gap:1.5rem}.cta-section__text{font-size:2.2rem;font-weight:600;color:var(--text-dark)}}@media (min-width: 768px){.cta-section__container{flex-direction:row;justify-content:center;gap:1.5rem}}.whatsapp-notification{position:absolute;top:-5px;right:-5px;background-color:#ff3b30;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border:2px solid white;box-shadow:0 2px 5px #0000004d;animation:pulse 1.5s infinite}.product-price-original{color:#9ca3af;text-decoration-line:line-through;font-size:.875rem;line-height:1.25rem}.product-price-discounted{color:#16a34a;font-weight:700;font-size:.875rem;line-height:1.25rem}.product-card .group-hover\:text-blue-600:hover{color:var(--royal-blue)}
