.calculadora {
    display: flex;
    flex-direction: column;
}

.calculadora .igual {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #000;
    margin: 15px;
}

.calculadora .igual>.fa {
    font-size: 2em;
}

.calc-indice {
    font-size: 12px;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    font-family: "Poppins";
    color:#ccc;
}

.calc-indice .precio {
    margin-right: 3px;
}

.criptomonedas,
.monedas {
    display: flex;
    flex-direction: column;
}

#monto_paises,
#monto_criptos {
    font-weight: bold;
    margin-top: 10px;
}
