.home-bk {
}

.home .intro-title {
	color: black;
    padding: 0px;
	margin-top: -62px;
	
    opacity: 1;
}
.home .intro-sections {
    background-color: rgb(238,238,238);
    padding: 20px;
    margin-bottom: 10px;
    opacity: 0.9;
    color: #333;
}
.home .intro-sections i {
	color: white;
}
.home .tramites h2 {
	text-shadow: 1px 2px 3px #666;
}
.home .tramites .nav-pills li.active a {
	background-color: #C2002F;
	color: white;
	border: 1px solid #C2002F;
}

.home .tramites .nav-pills li.active a span.badge {
	background-color: #C2002F;
	color: white;
}

.home .tramites .nav-pills li a {
	background-color: white;
	color: black;
    opacity: 0.9;
    margin-right: 2px;
    border: 1px solid #C2002F;
}

.navbar-default .collapse .navbar-collapse {
	box-shadow: 0px 3px 4px #C2002F;
}

.home .intro {
}

.home .content {
	background-color: white;
	padding: 15px;
	min-height: 400px;
}

@media only screen and (max-width: 730px) {
	.home-bk {
	  background: none;
	}
	#titulo {

	}
}