@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playwrite+AU+TAS&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f4f4;font-family:Outfit,serif}.app-container{display:flex;flex-direction:column;min-height:100vh}.header{align-items:center;background-color:#264561;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:2}.divider{height:auto;margin-top:-10px;overflow:hidden;position:absolute;width:100%;z-index:1}.content{background:#f4f4f4;margin:0 auto;max-width:80%;padding:0}.header__logo{align-items:center;display:flex}.header__logo img{height:60px;width:60px}.header__logo-title{align-items:center;font-family:Playwrite AU TAS,cursive;font-size:2.2rem;font-weight:700;margin-left:2.5rem;text-align:center}.header__nav{align-items:center;display:flex}.header__nav-list{display:flex;gap:1.5rem;list-style-type:none;padding:0}.header__nav-link{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s}.header__nav-link:hover{color:#cde6c6}@media (max-width:768px){.header__nav{align-items:center;background-color:#264561cc;display:none;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:0;top:0;transform:translate(100%);transition:transform .3s ease;width:60%;z-index:1000}.header__nav--open{transform:translate(0)}.header__menu,.header__nav--open{display:flex;flex-direction:column}.header__menu{cursor:pointer;justify-content:center;z-index:1100}.header__menu-line{background-color:#fff;height:3px;margin:4px 0;width:30px}.header__menu-line:hover{background-color:#cde6c6}.header__nav-list{flex-direction:column;gap:1rem}}@media (min-width:769px){.header__menu{display:none}}.img-404{align-items:center;display:block;filter:drop-shadow(3px 3px .8rem #264561);height:90vh;justify-content:center;margin:0 auto}.contact-form{background-color:#cde6c6;border-radius:5px;box-shadow:0 4px 6px #0006;display:flex;flex-direction:column;font-size:1rem;gap:1rem;padding:2rem}.link{color:#264561;text-decoration:underline}.link:hover{color:#1e3a51}.contact-page{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;min-height:100vh;padding:1rem 1rem 80px}.contact-form label{color:#333;font-size:1rem}.contact-form label:not(.contact-form__checkbox-label){display:flex;flex-direction:column}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form select,.contact-form textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-top:.3rem;padding:.75rem}.contact-form textarea{resize:vertical}.contact-form__checkbox-label{align-items:center;color:#333;display:flex;font-size:.9rem;margin-top:.5rem}.contact-form__checkbox-label input[type=checkbox]{margin-right:.5rem;transform:scale(1.2)}.contact-form__checkbox-label span{line-height:1.5}.contact-page .contact-form{margin:80px auto;max-width:600px}.contact-form button{background-color:#264561;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.25rem;transition:background-color .3s}.contact-form button:hover{background-color:#1e3a51}.contac-section h2,.contact-section h3{color:#264561;font-size:1.5rem;margin-top:1rem}.contact-section p{color:#264561;margin-bottom:1.5rem}@media (max-width:768px){.contact-form{box-sizing:border-box;font-size:.9rem}.contact-form,.contact-page .contact-form{padding:1rem;width:100%}}.footer{background-color:#264561;color:#cde6c6;font-size:.9rem;margin-top:auto;width:100%}.footer__content{display:flex;flex-direction:row;justify-content:center;margin:0 auto;max-width:1200px;padding:1rem 2rem}.footer__column{flex:1 1;gap:rem;margin:0 1rem;padding:0 1rem}.footer__column h3{font-size:1.25rem}.footer__contact-info,.footer__legal,.footer__navigation{border-radius:5px;box-shadow:2px 2px 4px #0009}.footer a,.footer__contact-info p,.footer__legal ul,.footer__navigation ul{color:#cde6c6;margin:.5rem 0;text-decoration:none}.footer a{size:2rem;display:flex;display:row;margin-right:.5rem}.footer a:hover{color:#93bb9e;transform:scale(1.06);transition:all .3s}.footer__legal ul,.footer__navigation ul{color:#cde6c6;list-style:none;padding:0}.footer__legal li,.footer__navigation li{color:#cde6c6;margin:.5rem 0}.footer__legal a,.footer__navigation a{color:#cde6c6;text-decoration:none}.footer__legal a:hover,.footer__navigation a:hover{color:#93bb9e}.footer__sub-footer{background-color:#264561;color:#cde6c6;font-size:.8rem;padding-bottom:1rem;padding-top:1rem;text-align:center}@media (max-width:768px){.footer__content{flex-direction:column;text-align:center}.footer__column{margin-bottom:1rem}}.hero-section{align-items:center;background:#f4f4f4;color:#264561;display:flex;gap:2rem;height:100vh;justify-content:space-between;padding:2rem 4rem}.hero-content{flex:1 1;margin:0 auto;max-width:600px;text-align:center}.hero-title{color:#264561;font-size:3rem;margin-bottom:1.5rem}.hero-subtitle{color:#5b6b8b;font-size:1.25rem;margin-bottom:2.5rem}.hero-buttons{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1.5rem auto 0}.hero-button{border:none;border-radius:5px;box-shadow:0 4px 6px #0000001a;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:transform .3s ease}.hero-button--primary{background-color:#264561;color:#fff}.hero-button--secondary{background-color:#fff;border:2px solid #264561;color:#264561}.hero-button:hover{transform:scale(1.05)}.hero-image{background:url(/static/media/background.56933c1822b65916944c.webp) no-repeat 50%;background-size:contain;filter:opacity(.9);filter:drop-shadow(1.5px 1.5px .4rem #264561);flex:0.6 1;height:70vh}@media (max-width:768px){.hero-section{flex-direction:column;padding:1rem}.hero-content{text-align:center}.hero-buttons{flex-direction:column;gap:.5rem}.hero-image{height:40vh}}.servicios-section{background-color:#f4f4f4;padding:4rem 2rem;text-align:center}.servicios-section h1{color:#264561;font-size:2.5rem;margin-bottom:1.5rem}.servicios-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.servicio-card{background-color:#cde6c6;border-radius:8px;box-shadow:0 6px 10px #0000001a;color:#264561;max-width:350px;min-width:250px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.servicio-card:hover{box-shadow:0 8px 15px #00000026;transform:translateY(-5px)}.proceso-section{background-color:#f4f4f4;padding:4rem 2rem;text-align:center}.proceso-section h1{color:#264561;font-size:2.5rem;margin-bottom:2rem}.proceso-timeline{flex-direction:column;padding:0 1rem}.proceso-step,.proceso-timeline{align-items:center;display:flex;gap:1.5rem}.proceso-step{border-radius:8px;box-shadow:0 6px 10px #00000014;color:#264561;max-width:600px;padding:1.5rem;width:90%}.proceso-step--left{align-self:flex-start;background-color:#cde6c6;margin-left:500px}.proceso-step--right{align-self:flex-end;background-color:#93bb9e;margin-right:500px}.proceso-step h4,.proceso-step p{margin:0}.cta-section{background-color:#f4f4f4;color:#264561;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2rem;margin-bottom:1.5rem}.cta-section button{background-color:#264561;border-radius:5px;color:#93bb9e;font-size:1rem;padding:.75rem 1.5rem;transition:transform .3s ease}.cta-section button:hover{transform:scale(1.05)}@media (max-width:768px){.proceso-step{margin:0 auto;width:100%}.proceso-step--left,.proceso-step--right{align-self:center;margin:0}}.document-container{margin:0 auto;max-width:1200px;padding:2rem}.aviso-legal,.politica-cookies,.politica-privacidad{background-color:#f5f9f8;border-radius:8px;color:#264561;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1000px;padding:2rem}.aviso-legal h1,.politica-cookies h1,.politica-privacidad h1{color:#264561;font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.aviso-legal h2,.politica-cookies h2,.politica-privacidad h2{border-left:4px solid #93bb9e;color:#264561;font-size:1.8rem;margin-bottom:1rem;margin-top:1.5rem;padding-left:1rem}.aviso-legal p,.politica-cookies p,.politica-privacidad p{color:#3b4a5a;font-size:1rem;margin-bottom:1rem}.aviso-legal ul,.politica-cookies ul,.politica-privacidad ul{list-style-type:disc;margin-bottom:1.5rem;padding-left:1.5rem}.aviso-legal ul li,.politica-cookies ul li,.politica-privacidad ul li{font-size:1rem;margin-bottom:.5rem}.aviso-legal a,.politica-cookies a,.politica-privacidad a{color:#264561;text-decoration:underline}.aviso-legal a:hover,.politica-cookies a:hover,.politica-privacidad a:hover{color:#93bb9e;text-decoration:none}@media (max-width:768px){.document-container{padding:1.5rem}.aviso-legal h1,.politica-cookies h1,.politica-privacidad h1{font-size:2rem}.aviso-legal h2,.politica-cookies h2,.politica-privacidad h2{font-size:1.5rem}.aviso-legal p,.politica-cookies p,.politica-privacidad p{font-size:.95rem}}.workflow__card{display:flex;flex-direction:row;justify-content:space-evenly;margin:2% auto 0;max-width:80%}.workflow__card h2{margin-bottom:20px;margin-top:20px;text-align:center;width:100%}.servicios-title{color:#264561;font-size:2.5rem;margin:0 auto;padding:3rem;text-align:center}.action-buttons{display:flex;gap:1rem;justify-content:center;margin:3rem 0}.action-button{border:none;border-radius:5px;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:background-color .3s,transform .3s}.budget-button{background-color:#93bb9e;color:#264561}.contact-button{background-color:#264561;color:#fff}.action-button:hover{transform:scale(1.05)}.fade-in{opacity:0;transform:translateY(40px);transition:opacity 1s ease-out,transform 1s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.about-us{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:2rem;width:100%}.about-us h1{animation:fadeIn 3s forwards;color:#264561;font-size:2.5rem;margin-bottom:1rem;opacity:0}.about-us p{color:#264561;font-size:1.1rem;margin-bottom:2rem;max-width:80%;text-align:justify}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.service-container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;width:100%}.service{align-items:center;background-color:#cdedc6;border-radius:5px;box-shadow:0 4px 6px #0000001a;display:flex;margin:1rem 0;max-width:1000px;overflow:hidden;padding:1rem;transition:transform .3s;width:90%}.service:hover{transform:scale(1.05)}.service-image{flex-basis:30%;height:100%;overflow:hidden}.service-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-image img:hover{transform:scale(1.25)}.service-description{color:#264561;display:flex;flex-basis:70%;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem;text-align:center}.service-description h2,.service-description p{margin-left:auto;margin-right:auto;max-width:90%;text-align:justify}.service-description h2{color:#264561;margin:0 auto}.service-description p{font-size:1rem;line-height:1.5;margin:0 auto}.service:nth-child(odd){align-self:flex-start;flex-direction:row}.service:nth-child(2n){align-self:flex-end;flex-direction:row-reverse}.contact-section{color:#264561;margin:0 auto 3%;max-width:80%;padding-top:2rem;text-align:center}.contact-section h2{font-size:2rem;margin:1rem auto;padding:1rem}.contact-section p{font-size:1.1rem;margin:0 auto 3rem}.contact-container{display:flex;justify-content:space-between}.contact-form-container{flex:0 0 40%;margin:0 auto}.workflow-container{align-items:flex-start;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex:0 0 60%;flex-direction:column;margin:0 auto;padding:1rem}.workflow-row{display:flex;justify-content:space-between;margin-bottom:1rem;width:100%}.workflow-card{background-color:#cdedc6;border-radius:5px;box-shadow:0 2px 4px #0000001a;flex:1 1;gap:.5rem;margin:0 auto;max-width:calc(50% - 1rem);padding:1rem;transition:all 3ms}.workflow-card:hover{box-shadow:0 4px 8px #0003;transform:scale(1.05)}.workflow-card h3{color:#264561;margin:0 auto .5rem}.workflow-card p{color:#264561;margin:0 auto;text-align:center}@media (max-width:768px){.contact-container{align-items:center;box-sizing:border-box;flex-direction:column;padding:0 1rem;width:100%}.contact-form-container{flex:1 1;margin:0 auto 1rem;width:100%}.workflow-container{flex:0 0 100%;flex-direction:column}.workflow-row{display:block;width:100%}.workflow-card{margin-bottom:1rem;max-width:80%}.contact-section{max-width:100%;padding:0 1rem}}
/*# sourceMappingURL=main.e28e4cd4.css.map*/