@charset "UTF-8";


body {
font-family: 'Open Sans', sans-serif;
font-size:17px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.entry-title, .entry-subtitle, .entry-category, .entry-excerpt, .fw-special-title,
.grid-post .article-title, .article-subtitle, .article-cat, .categories-list,
.navbar-nav .nav-link, .dropdown-item, .current-date,
.entry-content blockquote:not(.twitter-tweet),
.footer-widget .widget-title {
	font-family: 'Merriweather', serif;
	letter-spacing:-0.04em;
}
a {
	color:#231f20;
	text-decoration:none;
}
a:hover, a:focus {
	color:#00A9DC;
	text-decoration:none;
}
p a {
	color:#00A9DC;
}
p a:hover, p a:focus {
	text-decoration:underline;
}
.article-subtitle {
	color:#00A9DC;
}
iframe {
	border-width:0;
}
hr[data-powered-by='alnp'] {
	border-top:0;
}
.alnp-ad {
	margin-bottom:30px;
}
/*
hr[data-powered-by='alnp'] {
  display: none;
}
*/
/*
.post-navigation.custom-nav-understrap {
	display:none;
}
*/
/*
.wrapper {
	padding-bottom:0;
}
*/
/* CORRECT UNYSON RESPONSIVE CONTAINER */
/*
@media (min-width: 576px) {
	.fw-container {
		width: 540px!important;
	}
}
@media (min-width: 768px) {
	.fw-container {
		width: 720px!important;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 960px!important;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1140px!important;
	}
}
*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*
.navbar {
	padding-top:0;
	padding-bottom:0;
}
.navbar-brand {
	padding-top:0;
	padding-bottom:0;
}
*/
/*
@media (min-width: 768px) {
.wrapper-navbar {
	padding-top:20px;
}
}
*/
/*
.wrapper-navbar {
	margin-top:10px;
}
*/
@media (max-width: 991px) {
.wrapper-navbar {
	border-bottom:1px solid #dfdfdf;
}
.navbar-nav {
	margin-bottom:10px;
}
}
.navbar {
	padding:0;
	/*
	margin-top:15px;
	*/
}
.navbar-brand {
	margin-top:10px;
}
.navbar-toggler {
	border-right:1px solid #dfdfdf;
	border-radius:0;
}
.navbar-toggler:focus {
	outline:0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-toggler-close {
  display:inline-block;
  width:1.5em;
  height:1.5em;
  vertical-align:middle;
  content:"";
  background:no-repeat center;
  background-size:100%;
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M 10,10 L 30,30 M 30,10 L 10,30'/></svg>");
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-close {
    display:inline-block;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-close,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.navbar-toggler.collapsed .navbar-toggler-close {
    display:none;
}
.current-date {
	font-size:0.8rem;
	color:#999999;
	/*
	display:block;
	*/
}
.social {
	margin-top:5px;
}
@media (min-width: 992px) {
.social {
	margin-left:10px;
	margin-top:0;
}
.wrapper-navbar .social {
	display:inline;
}
}

.social a {
	background:#00A9DC;
	border-radius:100%;
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	text-align:center;
	color:#FFF!important;
}
#navbarNavDropdown {
	border-top:1px solid #dfdfdf;
	padding-left:20px;
	padding-right:20px;
	background:rgba(0,0,0,0.01);
}
.navbar-nav .menu-item {
	border-bottom:1px solid rgba(0,0,0,0.03);
}
@media (min-width: 992px) {
#navbarNavDropdown {
	border-bottom:1px solid #dfdfdf;
}
.navbar-nav .menu-item {
	border-right:1px solid #dfdfdf;
	border-bottom:0;
}
.navbar-nav .menu-item:last-child {
	border-right:0;
}
}

.navbar-nav .nav-link {
	font-weight:400;
	font-size:0.9rem;
	color:#000;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.navbar-nav .menu-item:nth-child(n+14) {
		display:none;
	}
	.navbar-nav .menu-item:last-child {
		display:list-item;
	}

}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		border:0;
		border-radius:0;
		box-shadow:0 3px 40px 0 rgba(0,0,0,0.1);
		background-color:#FCFCFC;
	}
}
/* nuevo searchform */
.menu-item-search #searchform .field {
	border-radius:0;
}
.menu-item-search #searchform .field:focus {
	outline:3px solid #00A9DC;
}
.menu-item-search #searchform .submit {
	background:#00A9DC;
	color:#FFF;
	border:1px solid #00A9DC;
	border-radius:0;
}
.menu-item-search #searchform .submit:focus {
	outline:0;
}
@media (max-width: 991px) {
.menu-item-search #searchform #searchicon {
	display:none;
}
}
@media (min-width: 992px) {
.menu-item-search {
	width:40px;
}
.menu-item-search #searchform .field {
	position:absolute;
	right:0;
	cursor:pointer;
	width:100%;
	background:transparent;
	border:0;
	text-indent:999px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
}
.menu-item-search #searchform .field:placeholder-shown {
	text-indent:999px;
}
.menu-item-search #searchform .field:placeholder-shown:focus {
	text-indent:0;
}
.menu-item-search #searchform .field:focus {
	cursor:text;
	background:#FFF;
	width:400px;
	box-shadow:0 0 120px 50px rgba(255,255,255,0.9);
	text-indent:0;
}
.menu-item-search #searchform #searchicon {
	margin:8px 10px;
}
.menu-item-search #searchform .submit {
	display:none;
}
}
/*--------------------------------------------------------------
## ESTADÍSTICAS DATAFACTORY
--------------------------------------------------------------*/
#selector_torneo {
    position: relative;
    float: left;
    margin-left: 20px;
}
#selector_torneo select {
    border: 1px solid #999;
    height: 34px;
    padding: 0 24px 0 10px;
}
select {
    background: url(../images/arrow4.png) no-repeat right !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor: pointer;
} 

