/*
Theme Name: Te Informes
Theme URI: https://virkapp.com
Author: Virk App
Author URI: https://virkapp.com/
Description: Tema para el informa de labores del tribunal electoral
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TeInformes
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga" on;
}
:root {
    --green-color-start: #005050;
    --green-color-end  : #004040;
    --green-color : #00583E;
    --green-strong-color : #007855;
    --orange-color : #DE6B00;
    --blue-color : #008396;
    --purple-color : #9320A2;
    --purple-strong-color : #44216A;
    --p-color : #343E45;
    --nav-active : #F0F1F2;
    --nav-arrow : #006D68;
    --gray-color : #DCDFE6;
    --orange-light : #FFA14A;
    --border-color: #F4F6FB;
    --chart-color: #2D74DA;
}

/*Colors*/

.green-text{
	color:var(--green-strong-color);
}

div.wrapper{
	margin-top: 100px;
}

.single-page a , .bullet-wrapper a{
	color: #00583E !important;
}
nav{
	width: calc(100vw);
	height: 100px;
	background-color: white;
	position: fixed;
	top: 0px;
}

nav a.navbar-brand{
	width: 100px;
	height: 100px;
	padding: 0px !important;
	background-color: rgb(15,119,85);
}
nav li.nav-item{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 215px;
	height: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
nav li.nav-item.active,  nav li.nav-item:hover, nav li.current-menu-ancestor{
	background-color: var(--nav-active);
}

nav li.nav-item a{
	font-family: 'Open Sans', sans-serif;
	color: var(--green-color-end);
	text-align: center;
	font-size: 16px;
}
nav li.nav-item i{
	color: var(--nav-arrow);
}

/*default styles*/
p,li{
	font-family: 'Open Sans', sans-serif;
	color : var(--p-color);
	font-size: 16px;
	line-height: 1.5rem;
}

b,strong{
	color: #00583E;
	font-weight: 700;
	font-family: 'Rubik',sans-serif;
}

a{
	text-decoration: none !important;
}

h1,h3,h2,h4{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position:  relative;
	color: var(--green-color);
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
    margin-top: 30px;
}
h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:16px;
	color : var(--chart-color);
}
h1.section,h3.section,h2.section,h4.section{
	margin-top: 40px;
	margin-bottom: 40px;
}

h1.section.white,h3.section.white,h2.section.white,h4.section.white{
	color:  white;
}

h1.section:after,h3.section:after,h2.section:after,h4.section:after{
	position:  absolute;
	content: '';
	width: 60px;
	height: 6px;
	background-color: var(--orange-color);
	left:  0px;
	top:  -30px;
}

h1.section.down,h2.section.down,h3.section.down,h4.section.down{
	margin-bottom: 40px;
}
h1.section.down:after,h2.section.down:after,h3.section.down:after,h4.section.down:after{
	top: inherit !important;
	bottom: -15px !important;
	height: 4px !important;
	background-color: var(--orange-light) !important;
}
h1.center.section.down:after,h2.center.section.down:after,h3.center.section.down:after,h4.center.section.down:after{
	left: calc((100% - 60px) / 2);
}	
h1.section-white{
	margin-bottom:60px;
}

h1.section-white:not(.no-separator):after{
	position:  absolute;
	content: '';
	width: 60px;
	height: 6px;
	background-color: #FFF;
	left:  0px;
	bottom:  -30px;
}

h3.section:after,h4.section:after{
	width: 45px !important;
}

h1{
	font-size: 46px;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 22px;
}

