@charset "UTF-8";

@import "./common.css?v=10";

.contacto a:link,
.contacto a:visited,
.contacto a:active {
    text-decoration: none;
    font-weight: 800;
	color: var(--main-color);
}

.contacto a:hover {
	color: var(--bright-color);
}

.right img {
 width: 101%;
 margin-left: -8px;
}

.left p,
#limpo {
	padding-right: 35px;
}


#limpo button {
	width: 100%;
}

input, textarea {
	width:100%;
	padding:10px;
	background:#E3ECF3;
}

input[type=text] {
	margin:6px 0;
}

textarea {
	margin:6px 0 0;
	height:140px;
}

#successModal h3 {
	color: #fff !important;
	font-family: inherit !important;
}

@media (max-width: 767px) {
	.left p,
	#contact {
		padding-right: 0;
	}
}
