body, html, header {
    height: auto;
}
#contenido {
    padding-top: 150px;
}
.burger span {
	background: #000;
}
.burger-click span{
	background: #fff;
}
.burger:before {
    color: #000;
}
#contenido h1{
   text-align:center;
   border-bottom:1px solid #555;
   text-transform:uppercase;
   font-size: 2.5rem;
   margin-bottom: 50px;
}
@media screen and (min-width:630px) {

#contenido section figure:nth-of-type(1), #contenido section figure:nth-of-type(2) {
    display:inline-block;
    width: 49%;
	vertical-align:top;
}
#contenido section .video figure{
    width: 100%;
}

}
@media screen and (min-width:700px) {

#contenido h2 {
    padding: 10px 10%;
}
#contenido h1{
   font-size: 4rem;
}
#contenido section figure {
    margin: 10px 30px 50px 0;
    width: 60%;
    float: left;
}
#contenido section figure:nth-of-type(1), #contenido section figure:nth-of-type(2) {
    max-width: 500px;
	float:none;
	margin: 0;
}
#contenido section:last-of-type figure:last-of-type {
     margin: 10px 30px 50px 0;
}


}
@media screen and (min-width:850px) {
#contenido section .video figure{
	width:100%;
}
#contenido section p {
    padding: 10px 10%;
    margin: 0 auto;
    max-width: 800px;
    box-sizing: border-box;
}
#contenido section .titular {
    width: 500px;
}

}