.th {
	background-image: url("assets/images/bg/bg.png");
	padding-top: 100px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.th {
		background-image: url("assets/images/bg/bg.png");
		padding-top: 10px;
		position: relative;
	}
}

.porMedia {
	position: absolute;
	background-color: #ed1c24;
	left: 17%;
	padding: 20px;
	margin: auto;
	border-radius: 15px;
	top: 206px;
}


@media screen and (max-width: 1000px) {

	.porMedia {
		position: relative;
		background-color: #ed1c24;
		left: auto;
		padding: 20px;
		margin: auto;
		border-radius: 15px;
		top: auto;
	}
}

.marginMedia {
	margin-top: 150px;
}

@media screen and (max-width: 1000px) {

	.marginMedia {
		margin-top: 10px;
	}
}


@media screen and (max-width: 1000px) {

	.mm {
		margin-top: 20px;
	}
}

.imgMe {
	height: 480px;
	width: 100%;
	border-radius: 15px;
}

@media screen and (max-width: 1000px) {

	.imgMe {
		height: 300px;
		width: 100%;
		border-radius: 15px;
		margin-bottom: 20px;
	}
}
