@media all and (min-width: 120px) {	
	
.label{
width:100%;
float:left;
height:auto;
font-size: 15px;
color: #6F7072;
letter-spacing: 0.3pt;
line-height: 14pt;	
}


.campo{
width:96%;
height:auto;
float:left;
font-size:25px;;	
color: rgba(0, 0, 0, 0.9);
border: solid 1px rgba(0, 0, 0, 0.2);
padding:2%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
}


#textarea {
background-color: #fff;
border: 1px solid #ccc;
color: #555;
font-size: 14px;
height: 34px;
width: 450px;
}
	
	
#textarea-show {
font-size: 2rem;
color: #666;
height: 50px;
border: 1px solid #ccc;
width: 450px;
}




.submit{
width: 220px;
height: 40px;
float: left;	
color: #fff;
font-size: 20px;
text-transform: uppercase;
cursor: pointer;
background: linear-gradient(to bottom,#35813e,#9bc943);
}





}


@media all and (min-width: 1024px) {
	
.label{
font-size: 14px;
line-height: 19px;		
}


.btn{
padding: 5px;
}


#textarea {
background-color: #fff;
border: 1px solid #ccc;
color: #555;
font-size: 14px;
height: 34px;
width: 450px;
}
	
	
#textarea-show {
font-size: 2rem;
color: #666;
height: 50px;
border: 1px solid #ccc;
width: 450px;
}


.submit{
width: 220px;
height: 40px;
}

