.label-danger {
  color: red;
}
.titulo {
  font-size: 20px;
  font-style: oblique;
  font-weight: 700;
  color: #3273dc;
}
.etiqueta {
  /* font-weight: bolder; */
  color: #3273dc;
  font-size: 14px;
}
.contenido {
  padding: 0 0 0 20px;
  background: #e8e8e8c2;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 10px 10px 20px;
  color: black;
  width: 100%;
  margin-left: 20px;
}
.lista {
  margin: 0 0 0 0;
}
.lista li {
  list-style: none;
}
.lista li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.contenido-img {
  width: 150px;
}
.separador {
  border-top: 1px solid;
  border-color: #8080804a;
  margin-bottom: 5px;
}
.botones {
  text-align: center;
}
#input-search {
  height: 100%;
}

#ctn-search {
  display: flex;
  flex-flow: wrap;
}

.button-link{
	background-color: #1ebea5!important;
}

.redes-style{
    text-align: left;
}
.icon-redes-style{
    max-width: 20px;
    height: auto;
}
