#rodapeServos{
  bottom: 0;           /* aberto por padrão */
}
#rodapeServos.minimizado{
  bottom: -200px;      /* fechado */
}
/* CSS do rodapé de servos */
#rodapeServos {
  position: fixed;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  transition: bottom .8s ease;
  z-index: 99;
  font-family: sans-serif;
  border-top: 1px solid rgba(255, 255, 255, .2);
  font-weight: bold;
  display: block;
}
#rodapeServos .fundoWrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
#rodapeServos video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
  filter: blur(3px);
}
#rodapeServos::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6));
  z-index: 2;
}
#rodapeServos .ativados {
  position: relative;
  z-index: 3;
}
#rodapeServos .titulo {
  font-size: 14px;
  margin: 0 0 10px 10px;
  opacity: .8;
}
#rodapeServos .listaServos {
  display: inline-block;
}
#rodapeServos .servoAtivo {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .9);
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 8px;
  transition: transform .3s, background .3s;
  margin: 3px 1px;
  line-height: 19px;
}
#rodapeServos img {
  width: 20px !important;
  height: 20px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  mix-blend-mode: multiply;
  margin-right: 5px;
}
#rodapeServos span {
  font-size: 13px;
}

/* Ícone de contrato (evita emoji -> <img class="emoji"> do WP) */
#rodapeServos .cz-contrato-ico{
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  opacity: .9;
  margin-right: 2px;
  vertical-align: middle;
}
#botaoToggleRodape {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -24px;
  height: 15px;
  z-index: 100001;
  background: rgba(0, 0, 0, .9);
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px 0 0 0;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 0;
  border-right: 0;
  backdrop-filter: blur(4px);
  transition: all .4s ease;
  opacity: .9;
  font-weight: bold;
}
#rodapeServos.minimizado + #botaoToggleRodape {
  bottom: 0 !important;
}
#servoativado {
  size: 18px;
  text-shadow: 0 0 10px #000;
  color: #FFF;
  top: 0;
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 10px 0;
}

@media (max-width: 480px){
  #rodapeAtivados{ padding: 8px 10px; }
  #rodapeAtivados .rodapeAtivados .listaAtivados a{ font-size: 11px; padding: 5px 8px; }
}

