.columna__buscador{
    /*width: 25rem;*/
    background-color: white;
    /*margin-right: .5rem;*/
    border-radius: 1rem;
    /*height: 80vh;*/
    padding: 1.5rem;

}
.scroll{
    height: 80vh;
    overflow:auto;
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
    width:10px;
}

.scroll::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.scroll::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #D9E7E7;
    border-radius: 20px;
    border: 2px solid #D9E7E7;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}


.buscar__input{
    border-color: #EAEAEA;
    color: #AFAFAF;
    border-radius: .8rem!important;
    height: 3.6rem;
    margin-right: 1rem;
}
.iconos__btn{
    background-color: #D9E7E7;
    border-radius: .6rem;
}
.columna__contenido{
    width: 100%;
}

.detalles{
    background-color: white;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    padding: 1.5rem;
}
@media only screen and (max-width: 991px){
    .ocultar-div{
        display: none;
    }
}
@media only screen and (min-width: 992px){
    .mostrar-div{
        display: none;
    }
}
@media only screen and (max-width: 1200px){
    .ocultar-col{
        display: none;
    }
}
.mostrar_icono{
    display: none;
}
@media only screen and (max-width: 991px){
    .mostrar_icono{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.detalles__titulo{
    border-bottom: 2px solid #AFAFAF;
}
.detalles__titulo h2{
    font-size: 2rem;
    font-weight: 700;
    color: #67676A;
}
.detalles__titulo__icono{
    width: 3rem;
    height: 3rem;
    border-radius: .6rem;
    background-color: #D9E7E7;
    margin-bottom: .5rem;
}
.detalles__titulo__icono .icono__pagar{
    width: 2rem;
    height: 2rem;
    color: #146C69;
}
.detalles__tarjeta{
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: end;
}
@media only screen and (min-width: 992px){
    .detalles__tarjeta{
        width: 40rem;
        display: block;
    }
}
.detalles__tarjeta-img{
    width: 100%;
    border-radius: .8rem;
}
/*@media only screen and (max-width: 480px){*/
/*    .detalles__tarjeta img{*/
/*        width: 40%;*/
/*    }*/
/*}*/
@media only screen and (max-width: 992px){
    .detalles__tarjeta-img{
        width: 70%;
        max-width: 30rem;
    }
}
.detalleCuentas__info{
    width: 100%;
    padding: 1.5rem;
    color: #67676A;
    font-size: 1.4rem;
}
.detalleCuentas__info-elemento{
    margin-bottom: 1.5rem;
}

.contenedor_tablas{
    background-color: white;
    border-radius: 1rem;
    padding-bottom: 1.5rem;
}
.titulo{
    padding: 1.5rem;
}
.titulo h2{
    font-size: 2rem;
    font-weight: 700;
    color: #67676A;
    display: block;
}
.titulo__icono{
    width: 3rem;
    height: 3rem;
    border-radius: .8rem;
    background-color: #D9E7E7;
    margin-bottom: .5rem;
}
.tablas{
    width: 100%;
}
.tablas__tabla-head{
    background-color: #67676A;
    color: white;
}
.tablas .tablas__tabla-body >tr >td {
    color: #AFAFAF;
}
.seleccionar{
    font-size: 1.6rem;
    font-weight: bold;
    color: #67676A;
    line-height: 1.3;
    padding: .5rem;
    border-radius: .8rem;
    border: 1px solid #EAEAEA;
    width: 100%;
    height: 3.5rem;
}
.seleccionar > option{
    color: #67676A;
}
.input-style{
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    width: 100%;
    color: var(--main-text-color-gray);
    height: 3.5rem;
    font-size: 1.4rem;
}
@media only screen and (max-width: 992px){
    .input-style{
        font-size: 1rem;
    }
}
.centrar{
    padding: 1rem;
    margin: 0 auto;
    text-align: center
}
#tablax {
    width: 100%!important;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    color: black !important;
    font-size: 3rem;
}

.dd-preline {
    white-space: pre-line;
    text-align: right;
}

#table_b > tr > td {
    padding: 5px;
}