.clear-l{
	clear: left;
}


.bg-premios{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F5B6CD;
}

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

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

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

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

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

label span{
	color: #FF0000;
}

label.error{
	color: #FF0000;
}

.redes-sociales{
	display: flex;
	justify-content: center;
}

.redes-sociales li{
	float: left;
	margin: 30px 10px;
}

.redes-sociales li img{
	max-width: 50px;
}


.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-maya{
		background-image: url('../images/maya-footer.jpg');
	}
	
	.bg-oro{
		background-image: url('../images/oro-footer.jpg');
	}
	
	.bg-venus{
		background-image: url('../images/venus-footer.jpg');
	}
	.bg-messi{
		background-image: url('../images/messi-footer.jpg');
	}
}

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

