.header {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 4%; */
    box-sizing: border-box;
    height: 80px;
    transition: 0.5s;
    z-index: 5;

    font-size: 180%;
    color: rgb(236, 236, 236);
    /* text-align: center; */
    text-transform: uppercase;
    /* letter-spacing: 2.5px; */

    background-color: rgb(31, 97, 141);
    /* padding: 4%; */
    /* margin-top: 1%; */
    /* border-radius: 15px; */
}

.calculadora {
    margin-top: 8%;
}

label {
    color: gray;
    font-family: Arial, sans-serif;
}

#label_valor_casa {
    color: darkgray;
}

#valorDeCasa {
    /* background-color: #FFE4C4; */
    /* width: 90%; */
    /* background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 36px;
}


#mimp {
    /* background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%); */
    width: 60%;
    padding: 20px 0 20px 0;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 36px;
    /* color:whitesmoke; */
}

#contenedor_grafica {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pago {
    position: absolute !important;
    font-weight: bold;

    font-size: 250%;
    font-family: Arial, sans-serif;
    color: black;
}

#label_pago {
    position: absolute !important;
    font-weight: bold;
    color: darkgray;
    font-size: 250%;
    font-family: Arial, sans-serif;
}

/* .cuadrado{
    width: 200px;
    height: 200px;
    background: gray;
    position: relative;
    left: 200px;
} */

/* .circulo{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: red;
} */