/* ---------------------Obras -----------------------*/
.obras {
    background-image: url('images/ta-B.jpg');
    height: 100%; 
    /* Create the parallax scrolling effect */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .obras .title p {
    max-width: 100%;
    text-align: justify;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 200;
  }
  .content_obra {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .galeria_obra {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0.9;
    border-radius: 3px;
  }
  .content_obra .galeria_obra .icono img {
    width: 50px;
    height: 50px;
  }
  .content_obra .galeria_obra .textObra p {
    text-align: center;
    padding-top: 30px;
  }
  .content_obra .galeria_obra .textObra p a {
    text-decoration: none;
    color: #111;  
  }
  .content_obra .galeria_obra .textObra p a:hover {
    color: #00bcd4; 
  }

/* ----------Responsive -----------*/
@media (max-width: 991px) {
  .content_obra {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .sidebar ul li a {
    font-size: 1.5em;
  } */
  .content_obra .galeria_obra {
    margin: 20px;
    justify-content: center;
  }
}
@media (max-width: 599px) {
.content_obra {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_obra .galeria_obra {
    margin: 20px;
    justify-content: center;
  }
}  