.dropdown-menu{
left: 20px !important;
overflow-x: hidden;
min-width: 15rem;
height: auto;
}

.cimg{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 1;
  width: 100% !important;
  justify-content: space-around;
  width: 25%;
}
.img-galeria{
  margin: 0;
  padding: 2px;
  width: 20%;
}
.imagen{
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 0;
  transition: transform .2s;
  z-index: 2;
}
.row{
  padding: 0 !important;
  margin: 0 !important;
}
.imagen:hover{
  transform: scale(1.5);
  position: inherit;
}

@media (max-width: 257px) {
  .dropdown-menu{
    margin-left: -53px !important;
  }

}
.text p {
	text-align: justify !important;
}
.licard {
    text-overflow: ellipsis;
    /* word-break: break-word; */
    overflow: hidden;
    white-space: nowrap;
}