.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
}
.gallery .item {
  height: 500px;
  overflow: hidden;
  text-align: center;
  background: #033439;
  background-position: center bottom;
  background-size: cover;
}
.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
  margin-left: 10px;
  margin-right: 10px;
}
.gallery .item .informacoes {
  position: relative;
  top: 30%;
  width: 48%;
}
.gallery .item .informacoes a {
  text-decoration: none;
}
.gallery .item .texto {
  position: relative;
  background-color: #033439;
  opacity:0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

.gallery .item .texto p {
  font-family: "NexaLight";
  color: #ffffff;
  font-size: 14px;
  padding-top: 20px;
  margin-right: 60px;
  padding-bottom: 24px;
  text-align: left;
  letter-spacing: .01rem;
  line-height: 20px;
  width: 230px;
  position: relative;
}

.gallery .item .texto p b {
  font-family: "NexaBold";
}

.gallery .item .acao {
  position: relative;
  width: 100%;
  height: 30px;
  padding-right: 16px;
  background-color: #F18020;
  font-family: 'NexaBold';
  letter-spacing: 1px;
  font-size: 10px;
  color: #fff;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gallery .item .acao span {
  padding-left: 14px;
}
