@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

body {
	background-color: #fff;
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}

h1 {
	color: white;
	font-size: 1.5em;
	text-align: center;
}


a  {
	color: #0bb634;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Gold;
}

img, video {
	max-width: 100%;
	border-radius: 10px;
}
.superior {
	background: #FE0404;
	padding-bottom: 20px;
}

.logito {
	border-radius: 50%;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #0066b2;
  color: #fff;
   flex-flow: wrap;
}



nav {
	padding: 20px 0;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;

}

nav li {
  margin-right: 12px;
  list-style-type: none;
  margin-bottom: 12px;
}

nav a {
  color: #fff;
  text-decoration: none;
}


.secciono1 {
  background: #F4F6F7;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}

.titulo {
	background: #FE0404;
	height: 50px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 20px;
	width:98.5%;
	border-radius: 30px;

}


.cajachicas{
  max-width: 250px;
  padding: 2px;
}

.cajachicas a {
	color: DodgerBlue;
	font-weight: bold;
	text-decoration: none;
}

.cajachicas a:hover {
	color: DeepPink;
}

.modelofan {
	text-align: center;
	color: orchid;
	font-size: 1.1em;
}

.fansocial ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}


.fansocial li {
 list-style: none;
 margin: 0 8px;
 font-size: 1.3rem;
}

.ladoinferior {
	background-color: #FE0404;
	height: 176px;
	padding-top: 15px;
	text-align: center;
	float: left;
	width: 100%;
}



.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;
}



.partedeaz a:hover {
	color: mediumvioletred;
	
}


.vedet {
	color: Blue;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
}



