/* Colors
------------------------------------------

HEX colors:

Institucional Logotipo:
Naranja: #f05025
Gris: #757678

Pilares anteriores:
Justicia old: #37612F
Seguridad old: #174F61
Transparencia old: #3BA79F
Educación old: #1F4384
Gasto Público old: #EF5B31
Anticorrupción old: #383D45
Competencia old: #FDC63D

Pilares:
Justicia: #37612F
Seguridad: #174F61
Transparencia: #3BA79F
Educación: #1F4384
Gasto Público: #BF2727
Anticorrupción: #383D45
Competencia: #FDC63D
------------------------------------------ */

/* General Styles
------------------------------------------ */

.dima-navbar-wrap.desk-nav.dima-navbar-top .dima-navbar .dima-nav {
	background-color: #fff !important;
}

.logo {
	display: none !important;
}

.dima-main p {
	font-size: 18px;
}

.dima-main article p {
	font-size: 14px;
}

.dima-navbar {
	box-shadow: none !important;
}

.dima-menu-span {
	text-transform: uppercase;
}

.dima-breadcrumbs {
	margin-bottom: 50px;
}

.page-section-content {
	padding-top: 0 !important;
}

.orange-text,
a.orange-text,
.menu-item.orange-text a {
	color: #f05025 !important;
}

a.orange-text:hover,
.menu-item.orange-text a:hover {
	color: #f05025;
}

.mxe-button {
  color: #fff;
  border: 0;
}

.dropcap.dropcap-1 {
    font-size: 4.2857142857rem !important;
}

.default-cursor {
	cursor: default;
}

.see-more-button-container {
	clear: both;
	text-align: center;
	width: 100%;
}

.section-title-container {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.section-title-container {
		flex-direction: column;
		align-items: start;
	}
}

.section-title {
	margin-right: 50px;
}

.section-subtitle {
	font-weight: normal;
	margin-bottom: 0px;
}

.boxed-blog article .post-meta ul li.post-on, .boxed-blog .post .post-meta ul li.post-on {
	text-transform: none !important;
}

.mxe-select {
	line-height: 16px;
}


/* Breadcrumbs
------------------------------------------ */

.mxe-breadcrumbs.title_container {
	background-color: transparent;
}

.mxe-breadcrumbs.title_container .dima-breadcrumbs,
.mxe-breadcrumbs.title_container .dima-breadcrumbs a {
	color: #f05025 !important;
}


/* Home
------------------------------------------ */

.dima-breaking-news {
	background-color: #eeeae9;
	height: auto !important;
}

.dima-breaking-news .container {
  display: flex;
}

.dima-breaking-news .side-color {
	height: 100% !important;
	right: 99%;
}

@media only screen and (max-width: 768px) {
	.dima-breaking-news .side-color {
		display: none;
	}
}

.dima-breaking-news .dima-breaking-news-title {
	align-items: center;
	display: flex;
	height: auto !important;
}

@media only screen and (max-width: 768px) {
	.dima-breaking-news .dima-breaking-news-title {
		display: none;
	}
}

.dima-breaking-news .dima-breaking-news-title span {
  font-size: 1.2rem;
  font-weight: bold !important;
}

.dima-breaking-news .donate-banner {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-left: 2rem;
}

@media only screen and (max-width: 768px) {
	.dima-breaking-news .donate-banner {
	  padding: 8px 0px;
	}
}

.dima-breaking-news .donate-banner span {
	padding-right: 8px;
}

@media only screen and (max-width: 768px) {
	.dima-breaking-news .donate-banner .mxe-button {
	  min-width: 85px;
	}
}

@media only screen and (max-width: 768px) {
	.home-header-logo-container div [class^="ok-"] {
		margin-bottom: 0px;
	}
}

.home-header-logo {
	max-width: 230px;
	margin: 20px 0;
}

@media only screen and (max-width: 768px) {
	.home-header-logo {
		max-width: 90px;
		margin: 20px 0px 0px 0px;
	}
}

