#Respuesta-valor {
    font-family: sans-serif;
}

#Simulacion{
    border-radius: 10px;
    margin-top: 2%;
    border: 4px solid blue;
    width: 650px;
    height: 295px;
}
.Simulacion{
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    width: 650px;
    height: 295px;
}

.Respuesta {
    text-align: center;
    color: #020887;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 20px;
}

.Formulario {
    text-align: center;
    margin-bottom: 1%;
}

.vectorial {
    margin-bottom: 2%;
    text-decoration: underline;
}

.botocito {
    margin-top: 1%;
}

.concepto {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5%;
    margin-top: 2%;
}

p {
    text-align: justify;
}

h1 {
    color: #020887;
    text-transform: uppercase;
}