/* Button animacion en el Header */
      .bouton-animation {
        text-decoration: none;
        color: white;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 8px rgb(0, 0, 0, 0.3);
        margin-right: 40px;
      }

      .bouton-animation span {
        position: relative;
        z-index: 1;
      }
      .bouton-animation::before {
        content: "";
        position: absolute;
        background-color: rgba(173, 4, 4, 0.836);
        color: white;
        width: 0;
        height: 0px;
        left: var(--xPos);
        top: var(--yPos);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        transition: width 0.5s, height 0.5s;
      }
      .bouton-animation:hover::before {
        width: 300px;
        height: 300px;
        color: white;
      }


       
      .star-spin{
        height: 30px;
      }
      .navbar {
        z-index: 10;
      }
       .btn-conectar {
        text-decoration: none;
        color: white;
      }
       .row1 {
        height: 6vh;
        align-items: center;
      }
      .row2 {
        height: 9vh;
        margin: 0 5vh;
      }
      