﻿.contacto{
	background-image:url('../media/camino.png');
	background-size:100% 100%;
	background-attachment:fixed;
	background-color: white;
	top:60rem;		
	width:100%;
	max-width:1100px;
	min-width:600px;
	margin:0 auto;	
	height: 37rem; 	
	position: relative;
	z-index:-1;
	border-radius:1rem;
}
.contact{
    color:white;
	right:0;	  
	font-size:3.2rem;	
	top:2rem;			
	width:100%;
	height:4rem;	
	text-align:center;
	padding:1rem 0;
}
form{
	padding:0 0;
	width:100%;	
	height:100%;
	margin-top:0;	
	border-radius:1rem;
	background:rgba(0,0,0,.2);	
}
input, textarea{

	width:50%;
	margin-left:25%;
	margin-bottom:1rem;
	padding:1rem;
	box-sizing:border-box;
	font-size:1.2rem;
	border:none;
	border-radius:1rem;
	opacity:1;  	
    
}
textarea{
	height:10rem;
	min-height:5rem;
	max-height:10rem;
	max-width:50%;
	min-width:50%;	
	opacity:1;  
}
#boton{
	font-family:"Arial Rounded MT",Arial,"Arial Black";
	font-size:1.5rem;
	background: #068CCC;
	color: white;
	padding:1rem 0;
	border-radius:1rem;	
	transition:all .8s; 
	opacity:1;  
}
#boton:hover{
	cursor:pointer;
	transition:all .8s; 
	font-size:1.8rem;	
}