@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap";
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--background:#f3f7fb;--foreground:#13273e;--card:#ffffff;--card-foreground:#13273e;--primary:#184a8b;--primary-foreground:#ffffff;--secondary:#f3c719;--secondary-foreground:#0d1e2f;--muted:#edf2f7;--muted-foreground:#61758b;--accent:#29a3a3;--accent-foreground:#ffffff;--destructive:#ed4245;--destructive-foreground:#ffffff;--border:#d4dce6;--input:#d4dce6;--ring:#184a8b;--radius:0.75rem}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Open Sans",system-ui,sans-serif;background-color:var(--background);color:var(--foreground);margin:0;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",system-ui,sans-serif;font-weight:700;line-height:1.2}a{text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 1rem}#main-content{padding-top:5rem;min-height:80vh}#main-content>.container{padding-top:2rem;padding-bottom:2rem}@media(min-width:768px){#main-content{padding-top:5rem}#main-content>.container{padding-top:3rem;padding-bottom:3rem}}.section-header{text-align:center;margin-bottom:3.5rem}.section-header span{font-family:"Montserrat",system-ui,sans-serif;font-weight:600;font-size:.875rem;color:var(--secondary);text-transform:uppercase;letter-spacing:.05em}.section-header p{color:var(--muted-foreground);max-width:32rem;margin:1rem auto 0;line-height:1.6}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:rgba(24,74,139,.95);backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:768px){.navbar .container{height:5rem}}.navbar-brand{display:flex;align-items:center;gap:.5rem;color:var(--primary-foreground);text-decoration:none}.navbar-brand .logo{background-color:var(--secondary);border-radius:9999px;padding:.5rem;display:flex;transition:transform .2s}.navbar-brand:hover .logo{transform:scale(1.1)}.navbar-brand .site-name{font-family:"Montserrat",system-ui,sans-serif;font-weight:700;font-size:1.125rem}@media(min-width:768px){.navbar-brand .site-name{font-size:1.25rem}}.navbar-brand .site-name span{color:var(--secondary)}.navbar-brand .tagline{font-size:.625rem;color:hsla(0,0%,100%,.7);display:none}@media(min-width:768px){.navbar-brand .tagline{display:block;margin-top:-2px}}.navbar-menu{display:none}@media(min-width:768px){.navbar-menu{display:flex;align-items:center;gap:.25rem}}.navbar-menu a{color:hsla(0,0%,100%,.8);text-decoration:none;padding:.5rem .75rem;border-radius:.375rem;font-weight:500;font-size:.875rem;transition:all .2s}.navbar-menu a:hover,.navbar-menu a.active{color:var(--secondary);background-color:hsla(0,0%,100%,.05)}.navbar-menu .btn-reservar{background-color:var(--secondary);color:var(--secondary-foreground);font-weight:600;margin-left:.5rem}.navbar-menu .btn-reservar:hover{background-color:#d97706;color:var(--secondary-foreground)}.navbar-toggle{display:block;background:none;border:none;color:var(--primary-foreground);padding:.5rem;cursor:pointer}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-toggle svg{width:1.5rem;height:1.5rem}.navbar-mobile{display:none;padding-bottom:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.navbar-mobile.open{display:block;animation:fadeIn .3s ease}.navbar-mobile a{display:block;color:hsla(0,0%,100%,.8);text-decoration:none;padding:.75rem 1rem;transition:all .2s}.navbar-mobile a:hover{color:var(--secondary);background-color:hsla(0,0%,100%,.05)}.navbar-mobile .btn{display:block;text-align:center;margin:.5rem 1rem 0;padding:.75rem 1rem}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(to bottom right,var(--primary),rgba(24,74,139,0.9),rgba(41,163,163,0.7))}.hero::before{content:"";position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1920&q=60");background-size:cover;background-position:center;opacity:.2}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(24,74,139,0.8),transparent 50%)}.hero h1{font-size:1.875rem;color:var(--primary-foreground);margin-bottom:1.5rem;font-weight:800}@media(min-width:640px){.hero h1{font-size:2.5rem}}@media(min-width:768px){.hero h1{font-size:3rem}}@media(min-width:1024px){.hero h1{font-size:4.5rem}}.hero h1 span{background:linear-gradient(to right,var(--secondary),#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero p{font-size:1rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero p{font-size:1.25rem}}.hero-decoration-1{position:absolute;top:5rem;right:2.5rem;width:16rem;height:16rem;background:rgba(243,199,25,.1);border-radius:50%;filter:blur(3rem);animation:float 3s ease-in-out infinite}.hero-decoration-2{position:absolute;bottom:5rem;left:2.5rem;width:12rem;height:12rem;background:rgba(41,163,163,.1);border-radius:50%;filter:blur(3rem);animation:float 3s ease-in-out infinite;animation-delay:1.5s}.hero-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto;padding:5rem 1rem 0}.hero-badge{display:inline-block;background-color:rgba(243,199,25,.2);color:var(--secondary);padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;font-family:"Montserrat",system-ui,sans-serif;border:1px solid rgba(243,199,25,.3);margin-bottom:1.5rem;backdrop-filter:blur(4px)}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-services{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:56rem;margin:4rem auto 0}@media(min-width:768px){.hero-services{grid-template-columns:repeat(4,1fr)}}.service-card{background-color:hsla(0,0%,100%,.05);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;padding:1rem;text-align:center;transition:all .2s}.service-card:hover{background-color:hsla(0,0%,100%,.1);transform:scale(1.02)}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{color:var(--primary-foreground);font-size:.875rem;font-weight:700;margin:0;font-family:"Montserrat",system-ui,sans-serif}.service-card p{color:hsla(0,0%,100%,.6);font-size:.75rem;margin:.25rem 0 0}.service-icon{background-color:rgba(243,199,25,.2);border-radius:9999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:var(--secondary);transition:transform .2s}.page-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(to bottom right,var(--primary),rgba(24,74,139,0.9),rgba(41,163,163,0.7));margin-top:5rem}.page-hero::before{content:"";position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1920&q=60");background-size:cover;background-position:center;opacity:.15}.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(24,74,139,0.8),transparent 50%)}.page-hero .hero-decoration-1{position:absolute;top:3rem;right:2rem;width:12rem;height:12rem;background:rgba(243,199,25,.1);border-radius:50%;filter:blur(3rem);animation:float 3s ease-in-out infinite}.page-hero .hero-decoration-2{position:absolute;bottom:3rem;left:2rem;width:8rem;height:8rem;background:rgba(41,163,163,.1);border-radius:50%;filter:blur(3rem);animation:float 3s ease-in-out infinite;animation-delay:1.5s}.page-hero .hero-content{position:relative;z-index:10;text-align:center;max-width:48rem;padding:2rem 1rem}.page-hero .hero-badge{display:inline-block;background-color:rgba(243,199,25,.2);color:var(--secondary);padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;font-family:"Montserrat",system-ui,sans-serif;border:1px solid rgba(243,199,25,.3);margin-bottom:1rem}.page-hero h1{font-size:2.5rem;color:var(--primary-foreground);margin-bottom:1rem;font-weight:800}@media(min-width:768px){.page-hero h1{font-size:3rem}}.page-hero h1 span{background:linear-gradient(to right,var(--secondary),#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.page-hero p{font-size:1rem;color:hsla(0,0%,100%,.8);max-width:36rem;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:600;font-family:"Montserrat",system-ui,sans-serif;text-decoration:none;cursor:pointer;border:none;transition:all .2s;font-size:.875rem}.btn-primary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-primary:hover{background-color:#d97706}.btn-outline{border:1px solid hsla(0,0%,100%,.3);color:var(--primary-foreground);background:rgba(0,0,0,0)}.btn-outline:hover{background-color:hsla(0,0%,100%,.1)}.destinations{padding:5rem 0;background-color:var(--background)}.destinations h2{font-size:1.875rem;color:var(--foreground);margin-top:.5rem}@media(min-width:768px){.destinations h2{font-size:2.25rem}}.destinations-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.destinations-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.destinations-grid{grid-template-columns:repeat(3,1fr)}}.destination-card{background-color:var(--card);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s;border:1px solid var(--border)}.destination-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.destination-card:hover .destination-image img{transform:scale(1.05)}.destination-card:hover .destination-content h3{color:var(--primary)}.destination-card:hover .destination-link{gap:.5rem}.destination-image{position:relative;height:13rem;overflow:hidden}.destination-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.destination-badge{position:absolute;top:.75rem;left:.75rem;background-color:var(--destructive);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;font-family:"Montserrat",system-ui,sans-serif}.destination-duration{position:absolute;bottom:.75rem;right:.75rem;background-color:rgba(24,74,139,.8);backdrop-filter:blur(4px);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.destination-content{padding:1.25rem}.destination-content .country{color:var(--muted-foreground);font-size:.75rem;display:flex;align-items:center;gap:.25rem}.destination-content h3{font-size:1.125rem;color:var(--foreground);margin:.25rem 0 .5rem;transition:color .2s}.destination-content .description{color:var(--muted-foreground);font-size:.875rem;margin:.5rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.destination-meta{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.destination-price{font-family:"Montserrat",system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:var(--primary)}.destination-price .original{text-decoration:line-through;color:var(--muted-foreground);font-size:.875rem;font-weight:400;margin-right:.5rem}.destination-link{color:var(--secondary);font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.25rem;transition:gap .2s}.promotions{padding:5rem 0;background-color:rgba(24,74,139,.05)}.promotions h2{color:var(--foreground)}.promotions .section-header span{color:var(--destructive);display:flex;align-items:center;justify-content:center;gap:.375rem}.promotions-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.promotions-grid{grid-template-columns:repeat(3,1fr)}}.promo-card{background-color:var(--card);border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:2px solid rgba(243,199,25,.3);transition:border-color .2s}.promo-card:hover{border-color:var(--secondary)}.promo-card:hover .promo-image img{transform:scale(1.05)}.promo-ribbon{position:absolute;top:1rem;right:-2rem;background-color:var(--destructive);color:#fff;font-size:.625rem;font-weight:700;font-family:"Montserrat",system-ui,sans-serif;padding:.25rem 2rem;transform:rotate(45deg);box-shadow:0 2px 4px rgba(0,0,0,.2)}.promo-image{position:relative;height:11rem;overflow:hidden}.promo-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.promo-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(24,74,139,0.7),transparent)}.promo-image-content{position:absolute;bottom:.75rem;left:1rem;z-index:1}.promo-image-content h3{color:#fff;font-size:1.25rem;margin:0}.promo-image-content p{color:hsla(0,0%,100%,.8);font-size:.75rem;margin:.25rem 0 0}.promo-content{padding:1.25rem}.promo-content p{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.promo-price{display:flex;align-items:baseline;gap:.5rem}.promo-price .original{color:var(--muted-foreground);text-decoration:line-through;font-size:.875rem}.promo-price .current{font-family:"Montserrat",system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:var(--destructive)}.promo-price span:last-child{color:var(--muted-foreground);font-size:.75rem}.about{padding:5rem 0;background-color:var(--background)}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-content h2{color:var(--foreground);font-size:1.875rem;margin-bottom:1.5rem}@media(min-width:768px){.about-content h2{font-size:2.25rem}}.about-content p{color:var(--muted-foreground);line-height:1.7;margin-bottom:1rem}.about-content strong{color:var(--foreground)}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.stat-item{background-color:var(--muted);border-radius:.75rem;padding:1rem;text-align:center}.stat-item svg{color:var(--secondary);width:1.5rem;height:1.5rem;margin-bottom:.5rem}.stat-item .value{font-family:"Montserrat",system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:var(--foreground)}.stat-item .label{font-size:.75rem;color:var(--muted-foreground)}.about-image{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.about-image img{width:100%;height:20rem;object-fit:cover}@media(min-width:768px){.about-image img{height:28rem}}.about-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background-color:var(--secondary);color:var(--secondary-foreground);border-radius:.75rem;padding:1rem;font-family:"Montserrat",system-ui,sans-serif}.about-badge .years{font-size:1.875rem;font-weight:700}.about-badge .text{font-size:.875rem;font-weight:500}.footer{background-color:var(--primary);color:var(--primary-foreground);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-brand .logo{background-color:var(--secondary);border-radius:9999px;padding:.5rem;display:flex}.footer-brand span{font-family:"Montserrat",system-ui,sans-serif;font-weight:700;font-size:1.25rem}.footer-brand span span{color:var(--secondary)}.footer p{color:hsla(0,0%,100%,.7);font-size:.875rem;line-height:1.6}.footer h4{color:var(--secondary);font-size:1rem;margin-bottom:1rem;font-family:"Montserrat",system-ui,sans-serif;font-weight:600}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:.5rem}.footer ul li a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.875rem;transition:color .2s}.footer ul li a:hover{color:var(--secondary)}.footer-contact li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.7)}.footer-contact li svg{color:var(--secondary);flex-shrink:0}.footer-social{display:flex;gap:.75rem}.footer-social a{background-color:hsla(0,0%,100%,.1);padding:.625rem;border-radius:9999px;color:var(--primary-foreground);transition:all .2s;display:flex;align-items:center;justify-content:center}.footer-social a:hover{background-color:rgba(243,199,25,.2)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);margin-top:2.5rem;padding-top:1.5rem;text-align:center;font-size:.75rem;color:hsla(0,0%,100%,.5)}.contact-page{padding:6rem 0 4rem;background-color:var(--background)}.contact-header{text-align:center;margin-bottom:3rem}.contact-header .contact-badge{font-family:"Montserrat",system-ui,sans-serif;font-weight:600;font-size:.875rem;color:var(--secondary);text-transform:uppercase;letter-spacing:.05em}.contact-header h1{font-size:1.875rem;font-weight:700;color:var(--foreground);margin:.5rem 0 0}@media(min-width:768px){.contact-header h1{font-size:2.25rem}}.contact-subtitle{color:var(--muted-foreground);max-width:28rem;margin:.75rem auto 0}.contact-grid-2col{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.contact-grid-2col{grid-template-columns:3fr 2fr}}.contact-form-section{background-color:var(--card);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid var(--border)}@media(min-width:768px){.contact-form-section{padding:2rem}}.contact-form-section .form-item{margin:0}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background-color:var(--primary);border-radius:1rem;padding:1.5rem;color:var(--primary-foreground)}.contact-info-card h3{font-size:1.125rem;font-weight:700;font-family:"Montserrat",system-ui,sans-serif;margin:0 0 1rem}.contact-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.contact-info-list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.contact-icon-wrapper{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;color:var(--secondary);flex-shrink:0}.contact-icon-wrapper svg{width:1.25rem;height:1.25rem}.contact-label{display:block;font-size:.75rem;opacity:.8}.contact-value{display:block;font-size:.875rem}.whatsapp-direct-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);border-radius:.75rem;text-decoration:none;transition:background-color .2s}.whatsapp-direct-card:hover{background-color:rgba(34,197,94,.2)}.whatsapp-icon-circle{background-color:#22c55e;border-radius:50%;padding:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-icon-circle svg{width:1.25rem;height:1.25rem;color:#fff}.whatsapp-direct-title{display:block;font-family:"Montserrat",system-ui,sans-serif;font-weight:600;color:var(--foreground)}.whatsapp-direct-subtitle{display:block;font-size:.875rem;color:var(--muted-foreground)}.contact-schedule{background-color:var(--muted);border-radius:.75rem;padding:1.25rem;text-align:center}.contact-schedule p{margin:0;font-size:.875rem;color:var(--muted-foreground)}.contact-schedule strong{display:block;color:var(--foreground);margin-bottom:.25rem}.login-page{display:flex;align-items:center;justify-content:center;min-height:calc(80vh - 5rem)}.login-card{width:100%;max-width:420px;background-color:var(--card);border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid var(--border);padding:2rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.login-header{text-align:center;margin-bottom:2rem}.login-icon{background-color:rgba(243,199,25,.15);border-radius:1rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--secondary)}.login-header h1{font-size:1.5rem;color:var(--foreground);margin:0 0 .5rem}.login-header p{color:var(--muted-foreground);font-size:.875rem;margin:0}.login-form .form-item{margin-bottom:1.25rem}.login-form .form-item label{display:block;font-weight:600;color:var(--foreground);margin-bottom:.5rem;font-size:.875rem}.login-form form{display:flex;flex-direction:column;gap:1.25rem}.login-form .form-item{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-weight:600;color:var(--foreground);font-size:.875rem}.login-form input[type=text],.login-form input[type=password],.login-form input[type=email],.login-form .form-type-textfield input,.login-form .form-type-password input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;font-family:"Open Sans",system-ui,sans-serif;background-color:var(--card);color:var(--foreground);transition:border-color .2s,box-shadow .2s}.login-form input[type=text]:focus,.login-form input[type=password]:focus,.login-form input[type=email]:focus,.login-form .form-type-textfield input:focus,.login-form .form-type-password input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(24,74,139,.1)}.login-form .form-item--error{color:var(--destructive);font-size:.75rem}.login-form .form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.login-form input[type=submit],.login-form .form-actions input[type=submit]{background-color:var(--primary);color:var(--primary-foreground);padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;font-family:"Montserrat",system-ui,sans-serif;width:100%}.login-form input[type=submit]:hover,.login-form .form-actions input[type=submit]:hover{background-color:#153d87}.login-form #edit-submit{background-color:var(--primary);color:var(--primary-foreground);padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;font-family:"Montserrat",system-ui,sans-serif;width:100%}.login-form #edit-submit:hover{background-color:#153d87}.login-form .link-item{text-align:center}.login-form .link-item a{color:var(--secondary);font-size:.875rem;text-decoration:none}.login-form .link-item a:hover{text-decoration:underline}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.login-footer a{color:var(--muted-foreground);font-size:.875rem;text-decoration:none}.login-footer a:hover{color:var(--primary)}.form-item input[type=text],.form-item input[type=email],.form-item input[type=tel],.form-item input[type=password],.form-item select,.form-item textarea,.form-item .form-text,.form-item .form-email,.form-item .form-tel,.form-item .form-textarea,.form-item .form-select,.webform-submission-contacto-form textarea,.webform-submission-contacto-form .form-textarea,.webform-submission-contacto-form select,.webform-submission-contacto-form .form-select,.webform-submission-contacto-form input[type=text],.webform-submission-contacto-form input[type=email],.webform-submission-contacto-form input[type=tel],.webform-submission-contacto-form .form-text,.webform-submission-contacto-form .form-email,.webform-submission-contacto-form .form-tel{display:flex;width:100%;min-height:2.5rem;padding:.5rem .75rem;font-size:.875rem;font-family:"Open Sans",system-ui,sans-serif;color:var(--foreground);background-color:var(--background);border:1px solid var(--input);border-radius:.375rem}.form-item input[type=text]::placeholder,.form-item input[type=email]::placeholder,.form-item input[type=tel]::placeholder,.form-item input[type=password]::placeholder,.form-item select::placeholder,.form-item textarea::placeholder,.form-item .form-text::placeholder,.form-item .form-email::placeholder,.form-item .form-tel::placeholder,.form-item .form-textarea::placeholder,.form-item .form-select::placeholder,.webform-submission-contacto-form textarea::placeholder,.webform-submission-contacto-form .form-textarea::placeholder,.webform-submission-contacto-form select::placeholder,.webform-submission-contacto-form .form-select::placeholder,.webform-submission-contacto-form input[type=text]::placeholder,.webform-submission-contacto-form input[type=email]::placeholder,.webform-submission-contacto-form input[type=tel]::placeholder,.webform-submission-contacto-form .form-text::placeholder,.webform-submission-contacto-form .form-email::placeholder,.webform-submission-contacto-form .form-tel::placeholder{color:var(--muted-foreground)}.form-item input[type=text]:focus,.form-item input[type=email]:focus,.form-item input[type=tel]:focus,.form-item input[type=password]:focus,.form-item select:focus,.form-item textarea:focus,.form-item .form-text:focus,.form-item .form-email:focus,.form-item .form-tel:focus,.form-item .form-textarea:focus,.form-item .form-select:focus,.webform-submission-contacto-form textarea:focus,.webform-submission-contacto-form .form-textarea:focus,.webform-submission-contacto-form select:focus,.webform-submission-contacto-form .form-select:focus,.webform-submission-contacto-form input[type=text]:focus,.webform-submission-contacto-form input[type=email]:focus,.webform-submission-contacto-form input[type=tel]:focus,.webform-submission-contacto-form .form-text:focus,.webform-submission-contacto-form .form-email:focus,.webform-submission-contacto-form .form-tel:focus{outline:none;box-shadow:0 0 0 2px var(--ring);border-color:var(--ring)}.webform-submission-contacto-form{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.webform-submission-contacto-form{grid-template-columns:1fr 1fr}}.webform-submission-contacto-form .form-type-textarea,.webform-submission-contacto-form .js-webform-type-textarea,.webform-submission-contacto-form .form-actions{grid-column:1/-1}.webform-submission-contacto-form .form-item,.webform-submission-contacto-form .js-form-item{display:flex;flex-direction:column}.webform-submission-contacto-form .form-item>label,.webform-submission-contacto-form .js-form-item>label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.375rem}.webform-submission-contacto-form select,.webform-submission-contacto-form .form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2361758b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.25rem}.webform-submission-contacto-form textarea,.webform-submission-contacto-form .form-textarea{min-height:80px;resize:vertical}.webform-submission-contacto-form input[type=submit],.webform-submission-contacto-form .form-submit,.webform-submission-contacto-form .button--primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3rem;padding:0 1.5rem;font-size:.875rem;font-weight:700;font-family:"Montserrat",system-ui,sans-serif;color:var(--secondary-foreground);background-color:var(--secondary);border:none;border-radius:.375rem;cursor:pointer;transition:background-color .15s}.webform-submission-contacto-form input[type=submit]:hover,.webform-submission-contacto-form .form-submit:hover,.webform-submission-contacto-form .button--primary:hover{background-color:#dba800}.webform-submission-contacto-form .form-item,.webform-submission-contacto-form .js-form-item{margin:0 !important}.form-item textarea,.form-item .form-textarea{min-height:80px;resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.form-actions input[type=submit],.form-actions button,.form-actions .webform-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;font-family:"Montserrat",system-ui,sans-serif;color:var(--primary-foreground);background-color:var(--primary);border:none;border-radius:.375rem;cursor:pointer;transition:background-color .15s}.form-actions input[type=submit]:hover,.form-actions button:hover,.form-actions .webform-submit:hover{background-color:#133b6f}.webform-message{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.webform-message--status{background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#16a34a}.webform-message--error{background-color:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);color:#dc2626}.form-hint{font-size:.75rem;color:var(--muted-foreground);margin-top:.25rem}.form-required::after{content:" *";color:var(--destructive)}.webform-checkbox,.webform-radio{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.webform-checkbox input,.webform-radio input{width:1.25rem;height:1.25rem;accent-color:var(--primary)}.whatsapp-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background-color:#22c55e;color:#fff;border-radius:9999px;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .2s;animation:float 3s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.whatsapp-btn:hover{background-color:#16a34a;transform:scale(1.1)}.section-py{padding-top:5rem;padding-bottom:5rem}@media(min-width:768px){.section-py{padding-top:7rem;padding-bottom:7rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.visually-hidden.focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.messages{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.messages--error{background-color:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);color:#dc2626}.messages--status{background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#16a34a}.messages--warning{background-color:rgba(243,199,25,.1);border:1px solid rgba(243,199,25,.3);color:#d97706}
