@font-face {
	font-family: Barcelony;
	font-style: Bold;
	font-weight: 900;
	src: local("Barcelony"), local("Barcelony"),
		url(/src/fonts/muller/BarcelonyRegular.woff2) format("woff2"),
		url(/src/fonts/muller/BarcelonyRegular.woff) format("woff");
}
@font-face {
	font-family: "Muller bold";
	font-style: normal;
	font-weight: 600;
	src: local("Muller bold"), local("Muller bold"),
		url(/src/fonts/muller/MullerBold.woff2) format("woff2"),
		url(/src/fonts/muller/MullerBold.woff) format("woff");
}
@font-face {
	font-family: "Muller light";
	font-style: normal;
	font-weight: 500;
	src: local("Muller light"), local("Muller light"),
		url(/src/fonts/muller/MullerLight.woff2) format("woff2"),
		url(/src/fonts/muller/MullerLight.woff) format("woff");
}
@font-face {
	font-family: "Muller medium";
	font-style: normal;
	font-weight: 300;
	src: local("Muller medium"), local("Muller medium"),
		url(/src/fonts/muller/MullerMedium.woff2) format("woff2"),
		url(/src/fonts/muller/MullerMedium.woff) format("woff");
}
@font-face {
	font-family: "myriadpro regular";
	font-style: normal;
	font-weight: 300;
	src: local("myriadpro regular"), local("myriadpro regular"),
		url(/src/fonts/muller/MyriadPro-Regular.woff2) format("woff2"),
		url(/src/fonts/muller/MyriadPro-Regular.woff) format("woff");
}
@font-face {
	font-family: "Roboto Medium";
	font-style: normal;
	font-weight: 400;
	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: 400;
	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: 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;
}
header {
	width: 100%;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.8);
	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: 0;
	left: 0;
	z-index: 100;
}
header #google_translate_element2 {
	display: none !important;
}
@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 0;
	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: 0;
}
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: #fff !important;
	border-radius: 4px;
	text-align: center;
	display: block;
	font-family: "Muller Bold";
}
header .menu-btn-container {
	width: 15%;
	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 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .brand-container img {
	width: 60%;
}
header .nav-container {
	width: 100%;
	height: 100%;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media screen and (min-width: 992px) {
	header .nav-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .nav-container nav {
	width: 100%;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .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;
}
header .nav-container nav ul > li {
	width: calc(100% / 5);
	height: 100%;
}
header .nav-container nav ul > li:not(:last-child) {
	margin-right: 10px;
}
header .nav-container nav ul > li > a {
	height: 100%;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	font-size: 13px;
	font-family: "Muller Bold";
	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 #botones {
	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 #botones {
		margin-right: 10px;
	}
}
header #botones > select {
	width: 150px;
	padding: 4px 20px;
	margin-right: 20px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
header #botones > select > option {
	color: #000;
}
header #botones > a {
	width: 120px;
	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;
	height: 30px;
	padding: 4px 20px;
	color: #fff;
	border: 1px solid #fff;
}
header .content-social-red {
	width: 10%;
	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 #social-red {
	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: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .content-social-red #social-red > a {
	width: calc(100% / 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;
	-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 {
	height: 20px;
}
/* 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;
    background-color: #3d3d3d;
    color: #fff;
}
footer .margin-b {
    margin-bottom: 30px!important;
}
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;
    padding: 20px;
}
@media screen and (min-width:992px) {
    footer>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 50px 100px;
}
}footer>div:nth-child(1) {
    -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) {
    footer>div: nth-child(1) {
    padding: 40px 100px 10px;
}
}footer>div:nth-child(1)>img {
    width: 60%;
    margin-bottom: 20px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(1)>img {
    width: 18%;
    margin-bottom: 0;
}
}footer>div:nth-child(1)>div {
    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:nth-child(1)>div>span {
    color: #fff;
    font-size: 15px;
    margin-right: 40px;
}
footer>div:nth-child(1)>div>a:not(:last-child) {
    margin-right: 30px;
}
footer>div:nth-child(1)>div>a>img {
    height: 20px;
}
footer>div:nth-child(1) #content-newsletter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer>div:nth-child(1) #content-newsletter>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(1) #content-newsletter>div {
    width: 50%}
}footer>div:nth-child(1) #content-newsletter>div>h5 {
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: start;
}
footer>div:nth-child(1) #content-newsletter>div>p {
    color: #fff;
    font-size: 13px;
    text-align: start;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(1) #content-newsletter>div>p {
    margin-bottom: 50px;
}
}footer>div:nth-child(1) #content-newsletter>div>form {
    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;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 1px;
    margin-bottom: 20px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(1) #content-newsletter>div>form {
    margin-bottom: 0;
}
}footer>div:nth-child(1) #content-newsletter>div>form>input {
    width: 70%;
    height: 40px;
    padding: 20px;
    border: none;
    font-size: 15px;
}
footer>div:nth-child(1) #content-newsletter>div>form>a {
    width: 30%;
    height: 40px;
    background-color: #3c3c3b;
    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;
    letter-spacing: 3px;
    color: #fff;
    font-size: 8px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(1) #content-newsletter>div>form>a {
    font-size: 10px;
}
}@media screen and (min-width:992px) {
    footer>div: nth-child(5) {
    padding: 40px 100px 10px;
}
}footer>div:nth-child(5)>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: nth-child(5)>div:nth-child(1) {
    width: 22%}
}footer>div:nth-child(5)>div:nth-child(1)>a {
    width: 100%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
}
footer>div:nth-child(5)>div:nth-child(1)>a:hover {
    color: #bd2c2f;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(1)>a {
    width: 80%;
    text-align: start;
}
}@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(2) {
    width: 22%}
}footer>div:nth-child(5)>div:nth-child(2)>a {
    width: 100%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
}
footer>div:nth-child(5)>div:nth-child(2)>a:hover {
    color: #bd2c2f;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(2)>a {
    width: 80%;
    text-align: start;
}
}@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(3) {
    width: 22%}
}footer>div:nth-child(5)>div:nth-child(3)>a {
    width: 100%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
}
footer>div:nth-child(5)>div:nth-child(3)>a:hover {
    color: #bd2c2f;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(3)>a {
    width: 80%;
    text-align: start;
}
}footer>div:nth-child(5)>div:nth-child(4) {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(4) {
    width: 34%}
}footer>div:nth-child(5)>div:nth-child(4)>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer>div:nth-child(5)>div:nth-child(4)>div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer>div:nth-child(5)>div:nth-child(4)>div:first-child>h5 {
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: start;
}
footer>div:nth-child(5)>div:nth-child(4)>div:first-child>p {
    color: #fff;
    font-size: 13px;
    text-align: start;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(4)>div:first-child>p {
    margin-bottom: 50px;
}
}footer>div:nth-child(5)>div:nth-child(4)>div:first-child>form {
    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;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 1px;
    margin-bottom: 20px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(4)>div:first-child>form {
    margin-bottom: 70px;
}
}footer>div:nth-child(5)>div:nth-child(4)>div:first-child>form>input {
    width: 70%;
    height: 40px;
    padding: 20px;
    border: none;
    font-size: 15px;
}
footer>div:nth-child(5)>div:nth-child(4)>div:first-child>form>a {
    width: 30%;
    height: 40px;
    background-color: #3c3c3b;
    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;
    letter-spacing: 3px;
    color: #fff;
    font-size: 8px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(5)>div:nth-child(4)>div:first-child>form>a {
    font-size: 10px;
}
}footer>div:nth-child(2) {
    background-color: #3d3d3d!important;
    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:nth-child(2) .copyrigth-container {
    width: 90%;
    border-top: 1px solid #fff;
    padding: 15px 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer>div:nth-child(2) .copyrigth-container>p {
    width: 10%;
    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;
    color: #c1c4c4;
    font-size: 15px;
}
footer>div:nth-child(2) .copyrigth-container>p>svg {
    margin-right: 6px;
}
footer>div:nth-child(2) .copyrigth-container>a {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(2) .copyrigth-container>a {
    width: 300px;
}
}footer>div:nth-child(2) .copyrigth-container>a>img {
    width: 100px;
}
@media screen and (min-width:992px) {
    footer>div: nth-child(2) .copyrigth-container>a>img {
    width: 50%} */
/* } */
* {
	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;
}
body {
	width: 100%;
	background-color: #fefefe;
	font-family: "Muller light", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
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: #fff !important;
}
.popup .popup-content-sem-san .btn-cerrar-popup:hover svg path {
	fill: #fff !important;
}
.popup .popup-content {
	background-color: #ffff;
	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: "Muller Bold";
	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: "Muller light";
}
.popup .popup-content .form-contactenos .container-popup > div > p {
	font-size: 15px;
	color: #000;
	letter-spacing: 2px;
	font-family: "Muller light";
	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#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: "Muller light";
	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: 40px;
		font-weight: bold;
	}
}
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: "Muller light";
}
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: "Muller light";
}
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: "Muller light";
	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: "Muller light";
	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: 1px;
	font-family: "Muller light";
	margin-bottom: 10px;
	text-align: justify;
}
section#s-blog-interno > div #content-info-blog-interno .content-info-blog > h2 {
	margin-top: 30px; 
	color: #629e2d;
	font-weight: bold;
}
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: 18px;
	}
}
section#s-blog-interno {
	margin: 10px 0 0 0;
}
.content-image-blog {
	margin: 30px 0;
}
section#options {
	width: 100%;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#options div {
	width: 80%;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-blog-int-volv {
	color: #629e2d;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #629e2d;
	border-radius: 30px;
	color: #fff;
	padding: 6px 15px;
	font-weight: 700;
	gap: 5px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	transition: ease all 0.6s;
}
.btn-blog-int-volv:hover {
	transform: scale(1.05);
	text-decoration: none;
	color: #fff;
}
.btn-blog-int-volv.btn-naranja {
	background-color: #E6800C;
}

