
p {
	font-family: "lato-regular";
}
.material-icons {
	font-family: "Material Icons";
	color: #ff8b00;
	font-weight: 400;
	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";
}
#goog-gt-tt {
	display: none !important;
}
.goog-te-banner-frame {
	display: none !important;
}
.goog-te-menu-value:hover {
	text-decoration: none !important;
}
.goog-te-gadget-icon {
	background-image: url(//gtranslate.net/flags/gt_logo_19x19.gif) !important;
	background-position: 0 0 !important;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #bd2c2f;
}
.svg-18px {
	width: 18px;
	height: 18px;
}
.svg-24px {
	width: 24px;
	height: 24px;
}
.svg-30px {
	width: 30px;
	height: 30px;
}
.svg-35px {
	width: 35px;
	height: 35px;
}
.svg-40px {
	width: 40px;
	height: 40px;
}
section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
input,
textarea {
	font-family: "Muller light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
input:focus,
textarea:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
.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 {
	display: none;
}
.popup.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup .cortina-popup {
	display: none;
}
.popup .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 .popup-content-sem-san {
	width: 96% !important;
	background-color: transparent !important;
	color: #fff !important;
}
@media screen and (min-width: 992px) {
	.popup .popup-content-sem-san {
		width: 730px !important;
	}
}
.popup .popup-content-sem-san .btn-cerrar-popup {
	color: #fff !important;
}
.popup .popup-content-sem-san .btn-cerrar-popup > svg path {
	fill: #ffffff !important;
}
.popup .popup-content-sem-san .btn-cerrar-popup:hover svg path {
	fill: #ffffff !important;
}
.popup .popup-content {
	background-color: #fff;
	color: #4d4d4d;
	width: 96%;
	height: auto;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	position: absolute;
}
@media screen and (min-width: 992px) {
	.popup .popup-content {
		width: 1000px;
	}
}
.popup .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;
}
.popup .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 .popup-content .btn-cerrar-popup:hover {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.popup .popup-content .btn-cerrar-popup:hover svg path {
	fill: #000;
}
.popup .popup-content .content-sem-san {
	height: 80vh !important;
}
.popup .popup-content .form-contactenos {
	width: 100%;
	height: 400px;
	padding: 0 40px 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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4e4e4e;
	position: relative;
	overflow: auto;
	margin-bottom: 30px;
}
.popup .popup-content .form-contactenos .container-popup {
	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;
	position: absolute;
	top: 0;
}
.popup .popup-content .form-contactenos .container-popup > 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 .popup-content .form-contactenos .container-popup > div h3 {
	color: #ff5a5e;
	font-size: 30px;
	padding: 10px 0;
    font-family: "lato-bold" !important;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
@media screen and (min-width: 992px) {
	.popup .popup-content .form-contactenos .container-popup > div h3 {
		font-size: 28px;
	}
}
.popup .popup-content .form-contactenos .container-popup > div img {
	width: 70%;
	border-radius: 8px;
	-webkit-box-shadow: 0 12px 10px 0 #f5f5f5, 1px 4px 10px 0 #b5b5b5,
		0 4px 10px -3px #000;
	box-shadow: 0 12px 10px 0 #f5f5f5, 1px 4px 10px 0 #b5b5b5,
		0 4px 10px -3px #000;
	margin-bottom: 20px;
}
.popup
	.popup-content
	.form-contactenos
	.container-popup
	> div
	#btn-go-to-compra {
	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) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 85%;
	}
}
@media screen and (min-width: 900px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 42%;
	}
}
@media screen and (min-width: 1000px) {
	.popup
		.popup-content
		.form-contactenos
		.container-popup
		> div
		#btn-go-to-compra {
		width: 55%;
	}
}
.popup
	.popup-content
	.form-contactenos
	.container-popup
	> div
	#btn-go-to-compra
	#image-sem-san {
	width: 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);
}
.popup .popup-content .form-contactenos .container-popup > div > ul {
	width: 95%;
}
.popup .popup-content .form-contactenos .container-popup > div > ul > li {
	margin-bottom: 10px;
	font-family: "lato-regular";
}
.popup .popup-content .form-contactenos .container-popup > div > p {
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
	font-family: "lato-regular";
	margin-bottom: 20px;
	text-align: justify;
}
@media screen and (min-width: 992px) {
	.popup .popup-content .form-contactenos .container-popup > div > p {
		font-size: 20px;
	}
}
.menu-left {
	width: 100%;
	max-height: 95vh;
	margin: 0 0 15px 0;
	padding: 20px;
	overflow: auto;
	background-color: #eee;
	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: #202124;
	padding: 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: "Roboto Medium", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
	font-size: 14px;
}
.menu-left ul li a:hover {
	background-color: #dedede;
}
.menu-left ul li a.selected {
	color: #85cef2;
}
.menu-left ul li a span:first-child {
	margin-right: 5px;
}
.menu-left ul li a + ul {
	margin-left: 15px;
	margin-bottom: 7px;
	display: none;
	opacity: 0;
	border-left: 3px solid #85cef2;
	-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: 5px 5px 5px 15px;
	font-size: 12px;
	font-family: "Roboto Regular", -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: #85cef2;
}
.menu-left ul li a + ul li a + ul.four-sub-list,
.menu-left ul li a + ul li a + ul.second-sub-list,
.menu-left ul li a + ul li a + ul.third-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: 700;
	color: #08e17f;
	font-size: 20px;
	margin-bottom: 20px;
}
#c-btn-s {
	background-color: #00ab4c;
	padding: 10px;
	border-radius: 10px 0 0 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: #fff;
}
#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 0.5s;
	transition: opacity 0.5s;
	visibility: hidden;
	opacity: 0;
}
.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: 0;
}
@media screen and (min-width: 992px) {
	.overlay .popup {
		width: 800px;
		left: calc(50% - 400px);
	}
}
.overlay .popup h2 {
	margin: 20px 0;
	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: 700;
	text-decoration: none;
	color: #333 !important;
}
.overlay .popup .close:hover {
	color: #06d85f;
}
.overlay .popup .content {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.overlay .popup #btn-enviar-hv {
	padding: 5px 20px;
	border-radius: 20px;
	color: #230059;
	font-weight: 700;
	background: #34ffd3;
	background: linear-gradient(80deg, #34ffd3 0, #b3ff4f 100%);
}
.overlay .popup .p-n-c > p {
	width: 98%;
	text-align: justify;
	margin-bottom: 5px;
}
.overlay .popup .p-n-c > h3 {
	margin-bottom: 10px;
}
.title-principal {
	width: 100%;
	background-color: #112542;
	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: 70%;
	padding: 40px 0;
	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 {
	font-size: 16px;
	color: #85cef2;
}
.content-breadcrumbs {
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #000;
	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 0;
	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;
}
.content-breadcrumbs > div > span {
	margin: 0 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 0 3px 14px;
	background-color: #fff;
	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: "sfui Light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
.form-input-container input:focus,
select:focus {
	outline: 0;
}
.form-input-container label {
	width: auto;
	color: #000;
	pointer-events: none;
	font-size: 0.9em;
	position: absolute;
	top: 9px;
	left: 15px;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	font-family: "sfui Light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
.form-input-container label.on-focus {
	font-size: 0.55em;
	top: 3px;
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
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: "Verdana 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: 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 {
	width: 100%;
	height: 15vh;
	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-banner #image-f {
	width: 100%;
	height: 15vh;
	background-color: #ff5a5d;
	position: absolute;
	top: 0;
	left: 0;
}
section#s-banner #image-f > img {
	width: 100%;
	height: 15vh;
}
section#s-blog {
	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: 30px 0;
}
section#s-blog > 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-blog > div > div {
	width: 100%;
	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;
}
section#s-blog > div > div:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#s-blog > div > div:first-child > h1 {
	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-blog > div > div:first-child > h1 > span:nth-child(1) {
	font-size: 50px;
	color: #829b29;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-family: "lato-regular";
}
section#s-blog > div > div:first-child > h1 > span:nth-child(2) {
	font-size: 12px;
	letter-spacing: 5px;
	color: #706f6f;
	font-family: "lato-regular";
}
section#s-blog > div > div:first-child > h1 > div {
	margin: 10px 0 30px;
	width: 60%;
	border-bottom: 2px solid #d3d3d3;
}
section#s-blog > div > div:last-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#s-blog > div > div:last-child > 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: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1.5px solid #d3d3d3;
	margin-bottom: 40px;
	-webkit-transition: ease all 0.6s;
	transition: ease all 0.6s;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}
