// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.text-justify {
	text-align:justify !important;
}

h1, h2, h3, h4, h5 {
	font-weight: 800 !important;
}

body {
	font-family: "Montserrat", sans-serif;
}

.nav-pills .nav-link.active {
	background: none !important;
}
.nav-link {
	color: #f46c22;
}
li.nav-item {
	padding: 0px 10px;
}
.w-35 {
	width: 35% !important;
}

.marino {
	color: #182957;
}
.borde-marino {
	border-bottom-color: #182957;
}
.naranja {
	color: #f46c22;
}

.recuadro-servicios {
	background: #e7e8ea;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.bg-gris {
	background-color: #e7e8ea;
}
.bg-marino {
	background-color: #182957;
}
.bg-naranja {
	background-color: #f46c22;
}

.estacion-codigo {
	color: #f46c22;
	padding-top: 8px;
	border-top: solid 1px #f46c22;
}
.estacion-mail {
	color: #00205c;
	font-weight: bold;
	padding-top: 8px;
	border-top: solid 1px #f46c22;
}

.li-my3 li {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}

.li-my3 li li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

footer .nav-link {
	color: #fff !important;
}
footer .nav-link.active {
	color: #f46c22 !important;
}