.fuenteScope{
    font-family: "Scope One", Sans-serif;
}

.btn-morado{
    background-color: #854d94;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
}

.btn-morado:hover {
    background-color: #4CAF50;
    color: white;
    border-radius: 6px;
}

input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid #333;
    border: 3px solid white;
    width: 16px;
    height: 16px;
}

input[type='radio']:checked {
    background: #854d94;
}

input[type='checkbox'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid #333;
    border: 3px solid white;
    width: 16px;
    height: 16px;
}

input[type='checkbox']:checked {
    background-color: #854d94;
    box-sizing: border-box;
    appearance: none;
    outline: 1px solid #333;
    border: 3px solid white;
    width: 16px;
    height: 16px;
}

label span {
    font-size: 1rem;
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

.colorMorado {
    color: #854d94;
    font-weight: 800;
}

input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

a{
    color: #FF0000;
    text-decoration: none;
}
footer{
    background-color: #3b3b3b;

}
footer p{
    color: #f6f4f4;
}
.fuente20{
    font-size: 20px;
}

/*FUENTES*/
/* latin-ext */
@font-face {
    font-family: 'Scope One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGDFUkXNFME.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Scope One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGDFXEXN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-wi40.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-wi40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Magazine_Grotesque';
    /*font-style: normal;*/
    /*font-weight: 400;*/
    src: url(magazine_ttf/Magazine-Grotesque.ttf) format('truetype');
  }



#qrcode {
    width:160px;
    height:160px;
    margin-top:15px;
}


button {
    padding: 20px;
    font-size: 20px;
}

#qr_code {
    display: none;
}

