.header-wrapper {
	color: #fff;
	background: url(https://preciadoteam.com/wp-content/uploads/sites/40/2020/12/neighborhood.png) center center no-repeat;
    background-size: cover;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

.page-content h1,.page-content h2,.page-content h3 {
	color: #353897;
}

.page-content h4,.page-content h5,.page-content h6 {
	color: #353897;
}

body {
	font-family: 'Merriweather', serif;
}

.four-wrapper a {
	color: #353897;
}
.four-wrapper a:hover {
	text-decoration: underline;
}
.page-content a {
	color: #353897;
	text-decoration: underline;
}
.page-content a:hover {
	color: #353897e6;
}
.primary-color {
	color: #353897 !important;
}
.secondary-color {
	color: #353897 !important;
}
.primary-bg {
	background: #353897 !important;
}
ul.social-icons li a {
    border: 2px solid #353897;
    color: #353897;
}
ul.social-icons li a:hover {
    background: #353897;
    color: #ffffff;
}
ul.social-icons li a svg {
	max-width: 80%;
    margin-left: 2px;
    fill: #353897;
}
ul.social-icons li a svg:hover {
    fill: #ffffff;
}
a.social-icon svg {
	max-width: 80%;
    margin-left: 2px;
    margin-top: -2px;
    fill: #353897;
}
a.social-icon svg:hover {
    fill: #353897;
}
a.btn,.btn,.btn a {
	border-width: 2px;
	text-decoration: none;
}
input.gform_previous_button {
    background: transparent !important;
    color: #353897 !important;
}
a.btn-primary,.btn-primary,input.button {
	background: #353897;
	border-color: #353897;
	color: #ffffff;
}
a.btn-primary:hover,.btn-primary:hover,input.button:hover {
	background: #353897;
	border-color: #353897;
	color: #ffffff;
}
a.btn-secondary,.btn-secondary,input.button {
	background: #353897;
	border-color: #353897;
	color: #ffffff;
}
a.btn-secondary:hover,.btn-secondary:hover,input.button:hover {
	background: #353897;
	border-color: #353897;
	color: #ffffff;
}
a.btn-outline-primary,.btn-outline-primary {
	color: #353897;
	border-color: #353897;
}
a.btn-outline-primary:hover,.btn-outline-primary:hover,.btn-outline-primary a:hover {
	background: #353897;
	border-color: #353897;
    color: #ffffff;
}
.gradients {
	background: #353897e6;
	background: -moz-linear-gradient(-45deg, #353897e6 0%, #353897e6 47%, #353897e6 100%);
    background: -webkit-linear-gradient(-45deg, #353897e6 0%, #353897e6 47%, #353897e6 100%);
    background: linear-gradient(135deg, #353897e6 0%, #353897e6 47%, #353897e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353897', endColorstr='#353897', GradientType=1);
}
.gradient {
	background: #353897;
	background: -moz-linear-gradient(-45deg, #353897 0%, #353897 47%, #353897 100%);
    background: -webkit-linear-gradient(-45deg, #353897 0%, #353897 47%, #353897 100%);
    background: linear-gradient(135deg, #353897 0%, #353897 47%, #353897 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353897', endColorstr='#353897', GradientType=1);
}
.gradients-reverse {
	background: #353897e6;
	background: -moz-linear-gradient(-45deg, #353897e6 0%, #353897e6 47%, #353897e6 100%);
    background: -webkit-linear-gradient(-45deg, #353897e6 0%, #353897e6 47%, #353897e6 100%);
    background: linear-gradient(135deg, #353897e6 0%, #353897e6 47%, #353897e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353897', endColorstr='#353897', GradientType=1);
}
.gradient-reverse {
	background: #353897;
	background: -moz-linear-gradient(-45deg, #353897 0%, #353897 47%, #353897 100%);
    background: -webkit-linear-gradient(-45deg, #353897 0%, #353897 47%, #353897 100%);
    background: linear-gradient(135deg, #353897 0%, #353897 47%, #353897 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353897', endColorstr='#353897', GradientType=1);
}


.underlined:before {
	background: #353897;
	background: -moz-linear-gradient(-45deg, #353897 0%, #353897 47%, #353897 100%);
    background: -webkit-linear-gradient(-45deg, #353897 0%, #353897 47%, #353897 100%);
    background: linear-gradient(135deg, #353897 0%, #353897 47%, #353897 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353897', endColorstr='#353897', GradientType=1);
}

.dark-color {
	color: #2c2e3a;
}

.dark-background {
	background: #2c2e3a;
}

.primary-border-color {
	border-color: #353897;
}

.secondary-border-color {
	border-color: #353897;
}