
#in-corpo{
	width: 80vw;
	height: 70vh;
	position: absolute;
	background-image:url("EXPOR.png");
	background-size: cover;
	background-position: center; 
	z-index: 1;
	display: flex;
}

#cabe-corpo{
	position: relative;
	top: 0;
	height: 50px;
	width: 100%;

}

#txt-corpo{
	position: absolute;	
	height: 60vh;
	width: 30vw;
	bottom: 10px;
	left: 0px;
	border-radius: 10px;
}

#p-txt{
	color: #000;
}

#p-txt-cad{
	font-family: Kalinga;
	font-weight:bold;
	color: #2c0afd;
	text-shadow: -3px 3px #808080;
	font-size: 25px;

}

#txt-cad-corpo{
	position: absolute;	
	height: 5vh;
	width: 30vw;
	bottom: 5px;
	right: 55px;
	background-color: #808080;
	color: #fff
}

#txt-in-cabe{
	width:100%;
	height:100%;		
	font-size:5vw;
	position:absolute;
	z-index:1;
	text-align: center;
	line-height: 50px;				
	font-family: Kalinga;
	font-weight:bold;
	color: #2c0afd;
	text-shadow: -3px 3px #000000;
}

#txt-in-corpo{
}


@media(max-width: 1350px){
	#txt-corpo{
	position: absolute;	
	height: 60vh;
	width: 70vw;
	bottom: 5px;
	right: 5%;
	border-radius: 10px;
	color: #fff
}	
}

@media(max-width: 600px){
	#txt-corpo{
	position: absolute;	
	height: 500vh;
	width: 70vw;
	bottom: 0;
	right: 5%;
	border-radius: 10px;
	color: #fff
}


#in-corpo{
	width: 80vw;
	height: 50vh;
	position: absolute;
	background-image:url("");
	background-size: cover;
	background-position: center; 
	z-index: 1;
	display: flex;
}

}