/* calculadora_hipotecas_css.css */

.calculadora-hipotecas-form {
    max-width: 500px;
    margin: 0 auto;
	text-align: center;
}

.calculadora-hipotecas-form label {
    display: block;
    margin-bottom: 5px;
	text-align: center;
}

.calculadora-hipotecas-form input[type="number"] {
    width: 100%;
    padding: 8px;
}

.calculadora-hipotecas-form button {

}

#resultado_hipoteca {
    margin-top: 20px;
    padding: 10px;
    background-color: #EAECED;
}


#formulario_hipoteca button:hover{
    background-color: #EAECED !important;
    transform: scale(1.1);
    color: #17283C; 
}

#formulario_hipoteca button:focus{
        background-color: #EAECED;
    transform: scale(1.1);
    color: #17283C;
}

.hipoteca{
    font-family: "Inter", sans-serif;
    color: #17283C;
    font-size: var( --e-global-typography-text-font-size);
}

.hipoteca input{
    border: 1px solid #17283C;
    border-radius: 0px;
}


.calculadora-hipotecas-form input{
    margin-bottom: 20px !important;
    border-width: 0 0 1px 0;
    background-color: #EAECED;
}