/* ----------------- BASE ----------------- */
body{
  font-family:'Montserrat',sans-serif;
  color:#707070;
}
.uppercase{ text-transform:uppercase; }
.tracking{ letter-spacing:3px; }

p{
  color: #707070;
}
/*TOP*/
.top-bar {
  background-color: #CD7502; /* verde exacto */
  color: #fff;
  font-size: 14px;
}
.btn-warning{
  background:#CD7502 !important;
}

.top-bar i {
  font-size: 14px;
}

.top-left {
  padding-left: 20px;
}

.separator {
  opacity: 0.6;
}

.top-right {
  height: 100%;
}

.social {
  color: #fff;
  font-size: 16px;
  margin: 0 8px;
  text-decoration: none;
}

.social:hover {
  opacity: 0.8;
}


#back_to_top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

#back_to_top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}



/*FOOTER*/
.footer-custom {
  background: #0f0f0f;
  color: #ccc;
  font-size: 0.95rem;
}

.footer-logo {
  max-width: 220px;
  filter: brightness(0) invert(1);
}

.footer-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.footer-text {
  line-height: 1.6;
  max-width: 320px;
  color: #bdbdbd;
}

.footer-menu li {
  margin-bottom: 0.5rem;
}

.footer-menu a {
  color: #bdbdbd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #ffffff;
}

.footer-contact {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  color: #bdbdbd;
}

.footer-contact i {
  color: #cfcfcf;
  margin-top: 3px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfcfcf;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #ffffff;
  color: #000000;
}

.footer-legal {
  background: #000000;
  color: #9a9a9a;
  font-size: 0.85rem;
  padding: 14px 0;
  border-top: 1px solid #1e1e1e;
}


    .divider {
        width: 70px;
        height: 4px;
        background: #6c757d;
        margin: 1rem 0 2rem 0;
    }