@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;
}

/* Cabecera */

header{
	background-image: url("images/encabezado.jpg");
	background-size: cover;
    text-align: center	
}

h1{
    font-size: 4em;
    font-weight:600;
    padding: 5em 0 5em 0;
    color: white;    
}

/* ¿A qué llamamos danza?*/

img1{
    margin: 0px 2px 0px 2px;
    padding: 0em 2em 1em 2em;
}

p2{
    font-size: 1.2em;
    font-weight:600;
    line-height: 1.2em;
    text-align: justify right;
    padding: 8em 2em 2em 1em ;
    background-color:antiquewhite;    
} 

/* Titulares tipos de danza*/
h5{
    font-size: 2em;
    font-weight:500;
    padding:1em 1em 1em 3.5em ;
    margin:20px 50px 5px 0px;
}
h6{
    font-size: 2em;
    font-weight:500;
    padding:1em 2em 1em 5em ;
    margin:20px 50px 10px 0px;
}
h7{
    font-size: 2em;
    font-weight:500;
    padding:1em 2em 1em 6em ;
    margin:20px 50px 10px 0px;

}
/* Texto tipos de danza*/
p1{
    font-size: 1em;
    line-height: 1.5em;
    font-weight:100;
    margin: 0px 40px 0px 60px;
    text-align: justify center;
    color: gray
} 
/* ¿Como surge la danza?*/
h3{
    font-size: 1.2em;
    font-weight:600;
    padding:0em 2em 0em 3em ;
    margin:50px 50px 0px 0px;
}

p3{
    font-size: 1.2em;
    font-weight:600;
    line-height: 1.2em;
    text-align: justify right;
    padding: 2em 2em 2em 5em ;
} 
/* Figuras del Hip Hop*/

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: 1em 0em 0.5em 0em ;
}

div.gallery img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding:0px 0px 0px 5px; 
}

/* Menú*/ 
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: 5em 2em 1em 4em;
    padding: 1em 2em 1em 4em;
}
    

/* Fondo footer*/
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 {
  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 {
  border-color: #000;
}

textarea {
  vertical-align: top;
  height: 5em;
}

.button {
  padding-left: 90px; 
}

button {
  margin-left: 5em;
}



@media(max-width:800px) {
    header{
	background-image: url("images/encabezado.jpg");
        width: 769px;
        height: 500px;
	background-size: cover;
    text-align: center
	
}
h1{
    font-size: 4em;
    font-weight:600;
    padding: 3em 0em 0em 2em;
    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: 1em 2em 1em 0.5em;
    width: 300px;
    height: 300px;
}
p2{
    font-size: 1em;
    font-weight:600;
    line-height: 1.2em;
    text-align: justify left;
    padding: 4em 2em 2em 1em ;  
} 
    
h3{
    font-size: 1em;
    font-weight:600;
    padding:0em 2em 0em 0em ;
    margin:0px 50px 0px 0px;
}
h5{
    font-size: 1em;
    font-weight:500;
    padding:0.5em 0.1em 0.5em 0em;
    margin:20px 40px 5px 40px;
}
h6{
    font-size: 1em;
    font-weight:500;
    padding:0.5em 0.2em 0.5em 1em;
    margin:20px 40px 5px 85px;   
}
h7{
    font-size: 1em;
    font-weight:500;
    padding:0.5em 0.2em 0.5em 1em;
    margin:20px 40px 5px 155px;
}
p1{
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight:100;
    margin: 0px 40px 0px 40px;
    text-align: justify center;
    color: gray
} 
div.gallery img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding:0px 0px 0px 5px; 
}   
h4{
    font-size: 1.3em;
    font-weight:600;
    padding: 1em 0em 0.5em 0em ;
}   
/* Posicion Redes sociales */
footer{
    background-image: url("images/footer.jpg");
    width: 768px;
    height: 750px;
    padding: 1em;
    text-align: left
}
/* Redes sociales */
.fa {
  padding: 10px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 10px 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 0px;
}

ul {
  list-style: none;
  padding:0;
  margin: 0;
}
form li + li {
  margin-top: 1em;
}

}







    

    

















