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

h3 {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 35px;
	line-height: 42px;
}

h6 {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

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

.form-group label {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 16px;
	line-height: 19px;
}

.form-control {
	border: 1px solid #979797;
	border-radius: 2px;
	padding: 13px 15px 12px 15px;
	/* color: #B9B9B9; */
	font-family: 'Aganè';
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	height: 35px;
}

.btn-pill-yellow {
	height: 31px;
	width: 220px;
	background-color: var(--primaryColor);
	border-radius: 15.5px;
	margin: 0;
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
}

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

.map {
	width: 100%;
	height: calc(100% - 62px);
	border: 0;
	background-color: #F2F2F2;
}

p.label {
	color: #000000;
	font-family: 'Aganè';
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}

h6.information {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 19.8px;
	font-weight: bold;
	line-height: 24px;
}

h3.integrate {
	color: #252525;
	font-family: 'Aganè';
	font-size: 30px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
}

p.integrate {
	color: #252525;
	font-family: 'Aganè';
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 65px;
}

.estado-svg {
	fill: #B8B8B8;
}

#michoacan:hover, #jalisco:hover {
	fill: #252525;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B9B9B9;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B9B9B9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B9B9B9;
}