@charset "UTF-8";.btn{text-decoration:none;padding:.625rem 1.25rem;font-weight:600;line-height:normal;cursor:pointer;transition:var(--transition);border-radius:var(--border-radius);border-width:1px;border-style:solid;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.btn-primary{border-color:var(--primary-black);background-color:var(--primary-black);color:#fff}.btn.btn-secondary{border:1px solid var(--gray-light);background-color:transparent;color:var(--gray)}.btn.btn-secondary:hover{border-color:var(--gray);background-color:var(--gray-lighter)}.btn.btn-outline{border-color:var(--primary-black);color:var(--primary-black)}.btn.btn-outline:hover{background-color:var(--primary-black);color:#fff}header{background-color:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:100}header .header-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:.8rem;padding-bottom:.8rem}header .header-container .logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;color:var(--primary);text-decoration:none;order:1}header .header-container .logo .logo-icon{width:40px;height:40px;background-color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}header .header-container .logo span{display:none}header .header-container .mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;order:3}header .header-container .mobile-menu-toggle span{width:100%;height:2px;background-color:var(--dark);margin:2px 0;transition:all .3s ease;transform-origin:center}header .header-container .mobile-menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}header .header-container .mobile-menu-toggle.active span:nth-child(2){opacity:0}header .header-container .mobile-menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}header .header-container nav{display:none;width:100%;margin-top:1rem;order:4}header .header-container nav ul{display:flex;flex-direction:column;list-style:none;gap:1rem}header .header-container nav ul li{text-align:center}header .header-container nav ul li a{text-decoration:none;color:var(--dark);font-weight:500;transition:var(--transition);position:relative}header .header-container nav ul li a:hover{color:var(--primary)}header .header-container nav ul li a:hover:after{width:100%}header .header-container nav ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary);transition:var(--transition)}header .header-container nav.active{display:block}header .header-container .header-actions{display:flex;gap:.8rem;align-items:center;order:2}header .header-container .header-actions .contact-buttons{display:flex;gap:.5rem;align-items:center}header .header-container .header-actions .contact-buttons .btn-contact{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;text-decoration:none;transition:var(--transition);border:2px solid}header .header-container .header-actions .contact-buttons .btn-contact.phone-btn{display:none;background-color:var(--primary-black);border-color:var(--primary-black);color:#fff}header .header-container .header-actions .contact-buttons .btn-contact.phone-btn:hover{background-color:transparent}header .header-container .header-actions .contact-buttons .btn-contact.phone-btn:hover svg{fill:var(--primary-black)}header .header-container .header-actions .contact-buttons .btn-contact.whatsapp-btn{background-color:#25d366;border-color:#25d366;color:#fff}header .header-container .header-actions .contact-buttons .btn-contact.whatsapp-btn:hover{background-color:transparent;color:#25d366}header .header-container .header-actions .btn-my-booking{display:none}@media (min-width: 768px){header .header-container .logo span{display:block}header .header-container .header-actions .contact-buttons .btn-contact.phone-btn{display:flex}header .header-container .header-actions .btn-my-booking{display:block}}@media (min-width: 992px){header .header-container{flex-wrap:nowrap;padding-top:1rem;padding-bottom:1rem;gap:.8rem}header .header-container .mobile-menu-toggle{display:none}header .header-container nav{display:flex;width:auto;order:2;margin-top:0}header .header-container nav ul{flex-direction:row}header .header-container .header-actions{order:3;gap:1rem}}.breadcrumbs{padding:30px 0 20px;background-color:var(--light)}.breadcrumbs ul{display:flex;list-style:none;gap:10px;flex-wrap:wrap}.breadcrumbs li{display:flex;align-items:center;gap:10px;color:var(--gray);font-size:.9rem}.breadcrumbs a{color:var(--primary-black);text-decoration:none;transition:var(--transition)}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs li:not(:last-child):after{content:"›";color:var(--gray)}footer{background-color:var(--dark);color:#fff;padding:60px 0 30px}footer h3{font-size:1.2rem;margin-bottom:20px;position:relative;padding-bottom:10px}footer h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--primary-black)}footer a{color:var(--gray-light);text-decoration:none;transition:var(--transition)}footer a:hover{padding-left:5px}footer .social-links{display:flex;gap:15px;margin-top:20px}footer .social-links .social-link{width:50px;height:50px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#fff;font-size:1.2rem;text-decoration:none}footer .social-links .social-link:hover{background-color:var(--primary-black);transform:translateY(-3px)}footer .footer-content{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:40px}footer .footer-content .footer-links{list-style:none}footer .footer-content .footer-links li{margin-bottom:10px}footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;color:var(--gray-light);font-size:.9rem}footer .footer-bottom>div{display:flex;justify-content:space-between;align-items:center}footer .footer-bottom>div>div{align-items:center;display:flex;flex-direction:row;justify-content:center;gap:1rem}footer .footer-bottom>div>div div:first-child{align-items:center;display:flex;flex-direction:row;gap:.5rem}@media (max-width: 768px){footer .footer-bottom>div{gap:.5rem;flex-direction:column}}@media (min-width: 768px){footer .footer-content{grid-template-columns:1fr 1fr}}@media (min-width: 1200px){footer .footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}}body{background-color:#fff;line-height:1.6}.post-hero{width:100%;position:relative}.post-hero .post-hero-image{position:relative;width:100%;height:60vh;min-height:400px;max-height:400px;overflow:hidden}.post-hero .post-hero-image .hero-banner{width:100%;height:100%;object-fit:cover;object-position:center}.post-hero .post-hero-image .post-hero-overlay{position:absolute;inset:0;background:linear-gradient(#191f2680,#191f2680)}.post-layout{padding-top:2rem;padding-bottom:2rem}.post-layout .post-article{background:#fff;border-radius:12px;box-shadow:0 5px 25px #00000014;overflow:hidden}.post-layout .post-article .post-content{padding:1.5rem 1rem}.post-layout .post-article .post-content .post-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-light)}.post-layout .post-article .post-content .post-header .post-main-title{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;text-align:left}@media (max-width: 768px){.post-layout .post-article .post-content .post-header .post-main-title{font-size:2rem}}@media (max-width: 480px){.post-layout .post-article .post-content .post-header .post-main-title{font-size:1.75rem}}.post-layout .post-article .post-content .post-header .post-meta-info{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;align-items:center}.post-layout .post-article .post-content .post-header .post-meta-info .meta-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.post-layout .post-article .post-content .post-header .post-meta-info .meta-item .meta-label{font-weight:600;color:#333;font-size:.9rem}.post-layout .post-article .post-content .post-header .post-meta-info .meta-item .meta-value{color:#6c757d;font-size:.9rem}.post-layout .post-article .post-content .post-header .post-meta-info .meta-item .language-badge{text-transform:uppercase;font-weight:600;background-color:var(--gray-light);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;border:1px solid var(--gray-light)}@media (max-width: 768px){.post-layout .post-article .post-content .post-header .post-meta-info{gap:1rem}.post-layout .post-article .post-content .post-header .post-meta-info .meta-item{flex-basis:calc(50% - .5rem)}}@media (max-width: 480px){.post-layout .post-article .post-content .post-header .post-meta-info{flex-direction:column;align-items:flex-start;gap:.75rem}.post-layout .post-article .post-content .post-header .post-meta-info .meta-item{flex-basis:100%}}.post-layout .post-article .post-content .post-header .post-tags{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.post-layout .post-article .post-content .post-header .post-tags .tags-label{font-weight:600;color:#333;font-size:.9rem}.post-layout .post-article .post-content .post-header .post-tags .post-tag{background:#f8f9fa;color:#2c5aa0;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #afc6e9;transition:all .3s ease}.post-layout .post-article .post-content .post-header .post-tags .post-tag:hover{background:#2c5aa0;color:#fff;transform:translateY(-1px)}@media (max-width: 480px){.post-layout .post-article .post-content .post-header .post-tags{gap:.75rem}.post-layout .post-article .post-content .post-header .post-tags .tags-label{flex-basis:100%}}.post-layout .post-article .post-content .post-body{color:#333;font-size:1.125rem;line-height:1.8}.post-layout .post-article .post-content .post-body h1,.post-layout .post-article .post-content .post-body h2,.post-layout .post-article .post-content .post-body h3,.post-layout .post-article .post-content .post-body h4,.post-layout .post-article .post-content .post-body h5,.post-layout .post-article .post-content .post-body h6{color:#333;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:600;line-height:1.3}.post-layout .post-article .post-content .post-body h1{font-size:2rem;border-bottom:2px solid #2c5aa0;padding-bottom:.5rem}.post-layout .post-article .post-content .post-body h2{font-size:1.75rem;color:#2c5aa0}.post-layout .post-article .post-content .post-body h3{font-size:1.5rem}.post-layout .post-article .post-content .post-body h4{font-size:1.25rem}.post-layout .post-article .post-content .post-body p{margin-bottom:1.5rem;text-align:justify}.post-layout .post-article .post-content .post-body ul,.post-layout .post-article .post-content .post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-layout .post-article .post-content .post-body ul li,.post-layout .post-article .post-content .post-body ol li{margin-bottom:.75rem;line-height:1.6}.post-layout .post-article .post-content .post-body ul{list-style-type:disc}.post-layout .post-article .post-content .post-body ol{list-style-type:decimal}.post-layout .post-article .post-content .post-body blockquote{border-left:4px solid #2c5aa0;padding:1.5rem 2rem;margin:2rem 0;background:#cbdaf1;border-radius:0 8px 8px 0;font-style:italic;color:#545b62}.post-layout .post-article .post-content .post-body blockquote p{margin-bottom:0;font-size:1.1rem}.post-layout .post-article .post-content .post-body code{background:#f8f9fa;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;color:#e53e3e;border:1px solid #e9ecef}.post-layout .post-article .post-content .post-body pre{background:#2d3748;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;border-left:4px solid #2c5aa0}.post-layout .post-article .post-content .post-body pre code{background:none;color:inherit;padding:0;border:none}.post-layout .post-article .post-content .post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 4px 15px #0000001a}.post-layout .post-article .post-content .post-body img.align-left{float:left;margin-right:2rem;margin-bottom:1rem;max-width:50%}.post-layout .post-article .post-content .post-body img.align-right{float:right;margin-left:2rem;margin-bottom:1rem;max-width:50%}.post-layout .post-article .post-content .post-body img.align-center{display:block;margin-left:auto;margin-right:auto}.post-layout .post-article .post-content .post-body a{color:#2c5aa0;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.post-layout .post-article .post-content .post-body a:hover{color:#1c3864;border-bottom-color:currentColor}.post-layout .post-article .post-content .post-body table{width:100%;border-collapse:collapse;margin:2rem 0}.post-layout .post-article .post-content .post-body table th,.post-layout .post-article .post-content .post-body table td{padding:1rem;border:1px solid #e9ecef;text-align:left}.post-layout .post-article .post-content .post-body table th{background:#2c5aa0;color:#fff;font-weight:600}.post-layout .post-article .post-content .post-body table tr:nth-child(2n){background:#f8f9fa}@media (max-width: 768px){.post-layout .post-article .post-content .post-body{font-size:1rem}.post-layout .post-article .post-content .post-body h1{font-size:1.75rem}.post-layout .post-article .post-content .post-body h2{font-size:1.5rem}.post-layout .post-article .post-content .post-body h3{font-size:1.25rem}.post-layout .post-article .post-content .post-body img.align-left,.post-layout .post-article .post-content .post-body img.align-right{float:none;margin:1rem auto;max-width:100%}}.post-layout .post-article .post-content .post-share{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-light);display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.post-layout .post-article .post-content .post-share .share-label{font-weight:600;color:#333;font-size:1rem}.post-layout .post-article .post-content .post-share .share-buttons{display:none;gap:.75rem;flex-wrap:wrap}.post-layout .post-article .post-content .post-share .share-button{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid #e9ecef;background:#fff;color:#333;cursor:pointer}.post-layout .post-article .post-content .post-share .share-button svg{width:16px;height:16px}.post-layout .post-article .post-content .post-share .share-button.share-facebook{background:#1877f2;color:#fff;border-color:#1877f2}.post-layout .post-article .post-content .post-share .share-button.share-facebook:hover{background:#0b5fcc;transform:translateY(-2px);box-shadow:0 4px 12px #1877f24d}.post-layout .post-article .post-content .post-share .share-button.share-twitter{background:#1da1f2;color:#fff;border-color:#1da1f2}.post-layout .post-article .post-content .post-share .share-button.share-twitter:hover{background:#0c85d0;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.post-layout .post-article .post-content .post-share .share-button.share-linkedin{background:#0077b5;color:#fff;border-color:#0077b5}.post-layout .post-article .post-content .post-share .share-button.share-linkedin:hover{background:#005582;transform:translateY(-2px);box-shadow:0 4px 12px #0077b54d}.post-layout .post-article .post-content .post-share .share-button.share-whatsapp{background:#25d366;color:#fff;border-color:#25d366}.post-layout .post-article .post-content .post-share .share-button.share-whatsapp:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.post-layout .post-article .post-content .post-share .share-button.share-copy{background:#6c757d;color:#fff;border-color:#6c757d}.post-layout .post-article .post-content .post-share .share-button.share-copy:hover{background:#545b62;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.post-layout .post-article .post-content .post-share .share-button.mobile-share-button{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.post-layout .post-article .post-content .post-share .share-button.mobile-share-button:hover{background:#214478;transform:translateY(-2px);box-shadow:0 4px 12px #2c5aa04d}.post-layout .post-article .post-content .post-share .share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.post-layout .post-article .post-content .post-share .share-button.loading{opacity:.7;pointer-events:none}.post-layout .post-article .post-content .post-share .share-button.success{background:#28a745!important;border-color:#28a745!important}.post-layout .post-article .post-content .post-share .mobile-share-button{padding:.85rem 1.2rem;width:100%;justify-content:center}@media (max-width: 768px){.post-layout .post-article .post-content .post-share{flex-direction:column;align-items:flex-start}.post-layout .post-article .post-content .post-share .share-buttons{width:100%}.post-layout .post-article .post-content .post-share .share-buttons .share-button{flex:1;justify-content:center;min-width:120px}}@media (max-width: 480px){.post-layout .post-article .post-content .post-share .share-buttons{flex-direction:column}.post-layout .post-article .post-content .post-share .share-buttons .share-button{width:100%}}@media (min-width: 768px){.post-layout .post-article .post-content .post-share .share-buttons{display:flex}.post-layout .post-article .post-content .post-share .mobile-share-button{display:none}}@media (min-width: 768px){.post-layout .post-article .post-content{padding:2rem 1.5rem}}@media (min-width: 1024px){.post-layout .post-article .post-content{padding:3rem 2rem}}.share-toast{position:fixed;bottom:20px;right:20px;background:#28a745;color:#fff;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;transform:translateY(100px);opacity:0;transition:all .3s ease}.share-toast.show{transform:translateY(0);opacity:1}@media (max-width: 768px){.share-toast{bottom:10px;right:10px;left:10px}}@media (max-width: 768px){.post-hero .post-hero-image{height:40vh;min-height:300px}.post-content .post-header .post-meta-info{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 480px){.post-hero .post-hero-image{height:30vh;min-height:250px}}
