:root {
	--theme-main-color: #AC202D;
	--theme-sub-color: #C1AA80;
	--text-default-color: #212F39;
	--container: 84.5rem;
	--container-tb: 66.25rem;
	--spacing-md3: 3.125rem;
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px
}

body {
	margin: 0;
	font-family: "Red Hat Display", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.33;
	color: var(--text-default-color);
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	color: var(--poinciana-orange);
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

details {
	display: block
}

summary {
	display: list-item
}

figcaption {
	font-size: 0.75rem;
	font-style: italic;
	color: inherit;
	padding: 0.625rem 1.25rem;
	line-height: 1.25;
	font-weight: 400;
}

template {
	display: none
}

[hidden],
.hidden {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	width: 100%;
	border: solid 1px #666666;
	border-radius: 0;
	padding: 1rem 1.25rem;
	transition: all .3s;
	font-size: 1.25rem;
	line-height: 1.35;
	font-weight: 500;
	outline: none;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
	outline: none;
}

button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
	color: #ffffff;
	background-color: var(--theme-main-color-1);
	text-decoration: none;
	border-radius: 0;
	padding: 1.0625;
}

button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
	cursor: pointer
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-family: "Red Hat Display";
	font-weight: bold;
	line-height: 1.25;
}

h1,
.h1 {
	font-size: 3rem;
}

h2,
.h2 {
	font-size: 2.5rem;
}

h3,
.h3 {
	font-size: 1.875rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1.125rem;
}

.font-extra-big,
.font-extra-big .elementor-heading-title {
	font-size: 4.375rem;
	line-height: 1.1667;
}

.font-big,
.font-big .elementor-heading-title {
	font-size: 2.8125rem;
	line-height: 1.1111;
	font-weight: 800;
}

.font-extra-medium,
.font-extra-medium .elementor-heading-title {
	font-size: 2.1875rem;
	line-height: 1.1429;
}

.font-medium,
.font-medium .elementor-heading-title {
	font-size: 1.875rem;
	line-height: 1.2333;
}

.font-extra-normal {
	font-size: 1.375rem;
}

.font-normal,
.font-normal .elementor-heading-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.font-regular {
	font-size: 1rem;
	line-height: 1.5;
}

.font-small,
.font-small .elementor-heading-title {
	font-size: 0.75rem;
}

/**/
.font-w-300 {
	font-weight: 300;
}

.font-w-400 {
	font-weight: 400;
}

.font-w-500 {
	font-weight: 500;
}

.font-w-600 {
	font-weight: 600;
}

.font-w-700 {
	font-weight: 700;
}

.font-w-800 {
	font-weight: 800;
}

.font-w-900 {
	font-weight: 900;
}

/**/
.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.flex-1 {
	flex: 1 !important;
}

.flex-row {
	flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-column {
	flex-direction: column;
}

.flex-column-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: flex-end;
}

