.Hero{width:100%;height:100vh;position:relative;overflow:hidden}.Hero-mid{width:100%;height:70vh;position:relative}.Hero:before{content:"";position:relative;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.hero-img{width:100%;height:100%;object-fit:cover;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px)}.hero-text{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:100%}.hero-text h1{margin-top:-7rem;font-size:3rem;font-weight:800;background-color:#ebdede;text-align:center;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text p{padding:.5rem 0 2rem;font-size:1.3rem;font-weight:800;color:#f1ecec;text-shadow:#faef89 2px 2px 4px;text-align:center;text-shadow:1rem 0 2rem rgb(14,13,13)}.hero-text .show{text-decoration:none;background-color:gold;padding:1rem 2rem;border-radius:6px;font-size:1.1rem;font-weight:700;letter-spacing:2px;color:#000;display:flex;justify-content:center;max-width:120px;margin:0 auto}.hero-text .show:hover{box-shadow:gold 2px 6px 2px}.hero-text .hide{display:none}.Hero-mid h1{padding:4rem!important}@media screen and(max-width: 555px){.hero-text h1{padding:10px 20px}.hero-text p{font-size:1.1rem;padding:2rem 0;margin:2rem 0}.hero-text .show{padding:6rem 2rem;border-radius:6px;font-size:1rem}}.navbarItens{display:flex;justify-content:space-between;align-items:center;padding:0 30px;margin:0 auto;box-shadow:0 5px 85px #5d14e640;width:95%;height:80px;border-radius:17px;background-color:#280628;position:fixed;top:14px;left:50%;transform:translate(-50%);z-index:9999;transition:.3s ease-in-out}.navbarLogo img{width:80%;height:8rem;cursor:pointer}.navbar-menu{display:grid;grid-template-columns:repeat(6,auto);padding:10rem;grid-gap:1rem;list-style:none;align-items:center}.menu-icon{color:gold;cursor:pointer}.nav-links{text-decoration:none;color:gold;font-size:1.2rem;font-weight:600;padding:.9rem 1rem;white-space:nowrap}.nav-links:hover{box-shadow:1rem 0 2rem gold;border-radius:19px}.nav-links i{padding-right:10px;margin:1rem}@media screen and (max-width: 850px){.navbarItens{z-index:99}.navbar-menu{display:flex;flex-direction:column;justify-content:flex-start;background-color:#280628;width:100%;height:auto;position:absolute;top:0;left:-100%;opacity:0;align-items:center;padding:80px 0 30px;margin:0 auto}.navbar-menu.active{left:0;opacity:1;z-index:-1;border-radius:14px;transition:.3s ease-in-out}.nav-links{display:block;width:100%;font-size:1.2rem;padding:2rem 0;text-align:center}.nav-links:hover{box-shadow:gold}}.Clients{margin:4rem 6rem}.Clients h1{font-size:3rem}.first-des{display:flex;align-items:center;justify-content:space-between;margin-top:4rem}.desc-text{width:45%;text-align:start;font-size:1.1rem}.desc-text h2{padding-bottom:1rem}.desc-img{position:relative;width:50%;display:flex;justify-content:space-between;z-index:-99}.desc-img img{width:49%;height:350px;object-fit:cover;border-radius:6px;box-shadow:-1px 1px 62px -18px #00000030}.desc-img img:nth-child(2){position:absolute;top:-10%;right:0}@media screen and (max-width: 850px){.Clients{margin:4rem 2rem}.first-des{display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;margin-top:2.5rem}.desc-img{width:100%;margin:1.8rem 0}.desc-img img{height:250px}}*{margin:0;padding:0;box-sizing:border-box}.App{text-align:center}