.dima-big-grid-wrapper .posts-list article,
.dima-big-grid-wrapper .main-post article {
	padding-bottom: 6px;
	padding-right: 6px;
}

.big-cover-adornment {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	width: 120px;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
	.big-cover-adornment {
		width: 90px;
	}
}

.big-cover-adornment .category-icon {
	height: 120px;
	width: 120px;
}

@media only screen and (max-width: 768px) {
	.big-cover-adornment .category-icon {
		height: 90px;
		width: 90px;
	}
}

.home .dima-big-grid-two article:nth-of-type(1) .big-cover-adornment {
	left: 0;
}

.home .dima-big-grid-two article:nth-of-type(2) .big-cover-adornment {
	right: 0px;
}

.big-cover-adornment .logo-container {
	background-color: white;
	text-align: center;
}

.big-cover-adornment .logo-container img {
	display: inline-block !important;
	margin: 8px 0 !important;
	width: 56% !important;
}

.dima-big-grid-wrapper.hover-two article .post-img.no-gradient:after {
	display: none;
}

.big-cover-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.big-cover-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;    /* 0.6*/
}

.big-cover-overlay-icon-container {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.dima-big-grid-wrapper.dima-big-grid-two .posts-list article .post-img {
	height: auto !important;
	position: relative;
}

.big-cover.big-cover-square {
	position: relative !important;
}

/*---- Blog type: Post list side ----*/

.mxe-horizontal-posts-list .main-post {
	padding: 0px;
}

.boxed-blog.mxe-horizontal-posts-list .posts-list {
	padding: 0 30px;
}

.mxe-horizontal-posts-list article.e-post,
.boxed-blog .post.e-post {
	border: none;
	padding: 0px !important;
}

.mxe-horizontal-posts-list .post-meta ul {
	text-align: left !important;
}

.mxe-horizontal-posts-list .post-meta ul li {
	float: none !important;
}

.mxe-horizontal-posts-list article.title-position-inside-post-image .post-img:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 65%;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.mxe-horizontal-posts-list article.title-position-inside-post-image .mxe-grid-meta .entry-title a {
	color: white !important;
}

.mxe-horizontal-posts-list article.e-post .post-content, .boxed-blog .post.e-post .post-content {
	padding-top: 0px;
}

.mxe-horizontal-posts-list article.e-post .post-meta, .boxed-blog .post.e-post .post-meta {
	border-bottom: none;
}

.mxe-horizontal-posts-list .mxe-grid-meta {
    padding: 25px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.mxe-horizontal-posts-list.blog-list .posts-list > li:first-child {
	border-top: none !important;
}

.mxe-horizontal-posts-list.blog-list .posts-list > li {
	border-top: 1px solid #e1e1e1;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

/*---- Blog type: Post title cloud ----*/

.mxe-posts-cloud {
	text-align: justify;
}

.mxe-posts-cloud .post-cloud-title {
	display: inline;
	font-size: 2em;
	font-weight: bold;
	line-height: 3rem;
}

.mxe-posts-cloud .post-cloud-title:nth-child(odd),
.mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #f05025;
}

.mxe-posts-cloud .post-cloud-title:nth-child(even),
.mxe-posts-cloud .post-cloud-title:nth-child(even) a {
	color: #757678;
}

.mxe-posts-cloud .post-cloud-title:last-child span {
	display: none;
}

.mxe-posts-cloud img {
	vertical-align: middle;
}

.mxe-posts-cloud .post-cloud-title,
.mxe-posts-cloud span {
	vertical-align: baseline;
}

.mxe-posts-cloud .post-cloud-category-icon {
	display: inline;
	width: 30px;
}

/*---- Blog type: Grid ----*/

.blog-grid article.post .post-meta,
.blog-grid article.post .post-content {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.blog-grid .mxe-grid-meta-container {
	color: #ffffff;
	padding-left: inherit;
	padding-right: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.blog-grid .mxe-grid-meta {
	padding: 14px;
	color: #ffffff;
	width: 100%;
}

.blog-grid article.title-position-inside-post-image .mxe-grid-meta .entry-title {
	margin-bottom: 0px;
	font-size: 14px !important;
}

.blog-grid article.title-position-inside-post-image .mxe-grid-meta .entry-title a {
	color: white !important;
}

.blog-grid .featured-img-adornment {
	position: absolute;
	z-index: 2;
}

.blog-grid .featured-img-adornment.none {
	display: none;
}

.blog-grid article:nth-of-type(1) .featured-img-adornment.side {
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 120px;
}

.blog-grid article:nth-of-type(2) .featured-img-adornment.side {
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 120px;
}

.blog-grid .featured-img-adornment.corner {
	right: 0;
	top: 0;
	width: 60px;
}

.blog-grid .featured-img-adornment.corner-with-logo {
	right: 0;
	top: 0;
	width: 120px;
}

.blog-grid .featured-img-adornment.side .category-icon,
.blog-grid .featured-img-adornment.corner-with-logo .category-icon {
	height: 120px;
	width: 120px;
}

.blog-grid .featured-img-adornment.corner .category-icon {
	height: 60px;
	width: 60px;
}

.blog-grid .featured-img-adornment .logo-container {
	background-color: white;
	text-align: center;
}

.blog-grid .featured-img-adornment.corner .logo-container {
	display: none;
}

.blog-grid .featured-img-adornment .logo-container img {
	display: inline-block !important;
	margin: 8px 0 !important;
	width: 56% !important;
}

.blog-grid.blog-list {
	display: flex;
    flex: 1;
    flex-wrap: wrap;
}

/*---- Blog type: Image Side ----*/

.blog-list article.image-in-side .post-meta {
	border: none !important;
}

/*---- Microsites ----*/

img.microsite-cover,
.microsite-cover img {
	width: 100%;
}

.microsite-cover.overlay:before {
	background-color: transparent;
}

#microsite-covers div [class^="ok-"] {
	margin-bottom: 30px;
}

#microsite-covers div .ok-row {
	margin-bottom: 0px;
}

/*---- Pillars ----*/

.pillars .pillars-row {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.pillars .pillar {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 3px;
	margin-bottom: 20px;
	flex-basis: 14%;
}

@media only screen and (max-width: 1280px) {
	.pillars .pillar {
		flex-basis: 25%;
	}
}

@media only screen and (max-width: 768px) {
	.pillars .pillar {
		flex-basis: 50%;
	}
}

.pillars .pillar .pillar-header {
	height: 30px;
	width: 100%;
}

.pillars .pillar .pillar-name {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.pillars .pillar.justicia .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.justicia .pillar-name {
	color: #EF5B31;
}

.pillars .pillar.seguridad .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.seguridad .pillar-name {
	color: #EF5B31;
}

.pillars .pillar.anticorrupcion .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.anticorrupcion .pillar-name {
	color: #EF5B31;
}

.pillars .pillar.gasto-publico .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.gasto-publico .pillar-name {
	color: #EF5B31;
}

.pillars .pillar.transparencia .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.transparencia .pillar-name {
	color: #EF5B31;
}

.pillars .pillar.competencia .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.competencia .pillar-name {
	color: #EF5B31;
}

.pillars .pillar.educacion .pillar-header {
	background-color: #EF5B31;
}

.pillars .pillar.educacion .pillar-name {
	color: #EF5B31;
}

.pillars .pillar .pillar-icon {
	width: 80%;
}

.pillars .pillar .pillar-icon img {
	width: 100%;
}

/* Newsletter
------------------------------------------ */

.footer-newsletter {
	background-color: #f05025;
	margin-bottom: 100px;
	margin-top: 30px;
	padding: 50px 0;
}

.footer-newsletter h1,
.footer-newsletter p {
	color: white;
}

.footer-newsletter p {
	font-size: 18px;

}

.footer-newsletter .ok-row {
	display: flex;
	flex-direction: row;
}

@media only screen and (max-width: 989px) {
	.footer-newsletter .ok-row {
		flex-direction: column;
	}
}

.footer-newsletter .footer-newsletter-column {
	display: flex;
	flex-direction: column;
	padding: 40px 60px !important;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.footer-newsletter .footer-newsletter-column {
		padding: 10px 50px !important;
	}
}

.footer-newsletter .widget-feedburner {
	margin-top: 24px;
}

@media only screen and (max-width: 1280px) {
	.footer-newsletter .widget-feedburner form {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
}

.footer-newsletter .feedburner-email {
	background-color: white;
	height: 45px;
	width: 60%;
}

@media only screen and (max-width: 768px) {
	.footer-newsletter .feedburner-email {
		width: 70%;
	}
}

.footer-newsletter .feedburner-subscribe {
	background-color: #757678;
	display: inline-block;
	height: 45px;
	margin-left: 16px;
	padding: 12px;
	width: 30%;
}

@media only screen and (max-width: 1280px) {
	.footer-newsletter .feedburner-subscribe {
		margin-left: 0px;
		margin-top: 12px;
	}
}

.footer-newsletter #form-row-wide-hidden {
	display: none;
}

.footer-newsletter form input[type="text"]:focus {
    border-color: #e1e1e1 !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-newsletter a,
.footer-newsletter a:hover {
	color: white;
}

/* Footer
------------------------------------------ */

.top-footer {
	padding-top: 50px;
	padding-bottom: 0px;
}

.footer-widget-area .social-media li {
	border: none !important;
}

.top-footer .widget .widget-title {
	margin-top: 110px;
	padding-bottom: 30px;
}


/* Single Post
------------------------------------------ */

body.single .page-section-content .container {
	max-width: 1280px;
	width: 60%;
}

@media only screen and (max-width: 768px) {
	body.single .page-section-content .container {
		width: 95%;
	}
}

body.single .page-section-content .container .box {
	border: none;
	padding: 0px;
}

.dima-author-info-divider {
	background-color: #757678;
	height: 1px;
	margin: 40px auto;
	width: 40%;
}


.featured-img-adornment {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	z-index: 2;
}

/*.featured-img-adornment .category-icon {
	height: 120px;
	width: 120px;
}
*/
.featured-img-adornment .logo-container {
	background-color: white;
	text-align: center;
}

.featured-img-adornment .logo-container img {
	display: inline-block !important;
	margin: 8px 0 !important;
	width: 56% !important;
}

body.single article .post-meta ul, .boxed-blog .post .post-meta ul {
	text-align: left;
}

body.single article .post-meta ul li {
	float: none !important;
}

body.single article .post-meta {
	color: #757678;
}

.boxed-blog .post .post-meta li a,
.boxed-blog .post .post-meta time {
	color: #757678;
}

body.single article .post-content .single-post-title {
	font-size: 3em !important;
	text-align: center;
}

body.single article .single-post-category-icon {
	display: block;
	margin: 10px auto;
	max-width: 80px;
}

body.single article .single-post-divider {
	background-color: #f05025;
	height: 1px;
	margin: 40px auto;
	width: 40%;
}

body.single article .post-content.mxe-text-center {
	text-align: justify;
  	text-align-last: center;
}

body.single article .post-content.mxe-text-center li {
	text-align: left;
	text-align-last: left;
}

body.single article .post-content blockquote {
	border: none;
	display: inline-block;
	margin: 0 auto !important;
	max-width: 60%;
}

body.single article .post-content blockquote:before,
body.single article .post-content blockquote:after {
    font-size: 1.7142857143em;
    width: 1.8571428571rem;
    text-align: center;
    line-height: 1.25em;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: -0.4em;
    font-style: normal;
    position: absolute;
}

body.single article .post-content blockquote:before {
    content: "\f10d";
    left: -1rem;
    top: 1.2rem;
}

body.single article .post-content blockquote:after {
	content: "\f10e";
	right: -2.8rem;
	bottom: 1.2rem;
}

body.single article .post-content p,
body.single article .post-content span,
body.single article .post-content li {
	font-size: 18px;
}

body.single article .post-content ul,
body.single article .post-content ol {
	margin: 0 auto !important;
	width: 80%;
}


body.single article .post-content ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 20px;
}

body.single article .post-content ol li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
}

body.single article .post-content ul li:before {
	content: "\f00c";
	font-family: "FontAwesome","Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9px;
	line-height: 20px;
}

body.single article .post-content ol li:before {
	color: #e75204;
	content: counter(list) ".";
	font-weight: 700;
	left:-10px;
	position: relative;
	text-align: right;
	width: 26px;
}

body.single article .post-content .social-media ul li {
	border: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    padding-left: 0px;
    text-align: center;
    text-align-last: center;
}

body.single article .post-content .social-media ul li:before {
	content: "";
}

/* Related posts
------------------------------------------ */

.related-post p {
	font-size: 14px;
}

/* Pillar colors
------------------------------------------ */

body.single article.category-justicia .post-content ul li:before,
body.single article.category-justicia .post-content ol li:before,
body.single article.category-justicia .post-content blockquote:before,
body.single article.category-justicia .post-content blockquote:after,
body.single article.category-justicia .dropcap.dropcap-1,
body.program-justicia .program-title,
body.program-justicia .mxe-posts-cloud .post-cloud-title:nth-child(odd),
body.program-justicia .mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #F05025;
}

body.single article.category-seguridad .post-content ul li:before,
body.single article.category-seguridad .post-content ol li:before,
body.single article.category-seguridad .post-content blockquote:before,
body.single article.category-seguridad .post-content blockquote:after,
body.single article.category-seguridad .dropcap.dropcap-1,
body.program-seguridad .program-title,
body.program-seguridad .mxe-posts-cloud .post-cloud-title:nth-child(odd),
body.program-seguridad .mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #F05025;
}

body.single article.category-anticorrupcion .post-content ul li:before,
body.single article.category-anticorrupcion .post-content ol li:before,
body.single article.category-anticorrupcion .post-content blockquote:before,
body.single article.category-anticorrupcion .post-content blockquote:after,
body.single article.category-anticorrupcion .dropcap.dropcap-1,
body.program-anticorrupcion .program-title {
	color: #F05025;
}

body.single article.category-gasto-publico .post-content ul li:before,
body.single article.category-gasto-publico .post-content ol li:before,
body.single article.category-gasto-publico .post-content blockquote:before,
body.single article.category-gasto-publico .post-content blockquote:after,
body.single article.category-gasto-publico .dropcap.dropcap-1,
body.program-gasto-publico .program-title,
body.program-gasto-publico .mxe-posts-cloud .post-cloud-title:nth-child(odd),
body.program-gasto-publico .mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #F05025;
}

