@import url(https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}section{scroll-margin-top:80px}body,html{color:beige;font-family:Kaisei Tokumin,serif;font-size:16px;height:100%;overflow-x:hidden;scroll-behavior:smooth;width:100vw}body{background-color:#b6704c;display:flex;justify-content:center}body h1{font-size:1.5rem;font-weight:700}body h2{font-size:1.25rem;font-weight:600}body h3{font-size:1.125rem;font-weight:500}body h4{font-size:1rem;font-weight:400;margin-bottom:10px}body h5{font-size:.875rem;font-weight:300}.App{align-items:center;display:flex;flex-direction:column;max-width:62.5rem;width:100%}@media (max-width:37.5rem){section{scroll-margin-top:60px}}@media (min-width:37.5625rem) and (max-width:64rem){body h1{font-size:1.75rem}body h2{font-size:1.5rem}body h3{font-size:1.25rem}body h4{font-size:1.125rem}body h5{font-size:1rem}}@media (min-width:64.0625rem){body h1{font-size:2rem}body h2{font-size:1.5rem}body h3{font-size:1.25rem}body h4{font-size:1.125rem}body h5{font-size:1rem}}.containerCor{background-color:#774932;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:5px;position:fixed;top:0;transition:transform .3s ease-in-out;width:100vw;z-index:1000}.header{background-color:inherit;justify-content:center;padding:10px 0}.header,.innerContainer{align-items:center;display:flex;width:100%}.innerContainer{justify-content:space-between;max-width:1000px}.header-title{flex-grow:1;margin:0;text-align:center}.show{transform:translateY(0)}.hide{transform:translateY(-100%)}.menu-icon{cursor:pointer}.menu-icon img{height:40px;width:40px}.containerCor.hide{transform:translateY(-100%)}.containerCor.show{transform:translateY(0)}@media (max-width:600px){.header{height:60px;width:90%}.header-title{font-size:18px}.menu-icon img{height:30px;margin-right:-20px;width:30px}}@media (min-width:601px) and (max-width:1024px){.header{height:90px}.header-title{font-size:20px}.menu-icon img{height:40px;width:40px}}@media (min-width:1025px){.header{padding:15px}.header-title{font-size:2rem}.menu-icon img{height:50px;width:50px}}.menu{background-color:#552e1af4;box-shadow:0 0 10px #0000001a;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transition:opacity .4s ease-in-out,max-height .3s ease-in-out;width:70%}.menu.open{max-height:500px;opacity:1}.menu ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.menu ul li{border-bottom:1px solid #ffffff31;text-align:center}.menu a{color:#fff;display:flex;justify-content:center;padding:10px 15px;text-decoration:none;width:100%}@media (max-width:600px){.menu{width:100%}}@media (min-width:601px) and (max-width:1024px){.menu{width:50%}}@media (min-width:1025px){.menu{width:30%}.menu a:hover{background-color:#552e1a}}.section1{align-items:center;display:flex;flex-direction:column;height:500px;justify-content:center;padding:50px 10px;text-align:center}.section1 h2{margin-bottom:60px}.section1 h1{font-size:30px;margin-bottom:50px;margin-top:0;text-align:center}@media (max-width:600px){.section1{height:80vh}}@media (min-width:1025px){.section1{height:100vh}.section1 h2{font-size:30px;margin-bottom:100px}.section1 h1{font-size:45px}}button{align-items:center;background-color:#34ca7f;border:0;border-radius:15px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;justify-content:center;margin:auto;padding:5px;transition:background-color .5s ease}button:hover{background-color:#2a9d6c}.btncontainer{align-items:center;display:flex;justify-content:center;width:250px}a{border-radius:15px;margin:5px 0;padding:6px;text-decoration:none}@media (max-width:600px){button{font-size:15px;padding:10px}.btncontainer{width:100%}}@media (min-width:1025px){button{font-size:19px;padding:15px}.btncontainer{width:300px}}.section2{align-items:center;background-color:#000;display:flex;flex-direction:column;justify-content:start;padding:20px 0;width:100vw}.section2 h1{text-align:center}.section2 h3{font-weight:200;margin-bottom:10px}.section2 .divimg{background-image:url(/static/media/sec1.3a08c4056f79a08be1f3.jpg);background-position:50%;background-size:cover;padding:10px;width:100px}.section2 .divimg,.section2 .divtext{align-items:center;display:flex;justify-content:center}.section2 .divtext{background-color:rgba(0,0,0,.641);border:1px solid #ffffff6b;border-radius:"8px";flex-direction:column;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;padding:20px;text-align:justify;word-spacing:.1em;z-index:100}@media (max-width:600px){.section2 .divimg{align-items:start;display:flex;justify-content:start;width:100vw}.section2 .divtext{margin-bottom:600px;width:100%}}@media (min-width:601px) and (max-width:1024px){.section2 .divimg{align-items:flex-start;display:flex;height:60vh;justify-content:flex-start;width:100vw}.section2 .divtext{margin-left:20px;padding:10px 0;width:300px}}@media (min-width:1024px){.section2 .divimg{height:80vh;max-width:1000px;width:70vw}.section2 .divtext{margin-right:600px;width:500px}.section2 .divtext p{-webkit-hyphens:auto;hyphens:auto;text-align:justify}}.section3{align-items:center;display:flex;flex-direction:column;justify-content:start;padding:20px 10px}.section3 h1,h4{text-align:justify}.section3 h4{margin-bottom:10px}.divcard{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.card{background-color:#000000d6;border-radius:10px;box-shadow:0 0 10px #0000001a;margin:20px;overflow:hidden;padding:10px}@media (max-width:600px){.card{height:auto;width:100%}}@media (min-width:601px) and (max-width:1024px){.card{height:auto;width:40%}}@media (min-width:1025px){.card{height:auto;width:23%}}.section4{align-items:center;background-color:#000;display:flex;flex-direction:column;padding:20px 0;width:100vw}.section4 .divimg{background-image:url(/static/media/teste.3e1f67fd1a5dce761ace.jpg);background-position:50%;background-size:cover;height:80%;width:100%}.section4 .divimg,.section4 .divtext{align-items:center;display:flex;justify-content:center;padding:10px}.section4 .divtext{background-color:rgba(0,0,0,.641);border:1px solid #ffffff6b;border-radius:"8px";flex-direction:column;z-index:100}.section4 ul{list-style-type:circle;margin-left:20px}.section4 h5{-webkit-hyphens:auto;hyphens:auto;text-align:justify;word-spacing:1px}.section4 ul li{color:#fff;margin-bottom:2px}@media (max-width:380px){.section4 .divimg{align-items:center;background-position:35%;display:flex;height:80%;justify-content:center;width:100%}.section4 .divtext{height:80%;margin-left:160px;margin-right:5px}}@media (min-width:381px) and (max-width:600px){.section4 .divimg{align-items:center;background-position:45%;display:flex;height:80%;justify-content:center;width:100%}.section4 .divtext{height:80%;margin-left:150px;margin-right:5px}ul li{margin-bottom:5px}}@media (min-width:601px) and (max-width:1025px){.section4 .divimg{align-items:flex-start;background-image:url(/static/media/teste.3e1f67fd1a5dce761ace.jpg);display:flex;height:60vh;justify-content:flex-end;width:100vw}.section4 .divtext{margin-left:20px;padding:10px 5px;width:300px}}@media (min-width:1026px){.section4 .divimg{background-image:url(/static/media/teste.3e1f67fd1a5dce761ace.jpg);height:80vh;max-width:1000px}.section4 .divtext{margin-left:600px;width:500px}.section4 .divtext p{-webkit-hyphens:auto;hyphens:auto;text-align:justify}}.section5{align-items:center;display:flex;flex-direction:column;max-width:1000px;padding:20px 0}.section5 .divimg{background-image:url(/static/media/sec5.b97aa2458de4ccfc5e3b.jpg);background-position:50%;background-size:cover}.section5 .divimg,.section5 .divtext{align-items:center;display:flex;justify-content:center;padding:10px}.section5 .divtext{background-color:rgba(0,0,0,.641);border:1px solid #ffffff6b;border-radius:"8px";flex-direction:column;z-index:100}.section5 .divtext h5{-webkit-hyphens:auto;hyphens:auto;text-align:justify;word-spacing:1px}.section5 ul{list-style-type:circle;margin-left:20px}.section5 ul li{color:#fff;margin-bottom:2px}@media (max-width:360px){.section5 .divimg{background-position:47%}.section5 .divtext{height:80%;margin-left:5px;margin-right:150px}}@media (min-width:370px) and (max-width:600px){.section5 .divimg{align-items:center;background-position:45%;display:flex;height:70vh;justify-content:center;width:100%}.section5 .divtext{margin-left:5px;margin-right:150px}ul li{font-size:14px;margin-bottom:5px}}@media (min-width:601px) and (max-width:1024px){.section5 .divimg{align-items:center;background-image:url(/static/media/sec5.b97aa2458de4ccfc5e3b.jpg);display:flex;height:60vh;justify-content:flex-start;width:100vw}.section5 .divtext{margin-left:20px;padding:10px 5px;width:300px}}@media (min-width:1025px){.section5 .divimg{background-image:url(/static/media/sec5.b97aa2458de4ccfc5e3b.jpg);height:80vh;max-width:1000px;width:70vw}.section5 .divtext{margin-right:600px;width:500px}.section5 ul{margin-left:-40px}}.section6{background-color:#000;flex-direction:column;object-fit:cover;padding:20px 0;text-align:center;width:100vw}.section6,.section6 .divimg{align-items:center;display:flex;justify-content:center}.section6 .divimg{background-image:url(/static/media/sec6.41443605d456954d83b0.jpg);background-position:50%;background-size:cover;padding:15px}.section6 .divtext{align-items:center;background-color:rgba(0,0,0,.641);border:1px solid #ffffff6b;border-radius:"8px";display:flex;flex-direction:column;justify-content:center;padding:10px;z-index:100}.section6 .divtext h5{-webkit-hyphens:auto;hyphens:auto;text-align:justify;word-spacing:1px}.section6 ul{list-style-type:circle;margin-left:20px}.section6 ul li{color:#fff;margin-bottom:2px;text-align:left}@media (max-width:360px){.section6 .divimg{background-position:45%}.section6 .divtext{height:80%;margin-left:150px;margin-right:5px}}@media (min-width:370px) and (max-width:600px){.section6 .divimg{align-items:center;background-position:46%;display:flex;height:80vh;justify-content:center;width:100%}.section6 .divtext{margin-left:150px;margin-right:5px}.section6 ul li{font-size:14px;margin-bottom:5px}}@media (min-width:601px) and (max-width:1023px){.section6 .divimg{align-items:center;background-image:url(/static/media/secdc.1fa81c9a0ddfeeff4477.jpg);display:flex;height:60vh;justify-content:flex-end;width:100vw}.section6 .divtext{margin-right:20px;padding:10px 5px;width:300px}}@media (min-width:1024px){.section6 .divimg{background-image:url(/static/media/secdc.1fa81c9a0ddfeeff4477.jpg);height:80vh;max-width:1000px;width:70vw}.section6 .divtext{margin-left:600px;width:500px}.section6 .divtext p{-webkit-hyphens:auto;hyphens:auto;text-align:justify}}.section7{align-items:center;display:flex;flex-direction:column;max-width:1000px;padding:20px 0}.section7 .divimg{background-image:url(/static/media/section7.d9a869d9d10409f39f01.jpg);background-position:50%;background-size:cover}.section7 .divimg,.section7 .divtext{align-items:center;display:flex;justify-content:center;padding:10px}.section7 .divtext{background-color:rgba(0,0,0,.641);border:1px solid #ffffff6b;border-radius:"8px";flex-direction:column;z-index:100}.section7 .divtext h5{-webkit-hyphens:auto;hyphens:auto;text-align:justify;word-spacing:1px}.section7 ul{list-style-type:circle;margin-left:20px}.section7 ul li{color:#fff;margin-bottom:2px}@media (max-width:360px){.section7 .divimg{background-position:47%}.section7 .divtext{height:80%;margin-left:5px;margin-right:150px}}@media (min-width:370px) and (max-width:600px){.section7 .divimg{align-items:center;background-position:49%;display:flex;height:70vh;justify-content:center;width:100%}.section7 .divtext{margin-left:5px;margin-right:150px}ul li{font-size:14px;margin-bottom:5px}}@media (min-width:601px) and (max-width:1024px){.section7 .divimg{align-items:center;background-image:url(/static/media/section7.d9a869d9d10409f39f01.jpg);display:flex;height:60vh;justify-content:flex-start;width:100vw}.section7 .divtext{margin-left:20px;padding:10px 5px;width:300px}}@media (min-width:1025px){.section7 .divimg{background-image:url(/static/media/section7.d9a869d9d10409f39f01.jpg);height:80vh;max-width:1000px;width:70vw}.section7 .divtext{margin-right:600px;width:500px}}.faleconosco{align-items:center;display:flex;flex-direction:column;justify-content:start;max-width:1000px;padding:20px 10px;width:100%}.faleconosco h3{color:#fff;text-align:center}.faleconosco h2{color:#000;text-align:center}.faleconosco-card{background-color:beige;border-radius:20px;box-shadow:0 4px 12px #00000014;margin:20px 0;padding:15px}.faleconosco-card a,.faleconosco-card p{color:#000;font-size:1rem}.faleconosco a:hover{color:#f38a64;text-shadow:#ffffff88 1px 1px 1px}.faleconosco-card img{height:20px;width:20px}.cardredes,.cardwpp{border-bottom:1px solid rgba(0,0,0,.398);margin-bottom:2px;width:100%}.cardemail,.cardredes,.cardwpp,.subcard{align-items:center;display:flex;flex-direction:column;justify-content:center}.subcard{padding:10px}.subcard div{align-items:center;display:flex;flex-direction:row;justify-content:center}.subcard img{height:25px;margin-right:5px;width:25px}@media (min-width:601px) and (max-width:1024px){.faleconosco-card img{height:30px;width:30px}.faleconosco-card a,.faleconosco-card p{font-size:1.3rem}}@media (min-width:1025px){.faleconosco a,.faleconosco p{font-size:1.2rem}.faleconosco-card{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:20px;padding:20px;width:100%}.faleconosco-card a,.faleconosco-card p{font-size:1.5rem}.faleconosco-card img{height:35px;width:35px}}.footer{align-items:center;background-color:#000;display:flex;justify-content:center;padding:20px;width:100vw}@media (max-width:600px){.footer{padding:10px}.footer h4{margin:auto;text-align:center}}.review-carousel{background-color:#e7c2a4;border-radius:10px;box-shadow:0 4px 8px #0000001a;height:100%;margin:1rem;padding:2rem;text-align:center}.time-since{color:#888;font-size:.8rem;margin-top:.5rem}.review-carousel h2,h3{color:#333;margin-bottom:1rem}.review-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:400px;padding:1.5rem;position:relative}.review-image{border-radius:50%;height:100px;margin-bottom:1rem;width:100px}.position{color:#7a7a7a;font-size:.9rem}.rating{font-size:1.2rem;margin:.5rem 0}.feedback{color:#555;font-size:.9rem;margin:1rem 0}.carousel-controls{display:flex;justify-content:center;margin:1rem 0}.carousel-controls button{background-color:#007bff;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;margin:0 .5rem;padding:.5rem 1rem}.carousel-controls button:hover{background-color:#0056b3}.random-btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1.5rem}.random-btn:hover{background-color:#0056b3}@media only screen and (max-width:600px){.review-card{max-width:300px;padding:1rem}.review-image{height:80px;width:80px}.feedback{font-size:.8rem}.carousel-controls button{font-size:.9rem;padding:.4rem .8rem}.random-btn{font-size:.9rem;padding:.4rem 1.2rem}}@media only screen and (min-width:601px) and (max-width:1024px){.review-card{max-width:500px;padding:1.5rem}.review-image{height:100px;width:100px}.feedback{font-size:.9rem}.carousel-controls button{font-size:1rem;padding:.5rem 1rem}.random-btn{padding:.5rem 1.5rem}}@media only screen and (min-width:1025px){.review-card{max-width:600px;padding:2rem}.review-image{height:120px;width:120px}.feedback{font-size:1rem}.carousel-controls button{font-size:1.2rem;padding:.6rem 1.2rem}.random-btn{font-size:1.1rem;padding:.6rem 2rem}}
/*# sourceMappingURL=main.33901e84.css.map*/