
section#protocolo{
	width: 100%;
	height: auto;
    border: 1px solid #232D36;
	background: rgba(35,45,54,1.00);
	}


section#protocolo .contenedor{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:100px;
	margin-top:100px;
	border: 0px solid red;
	}
	
div#tituloprotocolo{
	width: 100%;
	height: auto;
	border: 0px solid #d8df25;
	margin-bottom:90px;	
	justify-content: center;

	}



#tituloprotocolouno{
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color:  #fff;
	font-size:3em;
	margin-bottom: 10px;
	}

#tituloprotocolodos{
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #d91b5b;
	font-size:1.7em;
	margin-bottom: 10px;
	}
	
div#tituloprotocolo hr{
	margin-bottom:0px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}

	
	
	
	
	
	
	
	
	
div#paso1{
	line-height: 23px;
	width: 200px;
	height: 350px; 
	margin:7px;
	border: 0px solid red;
	text-align:center;
	cursor:pointer;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 30px;
	color: rgba(255,255,255,0.00);
	transition: color, 0.4s;
	-webkit-transition: color, 0.4s;
	-moz-transition: color, 0.4s;
	-ms-transition: color, 0.4s;
	-o-transition: color, 0.4s;
}
div#paso1:hover{
color:rgba(255,255,255,1.00);
}

div#paso1 img{
	width: 130px;
	height: 130px;
	align-content:center;
	border: 2px solid #99d508;
	padding: 20px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
	-ms-border-radius: 80%;
	-o-border-radius: 80%;
	
}

div#paso1 img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}



	
div#paso2{
	line-height: 23px;
	width: 200px;
	height: 350px; 
	margin:7px;
	border: 0px solid red;
	text-align:center;
	cursor:pointer;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 30px;
	color:rgba(255,255,255,0.00);
	transition: color, 0.4s;
	-webkit-transition: color, 0.4s;
	-moz-transition: color, 0.4s;
	-ms-transition: color, 0.4s;
	-o-transition: color, 0.4s;
}

div#paso2:hover{
color:rgba(255,255,255,1.00);
}

div#paso2 img{
	width: 130px;
	height: 130px;
	align-content:center;
	border: 2px solid #d91b5b;
	padding: 20px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
	-ms-border-radius: 80%;
	-o-border-radius: 80%;
	
}

div#paso2 img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}


div#paso3{
	line-height: 23px;
	width: 200px;
	height: 350px; 
	margin:7px;
	border: 0px solid red;
	text-align:center;
	cursor:pointer;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 30px;
	color:rgba(255,255,255,0.00);
	transition: color, 0.4s;
	-webkit-transition: color, 0.4s;
	-moz-transition: color, 0.4s;
	-ms-transition: color, 0.4s;
	-o-transition: color, 0.4s;
}
div#paso3:hover{
color:rgba(255,255,255,1.00);
}

div#paso3 img{
	width: 130px;
	height: 130px;
	align-content:center;
	border: 2px solid #35b2ff;
	padding: 20px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
	-ms-border-radius: 80%;
	-o-border-radius: 80%;
	
}

div#paso3 img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}


div#paso4{
	line-height: 23px;
	width: 200px;
	height: 350px; 
	margin:7px;
	border: 0px solid red;
	text-align:center;
	cursor:pointer;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 30px;
	color:rgba(255,255,255,0.00);
	transition: color, 0.4s;
	-webkit-transition: color, 0.4s;
	-moz-transition: color, 0.4s;
	-ms-transition: color, 0.4s;
	-o-transition: color, 0.4s;
}
div#paso4:hover{
color:rgba(255,255,255,1.00);
}

div#paso4 img{
	width: 130px;
	height: 130px;
	align-content:center;
	border: 2px solid #fff;
	padding: 20px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
	-ms-border-radius: 80%;
	-o-border-radius: 80%;
	
}

div#paso4 img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}
	

div#paso5{
	
	line-height: 23px;
	width: 200px;
	height: 350px; 
	margin:7px;
	border: 0px solid red;
	text-align:center;
	cursor:pointer;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 30px;
	color:rgba(255,255,255,0.00);
	transition: color, 0.4s;
	-webkit-transition: color, 0.4s;
	-moz-transition: color, 0.4s;
	-ms-transition: color, 0.4s;
	-o-transition: color, 0.4s;
}
div#paso5:hover{
color:rgba(255,255,255,1.00);
}
	

div#paso5 img{
	width: 130px;
	height: 130px;
	align-content:center;
	border: 2px solid #d9e026;
	padding: 20px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
	border-radius: 80%;
	-webkit-border-radius: 80%;
	-moz-border-radius: 80%;
	-ms-border-radius: 80%;
	-o-border-radius: 80%;
	
}

div#paso5 img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}


.paso{
	margin-bottom:20px;
	margin-top:20px;
	color:#fff;
	}