@media screen and (min-width: 992px) {
	section#s-blog > div > div:last-child > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
section#s-blog > div > div:last-child > div:hover {
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1);
	background-color: transparent;
}

section#s-blog > div > div:last-child > div > 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;
}
section#s-blog > div > div:last-child > div > div:first-child > img {
	width: 100%;
}
section#s-blog > div > div:last-child > div > div:last-child {
	padding: 20px;
}
@media screen and (min-width: 992px) {
	section#s-blog > div > div:last-child > div > div:last-child {
		padding: 0;
	}
}
section#s-blog > div > div:last-child > div > div:last-child > h3 {
	width: 100%;
	text-align: start;
	margin-bottom: 20px;
	color: #000;
}
section#s-blog > div > div:last-child > div > div:last-child > p {
	color: #000;
	letter-spacing: 2px;
	font-size: 15px;
	text-align: start;
	margin-bottom: 20px;
	font-family: "lato-regular";
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
section#s-blog > div > div:last-child > div > div:last-child > a {
	color: #fff;
	text-align: start;
	font-size: 18px;
	letter-spacing: 2px;
    font-family: "lato-bold" !important;
	padding: 8px 20px;
	/*  background-color: #ff5a5d; */
	border-radius: 8px;
	-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);
	-webkit-transition: ease all 0.6s;
	transition: ease all 0.6s;
}
section#s-blog > div > div:last-child > div > div:last-child > a:hover {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
article,
aside,
figcaption,
figure,
hgroup,
main,
section {
	display: block;
	width: 100%;
}
#s-blog {
	margin-top: 0;
}
.lista-categorias {
	display: flex;
	margin: 50px auto;
	max-width: 656px;
}
.lista-categorias {
	display: flex;
	margin: auto;
	max-width: 750px;
}
.categoria {
	max-width: 90%;
	margin: 0 10px;
}
.categoria img {
	width: 100%;
}
section#categorias {
	margin: 50px 0 125px;
}
.categoria {
	max-width: 430px;
	display: flex;
	margin: auto;
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 10px;
}
.filtros-blog > div > div:last-child > div:hover {
	-webkit-transform: scale(1.02, 1.02) !important;
	transform: scale(1.02, 1.02) !important;
	background-color: #ff5a5d00 !important;
}
section#s-blog > div > div:first-child > h1 > span:nth-child(1) {
	font-family: Barcelony;
	font-weight: 700;
}
.filtros-blog > div > div:last-child > div {
	max-width: 700px !important;
}
section#s-blog > div > div:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
}
@media (max-width: 414px) {
	.filtros-blog > div > div:last-child > div {
		border: none !important;
	}
	.lista-categorias {
		display: table-column;
		margin: auto;
		max-width: 700px;
	}
	div#categorias {
		margin: -62px 0 0 0;
	}
	.categoria {
		border: 1px #00000024 solid;
		padding: 3px;
	}
	section#s-blog > div > div:last-child > div > div:last-child {
		padding: 25px 0;
	}
}
section#s-cards {
	max-width: 656px;
	margin: -47px auto 24px;
}
section#s-cards > div .card > h2 {
	width: 125px;
	text-align: center;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	font-size: 20px;
	color: #7e7c7c;
}
.buscador {
	max-width: 340px;
	margin: -10px 0 20px 0;
}
.buscador input {
	border-radius: 20px 0 0 20px;
	font-family: "lato-regular";
	height: 42px;
}
.buscador button {
	border-radius: 0 20px 20px 0;
	background: #be2b31;
	color: #fff;
	font-family: "lato-regular";
	font-size: 18px;
	font-weight: 700;
}
section#s-cards {
	margin-top: 15px;
	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;
	background-color: #fff;
	padding: 30px 100px !important;
	margin-bottom: 40px;
	box-shadow: 1px 0 6px 7px #ebebeb;
}
section#s-cards > .marco 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-cards .marco {
	padding: 10px;
	border-radius: 50px;
}
section#s-cards > div .card {
	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: relative;
	overflow: hidden;
	margin: 20px 30px 0 30px;
	max-width: 350px;
	border: 1px #a1a1a1 solid;
	border-radius: 22px;
	transition: ease all 0.5s;
	cursor: pointer;
}
section#s-cards > div .card > div > div {
	overflow: hidden;
}
section#s-cards > div .card img {
	width: 100%;
}

