.bg-premios{
	background-size: cover;
	background-position: center;
}

.bg-suganon{
	background-image: url('../images/suganon.jpg');
}

.container-premios{
	margin-right:  auto !important;
}

label span{
	color: #FF0000;
}

label.error{
	color: #FF0000;
}


.swal2-confirm{
	background-color: #075BDB !important;
}

@media only screen and (max-width: 768px){
	.container-premios{
		width: 95% !important;
		margin:  auto !important;
		margin-top: 10px !important;
	}
	
	.bg-suganon{
		background-image: url('../images/suganon-footer.jpg');
	}
	}

@media only screen and (min-width: 768px){
	#cabecera{
		display: none;
	}
	
}

