
/*CONTACTO*/
#contact h1{
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
/*SCROLLBAR CONTACTO*/
::-webkit-scrollbar-track-piece{
    background-color: #ffffff;
}

#form{
	
	justify-content: flex-end;
}


form {
	width: 500px;
	margin: auto;
	background: rgba(0, 0, 0, .5);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}

@media (max-width:900px){
	form{
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;	
	}
}

@media (max-width:480px){
	form{
	margin: auto;	
	width: 100%;	
	}
}

#contacto .label1{
	text-transform: uppercase;
	text-align: left;
	color: white;
	font-size: 12px;
}

input, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
}

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

#form{
	background-color: white;
}

#form1{
	background-color: transparent;
}



