@import url('https://fonts.googleapis.com/css2?family=Jost&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 13.5px !important;  
  background-image: url('../_img/fondo-md.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}




.idioma {
  display: inline-block;
  cursor: pointer !important;
  padding-left: 10px;
  padding-bottom: 5px;
  z-index: 1000;
}

.btn-idioma {
  padding: 5px;
  background: radial-gradient(circle, #1d2957 0%, hsla(228, 50%, 23%, 0.85) 75%);
  border-radius: 5px;
  color: white;
  font-size: 11px;
}

.btn-idioma:hover {
  color: #F5C746 !important;
}

#sidebar { 
  margin-left: 0;
  height: 100vh;
  width: 450px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: #1d2957;
  background-image: url('../_img/pie-md.svg') !important;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  body {
    font-family: "Noto Sans", sans-serif;
    font-size: 13.5px !important;  
    background-image: url('../_img/fondo.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
  }
  #sidebar {
    background-size: 100vw;
    background-image: url('../_img/pie.svg') !important;
  }
}
.icono{
  height: 38px;
}
.with-transition {
  transition: margin-left 0.5s ease; /* Asegúrate de que esta regla esté presente */
}
.no-transition {
  transition: none !important; /* Deshabilita la transición al principio */
}
.hide {
  margin-left: -450px !important; /* Asegúrate de que la clase .hide tenga prioridad */
}
#sidebar .container {
  height: calc(100vh - 233px);
  overflow-y: auto;
  position: relative;
  text-align: center;
}

#contenido {
  margin-left: 450px; /* Ajuste para dejar espacio al menú */
  padding: 20px; /* Ajuste opcional para añadir espacio alrededor del contenido */
  max-width: calc(100% - 450px); /* Establece el ancho máximo */
}
#menu-toggle {
  display: none; /* Ocultar el botón de menú en pantallas grandes */
}

@media (max-width: 768px) {  
  #sidebar .container {
    height: calc(100vh - 280px);
  }
  #sidebar {
    margin-left: -450px; /* Ocultar el menú en pantallas pequeñas */
    max-width: 100%;
  }
  #contenido {
    margin-left: 0; /* Restablecer el margen para que el contenido ocupe todo el ancho en pantallas pequeñas */
    max-width: 100%; /* Establece el ancho máximo */
  }
  #menu-toggle {
    display: none; /* Mostrar el botón de menú en pantallas pequeñas */
    position: fixed;
    right: 15px; /* Ajustar la posición hacia la derecha */
    top: 15px; /* Ajustar la posición hacia arriba */
    z-index: 1001;
    padding: 10px; /* Agregar margen al botón */
  }
  .show {
    margin-left: 0;
  }
}
/* Webkit (Safari/Chrome) */
#sidebar .container::-webkit-scrollbar {
  width: 12px;
}
#sidebar .container::-webkit-scrollbar-track {
  background: #F5C746;
  border-radius: 10px !important; /* Bordes redondeados para la pista del scrollbar */
}
#sidebar .container::-webkit-scrollbar-thumb {
  background-color: #1d2957;
  border-radius: 6px !important; /* Bordes redondeados para el botón del scrollbar */
}
/* Firefox */
#sidebar .container {
  scrollbar-width: thin;
  scrollbar-color:  #F5C746 #1d2957;
}
/* Internet Explorer */
#sidebar .container {
  scrollbar-width: thin;
}
#sidebar .container::-webkit-scrollbar-thumb:hover {
  background-color: #1d2957;
}
.listado li{
  color: #1d2957;
}
.azul{
  color: #1d2957;
}
.btn-light {
  color: #1d2957;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  width: 100%;
}
.btn-light:hover {
  background-color: #f8da60 !important;
  color: #1d2957 !important;
  border-color: #f8da60 !important;
}
.btn-light:focus {
  background-color: #f8da60 !important;
  color: #1d2957 !important;
  border-color: #f8da60 !important;
}
.btn-light.active {
  background-color: #F5C746 !important; 
  color: #1d2957 !important;
  border-color: #F5C746 !important;
}
.btn-light:active:focus {
  background-color: #f8da60 !important; 
  color: #1d2957 !important; 
  border-color: #f8da60 !important;
}
.btn-primary {
  background-color: #1d2957;
  border-color: #1d2957;
  color: #ffffff;
}
.btn-primary:active {
  background-color: #1d2957;
  border-color: #1d2957;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #1d2957;
  border-color: #1d2957;
  color: #e7d27d !important;
}
.btn-primary:focus {
  background-color: #1d2957;
  border-color: #1d2957;
  color: #e7d27d;
}
/*--------------------------WARNING --------------------------*/
.btn-warning {
  background-color: #F5C746;
  border-color: #F5C746;
  color: #1d2957;
}
.btn-warning:active {
  background-color: #F5C746;
  border-color: #F5C746;
  color: #1d2957;
}
.btn-warning:hover {
  background-color: #F5C746;
  border-color: #F5C746;
  color: #162d8a !important;
}
.btn-warning:focus {
  background-color: #F5C746;
  border-color: #F5C746;
  color: #1d2957;
}
.btn-warning:active:focus {
  background-color: #F5C746;
  border-color: #F5C746;
  color: #1d2957;
}
.titulo{
  color: #F5C746;
}
.nav-tabs{
  border-bottom: 1px solid #7f8086 !important;
}
.nav-link{
  color: #FFF !important; 
  background-color: #1d2957 !important;
  border: 1px solid #7f8086 !important;
}
.nav-link:hover{
  color: #FFFFFF !important;
  background-color: #1d2957 !important;
  border: 1px solid #7f8086 !important;
}
.nav-link.active{
  color: #1d2957 !important; 
  background-color: #F5C746 !important;
  border: 1px solid #7f8086 !important;
}
.borde-azul{
  background: linear-gradient(to top right, #263469, #1d2957);
  color: white;
  border-radius: 10px;
  padding: 15px;
}
.fondo-naranja{
  border-radius: 10px;
  background-color: #F5C746;
  color: #1d2957;
}
.circle {
  min-width: 25px !important; /* Tamaño fijo del círculo */
  height: 25px !important; /* Tamaño fijo del círculo */
  border-radius: 50%;
  background: linear-gradient(to top right, #263469, #1d2957);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F5C746;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.circle-grande {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(to top right, #263469, #1d2957);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F5C746;
  font-size: 20px;
  font-weight: bold;
  padding: 3px;
  text-align: center;
}
.btn-danger{
  background-color: #e23011 !important;
  border-color:  #e23011 !important;
}
.btn-success{
  background-color: #43a046  !important;
  border-color:  #43a046 !important;
}
/*----------------------------------------------*/
.modal-estilo {
  background-color: #f7f9fc;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(9, 8, 73, 0.2);
}

.modal-header {
  background-color: #d9ddee;
  color: #1d2957;
}

.modal-title {
  font-weight: bold;
  font-size: 1.25rem;
}

.btn-close {
  color: #1d2957 !important;
}

.modal-body {
  color: #1d2957;
}
.logos{
  width: 333px;
}
.modal-footer {
  background-color: #f1f3f4;
  border-top: 1px solid #d9ddee;
}

.btn-cerrar {
  background-color: #32374b;
  color: #fff;
  border-color: #191c29;
}

.btn-cerrar:hover {
  background-color: #191c29;
  color: #F5C746;
  border-color: #0f111b;
}
.fs-4{
  font-size: 20px !important;
}
.fs-5{
  font-size: 16.5px !important;
}
.fs-6{
  font-size: 15px !important;
}