.header{position:fixed;top:0;left:0;width:100%;background-color:#fafafa;box-shadow:0 2px 15px #0000000d;z-index:1000;padding:.8rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;cursor:pointer;opacity:0;animation:fadeIn .3s ease forwards}.header__content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.header__logo{display:flex;flex-direction:column;align-items:flex-start}.header__logo img{height:65px;width:auto;object-fit:contain}.header__logo .header__subtitle{font-size:.95rem;color:gold;font-weight:500;margin-top:.1rem;letter-spacing:.5px}.header__nav ul{display:flex;list-style:none;gap:2rem;align-items:center}.header__nav ul li a{color:#000;text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer}.header__nav ul li a:hover{color:gold}.header__nav ul .header__whatsapp-mobile{display:none}.header__whatsapp-desktop{display:flex;align-items:center;gap:.5rem;background:#FFD700;color:#000;font-weight:600;padding:.5rem 1.2rem;border-radius:30px;text-decoration:none;font-size:1rem;box-shadow:0 2px 8px #00000012;transition:background .2s}.header__whatsapp-desktop:hover{background:rgb(214.2,180.6,0);color:#000}.header__whatsapp-desktop svg{font-size:1.2rem}.header__menu-btn{display:none;background:none;border:none;font-size:1.5rem;color:#1b4d3e;cursor:pointer;z-index:1201;transition:transform .3s ease}.header__menu-btn:hover{transform:scale(1.1)}.header__menu-btn--close{display:none}@media (max-width: 900px){.header__nav ul{gap:1.2rem}.header__logo img{height:55px}.header__whatsapp-desktop{font-size:.95rem;padding:.4rem .8rem}}@media (max-width: 768px){.header__menu-btn{display:block;z-index:1201}.header__whatsapp-desktop{display:none}.header__nav{position:fixed;top:0;right:-100%;height:100vh;background-color:#fafafa;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 25px #0000001a;z-index:1202;display:flex;flex-direction:column;align-items:flex-end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__nav.active{right:0;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}.header__nav ul{flex-direction:column;gap:1.5rem;margin-top:4rem;align-items:flex-start}.header__nav ul li{opacity:0;transform:translate(20px);transition:all .3s ease}.header__nav ul li:nth-child(1){transition-delay:.1s}.header__nav ul li:nth-child(2){transition-delay:.2s}.header__nav ul li:nth-child(3){transition-delay:.3s}.header__nav ul li:nth-child(4){transition-delay:.4s}.header__nav ul li:nth-child(5){transition-delay:.5s}.header__nav.active ul li{opacity:1;transform:translate(0)}.header__nav .header__menu-btn--close{display:block;position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;font-size:2rem;color:#1b4d3e;z-index:1203;transition:transform .3s ease}.header__nav .header__menu-btn--close:hover{transform:rotate(90deg)}.header__logo img{height:50px}.header__logo h1{font-size:1.1rem}.header__logo .header__subtitle{font-size:.85rem}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero{min-height:100vh;padding:0;position:relative;overflow:hidden;display:flex;align-items:center;background-image:url(https://images.unsplash.com/photo-1465101046530-73398c7f28ca?auto=format&fit=crop&w=1500&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,40,0,.95) 0%,rgba(0,40,0,.85) 50%,rgba(0,40,0,.75) 100%)}.hero__content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.hero__text{color:#fff;max-width:600px;padding:2rem 0}.hero__text h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2;font-weight:700;letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero__text p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95;font-weight:400;line-height:1.7;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero__text p strong{color:gold;font-weight:700}.hero__buttons{display:flex;gap:1.2rem;flex-wrap:wrap}.hero__buttons .btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.hero__buttons .btn-primary{background:#FFD700;color:#000;border:2px solid #FFD700}.hero__buttons .btn-primary:hover{background:#ccac00;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.hero__buttons .btn-secondary{background:transparent;color:#fff;border:2px solid #FFFFFF}.hero__buttons .btn-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px);box-shadow:0 5px 15px #0003}.hero__price{margin:1.5rem 0;text-align:center}.hero__price span{display:inline-block;background-color:gold;color:#000;padding:.8rem 2rem;border-radius:50px;font-size:1.4rem;font-weight:700;box-shadow:0 4px 15px #0000001a;animation:pulse 2s infinite}@media (max-width: 992px){.hero__text h1{font-size:2.8rem}.hero__text p{font-size:1.1rem}}@media (max-width: 768px){.hero__text h1{font-size:2.2rem}.hero__text p{font-size:1rem}.hero__buttons .btn{padding:.9rem 1.8rem;font-size:1rem}}@media (max-width: 600px){.hero{min-height:100vh}.hero__text h1{font-size:1.8rem}.hero__text p{font-size:.95rem;margin-bottom:2rem}.hero__buttons{flex-direction:column;gap:1rem}.hero__buttons .btn{width:100%;text-align:center}}.products{padding:8rem 0;background-color:#fafafa;position:relative;overflow:hidden}.products:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,40,0,.03) 0%,rgba(0,40,0,.01) 100%);pointer-events:none}.products__header{text-align:center;margin-bottom:5rem;position:relative}.products__header .products__subtitle{color:gold;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;display:block}.products__header h2{color:#1b4d3e;font-size:2.8rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.products__header p{color:#000;opacity:.8;font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;position:relative}.products__card{background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;height:100%}.products__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.products__card:hover .products__overlay{opacity:1}.products__card:hover .products__image img{transform:scale(1.1)}.products__card--bestseller{border:2px solid #FFD700;transform:scale(1.05);box-shadow:0 15px 40px #0000001a}.products__card--bestseller:hover{transform:scale(1.08)}.products__image{height:300px;overflow:hidden;position:relative;flex-shrink:0}.products__image img{width:100%;height:100%;object-fit:fill;transition:transform .6s cubic-bezier(.4,0,.2,1)}.products__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,40,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.products__whatsapp{background:#FFD700;color:#000;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.products__whatsapp:hover{background:#ccac00;transform:scale(1.05)}.products__whatsapp svg{font-size:1.2rem}.products__info{padding:2rem;display:flex;flex-direction:column;flex:1}.products__info h3{color:#1b4d3e;font-size:1.5rem;margin-bottom:1rem;font-weight:700;min-height:3.6rem;display:flex;align-items:center}.products__info p{color:#000;opacity:.8;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;min-height:4.8rem;display:flex;align-items:flex-start}.products__footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.products__price{font-size:1.8rem;font-weight:700;color:gold}.products__price--bestseller{color:gold;font-size:2.2rem;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:pulse 2s infinite}.products .btn{width:100%;text-align:center;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.products .btn svg{font-size:1.2rem}.products .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.products__bestseller-badge{position:absolute;top:15px;right:15px;background-color:gold;color:#000;padding:.4rem .8rem;border-radius:50px;font-weight:700;font-size:.85rem;z-index:2;box-shadow:0 4px 15px #0000001a;animation:pulse 2s infinite;text-transform:uppercase;letter-spacing:.5px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 992px){.products{padding:6rem 0}.products__header{margin-bottom:3rem}.products__header h2{font-size:2.4rem}.products__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media (max-width: 768px){.products{padding:4rem 0}.products__header{margin-bottom:2.5rem}.products__header h2{font-size:2rem}.products__header p{font-size:1.1rem}.products__card{max-width:400px;margin:0 auto}}@media (max-width: 480px){.products__header h2{font-size:1.8rem}.products__info{padding:1.5rem}.products__image{height:250px}}.phrases{padding:8rem 0;background-color:#fafafa;position:relative;overflow:hidden}.phrases__background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(27,77,62,.02) 0%,rgba(255,215,0,.02) 100%);pointer-events:none}.phrases__header{text-align:center;margin-bottom:5rem;position:relative}.phrases__header .phrases__subtitle{color:gold;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;display:block}.phrases__header h2{color:#1b4d3e;font-size:2.8rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.phrases__header p{color:#000;opacity:.8;font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.phrases__content,.phrases__category{margin-bottom:4rem}.phrases__category:last-child{margin-bottom:0}.phrases__category-title{color:#1b4d3e;font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:700;position:relative}.phrases__category-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#FFD700;border-radius:2px}.phrases__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.phrases__card{background-color:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:all .3s ease;position:relative;border:1px solid rgba(27,77,62,.1)}.phrases__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026;border-color:gold}.phrases__card:hover .phrases__card-overlay{opacity:1}.phrases__card-content{padding:2rem;position:relative;min-height:120px;display:flex;flex-direction:column;justify-content:center}.phrases__text{color:#1b4d3e;font-size:1.1rem;line-height:1.6;font-style:italic;text-align:center;margin:0;font-weight:500}.phrases__card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(27,77,62,.9);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.phrases__copy-btn{background:#FFD700;color:#000;border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.phrases__copy-btn:hover{background:#ccac00;transform:scale(1.05)}.phrases__copy-btn:active{transform:scale(.95)}.phrases__footer{text-align:center;padding:2rem;background:rgba(255,215,0,.1);border-radius:15px;border:1px solid rgba(255,215,0,.3)}.phrases__note{color:#1b4d3e;font-size:1rem;line-height:1.6;margin:0}.phrases__note strong{color:gold}@media (max-width: 992px){.phrases{padding:6rem 0}.phrases__header{margin-bottom:3rem}.phrases__header h2{font-size:2.4rem}.phrases__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem}}@media (max-width: 768px){.phrases{padding:4rem 0}.phrases__header{margin-bottom:2.5rem}.phrases__header h2{font-size:2rem}.phrases__header p{font-size:1.1rem}.phrases__category-title{font-size:1.8rem}.phrases__card{max-width:400px;margin:0 auto}.phrases__card-content{padding:1.5rem;min-height:100px}.phrases__text{font-size:1rem}}@media (max-width: 480px){.phrases__header h2{font-size:1.8rem}.phrases__grid{grid-template-columns:1fr}.phrases__card-content{padding:1.2rem}}.about{position:relative;padding:8rem 0;background-color:#fafafa;overflow:hidden}.about__background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.95) 0%,rgba(240,240,240,.95) 100%);z-index:1}.about .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about__text h2{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;position:relative;padding-bottom:1rem}.about__text h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#27ae60}.about__subtitle{display:inline-block;font-size:1.1rem;color:#27ae60;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.about__description{margin-bottom:3rem}.about__description p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.about__description p:last-child{margin-bottom:0}.about__features{display:grid;gap:2rem}.about__feature{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about__feature:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.about__feature-icon{width:50px;height:50px;background:#27ae60;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about__feature-icon svg{width:24px;height:24px;color:#fff}.about__feature-content h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.about__feature-content p{font-size:1rem;color:#666;margin:0}.about__image{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.about__image-wrapper{position:relative;width:100%;height:100%;max-width:500px;max-height:600px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about__image-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(39,174,96,.2),rgba(39,174,96,0));z-index:1}.about__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about__image-wrapper:hover img{transform:scale(1.05)}@media (max-width: 1024px){.about{padding:6rem 0}.about__content{gap:3rem}.about__image-wrapper{max-width:400px;max-height:500px}}@media (max-width: 768px){.about{padding:4rem 0}.about__content{grid-template-columns:1fr;gap:3rem}.about__text{text-align:center}.about__text h2:after{left:50%;transform:translate(-50%)}.about__features{max-width:500px;margin:0 auto}.about__image{order:-1}.about__image-wrapper{max-width:100%;max-height:400px}}@media (max-width: 480px){.about{padding:3rem 0}.about__text h2{font-size:2.5rem}.about__feature{padding:1.2rem}.about__image-wrapper{max-height:300px}}.contact{position:relative;padding:8rem 0;background-color:#fafafa;overflow:hidden}.contact__background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.95) 0%,rgba(240,240,240,.95) 100%);z-index:1}.contact .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.contact__header{text-align:center;margin-bottom:4rem}.contact__header .contact__subtitle{display:inline-block;font-size:1.1rem;color:#27ae60;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.contact__header h2{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.contact__header h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#27ae60}.contact__header p{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.contact__content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:flex-start}.contact__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.contact__item{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;display:flex;align-items:flex-start;gap:1.5rem}.contact__item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.contact__icon-wrapper{width:50px;height:50px;background:#27ae60;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__icon{font-size:1.5rem;color:#fff}.contact__item-content h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact__item-content p,.contact__item-content .contact__link{color:#666;font-size:1rem;line-height:1.5;margin:0;text-decoration:none;transition:color .3s ease}.contact__item-content .contact__link:hover{color:#27ae60}.contact__form{background:white;padding:3rem;border-radius:20px;box-shadow:0 20px 40px #0000001a}.contact .form__group{margin-bottom:1.5rem}.contact .form__group input,.contact .form__group textarea{width:100%;padding:1.2rem;border:2px solid #eee;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fafafa}.contact .form__group input:focus,.contact .form__group textarea:focus{outline:none;border-color:#27ae60;background:white}.contact .form__group input::placeholder,.contact .form__group textarea::placeholder{color:#999}.contact .form__group textarea{height:150px;resize:vertical}.contact .btn{width:100%;padding:1.2rem;font-size:1.1rem;font-weight:600;border-radius:12px;background:#27ae60;color:#fff;border:none;cursor:pointer;transition:all .3s ease}.contact .btn:hover{background:#219a52;transform:translateY(-2px)}@media (max-width: 1024px){.contact{padding:6rem 0}.contact__content{gap:3rem}.contact__form{padding:2rem}}@media (max-width: 768px){.contact{padding:4rem 0}.contact__header{margin-bottom:3rem}.contact__header h2{font-size:2.5rem}.contact__content,.contact__info{grid-template-columns:1fr}.contact__item{padding:1.5rem}}@media (max-width: 480px){.contact{padding:3rem 0}.contact__header h2{font-size:2rem}.contact__form{padding:1.5rem}.contact .form__group input,.contact .form__group textarea{padding:1rem}}.faq{padding:7rem 0 6rem;background:#fafafa;position:relative}.faq .container{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq__header{text-align:center;margin-bottom:3.5rem}.faq__header h2{color:#1b4d3e;font-size:2.5rem;font-weight:700;margin-bottom:1.2rem;letter-spacing:.5px}.faq__header p{color:#000;opacity:.8;font-size:1.15rem;max-width:500px;margin:0 auto}.faq__list{display:flex;flex-direction:column;gap:1.5rem}.faq__item{background:#FFFFFF;border-radius:16px;box-shadow:0 8px 32px #00280012;overflow:hidden;transition:box-shadow .3s;border:1.5px solid rgba(255,215,0,.08)}.faq__item.open{box-shadow:0 12px 36px #ffd70021;border-color:gold}.faq__question{width:100%;background:none;border:none;outline:none;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;font-size:1.15rem;font-weight:600;color:#1b4d3e;cursor:pointer;transition:background .2s;position:relative;z-index:2;text-align:left;letter-spacing:.2px}.faq__question .faq__icon{font-size:1.1rem;margin-left:1.2rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq__question:hover{background:rgba(255,215,0,.08)}.faq__item.open .faq__icon{transform:rotate(180deg)}.faq__answer{background:#FFFFFF;padding:0 2rem;font-size:1.08rem;color:#000;opacity:.93;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s}.faq__answer p{margin:1.2rem 0 1.5rem;line-height:1.7}.faq__item.open .faq__answer{padding:0 2rem 1.2rem;max-height:300px}@media (max-width: 600px){.faq{padding:4rem 0 2.5rem}.faq__header h2{font-size:1.5rem}.faq__question{font-size:1rem;padding:1.1rem 1rem}.faq__answer{padding:0 1rem}.faq__item.open .faq__answer{padding:0 1rem 1rem}}.map{padding:8rem 0;background-color:#fafafa;position:relative;overflow:hidden}.map__header{text-align:center;margin-bottom:4rem;position:relative}.map__header .map__subtitle{color:gold;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;display:block}.map__header h2{color:#1b4d3e;font-size:2.8rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.map__header p{color:#000;opacity:.8;font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.map__content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.map__container{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;background:#FFFFFF;position:relative}.map__container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(27,77,62,.05) 0%,rgba(255,215,0,.05) 100%);pointer-events:none;z-index:1}.map__container iframe{position:relative;z-index:2;border-radius:20px}.map__info{display:flex;flex-direction:column;gap:2rem}.map__address-card{background:#FFFFFF;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(27,77,62,.1);position:relative;overflow:hidden}.map__address-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FFD700,#1B4D3E)}.map__address-card h3{color:#1b4d3e;font-size:1.8rem;margin-bottom:1.5rem;font-weight:700}.map__address-card .map__address{color:#000;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.map__address-card .map__address strong{color:#1b4d3e;font-weight:600}.map__actions{display:flex;flex-direction:column;gap:1rem}.map__actions .btn{width:100%;text-align:center;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.map__actions .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.map__actions .btn-primary{background:#FFD700;color:#000}.map__actions .btn-primary:hover{background:#ccac00}.map__actions .btn-secondary{background:#1B4D3E;color:#fff}.map__actions .btn-secondary:hover{background:rgb(40.2403846154,114.7596153846,92.4038461538)}@media (max-width: 992px){.map{padding:6rem 0}.map__header{margin-bottom:3rem}.map__header h2{font-size:2.4rem}.map__content{grid-template-columns:1fr;gap:2rem}.map__container iframe{height:400px}}@media (max-width: 768px){.map{padding:4rem 0}.map__header{margin-bottom:2.5rem}.map__header h2{font-size:2rem}.map__header p{font-size:1.1rem}.map__container iframe{height:350px}.map__address-card{padding:2rem}.map__address-card h3{font-size:1.6rem}.map__address-card .map__address{font-size:1rem}}@media (max-width: 480px){.map__header h2{font-size:1.8rem}.map__container iframe{height:300px}.map__address-card{padding:1.5rem}.map__address-card h3{font-size:1.4rem}.map__actions .btn{padding:.8rem 1.2rem;font-size:.9rem}}.footer{position:relative;background:linear-gradient(135deg,#1B4D3E 60%,rgb(13.7596153846,39.2403846154,31.5961538462) 100%);color:#fff;padding:5rem 0 2rem;overflow:hidden}.footer__background{position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://www.transparenttextures.com/patterns/diamond-upholstery.png);opacity:.07;z-index:1;pointer-events:none}.footer .container{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 2rem}.footer__content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2.5rem;gap:2.5rem;text-align:center}.footer__info h3{color:gold;font-size:2rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px}.footer__info p{opacity:.88;max-width:500px;margin:0 auto .5rem;font-size:1.08rem;font-weight:400}.footer__info .footer__address{color:#fff;opacity:.8;font-size:1.05rem;margin-bottom:.2rem}.footer__info .footer__phone{color:gold;font-weight:600;font-size:1.1rem;margin-bottom:.2rem}.footer__info .footer__phone a{color:gold;text-decoration:underline}.footer__info .footer__phone a:hover{color:#fff}.footer__social{display:flex;gap:1.2rem;align-items:center;justify-content:center;margin-top:1.2rem}.footer__icon-circle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:rgba(255,215,0,.13);border:2px solid rgba(255,215,0,.25);transition:background .3s,border .3s,transform .3s;font-size:1.7rem;color:gold;box-shadow:0 2px 10px #00000012}.footer__icon-circle:hover{background:#FFD700;color:#1b4d3e;border:2px solid #FFD700;transform:scale(1.08)}.footer__icon-circle svg{font-size:1.5rem;transition:color .3s}.footer__divider{width:100px;height:4px;background:linear-gradient(90deg,transparent,#FFD700 50%,transparent);border-radius:2px;margin:2.5rem auto 1.5rem;opacity:.7}.footer__bottom{text-align:center;padding-top:1rem}.footer__bottom p{opacity:.7;font-size:1rem;letter-spacing:.5px;margin-bottom:1rem}.footer__todium{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.footer__todium span{color:#fff9;font-size:.9rem;font-weight:400}.footer__todium a{display:flex;align-items:center;transition:opacity .3s ease}.footer__todium a:hover{opacity:.8}.footer__todium a img{height:20px;width:auto;filter:brightness(0) invert(1);opacity:.7;transition:opacity .3s ease}.footer__todium a:hover img{opacity:1}@media (max-width: 900px){.footer{padding:3rem 0 1.2rem}.footer__content{gap:2rem}.footer__info h3{font-size:1.3rem}.footer__info p,.footer__info .footer__address,.footer__info .footer__phone{font-size:.97rem}.footer__icon-circle{width:40px;height:40px;font-size:1.2rem}.footer__divider{margin:2rem auto 1rem}.footer__todium span{font-size:.85rem}.footer__todium img{height:18px}}@media (max-width: 600px){.footer__content{gap:1.2rem}.footer__info h3{font-size:1.1rem}.footer__info p,.footer__info .footer__address,.footer__info .footer__phone{font-size:.95rem}.footer__icon-circle{width:34px;height:34px;font-size:1rem}.footer__divider{width:60px;height:3px}.footer__bottom p{font-size:.92rem}.footer__todium{flex-direction:column;gap:.3rem}.footer__todium span{font-size:.8rem}.footer__todium img{height:16px}}.floating-whatsapp{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px;box-shadow:0 4px 15px #0003;z-index:1000;transition:all .3s ease;animation:pulse 2s infinite}.floating-whatsapp:hover{transform:scale(1.1);background-color:#21bd5c}.floating-whatsapp svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes pulse{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (max-width: 768px){.floating-whatsapp{width:50px;height:50px;font-size:30px;bottom:20px;right:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#000;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-primary{background-color:gold;color:#000}.btn-primary:hover{background-color:#ccac00}.btn-secondary{background-color:#1b4d3e;color:#fff}.btn-secondary:hover{background-color:#28735c}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}
