:root{--bg-main:#060b14;--bg-surface:#0a1120;--bg-card:#0d1629;--color-primary:#00c2ff;--color-primary-hover:#38bdf8;--color-accent:#2563eb;--text-main:#f8fafc;--text-muted:#94a3b8;--border-subtle:#1e293b;--border-cyan:rgba(0, 194, 255, 0.4);--font-body:'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-serif:'Playfair Display', Georgia, serif;--font-script:'Caveat', cursive;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;padding:0;background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--color-primary-hover)}.site-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:1000;background-color:rgb(6 11 20 / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);transition:var(--transition)}.site-header.scrolled{background-color:rgb(4 8 16 / .98);border-bottom-color:rgb(0 194 255 / .2);box-shadow:0 10px 30px rgb(0 0 0 / .5)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.brand-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.camera-icon-wrapper{width:44px;height:44px;border-radius:12px;background:rgb(0 194 255 / .1);border:1px solid var(--border-cyan);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.brand-logo:hover .camera-icon-wrapper{background:rgb(0 194 255 / .2);transform:scale(1.05)}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:1.15rem;font-weight:700;color:var(--text-main);letter-spacing:-.02em}.brand-tagline{font-size:.7rem;font-weight:700;letter-spacing:.18em;color:var(--color-primary);text-transform:uppercase}.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1.75rem}.main-navigation li{position:relative}.main-navigation a{color:#cbd5e1;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.5rem 0;transition:var(--transition)}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .active{color:var(--color-primary)}.main-navigation .menu-item-has-children>a::after{content:' ▾';font-size:.7rem;opacity:.7}.main-navigation .sub-menu{position:absolute;top:100%;left:0;min-width:200px;background:#091122;border:1px solid var(--border-subtle);border-radius:10px;padding:.5rem 0;display:none;flex-direction:column;gap:0;box-shadow:0 14px 35px rgb(0 0 0 / .6);z-index:100}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu{display:flex}.main-navigation .sub-menu li{width:100%}.main-navigation .sub-menu a{display:block;padding:.6rem 1.2rem;font-size:.78rem;text-transform:none;color:#cbd5e1}.main-navigation .sub-menu a:hover{background:rgb(0 194 255 / .1);color:var(--color-primary)}.btn-cta-header{padding:.6rem 1.25rem;border-radius:9999px;background:#06f;color:#ffffff!important;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 6px 20px rgb(0 102 255 / .35);transition:var(--transition)}.btn-cta-header:hover{background:#0055d4;transform:translateY(-2px);box-shadow:0 8px 24px rgb(0 102 255 / .5)}.menu-toggle{display:none;background:none;border:none;color:var(--text-main);font-size:1.5rem;cursor:pointer;padding:.5rem}.hero-section{position:relative;padding:4.5rem 0 5.5rem;background:#040810;border-bottom:1px solid var(--border-subtle);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:3.5rem;align-items:center;position:relative;z-index:10}.eyebrow-wrapper{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1rem}.eyebrow-line{width:32px;height:2px;background-color:var(--color-primary);border-radius:9999px}.eyebrow-badge{font-size:.78rem;font-weight:700;letter-spacing:.2em;color:var(--color-primary);text-transform:uppercase}.hero-title{font-family:var(--font-serif);font-size:3.5rem;line-height:1.12;font-weight:400;margin:0 0 1.25rem;color:#fff;letter-spacing:-.02em}.hero-subtitle{font-size:1.05rem;line-height:1.7;color:#cbd5e1;max-width:520px;margin-bottom:2rem;font-weight:300}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.75rem;border-radius:9999px;font-size:.9rem;font-weight:600;transition:var(--transition);cursor:pointer;text-decoration:none}.btn-primary{background:#06f;color:#ffffff!important;box-shadow:0 8px 24px rgb(0 102 255 / .35)}.btn-primary:hover{background:#0055d4;transform:translateY(-2px);box-shadow:0 10px 28px rgb(0 102 255 / .5)}.btn-secondary{background:rgb(8 17 32 / .85);color:#e2e8f0!important;border:1px solid var(--border-subtle)}.btn-secondary:hover{background:rgb(14 28 51 / .9);border-color:#64748b;transform:translateY(-2px)}.hero-image-wrapper{position:relative;aspect-ratio:4 / 5;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 50px rgb(0 0 0 / .7);border:1px solid rgb(30 41 59 / .8)}.hero-img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform 0.7s ease}.hero-image-wrapper:hover .hero-img{transform:scale(1.04)}.galerias-section{padding:5rem 0;border-bottom:1px solid var(--border-subtle)}.section-header-split{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem}.section-title{font-family:var(--font-serif);font-size:2.75rem;font-weight:400;margin:.25rem 0 0;color:#fff}.section-quote{color:var(--text-muted);font-size:.95rem;font-weight:300;line-height:1.5;text-align:right}.galerias-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.galeria-card{position:relative;aspect-ratio:3 / 4;border-radius:1rem;overflow:hidden;background:var(--bg-surface);border:1px solid rgb(30 41 59 / .8);box-shadow:0 10px 30px rgb(0 0 0 / .5);transition:var(--transition);text-decoration:none;display:block}.galeria-card:hover{transform:translateY(-6px);border-color:rgb(0 194 255 / .6);box-shadow:0 16px 40px rgb(0 0 0 / .7),0 0 20px rgb(0 194 255 / .2)}.galeria-card img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform 0.6s ease}.galeria-card:hover img{transform:scale(1.06)}.card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgb(6 12 24 / .95) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem}.card-overlay h3{font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .25rem;color:#fff;transition:color 0.2s ease}.galeria-card:hover .card-overlay h3{color:var(--color-primary)}.card-overlay p{font-size:.78rem;color:#cbd5e1;margin:0 0 .75rem;font-weight:300}.card-cyan-line{width:36px;height:2px;background-color:var(--color-primary);border-radius:9999px;transition:width 0.3s ease}.galeria-card:hover .card-cyan-line{width:100%}.services-section{padding:5rem 0;border-bottom:1px solid var(--border-subtle);background:rgb(6 11 20 / .5)}.section-heading{margin-bottom:3rem}.section-heading.text-center{text-align:center}.section-heading h2{font-family:var(--font-serif);font-size:2.75rem;font-weight:400;margin:0 0 .5rem;color:#fff}.text-cyan{color:var(--color-primary)}.heading-line{width:60px;height:3px;background:var(--color-primary);margin:.75rem auto 0;border-radius:9999px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:1.25rem;padding:2rem;transition:var(--transition);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);border-color:var(--border-cyan);box-shadow:0 12px 35px rgb(0 0 0 / .5)}.service-icon-box{width:52px;height:52px;border-radius:14px;background:rgb(0 194 255 / .1);border:1px solid var(--border-cyan);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.service-card h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#fff}.service-tagline{font-size:.85rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.5;flex-grow:1}.service-link{font-size:.82rem;font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;gap:.35rem}.sobre-mi-section{padding:5rem 0;border-bottom:1px solid var(--border-subtle)}.sobre-mi-box{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:1.75rem;padding:3rem;box-shadow:0 20px 50px rgb(0 0 0 / .5)}.sobre-mi-text h2{font-family:var(--font-serif);font-size:2.25rem;font-weight:400;line-height:1.2;margin:.5rem 0 1.25rem;color:#fff}.sobre-mi-text p{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:1.75rem}.sobre-mi-image{border-radius:1.25rem;overflow:hidden;aspect-ratio:4 / 3;box-shadow:0 15px 35px rgb(0 0 0 / .6);border:1px solid rgb(0 194 255 / .2)}.sobre-mi-image img{width:100%;height:100%;object-fit:cover;object-position:top center}.featured-portfolio-section{padding:5rem 0;border-bottom:1px solid var(--border-subtle)}.portfolio-grid-featured{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:2.5rem}.portfolio-item-card{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4 / 3;background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:0 10px 25px rgb(0 0 0 / .4);transition:var(--transition)}.portfolio-item-card:hover{transform:translateY(-4px);border-color:var(--border-cyan);box-shadow:0 14px 35px rgb(0 0 0 / .6)}.portfolio-item-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.portfolio-item-card:hover img{transform:scale(1.05)}.portfolio-card-info{position:absolute;bottom:0;inset-x:0;padding:1.25rem;background:linear-gradient(180deg,transparent,rgb(6 12 24 / .95) 80%)}.portfolio-tag{display:inline-block;padding:.2rem .6rem;border-radius:9999px;background:rgb(0 194 255 / .15);border:1px solid var(--border-cyan);color:var(--color-primary);font-size:.65rem;font-weight:700;text-transform:uppercase;margin-bottom:.35rem}.portfolio-card-info h4{margin:0;font-size:.95rem;font-weight:600;color:#fff}.btn-link-all{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:600;font-size:.95rem;text-decoration:underline;text-underline-offset:4px}.text-center{text-align:center}.cta-banner-section{padding:4.5rem 0;background:linear-gradient(135deg,#091224 0%,#060b14 100%);border-bottom:1px solid var(--border-subtle);text-align:center}.banner-inner{max-width:720px}.banner-inner h3{font-family:var(--font-serif);font-size:2.25rem;font-weight:400;margin:0 0 .75rem;color:#fff}.banner-inner p{color:#cbd5e1;font-size:1rem;margin:0 0 2rem}.banner-buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}.btn-whatsapp{padding:.85rem 1.75rem;border-radius:9999px;background:#25d366;color:#060b14!important;font-weight:700;font-size:.9rem;box-shadow:0 8px 24px rgb(37 211 102 / .3);transition:var(--transition)}.btn-whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 10px 28px rgb(37 211 102 / .45)}.btn-phone,.btn-contact-form{padding:.85rem 1.5rem;border-radius:9999px;background:rgb(14 28 51 / .8);color:#e2e8f0!important;border:1px solid var(--border-subtle);font-size:.9rem;font-weight:500;transition:var(--transition)}.btn-phone:hover,.btn-contact-form:hover{background:rgb(22 42 77 / .9);border-color:#64748b;transform:translateY(-2px)}.site-footer{background:#040810;border-top:1px solid var(--border-subtle);padding:4.5rem 0 2rem}.footer-content-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:3rem;margin-bottom:3.5rem}.footer-logo{margin-bottom:1rem}.footer-cyan-line{width:40px;height:2px;background:var(--color-primary);margin-bottom:1rem}.footer-slogan{font-size:.78rem;font-weight:700;letter-spacing:.15em;color:#64748b;line-height:1.6}.footer-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.footer-nav-list a{font-size:.82rem;color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em}.footer-sub-list{list-style:none;padding-left:.75rem;margin:.25rem 0 .5rem 0;border-left:1px solid var(--border-subtle)}.footer-sub-list a{font-size:.72rem;color:#94a3b8;text-transform:none}.footer-col-title{font-size:.95rem;font-weight:700;margin:0 0 1.25rem;color:#fff}.footer-social-icons{display:flex;gap:.75rem}.footer-social-icons a{width:40px;height:40px;border-radius:10px;background:var(--bg-surface);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:.8rem;font-weight:700;transition:var(--transition)}.footer-social-icons a:hover{background:rgb(0 194 255 / .15);border-color:var(--border-cyan);transform:translateY(-2px)}.footer-contact-col p{margin:0 0 .6rem;font-size:.85rem;color:#cbd5e1}.footer-bottom{border-top:1px solid rgb(30 41 59 / .6);padding-top:2rem}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#64748b}.py-12{padding-top:3rem;padding-bottom:3rem}.page-header{margin-bottom:2.5rem;border-bottom:1px solid var(--border-subtle);padding-bottom:1.5rem}.entry-title{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;color:#fff;margin:0 0 .5rem}.entry-meta{font-size:.82rem;color:var(--text-muted)}.entry-content{font-size:1rem;line-height:1.8;color:#cbd5e1}.entry-content p{margin-bottom:1.5rem}.entry-content h2,.entry-content h3{font-family:var(--font-serif);color:#fff;margin-top:2.5rem;margin-bottom:1rem}.post-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:1rem;overflow:hidden;padding:1.5rem;margin-bottom:1.5rem}.post-thumbnail{margin-bottom:1.25rem;border-radius:.75rem;overflow:hidden}.posts-navigation,.pagination{margin-top:3rem;display:flex;justify-content:center;gap:.5rem}.page-numbers{padding:.5rem 1rem;border-radius:8px;background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-main)}.page-numbers.current{background:var(--color-primary);color:#060b14;font-weight:700}.floating-whatsapp-btn{position:fixed;bottom:1.75rem;right:1.75rem;width:58px;height:58px;border-radius:9999px;background:#25d366;color:#060b14;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgb(37 211 102 / .4);z-index:999;transition:var(--transition)}.floating-whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 14px 35px rgb(37 211 102 / .6)}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}.eyebrow-wrapper{justify-content:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-image-wrapper{max-width:480px;margin:0 auto}.galerias-cards-grid{grid-template-columns:repeat(2,1fr)}.sobre-mi-box{grid-template-columns:1fr;padding:2rem}.footer-content-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.menu-toggle{display:block}.main-navigation{display:none;position:absolute;top:80px;left:0;right:0;background:#060b14;border-bottom:1px solid var(--border-subtle);padding:1.5rem}.main-navigation.is-active{display:block}.main-navigation ul{flex-direction:column;align-items:flex-start;gap:1rem}.main-navigation .sub-menu{position:static;display:flex;box-shadow:none;background:#fff0;border:none;padding-left:1rem}.btn-cta-header{display:none}.hero-title{font-size:2.5rem}.section-title{font-size:2.2rem}.section-header-split{flex-direction:column;align-items:flex-start;gap:.5rem}.section-quote{text-align:left}.footer-content-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;gap:.75rem;text-align:center}}@media (max-width:480px){.galerias-cards-grid{grid-template-columns:1fr}.hero-title{font-size:2.15rem}}#heateor_sss_error{color:red;margin:7px 0}#heateor_sss_sharing_more_providers .filter svg{position:absolute;left:16px;top:18px}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTM1QUU4NDhFREQ0MTFFMDhCNDA5NDY1RUI4ODA1QzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTM1QUU4NDlFREQ0MTFFMDhCNDA5NDY1RUI4ODA1QzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNTE5NjNFQkVERDAxMUUwOEI0MDk0NjVFQjg4MDVDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNTE5NjNFQ0VERDAxMUUwOEI0MDk0NjVFQjg4MDVDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkj+gd8AAAAYSURBVHjaYmRgYJjJgASYGNAAYQGAAAMAJ5QAoe6adfAAAAAASUVORK5CYII=);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{display:block;margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{padding:0;margin:0 0 0 5px;background:0 0!important;float:left;width:24.1%;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-16px;top:-16px}#heateor_sss_sharing_more_providers .filter input.search{width:96%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 11px;padding:5px 8px 5px 27px!important;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important;max-width:-webkit-fill-available;line-height:1}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:#fff0;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:12px;height:auto;line-height:20px;overflow:hidden;padding:8px 8px 8px 1px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgb(0 0 0 / .4);box-shadow:0 2px 2px rgb(0 0 0 / .4);text-shadow:0 -1px 0 rgb(0 0 0 / .2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgb(0 0 0 / .1);box-shadow:0 1px 4px 1px rgb(0 0 0 / .1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:#fff0}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}@media screen and (max-width:752px){#heateor_sss_sharing_more_content .all-services ul li{width:32.1%}}@media screen and (max-width:590px){#heateor_sss_sharing_more_content .all-services ul li{width:48.1%}#heateor_sss_sharing_more_providers .filter input.search{width:93%}}@media screen and (max-width:413px){#heateor_sss_sharing_more_content .all-services ul li{width:100%}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color:rgb(0 0 0 / .2)}@media screen and (max-width:783px)#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92.8%}div.heateor_sss_follow_icons_container svg,div.heateor_sss_sharing_container svg{width:100%;height:100%}