@font-face {
    font-family: "Museo Sans 500";
    src: url("../fonts/MuseoSans_500.otf");
}
@font-face {
    font-family: "Museo Sans 900";
    src: url("../fonts/MuseoSans_900.otf");
}

body {
	font-family: "Museo Sans 500";
	font-size:16px;
}

footer {
	color:white;
}
h1 {
	padding: 40px 0;
}
h1 span {
	font-family: "Museo Sans 900";
}

.orange {
	color: #f6931e;
}

.gray {
	color: #798691 !important;
}

.green {
	color: #8cc63d !important
}

.box-active {
	border: 2px solid orange !important;
	padding:20px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.box-forms{
	height: 296px;
	text-align:center;
	font-size:40px
}

.btn-blue {
	background-color: #086db6 !important;
	border-color: #086db6 !important;
	color: white;
}

.bg-blue {
	background-color: #163277 !important;
}

.bg-medium-blue {
	background-color: #096cb4 !important;
}

.bg-light-blue {
	background-color: #29abe2 !important;
}

.card {
	transition: 0.5s ease-in-out;
	border: 1px solid transparent;
}

.card:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.card-body h3 {
	font-size: 25px;
}
.card-body h3 a {
    color: #666;
	font-size:25px;
	text-decoration: none;
}

.fs-12 {
	font-size: 1.2em;
}

.fs-15 {
	font-size: 1.5em;
}

.fs-9 {
	font-size: .9em;
}

.fa-address-card {
	font-size: 3.5em;
}

.fa-user-edit {
	margin: .5em auto 0;
}

.fa-4x {
	font-size: 4em;
}

.icon svg {
	filter: invert(52%) sepia(17%) saturate(267%) hue-rotate(167deg) brightness(96%) contrast(88%);
}

.icon.active svg {
	filter: invert(81%) sepia(41%) saturate(5433%) hue-rotate(344deg) brightness(98%) contrast(97%);
}

.box-info-confirm {
	background-color: #fcfcfd;
    padding: 20px;
    border-radius: 8px;
    border-color: #e9ecef;
    color: #495057;
}
.form-text{
	margin:1em auto;
	font-size: .875em;
	color: #055160 !important;
	background-color: #cff4fc;
	padding: 10px;
	border-radius: 8px;
}
.form-check-input{
	margin-top: 54px;
}
.footer-line-bar {
	height: 7px;
	background: linear-gradient(to right, #006fb3 0%, #006fb3 50%, #fe6565 50%, #fe6565 100%);
}

.line {
	background-color: #086db6 !important;
	height: 2px;
}

.organizacion {
	width: 65%
}

.step-content {
	display: none;
	transition: 0.5s ease-in-out;
}

.screen-reader-response p {
	margin: 1em auto;
	border-color:#a3cfbb !important;
	color:#589d7d !important;
	padding: 1em;
	border-radius:16px;
	text-align: center;
	font-size:30px;
}

.text-blue {
	color: #086db6 !important;
}
.text-red {
	color:#ff0606 !important;
}
.text-off {
	color: #7a8691 !important;
}

.text-green {
	color: #00a99d !important;
}

.text-light-blue {
	color: #29abe2 !important;
}

nav ul li a {
	color:#666 !important;
}

.main-banner {
	height: 230px;
    background-color: #eff3fa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;	
}

.fs-09 {
	font-size: .9em;
}

.w80 {
	width: 80px;
	margin: 0 auto;
}

.award {
	width: 180px;
}

.award img {
	width:  100%;
}

.what-is h1,
.what-is h2,{
	font-family: "Museo Sans 900";
}

@media (max-width: 575.98px) {
	.award {
		margin: 20px auto 0;
		width: 100px;
	}

	.main-info .title {
		font-size: 1.9rem;
	}
}