@font-face{font-family:Rasputin;src:url(/fonts/Rasputin.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;scroll-padding-top:10rem;font-family:Rasputin,sans-serif}header{border-radius:10px;width:98%;display:flex;justify-content:space-between;align-items:center;padding:2rem 5rem;box-shadow:1px 1px 20px #7d4f50aa;background-color:#fff3eb;position:fixed;inset:10px 10px auto 20px;z-index:99}header .logotipo{display:flex;align-items:center;gap:.5rem}header .logotipo img{width:90px;height:auto}header .logotipo .texto{padding:1rem;color:#7d4f50;text-transform:uppercase;letter-spacing:.06rem}header .logotipo .texto h1{font-size:1.9rem}header .logotipo .texto h2{font-size:1.5rem}header .menu{height:auto}header .menu ul{list-style:none;display:flex;gap:.5rem}header .menu ul li{font-size:1.15rem;list-style:none;text-transform:uppercase;color:#7d4f50;border:#7D4F50 solid 1px;cursor:pointer;transition:all .3s ease-in-out;padding:.8rem .6rem;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;-webkit-border-radius:5px}header .menu ul li:hover{color:#a67c78;border:1px solid #A67C78;box-shadow:1px 1px 15px #7d4f50aa;border-radius:5px}.menu ul:hover li:not(:hover){opacity:.5;transform:none;box-shadow:1px 1px 15px #25252566;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease}header .menu ul li:hover{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}header .menu ul li a{text-decoration:none;color:inherit}main .line{width:80%;height:2px;background-color:#7d4f50;filter:blur(2px);margin:2rem auto;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;-webkit-filter:blur(2px)}main #home{padding-top:3rem;height:80vh;color:#7d4f50;background-image:url(../../assets/coluna.webp);background-position:bottom;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-clip:border-box;display:flex;align-items:center;text-align:center;flex-direction:column}main #home .texto{background-color:#7d4f509d;padding:2rem;align-items:center;border-radius:10px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}main #home .texto h2{font-size:2.8rem;text-transform:uppercase;letter-spacing:.06rem;margin-bottom:2rem;color:#fff}main #home .texto p{font-size:1.2rem;line-height:1.6;padding:1rem;letter-spacing:.08rem;font-weight:600;max-width:600px;color:#fff}main #servicos{padding:4rem 5rem;display:flex;flex-direction:column;gap:2rem;background-color:#fff3eb}main #servicos h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#7d4f50;text-transform:uppercase;letter-spacing:.06rem}main #servicos ul{list-style:none;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}main #servicos ul li{background-color:#ffeadacc;padding:2rem;border-radius:10px;width:250px;height:200px;display:flex;flex-direction:column;align-items:center;text-transform:uppercase;letter-spacing:.06rem;color:#7d4f50;font-weight:600;font-size:1.1rem;text-align:center;justify-content:center;box-shadow:1px 1px 15px #7d4f50aa}main #servicos ul li:hover{box-shadow:1px 1px 25px #7d4f50;transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}#servicos ul:hover li:not(:hover){opacity:.5;transform:none;box-shadow:1px 1px 15px #25252566;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease}main #servicos ul li:hover{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}main #quem-sou{padding:4rem 5rem;display:flex;flex-direction:column;gap:2rem;background-color:#fff3eb;justify-content:center;align-items:center}main #quem-sou h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#7d4f50;text-transform:uppercase;letter-spacing:.06rem}main #quem-sou p{max-width:70vw;font-size:1.1rem;line-height:1.6;letter-spacing:.06rem;text-transform:uppercase;font-weight:600;color:#7d4f50}main #contato{padding:4rem 5rem;display:flex;flex-direction:column;gap:2rem;background-color:#fff3eb;justify-content:center;align-items:center}main #contato h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#7d4f50;text-transform:uppercase;letter-spacing:.06rem}main #contato p{font-size:1.2rem;line-height:1.6;padding:1rem;letter-spacing:.06rem;font-weight:600;max-width:600px;color:#7d4f50}main #contato p a{text-decoration:none;color:#a67c78;font-weight:700}@media screen and (max-width:768px){*{scroll-behavior:smooth;overflow-x:hidden}header{flex-direction:column;align-items:flex-start;padding:1rem;position:fixed;top:0;left:0;width:100%}header .logotipo{flex-direction:row;width:100%}header .logotipo img{margin-left:.6rem;width:50px}header .logotipo .texto{padding:.5rem;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}header .logotipo .texto h1{font-size:1.4rem}header .logotipo .texto h2{font-size:1rem}header .menu{width:100%;margin-top:1rem;display:flex}header .menu ul{width:100%}header .menu ul li{width:50%;padding:.5rem .3rem;font-size:smaller;display:flex;justify-content:center;align-items:center;text-align:center}main #home{margin-top:7rem;height:auto;background-clip:border-box;background-position:center;background-attachment:fixed;background-size:contain}main #home .texto{padding:1rem}main #home .texto h2{font-size:2rem}main #servicos{width:100svw;padding-inline:0;height:auto}main #servicos ul{margin-left:.5rem;display:grid;grid-template-columns:1fr 1fr;padding:1rem;width:100svw;height:110%;align-items:center}main #servicos ul li{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;font-size:.9rem;height:10rem;width:10rem;padding:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:1px 1px 5px #252525aa}main #quem-sou p{max-width:90vw}}
