﻿@font-face {
  font-family: 'Montserrat';
  /* Choose a descriptive name for your font */
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  /* Adjust the path and format as needed */
  font-weight: normal;
  /* Specify the font-weight if applicable */
  font-style: normal;
  /* Specify the font-style if applicable */
}

body {
  font-family: 'Montserrat', sans-serif;
  /* Add fallback fonts */
  font-style: normal !important;
  background-color: rgb(248, 248, 248);
}

.navbar {
  width: 100%;
  z-index: 60;
  min-height: 4.5rem;
  height: auto !important;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff !important;
  border-top: 0.4rem solid var(--primary-color);
  border-bottom: 0.1rem solid rgb(203, 203, 203);
}
.section-title {
  color:#000 !important;
  font-weight: bold !important;
}

.form-label{
  color: #666;
}

.date-text {
  font-size: 11px;
  color: #727272;
}

.menu-card {
  display: block;
  cursor: pointer;
  border-radius: 1rem;
  border-width: 2px;
}

.menu-card a {
  color: #EFEFEF;
  background-color: #bd8dbd;
}

.section-title {
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 25px;
  color: rgb(114, 114, 114)
}

.boton-primary {
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 0.25rem 1rem;
  min-width: 10rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #bd8dbd;
  border: #727272;
  color: white;
  justify-content: center;
  font-weight: bold;
  display: flex;
  text-decoration: none;
}

.boton-primary-mini {
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 0.25rem 1rem;
  height: 2rem;
  border-radius: 1rem;
  border: #727272;
  justify-content: center;
  font-weight: bold;
  display: flex;
  text-decoration: none;
  max-width: 10px;
  margin: 5px;
}

.boton-secondary {
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 0.25rem 1rem;
  min-width: 10rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: white;
  border: #727272;
  color: #bd8dbd;
  justify-content: center;
  font-weight: bold;
  display: flex;
  border: 2px solid #bd8dbd;
  text-decoration: none;
}

.boton-accent {}

.boton-amarillo {
  background-color: #d7dfa4;
  color: black;
}

.boton-verde {
  background-color: #8DBDBD;
  color: black;
}

.boton-rojo {
  background-color: #BD8D8D;
  color: black;
}

.header-list-item {
  list-style-type: none;
  font-weight: bold;
  font-size: 1.1rem;
}

.list-item {
  list-style-type: circle;
  margin-left: 20px;
  font-size: 1.1rem;
}

.list-item-separator {
  border: none;
  /* Remove default border */
  border-top: 2px solid #ccc;
  /* Add a custom top border */
  width: 70%;
  /* Set width */
  margin: 20px auto;
  /* Center the line and add vertical spacing */
}

tr.tabla-header th {
  color: black;
  background-color: #D4B5D4;
}

tr.tabla-subheader td {
  font-weight: normal;
  color: black;
  background-color: #F6EFF6;
}

.mini-txt {
  font-size: 0.7rem;
}

.navbar-logo {
  height: 52px;
  max-height: 100%;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

table.preview-invoice {
  font-size: 12px;
}
table.preview-invoice thead td{
  font-weight: bold;
  background-color: #BBB;
}

/* Media Query para Xiaomi 12 Lite */
@media only screen and (device-width: 412px) and (device-height: 894px) and (-webkit-device-pixel-ratio: 2.625) and (orientation: portrait) {

  /* Tus estilos CSS aquÃ­ */
  body {
    font-size: 16px;
    align-items: center;
  }

  .contenedor {
    padding: 0 20px;
  }

  .navbar-logo {
    height: 40px;
  }

  .navbar {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .navbar {
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-logo {
    height: 40px;
  }
}
