/*Carandre14*/

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    font-family: 'Lato';
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
ul {
    list-style: none;
}
a,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: 0;
  color: #000000;
  cursor: pointer
}
a:hover {
    color: #28a745;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
img:hover {
    -webkit-filter: brightness(110%) contrast(110%);
    filter: brightness(110%) contrast(110%);
}
input[type="text"], 
input[type="password"], 
input[type="search"], 
textarea,
select {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    color: #333333;
    font-size: 14px;
    outline: none;
    border: 1px solid #e1e1e1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.page p,
.page p span,
.page p strong { 
  /*max-width: 72ch; */
  width: 100%;
  text-align: justify; 
  font-family: 'Lato' !important;
}
i.fa-caret-up {
    color: #00a651 !important;
}
i.fa-caret-down {
    color: #ed1c24 !important;
}
.owl-nav {
	position: absolute;
	right: 0;
	top: -30px;
}
button.owl-prev, 
button.owl-next {
	font-size: 28px;
    color: #999999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    border: 1px solid #E1285F;
    margin-left: 2px;
    outline: none;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    opacity: 1;
    margin: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
button.owl-prev:hover,
button.owl-next:hover {
    color: #ffffff;
    background: #E1285F;
    border: 1px solid #E1285F;
}
button.owl-prev span, 
button.owl-next span {
    top: -3px;
    position: relative;
    margin: auto;
    text-decoration: none !important;
}
ul, ol {
	margin:0;
	padding: 0; 
}

iframe {
  width: 100%
} 

.tox-statusbar__branding {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important
}


/*************************************************************************/
/****************************buscador ************************************/
/*************************************************************************/
#search_box {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
#search_box label {
  display: block;
}
#search_box select, #search_box input, #search_box button {
  height: 45px;
  vertical-align: middle;
  margin:1em;
}
.table-bordered td, .table-bordered th {
  border-bottom-color: #009345;
}
/*************************************************************************/
/****************************news_list************************************/
/*************************************************************************/
.news_list .news_list_item {
  border: 1px dotted #525252;
}

 .pagination a, .pagination a:hover {
  color: #000000 
}

 .pagination .page-item.active .page-link {
  border-color: #000000 !important;
  background-color:#000000  !important;
}
/*************************************************************************/
/****************************header***************************************/
/*************************************************************************/
header {
  position: relative;
  background: #ffffff;
}

/*************************************************************************/
/****************************al_momento***********************************/
/*************************************************************************/
#ticker-notimex {
	background: #ffffff;
	padding: 1px;
	height: 30px;
}
.ticker-news {
  padding: 25px 0;
}
.ticker-news-box {
  overflow: hidden !important;
}
.ticker-news-box span.breaking-news {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 25px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  padding-right: 17px;
  background: #E1285F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ticker-news-box span.breaking-news:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #E1285F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  right: -7px;
}
.ticker-news-box span.new-news {
  display: inline-block;
  float: left;
  color: #000000;
  font-size: 10px;
  line-height: 9px;
  
  text-transform: uppercase;
  padding: 3px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 8px 10px 0 0;
}
.ticker-news-box .ticker-content {
  color: #000000;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 400;
  margin: 0;
}
.ticker-news-box .ticker-content span.time-news {
  color: #E1285F;
  margin-right: 3px;
}
.ticker-news-box .ticker-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #000000;
}
.ticker-news-box .ticker-content a:hover {
  color: #E1285F;
}
.ticker-news-box .ticker {
  width: 879px;
}
.ticker-news-box span.breaking-news {
	margin-right: 0 !important;
}
.ticker-wrapper.has-js {
	margin-left: 120px !important;
}
.ticker-news-box .ticker-content span.time-news {

    color: #000000 !important;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 16px;

}
.ticker-wrapper.has-js {
  width: 100%;
}
.ticker-news-box .ticker {
  width: 100%
}
.ticker-news-box .ticker-content,
.ticker-news-box .ticker-content a {
    color: #000000 !important;
    font-size: 16px;
    width: 100%

}
.ticker-swipe {
    background-color: #ffffff !important;
    height: 50px !important;

}
.ticker-news-box span.breaking-news,
.ticker-news-box span.breaking-news::after {

    background: #e1285f !important;

}


/*************************************************************************/
/****************************clima_fecha**********************************/
/*************************************************************************/
#clima-fecha {
	padding: 55px 0 0 0;
}

/*************************************************************************/
/****************************logo*****************************************/
/*************************************************************************/
#logo .navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 16px;  
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  padding: 10px;
  letter-spacing: 2.5px;
  border: none;
  width: 100%
}
#logo .navbar-brand span {
  color: #000000 !important;
}
#logo .navbar-brand img {
  max-width: 100%;
  max-height: 150px;
}
/*************************************************************************/
/****************************inicio_sesion********************************/
/*************************************************************************/
#inicio-sesion {
	padding: 0
} 
#inicio-sesion a,
#inicio-sesion span {
  font-size: 1.05em; 
  color:#000000;
  text-transform: uppercase;
  background-color: #ffffff !important;
} 
#inicio-sesion a.dropdown-item {
  font-size: 12px; 
} 
#inicio-sesion a.dropdown-item:hover {
  color:#ffffff;
  text-transform: uppercase;
  background-color: #000000 !important;
} 
/*************************************************************************/
/****************************menu_principal*******************************/
/*************************************************************************/
#menu-principal {
    position: relative;
}
/*************************************************************************/
#menu-principal .bar-menu{
    border-bottom: 5px solid;
}