body.single article.category-transparencia .post-content ul li:before,
body.single article.category-transparencia .post-content ol li:before,
body.single article.category-transparencia .post-content blockquote:before,
body.single article.category-transparencia .post-content blockquote:after,
body.single article.category-transparencia .dropcap.dropcap-1,
body.program-transparencia .program-title,
body.program-transparencia .mxe-posts-cloud .post-cloud-title:nth-child(odd),
body.program-transparencia .mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #F05025;
}

body.single article.category-competencia .post-content ul li:before,
body.single article.category-competencia .post-content ol li:before,
body.single article.category-competencia .post-content blockquote:before,
body.single article.category-competencia .post-content blockquote:after,
body.single article.category-competencia .dropcap.dropcap-1,
body.program-competencia .program-title,
body.program-competencia .mxe-posts-cloud .post-cloud-title:nth-child(odd),
body.program-competencia .mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #F05025;
}

body.single article.category-educacion .post-content ul li:before,
body.single article.category-educacion .post-content ol li:before,
body.single article.category-educacion .post-content blockquote:before,
body.single article.category-educacion .post-content blockquote:after,
body.single article.category-educacion .dropcap.dropcap-1,
body.program-educacion .program-title,
body.program-educacion .mxe-posts-cloud .post-cloud-title:nth-child(odd),
body.program-educacion .mxe-posts-cloud .post-cloud-title:nth-child(odd) a {
	color: #F05025;
}