#right-sidebar {text-align: center;}

/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
#apsa_campaign-9 { text-align: center !important; }
.fwpb-enabled h1.entry-title {
	display:none;
}
.entry-header {
	margin-bottom:1em;
	
}
.entry-categories {
	font-size:.85em;
}
	.entry-categories a {
		color:#242424;
	}
.entry-subtitle {
	font-weight:900;
	color:#00A9DC;
	font-size:1.5em;
	margin-bottom:0em;
}
.entry-title {
	font-weight:900;
	font-size:2.25em;
}
.entry-excerpt {
	font-size:1.2em;
	color:#666;
}
.entry-meta {
	font-size:.75em;
	padding:.75em 0;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	line-height:32px;
}
.entry-meta, .entry-meta a {
	color:#868e96;
}

.entry-meta .avatar {
	width:32px;
	height:32px;
	border-radius:100%;
	margin-right:5px;
}
.entry-image {
	margin-bottom:1em;
}
.entry-image .entry-legend {
	margin-top:.25em;
	color:#868e96;
	font-size:.85em;
	text-align:right;
}
.entry-image .entry-legend .thumb-legend {
	font-style:italic;
}
.entry-content blockquote:not(.twitter-tweet) {
	font-size:1.25em;
	line-height:1.5em;
	font-style:italic;
	padding-left:1.5em;
	border-left:3px solid #242424;
	color:#666;
	margin:1.5em 0;
}
@media (min-width: 576px) {
.entry-subtitle {
	font-size:1.75em;
}
.entry-title {
	font-size: 2.5em;
}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.entry-title {
	font-size: 3em;
}
}
@media (min-width: 1200px) {
}
/*** Social links ***/
.share-icons {
    margin: .5em 0;
    padding:0;
}
@media (min-width: 992px) {
.share-icons {
    margin: 0;
	text-align:right;
}
}
.share-icons > li {
    display:inline-block;
    position:relative;
}
.share-icons li a {
	color: #999999;
	text-align:center;
	text-decoration:none;
}
.share-icons li a:before {
    font-family: FontAwesome;
}
.share-icons > li > a {
    width:20px;
    position:relative;
    display:inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	margin:0 2px;
}
.share-icons > li > a {
    width:36px;
	line-height:36px;
	margin:0;
	color:#FFF;	
	font-size:1.25em;
}
/** Facebook */
.share-icons li a[href*="facebook.com"]:before {
	content: '\f09a';
	}
.share-icons li a[href*="facebook.com"] {
	background-color:#3b5998;
	}
/** Twitter */
.share-icons li a[href*="twitter.com"]:before {
	content:'\f099';
	}
.share-icons li a[href*="twitter.com"] {
	background-color:#1da1f2;
	}
/** Google Plus */
.share-icons li a[href*="plus.google.com"]:before{
	content: '\f0d5';
	}
.share-icons li a[href*="plus.google.com"] {
	background-color:#dd4b39;
	}
/** Linkedin */
.share-icons li a[href*="linkedin.com"]:before {
	content: '\f0e1'; }
