/*
 * --------------------------------------------------
 * Copyright (c) 2020 - 2022 Alailson Barbosa Ribeiro
 * --------------------------------------------------
 * @ Author Info: ribeiro@alailson.com.br
 * @ Create Time: 2022-02-04 10:14:03
 * @ Modified At: 2022-02-04 10:14:03
 * --------------------------------------------------
 * Author Quote: I love do this ♡ Enlightened by God!
 * --------------------------------------------------
 */

.site-title {
  font-size: 200% !important;
}

.accesskey-top {
  position: absolute !important;
  z-index: 10000 !important;
  right: 10px !important;
  top: 50px !important;
  color: white !important;
}

.accesskey-top ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none !important;
}

.accesskey-top li {
  list-style: none !important;
  height: 18px !important;
}

.accesskey-top a {
  color: white;
  font-size: x-small !important;
}

.accesskey-top a:hover {
  color: lightblue;
}

.custom-logo {
  max-width: 215px !important;
  margin-left: 40px !important;
}

.contato {
  background-color: transparent;
  border-radius: 5px;
  padding: 5px;
}

.contato a:hover {
  color: white;
}

.contato a:link {
  color: rgb(220, 220, 220);
}

.contato a:visited {
  color: rgb(220, 220, 220);
}

.contato a:focus {
  color: rgb(220, 220, 220);
}

.contato a:active {
  color: white;
}

.contato-blink {
  background-color: transparent;
  animation: blink 3s;
  animation-iteration-count: 1;
}

.contato-destaque {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

@keyframes blink {
  50% {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
  }
}

@keyframes blinker {
  50% {
    background-color: transparent;
  }
}


@media screen and (max-width: 767px) {
    .accesskey-top {
          position: absolute !important;
          z-index: 10000 !important;
          right: 10px !important;
          top: 152px !important;
          color: white !important;
    }

}