.imagen_sorteos{
    background-image:linear-gradient(
        0deg, 
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)
    )
    ,url("../../files/Images_pag/balotas_2.jpg");       
    
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    height: 450px;
    background-size: cover;

    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;    
    
}

.imagen_sorteos h1{     
    font-size: 2.5rem; 
}

.imagen_sorteos p{
    font-size: 1.2rem; 
}

.imagen_sorteos a{  
    font-size: 1.5rem; 

}

.imagen_baner_sorteo{
    background-image:linear-gradient(
        0deg, 
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../../files/Images_pag/balotas_2.jpg");    
    
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    height: 250px;
    background-size: cover;

    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    
}

.imagen_baner_sorteo h1{
    font-size: 3rem; 

}

.imagen_baner_sorteo a{
    font-size: 2rem; 

}

.imagen_rifa{
    background-image:linear-gradient(
        0deg, 
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../../files/Images_pag/balon_estadio.jpg");    
    
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    height: 350px;
    background-size: cover;

}

.imagen_rifa_2{
    background-image:linear-gradient(
        0deg, 
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../../files/Images_pag/entradas_cine.jpg");    
    
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    height: 350px;
    background-size: cover;

}

.panel_rifa{  
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center; 
}

.panel_derecho h4{
    color: #933535; 
    font-weight: bold;         
}

.panel_derecho p{
    color: #933535;              
}

.panel_derecho a{
    font-size: 1.3rem;             
}

