@import"https://fonts.googleapis.com/css2?family=Akshar:wght@300&family=Bebas+Neue&display=swap";*{padding:0;margin:0}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#03124e}::-webkit-scrollbar{width:10px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{background-color:#041867;background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent)}div[name=loading]{height:50px;width:50px;display:block;margin:0 auto;border-radius:50%;border:5px solid #3498db;border-top-color:#03124e;border-right:rgba(0,0,0,0);-webkit-animation:load .5s infinite linear;animation:load .5s infinite linear}div.alert{font-family:"Akshar",sans-serif;font-size:1.3rem;font-weight:bold;text-align:center}form label.error{color:#e74c3c;font-size:.8rem;size:.8rem}@-webkit-keyframes anima-form{to{opacity:1;transform:translateX(0)}}@keyframes anima-form{to{opacity:1;transform:translateX(0)}}@-webkit-keyframes load{to{transform:rotate(1turn)}}@keyframes load{to{transform:rotate(1turn)}}@-webkit-keyframes whats{100%{box-shadow:0 0 0 2px #fff,0 0 0 10px rgba(62,228,196,.4)}}@keyframes whats{100%{box-shadow:0 0 0 2px #fff,0 0 0 10px rgba(62,228,196,.4)}}section#home-cotacao{width:100%;min-height:100vh;background-color:#03124e;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;padding-bottom:50px}section#home-cotacao div.logo{padding:50px 0 0}section#home-cotacao div.logo img{width:160px}section#home-cotacao div.titles{width:65%;text-align:center}@media(max-width: 991px){section#home-cotacao div.titles{width:80%}}@media(max-width: 475.98px){section#home-cotacao div.titles{width:92%}}section#home-cotacao div.titles h1{font-family:"Bebas Neue",cursive;font-size:2.5rem;letter-spacing:1px;margin-top:5px;position:relative}section#home-cotacao div.titles h1::before{content:"";display:block;height:1px;width:100%;background-color:#e5e6e8;top:0;opacity:.7;margin-bottom:5px}section#home-cotacao div.titles h2{font-family:"Akshar",sans-serif;font-size:1.4rem;letter-spacing:.1rem;text-align:center}section#home-cotacao div.buttons{background-color:#e5e6e8;color:#03124e;margin:30px 0;border-radius:10px;width:65%;display:flex;align-items:center;justify-content:space-around;padding:15px 0}@media(max-width: 991px){section#home-cotacao div.buttons{width:80%;text-align:center}}@media(max-width: 475.98px){section#home-cotacao div.buttons{width:92%}}section#home-cotacao div.buttons span{height:100%;font-size:1.4rem;font-family:"Bebas Neue",cursive;cursor:pointer}@media(max-width: 475.98px){section#home-cotacao div.buttons span{font-size:1.2rem}}section#home-cotacao div.buttons span svg{margin-right:5px}section#home-cotacao div.buttons span:hover{color:#930c0d;transform:scale(1.1)}section#home-cotacao div.buttons span.active{color:#930c0d}section#home-cotacao div.form{position:relative;width:65%;background-color:rgba(0,0,0,0);border-radius:10px;color:#fff;margin-top:25px}@media(max-width: 991px){section#home-cotacao div.form{width:80%}}@media(max-width: 475.98px){section#home-cotacao div.form{width:92%}}section#home-cotacao div.form form{opacity:0;transform:translateX(-100px);-webkit-animation:anima-form .8s forwards;animation:anima-form .8s forwards}section#home-cotacao div.form form input{background-color:#d7d9dc;height:40px;padding:2px 5px;font-size:1.1rem;border:none}section#home-cotacao div.form form input:focus,section#home-cotacao div.form form input:hover{outline:none;border:none;box-shadow:0 0 0px 2px #03124e,0 0 3px 3px #f47778}section#home-cotacao div.form form label{font-family:"Akshar",sans-serif;font-size:1.3rem;margin-bottom:3px}section#home-cotacao div.form form div.form-buttons{display:flex;justify-content:flex-start}section#home-cotacao div.form form div.form-buttons button{font-family:"Akshar",sans-serif;font-size:1.2rem;font-weight:bold;color:#fff}section#home-cotacao div.form form div.form-buttons button svg{margin-right:3px;font-size:1.2rem}section#home-cotacao div.form form div.form-buttons button.send{background-color:#3498db}section#home-cotacao div.form form div.form-buttons button.send:hover{background-color:#5faee3;transition:.3s}section#home-cotacao div.form form div.form-buttons button.whats{background-color:#1abc9c}section#home-cotacao div.form form div.form-buttons button.whats:hover{background-color:#28e1bd;transition:.3s}a.btn-whatsapp{position:fixed;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:2rem;bottom:20px;right:20px;background-color:#1abc9c;width:45px;height:45px;color:#fff;-webkit-animation:whats 1s infinite;animation:whats 1s infinite}a.btn-whatsapp:hover{opacity:.8}