 /* ESTE ARCHIVO  SE ENCARGA DE LOS ESTILOS PRINCIPALES DEL SOFTWARE */
 
 :root{
    --colorGrisclaro:#BDBDBD;
    --colorPrimario:#486f99;
    --colorAzulclaro:#88a7d0;
    --colorBlanco:#ffffff;
    --Colortexto:#000000;
    --colorpastellila:#dbbdff;
    --colorpastelazul:#2674b9;
 }

 html {
    box-sizing: border-box ;
    font-size: 62.5%;
}

 /* Personalización del estilo del botón de cierre */
 .modal-header .btn-close {
    margin-left: auto !important;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contenedor_login{
    max-width: 185rem;
    width: 45%;
    margin: 0 auto;
    display: grid !important;
    place-items: center !important;
    /* width: 100vw; */
    height: 100dvh;
}
@media(min-width: 300px){
    .contenedor_login{
        max-width: 185rem;
        width: 95%;
        display: grid !important;
        place-content: center !important;
    }
}
.grid_graficos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
}
/* grid graficos */
@media(max-width:1366px){
    .grid_graficos{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:1200px){
    .grid_graficos{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:768px){
    .grid_graficos{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:468px){
    .grid_graficos{
        grid-template-columns: 1fr;
    }
}



@media(min-width: 800px){
    .contenedor_login{
        max-width: 185rem;
        width: 80%;
        display: grid !important;
        place-content: center !important;
    }
}
table  th{
background-color: #2674b9 !important;
color: #ffffff !important;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
.btn1 {
    width: 50px;
    height: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.col_grisclaro{
    background-color: var(--colorGrisclaro);
}
.col_primario{
    background-color: var(--colorPrimario);
}
.col_azulclaro{
    background-color: var(--colorAzulclaro);
}
.col_blanco{
    background-color: var(--colorBlanco);
}
.col_texto{
    background-color: var(--Colortexto);
}
.col_pastellila{
    background-color: var(--colorpastellila);
}
.col_pastelazul{
    background-color: var(--colorpastelazul);
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .imagen{
min-height: 100hv;
justify-content: center;
align-items: center;
position: relative;
}
.imagen::before{
    content: "";
    position: absolute;
    background-image: url(../img/Recurso.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;

    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

} */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    background-color: #F0F8FF;
    
} 


/* img { 
    max-width: 100%;
}  */

h1,h2,h3,h4,h5,h6,p{
    color:var(--Colortexto);
}

.contenedor{
    /* margin-top: 100px; */
    max-width: 185rem;
    width: 95%;
    margin: 0 auto;
    /* padding: 16px; */
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.contenedor_alerta{
  /* margin-top: 100px; */
  max-width: 185rem;
  width: 95.5%;
  margin: 0 auto;
  /* padding: 16px; */
  margin-top: 2rem!important;
  margin-bottom: 2rem!important;
}
.contenedor2{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5); */
    
}
.contenedor3{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5); */
    
}
.contenedor_table {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.caja_select{
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
}
.input{
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
}
/* .tres_columnas{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
} */
.row_contenedor{
    max-width: 124%;
  width: 100%;
  margin: 0 auto;
}

.contenedor_ico{
    width: 100%;
}
.contenedor_graf{
    width: 119%;
}

@media(min-width: 5121px) {
    .contenedor_graf{
        margin-left: -39%;
    width: calc(147% - 40px);
    }
}
@media(max-width: 800px) {
  .contenedor_graf{
    max-width: 100%;
  }
}


@media(min-width:5121px){
    .contenedor_ico{
        width: calc(52% - 10px);
    }
}


@media(min-width: 801px){
    .row_contenedor{
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-columns: 27% 60%;
        column-gap: 2rem ;
        /* margin-top: 13rem; */
    }
}
@media(min-width: 1900px){
    .tres_columnas{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
        /* margin-top: 13rem; */
    }
}
@media(min-width: 1366px){
  .tres_columnas{
      display: grid;
      /* grid-template-columns: repeat(2, 1fr); */
      grid-template-columns: 50% 48%;
      column-gap: 2rem;
      /* margin-top: 13rem; */
  }
}

@media(min-width: 868px){
    .grid_row{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 2rem;
        /* margin-top: 13rem; */
    }
}
@media(min-width: 868px){
    .tres_columnas_buscar{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: 372px 222px; */
        column-gap: 2rem;
        /* margin-bottom: 13rem; */
    }
}
/* .row_inputs{
    display: grid;
    grid-template-columns: 35% 20% 35%;
    column-gap: 2rem;
} */
@media(min-width:768px){
        .row_inputs{
        display: grid;
        /* grid-template-columns: repeat(3, 1fr); */
        grid-template-columns: 35% 20% 35%;

        column-gap: 2rem;
    }
}
.cambiar{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}
@media(min-width:680px){
    .cambiar{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}
@media(max-width: 480px){
        .row_inputs{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}
@media(max-width: 300px){
        .row_inputs{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 2rem;
    }
}
/* .card{
    margin-bottom: 4rem;
} */
.zoom{
    transition: width 1s, height 1s, transform 1s;
}
.zoom:hover{
    transform : scale(1.1);
}
.colorpastel{
    background-color: var(--colorpastelazul);
}






/* alerta de colores */

.btn:hover {
    color: #fff !important;
}
.alert1>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
    }
    
    .alert1>.start-icon {
    margin-right: 5px;
    }
    
    .greencross
    {
    font-size:18px;
      color: #25ff0b;
    text-shadow: none;
    }
    
    .alert-simple.alert-success
    {
    border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
    cursor:pointer;
    }
    .alert-success:hover{
    background-color: rgba(7, 149, 66, 0.35);
    transition:0.5s;
    }
    .alert-simple.alert-info
    {
    border: 1px solid rgba(6, 44, 241, 0.46);
    background-color: rgba(7, 73, 149, 0.12156862745098039);
    box-shadow: 0px 0px 2px #0396ff;
    color: #0396ff;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
    cursor:pointer;
    }
    
    .alert-info:hover
    {
    background-color: rgba(7, 73, 149, 0.35);
    transition:0.5s;
    }
    
    .blue-cross
    {
    font-size: 18px;
    color: #0bd2ff;
    text-shadow: none;
    }
    
    .alert-simple.alert-warning
    {
      border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
    cursor:pointer;
    }
    
    .alert-warning:hover{
    background-color: rgba(220, 128, 1, 0.33);
    transition:0.5s;
    }
    
    .warning
    {
      font-size: 18px;
    color: #ffb40b;
    text-shadow: none;
    }
    
    .alert-simple.alert-danger
    {
    border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
    cursor:pointer;
    }
    
    .alert-danger:hover
    {
     background-color: rgba(220, 17, 1, 0.33);
    transition:0.5s;
    }
    
    .danger
    {
      font-size: 18px;
    color: #ff0303;
    text-shadow: none;
    }
    
    .alert-simple.alert-primary
    {
    border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
    cursor:pointer;
    }
    
    .alert-primary:hover{
    background-color: rgba(1, 204, 220, 0.33);
    transition:0.5s;
    }
    
    .alertprimary
    {
      font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
    }
    
    .square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
    }
    
    .square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px;
    }
    
    .square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px;
    }
    
    .alert1:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
      height: 20px;
    }
    
    .fa-times
    {
    -webkit-animation: blink-1 2s infinite both;
          animation: blink-1 2s infinite both;
    }
    
    
    /**
    * ----------------------------------------
    * animation blink-1
    * ----------------------------------------
    */
    @-webkit-keyframes blink-1 {
    0%,
    50%,
    100% {
    opacity: 1;
    }
    25%,
    75% {
    opacity: 0;
    }
    }
    @keyframes blink-1 {
    0%,
    50%,
    100% {
    opacity: 1;
    }
    25%,
    75% {
    opacity: 0;
    }
    }






    /* ESTILOS PARA LOS REPORTES MODULOS */
    .small-box {
        border-radius: 0.25rem;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
        display: block;
        margin-bottom: 20px;
        position: relative;
      }
      
      .small-box > .inner {
        padding: 10px;
      }
      
      .small-box > .small-box-footer {
        background-color: rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.8);
        display: block;
        padding: 3px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        z-index: 10;
      }
      
      .small-box > .small-box-footer:hover {
        background-color: rgba(0, 0, 0, 0.15);
        color: #fff;
      }
      
      .small-box h3 {
        font-size: 2.2rem;
        font-weight: 700;
        margin: 0 0 10px;
        padding: 0;
        white-space: nowrap;
      }
      
      @media (min-width: 992px) {
        .col-xl-2 .small-box h3,
        .col-lg-2 .small-box h3,
        .col-md-2 .small-box h3 {
          font-size: 1.6rem;
        }
        .col-xl-3 .small-box h3,
        .col-lg-3 .small-box h3,
        .col-md-3 .small-box h3 {
          font-size: 1.6rem;
        }
      }
      
      @media (min-width: 1200px) {
        .col-xl-2 .small-box h3,
        .col-lg-2 .small-box h3,
        .col-md-2 .small-box h3 {
          font-size: 2.2rem;
        }
        .col-xl-3 .small-box h3,
        .col-lg-3 .small-box h3,
        .col-md-3 .small-box h3 {
          font-size: 2.2rem;
        }
      }
      
      .small-box p {
        font-size: 1rem;
      }
      
      .small-box p > small {
        color: #f8f9fa;
        display: block;
        font-size: .9rem;
        margin-top: 5px;
      }
      
      .small-box h3,
      .small-box p {
        z-index: 5;
      }
      
      .small-box .icon {
        color: rgba(0, 0, 0, 0.15);
        z-index: 0;
      }
      
      .small-box .icon > img {
        font-size: 90px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
      }
      
      .small-box .icon > img.fa, .small-box .icon > img.fas, .small-box .icon > img.far, .small-box .icon > img.fab, .small-box .icon > img.fal, .small-box .icon > img.fad, .small-box .icon > img.ion {
        font-size: 70px;
        top: 20px;
      }
      
      .small-box .icon svg {
        font-size: 70px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
      }
      
      .small-box:hover {
        text-decoration: none;
      }
      
      .small-box:hover .icon > img, .small-box:hover .icon > img.fa, .small-box:hover .icon > img.fas, .small-box:hover .icon > img.far, .small-box:hover .icon > img.fab, .small-box:hover .icon > img.fal, .small-box:hover .icon > img.fad, .small-box:hover .icon > img.ion {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
      }
      
      .small-box:hover .icon > svg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
      }
      
      @media (max-width: 767.98px) {
        .small-box {
          /* text-align: center; */
        }
        .small-box .icon {
          /* display: none; */
        }
        .small-box p {
          font-size: 12px;
        }
      }

      .small-box .overlay > .fa,
.small-box .overlay > .fas,
.small-box .overlay > .far,
.small-box .overlay > .fab,
.small-box .overlay > .fal,
.small-box .overlay > .fad,
.small-box .overlay > .svg-inline--fa,
.small-box .overlay > .ion {
  color: #343a40;
}
.small-box .overlay.dark {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .small-box .overlay.dark > .fa,
.small-box .overlay.dark > .fas,
.small-box .overlay.dark > .far,
.small-box .overlay.dark > .fab,
.small-box .overlay.dark > .fal,
.small-box .overlay.dark > .fad,
.small-box .overlay.dark > .svg-inline--fa,
.small-box .overlay.dark > .ion {
  color: #ced4da;
}


/* nueva grafica */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
  border-bottom-left-radius: 0;
}
}
.card.maximized-card .card-header,
.card.maximized-card .card-footer {
border-radius: 0 !important;
}

