body{
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

  
  /*Inicio barra de navegacion*/
  .nav-item {
    font-family: "articulat-cf", sans-serif;
  }
  
  
  .navbar {
  text-decoration: none;
  font-family: "articulat-cf", sans-serif;
  }
  
  .nav-link a:hover {
    color: #f1c035;
  }
  ul a b{
    color: #f1c035;
    text-decoration: underline;
  }
    /* fin barra de navegacion*/
   
  
     
     .bg-orange {
        background-color: #FFA500; /* Código hexadecimal para el color naranja */
        color: #ffffff; /* Texto en color blanco para mayor contraste */
        border-radius: 20px;
    }
    
     p{
      font-family: "articulat-cf", sans-serif;
    }
    
    h1{
      font-family: "articulat-heavy-cf", sans-serif;
    }
    
    .boton {
        font-family: "articulat-cf", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    
    button a {
      text-decoration: none;
      color: black;
    }
    
    