@charset "UTF-8";@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translate(0) rotate(0deg)}25%{transform:translate(10px,10px) rotate(90deg)}50%{transform:translateY(20px) rotate(180deg)}75%{transform:translate(-10px,10px) rotate(270deg)}to{transform:translate(0) rotate(1turn)}}@keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.home__fade-in{opacity:0;transform:translateY(30px);transition:opacity 1s ease,transform 1s ease}.home__fade-in.visible{opacity:1;transform:translateY(0)}.home__noise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");height:100%;left:0;opacity:.05;pointer-events:none;position:fixed;top:0;width:100%;z-index:1000}.home__hero{align-items:center;display:flex;height:45vh;justify-content:center;overflow:hidden;padding:0 5%;position:relative}@media only screen and (min-width:768px){.home__hero{height:45vh}}.home__hero--magic-circle{animation:rotate 40s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Ccircle cx='250' cy='250' r='240' fill='none' stroke='%237209b7' stroke-dasharray='15, 12' stroke-width='2'/%3E%3Ccircle cx='250' cy='250' r='200' fill='none' stroke='%233a0ca3' stroke-width='2' opacity='.6'/%3E%3Ccircle cx='250' cy='250' r='160' fill='none' stroke='%23f72585' stroke-dasharray='8, 8' opacity='.4'/%3E%3C/svg%3E");height:200px;opacity:.8;position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:200px;z-index:0}@media only screen and (min-width:280px){.home__hero--magic-circle{height:220px;right:-100px;width:220px}}@media only screen and (min-width:500px){.home__hero--magic-circle{height:250px;right:-100px;width:250px}}@media only screen and (min-width:640px){.home__hero--magic-circle{height:300px;right:-120px;width:300px}}@media only screen and (min-width:768px){.home__hero--magic-circle{height:400px;right:-150px;width:400px}}@media only screen and (min-width:1024px){.home__hero--magic-circle{height:500px;right:-180px;width:500px}}@media only screen and (min-width:1200px){.home__hero--magic-circle{right:-140px}}@media only screen and (min-width:1600px){.home__hero--magic-circle{height:600px;right:-100px;width:600px}}.home__hero--content{max-width:1400px;padding:2rem;position:relative;width:100%;z-index:10}.home__hero h1{animation:fadeUp 1s forwards;animation-delay:.5s;font-family:principal,sans-serif;line-height:1.1;margin-bottom:1.5rem;opacity:0;transform:translateY(30px)}.home__hero h1 span{color:#f72585;display:inline-block;position:relative}.home__hero h1 span:after{background:linear-gradient(90deg,#3a0ca3,#7209b7);bottom:5px;content:"";height:10px;left:0;opacity:.3;position:absolute;width:100%;z-index:-1}.home__hero p{animation:fadeUp 1s forwards;animation-delay:.7s;font-family:secundaria,sans-serif;line-height:1.6;margin-bottom:2.5rem;max-width:600px;opacity:0;transform:translateY(30px)}.home__hero--cta-button{animation:fadeUp 1s forwards;animation-delay:.9s;background:linear-gradient(45deg,#3a0ca3,#7209b7);border-radius:50px;color:#fff;display:inline-block;font-family:textosBold,sans-serif;font-weight:600;letter-spacing:1px;opacity:0;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transform:translateY(30px);transition:transform .3s ease,box-shadow .3s ease}.home__hero--cta-button:hover{box-shadow:0 10px 20px rgba(58,12,163,.3);transform:translateY(-3px)}.home__hero--cta-button:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.home__hero--cta-button:hover:before{left:100%}.home__services{padding:0 5% 6%;position:relative}@media only screen and (min-width:768px){.home__services{padding:8rem 5%}}.home__services--title{display:inline-block;font-family:principal,sans-serif;left:30%;margin-bottom:4rem;position:relative;text-align:center;transform:translateX(-50%)}@media only screen and (min-width:768px){.home__services--title{left:50%}}.home__services--title:after{background:linear-gradient(90deg,#3a0ca3,#f72585);bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.home__services--grid{display:grid;gap:1rem;grid-template-columns:1fr;margin:0 auto;max-width:1400px}@media only screen and (min-width:768px){.home__services--grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.home__services--grid{grid-template-columns:repeat(3,1fr)}}.home__services--card{background:rgba(58,12,163,.05);border:1px solid rgba(58,12,163,.1);border-radius:10px;overflow:hidden;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;z-index:2}.home__services--card:hover{box-shadow:0 15px 30px rgba(58,12,163,.15);transform:translateY(-10px)}.home__services--card:before{background:linear-gradient(135deg,rgba(114,9,183,.1),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.home__services--card--icon{color:#f72585;font-size:2.5rem;margin-bottom:1.5rem}.home__services--card h3{color:#fff;font-family:principal,sans-serif;margin-bottom:1rem}.home__services--card p{color:hsla(0,0%,100%,.8);font-family:secundaria,sans-serif;line-height:1.6;margin-bottom:1.5rem}.home__services--card--link{align-items:center;color:#f72585;display:inline-flex;font-family:textosBold,sans-serif;font-weight:600;text-decoration:none;transition:transform .3s ease}.home__services--card--link:hover{transform:translateX(5px)}.home__services--card--link span{margin-left:5px;transition:transform .3s ease}.home__services--card--link:hover span{transform:translateX(3px)}.home__about{overflow:hidden;padding:6% 5%;position:relative}@media only screen and (min-width:768px){.home__about{padding:8rem 5%}}.home__about--content{align-items:center;display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:1400px}@media only screen and (min-width:768px){.home__about--content{align-items:center;flex-direction:row;justify-content:space-between}}.home__about--text{flex:1}.home__about--text h2{display:inline-block;font-family:principal,sans-serif;margin-bottom:1.5rem;position:relative}.home__about--text h2:after{background:linear-gradient(90deg,#3a0ca3,#f72585);bottom:-10px;content:"";height:4px;left:0;position:absolute;width:60px}.home__about--text p{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;line-height:1.8;margin-bottom:2rem}.home__about--text--highlight{color:#f72585;font-weight:600}.home__about--image{flex:1;position:relative}.home__about--image:before{color:#f72585;content:"✧";left:-20px;top:-20px}.home__about--image:after,.home__about--image:before{font-size:3rem;opacity:.8;position:absolute;z-index:1}.home__about--image:after{bottom:-20px;color:#3a0ca3;content:"✦";right:-20px}.home__about--image--frame{background-color:rgba(58,12,163,.1);border-radius:10px;overflow:hidden;position:relative;width:100%}.home__about--image--frame--rituales{position:absolute}.home__about--image--inner{background-image:url(../img/placeholder.jpg);background-position:50%;background-size:cover;height:100%;transform:scale(.9);transition:transform .5s ease;width:100%}.home__about--image:hover .home__about--image--inner{transform:scale(1)}.home__about--cta-button{background:linear-gradient(45deg,#3a0ca3,#7209b7);border-radius:50px;color:#fff;display:inline-block;font-family:textosBold,sans-serif;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease}.home__about--cta-button:hover{box-shadow:0 10px 20px rgba(58,12,163,.3);transform:translateY(-3px)}.home__about--cta-button:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.home__about--cta-button:hover:before{left:100%}.home__rituals{overflow:hidden;padding:6% 5%;position:relative}@media only screen and (min-width:768px){.home__rituals{padding:8rem 5%}}.home__rituals--container{margin:0 auto;max-width:1400px}.home__rituals--header{margin-bottom:4rem;text-align:center}.home__rituals--title{display:inline-block;font-family:principal,sans-serif;margin-bottom:1.5rem;position:relative}.home__rituals--title:after{background:linear-gradient(90deg,#3a0ca3,#f72585);bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.home__rituals--subtitle{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;font-size:1.5rem;line-height:1.8;margin:0 auto;max-width:700px}@media only screen and (min-width:768px){.home__rituals--subtitle{font-size:1.6rem}}.home__rituals--grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media only screen and (min-width:768px){.home__rituals--grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.home__rituals--grid{grid-template-columns:repeat(3,1fr)}}.home__rituals--card{border-radius:10px;height:400px;opacity:0;overflow:hidden;position:relative;transform:translateY(30px);transition:opacity 1s ease,transform 1s ease}.home__rituals--card.visible{opacity:1;transform:translateY(0)}.home__rituals--card--image{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;transition:transform .6s ease;width:100%;z-index:1}.home__rituals--card:hover .home__rituals--card--image{transform:scale(1.1)}.home__rituals--card--overlay{background:linear-gradient(0deg,rgba(15,7,17,.9) 30%,transparent);display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:2rem;position:absolute;transition:background .3s ease;width:100%;z-index:2}.home__rituals--card:hover .home__rituals--card--overlay{background:linear-gradient(0deg,rgba(58,12,163,.8) 30%,transparent)}.home__rituals--card--category{align-self:flex-start;background-color:#f72585;border-radius:30px;color:#fff;display:inline-block;font-family:textosBold,sans-serif;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.home__rituals--card--title{color:#fff;font-family:principal,sans-serif;margin-bottom:.5rem}.home__rituals--card--description{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;line-height:1.6;margin-bottom:1.5rem}.home__rituals--card--link{align-items:center;color:#fff;display:inline-flex;font-family:textosBold,sans-serif;font-weight:600;text-decoration:none;transition:transform .3s ease}.home__rituals--card--link:hover{transform:translateX(5px)}.home__rituals--card--link span{margin-left:5px;transition:transform .3s ease}.home__rituals--card--link:hover span{transform:translateX(3px)}.home__testimonials{background:linear-gradient(rgba(15,7,17,.85),rgba(15,7,17,.85)),url(../img/bg-testimonios.jpg);background-attachment:fixed;background-position:50%;background-size:cover;padding:6% 5%;position:relative}@media only screen and (min-width:768px){.home__testimonials{padding:8rem 5%}}.home__testimonials--container{margin:0 auto;max-width:1400px;position:relative}.home__testimonials--title{display:inline-block;font-family:principal,sans-serif;left:50%;margin-bottom:1.5rem;position:relative;text-align:center;transform:translateX(-50%)}.home__testimonials--title:after{background:linear-gradient(90deg,#3a0ca3,#f72585);bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.home__testimonials--subtitle{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;line-height:1.8;margin:0 auto 4rem;max-width:700px;text-align:center}.home__testimonials--grid{display:grid;gap:3rem;grid-template-columns:1fr}@media only screen and (min-width:768px){.home__testimonials--grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.home__testimonials--grid{grid-template-columns:repeat(3,1fr)}}.home__testimonials--card{background:rgba(58,12,163,.05);border:1px solid rgba(58,12,163,.1);border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;padding:2.5%;position:relative;transform:translateY(30px);transition:transform .3s ease,box-shadow .3s ease;transition:opacity 1s ease,transform 1s ease}@media only screen and (min-width:768px){.home__testimonials--card{padding:2.5rem}}.home__testimonials--card.visible{opacity:1;transform:translateY(0)}.home__testimonials--card:hover{box-shadow:0 15px 30px rgba(58,12,163,.15);transform:translateY(-10px)}.home__testimonials--card--quote{color:#f72585;font-size:4rem;left:20px;opacity:.8;position:absolute;top:-15px}.home__testimonials--card--text{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;font-size:1.5rem;font-style:italic;line-height:1.8;margin-bottom:2rem;position:relative;z-index:2}.home__testimonials--card--author{align-items:center;display:flex}.home__testimonials--card--author--image{border:2px solid #f72585;border-radius:50%;height:60px;margin-right:1rem;overflow:hidden;width:60px}.home__testimonials--card--author--image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.home__testimonials--card--author--info h4{color:#fff;font-family:principal,sans-serif;margin-bottom:.3rem}.home__testimonials--card--author--info p{color:#f72585;font-family:secundaria,sans-serif}.home__stats{background:linear-gradient(45deg,#3a0ca3,#7209b7);overflow:hidden;padding:6% 5%;position:relative}@media only screen and (min-width:768px){.home__stats{padding:8rem 5%;padding:5rem 5%}}.home__stats--bg-circle{border:1px solid hsla(0,0%,100%,.2);border-radius:50%;height:300px;position:absolute;width:300px}.home__stats--bg-circle:first-child{left:-50px;top:-150px}.home__stats--bg-circle:nth-child(2){bottom:-200px;height:400px;right:-100px;width:400px}.home__stats--container{margin:0 auto;max-width:1400px;position:relative;z-index:2}.home__stats--grid{display:flex;flex-direction:column;margin:auto;text-align:center}@media only screen and (min-width:768px){.home__stats--grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}}.home__stats--item{color:#fff;opacity:0;padding:2rem;position:relative;transform:translateY(30px);transition:opacity 1s ease,transform 1s ease}.home__stats--item.visible{opacity:1;transform:translateY(0)}.home__stats--item:after{background-color:hsla(0,0%,100%,.3);content:"";display:block;height:1px;left:30%;position:absolute;top:5%;width:39%}@media only screen and (min-width:768px){.home__stats--item:after{background-color:hsla(0,0%,100%,.3);height:60%;left:auto;right:0;top:20%;width:1px}}.home__stats--item:first-child:after{display:none}@media only screen and (min-width:768px){.home__stats--item:first-child:after{display:block}.home__stats--item:last-child:after{display:none}}.home__stats--item--number{background:linear-gradient(90deg,#fff,#f72585);-webkit-background-clip:text;color:transparent;font-family:principal,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1rem}@media only screen and (min-width:768px){.home__stats--item--number{font-size:3.5rem}}.home__stats--item--label{font-family:textosBold,sans-serif;font-size:3.6vw;letter-spacing:1px}@media only screen and (min-width:440px){.home__stats--item--label{font-size:1.5rem}}.home__events{overflow:hidden;padding:6% 5%;position:relative}@media only screen and (min-width:768px){.home__events{padding:8rem 5%}}.home__events--container{margin:0 auto;max-width:1400px}.home__events--header{margin-bottom:4rem;text-align:center}.home__events--title{display:inline-block;font-family:principal,sans-serif;margin-bottom:1.5rem;position:relative}.home__events--title:after{background:linear-gradient(90deg,#3a0ca3,#f72585);bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.home__events--subtitle{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;line-height:1.8;margin:0 auto;max-width:700px}.home__events--list{display:flex;flex-direction:column;gap:2rem}.home__events--card{background:rgba(58,12,163,.05);border:1px solid rgba(58,12,163,.1);border-radius:10px;display:flex;flex-direction:column;opacity:0;overflow:hidden;transform:translateY(30px);transition:transform .3s ease,box-shadow .3s ease;transition:opacity 1s ease,transform 1s ease}@media only screen and (min-width:768px){.home__events--card{flex-direction:row}}.home__events--card.visible{opacity:1;transform:translateY(0)}.home__events--card:hover{box-shadow:0 15px 30px rgba(58,12,163,.15);transform:translateY(-10px)}.home__events--card--date{align-items:center;background:linear-gradient(180deg,#3a0ca3,#7209b7);color:#fff;display:flex;flex-direction:row;gap:1rem;justify-content:center;padding:2rem;text-align:center}@media only screen and (min-width:768px){.home__events--card--date{flex-direction:column;gap:0;min-width:150px}}.home__events--card--date--day{font-family:principal,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.home__events--card--date--month{font-family:textosBold,sans-serif;font-size:1.3rem;margin-bottom:.5rem;text-transform:uppercase}.home__events--card--date--year{font-family:secundaria,sans-serif;font-size:1.1rem;opacity:.8}.home__events--card--info{flex:1;padding:2rem}.home__events--card--title{color:#fff;font-family:principal,sans-serif;font-size:1.8rem;margin-bottom:1rem}.home__events--card--description{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;font-size:1.5rem;line-height:1.7;margin-bottom:1.5rem}.home__events--card--details{color:hsla(0,0%,100%,.8);display:flex;flex-direction:column;font-family:secundaria,sans-serif;font-size:1.4rem;gap:1rem}@media only screen and (min-width:768px){.home__events--card--details{align-items:center;flex-direction:row;gap:2rem}}.home__events--card--location,.home__events--card--time{align-items:center;display:flex}.home__events--card--icon{color:#f72585;margin-right:.5rem}.home__events--card--register{margin-top:1rem}@media only screen and (min-width:768px){.home__events--card--register{margin-left:auto;margin-top:0}}.home__events--card--button{background:linear-gradient(45deg,#3a0ca3,#7209b7);border-radius:50px;color:#fff;display:inline-block;font-family:textosBold,sans-serif;font-weight:600;letter-spacing:1px;padding:.8rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease}.home__events--card--button:hover{box-shadow:0 10px 20px rgba(58,12,163,.3);transform:translateY(-3px)}.home__newsletter{background:linear-gradient(rgba(15,7,17,.9),rgba(15,7,17,.9)),url(../img/bg-newsletter.jpg);background-position:50%;background-size:cover;overflow:hidden;padding:6rem 5%;position:relative;text-align:center}.home__newsletter--container{margin:0 auto;max-width:800px;position:relative;z-index:2}.home__newsletter--content{background:rgba(58,12,163,.05);border:1px solid rgba(58,12,163,.1);border-radius:15px;overflow:hidden;padding:3rem;position:relative}.home__newsletter--title{font-family:principal,sans-serif;margin-bottom:1.5rem}.home__newsletter--text{color:hsla(0,0%,100%,.9);font-family:secundaria,sans-serif;font-size:1.5rem;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.home__newsletter--form{margin:0 auto;max-width:500px}.home__newsletter--form--group{margin-bottom:1rem;position:relative}.home__newsletter--form--input{background:rgba(58,12,163,.2);border:1px solid rgba(114,9,183,.3);border-radius:50px;color:#fff;font-family:secundaria,sans-serif;outline:none;padding:1.2rem 1.5rem;transition:all .3s ease;width:100%}.home__newsletter--form--input:focus{border-color:#f72585;box-shadow:0 0 0 3px rgba(247,37,133,.2)}.home__newsletter--form--button{background:linear-gradient(45deg,#3a0ca3,#7209b7);border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:textosBold,sans-serif;font-weight:600;letter-spacing:1px;padding:.8rem 1.5rem;position:absolute;right:5px;text-transform:uppercase;top:5px;transition:transform .3s ease,box-shadow .3s ease}@media only screen and (min-width:280px){.home__newsletter--form--button{margin-top:1rem;position:static;width:100%}}@media only screen and (min-width:768px){.home__newsletter--form--button{margin-top:0;position:absolute;width:auto}}.home__newsletter--form--button:hover{box-shadow:0 5px 15px rgba(58,12,163,.3);transform:translateY(-2px)}.home__newsletter--form--privacy{color:hsla(0,0%,100%,.6);font-family:secundaria,sans-serif;margin-top:1rem}.home__newsletter--decoration{animation:rotate 30s linear infinite;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");height:200px;position:absolute;right:8%;top:26%;width:200px;z-index:-1}
/*# sourceMappingURL=home_page.css.map */