.card.collapsed-card .card-body,
.card.collapsed-card .card-footer {
display: none;
}

.card-footer::after {
display: block;
clear: both;
content: "";
}
.widget-user .card-footer {
padding-top: 50px;
}

.nav-pills .nav-link {
border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #ffffff;
background-color: #007bff;
}

.nav-pills .nav-link {
color: #6c757d;
}

.nav-pills .nav-link:not(.active):hover {
color: #007bff;
}

.nav-pills .nav-item.dropdown.show .nav-link:hover {
color: #ffffff;
}

.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}

.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}


.nav-tabs.flex-column {
border-bottom: 0;
border-right: 1px solid #dee2e6;
}

.nav-tabs.flex-column .nav-link {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
margin-right: -1px;
}

.nav-tabs.flex-column .nav-link:hover, .nav-tabs.flex-column .nav-link:focus {
border-color: #e9ecef transparent #e9ecef #e9ecef;
}

.nav-tabs.flex-column .nav-link.active,
.nav-tabs.flex-column .nav-item.show .nav-link {
border-color: #dee2e6 transparent #dee2e6 #dee2e6;
}

.nav-tabs.flex-column.nav-tabs-right {
border-left: 1px solid #dee2e6;
border-right: 0;
}

.nav-tabs.flex-column.nav-tabs-right .nav-link {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0.25rem;
border-top-left-radius: 0;
border-top-right-radius: 0.25rem;
margin-left: -1px;
}

.nav-tabs.flex-column.nav-tabs-right .nav-link:hover, .nav-tabs.flex-column.nav-tabs-right .nav-link:focus {
border-color: #e9ecef #e9ecef #e9ecef transparent;
}

.nav-tabs.flex-column.nav-tabs-right .nav-link.active,
.nav-tabs.flex-column.nav-tabs-right .nav-item.show .nav-link {
border-color: #dee2e6 #dee2e6 #dee2e6 transparent;
}

.card .nav.flex-column > li {
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
margin: 0;
}

.card .nav.flex-column > li:last-of-type {
border-bottom: 0;
}

.float-right {
float: right !important;
}
.nav-sidebar > .nav-item .float-right {
margin-top: 3px;
}
.nav-sidebar .nav-item > .nav-link > .float-right {
margin-top: -7px;
position: absolute;
right: 10px;
top: 50%;
}