.formulario {
	margin: auto;
	width:100%;
	max-width:600px;
}

input, textarea, select {
	font-family: 'Tajawal', Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:1rem;
	color: #ddd;
	background-color: #262626;
	border: #666 solid thin;
	padding: 6px;
}

input, textarea {
	width:100%;
	margin: auto;
	margin-bottom:6px;
}

.formulario p {
	font-size:0.9rem;
	font-weight: 500;
	color:#fff;
	margin: 0;
}

.boton {
	font-family: 'Tajawal', Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3rem;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:3px;
	width:40%;
	color: #C4E2EB;
	border-radius:8px;
	background-color: #666;
	cursor: pointer;
}

.boton:hover {
	color: #fff;
	background-color: #555;
}

.mapagrande {
	display: block;
	width:450px;
	margin:auto;
}

.mapachico {
	display: none;
}

@media only screen and (max-width: 660px) {



input, textarea, select {
	padding: 3px;

	width:90%;
	margin:auto;
	margin-bottom:4px;
}

.boton{
	font-size: 1.2rem;
	padding: 3px 6px;
	border-radius:5px;
	border:none;
}

.mapagrande {
	display:none;
}

.mapachico {
	display: block;
	width:100%;
	max-width:320px;
	margin:auto;

}

}	

@media only screen and (max-width: 480px) {
.formulario {
	width:90%;
	margin: auto;
}

input, textarea, select {
	color: #fff;
	padding: 2px 6px;
	width:100%;
	margin: auto;
	margin-bottom:0;
}
.boton{
	font-size: 1.1rem;
	font-weight:600;
	padding: 2px 4px;
	border-radius:5px;
	border:none;
}


}
