@charset "utf-8";
/* CSS Document */
#blog   {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	
}

#blog #fondo{
	background-color: rgba(253,135,65,1.00);
	/*background-color:rgba(255,215,158,1.00);*/
	width: 100%;
	height: auto;
	margin-top: 5px;
		padding-top: 20px;
	text-align: center;
	}

#blog .contenedor {
	display:flex;
	justify-content: center;
	/*justify-content  esto es para que se pongan en una sola linea los articulos imagenes en este caso*/
	flex-wrap: wrap;
	/*esta linea es para que cuando el contenido ya no entre en la misma linea se baje en seguida*/
	margin-top: 5px;
}




#blog .contenedor article {
	margin: 15px;
	
}



#blog #fondo .icon-graduation-cap  {
	text-align: center;
	font-size: 50px;
	color:antiquewhite;
	/*color:rgba(253,135,65,1.00);*/
	margin-top: 0px;
	padding-top: 10px;
	/*background-color: #FA9C28;*/
	
}

#blog #fondo h2  {
	
	font-size: 20px;
	color:aliceblue;
	font-family: 'Open Sans', sans-serif;
	width: 90%;
	/*color:rgba(39,39,39,1.00);*/
	/*font-family: 'Merriweather Sans', sans-serif;*/
	padding-top: 10px;
	padding-bottom: 0px;
	letter-spacing: normal;
	margin-right: auto;
	margin-left: auto;
}


#blog #fondo p  {
	text-align: center;
	font-size: 13px;
	color:aliceblue;
	font-family: 'Open Sans', sans-serif;
	
	font-weight: 500;
	margin: auto;
	margin-bottom: 0px;
	width: 95%;
	padding-bottom: 35px;
}


#blog  .icon-down-dir  {
	text-align: center;
	font-size: 60px;
	color:rgba(253,135,65,1.00);
	/*color:rgba(225,225,225,1.00);*/
	/*color:rgba(253,135,65,1.00);*/
	margin-top: -29px;
	padding-top: 0px;
	
	
}

#blog .contenedor  a  {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 310px;
	height: auto;
	
}

#blog .contenedor  a:hover  {
	
	
	
}



#blog .contenedor  img {
	width: 100%;
	/*max-width: 280px;*/
	width: 310px;
	border-radius: 0px 0px 10px 10px;
	
	
	opacity: 1.0;
}


#blog .contenedor  a img:hover  {
	/*transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);*/
	
	opacity: 0.85;
	
	
	box-shadow: inset 5px 5px 5px rgba(54,54,54,1.00);
	-webkit-box-shadow: inset 5px 5px 5px rgba(54,54,54,1.00);
	
	transition: all ease .5s;
	-moz-: transition:all ease .5s;
	-ms-: transition:all ease .5s;
	-o-: transition:all ease .5s;
	-webkit-: transition:all ease .5s;
	
	
}




#blog .contenedor  p{
	font-size: 14.5px;
	text-align: justify;
	margin: auto;
	color:rgba(39,39,39,1.00);
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	width: 100%;
	/*max-width: 280px;*/
	width: 310px;
	}

#blog .contenedor  h4 {
	text-align: center;
	font-size: 16px;
	color: #F4F4F4;
	margin-bottom: 3px;
	font-family: 'Merriweather Sans', sans-serif;
	background-color: #F99D29;
	/*max-width: 280px;*/
	height: 25px;
	padding: 2px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 310px;
}


.reed a{
	width: auto;
	height: auto;
	/*border: 2px solid rgba(193,193,193,0.50);*/
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 2px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: 'Merriweather Sans', sans-serif;
	color: rgba(39,39,39,1.00);
	font-size: 9px;
	margin-bottom: 10px;
	background-color: rgba(225,225,225,1.00);
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	}
	

.reed a:hover{
	width: auto;
	height: auto;
	/*border: 2px solid rgba(199,199,199,0.30);*/
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 2px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: 'Merriweather Sans', sans-serif;
	color:ghostwhite;
	font-size: 9px;
	margin-bottom: 10px;
	background-color: rgba(39,39,39,0.40);
	}





	
/*=============================================================
=============================================================*/




