@font-face {
	font-family: "Verdana Bold";
	font-style: Bold;
	font-weight: 900;
	src: local("Verdana Bold"), local("Verdana Bold"),
		url("/src/fonts/verdana/Verdana-Bold.woff2") format("woff2"),
		url("/src/fonts/verdana/Verdana-Bold.woff") format("woff");
}
@font-face {
	font-family: "Verdana BoldItalic";
	font-style: normal;
	font-weight: 600;
	src: local("Verdana BoldItalic"), local("Verdana BoldItalic"),
		url("/src/fonts/verdana/Verdana-BoldItalic.woff2") format("woff2"),
		url("/src/fonts/verdana/Verdana-BoldItalic.woff") format("woff");
}
@font-face {
	font-family: "Verdana Italic";
	font-style: normal;
	font-weight: 500;
	src: local("Verdana Italic"), local("Verdana Italic"),
		url("/src/fonts/verdana/Verdana-Italic.woff2") format("woff2"),
		url("/src/fonts/verdana/Verdana-Italic.woff") format("woff");
}
@font-face {
	font-family: "Verdana";
	font-style: normal;
	font-weight: 300;
	src: local("Verdana"), local("Verdana"),
		url("/src/fonts/verdana/Verdana.woff2") format("woff2"),
		url("/src/fonts/verdana/Verdana.woff") format("woff");
}
@font-face {
	font-family: "anton";
	font-style: normal;
	font-weight: 400;
	src: local("anton"), local("anton"),
		url("/src/fonts/anton/Anton-Regular.woff2") format("woff2"),
		url("/src/fonts/anton/Anton-Regular.woff") format("woff");
}
@font-face {
	font-family: "nunito";
	font-style: normal;
	font-weight: 400;
	src: local("nunito"), local("nunito"),
		url("/src/fonts/nunito/Nunito-Regular.woff2") format("woff2"),
		url("/src/fonts/nunito/Nunito-Regular.woff") format("woff");
}
@font-face {
	font-family: "nunito-ExtraLight";
	font-style: normal;
	font-weight: 400;
	src: local("nunito-ExtraLight"), local("nunito-ExtraLight"),
		url("/src/fonts/nunito/Nunito-ExtraLight.woff2") format("woff2"),
		url("/src/fonts/nunito/Nunito-ExtraLight.woff") format("woff");
}
@font-face {
	font-family: "nunito-Italic";
	font-style: normal;
	font-weight: 400;
	src: local("nunito-Italic"), local("nunito-Italic"),
		url("/src/fonts/nunito/Nunito-Italic.woff2") format("woff2"),
		url("/src/fonts/nunito/Nunito-Italic.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";
	color: #ff8b00;
	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";
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
header {
	width: 100%;
	height: 209px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding-bottom: 20px;
	padding-top: 9px;
	background-image: url(/src/img/header-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
header.remove-image {
	background-image: none;
	background-color: #14223a;
}
header > 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: 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) {
	header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
header.extended {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header.extended .nav-container {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	margin-right: unset;
	background-color: #292929;
	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.extended .nav-container nav {
	width: 100%;
	background-color: unset !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
header.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.extended .nav-container nav ul > li {
	width: 100%;
}
header.extended .nav-container nav ul > li:not(:last-child) {
	margin-right: unset;
	margin-bottom: 10px;
}
header.extended .nav-container nav ul > li > a {
	padding: 5px !important;
	color: #ffffff !important;
	border-radius: 4px;
	text-align: center;
	display: block;
	font-family: "nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
header .menu-btn-container {
	width: 20%;
	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 .menu-btn-container {
		display: none;
	}
}
header .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 .brand-container {
	height: 100%;
	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;
}
@media screen and (min-width: 992px) {
	header .brand-container {
		margin-left: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .brand-container img {
	width: 70%;
}
header .nav-container {
	width: 80%;
	display: none;
	-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;
	background-color: #fff;
	border-radius: 30px;
}
@media screen and (min-width: 992px) {
	header .nav-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .nav-container nav {
	width: 80%;
	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 .nav-container nav > a {
	width: 40px;
	padding: 0px 10px;
	margin-left: 20px;
}
header .nav-container nav ul {
	width: 100%;
	height: 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .nav-container nav ul > li {
	height: 100%;
}
header .nav-container nav ul > li:not(:last-child) {
	margin-right: 10px;
}
header .nav-container nav ul > li > a {
	height: 100%;
	color: #000;
	padding: 20px;
	text-decoration: none;
	font-size: 16px;
	font-family: "nunito", -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;
}
header .nav-container nav ul > li > a:hover {
	color: #7ed1f5;
}
header .nav-container > a {
	width: 60px;
	height: 60px;
	padding: 0px 10px;
	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;
	margin-right: 10px;
}
header .content-social-red {
	width: 20%;
	display: none;
	-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;
	padding: 15px;
}
@media screen and (min-width: 992px) {
	header .content-social-red {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .content-social-red #contact {
	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;
	margin-bottom: 10px;
}
header .content-social-red #contact > a {
	font-size: 10px;
	color: #ffffff;
}
header .content-social-red #contact > a:hover {
	color: #7ed1f5;
}
header .content-social-red #social-red {
	width: 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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .content-social-red #social-red > a {
	width: aauto;
	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;
}
header .content-social-red #social-red > a:hover {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
header .content-social-red #social-red > a > img {
	width: 50%;
}
.blanco {
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	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;
	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) {
	.blanco {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.blanco.extended {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.blanco.extended .nav-container {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	margin-right: unset;
	background-color: #292929;
	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;
}
.blanco.extended .nav-container nav {
	width: 100%;
	background-color: unset !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.blanco.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;
}
.blanco.extended .nav-container nav ul > li {
	width: 100%;
}
.blanco.extended .nav-container nav ul > li:not(:last-child) {
	margin-right: unset;
	margin-bottom: 10px;
}
.blanco.extended .nav-container nav ul > li > a {
	padding: 5px !important;
	color: #000000;
	border-radius: 4px;
	text-align: center;
	display: block;
	font-family: "nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.blanco .menu-btn-container {
	width: 20%;
	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) {
	.blanco .menu-btn-container {
		display: none;
	}
}
.blanco .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;
}
.blanco .brand-container {
	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) {
	.blanco .brand-container {
		margin-left: 30px;
	}
}
.blanco .brand-container img {
	width: 70%;
}
.blanco .nav-container {
	width: 60%;
	height: 100%;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-right: 1px solid #b8bbbd;
}
@media screen and (min-width: 992px) {
	.blanco .nav-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.blanco .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;
}
.blanco .nav-container nav ul {
	width: 100%;
	height: 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;
}
.blanco .nav-container nav ul > li {
	width: calc(100% / 5);
	height: 100%;
}
.blanco .nav-container nav ul > li:not(:last-child) {
	margin-right: 10px;
}
.blanco .nav-container nav ul > li > a {
	height: 100%;
	color: #000000;
	padding: 0px 20px;
	text-decoration: none;
	font-size: 13px;
	font-family: "nunito", -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;
}
.blanco .nav-container nav ul > li > a:hover {
	color: #7ed1f5;
}
.blanco .content-social-red {
	width: 20%;
	display: none;
	-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;
	padding: 15px;
}
@media screen and (min-width: 992px) {
	.blanco .content-social-red {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.blanco .content-social-red #contact {
	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;
	margin-bottom: 10px;
}
.blanco .content-social-red #contact > a {
	font-size: 10px;
	color: #000000;
}
.blanco .content-social-red #contact > a:hover {
	color: #7ed1f5;
}
.blanco .content-social-red #social-red {
	width: 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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blanco .content-social-red #social-red > a {
	width: aauto;
	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;
}
.blanco .content-social-red #social-red > a > img {
	width: 50%;
}
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%;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (min-width: 992px) {
	footer > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
footer > div:first-child {
	padding: 50px 20px;
	background-color: #001833;
}
@media screen and (min-width: 992px) {
	footer > div:first-child {
		padding: 50px 100px 20px;
	}
}
footer > div:first-child > 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;
	padding: 20px;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(1) {
		width: 30%;
	}
}
footer > div:first-child > div:nth-child(1) > img {
	width: 50%;
	margin-bottom: 30px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(1) > img {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}
footer > div:first-child > div:nth-child(1) > p {
	width: 100%;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(1) > p {
		width: 80%;
		text-align: start;
	}
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(2) {
		width: 20%;
	}
}
footer > div:first-child > div:nth-child(2) > h2 {
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(2) > h2 {
		text-align: start;
	}
}
footer > div:first-child > div:nth-child(2) > ul {
	-webkit-padding-start: 20px !important;
	padding-inline-start: 20px !important;
}
footer > div:first-child > div:nth-child(2) > ul > li {
	color: #ffffff;
	margin-bottom: 5px;
}
footer > div:first-child > div:nth-child(2) > ul > li > a {
	color: #ffffff;
}
footer > div:first-child > div:nth-child(2) > ul > li > a:hover {
	color: #7ed1f5;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(3) {
		width: 20%;
	}
}
footer > div:first-child > div:nth-child(3) > h2 {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(3) > h2 {
		text-align: start;
	}
}
footer > div:first-child > div:nth-child(3) > a {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: 13px;
}
footer > div:first-child > div:nth-child(3) > a:hover {
	color: #7ed1f5;
}
footer > div:first-child > div:nth-child(3) > a > span {
	height: 20px;
	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 > div:nth-child(3) > a > span:first-child {
	margin-right: 10px;
}
footer > div:first-child > div:nth-child(4) {
	-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 > div:nth-child(4) {
		width: 30%;
		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;
	}
}
footer > div:first-child > div:nth-child(4) > h2 {
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 30px;
	text-align: center;
}
footer > div:first-child > div:nth-child(4) > iframe {
	border-radius: 8px;
	width: 100% !important;
}
@media screen and (min-width: 992px) {
	footer > div:first-child > div:nth-child(4) > iframe {
		width: 70% !important;
	}
}
footer > div:last-child {
	background-color: #001833;
	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: 15px 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: 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 p {
	color: #c1c4c4;
	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: #252947;
}
body {
	width: 100%;
	background-color: #fefefe;
	font-family: "nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
main {
	margin-top: 170px !important;
}
section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
input,
textarea {
	font-family: "nunito", -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;
}
.menu-left {
	width: 100%;
	max-height: 95vh;
	margin: 0 0 15px 0;
	padding: 20px;
	overflow: auto;
	border-radius: 4px;
}
.menu-left::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.menu-left::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
@media screen and (min-width: 992px) {
	.menu-left {
		width: 20%;
		margin: 0;
		display: block;
	}
}
.menu-left ul {
	list-style-type: none;
}
.menu-left ul li {
	width: 100%;
}
.menu-left ul li:not(.w-sublist) a {
	padding-left: 31px;
}
.menu-left ul li a {
	color: #747474;
	padding: 15px 7px;
	cursor: pointer;
	border-radius: 3px;
	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;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-family: "nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #c1c1c1;
}
.menu-left ul li a:hover {
	background-color: #dedede;
}
.menu-left ul li a.selected {
	color: #256ebb;
}
.menu-left ul li a span:first-child {
	margin-right: 5px;
}
.menu-left ul li a span:first-child svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.menu-left ul li a + ul {
	margin-left: 15px;
	margin-bottom: 7px;
	display: none;
	opacity: 0;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.menu-left ul li a + ul li {
	margin-bottom: 0;
}
.menu-left ul li a + ul li a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 15px 5px 15px 15px;
	font-size: 16px;
	font-family: "nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.menu-left ul li a + ul li a.selected {
	color: #256ebb;
}
.menu-left ul li a + ul li a + ul.second-sub-list,
.menu-left ul li a + ul li a + ul.third-sub-list,
.menu-left ul li a + ul li a + ul.four-sub-list {
	margin-left: 22px;
}
.menu-left ul li a.selected + ul {
	display: block;
	opacity: 1;
}
.dolar-colombia-widget {
	margin-right: 20px;
}
.dolar-colombia-widget > a {
	font-weight: bold;
	color: #08e17f;
	font-size: 20px;
	margin-bottom: 20px;
}
#c-btn-s {
	background-color: #00ab4c;
	padding: 10px;
	border-radius: 10px 0px 0px 10px;
	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;
	bottom: 20px;
	right: 0;
}
#c-btn-s > img {
	width: 40px;
	margin-right: 10px;
}
#c-btn-s > a {
	color: #ffffff;
}
#c-i-s {
	width: 100%;
}
#c-i-s > iframe {
	width: 100%;
	height: 659px;
	margin-top: 20px;
	border: none;
}
.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:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	width: 100%;
	height: 100%;
	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: fixed;
	top: 0px;
	left: 0;
	z-index: 101;
}
.popup.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup .cortina-popup {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 100;
}
.popup .popup-content {
	width: 90%;
	height: 80vh;
	background-color: #ffff;
	color: #4d4d4d;
	border-radius: 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 102;
}
.popup .popup-content .content-btn-cerrar-popup {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
.popup .popup-content .content-btn-cerrar-popup a {
	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;
}
.popup .popup-content .content-popup {
	width: 100%;
	height: 80vh;
	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;
}
.popup .popup-content .content-popup iframe {
	width: 100%;
	height: 100%;
}
.title-principal {
	width: 100%;
	background-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;
}
.title-principal > div {
	width: 90%;
	padding: 40px 0px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-principal > div > h5 {
	width: 100%;
	font-size: 40px;
	color: #336498;
	font-family: "anton";
	font-weight: 400;
	border-bottom: 2px solid #336498 !important;
}
.content-breadcrumbs {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 2px solid #000000;
	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;
}
.content-breadcrumbs > div {
	width: 70%;
	padding: 10px 0px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-breadcrumbs > div > a {
	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-size: 12px;
	color: #000000;
}
.content-breadcrumbs > div > a:hover {
	color: #7ed1f5;
}
.content-breadcrumbs > div > span {
	margin: 0px 5px;
	font-size: 12px;
}
.form-inputs-box {
	width: 100%;
	padding: 20px 15px 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;
}
.form-input-container {
	width: 100%;
	position: relative;
}
.form-input-container:not(:last-child) {
	margin-bottom: 15px;
}
.form-input-container input,
select,
textarea {
	width: 100%;
	margin-bottom: 3px;
	padding: 15px 0px 3px 14px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
	border-radius: 2px;
	font-size: 1em;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
	font-family: "nunito";
}
.form-input-container input:focus,
select:focus {
	outline: none;
}
.form-input-container label {
	width: auto;
	color: #949494;
	pointer-events: none;
	font-size: 0.9em;
	position: absolute;
	top: 9px;
	left: 35px;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-family: "nunito-Italic";
	font-size: 20px;
}
.form-input-container label.on-focus {
	font-size: 0.55em;
	top: 3px;
}
main {
	margin-top: 90px;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
section#s-bloques-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;
	padding: 20px 0px;
	border-bottom: 2px solid #000000;
}
@media screen and (min-width: 992px) {
	section#s-bloques-container {
		padding: 60px 0px;
	}
}
section#s-bloques-container .menu-interno {
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section#s-bloques-container .menu-interno > 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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #767676;
	padding: 10px 0px;
}
section#s-bloques-container .menu-interno > div > a {
	color: #767676;
	margin-left: 50px;
}
section#s-bloques-container .menu-interno > div > a:hover {
	color: #7ed1f5;
}
section#s-bloques-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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (min-width: 992px) {
	section#s-bloques-container > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-bloques-container > div #s-bloques {
	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;
	padding: 10px;
	background-color: #f9f9f9;
}
@media screen and (min-width: 992px) {
	section#s-bloques-container > div #s-bloques {
		width: 80%;
		padding: 40px;
	}
}
section#s-bloques-container > div #s-bloques > iframe {
	width: 100%;
	height: 65vh;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	border-radius: 6px;
}
section#s-bloques-container > div #s-bloques > #content-image-b {
	width: 100%;
	height: auto;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
section#s-bloques-container > div #s-bloques > #content-image-b > 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;
	margin: 20px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	position: relative;
}
@media screen and (min-width: 992px) {
	section#s-bloques-container > div #s-bloques > #content-image-b > div {
		width: calc(100% / 4 - 60px);
		margin: 20px 40px 50px;
	}
}
section#s-bloques-container > div #s-bloques > #content-image-b > div:hover {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
section#s-bloques-container > div #s-bloques > #content-image-b > div > img {
	width: 100%;
}
section#s-bloques-container > div #s-bloques > #content-image-b #card-mapa {
	background-color: #d3d3d3;
	padding: 50px;
}
@media screen and (min-width: 992px) {
	section#s-bloques-container > div #s-bloques > #content-image-b #card-mapa {
		padding: 50px 10px;
	}
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-image-b
	#card-mapa
	#azul {
	width: 100%;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-image-b
	#card-mapa
	#azul
	> div {
	height: 5px;
	background-color: #112542;
	position: absolute;
	top: 0px;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-image-b
	#card-mapa
	> img {
	width: 80%;
	margin-bottom: 90px;
}
section#s-bloques-container > div #s-bloques > #content-bloques {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (min-width: 992px) {
	section#s-bloques-container > div #s-bloques > #content-bloques {
		width: 70%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-bloques-container > div #s-bloques > #content-bloques > 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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0px 25px;
	border-radius: 5px;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
}
section#s-bloques-container > div #s-bloques > #content-bloques > div:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
		0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
		0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 992px) {
	section#s-bloques-container > div #s-bloques > #content-bloques > div {
		width: calc(100% - 3px);
	}
}
section#s-bloques-container > div #s-bloques > #content-bloques > div > div {
	width: 100%;
	padding: 20px;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:first-child {
	background-color: #112542;
	color: #ffffff;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child {
	border: 1px solid #d3d3d3;
	padding: 10px;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child
	> h5 {
	border: 1px solid #d3d3d3;
	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;
	-webkit-box-align: centfser;
	-ms-flex-align: centfser;
	align-items: centfser;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child
	> h5
	> svg {
	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;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child
	> h5
	> 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;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child
	> div {
	width: 100%;
	padding: 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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 1px solid #d3d3d3;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child
	> div
	> a {
	margin-left: 20px;
	color: #000000;
	margin-bottom: 10px;
}
section#s-bloques-container
	> div
	#s-bloques
	> #content-bloques
	> div
	> div:last-child
	> div
	> a:hover {
	color: #7ed1f5;
}
/*# sourceMappingURL=bloques.min.css.map */

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

.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);
	}
}

#content-btn-right a {
	width: 30px !important;
	height: 30px !important;
}

#content-btn-right {
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-btn-right a {
	width: 50px;
	height: 50px;
	background-color: #256ebb;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-btn-right a:first-child {
	margin-right: 10px;
}