.share-icons li a[href*="linkedin.com"] {
	background-color:#0077b5;
	}
/** Youtube */
.share-icons li a[href*="youtube.com"]:before {
	content: '\f167'; }
.share-icons li a[href*="youtube.com"] {
	background-color:#cd201f;
	}
/** Instagram */
.share-icons li a[href*="instagram.com"]:before {
	content: '\f16d'; }
.share-icons li a[href*="instagram.com"] {
	background-color:#fd1d1d;
	}
/** Pinterest */
.share-icons li a[href*="pinterest.com"]:before {
	content: '\f0d2'; }
.share-icons li a[href*="pinterest.com"] {
	background-color:#bd081c;
	}
/** Vimeo */
.share-icons li a[href*="vimeo.com"]:before {
	content: '\f27d'; }
.share-icons li a[href*="vimeo.com"] {
	background-color:#1ab7ea;
	}
/** RSS */
.share-icons li a[href$=".rss"]:before {
	content: '\f09e'; }
.share-icons li a[href*="rss"] {
	background-color:#f26522;
	}
/** Whatsapp */
.share-icons li a[href*="whatsapp"]:before {
	content: '\f232'; }
.share-icons li a[href*="whatsapp"] {
	background-color:#25d366;
	}
/*--------------------------------------------------------------
/* entry-footer */
.entry-footer {
	padding:20px;
	background-color:rgba(0,0,0,0.05);
}
.entry-footer .sharingtitle {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:5px;
}
.show-comments {
	background:#00A9DC;
	color:#FFFFFF!important;
	text-transform:uppercase;
	margin:2em auto;
	padding:10px 20px;
	display:block;
	text-align:center;
	cursor:pointer;
}
.comments-area {
	border-bottom:10px ridge #dfdfdf;
	/*
	border-top:1px solid #dfdfdf;
	*/
	padding:2em 0;
	margin:2em 0;
}
@media (min-width: 768px) {
	.show-comments {
		display:none!important;
		visibility:hidden!important;
	}
	.comments-area.hidden {
		display:block!important;
		visibility:visible!important;
	}
}
.comments-condition {
	font-size:80%;
	color:#444;
	font-style:italic;
}
.related-posts {
	padding:20px 0;
	margin-top:20px;
	border-top:10px solid #e2e2e2;
}
.related-list [class^='col'] {
}
.related-list article {
	padding:20px 0;
}
.related-posts .article-image {
	margin-bottom:10px;
}
.related-posts .article-subtitle {
	font-size:.85em;
}
.related-posts .article-title {
	font-size:1em;
	line-height:1.2;
}
.related-posts .article-text {
	font-size:.75em;
}



	
	
	
	
	
/* img ratio */
.article-image {
	position:relative;
	background-color:#444;
	background-image:url(../images/isotipo-white.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:60px;
	overflow:hidden;
	width:100%;
}
.article-image a.image-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.article-image img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 50% 50%;
}
.article-image.ratio-1-1 {
	padding-top:100%;
}
.article-image.ratio-4-3 {
	padding-top:75%;
}
.article-image.ratio-16-9 {
	padding-top:56.25%;
}

/* AUTHOR */
.author-header {
	margin-bottom:30px;
}
.author-header .avatar {
	width:48px;
	height:48px;
	border-radius:100%;
	margin-right:5px;
}
.author-header .author-link {
	font-size:1.5em;
	line-height:48px;
	text-align:center;
	vertical-align:middle;
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
#right-sidebar .widget {
	margin-bottom:20px;
}
#right-sidebar .widget:last-child {
	margin-bottom:0;
}
.widget_mostviewed_widget .widget-title,
.widget_recentposts .widget-title {
	font-size:1.2em;
	line-height:1.35em;
	padding:10px 20px;
	border:1px solid #dfdfdf;
	border-bottom:0;
	margin-bottom:0;
	background-color:rgba(0,0,0,0.03);
}
.widget_mostviewed_widget ul,
.widget_recentposts ul {
	list-style:none;
	padding-left:0;
	border:1px solid #dfdfdf;
	padding:20px;
}
.widget_mostviewed_widget ul li,
.widget_recentposts ul li {
	position:relative;
	display:inline-block;
	margin-bottom:15px;
	counter-increment:ranking;
	padding-bottom:15px;
	border-bottom:1px solid #dfdfdf;
}
.widget_mostviewed_widget ul li:last-child,
.widget_recentposts ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.widget_mostviewed_widget ul li:before {
	content:counter(ranking);
	position:absolute;
	left:-5px;
	top:-5px;
	z-index:999;
	font-size:1.25em;
	line-height:30px;
	width:30px;
	height:30px;
	background-color:#00A9DC;
	text-align:center;
	color:#FFF;
	font-weight:700;
}
.widget_mostviewed_widget img,
.widget_recentposts img {
	width:75px;
	height:75px;
	display:inline;
	float:left;
	margin:0 1em 0 0;
}
.widget_mostviewed_widget .article-title,
.widget_recentposts .article-title {
	font-size:.9em;
	line-height:1.35em;
}
/*
.widget_mostviewed_widget a {
	color:#242424;
}
.widget_mostviewed_widget a:hover {
	color:#00A9DC;
	text-decoration:none;
}
*/

