
* {
    font-family: 'Inter', sans-serif;

}

body {
    background-image: url('img/bg.jpg');
    background-size: cover;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}


.logo-moveon {
    width: 100%;
    text-align: center;
}

.logo-moveon img {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

label {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

button {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.stand-numero-label {
    color: #009BDB;
    text-align: center;
    width: 100%;
}

.stand-numero {
    color: #009BDB;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    font-weight: bold;
    width: 90%;
    max-width: 300px;
    margin-top: 20px;
    text-align: center;
    border: 2px solid #009BDB;
    padding: 10px 0px;

}

.stand-logo {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.stand-logo img {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.stand-summary{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size:15px;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
}


.stand-preguntas{
    width:100%;
    background-color: #fff;
    margin-top: 20px;
    border-top:5px solid #009BDB;
    padding-bottom: 20px;
    padding-top: 20px;
}

.answer{
    width:90%;
    max-width: 300px;
    background-color: #f5f5f5;
    margin-top: 22px;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    margin: 10px auto;
    margin-bottom: 20px;



    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.stand-pregunta{
    width:90%;
    max-width: 300px;
    margin-top: 22px;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}

.wrong-label{
    color: #fff;
    background-color: #ff8c8c;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pregunta-respondida{

    background-color: #009BDB;
    color: #fff;
    font-size:20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.qr-user-count{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size:15px;
    line-height: 25px;
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
}


.brands-faltantes{
    width:100%;
    padding-top:20px;
    padding-bottom:20px;

    border-radius: 5px;
    background-color: #5f1db2 !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.proceso-container{
    width:90%;
    height: 10px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.proceso{

    height: 10px;
    background-color: #009BDB;
    float: left;
}

a[href^=tel] {
    color: inherit;    /* hereda el color del texto */
    text-decoration: none;    /* elimina la subrayado */
}
