@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--color-principal-0: #ffffff;--color-principal-1: #EDF6FD;--color-principal-2: #6DB4EE;--color-principal-3: #1663A2;--color-principal-4: #114D7E;--color-principal-5: #0C375A;--color-principal-6: #072136;--color-principal-7: #000000;--color-principal-8: #38948F;--color-principal-9: #2D7673}*{box-sizing:border-box;margin:0;padding:0;list-style:none;text-decoration:none;font-family:Barlow Condensed,sans-serif;text-transform:uppercase}.body{display:flex;flex-direction:column;width:100%;height:100dvh;overflow-y:auto}.header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;width:100%;height:88px;padding:20px 60px;background-color:var(--color-principal-0);box-shadow:#0000001a 0 4px 10px;gap:20px}.header-logo{display:flex;flex-direction:row;align-items:center;font-weight:400;gap:10px}.header-logo img{width:60px;height:60px;border-radius:100px}.header-logo h1{font-size:30px;font-weight:600;color:var(--color-principal-5)}.header-icon-button{display:none}@media screen and (max-width: 1024px){.header{padding:20px 30px}}@media screen and (max-width: 880px){.header{height:70px}.header-logo img{width:50px;height:50px}.header-logo h1{font-size:25px}}@media screen and (max-width: 780px){.header-icon-button{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer}.bars{width:40px;height:40px;color:var(--color-principal-6);padding:8px}}.links{display:flex;gap:30px}.links a{font-size:24px;color:var(--color-principal-4);cursor:pointer}.links a:hover{border-bottom:3px solid var(--color-principal-2)}.links.flex-row{flex-direction:row;align-items:center}.links.flex-column{flex-direction:column;align-items:flex-start;padding:20px 60px}.links.flex-column a:hover{border-bottom:2px solid var(--color-principal-2)}@media screen and (max-width: 880px){.links.flex-row a{font-size:20px}}@media screen and (max-width: 780px){.links.flex-row{display:none}}.hero{position:relative;display:flex;width:100%;height:100dvh;background-image:url(/images/hero-wallpaper.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--color-principal-0);justify-content:center;align-items:center;flex-direction:column;text-align:center}.hero:before{content:"";position:absolute;inset:0;background:#0006}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:1;padding:10px}.hero-title{display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--color-principal-0);z-index:1;gap:20px}.hero-title img{width:200px;height:200px;border-radius:100px}.hero-title-text h1{font-size:93px;font-weight:600;line-height:1}.hero h2{font-size:50px;font-weight:400;color:var(--color-principal-0);z-index:1}.hero-button{position:absolute;bottom:80px;padding:10px 30px;border-radius:30px;font-size:19px;color:var(--color-principal-0);background-color:var(--color-principal-8);border:2px solid var(--color-principal-0);z-index:1;transition:transform .4s ease-in-out}.hero-button:hover{transform:scale(1.1)}@media screen and (max-width: 1024px){.hero-title img{width:150px;height:150px}.hero-title-text h1{font-size:80px}.hero h2{font-size:40px}}@media screen and (max-width: 500px){.hero-title img{width:100px;height:100px}.hero-title-text h1{font-size:60px}.hero h2{font-size:30px}.hero-button{padding:8px 25px;font-size:16px}}@media screen and (max-width: 360px){.hero-title img{width:80px;height:80px}.hero-title-text h1{font-size:50px}.hero h2{font-size:25px}.hero-button{padding:6px 20px;font-size:14px}}.section-services{background-color:var(--color-principal-0);display:flex;flex-direction:row;justify-content:center;align-items:center;scroll-margin-top:88px}.section-services-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;gap:24px}.services-title{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px;gap:15px;width:80%}.services-title h1{font-size:50px;color:var(--color-principal-4);font-weight:600}.services-title h2{font-size:24px;text-align:center;color:var(--color-principal-6);font-weight:400;text-transform:none}.services-cards-container{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:24px}.services-cards{display:flex;flex:1;flex-direction:row;justify-content:center;align-items:flex-start;gap:16px;padding:24px;background-color:var(--color-principal-0);border-radius:10px;background-color:var(--color-principal-1)}.services-icon-container{display:flex;justify-content:center;align-items:flex-start;background-color:var(--color-principal-5);padding:8px}.services-icon{width:40px;height:40px;color:var(--color-principal-0);font-weight:300}.services-description{display:flex;flex-direction:column;justify-content:flex-start;gap:8px}.services-description h4{font-size:24px;color:var(--color-principal-4);font-weight:600}.services-description p{font-size:22px;color:var(--color-principal-6);font-weight:400;text-transform:none}.services-benefits-section{width:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.services-benefits-container{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}.services-benefits{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;gap:10px}.services-benefits h4{font-size:24px;color:var(--color-principal-4);font-weight:600;text-align:center}.services-benefits span{font-size:22px;color:var(--color-principal-6);font-weight:400;text-transform:none;text-align:center}.services-benefits-icon-container{width:100px;height:100px;background-color:var(--color-principal-5);color:var(--color-principal-0);border-radius:50%;display:flex;align-items:center;justify-content:center}.services-benefits-icon{width:50px;height:50px}@media screen and (max-width: 1200px){.services-cards{padding:18px}.services-benefits-section{width:100%}}@media screen and (max-width: 1024px){.services-cards-container{flex-direction:column}.services-cards{padding:24px}}@media screen and (max-width: 954px){.services-benefits-icon-container{width:80px;height:80px}.services-benefits-icon{width:40px;height:40px}.services-benefits h4{font-size:20px}.services-benefits span{font-size:18px}}@media screen and (max-width: 880px){.services-title{width:100%}.services-title h1{font-size:40px}.services-title h2,.services-description h4{font-size:22px}.services-description p{font-size:20px}}@media screen and (max-width: 840px){.services-benefits-section{width:100%}.services-benefits-icon-container{width:70px;height:70px}.services-benefits-icon{width:35px;height:35px}.services-benefits h4{font-size:20px}.services-benefits span{font-size:18px}}@media screen and (max-width: 800px){.section-services-container{padding:60px 50px}.services-benefits h4{font-size:18px}.services-benefits span{font-size:16px}}@media screen and (max-width: 700px){.services-benefits-container{grid-template-columns:repeat(2,1fr)}.services-benefits-icon-container{width:90px;height:90px}.services-benefits-icon{width:45px;height:45px}.services-benefits h4{font-size:20px}.services-benefits span{font-size:18px}}@media screen and (max-width: 580px){.section-services-container{padding:60px 40px}.services-benefits-icon-container{width:80px;height:80px}.services-benefits-icon{width:40px;height:40px}.services-benefits h4{font-size:18px}.services-benefits span{font-size:16px}}@media screen and (max-width: 500px){.services-title h1{font-size:35px}.services-title h2{font-size:20px}.section-services-container{padding:60px 35px}.services-icon{width:30px;height:30px}.services-cards{padding:16px}.services-description h4{font-size:20px}.services-description p{font-size:18px}}@media screen and (max-width: 486px){.services-benefits-icon-container{width:65px;height:65px}.services-benefits-icon{width:35px;height:35px}.services-benefits h4{font-size:16px}.services-benefits span{font-size:14px}}@media screen and (max-width: 445px){.services-benefits-container{grid-template-columns:repeat(1,1fr);gap:50px}.services-benefits-icon-container{width:85px;height:85px}.services-benefits-icon{width:45px;height:45px}.services-benefits h4{font-size:20px}.services-benefits span{font-size:18px}}.contact-screen{background-color:var(--color-principal-0);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;scroll-margin-top:88px}.contact-screen-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px;gap:50px}.contact-screen-info-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:100px}.contact-screen h1{font-size:50px;color:var(--color-principal-4);font-weight:600}.contact-screen h2{font-size:30px;font-weight:500;color:var(--color-principal-4)}.contact-hours{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:25px;padding-right:40px}.contact-hours-day{font-size:22px;color:var(--color-principal-7);font-weight:400}.contact-hours-time{font-size:20px;color:var(--color-principal-4);font-weight:400;text-indent:50px}.contact-hours span{font-size:16px;color:var(--color-principal-7);font-weight:400;margin-top:25px}@media screen and (max-width: 1040px){.contact-screen-info-container{gap:50px}.contact-hours{padding-right:0}}@media screen and (max-width: 880px){.contact-screen-info-container{gap:30px}.contact-screen{scroll-margin-top:70px}.contact-screen h1{font-size:40px}.contact-screen-container{padding:40px}.contact-screen h2{font-size:25px}.contact-hours-day{font-size:20px}.contact-hours-time{font-size:18px}.contact-hours span{font-size:14px}}@media screen and (max-width: 650px){.contact-screen-info-container{flex-direction:column;width:100%;gap:80px}.contact-screen h2{font-size:28px}.contact-hours-day{font-size:22px}.contact-hours-time{font-size:20px}}@media screen and (max-width: 450px){.contact-screen h2{font-size:25px}.contact-hours-day{font-size:20px}.contact-hours-time{font-size:18px}}.contact-form{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:50px;width:100%}.contact-form h4{font-size:25px;color:var(--color-principal-5);font-weight:400}.contact-form-message{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;width:100%}.contact-form-input{display:flex;background-color:transparent;justify-content:flex-start;align-items:center;border:none;border-bottom:2px solid var(--color-principal-6);padding:10px 0;color:var(--color-principal-4);width:100%;outline:none;font-size:22px;text-transform:none}.email-telephone{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:120px}.input-error{color:red}.error{color:red;font-size:12px}.contact-button-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;gap:20px}.contact-form-button{padding:10px 30px;border-radius:30px;font-size:19px;color:var(--color-principal-0);background-color:var(--color-principal-8);border:2px solid var(--color-principal-8);font-weight:500;transition:transform .4s ease-in-out}.contact-form-button:hover{cursor:pointer;transform:scale(1.1);background-color:var(--color-principal-9);border:2px solid var(--color-principal-9)}.success{font-size:18px;color:var(--color-principal-9);font-weight:400}@media screen and (max-width: 880px){.contact-form h4{font-size:20px}.contact-form-input{border-bottom:1px solid var(--color-principal-6)}.contact-form-button{padding:8px 25px;font-size:16px;font-weight:400}.email-telephone{gap:80px}}@media screen and (max-width: 700px){.email-telephone{gap:50px}}@media screen and (max-width: 650px){.contact-form h4{font-size:22px}.contact-form-input{font-size:20px}.contact-form-button{padding:10px 25px;font-size:18px}.email-telephone{gap:40px}}@media screen and (max-width: 450px){.contact-form h4{font-size:20px}.contact-form-input{font-size:18px}.contact-form-button{padding:8px 20px;font-size:16px}}.header-nav{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:64px;background-color:var(--color-principal-0);box-shadow:#0000001a 0 4px 10px;padding:20px 60px}.icon-arrow-back{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:var(--color-principal-6);font-size:20px;font-weight:600}.frecuent-questions{display:flex;background-color:var(--color-principal-0);flex-direction:row;justify-content:center;align-items:center;scroll-margin-top:88px}.frecuent-questions-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;gap:40px}.frecuent-questions-container h1{font-size:50px;color:var(--color-principal-4);font-weight:600;text-align:center}.questions-item{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;width:100%}.questions-item-icon-container{display:flex;justify-content:center;align-items:center}.questions-item-icon{width:40px;height:40px;color:var(--color-principal-6);font-weight:300}.questions-item-description{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%}.questions-item-description h4{font-size:20px;color:var(--color-principal-4);font-weight:600}.questions-item-description p{font-size:16px;color:var(--color-principal-4);font-weight:400}.frecuent-questions-button{padding:10px 30px;border-radius:30px;background-color:var(--color-principal-3);z-index:1;border:2px solid var(--color-principal-3);transition:transform .4s ease-in-out}.frecuent-questions-button a{font-size:19px;color:var(--color-principal-0);font-weight:400}.frecuent-questions-button:hover{cursor:pointer;transform:scale(1.1)}@media screen and (max-width: 880px){.frecuent-questions-container h1{font-size:40px}.questions-item-icon{width:30px;height:30px}.questions-item-description h4{font-size:18px}.questions-item-description p{font-size:14px}.frecuent-questions-button{padding:8px 25px}.frecuent-questions-button a{font-size:16px;font-weight:400}}@media screen and (max-width: 500px){.questions-list{grid-template-columns:repeat(1,1fr)}.frecuent-questions-container{padding:60px 30px}}.footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 60px;background-color:#f2f2f2;gap:10px}.footer-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.footer-container img{width:60px;height:60px;border-radius:100px}.footer-social-media{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}.footer-social-media-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px}.footer-icon{color:var(--color-principal-7)}.footer p{font-size:16px;color:var(--color-principal-7);font-weight:400;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;text-transform:none}@media screen and (max-width: 600px){.footer{padding:20px 30px}.footer-container img{width:40px;height:40px}.footer p{font-size:12px}}
