h2{color:#000}#calculator{padding-top:10em}#calculator h1{font-size:1em}.calculator{display:-webkit-box;display:-ms-flexbox;display:flex;width:750px;margin:auto;border-radius:10px;background:#fff;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1)}.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30%;border-top-left-radius:10px;border-bottom-left-radius:10px;background:url("/assets/img/hero-bg3.webp");background-position:center;background-repeat:no-repeat;background-size:cover}.left img{width:200px}.left h1{margin-top:10px;font-size:3em;font-weight:100;font-family:"Bebas Neue",sans-serif;color:#000}.right{margin:20px auto;padding:20px;width:70%}#calculadora{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;height:100%}.inputbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.3rem}.inputbox label{font-size:.85rem;font-weight:500;color:#333;margin-left:.5rem}.inputbox input{padding:.9rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;-webkit-transition:all .3s;transition:all .3s}.inputbox input:focus{outline:none;border-color:#6200ee;-webkit-box-shadow:0 0 0 2px rgba(98,0,238,.1);box-shadow:0 0 0 2px rgba(98,0,238,.1)}.inputbox input::-webkit-input-placeholder{color:#9e9e9e;font-weight:300}.inputbox input::-moz-placeholder{color:#9e9e9e;font-weight:300}.inputbox input:-ms-input-placeholder{color:#9e9e9e;font-weight:300}.inputbox input::-ms-input-placeholder{color:#9e9e9e;font-weight:300}.inputbox input::placeholder{color:#9e9e9e;font-weight:300}.toggle-type,.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#f5f5f5;border-radius:8px;padding:4px}.toggle-type button,.button-group button{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.7rem;border:none;background:none;border-radius:6px;font-size:.9rem;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.toggle-type button.active,.button-group button.active{background-color:#fff;color:#6200ee;font-weight:700;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1)}.links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5em}#calculator .social-links{margin:0}#calculator .social-links .bi{color:#000}.result-box{padding-left:1.5rem;padding-right:1.5rem}.result-box .result,.result-box .prazo{font-size:1.1rem;margin-bottom:1rem;padding:.5rem;background-color:#f5f5f5;border-radius:6px;color:#6200ee}.result-box .result span,.result-box .prazo span{color:#333;font-weight:600}.show-result{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out}@-webkit-keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}#boxM2{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}#boxM2 .label{display:none}#boxLxC{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media(max-width: 768px){#calculator{padding-top:6em}.calculator{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;margin:0 auto}.left,.right{width:100%}.left{padding:2em 0;border-radius:10px 10px 0 0}.left img{width:150px}.right{padding:1.5em}.toggle-type,.button-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;padding:8px}.toggle-type button,.button-group button{padding:.8rem;width:100%}#boxM2>div{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;gap:10px}#boxM2 input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#boxM2 .label{display:none}#boxLxC>div{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}#boxLxC input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.result-box{padding:0}.links{gap:5em;-ms-flex-pack:distribute;justify-content:space-around}.result,.prazo{font-size:.95rem !important}}#accordion .accordion-body{color:#000}#accordion h2{font-size:20px}.tree{background-image:url(/assets/img/footer-bg.webp)}