@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, Times;
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: 90%;
	padding: 20px 20px 20px 20px;
	border: 3px solid #dddddd;
	margin: 30px auto 0 auto;
}

.articuloestilo {
	background: antiquewhite;
	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;
}

.explore-button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.explore-button:hover {
    background-color: #003d82;
}


.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;
  }