@charset "UTF-8";

.imageprojetCtnr {
	width: 45vw;
	height: auto;
}
@media only all and (max-width: 900px) {
	.imageprojetCtnr {
		width: 90%;
		height: auto;
	}
}

.texteInfo {
	margin-bottom: 2rem;
}
@media only all and (max-width: 900px) {
	.texteInfo {
		height: auto;
	}
}

.media_2 {
	width: 55vw;
	height: auto;
	
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

@media only all and (max-width: 900px) {
	.media_2 {
		width: 95vw;
		height: auto;
	}
}