*{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body {
	background-color: #FFFFFF;
	font-size:1em;
}

footer{
	text-align:center;
	background-color: #000;
	color:#fff;
	font-size:1.4em;
	font-family: Monospace, Courier;
	}	

header{
	font-size:.8em;
	color:#fff;
    background-color: #000000
		}
h1{
	text-align: right;
	font-family: 'Play', sans-serif;
	}
	
.buscar{
	position: relative;
	margin-right: 20px;
	padding: 7px;
}

.buscar input{
	width: 0px;
	height: 40px;
	padding: 0 20px;
	font-size: 18px;
	color: #000;
	margin-right: 20px;
	outline: none;
	border: 1px solid silver;
	border-radius: 25px;
	transition: .7s;
}

.buscar:hover input{
	width: 240px;
	margin-right: 20px;
}

.btn{
	position: absolute;
	margin-right: 20px;
	top: 0;
	right: 0;
	background: #2168DD;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: white;
	font-size: 20px;
	border-radius: 50%;
	cursor: pointer;
}
.subTitulos{
	font-family: 'Play', cursive;
	font-size:2em;
	color:#fff;
	font-weight: bolder;
	}

.grande{
	font-size: 6em;
	font-weight: bolder;
}

.chiquito{
	font-size: 3em;
}

h3{
	font-family: Monospace, Courier;
  font-size: 80px; 
  font-weight: bold; 
  background: -webkit-linear-gradient(left top, red, yellow);
  background: linear-gradient(to bottom right, #3C7887, #0AC79F);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}

h4{
  font-family: Monospace, Courier;
  font-size: 30px;  
  font-weight: bold;
  background: -webkit-linear-gradient(left top, red, yellow);
  background: linear-gradient(to bottom right, #3C7887, #0AC79F);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}

.apal{
  font-family: Monospace, Courier;
  font-size: 30px; 
  font-weight: bold; 
  background: -webkit-linear-gradient(left top, red, yellow);
  background: linear-gradient(to bottom right, #010101, #EABE29);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}

.pala{
	font-family: Monospace, Courier;
	font-size: 17px;
	font-weight: bold; 
}

h5{
  font-family: Monospace, Courier;
  font-size: 60px; 
  font-weight: bold; 
  background: -webkit-linear-gradient(left top, red, yellow);
  background: linear-gradient(to bottom right, #010101, #EABE29);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}

h6{
  font-family: Monospace, Courier;
  font-size: 30px;  
  font-weight: bold;
  background: -webkit-linear-gradient(left top, red, yellow);
  background: linear-gradient(to bottom right, #010101, #EABE29);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}
.maschico{
	font-size: 1.2em;
	font-weight: bolder;
}

#Imagen{
	margin-left: 4em;
}

#Jali{
	margin-left: 6em;
}

nav{
    width:90%;
    margin:.2em auto;
    max-width:1000px;
    font-size:1em;
    background: #000000; 
    z-index: 10;
}

nav ul {
    overflow: hidden;
	list-style: none;  
    padding:  0 5em;
}

nav ul li {
    float:  left;
    text-align: center;
    min-width: 120px;
}

nav ul li a{
    color: white;
    padding: 1.5em;
    display: block; 
    font-family: 'Play', cursive;
    text-decoration: none;
}

ul li ul{
	display: none;
	position: absolute;
	background: #000;
	opacity: 0.8;
}

nav ul li span{
    margin-right: 4em;   
}

ul li:hover ul{
	display: block;
}

ul li a:hover{
	color:#F4156A;
}

.Menu_barras{
    display: none;
}

.contenedor{
	margin: auto;
	background-color: #D1F2EB;
	width: 800px;
	padding: 30px;
}

ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.slider{
	position: relative;
	width: 740px;
	height: 400px;
}

ul.slider li{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: inherit;
	height: inherit;
	background-color: white;
	transition: opacity .6s;
}

ul.slider li img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

ul.slider li:first-child{
	opacity: 1;
}

ul.slider li:target{
	opacity: 1;
}

.menu{
	text-align: center;
	margin: 20px;
}

.menu li{
	display: inline-block;
	text-align: center;
}

.menu li a{
	color: white;
	text-decoration: none;
	background-color: #7EACA3;
	padding: 11px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	border-radius: 100%;
}