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

header {
  background-color: coral;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}


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


h1 {
	font-size: 2em;
	color: red;
	text-align: center;
}


.banner {
	font-size: 3.5rem;
	color: red;
	background-color: antiquewhite;
	padding: 25px 25px 10px 25px ;
	border-radius: 15px;
	text-align: center;
}

h4 {
	font-size: 1.2rem;
}


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

.colocacion {
  text-align: center;

  }

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

a:hover {
	color: OrangeRed;
}



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


nav {
	margin: 0 10px 0 0;
	padding: 10px 0 10px 0;
}

nav ul {
  display: flex;
  list-style: none;
}

nav li {
  margin-right: 12px;
}




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

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

.logo-1, .logo-2 {
	margin: 30px;
}




.contenido-central {
 width: 80%;
 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;
}



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

.menu-inferior {
	text-align: center;
	margin: 4px;
}


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

.menu-inferior li {
    list-style: none;
     margin: 0 4px;

  }

.menu-inferior li a {
    color: slateblue;
  }


.partedeaz {

}


.partedeaz ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}


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



.logito {
	border-radius: 50%;
}

.vedet {
	color: Blue;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
}

.vedet a {
    color: #F50A40;
}

.vedet a:hover {
	color: palevioletred;
	
}


