/* Effect 3: Slide from the bottom */
.opciones{ clear:both; width:25%; height:200px; left:37%;  position:relative; top:-200px; text-align:center}

.seguridad2{
	text-align:center;
	top:17%;
	height:95%;
	width:85%;
	right:5%;
	padding:20px;
	color: #fff;	
	z-index: 3000;
	position:absolute;
	background:rgba(0,173,238,.71);	
	border-radius:2000px 2000px 100px 100px;
	
}
.seguridad2 img{ height:87%; width:inherit}
.seguridad2 .texto { height:96%; }
.seguridad2 h3{ font-size:70px; line-height:70px; color:#FFF}
/* Effect 2: Slide from the bottom */


.recomendaciones2{
	text-align:center;
	top:17%;
	height:95%;
	width:85%;
	right:5%;
	padding:20px;
	color: #fff;	
	z-index: 3000;
	position:absolute;
	background:rgba(0,75,122,.70);	
	border-radius:2000px 2000px 100px 100px;
	
}

.recomendaciones2 .texto { height:80%; width:60%; top:4% }
.recomendaciones2 h3{ font-size:70px; margin-top:40px; color:#ffffff}
.md-effect-2 .seguridad2, .md-effect-2 .recomendaciones2{
-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-2 .seguridad2, .md-show.md-effect-2 .recomendaciones2{
	-webkit-transform: translateY(-12%);
	-moz-transform: translateY(-12%);
	-ms-transform: translateY(-12%);
	transform: translateY(-12%);
	opacity: 1;
}

.seguridad2 .md-close, .recomendaciones2 .md-close{ top:-10px; left:48%;}

.seguridad, .recomendaciones{ float:left}


ol{
	font-size: 30px;
	color: #000000;
	line-height: 12px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}

ol li{ margin-bottom:30px; padding-bottom:-10px;}
.recomendaciones2 span{
	font-size: 15px;
	line-height: 14px;
	padding-left: 0px;
	color: rgba(255,255,255,1);
	margin-top: -30px;
}