@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--color-black:#000;--color-white:#fff;--color-title:#0085ff;--transition:all 400ms ease-in-out;--container-width-lg:85vw;--container-width-md:90vw;--container-width-sm:95vw}html{box-sizing:border-box;scroll-behavior:smooth}*{border:0;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}*,:after,:before{box-sizing:inherit}::-webkit-scrollbar{display:none}body{background-color:#fff;background-color:var(--color-white);color:#000;color:var(--color-black);font-family:Poppins,sans-serif;font-weight:400;max-width:100vw}.container{margin:0 auto;padding:3rem 0;width:85vw;width:var(--container-width-lg)}.container a{cursor:pointer}.container .title{color:#0085ff;color:var(--color-title);font-size:50px;font-weight:700;text-align:center;text-transform:uppercase}.container.vertical{display:flex;flex-direction:column;gap:2rem}.container.horizontal{display:flex;gap:2rem;justify-content:center}.container p{font-family:Poppins,sans-serif;font-size:20px}.container figure{text-align:center;width:100%}.container img{width:100%}@media screen and (max-width:1024px){.container{padding:2rem 0;width:90vw;width:var(--container-width-md)}.container .title{font-size:40px;text-align:center}.container p{font-size:17px}}@media screen and (max-width:600px){.container{padding:1rem 0;width:95vw;width:var(--container-width-sm)}.container .title{font-size:30px}.container p{font-size:14px}}#menu .container{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}#menu .container .left{width:30%}#menu .container .left img{width:50%}@media screen and (max-width:1024px){#menu .container .left{width:100%}#menu .container .left img{width:30%}#menu .container #ctaMenu{display:none}}#ctaMenu{width:100%}#ctaMenu .container{display:flex;gap:1rem;justify-content:flex-end;right:0;width:100%}#ctaWpp{background-color:#09ce58;border-radius:2rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.3rem .5rem;width:30%}#ctaWpp a{align-items:center;color:#fff;display:flex;gap:.2rem;justify-content:center}#ctaWpp a figure{margin-top:.2rem;width:13%}#ctaWpp a figure img{width:100%}#ctaWpp p{font-family:Poppins,sans-serif;font-size:20px}@media screen and (max-width:1024px){#ctaWpp{width:50%}#ctaWpp a figure{width:11%}#ctaWpp p{font-size:18px}}@media screen and (max-width:600px){#ctaWpp{width:75%}#ctaWpp a figure{width:13%}#ctaWpp p{font-size:16px}}#ctaTel{background-color:#0085ff;border-radius:2rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.3rem .5rem;width:30%}#ctaTel a{align-items:center;color:#fff;display:flex;gap:.2rem;justify-content:center}#ctaTel a figure{margin-top:.2rem;width:13%}#ctaTel a figure img{width:100%}#ctaTel p{font-family:Poppins,sans-serif;font-size:20px}@media screen and (max-width:1024px){#ctaTel{width:50%}#ctaTel a figure{width:11%}#ctaTel p{font-size:18px}}@media screen and (max-width:600px){#ctaTel{width:75%}#ctaTel a figure{width:13%}#ctaTel p{font-size:16px}}#termos #politica{background-color:#fff;border:1px solid #999;border-radius:20px;display:none;flex-direction:column;font-size:1.5rem;gap:1rem;margin:2.5rem;padding:1rem 2rem;position:absolute;width:95%}#termos #politica .fec{display:flex;justify-content:space-between}#termos #politica .fec .close{background-color:initial;cursor:pointer;font-size:1.3rem}#termos #politica #tp{display:flex;flex-direction:column;gap:2rem}#termos #politica #tp p{font-size:1rem;text-align:left}#termos #politica #tp p strong{display:block;font-size:1.2rem}#termos #politica #tp .acc{margin-top:2rem;text-align:center}#termos #lgpd{bottom:.5rem;font-size:.9rem;position:fixed;text-align:center;width:100vw;z-index:2}#termos #lgpd .lei{background-color:#091930;border-radius:10px;color:#fff;font-size:.75rem;margin:0 auto;padding:1rem 0;width:60%}#termos #lgpd .lei .pol{background-color:initial;color:#fff;cursor:pointer;text-decoration:underline;transition:all .2s ease-in-out}#termos #lgpd .lei .pol:hover{color:#fff;font-weight:700}#termos #lgpd .btna,#termos #politica #tp .btna{background-color:green;border-radius:5px;color:#fff;cursor:pointer;margin-left:1rem;padding:.5rem 1rem;transition:var(--transition)}#termos #lgpd .btna:hover,#termos #politica #tp .btna:hover{background-color:#006400}@media screen and (max-width:1024px){#termos #politica{margin:1rem;padding:1rem}#termos #lgpd .lei{font-size:.8rem;width:95%}}@media screen and (max-width:600px){#termos #politica{margin:.5rem;padding:1rem}#termos #politica .fec{align-items:center}#termos #politica .fec h1{font-size:1.4rem}#termos #politica #tp p strong{font-size:1.1rem}#termos #lgpd .lei{width:99%}#termos #lgpd .btna{margin-top:.5rem}}#footer .footer1{background-color:#ebf4fe}#footer .footer1 .container{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 1rem}#footer .footer1 .container figure img{width:20%}#footer .footer1 .container .text{border-top:1px solid #d3d3d3;color:#435762;padding-top:1rem;text-align:center}#footer .footer2 .container{align-items:center;display:flex;justify-content:center;padding:.5rem 0}#footer .footer2 .container .text{color:#435762;text-align:center}#footer .footer2 .container a{color:green;transition:var(--transition)}#footer .footer2 .container a:hover{color:#006400}@media screen and (max-width:1024px){#footer .footer1 .container figure img{width:25%}}#wppFlutuante{max-width:106px;position:fixed;right:1vw;top:60vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#wppFlutuante figure{text-align:center}#wppFlutuante figure img{width:100%}@media screen and (max-width:1024px){#wppFlutuante{max-width:83px}}@media screen and (max-width:600px){#wppFlutuante{max-width:60px}}#header .header1{background:url(/static/media/banner_topo.0d82033e8c21d33cd4fc.png) no-repeat 50%;background-size:cover;height:70vh}#header .header1 .container.vertical{gap:3rem;height:100%;justify-content:center}#header .header1 .container .title{color:#fff;max-width:772px;text-align:left;text-transform:none}#header .header1 .container .title span{color:#00f0ff}#header .header2{background-color:#ebf4fe}#header .header2 .container .gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);justify-content:center}#header .header2 .container .gallery .item{background-color:#fff;border-radius:20px;height:100%}#header .header2 .container .gallery .item .top{height:350px}#header .header2 .container .gallery .item .top img{height:100%}#header .header2 .container .gallery .item .bottom{display:flex;flex-direction:column;gap:1rem;padding:1rem}#header .header2 .container .gallery .item .bottom .item_title{color:var(--color-title);font-size:26px;font-weight:700;text-align:center}#header .header2 .container .gallery .item .bottom #ctaWpp{margin:auto auto 0;width:80%}#header .header2 .container .gallery .item:nth-child(3) .bottom #ctaWpp{margin-top:.7rem}@media screen and (max-width:1024px){#header .header1{background:url(/static/media/banner_topo.0f1f0a2f7af075443651.png) no-repeat center 0;background-size:cover;height:75vh}#header .header1 .container{height:100%}#header .header1 .container .title{margin-top:auto;text-align:center}#header .header1 .container #ctaWpp{margin:0 auto}#header .header2 .container .gallery{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}#header .header2 .container .gallery .item .bottom .item_title{font-size:23px}#header .header2 .container .gallery .item .bottom .item_text{font-size:16px}#header .header2 .container .gallery .item .bottom #ctaWpp{width:45%}#header .header2 .container .gallery .item:nth-child(3) .bottom #ctaWpp{margin-top:0}}@media screen and (max-width:600px){#header .header1{height:60vh}#header .header1 .container .title{font-size:25px}#header .header2 .container .gallery .item .bottom .item_title{font-size:20px}#header .header2 .container .gallery .item .bottom .item_text{font-size:14px}#header .header2 .container .gallery .item .bottom #ctaWpp{width:65%}}#about .about1 .container .text{text-align:center}#about .about1 .container .gallery{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);justify-content:center}#about .about1 .container .gallery .item{display:flex;flex-direction:column;gap:2rem}#about .about1 .container .gallery .item .top img{width:60%}#about .about1 .container .gallery .item .item_title{color:var(--color-title);font-size:24px;font-weight:700;text-align:center;text-transform:uppercase}#about .about1 .container #ctaWpp{margin:0 auto}#about .about2{background:url(/static/media/about2.c614d8071902e3d7cb96.png) no-repeat 50%;background-size:cover}#about .about2 .container .title{color:#00f0ff}#about .about2 .container .text{color:#fff;text-align:center}#about .about2 .container .text2{color:#fff;font-size:30px;font-weight:700;text-align:center}#about .about2 .container #ctaMenu .container{justify-content:center;padding:0}#about .about3 .container .text{color:#435762;font-weight:700;text-align:center;text-transform:uppercase}#about .about3 .container figure img{width:40%}@media screen and (max-width:1024px){#about .about1 .container .gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}#about .about1 .container .gallery .item .top img{width:50%}#about .about1 .container .gallery .item .item_title{font-size:19px}#about .about2 .container .text2{font-size:24px}#about .about2 .container #ctaMenu .container{align-items:center;flex-direction:column}#about .about2 .container #ctaMenu .container #ctaTel{order:-1}#about .about3 .container figure img{width:45%}}@media screen and (max-width:600px){#about .about1 .container .gallery .item .item_title{font-size:14px}#about .about2 .container .text2{font-size:18px}}
/*# sourceMappingURL=main.13bac6e2.css.map*/