/* ------------------Galeria--------------- */
.galeria {
    background: #f2f2f2;
  }
  .content_galery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .galeria_galery {
    background: #fff;
    width: 150px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0.8;
    border-radius: 5px;
    margin: 10px;
  }
  .content_galery .galeria_galery .Img_galery img {
    width: 120px;
    height: 120px;
  }
  .content_galery .galeria_galery .textGalery p {
    text-align: center;
    padding-top: 30px;
  }
  .content_galery .galeria_galery .textGalery p a {
    text-decoration: none;
    color: #00bcd4;
  }
  .content_galery .galeria_galery .textGalery p a:hover {
    color: #111;
  } 