@font-face {
	font-family: "Quicksand Bold";
	font-style: normal;
	font-weight: 700;
	src: local("Quicksand Bold"), local("Quicksand Bold"),
		url("/src/fonts/Quicksand/Quicksand-Bold.woff2") format("woff2"),
		url("/src/fonts/Quicksand/Quicksand-Bold.woff") format("woff");
}
@font-face {
	font-family: "Quicksand Semibold";
	font-style: normal;
	font-weight: 600;
	src: local("Quicksand Semibold"), local("Quicksand Semibold"),
		url("/src/fonts/Quicksand/Quicksand-SemiBold.woff2") format("woff2"),
		url("/src/fonts/Quicksand/Quicksand-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Quicksand Medium";
	font-style: normal;
	font-weight: 500;
	src: local("Quicksand Medium"), local("Quicksand Medium"),
		url("/src/fonts/Quicksand/Quicksand-Medium.woff2") format("woff2"),
		url("/src/fonts/Quicksand/Quicksand-Medium.woff") format("woff");
}
@font-face {
	font-family: "Quicksand light";
	font-style: normal;
	font-weight: 300;
	src: local("Quicksand light"), local("Quicksand light"),
		url("/src/fonts/Quicksand/Quicksand-Light.woff2") format("woff2"),
		url("/src/fonts/Quicksand/Quicksand-Light.woff") format("woff");
}
@font-face {
	font-family: "Roboto Medium";
	font-style: normal;
	font-weight: normal;
	src: local("Roboto Medium"), local("Roboto Medium"),
		url("/src/fonts/Roboto/Roboto-Medium.woff2") format("woff2"),
		url("/src/fonts/Roboto/Roboto-Medium.woff") format("woff");
}
@font-face {
	font-family: "Roboto Regular";
	font-style: normal;
	font-weight: normal;
	src: local("Roboto Regular"), local("Roboto Regular"),
		url("/src/fonts/Roboto/Roboto-Regular.woff2") format("woff2"),
		url("/src/fonts/Roboto/Roboto-Regular.woff") format("woff");
}
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: local("Material Icons"),
		url("/src/fonts/MaterialIcons/Material-Icons.woff2") format("woff2");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
}
header {
	width: 100%;
	height: 70px;
	background-color: #fff;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
	header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 110px;
	}
}
header #h-h {
	width: 100%;
	height: 40px;
	background-color: #44546b;
	display: none !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
}
@media screen and (min-width: 992px) {
	header #h-h {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
header #h-h #c-c-h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #h-h #c-c-h > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px;
}
header #h-h #c-c-h > span > svg {
	margin-right: 5px;
}
header #h-h #c-c-h > span > a {
	color: #ff6634;
	font-size: 13px;
}
header #h-h #c-c-h > span > span {
	color: #ff6634;
	margin: 0px 5px;
	font-size: 13px;
}
header #h-h .social-networks-container {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px;
}
@media screen and (min-width: 992px) {
	header #h-h .social-networks-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header #h-h .social-networks-container a {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #h-h .social-networks-container a:hover path {
	fill: #ff6634;
}
header #h-h .social-networks-container a:not(:last-child) {
	margin-right: 30px;
}
header #h-f {
	width: 100%;
	height: 70px;
	background-color: #fff;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
@media screen and (min-width: 992px) {
	header #h-f {
		top: 40px;
	}
}
header #h-f .menu-btn-container {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	header #h-f .menu-btn-container {
		display: none;
	}
}
header #h-f .menu-btn-container #menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #h-f #c-l-p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #h-f #c-l-p img {
	width: 25%;
}
header #h-f.extended {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header #h-f.extended .nav-container {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	margin-right: unset;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	position: absolute;
	top: 70px;
	left: 0px;
}
header #h-f.extended .nav-container nav {
	width: 100%;
	background-color: unset !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
header #h-f.extended .nav-container nav ul {
	width: 100%;
	height: 100%;
	padding: 10px 15px 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
