@charset "utf-8";
#contenedor {
	background: rgb(216,0,111);
	background: linear-gradient(0deg, rgba(216,0,111,1) 0%, rgba(0,0,0,1) 90%);
}
#blog {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top: 2em;
}
.articulo {
	width:100%;
	max-width:28%;
	min-height:550px;
	float:left;
	margin:2.5% 2.5% 2.5% 2.5%;
	border-bottom:1px solid #FFF;
	position:relative;
}
#blog.imagen {
	width:28%;
}
#blog img {
  object-fit: cover;
  width:100%;
  height:100%;
}
#blog h3 {
	text-align:center;
	font-size:2.2em;
	color:#FFF;
	width:100%;
}
#blog h4 {
	margin:1em 0 1em 0;
	text-align:center;
	font-size:2em;
	color:#FFF;
	width:100%;
}	
#blog p {
	text-align:justify;
	font-size:1.2em;
	color:#FFF;
	margin:0.2em 1em 0.2em 1em;
}
#blog a {
	font-size:1.2em;
	color:#FFF;
	padding:0.4em 0.4em 0.4em 0.4em;
	border:1.5px solid #FFF;
	float:right;
	margin: 1em 0em 1em 1em;
	text-decoration:none;
	position:absolute;
    bottom:5px;
    right:10px;
}	
#blog a:hover {
	opacity:0.7;
	text-decoration:underline;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) { 
.articulo {
	min-height:600px;
}
#blog h3 {
	font-size:1.4em;
}
#blog h4 {
	font-size:1.2em;
}
}
@media screen and (max-width:800px) {
#blog {
	padding: 3em 0 2em 0;
}
.articulo {
	overflow:hidden;
	width:95%;
	max-width:95%;
	min-height:600px;
	float:none;
	clear:left;
	display:block;
	margin:1em auto 1em auto;
}
#blog h3 {
	font-size:1.6em;
}
#blog h4 {
	font-size:1.4em;
}	

