:root {
    --gris: #BCBCBC;
    --blanco: #ffffff;
    --azul: #0A0770;
}

body {
    background-color: var(--gris);
    font-family: system-ui;

}

a {
    text-decoration: none;
    color: black;
}

.line {
    color: var(--azul);
    font-weight: 100;
}

.cabecera a {
    font-size: 40px;
    background-color: var(--blanco);
    padding: 1rem;
    border-radius: 0px 0px 20px 20px;
    font-weight: bold;
}

.cabecera {
    display: flex;
    justify-content: center;
}

.barra {
    position: absolute;
    width: 85%;
    height: 2px;
    left: 7.5%;
    background: var(--azul);
    border-radius: 2px;
}

.llenar {
    background-color: var(--blanco);
    border-radius: 20px;
    padding: 1rem;
    width: 20rem;
    margin: 5rem auto auto auto;
}

.parte1 {
    display: flex;
    align-items: center;
}

.palo {
    width: 5px;
    height: 30px;
    margin: 0rem 1rem 0rem 1rem;
    left: 7.5%;
    background: var(--azul);
    border-radius: 2px;
}

.linea {
    width: 100%;
    height: 1px;
    left: 7.5%;
    background: var(--azul);
    border-radius: 1px;
    margin: 0.5rem 0rem 1rem 0rem;
}

.parte2 {
    justify-content: center;
    align-items: center;
}

.parte2 svg {
    position: absolute;
    margin: 5px;
}

.poner {
    border-radius: 10px;
    background-color: lightgrey;
    padding: 4px 0px 4px 25px;
    width: 91%;
    margin-bottom: 1rem;
}
.recordar{
    margin: 0%;
    font-size: 12px;
}
.recordar input{
    width: 12px;
    height: 10px;
}
.boton1 {
    background-color: var(--azul);
    color: var(--blanco);
    padding: 0.5rem 34.9%;
    border-radius: 5px;
}

.parte3 {
    display: flex;
    justify-content: center;
}

.boton2 {
    background-color: var(--azul);
    color: var(--blanco);
    padding: 0.5rem 1rem;
    border-radius: 5px;
}