#menu-principal.active .nav-list-container {
  /*position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
}
#menu-principal {
  background: #fafafa;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#menu-principal .menu-bar > li {
  position: relative;
  border-right: 1px solid #ffffff;
    border: 1px solid transparent;
    vertical-align: middle;
    padding: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/*.menu-bar > li:first-child {
  border-left: 1px solid #ffffff;
}*/
#menu-principal .menu-bar > li:last-child,
#menu-principal .menu-bar > li:last-child a {
  border: 1px solid transparent;
  padding: 0
}
#menu-principal .menu-bar > li > a {
  color: #333333 !important;
  font-size: 12px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 16px 5px;
  position: relative;
  margin: 0 5px;
  z-index: 2;

}
/*#menu-principal .menu-bar > li:nth-last-child(2) a {
  padding: 6px 10px;

}*/
#menu-principal .menu-bar > li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  height: 100%;
  height: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: 2;
  background: #009345;
}
#menu-principal .menu-bar > li:last-child:hover:before/*,
#menu-principal .menu-bar > li:nth-last-child(2):hover:before*/ {
  height: 0;;
}
#menu-principal .menu-bar > li:hover > a,
#menu-principal .menu-bar > li > a.active {
  color: #ffffff !important;
}
#menu-principal .menu-bar > li.active:before,
#menu-principal .menu-bar > li:hover:before,
#menu-principal .menu-bar > li.active:before {
  height: 100%;
}
#menu-principal .menu-bar > li:hover > a:after,
#menu-principal .menu-bar > li > a.active:after {
  color: #ffffff;
}
#menu-principal .menu-bar {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: center;
  float: unset !important;

}
#menu-principal .nav-list-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,262626+100 */
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 1%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 1%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 1%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  border-bottom: 5px solid #000000;
}
#menu-principal .menu-bar > li > a {
  color: #000000 !important;
}
#menu-principal .menu-bar > li:hover > a,
#menu-principal .menu-bar > li.active > a {
  color: #ffffff !important;
}
#menu-principal .menu-bar > li > a:after {
  color: #7b7b7b;
}
#menu-principal .menu-bar > li:hover > a:after,
#menu-principal .menu-bar > li > a.active:after {
  color: #fff;
}
#menu-principal .navbar-form,
.top-line .navbar-form {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: unset !important;
    vertical-align: middle;
    width: 100%;
}
#menu-principal .navbar-form input[type="text"],
.top-line .navbar-form input[type="text"] {
    border: 1px solid #E1285F;
    padding: 5px;
    color: #000000;
    font-size: 11px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    margin: 0 !important;
}
#menu-principal .navbar-form button,
.top-line .navbar-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 0;
    font-size: 13px;
    color: #666666;
}

button.navbar-toggler span {
  color: #000000;
}
button.navbar-toggler:focus,
button.navbar-toggler span {
    outline: none;
}

button.navbar-toggler {
    display: none
  }

.collapse:not(.show) {
    display: block;
}
/*************************************************************************/
/*************************menu_secundario*********************************/
/*************************************************************************/
#menu-secundario .top-line {
  padding: 7px 0 9px;
  background: #111111;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
#menu-secundario .top-line ul.top-line-list {
  margin: 0;
  background: #ffffff;
  padding: 0 10px;
}
#menu-secundario .top-line ul.top-line-list li {
  display: inline-block;
  margin-right: 18px;
}
#menu-secundario .top-line ul.top-line-list li span,
#menu-secundario .top-line ul.top-line-list li a {
  display: inline-block;
  color: #333333;
  font-size: 13px;  
  margin: 0;
  line-height: 15px;
  text-transform: uppercase;
}
#menu-secundario .top-line ul.top-line-list li svg {
  margin: -5px 2px -2px 4px;
}
#menu-secundario .top-line ul.top-line-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#menu-secundario .top-line ul.top-line-list li a:hover {
  color: #ffffff;
}
#menu-secundario .top-line ul.top-line-list li:first-child:before {
  display: none;
  margin-right: 0;
}
#menu-secundario .top-line ul.top-line-list li:last-child {
  margin-right: 0;
}
#menu-secundario .top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 2px;
}
#menu-secundario  .top-line {
  background: #ffffff;
}
#menu-secundario  .top-line:before {
    background: #009345;
    top: 13px;
    height: 1px;
    width: 100%;
    position: relative;
    display: block;
}
#menu-secundario  .top-line ul.top-line-list li a:hover,
#menu-secundario  .top-line ul.top-menu li span:hover {
  color: #fff !important;
  background: #000;
  padding: 5px 10px;
  border-radius: 15px;
  cursor: pointer
}
/*************************************************************************/
/*******************************Footer************************************/
/*************************************************************************/
footer {
  background: #000000;
  padding-top: 30px;
}
footer .footer-widgets-part {
  padding-bottom: 0;
  text-align: center;
}
footer .text-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
footer ul.social-icons {
  margin: 0;
  padding: 0;
}
footer ul.social-icons li {
  display: inline-block;
  margin: 10px;
}
footer ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 37.5px;
  text-align: center;
  border: 1px solid #333333;
  color: #ffffff;
  font-size: 26px;
  background: transparent;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
