/******************************************************/

@font-face {
    font-family: 'Al_Veshion_PersonalUseOnly';
    font-weight: 600;
    src: url(../fonts/Al_Veshion_PersonalUseOnly.ttf) format('truetype');
}
body {
    font-family: 'helvetica';
}
.font-al {
    font-family: 'Al_Veshion_PersonalUseOnly';
}
.title1 {
    margin-bottom: 0;
    font-size: clamp(2.3rem, 7vw, 4.1rem);
}
.title2 {
    font-size: clamp(1.5rem, 6.7vw, 4rem);
    margin: 0 .5rem;
    line-height: .5;
    margin-top: 3rem;
}
.subtitle {
    margin-bottom: 0;
    font-size: clamp(1rem, 2.5vw, 1.7rem);
}
.background-deg {
    background-image: url(../images/fondoheader.png);
    background-repeat: repeat-x;
    background-size: contain;
}
.participa {
    text-transform: uppercase;
    font-family: 'Al_Veshion_PersonalUseOnly';
    color: #b65353;
    font-size: clamp(1.5rem, 4vw, 3rem);
    margin: 0 .5rem;
}
.participa2 {
    margin: 0 .5rem;
}
.infolanding {
    position: relative;
    padding-top: 1rem;
}
.titleinfo {
    color: #b65353;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.fechasinfo {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
}
.container.content {
    max-width: 1100px;
        padding: 1rem 0 3rem;
}
.chicosfooter {
    width: 100%;
}
.qrcodelanding {
    max-width: 150px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer {
    background: #232321;
    color: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
#form-participar, #form-validar-ticket{
    width: 100%;
    max-width: 400px;
    margin: 0 auto ;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.titlerasca1{
 font-size: clamp(1.8rem, 10vw, 5.5rem);
    line-height: .5;
    margin-top: 1rem;
}
.titlerasca2{
 font-size: clamp(1.2rem, 6.7vw, 3rem);
    margin: 0 .5rem;
    line-height: 1;
}
.titlerasca3{
 font-size: clamp(1rem, 3vw, 1.7);
    margin: 0 .5rem;
    line-height: 1;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin-bottom: 0;
}

.custom-file-label::after {
    display: none;
}
#div-rascar img {
    max-height: 300px;
}
#scratch_container {
    width: 300px;
    height: 300px;
    position: relative;
   margin: 0 auto;
   cursor: pointer;
}
#scratch_container>canvas {
    position: absolute;
}
.sc__inner {
    visibility: hidden;
}

.ganador {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1;
}
.eurospremio {
    text-transform: uppercase;
    font-family: 'Al_Veshion_PersonalUseOnly';
    color: #b65353;
    font-size: 5rem;
    line-height: 1;
    margin: .5rem 0;
}

@media (min-width: 768px) {
    /* .chicosfooter {
        position: absolute;
        width: 80%;
        right: -15px;
        bottom: 0;
        z-index: -1;
    }*/
}
@media (min-width: 992px) {
    .chicosfooter {
        position: absolute;
        width: 85%;
        right: -15px;
        bottom: 0;
        z-index: -1;
    }
}