section#s-cards > div .card:hover img {
	-webkit-filter: saturate(180%);
	filter: saturate(180%);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.marco a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
}
.marco a:hover {
	color: #fff;
	text-decoration: none;
}
.marco > div > div:first-child {
	background-color: #bc2b2e;
}
.marco > div > div:last-child {
	background-color: #829a2a;
}
section#s-cards > div .card > h2 {
	width: 200px;
	text-align: center;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	font-size: 20px;
	color: #7e7c7c;
}
section#s-cards > div .card:hover > img {
	-webkit-filter: saturate(180%);
	filter: saturate(180%);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
section#s-cards > div .card > img {
	width: 100%;
	border-radius: 14px;
}
section#s-cards {
	max-width: 1300px;
	margin: -47px auto 24px;
	background: #f18606 !important;
}
.postCard div {
	background: #f3f3f3;
}
.postCard a {
	text-decoration: none !important;
}
.postCard-zipaquira h3 {
	color: #5d5d5d !important;
	font-size: 17px;
	font-weight: 700;
    font-family: "lato-bold" !important;
}
.postCard-zipaquira p {
	color: #5d5d5d !important;
}
.postCard .description {
	padding: 13px 7px 1px 5px;
}

a.openPost:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 992px) {
	section#s-cards > .marco > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	section#s-cards .marco {
		padding: 10px;
	}

	section#s-cards > div .card {
		max-width: 395px;
	}

	section#s-cards .marco {
		background: #fff;
		box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
			0 2px 4px -1px rgb(0 0 0 / 30%);
	}
}