footer ul.social-icons li a:hover {
  color: #ffffff;
}
footer ul.social-icons li a.facebook:hover {
  background: #1854dd;
  border: 1px solid #1854dd;
}
footer ul.social-icons li a.google:hover {
  background: #f14133;
  border: 1px solid #f14133;
}
footer ul.social-icons li a.twitter:hover {
  background: #18a3dd;
  border: 1px solid #18a3dd;
}
footer ul.social-icons li a.youtube:hover {
  background: #d31708;
  border: 1px solid #d31708;
}
footer ul.social-icons li a.instagram:hover {
  background: #a55900;
  border: 1px solid #a55900;
}
footer ul.social-icons li a.linkedin:hover {
  background: #1879dd;
  border: 1px solid #1879dd;
}
footer ul.social-icons li a.vimeo:hover {
  background: #2ea0f0;
  border: 1px solid #2ea0f0;
}
footer ul.social-icons li a.dribble:hover {
  background: #f05c9e;
  border: 1px solid #f05c9e;
}
footer ul.social-icons li a.pinterest:hover {
  background: #d30829;
  border: 1px solid #d30829;
}
footer ul.social-icons li a.flickr:hover {
  background: #a43e99;
  border: 1px solid #a43e99;
}
footer ul.social-icons li a.rss:hover {
  background: #f0590f;
  border: 1px solid #f0590f;
}
footer .flickr-widget a:hover {
  color: #ffffff;
}
footer .footer-last-line {
  padding: 0;
  border-top: 1px solid #333333;
}
footer .footer-last-line p {
  font-size: 13px;
  color: #666666;
}
@media (max-width:990px){ 
	#clima-fecha {
	    padding: 10px;
	    text-align: right !important;
	}
	#logo {
	    text-align: left !important;
	}
	#logo .navbar-brand img {
	    max-height: 80px;
	}
	#inicio-sesion {    
		padding: 10px;
	    text-align: right !important;
	}
}
#back-to-top {
  display: none;
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none;
  background-color: rgba(0,0,0,.5); 
  color: white;
  cursor: pointer; 
  padding: 0; 
  border-radius: 10px;
  font-size: 3em;
  width: 50px;
  height: 50px;
}

/*************************************************************************/
/****************************back-to-top**********************************/
/*************************************************************************/
#back-to-top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
#back-to-top i {
  color: #ffffff !important; /* Add a dark-grey background on hover */
}

/*************************************************************************/
/*******************************Socials***********************************/
/*************************************************************************/
#share-fixed {
	position: fixed;
	right: 0px;
	top:70px;
	z-index: 999999999;
	width: 42px;
}
#share-fixed .jssocials-share {
    display: block;
    vertical-align: top;
    margin: 0;
}
#share-fixed a{
	background: transparent;
	color: #333333;
}
#share-fixed a:hover,
#share-fixed a:active,
#share-fixed a:focus {
	color: #009345;
}

.container a.jssocials-share-link {
    background: transparent !important;
    color: #333333;
    padding: 3px 5px;
}
.container a.jssocials-share-link:hover {
    color: #009345 !important;
}
.container .jssocials-share{
  margin: 0 !important
}

.container-v a.jssocials-share-link {
    background: transparent !important;
    color: #fff;
    padding: 3px 5px;
}
.container-v a.jssocials-share-link:hover {
    color: #009345 !important;
}
.container-v .jssocials-share{
  margin: 0 1em !important;
}
.container-v .jssocials-share i{
  font-size: 25px !important;
}

.bg-black a.jssocials-share-link {
    color: gray;
}


/*************************************************************************/
/*******************************loading***********************************/
/*************************************************************************/
.bg_load {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    z-index: 9999999999999;
}
.wrapper {    
  width: 8em;
  height: 8em;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: -100px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0.04em rgba(255,255,255,1);
  z-index: 99999999999999;
  right: 0;
  bottom: 0
}

/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*********************Comienza la parte central***************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
 .category-post {
    position: relative;
    background: #009345 !important;
    top: 2px !important;
    bottom: initial !important;
    left: 0px !important;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
 span.news_blocked {
    position: absolute;
    background: transparent !important;
    top: 2px !important;
    bottom: initial !important;
    right: 0px !important;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
 span.news_blocked i {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #e1285f !important;
    font-size: 21px;
}
/*******titulos*******/
.title-section {
  border-bottom: 1px solid #E1285F;
  margin-bottom: 10px;
}
.title-section h1,
.title-section h2 {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.title-section h1 span,
.title-section h2 span {
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 5px;
}
.title-section,
.title-section h1 span,
.title-section h2 span  {
  border: none !important;
}
.title-section h2 a  {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

.title-section::after {
    content: " ";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #009345 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
}
.title-section h1:before, 
.title-section h2:before {
    content: " ";
    position: relative;    
    font-size: 2em;    
    vertical-align: middle;    
    margin: auto 5px;     
    background-image: url(../../assets/img/favicon.png);    
    width: 25px;
    height: 25px;    
    background-size: 100%;    
    display: inline-block;    
    background-repeat: no-repeat;
}

.title-section.white h1,
.title-section.white h2{
  color: #fff !important;
}

/*************************************************************************/
/******************************notas//////******************************/
/*************************************************************************/
.default-size,
.default-size img,
.default-size .thumbwrap {
    height: 147px;
    max-height: 100%;
    margin-bottom: 0px;
    width: 100%;
}
.default-size.nested,
.default-size.nested img,
.default-size.nested .thumbwrap {
    height: 147px;
    max-height: 100%;
    margin-bottom: 0px;
    width: 100%;
}
.col-lg-6 > a .default-size,
.col-lg-6 > a .default-size img,
.col-lg-6 > a .default-size .thumbwrap {
    height: 310px;
    max-height: 310px;
    margin-bottom: 0px;
    width: 100%;
}
.col-lg-6 > a .default-size .hover-box {
    max-height: 310px;	
}
.col-lg-6 .col-lg-6 > a .default-size,
.col-lg-6 .col-lg-6 > a .default-size img,
.col-lg-6 .col-lg-6 > a .default-size .thumbwrap {
    height: 150px;
    max-height: 150px;
    margin-bottom: 10px;
    width: 100%;
}
.col-lg-6 .col-lg-6 > a .default-size .hover-box {
    max-height: 150px;	
}
.col-lg-3 > a .default-size,
.col-lg-3 > a .default-size img,
.col-lg-3 > a .default-size .thumbwrap {
    height: 200px;
    max-height: 200px;
    margin-bottom: 0px;
    width: 100%;
}
.col-lg-3 > a .default-size .hover-box {
    max-height: 200px;	
}
.col-lg-4 > a .default-size,
.col-lg-4 > a .default-size img,
.col-lg-4 > a .default-size .thumbwrap {
    height: 185px;
    max-height: 185px;
    margin-bottom: 0px;
    width: 100%;
}
.col-lg-4 > a .default-size .hover-box {
    max-height: 185px;	
}
.col-lg-9 .col-lg-4 > a .default-size,
.col-lg-9 .col-lg-4 > a .default-size img,
.col-lg-9 .col-lg-4 > a .default-size .thumbwrap {
    height: 150px;
    max-height: 150px;
    margin-bottom: 10px;
    width: 100%;
}
.col-lg-9 .col-lg-4 > a .default-size .hover-box {
    max-height: 150px;  
}
.owl-carousel .col-lg-12 > a .default-size,
.owl-carousel .col-lg-12 > a .default-size img,
.owl-carousel .col-lg-12 > a .default-size .thumbwrap {
    height: 150px;
    max-height: 150px;
    margin-bottom: 0px;
    width: 100%;
}
.owl-carousel .col-lg-12 > a .default-size .hover-box {
    max-height: 150px;  
}
.default-size .hover-box {
    position: absolute;
    overflow: hidden !important;
    top: 0px;
    left: 4px;
    bottom: 0px;
    right: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: transparent;
    padding: 0 5px;
}

.default-size .hover-box .inner-hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.85) 100%);
    background: -webkit-gradient( left top, left bottom,  color-stop( 0%, rgba(17, 17, 17, 0)), color-stop( 10%, rgba(17, 17, 17, 0.1) ) , color-stop( 100%, rgba(17, 17, 17, 0.85) ) );
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    right: 0;
    left: 0;
}
.default-size .hover-box .inner-hover ul.post-tags {
    margin: 0;
    padding: 0;
}
.default-size .hover-box .inner-hover ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.default-size .hover-box .inner-hover ul.post-tags li:last-child {
    margin-right: 0;
}
.default-size .hover-box .inner-hover ul.post-tags li i {
    margin-right: 9px;
    color: #ffffff;
}
.default-size .inner-hover h2 {
    color: #333333;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    margin: 0 0 10px !important;
    font-size: 16px !important;
}
.default-size .inner-hover h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #ffffff;
}
.default-size:hover .hover-box {
    -webkit-filter: brightness(110%) contrast(110%);
    filter: brightness(110%) contrast(110%);
    /*background: rgba(0,0,0,0.25) !important;*/
}

