body {
  color: #1C1C1C;
  font-family: 'Oswald';
}

.modal {
  z-index: 9999;
}

.full-width {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.header {
	background-color: #1e1e1e;
}

.logo {
	width: 100%;
	max-width: 200px;
}

.navbar {
	z-index: 9999;
}

.navbar .navbar-nav {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

/*.navbar-nav li:hover .dropdown-menu {
  display: block;
}*/

.dropdown-menu {
	margin: 0;
}

.navbar-search-form.disabled, .navbar-menu-items.disabled {
  display: none;
}

.btn-outline-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.navbar-collapse .navbar-nav {
  text-align: center;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.noticias .imagen {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.media.noticia img {
	max-width: 180px;
}

.media.noticia h5 {
	font-size: 17px;
}

.fecha {
	font-style: italic;
	color: #8b8b8b;
}

.noticia-principal p {
	margin-bottom: 0;
}

.noticia-principal a.titulo {
  font-size: 32px;
  color: #1C1C1C;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  transition-duration: 0.5s;
}

.noticia-principal a.titulo:hover {
  color: #ea0a2a;
  text-decoration: none;
}

.noticia-principal .titulo.mini {
  font-size: 17px;
}

.noticia-grande .imagen {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.noticia-grande .container {
	position: relative;
}

.noticia-grande .titulo {
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #fff;
}

.noticia-grande .titulo h3 {
	font-size: 36px;
}

.noticia-grande .titulo .titulo-central {
  font-size: 36px;
  color: #fff;
  transition-duration: 0.5s;
}

.noticia-grande .titulo .titulo-central:hover {
  color: #ea0a2a;
  text-decoration: none;
}

.noticia-grande .titulo .autor {
	font-size: 20px;
	font-style: italic;
}

.titulo-linea {
  color: #1C1C1C;
  font-size: 22px;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  text-transform: uppercase;
}

.titulo-linea:before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 36px;
  height: 3px;
  background-color: #ea0a2a;
}

.titulo-linea.sin-borde {
	border-bottom: 0;
	color: #fff;
}

.post {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
}

.block-image {
  position: relative;
  float: left;
  width: 270px;
  height: 185px;
  margin-right: 20px;
}

.block-image .thumb a {
  width: 100%;
  height: 185px;
  display: block;
  background-repeat: no-repeat;
  background-position: top; 
  background-size: cover;
}

.block-image .thumb {
  width: 100%;
  height: 185px;
  position: relative;
  display: block;
  overflow: hidden;
}

.thumb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40,35,40,0.05);
}

.postags {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

.postags a {
  display: inline-block;
  background: #ea0a2a;
  color: #fff;
  margin: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
  transition-duration: 0.5s;
}

.postags a:hover {
	background-color: #1c1c1c;
	color: #fff;
	text-decoration: none;
}

.post-title a {
	color: #1C1C1C;
  font-size: 22px;
  line-height: 1.5;
}

.post-title a:hover {
	text-decoration: none;
}

.boton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 25px;
  height: 25px;
  color: #fff;
  background-color: #ea0a2a;
  border-radius: 2px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-top: 3px;
  outline: none;
  border: none;
  transition-duration: 0.5s;
  letter-spacing: 1px;
}

.boton:hover {
	background-color: #1c1c1c;
	color: #fff;
	text-decoration: none;
}

.boton-full {
	display: block;
	background-color: #ea0a2a;
	border-radius: 2px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  transition-duration: 0.5s;
  letter-spacing: 1px;
}

.boton-full:hover {
	background-color: #1c1c1c;
	color: #fff;
	text-decoration: none;
}

.item-content {
  overflow: auto;
}

.item-content .widget {
  padding: 0;
  background: #FFF;
  margin-bottom: 20px;
  overflow: hidden;
}

.item-content .item-thumbnail {
  margin: 0 15px 0 0;
  width: 100px;
  height: 70px;
  float: left;
  overflow: hidden;
}

.item-content .item-thumbnail.full-width {
	width: 100%;
	height: auto;
}

.item-content .img-effect {
	display: block;
	background-repeat: no-repeat;
  background-position: top; 
  background-size: cover;
}

.item-content .item-title a {
  color: #1c1c1c;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
}

.item-content .item-title a:hover {
	color: #ea0a2a;
}

.dardo {
  border: 1px dotted #000;
  font-style: italic;
  text-align: center;
  padding: 30px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  color: #4f4f4f;
}

.social-buttons-widget ul {
	list-style: none;
	padding-left: 0;
}

.social-buttons-widget ul li {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: .25em 0;  
  text-indent: 0;
  list-style: none;
}

.social-buttons-widget li a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 10px 1px 10px 10px;
  border-radius: 3px;
  font-family: 'Oswald';
  font-weight: 700;
}

.social-buttons-widget li a.social-btn-facebook {
  background: #3b5998;
}

.social-buttons-widget li a.social-btn-twitter {
  background: #1da1f2;
}

.social-buttons-widget li a i {
  border-left: 1px solid rgba(255,255,255,.3);
  line-height: 14px;
  float: right;
  width: 35px;
  height: 14px;
  line-height: 14px;
  text-align: ;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 14px;
}

.widget-content.lista-categorias ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-content.lista-categorias li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
}

