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}.App{text-align:center}::-webkit-scrollbar{display:none}body,html{-ms-overflow-style:none;scrollbar-width:none}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#333;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.navbarContainer{background-color:initial;box-sizing:border-box;height:70px;justify-content:space-between;padding:0 16px;position:relative;width:100%;z-index:10}.logoWrap,.navbarContainer{align-items:center;display:flex}.logo{height:60px;object-fit:contain;width:60px}.navItems{align-items:center;display:flex;flex-shrink:0;gap:16px;overflow-x:auto;white-space:nowrap}.social-icon{color:#fff;font-size:20px;padding:8px;text-decoration:none}.contact-button{background-color:#fff;border-radius:50px;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#000;display:inline-block;font-weight:700;padding:10px 16px;text-align:center;text-decoration:none;white-space:nowrap}@media screen and (max-width:420px){.navbarContainer{padding:0 12px}.logo{height:50px;width:50px}.contact-button{font-size:13px;padding:6px 12px}.navItems{gap:8px}}.reviewPageWrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;margin:50px}.reviewPageTitle{font-size:32px;font-weight:700;margin:20px 20px 50px;text-align:center}.reviewTitle{display:flex;font-size:32px;justify-content:center;padding-top:50px}.review .reviewFotoWrapper{display:flex;margin-top:30px}.review .reviewFotoWrapper .fotoLeft,.reviewWrapper .review .reviewFotoWrapper .fotoRight{align-items:center;display:flex;flex-direction:column}.review .reviewFotoWrapper .fotoLeft{align-items:flex-end}.review .reviewFotoWrapper .fotoRight{align-items:flex-start}.reviewFoto{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:95%}.reviewFoto:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.review{align-items:center;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1104px){.reviewPageWrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(1,1fr);grid-template-rows:auto auto;margin:50px}}body,html{background-color:#333;color:#fff;font-family:IBM Plex Sans;overflow-x:hidden}a{text-decoration:none}.button,a{color:#fff}.button{background-color:#ad090998;border-color:#ad090998;border-radius:10px;border-width:0;cursor:pointer;font-size:24px;font-weight:700;height:70px;width:200px}.homeWrapper{height:100vh;overflow:hidden;position:relative;width:100vw}.homeVideo{object-fit:cover;z-index:1}.homeVideo,.overlay{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{background-color:rgba(0,0,0,.5);z-index:2}.content{flex-direction:column;height:75%;position:relative;text-align:center;z-index:3}.content,.title-home{align-items:center;display:flex;justify-content:center}.title-home{flex-wrap:wrap;font-size:96px;font-weight:700;margin-bottom:20px}.strong{color:#fff;font-size:96px;margin-right:10px}.discipline{color:#ee2737;font-size:96px}.description{color:#fff;font-size:28px;font-weight:700}@media screen and (max-width:1104px){.title{flex-direction:column;font-size:48px}.description{font-size:16px}.discipline,.strong{font-size:64px}}.services-section{background-color:#121212;color:#fff;padding:80px 20px}.services-title{font-size:36px;font-weight:700;margin-bottom:40px;position:relative;text-align:center}.services-title:after{background-color:#ee2737;border-radius:2px;content:"";display:block;height:4px;margin:16px auto 0;width:80px}.services-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px}.service-card{cursor:pointer;height:500px;max-width:400px;-webkit-perspective:1200px;perspective:1200px;position:relative;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.service-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.service-image,.service-image-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-position:50%;background-size:cover;border-radius:16px;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:-webkit-transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease;width:100%}.service-image{z-index:2}.service-card.flipped .service-image{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.service-card.flipped .service-image-back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);z-index:3}.service-image-back{align-items:center;background-blend-mode:darken;display:flex;justify-content:center;position:relative;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.service-image-back:before{background:linear-gradient(to bottom right,rgba(0,0,0,.6),rgba(0,0,0,.7));content:"";z-index:1}.service-image-back:before,.service-overlay{border-radius:16px;height:100%;left:0;position:absolute;top:0;width:100%}.service-overlay{align-items:center;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:center;transition:background-color .3s ease;z-index:2}.service-info{color:#fff;padding:20px;position:relative;text-align:center;z-index:3}.service-info h1{font-size:24px;font-weight:700;margin-bottom:16px}.cta-button{background-color:#ee2737;border:none;border-radius:30px;color:#fff;font-size:14px;font-weight:700;padding:10px 24px;transition:background-color .3s ease}.cta-button:hover{background-color:#c91f2e}.service-description{color:#ddd;font-size:15px;line-height:1.6;list-style:none;margin:0 auto;max-width:85%;padding:0;z-index:3}.service-description .additional-info{margin-top:10px}.services-section.scrolling .service-card{pointer-events:none}@media (max-width:768px){.services-grid{align-items:center;flex-direction:column}.service-card{height:480px;max-width:100%}}.aboutContainer{align-items:center;background-color:#121212;color:#fff;display:flex;flex-direction:column;padding:80px 20px}.aboutTitle{font-size:36px;font-weight:700;margin-bottom:40px;position:relative;text-align:center}.aboutTitle:after{background-color:#ee2737;border-radius:2px;content:"";display:block;height:4px;margin:16px auto 0;width:80px}.aboutWrapper{align-items:center;background-color:#1e1e1e;border-radius:16px;box-shadow:0 0 30px rgba(0,0,0,.4);display:flex;flex-direction:row;gap:40px;margin-bottom:60px;max-width:1100px;padding:40px;width:100%}.aboutWrapper.reverse{flex-direction:row-reverse}.imageWrapper{display:flex;flex:1 1;justify-content:center}.imageWrapper .image{border-radius:12px;box-shadow:0 0 12px rgba(0,0,0,.3);max-height:400px;max-width:100%;object-fit:cover}.textWrapper{display:flex;flex:1 1;flex-direction:column;justify-content:center}.textWrapper .title{align-items:baseline;display:flex;flex-wrap:wrap;font-size:28px;font-weight:600;gap:8px;margin-bottom:20px}.title .firstName{color:#fff}.title .lastName{color:#ee2737}.textWrapper .box{color:#ddd;font-size:16px;line-height:1.7;max-width:600px;text-align:left}@media (max-width:992px){.aboutWrapper,.aboutWrapper.reverse{flex-direction:column;padding:30px;text-align:center}.textWrapper .box{text-align:center}.imageWrapper{margin-bottom:20px}.imageWrapper .image{max-height:300px}}.reviewSection{background-color:#121212;color:#fff;padding:80px 20px}.reviewHeader{margin-bottom:60px;text-align:center}.reviewTitle{font-size:36px;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.reviewSubtitle{color:#bbb;font-size:18px;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:600px}.reviewUnderline{background-color:#ee2737;border-radius:2px;height:4px;margin:16px auto 0;width:80px}.reviewGrid{align-items:center;display:flex;flex-direction:column;gap:48px}.reviewCard{background-color:#1e1e1e;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.4);max-width:1000px;padding:32px;transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;width:100%}.reviewCard:hover{box-shadow:0 15px 40px rgba(238,39,55,.3);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.reviewImagesGrid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:24px}.reviewImageWrapper{aspect-ratio:2/3;background-color:#2c2c2c;border-radius:12px;max-width:200px;overflow:hidden;position:relative;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.reviewImage{border-radius:12px;display:block;height:100%;object-fit:cover;width:100%}.reviewImageWrapper:hover .reviewImage{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.reviewLabel{border-radius:4px;bottom:12px;color:#fff;font-size:13px;font-weight:700;opacity:.9;padding:4px 10px;position:absolute;right:12px;z-index:2}.reviewLabel.before{background-color:#444}.reviewLabel.after{background-color:#ee2737}.reviewTextBlock{padding:0 8px;text-align:center}.reviewText{color:#ddd;font-size:16px;line-height:1.7;margin-bottom:20px;white-space:pre-line}.reviewName{color:#aaa;font-size:14px;font-weight:600}@media screen and (max-width:768px){.reviewCard{padding:20px}.reviewText{font-size:15px}.reviewTitle{font-size:28px}.reviewSubtitle{font-size:16px}.reviewImagesGrid{grid-template-columns:1fr 1fr}}@media screen and (max-width:480px){.reviewImagesGrid{grid-template-columns:1fr}.reviewLabel{font-size:11px;padding:3px 8px}}.contactWrapper{align-items:center;background-color:#121212;color:#fff;display:flex;justify-content:center;padding:80px 20px}.formWrapper{background-color:#1e1e1e;border-radius:16px;box-shadow:0 0 30px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:20px;max-width:600px;padding:40px 30px;width:100%}.title{color:#fff;font-size:36px;font-weight:700;margin-bottom:10px;text-align:center}.underline-contact{background-color:#ee2737;border-radius:2px;display:block;height:4px;margin:10px auto 30px;width:80px}.description{color:#ccc;font-size:18px;margin-bottom:20px;text-align:center}.labelTextGroup{display:flex;flex-direction:column;gap:8px}.labelTextGroup label{color:#ddd;font-size:14px;font-weight:500}input[type=email],input[type=text],textarea{background-color:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fff;font-size:15px;outline:none;padding:12px;transition:border .3s ease}input:focus,textarea:focus{border-color:#ee2737}textarea{min-height:100px;resize:vertical}.submit{display:flex;justify-content:center;margin-top:10px}button{background-color:#ee2737;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px 32px;transition:background-color .3s ease}button:hover{background-color:#c91f2e}@media screen and (max-width:600px){.formWrapper{padding:30px 20px}.title{font-size:28px}}.imgtest{height:200px;width:200px}.serviceWrapper{display:flex;flex-direction:row;justify-content:space-evenly}.serviceWrapper .service{align-items:center;background-position:50%;background-size:cover;display:flex;flex:1 1;flex-direction:column;height:500px;justify-content:space-around}.serviceWrapper .service .title{font-size:24px;font-weight:700}.serviceWrapper .service .description{font-size:14px;font-weight:700}@media screen and (max-width:1104px){.serviceWrapper{flex-direction:column}.serviceWrapper .service{flex:1 1;min-height:50vh}}
/*# sourceMappingURL=main.ae4f8348.css.map*/