body{
    background-image: url('/images/pderecho.webp');
    background-size: cover;
    
}
.cabecera{
    font-size: 2.5rem;
    font-weight: 700;
    color: #d91919;
    margin-bottom: 1rem; 
}
.backgrop{
    background-color: #fafafb63;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100vw;
    height: 100dvh;
    display: block;
    position: absolute ;
    top: 0;
    margin: auto;
    justify-items: center;
    align-items: center;
    justify-content: center;
}
#submit svg{
 
 
    width: 32px;
}
.contenedorPrincipal{
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
    background: #00000063
}
.festival{
    background-image: url(/images/festival.webp);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* opacity: 0.5; */
    max-width: 546px;
    max-height: 481px;

}
.inscribete{
    background-image: url(/images/inscribete.webp);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    /* opacity: 0.5; */
    max-width: 546px;
    max-height: 407px;
}
.formulario{
    position: relative;
    z-index: 2;
}
.tituloCab{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: auto; }
    .tituloCab h1{
        text-align: center;
    }