header #h-f.extended .nav-container nav ul > li {
	width: 100%;
}
header #h-f.extended .nav-container nav ul > li:not(:last-child) {
	margin-right: unset;
	margin-bottom: 10px;
}
header #h-f.extended .nav-container nav ul > li > a {
	padding: 5px !important;
	color: #252947;
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	display: block;
	font-family: "Quicksand SemiBold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}
header #h-f .nav-container {
	width: 70%;
	height: 100%;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media screen and (min-width: 992px) {
	header #h-f .nav-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header #h-f .nav-container nav {
	width: 100%;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #h-f .nav-container nav ul {
	width: 100%;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 4px solid transparent;
}
header #h-f .nav-container nav ul > li {
	width: calc(100% / 5);
	height: 25px;
	border-bottom: 4px solid transparent;
}
header #h-f .nav-container nav ul > li:not(:last-child) {
	margin-right: 10px;
}
header #h-f .nav-container nav ul > li:hover {
	border-bottom: 4px solid #ff6634;
}
header #h-f .nav-container nav ul > li > a {
	color: #252947;
	padding: 0px 20px;
	text-decoration: none;
	font-size: 16px;
	font-family: "Quicksand bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2px;
}
header #h-f #c-btn-w {
	width: 60px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 992px) {
	header #h-f #c-btn-w {
		width: 200px;
		border-radius: 5px 0px 0px 5px;
		background: #009e08;
		background: linear-gradient(80deg, #009e08 0%, #01cc2b 100%);
		-webkit-box-shadow: -1px 0px 4px 2px #6ed87e, -10px 0px 14px 2px #6ed87e,
			13px 0px 5px -3px #6ed87e;
		box-shadow: -1px 0px 4px 2px #6ed87e, -10px 0px 14px 2px #6ed87e,
			13px 0px 5px -3px #6ed87e;
	}
	header #h-f #c-btn-w::after {
		content: "";
		height: 0;
		width: 36px;
		border-bottom: 5px solid #005200;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		position: absolute;
		bottom: 40px;
		left: 12px;
	}
}
header #h-f #c-btn-w #c-i-w {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	header #h-f #c-btn-w #c-i-w {
		position: absolute;
		top: -5px;
		left: 15px;
		z-index: 1;
	}
}
header #h-f #c-btn-w #c-t-w {
	font-size: 13px;
	margin-left: 55px;
	color: #ffffff;
	display: none;
}
@media screen and (min-width: 992px) {
	header #h-f #c-btn-w #c-t-w {
		display: block;
	}
}
footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer > div {
	width: 100%;
	background-color: #2b323a;
}
footer > div:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 992px) {
	footer > div:first-child {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
footer > div:first-child .f-col {
	width: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 992px) {
	footer > div:first-child .f-col {
		width: calc(100% / 3);
	}
}
@media screen and (min-width: 992px) {
	footer > div:first-child .f-col:first-child {
		padding-left: 50px;
	}
}
footer > div:first-child .f-col:first-child .fc1-tc {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	footer > div:first-child .f-col:first-child .fc1-tc {
		text-align: start;
	}
}
footer > div:first-child .f-col:first-child .fc1-tc h5 {
	width: 100%;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:first-child .f-col:first-child .fc1-tc h5 {
		text-align: left;
	}
}
footer > div:first-child .f-col:first-child .fc1-tc:first-child .sn-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	footer
		> div:first-child
		.f-col:first-child
		.fc1-tc:first-child
		.sn-container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
footer
	> div:first-child
	.f-col:first-child
	.fc1-tc:first-child
	.sn-container
	a:not(:last-child) {
	margin-right: 25px;
}
footer
	> div:first-child
	.f-col:first-child
	.fc1-tc:first-child
	.sn-container
	a
	img {
	width: 40px;
}
footer > div:first-child .f-col:first-child .fc1-tc:nth-child(2) a {
	color: #e8f0f6;
	text-decoration: none;
	font-size: 12px;
}
footer > div:first-child .f-col:first-child .fc1-tc:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer > div:first-child .f-col:first-child .fc1-tc:last-child a {
	margin-bottom: 7px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}
footer > div:first-child .f-col:nth-child(2) {
	overflow: hidden;
	position: relative;
}
footer > div:first-child .f-col:nth-child(2) .blurred-box {
	width: 100%;
	height: 100%;
	background: inherit;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
footer > div:first-child .f-col:nth-child(2) form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 3;
}
footer > div:first-child .f-col:nth-child(2) form .cft-container {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:first-child .f-col:nth-child(2) form .cft-container h5 {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
footer > div:first-child .f-col:nth-child(2) form .cf-input-container {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
footer > div:first-child .f-col:nth-child(2) form .cf-input-container input {
	width: 100%;
	padding: 7px;
	border: none;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
footer > div:first-child .f-col:nth-child(2) form .cf-input-container textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 200px;
	padding: 7px;
	border: none;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
footer > div:first-child .f-col:nth-child(2) form .cf-submit-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:first-child .f-col:nth-child(2) form .cf-submit-container a {
	padding: 8px 26px;
	color: #ffffff;
	background: #ff6634;
	background: linear-gradient(80deg, #ff6634 78%, #f58a21 100%);
	border-radius: 20px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
footer > div:first-child .f-col:last-child {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:first-child .f-col:last-child h5 {
	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
	color: #ffffff;
	text-align: center;
}
footer > div:first-child .f-col:last-child .ict-container {
	width: 70%;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	footer > div:first-child .f-col:last-child .ict-container {
		width: 45%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
footer > div:first-child .f-col:last-child .ict-container a {
	width: auto;
	color: #999999;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:first-child .f-col:last-child .ict-container a span {
	margin-right: 10px;
}
footer > div:first-child .f-col:last-child .f-i-container img {
	width: 100%;
}
footer > div:last-child {
	background-color: #44546b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div:last-child .copyrigth-container {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer > div:last-child .copyrigth-container p {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.4px;
}
footer > div:last-child .copyrigth-container p:last-child {
	font-size: 10px;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #ff6634;
}
body {
	width: 100%;
	background-color: #fefefe;
	font-family: "Quicksand Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
main {
	width: 100%;
	margin-top: 70px;
}
@media screen and (min-width: 992px) {
	main {
		margin-top: 110px;
	}
}
section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-stage {
	padding: 30px 0px;
}
input,
textarea {
	font-family: "Quicksand Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
input:focus,
textarea:focus {
	outline: none;
}
a {
	text-decoration: none;
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.popup {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
}
#popup-service {
	display: none;
}
#popup-service.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#popup-service .cortina-popup {
	display: none;
}
#popup-service .cortina-popup.active {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
.popup-content {
	background-color: #ffff;
	color: #4d4d4d;
	width: 90%;
	height: 90vh;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	position: absolute;
}
@media screen and (min-width: 992px) {
	.popup-content {
		width: 700px;
		height: 900px;
	}
}
.popup-content .btn-cerrar-popup-container {
	width: 100%;
	text-align: end;
	font-size: 30px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.popup-content .btn-cerrar-popup {
	width: 38px;
	height: 38px;
	color: #767676;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.popup-content .btn-cerrar-popup:hover {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.popup-content .btn-cerrar-popup:hover svg path {
	fill: #000;
}
.popup-content #form-contactenos {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4e4e4e;
}
.popup-content #form-contactenos #pregunta-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup-content #form-contactenos #pregunta-container > div {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup-content #form-contactenos #pregunta-container > div h3 {
	color: #000000;
	font-size: 20px;
	padding: 20px 0px;
	letter-spacing: 1.5px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.popup-content #form-contactenos #pregunta-container > div h3 {
		font-size: 30px;
		padding: 40px 0px;
	}
}
.popup-content #form-contactenos #pregunta-container > div img {
	width: 60%;
	margin-bottom: 20px;
	border-radius: 12%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
	.popup-content #form-contactenos #pregunta-container > div img {
		margin-bottom: 10px;
	}
}
.popup-content #form-contactenos #pregunta-container > div p {
	text-align: justify;
	padding-bottom: 20px;
}
.overlay {
	position: fixed;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay .t-b {
	font-weight: bold;
	margin: 15px 0px !important;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.overlay .popup {
	width: 100%;
	height: 450px;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 175px);
	left: 0px;
}
@media screen and (min-width: 992px) {
	.overlay .popup {
		width: 800px;
		left: calc(50% - 400px);
	}
}
.overlay .popup h2 {
	margin: 20px 0px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.overlay .popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: all 2s;
	transition: all 2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333 !important;
}
.overlay .popup .close:hover {
	color: #06d85f;
}
.overlay .popup .content {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.overlay .popup .content > p,
.overlay .popup .content li {
	width: 98%;
	text-align: justify;
	margin-bottom: 5px;
}
.overlay .popup .content > h3 {
	margin-bottom: 10px;
}
section {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}
section .st-container {
	width: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section .st-container h2 {
	color: #00e5e5;
	text-align: center;
}
section .sc-container {
	width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media screen and (min-width: 992px) {
	section .sc-container {
		width: 100%;
	}
}
section .c-btn-down {
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section .c-btn-down {
		padding: 30px 0px;
	}
}
section .c-btn-down a:hover {
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section .c-btn-down a:hover path {
	fill: #002944;
}
section#s-banner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
section#s-banner #banner-carousel {
	width: 100%;
}
section#s-banner #banner-carousel .owl-stage {
	padding: 0px;
}
section#s-banner #banner-carousel .b-item {
	width: 100%;
	height: 70vh;
}
@media screen and (min-width: 992px) {
	section#s-banner #banner-carousel .b-item {
		height: 400px;
	}
}
section#s-banner #banner-carousel .b-item > div {
	width: 100%;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
@media screen and (min-width: 992px) {
	section#s-banner #banner-carousel .b-item > div {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 400px;
	}
}
section#s-banner #banner-carousel .b-item > div .bi-img-container {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
section#s-banner #banner-carousel .b-item > div .bi-img-container img {
	width: 100%;
	height: 70vh;
}
@media screen and (min-width: 992px) {
	section#s-banner #banner-carousel .b-item > div .bi-img-container img {
		height: 400px;
	}
}
section#s-banner #banner-carousel .b-item > div .bi-copy-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	z-index: 1;
}
@media screen and (min-width: 992px) {
	section#s-banner #banner-carousel .b-item > div .bi-copy-container {
		width: 50%;
		padding: 0px 50px;
	}
}
section#s-banner #banner-carousel .b-item > div .bi-copy-container h4 {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
	section#s-banner #banner-carousel .b-item > div .bi-copy-container h4 {
		height: auto;
		text-align: right;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
section#s-banner #banner-carousel .b-item > div .bi-copy-container h5 {
	margin-bottom: 20px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-size: 15px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	text-align: right;
}
section#s-banner #banner-carousel .b-item > div .bi-copy-container p {
	margin-bottom: 30px;
	font-size: 13px;
	color: #ffffff;
	text-align: justify;
	letter-spacing: 0.4px;
	display: -webkit-box;
	-webkit-line-clamp: 16;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	section#s-banner #banner-carousel .b-item > div .bi-copy-container p {
		text-align: justify;
	}
}
section#s-banner
	#banner-carousel
	.b-item
	> div
	.bi-copy-container
	.bi-link-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
}
section#s-banner
	#banner-carousel
	.b-item
	> div
	.bi-copy-container
	.bi-link-container
	a {
	width: auto;
	color: #ffffff;
	background-color: #44546b;
	border-radius: 8px;
	padding: 2px 20px;
	font-size: 15px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
section#s-banner
	#banner-carousel
	.b-item
	> div
	.bi-copy-container
	.bi-link-container
	a:hover {
	color: #ff6634;
}
section#s-banner
	#banner-carousel
	.b-item
	> div
	.bi-copy-container
	.bi-link-container
	a
	span {
	width: 24px;
	height: 24px;
	width: 24px;
	padding: 2px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-banner .bnn {
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: calc(100% - 230px);
	z-index: 1;
}
@media screen and (min-width: 992px) {
	section#s-banner .bnn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
section#s-banner #bnn-izq {
	left: 20px;
}
section#s-banner #bnn-der {
	right: 20px;
}
section#s-banner #c-text-b {
	width: 90%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	z-index: 1;
	width: 90%;
	bottom: 50px;
	right: 130px;
}
@media screen and (min-width: 992px) {
	section#s-banner #c-text-b {
		width: 30%;
	}
}
section#s-banner #c-text-b span {
	width: 100%;
	text-align: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-size: 100px;
	font-weight: bold;
	line-height: 68px;
}
section#s-banner #c-text-b span span {
	color: #00c842;
	font-size: 60px;
}
section#s-banner #c-text-b p {
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-align: justify;
	letter-spacing: 0.5px;
	margin: 20px 0px;
}
section#s-banner #c-text-b a {
	width: 150px;
	color: #002944;
	font-weight: bold;
	background-color: #00c842;
	border-radius: 20px;
	padding: 5px 10px 5px 5px;
	font-size: 18px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
