.i_titulo {
	text-align: center;
	font-family: "OpenSans-Regular";
}

.i_titulo span {
	font-family: "OpenSans-Bold";
	color: #0d4980;
}

.intro p {
	text-align: justify;
    font-size: 20px;
}

.intro span {
	font-family: "OpenSans-Bold";
	color: #0d4980;
}

.n_titulo {
	text-align: center;
	font-family: "OpenSans-Regular";
	margin-top: 5%;
}

.n_barra {
	margin: 0 auto;
	width: 255px;
	height: 3px;
	background-color: #0d4980;
}

.niveles p {
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 20px;
}

.sect{
	padding: 2em;
	display: block;
}



/*figure{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 30px 1%;
	width: 94%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
}

figcaption{
	padding: 2em;
	color: #fff;
	font-size: 15pt;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.effect-apollo{
	width: 100%;
}*/

.alert-box1 {

    color: #0d4980;;
    border-color: #0d4980;

}


.grid {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 300px;
	max-width: 480px;
	max-height: 360px;
	width: 31%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.h2-niveles {
	font-size: 25px;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	/*background: #9e5406;*/
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media screen and (max-width:1000px) {
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 48%;
	}
}
@media screen and (max-width: 40em) {
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}


.hover12 figure {
	width: 80%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 5px;
}
.hover12 figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Opacity #2 */
.hover12 figure {
	background: #0d4980;
}
.hover12 figure img {
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
@media screen and (max-width: 480px) {
	.i_titulo {
		font-size: 26px;
	}

}