
section#contacto{
	background-image: url(../img/contac.jpg);
	background-position: center;
	background-size: cover;
	border: 0.1px solid rgba(0,0,0,0.10);
	height: auto;
	width: 100%;
	text-align: center;
}


section#contacto .contenedor {
	margin-top: 100px;
	margin-bottom:100px;
	border: 0px solid blue;
	height: auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
} 

#titulocontacto{
	width:100%;
	height:auto;
	padding-left:60px;
	padding-right:60px;
	}

#titulocontactouno {
	letter-spacing: 2px;
	font-size:3em;
    font-family: Casual;
	text-align: left;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:10px;
	color:#d9e026;
	}

#titulocontactodos {
	letter-spacing: 1px;
	font-size:1.5em;
    font-family: Casual;
	text-align: left;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	color:#fff;
	}
	
#titulocontacto hr{
	margin-bottom:30px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}
	
	


/*para responsive modificar el width a 20% y el margin top a 150px*/
div#formularioconstacto{
	width:35%;
	height: auto; 
	margin:0px;
	margin-bottom:50px;
	margin-top:40px;
	border: 0px solid red;
}


form {
	padding:50px;
	width:100%;
	height: 98%; 
	margin:auto;
	border:0px solid #f5fe19;
	box-sizing:border-box;
	background-color:rgba(46,66,94,0.5);
	font-family: montserratli;
	font-size:1em;
	}

input, textarea {
	font-family: montserratli;
	font-size:1em;
	width:100%;
	margin-bottom:10px;
	padding:10px;
	box-sizing:border-box;
	border:none;
	text-decoration:none;
	background-color: rgba(0,0,0,0.28);
	color: rgba(255,255,255,1.00);
	}


input, textarea:focus {
	outline:0px;
	}


textarea {
	min-height:150px;
	max-height:150px;
	max-width: 100%;
	}

#botonenviar{
	background-color: rgba(0,0,0,0.28);
	height:40px;
	border:none;
	margin-bottom:45px;
	}
	
#botonenviar:hover {
	background-color:rgba(46,66,94,0.70);
	cursor:pointer;
	}

/*para responsive modificar el width a 50% */
div#ubicacion{
	width: 55%;
	height: auto; 
	margin:0px;
	font-family: montserratli;
	font-size:1em;
	border: 0px solid #C2C2C2;
	text-align:justify;
	margin-top:40px;
	margin-bottom:55px;
	border:0px solid red;
}



