﻿
/*=====================================================================================================
	Botones
=======================================================================================================*/

.btn-round {
	border-radius: 50%;
	border: none !important;
	color: #9a9a9a !important;
	background: #2189e6 !important;
	color: #e6e6e6 !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}


	.btn-round:hover {
		background: #2189e6d9 !important;
		color: #e6e6e6 !important;
	}

	.btn-round:active {
		border: none !important;
		box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	}

