.bg-medicca{
	background-color: #050D31 !important;
}
.floating-buttons {
	position: fixed;
	bottom: 20px; /* Ajusta la distancia desde la parte inferior */
	left: 20px; /* Ajusta la distancia desde la izquierda */
	display: flex;
	flex-direction: row; /* Los botones se muestran en línea horizontal */
	gap: 10px; /* Espacio entre los botones */
}

.floating-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0074cc; /* Color de fondo para los botones */
	color: #fff; /* Color del texto/iconos */
	font-size: 20px;
	cursor: pointer;
}

.floating-button:hover {
	background-color: #0056a7; /* Cambia el color de fondo al pasar el cursor */
}

.text-justify{
	text-align: justify !important;
}

.bg-soft-boran{
	background: rgba(5, 13, 49, 0.5);
}

.text-boran-black{
	color: #4C4C4C !important;
}


.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}