label{
    font-size: 15px;
    font-family: "Helvetica", Sans-serif;
}
.principalColumna{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.secundaryColumna{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
}
.elementform{
    padding: 40px 30px;
    border-radius: 10px;
    background-color: #255D98;
    color: #fff;
}
.resultados{
    color: #fff;
    padding: 20px 50px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 100%;
    background-color: #255D98;
}
#capa{
    position: absolute;
    color: #fff;
    font-family: "Helvetica", Sans-serif;
    font-size: 40px;
}
.resultados .form-group{
    border-radius: 10px;
    padding: 10px 30px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #255D98;
}
.resultados .form-group{
    text-align: center !important;
}
.resultados .form-group input{
    background-color: #255D98;
    border: none;
    cursor: default;
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.resultados .form-group input:focus{
    outline: none !important;
    box-shadow: none;
}
.totalP.form-group{
    grid-column: 1 / 3;
    text-align: center;
}
#btnCalcular{
    background-color: #ffffff;
    border: none;
    width: 100%;
    color: #255D98;
    font-weight: bold;
    margin-top: 10px;
}
.elementform.resultados input{
    pointer-events: none;
}
#lista-tabla{
    width: 100%;
    margin-top: 50px;
}