:root{--color-primary: #72369d;--color-primary-light: #b67be6;--color-primary-dark: #461e5c;--color-primary-dark-transparent: rgba(70, 30, 92, .9);--color-secondary: #ffad03;--color-secondary-light: #fa8b01;--color-secondary-dark: #f56a00;--color-tertiary: #05a8aa;--color-grey-light-1: #f7f7f7;--color-grey-light-2: #f4f2f2;--color-grey-light-3: #f0eeee;--color-grey-light-4: #ccc;--color-grey-dark: #1d1d1d;--color-grey-dark-1: #333;--color-grey-dark-2: #777;--color-grey-dark-3: #999;--shadow-dark: 0 2rem 6rem rgba(0,0,0,.3);--shadow-light: 0 2rem 5rem rgba(0, 0, 0, .068);--line: 1px solid var(--color-grey-light-2)}*,*:after,*:before{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{font-family:Helvetica,sans-serif;background-color:var(--color-grey-light-1);min-height:800px}.heading{display:flex;flex-direction:column;align-items:center;gap:1.5rem;font-family:Montserrat,sans-serif}.heading--white{color:var(--color-grey-light-1)}.heading__box{width:70%;text-align:center;overflow:hidden}@media only screen and (max-width: 37.5em){.heading__box{width:100%}}.heading__title{font-size:3rem;text-transform:uppercase}.heading__title-banner{font-size:5rem;text-transform:uppercase;animation:moveInLeft 6.5s ease-out}.heading__subtitle{font-size:1.6rem}.heading__subtitle-banner{font-size:2.4rem;animation:moveInRight 6.5s ease-out}.heading__secondary{font-size:1.6rem;text-transform:uppercase}@keyframes spinner{0%{transform:rotate(50deg)}to{transform:rotate(360deg)}}@keyframes spinner-left{0%{transform:rotate(-50deg)}to{transform:rotate(-360deg)}}@keyframes showSlow{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes moveInLeft{0%{opacity:0;transform:translate(-10rem)}60%{opacity:0;transform:translate(-10rem)}80%{transform:translate(1rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translate(10rem)}60%{opacity:0;transform:translate(10rem)}80%{transform:translate(-1rem)}80%{transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleUp{0%{transform:scale(1);opacity:1}to{transform:scale(2.8);opacity:0}}.acordeon{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;overflow-x:auto;padding-top:2rem}@media only screen and (max-width: 37.5em){.acordeon{flex-direction:column}}.acordeon__item{position:relative;height:45rem;border-radius:.5rem;overflow:hidden;flex-shrink:0;display:flex;align-items:stretch;background-color:#000}@media only screen and (max-width: 37.5em){.acordeon__item{width:100%;flex-direction:column;height:auto}.acordeon__item.open{height:70vh!important}}.acordeon__video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.acordeon__video-background .acordeon__video{width:100%;height:100%;object-fit:cover}.acordeon__overlay{position:relative;z-index:1;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;width:100%}@media only screen and (max-width: 37.5em){.acordeon__overlay{flex-direction:column;height:100%}}.acordeon__tab{background-color:#ffffff4d;font-family:Montserrat,sans-serif;font-size:1.6rem;color:var(--color-grey-dark);font-weight:700;text-transform:uppercase;border:none;padding:1rem;cursor:pointer;writing-mode:vertical-rl;transform:rotate(180deg);width:10rem;flex-shrink:0}@media only screen and (max-width: 37.5em){.acordeon__tab{writing-mode:horizontal-tb;transform:none;width:100%;height:5rem}}.acordeon__content{max-width:25rem;color:var(--color-grey-light-1);font-size:1.4rem;padding:1rem;flex-grow:1;display:flex;align-items:center;justify-content:center;font-weight:700;text-align:center}@media only screen and (max-width: 37.5em){.acordeon__content{flex-direction:column;height:100%;width:100%}}.banner{width:100%;height:100vh}.banner__container{height:100%;text-align:center;position:relative}.banner__box-heading{width:100%;height:100%;color:var(--color-grey-light-1);position:absolute;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.btn,.btn:link,.btn:visited{text-transform:uppercase;text-decoration:none;padding:1.3rem 3.8rem;display:inline-block;border-radius:1px;transition:all .2s;position:relative;font-size:1.2rem;border:none;cursor:pointer}.btn:hover,.btn:link:hover,.btn:visited:hover{transform:translateY(-2px);box-shadow:0 .5rem 2rem #1d1d1d1a}.btn:active,.btn:focus,.btn:link:active,.btn:link:focus,.btn:visited:active,.btn:visited:focus{outline:none;transform:translateY(-1px);box-shadow:0 .5rem 1rem #1d1d1d1a}.btn--form{background-color:var(--color-grey-dark);color:var(--color-grey-light-1)}.btn--form span{margin-left:.2rem;margin-right:.2rem;transition:all .2s}.btn--form:hover span{margin-right:0;margin-left:.4rem}.float-btn{height:3.7rem;width:3.7rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.8rem;position:fixed;bottom:6rem;right:6rem;z-index:200;cursor:pointer;transition:opacity .3s ease-in-out}.float-btn__bg{width:6rem;height:6rem;border-radius:50%;box-shadow:0 .7rem 1.2rem #0003;position:absolute;transition:all .1s ease-in}.float-btn__bg:hover{transform:translateY(-2px);box-shadow:0 1rem 2rem #00000040}.float-btn__icon{height:6rem;width:6rem;position:absolute;z-index:100}.collage{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);width:100%;height:100vh;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;overflow:hidden;position:relative;gap:0}.collage__item{position:relative;width:100%;height:100%;overflow:hidden;object-position:center}.collage__img{width:100%;height:100%;object-fit:cover}.shape-0{grid-column:1/4;grid-row:1/4;clip-path:polygon(0 0,60% 0,70% 85%,0 61%)}.shape-1{grid-column:1/4;grid-row:1/4;clip-path:polygon(45% 0,100% 0,96% 98%,57% 78%)}.shape-2{grid-column:3/5;grid-row:1/5;clip-path:polygon(30% 0,100% 0,100% 81%,40% 70%)}.shape-3{grid-column:1/3;grid-row:2/5;clip-path:polygon(0 27%,100% 48%,70% 100%,0 100%)}.shape-4{grid-column:2/5;grid-row:2/5;clip-path:polygon(32% 47%,100% 74%,100% 100%,12% 100%)}@media (max-width: 768px){.collage{display:flex;flex-direction:column}.collage__item{width:100%;height:200px;clip-path:none!important;overflow:hidden}.collage__img{width:100%;height:100%;object-fit:cover;clip-path:none}}.header{width:100%;color:var(--color-grey-light-1);transition:background-color .3s ease;position:fixed;z-index:5000;--after-color: var(--color-grey-light-1)}.header--scrolled{background-color:var(--color-grey-light-1);border-bottom:1px solid var(--color-primary-dark);box-shadow:0 .3rem .3rem #00000007;color:var(--color-grey-dark);--after-color: var(--color-grey-dark)}.header__link{padding:.5rem}@media only screen and (max-width: 37.5em){.header__link{padding:2rem}}.header__link--img{padding:.5rem;height:6rem}.header__link--section{position:relative;padding-bottom:.3rem;font-size:1.7rem;font-family:Helvetica,Arial,sans-serif;font-weight:500;border-bottom:1px solid transparent;overflow:hidden}@media only screen and (max-width: 37.5em){.header__link--section{font-size:2rem}}.header__link--section:link,.header__link--section:visited{text-decoration:none;color:inherit}.header__link--section:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:0;background-color:var(--after-color);transition:width .3s ease}@media only screen and (max-width: 37.5em){.header__link--section:after{background-color:var(--color-grey-dark)}}.header__link--section:hover:after{width:100%}.header__link--section.active:after{width:100%}.header__link--redes-box{border-top:1px solid var(--color-grey-dark);padding:1rem;margin-top:1rem;display:none}@media only screen and (max-width: 37.5em){.header__link--redes-box{display:flex}}.header__link--redes{display:inline-block;padding:0 1rem}.header__link--redes-img{height:3.5rem!important}.header__container{display:flex;justify-content:space-around}.nav-box{display:flex;align-items:center}.nav-box nav{width:100%}.nav-box--menu{width:45%;display:flex;justify-content:right}@media only screen and (max-width: 37.5em){.nav-box--menu{padding-right:2rem}}.navBar{display:flex;justify-content:space-between;padding:1rem 3rem;transition:height .3s ease,padding .3s ease}@media only screen and (max-width: 37.5em){.navBar{position:absolute;top:0;left:0;right:0;flex-direction:column;align-items:center;background-color:var(--color-grey-light-1);color:var(--color-grey-dark);padding:2rem 0;height:0;overflow:hidden;display:flex;visibility:hidden}}.navBar.open{height:100vh;visibility:visible;justify-content:center}.hamburger{display:none;background:none;border:none;cursor:pointer;z-index:6000;width:2.5rem;height:2rem;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:3px;background-color:var(--after-color);border-radius:2px;transition:all .3s ease}.hamburger.open span{background-color:var(--color-grey-dark)}.hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media only screen and (max-width: 37.5em){.hamburger{display:flex}}.splashScreen{height:100vh;width:100%;position:fixed;z-index:6000;transition:all 1s ease-in-out;animation:fadeOut 1s ease-in-out;animation-delay:4s}.splashScreen__container{height:100%;width:100%;background-color:var(--color-primary-dark-transparent);display:flex;align-items:center;justify-content:center}.splashScreen__logo{position:static;height:32rem}.splashScreen__logo-box{height:32rem;width:32rem;position:relative;animation:scaleUp 2.6s ease-in-out;animation-delay:2.4s}.splashScreen__logo--animation-box{height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.splashScreen__logo--contorno{height:32rem;width:32rem;background-size:cover;background-image:url(/assets/LOGO_contorno-wem7OtPI.png);animation:spinner 2.3s linear}.splashScreen__logo--curvas{height:32rem;width:32rem;background-size:cover;background-image:url(/assets/LOGO_curvas-F1kz4ZY2.png);animation:spinner-left 2.3s linear}.splashScreen__logo--interior,.splashScreen__logo--redes,.splashScreen__logo--sub{animation:showSlow 3s ease-in-out}.splash--hide{opacity:0;pointer-events:none}.about{width:100%;display:flex;align-items:center;justify-content:center;padding:10rem 6rem 6rem}.about__container{width:100%;display:flex;flex-direction:column;align-items:center}.about__team{width:90%;padding-top:1.5rem;display:flex;flex-direction:column;gap:3rem}@media only screen and (max-width: 37.5em){.about__team{flex-direction:column;gap:9rem}}.team__row{width:100%;display:flex;justify-content:space-around}.team__row-top{justify-content:center;gap:9rem}@media only screen and (max-width: 37.5em){.team__row{flex-direction:column;gap:9rem}}.team__box{cursor:pointer;position:relative}.team__box--img{height:24rem;width:24rem;border-radius:50%;background-color:var(--color-primary-dark);box-shadow:0 1rem 2rem #00000080;transition:all .2s ease-in-out;position:relative}.team__box--img:hover{background-color:var(--color-secondary-light)}.team__box--img:hover img{transform:scale(1.1)}.team__box--name{font-size:3.5rem;font-family:Bangers,system-ui;position:absolute}.team__box--name-marce{bottom:8rem;right:-2rem}.team__box--name-ale{top:6rem;right:3rem}.team__box--name-clau{top:11rem;right:-1rem}.team__box--name-moni{top:6rem;left:-3rem}.team__box--name-patri{top:8rem;left:-3rem}.team__img{height:25rem;transition:all .2s ease-in-out;position:absolute}.team__img-marce{left:0}.team__img-ale{bottom:-3rem}.team__img-moni{height:22rem;right:-3rem;bottom:-2rem}.team__img-patri{right:0;bottom:-3rem}.contact{width:100%;display:flex;align-items:center;justify-content:center;padding:10rem 6rem 6rem}@media only screen and (max-width: 56.25em){.contact{padding:6rem 2rem}}.contact__container{width:100%;display:flex;flex-direction:column;align-items:center}.contact__form{width:80%;display:flex;justify-content:center;margin-top:3rem}@media only screen and (max-width: 37.5em){.contact__form{width:100%}}.form{width:70%;padding:3rem;border-radius:5px;border:1px solid var(--color-grey-dark);font-family:Helvetica,Arial,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width: 56.25em){.form{width:100%;padding:2rem}}.form__heading{width:100%;display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem}.form__group{width:100%}.form__group:not(:last-child){margin-bottom:2rem}@media only screen and (max-width: 56.25em){.form__group{text-align:center}}.form__input{font-size:1.5rem;font-family:inherit;color:inherit;padding:1.5rem 2rem;border-radius:2px;background-color:#ffffff80;border:none;border-bottom:3px solid transparent;outline:none;width:100%;display:block;transition:all .3s}@media only screen and (max-width: 56.25em){.form__input{width:100%}}.form__input:focus{border-bottom:3px solid var(--color-grey-dark)}.form__input--validacion:focus{box-shadow:0 1rem 2rem rgba(var(--color-grey-dark),.1);border-bottom:3px solid #55c57a}.form__input--validacion:focus:invalid{border-bottom:3px solid #cf0000}.form__input::-webkit-input-placeholder{color:var(--color-grey-sark)-2}.form__label{font-size:1.2rem;font-weight:700;margin-left:2rem;margin-top:.7rem;display:block;transition:all .3s}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.footer{width:100%;padding:6rem;background-color:var(--color-grey-dark);color:var(--color-grey-light-1);font-family:Helvetica,Arial,sans-serif;font-weight:300;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem}@media only screen and (max-width: 56.25em){.footer{padding:3rem}}@media only screen and (max-width: 37.5em){.footer{padding:3rem 1rem 1rem}}.footer__box{width:100%;display:flex;align-items:center;justify-content:space-between}.footer__box:not(:first-child){border-top:1px solid var(--color-grey-light-1)}@media only screen and (max-width: 56.25em){.footer__box{flex-direction:column}}.footer__box--header{display:flex;flex-direction:column}.footer__logo-link:link,.footer__logo-link:visited{text-decoration:none;font-size:2.6rem;color:var(--color-grey-light-1)}.footer__navigation{width:50%;display:flex;justify-content:center;text-align:center}@media only screen and (max-width: 56.25em){.footer__navigation{width:100%}}.footer__text{width:40%;display:flex;flex-direction:column;justify-content:center;font-size:1.2rem;text-transform:uppercase;font-family:Montserrat,sans-serif}@media only screen and (max-width: 56.25em){.footer__text{width:100%}}.footer__text span{text-align:center;line-height:1}.footer__redes{width:30%;text-align:right;display:flex;justify-content:center}@media only screen and (max-width: 56.25em){.footer__redes{width:100%}}.footer__list{width:auto;padding:1rem}.footer__item{display:inline-block;padding-right:2rem}.footer__link:link,.footer__link:visited{color:var(--color-grey-light-1);font-size:1.4rem;font-family:Helvetica,Arial,sans-serif;text-decoration:none;text-transform:uppercase;display:inline-block;transition:all .2s}@media only screen and (min-width: 112.5em){.footer__link:link,.footer__link:visited{font-size:1.6rem}}.footer__link:hover,.footer__link:active{text-decoration:underline}.footer__link img{height:4.8rem}@media only screen and (min-width: 112.5em){.footer__link img{height:6rem}}.services{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:8rem}.services__container{width:100%;padding:6rem;background-color:var(--color-grey-dark);border-radius:5rem}@media only screen and (max-width: 37.5em){.services__container{padding:2rem}}
