@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

/* Reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




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: #FF6C2C;
	padding-bottom: 20px;
}

.logito {
	border-radius: 50%;
}

.arriba {
	padding: 10px 25px;
}



.secciono1 {
  background: #F4F6F7;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}

.titulo {
	background: #FF6C2C;
	height: 50px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 20px;
	width:98.5%;
	border-radius: 30px;

}


.cajachicas{
  max-width: 230px;
  padding: 6px;
  margin: 0 14px;
  text-align: center;
}

.cajachicas a {
	color: #0bb634;
	font-weight: bold;
	text-decoration: none;
}

.cajachicas a:hover {
	color: DeepPink;
}

.modelofan {
	text-align: center;
	color:#0bb634 ;
	font-size: 1.1em;
}

.fansocial ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}


.fansocial li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

.ladoinferior {
	background-color: #FF6C2C;
	height: 200px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
	float: left;
	width: 100%;
}


.vedet {
	color: Blue;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
}


.vedet a {
    color: #F50A40;
}

.vedet a:hover {
	color: palevioletred;
	
}

