.links__card{border-radius:0 40px;background:var(--var-cor-azul);box-shadow:0 8px 32px #0000004d,0 2px 8px #0b103733 inset;color:var(--var-cor-branco);display:flex;align-items:center;flex-direction:column;gap:1.25rem;justify-content:space-evenly;width:calc(33.33% - 6rem);padding:3rem 0}@media screen and (max-width:1290px){.links__card{gap:.5rem;padding:2.75rem 0}}@media screen and (max-width:1024px){.links__card{gap:1rem;padding:1.5rem 0;width:calc(33.33% - 3rem)}}@media screen and (max-width:900px){.links__card{gap:.825rem;padding:1.25rem 0;width:calc(33.33% - 2rem)}}@media screen and (max-width:768px){.links__card{gap:.5rem;padding:1.25rem 0;width:calc(33.33% - 1.25rem)}}.links__titulo{display:block;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;color:var(--var-cor-branco)}@media screen and (max-width:1290px){.links__titulo{font-size:1.25rem}}@media screen and (max-width:900px){.links__titulo{font-size:1.2rem}}@media screen and (max-width:768px){.links__titulo{font-size:1rem;font-weight:400}}.links{display:flex;height:auto;margin:2rem 0 4rem;justify-content:space-evenly}@media screen and (max-width:560px){.links{display:none}}.whatsappBotaoFlutuante{display:flex;position:fixed;bottom:2rem;right:.5rem;z-index:100;width:3.5vw;height:auto;flex-direction:column-reverse;gap:1rem}.whatsappBotaoFlutuante img{width:100%;height:100%;filter:drop-shadow(0px 4px 8px rgba(0,0,0,.3));transition:transform .3s ease}.whatsappBotaoFlutuante img:hover{transform:scale(1.1)}.whatsappBotaoFlutuante svg{width:100%;height:100%;transform:rotate(90deg);filter:drop-shadow(0px 4px 8px rgba(0,0,0,.3));transition:transform .3s ease}.whatsappBotaoFlutuante a[href="#cabecalho"]:hover svg{transform:rotate(90deg) scale(1.1)}.whatsappBotaoFlutuante svg path{stroke:var(--var-cor-amarelo)}.separator{border:2px solid var(--var-cor-amarelo);width:40%;margin:0 auto;border-radius:1rem;opacity:.35}@media screen and (max-width:1024px){.whatsappBotaoFlutuante{width:3.5rem}}@media screen and (max-width:768px){.whatsappBotaoFlutuante{width:3rem}}@media screen and (max-width:560px){.whatsappBotaoFlutuante{width:3rem;bottom:1.5rem;right:.75rem;gap:.75rem}.whatsappBotaoFlutuante a[href="#cabecalho"]{display:none}}:root{--var-cor-preto: #0b0f19;--var-cor-azul: #1e266d;--var-cor-azul-claro: #2a3592;--var-cor-branco: #ffffff;--var-cor-fundo: #f8fafc;--var-cor-laranja: #e85d04;--var-cor-amarelo: #ffba08;--var-cor-amarelo-hover: #ffc837;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 10px 10px -5px rgb(0 0 0 / .04);--shadow-glow: 0 0 20px rgba(255, 186, 8, .5);--radius-md: .75rem;--radius-lg: 1.25rem;--radius-full: 9999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--var-cor-fundo);color:var(--var-cor-preto);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--var-cor-azul)}:target{scroll-margin-top:5rem}.container{padding-left:10rem;padding-right:10rem;max-width:1920px}button{transition:var(--transition);border:none}.botao{background:linear-gradient(135deg,var(--var-cor-amarelo) 0%,var(--var-cor-amarelo-hover) 100%);border:none;border-radius:var(--radius-full);color:var(--var-cor-azul);cursor:pointer;font-family:Outfit,sans-serif;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;padding:.85rem 2rem;transition:var(--transition);box-shadow:var(--shadow-md);display:inline-flex;align-items:center;justify-content:center}.botao:hover{transform:translateY(-3px) scale(1.02);box-shadow:var(--shadow-glow);background:linear-gradient(135deg,var(--var-cor-amarelo-hover) 0%,#ffd659 100%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:3px solid var(--var-cor-amarelo);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-to-content{position:absolute;top:-100%;left:1rem;z-index:10000;background:var(--var-cor-amarelo);color:var(--var-cor-azul);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:700;text-decoration:none;transition:top .2s}.skip-to-content:focus{top:1rem}.botao:disabled,.botao[aria-disabled=true]{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:var(--shadow-sm)!important;pointer-events:none}.botao--sucesso{background:linear-gradient(135deg,#2e7d32,#4caf50)!important;color:var(--var-cor-branco)!important}.botao--erro{background:linear-gradient(135deg,#c62828,#e53935)!important;color:var(--var-cor-branco)!important}.logo{height:auto;max-height:4.5rem;width:auto;object-fit:contain}.tituloH2{font-size:2.5rem;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;text-align:center}.tituloH3{font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;text-align:center}@media screen and (max-width:1290px){.container{padding-left:6rem;padding-right:6rem}}@media screen and (max-width:1024px){.container{padding-left:4rem;padding-right:4rem}}@media screen and (max-width:900px){.container{padding-left:3rem;padding-right:3rem}.logo{max-height:7rem}.tituloH2{font-size:1.75rem}.tituloH3{font-size:1rem}}@media screen and (max-width:768px){.tituloH2{font-size:1.25rem;font-weight:700}.botao{padding:.5rem}.container{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:560px){.container{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:375px){.container{padding-left:.5rem;padding-right:.5rem}}.fa{display:inline-block;height:4rem;width:4rem;vertical-align:middle}.fa-wpp{background:center / contain no-repeat url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.25%203.63757C20.104%202.47998%2018.739%201.56216%2017.2345%200.937638C15.7301%200.313117%2014.1164%20-0.00560014%2012.4875%207.4462e-05C5.6625%207.4462e-05%200.1%205.56257%200.1%2012.3876C0.1%2014.5751%200.675%2016.7001%201.75%2018.5751L0%2025.0001L6.5625%2023.2751C8.375%2024.2626%2010.4125%2024.7876%2012.4875%2024.7876C19.3125%2024.7876%2024.875%2019.2251%2024.875%2012.4001C24.875%209.08757%2023.5875%205.97507%2021.25%203.63757ZM12.4875%2022.6876C10.6375%2022.6876%208.825%2022.1876%207.2375%2021.2501L6.8625%2021.0251L2.9625%2022.0501L4%2018.2501L3.75%2017.8626C2.72218%2016.2213%202.17643%2014.3241%202.175%2012.3876C2.175%206.71257%206.8%202.08757%2012.475%202.08757C15.225%202.08757%2017.8125%203.16257%2019.75%205.11257C20.7094%206.06753%2021.4696%207.2034%2021.9867%208.45436C22.5039%209.70531%2022.7675%2011.0465%2022.7625%2012.4001C22.7875%2018.0751%2018.1625%2022.6876%2012.4875%2022.6876ZM18.1375%2014.9876C17.825%2014.8376%2016.3%2014.0876%2016.025%2013.9751C15.7375%2013.8751%2015.5375%2013.8251%2015.325%2014.1251C15.1125%2014.4376%2014.525%2015.1376%2014.35%2015.3376C14.175%2015.5501%2013.9875%2015.5751%2013.675%2015.4126C13.3625%2015.2626%2012.3625%2014.9251%2011.1875%2013.8751C10.2625%2013.0501%209.65%2012.0376%209.4625%2011.7251C9.2875%2011.4126%209.4375%2011.2501%209.6%2011.0876C9.7375%2010.9501%209.9125%2010.7251%2010.0625%2010.5501C10.2125%2010.3751%2010.275%2010.2376%2010.375%2010.0376C10.475%209.82507%2010.425%209.65007%2010.35%209.50008C10.275%209.35007%209.65%207.82507%209.4%207.20007C9.15%206.60007%208.8875%206.67507%208.7%206.66257H8.1C7.8875%206.66257%207.5625%206.73757%207.275%207.05007C7%207.36257%206.2%208.11257%206.2%209.63757C6.2%2011.1626%207.3125%2012.6376%207.4625%2012.8376C7.6125%2013.0501%209.65%2016.1751%2012.75%2017.5126C13.4875%2017.8376%2014.0625%2018.0251%2014.5125%2018.1626C15.25%2018.4001%2015.925%2018.3626%2016.4625%2018.2876C17.0625%2018.2001%2018.3%2017.5376%2018.55%2016.8126C18.8125%2016.0876%2018.8125%2015.4751%2018.725%2015.3376C18.6375%2015.2001%2018.45%2015.1376%2018.1375%2014.9876Z'%20fill='white'/%3e%3c/svg%3e");height:1.25rem;width:1.25rem;margin-right:.5rem}.icon-cifrao{background:center / contain no-repeat url("data:image/svg+xml,%3csvg%20width='70'%20height='70'%20viewBox='0%200%2070%2070'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M35%202.91667V67.0834'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M49.5833%2014.5833H27.7083C25.0009%2014.5833%2022.4044%2015.6588%2020.49%2017.5733C18.5755%2019.4877%2017.5%2022.0842%2017.5%2024.7917C17.5%2027.4991%2018.5755%2030.0956%2020.49%2032.01C22.4044%2033.9245%2025.0009%2035%2027.7083%2035H42.2917C44.9991%2035%2047.5956%2036.0755%2049.5101%2037.9899C51.4245%2039.9044%2052.5%2042.5009%2052.5%2045.2083C52.5%2047.9157%2051.4245%2050.5123%2049.5101%2052.4267C47.5956%2054.3411%2044.9991%2055.4167%2042.2917%2055.4167H17.5'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.icon-cafe{background:center / contain no-repeat url("data:image/svg+xml,%3csvg%20width='70'%20height='70'%20viewBox='0%200%2070%2070'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M52.5%2023.3333H55.4167C58.5109%2023.3333%2061.4783%2024.5625%2063.6662%2026.7504C65.8542%2028.9383%2067.0833%2031.9058%2067.0833%2035C67.0833%2038.0942%2065.8542%2041.0617%2063.6662%2043.2496C61.4783%2045.4375%2058.5109%2046.6667%2055.4167%2046.6667H52.5'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.83337%2023.3333H52.5V49.5833C52.5%2052.6775%2051.2709%2055.645%2049.083%2057.8329C46.895%2060.0208%2043.9276%2061.25%2040.8334%2061.25H17.5C14.4058%2061.25%2011.4384%2060.0208%209.25046%2057.8329C7.06254%2055.645%205.83337%2052.6775%205.83337%2049.5833V23.3333Z'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.5%202.91667V11.6667'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M29.1666%202.91667V11.6667'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M40.8334%202.91667V11.6667'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.icon-ferramenta{background:center / contain no-repeat url("data:image/svg+xml,%3csvg%20width='70'%20height='70'%20viewBox='0%200%2070%2070'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M42.875%2018.375C42.3406%2018.9202%2042.0413%2019.6532%2042.0413%2020.4167C42.0413%2021.1801%2042.3406%2021.9131%2042.875%2022.4583L47.5417%2027.125C48.0869%2027.6594%2048.8199%2027.9587%2049.5833%2027.9587C50.3468%2027.9587%2051.0798%2027.6594%2051.625%2027.125L62.6208%2016.1292C64.0874%2019.3701%2064.5315%2022.9811%2063.8938%2026.4808C63.2562%2029.9806%2061.5671%2033.2029%2059.0516%2035.7183C56.5362%2038.2337%2053.3139%2039.9228%2049.8142%2040.5605C46.3144%2041.1982%2042.7035%2040.7541%2039.4625%2039.2875L19.3083%2059.4417C18.148%2060.602%2016.5743%2061.2538%2014.9333%2061.2538C13.2924%2061.2538%2011.7187%2060.602%2010.5583%2059.4417C9.39802%2058.2813%208.74615%2056.7076%208.74615%2055.0667C8.74615%2053.4257%209.39802%2051.852%2010.5583%2050.6917L30.7125%2030.5375C29.2459%2027.2965%2028.8018%2023.6856%2029.4395%2020.1858C30.0772%2016.6861%2031.7663%2013.4638%2034.2817%2010.9484C36.7971%208.43292%2040.0194%206.74382%2043.5192%206.10616C47.0189%205.4685%2050.6299%205.91256%2053.8708%207.37916L42.9042%2018.3458L42.875%2018.375Z'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.fa-mail{background:center / contain no-repeat url("data:image/svg+xml,%3csvg%20width='45'%20height='46'%20viewBox='0%200%2045%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='mail'%3e%3cpath%20id='Vector'%20d='M7.5%207.50977H37.5C39.5625%207.50977%2041.25%209.19727%2041.25%2011.2598V33.7598C41.25%2035.8223%2039.5625%2037.5098%2037.5%2037.5098H7.5C5.4375%2037.5098%203.75%2035.8223%203.75%2033.7598V11.2598C3.75%209.19727%205.4375%207.50977%207.5%207.50977Z'%20stroke='%23D9D9D9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M41.25%2011.2598L22.5%2024.3848L3.75%2011.2598'%20stroke='%23D9D9D9'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");width:2.5rem;height:2.5rem}.fa-tel{background:center / contain no-repeat url("data:image/svg+xml,%3csvg%20width='45'%20height='46'%20viewBox='0%200%2045%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='phone-outgoing'%20clip-path='url(%23clip0_317_66)'%3e%3cpath%20id='Vector'%20d='M43.125%2013.1348V1.88477H31.875'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M30%2015.0098L43.125%201.88477'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M41.25%2031.7349V37.3599C41.2521%2037.8821%2041.1452%2038.399%2040.936%2038.8775C40.7268%2039.3559%2040.4199%2039.7854%2040.0351%2040.1384C39.6504%2040.4915%2039.1961%2040.7602%2038.7014%2040.9275C38.2067%2041.0948%2037.6826%2041.1569%2037.1625%2041.1099C31.3928%2040.483%2025.8506%2038.5115%2020.9812%2035.3537C16.4509%2032.4749%2012.61%2028.634%209.73125%2024.1037C6.56246%2019.2122%204.59045%2013.6431%203.975%207.84745C3.92814%207.32895%203.98976%206.80637%204.15593%206.31299C4.32211%205.81961%204.58919%205.36624%204.94018%204.98174C5.29117%204.59723%205.71838%204.29003%206.1946%204.07968C6.67083%203.86932%207.18564%203.76044%207.70625%203.75995H13.3312C14.2412%203.75099%2015.1234%204.07322%2015.8133%204.66657C16.5032%205.25992%2016.9539%206.08391%2017.0812%206.98495C17.3187%208.78507%2017.759%2010.5526%2018.3937%2012.2537C18.646%2012.9248%2018.7006%2013.6542%2018.5511%2014.3553C18.4015%2015.0565%2018.0541%2015.7002%2017.55%2016.2099L15.1687%2018.5912C17.8379%2023.2853%2021.7246%2027.172%2026.4187%2029.8412L28.8%2027.4599C29.3098%2026.9558%2029.9534%2026.6084%2030.6546%2026.4589C31.3558%2026.3093%2032.0851%2026.3639%2032.7562%2026.6162C34.4574%2027.251%2036.2249%2027.6913%2038.025%2027.9287C38.9358%2028.0572%2039.7676%2028.516%2040.3622%2029.2178C40.9569%2029.9195%2041.2728%2030.8154%2041.25%2031.7349Z'%20stroke='%23FDFFFC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_317_66'%3e%3crect%20width='45'%20height='45'%20fill='white'%20transform='translate(0%200.00976562)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:2.5rem;height:2.5rem}.fa-instagram{background:center / contain no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='28'%20height='28'%20rx='6'%20fill='url(%23paint0_radial_87_7153)'/%3e%3crect%20x='2'%20y='2'%20width='28'%20height='28'%20rx='6'%20fill='url(%23paint1_radial_87_7153)'/%3e%3crect%20x='2'%20y='2'%20width='28'%20height='28'%20rx='6'%20fill='url(%23paint2_radial_87_7153)'/%3e%3cpath%20d='M23%2010.5C23%2011.3284%2022.3284%2012%2021.5%2012C20.6716%2012%2020%2011.3284%2020%2010.5C20%209.67157%2020.6716%209%2021.5%209C22.3284%209%2023%209.67157%2023%2010.5Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2021C18.7614%2021%2021%2018.7614%2021%2016C21%2013.2386%2018.7614%2011%2016%2011C13.2386%2011%2011%2013.2386%2011%2016C11%2018.7614%2013.2386%2021%2016%2021ZM16%2019C17.6569%2019%2019%2017.6569%2019%2016C19%2014.3431%2017.6569%2013%2016%2013C14.3431%2013%2013%2014.3431%2013%2016C13%2017.6569%2014.3431%2019%2016%2019Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%2015.6C6%2012.2397%206%2010.5595%206.65396%209.27606C7.2292%208.14708%208.14708%207.2292%209.27606%206.65396C10.5595%206%2012.2397%206%2015.6%206H16.4C19.7603%206%2021.4405%206%2022.7239%206.65396C23.8529%207.2292%2024.7708%208.14708%2025.346%209.27606C26%2010.5595%2026%2012.2397%2026%2015.6V16.4C26%2019.7603%2026%2021.4405%2025.346%2022.7239C24.7708%2023.8529%2023.8529%2024.7708%2022.7239%2025.346C21.4405%2026%2019.7603%2026%2016.4%2026H15.6C12.2397%2026%2010.5595%2026%209.27606%2025.346C8.14708%2024.7708%207.2292%2023.8529%206.65396%2022.7239C6%2021.4405%206%2019.7603%206%2016.4V15.6ZM15.6%208H16.4C18.1132%208%2019.2777%208.00156%2020.1779%208.0751C21.0548%208.14674%2021.5032%208.27659%2021.816%208.43597C22.5686%208.81947%2023.1805%209.43139%2023.564%2010.184C23.7234%2010.4968%2023.8533%2010.9452%2023.9249%2011.8221C23.9984%2012.7223%2024%2013.8868%2024%2015.6V16.4C24%2018.1132%2023.9984%2019.2777%2023.9249%2020.1779C23.8533%2021.0548%2023.7234%2021.5032%2023.564%2021.816C23.1805%2022.5686%2022.5686%2023.1805%2021.816%2023.564C21.5032%2023.7234%2021.0548%2023.8533%2020.1779%2023.9249C19.2777%2023.9984%2018.1132%2024%2016.4%2024H15.6C13.8868%2024%2012.7223%2023.9984%2011.8221%2023.9249C10.9452%2023.8533%2010.4968%2023.7234%2010.184%2023.564C9.43139%2023.1805%208.81947%2022.5686%208.43597%2021.816C8.27659%2021.5032%208.14674%2021.0548%208.0751%2020.1779C8.00156%2019.2777%208%2018.1132%208%2016.4V15.6C8%2013.8868%208.00156%2012.7223%208.0751%2011.8221C8.14674%2010.9452%208.27659%2010.4968%208.43597%2010.184C8.81947%209.43139%209.43139%208.81947%2010.184%208.43597C10.4968%208.27659%2010.9452%208.14674%2011.8221%208.0751C12.7223%208.00156%2013.8868%208%2015.6%208Z'%20fill='white'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_87_7153'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(12%2023)%20rotate(-55.3758)%20scale(25.5196)'%3e%3cstop%20stop-color='%23B13589'/%3e%3cstop%20offset='0.79309'%20stop-color='%23C62F94'/%3e%3cstop%20offset='1'%20stop-color='%238A3AC8'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint1_radial_87_7153'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(11%2031)%20rotate(-65.1363)%20scale(22.5942)'%3e%3cstop%20stop-color='%23E0E8B7'/%3e%3cstop%20offset='0.444662'%20stop-color='%23FB8A2E'/%3e%3cstop%20offset='0.71474'%20stop-color='%23E2425C'/%3e%3cstop%20offset='1'%20stop-color='%23E2425C'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='paint2_radial_87_7153'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(0.500002%203)%20rotate(-8.1301)%20scale(38.8909%208.31836)'%3e%3cstop%20offset='0.156701'%20stop-color='%23406ADC'/%3e%3cstop%20offset='0.467799'%20stop-color='%236A45BE'/%3e%3cstop%20offset='1'%20stop-color='%236A45BE'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");width:2.25rem;height:2.25rem;margin-right:1rem}.fa-facebook{background:center / contain no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eFacebook-color%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Icons'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Color-'%20transform='translate(-200.000000,%20-160.000000)'%20fill='%234460A0'%3e%3cpath%20d='M225.638355,208%20L202.649232,208%20C201.185673,208%20200,206.813592%20200,205.350603%20L200,162.649211%20C200,161.18585%20201.185859,160%20202.649232,160%20L245.350955,160%20C246.813955,160%20248,161.18585%20248,162.649211%20L248,205.350603%20C248,206.813778%20246.813769,208%20245.350955,208%20L233.119305,208%20L233.119305,189.411755%20L239.358521,189.411755%20L240.292755,182.167586%20L233.119305,182.167586%20L233.119305,177.542641%20C233.119305,175.445287%20233.701712,174.01601%20236.70929,174.01601%20L240.545311,174.014333%20L240.545311,167.535091%20C239.881886,167.446808%20237.604784,167.24957%20234.955552,167.24957%20C229.424834,167.24957%20225.638355,170.625526%20225.638355,176.825209%20L225.638355,182.167586%20L219.383122,182.167586%20L219.383122,189.411755%20L225.638355,189.411755%20L225.638355,208%20L225.638355,208%20Z'%20id='Facebook'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");width:2.25rem;height:2.25rem}@media screen and (max-width:768px){.fa-wpp{margin-right:0}}.cabecalho__link[data-astro-cid-mq3pp5jd]{color:var(--var-cor-preto);margin-left:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:.2s all ease-in-out}.cabecalho__link[data-astro-cid-mq3pp5jd]:hover:not(:last-child){color:var(--var-cor-laranja)}@media screen and (max-width:900px){.cabecalho__link[data-astro-cid-mq3pp5jd]{margin-left:.825rem;font-size:.875rem}}@media screen and (max-width:768px){.cabecalho__link[data-astro-cid-mq3pp5jd]{font-size:1rem;font-weight:500}}@media screen and (max-width:450px){.cabecalho__link[data-astro-cid-mq3pp5jd]{margin:0;font-size:.875rem}}@media screen and (max-width:300px){.cabecalho__link[data-astro-cid-mq3pp5jd]{font-size:.75rem}}@media screen and (max-width:768px){.cabecalho__nav[data-astro-cid-mq3pp5jd]{display:none}}.cabecalho__navMobile[data-astro-cid-mq3pp5jd]{display:none}@media screen and (max-width:768px){.cabecalho__navMobile[data-astro-cid-mq3pp5jd]{display:flex}.cabecalho__navMobileMenu[data-astro-cid-mq3pp5jd]{margin-left:1.5rem}.show-cabecalho__navMobile[data-astro-cid-mq3pp5jd]{display:none;gap:2.5rem;justify-content:center;align-items:center;position:absolute;top:15vh;left:0;list-style:none;background:var(--var-cor-branco);width:100%;height:0;transition:.2s all ease-in-out}}@media screen and (max-width:560px){.show-cabecalho__navMobile[data-astro-cid-mq3pp5jd]{gap:2rem;height:4rem}}@media screen and (max-width:375px){.show-cabecalho__navMobile[data-astro-cid-mq3pp5jd]{gap:1rem}}@media screen and (max-width:300px){.show-cabecalho__navMobile[data-astro-cid-mq3pp5jd]{gap:.5rem}}@media screen and (max-height:740px){.show-cabecalho__navMobile[data-astro-cid-mq3pp5jd]{position:absolute;bottom:85vh}}@media screen and (max-height:500px){.show-cabecalho__navMobile[data-astro-cid-mq3pp5jd]{position:absolute;bottom:0;top:30vh}}.cabecalho__wpp[data-astro-cid-mq3pp5jd]{align-self:center;background:#0fa958;border-radius:1.25rem;color:var(--var-cor-branco);padding:.4rem 1rem .6rem}@media screen and (max-width:768px){.cabecalho__wpp[data-astro-cid-mq3pp5jd]{border-radius:1.25rem;padding:.5rem .825rem}}@media screen and (max-width:375px){.cabecalho__wpp[data-astro-cid-mq3pp5jd]{padding:.5rem}}.cabecalho[data-astro-cid-mq3pp5jd]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.cabecalho[data-astro-cid-mq3pp5jd]{height:15vh}}@media screen and (max-height:500px){.cabecalho[data-astro-cid-mq3pp5jd]{height:30vh}}.rodape__borda[data-astro-cid-lejjx2fa]{border-right:2px solid var(--var-cor-branco)}@media screen and (max-width:560px){.rodape__borda[data-astro-cid-lejjx2fa]{border-top:1.5px solid var(--var-cor-branco);border-right:0;width:70%}}.rodape__container[data-astro-cid-lejjx2fa]{display:flex;justify-content:space-evenly;gap:2rem;width:100%;margin:2rem 0 4rem}@media screen and (max-width:560px){.rodape__container[data-astro-cid-lejjx2fa]{align-items:center;flex-direction:column;gap:1.5rem;margin:1rem 0 3rem}}.rodape__contato[data-astro-cid-lejjx2fa]{display:flex;flex-direction:column;gap:1rem;justify-content:center;width:300px}@media screen and (max-width:560px){.rodape__contato[data-astro-cid-lejjx2fa]{text-align:center}}.rodape__copy[data-astro-cid-lejjx2fa]{color:var(--var-cor-branco);padding-bottom:2rem;text-align:center}.rodape__copy[data-astro-cid-lejjx2fa] a[data-astro-cid-lejjx2fa]{color:var(--var-cor-amarelo, #ffcc00);text-decoration:none;font-weight:500;transition:var(--transition, .3s)}.rodape__copy[data-astro-cid-lejjx2fa] a[data-astro-cid-lejjx2fa]:hover{color:var(--var-cor-laranja, #ff9900);text-decoration:underline}@media screen and (max-width:560px){.rodape__copy[data-astro-cid-lejjx2fa]{font-size:.875rem;text-align:center;padding-top:1rem}}.rodape__email[data-astro-cid-lejjx2fa]{color:var(--var-cor-branco);transition:.2s all ease-in-out;text-decoration:none;margin-left:.5rem}.rodape__link[data-astro-cid-lejjx2fa]{color:var(--var-cor-branco);text-decoration:none;text-transform:uppercase;transition:.2s all ease-in-out}.rodape__link[data-astro-cid-lejjx2fa]:hover{color:var(--var-cor-laranja)}.rodape__nav[data-astro-cid-lejjx2fa]{align-items:center;display:flex;flex-direction:column;gap:1rem;width:300px}.rodape__social[data-astro-cid-lejjx2fa]{text-align:center;margin-bottom:.5rem}.rodape__tel[data-astro-cid-lejjx2fa]{color:var(--var-cor-branco);transition:.2s all ease-in-out;text-decoration:none;margin-left:.5rem}.rodape[data-astro-cid-lejjx2fa]{background:linear-gradient(0deg,#1e266db3 0% 100%),url(/_astro/bgRodape.Ku-ZBiU-.webp) center / cover no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0 0}
