@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");:root{--yellow:#FDB96C;--font:'Google Sans Flex',sans-serif;}*{margin:0;padding:0;box-sizing:border-box;list-style:none;}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit;}input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;}html{scroll-behavior:smooth;}body{position:relative;display:flex;min-height:100vh;font-family:var(--font);font-size:18px;line-height:18px;color:white;font-weight:400;background:url(../images/bg_fachada.avif) no-repeat center center/cover;}img{height:auto;-o-object-fit:cover;object-fit:cover;}a{text-decoration:none;}small{font-size:13px;line-height:12px;}strong{font-weight:700;}.big{font-size:36px;line-height:39px;text-transform:uppercase;font-weight:700;}.yellow{color:var(--yellow);}.uppercase{text-transform:uppercase;letter-spacing:8px;}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease;}.reveal.visible{opacity:1;transform:none;}.input_default{display:flex;gap:10px;height:50px;padding:0 10px 0 50px;font-family:var(--font);font-size:18px;line-height:18px;border:1px solid white;color:white;border-radius:10px;background:none;}.input_default::-moz-placeholder{font-family:var(--font);font-size:18px;line-height:18px;color:white;}.input_default::placeholder{font-family:var(--font);font-size:18px;line-height:18px;color:white;}.input_default.nome{background:url(../images/_assets/ico_user.svg) no-repeat left 10px center;}.input_default.email{background:url(../images/_assets/ico_mail.svg) no-repeat left 10px center;}.input_default.telefone{background:url(../images/_assets/ico_phone.svg) no-repeat left 10px center;}.label_default{display:flex;flex-direction:row;gap:10px;}.label_default .checkbox_default{width:15px;height:15px;min-width:15px;min-height:15px;border-radius:3px;border:1px solid white;}.label_default .checkbox_default:checked{background-image:url(../images/_assets/checkbox.svg);background-position:center center;background-repeat:no-repeat;background-size:cover;}.send_button{display:flex;align-items:center;justify-content:center;text-align:center;font-size:22px;line-height:26px;padding:0;text-transform:uppercase;color:white;font-weight:700;border:0;cursor:pointer;background-color:var(--yellow);}.inner{position:absolute;inset:0;height:100%;width:100%;background:linear-gradient(90deg,rgb(41,54,78) 0%,rgba(41,54,78,0) 100%);mix-blend-mode:multiply;}main{display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100%;margin:auto;padding:50px;z-index:1;}.info_produto{display:flex;flex-direction:column;gap:20px;max-width:450px;justify-self:center;}.info_produto h3{font-size:150px;line-height:150px;font-weight:100;text-transform:uppercase;}.info_produto .title{display:flex;flex-direction:column;gap:10px;margin-top:20px;}.info_produto .row_diferenciais{display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px;}.info_produto .row_diferenciais li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;}.info_produto .row_diferenciais li .ico_diferenciais{display:flex;justify-content:center;align-items:center;width:50px;height:50px;}form{display:flex;flex-direction:column;gap:15px;justify-self:center;padding:30px;max-width:330px;border-radius:10px;background-color:rgba(143,122,105,.3);backdrop-filter:blur(30px);}form .captcha{margin-left:-16px;transform:scale(.9);}.nota_legal{position:absolute;left:20px;bottom:20px;opacity:.7;z-index:1;}@media (max-width:1000px){body{height:auto}main{grid-template-columns:1fr;padding:30px 30px 70px 30px;gap:30px}.info_produto h3{font-size:100px;line-height:100px}form{max-width:100%}form .captcha{margin-left:0;transform:scale(1)}.inner{background:linear-gradient(180deg,rgb(41,54,78) 40%,rgba(41,54,78,0) 100%)}}