@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,700');
header {font-family:inherit ; text-align: center; color: black; background: url(img/header.jpg); background-size: cover;}
body {background: aliceblue; 
    color: aliceblue; 
    font-family: 'Oswald', sans-serif;
    margin-left: 10rem;
    margin-right: 10rem; 
}

/* Responsive */

@media(min-width:50rem) { 

.container {
        width: 100%;
    }
    
nav {
    width: 100%;
    text-align: center;
    background-color: #333;
    
}

nav ul {
    display: inline-block;
    margin:0rem;
    padding:0;
}
    
ul {list-style-type: none;
    margin: 1rem;
    padding: 0;
    overflow: hidden;
    background-color: #333; 
text-align: center; }

li {float: left;
align-content: center;}

li a { display: block;
    color: white;
    text-align: center;
    font-size: 0.8rem;
    padding: 14px 10px 14px 14px ;
    text-decoration: none;}
li a:visited {color: aliceblue;}

h1{font-size: 6rem; color: darkorange; opacity: 0.8;}
h2 {color: aliceblue; padding-bottom: 2rem;}
h3{font-size: 2rem; color: darkorange;}
h4 {text-align: center; color: #1a4f7e}
h6 {font-family: sans-serif;}

a {color: #1a4f7e}
a:visited {color: darkorange;}
b {font-size: 1rem; color: darkorange; opacity: 0.8; font-weight: 400; }
p {text-align: left; font-weight: 200;margin-left: 10rem; margin-right: 10rem;}


.informacion {
    background: rgba(0, 128, 255, 0.28); padding: 14px 10px 14px 14px ;
}

article {
    background: rgba(0, 255, 206, 0.28);
}
.informacion2 {
    padding: 14px 10px 14px 14px ;
}

.informacion3 {
    margin: 30px;
}

.padre {
    display: flex;
    justify-content: space-between;
    width: 86%;
    margin-top: 0;}

.hijo {
    margin: 20px;
    justify-content: space-between;
    align-content: center;
}

.container {
width: 800px;
margin: 0;
align-content: center;
}

.padre img {
margin: 0px;
border: 5px solid #eee;
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.padre img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
transform: rotate(-7deg);
}

.flex-container {
  display: flex;
}
    
.videoresponsive{
    position: relative;
	padding-bottom: auto;
	padding-top: 25px;
	height: 100%;
    width: 100%;
	overflow:hidden;
}

.videoresponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

iframe { align-content: center; }
    
    
/* informacion de la app */

}

/* Responsive */

/* A partir de 60rem */


@media(max-width:50rem){
 
html {font-size: 62.5%}
body {font-size: 1.4rem}    
    
header {
        display: none;
    }
        /* Navergador */    
ul {
    margin-left: 1px;
    margin-right: 1px;
}

    

header {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size:1.5rem;
    text-transform: capitalize;
}

.logo {
    display: none;
}

.lista {
   align-items: right;
}

.gris {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    font-family: 'Open Sans';
    font-weight: 400;
}

nav ul {
    list-style: none;
}

.container .lista li a {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size:1.5rem;
    text-decoration-line: none;
    display: block;
    padding: 15px 20px;
    background: #e9e9e9;
    text-align:left;
}

nav a:visited {color: #383838;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size:1.5rem;
}

nav a {
    color:#484848;
}

li {

    font-family:'Oswald';
    font-weight: 400; 
    font-size:1.5rem;
} 
    
.videoresponsive{
    position: relative;
	padding-bottom: auto;
	padding-top: 25px;
	height: 100%;
	overflow:hidden;
}

.videoresponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

iframe { align-content: center; }
    
/* NAVEGADOR EFECTO */

.container .lista li a:hover {
    background: #1a95d5;
    color: ghostwhite;
}

    
ul { list-style: none;
}
  

    
}