.formulario .form-group {
	margin-bottom: 20px;
	position: relative;
}

.formulario label.error {
	font-size: 12px;
	color: red;
	margin-bottom: 0;
	opacity: 0.8;
	position: absolute;
    right: 0;
}

.modal1 .modal-content {
	border-radius: 0;
    border: 0;
}

.modal1 .modal-title {
	font-weight: 700;
	color: #111;
}

.modal1 .modal-body {
	color: rgb(102, 102, 102);
	font-size: 15px;
}

.modal1 .close {
	cursor: pointer;
}

.footer {
	padding: 50px 0;
}

footer .container {
	margin: 0 auto;
}

.newsletter {
	margin-bottom: 50px;
}

.newsletter .form-group {
	float: left;
	width: 75%;
}

.newsletter input {
	background-color: transparent;
    border: 1px solid rgb(102,102,102);
	color: #eee;
	font-size: 14px;
	border-radius: 0;
}

.newsletter input:focus {
	background-color: transparent;
    border: 1px solid rgb(102,102,102);
	color: #eee;
	box-shadow: 0 0 4px rgba(255,255,255,0.2);
}

.newsletter button {
	background-color: #00c6ff;
	border: 1px solid #00c6ff;
	cursor: pointer;
	font-size: 14px;
	border-radius: 0;
	width: 25%;
}

.newsletter label.error {
	display: block;
	text-align: left;
	font-size: 12px;
	color: red;
	opacity: 0.4;
}

.contact-us-box {
	margin: auto;
}

.newsletter button: {

}

.news-titulo {
	color: #eee;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	opacity: 0.9;
}