.standard-post2::after {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #009345 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
}
.standard-post2 .post-title {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.standard-post2 .post-title h2 {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    overflow: hidden;
    max-height: 40px;

}
.standard-post2 .post-title h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    /*overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.standard-post2 ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #333333;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.standard-post2 ul.post-tags li i {
    color: #333;
    margin-right: 9px;
}
.image-post3 .hover-box {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: calc( 100% - 8px);
    padding: 10px;
    background: rgba(34, 34, 34, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.image-post3 .hover-box h2 {
    color: #333333;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}
.image-post3 .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
}
.image-post3 .hover-box ul.post-tags li {
    color: #ccc;
}
.image-post3 ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #ccc;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*************************************************************************/
/******************************Fotos y videos*****************************/
/*************************************************************************/

#fotos-videos .bg-gris {
	background: #dddddd;
}
#fotos-videos .bx-wrapper {
	border: none;
	margin-bottom: 20px;
}
#fotos-videos .bx-wrapper img {
    margin: auto;
}
#fotos-videos .bx-wrapper .bx-pager {
	top: 0;
}

section.videowrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 50px;
    background: #000;
    z-index: 9999;
}

.videowrapper iframe,.videowrapper video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

h1.play-video {
    text-align: center;
    color: #ff5733;
}

/** Use .sticky */