body.program-justicia .see-more-button,
body.program-justicia .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.program-seguridad .see-more-button,
body.program-seguridad .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.program-anticorrupcion .see-more-button,
body.program-anticorrupcion .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.program-gasto-publico .see-more-button,
body.program-gasto-publico .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.program-transparencia .see-more-button,
body.program-transparencia .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.program-competencia .see-more-button,
body.program-competencia .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.program-educacion .see-more-button,
body.program-educacion .blog-grid .mxe-grid-meta {
	background-color: #F05025;
}

body.single article.category-justicia .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

body.single article.category-seguridad .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

body.single article.category-anticorrupcion .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

body.single article.category-gasto-publico .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

body.single article.category-transparencia .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

body.single article.category-competencia .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

body.single article.category-educacion .yyyyy {
	background-color: #F05025;
	color: #F05025;
}

/* Nosotros page
------------------------------------------ */

.about-us-column-container {
	text-align: center;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/* Team members page
------------------------------------------ */

.mxe-team-members-list {
	display: flex;
    flex-wrap: wrap;
}

.team-member-item {
	display: flex;
	flex-direction: column;
	float: none !important;
	margin-bottom: 40px;
}

.team-member-item .team-member-img {
	background-position: center;
	background-size: cover;
	flex-shrink: 0;
	margin-right: 15px;
}

.team-member-item .team-member-info {
	display: flex;
	flex-direction: column;
}


.team-member-item .team-member-name h4 {
	margin-bottom: 4px;
	margin-top: 10px;
}

.team-member-item .team-member-position {
	color: #f05025;
	font-weight: bold;
	font-size: 14px;   /*13 subir un punto al font*/
}

/* Single team member
------------------------------------------ */

.single-team-member-post .team-member-name {
	margin-bottom: 10px;
}

.single-team-member-post .team-member-position {
	color: #f05025;
}

.single-team-member-post .team-member-social-container {
	display: flex;
	justify-content: center;
}

.team-member-social-container i {
	margin-right: 10px;
}

.single-team-member-post .team-member-email {
	border: 2px solid #f05025;
	background-color: #f05025;
	color: white;
	margin-right: 70px;
	padding: 10px;
}

.single-team-member-post .team-member-twitter {
	border: 2px solid #757678;
	color: #757678;
	padding: 10px;
}

.team-member-related-post .post-content {
	padding-top: 0px !important;
}

/* Events page
------------------------------------------ */

.event-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.event-background {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

.future-event .event-background {
	background-color: #f05025;
}

.past-event .event-background {
	background-color: #757678;
}

.event-icon-container {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.mxe-event .mxe-event-image-container {
	position: relative;
}

.mxe-event .mxe-event-meta-container {
	color: #ffffff;
	padding-left: inherit;
	padding-right: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

body.single article.mxe-event .post-content .single-post-title {
	margin-top: 40px;
}

.mxe-event-meta {
	padding: 14px 28px !important;
}

.mxe-event-meta h4 a,
.mxe-event-meta h5 {
	color: white !important;
}

/* Vacants page
------------------------------------------ */

.mxe-vacant-meta .post-date {
	color: #757678;
}

/* Newsletter page
------------------------------------------ */

body.newsletter-page .page-section-content {
	display: none;
}

body.newsletter-page .footer-newsletter {
	margin-top: 0px !important;
}

/* Filters
------------------------------------------ */

.filter-form {
	margin-bottom: 30px;
}

.filter-form li {
	display: inline-block;
	width: 200px !important;
}
