h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
}

.px-3-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.z-1 {
  z-index: -1;
}

.z2 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.violeta {
  color: #789904;
}

.body-blog {
  background-color: #fff;
}

h1.h-sm {
  font-size: 18px;
}

.titular {
  font-size: 35px;
  color: #789904;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.buscador_blog {
  background-color: #e7edd2;
  border-radius: 16px;
  padding: 20px 5px;
  margin: 20px auto;
}
.buscador_blog #buscador {
  background: #fff;
}
.buscador_blog .cuadro {
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #9ab343;
  outline: none;
  min-height: 46px;
  align-items: center;
  display: flex;
  padding-left: 20px;
}
.buscador_blog .cuadro#categoria {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.buscador_blog .cuadro:hover {
  border: solid 1px #e7edd2;
}
.buscador_blog .cuadro .icono i {
  color: #789904;
  font-size: 20px;
  padding-top: 5px;
}
.buscador_blog .cuadro .icono.right {
  margin-left: auto;
  padding-right: 15px;
}
.buscador_blog .cuadro .search {
  outline: none;
  width: 100%;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
}
.buscador_blog .cuadro .search::-moz-placeholder {
  color: #789904;
}
.buscador_blog .cuadro .search::placeholder {
  color: #789904;
}
.buscador_blog .cuadro.boton {
  padding: 0;
  background-color: #789904;
  color: #fff;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.buscador_blog .cuadro.boton:hover {
  background-color: #9ab343;
}
.buscador_blog .cuadro.boton .submit {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

.opciones {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 91%;
  opacity: 0;
  transition: opacity 0.2s linear, top 0.5s ease, z-index 1s ease;
  z-index: 1;
  display: none;
}
.opciones.activo {
  display: block;
  top: 100%;
  opacity: 1;
  z-index: 2;
}
.opciones.activo.opcion {
  cursor: default;
}
.opciones .opcion {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border: solid 1px #9ab343;
  min-height: 35px;
  align-items: center;
  padding-left: 15px;
  display: flex;
  color: #a0a0a0;
  margin-left: 13px;
  padding-right: 0;
  z-index: 1;
}
.opciones .opcion:hover {
  background-color: #e7edd2;
  color: #13110c;
}

.articulos .imagen {
  border-radius: 16px;
  overflow: hidden;
}
.articulos .imagen img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-articulo {
  padding: 0 10px 20px;
}
.col-articulo a {
  text-decoration: none;
  color: inherit;
}

.articulo .ir {
  font-size: 20px;
  color: #789904;
  font-weight: 700;
  transition: color 0.4s ease;
  justify-content: space-between;
  display: flex;
}

.bloque {
  padding: 20px 16px;
  border-radius: 16px;
}
.bloque:hover {
  background-color: #e7edd2;
}

.autor, .fecha {
  font-weight: 500;
  font-size: 14px;
}
.autor a, .fecha a {
  text-decoration: none;
  color: #13110c;
}

.resumen {
  font-size: 14px;
}

.definicion {
  border-top: solid 1px #9ab343;
  padding-top: 15px;
}
.definicion .texto {
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #9ab343;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
}

.minhei {
  min-height: 285px;
}

.paginas {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paginacion a.pagina {
  margin-right: 3px;
  margin-left: 3px;
  color: #fff;
  text-decoration: none;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #789904;
  border-radius: 80px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.paginacion a.pagina:hover, .paginacion a.pagina.activa {
  background-color: #789904;
  color: #fff;
  border: solid 3px #13110c;
}/*# sourceMappingURL=blog.css.map */