﻿body {
	background-image: url('contactofondo1.jpg');
	/*background-image: 100vw 100vh;*/
	background-attachment: fixed;
	margin: 0;
	font-family: monospace;

	background-size: 100vw 100vh;
	/*background-attachment: fixed;
	margin: 0;
	font-family: monospace;*/
}

/*===================MEMBRETE===========================================================*/		
	.contenedor {
	width: 90%;
	/*width: 50%;*/
	/*max-width: 1000px;*/
	margin: 0 auto;
	overflow: hidden;
}
	

.center {
	display: flex;
	justify-content: center;
	aling-items: center;
	
	background-color: orange;

	/*background: cornflowerblue;*/
	border-radius: 60px;
	padding: 20px;
	/*height: 100vh;*/
	/*top: -17px;*/

 }



img {
    max-width: 100%;
    height: auto;
}

form {
	width: 450px;
	margin: auto;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 40px;
}

h2 {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

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%;
}

/*#boton {
	background: #31384A;
	color: #fff;
	padding: 20px;
}

#boton:hover {
	cursor: poiinter;*/
	
}

@media (max-width:480px) {

form{
	width: 100%;
	}
}
h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	background: rgba(0,0,0,0.4);
	margin-top: 5px;
	border-radius: 20px;
	
}
/* MENSAJE EXITOSO 
.mensaje-exito h1{
	with: 100%;
	display: flex;
	flex-direction: column;
	justity-content: center;
	margin-bottonm: 20xp;
}
	
.mensaje-exito a{
	display: block;
	padding: 10px 30px;	
	background: #4091Ec;
	text-decoration: none;
	color: #fff;
}

.mensaje-exito a:hover{
background: #33718b6;*/

.mensaje-exito a:hover{
background: #33718b6;*/

}