.home .banner{align-items:center;color:#fff;display:flex;justify-content:space-between;justify-content:center;min-height:90vh;padding:5rem 10rem}.home .banner .title{z-index:2}.home .banner .button-section{margin-top:3rem;text-align:right}.home .banner .button-section button:hover{background-color:var(--main-color);color:#fff}.home .banner svg#wave{left:0;position:absolute;z-index:1}.home .about{align-items:center;background:var(--secondary-background-color);color:#000;display:flex;justify-content:center}.home .about .presentation{display:flex;height:-moz-fit-content;padding:5rem;text-align:center;z-index:10}.home .about .presentation .text{padding:5rem}.home .about .presentation .text h1,.home .about .presentation .text p{color:var(--background-color)}.home .about .presentation img{border-radius:50%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:725px){.presentation{display:block;padding:5rem 0}.presentation img{height:40%!important;width:40%!important}}@media (max-width:500px){.home .banner{padding:2rem}.home .about .presentation{display:block;padding:5rem 0}.home .about .presentation img{height:60%;width:60%}}@media (max-width:1024px){.home .about .presentation img{height:30rem;width:30rem}}.social-networks{background:var(--secondary-background-color);min-height:50vh;padding:5rem 10rem}.social-networks .cards{grid-column-gap:3rem;grid-row-gap:5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.social-networks .cards .card{border-radius:1rem;box-shadow:0 5px 20px rgba(0,0,0,.2);cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;text-align:center;z-index:10}.social-networks .cards .card img{display:block;height:15vh;object-fit:contain;padding:1rem;width:100%}.social-networks .cards .card h3{color:#212121;font-size:1.8rem;padding-bottom:1rem}@media (max-width:500px){.contact-banner{padding:1rem;text-align:center}.social-networks{padding:2rem 1rem}.social-networks .cards{grid-row-gap:2rem}}.work{background:#e4e4e4;min-height:100vh;padding:5rem}.details{background:#fff;border-radius:1rem;color:#444;left:10%;opacity:1!important;padding:2rem 5rem;position:absolute;top:10%;width:80%;z-index:1000}.details h1{font-size:x-large;text-align:center}.details img{width:100%}.details a,.details h1,.details h2,.details h3,.details p{color:#1b1b1b}.details h3{font-size:large}.details p{position:relative;top:10px}.details .information{display:flex;justify-content:space-between}.details .links{padding:3rem 0}.details .links img{margin:0 .5rem;position:relative;top:1rem;width:3rem}.details .image-gallery{border:1px solid #dcdcdc}.projects-list{padding:0 5rem}.projects-list .projects{grid-column-gap:3rem;grid-row-gap:5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));min-height:80vh}.projects-list .projects .project{border-radius:1rem;box-shadow:0 5px 20px rgba(0,0,0,.2);cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:30vh;overflow:hidden;text-align:center}.projects-list .projects .project img{display:block;height:40vh;object-fit:cover;width:100%}.projects-list .projects .project h1{background:#fff;color:#282828;padding:2rem}.projects-list h2{padding:5rem 0}@media (max-width:500px){.work,.work .projects-list{padding:0}.work .projects-list .projects{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-top:5rem}.work .projects-list .projects .project{border-radius:0}.work .projects-list .projects .project img{height:auto}.work .details{left:1%;padding:5rem 1rem;width:98%}.work .details .information{display:block;text-align:center}.work .details .links{padding-bottom:3rem;padding-top:1rem}.work .details p{padding:1rem}}@media (max-width:768px){.work{padding:0}.work .projects-list{padding:2rem}.work .projects-list .projects{grid-column-gap:3rem;grid-row-gap:2rem}.work .projects-list .projects .project{min-height:auto}.work .projects-list .projects .project img{height:auto}}.not-found{padding:5rem 10rem}.not-found .information{display:flex;justify-content:space-evenly;width:100%}.not-found .information h1,.not-found .information h2,.not-found .information h3{padding:.5rem 4rem}.not-found .information h1{font-size:8rem;text-align:center}.not-found .actions{padding:2rem 10rem;text-align:right}.not-found .search{padding:3rem 0;text-align:center}.not-found .search button{background:var(--main-color);border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem 2rem}.not-found .search button:hover{background:var(--main-color-hover)}.not-found .search input{border:none;box-shadow:0 0 30px rgba(0,0,0,.2);font-size:1.5rem;font-weight:700;margin-top:1rem;padding:.5rem;width:50%}:root{--main-color:#23d997;--main-color-hover:#1fc588;--background-color:#1b1b1b;--secondary-background-color:#f3f3f3}*{box-sizing:border-box;margin:0;padding:0}body{background:#1b1b1b;background:var(--background-color);font-family:Inter,sans-serif;overflow-x:hidden}body::-webkit-scrollbar{width:.5rem}body::-webkit-scrollbar-thumb{background:#23d997;background:var(--main-color)}body::-webkit-scrollbar-track{background:#fff}button{background:transparent;border:3px solid #23d997;border:3px solid var(--main-color);cursor:pointer;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .5s ease}button,button:hover{color:#fff}li{list-style-type:none}ul{padding:0}input{font-family:Inter,sans-serif}h1,h2{color:#fff}h2{font-size:4rem;font-weight:lighter}h3,h4{color:#fff}h4{font-size:2rem;font-weight:700}a{color:#fff;font-size:1.1rem;text-decoration:none}span{color:#23d997;color:var(--main-color);font-weight:700}p{color:#ccc;font-size:1.4rem;line-height:150%;padding:3rem 0}.layout{align-items:center;color:#fff;display:flex;justify-content:space-between;min-height:90vh;padding:5rem 10rem}.layout .description{flex:1 1;padding-right:5rem;z-index:2}.layout .description h2{font-weight:lighter}.layout .image{flex:1 1;overflow:hidden;z-index:2}.layout .image img{height:80vh;object-fit:cover;width:100%}.hide{overflow:hidden}.vertical-line{background:#969696;width:2px}.frame{height:100vh;left:0;position:fixed;top:10%;width:100%;z-index:2}.frame1{background:#fffebf}.frame2{background:#ff8efb}.frame3{background:#8ed2ff}.frame4{background:#8effa0}@media (max-width:1600px){html{font-size:80%}}@media (max-width:1024px){html{font-size:70%}#about{display:block;padding:2rem;text-align:center}}.banner-general{align-items:center;color:#fff;display:flex;justify-content:space-between;justify-content:center;min-height:40vh;padding:5rem 10rem}svg#wave{height:100%;left:0;position:absolute;width:100%;z-index:1}@media (max-width:500px){.banner-general{padding:1rem;text-align:center}}.header{align-items:center;background:#282828;display:flex;justify-content:space-between;margin:auto;min-height:10vh;padding:1rem 10rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header a{color:#fff;text-decoration:none}.header ul{display:flex;list-style:none}.header li{padding-left:5rem;position:relative}.header .line{background:#23d997;height:.3rem;margin:7px auto}.header .link-container{height:16px;text-align:center}.logo{font-family:Lobster,cursive;font-size:1.5rem;font-weight:lighter}.menu{color:#f3f3f3;color:var(--secondary-background-color);cursor:pointer;display:none}.menu svg{height:25px;width:25px}.sidebar-mobile{background-color:#282828;bottom:0;left:-100%;position:fixed;top:0;transition:all .75s ease;width:100vw;z-index:1000}.sidebar-mobile i{color:#f3f3f3;color:var(--secondary-background-color);font-size:large;margin:1.5rem}.sidebar-mobile a{font-size:15px}.sidebar-mobile.active{left:0}.sidebar-mobile li{border-bottom:1px solid #fff;font-family:Lobster,cursive;margin:0 3rem;padding:1.5rem}@media (max-width:725px){.header{padding:1rem 3rem}.header #logo{font-size:large}.header li{display:none}.header li.menu{display:block}}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;-webkit-filter:drop-shadow(0 2px 2px #1a1a1a);filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media (hover:hover) and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{-webkit-transform:scale(1.1);transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media (max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;-webkit-transform:scale(1.2);transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;-webkit-transform:scale(1.2);transform:scale(1.2)}@media (hover:hover) and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:transparent;border:4px solid transparent;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media (max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media (max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover:hover) and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media (hover:hover) and (pointer:fine) and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.card-shadow{background:rgba(0,0,0,.5);left:0;min-height:100vh;overflow-y:scroll;position:fixed;top:0;width:100%;z-index:100}.card-shadow::-webkit-scrollbar{width:.5rem}.card-shadow::-webkit-scrollbar-thumb{background:#23d997;background:var(--main-color)}.card-shadow::-webkit-scrollbar-track{background:#fff}
/*# sourceMappingURL=main.d9ad5532.css.map*/