.ytvideo .is-sticky,.videoTag .is-sticky{
    position: fixed;
    right: 3px;
    bottom: 3px;
    top: auto;
    left: auto;
    max-width: 300px;
    max-height: 180px;
    width: 300px;
    height: 180px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.close-button {
    position: fixed;
    box-sizing: border-box;
    display: block;
    right: 24px;
    bottom: 195px;
    top: auto;
    left: auto;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}

.close-button:before,
.close-button:after {
    width: 20px;
    height: 5px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: #000000;
    transition: all 0.2s ease-out;
}

.close-button:after {
    transform: rotate(45deg);
}

.close-button:hover:after {
    transform: rotate(-45deg);
}

.close-button:hover:before {
    transform: rotate(45deg);
}

.gradient-overlay {
    position: fixed;
    right: 3px;
    bottom: 3px;
    top: auto;
    left: auto;
    max-width: 280px;
    max-height: 158px;
    width: 300px;
    height: 180px;
    opacity: .01;
    background: #000;
    z-index: 1;
    display: none !important;
}

i.fa.fa-arrows-alt {
    position: fixed;
    right: 8px;
    bottom: 5px;
    top: auto;
    left: auto;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    display: none !important;
}

/*************************************************************************/
/******************************corresponsales*****************************/
/*************************************************************************/

.top-list__heading{margin:0;padding:0.75rem;font-size:17px;text-transform:uppercase;color:#fff;background:#E1285F}
@media (min-width:37.5em){
  .top-list__heading{font-size:14px}
}
@media (min-width:50em){
  .top-list__heading{font-size:17px}
}
.top-list__list{padding:0;margin:0;list-style:none;border:1px solid #E1285F}
@media (min-width:37.5em){
  .top-list__list{border:none;background:#363636}
}
.top-list-item__link{display:block;padding:2rem;min-height:5rem;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;position:relative}
@media (min-width:37.5em){
  .top-list-item__link{transition:color 0.1s linear;min-height:7rem;padding:2rem 1rem;color:#d3d3d3}
  .top-list-item__link:hover{color:#fff}
}
@media (min-width:63em){
  .top-list-item__link{min-height:8rem;padding: 1rem;}
}
.top-list-item__bullet{display:block;float:left;margin:0;width:2.5rem;height:2.5rem;border-radius:1.25rem;line-height:2.3rem;font-size:1.25rem;background:#e91802;color:#fff;font-family:"Georgia",Times,serif;text-align:center;font-style:italic}
@media (min-width:80em){
  .top-list-item__bullet{font-size:1.5rem;width:2.8rem;height:2.8rem;line-height:2.5rem;border-radius:1.4rem}
}
.top-list-item__headline{margin:0;line-height:1.2;font-size:1rem;text-align:left;margin-left:4rem}
@media (min-width:37.5em){
  .top-list-item__headline{font-weight:normal}
}
@media (min-width:63em){
  .top-list-item__headline{font-size:.5rem}
  .top-list-item--with-avatar .top-list-item__headline{left:7rem}
}
@media (min-width:80em){
  .top-list-item__headline{font-size: 1rem;}
}
.top-list-item__byline{display:block;font-style:italic;font-family:"Georgia",Times,serif;font-weight:normal;margin-top:0.25rem;font-size: 0.90rem;}
.top-list-item--odd:nth-child(odd){background:#000}
.top-list-item--odd:nth-child(even){background:#363636}
@media (min-width:37.5em){
  .top-list-item--odd:nth-child(odd){background:#000}
  .top-list-item--odd:nth-child(even){background:#363636}
}
@media (min-width:37.5em) and (max-width:62.99em){
  .top-list-item--ranked .top-list-item__bullet{margin:0 auto;float:none}
}
@media (min-width:37.5em) and (max-width:62.99em){
  .top-list-item--ranked .top-list-item__headline{margin:1rem 0 0 0;padding:0;text-align:center}
}
.top-list-item--avatar .top-list-item__bullet{border-radius:100%;background-color:#000;width: 4rem;height: 4rem;}
@media (max-width:62.99em){
  .top-list-item--avatar .top-list-item__bullet{display:block}
}
.top-list-item--avatar .top-list-item__bullet .responsive-image{width:100%;box-shadow:none;height:auto;overflow:hidden;padding-bottom:0}
.top-list-item--avatar .top-list-item__bullet img{width: 4rem;height: 4rem;border-radius:100%;}
.top-list-item--avatar .top-list-item__headline{margin-left: 5rem;color: #fff;}
@media (max-width:62.99em){
  .top-list-item--avatar .top-list-item__headline{margin:0;text-align:center}
}
@media (min-width:37.5em) and (max-width:62.99em){
  .top-list-item--avatar .top-list-item__headline{margin-top:0}
}
.top-list-item .top-list-item__link{min-height:5rem}
@media (min-width:37.5em){
  .top-list-item .top-list-item__link{min-height:5rem}
}
@media (min-width:63em){
  .top-list-item .top-list-item__link{min-height: 4.65rem;}
}


@media (max-width:37.49em){
  .top-list-item:nth-child(n+6){display:none}
}

@media (min-width:37.5em){
  .top-list{background-color:#2f2f2f}
  .top-list{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}
}


@media (min-width:37.5em) and (max-width:62.99em){
  .top-list__heading{font-size:1rem}
  .top-list__heading__intro{display:none}
}




/*************************************************************************/
/******************************Videos destacados**************************/
/*************************************************************************/
#videos {
  background: #000000;
}
#videos .video-post {
    padding: 0;
    margin: 0 15px;
    position: relative;
}
#videos .video-link-btn {
  position: absolute; 
  top: calc(50% - 25px); 
  left: calc(50% - 25px);
}
#videos .video-link-btn .video-link-play {
    background: #000000;
    border-radius: 100%;
    padding: 13px;
    height: 50px;
    width: 50px;
    font-size: 21px;
    text-align: center;
    left: 0;
    position: absolute;
    top: 0;
    color: #ffffff;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    outline: none;
}
#videos .video-link-btn .video-link-play:hover {
    color: #E1285F;
}
#videos .video-link-btn .video-link-play i {
    font-size:24px;
    color: #009345;
}
#videos .hover-box {
    padding-top: 15px;
}
#videos .hover-box h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
#videos .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff !important;
}
#videos .hover-box ul.post-tags {
    margin: 0;
    padding: 0;
}
#videos .hover-box ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#videos .hover-box ul.post-tags li:last-child {
    margin-right: 0;
}


#videos-cat .video-post {
    position: relative;
}

#videos-cat .video-link-btn {
  position: absolute; 
  top: calc(50% - 25px); 
  left: calc(50% - 25px);
}
#videos-cat .video-link-btn .video-link-play {
    background: #000000;
    border-radius: 100%;
    padding: 13px;
    height: 50px;
    width: 50px;
    font-size: 21px;
    text-align: center;
    left: 0;
    position: absolute;
    top: 0;
    color: #ffffff;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    outline: none;
}
#videos-cat .video-link-btn .video-link-play:hover {
    color: #E1285F;
}
#videos-cat .video-link-btn .video-link-play i {
    font-size:24px;
    color: #009345;
}
#videos-cat .hover-box {
    padding-top: 15px;
}
#videos-cat .hover-box h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
#videos-cat .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff !important;
}
#videos-cat .hover-box ul.post-tags {
    margin: 0;
    padding: 0;
}
#videos-cat .hover-box ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #000000;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#videos-cat .hover-box ul.post-tags li:last-child {
    margin-right: 0;
}
/*************************************************************************/
/******************************Deportes***********************************/
/*************************************************************************/
#deportes .container {
	background: #dddddd;
}

