:root{--secondary-color:#191919;--active-color:#be7328;--body-color:#fff;--body-secondary-color:#f5f5f5}@font-face{font-family:Optimus;src:url(Optimus.4e3a43358f7e4627f5b3.otf)}*{margin:0;padding:0;list-style:none;text-decoration:none;font-family:Tahoma}html{scroll-behavior:smooth}body{background-color:var(--body-color)}img{cursor:pointer}header{position:fixed;top:0;left:0;width:100%;z-index:10;transition:all 1s}header.scrolling{background-color:var(--secondary-color)}nav{height:60px;display:flex;justify-content:space-between;align-items:center}.language span{color:#fff;font-size:.9em;font-weight:600;cursor:pointer}.language span a{margin-left:6px;margin-right:6px}.language span a.active{color:var(--active-color)}.container{max-width:1250px;position:relative;margin:0 auto}.logo img{width:auto;height:50px}nav div,nav div>ul{display:flex}nav div>ul{flex-grow:2;align-items:center;cursor:pointer}nav div>ul>li{font-size:1.2em;font-weight:600;text-shadow:1px 1px 2px #000;color:#fff;padding:0 25px;cursor:pointer}nav div>ul>li a{color:inherit}nav div>ul>li:hover{color:var(--active-color)}.big-title,.second-title{text-shadow:1px 1px 2px #000;transition:all .5s}.shadow{display:none;position:absolute;bottom:0;height:300px;width:100%;left:0;z-index:9;background:linear-gradient(0deg,var(--body-secondary-color),transparent)}article#home{background-image:url(background2.9cd207280e585d7b5180.jpg);background-attachment:fixed;background-size:cover;background-position:center 0;background-repeat:no-repeat;position:relative;height:100vh}article#home .container{height:1050px;display:flex;flex-direction:column;justify-content:center;align-items:baseline}article#home .container h2{font-size:5em;color:#fff;line-height:1.1;font-weight:700}article#home .container p{font-size:2em;line-height:1.5;color:hsla(0,0%,100%,.8)}h2.title-article{position:relative;padding:10px 10px 10px 0;color:var(--secondary-color);font-size:1.8em}h2.title-article strong{z-index:2;vertical-align:middle;position:relative;color:#fff}.title-article.hr{width:0;height:3px;background:var(--secondary-color);margin-bottom:15px;transition:all .5s}article#projects{padding:50px 0;background-color:var(--body-secondary-color)}article#projects .container{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:30px}.opacity{opacity:0;transition:all 1s}.container .article,.container .team-content{transform:translateY(-50px)}.container .carrousel{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-grow:2;transform:translateY(50px)}.card.project{overflow:hidden;width:350px;height:250px;margin:20px;cursor:pointer;position:relative}.card.project img{width:100%;min-height:100%;transition:.2s}.card.project:hover img{filter:blur(3px);transform:scale(.97)}.card.project .caption{position:absolute;font-size:14px;text-shadow:0 1px 0 rgba(51,51,51,.3);color:#fff;left:0;right:0;top:0;bottom:0;padding:40px;box-shadow:0 0 2px rgba(0,0,0,.2);background:rgba(6,18,53,.6);opacity:0;transform:scale(1.15);transition:.2s}.card.project:hover .caption{opacity:1;transform:none}.card.project .caption h3{color:#3792e3;font-size:16px;margin-bottom:0;font-weight:700}.card.project .caption p{font-size:14px;text-shadow:0 1px 0 rgba(51,51,51,.3);color:#fff}article#members{padding:50px 0}article#members .container{padding-top:30px;display:flex;flex-direction:column;justify-content:center}.team-content{display:flex;flex-direction:row;justify-content:center}.member{overflow:hidden;width:250px;height:300px;margin:20px;cursor:pointer;position:relative;display:flex;flex-direction:column}.member .data-profile img{align-items:center;text-align:center;width:100%;min-height:100px}.member .data-profile{position:relative;font-family:Tahoma;color:var(--secondary-color)}.member .data-profile h5{bottom:60px;color:#fff;font-size:1em}.member .data-profile h5,.member .data-profile span{position:absolute;left:15px;font-family:Tahoma;text-shadow:1px 1px 2px #000}.member .data-profile span{bottom:40px;color:var(--active-color);font-size:14px;font-weight:600}h2.title-article.obscure strong{color:var(--secondary-color)}footer{position:relative;bottom:0;background-color:var(--secondary-color);margin-top:10px;padding:25px 0}.main-footer{margin:0 auto;max-width:1250px;color:#fff;display:flex;flex-direction:row;justify-content:space-around}.main-footer .contact-footer{display:flex;flex-direction:column}.main-footer .follow-footer .follow-bubles{display:flex;flex-direction:row}.main-footer .follow-footer .follow-bubles div{border-radius:50%;background-color:#fff;width:40px;height:40px;padding:5px;margin:5px;text-align:center;display:flex;justify-content:center;align-items:center;cursor:pointer}.main-footer .follow-footer .follow-bubles img{max-height:30px}.main-footer .rss-footer .rss-form input{margin:10px 10px 0 0;padding:5px;background-color:#fff;border:1px solid #fff;color:var(--secondary-color)}.main-footer .rss-footer .rss-form button{padding:5px;font-family:Tahoma;font-weight:700;font-size:.9em;cursor:pointer}.main-footer h5,.main-footer label,.main-footer label strong,.main-footer p{margin-right:5px;font-size:.7em;font-family:Tahoma;line-height:1.5;color:hsla(0,0%,100%,.5)}.main-footer h5{font-size:.8em;font-weight:700;margin-bottom:7px;color:hsla(0,0%,100%,.9)}.main-footer label strong{font-size:.9em;font-weight:700;color:hsla(0,0%,100%,.8)}