section#s-banner #c-text-b a span {
	width: 24px;
	height: 24px;
	width: 24px;
	padding: 2px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-s {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #44546b;
}
section#s-n-s #c-n-s {
	width: 95%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		inset 0 3px 14px 2px rgba(0, 0, 0, 0.12),
		inset 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		inset 0 3px 14px 2px rgba(0, 0, 0, 0.12),
		inset 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
	section#s-n-s #c-n-s {
		width: 80%;
	}
}
section#s-n-s #c-n-s #d-n-s {
	width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-n-s #c-n-s #d-n-s {
		width: 70%;
	}
}
section#s-n-s #c-n-s > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-s #c-n-s > div > p {
	text-align: justify;
	margin-bottom: 10px;
}
section#s-n-s #c-n-s > div:first-child h2 {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0px;
}
section#s-n-s #c-n-s > div:last-child {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
section#s-n-s #c-n-s > div:last-child .card-n-s {
	width: 100%;
	height: 300px;
	margin: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-n-s #c-n-s > div:last-child .card-n-s {
		width: calc(100% / 3 - 100px);
		margin: 25px 38px;
	}
}
section#s-n-s #c-n-s > div:last-child .card-n-s img {
	width: 60%;
	margin-bottom: 20px;
	border-radius: 12%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
