:root{font-family:Inter,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}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}}.home{text-align:center;display:flex;flex-direction:column;background-color:#f9f9f9;align-items:center}.home-header{margin-bottom:2rem}.home-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.home-header p{font-size:1.2rem;color:#666}.home-content{background-image:linear-gradient(#00000080,#00000080),url(/home-background.webp);height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%;filter:drop-shadow(0px 7px 10px #000000)}.home-slogan-container{display:flex;flex-direction:column;padding-top:5.5rem}.home-slogan-title{font-family:Tw Cen MT Std,Century Gothic,Avenir,Helvetica,sans-serif;font-display:swap;color:#fff;font-size:6rem;font-weight:400;margin:0;padding:0;display:block}.slogan-container{position:relative;height:4rem;width:80vw;font-display:swap}.home-slogan{font-family:Montserrat,sans-serif;color:#daf8c2;font-size:2.2rem}.slogan-enter{animation:slideInFromAbove .5s ease-in-out forwards}.slogan-exit{animation:slideOutToBelow .5s ease-in-out forwards}.home-offer{margin-top:2rem}.home-offer h2{font-size:2rem;color:#333;margin-bottom:1rem}.home-offer p{font-size:1.2rem;color:#666;margin-bottom:2rem}.home-packages{display:flex;justify-content:space-around;flex-wrap:wrap;margin-bottom:4rem}.home-package{display:block;flex:1;max-width:300px;margin:1rem;text-align:center;padding:1rem;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a}.home-package-icon{height:2.5rem;padding:1rem 0}.home-package h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.home-package p{font-size:1rem;color:#666}.home-phrase{margin:7rem 0 3rem;height:15rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Montserrat,sans-serif}.home-phrase span{width:80%;font-size:1.2rem;margin:3rem 0}.home-divider{height:.2rem;background-color:#005b52a5;width:30vw;min-height:.2rem;border-radius:2rem}@keyframes slideInFromAbove{0%{transform:translateY(-100%);opacity:0}70%{opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes slideOutToBelow{0%{transform:translateY(0);opacity:1}30%{opacity:.5}to{transform:translateY(100%);opacity:0}}@media (width <= 768px){.home{margin-bottom:5rem}.home-slogan-title{font-size:4rem}.home-slogan{font-size:2rem}.home-phrase{margin-top:9rem}.home-divider{width:60vw}}.infobanner-container{overflow:hidden;white-space:wrap;animation:appear 2s ease-out forwards;animation-delay:.5s;opacity:0;color:#fff;background:linear-gradient(120deg,#005b52,#daf8c2);width:100%;height:8vh;display:flex;align-items:center;justify-content:center}.infobanner-container a{text-decoration:none;color:inherit}.infobanner-container span{font-size:1.3rem;text-align:center;animation:textPop .5s ease-in-out;animation-delay:1.9s;font-display:swap}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes appear{0%{opacity:0;filter:blur(.4rem)}to{opacity:1;filter:blur(0)}}@keyframes textPop{0%{font-size:1.3rem}80%{font-size:1.4rem}to{font-size:1.3rem}}@media (width <= 500px){.infobanner-container span{padding:0 .8rem}}.map-title{font-size:2.5rem;padding-top:4rem;margin:0}.map-container{display:flex;align-items:center;justify-content:space-between;width:50vw;margin:4rem 0}.map-container img{filter:drop-shadow(-5px -4px 3px black)}.map-text-container{width:65%;height:100%;display:flex;flex-direction:column;align-items:center}.map-text{margin-bottom:4rem;font-size:1.2rem}.map-button{color:#fff;background-color:#005b52;padding:.8rem 1rem;border-radius:1rem;transition:color .3s;width:10rem;display:flex;justify-content:center;flex-wrap:wrap}.map-button:hover{cursor:pointer;color:#007bff}@media (width <= 768px){.map-container{flex-direction:column;align-items:center}.map-text-container{padding-top:3rem}.map-text-container{width:90vw}}.clients-title{font-size:2.5rem;padding-top:2rem}.clients-container{padding:3rem 0;width:100%;overflow:hidden;white-space:nowrap;position:relative}.clients-container:before,.clients-container:after{position:absolute;top:0;width:10rem;height:100%;content:"";z-index:2}.clients-container:before{left:0;background:linear-gradient(to left,#fff0,#f9f9f9)}.clients-container:after{right:0;background:linear-gradient(to right,#fff0,#f9f9f9)}.clients-carousel{display:inline-block;animation:slide 15s linear infinite}.clients-carousel img{margin:0 2rem;flex-shrink:0;filter:grayscale()}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (width <= 768px){.clients-title{font-size:2rem}.clients-container{padding:2rem 0}}.about-header{text-align:center;margin-bottom:40px;background-size:cover;background-position:center;color:#fff;padding:8rem 2rem 3rem;position:relative}.about-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.about-header h1,.about-header .about-description{position:relative;z-index:2}.about-header h1{font-size:36px;margin-bottom:10px}.about-description p{font-size:18px;color:#fff;padding:0 10rem}.about-content{max-width:1200px;margin:0 auto}.about-section{background-color:#f9f9f9;margin-bottom:40px}.about-section-content{background-color:#fff;padding:20px;border:5px solid #DAF8C2;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.about-section-content:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.about-section-content h2{font-size:28px;margin-bottom:20px;color:#333;text-align:center}.about-paragraph{display:flex;align-items:center;margin-bottom:20px;opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease-out forwards}.about-paragraph:nth-child(2n){animation-delay:.2s}.about-paragraph:nth-child(odd){animation-delay:.4s}.about-paragraph.text-left .about-text{order:1}.about-paragraph.text-left .about-image,.about-paragraph.text-right .about-text{order:2}.about-paragraph.text-right .about-image{order:1}.about-text-with-image{display:flex;align-items:center}.about-text{flex:1;padding:0 20px 20px}.about-image{flex:1;padding:20px}.about-image img{max-width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 8px #0000001a}.about-how-we-do-it{text-align:center}.about-how-we-do-it h2{font-size:28px;margin-bottom:20px}.about-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3.5rem}.about-step{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:20px;width:15%;text-align:center;transition:border .3s;border:#DAF8C2 2px solid}.about-step-icon{height:2.5rem}.about-step p{font-size:16px;font-weight:500;color:#555}.about-vision-mission{display:flex;justify-content:space-around;margin:40px 0;gap:20px}.about-vision,.about-mission{flex:1;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 8px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-vision:hover,.about-mission:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.about-vision h2,.about-mission h2{font-size:28px;margin-bottom:20px;color:#333}.about-vision p,.about-mission p{font-size:16px;color:#555;line-height:1.5}.about-vision:before,.about-mission:before{content:"";display:block;width:60px;height:4px;background-color:#4caf50;margin:0 auto 20px}@media (max-width: 768px){.about-text-with-image{flex-direction:column}.about-text{margin-right:0;margin-bottom:20px}.about-vision-mission{flex-direction:column}.about-vision,.about-mission{margin-bottom:20px}.about-description p{padding:0 2rem}.about-steps{gap:2rem}.about-step{width:55%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem 1rem;background-image:linear-gradient(#e1e1e180,#e1e1e180),url(/assets/background-escritorios-BDTStCKo.webp);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.contact-info{background-color:#ebebeb90;padding:2rem;border-radius:2rem;box-shadow:0 4px 8px #0000001a;height:auto;width:50vw;display:flex;flex-direction:column;text-align:center;animation:contact-popin .8s forwards ease-in-out}.contact-header{position:relative;z-index:2;color:#074446}.contact-header h1{font-size:2.7rem}.contact-header h2{font-size:1.5rem;margin-bottom:.5rem}.contact-chevron{height:3rem;animation:infinite sway 2s ease-in-out}.contact-methods-container{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:space-evenly}.contact-item{display:flex;align-items:center;font-size:1.4rem;color:#fff;margin-bottom:1rem}.contact-icon{height:2.5rem;padding-right:2rem}.contact-item a{font-weight:700;color:#074446;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#0056b3}@keyframes contact-popin{0%{opacity:0%;transform:scale(0) translateY(5rem)}80%{transform:scale(1.1)}to{opacity:100%;transform:scale(1) translateY(0)}}@keyframes sway{0%{transform:translateY(-.5rem)}50%{transform:translateY(.5rem)}to{transform:translateY(-.5rem)}}@media (width <= 500px){.contact-info{width:auto}}html{scroll-behavior:smooth}.services-container{display:flex;flex-direction:column;align-items:center;min-height:80vh;padding-top:8rem}.services-container h1{padding-bottom:2rem}.service-buttons{display:flex;justify-content:center;width:100%;margin-bottom:2rem}.service-button{background-color:#005b52;color:#fff;border:none;outline:none;padding:1rem;border-radius:0;font-size:1.2rem;width:33.33%;cursor:pointer;transition:background-color .3s}.service-button:hover,.sel{background-color:#004a47}.service-details{width:90%;border:2px solid #004a47;border-radius:1rem;min-height:50vh;margin-bottom:2rem;background-color:#005b52}.service-details-header{color:#fff}.service-divider{height:2.5px;background-color:#004a47;width:30vw;border-radius:2rem;margin:1rem 0 1.5rem}.service-details p{font-weight:600;font-size:1.2rem;text-align:center}.service-details-organizer{border-top:3px solid #004a47;background-color:#f9f9f9;border-radius:0 0 .9rem .9rem;display:flex;flex-direction:row}.subtitle{font-size:1.5rem;margin-top:1rem;color:#333;text-align:center}.package-list{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-around;min-height:50vh;width:18rem;border-right:#004a47 3px solid}.package-item{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:1rem;border-radius:1rem;transition:background-color .3s}.package-item:hover,.selected{background-color:#0e525039}.package-icon{width:40px;height:40px;margin-right:10px}.package-description{font-size:1rem;width:80%;color:#555}.package-details{font-size:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;width:100%;text-align:center;align-content:center}.package-details h3{margin:0}@media (width <= 500px){h1{margin-top:3rem;font-size:2.3rem}.service-details-organizer{flex-direction:column}.package-list{border-right:none;border-bottom:#004a47 3px solid;width:auto;flex-direction:row;min-height:auto;padding:.5rem 0;flex-wrap:wrap}.package-item{padding:.5rem}.package-details{margin:1.5rem 0}}.certificate-header{padding:6rem 2rem 0rem;text-align:center}.certificate-page{max-width:1200px;margin:0 auto}.certificate-info{text-align:center;margin-bottom:2rem}.certificate-actions{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.certificate-button{color:#fff;background-color:#005b52;padding:.8rem 1rem;border-radius:1rem;transition:color .3s;width:10rem;display:flex;justify-content:center;flex-wrap:wrap}.certificate-not-found{text-align:center;padding:4rem 2rem}.loading{text-align:center;padding:2rem}.pdf-container{width:100%;margin:2rem 0;border-radius:8px;overflow:hidden}.pdf-embed{border:none;border-radius:8px}@media (max-width: 768px){.pdf-container{margin:1rem 0;border-radius:4px}.pdf-embed{height:500px;border-radius:4px}}@media (max-width: 480px){.pdf-embed{height:400px}}.header{background-color:#005b52;border-bottom:1px solid #ddd;padding:1rem 0;position:fixed;top:0;width:100vw;transition:transform .3s ease-in-out;z-index:1000;height:7vh;display:flex}.container{display:flex;justify-content:space-between;align-items:center;width:100vw;margin:0 auto;padding:0 1rem}.logo-container{display:flex;align-items:center;text-decoration:none}.logo-image{height:3.8rem}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#007bff}.burger-menu{display:none;flex-direction:column;cursor:pointer}.burger-bar{width:25px;height:3px;background-color:#fff;margin:4px 0;transition:.4s}.burger-bar.open:nth-child(1){transform:rotate(-45deg) translate(-9px,9px)}.burger-bar.open:nth-child(2){opacity:0}.burger-bar.open:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 768px){.container{justify-content:space-between}.language-switcher{order:1}.logo-container{order:2;flex:1;justify-content:center}.burger-menu{display:flex;order:3;padding-right:7%}.nav-links{position:absolute;top:20px;right:0;background:#005b52f2;width:100%;height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease-in-out;transform:translateY(-100%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-links.open{transform:translateY(0);top:100%}.nav-links ul{list-style:none;padding:0;margin:0;width:100%;text-align:center}.nav-links li{margin:15px 0;width:100%}.nav-links a{color:#fff;font-size:2.2em;text-decoration:none;padding:10px 20px;border-radius:5px;transition:background .3s ease;display:block;border-bottom:1px solid rgba(255,255,255,.2)}.nav-links a:hover{background:#fff3}}.language-switcher{position:relative}.language-switcher button{background:none;border:none;border-radius:inherit;color:#333;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s,color .3s;display:flex;align-items:center;justify-content:space-evenly}.language-icon{margin-left:5px;height:auto;stroke:#fff;transition:stroke .3s}.language-switcher button:hover{color:#007bff}.language-switcher button:hover .language-icon{stroke:#007bff}.language-switcher button{background-color:#074446;color:#fff;border-radius:4px}.language-menu{position:absolute;left:50%;transform:translate(-50%);background-color:#005b52;border-radius:20px;color:#fff;top:3.5rem}.language-menu ul{list-style:none;margin:0;padding:20px;cursor:pointer}.language-menu li{list-style-type:none;margin:0;padding:0;text-align:center;font-weight:600;transition:color .3s}.language-active{color:#daf8c2}.language-menu li:hover{color:#007bff}@media (width <= 768px){.language-icon{margin:0}.language-menu{left:100%}.language-menu li{text-align:start}}.footer{background-color:#005b52;border-top:1px solid #ddd;padding:2.5rem 0 1rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem;flex-direction:column;justify-content:center;align-content:space-evenly}.social-container{display:flex;flex-direction:row;justify-content:space-evenly;align-content:center;justify-self:center;width:30vw}.footer p{color:#fff}@media (width <= 500px){.social-container{width:90vw}}.whatsapp-container{position:fixed;right:.4rem;bottom:0}.whatsapp-container a img{height:50px}body{font-family:Montserrat,sans-serif;margin:0;padding:0;background-color:#f9f9f9;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 1rem}