#deportes .slider-caption-box2 {
  /*background: #222222;*/
  overflow: hidden;
  padding: 0;
}
#deportes .slider-caption-box2 div.slider-holder {
  width: calc( 80% - 20px ) !important;
  float: right;
}
#deportes .slider-caption-box2 div.slider-holder .bx-viewport {
  height: auto !important;
}
#deportes .slider-caption-box2 div.slider-holder .iframe-url iframe {
  width: 100%;
  margin-bottom: -5px !important;
  height: 500px !important;
}
#deportes .slider-caption-box2 #bx-pager {
  width: 20%;
  float: right;
  position: absolute;
  z-index: 2;
  padding: 0;
}
#deportes .slider-caption-box2 #bx-pager {
  background: rgba(189,33,47,0.9) !important;
}
#deportes .slider-caption-box2 #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  color: #cccccc;
  font-size: 14px;
  
  font-weight: 700;
  margin: 0;
  position: relative;
  line-height: 18px;
  overflow: hidden;
}
#deportes .slider-caption-box2 #bx-pager a img {
  float: left;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: -10px;
}
#deportes .slider-caption-box2 #bx-pager a span {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#deportes .slider-caption-box2 #bx-pager a span i {
  margin-right: 7px;
}
#deportes .slider-caption-box2 #bx-pager a.active {
  background: #ffffff;
  color: #222222;
}
#deportes .slider-caption-box2 #bx-pager a.active img {
  opacity: 1;
}
.thumb-wrap {
    position: relative;
}
#deportes .slider-caption-box2 .hover-box {
	left: 0;
	right: 0;
}
#deportes .slider-caption-box2 .inner-hover {
  bottom: 0 !important;
  padding: 20px !important;
  top: unset !important;
  text-align: left !important;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
}

#deportes .slider-caption-box2 .category-post {
  margin-bottom: 10px !important;
}
#deportes .bx-wrapper {
  margin-bottom: 0
}
/*resultados liga*/

.league-result ul,
.sidebar ul.replica {
    list-style: none;
    margin: 0;
    padding: 5px;
}
.league-result .row {
    padding: 2%;
}
.league-result ul li {
    border-bottom: 1px solid #f2f3f5;
    padding: 2spx;
}
.league-result ul li:after,
.com-details:after {
  content: " ";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(189,33,47,0.5) 50%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
}
.league-result .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}
.league-result .col-xs-12 {
    font-size: 11px
}
.league-result .col-xs-4:nth-child(2) {
    text-align: center;
}
.league-result .col-xs-4:nth-child(1)
.league-result .col-xs-4:nth-child(3) {
    text-align: center;
}
.league-result .col-xs-4:nth-child(4) {
    text-align: center;
}
.league-result img {
    display: inline-block;
    margin-top: -3px;
    width: 27px;
    height: 27px;
}
.league-result span {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 2px;
}
#deportes .bx-wrapper .default-size, #deportes .bx-wrapper .default-size img, #deportes .bx-wrapper .default-size .thumbwrap {
      height: 400px;
      max-height: 400px;
}
/*************************************************************************/
/******************************Economia//////*****************************/
/*************************************************************************/

#economia .box_segmento .box_title {
  padding: 0 15px;
}
#economia .box_segmento .box_title2 {
  background: #E1285F;
  margin: 0;
}
#economia .box_segmento h1{
  background-color:#E1285F; 
  color:#fff; 
  border-top:hidden;
  padding:0px; 
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
}
#economia .box_row{
  background-color:#363636 ; 
  color:#fff; 
  border-top:hidden;
}
#economia .tabla_economia .box_row{
  border: 1px solid #ffffff;
}
#economia .tabla_economia h1{
  background: #589e50; 
  color:#000
}
#economia .box_row:nth-of-type(2n) {
  background-color:#000000 ;   
}
#economia .box_row:hover,
#economia .box_row:active,
#economia .box_row:focus {
  background-color:rgba(0,0,0,.9) !important; 
}
#economia .box_row > div > div {
  height:80px;
}
#economia .box_row h5 {
  color:#fff;
  font-weight: bold;
  font-size: 15px
}
#economia .box_row > div {
  color:#fff; 
  font-size:13px;
}
.correspondent-headlines .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #000;
    margin-top: 1px !important;
}
.correspondent-headlines .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin-top: -32px;
    z-index: 0
}
.correspondent-headlines .bx-wrapper .bx-prev {
    left: unset;
    right: 32px;
}
.correspondent-headlines .bx-wrapper .bx-next {
    right: 0;
}
/*************************************************************************/
/******************************Planeta************************************/
/*************************************************************************/

#planeta {
    margin-top: 30px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background: #0a0a0a url(../img/fondo-planeta.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*************************************************************************/
/******************************Cultura************************************/
/*************************************************************************/







/*************************************************************************/
/******************************Espectaculos*******************************/
/*************************************************************************/




/*************************************************************************/
/**********************géneros periodísticos******************************/
/*************************************************************************/

#generos-periodisticos .bg-gris {
	background: #dddddd;
}
#generos-periodisticos .nav-pills .nav-item {
    margin: 0 1em;

}
#generos-periodisticos .nav-pills .nav-link {
    color: #666;
    background-color: #fff;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 100% !important;
    border: 1px solid !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 19px;
    margin: 0 1em;
}
#generos-periodisticos .nav-pills .nav-link:hover {
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
}
#generos-periodisticos .nav-pills .nav-link.active {
    background-color: rgba(0,0,0,.8) !important;
    color: #ffffff;
}


/*************************************************************************/
/****************************Comercialización*****************************/
/*************************************************************************/

