
.titulo-contacto{
	font-size: 49px;
	color: black;
	font-weight: 300;
}
.btn{
    color: white;
    font-size: 15px;
    background-color:  #1E2576;
    border-radius: 15px;
    width: 20%;
    transition: 0.4s;
}
.btn:hover, .btn:focus { 
	color: #1E2576;
	background-color: white;
	border: 1px solid #1E2576;
	transition: 0.4s;

}
textarea{
	resize: none; 
	width: 100%;
	height: 169px!important; 
	border-color: #ccc; 
	border-radius: 4px;


}
.info{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	background-color: #F9F9F9;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 20px;
}
.acept-term{
	color: #999999; 
	font-size: 15px; 
	font-weight: 100; 
	margin-bottom: 0px;
	margin-left: 5px;
}
