.d-pad { padding: 40px 5% 0}
.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 !important}
.bg-blue-f { background-color: #082B7E !important}
.w-100 { width: 100% }
.w-66 { width: 66.6% }
.w-50 { width: 50% }
.w-33 { width: 33.3% }
.pt-17 { padding-top: 17px }
.border-none { border: none }
table { 
border-collapse: collapse;
}
td { 
border: 1px solid;
padding: 20px 15px;
}
p { margin: 0 }
h3 { margin-top: 0 !important }
.form-control {
padding: 10px;
border-radius: 8px;
color: #082B7E;
}
.inactive { color: #414141 !important; }
.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: 80%;
background-color: unset;
padding-left: 8px;
color: #414141 !important
}
@media (max-width: 500px) and (min-width: 0px) {
.d-flex {
flex-direction: column !important;
}
}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}