h1 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 37.26px;
	font-weight: bold;
	line-height: 44px;
}

.sucursal {
	min-width: 220px;
	min-height: 220px;
	border: 1px solid #B9B9B9;
	padding: 19px;
	padding-bottom: 50px;
}

.sucursal h3 {
	width: 189px;
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 19.8px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}

.sucursal hr {
	margin-top: -8px;
}

.sucursal p {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.btn-pill-yellow {
	/* width: calc(100% - 44px); */
	min-width: 138px;
	height: 31px;
	background-color: var(--primaryColor);
	border-radius: 15.5px;
	position: absolute;
	bottom: 19px;;
	left: 44px;
	right: 44px;
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
}

.btn-pill-yellow:hover {
	background-color: var(--primaryDarkColor);
	color: white;
}