:root {
    --color1: #E0D3B6;
    --color2: #D4BD91;
    --color3: #c58e40;
    --color4: #B4BF94;
    --color5: #98BF7E;
    --color6: #61975D;
    --color7: #006636;
    --color8: #064220;
    --color9: #EA8072;
    --color10:#B64058 ;
    --color11: #A61C36 ;
    --color12: #69182B ;
    
    --colorMapa: #ad721f ;
}

.tab-pane {
  border-left: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
}

.nav-tabs .nav-link.active {
  /* background-color: #AB0033; */
/*  color: #AB0033;*/
  font-weight: 600;
}

/*****************************************************/
/* Mapa                                              */
/*****************************************************/

#map {
    width: 100%;
    height: 760px;
}

/* #mapa-download{
    color:#6b7280;
    font-size: 18px;
    cursor:pointer;
} */

#fuente {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
}

#map-print
{
    font-size: 14px;
    z-index: 1010; 
    position: absolute; 
    top:10px; 
    left: 10px; 
    /* display: none; */
}

/* TARJETA INFORMATIVA */
#tarjeta-filtro{
    width: 300px; 
    z-index: 1030; 
    position: absolute; 
    top:10px; 
    right: 10px; 
    display: none;
}

.card-header {
    background-color: #AB0033;
    /* background: linear-gradient(180deg, rgba(128,2,40,1) 15%, rgba(171,0,51,1) 85%); */
    color: #fff;
    border: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 10px 10px 0 0;
}

.card-body {
    background-color: #FFF;
}

.card-text {
    font-size: 14px;
}

.card-body th {
    text-align: center;
}

.tarjeta-md {
    width: 300px !important; 
}

.tarjeta-lg {
    width: 400px !important;
}

.tarjeta-xl{
  width: 500px !important;
}


/*****************************************************/
/* Tabla                                             */
/*****************************************************/
#contenedor-tabla {
    padding:10px;
    padding-top: 10px;
    width: 100%;
    height: 760px;

    overflow-y: scroll;
}

#titulo-tabla{
    margin: 2rem 5rem 3rem 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

#contenedor-tabla::-webkit-scrollbar {
    display: none;
}

/* DATATABLES */
.dt-search
{
   float: right;
}

.dt-info {
   text-align: right;   
}

.pagination {
   justify-content: flex-end;
}

.table {
   font-size: 14px;
}


/*****************************************************/
/* Grafica                                           */
/*****************************************************/
#grafica {
    width: 100%;
    height: 450px;    
}


#grafica-print
{
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
}

#titulo-grafica{
  margin: 2rem 5rem 0 5rem;
}

#subtitulo-grafica{
  margin: 0 5rem 3rem 5rem;
}

#titulo-grafica,
#subtitulo-grafica
{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    }
}



/* ********************************************************* */
/* SELECT2                                                   */
/* ********************************************************* */

/* Borde del Select */
.select2-container--default .select2-selection--single {
    border: 1px solid #CED4DA;
    height: 3.5rem;
    line-height: 2.5rem;
    padding-top: 4px;    
}

/* Options */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #AB0033;
    color: white;
}


.select2-results__options::-webkit-scrollbar {
    display: none;
}
