.t-e-p {
	width: 100%;
	padding: 30px;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}
.t-e-p img {
	width: 70%;
	position: absolute;
	bottom: -25px;
}

.c-img {
	width: 100%;
	padding-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.c-img img {
	width: 60%;
}

.c-semaforo {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.c-semaforo img {
	width: 80%;
}