div#content-info-blog-interno img:nth-child(1) {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

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: 140px 0 0px 0;
}

.breadcrumb {
    background-color: #fff;
}

.breadcrumb-item a {
	color: #4d4d4d;
	font-weight: bold;
}
.breadcrumb-item.active {
	color: #E6800C;
	font-weight: bold;
}

.bread-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bread-nav .container{
	width: 80%;
	max-width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0px;
}

nav.bread-nav {
    margin: 100px 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: inline-block;
    margin: auto;
    max-width: 90%;
    border-radius: 10px;
    cursor: pointer;
}

#footer-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    
    padding: 20px;
}
#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;
}



span {
	width: auto !important;
	height: auto !important;
	font-family: "Muller light" !important;
}


@media(max-width:767px){
	#footer-2 {
	    width: 100%;
	    display: block;
	    grid-template-columns: 1fr 1fr 1fr;
	    justify-content: center;
	    align-items: center;
	    padding: 20px;
	    text-align: center;
	}

	.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;
	}

	p.lista-img img {
		/* display: block; */
		/* clear: both; */
		/* display: block !important; */
		/* margin: 42px !important; */
		clear: both;
		position: relative;
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	p.lista-img {
		display: block !important;
	}

	
	
	
}

@media screen and (max-width: 1024px) {
	.bread-nav .container {
		width: 100%;
	}

	div#content-title-principal {
		width: 100%;
		max-width: 100%;
	}

	.botones-container {
		flex-direction: column;
		gap: 0px;
	}

	.botones-container button {
		padding: 5px 20px;
		width: 100%;
	}

	section#s-blog-interno > div #content-info-blog-interno .content-info-blog > h2 {
		font-size: 22px;
	}
}