.header-wrapper {
	color: #fff;
	background: url(https://tunuevacasa.homes/wp-content/uploads/sites/70/2024/05/abby-luna.jpg) 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: #dc4811;
}

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

body {
	font-family: 'Poppins', sans-serif;
}

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


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

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

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

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

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