/* General */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    background-color: #f9f9f9;
    text-align: justify;
    max-width: 100%;
    margin: 0 auto;
  
}

.btn-bis {
  background-color: var(--bis-orange);
  color: white;
  border: none;
  }

.btn-bis:hover {
  background-color: #e28e00;
}

.category-btn {
  border: none;
  margin: 5px;
  padding: 8px 15px;
  background-color: #f1f1f1;
  color: #284394;
  cursor: pointer;
  border-radius: 20px;
}

.category-btn.active {
  background-color: var(--bis-blue);
  color: #f29100;
}


.btn-bis {
  background-color: var(--bis-orange);
  color: white;
  border: none;
   background-color: #e28e00;
}

.btn-bis:hover {
  background-color: #284394;
  color: white;
}


/* Spinner */
#spinner {
    z-index: 1050;
    background-color: #fff;
}


.topbar-right {
    font-size: 0.95rem;
}

.btn-link:hover {
    text-decoration: none;
    color: #00bcd4 !important;
}

/* Navbar */
.navbar {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-width: 150px;
}

.nav-link {
    font-weight: 500;
    padding: 15px;
}

.nav-link:hover,
.nav-item .active {
    color: #ff5722 !important;
}

/* Botón Cotiza */
.btn-primary {
    background-color: #ff5722;
    border: none;
    transition: background 0.3s;
}

.btn-primary:hover {
    background-color: #e64a19;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
    color: #003366;
    font-weight: 700;
    text-align: center;
    margin-top: 0px 20px;
    margin-bottom: 1rem;
}

.bis-blue {
    color: #003366;
}

.bis-orange {
    color: #ff5722;
}

/* Párrafos */
.card-text {
    text-align:center;
    margin-bottom: 1rem;
    font-size: 14px;
    
}


/* Listas */
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

ul li {
    background: url('https://cdn-icons-png.flaticon.com/512/545/545705.png') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
}

/* Imágenes */
.img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Highlight blocks */
.highlight {
    background-color: #fff3e0;
    border-left: 5px solid #ff9800;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

/* Footer hashtags */
.text-muted {
    font-size: 0.9rem;
    color: #777 !important;
    text-align: center;
    margin-top: 2rem;
}

/* Responsivo */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 120px;
    }

    .highlight, p, ul li {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.5rem;
    }
}