/*
.widget_sociallinks_widget .social {
	margin-top:10px;
}
*/


.widget_apsa_campaign {
	width:100%;
}
/*--------------------------------------------------------------
## Pagebuilder Shortcodes
--------------------------------------------------------------*/
.has-border {
	/*
	box-shadow:1px 0 0 0 #dfdfdf, 0 1px 0 0 #dfdfdf, 1px 1px 0 0 #dfdfdf, 1px 0 0 0 #dfdfdf inset, 0 1px 0 0 #dfdfdf inset;
	box-shadow:-1px 0 0 0 #dfdfdf, 0 -1px 0 0 #dfdfdf, 1px 1px 0 0 #dfdfdf, 1px 0 0 0 #dfdfdf inset, 0 1px 0 0 #dfdfdf inset;
	*/
	box-shadow:-1px 0 0 0 #dfdfdf, 0 -1px 0 0 #dfdfdf, 1px 1px 0 0 #dfdfdf, 1px 0 0 0 #dfdfdf, 0 1px 0 0 #dfdfdf;
	overflow:hidden;
	position:relative;
}
hr {
	border-top:1px solid #dfdfdf;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#wrapper-footer {
	background-color:rgba(0,0,0,0.05);
	color:#8A8A8A;
	font-size:80%;
}
@media (max-width: 767px) {
#wrapper-footer {
	text-align:center;
}
}
#wrapper-footer a {
	color:#8A8A8A;
}
#wrapper-footer a:hover {
	color:inherit;
}
#wrapper-footer .footer-widget:first-child {
	padding-left:0;
}
#wrapper-footer .footer-widget:last-child {
	padding-right:0;
}
.footer-widget .widget-title {
	font-weight:700;
}
.footer-widget ul {
	list-style:none;
	padding-left:0;
}
.site-footer {
	border-top:1px solid #dfdfdf;
	padding-top:20px;
	margin-top:20px;
	font-size:0.75em;
}
#wrapper-footer .custom-logo {
	max-width:150px;
	height:auto;
	margin-right:10px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
#wrapper-footer .site-info [class^='col'] {
	margin-top:10px;
	margin-bottom:10px;
}

@media (min-width: 768px) {
.footer-widget.widget_sociallinks_widget {
	text-align:right;
}
#wrapper-footer .site-info [class^='col']:last-child {
	text-align:right;
}
}
#wrapper-footer .surhive-link {
	opacity:0.3;
	transition:0.3s;
	margin-left:5px;
}
#wrapper-footer .surhive-link:focus,
#wrapper-footer .surhive-link:hover {
	opacity:1;
}
#wrapper-footer .surhive {
	max-width:80px;
	height:auto;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}




















/* VISUAL BUILDER */
/* Cover */

