/** Color institucional **/

.main-sidebar { background-color: #01161E !important }

.colorInst
{
    background-color: #598392;
    color: white;
}

.colorVerde
{
    background-color: #AEC3B0;
    color: black;
    font-weight: bold;
}

.colorInst:hover
{
    background-color: #598392;
    color: white;
}

/*Diseño de colores datatable*/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #598392!important;
    background-color: #598392!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #598392), color-stop(100%, #598392))!important;
    background: -webkit-linear-gradient(top, #598392 0%, #598392 100%)!important;
    background: -moz-linear-gradient(top, #598392 0%, #598392 100%)!important;
    background: -ms-linear-gradient(top, #598392 0%, #598392 100%)!important;
    background: -o-linear-gradient(top, #598392 0%, #598392 100%)!important;
    background: linear-gradient(to bottom, #598392 0%, #598392 100%)!important;
}

.pagination .page-item.active .page-link { background-color: #598392; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
    background-color: #598392;
}

.pagination .page-item.active .page-link:hover {
    background-color: #598392;
}

/** Collapse card **/
.card-header .fa {
    transition: .3s transform ease-in-out;
  }
  .card-header .collapsed .fa {
    transform: rotate(90deg);
  }

.grupoElementos
{
    padding: 6px 1em 0 1em;
    border: 1px solid;
    border-radius: 20px;
    border-color: gray;
}

.imgAnuncio
{
    width: 100%; /* Ancho del div */
    height: 100%;
}

.contenedor
{
    max-width: 90%;
    margin: auto;
}

.divScroll
{
    min-width: 955px;
}

.horizontal-scrollable > .row
{
    overflow-x: auto; 
    white-space: nowrap; 
}

.horizontal-scrollable > .row > .col-xs-4
{
    display: inline-block; 
    float: none; 
}

.btnColorN
{
    background-color: #343a40;
}

.colorFondo
{
    width: 180px;
    height: 30px;
}