.nav-link {
    position: relative;
  }
  
  .nav-link .fa-crown {
    position: absolute;
    top: 3px;
    right: -1px;
    font-size: 10px;
    color: rgb(194, 181, 9);
    border: 1px, solid, black;
  }

.nva{
  font-size: 24px;
}

 /* NAVBAR */

 .navbar {
  position: sticky;
  background: rgb(247, 247, 247) !important; /* Color transparente */
  color: black;
  transition: all 0.5s ease-in-out; 
}

  
  .navbar.fixed-top {
    background: white !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.356);

  }
  .navbar .active{
    color: rgb(104, 46, 158) !important;
    
  }
  

 
  nav a:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
    
  }
  
  nav a:hover:after, nav .active:after {
    background-color: #693674;
  }
  
 
  
  .navbar-nav li {
    margin-right: 40px;
    letter-spacing: 3px;
}




@font-face {
  font-family: "navbarfound";
  src: url("../fonts/Techovier\ .ttf");


  
}


@font-face {
  font-family: "navbarfound";
  src: url("../fonts/Techovier\ .ttf");


  
}


.myf{
  font-family: MiFuente;
  font-size: 70px;
  line-height: 1.1;
  text-transform: uppercase;

}

.myt{
font-family: normal;
}

.mytp{
font-family: normal;
font-size: 25px;
}

.navbar .active:after {
  width: 100%; /* Ancho al 100% para que la línea se mantenga visible */
}
.navbar-brand img {
  background-color: transparent;
}
