.form-check-input:checked {
    background-color: #23952E;
    border-color: #23952E;
}

.tabactivobuscador {
    background-color: #23952E !important;
}

.tabactivobuscador > h3 {
    color: #FFFFFF;
}


.tabinactivobuscador {
    background-color: #E3E3E3 !important;
}

.tabinactivobuscador > h3 {
    color: #626161;
}


#divComercios2 {	
	position: fixed;
	bottom: 20px;
	left: 20px;
	transition: all 300ms ease 0ms;
	z-index: 99999999;
}

.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	font-weight: normal; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #23952E; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999999999999999999999999999999999;
    text-decoration: none;
    width: 110px
}
.btn-flotante:hover {
	background-color: #23952E; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
    color: #ffffff; /* Color del texto */
}

.div-back-index {
	padding-top: 100px
}

.div-solicitar-index{
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}

	.container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.div-back-index {
		padding-top: 10px
	}

	.div-solicitar-index{
		margin-top: 3px;
	}
	
	.container-box{
		position: absolute; 
		top: 10%; 
		bottom: 10%; 
		left: 10px;
		right: 10px;
		margin: auto;
		height: fit-content; 
	}

	.link_solicitar {
		color: #FFF; 
		font-size: 18px;
		letter-spacing: 0.099em;
	}

	#map { height: 600px !important; width: 100% }

} 

#map { height: 100%; width: 100% }

.div_comercio{
	background-color: #FBF8F8; 
	border: 1px solid #D5D3D3; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	padding-bottom: 10px; 
	box-shadow: 2px 2px #B9B9B9;
}

.div_comercio:hover{
	background-color: #ececec; 
}

select.form-control {
    -webkit-appearance: menulist;
}

.link_solicitar {
	color: #FFF; 
	font-size: 18px;
	text-shadow: black 1px 1px 2px;
}

.link_solicitar:hover {
	color: #FFF;
}

.margin-box{
	margin-left: 0px !important;
	margin-right: 0px !important;
}