.card-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.card-blog .img-blog {
  width: 250px;
  min-width: 250px;
}

.card-blog .texto {
  width: calc(100% - 250px);
  min-width: calc(100% - 250px);
  padding-left: 1.5rem;
}

.card-blog .texto h2 {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .card-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-blog .img-blog {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .card-blog .texto {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
}

.sidebar h2 {
  font-size: 1.4rem;
}

.sidebar .widget_search {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.sidebar .search-form {
  position: relative;
}

.sidebar .search-form label {
  position: relative;
  width: 100%;
  display: block;
}

.sidebar .search-form span {
  display: none;
}

.sidebar .search-form input[type="search"] {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 5px;
}

.sidebar .search-form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  color: #fff;
  top: 0;
  opacity: 1;
}

.sidebar .search-form:after {
  content: "\f002";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  height: 100%;
  right: 0;
  background: #000;
  width: 46px;
  top: 0;
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  font-size: 1.2rem;
  padding-top: 5px;
  text-align: center;
}

.sidebar .widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
}

.sidebar .widget_recent_entries ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .5rem;
}

.sidebar .widget_recent_entries ul li:before {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FD7C10;
}

.sidebar .widget_recent_entries ul li a {
  color: #000;
}

.entry-categories {
  display: none;
}

.post-author {
  display: none;
}

.post-comment-link {
  display: none;
}

.entry-header-inner h1 {
  text-align: left;
}

.entry-header-inner .fecha {
  text-align: left;
  color: #999;
  margin-bottom: 1.5rem;
}

.noticias-destacadas {
  margin-bottom: 4rem;
}

.noticias-destacadas .noticia-destacada {
  position: relative;
  display: block;
}

.noticias-destacadas .noticia-destacada .img-not {
  width: 100%;
  height: 530px;
}

.noticias-destacadas .noticia-destacada .img-not img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.noticias-destacadas .noticia-destacada .texto {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
	color: grey;
}

.noticias-destacadas .noticia-destacada .texto h2 {
  font-size: 1.6rem;
	color: grey;
}

.noticias-destacadas .noticia-destacada .texto p {
  margin-bottom: 0;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination span {
  margin: 0 .3rem;
  font-weight: bold;
}

.pagination a {
  margin: 0 .3rem;
}

.widget-redes a {
  font-size: 20px;
  display: inline-block;
  margin-right: .7rem;
  color: #666;
}

aside .widget {
  margin-bottom: 2rem;
}

.widget_text form > p:nth-of-type(1) {
  display: none;
}

.widget_text input[type="email"] {
  border: 1px solid #b7b7b7;
  height: 35px;
  padding: 5px;
  width: 100%;
}

.widget_text input[type="submit"] {
  margin-top: -20px;
  width: auto;
  color: #fff;
  padding: 5px 30px;
  background: #fa7c11;
  border: none;
  display: block;
}

#category-posts-2-internal .cat-post-title {
  color: #000;
  line-height: 1.4;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#category-posts-2-internal .cat-post-item p {
  line-height: 1.2;
}

@media (max-width: 768px) {
  .noticias-destacadas {
    display: none;
  }
}
/*# sourceMappingURL=estilos-blog.css.map */