h3 {
	color: #7F3F97;
}

.container-fluid {
	padding: 0 0 0 0 !important;
}

.btn-principal {
	background-color: #7F3F97;
	border: 1px solid #7F3F97;
	width: 100%;
}

button.btn-principal:hover {
	background-color: #4E2066 !important;
	border: 1px solid #4E2066;
}

/*-------------------------------
      header
-------------------------------*/
.header {
	background: #fff;
	color: #fff;
	padding: 0px 0;
}

.header h1 {
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	margin-top: 50px;
	color: #fff;
}

.header h2 {
	font-size: 1.6em;
	margin: 0;
	color: #fff;
}

.header .logo-left {
	margin-right: 30px;
	float: left;
}

.header .logo-right {
	float: right;
	margin-top: 20px;
}

.bg-banner {
	color: #fff;
	text-align: left;
	background-image: url("../images/bg-efpa.jpg");
	background-color: #cccccc;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-banner .text-banner {
	padding-top: 100px;
}

.bg-banner h3 {
	color: #fff;
	text-align: left;
	margin-top: -10px;
}

/*-------------------------------
      nav
-------------------------------*/
.menu {
	background: #7F3F97;
	color: #fff;
	padding-bottom: 5px;
	margin: 40px 0px 0px 0px;
}

.nav-link {
	color: #fff;
}

.nav-link:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/*-------------------------------
      cuerpo index
-------------------------------*/
.contenedor-text {
	padding: 40px;
	background-color: #f2f2f2 !important;
	border: 1px solid #ddd;
	border-radius: 20px;
	text-align: left !important;
	font-size: 16px;
}

.contenedor-text-border {
	padding: 40px;
	background-color: #ffff;
	border-radius: 20px;
	text-align: justify;
}

/*--------------------------------------------
footer
----------------------------------------------*/
body.sticky-footer {
	margin-bottom: 126px;
}

body.sticky-footer .content-wrapper {
	min-height: calc(100vh - 126px - 126px);
}

body.sticky-footer {
	margin-bottom: 160px;
}

footer.sticky-footer {
	right: 0;
	margin-top: 50px;
	width: 100%;
	height: 150px;
	background-color: #7F3F97;
	padding: 15px 0;
	position: relative;
}

footer.sticky-footer .list-unstyled {
	margin-bottom: 0.1rem;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: right;
}

ul.list-inline-item {
	float: right;
	margin-top: 5px;
}

.btn-social {
	display: inline-block;
	background: #4E2066;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 1.9rem;
	color: #fff;
	font-size: 0.8rem;
	padding-top: 7px;
}

.btn-social:hover {
	color: #fff;
	background-color: #60774D;
}

@media (max-width: 768px) {
	.logo-footer {
		max-width: 130px !important;
		margin-bottom: 10px;
	}

	.contenedor-text {
		width: 90%;
		text-align: center;
		margin-left: 5%;
	}

	.contenedor-text-border {
		margin: 15px;
		margin-top: 20px;
		padding-bottom: 5px;
	}
}

@media (min-width: 992px) {
	footer.sticky-footer {
		width: calc(100% - 250px);
	}
}

@media (min-width: 992px) {
	body.sidenav-toggled footer.sticky-footer {
		width: calc(100% - 55px);
	}
}