.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;
  height: 100%;
}
.gallery .item {
  height: 400px;
  overflow: hidden;
  text-align: center;
  background: #ffcc00;
}
.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 8em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
}

/* Caixas das fotos*/

.gallery__box-foto-1 {
  position: absolute;
  top: 7vh;
  right: 0;
  background-color: rgba(51, 204, 153, 0.6);
  width: auto;
  padding: 0px 150px 0px 20px;
  
 
}

.gallery__box-foto-2 {
  position: absolute;
  top: 7vh;
  left: 0;
  background-color: rgba(153, 0, 204, 0.6);
  width: auto;
  padding: 0px 35px 0px 50px;
 
}

.gallery__box-foto-3 {
  position: absolute;
  top: 7vh;
  right: 0;
  background-color: rgba(255, 102, 0, 0.8);
  width: auto;
  padding: 0px 90px 0px 20px;
 
}

.gallery__box-foto-4 {
  position: absolute;
  top: 7vh;
  right: 0;
  background-color: rgba(51, 204, 153, 0.8);
  width: auto;
  padding: 0px 20px;
 
}

.gallery__box-foto-5 {
  position: absolute;
  top: 7vh;
  right: 0;
  background-color: rgba(247, 98, 88, 0.8);
  width: auto;
  padding: 0px 90px 0px 20px;
 
}
.gallery__box-foto-1__titulo {

  font-weight: bold;
  color: white;
  text-align: left;
}

.gallery__box-foto-1__subtitulo {

  font-weight: bold;
  color: #9900cc;
  text-align: left;

}

.gallery__box-foto-2__titulo {
  font-weight: bold;
  color: white;
  text-align: left;
}

.gallery__box-foto-2__subtitulo {
  font-weight: bold;
  color: #ffcc00;
  text-align: left;
}

.gallery__box-foto-3__titulo {
  font-weight: bold;
  color: white;
  text-align: left;
}

.gallery__box-foto-3__subtitulo {
  font-weight: bold;
  color: #ffe16a;
  text-align: left;
}

.gallery__box-foto-4__titulo {
  font-weight: bold;
  color: white;
  text-align: left;
}

.gallery__box-foto-4__subtitulo {
  font-weight: bold;
  color: #9900cc;
  text-align: left;
}

.gallery__box-foto-5__titulo {
  font-weight: bold;
  color: white;
  text-align: left;
}

.gallery__box-foto-5__subtitulo {
  font-weight: bold;
  color: #ffe16a;
  text-align: left;
}