.imagem_transparencia a img {
  opacity: 1;
}
.imagem_transparencia a:hover img,
.imagem_transparencia a:focus img,
.imagem_transparencia a:active img {
  opacity: 0.7;
  transition: .5s ease;
}
 
.sp-performers {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sp-performers a {
  color: #667B68;
}
.sp-performers a:hover {
  color: #000;
}

/* Separação entre módulos*/
#sp-main-body {
  padding: 20px 0;
}

.pull-left.entry-image {
  width: 20%;
}

.pull-left.entry-image img {
  padding-right: 10px;
}

.pull-left.full-image {
  width: 100%;
}

.pull-left.full-image img {
  padding-right: 10px;
}

.btn.btn-secondary {
  background-color: #d9ead3;
  border-color: #667B68;
}

h2.module-title {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: uppercase;
}
h2.module-title .module-subtitle {
  font-weight: 700;
}

/* CODIGO PARA OS BOTOES */
.btnuno_container {
  position: relative;
  width: 100%;
}

.btnuno_image {
  display: block;
  width: 100%;
  height: auto;
}

.btnuno_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #d9ead3;
}

.btnuno_container:hover .btnuno_overlay {
  opacity: 1;
}

.btnuno_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.btnuno_text a {
  font-size: 25px;
  text-transform: uppercase;
}
/* ----- */




div.camera_commands {
display: none;
}

html, body {
  touch-action: manipulation; /* permite toques mas bloqueia gestos de zoom/pan */
}

div.camera_prev, div.camera_next, div.camera_commands {
height: 80px;
width: 80px;
margin-top: -40px;
}
div.camera_commands {
right: 81px;
}
div.camera_prev span, div.camera_next span {
margin: 20px;
}
div.camera_commands > .camera_play, div.camera_commands > .camera_pause {
margin: 20px;
}