#comercializacion {
	background: #000000;
}
#comercializacion .box_segmento {
	border: 1px solid #ffffff;
	border-radius: 5px;
}
#comercializacion .box_segmento .box_title {
  padding: 0 15px;
}
#comercializacion .box_segmento .box_title2 {
  background: #E1285F;
  margin: 0;
}
#comercializacion .box_segmento h1{
  background-color:#E1285F; 
  color:#fff; 
  border-top:hidden;
  padding:0px; 
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
}
#comercializacion .box_row{
  background-color:rgba(255,255,255,.1) ; 
  color:#fff; 
  border-top:hidden;
  padding-top:0px; 
  padding-bottom:0px;
}
#comercializacion .tabla_economia h1 {
  background: #589e50; 
  color:#000
}
#comercializacion .box_row:nth-of-type(2n) {
  background-color:rgba(255,255,255,.15) ;   
}
#comercializacion .box_row:hover,
#comercializacion .box_row:active,
#comercializacion .box_row:focus {
  background-color:rgba(0,0,0,.9) !important; 
}
#comercializacion .box_row > div > div {
  height:80px;
}
#comercializacion .box_row h5 {
  color:#fff;
  font-weight: bold;
  text-align: center;
  font-size: 15px
}
#comercializacion .box_row .box_textL {
  color:#fff; 
  font-size:13px; 
  float:left; 
}
#comercializacion .box_row .box_textR{
  float:right; 
  color:#fff; 
  font-size:13px;
}

#comercializacion .venta {
	height: 100%;
	width: 100%;
	background-color: #E1285F;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(126, 17, 50, 1);
}
/*************************************************************************/
/****************************Unidad de datos******************************/
/*************************************************************************/

#unidad-datos .category-post {
	margin-bottom: 10px;
}
#unidad-datos .article-post .post-content h2 {
	color: #333333;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 1.25em;
    line-height: 24px;
    margin-bottom: 7px;
}
#unidad-datos .article-post .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}

#unidad-datos ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #333333;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}





/*************************************************************************/
/******************************Entretenimiento****************************/
/*************************************************************************/
#entretenimiento img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}
#entretenimiento .grid-item {
    width: 16.6%;
    border: 1px solid white;
    height: auto;
    max-height: 100%
}
#entretenimiento .grid {
    width: 100%;
    height: auto;
    max-height: 100%;
    min-height: 350px
}


/*************************************************************************/
/******************************Transmisión********************************/
/*************************************************************************/


#transmisiones .slider-caption-box2 {
  /*background: #222222;*/
  overflow: hidden;
  padding: 0;
}
#transmisiones .slider-caption-box2 div.slider-holder {
  width: calc( 80% - 20px ) !important;
  float: right;
  margin: 10px;
}
#transmisiones .slider-caption-box2 div.slider-holder .bx-viewport {
  height: auto !important;
}
#transmisiones .slider-caption-box2 div.slider-holder .iframe-url iframe {
  width: 100%;
  margin-bottom: -5px !important;
  height: 500px !important;
}
#transmisiones .slider-caption-box2 #bx-pager {
  width: 20%;
  float: right;
  position: relative;
  z-index: 2;
  padding: 0;
}
/*#transmisiones .slider-caption-box2 #bx-pager {
  background: rgba(189,33,47,0.9) !important;
}*/
#transmisiones .slider-caption-box2 #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  color: #cccccc;
  font-size: 14px;
  
  font-weight: 700;
  margin: 0;
  position: relative;
  line-height: 18px;
  overflow: hidden;
}
#transmisiones .slider-caption-box2 #bx-pager a img {
  float: left;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: -10px;
}
#transmisiones .slider-caption-box2 #bx-pager a span {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#transmisiones .slider-caption-box2 #bx-pager a span i {
  margin-right: 7px;
}
#transmisiones .slider-caption-box2 #bx-pager a.active {
  background: #ffffff;
  color: #222222;
}
#transmisiones .slider-caption-box2 #bx-pager a.active img {
  opacity: 1;
}

#transmisiones .slider-caption-box2 .inner-hover {
  bottom: 0 !important;
  padding: 40px !important;
  top: unset !important;
  text-align: left !important;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
}

#transmisiones .slider-caption-box2 .category-post {
  margin-bottom: 10px !important;
}

/*************************************************************************/
/******************************Transparencia******************************/
/*************************************************************************/

#transmisiones ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #E1285F;
}
#transmisiones ul.nav-tabs li {
  float: left;
  width: 33.333333333333%;
  border: none;
  margin: 0;
  padding-left: 1px;
  display: table;
  height: 75px;
}
#transmisiones ul.nav-tabs li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 9px;  
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 12px
}
#transmisiones ul.nav-tabs li a:hover,
#transmisiones ul.nav-tabs li a.active {
  background: #E1285F;
}
#transmisiones ul.nav-tabs li:first-child {
  padding-left: 0;
}
#transmisiones .tab-pane {
  padding: 10px 0 0;
  background: #fafafa;
}
  #transmisiones .tab-pane ul.list-posts > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #transmisiones .tab-pane ul.list-posts > li img {
    margin-right: 10px;
  	max-width: 75px;
  }

.tab-pane > .row {
	margin-top: 0px; 
	display: block; 
	text-align:center;
} 
.tab-pane .text-tab {
	color:#000; 
	padding: 5px; 
	font-size:10px; 
	text-align:center;
	line-height: 14px;
}
#transmisiones .linieaInteriorNota {
    margin-top: 15px;
    margin-bottom: 15px;
}

#transmisiones .linieaInteriorNota {
    height: 2px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, #E1285F 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, #E1285F), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, #E1285F 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, #E1285F 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, #E1285F 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, #E1285F 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

