/*! elementor-pro - v3.21.0 - 20-05-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();{"id":1749,"date":"2023-05-17T17:20:17","date_gmt":"2023-05-17T17:20:17","guid":{"rendered":"https:\/\/ktjkrug.com\/?p=1749"},"modified":"2023-09-29T10:56:46","modified_gmt":"2023-09-29T10:56:46","slug":"puerto-rico-green-hotel","status":"publish","type":"post","link":"https:\/\/ktjkrug.com\/puerto-rico-green-hotel\/","title":{"rendered":"puerto rico green hotel"},"content":{"rendered":"

Introduction to Puerto Rico Green Hotel<\/h2>\n

Puerto Rico Green Hotel<\/b> is a sustainable accommodation solution focused on preserving the environment. It promotes clean energy sources, eco-friendly practices, and incorporates biodegradable materials in its interiors. This hotel showcases that luxury and sustainability can go hand in hand to provide comfortable living spaces while minimizing our carbon footprint.<\/p>\n

The Puerto Rico <\/b>Green Hotel<\/a> offers impeccable hospitality alongside numerous environmental benefits. The hotel has implemented measures such as reducing water consumption by incorporating efficient plumbing systems, using solar energy for electricity, and ensuring organic waste disposal through composting. The greenery surrounding the hotel not only adds to the aesthetics of the place but also contributes to regulating air pollution.<\/p>\n

This eco-hotel resort offers amenities like an outdoor pool, spa services, and adventure activities. One can take a nature walk around the lush-green area and explore wildlife firsthand. Guests are encouraged to participate in various conservation initiatives that the hotel undertakes regularly.<\/p>\n

To make your stay even more sustainable at Puerto<\/a> Rico Green Hotel, one can follow some simple practices like carrying reusable bags, cutlery, and avoiding single-use items during their visit. Be mindful of your water usage during showers or brushing teeth while you conserve energy by turning off unnecessary lights and electronic appliances when not needed.<\/p>\n

Ultimately, Puerto Rico Green Hotel<\/b> sets an example and inspires visitors to adopt environmentally responsible behavior both at home and during their travels. Staying at Puerto<\/a> Rico Green Hotel<\/b> is like hugging a tree, except you get to sleep in a comfortable bed instead of bark.<\/p>\n

Eco-Friendly Features of Puerto Rico Green Hotel<\/h2>\n

Puerto Rico Green Hotel: Environmental Sustainability at its Best<\/b><\/p>\n

Puerto Rico Green Hotel<\/b> is a model of an environmentally sustainable hospitality establishment. This hotel prides itself on its eco-friendly features that promote sustainable tourism and minimize environmental impact.<\/p>\n

Here are five eco-friendly features<\/b> of Puerto Rico Green Hotel that stand out:<\/p>\n

    \n
  1. Alternative Energy Sources<\/b>: The hotel uses solar panels and wind turbines to power its operations and generate energy. This significantly reduces the hotel’s carbon footprint and dependence on fossil fuels.<\/li>\n
  2. Green Landscaping<\/b>: The hotel’s landscaping practices involve using native plants and trees that require less water and are resistant to pests and diseases. Also, the hotel does not use any harmful chemicals in its landscaping.<\/li>\n
  3. Waste Reduction and Recycling<\/b>: The hotel implements various waste reduction and recycling practices to minimize the amount of waste sent to landfills. This includes composting, paperless transactions, and using biodegradable products where possible.<\/li>\n
  4. Water Conservation<\/b>: The hotel promotes water conservation by using low-flow showerheads, faucets, and toilets. Also, it harvests rainwater and uses it for irrigation and flushing.<\/li>\n
  5. Eco-friendly Operations<\/b>: The hotel reduces electricity consumption by using energy-efficient appliances, lighting, and HVAC systems. Additionally, it trains its staff and guests on sustainable practices, such as reducing energy and water consumption.<\/li>\n<\/ol>\n

    Furthermore, Puerto Rico Green Hotel offsets its carbon emissions by investing in renewable energy projects. It also supports the local community by sourcing products and services locally, minimizing transportation emissions.<\/p>\n

    Not visiting Puerto Rico Green Hotel<\/b> means missing out on a chance to experience sustainable hospitality at its best. Book your stay now<\/a> and be part of the movement towards a more sustainable tourism industry.<\/p>\n

    A bright idea: energy-efficient lighting saves money and the environment, so you can feel good about binge-watching Netflix guilt-free.<\/em><\/p>\n

    Energy-efficient Lighting Systems<\/h3>\n

    This Puerto Rico green hotel has implemented bright ideas to save energy with their lighting systems. Not only do they use LED and compact fluorescent lamps<\/b>, but the hotel is also equipped with motion detectors<\/b>, which activate lighting only when necessary. By using eco-friendly bulbs and motion sensors, guests can rest easy knowing that their carbon footprint is being reduced during their stay.<\/p>\n

    The hotel’s innovative lighting system not only reduces energy consumption, but it also enhances the overall guest experience. With different light settings for various times of day, guests can relax in a natural environment that replicates daylight brightness. The energy-efficient lighting systems at this Puerto Rico green hotel are sure to impress their environmentally conscious guests.<\/p>\n

    In addition to these eco-friendly features, the hotel has installed solar panels<\/b> to further reduce energy usage. As an added bonus, the sun-powered panels provide a nice decorative touch to the hotel exterior.<\/p>\n

    Pro Tip: When staying at hotels, it’s always a good idea to turn off all lights and electronics when not in use or when leaving the room for extended periods. This simple habit can significantly reduce energy waste during your travels.<\/em><\/p>\n

    Saving <\/b>water is a real splash<\/a> at Puerto Rico Green Hotel – they even make their toilets feel guilty for wasting it.<\/p>\n

    Water Conservation Measures<\/h3>\n

    As part of its eco-friendly efforts, the Puerto Rico Green Hotel has implemented measures for conserving one of our most precious resources – water. Here are three ways in which this hotel<\/a> is working to save water:<\/p>\n

      \n
    1. The hotel has installed low-flow showerheads and faucets<\/b> throughout the building to reduce unnecessary water usage.<\/li>\n
    2. Rainwater harvesting systems<\/b> have been set up to collect rainwater that can be used to irrigate the gardens and plants on the property.<\/li>\n
    3. The hotel’s laundry facilities use high-efficiency machines<\/b> that require less water than traditional equipment.<\/li>\n<\/ol>\n

      Beyond these conservation methods, the Puerto Rico Green Hotel has an innovative process for recycling wastewater by filtering it thoroughly so that it can be reused for non-potable purposes such as irrigation and flushing toilets<\/b>.<\/p>\n

      Pro Tip: You too can conserve water<\/b> by fixing any leaks in your home, using drought-resistant plants in your garden, and taking shorter showers.<\/p>\n

      Who needs electricity bills when you can power your vacation with sun and wind?<\/em> Puerto Rico Green Hotel’s renewable energy sources make sure you can indulge guilt-free<\/b>.<\/p>\n

      Renewable Energy Sources<\/h3>\n

      The green <\/b>hotel in Puerto Rico<\/a> utilizes various sustainable energy sources to power its operations. These renewable sources include solar panels, wind turbines, and geothermal systems<\/b>. This enables the hotel to reduce its carbon footprint<\/b> significantly.<\/p>\n

      Solar panels<\/b> are installed on the roofs of buildings in the hotel compound, which generate electricity from sunlight through photovoltaic cells. The wind turbines<\/b> provide clean energy by harnessing the power of wind, while geothermal energy<\/b> is used to heat and cool the rooms.<\/p>\n

      In addition to these sources of renewable energy, the hotel also uses an innovative water recycling system<\/b> that collects rainwater for use in irrigation and toilets. Through these measures, the hotel has been able to cut down on their usage of municipal water supply<\/b>.<\/p>\n

      The green hotel has received numerous awards for its commitment towards sustainability, including being named one of National Geographic’s Unique Lodges of the World. According to reports by National Geographic, green really is the new black at Puerto Rico Green Hotel – they recycle and reduce waste so much, even the trash cans are impressed<\/b>.<\/p>\n

      Recycling and Waste Reduction Programs<\/h3>\n

      At Puerto Rico Green Hotel, a wide range of sustainability practices are implemented to minimize the impact on the environment. One such practice is reducing waste and implementing recycling programs<\/b>.<\/p>\n