/* Posts */
.grid-post-item {
	position:relative;
	width:100%;
	/*
	display:flex;
	display:-ms-flexbox;
	flex-direction:column;
	-ms-flex-direction:column;
	margin:1px;
	*/
	word-wrap:break-word;
}
/*
.grid-post-item a {
	text-decoration:none;
}
*/
.grid-post-item .article-body {
	/*
	flex:1 1 auto;
	-ms-flex:1 1 auto;
	*/
	z-index:10;
}
/* font size */
.grid-post .article-cat {
	font-size:0.75em;
}
.grid-post .article-title {
	font-size:1.25em;
	line-height:1.2;
	font-weight:900;
}
.grid-post .article-subtitle {
	font-size:1em;
	line-height:1.25em;
	font-weight:700;
}
.grid-post .size-large .article-title {
	font-size:2em;
	line-height:1.1;
}
.grid-post .size-large .article-subtitle {
	font-size:1.6em;
}
.grid-post .size-extra .article-title {
	font-size:3em;
	line-height:1;
}
.grid-post .size-extra .article-subtitle {
	font-size:2em;
}
.grid-post .article-text {
	font-size:0.85em;
	line-height:1.3;
}
.grid-post .size-large .article-text {
	font-size:1em;
}
.grid-post .size-extra .article-text {
	font-size:1.1em;
}
.grid-post .article-meta {
	font-size:0.65em;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
.grid-post .size-large .article-title {
	font-size:2.5em;
}
.grid-post .size-large .article-subtitle {
	font-size:1.75em;
}
.grid-post .size-extra .article-title {
	font-size:3.5em;
}
.grid-post .size-extra .article-subtitle {
	font-size:2.25em;
}
}
@media (min-width: 992px) {
.grid-post .size-large .article-title {
	font-size:3em;
}
.grid-post .size-large .article-subtitle {
	font-size:2em;
}
.grid-post .size-extra .article-title {
	font-size:5.5em;
}
.grid-post .size-extra .article-subtitle {
	font-size:3em;
}
}
@media (min-width: 1200px) {
}
/* formats */
.grid-post .article-image {
	display:inline-block;
}
.grid-post .format-video .article-image::before {
	/*
    font-family: 'FontAwesome';
	content:'\f04b';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-size: 50px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
	z-index:1000;
	*/
}
.single-post .format-gallery .entry-image img {
	width:100%;
	height:auto;
}

/*
.grid-post .format-video .article-image:before {
	content:'\f04b';
	font-family: FontAwesome;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	font-size:3em;
	color:rgba(255,255,255,0.75);
	border:5px solid rgba(255,255,255,0.75);
}
*/
/*
.grid-post .post-format {
	position:absolute;
	top:20px;
	right:20px;
	z-index:999;
	background:rgba(0,0,0,0.2);
	padding:0 6px;
	color:#FFF;
	font-size:0.8rem;
	text-transform:uppercase;
}
*/
.grid-post .post-format-icon {
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    /*
	padding: 12px 24px 12px 34px;
    color: white;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
	*/
	z-index:1000;
	color:rgba(255,255,255,0.85);
	text-shadow:1px 1px 30px rgba(0,0,0,0.3);
    font-size: 5rem;
}
.grid-post .col-md-3 .post-format-icon {
    font-size: 2.5rem;
}
.grid-post .col-md-4 .post-format-icon {
    font-size: 3rem;
}
.grid-post .col-md-6 .post-format-icon {
    font-size: 4rem;
}
.grid-post .post-format-icon:hover {
	color:rgba(255,255,255,0.95);
}
/* formats */
/*
.grid-post .format-video .article-image:before {
	content:'\f04b';
	font-family: FontAwesome;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	font-size:3em;
	color:rgba(255,255,255,0.75);
	border:5px solid rgba(255,255,255,0.75);
}
*/
/*
.grid-post .large-post .article-title {
	font-size:1.7em;
}
.grid-post .large-post .article-subtitle {
	font-size:1.4em;
}
*/

/*
@media only screen and (max-width: 767px) {
.grid-post .size-large .article-title {
	font-size:1.25em;
}
.grid-post .size-large .article-subtitle {
	font-size:1em;
}
}
*/

/* body */
.grid-post-item .article-cat,
.grid-post .article-subtitle {
	display:inline-block;
}
.grid-post-item .article-cat {
	padding:2px 8px;
}
/* colors */
.grid-post-item .article-cat {
	background-color:#00A9DC;
}
.grid-post-item .article-cat,
.grid-post-item .article-cat a {
	color:#FFFFFF;
}
.grid-post-item .article-title,
.grid-post-item .article-title a {
	color:#231f20;
}
.grid-post-item .article-subtitle,
.grid-post-item .article-subtitle a {
	color:#00A9DC;
}
.grid-post-item.style-light .article-title,
.grid-post-item.style-light .article-title a,
.grid-post-item.style-light .article-text {
	color:#FFFFFF;
}
.grid-post-item.style-primary .article-title,
.grid-post-item.style-primary .article-title a {
	color:#00A9DC;
}
.grid-post-item.style-primary .article-subtitle,
.grid-post-item.style-primary .article-subtitle a {
	color:#231f20;
}
.grid-post-item .article-meta,
.grid-post-item .article-meta a {
	color:#999999;
}
/* meta */
.grid-post .article-meta .article-date {
	margin-right:20px;
}
.grid-post .article-meta .article-author-image .avatar {
	width:30px;
	height:30px;
	border-radius:100%;
	margin-right:3px;
}

