@media (width <767px) {

/* LOGIN */
.contianer-home .d-flex.align-items-center.justify-content-between img{
width: 100px !important;
}
.titulo-home{
font-size: 20px;
}
.titulo-login{
font-size: 35px;

}
header .titulo-header{
    font-size: 12px;

         margin-left: 10px !important;
}
.text-secondary.d-flex.align-items-end.fs-6,
.text-secondary.text-end.fw-bold.fs-5{
    font-size: 12px !important; 

}
.contenedor-general{
    padding: 0;
}
.body_move {
    margin-left: 30px;
  }
.menu__side_move{
    width: 58px;
    left: -11px;
}

/*  */
.franja-paginas * {
   
    font-size: 12px;
}

.franja-paginas .justify-content-between{
    flex-direction: column !important;
    gap: 5px !important;
}

.btn.btn-block.btn-azul{
    margin-bottom: 10px;
}

.btn.w-100.btn-azul{
    margin-bottom: 10px;
    margin-top: 10px;

}
.content-table *{
    font-size: 12px !important;

}
.pagination{
    padding-left: 145px;
}
.page-link{
    font-size: 10px;
}

.col-3, .col-2{
    width: 100% !important;
}
.d-flex.justify-content-between.align-items-center *{
    font-size: 10px;

}
.d-flex.justify-content-start.mt-2.gap-2.align-items-center{
    flex-direction: column;
}
  .btn-tab{
    width: 294px;
}
.btn-tab.active::before{
    height: 585%;
}
/* .btn-consolidado{
    width: 50%;
} */
/* footer */
footer p{
    font-size: 9px;
}
}