html,
body{
	height: 100%;
	background-color: gainsboro;
	overflow-y: auto;
}

body{
	font-family: 'Roboto', sans-serif;
}

img {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.g-recaptcha > div:first-of-type {
	margin: 0 auto;
}

.div-signin {
	display: flex;
	align-items: center;
	padding: 20px;
	max-width: 600px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000051;
	color: #FFF;
	text-align: center;
}

.abio-text {
	color: #FFF;
}

.abio-btn{
	background-color: #0CBA84;
	color: #FFF;
	border-radius: 1rem;
}

/* Social Bar */
.social-bar{
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook{
	background: #2E406E;
	border-radius: 1rem 0 0 0;
}

.icon-twitter{
	background: #339DC5;
	border-radius: 0 0 0 1rem;
}

.icon-instagram{
	background: #E1306C;
}

.icon:hover{
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
	text-decoration: none;
	color: white;
}

/* Fin Social Bar */

.huge {
	font-size: 40px;
	line-height: normal;
}

.badge-mybinc {
  min-width:100px !important;
  display: inline-block !important
}

.badge-mybinc {
  min-width:100px !important;
  display: inline-block !important
}

.page-mybinc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-user {
  float: left;
  border-radius: 50%;
  height: 40px;
  padding: 1px 1px;
  margin-top: 5px;
}

.img-user-left {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  padding: 1px 1px;
  margin-top: 0px;
}

/* Boton flotante para pago */
.footer-fad{
  position: fixed;
  width: 100%;
  height: auto;
  right: 0px;
  left: 0px;
  bottom: 5px;
  z-index: 1000;
}

.footer-fad div {
  position: relative; 
  height: auto;
}

.footer-fad .btn {
  bottom: 0;
  display: block;
  margin-bottom: 4px;
  width: auto;
  height: 20px;
}

.footer-fad .btn-primary {
  width: 100%; 
  height: 50px;
  z-index: 999;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px
}

.table-col-div {
	padding-left: 1px;
	padding-right: 1px;
}

/* fin */

.img-listgroup {
  float: left;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 1px 1px;
  margin-top: 5px;
}

/* NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
 	color: #FFFFFF; /* Blanco */
 }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active {
    color: #0038A9; /* Azul oscuro */
    background-color: #FFFFFF; /* Blanco */
    border-radius: 0.25rem; /* Bordes redondeados para el hover/active */
}

/* NAVBAR LIGHT - SECOND*/
.navbar-light .navbar-nav .nav-item {
 	color: #FFFFFF; /* Blanco */
 }

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item:active {
    color: #0038A9; /* Azul oscuro */
    background-color: #FFFFFF; /* Blanco */
    border-radius: 0.25rem; /* Bordes redondeados para el hover/active */
}

/* Estilo para los enlaces deshabilitados */
.nav-link.disabled {
	color: #6c757d !important;
	cursor: not-allowed !important;
}

.nav-item.disabled {
	color: #6c757d !important;
	cursor: not-allowed !important;
}

/* Estilo para el ícono de WhatsApp */
.fa-whatsapp {
    color: #FFFFFF; /* Blanco */
    background-color: #25d366; /* Verde de WhatsApp */
    border-radius: 50%;
    padding: 0.25rem;
}
.fa-whatsapp.disabled {
    color: #b0bec5;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

/* Modal xxl */
.modal-xxl {
	max-width: 90% !important;
}

/* Estilo del Logo */
.navbar-brand img {
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  padding: 1px;
  border: 0px solid #eee;
  max-height: 39px;
  max-width: 143px;
}
