@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Song+Myung');


body { background: #fff; font-family: 'Roboto', sans-serif;}
header { background-image: url(../img/fondo1.jpg); background-size: cover; width: 100%; height: 12rem;  }
header h1 { text-align: center;
color: #fff;
font-family: 'Song Myung';
font-size: 4rem;
padding: 1rem;
display: block;
margin: 0 auto;
}
* { margin: 0; padding: 0%;}
nav ul { background-color: #d1f4f4; text-align: center; }
nav ul li { list-style-type: none; display: inline-block;  background-color: #d1f4f4; padding: 1rem; }
nav ul li a { color: #000; text-decoration: none; font-family: 'Song Myung'}
nav ul li a:hover { color: #08918c; text-decoration-line: underline;  padding: 1.2rem; font-family: 'Song Myung';transition: 0.7s;  }

section {padding: 1rem; }
h4 a  { color: #000; text-decoration: none; padding: 0.5rem; }
section article { text-align: center; margin: 7% auto 7% auto; }
section article img { border-radius: 10rem; }
h4 a p { font-size: 1.5rem; font-weight: 400; font-family: 'Song Myung'; color: #08918c; }
footer { font-size: 0.7rem; font-family: 'Roboto', sans-serif; font-weight: 300; padding: 0.7rem; } 

.contenedor{
	width: 60%;
margin: 0 auto;
padding: 1rem;
     text-align: center;
}

.videoresponsive{
    position: relative;
    overflow:hidden;
    margin: 0 auto;
}

.videoresponsive iframe {
	width: 100%;
	height: 100%;
    margin: 0 auto;
padding: 1rem;
}

iframe {
    border-radius: .5rem; 
    
}
