html, body {
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2!important;
    color: inherit;
}        
.contenedor-pagina {
    padding-block: 2.5rem
}
.contenedor-pagina h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
}
.contenedor-pagina h2 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
#test-digitalizacion-form {
    border: 1px none #E1F1FE;
    padding: 45px;
    background-color: rgba(225, 241, 254, 1.0);
    border-radius: 0px;
    max-width: 840px;
    margin-inline: auto;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background-color: #17234d !important;
    background-image: none !important;
    border-style: none !important;
    font-family: Helvetica, Trebuchet MS, sans-serif !important;
    font-weight: bold !important;
    color: #fff!important;
    padding: 10px 20px !important;
}

.row-2-background-layers {
    background-image: linear-gradient(rgba(207, 226, 243, 1), rgba(207, 226, 243, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.siguiente-paso a {
    border-radius: 10px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    font-family: helvetica;
    font-style: normal;
    padding: 10px 25px;    
    border: 1px solid #1388E5;
    background-color: rgba(19, 136, 229, 1.0)!important;    
    color: #fff
}