body{
	background-color: #31AEBA;
}
.top_head{
	padding: 10px; background-image: linear-gradient(#31AEBA, #E8F1F2);
}

/***************/
.int_sorteo{
	flex-wrap: wrap;
}
.int_sorteo>div:first-child{
	flex-basis: 300px; flex-grow: 1; max-width: 350px;
}
.int_sorteo>div:last-child{
	flex-basis: 300px; flex-grow: 1; max-width: 450px; flex-shrink: 3;
}
	.text_fecha_sorteo{
		padding: 7px; background-color: #dc3d98; color: #FFFFFF;
	}
	.text_desc_sorteo{
		max-width: 450px; padding: 7px; background-color: #dc3d98; color: #FFFFFF;
	}
	.img_bo{
		width: 350px;
	}
		.img_bo>img{
			height: 172px;
		}

.list{
	max-width: 1200px; flex-wrap: wrap;
}
	.list__items{
		padding: 10px; padding-bottom: 15px; flex-basis: 450px; flex-grow: 1; max-width: 600px; position: relative; margin-bottom: 30px;
	}
		.list__items>div:first-child{
			flex-wrap: wrap; color: #FFFFFF;
		}
			.list__items>div>div{
				
			}

		.text_mes{
			font-size: 100px; font-family: "Lilita One", sans-serif; font-weight: 400; font-style: normal;
		}
		.img_bici{
			max-width: 250px;
		}
	.box_tipo_sorteo{
		padding: 10px; position: absolute;  bottom: 0; left: 50%; transform: translate(-50%,0%); 
	}
		.box_tipo_sorteo>div:first-child{
			background-color: rgb(0,0,0,0.85); color: #E8BA11;
		}
		.box_tipo_sorteo>div:last-child{
			background-color: rgb(232,186,17,0.85); color: #000000;
		}