* {
      text-decoration: none;
      font-style: unset;
}
* {
      text-decoration: none;
}
a.btocultoadm {
      position: fixed;
      bottom: 0px;
      opacity: 0;
      left: 0px;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      z-index: 1000;
      font-size: 20px;
}

a.btocultoadm:hover {
      opacity: 1;
      transition: 0.5s;
}

.contador {
      position: fixed;
      bottom: 10px;
      right: 60px;
      background-color: #c06c45;
      color: #ffffff;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 5px;
      z-index: 500;
      opacity: 0.7;
}

.barra_rodape {
      position: fixed;
      bottom: 0;
      background-color: #ff8000;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      width: 100%;
      z-index: 10;
}


.accordion-body {
      padding: 1rem 1.25rem;
      font-size: 1.2rem;
}

#texto .msgpint {
      color: #ff8000;
      position: relative;
      bottom: -20px;
      text-align: right;
      background-color: #ffffb7;
}

.navbar {
      /* background-image: url(https://professoreugenio.com/img/bgnavbar.jpg); */
      background-position: left;
      background-repeat: no-repeat;
      background-size: auto;
}

.header-carousel .owl-nav {
      position: absolute;
      top: 65%;
      right: 8%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
}

.fixed-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      border: solid 3px #e65511;
      padding: 10px;
      border-radius: 30px;
      opacity: 0;
      animation: slide-up 1s forwards;
      z-index: 1;
      /* Certifique-se de que os botões estejam acima da borda */
}

.fixed-buttons::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      padding: 2px;
      /* Tamanho da borda */
      box-sizing: border-box;
      background: linear-gradient(90deg, rgba(0, 255, 255, 0) 0%, rgb(255, 153, 0) 50%, rgba(0, 255, 255, 0) 100%);
      background-size: 200% 100%;
      animation: border-glow 3s linear infinite;
      z-index: -1;
      /* Coloca o efeito de brilho por baixo dos botões */
}

.fixed-buttons a {
      background-color: #ffffff;
      color: #000000;
      border-radius: 25px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      /* Fundo branco para os botões */
      /*border: none; Remover borda adicional */
}

@keyframes slide-up {
      from {
            transform: translate(-50%, 50px);
            opacity: 0;
      }

      to {
            transform: translate(-50%, 0);
            opacity: 1;
      }
}

@keyframes border-glow {
      0% {
            background-position: 200% 0;
      }

      100% {
            background-position: -200% 0;
      }
}

.scroll-btn {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      padding: 5px 20px;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      background-color: #007bff;
      color: white;
      cursor: pointer;
      font-weight: bold;
      animation: pulse 1.5s infinite;
}

 @keyframes pulse {
       0% {
             box-shadow: 0 0 10px rgba(0, 123, 255, 0.7);
       }

       50% {
             box-shadow: 0 0 20px rgba(0, 123, 255, 0.9);
       }

       100% {
             box-shadow: 0 0 10px rgba(0, 123, 255, 0.7);
       }
 }

 a.btocultoadm {
       position: fixed;
       bottom: 0px;
       opacity: 0;
       left: 0px;
       width: 30px;
       height: 30px;
       display: flex;
       justify-content: center;
       align-items: center;
       transition: 0.3s;
       z-index: 1000;
       font-size: 20px;
 }

 a.btocultoadm:hover {
       opacity: 1;
       transition: 0.5s;
 }