
.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;
}
body {
	top: 0 !important;
}

.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#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-interno {
	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;
	background-color: #fff;
	padding-bottom: 10px;
}
section#s-blog-interno > div {
	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;
}
@media screen and (min-width: 992px) {
	section#s-blog-interno > div {
		width: 100%;
	}
}
section#s-blog-interno > div #content-title-principal {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#s-blog-interno > div #content-title-principal > 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-interno > div #content-title-principal > h1 > span {
	font-size: 25px;
	color: #629e2d;
	letter-spacing: 2px;
	font-family: "lato-regular";
	text-align: center;
}
section#s-blog-interno > div #content-title-principal > h1 > div {
	margin: 10px 0 20px;
	width: 60%;
	border-bottom: 2px solid #d3d3d3;
}
@media screen and (min-width: 992px) {
	section#s-blog-interno > div #content-title-principal > h1 > span {
		font-size: 50px;
	}
}
section#s-blog-interno > div #content-info-blog-interno {
	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;
	border-radius: 10px;
	background-color: #fff;
}
@media screen and (min-width: 992px) {
	section#s-blog-interno > div #content-info-blog-interno {
		width: 80%;
		max-width: 1300px;
	}
}
section#s-blog-interno > div #content-info-blog-interno > p {
	width: 85%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	letter-spacing: 2px;
	font-family: "lato-regular";
}
section#s-blog-interno > div #content-info-blog-interno > b {
	text-align: center;
	margin: 50px 0 80px;
	font-size: 25px;
	color: #000;
	letter-spacing: 2px;
	font-family: "lato-regular";
}
section#s-blog-interno > div #content-info-blog-interno > h5 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	color: #ff5a5d;
	letter-spacing: 2px;
	font-family: Barcelony;
}
section#s-blog-interno > div #content-info-blog-interno > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-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: 30px;
}
section#s-blog-interno > div #content-info-blog-interno .content-image-blog {
	width: 100%;
	border: 2px solid #d3d3d3;
	margin-bottom: 40px;
	border-radius: 8px;
	padding: 0;
	-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;
	overflow: hidden;
}
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-image-blog
	> img {
	width: 100%;
	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;
}
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-image-blog
	> img.s-c-a-t {
	width: 100%;
	height: auto !important;
	border-radius: 8px 8px 0 0;
}
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-image-blog
	.pie-de-imagen {
	width: 95%;
	font-size: 13px;
	color: #000;
	letter-spacing: 2px;
	font-family: "lato-regular";
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}
@media screen and (min-width: 992px) {
	section#s-blog-interno
		> div
		#content-info-blog-interno
		.content-image-blog
		.pie-de-imagen {
		margin-bottom: 50px;
	}
}
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-image-blog
	.pie-de-imagen
	> a {
	color: #ff5a5d;
}
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-image-blog
	> p {
	font-size: 20px;
	color: #000;
	letter-spacing: 2px;
	font-family: "lato-regular";
	margin-bottom: 20px;
	text-align: justify;
	padding: 10px 30px 30px;
}
section#s-blog-interno > div #content-info-blog-interno .content-info-blog {
	width: 100%;
	padding: 15px 0;
}
section#s-blog-interno > div #content-info-blog-interno .content-info-blog > p,
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-info-blog
	> ol {
	font-size: 16px;
	color: #000;
	letter-spacing: 2px;
	font-family: "lato-regular";
	margin-bottom: 20px;
	text-align: justify;
}
section#s-blog-interno
	> div
	#content-info-blog-interno
	.content-info-blog
	> ol {
	margin-left: 30px;
}
@media screen and (min-width: 992px) {
	section#s-blog-interno
		> div
		#content-info-blog-interno
		.content-info-blog
		> p {
		font-size: 20px;
	}
}
section#s-blog-interno {
	margin: 10px 0 0 0;
}
.content-image-blog {
	margin: 30px 0;
}
section#options {
	width: 80%;
	max-width: 1300px;
	margin-top: 100px;
	margin: 10px auto 0;
}
.back_post a {
	color: #629e2d;
	display: flex;
}
.back_post a span {
	margin: 5px 0 0 0;
}
.back_post a {
	color: #629e2d;
	display: flex;
	background: #629e2d;
	border-radius: 30px;
	color: #fff;
	padding: 5px 17px 5px 2px;
	animation-duration: 0.6s;
	font-weight: 700;
}
.back_post a:hover {
	transform: scale(1.1);
	background: #6c757d;
}
@media (max-width: 414px) {
	.back_post {
	}
}

div#content-info-blog-interno img:nth-child(1) {
	width: 100%;
}

div#content-title-principal {
	/* max-width: 80%; */
	width: 80%;
	max-width: 1300px;
}

div#content-info-blog-interno ul li,
div#content-info-blog-interno ol li {
	font-size: 20px;
}
.content-info-blog ul,
.content-info-blog ol {
	margin-left: 31px;
	margin-bottom: 23px;
	line-height: 31px;
}

img.img-center {
	margin: auto;
	display: block;
}

/*  */
nav.bread-nav {
	margin: 107px 0 0px 0;
}

@media (max-width: 767px) {
	div#content-info-blog-interno img {
		max-width: 90%;
		height: auto !important;
	}
}
@media (max-width: 414px) {
	div#content-info-blog-interno img {
		max-width: 100%;
		height: auto !important;
	}
}

/*  */
section.s-btn-comprar {
	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;
	padding: 0px 10px 40px;
}

@media screen and (min-width: 920px) {
	section.s-btn-comprar > div {
		width: 55%;
	}
}

@media screen and (min-width: 920px) {
	section.s-btn-comprar > div {
		width: 40%;
	}
}

section.s-btn-comprar > div > a {
	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;
	color: #ffffff;
	padding: 4px 0px 0px;
	background-image: url(/catedral/src/img/catedral/fondo_banner-azul-rey.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section.s-btn-comprar > div > a > img {
	width: 100%;
}

a.compra-boletas {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 17px;
	color: #2196f3;
	font-weight: bp;
	font-weight: bold;
	margin: 0 0 30px 0;
}

#content-banner-comprar {
	width: 100%;
}

#content-banner-comprar img {
	width: 60%;
}


.content-info-blog img {
    display: block;
    margin: auto;
    max-width: 90%;
    border-radius: 10px;
    cursor: pointer;
}

#contennt-redes-desal-f svg {
    width: 30px;
    fill: #fff;
}
#contennt-redes-desal-f {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

div#contennt-redes-desal-f i {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

div#desal-f-3 a {
    display: block;
    line-height: 24px;
}

div#desal-f-2 img {
    max-width: 260px;
}

div#desal-f-3 {
    text-align: center;
}


.content-info-blog h3 {
    clear: both;
    margin: 34px 0 13px 0;
    font-size: 23px;
}

@media(max-width:767px){

	.content-info-blog img {
		width: 90% !important;
		display: block;
		float: none !important;
	}
	.content-info-blog p:empty {
		display: none;
	}
	.content-info-blog br + br {
		display: none;
	}

	.content-info-blog div {
	    display: block !important;
	}
	
	
}

.principal-title h2 {
    font-size: 40px;
}

@media(max-width:1024px){

    .principal-title h2 {
        font-size: 22px;
    }
}