@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@400;600&display=swap";header{display:flex;justify-content:space-between;align-items:center;width:100%;height:15vh;background-color:#ffbcb3;padding:0 2rem}header figure{display:flex;align-items:center;height:100%;width:auto;margin:0}header .logo{height:100%;width:auto;max-width:500px;object-fit:contain}header .container{display:flex;gap:20px;margin:0;padding:0}header a{padding:10px;text-decoration:none;color:#fffffe;font-size:1.1rem;transition:.3s}header a:hover{color:#c29f99}header .button-cv{background-color:#eb877a;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}header .button-cv .link-cv{text-decoration:none;color:#fff;font-weight:700}header .button-cv:hover{background-color:#c29f99}@media (max-width: 768px){header{height:auto;flex-direction:column;padding:1rem;gap:1rem}header figure{height:10vh}header .container{flex-wrap:wrap;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box;font-family:Raleway,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700}.logo,.logo-footer{font-family:Playfair Display,serif}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #c87d72b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #c87d7200}to{transform:scale(1);box-shadow:0 0 #c87d7200}}main{display:flex;flex-direction:column;background-image:url(/assets/fundo-main-B7bPHCpn.png);background-size:cover;background-position:center;background-attachment:fixed;width:100%;min-height:100vh}.sect-repo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:90vh;gap:2rem}.sect-repo .container-dig{display:inline-block}.sect-repo .container-dig .type-out{font-family:Playfair Display,serif;font-size:2.5rem;color:#8d5e5e;overflow:hidden;white-space:nowrap;border-right:3px solid #c87d72;width:0;animation:digitar 3s steps(30,end) forwards;margin:0 auto}.sect-repo .text-repo{font-family:Raleway,sans-serif;font-size:1.15rem;line-height:1.8;color:#4a4a4a;max-width:800px;text-align:center;background-color:#fff6;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sect-repo .button-repo{text-decoration:none}.sect-repo .button-repo button{background-color:#c87d72;color:#fff;font-family:Raleway,sans-serif;font-weight:600;font-size:1rem;padding:12px 40px;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #c87d724d}.sect-repo .button-repo button:hover{background-color:#b0655a;transform:translateY(-3px);box-shadow:0 6px 20px #c87d7266}.sect-repo .container-repo{margin-top:1rem}.sect-repo .container-repo .imgMinha{width:100%;max-width:400px;height:auto;border-radius:20px;transition:transform .3s ease}.sect-repo .container-repo .imgMinha:hover{transform:scale(1.02)}.secao2{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;background:linear-gradient(to bottom,#fff0,#fff9)}.secao2 h2{font-family:Playfair Display,serif;font-size:2.2rem;color:#8d5e5e;margin-bottom:3rem;position:relative}.secao2 h2:after{content:"";display:block;width:60px;height:3px;background-color:#c87d72;margin:10px auto 0;border-radius:2px}.secao2 .projetos{display:flex;justify-content:center;flex-wrap:wrap;width:100%;max-width:1200px}.secao2 .projetos a{display:block}.secao2 .projetos a img{width:280px;height:180px;object-fit:cover;border-radius:12px;border:4px solid white;box-shadow:0 10px 20px #0000001a;transition:all .3s ease}.secao2 .projetos a img:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026;border-color:#ffbcb3}@media (max-width: 768px){.sect-repo{padding:6rem 1rem 2rem}.sect-repo .container-dig .type-out{font-size:1.8rem}.sect-repo .text-repo{font-size:1rem;padding:1.5rem}.sect-repo .container-repo .imgMinha{max-width:280px}.secao2 h2{font-size:1.8rem}.secao2 .projetos img{width:100%;max-width:300px}}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ffbcb3;padding:2rem 0 0;width:100%;box-shadow:0 -4px 10px #0000000d}footer .footer-content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 3rem 2rem;border-bottom:3px solid rgba(255,255,255,.8)}footer .footer-content nav menu{display:flex;gap:2.5rem;list-style:none;padding:0;margin:0}footer .footer-content nav menu li a{display:flex;align-items:center;justify-content:center}footer .footer-content nav menu li a img{height:55px;width:55px;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}footer .footer-content nav menu li a img:hover{transform:translateY(-8px) scale(1.1);filter:drop-shadow(0 8px 10px rgba(0,0,0,.2))}footer .footer-content .logo-footer{height:75px;width:auto;transition:transform .3s ease}footer .footer-content .logo-footer:hover{transform:rotate(-5deg)}footer .copyright{width:100%;background-color:#f2b1a8;font-family:Raleway,sans-serif;font-size:.95rem;color:#6b4444;text-align:center;padding:1.5rem;margin:0;font-weight:600;letter-spacing:.5px}@media (max-width: 600px){footer{padding-top:2rem}footer .footer-content{flex-direction:column-reverse;gap:1.5rem;text-align:center;padding:0 1.5rem 1.5rem}footer .footer-content nav menu{gap:2rem}footer .footer-content nav menu a img{height:45px;width:45px}footer .footer-content .logo-footer{height:60px}footer .copyright{font-size:.85rem;padding:1rem}}.main-projects{min-height:100vh;width:100%;background-image:url(/assets/fundo-main-B7bPHCpn.png);background-size:cover;background-position:center;background-attachment:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem}.title-section{text-align:center;margin-bottom:1rem}.title-section .type-out{font-family:Playfair Display,serif;font-size:2.5rem;color:#8d5e5e;overflow:hidden;white-space:nowrap;border-right:3px solid #c87d72;width:0;animation:digitar 3s steps(30,end) forwards;display:inline-block}.carousel-wrapper{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;position:relative;gap:1rem}.arrow-btn{background-color:transparent;border:2px solid #c87d72;color:#c87d72;font-size:1.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.arrow-btn:hover{background-color:#c87d72;color:#fff;transform:scale(1.1);box-shadow:0 4px 10px #c87d7266}.projects-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem .5rem 2rem;width:100%;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory}.projects-carousel::-webkit-scrollbar{display:none}.project-card{flex:0 0 auto;scroll-snap-align:center;background-color:#ffffffe6;border-radius:15px;overflow:hidden;box-shadow:0 10px 20px #0000000d;transition:all .4s ease;width:300px;border:1px solid rgba(255,255,255,.6)}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #8d5e5e33;background-color:#fff}.project-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.project-card a img{width:100%;height:200px;object-fit:cover;border-bottom:3px solid #ffe1dc}.project-card a .card-info{padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.project-card a .card-info h3{font-family:Playfair Display,serif;font-size:1.4rem;color:#8d5e5e}.project-card a .card-info p{font-family:Raleway,sans-serif;font-size:.9rem;color:#c87d72;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}@media (max-width: 768px){.main-projects{padding:5rem 1rem 2rem}.title-section .type-out{font-size:1.8rem;white-space:normal;border:none;animation:none;width:auto}.arrow-btn{display:none}.projects-carousel{padding-left:1rem;padding-right:1rem}.project-card{width:85vw}}.main-about{min-height:100vh;width:100%;background-image:url(../assets/fundo-main.png);background-size:cover;background-position:center;background-attachment:fixed;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;gap:3rem}@keyframes digitar{0%{width:0}to{width:100%}}.intro-header{text-align:center;margin-bottom:1rem}.intro-header .type-out{font-family:Playfair Display,serif;font-size:2.5rem;color:#8d5e5e;overflow:hidden;white-space:nowrap;border-right:3px solid #c87d72;width:0;animation:digitar 3s steps(40,end) forwards;display:inline-block}.about-content{display:flex;justify-content:center;align-items:center;gap:4rem;max-width:1200px;width:100%}.about-content .text-container{flex:1;background-color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #0000000d}.about-content .text-container p{font-family:Raleway,sans-serif;font-size:1.15rem;line-height:1.8;color:#5a4a4a;text-align:justify;margin-bottom:1.5rem}.about-content .text-container p strong{color:#c87d72;font-weight:700}.about-content .text-container p:last-child{margin-bottom:0}.about-content .img-container{flex:0 0 auto;position:relative}.about-content .img-container img{width:300px;height:300px;object-fit:cover;border-radius:20px;border:5px solid #fff;box-shadow:10px 10px #eb877a;transition:transform .3s ease}.about-content .img-container img:hover{transform:translate(-5px,-5px);box-shadow:15px 15px #c87d72}.skills-section{display:flex;justify-content:space-between;width:100%;max-width:1000px;gap:2rem;margin-top:2rem}.skills-section .skill-box{flex:1;background-color:#fffc;padding:2rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.9);box-shadow:0 4px 15px #0000000d}.skills-section .skill-box h4{font-family:Playfair Display,serif;font-size:1.8rem;color:#8d5e5e;margin-bottom:1.5rem;border-bottom:2px solid #ffbcb3;display:inline-block;padding-bottom:5px}.skills-section .skill-box .tags-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.skills-section .skill-box .tags-list li{background-color:#ffe1dc;color:#8d5e5e;font-family:Raleway,sans-serif;font-weight:600;padding:8px 16px;border-radius:20px;font-size:.95rem;transition:.3s;cursor:default}.skills-section .skill-box .tags-list li:hover{background-color:#c87d72;color:#fff;transform:scale(1.05)}@media (max-width: 900px){.main-about{padding:6rem 1rem 2rem}.intro-header .type-out{font-size:1.5rem;white-space:normal;border:none;animation:none;width:auto}.about-content{flex-direction:column-reverse;align-items:center;gap:2rem}.about-content .text-container{width:100%;padding:1.5rem}.about-content .text-container p{text-align:left;font-size:1rem}.about-content .img-container img{width:200px;height:200px}.skills-section{flex-direction:column}.skills-section .skill-box{width:100%}}
