.side-nav li>a {
    padding: 0 16px;
}

.side-nav .divider {
    margin: 0;
    height: 8px;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent;
}

@media only screen and (max-width: 992px) {
    header,
    main,
    footer {
        padding-left: 0;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.demo-chart {
    height: 400px;
}

.demo-chart2 {
    height: 600px;
}

.colorVal {
    color: red;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
}

.box {
    /*margin: 0 auto;
    width: 100%;
    padding: 0px 0px 41%!important;
    */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    margin: 0px;
    height: 100%;
    width: 100%;
}

.box2 {
    /*margin: 0 auto;
    width: 100%;
    padding: 0px 0px 41%!important;
    */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    margin: 0px;
    height: 93%;
    width: 100%;
}

.centro {
    /*IMPORTANTE*/
    position: absolute;
    top: 30%;
}

input {
    text-transform: uppercase;
}

.inputLogin {
    text-transform: none;
}

.bordesGraficos{
    border-radius:12px;
    margin:5px;
    padding: 7px;
  }

  .colorTitulos {
    color: #68707A !important;
}

.colorTitulosPrincipal {
    color: #235BA8 !important;
}

/* Contenedor principal */


  .card2 {
    position: relative;
    width: 97%;
    height: 475px;
    border-radius: 12px; /* Bordes redondeados */
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Sombra más elegante */
    margin: 15px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Suaviza el movimiento */
  }
  
  .card2:hover {
    transform: translateY(-10px); /* Mueve hacia arriba 10px */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Agrega una sombra más intensa */
  }
  /* Overlay elegante */
  .card2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px; /* Un poco más grande */
    background: rgba(35, 91, 168, 1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombras */
  }
  
  /* Contenido elegante */
  .card2-content {
    position: absolute;
    top: 34px; /* Espaciado debajo del overlay */
    left: 0px; /* Un pequeño margen interno */
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    border-radius: 10px; /* Bordes redondeados */
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra */
    
    justify-content: center;
    align-items: center;
    overflow: hidden;
  
  }

  /* Contenedor principal */
.card3 {
    position: relative;
    width: 97%;
    height: 720px;
    border-radius: 15px; /* Bordes redondeados */
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff, #f3f4f7);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Sombra más elegante */
    margin: 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Suaviza el movimiento */
  }
  .card3:hover {
    transform: translateY(-10px); /* Mueve hacia arriba 10px */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Agrega una sombra más intensa */
  }

  
  .select-wrapper ul.dropdown-content {
    scrollbar-color: #8f918f transparent;
    scrollbar-width: thin;
    
    border-radius: 10px; /* Bordes redondeados */
    background: linear-gradient(
      to bottom right,
      #ffffff 40%, #f3f4f7 85%  
    );}

    .dropdown-content li > a, .dropdown-content li > span{
        color: #162725  !important;
    }

    .card3-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px; /* Un poco más grande */
        background: rgba(35, 91, 168, 1);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombras */
        
        
      }

.custom-chart-container .demo-chart {
  height: 190px !important; /* Cambia el tamaño según lo que necesites */
}
.titulos{
    height: 30px !important; 
    width: 100% !important;
    background-color: #546e7a   !important;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    

}

.mapachart{
    height: 630px;
    z-index: 0;
}