@media all and (min-width:1024px) {
	
	
	#blog   {
	margin-bottom: 0px;
	padding-bottom: 160px;
		margin-top: 0px;
}
	
	#blog .contenedor {
	display:flex;
	justify-content: center;
	/*justify-content  esto es para que se pongan en una sola linea los articulos imagenes en este caso*/
	flex-wrap: wrap;
	/*esta linea es para que cuando el contenido ya no entre en la misma linea se baje en seguida*/
	margin-top: 0px;
}
	
	
	#blog #fondo{
		background-color:rgba(252,124,47,1.00);
	/*background-color:rgba(249,94,33,0.90);*/
	width: 100%;
	height: auto;
	margin-top: 5px;
		padding-top: 20px;
		padding-bottom: 0px;
		text-align: center;
	}
	
	

#blog #fondo .icon-graduation-cap  {
	text-align: center;
	font-size: 50px;
	color: white;
	padding-top: 8px;
	margin: auto;
	margin-top: 0px;
	
}

	
#blog #fondo h2  {
	
	font-size: 23px;
	color:aliceblue;
	font-family: 'Open Sans', sans-serif;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	letter-spacing: normal;
	font-weight: 600;
}


#blog #fondo p  {
	text-align: center;
	font-size: 16px;
	color:aliceblue;
	font-family: 'Open Sans', sans-serif;
	margin: auto;
	margin-bottom: 0px;
	width: 50%;
	font-weight: 200;
}
	
	
		#blog  .icon-down-dir  {
	text-align: center;
	font-size: 60px;
	color:rgba(252,124,47,1.00);
	/*color:rgba(225,225,225,1.00);*/
	/*color:rgba(253,135,65,1.00);*/
	margin-top: -30px;
	padding-top: 0px;
			z-index: 10005;
	
	
}

	
	
	
	#blog .contenedor  p{
	font-size: 14px;
	text-align: justify;
	margin: auto;
	color:rgba(39,39,39,1.00);
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	width: 100%;
	max-width: 310px;
	
	}
	
	#blog .contenedor  h4 {
	text-align: center;
	font-size: 16px;
	color: #F4F4F4;
	margin-bottom: 2px;
	font-family: 'Merriweather Sans', sans-serif;
	background-color: #F99D29;
	max-width: 310px;
	height: 30px;
	padding: 7px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
	
	}


/*========================================================
========================================================
========================================================*/



@media all and (min-width:1240px) {
	
/*/*#blog #fondo{
	background-color:rgba(255,215,158,1.00);
	width: 100%;
	height: auto;
	
	}
	
	

#blog #fondo .icon-lightbulb  {
	text-align: center;
	font-size: 60px;
	color: rgba(253,135,65,1.00);
	padding-top: 15px;
	margin: auto;
	margin-top: -20px;
	
}

	
	
#blog #fondo h2  {
	text-align: center;
	font-size: 23px;
	color:rgba(39,39,39,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
}


#blog #fondo p  {
	text-align: center;
	font-size: 16px;
	color:rgba(39,39,39,1.00);
	font-family: 'Open Sans', sans-serif;
	margin: auto;
	margin-bottom: 30px;
	width: 55%;
}
	
	
		#blog  .icon-down-dir  {
	text-align: center;
	font-size: 60px;
	color:rgba(255,215,158,1.00);
	
	margin-top: -59px;
	padding-top: 0px;
	
	
}*/
	
	
	
}


@media all and (min-width:1366px) {
	
	
	/*/*#blog #fondo .icon-lightbulb  {
	text-align: center;
	font-size: 60px;
	color: rgba(253,135,65,1.00);
	padding-top: 555px;
	margin: auto;
	margin-top: 150px;
	
}

	
#blog #fondo h2  {
	text-align: center;
	font-size: 23px;
	color:rgba(39,39,39,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
}


#blog #fondo p  {
	text-align: center;
	font-size: 16px;
	color:rgba(39,39,39,1.00);
	font-family: 'Open Sans', sans-serif;
	margin: auto;
	margin-bottom: 30px;
	width: 55%;
}
	
	
	
		#blog  .icon-down-dir  {
	text-align: center;
	font-size: 60px;
	color:rgba(255,215,158,1.00);
	
	margin-top: -59px;
	padding-top: 0px;
	
	
}*/
	
	
	
	
}




	