@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";.contentGeral{background:#fff;position:relative}.contentGeral .backgroundImg{position:absolute;width:100%;max-height:100vh}.contentGeral .contentform{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;top:0;left:0;background-color:#0009;z-index:10;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contentGeral .contentform form{width:55%;max-height:90%;min-height:80%;display:flex;overflow-x:auto;align-items:center;justify-content:space-between;background:#fff;padding:16px;border-radius:16px;flex-direction:column;position:relative}@media (max-width: 767px){.contentGeral .contentform form{padding:8px;width:90%;max-height:100%}}@media screen and (min-width: 767px) and (max-width: 1023px){.contentGeral .contentform form{padding:8px;width:90%}}.contentGeral .contentform form .logoMaisChat{display:flex;align-items:flex-start;justify-content:center;width:100%;height:100%;z-index:1}.contentGeral .contentform form .logoMaisChat img{margin-top:68px;height:25px}@media (max-width: 767px){.contentGeral .contentform form .logoMaisChat img{height:16px;margin-top:22px}}@media screen and (min-width: 767px) and (max-width: 1023px){.contentGeral .contentform form .logoMaisChat img{margin-top:32px;height:16px}}@media screen and (min-width: 1024px) and (max-width: 1400px){.contentGeral .contentform form .logoMaisChat img{margin-top:16px;margin-bottom:16px;height:16px}}.contentGeral .contentform form .termos-link{color:#0ac775;text-decoration:none}.contentGeral .contentform form .termos-link:hover{text-decoration:underline}.contentGeral .contentform form .Enviando{margin-top:16px}.contentGeral .contentform form .geral{width:75%;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;color:#333;z-index:2}@media (max-width: 767px){.contentGeral .contentform form .geral{width:95%;margin-top:32px}}@media screen and (min-width: 767px) and (max-width: 1023px){.contentGeral .contentform form .geral{width:95%;margin-top:32px}}.contentGeral .contentform form .geral .stepsBtn{display:flex;gap:16px;margin-top:16px}.contentGeral .contentform form .geral .stepsBtn button{background:0;border:none}.contentGeral .contentform form .geral .stepsBtn .button{font-weight:500;padding:4px 16px;border-radius:16px;cursor:pointer;color:#333}.contentGeral .contentform form .geral .stepsBtn .button:hover{color:#0ac775}.contentGeral .contentform form .geral h2,.contentGeral .contentform form .geral p{margin-bottom:16px;color:#333}.contentGeral .contentform form .geral h2{margin-top:32px;font-size:1.25rem}@media (max-width: 767px){.contentGeral .contentform form .geral h2{font-size:1.125rem;margin-top:0;margin-bottom:32px}}@media screen and (min-width: 767px) and (max-width: 1023px){.contentGeral .contentform form .geral h2{font-size:1.125rem;margin-top:0;margin-bottom:32px}}.contentGeral .contentform form .geral p{margin-top:16px}.contentGeral .contentform form .geral .radioBtn{display:flex;gap:16px;margin-bottom:16px}.contentGeral .contentform form .geral .radioBtn input{margin-right:8px}.contentGeral .contentform form .geral .formInput{display:flex;flex-direction:column;gap:16px;width:100%}.contentGeral .contentform form .geral .formInput input{display:flex;flex:1;width:100%;padding:12px 16px;background-color:#fff;border:1px solid #cccccc;border-radius:5px;font-size:14px;color:#333}.contentGeral .contentform form .geral .formInput input:focus{border-color:#0ac775;outline:none;box-shadow:0 0 5px #08a560}.contentGeral .radioBtn{display:flex;gap:16px;margin-bottom:16px}.contentGeral .radioBtn input{margin-right:8px}*{padding:0;margin:0;font-family:Poppins,sans-serif;box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background-color:#000}::-webkit-scrollbar-thumb{background-color:#0ac775;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#08a560}::selection{background:#0ac775;color:#fff}@keyframes floating{0%,to{transform:translateY(10px)}50%{transform:translateY(0)}}@keyframes enlarge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradient-animation{to{background-position:200% center}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes highlight-animation{0%,25%{background-size:200% 100%;background-position:100% center}70%{background-size:200% 100%;background-position:0 center}to{background-size:200% 100%;background-position:0 center}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideInFromLeft 1s ease-out forwards}.slide-in-right{animation:slideInFromRight 1s ease-out forwards}.slide-in-bottom{animation:slideInFromBottom 1s ease-out forwards}.enlarge{animation:enlarge 1s ease-out forwards}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
