.rotation-list h1, .rotation-list h2 {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 60%;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 1px #000;
  padding: 20px 0;
/*  font-size: 2em; */
  font-weight: 700;
  letter-spacing: 13px;
  line-height: 50px;
  text-transform: uppercase;
}
.rotation-list h2 { font-size: 2.45em; }
.rotation-list h1 { font-size: 3.7em; }
.rotation-list blockquote {
  position: absolute;
  margin: 0;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 45%;
  color: #FFF;
  line-height: 20px;
  font-size: 1.8em;
  font-weight: 400;
}
.rotation-list blockquote p {
  width: 50%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
.rotation-list cite {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-top: 1em;
}
.rotation-nav-controls .rotation-item {
  position: absolute;
  z-index: 1000;
  top: 50%;
  text-decoration: none;
  cursor: pointer;
  margin-top: -40px;
  width: 40px;
  height: 40px;
  border: 8px solid #ddd;
  border: 8px solid rgba(150, 150, 150, 0.4);
  text-indent: -9999px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotation-nav-controls .rotation-prev {
  left: 5%;
  border-right: none;
  border-top: none;
}
.rotation-nav-controls .rotation-next {
  right: 5%;
  border-left: none;
  border-bottom: none;
}
.rotation-pagination {
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: -0.5%;
  height: 18px;
  width: 100%;
  text-align: center;
}
.rotation-pagination li {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-decoration: none;
  margin: 6px;
  background: #ddd;
  background: rgba(150, 150, 150, 0.4);
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4),
              inset 0 1px 1px rgba(0, 0, 0, 1);
}

.rotation-pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
}

.rotation-pagination li a.current {
   box-shadow: 0 1px 1px rgba(255,255,255,0.4),
                inset 0 1px 1px rgba(0,0,0,0.1),
                0 0 0 5px rgba(255,255,255,0.5);
}

.rotation-pagination li a.current:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
}
.rotation-list .rotation-item-1 { background: url('../imagens/terceirizacao.png') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.rotation-list .rotation-item-2 { background: url('../imagens/equipe-de-limpeza.png') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.rotation-list .rotation-item-2 blockquote,
.rotation-list .rotation-item-2 h2 {
  color: #fff;
}
.rotation-list .rotation-item-3 { background: url('../imagens/porteiro-banner.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.rotation-list .rotation-item-4 {background: url('../imagens/banner1.png') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* .rotation-list .rotation-item-4 blockquote,
.rotation-list .rotation-item-4 h1 { color: #FF0000; } */

.rotation-list .rotation-item-5 {background: url('../imagens/controlador-de-acesso.png') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* .rotation-list .rotation-item-5 {
  background: #ffeb41
} */
@media screen and (max-width: 1100px) {
.rotation-list h1, .rotation-list h2 { bottom: 50%; }
.rotation-list blockquote { bottom: 30%; }}

@media screen and (max-width: 900px) {
.rotation-list h1 { font-size: 3em; }
.rotation-list h2 { font-size: 2.5em; }
.rotation-list blockquote { font-size: 1.5em; }}

@media screen and (max-width: 700px) {
.rotation-list h1 { font-size: 2.7em; }
.rotation-list h2 { font-size: 2.1em; }
.rotation-list blockquote { font-size: 1.2em; bottom: 22%; }}

@media screen and (max-width: 500px) {
.rotation-list h1 { font-size: 2.2em; bottom: 65%;}
.rotation-list h2 { font-size: 1.9em; }
.rotation-list blockquote { bottom: 15%; }
.rotation-list blockquote p { margin: 3px auto; }}

@media screen and (max-width: 450px) {
.rotation-list h1 { font-size: 2em; }
.rotation-list h2 { font-size: 1.6em; }}

@media screen and (max-width: 400px) {
.rotation-list h1 { font-size: 1.8em; }
.rotation-list h2 { font-size: 1.2em; }}