@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

/* Add a gray background color with some padding */
body {
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  background: white;
}

h2, h3{
  font-family: 'Averia Gruesa Libre', cursive;
}


h5{
	font-weight: 300;
	color: #8E8E8E;
}


.cita{
	font-size: 11px;
	justify-content: flex-end;
	margin-top: 2em;
	margin-bottom: 3em;
	text-align: right;
	margin-left: 25%;
	line-height: 20px;
}

.inicio{
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
}

.parrafo{
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
}

.mencion{
	font-size: 11px;
  line-height: 30px;
  font-weight: 300;
	justify-content: flex-end;
	margin-top: 2em;
	margin-bottom: 3em;
	margin-left: 5%;
}

.biblio{
	font-size: 10px;
	font-weight: 100;
}

.bio{
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
  font-family: 'Averia Gruesa Libre', cursive;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}



.terror {
  background: url('../img-blog/11-s.jpg') no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
  padding: 5%;

}

.selfie {
  background: url('../img-blog/selfie.jpg') no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
  padding: 5%;
 
}

.activistas {
  background: url('../img-blog/activistas.jpg') no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
  padding: 5%;
}

.memes {
  background: url('../img-blog/meme-homo.jpg') no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
  padding: 5%;
 
}

.troles {
  background: url('../img-blog/troles.jpg') no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
  padding: 5%;
}


div.firma {
width: 100px;
margin: 0 auto 0 auto;
padding: 5px;

}
div.firma img { max-width: 100%; }



div.rrss {
	display: inline-block;
	width: auto;
	
}
div.rrss img { max-width: 25%; }




/* Add a card effect for articles */
.card {
   background-color: #ffffff;
   padding: 20px;
   margin-top: 20px;
   border: black 1px solid;
}

.card-2 {
   background-color: #F1F1F1;
   padding: 20px;
   margin-top: 20px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 60px;
  text-align: center;
  color: white;
  background: black;
  margin-top: 100px;
}

.footer img{
	align-content: center;
	width: 100px;
	height: auto;
}

.firma-abajo{
	margin: 3em;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

