@charset "UTF-8";.webp #page-banner-calculadora{background-image:url(../../../images/blog/calculadora-imc/banner.webp)}.no-webp #page-banner-calculadora{background-image:url(../../../images/blog/calculadora-imc/banner.png);background-position:center}#page-banner-calculadora h2{color:#fff}h2{color:#15975E}.sec-calculadora{padding:3rem 0;box-sizing:content-box}.div-flex{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;margin-top:3rem}.div-flex .box-form{box-shadow:0 4px 20px rgba(0,0,0,.3);border-radius:16px;padding:1rem}@media (max-width:991px){.div-flex{grid-template-columns:1fr}.div-flex .box-form{margin-bottom:1rem}}.div-flex .box-form .form-group{margin-bottom:20px}.div-flex .box-form .form-group .field-title{display:flex;align-items:center;font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:10px;gap:6px}.div-flex .box-form .form-group .input-row,.div-flex .box-form .form-group .radio-group{gap:12px;display:flex}.div-flex .box-form .form-group .icon{font-size:14px;opacity:.6}.div-flex .box-form .form-group .radio-group input[type=radio]{display:none}.div-flex .box-form .form-group .radio-group label{flex:1;text-align:center;padding:14px;border:1px solid #dcdcdc;border-radius:10px;cursor:pointer;font-size:15px;color:#666;background:#fff;transition:all .2s ease}.div-flex .box-form .form-group .radio-group input[type=radio]:checked+label{background-color:#daf0e6;border-color:#1ea16d;color:#147951;font-weight:500}.div-flex .box-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.div-flex .box-form .form-group .input-main,.div-flex .box-form .form-group .input-wrapper input,.div-flex .box-form .form-group select{width:100%;padding:14px 16px;border:1px solid #dcdcdc;border-radius:10px;font-size:15px;color:#333;outline:0;background:#fff;box-sizing:border-box}.div-flex .box-form .form-group .input-main::placeholder,.div-flex .box-form .form-group .input-wrapper input::placeholder{color:#a0a0a0}.div-flex .box-form .form-group .unit{position:absolute;right:16px;color:#4a4a4a;font-size:15px}.div-flex .box-form .form-group .input-main{flex:2}.div-flex .box-form .form-group .select-wrapper{flex:1;position:relative}.div-flex .box-form .form-group select{appearance:none;-webkit-appearance:none;cursor:pointer;color:#4a4a4a;padding-right:35px}.div-flex .box-form .form-group .select-wrapper::after{content:"❯";font-size:10px;color:#1ea16d;transform:rotate(90deg);position:absolute;right:16px;top:18px;pointer-events:none}.div-flex .box-form .btn-calc{width:100%;background-color:#1ea16d;color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;margin-top:10px;transition:background .2s}.div-flex .box-form .btn-calc:hover{background-color:#178358}.div-flex .box-resultado .result-card.empty-state{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f8f9fa;border:1px solid #f1f3f5;border-radius:20px;padding:60px 40px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;min-height:450px}.div-flex .box-resultado .result-card.empty-state .icon-container{margin-bottom:16px}.div-flex .box-resultado .result-card.empty-state .calc-icon{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;width:44px;height:44px}.div-flex .box-resultado .result-card.empty-state .sign{background-color:#adb5bd;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:6px;user-select:none}.div-flex .box-resultado .result-card.empty-state .sign.minus,.div-flex .box-resultado .result-card.empty-state .sign.plus,.div-flex .box-resultado .result-card.empty-state .sign.times{background-color:#9ca3af}.div-flex .box-resultado .result-card.empty-state .sign.equals{background-color:#cbd5e1}.div-flex .box-resultado .result-card.empty-state .status-text{color:#6b7280;font-size:14px;font-weight:400;text-align:center;margin:0;line-height:1.5}.div-flex .box-resultado .card-imc{background-color:#fff;border-radius:16px;width:100%;padding:40px 30px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.3)}.div-flex .box-resultado .card-imc .titulo-imc{font-size:14px;font-weight:700;color:#7d8597;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.div-flex .box-resultado .card-imc .valor-imc{font-size:72px;font-weight:800;color:#385a82;line-height:1;margin-bottom:30px}.div-flex .box-resultado .card-imc .barra-progresso-container{position:relative;margin-bottom:35px;padding:0 10px}.div-flex .box-resultado .card-imc .barra-progresso-fundo{height:6px;background-color:#e9ecef;border-radius:3px;width:100%;position:relative;overflow:hidden}.div-flex .box-resultado .card-imc .barra-progresso-preenchimento{height:100%;width:35%;border-radius:3px;transition:width .5s ease,background-color .3s ease}.div-flex .box-resultado .card-imc .marcador{position:absolute;top:50%;left:8%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#385a82;border-radius:50%}.div-flex .box-resultado .card-imc .limites-barra{display:flex;justify-content:space-between;font-size:12px;color:#7d8597;margin-top:8px}.div-flex .box-resultado .card-imc .status-badge{display:inline-block;font-size:14px;font-weight:700;padding:8px 24px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:30px}.div-flex .box-resultado .card-imc .descricao-imc{font-size:13px;color:#5c677d;line-height:1.6;font-weight:400;text-align:center}.div-flex .box-resultado .card-imc.abaixo-peso .valor-imc{color:#385a82}.div-flex .box-resultado .card-imc.abaixo-peso .barra-progresso-preenchimento{background-color:#385a82}.div-flex .box-resultado .card-imc.abaixo-peso .status-badge{background-color:#e8ecef;color:#385a82}.div-flex .box-resultado .card-imc.peso-adequado .valor-imc{color:#109655}.div-flex .box-resultado .card-imc.peso-adequado .barra-progresso-preenchimento{background-color:#109655}.div-flex .box-resultado .card-imc.peso-adequado .status-badge{background-color:#e1f5eb;color:#109655}.div-flex .box-resultado .card-imc.sobrepeso .valor-imc{color:#f59e53}.div-flex .box-resultado .card-imc.sobrepeso .barra-progresso-preenchimento{background-color:#f59e53}.div-flex .box-resultado .card-imc.sobrepeso .status-badge{background-color:#ffeedf;color:#f59e53}.div-flex .box-resultado .card-imc.obesidade .valor-imc{color:#b83e54}.div-flex .box-resultado .card-imc.obesidade .barra-progresso-preenchimento{background-color:#b83e54}.div-flex .box-resultado .card-imc.obesidade .status-badge{background-color:#ffeedf;color:#b83e54}.sec-texto{background:#F5F5F5;padding:3rem 0}.sec-texto p{color:#747474;font-size:18px}