#nombre{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#nombre2{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#nombre3{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#compania{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#email{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#email2{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#email3{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#mensaje{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 0;
	border-radius:0px;
	border-bottom: 1px solid black;
}

#enviar{
	width: 20%;
	background-color: blue;
	padding: 10px;
	border: 0;
	cursor: pointer;
	color: white;
}

#enviar2{
	cursor: pointer;
	color: white;
}

.solicita{
	text-align: center;
	color: blue;
	margin-bottom: 50px;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-style: italic;
	font-size: 35px;
}


.centrarFormulario{
	display: flex;
	justify-content: center;
	text-align: center;
}

.amarillo{
    background-color: rgb(255, 225, 0);
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight:bold;
    color: blue;

}




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



	#enviar{
		width: 60%;

	}

	#enviar2{
		width: 30%;

	}

	.formulario{
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 100px; 
	}

}