.d-pad { padding: 5% 9% }
.calculator-box{ background-color: lightblue; }
.text-light-blue { color: #14ABDD }
.text-blue { color: #082B7E }
.text-yellow { color: #fdcd58 }
.text-center { text-align: center }
.text-grey { color: #7A7A7A }
.text-white { color: #FFFFFF }
.fs-28 { font-size: 28px }
.fs-18 { font-size: 18px }
.d-flex {display: flex }
.col { flex:1 }
.fw-bold { font-weight: bold }
.mb-10 { margin-bottom: 10px }
.mb-32 { margin-bottom: 32px }
.mb-64 { margin-bottom: 64px }
.mb-96 { margin-bottom: 96px }
.d-block { display: block }
.border-blue { border: 1px solid #082B7E }
.border { border: 1px solid }
.bg-blue { background-color: #F3FBFD }
.bg-blue-f { background-color: #082B7E }
.w-100 { width: 100% }
.pd-10{ padding: 10px;}
.m-auto-34 { margin: 0 auto 32px auto }
.w-fit { width: fit-content; }
p { margin: 0 }
table { border-collapse: collapse }
.inactive { color: #414141 !important; }
#hide {text-align: right;}
td {
border: 1px solid;
padding: 20px 15px;
}
.form-control {
padding: 10px;
border-radius: 8px;
min-width: 240px;
color: #082B7E;
}
.calculoButton {
padding: 15px 40px;
display: inline-block;
color: #082B7E;
text-align: center;
border-radius: 6px;
text-decoration: none;
border: none;
font-weight: bold;
background-color: #57C958;
}
.form-none {
border: unset;
width: 100;
background-color: unset;
padding-left: 8px;
color: #414141 !important;
}
@media (max-width: 500px) and (min-width: 0px) {
.d-flex { flex-direction: column !important }
}