@import"https://fonts.googleapis.com/css2?family=Poppins: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";header{position:sticky;top:0;padding:3.5dvh 7%;z-index:9999;background:var(--bg-p1);box-shadow:0 5px 23px var(--bg-p1)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo img{height:30px;width:auto}.nav-links{display:flex;align-items:center;gap:3rem}.nav-links a{color:var(--font-p1);font-size:.9rem;font-weight:400}.contact{padding:10px 20px;border-radius:30px;background:var(--orange);color:var(--font-p1)}.hamburger{display:none}@media (max-width: 1200px){.logo img{height:25px}.nav-links{gap:2rem}.contact{padding:8px 16px}}@media (max-width: 1000px){.nav-links{display:none;flex-direction:column;position:absolute;top:100%;right:5px;margin-top:5px;background:var(--bg-p1);padding:1.5rem;border-radius:20px;box-shadow:0 2px 15px var(--bg-p1)}.nav.open .nav-links{display:flex}.hamburger{display:block}.hamburger img{height:25px}}@media (max-width: 600px){.logo img,.hamburger img{height:20px}}.gallery-hero{position:relative;width:99dvw;height:90vh;overflow:hidden}.gallery-hero-bg{background-image:url(/img/bg/galleryHero.png);background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.gallery-hero-content{position:relative;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 1.5rem;text-align:center}.gallery-hero-titles{display:flex;flex-direction:column;gap:1rem;text-shadow:var(--bg-p1) 1px 0 25px}.gallery-hero-title{font-size:clamp(3rem,10vw,8rem);font-weight:800;line-height:90%}@media (max-width: 1200px){.gallery-hero{width:100dvw;height:80vh}}@media (max-width: 1000px){.gallery-hero{width:99dvw;height:75vh}}@media (max-width: 600px){.gallery-hero{width:99dvw;height:60vh}}.gallery-photos{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:5rem;padding:5dvh 8%}.gallery-photos h1{font-size:2rem;line-height:100%;color:var(--orange)}.gallery-photos-content{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:350px;gap:3rem;grid-template-areas:"div1 div2 div2 div3 div3 div4" "div5 div5 div6 div6 div7 div7" "div8 div8 div9 div10 div10 div11" "div12 div12 div12 div13 div13 div13"}.div1{grid-area:div1}.div2{grid-area:div2}.div3{grid-area:div3}.div4{grid-area:div4}.div5{grid-area:div5}.div6{grid-area:div6}.div7{grid-area:div7}.div8{grid-area:div8}.div9{grid-area:div9}.div10{grid-area:div10}.div11{grid-area:div11}.div12{grid-area:div12}.div13{grid-area:div13}.gallery-photos-content img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}@media (max-width: 1600px){.gallery-photos-content{grid-auto-rows:320px;gap:2.8rem}}@media (max-width: 1400px){.gallery-photos-content{grid-auto-rows:290px;gap:2.6rem}}@media (max-width: 1200px){.gallery-photos-content{grid-auto-rows:260px;gap:2.4rem}}@media (max-width: 1000px){.gallery-photos-content{grid-template-columns:repeat(3,1fr);grid-template-areas:"div1 div2 div2" "div3 div3 div4" "div5 div6 div7" "div8 div8 div9" "div12 div12 div12" "div10 div11 div11" "div13 div13 div13";grid-auto-rows:380px}}@media (max-width: 650px){.gallery-photos-content{grid-auto-rows:270px}}@media (max-width: 520px){.gallery-photos-content{grid-auto-rows:230px}}@media (max-width: 480px){.gallery-photos-content{grid-auto-rows:190px}}@media (max-width: 400px){.gallery-photos-content{grid-auto-rows:150px}}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:999;padding:2rem}.lightbox img{max-width:80vw;max-height:60vh;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 0 40px #ffffff1a}.close-lightbox{position:absolute;top:2rem;right:2rem;font-size:2rem;color:#fff;background:none;border:none;cursor:pointer;z-index:1000;transition:.2s ease}.close-lightbox:hover{transform:scale(1.2);color:var(--orange)}footer{margin-top:20dvh;background:var(--bg-s1);color:var(--font-s1);font-size:clamp(.9rem,1vw,1.1rem)}.footer-content{padding:clamp(4rem,10vh,10rem) 8%;display:flex;justify-content:space-between;gap:clamp(2rem,4vw,4rem)}.footer-info{padding:0 8%;display:flex;justify-content:space-between;gap:clamp(2rem,5vw,5rem)}.footer-logo img{width:clamp(180px,25vw,350px);margin-top:-30px}.footer-content-logo p{padding-top:3dvh;max-width:400px;font-size:clamp(.8rem,1vw,1rem)}.footer-content-location h4,.footer-content-menu h4,.footer-content-social h4{padding-bottom:15px;font-size:clamp(.9rem,1.2vw,1.1rem)}.footer-content-location li,.footer-content-menu li{padding-bottom:5px;color:var(--font-s1)}.footer-content-location ul,.footer-content-menu ul{font-size:clamp(.8rem,1.2vw,1rem)}.footer-content-social ul{padding-top:20px;display:flex;gap:clamp(1rem,2vw,2rem)}.footer-content-social img{width:clamp(25px,2vw,30px)}.copyright{padding:2vh 8%;background:var(--orange-gx);color:var(--font-p1);font-size:clamp(.6rem,.8vw,.9rem);text-align:center}@media (max-width: 1000px){.footer-content,.footer-info{flex-direction:column;align-items:center;text-align:center}.footer-content-logo p{padding:3dvh 8dvw;max-width:100%}}.hero{position:relative;width:99dvw;height:90vh;overflow:hidden}.hero-bg{background-image:url(/img/bg/hero.png);background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.hero-content{position:relative;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 1.5rem;text-align:center}.hero-titles{display:flex;flex-direction:column;gap:1rem;text-shadow:var(--bg-p1) 1px 0 25px}.hero-title{font-size:clamp(3rem,10vw,8rem);font-weight:900;line-height:90%}.hero-subtitle{font-size:clamp(1rem,2vw,2rem);color:var(--orange);text-shadow:var(--bg-p1) 1px 0 15px}@media (max-width: 1200px){.hero{width:100dvw;height:80vh}}@media (max-width: 1000px){.hero{width:99dvw;height:75vh}}@media (max-width: 600px){.hero{width:99dvw;height:60vh}}.about{padding:0 8%;margin:20dvh 0 0}.about-founder{display:flex;justify-content:space-between;align-items:center}.founder h2{font-size:3rem;line-height:95%;margin-bottom:3dvh;color:var(--orange)}.founder p{font-size:1.2rem}.founder a{color:var(--font-p3);font-weight:800}.founder-img img{height:550px;margin:0 2.5dvw 0 12dvw;border-radius:95px 40px 40px 95px;clip-path:polygon(0 9%,100% 0,100% 100%,0 90%)}@media (max-width: 1200px){.founder h2{font-size:2.6rem}.founder p{font-size:1.1rem}.founder-img img{height:500px;margin:0 0 0 10dvw}}@media (max-width: 1000px){.about{padding:0 8%;margin:15dvh 0 0;text-align:center}.about-founder{display:flex;flex-direction:column-reverse;justify-content:center}.founder h2{font-size:2rem;line-height:95%;margin-bottom:3dvh;color:var(--orange)}.founder p{font-size:.9rem}.founder-img img{height:500px;margin:0 0 30px;border-radius:30px;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}}@media (max-width: 600px){.founder-img img{height:350px;margin:0 0 30px;border-radius:30px;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}}.courses{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:20dvh 20%}.courses h3{font-size:3rem;line-height:99%;margin-bottom:3dvh;color:var(--orange)}.courses p{font-size:1.2rem}.about-buttons{display:flex;justify-content:center;align-items:center;gap:2rem;text-align:center}.button-courses{margin:3dvh 0;padding:10px 20px;border-radius:30px;background:var(--orange-gx);color:var(--font-p1);font-size:1.1rem}@media (max-width: 1200px){.courses{padding:20dvh 16%}.courses h3{font-size:2.6rem}.courses p{font-size:1.1rem}.button-courses{font-size:.9rem}}@media (max-width: 1000px){.courses{padding:20dvh 8%}.courses{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:20dvh 8%}.courses h3{font-size:2rem;line-height:99%;margin-bottom:3dvh;color:var(--orange)}.courses p{font-size:.9rem}.about-buttons{display:flex;justify-content:center;align-items:center;gap:.8rem;text-align:center}.button-courses{margin:4dvh 0;padding:10px 20px;border-radius:30px;font-size:.75rem;background:var(--orange-gx);color:var(--font-p1)}}.join{position:relative;width:99dvw;height:850px;overflow:hidden;text-align:center;padding:0 16%}.join-bg{background-image:url(/img/bg/join.png);background-size:cover;background-position:center;width:100dvw;height:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:0}.join-content{position:relative;z-index:1}.join-titles{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-shadow:var(--bg-p1) 1px 0 25px}.join-title{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:7rem;font-weight:800;line-height:90%;padding-top:300px}.join-button button{margin:5dvh;font-size:1.8rem;font-weight:800;border-radius:50px;padding:25px 50px;color:var(--font-p1);background:var(--orange-g-x);box-shadow:var(--bg-p1) 1px 0 15px}@media (max-width: 1000px){.join{height:650px}.join-titles{gap:.5rem}.join-title{padding-top:250px;font-size:5rem}.join-button button{padding:22px 44px;margin:2dvh;font-size:1.2rem}}@media (max-width: 600px){.join{height:550px}.join-title{padding-top:230px;font-size:3.3rem}.join-button button{padding:18px 36px;margin:1dvh;font-size:.8rem}}.teachers-content h3{font-size:3rem;line-height:99%;margin-bottom:3dvh;color:var(--orange);text-align:center}.teachers-images{display:flex;justify-content:center;align-items:center}.teacher-image{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.teacher-image.teacher-1 img{margin:1dvh 2dvw;width:300px;clip-path:polygon(0 0,100% 10%,100% 90%,0% 100%);border-radius:30px 80px 80px 30px}.teacher-image.teacher-2 img{margin:1dvh 2dvw;width:240px;border-radius:20px}.teacher-image.teacher-3 img{margin:1dvh 2dvw;width:300px;clip-path:polygon(0 10%,100% 0,100% 100%,0 90%);border-radius:80px 30px 30px 80px}.teacher-image{position:relative;overflow:hidden}.teacher-image img{display:block;width:100%;transition:all .4s ease}.image-description{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;opacity:0;transition:opacity .3s ease}.teacher-image:hover img{filter:brightness(.5)}.teacher-image:hover .image-description{opacity:1}.description{display:flex;flex-direction:column}.description span{color:var(--font-p1);font-style:italic;font-weight:600}.description a{color:var(--font-p1);font-style:italic}@media (max-width: 1200px){.teachers{padding:20dvh 8%}.teachers-content h3{font-size:2.6rem}.teacher-image.teacher-1 img{margin:0 1.5dvw;width:280px;clip-path:polygon(0 0,100% 10%,100% 90%,0% 100%);border-radius:30px 70px 70px 30px}.teacher-image.teacher-2 img{margin:0 1.5dvw;width:220px;border-radius:20px}.teacher-image.teacher-3 img{margin:0 1.5dvw;width:280px;clip-path:polygon(0 10%,100% 0,100% 100%,0 90%);border-radius:70px 30px 30px 70px}}@media (max-width: 1000px){.teachers-content h3{font-size:2rem;line-height:99%;margin:6dvh 0;color:var(--orange)}.teachers-images{flex-direction:column}.teacher-image.teacher-1 img{margin:1dvw 0;width:350px;clip-path:polygon(0 0,100% 0,100% 90%,0 100%);border-radius:30px 30px 70px 40px}.teacher-image.teacher-2 img{margin:1dvw 0;width:350px;clip-path:polygon(0 10%,100% 0,100% 100%,0 90%);border-radius:70px 30px 30px 70px}.teacher-image.teacher-3 img{margin:1dvw 0;width:350px;clip-path:polygon(0 0,100% 10%,100% 100%,0 100%);border-radius:30px 70px 30px 30px}}@media (max-width: 600px){.teacher-image.teacher-1 img{margin:1dvw 0;width:240px;clip-path:polygon(0 0,100% 0,100% 90%,0 100%);border-radius:20px 20px 65px 30px}.teacher-image.teacher-2 img{margin:1dvw 0;width:240px;clip-path:polygon(0 10%,100% 0,100% 100%,0 90%);border-radius:65px 20px 20px 65px}.teacher-image.teacher-3 img{margin:1dvw 0;width:240px;clip-path:polygon(0 0,100% 10%,100% 100%,0 100%);border-radius:20px 65px 20px 20px}}.gallery{position:relative;width:99dvw;height:850px;overflow:hidden;text-align:center;padding:0 8%}.gallery-bg{background-image:url(/img/bg/gallery.png);background-size:cover;background-position:center;width:100dvw;height:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:0}.gallery-content{position:relative;z-index:1}.gallery-titles{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-shadow:var(--bg-p1) 1px 0 25px}.gallery-title{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:7rem;font-weight:800;line-height:105%;padding-top:300px}.gallery-button button{margin:5dvh;font-size:1.8rem;font-weight:800;border-radius:50px;padding:25px 50px;color:var(--font-p1);background:var(--orange-g-x);box-shadow:var(--bg-p1) 1px 0 15px}@media (max-width: 1200px){.gallery-title{padding-top:250px;font-size:5.8rem}}@media (max-width: 1000px){.gallery{height:650px}.gallery-titles{gap:.5rem}.gallery-title{padding-top:250px;font-size:5rem}.gallery-button button{padding:22px 44px;margin:2dvh;font-size:1.2rem}}@media (max-width: 600px){.gallery{height:550px}.gallery-title{padding-top:230px;font-size:3.3rem}.gallery-button button{padding:18px 36px;margin:1dvh;font-size:.8rem}}.soon{position:relative;width:99dvw;height:90vh;overflow:hidden}.soon-bg{background-image:url(/img/bg/soon.png);background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.soon-content{position:relative;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 1.5rem;text-align:center}.soon-titles{display:flex;flex-direction:column;gap:1rem;text-shadow:var(--bg-p1) 1px 0 25px}.soon-title{font-size:clamp(3rem,10vw,8rem);font-weight:800;line-height:90%}@media (max-width: 1200px){.soon{width:100dvw;height:80vh}}@media (max-width: 1000px){.soon{width:99dvw;height:75vh}}@media (max-width: 600px){.soon{width:99dvw;height:60vh}}.courses-hero{position:relative;width:99dvw;height:90vh;overflow:hidden}.courses-hero-bg{background-image:url(/img/bg/courses1.png);background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.courses-hero-content{position:relative;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 1.5rem;text-align:center}.courses-hero-titles{display:flex;flex-direction:column;gap:1rem;text-shadow:var(--bg-p1) 1px 0 25px}.courses-hero-title{font-size:clamp(3rem,10vw,8rem);font-weight:800;line-height:90%}.courses-hero-subtitle{font-size:clamp(1rem,2vw,2rem);color:var(--orange);text-shadow:var(--bg-p1) 1px 0 15px}@media (max-width: 1200px){.courses-hero{width:100dvw;height:80vh}}@media (max-width: 1000px){.courses-hero{width:99dvw;height:75vh}}@media (max-width: 600px){.courses-hero{width:99dvw;height:60vh}}.courses{padding:10dvh 8%;display:flex;flex-direction:column;gap:clamp(2rem,4vw,4rem)}.courses h2{font-size:clamp(1.8rem,4vw,3rem);color:var(--orange)}.courses-container{display:flex;justify-content:space-between;gap:clamp(2rem,4vw,5rem)}.course{display:flex;flex-direction:column;gap:clamp(1rem,4vw,3rem)}.course span{font-size:clamp(.5rem,2vw,1.8rem)}.course img{width:clamp(200px,25vw,500px);margin-bottom:3dvh;border-radius:30px}.course-image-wrapper{position:relative;display:inline-block;width:fit-content}.course-image-wrapper img{display:block;border-radius:30px;transition:.3s ease}.course-image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:30px;background:#00000080;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;pointer-events:none}.course-image-wrapper .overlay-text{color:var(--font-p1);font-size:clamp(.9rem,2vw,1.2rem);text-shadow:0px 0px 10px rgba(0,0,0,.6)}.course-image-wrapper:hover img{filter:brightness(.7)}.course-image-wrapper:hover .overlay{opacity:1}@media (max-width: 1000px){.courses-container{flex-direction:column}}.mail{padding:8dvh 8%;text-align:center}.mail h1{color:var(--orange);font-size:3rem}.mail span{font-size:1.25rem}.mail-inputs{padding-top:20px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:stretch;color:var(--font-p1)}.input-group-fields{display:flex;justify-content:space-between;gap:2rem}.field{margin:20px 0;padding:15px 30px;border-radius:30px;background:var(--bg-s1);border:none;width:100%}.input-group-message textarea{height:25dvh;resize:none}.send-mail{padding:10px 30px;border-radius:30px;font-size:1.2rem;background:var(--orange-gx);color:var(--font-p1)}.input-wrapper{display:flex;flex-direction:column;width:100%;position:relative}.error-message{color:var(--orange);font-size:.8rem;padding-left:15px;text-align:left;font-weight:400}.field-error{box-shadow:0 0 15px var(--orange);border:2px solid var(--orange)!important;outline:none;margin:10px 0 30px;padding:15px 30px;border-radius:30px;background:var(--bg-s1);border:none;width:100%}.custom-swal{border-radius:30px}.swal2-confirm{border-radius:30px;padding:10px 30px}@media (max-width: 1200px){.mail h1{font-size:2.8rem}.mail span{font-size:1.1rem}.mail-inputs{padding-top:15px}.input-group-fields{gap:1.5rem}.field{margin:15px 0}.input-group-message textarea{height:25dvh}}@media (max-width: 1000px){.mail h1{font-size:2rem;line-height:99%;padding-bottom:10px}.mail span{font-size:1rem}.mail-inputs{padding-top:10px}.input-group-fields{display:flex;flex-direction:column;justify-content:space-between;gap:0rem}.field{margin:15px 0;font-size:.8rem}.input-group-message textarea{height:25dvh;resize:none}}@media (max-width: 600px){.mail h1{font-size:2rem;line-height:99%;padding-bottom:10px}.mail span{font-size:1rem}.mail-inputs{padding-top:10px}.input-group-fields{display:flex;flex-direction:column;justify-content:space-between;gap:0rem}.field{margin:15px 0;font-size:.8rem}.input-group-message textarea{height:25dvh;resize:none}}:root{--bg-p1: #000000;--bg-p2: #0e0e0e;--bg-p3: #272727;--bg-s1: #ffffff;--bg-s1: #ececec;--bg-s3: #d4d4d4;--bg-gy1: -linear-gradient( to top, #000000, #131313, #131313,#272727 );--font-p1: #ffffff;--font-p1: #ececec;--font-p3: #d4d4d4;--font-s1: #000000;--font-s2: #131313;--font-s3: #272727;--orange: #ee440f;--orange-gx: linear-gradient( to right, #d80700, #ee440f, #ee440f,#ec660f );--orange-g-x: linear-gradient( to left, #d80700, #ee440f, #ee440f,#ec660f );--orange-gy: -linear-gradient( to top, #d80700, #ee440f, #ee440f,#ec660f );--whatsapp: #25d366;--instagram: #8a3ab9;--instagram-gx: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );--facebook: #1952ce;--youtube: #ff0000;--tiktok: #fff;--tiktok-gx: linear-gradient( to right, #00f2ea, #fff, #fff , #ff0050 )}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background-color:var(--bg-p1);color:var(--font-p1);text-decoration:none;list-style:none}a{text-decoration:none}ul{margin:0;padding:0;list-style:none}li{margin:0;padding:0}button{border:none;background:transparent;cursor:pointer}input{outline:none}select,option{outline:none;border:none}
