body {
	font-family: 'Raleway', sans-serif;
	padding-top: 102px;
	font-size: 16px;
}

.light-blue {
	color: #A7D1F0;
}
.violet {
	color: #8865A3;
}
.pink {
	color: #E8486D;
}
.orange {
	color: #F7943E;
}
.green {
	color: #79BC89;
}
.yellow {
	color: #F7C72F;
}
.white {
	color: #fff;
}
.blue {
	color: #313D71;
}
.bg-violet {
	background: #8865A3;
}
.bg-blue {
	background: #313D71;
}
.bg-light-blue {
	background: #A7D1F0;
}
.bg-violet {
	background: #8865A3;
}
.bg-pink {
	background: #E8486D;
}
.bg-orange {
	background: #F7943E;
}
.bg-green {
	background: #79BC89;
}
.bg-grey {
	background: #414142;
}

.btn {
	text-transform: uppercase;
	font-size: 15px;
	border: 1px solid #313D71;
	color: #313D71;
	padding: 5px 15px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	text-decoration: none;
	color: #E8486D;
	border: 1px solid #E8486D;
}

.box {
	padding: 24px;
	margin-bottom: 24px;
}

.box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.deco {
	width: 32px;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 24px 0;
}

.deco.deco-yellow {
	border-bottom: 1px solid #F7C72F;
}

.bt {
	border-top: 1px solid #939190;
	padding-top: 24px;
}

.bb {
	border-bottom: 1px solid #939190;
	padding-bottom: 24px;
}

.navbar-brand {
	padding: 22px 12px;
}

#inicio {
	background: #1E2347;
	padding: 62px 0;
}

#inicio h1 {
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}

#inicio h2 {
	font-size: 22px;
}

#inicio h2 span {
	font-weight: normal;
	font-size: 60px;
	display: block;
}

#inicio h3 {
	font-size: 16px;
}

#inicio .sponsor {
	float: left;
	margin-top: 72px;
}

#inicio .sponsor.br {
	border-right: 1px solid #fff;
	padding-right: 18px;
	margin-right: 18px;
}

#inicio .sponsor span {
	font-size: 8px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

#la-red {
	padding: 62px 0;
}
#la-red h2, #la-red p {
	color: #313D71;
}

#la-red h2 {
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0;
}

#la-red p {
	line-height: 1.5;
}

#la-red .logos {
	text-align: center;
}

#la-red .logos img {
	margin-bottom: 50px;
}

#la-red .btn {
	margin-right: 15px;
	margin-bottom: 15px;
}

#el-encuentro .intro {
	text-align: center;
	color: #fff;
	padding: 48px 0;
}

#el-encuentro .intro h2 {
	font-size: 25px;
	line-height: 1.4;
	font-weight: 400;
}

#el-encuentro .intro h2 strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

#el-encuentro .bg-blue {
	padding: 54px 0;
}

#el-encuentro h3 {
	font-size: 25px;
	line-height: 1.4;
	color: #fff;
}

#el-encuentro p {
	color: #fff;
	line-height: 1.5;
}

#el-encuentro .bg-light-blue p {
	color: #313D71;
}

#cronograma {
	background: #f4f1ef;
	padding: 62px 0;
}

.cronograma {
	color: #313D71;
	font-size: 14px;
}

.cronograma p {
	margin-top: 0;
	margin-bottom: 24px;
}

.cronograma .txt-sm {
	font-size: 12px;
}

.cronograma ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 15px;
}

.cronograma ul li {
	margin-bottom: 12px;
}

.cronograma .bg-grey {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 900;
	margin-bottom: 24px;
}

.cronograma h2 {
	font-size: 25px;
	line-height: 1.4;
	margin-top: 0;
}

.cronograma h3 {
	font-size: 25px;
	line-height: 1.4;
	color: #8865A3;
}

footer {
	border-top: 2px solid #dddbd9;
	padding-top: 24px;
	padding-bottom: 12px;
}

footer p {
	font-size: 12px;
	line-height: 1.4;
	color: #313D71;
}
footer .back-to-top {
	font-size: 18px;
	color: #313D71;
}
footer .back-to-top:hover {
	text-decoration: none;
	color: #E8486D;
}
footer .back-to-top:focus {
	color: #313D71;
	text-decoration: none;
}
.modal-backdrop {
	background-color: #fff;
}
.modal-backdrop.in {
	opacity: 0.8;
    filter: alpha(opacity=0.8);
}
.modal-content {
	border-radius: 0px;
	border: none;
}
.modal-dialog button.close {
	background: none;
    border: none;
    position: absolute;
    z-index: 2;
    right: -44px;
}
.modal-dialog button.close:focus {
	outline: none;
}
.modal-dialog button.close.visible-xs-block {
	right: 10px;
    top: 10px;
}    
#antecedentes .modal-content {
	background-color: #313D71;
}
#proyecto .modal-content {
	background-color: #79BC89;
}
.modal-header {
	padding: 72px 72px 0;
}
.modal-title {
	font-size: 25px;
	color: #fff;
}
.modal-body {
	padding: 0 72px 72px;
}
.modal-body p, .modal-body ul {
	color: #fff;
	line-height: 1.5;
}
.modal-body ul {
	padding-left: 24px;
}
.modal-body ul li {
	margin-bottom: 12px;
}

@media (max-width:767px) {
	#inicio {
		text-align: center;
	}
	#inicio h2 {
		clear: both;
	}
	#inicio .sponsor {
		float: none;
		width: 100%;
		margin-top: 24px;
	}
	#inicio .sponsor.br {
		border: none;
		padding-right: 0;
		margin-right: 0;
	}
	#la-red .btn {
		display: block;
		margin-right: 0;
	}
	#la-red .logos {
		text-align: left;
		margin-top: 48px;
	}
	#la-red .logos img {
		margin-bottom: 24px;
		margin-left: 12px;
		margin-right: 12px;
	}
	.modal-header {
		padding: 48px 24px 0;
	}
	.modal-body {
		padding: 0 24px 24px;
	}
	.bt {
		border: none;
	}
	.bt.time {
		border-top: 1px solid #939190;
	}
}