body {
  font-family: Open Sans, sans-serif;
  color: #333;
  background-color: white;
  margin: 0;
  padding: 0;
}

#header {
  height: 10%;
  background-color: #283339;
  color: #fff;
  padding: 20px;
}

#header h1 {
  font-size: 2em;
  margin: 0;
}

#navigation {
  background-color: #e0e0e0;
  padding: 10px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  display: inline-block;
  margin-right: 20px;
}

#navigation a {
  color: #333;
  text-decoration: none;
}

#content {
  padding: 20px;
}
#dropdown1 {
  background-color: #273ebe;

}
h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

p {
  line-height: 1.5;
}

.image {
  width: 100%;
  margin-bottom: 20px;
}



#cabeceraTPV{
  background: white;
  background-size: cover;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 20px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2),
              inset 0px -2px 5px rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

#cabeceraTPV span {
  font-size: 14px !important;
  font-weight: bold; /* Bold text */
  color: #f59e42; /* Orange text color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Text shadow for depth */
  margin-left: 20px;
  visibility: hidden;
}


#btnPagar, #btnJustificar{
  background: #273ebe;
  border-radius: 999px;
  box-shadow: rgb(220,144,41) 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 28px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}  

 ##footer {
  background-color: #C6E0FF; /* Light blue background */
  color: #333333; /* Darker blue text color */
  font-family: "Roboto", sans-serif;
  padding: 20px;
  box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2),
              inset 0px -2px 5px rgba(255, 255, 255, 0.7);
}

/* Optional: Left-align legal links */
.legal-links a {
  text-align: left;
}