h1.letter,h2.letter,h3.letter,h4.letter{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

h1.letter:after,h2.letter:after,h3.letter:after,h4.letter:after{
	content: '';
	width: 30px;
	height: 3px;
	background-color: #FFA14A;
	position: absolute;
	bottom: -20px;
	left: calc((100% - 30px) / 2);
}

h1.right,h2.right,h3.right,h4.right{
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

h1.center,h2.center,h3.center,h4.center{
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

h1.left,h2.left,h3.left,h4.left{
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

h1.letter span, h2.letter span,h3.letter span,h4.letter span{
	margin-right: 10px;
	min-width: 24px;
	width: 34px;
	height: 34px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 22px;
	border-radius: 100%;
	background-color: var(--green-color);
	color: white;
	font-family: 'Rubik', sans-serif;
}


h1.orange, h2.orange,h3.orange,h4.orange,h6.orange{
	color: var(--orange-color);
}

h1.blue,h2.blue ,h3.blue,h4.blue{
	color: var( --blue-color);
}

h1.purple,h2.purple ,h3.purple,h4.purple{
	color: var( --purple-color);
}
h1.purple-strong,h2.purple-strong, h3.purple-strong, h4.purple-strong{
	color: var(--purple-strong-color);
}

h1.section-number,h2.section-number,h3.section-number,h4.section-number{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

h1.section-number span:first-child ,h2.section-number  span:first-child,h3.section-number  span:first-child,h4.section-number span:first-child{
	font-size: 16px;
	color: var(--orange-light);
	margin-bottom: 15px;
}

h1.number-center{
	color:var(--orange-color);
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/*ul start*/
ul.list{
	list-style-type: none;
	margin-left: 0;
}
ul.list li{
	color: var(--green-color);
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

ul.list li{
	position: relative;
  	padding-left: 1em;
  	font-family: 'Rubik',sans-serif;
  	font-weight: 500;
}
ul.list li a{
	color: var(--green-color);
}

ul.list li:before {
  content: "";
  width: 16px;
  height: 3px;
  left: -15px;
  top: 12px;
  position: absolute;
  background-color: var(--orange-light);
  padding-right: 5px;
}
ul.list.white{
	width: 100%;
}
ul.list.white li a,ul.list.white li{
	color: white;
	font-weight: 400;
}

ul.list.white li:before {
	background-color: white;
}

ul.list.white li{
	margin-top:24px;	
}
/*ul end*/

ul.list-more-post{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 60px;
}

ul.list-more-post li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray-color);
}

ul.list-more-post li a{
	font-family: 'Rubik', sans-serif;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	color: white;
	font-size: 17px;
}
ul.list-more-post li a span{
	font-family: 'Rubik', sans-serif;
	margin-right: 15px;
	font-size: 22px;
	font-weight: 500;
}
/*start bullets*/
img.alignleft{
	float:left;
	margin-right:10px;
}
img.aligncenter{
	margin : 0px auto;
	display : block;
}
.bullet-wrapper{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.bullet-paragraph{
	min-width: 50px;
	min-height: 50px;
	margin-right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid var(--border-color);
}

.bullet-paragraph span{
	width: 24px;
	height: 24px;
	background-color:var(--green-strong-color) ;
	border: 6px solid var(--gray-color);
	border-radius: 100%;
}

.bullet-wrapper.small .bullet-paragraph{
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
}
.bullet-wrapper.small .bullet-paragraph span{
	width: 14px;
	height: 14px;
	border: 4px solid var(--gray-color);
}
.bullet-wrapper.small p span{
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: var(--green-strong-color);
}
/*end bullets*/
hr{
	width: 100%;
	border-color: var(--gray-color);
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

h4.share-text{
	color: var(--green-strong-color);
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400; 
	text-align: right;
}
/*footer styles start */
footer{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: radial-gradient(var(--green-color-start),var(--green-color-end));
}

footer a, footer p, footer span{
	color: white;
	font-family: 'Open Sans', sans-serif;
}
footer a.social{
	margin-left: 5px;
	margin-right: 5px;
}

footer a.social.facebook{
	margin-right: 60px;
}
footer 	.fab{
	font-size: 24px;
	color: white !important;
}

.border-right{
	border-right: 1px var(--gray-color) solid;
}

/*single*/
.single-container{
	margin-top:48px;
}
.category-single-item{
	width: 100%;
	height: 460px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/*align-items: center;
	justify-content: center;*/
}

/*footer style end*/

/*utils*/
.uppercase{
	text-transform: uppercase;
}
/*read more*/

h4.read-more{
	position: relative;
	font-size: 18px;
	color: var(--blue-color);
	padding-left: 70px;
}

h4.read-more:before{
	position: absolute;
	left: 0px;
	top: calc( (100% - 6px) / 2 );
	content:  '';
	width: 60px;
	height: 6px;
	background-color: var(--blue-color);
}


/*lo mas buscado*/
.most-searched{
	width: 100%;
	margin-top: 120px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #014F4F;
}

.most-searched p{
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}

/*star achievement*/
.wrapper-achievement{
	margin-top: 30px;
	margin-bottom: 30px;
}

.achievement{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 30px;
}
.achievement h1{
	margin-top: 0px !important;
}

.achievement.full .achievement-number{
	min-width: 300px;
	margin-right: 30px;
}

.achievement.full p{
	width:  100%;
}


.achievement .achievement-number{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 150px;
}
.achievement .achievement-number h1{
	color : var(--green-color );
	font-size: 60px;
	font-weight: 400;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.achievement .achievement-number span{
	text-align: center;
	font-size: 20px;
	font-family: 'Rubik',sans-serif;
	font-weight: 400;
	color: var(--green-strong-color);
}
.navbar-light .navbar-nav .nav-link{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.dropdown-toggle::after{
	color: var(--nav-arrow);
	border-top: .35em solid;
    border-right: .35em solid transparent;
    border-left: .35em solid transparent;
	margin-top: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	height: auto;
	width: 248px;
	border: 1px solid var(--gray-color);
	background-color: #FFFFFF;
	box-shadow: 0 12px 24px 0 rgba(0,0,0,0.08);
    padding: 16px;
    border-radius: 5px;
    margin-top: 0px;
}
.dropdown-menu{
	left: initial;
}
nav li.nav-item a{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	white-space: pre-line;
	text-align: left;
	color: var(--green-strong-color);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: var(--green-strong-color) !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu:after, .navbar-expand-lg .navbar-nav .dropdown-menu:before {
	bottom: 100%;
	left: 51%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 12px;
    margin-left: -12px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: var(--gray-color);
    border-width: 14px;
    margin-left: -14px;
}
 .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
.post-views{
	display: none !important;
}
/*end achievement*/

/* Map d3 tip*/
.d3-tip.tip-map{
	background:white;
	padding:5px;
	border-radius:5px;	
	box-shadow:0px 0px 10px 0px rgba(33,33,33,.6);
	max-width:300px;
}

.d3-tip.tip-map *{
	margin:0px;
}

/*tooltips*/

span.glossaryLink, a.glossaryLink{
	color: #007855 !important;
	border-bottom: 1px solid var(--orange-color) !important;
}

#ttcont{
	background-color: white !important;
	border:1px solid var(--gray-color)!important;
	opacity: 1 !important;
	padding: 15px !important;
}

#ttcont p, #ttcont {
	color: #007855 !important;
	font-size: 15px !important;
}


.wrapper-sala{
	margin-right: 60px;
}

/*card-graph*/
.card-graph{
	width: 80%;
	margin-left: 10%;
	border: 1px solid var(--gray-color);
	margin-bottom: 30px;
}
.card-graph .card-header{
	background-color: #F4F6FB;
	border:0px;
	border-bottom: 1px solid var(--gray-color);
}
.card-graph .card-header button{
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #00583E;
	font-family: 'Rubik',sans-serif;
	font-weight: 500;
	text-decoration: none !important;
}
.card-graph .card-footer{
	border:0px;
	border-top: 1px solid var(--gray-color);
}
.card-graph .card-footer{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: white;
}
.card-graph .card-footer a{
	color: #00583E;
	font-size: 14px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-family:  'Rubik',sans-serif;
	cursor: pointer;
}
.card-graph .card-footer a:hover{
	color: #00583E;
}
.card-graph .card-footer a i{
	color: var(--orange-color);
	margin-left: 15px;
}
.card-graph .card-header, .card-graph .card-footer{
	padding: 5px;
}
.card-graph .card-body p , .card-graph .card-body span {
	font-family:  'Rubik',sans-serif;
	font-size: 14px;
}
.card-graph .card-body b, .card-graph .card-body  strong{
	color: #00583E;
	font-family:  'Rubik',sans-serif;
	font-weight: 700;

}

/*wrapper select*/
.wrapper-select-tab{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wrapper-select-tab span{
	color: #007855;
	font-size: 15px;
	font-family: 'Rubik',sans-serif;
	font-weight: 400;
}
.wrapper-select-tab select{
	border-bottom: 1px solid var(--gray-color);
	border-radius: 0px;
	padding: 5px;
}

button.dropdown-toggle{
	border-bottom: 1px solid var(--gray-color) !important;
	color: #00583E;
	font-weight: 700;
}
.dropdown-toggle::after{
	color: var(--orange-color) !important;
}
.dropdown-logros{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 60px;
}
.dropdown-logros span{
	color: #007855;
	font-size: 15px;
	margin-right: 15px;
}

/*keep-reading*/
.divider-keep-reading{
	width: 100%;
	border-top: 1px solid var(--gray-color);
	margin-top: 80px;
	margin-bottom: 80px;
}
.keep-reading{
	margin-bottom: 80px;
}
.keep-reading h3{
	margin-left: 70px;
}
.keep-reading ul.list{
	margin-left: 70px;
}
.keep-reading ul.list li{
	line-height: 2rem;
}

.share-mobile{
	display:none;
}

.nav-filter .search{
	border-bottom: 1px solid #DCDFE6;
	padding: 15px;
}
@media all and (max-width: 767px){
	#sidebar{
		display:none !important;
	}
	.share-mobile{
		display:block;
		width:100%;
		text-align:center;
	}
	
	/*keep-reading*/
	.keep-reading h3{
		margin-left: 20px;
		font-size: 22px !important;
	}
	.keep-reading ul.list{
		margin-left: 0px;
	}
	.keep-reading ul.list li{
		line-height: 2rem;
	}


	.card-graph{
		width: 100%;
		margin-left: 0px;
	}
	.navbar-toggler{
		border:none;
		outline: none !important;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}	
	.navbar-toggler label{
		margin:0px;
		color: #004040;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		letter-spacing: 0.25px;
		line-height: 24px;
		text-align: right;
	}
	.navbar-toggler i{
		font-size:35px;
		color: #004040;
	}
	.navbar-toggler.collapsed .text-open, .navbar-toggler .text-close, .navbar-toggler.collapsed .material-icons, .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
		display:none;
	}
	.navbar-toggler.collapsed .text-close, .navbar-toggler:not(.collapsed) .material-icons{
		display:inline-block;
	}
	nav.fixed-top{
		position:fixed !important;
		height:auto !important;
	}
	div.wrapper{
		margin-top:66px;
	}
	nav li.nav-item{
		max-width:100%;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding:0px;
		height:auto;
		margin:10px 0px;
	}
	nav li.nav-item i{
		width:25px;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}
	nav li.nav-item a{
		text-align: left;
	}
	nav a.navbar-brand{
		width:50px;
		height:50px;
	}
	nav a.navbar-brand img{
		max-width:100%;
		max-height:100%;
	}
	

	.achievement{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items:  center;
		    -ms-flex-align:  center;
		        align-items:  center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.achievement .achievement-number{
		margin-bottom: 30px;
	}

	.achievement.full .achievement-number{
		margin-right: 0px !important; 
	}
	/*default styles*/
	p,.most-searched p{
		font-size: 14px;
	}
	h1{
		font-size: 34px;
	}
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 14px;
	}
	h4{
		font-size: 12px;
	}

	h1.letter, h2.letter,h3.letter,h4.letter{
		font-size: 20px !important;
	}
	ul.list li, ul.list li a{
		font-size: 16px;
	}
	.navbar-light .navbar-nav .nav-link{
		text-align: left;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		color: #004040;
		font-family: "Open Sans";
		font-size: 20px;
		line-height: 27px;
	}
	.navbar-light .navbar-toggler{
		margin-left: auto;
		padding: 0px;
		margin-right: 0px;
	}
	.navbar-light .navbar-toggler-icon{
		margin-left: 15px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu:before{
		display: none;
	}
	.dropdown-toggle::after{
		margin-top: 0px;
	}
	nav li.nav-item{
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		border : none;
		box-shadow: none;
		padding:0px;
	}
	nav li.nav-item.active, nav li.nav-item:hover{
		background-color : white;
	}

	.nav-filter{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items:  flex-start;
		    -ms-flex-align:  start;
		        align-items:  flex-start;
		-webkit-justify-content:  center;
		    -ms-flex-pack:  center;
		        justify-content:  center;
	}
	.nav-filter span.search-d{
		margin-left: 0px !important;
	}
	.nav-filter button{
		width: calc(100vw - 30px) !important;
	}
	.single-page img{
		width: 100% !important;
		height: auto !important;
	}
	.wrapper-sala{
		margin-right: 15px;
	}
	footer a.social.facebook{
		margin-right: 15px;
	}
}
.content-datos{
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width:100%;
}
.datos-box{
	margin-bottom: 40px;
}
.datos-box .box-header{
	min-height: 72px;
	width: 100%;
	border: 1px solid #CED3D9;
	border-radius: 2px 2px 0 0;
	background-color: #F5F6F7;
	padding: 15px;
	border-bottom: none;
}
.datos-box .box-header h4{
	color: #004040;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.datos-box .box-header span{
	color: #DE6B00;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 18px;
}
.datos-box .box-header a{
	text-decoration: none;
	color: #DE6B00;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 18px;
}
.datos-box .box-body{
	min-height: 177px;
	width: 100%;
	border: 1px solid #CED3D9;
	border-radius: 0 0 2px 2px;
	background-color: #FFFFFF;
	padding: 15px;
}
.datos-box .box-body h1,.datos-box .box-body h2,.datos-box .box-body h3,.datos-box .box-body h4{
	margin-bottom: 15px !important;
	margin-top: 0px !important; 
}
.datos-box .box-body h4{
	margin-top: 13px;
	color: #4D515C;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.datos-box .box-body p{
	color: #343E45;
	font-family: "Open Sans";
	font-size: 16px;
	margin-bottom: 15px !important;
}
.datos-box .box-body span{
	color: #4D515C;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.download-datos{
	padding-right: 30px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.download-datos span.down{
	margin-left: auto;
	color: #007855;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 34px;
}
.download-datos a{
	margin-left: auto;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.download-datos i{
	color: #DE6B00;
	font-size: 24px;
	line-height: 24px;
	margin-left: 10px;
}
.nav-filter{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}
.nav-filter span{
	color: #007855;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.22px;
	line-height: 20px;
	text-align: right;
}
.nav-filter span.search-d{
	margin-left: 50px;
}
.nav-filter input{
	height: 20px;
	width: 100%;
	color: #989CA6;
	font-family: "Open Sans";
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.22px;
	line-height: 20px;
	text-align: left;
	padding-left: 20px;
	border: none;
}
.btn-secondary{
	color: #007855 !important;
	background-color : #FFFFFF;
	border:none !important;
	padding-top: 0px;
}
.btn-secondary:hover{
	color: #007855 !important;
	background-color : #FFFFFF;
	border:none !important;
}
.btn.focus, .btn:focus{
	box-shadow : none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
	box-shadow : none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
	color: #007855 !important;
	background-color : #FFFFFF;
	border:none !important;
}
.paginador{
	height: 70px;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.wp-pagenavi span{
	height: 29px;
	width: 29px;
	border-radius: 3px;
	color: #707580;
	font-family: Rubik;
	font-size: 16px;
	line-height: 19px;
}
.wp-pagenavi a, .wp-pagenavi span{
	height: 29px;
	width: 29px;
	border-radius: 3px;
	color: #707580;
	font-family: Rubik;
	font-size: 16px;
	line-height: 19px;
	padding: 4px 9px;
}
.wp-pagenavi span.current{
	background-color: #006D68;
	color: #FFFFFF;
}
.wp-pagenavi span.pages{
	border: none;
}

div.bg-informe{
	background: url("../images/graphic-back.svg") no-repeat center 50px / cover;
}

.dropdown-informe{
	margin:10px 0px;	
	text-align: center;
}

.dropdown-informe ul{
	padding:0px;
	margin:0px;
}

.dropdown-informe ul li{
	list-style: none;
	padding:10px;
	text-align: center;
	cursor: pointer;
}

.dropdown-informe ul li:hover{
	background:#F0F1F2;
}


/*Panel*/
.panel{	
	background: #FFFFFF;
	border: 1px solid #F0F1F2;
	box-shadow: 0 12px 32px 0 rgba(0,0,0,0.06);
	border-radius: 6px;	
	padding:20px;
}

div.circle{
	width:116px;
	height:116px;
	background-color: var(--green-color);
	border-radius:50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin:0px auto;	
}

div.circle i{
	font-size:40px;
	color:white;
}

div.video-embed .portada{	
	height:190px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
	cursor: pointer;
}

div.video-embed .portada .mask{	
	color: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;	
}

div.video-embed .portada .mask i{
	font-size:50px;
	margin-bottom:10px;
} 

div.video-embed .portada .mask span{
	font-size:14px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

div.video-embed .portada .mask:hover{
	background: rgba(0,0,0,.1);
}

.video-dialog .ngdialog-content {
    padding: 15px 15px 0!important;
    width: 450px!important;
    height: 330px!important;
    background: #000!important;
    border: 0!important;
}

.iframeVideo {    
    border:none;
    max-width:100%;
}
.pleca-category{
	height:424px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu-lat{
	text-align: right;
}

.menu-lat ul{
	list-style: none;
	padding: 0px;
}

.menu-lat a{	
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: #707580;
	letter-spacing: 0.5px;
	text-align: right;
}

.menu-lat a.current, .menu-lat a:hover{
	color:#DE6B00;
	text-decoration: none;
}	

.map-legend ul{
  padding:0px;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;    
  list-style: none;
}
.map-legend ul.single-legend{  
  -webkit-justify-content: center;  
      -ms-flex-pack: center;  
          justify-content: center;
}
.map-legend ul.single-legend li{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;  
  margin:10px;
  font-size:13px;
  font-family: 'Open Sans', sans-serif;
  color:707580;
}

.map-legend ul.single-legend  li div.icon-event{
  display: inline-block;
  background:url("../images/blue_marker.png") no-repeat center center / 100%;
  width:20px;
  height:25px;
  margin-right:10px;
}
.map-legend ul.single-legend  li div.icon-comission{
  display: inline-block;
  background:url("../images/pink_marker.png") no-repeat center center / 100%;
  width:20px;
  height:25px;
  margin-right:10px;
}

.map-legend ul.single-legend  li div.icon-convenios{
  display: inline-block;
  background:url("../images/green_marker.png") no-repeat center center / 100%;
  width:20px;
  height:25px;
  margin-right:10px;
}

.map-legend ul li{
  text-align: center;
}
.map-legend ul li div.rec{
  width:50px;
  height:12px;
  margin-bottom:5px;
  border:1px #FFF solid;
}

.map-legend ul.small li{
  font-size:10px;
}

.map-legend ul.small li div.rec{
  width:65px;
}


p.legendtitle.ng-binding {
  width: 300px;
  text-align: center;
  margin-top: -10px;
  font-style: italic;
}

.single-page select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  margin-left:10px;
  border:none;
  background:none;
  min-width:100px;  
  color: var(--green-color);
  font-weight: bold;  
  border-bottom: 1px #DCDFE6 solid;
  border-radius:0px;
  padding-right:30px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 960 560' enable-background='new 0 0 960 560' xml:space='preserve'><g id='Rounded_Rectangle_33_copy_4_1_'><path fill='#DE6B00' d='M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z'/></g></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.loading{
  width:100%;
  height:350px;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}