body{
   font-family: 'Montserrat', sans-serif;
      }

.bg-gray{
    background-color: #efefef;
}
a.collapsed{
    transform: rotate(180deg);
}
.hrmenu{
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 1px solid #4b4b4b;
  margin: .2em 0;
  padding: 0;
}
.titleUN{
    color: white !important;
    background-color: white;
    text-shadow: -2px -2px 0 #dc3545, 1px -1px 0 #dc3545, -1px 1px 0 #dc3545, 1px 1px 0 #dc3545;
}
.fondo{
    background: url("../img/fondomenu.jpg") no-repeat;
    background-size:cover ;
    background-position: 0 -250px;
    min-height: 10rem;
}
.fondo1{
    background: url("../img/fondomenu1.png") no-repeat;
    background-size: cover;
    min-height:60rem;
 
}
.euid{
    color: gray;
    margin-left: 2.5rem;
    font-size: .8rem;
}
.opa{
  opacity: 0.90;
}

.w-95{
    width: 95%;
}

.w5_7{
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 700px;
}

.top-right-radius{
    border-top-right-radius: 1rem;
}
.min-vh-80{
    min-height: 99.85vh;
}
.vh-20{
    height: 20vh;
}
.bg-menu{
    background-color: #fafafa;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-title{
    font-weight: bold;
    font-family: 'Neuton', serif;
}
.menu-selected{
    background-color: #dc3545 !important;
    color: #ffffff !important;
}
.text-bolder-red{
    color:rgb(220, 53, 69);
    font-weight: bolder;
}
.text-alert{
    color:rgb(220, 53, 69);
}
.menu-link a{
    color: #000000;
    font-weight: normal;
    font-family: 'Neuton', serif;
}
.fs-1-1rem{
    font-size: 1.15rem;
}
/*.color{    
    color: #A71930;
}*/
.titulo{
    font-size: 5rem;
}
.sombra {
 /* color: #aa182c; */
  font-size: 25px;
    color: rgba(255,255,255,.3);
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}
.sombra1 {
 /* color: #aa182c; */
  
    color: rgba(255,255,255,.3);
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}
footer{
    position:absolute;
    bottom: 0;
    width: 100%;
}
 a, a:hover,a:visited, a:focus {
    text-decoration:none;
}
.boton{
    max-width: 56px;
}

.page-item.active .page-link{
    background-color: #dc3545;
    border-color: #dc3545;
}
.page-link{
    color: #dc3545;
}
.page-link:hover{
    border-color: #d38088;
    background-color: #d38088;
    color: white;
}

.form-check-input:checked{
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-check-input{
    background-color: white;
    border-color: #d38088;
}
.form-check-input:focus{
   color : white;
   border-color:  #d38088;
   box-shadow: 0 0 0 0.25rem #d3808888;
}
.card-name{
    font-size: 1rem;
    font-weight: bolder;
}
.card-type{
    font-size: .8rem;
}

.nav-link.btn-outline-dark{
    color: #000 !important;
}
.nav-link.btn-outline-dark:hover{
    color: #FFF !important;
}

.chartMenu {
    width: 100vw;
    height: 40px;
    background: #1A1A1A;
    color: rgba(54, 162, 235, 1);
  }
  .chartMenu p {
    padding: 10px;
    font-size: 20px;
  }
  .chartCard {
    width: 100vw;
    height: calc(100vh - 40px);
    background: rgba(54, 162, 235, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chart {
            height: 150px;
            background-color: #f8f9fa;
        }
  .chartBox {
    width: 700px;
    padding: 20px;
    border-radius: 20px;
    border: solid 3px rgba(54, 162, 235, 1);
    background: white;
  }
          /* Sample colors for the charts */
    .chart-green {
        background-color: #28a745;
    }

    .chart-orange {
        background-color: #fd7e14;
    }

    .chart-red {
        background-color: #dc3545;
    }
  #delContador{
    display:flex;
    justify-content: flex-end;
}
.card-custom {
            border-radius: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            padding-left: 60px;
            position: relative;
        }
.card-header-icon {
            position: absolute;
            top: 10%;
            left: 10px;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            color: white;
            font-size: 1.5rem; /* Aumentar tamaño de los íconos */
            padding: 1.5em;
}
.icon-orange {
    background-color: orange;
}
.icon-green {
    background-color: green;
}
.icon-red {
    background-color: red;
}
.card-body-custom {
    padding-left: 10px;
    width: 100%;
    text-align: end;
}
.card-body-custom h4 {
    margin: 0;
}
.card-body-custom small {
    display: block;
    margin-bottom: 5px;
}
.table-header {
    background-color: #FFA500; /* Color naranja */
    color: white;
    padding: 15px;
    margin-left: 1rem;
    border-radius: 5px;
    font-size: 1.3rem;
    position: absolute;
    width: 80%;
    margin-top: -2rem !important;
}
.table-subtitle {
    font-size: 12px;
    color: #ffffff;
}
thead th {
    color: #FFA500; /* Color naranja para la cabecera de la tabla */
}
.mt-4rem{
    margin-top: 4rem;
}