@media (max-width: 414px) {
	section#s-blog {
		padding: 4px 0;
	}
	section#s-cards {
		max-width: 1300px;
		margin: -55px auto 24px;
	}
	section#s-cards {
		padding: 0 !important;
	}
	section#s-cards {
		box-shadow: none;
	}
}

/* styles post */

.first-post-title-zipaquira {
	color: #be2b31;
    font-family: "lato-bold" ;
}

a.openPost {
	color: #fff;
	margin: 10px auto;
	text-align: center;
	justify-content: center;
	display: flex;
	max-width: 100px;
	border-radius: 14px;
    font-family: "lato-bold" ;
	background-color: #BE2B31 !important;
}

a.openPost-zipaquira {
	background: #be2b31;
}
/* catedral de sal */
a.openPost-catedral-de-sal {
	background: #829b29;
}
h3.first-post-title-catedral-de-sal {
	color: #829b29;
}

/* buscador */
.buscador button.button-zipaquira {
	background: #be2b31;
}
.buscador button.button-catedral-de-sal {
	background: #829b29;
}

/* buscador burttons post */
.btnVermasListaBuscador-catedral-de-sal {
	background: #829b29;
}
.btnVermasListaBuscador-zipaquira {
	background: #be2b31;
}

/* listaBuscador */
.post.listaPostBuscadorContent {
	max-width: 891px;
}

/* fechaPost */
span.fechaPost {
	font-size: 10px;
	font-weight: bold;
    font-family: "lato-bold" ;
}

/* cards responsive */

#principal-content-blog {
	padding: 0px;
	width: 80%;
	max-width: 90% !important;
}

.content-info-blog {
	display: flex;
	justify-content: center;
	align-items: center;
}

a.btnVermasListaBuscador- {
    background: #ff5a5d !important;
}

section#s-blog > div > div:last-child > div > div:last-child {
    padding: 0 0 0 17px;
}


@media(max-width:767px){
	section#s-blog > div > div {
		display: block;
	}
	section#s-blog .input-group {
		margin: 10px 0;
		padding: 10px;
	}

	#filtro-c select {
		width: 100% !important;
	}
	section#s-blog > div > div:last-child > div {
		width: 93%;
		margin: 22px auto;
	}
}