section#s-n-s #c-n-s > div:last-child .card-n-s h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
section#s-n-s #c-n-s > div:last-child .card-n-s p {
	color: #000000;
	text-align: center;
	padding-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
section#s-n-s #c-n-s > div:last-child .card-n-s a {
	color: #ffffff;
	background: #ff6634;
	background: linear-gradient(80deg, #ff6634 78%, #f58a21 100%);
	border-radius: 10px;
	padding: 3px 15px;
}
section#s-n-s #c-n-s > div:last-child .card-n-s a:hover {
	color: #44546b;
}
section#s-n-f {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2b323a;
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
section#s-n-f > div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-f > div:first-child img {
	width: 100%;
}
section#s-n-f > div:last-child > div {
	width: 90%;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-f > div:last-child > div h2 {
	color: #ff6634;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
section#s-n-f > div:last-child > div h4 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
section#s-n-f > div:last-child > div p {
	color: #ffffff;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
	section#s-n-f {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	section#s-n-f > div {
		width: 50%;
		padding: 0px;
	}
	section#s-n-f > div:last-child > div {
		width: 50%;
	}
	section#s-n-f > div:last-child > div h2 {
		margin-bottom: 40px;
	}
	section#s-n-f > div:last-child > div h4 {
		margin-bottom: 20px;
	}
}
section#s-n-do {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-title-f {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-title-f h2 {
	padding: 30px 0px;
	font-size: 30px;
	font-weight: bold;
}
section#s-n-do #c-n-do {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	section#s-n-do #c-n-do {
		width: 91%;
	}
}
section#s-n-do #c-n-do .owl-stage {
	padding: 50px 0px !important;
}
section#s-n-do #c-n-do .prof-card {
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}
section#s-n-do #c-n-do .prof-card:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
section#s-n-do #c-n-do .prof-card .prof-m {
	width: 100%;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-n-do .prof-card .prof-m h2 {
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-back {
	width: 100%;
	padding: 10px 10px 20px;
	border-radius: 0px 0px 8px 8px;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
}
section#s-n-do #c-n-do .prof-card .prof-c-back p {
	color: #000;
	text-align: center;
	line-height: 17px;
	font-size: 13px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section#s-n-do #c-n-do .prof-card .prof-c-front {
	width: 100%;
	height: 190px;
	overflow: hidden;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-text {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-text h5 {
	color: #848484;
	margin-bottom: 10px;
	text-align: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-text p {
	color: #5a5a5a;
	text-align: center;
	font-size: 12px;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-bt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-bt a {
	padding: 3px 5px 3px 3px;
	background-color: #606060;
	border-radius: 20px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-bt a span:first-child {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding: 2px;
	background-color: #999999;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-n-do #c-n-do .prof-card .prof-c-front .nec-bt a span:last-child {
	color: #ffffff;
	font-size: 14px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		Arial, sans-serif;
}
section#s-mej-mar {
	padding: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-mej-mar .bnn-c {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: calc(100% - 139.5px);
}
section#s-mej-mar #bnn-izq-c {
	left: -20px;
}
section#s-mej-mar #bnn-der-c {
	right: -20px;
}
section#s-mej-mar .owl-stage {
	padding: 70px 0px;
}
section#s-mej-mar .st-container {
	width: 100%;
	margin: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
section#s-mej-mar #mej-t-container {
	width: 100%;
}
section#s-mej-mar #mej-t-container h2 {
	color: #ff6634;
	padding: 20px;
	text-align: center;
	font-size: 30px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
section#s-mej-mar #mej-s-container {
	width: 88%;
	padding: 0px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}