.justify-content-center {
	justify-content: center;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.width-unset {
	width: unset !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.container {
	max-width: var(--container);
	margin-right: auto;
	margin-left: auto;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.container-tb {
	max-width: var(--container-tb);
	margin-right: auto;
	margin-left: auto;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.container-ml-0>.e-con-inner {
	margin-left: 0;
}

.container-mr-0>.e-con-inner {
	margin-right: 0;
}

.row {
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	flex-wrap: wrap;
}

.row.no-gutter {
	margin-left: unset;
	margin-right: unset;
}

.row>div[class^="col"] {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.row.no-gutter>div[class^="col"] {
	padding-left: unset;
	padding-right: unset;
}

/*spacing*/
.mb-0 {
	margin-bottom: 0;
}

.px-normal {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.py-medium {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.mb-1 {
	margin-bottom: 1.25rem;
}

.mt-3 {
	margin-top: 3rem;
}

/**/
.color-inherit {
	color: inherit !important;
}

.text-white {
	color: #fff;
}

.color-main {
	color: var(--theme-main-color);
}

.color-sub {
	color: var(--theme-sub-color);
}

/* button, submit */
button,
[type="button"],
[type="reset"],
[type="submit"],
.btn {
	display: inline-block;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.35;
	color: #fff;
	background-color: var(--theme-sub-color);
	padding: 1.25rem;
	font-weight: 500;
	border: none;
	border-radius: 0;
	transition: 0.3s;
}

button:focus,
button:hover,
[type="button"]:focus,
[type="button"]:hover,
[type="reset"]:focus,
[type="reset"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
.btn:hover,
.btn:focus,
.btn:active {
	background-color: fff;
	color: #000;
	transition: 0.3s;
}

/**/
.elementor-button-icon .e-font-icon-svg {
	fill: currentColor;
}

.elementor-button .elementor-align-icon-right {
	margin-left: 0.9375rem !important;
}

.elementor-button .elementor-align-icon-left {
	margin-right: 0.9375rem !important;
}

/**/
.elementor-heading-title {
	line-height: inherit;
}

.space-container-left {
	padding-left: max(1.25rem, calc(calc(100vw - var(--container)) / 2));
	padding-right: 20px;
}

.space-container-right {
	padding-right: max(1.25rem, calc(calc(100vw - var(--container)) / 2));
	padding-right: 20px;
}

/**/
.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-transform-unset {
	text-transform: unset;
}

.frm_form_fields fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.frm_fields_container .frm_form_field {
	margin-bottom: 0.5rem;
}

.form-light input[type="text"],
.form-light input[type="date"],
.form-light input[type="email"],
.form-light input[type="number"],
.form-light input[type="password"],
.form-light input[type="search"],
.form-light input[type="tel"],
.form-light input[type="url"],
.form-light select,
.form-light textarea {
	background: rgb(255 255 255 / 16%);
	color: #fff;
	border: none;
}

.form-light input::placeholder,
.form-light select::placeholder,
.form-light textarea::placeholder {
	color: #fff !important;
}

.frm_error {
	color: red;
}

.menu-link-btn a:not(:hover) {
	color: #fff !important;
	background-color: var(--theme-sub-color) !important;
}

.menu-link-btn a:hover {
	color: inherit;
	background-color: transparent;
}

.elementor-button .elementor-button-icon {
	display: flex;
	align-items: center;
}

.service-teaser:not(.active) .elementor-widget-theme-post-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.service-teaser:not(.active) .read-more-btn .close-content-trigger {
	display: none;
}

.service-teaser.active .read-more-btn svg {
	transform: rotate(180deg);
}

.service-teaser.active .read-more-btn .open-content-trigger {
	display: none;
}

.elementor-menu-anchor {
	scroll-margin-top: 148px;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
	position: relative;
	z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display: block;
	height: 100px;
	margin: -100px 0 0;
	visibility: hidden;
	pointer-events: none;
}

@media screen and (min-width:768px) {
	.row>div.col-md-6 {
		width: 50%;
	}
}

@media screen and (min-width:992px) {
	.row>div.col-lg-6 {
		width: 50%;
	}

	.row>div.col-lg-4 {
		width: 33.33%;
	}
}

@media screen and (min-width:1921px) {
	html {
		font-size: 0.833333vw;
	}
}

@media screen and (max-width:1500px) {
	:root {
		--spacing-md3: 2.5rem;
	}

	h1,
	.h1 {
		font-size: 46px;
	}

	h2,
	.h2 {
		font-size: 38px;
	}

	h3,
	.h3 {
		font-size: 34px;
	}

	h4,
	.h4 {
		font-size: 24px;
	}

	.font-extra-big,
	.extra-big-title .elementor-heading-title {
		font-size: 56px;
	}
}

@media screen and (max-width:1024px) {
	.box-edge {
		background-image: none !important;
	}
}

@media screen and (max-width:991px) {
	:root {
		--spacing-md3: 1.875rem;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	.font-extra-big,
	.font-extra-big .elementor-heading-title {
		font-size: 50px;
	}

	.font-big {
		font-size: 50px;
	}

	.font-big .elementor-heading-title {
		font-size: 42px;
	}

	.font-extra-medium,
	.font-extra-medium .elementor-heading-title {
		font-size: 36px;
	}

	.font-medium,
	.font-medium .elementor-heading-title {
		font-size: 28px;
	}

	.font-extra-normal,
	.font-extra-normal .elementor-heading-title {
		font-size: 1.25rem;
	}
}

@media screen and (max-width:767px) {
	:root {
		--spacing-md3: 1.25rem;
	}

	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	.font-extra-big,
	.font-extra-big .elementor-heading-title {
		font-size: 44px;
	}

	.font-big,
	.font-big .elementor-heading-title {
		font-size: 40px;
	}

	.font-extra-medium,
	.font-extra-medium .elementor-heading-title {
		font-size: 30px;
	}

	.font-medium,
	.font-medium .elementor-heading-title {
		font-size: 25px;
	}

	body:not(.elementor-editor-active) .elementor-menu-anchor:before {
		height: 70px;
		margin: -70px 0 0;
	}

	/*	*/
}

@media screen and (max-width:460px) {

	h1,
	.h1 {
		font-size: 34px;
	}

	.font-extra-big,
	.font-extra-big .elementor-heading-title {
		font-size: 40px;
	}

	.font-big,
	.font-big .elementor-heading-title {
		font-size: 36px;
	}

	/*	*/
}