.widget-content.lista-categorias li:first-child {
  padding: 0 0 8px;
}

.widget-content.lista-categorias li a {
  color: #1c1c1c;
  font-size: 11px;
  padding-left: 15px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget-content.lista-categorias li a:hover {
  color: #ea0a2a;
  text-decoration: none;
}

.widget-content.lista-categorias li:first-child a:before {
  top: -7px;
}

.widget-content.lista-categorias li a:before {
  content: '\203a';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  color: #1c1c1c;
}

.back-top {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #F8D92F;
  text-align: center;
  color: #2b2b2b;
  line-height: 30px;
  margin-left: 10px;
  padding: 0;
  border-radius: 2px;
}

.back-top:hover {
  background-color: #ea0a2a;
  color: #fff;
}

.footer {
	background-color: #000;
  padding-top: 14px;
}

.footer .copyright {
  font-size: 10px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #888;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
}

.footer .div-copyright {
	display: flex;
	justify-content: space-between;
}

.mas-vistos {
	background-color: #1e1e1e;
  padding-top: 14px;
}

.item-content.item-footer {
  border-bottom: 1px solid #272727;
}

.item-content.item-footer .item-title a {
	color: #fff;
	font-size: 13px;
}

.item-content.item-footer .item-title a:hover {
	color: #ea0a2a;
}

.item-content.item-footer .fecha {
	font-size: 12px;
}

.pagination>li {
  display: inline;
}

.pagination>.disabled>span {
  background-color: #525050;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  /* margin-left: -1px; */
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #1c1c1c;
  border: 0;
  border-radius: 2px;
}

.pagination>li>span a {
  color: #fff;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ea0a2a;
  /* border-color: #337ab7; */
}

.pagination>li>a {
  margin-left: 3px;
  margin-right: 3px;
}

a:not([href]):not([class]) {
  color: #fff;
}

a:not([href]):not([class]):hover {
  color: #fff;
}

.noticia-fecha .fecha {
  display: inline-block;
  margin-right: 10px;
}

.botones-redes {
  display: inline-block;
}

.fb-share-button {
  margin-left: 10px;
}

.twitter-share-button {
  vertical-align: middle;
  margin-left: 10px;
}

.fancybox-caption__body {
  font-size: 18px;
}

.btn-danger {
  background-color: #ea0a2a;
}

@media only screen and (min-width: 991px) {
	.navbar-nav li:hover .dropdown-menu {
	  display: block;
	}
}

@media only screen and (max-width: 991px) {
	.logo {
    max-width: 130px;
	}
}

@media only screen and (max-width: 768px) {
	.block-image {
    width: 100%;
    height: 250px;
    margin-right: 0;
	}

	.block-image .thumb, .block-image .thumb a {
    height: 250px;
	}

	.noticia-grande .titulo {
		padding: 10px;
		bottom: 10px;
	}

	.noticia-grande .titulo h3 {
    font-size: 22px;
	}

	.noticia-grande .titulo .autor {
    font-size: 18px;
	}

	.boton {
		font-size: 16px;
	}
}