/* image ratio */
/*
.grid-post-item .article-image {
	position:relative;
	background-color:#242424;
	overflow:hidden;
	width:100%;
}
.grid-post-item .article-image img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 50% 50%;
}
.grid-post-item .ratio-1-1 {
	padding-top:100%;
}
.grid-post-item .ratio-4-3 {
	padding-top:75%;
}
.grid-post-item .ratio-16-9 {
	padding-top:56.25%;
}
*/
/* image filters */
.grid-post .filter-grayscale .article-image img,
.filter-grayscale .entry-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.grid-post .filter-sepia .article-image img,
.filter-sepia .entry-image img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.grid-post .filter-primary .article-image img,
.filter-primary .entry-image img {
    -webkit-filter: grayscale(100%) brightness(75%) sepia(50%) hue-rotate(160deg) saturate(500%) contrast(1);
    filter: grayscale(100%) brightness(75%) sepia(50%) hue-rotate(160deg) saturate(500%) contrast(1);
}

/* post layout 01 */
.post-layout-01 .article-image {
	margin-bottom:15px;
}
.post-layout-01 .article-cat {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:10;
}
/* post layout 02 */
.post-layout-02 .article-image {
	margin-top:15px;
}
.post-layout-02 .article-cat {
	position:absolute;
	top:10px;
	left:10px;
}
/* post layout 03 */
/*
.post-layout-03 {
	position:relative;
	margin-bottom:-70px;
}
*/
.post-layout-03 .article-body {
	position:relative;
	background:#FFF;
	margin:-70px 20px 0 20px;
	padding:20px;
}
.post-layout-03 .article-cat {
	position:absolute;
	top:-12px;
}
/* grid post layout 03 */
.grid-post-layout-03 .owl-border {
	padding:0 0 0 3px;
}
.grid-post-layout-03 .owl-prev,
.grid-post-layout-03 .owl-next {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:40px;
	width:40px;
	background-color:#dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:10px;
}
.grid-post-layout-03 .owl-prev {
	left: 0;
}
.grid-post-layout-03 .owl-next {
	right: 0;
}
.grid-post-layout-03 .owl-prev:before,
.grid-post-layout-03 .owl-next:before {
	font-family: FontAwesome;
	position:absolute;
	top:0;
	line-height:40px;
	font-size:1.5em;
}
.grid-post-layout-03 .owl-prev:before {
	content:'\f104';
	left:14px;
}
.grid-post-layout-03 .owl-next:before {
	content:'\f105';
	right:14px;
}
.grid-post-layout-03 .owl-dots {
	text-align:center;
	margin-top:4px;
}
.grid-post-layout-03 .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	cursor:pointer;
	user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.grid-post-layout-03 .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	display:block;
	transition:opacity .2s ease;
	border-radius:100%;
	background:#d6d6d6;
}
.grid-post-layout-03 .owl-dots .owl-dot.active span {
	background:#869791;
}
/* post layout 04 */
.post-layout-04 {
	width:100%;
}
.post-layout-04 .article-image {
	height:100%;
	background-position:center;
	/*
	background-size:cover;
	*/
	background-repeat:no-repeat;
}
.post-layout-04 .article-image::before {
	position:absolute;
	z-index:1;
	bottom:0;
	content:'';
	/*
	background:rgba(0,0,0,0.5);
	*/
	display:block;
	width:100%;
	height:50%;
	background: -moz-linear-gradient(top, rgba(35,31,32,0) 0%, rgba(35,31,32,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(35,31,32,0) 0%,rgba(35,31,32,0.9) 100%);
	background: linear-gradient(to bottom, rgba(35,31,32,0) 0%,rgba(35,31,32,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00231f20', endColorstr='#cc231f20',GradientType=0 );
}
.post-layout-04 .article-body {
	position:absolute;
	bottom:0;
	padding:0 10px 10px;
}
.post-layout-04 .article-cat {
	position:absolute;
	top:-30px;
	left:10px;
}
.post-layout-04 .article-title,
.post-layout-04 .article-title a {
	color:#FFFFFF;
}
.post-layout-04 .article-meta {
	margin-top:5px;
}


/* grid post layout 06: photogallery */
.gallery-post .article-body {
	margin-top:15px;
}
.gallery-post .article-gallery .article-gallery-items {
	margin:10px 0 0;
}
.gallery-post .article-gallery .article-gallery-items img {
	padding-right:5px;
}

.gallery-post .article-gallery .article-subtitle {
	font-size:1em;
}


/* Video */
/* removed by surhive on 2018.04.10 */
/*
.video-wrapper {
    height: 0;
    width: 100%;
    padding-top: 56%;
    position: relative;
}

.video-wrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
	width:100%;
    height: 100%;
}
*/

/* Pagination */
.pagination {
	margin-top:1rem;
	border-radius:0;
	justify-content:center;
}
.pagination .page-item .page-link {
	font-size:14px;
	color:#666666;
	box-shadow:0 0 40px 1px rgba(0,0,0,0.15);
}
.pagination .page-item.active .page-link {
	background-color:#00A9DC;
	border-color:#00A9DC;
	color:#FFFFFF;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	border-radius:0;
}
	

/* Special Heading */
.fw-heading {
	margin-bottom: 1em;
}
.fw-heading .fw-special-title {
	color:#A09F9F;
	font-size:1.5em;
	margin-bottom:0;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
.fw-heading .fw-special-title {
	font-size:1.6em;
}
}
@media (min-width: 992px) {
.fw-heading .fw-special-title {
	font-size:1.8em;
}
}
@media (min-width: 1200px) {
.fw-heading .fw-special-title {
	font-size:2em;
}
}

/* Heading Bar */
.fw-heading.fw-heading-bgbar {
	padding:5px 10px;
}
.fw-heading.bgbar-gray {
	background-color:#A09F9F;
}
.fw-heading.bgbar-gray .fw-special-title {
	color:#FFFFFF;
}
.fw-heading.bgbar-gray.fw-heading-isotype .fw-special-title span:before {
	background-color:#FFFFFF;
}
.fw-heading.bgbar-dark {
	background-color:#231f20;
}
.fw-heading.bgbar-dark .fw-special-title {
	color:#FFFFFF;
}
.fw-heading.bgbar-dark.fw-heading-isotype .fw-special-title span:before {
	background-color:#FFFFFF;
}
.fw-heading.bgbar-primary {
	background-color:#00A9DC;
}
.fw-heading.bgbar-primary .fw-special-title {
	color:#FFFFFF;
}
.fw-heading.bgbar-primary.fw-heading-isotype .fw-special-title span:before {
	background-color:#FFFFFF;
}
/* Isotype */
.fw-heading.fw-heading-isotype .fw-special-title:before {
	content:"";
	/*
	width:23px;
	height:26px;
	*/
	width:1em;
	height:1.13em;
	display:inline-block;
	background-repeat:no-repeat;
	position:relative;
	top:0.2em;
	background-size:cover;
}@media (min-width: 576px) {
}
@media (min-width: 768px) {
.fw-heading.fw-heading-isotype .fw-special-title:before {
}
}
@media (min-width: 992px) {
.fw-heading.fw-heading-isotype .fw-special-title:before {
}
}
@media (min-width: 1200px) {
.fw-heading.fw-heading-isotype .fw-special-title:before {
}
}

.fw-heading.fw-heading-isotype.isotype-gray .fw-special-title:before {
	background-image:url(../images/isotipo.svg);
}
.fw-heading.fw-heading-isotype.isotype-white .fw-special-title:before {
	background-image:url(../images/isotipo-white.svg);
}
.fw-heading.fw-heading-isotype.isotype-primary .fw-special-title:before {
	background-image:url(../images/isotipo-primary.svg);
}
.fw-heading.fw-heading-isotype .fw-special-title span:before {
	content:"";
	width:1px;
	height:1em;
	background-color:#A09F9F;
	display:inline-block;
	margin:0 10px;	
	position:relative;
	top:0.13em;
}

/* back to top */
#topbutton {
  position: fixed;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: #000000;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

#topbutton:after {
  content: "\f077";
  font-family: FontAwesome;
}
/************************* ELECCIONES ***********************/
.interna ul{width: 100%; float: left; list-style-type: none; margin: 0; padding: 0;}
.interna ul li { float: left; width: 100%; border-bottom: 1px solid #a7a7a7; padding-top: 5px;}
.caja_candidato {float: left; width: 100%;}
.foto_candidato {width: 16%; float: left; margin: 2% 1% 0 1%; }
.foto_candidato img{width: 100%;}
.texto_candidato {width: 75%; float: left; margin-left: 2%; margin-top: 1%;}
.partido {font-size: 14px;}
.nombre_candidato {font-size: 15px; font-weight: bold;}
.numeros h3{float: left;font-size: 40px;font-weight: bold;margin-right: 10px;margin-bottom: 0px;}
.numeros p{ float: right;margin-top: 21px; margin-bottom: 0;}
.col1 {width: 49%; margin-right: 2%; float: left;}
.col2 {width: 49%; float: left;}
.fpcys {color:  #ff9603; }
.cambiemos {color: #ffda00; }
.juntos {color: #046eff;}
.fiyt { color: red; }
.af {color:  #00146b; } 
.ni {color:  #1e9a01; }
.cf {color:  #be1b22; }
.sfpt {color:  #0036dc;}
.fsp {color:  #b33275; }
.unidos {color:  #6e44a1; }
.ufyv {color:  #64b5fa; }
.map {color: #e14999; }
.mac {color: #e67715; }
.union {color: #211d1e; }
.blanco {color: #fcfcfc;}
.anulados {color: #000; }
.eg{color: 41204e;}
.upl{color: #73288b;}
.maid{color: 58ac72;}
.opciones {padding-top: 5px; height: 50px; width: 33%; margin-left:.3%; float: left; text-align: center; margin-bottom: 50px; background: #535353; color: #fff;}
.titulo_opciones{font-size: 14px; font-weight: bold;}
.titulos_paso h3 { font-weight: bold;font-size: 26px;margin-left: 20%;}
.actualizacion{margin-top: 20px;float: left;width: 100%;}
@media (max-width: 767px) {
	.col1 {width: 100%; margin-right: 0; }
	.col2 {width: 100%; }
	.foto_candidato {width: 21%; float: left; margin: 2% 1% 0% 2.5%;}
	.foto_candidato img{width: 100%;}
	.texto_candidato {width: 71%; float: left; margin-left: 2%; margin-top: 1%;}
	.partido {font-size: 12px;}
	.nombre_candidato {font-size: 15px; font-weight: bold;}
	.numeros h3{float: left;font-size: 30px;font-weight: bold;margin-right: 10px;margin-bottom: 0px;}
	.numeros p{ float: right;margin-top: 3%;margin-bottom: 0px !important;}
	.opciones {width: 33%; margin-left:.3%; float: left;}
	.titulo_opciones{font-size: 14px; font-weight: bold;}
	.elecciones {padding-right: 0px; padding-left: 0px;}
	.titulos_paso {margin-left: 2%;}
	.opciones {height: 74px; padding-top: 5px;}
	.titulos_paso h3 { font-weight: bold;font-size: 19px;margin-left: 25%;}

}

/***************bloque home copa **********************************/
.copa .article-subtitle a{color: #629430;}
.copa_agenda h2 {font-size: 26px;font-weight: bold;margin-top: 5px;color:#629430;}
.copa_agenda .article-image.ratio-1-1 {padding-top: 114%;}
.encabezado_copa {list-style-type: none; margin: 0;padding: 0; background-color: #fe001a; width: 100%; height: 40px;}
.encabezado_copa ul{list-style-type: none;}
.copa_agenda .grid-post-layout-03 .owl-prev, .grid-post-layout-03 .owl-next {background-color: inherit !important; border-bottom: none;}
.copa_agenda .article-image {background-color: inherit;}
.encabezado_copa li a{ color: #fff;}
.copa .h-100 {height: auto !important;}
@media (min-width: 700px) and (orientation: landscape){
	.titulo_copa {width: 25%; float: left; margin-top: -32px;}
	.encabezado_copa ul{ float: left; padding: 0px;}
	.encabezado_copa li {float:left; padding: 7px 20px; background-color: #fe001a;}
	.copa_agenda .grid-post-layout-03 .owl-prev::before { left: -18px;}
	.copa_agenda .grid-post-layout-03 .owl-next::before { right: -18px;}
	
}
@media (orientation: portrait){
	.encabezado_copa {height: 110px !important; margin-top: -53px;}
	.titulo_copa {width: 100%; margin-bottom: 5px;}
	.encabezado_copa ul {padding: 0;}
	.encabezado_copa ul li {width: 100%; border-bottom: 1px solid #fff; background-color: #fe001a; padding: 5px;}
	.copa_agenda .grid-post-layout-03 .owl-prev::before { left: -15px;}
	.copa_agenda .grid-post-layout-03 .owl-next::before { right: -15px;}
	.copa .grid-post .size-large .article-title { font-size: 1.2em; line-height: 1.3em;}
	.copa .article-subtitle a {color: #629430;font-size: 1.3rem;}
	.copa .article-image.ratio-16-9 { padding-top: 85.25%;}
}
