@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');


body {
background: #F4F6F7;
font-family: "Poppins", Verdana, Times;
font-size: 1.1em;
font-weight: 500;
font-style: normal;
margin: 0;
}

h1, h2 {
font-family: Poppins, Verdana;
text-align: center;
}

p {
font-size: 1.3rem;
line-height: 1.6;
}

a {
color: DodgerBlue;
font-weight: bold;
text-decoration: none;
}

a:hover {
	color: OrangeRed;
}

img, video {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.menuprincipal ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	}

.menuprincipal li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}



.contenido-central {
 width: 98%;
 padding: 20px 20px 20px 20px;
 border: 3px solid #dddddd;
 margin: 30px auto 0 auto;
}

.articuloestilo {
	background: antiquewhite;
	padding: 12px 8px;
}

.articulodescripcion {
	background: white;
	padding: 12px 8px;
}


.fechablog {
	color: blueviolet;
	font-size: 16px;
}

.deporteaventura {
 font-size: 1.4em;
 color: darkolivegreen;

}

.deporteaventura  a {
	color: darkolivegreen;

}

.leermas {
	color: blueviolet;
}

.categoriablog {
	color: salmon;
}

.tagblog {
	color: darkgoldenrod
}

.listaaventura {
	font-size: 1.4em;
	color: darkolivegreen;
}

.listaaventura a {
	color: darkolivegreen;
}


div.gallery {
    border: 1px solid #ccc;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
	font-size: 1.2em;
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .ladoinferior {
    background-color: sandybrown;
    height: 140px;
    padding-top: 15px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .menu-inferior ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
  }

  .menu-inferior li {
    list-style: none;
     margin: 0 8px;
    font-size: 1.6rem;
  }
   
  .menu-inferior li a {
    color: slateblue;
  }