@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap";.header{position:relative;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;background:transparent;border-bottom:1px solid rgba(255,255,255,.25);padding:0 2rem 0 6.5rem;z-index:900}.header.with-top-border{background-color:#000}.logo{position:fixed;top:10px;left:2rem;height:60px;width:auto;z-index:1000;cursor:pointer;transition:transform .2s ease}.logo:hover{transform:translateY(-3px)}.nav-list{display:flex;align-items:center;list-style:none;gap:1rem}.nav-link{text-transform:none;text-decoration:none;color:#fff;font-weight:600;padding:.25rem .75rem;border-radius:.375rem;transition:background-color .3s ease,color .3s ease;cursor:pointer}.nav-link:hover,.nav-link:focus{background-color:#b3471d;color:#fff;outline:none}.nav-link.active{background-color:#b3471d;color:#fff;font-weight:700;pointer-events:none;cursor:default}.mobile-menu-button{display:none}@media (max-width: 768px){.header{position:fixed;top:0;left:0;right:0;padding:0 1rem 0 4rem;background:transparent;border:none;z-index:1000}.header.with-top-border{background:#000}.logo{left:1rem;height:50px}.mobile-menu-button{display:block;position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer;z-index:1001}.nav-list{display:none}.nav-list.open{display:flex;flex-direction:column;position:fixed;top:var(--header-height);right:0;width:100%;background:#000;padding:1rem 0}.nav-list.open li{border-bottom:1px solid rgba(255,255,255,.15)}.nav-list.open li:last-child{border-bottom:none}.nav-list.open .nav-link{display:block;width:100%;padding:1rem;text-align:center}}.page-container{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;display:flex;flex-direction:column}.hero{position:relative;margin-top:calc(-1 * var(--header-height));padding-top:var(--header-height);width:100%;height:100vh;background-size:cover;background-position:center;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.hero-inner{position:relative;z-index:1;height:100%;max-width:1100px;margin-inline:auto;padding:0 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.75rem}.service-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem 2rem;list-style:none;margin:0;padding:0}.service-icons li{display:flex;flex-direction:column;align-items:center;font-family:Raleway,sans-serif;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase;color:#fff}.service-icons img{width:44px;height:auto;margin-bottom:.4rem;filter:brightness(0) saturate(100%) invert(46%) sepia(88%) saturate(6371%) hue-rotate(6deg) brightness(102%) contrast(101%)}.hero-title{font-family:Raleway,sans-serif;font-weight:800;text-transform:uppercase;font-size:clamp(2.5rem,6vw,4.25rem);line-height:1.12;color:#f8f7f5;max-width:820px;margin:0}.hero-subtitle{font-family:Raleway,sans-serif;font-weight:800;text-transform:uppercase;font-size:clamp(1.1rem,3.8vw,2.4rem);line-height:1.12;color:#f8f7f5;margin:.25rem 0}.hero-subline{font-family:Raleway,sans-serif;font-weight:500;font-size:1.125rem;color:#ffffffd1}.hero-cta{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-block;padding:.9rem 2.25rem;font-family:Raleway,sans-serif;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border-radius:.35rem;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.btn-primary{background:#b3471d;color:#fff;border:none}.btn-primary:hover{color:#fff;background-color:#cc5a33!important}.btn-outline{background:transparent;color:#b3471d!important;border:2px solid #b3471d!important}.btn-outline:hover{color:#fff!important;background-color:#cc5a33!important}.hero-tagline{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:1rem;color:#f5f5f5;margin-top:.5rem}.services{display:flex;justify-content:center;gap:1rem;padding:2rem 0;width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.features-grid .feature-card img{width:clamp(120px,18vw,200px);height:clamp(120px,18vw,200px);object-fit:contain;margin-bottom:.75rem}.feature-card{background:#fff;border-radius:.5rem;padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center}.feature-card h3{margin:0;margin-bottom:.25rem}.feature-card p{margin:0;font-size:.95rem;line-height:1.3}.footer{background-color:#fdf9f6;text-align:center;padding:1rem 0}.overview{padding:4rem 1rem;background-color:#fdf9f6;text-align:center}.overview-intro h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2.5rem;margin-bottom:.5rem;color:#1a1a1a}.overview-intro p{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#555;max-width:600px;margin:0 auto 1.5rem}.btn-outline{display:inline-block;background-color:transparent;color:#1e88e5;border:2px solid #1e88e5;padding:.75rem 1.5rem;border-radius:.375rem;font-family:Raleway,sans-serif;font-weight:600;text-transform:uppercase;transition:background-color .3s ease,color .3s ease;text-decoration:none}.btn-outline:hover{background-color:#1e88e5;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:2rem auto 0}.feature-card{background-color:#fff;border-radius:.5rem;padding:2rem 1rem;box-shadow:0 2px 4px #0000001a;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #00000026}.feature-card img{width:64px;height:64px;margin-bottom:1rem}.feature-card h3{color:#1a1a1a;opacity:1!important}.feature-card p{color:#555;opacity:1!important}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:2rem auto 0}.about{padding:4rem 1rem;background-color:#fdf9f6;text-align:center}.about-intro h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;color:#b3471d;text-transform:uppercase;margin-bottom:.25rem}.about-intro h3{font-family:Raleway,sans-serif;font-weight:600;font-size:1.75rem;color:#1a1a1a;margin-bottom:1rem}.about-intro p{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#555;max-width:600px;margin:0 auto}.about-features{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:2rem}.about-feature{display:flex;flex-direction:column;align-items:center;width:140px}.about-feature img{width:48px;height:48px;margin-bottom:.5rem;filter:invert(1) brightness(1.3)}.about-feature span{font-family:Raleway,sans-serif;font-weight:600;font-size:.875rem;color:#1a1a1a;text-align:center}.about-feature.rating img{width:64px;height:auto}.about-feature.rating span{font-size:1.25rem;margin-top:.25rem}.testimonials{padding:4rem 1rem;background-color:#fdf9f6;text-align:center}.testimonials h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;color:#b3471d;margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;text-align:left}.testimonial-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 4px #0000001a;position:relative;overflow:hidden;display:flex;flex-direction:column}.testimonial-card .quote-icon{font-size:3.5rem;line-height:1;color:#b3471d;margin-bottom:0rem}.testimonial-card p{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#333;margin-top:0;margin-bottom:1rem}.testimonial-card h4{font-family:Raleway,sans-serif;font-weight:600;font-size:1rem;color:#b3471d;margin:0}.contact{background-color:#fdf9f6!important;padding:4rem 1rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.contact h2{color:#b3471d!important;font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;text-align:center;margin-bottom:2rem}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:#b3471d!important}.contact-form button{align-self:center;font-family:Raleway,sans-serif;font-weight:600;text-transform:uppercase;background-color:#b3471d!important;color:#fff;border:none;padding:.75rem 2rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.contact-form button:hover{background-color:#d56539!important}.info-item,.info-item2{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.25rem}.info-item2 img{width:32px;height:32px;filter:invert(1) brightness(1.3)}.info-item a,.info-item2 a{font-family:Raleway,sans-serif;font-weight:400;color:#333;text-decoration:none;transition:color .2s ease;filter:none}.info-item a:hover,.info-item2 a:hover{color:#d65a2a!important}.contact-nav a{font-family:Raleway,sans-serif;font-weight:600;color:#b3471d!important;text-decoration:none;transition:color .2s ease}.contact-nav a:hover{color:#d65a2a}@media (max-width: 768px){.hero{height:auto;min-height:70vh;padding-bottom:2rem}.hero-inner{padding:var(--header-height) 1rem 2rem;padding-top:calc(var(--header-height) + 1rem);gap:1rem}.service-icons{gap:2rem 1rem}.service-icons li{font-size:.7rem}.service-icons img{width:36px;margin-bottom:.3rem}.hero-title{font-size:clamp(1.75rem,8vw,2.25rem);line-height:1.2}.hero-subtitle{font-size:clamp(1rem,4vw,1.5rem)}.hero-subline{font-size:1rem}.hero-cta{gap:.75rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.hero-tagline{margin-top:.75rem;font-size:.9rem}.hero{height:70vh;padding-top:var(--header-height)}.hero-content h1{font-size:clamp(1.75rem,8vw,2.25rem)}.hero-slogan{font-size:clamp(1rem,4.5vw,1.125rem)}.features-grid{grid-template-columns:1fr;max-width:500px;margin:2rem auto 0}.feature-card{padding:1.5rem 1rem}.services{flex-wrap:wrap;gap:1.25rem;padding:1.5rem 0}.service-card{width:120px;height:120px}.about-feature{width:110px}.testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.testimonial-card{padding:1.25rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info,.contact-form,.contact-nav{max-width:500px;justify-self:stretch}.footer{padding:1.5rem 0}}@media (max-width: 480px){.whatsapp-float{width:50px;height:50px;bottom:15px;right:15px}}:root{--header-height: 60px}#top{scroll-margin-top:var(--header-height)}.all-services p{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#555;max-width:600px;margin:0 auto 1.5rem}.servicios-page{display:flex;flex-direction:column;min-height:100vh}.servicios-content{flex:1;display:flex;flex-direction:column}.steps-section{padding:4rem 1rem;background-color:#fdf9f6;text-align:center}.steps-section h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;color:#b3471d;margin-bottom:2rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step-number{font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;color:#b3471d;margin-bottom:.5rem}.step-card{background-color:#fff;border-radius:.5rem;padding:2rem 1rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.step-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #00000026}.step-card h3{font-family:Raleway,sans-serif;font-weight:600;font-size:1.125rem;color:#1a1a1a;margin-bottom:.5rem}.step-card p{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#555;line-height:1.4;margin:0}.all-services{padding:4rem 1rem;background-color:#fdf9f6;text-align:center}.all-services h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;color:#b3471d;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}}.service-card{background-color:#fff;border-radius:.5rem;width:280px;height:360px;padding:0;box-shadow:0 2px 4px #0000001a;border:none;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #00000026}.service-card img{flex:1;width:100%;object-fit:cover}.service-card span{flex:0 0 auto;padding:1rem .5rem;font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#1a1a1a;text-align:center;background-color:#fff}@media (max-width: 900px){.steps-section,.all-services,.contact{padding:3rem 1rem}.steps-section h2{font-size:clamp(1.5rem,4vw,1.75rem)}.step-card{padding:1.5rem 1rem}.step-card h3{font-size:1rem}.step-card p{font-size:.9rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-card{width:100%;height:auto}.service-card img{height:200px}.service-card span{font-size:.95rem;padding:.75rem .5rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info,.contact-form,.contact-nav{max-width:500px;justify-self:stretch}}@media (max-width: 550px){.steps-grid,.services-grid{grid-template-columns:1fr}}@media (max-width: 360px){.steps-section h2,.all-services h2,.contact h2{font-size:1.5rem}.step-number{font-size:1.75rem}.service-card span{font-size:.9rem}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background:#fff;border-radius:.6rem;padding:3rem 2rem 2rem;max-width:540px;width:90%;max-height:80vh;overflow-y:auto;position:relative;animation:fadeIn .3s ease}.modal-close{position:absolute;top:.75rem;left:.75rem;padding:0;background:transparent;border:none;font-size:1.5rem;font-weight:700;color:#333;cursor:pointer;z-index:1001;line-height:1}.modal-close:hover{color:#b3471d}.modal-gallery-wrapper{position:relative;display:flex;align-items:center;margin-bottom:1rem}.modal-gallery{display:flex;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0;flex:1}.gallery-arrow{background:transparent;color:#b3471d;border:none;font-size:1.5rem;line-height:1;padding:.25rem .5rem;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1002;transition:background .2s ease}.gallery-arrow:hover{background:#b3471d;color:#fff}.gallery-prev{left:0}.gallery-next{right:0}.modal-gallery img{width:220px;height:180px;object-fit:cover;border-radius:.3rem}.modal-header h3{margin:0;font-size:1.5rem;color:#b3471d}.modal-blurb{margin:.5rem 0 1rem;line-height:1.4;color:#333}.modal-details{list-style:none;padding:0;margin:0;color:#333}.modal-details li{margin-bottom:.75rem;font-size:.95rem;line-height:1.3;color:#333}@keyframes fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 600px){.modal-card{padding:1.5rem 1rem;width:95%;max-height:90vh}.modal-gallery-wrapper{flex-direction:column}.gallery-arrow{top:auto;bottom:.5rem;transform:none}.gallery-prev{left:1rem}.gallery-next{right:1rem}.modal-gallery{gap:.25rem;padding:.25rem 0}.modal-gallery img{width:120px;height:90px}.modal-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.modal-header h3{font-size:1.25rem}.modal-details li{font-size:.9rem}}.pm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.pm-card{background:#fff;border-radius:.5rem;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px #0003;position:relative;padding:1rem;animation:pmFadeIn .3s ease}.pm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pm-title{margin:0;font-size:1.75rem;font-weight:700;color:#b3471d}.pm-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#333}.pm-close:hover{color:#b3471d}.pm-gallery-wrapper{position:relative;margin-bottom:1rem}.pm-gallery{display:flex;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.5rem}.pm-img{flex:0 0 auto;width:160px;height:100px;object-fit:cover;border-radius:.25rem;cursor:pointer}.pm-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;font-size:1.5rem;cursor:pointer;padding:.2rem .5rem;z-index:100}.pm-prev{left:0}.pm-next{right:0}.pm-arrow:hover{background:#fff}.pm-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;margin-bottom:1rem;font-size:.95rem;color:#333}.pm-summary div{display:flex;align-items:center;gap:.5rem}.pm-section{margin-bottom:1rem}.pm-section h3{margin-bottom:.5rem;font-size:1.25rem;color:#333}.pm-section p{margin:0;line-height:1.4;color:#444}.pm-list{list-style:none;padding:0;margin:0;column-count:2;column-gap:1rem;color:#333}.pm-list li{margin-bottom:.5rem;font-size:.95rem}.pm-testimonial{background:#f9f9f9;padding:1rem;border-left:4px solid #b3471d;margin:1rem 0;color:#333}.pm-testimonial blockquote{margin:0 0 .5rem;font-style:italic}.pm-testimonial cite{display:block;text-align:right;font-size:.9rem;color:#666}.pm-cta{display:block;width:100%;padding:.75rem;background:#b3471d;color:#fff;border:none;border-radius:.25rem;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:background .2s ease;margin-top:.5rem}.pm-cta:hover{background:#d86538}@keyframes pmFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.pm-card{width:90%;max-width:360px;max-height:85vh;padding:.75rem}.pm-header{flex-direction:column;align-items:flex-start;gap:.5rem}.pm-title{font-size:1.4rem}.pm-gallery-wrapper,.pm-gallery{margin-bottom:.75rem}.pm-img{width:100px;height:70px}.pm-summary{grid-template-columns:1fr;gap:.5rem}.pm-list{column-count:1}.pm-cta{font-size:.9rem;padding:.5rem}}@media (max-width: 480px){.pm-img{width:100px;height:70px}.pm-title{font-size:1.5rem}}.proyectos-page{display:flex;flex-direction:column;min-height:100vh;background-color:#fdf9f6}.proyectos-content{flex:1;display:flex;flex-direction:column}.scroll-anchor{display:block;height:0;width:100%}.projects-intro{padding:4rem 1rem;background-color:#fdf9f6;text-align:center}.projects-intro h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2.5rem;color:#b3471d;margin-bottom:.5rem}.projects-subtitle{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#555;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:2.5rem;padding:2rem 1rem;max-width:1200px;margin:0 auto 4rem}.project-card{text-decoration:none;display:flex;flex-direction:column;align-items:center}.project-card{background-color:#fff;border:none;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 6px #0000001a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.project-image-container{position:relative;width:100%;padding-top:66.666%;border-radius:.5rem;overflow:hidden}.project-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image-container img{transform:scale(1.05)}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center;opacity:0;transition:opacity .3s ease;overflow:hidden}.overlay p{max-width:90%;margin:0;color:#fff;font-size:1rem;line-height:1.4;word-break:break-word}.project-card:hover .overlay{opacity:1}.project-name{margin-top:1rem;font-family:Raleway,sans-serif;font-weight:600;font-size:1.125rem;color:#b3471d;text-align:center}.contact-container{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:3rem;justify-content:center;align-items:start;max-width:1200px;width:100%;margin:0 auto;padding:0 1rem}.contact-info,.contact-form,.contact-nav{width:100%;max-width:400px;margin:0;justify-self:center}@media (max-width: 768px){.projects-intro{padding:2.5rem 1rem}.projects-intro h2{font-size:clamp(1.75rem,6vw,2rem)}.projects-subtitle{font-size:.95rem;max-width:90%}.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem;max-width:500px;margin:0 auto 3rem}.overlay p{font-size:.9rem;padding:0 .5rem}.project-name{font-size:1rem;margin-top:.75rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info,.contact-form,.contact-nav{max-width:500px;justify-self:stretch}}@media (max-width: 480px){.projects-subtitle{font-size:.9rem}}.trabaje-page{display:flex;flex-direction:column;min-height:100vh;background-color:#fdf9f6}.trabaje-content{flex:1;max-width:600px;margin:0 auto;padding:4rem 1rem}.working-intro{text-align:center;margin-bottom:2rem}.working-intro h2{font-family:Raleway,sans-serif;font-weight:600;font-size:2.5rem;color:#b3471d;margin-bottom:1rem}.working-intro p{font-family:Raleway,sans-serif;font-weight:400;font-size:1rem;color:#555;line-height:1.5}.application-form{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a}.application-form .form-group,.application-form .file-group,.application-form .checkbox-group{width:100%}.application-form .file-group{justify-content:flex-start;gap:1rem}.application-form .checkbox-group label{justify-content:flex-start}.application-form button{align-self:flex-start}.application-form .form-group label{display:block;font-family:Raleway,sans-serif;font-weight:400;font-size:.9rem;color:#1a1a1a;margin-bottom:.25rem}.application-form .form-group input[type=text],.application-form .form-group input[type=tel],.application-form .form-group input[type=email],.application-form .form-group textarea{font-family:Raleway,sans-serif;width:100%;border:none;border-bottom:2px solid #ccc;background:transparent;padding:.5rem 0;font-size:1rem;outline:none;color:#000}.application-form .form-group input:focus,.application-form .form-group textarea:focus{border-bottom-color:#b3471d}.application-form .form-group textarea{resize:vertical}.application-form .file-group{display:flex;align-items:center;width:100%;justify-content:space-between}.application-form .file-label{font-family:Raleway,sans-serif;font-size:1rem;color:#555}.application-form .file-group input[type=file]{padding:0;margin:0}.application-form .file-group input[type=file]::file-selector-button{background-color:#b3471d;color:#fff;border:none;padding:.5em 1em;border-radius:.35rem;cursor:pointer;transition:background-color .2s ease}.application-form .file-group input[type=file]::-webkit-file-upload-button{background-color:#b3471d;color:#fff;border:none;padding:.5em 1em;border-radius:.35rem;cursor:pointer;transition:background-color .2s ease}.application-form .file-group input[type=file]::file-selector-button:hover,.application-form .file-group input[type=file]::-webkit-file-upload-button:hover{background-color:#d86538}.application-form .checkbox-group{width:100%}.application-form .checkbox-label{display:block;font-family:Raleway,sans-serif;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.application-form .checkbox-group label{display:flex;align-items:center;gap:.5rem;font-family:Raleway,sans-serif;font-weight:400;color:#555;margin-bottom:.5rem}.application-form .checkbox-group input[type=checkbox]{width:auto}.application-form button{font-family:Raleway,sans-serif;font-weight:600;text-transform:uppercase;background-color:#b3471d;color:#fff;border:none;padding:.75rem 2rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.application-form button:hover{background-color:#d86538}.contact{background-color:#f7f8fa;padding:4rem 1rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.contact h2{color:#4e9be3;font-family:Raleway,sans-serif;font-weight:600;font-size:2rem;text-align:center;margin-bottom:2rem}.contact-container{display:grid;grid-template-columns:minmax(280px,1fr) 400px minmax(280px,1fr);gap:3rem;justify-content:center;align-items:start;max-width:1200px;width:100%;margin:0 auto;padding:0 1rem;box-sizing:border-box}.contact-info,.contact-nav{width:100%;max-width:400px;justify-self:center}.contact-form{flex:0 0 400px;width:400px;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;margin:0}.contact-form h3{width:100%;font-family:Raleway,sans-serif;font-weight:600;font-size:1.25rem;color:#1a1a1a;text-align:center;margin-bottom:1rem}.contact-form input[type=text],.contact-form input[type=tel],.contact-form input[type=email],.contact-form textarea{width:100%;border:none;border-bottom:2px solid #ccc;background:transparent;padding:.5rem 0;font-family:Raleway,sans-serif;font-size:1rem;color:#000;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:#4e9be3}.contact-form button{align-self:center;font-family:Raleway,sans-serif;font-weight:600;text-transform:uppercase;background-color:#4e9be3;color:#fff;border:none;padding:.75rem 2rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.contact-form button:hover{background-color:#166bb3}.contact-info{flex:1 1 250px;display:flex;flex-direction:column;align-items:center;text-align:center}.info-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.25rem}.info-item img{width:32px;height:32px}.info-item a{font-family:Raleway,sans-serif;font-weight:400;color:#333;text-decoration:none;transition:color .2s ease}.info-item a:hover{color:#4e9be3}.contact-nav{flex:0 1 200px;display:flex;flex-direction:column;align-items:center}.contact-nav ul{list-style:none;padding:0;margin:0;text-align:center}.contact-nav li{margin-bottom:1rem}.contact-nav a{font-family:Raleway,sans-serif;font-weight:600;color:#4e9be3;text-decoration:none;transition:color .2s ease}.contact-nav a:hover{color:#166bb3}.contact-nav-image{margin-top:2rem;text-align:center}.contact-nav-image img{max-width:240px;height:auto;display:inline-block}.whatsapp-float{position:fixed;bottom:20px;right:20px;width:60px;height:60px;z-index:1500;border-radius:50%;box-shadow:0 2px 6px #0000004d;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float img{width:100%;height:100%;object-fit:contain}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000059}@media (max-width: 768px){.trabaje-content{max-width:92%;padding:3rem 1rem}.working-intro h2{font-size:2rem;line-height:1.2}.working-intro p{font-size:.95rem}.application-form{width:100%;max-width:400px;padding:1.5rem}.application-form .form-group,.application-form .file-group,.application-form .checkbox-group{width:100%}.application-form .file-group{flex-direction:column;align-items:flex-start;gap:.5rem}.application-form .checkbox-group{flex-direction:column;align-items:flex-start}.contact-container{grid-template-columns:1fr;gap:2rem;padding:0}.contact-info,.contact-form,.contact-nav{max-width:100%;justify-self:stretch}}@media (max-width: 480px){.trabaje-content{padding:2rem 1rem}.working-intro h2{font-size:1.75rem}.application-form{padding:1rem}.application-form button{width:100%;box-sizing:border-box;text-align:center}.application-form .checkbox-group label{font-size:0 nine-rem}}@media (max-width: 360px){.whatsapp-float{width:50px;height:50px;bottom:15px;right:15px}}.form-message{width:100%;margin-top:1rem;padding:.75rem 1rem;border-radius:.375rem;font-family:Raleway,sans-serif;font-size:.9rem;font-weight:500;text-align:center;box-sizing:border-box}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.file-status{width:100%;margin-top:.75rem;padding:.75rem;border-radius:.375rem;font-family:Raleway,sans-serif;font-size:.85rem;box-sizing:border-box}.file-status.valid{background-color:#d4edda;border:1px solid #c3e6cb}.file-status.invalid{background-color:#f8d7da;border:1px solid #f5c6cb}.file-success{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.75rem;width:100%}.file-icon{font-size:1.25rem;flex-shrink:0}.file-info{min-width:0;display:flex;flex-direction:column;gap:.25rem}.file-name{font-weight:600;color:#155724;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:.75rem;color:#6c757d;font-weight:400}.remove-file{background:none;border:none;color:#dc3545;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.25rem;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.remove-file:hover{background-color:#dc35451a}.file-error{display:flex;align-items:center;gap:.75rem;width:100%}.error-icon{font-size:1.1rem;flex-shrink:0}.error-message{color:#721c24;font-size:.85rem;font-weight:500;line-height:1.4}button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}input:disabled,textarea:disabled,select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}button:disabled:after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,#root{margin:0;padding:0;height:100%;width:100%}html{scroll-behavior:smooth}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
