/*RESET CSS*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	box-sizing: border-box;
}

/*COMIENZA LA WEB*/



* {

	margin-left: 0;
	margin: 0;
	padding: 0;
	/*Afecta a toda la web*/

}

body {

	background: red url(../img/);
	color: #FFF;
	font-size: 10px;
	margin:  0;
	background-color: white;
	
	
}


div {

	display: block;
	margin: auto;
	line-height: 0;

	}




/**/

.contenedor {

	
	margin: 1em;
	padding: 0.2em 0; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	gap: 0.5em; position: relative;

}

.elemento {

    
    font-weight: 600;
    text-align: center;
    color: grey;
    font-size: 1.2em;
  
/*line-height: 0em;margin: .0em;
    padding: 0em; position: relative;(quitiado)*/
}	



.reel {
	margin: .5em;
    padding: 1em 5%;
    position: relative;

 } 

 h1, h2, h3 {
  color: #222;
  font-family: Museo_Slab_700;
  margin-bottom: 0.5em;

  }

h1 {

font-size: 1.5em;
line-height: 20px;
padding: 10px 0;
font-family: Museo_Slab_700;
color: grey;
}

h2 {

	font-size: 1.1em;
	line-height: 20px;
	padding: 10px 0;
	font-family: Museo_Slab_300;
	color: grey;
}

h3 {

	font-size: 0.3em;
	line-height: 20px;
	padding: 10px 0;
	font-family: Museo_Slab_300;
	color: grey;

}

h4 {

	font-size: 10px;
	line-height: 20px;
	padding: 10px 0;
	font-family: Museo_Slab_300;
	color: grey;



}

figcaption {
display: block;
position: relative;
margin: 0 0 0 0;
	left: 0;
	width: 100%;


}

nav {

	position: absolute;
	left: 0;
	width: 100%;

	
}

nav ul {

list-style: none;
padding: 0;



}

nav li {
	line-height: 3rem;
	position: relative;


}

.menu ul {
position: absolute;



}

nav a {
	color: white;
	display: table;
	padding: 3 5em;
	text-decoration: none;
	transition: .3s;
}

nav a:hover {
	background: rgba(0,0,0,0);

}



/*PRIMER NIVEl*/

.menu {
	background: white;
	display: block;
	width: 100%;
	margin: right;


}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
  max-width: 450px;
  /* Cambio anterior: Centrar el bloque y el texto dentro para formato de bloque */
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

/* CAMBIO: Ocultar el link HOME en todas las resoluciones */
.menu > li:first-child {
  display: none;
}

.menu > li {
	float: left;
}




nav ul li {
	display: block;
     float: left;
}




nav ul li a {
    
    transition: all 0.3s ease;
    margin-left: 60px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: black;
    font-family: Museo_Slab_500;
    position: relative;
    z-index: 1;
}



nav ul li a:hover {
     color: #00CED1;
}
nav ul li.selected a {
     color: black;
}
/*Psegundo NIVEl*/

nav li li {
	background: white;
	max-height: 0;
	overflow: hidden;
	transition: all .3s;
	width: 200px;
	position: relative;
	z-index: 1;
}

.menu > li > ul {
	top: 100%
}

nav li:hover > ul > li {
	max-height: 500px;
	overflow: visible;
}

/*tercero NIVEl*/
.menu ul ul {
	left: 100%
	top: 0;
}

.menu li a {
  
  display: inline-block;
  color: black;
  text-decoration: none;
}



#logo {
	display: block;
	background: red url(../img/studiofukudo.jpg);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.img {
  max-width: 100%;
  width: 100px;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}


.imgcenter {

      display: block;
      vertical-align: bottom;
      margin-left: auto;
      margin-right: auto;
      border:none;
      text-align: center;
      }

.imgleft {

      display: block;
      vertical-align: auto;
      margin-top: 45px;
      margin-left: 40px;
      margin-right: auto;
      margin-bottom: 20px;
      border:none;
      text-align: center;
      }


.caja {

	width: auto;
	text-align: center;

}

footer {
	background-color: white;
	margin-top: 100px;
	margin: 0 0 0 30px;
	color: white;
	text-align: center;
	
	height: 250;
	font-size: 20pt;
	font-weight: normal;


}

.centrar-imagen {

display: block;
margin-left: auto;
margin-right: auto;
border:none;
text-align: center;
position: relative;



}



hr { 
  background-color: black;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 0%;
  width: 80%;
  height: 1px; 
  border: 0;
}


header {

	background-color: black;
	margin: 0px 0 0 0 ;
	color: white;
	text-align: center;
	
	height: 250;
	font-size: 24pt;
	font-weight: bold;

}
#menu-icon {

	display: none;

}

li {

	font-family: Museo_Slab_300;
	text-decoration:none; 
	color: black;
	font-size: 12px;
	line-height: 0px;
	padding: 0px 0;

}

.slider{
	border: 1px solid grey;
	height: 100px;
	position: relative;
	width: 60px;
}
.slider> .progress{

	
}

button {

	font-family: Museo_Slab_300;
	color: black;
	font-size: 12px;
	line-height: 0px;
	padding: 0px 0;


}


@font-face {

	font-family: Museo_Slab_300;
	src: url(fonts/Museo_Slab_300.otf) format('truetype');

}

@font-face {

	font-family: Museo_Slab_500;
	src: url(fonts/Museo_Slab_500.otf) format('truetype');

	}

@font-face {

	font-family: Museo_Slab_700;
	src: url(fonts/Museo_Slab_700.otf) format('truetype');

}

h1,h2,h3,h4 {
	font-family:Museo_Slab_300;
}

section  {

display: block;
margin-left: auto;
margin-right: auto;
border:none;
text-align: center;
position: relative;
}


.centrado {text-align:center;border:0px dotted #000; padding:0px;}
		   center{margin:0px 0;}



a:link {

 font-family: Museo_Slab_300;
 text-decoration:none; 
	color: black;
	font-size: 12px;
	line-height: 0px;
	padding: 0px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .menu ul {
    flex-direction: column;
    align-items: center;
  }


}

@media (max-width: 480px) {
  h1 {
    font-size: 1.3em;
  }

  h2 {
    font-size: 1.2em;
  }


 
}

@media (max-width: 768px) {
  nav ul li a {
    margin-left: 0 !important;
    text-align: center;
  }
}

@media (max-width: 768px) {
  h1, h2 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.4em;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .imgcenter {
    margin-top: 50px;
    width: 80%;
  }
}

/* --- FIX MENÚ EN MÓVIL --- */
@media (max-width: 768px) {

  nav {
    position: relative;
    margin-top: 10px;
  }

  nav ul li a {
    margin-left: 0 !important;
    padding: 10px 15px;
    font-size: 16px;
  }

  .menu > li {
    float: none;
    text-align: center;
    width: 100%;
  }

  .menu ul {
    position: static;
  }
}

@media screen and (max-width: 350px) {
nav ul li#li {
display: none;
}
}