*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    font-size: 80.5%;
    overflow: hidden;
}
#pay{
    display: none;
}
#container-cronometro{
    background: white !important;
}

#contador_img {
    background: white !important;
}
#cronometro {
    color: red  !important;
}
#prueba2 {
    display: none !important;
}
body .ui-panel .ui-panel-content {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 1% 1% 1% 1% !important;
    overflow: hidden;
}

#error-messages{
    margin: 1rem 0;
    color: red;
    font-size: 1.3rem;
}

#pagarStripe{
    margin-top: 1rem;
}