@media screen and (min-width: 992px) {
	section#s-mej-mar #mej-s-container {
		width: 76%;
	}
}
section#s-mej-mar #mej-s-container > div img {
	width: 80%;
}
@media screen and (min-width: 992px) {
	section#s-mej-mar #mej-s-container > div img {
		width: 100%;
	}
}
@media screen and (min-width: 992px) {
	section#s-mej-mar {
		width: 100%;
		padding: 40px 0px;
	}
	section#s-mej-mar #mej-s-container {
		width: 64%;
		padding: 0px 50px;
	}
	section#s-mej-mar #mej-s-container > div img {
		width: 100% !important;
	}
	section#s-mej-mar #mej-s-container .bnn-c {
		width: 70px;
		height: 70px;
		top: calc(100% - 154.5px);
	}
	section#s-mej-mar #mej-s-container #bnn-izq-c {
		left: -200px;
	}
	section#s-mej-mar #mej-s-container #bnn-der-c {
		right: -200px;
	}
}
/*# sourceMappingURL=index.min.css.map */

#c-l-p a {
	width: 25%;
}
#c-l-p a img {
	width: 100% !important;
}

/*Preload inicio*/
.preloaderComplete {
	background: #ff6634;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.loaderComplete {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loaderComplete:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loaderComplete:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