/*************************************************************************/
/*******************************Más vistas********************************/
/*************************************************************************/
#mas-vistas aside{
  border-radius: 5px;
}
#mas-vistas .title-section {
  margin: 0 !important;
  background: #E1285F !important;
  padding: 10px 10px 5px;
}
#mas-vistas a,
#mas-vistas li,
#mas-vistas i{
  color: #ffffff !important;
  margin: 0 !important
}
#mas-vistas .col-3{
  background: #000;
  padding: 20px;
}
#mas-vistas .col-3:nth-of-type(2n) {
  background-color:#2f2f2f ;   
}
#mas-vistas ul.list-posts {
    margin: 0;
    padding: 0;
}
#mas-vistas .thumb-wrap {
    position: relative;
}
#mas-vistas ul.list-posts > li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    display: inline-block;
    margin-right: 7px;
    color: #333333;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#mas-vistas ul.list-posts > li img {
    width: 100px;
    margin-right: 20px;
    float: left;
}
#mas-vistas ul.list-posts>li .post-content>a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999999;
    font-size: 13px;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
#mas-vistas ul.list-posts > li .post-content h2 {
    color: #333333;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}



/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*****************************Noticia Detalle*****************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/

.page {
    /*box-shadow: rgb(0, 0, 0) 0px 0px 15px;*/
    border-radius: 5px;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
    transform: none;
}

.page .cat-title {
    font-size: 2.5em;
    font-style: italic;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 1.3em;
}
.page .cat-title:after, 
.page .cat-title:before {
    content: " ";
    background-image: url(../img/favicon.png);
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: unset;
    top: 10px;
    text-align: center;
    margin: 0 5px;
}
.page .cat-title:before {
    margin: 0 -30px;
    transform: rotateY(180deg);
}

.page h1 {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px;
}
.page .separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page .separator .sep_holder {
    height: 2px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.page .sep_line {
    height: 2px;
    border-top: 2px solid #ebebeb;
    display: block;
    position: relative;
    top: 2px;
    width: 100%;
    border-color: #009345 !important;
}




/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*****************************vista categorias****************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/

.al_momento ul {
    padding: 10px 20px;
    background: #dddddd;
    box-shadow: 0 0 5px #000000;
}
.al_momento ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    display: block;
}
.al_momento ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}
.al_momento ul li span {
    display: inline-block;
    margin-right: 7px;
    color: #999999;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-top: 7px;
}
.al_momento ul li span:before {
    content: "\f017";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    margin-right: 9px;
}
.list-post {
    margin-bottom: 15px;
    background: #dddddd;
    padding: 20px;
    box-shadow: 0 0 5px #000;
}
.list-post .list-post-article:after {
    content: " ";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(189,33,47,0.5) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
}
.list-post h4 {
    font-size: 15px
}
.list-post ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #333333;
    font-size: 13px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.list-post ul.post-tags li i {
    color: #333;
    margin-right: 9px;
}


.bg-blue {
  background-color: rgba(0,82,161,0.8) !important
}
.bg-black {
  background-color: rgba(0,0,0,1) !important
}
.bg-gray {
  background-color: #dddddd !important
}

.video_grande {
  width: 100%;
  display: block;
  height: 500px
}

.barra_vertical:after {
    content: " ";
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #009345 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}
.barra_horizontal:before {
    content: " ";
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #009345 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    right: 0;
    top: -15px;
}

footer.timeline-Footer{
  display: none !important;
}




@media (max-width:1200px){
  footer ul.social-icons li {
    margin: 5px;
  }
}
@media (max-width:991px){
  button.navbar-toggler {
    display: block
  }
  .collapse:not(.show) {
    display: none; 
  }
  .default-size, 
  .default-size img, 
  .default-size .thumbwrap {
    height: 225px !important;
    max-height: 225px !important;
  }
  .default-size .hover-box {
    max-height: 225px !important;
  }
  #generos-periodisticos .nav-pills .nav-link {
      color: #000;
      width: 100px;
      height: 100px;
      font-size: 10px;
  }
}
@media (max-width:767px){
  #deportes .slider-caption-box2 div.slider-holder {
      width: calc( 100% ) !important;
  }
  #transmisiones .slider-caption-box2 div.slider-holder {
      width: calc( 100% ) !important;
  }
  .barra_vertical:after {
      content: unset;
      width: 3px;
      height: 100%;
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #009345 50%, rgba(255,255,255,0) 100%);
      position: absolute;
      right: 0;
      top: 0;
  }

  #share-fixed {
    position: fixed;
    left: 0px;
    right: unset !important;
    bottom: 0;
    z-index: 999999999;
    width: 100%;
    top: unset !important;
    height: 37px;
    text-align: center;
    background-color: #fff;
    display: table !important;
  } 
  #share-fixed .jssocials-shares {
    display: table-row !important;
  }
  #share-fixed .jssocials-share {
    display: table-cell !important;
    margin: 0;
  }
  #share-fixed a {
    width: 100%;
  }
  #back-to-top{
    bottom: 50px !important
  }
  .page .cat-title:after, .page .cat-title:before {
    display: none
  }
  .page .cat-title {
    font-size: 1em;
  }
}

a.jssocials-share-link {
    color: #ffffff;
}
.relacionados a {
  font-size: 14px
}
.relacionados div.date, 
.relacionados i {
  font-size: 11px
}

.pie-img {
  font-size: 14px;
  text-align: left;
}

.sticky-top {
  top: 2em;
}
.dataTables_wrapper {
  width: 100%;
}
.popover {
  max-width: 400px
}
.popover-body {
    width: 400px;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.bx-wrapper .bx-caption span {
    font-size: 1.25em;
}

.not-image {
	background-image: url(/includes/assets/img/favicon_img.png)
}