#contacto h2{
	font-size: 60px;
	/* padding-left: 40px; */
	/* padding-top: 20px; */
	padding-bottom: -28px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: white;
	font-weight: 100;
	text-align: center;
}

.contacto-formulario-container{
	background-color: white;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	height: 70%;
	width: 90%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 10px;
}

.contacto-sec-datos{
	width: 40%;
	margin-left: 5%;
	display: block;
	float: left;
}

.contacto-sec-mensaje{
	width: 40%;
	margin-left: 5%;
	display: block;
	float: left;
}

.contacto-formulario input{
	width: 100%;
	padding: 10px;
	margin: 10px;
	border: 2px black solid;
}

.contacto-formulario textarea{
	width: 100%;
	padding: 10px;
	margin: 10px;
	border: 2px black solid;
}

.contacto-sec-boton-enviar{
	width: 80%;
	margin-left: 8%;
	display: block;
	float: left;
}

.contacto-sec-boton-enviar input{
	border: 0px;
	background-color: black;
	color: white;
}

.contacto-sec-boton-enviar input[type=submit]{
	-webkit-appearance: button;
}

.contacto-sec-mail{
	width: 80%;
	margin-left: 8%;
	display: block;
	float: left;
	text-align: center;
}

.contacto-sec-mail a{
	text-decoration: none;
	color: black;
}

.contacto-sec-mail img{
	width:45px;
}

@media (max-width: 500px) {
	section#contacto {
		height: 130vh;
	}
	.contacto-sec-datos{
		width: 80%;
	}

	.contacto-sec-mensaje{
		width: 80%;
	}
	.contacto-formulario-container {
		/*height: 80%;*/
	}
}

@media (min-width: 1400px){
	.contacto-formulario-container{
		/*height: 56%;*/
	}
	.contacto-sec-mail {
		padding-top: 25px;
	}
}

@media (min-width: 1600px){
	.contacto-formulario-container {
		/*height: 44%;*/
	}
}

@media (min-width: 1920px){
	.contacto-formulario-container {
		/*height: 50%;*/
	}
}

@media (min-width: 2100px){
	.contacto-formulario-container {
		/*height: 50%;*/
	}
}