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

        :root {
            --primary-color: #FF5700;
            --secondary-color: #cc9933;
            --text-color: Darkblue;
            --background-color: #ff6666;
            --button-hover: #333333;
            --border-color: #444444;
			--link-color: DodgerBlue;
			--link-hover-color: Fuchsia;
			--menu-color: lightblue;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        


body {
	background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    min-height: 100vh;
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}

h1 {
	color: white;
	font-size: 1.9em;
}


h3 {
	color: white;
	font-size: 1.5em;
}

h4 {
	font-size: 1.2rem;
}





.logito {
	border-radius: 50%;
}

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

a:hover {
	color: Gold;
}

img, video {
	max-width: 100%;
	border-radius: 10px;
}
.superior {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #DE2C60;
	padding-bottom: 20px;
}


.intermedio {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;

}


.arriba {
	margin: 10px 25px;
}



.fanlogo {
	margin-top: 30px;
}

.menu-superior ul {
display: flex;
flex-direction: row;
justify-content: center;
}

.menu-superior li {
list-style: none;
}


.ugaleria {
display: flex;
flex-direction: row;
justify-content: left;
flex-flow: wrap;
}


/*  ASIDE MENU  */

.ladoizquierdo {
	background: #EEE;
	width: 13.5%;
    min-width: 120px;
	padding-left: 18px;
}

.ladoizquierdo a {
 color: var(--link-color);
}

.ladoizquierdo a:hover {
	color: var(--link-hover-color);
}


.menu-paises {
	background-color: var(--menu-color);
    padding-left: 8px;
}



/*  SECCION   */
.secciono1 {
  background: #F4F6F7;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}


.secciono2 {
  width: 85.2%;
  min-width: 100px;
  background: #F4F6F7;
  margin-left: 8px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}


.titulo2 {
	width: 100%;
}
.cajachicas{
  max-width: 250px;
  min-width: 220px;
  padding: 1rem;
  text-align: center;
  margin: 2rem;
}

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

.cajachicas a:hover {
	color: DeepPink;
}

.titulo {
	background: #DE2C60;
	height: 50px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 20px;
	width:98.5%;
	border-radius: 30px;

}

.fansocial  {
	text-align: left;
}


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


/*   FOOTER    */

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



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

}

.redessociales {
    padding-top: 2px;
	text-align: center;
}




.partedeaz li {
list-style: none;
 margin: 0 8px;

}


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


.vedet a {
    color: #F50A40;
}

.vedet a:hover {
	color: palevioletred;
	
}



@media screen and (max-width: 425px) {

.secciono2 {
		width: 60%;
	}


