/*-------fondo del encabezado----------*/
.bg-ocean {
    background: radial-gradient(ellipse at center, #ea7012 0%,#000000 70%, transparent 100%);
}

/*-------fondo del footer--------*/
.bg-horizon {
    background: radial-gradient(125% 125% at 50% 10%, #000000 40%, #0d1a36 100%);
}

/*-------fondo del div de los sorteos-------------*/
.bg-deep-ocean {
    opacity: 0.4;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(120, 180, 255, 0.25), transparent 70%), #000000;
}

/*-----------------------------------*/

/*-----------------------------------*/

/*-----------------------------------*/