@charset "UTF-8";
/*
/* Empieza el RESET */
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;
}

/* Termina el RESET */

body{
	font-family: 'Work Sans', sans-serif;
}
img{
	width: 100;
}
header{
	background-image: url("images/encabezado.jpg");
	background-size: cover;
    text-align: center
	
}


/* Aquí cambias el títular de la página */

h1{
    font-size: 4em;
    font-weight:600;
    padding: 5em 0 5em 0;
    color: white;
    
}

/* apartado que es la danza*/

img1{
    margin: 10em 2em 1em 200em;
    padding: 1em 2em 1em 2em;
}

p2{
    font-size: 1.2em;
    font-weight:600;
    line-height: 1.2em;
    text-align: justify right;
    padding: 8em 2em 2em 1em ;
} 

/* titulares tipos de danza*/
h5{
    font-size: 2em;
    font-weight:600;
    padding:1em 2em 1em 3.5em ;
    margin:20px 50px 5px 0px;

}
h6{
    font-size: 2em;
    font-weight:600;
    padding:1em 2em 1em 5em ;
    margin:20px 50px 10px 0px;
}
h7{
    font-size: 2em;
    font-weight:600;
    padding:1em 2em 1em 6em ;
    margin:20px 50px 10px 0px;

}
/* textos tipos de danza*/
p1{
    font-size: 1em;
    line-height: 1.5em;
    font-weight:100;
    margin: 0px 40px 0px 60px;
    text-align: justify right;
    color: gray
} 
/* titular y texto hip hop*/
h3{
    font-size: 1.2em;
    font-weight:600;
    padding:0em 2em 0em 3em ;
    margin:50px 50px 0px 0px;
    background-color:floralwhite;

}

p3{
    font-size: 1.2em;
    font-weight:600;
    line-height: 1.2em;
    text-align: justify right;
    padding: 2em 2em 2em 5em ;
} 
/* texto figuras*/

p4{
    font-size: 1em;
    line-height: 1.5em;
    font-weight:100;
    text-align: justify center;
    color: gray
} 


h4{
    font-size: 1.3em;
    font-weight:600;
    padding: 2.5em 0em 1.5em 1.5em ;
}






/* Aquí cambias los menús */ 
nav#superior:focus+ nav#superior {
    display: block;
}

nav#superior ul {
    display: flex;
    list-style: none; 
    
    padding: 0;
}

nav#superior ul a {
    display: block;
    width: 10em;
    padding: 1em 0;
    transition: 1s all;
}

nav#superior ul a:hover {
    background: #000000;
}

nav ul{
    padding: 3em 0;
     }

nav ul li{
    display:inline;
    }

nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 1em
}

.flexbox{
display: flex;
}
.flexdirection{
    flex-direction: row;
    }
.padding3em{
    padding:3em;
    }


.fondoceleste{
    background-color:white;
}


img{
    margin: 3em 2em 1em 2em;
    padding: 1em 2em 1em 2em;
}
    

/* Posicion Redes sociales */
footer{
    background-image: url("images/footer.jpg");
    padding: 1em;
    text-align: left
}
/* Redes sociales */
.fa {
  padding: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 50px 0px 0px 50px;
  
}
.fa-facebook {
  color: white;
}
.fa-twitter {
  color: white;
}
.fa-instagram {
  color: white;
}

/* Cuestionario */

form {

  width: 400px;
  margin: auto;
  margin: 0px 0px 0px 160px;
}

ul {
  list-style: none;
  padding:0;
  margin: 0;
}
form li + li {
  margin-top: 1em;
}









label {
  /* Tamaño y alineación uniforme */
  display: inline-block;
  width: 90px;
  text-align: right;
}

input, 
textarea {
  font: 1em sans-serif;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #999;
  
}

input:focus, 
textarea:focus {
  /* Destacado adicional para elementos que tienen el cursor */
  border-color: #000;
}

textarea {
  /* Alinear los campos de texto multilínea con sus etiquetas */
  vertical-align: top;

  /* Proporcionar espacio para escribir texto */
  height: 5em;
}

.button {
  /* Alinear los botones con los campos de texto */
  padding-left: 90px; /* mismo tamaño que los elementos de la etiqueta */
}

button {
  /* Este margen adicional representa aproximadamente el mismo espacio que el espacio
     entre las etiquetas y sus campos de texto */
  margin-left: .5em;
}



@media(max-width:400px) {
    header{
	background-image: url("images/encabezado.jpg");
        width: 375px;
        height: 200px;
	background-size: cover;
    text-align: center
	
}
    h1{
    font-size: 2.5em;
    font-weight:600;
    padding: 1em 0em 0em 0.8em;
    text-align: left;
    color: white;
}
    
    
    
    
    
    nav#superior:focus+ nav#superior {
    display: block;
}

nav#superior ul {
    display: flex;
    list-style: none; 
    padding: 0;
}

nav#superior ul a {
    display: block;
    width: 8em;
    padding: 1em 0;
    transition: 1s all;
}

nav#superior ul a:hover {
    background: #000000;
}

nav ul{
    padding: 1em 0;
     }

nav ul li{
    display:inline;
    }

nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 1em;
}
    
    
img{
    padding: 0em 2em 1em 0.5em;
    width: 300px;
    height: 300px;
}
   

p2{
    font-size: 1em;
    font-weight:600;
    line-height: 1.2em;
    margin: 0px 20px 0px 20px;
    padding: 1em 2em 2em 1.5em;

} 
    
    h3{
    font-size: 1em;
    font-weight:600;
    padding:0em 2em 0em 3em ;
    margin:50px 50px 0px 0px;
    background-color:floralwhite;

}
h5{
    font-size: 1em;
    font-weight:400;
    padding:0.5em 0.5em 0.5em 3em;
    margin:20px 10px 5px 0px;
    background-color: black;
    color: white;

}
    h6{
    font-size: 1em;
    font-weight:400;
    padding:0.5em 0.5em 0.5em 1em;
    margin:20px 10px 5px 0px;
    background-color: black;
    color: white;

}

    p1{
    font-size:1em;
    line-height: 1.5em;
    font-weight:100;
    margin: 0px 50px 0px 50px;
    text-align: justify center;
    color: gray
} 

    /* Posicion Redes sociales */
footer{
    background-image: url("images/footer.jpg");
    width: 375px;
    height: 420px;
    text-align: left
}
/* Redes sociales */
.fa {
  padding: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 10px 0px 0px 40px;
  
}
.fa-facebook {
  color: white;
}
.fa-twitter {
  color: white;
}
.fa-instagram {
  color: white;
}

/* Cuestionario */

form {

  width: 300px;
  margin: auto;
  margin: 0px 0px 0px 20px;
}

ul {
  list-style: none;
  padding:0;
  margin: 0;
}
form li + li {
  margin-top: 1.5em;
}
    }







    

    

















