.sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff}.sidebar .bg{position:fixed;top:0;left:0;bottom:0;width:400px;background-color:#000;z-index:999}@media (max-width: 738px){.sidebar .bg{width:100%}}.sidebar .bg .links{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links a{font-size:40px}.sidebar button{width:50px;height:50px;border-radius:50%;position:fixed;top:25px;left:25px;background-color:transparent;border:none;cursor:pointer;z-index:999}@media (max-width: 738px){.sidebar button{width:50px;height:50px}}.navbar{height:0px;background-color:#000}.navbar .wrapper{width:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%;overflow-x:hidden}.navbar .wrapper span{font-weight:700}.navbar .wrapper .social{display:flex;gap:20px}.navbar .wrapper .social img{width:18px;height:18px}body{font-family:Lato,sans-serif;margin-top:60px;padding:0rem;height:100%;display:flex;justify-content:center;align-items:center;background:rgb(0,0,0)}@media (max-width: 738px){body{height:100%;margin-top:0;margin-bottom:60px}}@media (max-height: 1060px){body{height:100%}}@media (max-width: 738px){.navbar{height:100px;top:0;position:sticky;z-index:999;width:100%}}img{width:100%;display:block;aspect-ratio:1.35/1;object-fit:cover;object-position:center;transition:transform 1s}@media (max-width: 1550px){img{aspect-ratio:1.15/1}}@media (max-width: 1240px){img{aspect-ratio:1/1.15}}@media (max-width: 1024px){img{aspect-ratio:1/1.7}}@media (max-width: 738px){img{aspect-ratio:1/1.75}}ul{list-style:none;margin-top:30px;padding:40px;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));max-width:100%;width:88rem}@media (max-width: 1550px){ul{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));width:70rem}}@media (max-width: 1240px){ul{grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr));width:56rem}}@media (max-width: 1024px){ul{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));width:40rem}}@media (max-width: 738px){ul{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));width:100%;padding:0rem 6 rem;margin-top:0}}figure{margin:0;position:relative;overflow:hidden}figure:after{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;background:rgba(0,0,0,.5);transform-origin:center;opacity:0;transform:scale(2);transition:opacity .3s}figcaption{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:600;padding:1rem;color:#fff;font-size:2rem;z-index:1;opacity:0;transition:opacity .6s,transform .6s}@media (max-width: 1024px){figcaption{font-size:1.5rem}}a:hover figure:after{opacity:1}a:hover figcaption{opacity:1;transition:opacity .6s}@media (prefers-reduced-motion: no-preference){figcaption{transform:translate3d(0,2rem,0)}figure:after{border-radius:50%;opacity:1;transform:scale(0);transition:transform .9s}a:hover figure:after{transform:scale(2.5)}a:hover figcaption{opacity:1;transform:translateZ(0);transition:opacity .6s .4s,transform .6s .4s}a:hover img{transform:scale(1.2)}}.footer{text-align:center;position:relative;width:100%;height:25.6px;box-sizing:border-box;font-size:14px}body{font-family:Arial,sans-serif;line-height:1.6;background-color:#f8f8f8}body .about{max-width:100%;margin:80px auto;padding:20px;display:flex;flex-direction:column;align-items:center}@media (max-width: 738px){body .about{margin:0 auto;padding:0 10px}}body .about .titleContainer{width:80%;margin-bottom:10px;padding:0 40px}body .about .titleContainer h1{text-align:left;line-height:1;padding-bottom:20px;font-size:2.5rem;max-width:1360px}@media (max-width: 738px){body .about .titleContainer h1{font-size:2rem}}body .about .titleContainer h2{text-align:left;line-height:1;padding-bottom:20px;font-size:2.3rem;max-width:1360px;font-weight:300}@media (max-width: 738px){body .about .titleContainer h2{font-size:1.8rem}}body .about .textContainer{width:80%;max-width:1360px;margin-bottom:10px;padding:0 40px}body .about .textContainer p{text-align:left;font-size:1rem;padding:10px}@media (max-width: 738px){body .about .textContainer p{font-size:.8rem}}body .about .social-container{display:flex;justify-content:space-between;gap:20%}body .about .social-container .social-button{display:inline-block;margin-top:30px;margin-bottom:30px;margin-right:10px;transition:transform .3s ease-in-out}body .about .social-container .social-button img{width:40px;height:40px}@media (max-width: 1024px){body .about .social-container .social-button img{width:30px;height:30px}}body .about .social-container .social-button:hover{transform:scale(1.2)}body{margin:0;padding:0;font-family:Arial,sans-serif;display:flex;align-items:center;justify-content:center;min-height:100vh}.container{display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 550px);margin-top:60px}h1{font-size:5rem}@media (max-width: 738px){h1{font-size:4rem}}form{display:flex;flex-direction:column;width:520px;margin:30px}@media (max-width: 738px){form{width:250px}}.nameInput{color:#fff;font-family:Helvetica,Arial,sans-serif;font-weight:500;font-size:18px;border-radius:5px;line-height:22px;background-color:transparent;border:2px solid #ffffff;transition:all .3s;padding:13px;margin-bottom:15px;width:100%;box-sizing:border-box;outline:0}textarea{height:150px;line-height:150%;resize:vertical}.submitButton{font-family:Montserrat,Arial,Helvetica,sans-serif;width:100%;background:transparent;border-radius:5px;border:2px solid #ffffff;cursor:pointer;color:#fff;font-size:24px;padding-top:10px;padding-bottom:10px;transition:all .3s;margin-top:-4px;font-weight:700}.submitButton:hover{background-color:#fff;color:#000}footer{color:#fff;padding:20px 0;margin-top:auto;width:100%}.footer-content{text-align:center}.void-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria8_1.png);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.void-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:110vh;box-sizing:border-box}@media (max-width: 1024px){.void-full-screen-section{padding:0;min-height:0}}@media (max-width: 738px){.void-full-screen-section{padding:0;min-height:0}}.void-video-section{position:relative;top:100vh;padding:100px;width:100%;min-height:50vh;box-sizing:border-box}@media (max-width: 1024px){.void-video-section{padding:100px}}@media (max-width: 738px){.void-video-section{padding:100px}}.void-video{width:100%;height:400px;border-radius:10px;overflow:hidden;margin:20px auto}@media (max-width: 1024px){.void-video{width:500px;height:300px;margin:350px auto 50px}}@media (max-width: 738px){.void-video{width:115%;height:300px;margin-top:20px;margin-bottom:20px;transform:translate(-40%);left:50%;position:relative}}.void-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.void-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.void-slider-section{padding:0;top:85vh;min-height:60vh}}.void-section-h1{padding:0;font-size:3em;font-weight:900;color:#fff;text-align:left;width:800px;margin:0 auto}@media (max-width: 1024px){.void-section-h1{font-size:2.5em;width:550px}}@media (max-width: 738px){.void-section-h1{font-size:2em;width:90%;text-align:left}}.void-section-h2{padding:0;font-size:1.3em;font-weight:300;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.void-section-h2{font-size:.95em;width:738px}}@media (max-width: 738px){.void-section-h2{font-size:.5em;width:260px;text-align:left;font-weight:500}}.void-section-p{padding-top:30px;font-size:1.6em;color:#fff;font-weight:200;margin:0 auto;width:800px;max-width:1700px}@media (max-width: 1024px){.void-section-p{font-size:1.4em;width:550px}}@media (max-width: 738px){.void-section-p{font-size:.82em;width:90%;padding-top:10px;text-align:left}}.void-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.void-section-div-container{margin-left:100px;margin-right:30px}}.void-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.void-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.void-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.void-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.void-slides{height:300px}}@media (max-width: 738px){.void-slides{height:300px}}.void-slides input{display:none}.void-slide{width:20%;transition:2s;cursor:pointer}.void-slide img{width:800px;height:500px}@media (max-width: 1024px){.void-slide img{width:500px;height:400px}}@media (max-width: 738px){.void-slide img{width:300px;height:400px}}.void-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.void-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.void-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.void-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.void-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.void-navigation-manual{width:300px;margin-top:75px}}.void-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.void-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.void-manual-btn:not(:last-child){margin-right:15px}}.void-manual-btn:hover{background:cyan}.aquatic-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria5_1.jpeg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.aquatic-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.aquatic-full-screen-section{padding:0}}@media (max-width: 738px){.aquatic-full-screen-section{padding:0}}.aquatic-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.aquatic-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.aquatic-slider-section{padding:0;top:100vh;min-height:80vh}}.aquatic-section-h1{padding:0;font-size:3.3em;color:#fff;text-align:left;width:700px;margin:0 auto}@media (max-width: 1024px){.aquatic-section-h1{font-size:2.4em;width:445px}}@media (max-width: 738px){.aquatic-section-h1{font-size:1.1em;width:90%}}.aquatic-section-h2{padding:0;font-size:2em;font-weight:300;color:#fff;text-align:center;width:700px;margin:0 auto}@media (max-width: 1024px){.aquatic-section-h2{font-size:1.4em;width:738px}}@media (max-width: 738px){.aquatic-section-h2{font-size:.68em;width:270px}}.aquatic-section-p{padding-top:30px;font-size:1.1em;color:#fff;font-weight:200;margin:0 auto;width:700px;max-width:1700px}@media (max-width: 1024px){.aquatic-section-p{font-size:.96em;width:445px;padding-top:15px}}@media (max-width: 738px){.aquatic-section-p{font-size:.69em;width:90%;padding-top:10px}}.aquatic-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.aquatic-section-div-container{margin-left:100px;margin-right:30px}}.aquatic-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.aquatic-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.aquatic-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.aquatic-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.aquatic-slides{height:300px}}@media (max-width: 738px){.aquatic-slides{height:300px}}.aquatic-slides input{display:none}.aquatic-slide{width:20%;transition:2s;cursor:pointer}.aquatic-slide img{width:800px;height:500px}@media (max-width: 1024px){.aquatic-slide img{width:500px;height:400px}}@media (max-width: 738px){.aquatic-slide img{width:300px;height:400px}}.aquatic-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.aquatic-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.aquatic-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.aquatic-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.aquatic-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.aquatic-navigation-manual{width:300px;margin-top:75px}}.aquatic-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.aquatic-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.aquatic-manual-btn:not(:last-child){margin-right:15px}}.aquatic-manual-btn:hover{background:cyan}.evulsa-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.evulsa-background-video{height:110vh}.evulsa-full-screen-section{position:relative;top:100vh;width:100%;min-height:110vh;box-sizing:border-box}@media (max-width: 1024px){.evulsa-full-screen-section{padding:0}}@media (max-width: 738px){.evulsa-full-screen-section{padding:0}}.evulsa-video-section{position:relative;top:100vh;padding:100px;width:100%;min-height:50vh;box-sizing:border-box}@media (max-width: 1024px){.evulsa-video-section{padding:0}}@media (max-width: 738px){.evulsa-video-section{padding:0}}.evulsa-video{width:100%;height:400px;border-radius:10px;overflow:hidden;margin:20px auto}@media (max-width: 1024px){.evulsa-video{width:500px;height:300px;margin:160px auto}}@media (max-width: 738px){.evulsa-video{width:65%;height:300px;margin-top:120px;margin-bottom:20px;transform:translate(-35%);left:50%;position:relative}}.evulsa-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.evulsa-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.evulsa-slider-section{padding:0;top:100vh;min-height:82vh}}.evulsa-section-h1{padding:0;font-size:2.8em;font-weight:900;color:#fff;text-align:left;width:800px;margin:0 auto}@media (max-width: 1024px){.evulsa-section-h1{font-size:1.4em;width:500px}}@media (max-width: 738px){.evulsa-section-h1{font-size:.9em;width:90%;text-align:left}}.evulsa-section-h2{padding:0;font-size:1.3em;font-weight:300;color:#fff;text-align:left;width:800px;margin:0 auto}@media (max-width: 1024px){.evulsa-section-h2{font-size:.95em;width:738px}}@media (max-width: 738px){.evulsa-section-h2{font-size:.5em;width:260px;text-align:left;font-weight:500}}.evulsa-section-p{padding-top:30px;font-size:1em;color:#fff;font-weight:200;margin:0 auto;width:800px;max-width:1700px}@media (max-width: 1024px){.evulsa-section-p{font-size:.87em;width:500px;padding-top:15px}}@media (max-width: 738px){.evulsa-section-p{font-size:.68em;width:90%;padding-top:10px;text-align:left}}.evulsa-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.evulsa-section-div-container{margin-left:100px;margin-right:30px}}.evulsa-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.evulsa-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.evulsa-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.evulsa-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.evulsa-slides{height:300px}}@media (max-width: 738px){.evulsa-slides{height:300px}}.evulsa-slides input{display:none}.evulsa-slide{width:20%;transition:2s;cursor:pointer}.evulsa-slide img{width:800px;height:500px}@media (max-width: 1024px){.evulsa-slide img{width:500px;height:400px}}@media (max-width: 738px){.evulsa-slide img{width:300px;height:400px}}.evulsa-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.evulsa-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.evulsa-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.evulsa-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.evulsa-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.evulsa-navigation-manual{width:300px;margin-top:75px}}.evulsa-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.evulsa-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.evulsa-manual-btn:not(:last-child){margin-right:15px}}.evulsa-manual-btn:hover{background:cyan}.felis-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria7_1.jpeg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:right}.felis-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:110vh;box-sizing:border-box}@media (max-width: 1024px){.felis-full-screen-section{padding:0;min-height:60vh}}@media (max-width: 738px){.felis-full-screen-section{padding:0;min-height:100vh}}.felis-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.felis-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.felis-slider-section{padding:0;top:85vh;min-height:0}}.felis-section-h1{padding:0;font-size:1.8em;font-weight:900;color:#fff;text-align:left;width:800px;margin:0 auto}@media (max-width: 1024px){.felis-section-h1{font-size:1.2em;width:500px}}@media (max-width: 738px){.felis-section-h1{font-size:.9em;width:90%;text-align:left}}.felis-section-h2{padding:0;font-size:1.3em;font-weight:300;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.felis-section-h2{font-size:.95em;width:738px}}@media (max-width: 738px){.felis-section-h2{font-size:.5em;width:90%;text-align:left;font-weight:500}}.felis-section-p{padding-top:30px;font-size:1.4em;color:#fff;font-weight:200;margin:0 auto;width:780px;max-width:1500px}@media (max-width: 1024px){.felis-section-p{font-size:1.1em;width:500px}}@media (max-width: 738px){.felis-section-p{font-size:.78em;width:90%;padding-top:10px;text-align:left}}.felis-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.felis-section-div-container{margin-left:100px;margin-right:30px}}.felis-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.felis-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.felis-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.felis-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.felis-slides{height:300px}}@media (max-width: 738px){.felis-slides{height:300px}}.felis-slides input{display:none}.felis-slide{width:20%;transition:2s;cursor:pointer}.felis-slide img{width:800px;height:500px}@media (max-width: 1024px){.felis-slide img{width:500px;height:400px}}@media (max-width: 738px){.felis-slide img{width:300px;height:400px}}.felis-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.felis-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.felis-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.felis-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.felis-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.felis-navigation-manual{width:300px;margin-top:75px}}.felis-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.felis-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.felis-manual-btn:not(:last-child){margin-right:15px}}.felis-manual-btn:hover{background:cyan}.interwired-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria9_1.jpg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.interwired-video-section{position:relative;top:100vh;padding:100px;width:100%;min-height:50vh;box-sizing:border-box}@media (max-width: 1024px){.interwired-video-section{padding:100px}}@media (max-width: 738px){.interwired-video-section{padding:100px}}.interwired-video{width:100%;height:400px;border-radius:10px;overflow:hidden;margin:20px auto}@media (max-width: 1024px){.interwired-video{width:500px;height:300px;margin:160px auto}}@media (max-width: 738px){.interwired-video{width:115%;height:300px;margin-top:50px;margin-bottom:50px;transform:translate(-40%);left:55%;position:relative}}.interwired-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:110vh;box-sizing:border-box}@media (max-width: 1024px){.interwired-full-screen-section{padding:0;min-height:0}}@media (max-width: 738px){.interwired-full-screen-section{padding:0;min-height:0}}.interwired-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.interwired-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.interwired-slider-section{padding:0;top:85vh;min-height:60vh}}.interwired-section-h1{padding:0;font-size:3em;font-weight:900;color:#fff;text-align:left;width:800px;margin:0 auto}@media (max-width: 1024px){.interwired-section-h1{font-size:2em;width:550px}}@media (max-width: 738px){.interwired-section-h1{font-size:1.3em;width:90%;text-align:left}}.interwired-section-h2{padding:0;font-size:1.3em;font-weight:300;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.interwired-section-h2{font-size:.95em;width:738px}}@media (max-width: 738px){.interwired-section-h2{font-size:.5em;width:260px;text-align:left;font-weight:500}}.interwired-section-p{padding-top:30px;font-size:1em;color:#fff;font-weight:200;margin:0 auto;width:800px;max-width:1700px}@media (max-width: 1024px){.interwired-section-p{font-size:.95em;width:550px}}@media (max-width: 738px){.interwired-section-p{font-size:.54em;width:90%;padding-top:8px;text-align:left}}.interwired-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.interwired-section-div-container{margin-left:100px;margin-right:30px}}.interwired-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.interwired-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.interwired-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.interwired-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.interwired-slides{height:300px}}@media (max-width: 738px){.interwired-slides{height:300px}}.interwired-slides input{display:none}.interwired-slide{width:20%;transition:2s;cursor:pointer}.interwired-slide img{width:800px;height:500px}@media (max-width: 1024px){.interwired-slide img{width:500px;height:400px}}@media (max-width: 738px){.interwired-slide img{width:300px;height:400px}}.interwired-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.interwired-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.interwired-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.interwired-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.interwired-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.interwired-navigation-manual{width:300px;margin-top:75px}}.interwired-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.interwired-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.interwired-manual-btn:not(:last-child){margin-right:15px}}.interwired-manual-btn:hover{background:cyan}#radio6:checked~.first{margin-left:-100%}#radio7:checked~.first{margin-left:-120%}#radio8:checked~.first{margin-left:-140%}#radio9:checked~.first{margin-left:-160%}.ius-embrace-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria3_1.jpeg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.ius-embrace-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:110vh;box-sizing:border-box}@media (max-width: 1024px){.ius-embrace-full-screen-section{padding:0}}@media (max-width: 738px){.ius-embrace-full-screen-section{padding:0}}.ius-embrace-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.ius-embrace-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.ius-embrace-slider-section{padding:0;top:85vh;min-height:60vh}}.ius-embrace-section-h1{padding:0;font-size:1.5em;font-weight:900;color:#fff;text-align:center;width:780px;margin:0 auto}@media (max-width: 1024px){.ius-embrace-section-h1{font-size:1.1em;width:738px}}@media (max-width: 738px){.ius-embrace-section-h1{font-size:.9em;width:260px;text-align:left}}.ius-embrace-section-h2{padding:0;font-size:1.2em;font-weight:300;color:#fff;text-align:center;width:780px;margin:0 auto}@media (max-width: 1024px){.ius-embrace-section-h2{font-size:.89em;width:738px}}@media (max-width: 738px){.ius-embrace-section-h2{font-size:.5em;width:260px;text-align:left;font-weight:500}}.ius-embrace-section-p{padding-top:30px;font-size:1.3em;color:#fff;font-weight:200;margin:0 auto;width:600px;max-width:1700px}@media (max-width: 1024px){.ius-embrace-section-p{font-size:.95em;width:445px}}@media (max-width: 738px){.ius-embrace-section-p{font-size:.65em;width:260px;padding-top:10px;text-align:left}}.ius-embrace-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.ius-embrace-section-div-container{margin-left:100px;margin-right:30px}}.ius-embrace-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.ius-embrace-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.ius-embrace-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.ius-embrace-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.ius-embrace-slides{height:300px}}@media (max-width: 738px){.ius-embrace-slides{height:300px}}.ius-embrace-slides input{display:none}.ius-embrace-slide{width:20%;transition:2s;cursor:pointer}.ius-embrace-slide img{width:800px;height:500px}@media (max-width: 1024px){.ius-embrace-slide img{width:500px;height:400px}}@media (max-width: 738px){.ius-embrace-slide img{width:300px;height:400px}}.ius-embrace-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.ius-embrace-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.ius-embrace-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.ius-embrace-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.ius-embrace-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.ius-embrace-navigation-manual{width:300px;margin-top:75px}}.ius-embrace-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.ius-embrace-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.ius-embrace-manual-btn:not(:last-child){margin-right:15px}}.ius-embrace-manual-btn:hover{background:cyan}#radio5:checked~.first{margin-left:-80%}.ius-skin-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria1_1.jpeg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.gallery-link{color:#add8e6;font-weight:700;text-decoration:underline}.ius-skin-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.ius-skin-full-screen-section{padding:0}}@media (max-width: 738px){.ius-skin-full-screen-section{padding:0}}.ius-skin-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.ius-skin-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.ius-skin-slider-section{padding:0;top:75vh;min-height:0}}.ius-skin-section-h1{padding:0;font-size:3.3em;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.ius-skin-section-h1{font-size:2.4em;width:738px}}@media (max-width: 738px){.ius-skin-section-h1{font-size:1.1em;width:300px}}.ius-skin-section-h2{padding:0;font-size:1.7em;font-weight:300;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.ius-skin-section-h2{font-size:1.23em;width:738px}}@media (max-width: 738px){.ius-skin-section-h2{font-size:.6em;width:270px}}.ius-skin-section-p{padding-top:30px;font-size:1.4em;color:#fff;font-weight:200;margin:0 auto;width:600px;max-width:1700px}@media (max-width: 1024px){.ius-skin-section-p{font-size:1.2em;width:445px}}@media (max-width: 738px){.ius-skin-section-p{font-size:.68em;width:220px;padding-top:10px}}.ius-skin-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.ius-skin-section-div-container{margin-left:100px;margin-right:30px}}.ius-skin-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.ius-skin-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.ius-skin-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.ius-skin-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.ius-skin-slides{height:300px}}@media (max-width: 738px){.ius-skin-slides{height:300px}}.ius-skin-slides input{display:none}.ius-skin-slide{width:20%;transition:2s;cursor:pointer}.ius-skin-slide img{width:800px;height:500px}@media (max-width: 1024px){.ius-skin-slide img{width:500px;height:400px}}@media (max-width: 738px){.ius-skin-slide img{width:300px;height:400px}}.ius-skin-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.ius-skin-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.ius-skin-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.ius-skin-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.ius-skin-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.ius-skin-navigation-manual{width:300px;margin-top:75px}}.ius-skin-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.ius-skin-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.ius-skin-manual-btn:not(:last-child){margin-right:15px}}.ius-skin-manual-btn:hover{background:cyan}.ius-texture-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria2_1.jpeg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.ius-texture-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.ius-texture-full-screen-section{padding:0}}@media (max-width: 738px){.ius-texture-full-screen-section{padding:0}}.ius-texture-slider-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.ius-texture-slider-section{padding:0;top:75vh;min-height:0}}@media (max-width: 738px){.ius-texture-slider-section{padding:0;top:75vh;min-height:0}}.ius-texture-section-h1{padding:0;font-size:3.3em;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.ius-texture-section-h1{font-size:2.4em;width:738px}}@media (max-width: 738px){.ius-texture-section-h1{font-size:1.1em;width:300px}}.ius-texture-section-h2{padding:0;font-size:2em;font-weight:300;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.ius-texture-section-h2{font-size:1.4em;width:738px}}@media (max-width: 738px){.ius-texture-section-h2{font-size:.68em;width:270px}}.ius-texture-section-p{padding-top:30px;font-size:1.4em;color:#fff;font-weight:200;margin:0 auto;width:600px;max-width:1700px}@media (max-width: 1024px){.ius-texture-section-p{font-size:1.2em;width:445px}}@media (max-width: 738px){.ius-texture-section-p{font-size:.68em;width:220px;padding-top:10px}}.ius-texture-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.ius-texture-section-div-container{margin-left:100px;margin-right:30px}}.ius-texture-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:200px}@media (max-width: 1024px){.ius-texture-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.ius-texture-slider{margin-top:130px;margin-bottom:0;width:300px;height:400px}}.ius-texture-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.ius-texture-slides{height:300px}}@media (max-width: 738px){.ius-texture-slides{height:300px}}.ius-texture-slides input{display:none}.ius-texture-slide{width:20%;transition:2s}.ius-texture-slide img{width:800px;height:500px}@media (max-width: 1024px){.ius-texture-slide img{width:500px;height:400px}}@media (max-width: 738px){.ius-texture-slide img{width:300px;height:400px}}.ius-texture-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.ius-texture-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.ius-texture-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.ius-texture-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.ius-texture-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.ius-texture-navigation-manual{width:300px;margin-top:75px}}.ius-texture-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.ius-texture-manual-btn:not(:last-child){margin-right:40px}.ius-texture-manual-btn:hover{background:cyan}html{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-user-select:none;user-select:none}*{padding:0;margin:0;box-sizing:border-box;font-family:DM Sans,sans-serif}body{background-color:#000;color:#d3d3d3;min-height:100vh}a{text-decoration:none;color:inherit}body{margin:0;padding:0}.skins-header-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:url(/assets/galeria4_1.jpg);background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center;background-position:center}.skins-full-screen-section{position:relative;top:100vh;padding:100px;width:100%;min-height:100vh;box-sizing:border-box}@media (max-width: 1024px){.skins-full-screen-section{padding:0;min-height:75vh}}@media (max-width: 738px){.skins-full-screen-section{padding:0;min-height:100vh}}.skins-slider-section{position:relative;top:75vh;padding:100px;width:100%;box-sizing:border-box}@media (max-width: 1240px){.skins-slider-section{top:80vh}}@media (max-width: 1024px){.skins-slider-section{padding:0;top:75vh}}@media (max-width: 738px){.skins-slider-section{padding:0;top:75vh;min-height:0}}.skins-section-h1{padding:0;font-size:5em;color:#fff;text-align:left;width:550px;margin:0 auto}@media (max-width: 1024px){.skins-section-h1{font-size:3em;width:445px}}@media (max-width: 738px){.skins-section-h1{font-size:2em;width:50%}}.skins-section-h2{padding:0;font-size:2em;font-weight:300;color:#fff;text-align:center;width:800px;margin:0 auto}@media (max-width: 1024px){.skins-section-h2{font-size:1.4em;width:738px}}@media (max-width: 738px){.skins-section-h2{font-size:.68em;width:40%}}.skins-section-p{padding-top:30px;font-size:1.6em;color:#fff;font-weight:200;margin:0 auto;width:550px;max-width:1700px}@media (max-width: 1024px){.skins-section-p{font-size:1.4em;width:445px}}@media (max-width: 738px){.skins-section-p{font-size:.9em;width:50%;padding-top:10px}}.skins-section-div-container{display:flex;flex-direction:column}@media (max-width: 738px){.skins-section-div-container{margin-left:100px;margin-right:30px}}.section-div-container-p{display:flex;flex-direction:row;width:1000px;gap:200px}@media (max-width: 1240px){.section-div-container-p{gap:100px;width:800px}}@media (max-width: 1024px){.section-div-container-p{flex-direction:column;width:500px;gap:0}}@media (max-width: 738px){.section-div-container-p{flex-direction:column;width:100%;gap:0}}.footers .footer{top:100vh}.skins-slider{width:800px;height:500px;border-radius:10px;overflow:hidden;margin-top:230px}@media (max-width: 1024px){.skins-slider{width:500px;height:300px;margin:550px auto 125px}}@media (max-width: 738px){.skins-slider{margin-top:120px;margin-bottom:20px;width:300px;height:400px}}.skins-slides{width:500%;height:500px;display:flex}@media (max-width: 1024px){.skins-slides{height:300px}}@media (max-width: 738px){.skins-slides{height:300px}}.skins-slides input{display:none}.skins-slide{width:20%;transition:2s;cursor:pointer}.skins-slide img{width:800px;height:500px}@media (max-width: 1024px){.skins-slide img{width:500px;height:400px}}@media (max-width: 738px){.skins-slide img{width:300px;height:400px}}.skins-popup-image{position:fixed;top:0;left:0;background:black;height:100%;width:100%;z-index:100}.skins-popup-image span{position:absolute;top:10px;right:10px;font-size:30px;font-weight:bolder;color:#fff;cursor:pointer;z-index:100}.skins-popup-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px;width:auto;height:auto;max-width:100%;max-height:100%}.skins-navigation-manual{position:absolute;width:800px;margin-top:-40px;display:flex;justify-content:center}@media (max-width: 1024px){.skins-navigation-manual{width:500px;margin-top:-25px}}@media (max-width: 738px){.skins-navigation-manual{width:300px;margin-top:75px}}.skins-manual-btn{border:2px solid cyan;padding:5px;border-radius:10px;cursor:pointer;transition:1s}.skins-manual-btn:not(:last-child){margin-right:40px}@media (max-width: 1024px){.skins-manual-btn:not(:last-child){margin-right:15px}}.skins-manual-btn:hover{background:cyan}#radio1:checked~.first{margin-left:0}#radio2:checked~.first{margin-left:-20%}#radio3:checked~.first{margin-left:-40%}#radio4:checked~.first{margin-left:-60%}
