@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i|Source+Sans+Pro:400,700');
/*font-family: 'Source Sans Pro', sans-serif;
font-family: 'Open Sans', sans-serif;*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media (min-width:20em){
body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: white;
    margin: 0 auto;
}

main {
    max-width: 100%;  
   
}

header {
    width: 100%;
    height: 1.5em;
    margin: auto;
    background-color: darkorange;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

}

header h2 {
    font-size: 20em
}

#logo {
    max-height: 3.5em;
    padding: auto 0;
}

header .contenedor {
    display: table;
    padding: auto;
}


.contenedor {
    width: 98%;
    margin: auto;
}

.contenedor p {
}

h1 {
    float: left;
}



section {
    width: 100%;
    margin-bottom: 25px;
}


a {
    text-decoration: none;
}




footer {
    background-color: black;
}

footer p {
    color: white;
    font-size: 0.7em;
    padding: 0.5em;
    text-align: center;
    margin: 0.9em;
    max-width: 92%;
    
}





/* MENU */


			
ul, ol {
    list-style:none;
			}
			
header .nav {
    width:100vw;
    margin-top:0;
			}

 
header .nav > li {
   float:left;
			}
			
header .nav li a {
    background-color:darkorange;
    color: white;
    text-decoration:none;
    padding:0.2em 0.5em;
    margin-top:  0.3em;
    margin-left: 0.3em;
    display:block;
    font-size: 0.7em;
			}
			
header .nav li a:hover {
    background-color: dodgerblue;
}
			
header .nav li ul {
    display:none;
    position:absolute;
    min-width:3em;
}
			
header .nav li:hover > ul {
    display:block;
}
			
header .nav li ul li {
    position:relative;
    border-bottom: solid 1px white;
}
			
header .nav li ul li ul {
    top:0em;
}
			

a {
    font-size: 1em;
    color: darkblue;
    text-decoration: underline;
}









/*BANNER*/ 

#banner {
    margin-top: 1.5em;
    position: relative;
    margin-bottom: 0em;
    
}

#banner img {
    max-width: 100vw;

    
  
}

#banner .contenedor {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    background-color: rgba (0,0,0,0.9);
    padding: 0;
    text-align: center;
    margin: 0em;
    max-width: 100%;

}

#banner h2  {
    font-size: 2.2em;
    color: darkorange;
    line-height: 0.9;
    max-width: 100%;
    margin-top: 0em;
    margin-bottom: 0.6em;
}

#banner a {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    border: 3px solid white;
}

#banner a:hover {
    background: rgba(51,51,51, 0.5)
    
}



/* DESCARGAR LA APP */

.app h3 {
    color: white;
    background-color: darkorange;
    font-size: 1em;
    text-align: center;
    margin-bottom: 0.3em;
}



.appIcon article {
    display: flex;
    justify-content: center;
    

    
}
.appIcon article img{
    max-width: 80%;
    justify-content: center;
    height: 11em;
    width: 0 auto;

    
}




/* NOTICIAS */

#bienvenidos {
    text-align: center;}

#bienvenidos h2 {
    color: darkblue;
    padding: 0 1em;
    font-size: 1.4em;
    margin-top: 0.6em;
    margin-bottom: 0.8em;
    line-height: 0.9em;
    
}


#bienvenidos p {
    margin: 0.4em 1.8em;
    color: darkblue;
    text-align: left;
    font-size: 0.8em;
}



.noticias h3{
    background-color: darkorange;
    color: white;
    font-size: 1em;
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    padding: 0 1em;
 
}



.contenedorNoticias h4 {
    text-align: center;
    color: darkblue;
    margin-bottom: 0.5em;
    font-size: 1em;

}
.contenedorNoticias {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedorNoticias article {
    margin: 1em;
    display: flex;
    justify-content: center;
}

.contenedorNoticias img {
    
    max-width: 16em;
    border-radius: 15%;
}

.contenedorNoticias a {
    text-decoration: none;
}








/* VIDEO */

.videoResponsive {
    position:relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
    
}

.videoResponsive iframe {
    position: absolute;
    height: 80%;
    width: 80%;
    margin-top:2em;
    margin-left: 2em;
}

#textoVideo {
    margin-top: 0em;
}
#textoVideo h2 {
    text-align: center;
    font-size: 2em;
    color: white;
    background-color: darkorange;
    margin-top: 2em;
    margin-bottom: 0em;
}
#textoVideo p {
    color: darkblue;
    text-align: left;
    font-size: 0.9em;
    padding: 0 2em;
    margin-top: 0.3em;
    margin-bottom: 2em;
    
}

#textoVideo .textoFuerte {
    font-size: 1.2em;
    color: darkorange;
    text-align: left;
    margin-left: 1.5em;
    margin top: 3em;
    margin-bottom: 0.3em;
    padding: 0;
    text-align: left;
    text-decoration: underline;

}



#informativo h2 {
    font-size: 1em;
    margin-top: 2em;
    color: white;
    background-color: darkorange;
    text-align: center;
    margin-bottom: 0.7em;
}

#informativo .textoFuerteinformativo {
    font-size: 0.9em;
    margin-bottom: 0.8em;
    margin-top: 0.5em;
    color: darkorange;
    margin-left: 3em;
    margin-right: 3em;
    
}
#informativo p {
    font-size: 0.8em;
    color: darkblue;
    margin-left: 3em;
    margin-right: 3em;
    

}


.contenedorInformativo {
    display: flex;
    justify-content: center;
}

.contenedorInformativo img {
    width: auto;
    height: 10em;
}





.coleccionVideos h2 {
    font-size: 1em;
    color: white;
    background-color: darkorange;
    margin-top: 2em;
    margin-bottom: 0.6em;
    text-align: center;
}
}

.contenedorVideos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedorVideos article {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

.contenedorVideos article h4 {
    color: darkorange;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    font-size: 1em;
}

.contenedorVideos img {
    max-width: 15em;
    border-radius: 20%; 
    align-items: center;
    margin-top: 2em;
}

.contenedorVideos a{
    text-decoration: none;
    color: darkorange;
    text-align: center;
    width: 100vw;
   
}






/* PIE */

.contenedor .pie a{
    color: white;

    
}

.contenedor .pie ul {
    list-style-type: none;
}

main .contenedor {
    margin: 1.4em;
    margin-top: 0.4;
    margin-right: 0.3em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.8em;
    width: 40%;
    margin-bottom: 0.4em;
}

.contenedorgeneral {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black;
    color: white;
    max-width: 100%;
    margin-top: 3em;
}

.contenedor .pie a {
    text-decoration: none;

}

.contenedor .pie .iconoderedes img {
    width: 2em;
    margin-top: 1em;
    margin-right: 1.5em;
   
}



/*MEDIAQUERI*/

@media (min-width:23em){
        			
    header {
    height: 2em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.6em;
    margin-left: 0.7em;
    font-size: 0.8em;
}
        
    #informativo h2 {
    font-size: 1em;
    margin-top: 2.5em;
}
        
        
    .coleccionVideos h2 {
    font-size: 1em;
    margin-top: 2.6em;
   
}
        


        
        
    
        
        
@media (min-width:27em){
    header {
    height: 2em;
}
    
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top: 0.3em;
    margin-left: 0.3em;
    font-size: 1em;
}
    #informativo h2 {
    font-size: 1em;
    margin-top: 2.6em;
}
        
    .coleccionVideos h2 {
    margin-top: 3.4em;

}
            
            
            
            
            
            
            
@media (min-width:30em){
        			
    header {
    height: 2.5em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.4em;
    margin-left: 0.3em;
    font-size: 1.1em;
}
     #informativo h2 {
    font-size: 1em;
    margin-top: 3.5em;
}
        
    .coleccionVideos h2 {
    margin-top: 3.5em;
    font-size: 1.1em;

}
                
                
                
                
                
                
                
@media (min-width:36.25em){
        			
    header {
    height: 2.5em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.3em;
    margin-left: 0.3em;
    font-size: 1.3em;
}
      
      
      
      
      
      
                
@media (min-width:37.5em){
        			
    header {
    height: 2.5em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.2em;
    margin-left: 0.3em;
    font-size: 1.4em;
}
    #informativo h2 {
    font-size: 1em;
    margin-top: 3.5em;
    font-size: 1.5em;
    }
      
       
         
       
       
            
@media (min-width:41.8em){
        			
    header {
    height: 2.6em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.2em;
    margin-left: 0.3em;
    font-size: 1.5em;
}
     
     
     
     
     
     
               
@media (min-width:45em){
        			
    header {
    height: 2.6em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.2em;
    margin-left: 0.7em;
    font-size: 1.5em;
}
          
          
          
          
          
          
@media (min-width:48em){
        			
    header {
    height: 2.6em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.2em;
    margin-left: 1em;
    font-size: 1.5em;
}
    #banner h2 {
    font-size: 3.6em;
}
    
    .contenedorNoticias img {
    max-width: 20em;
    border-radius: 15%;
}
    #informativo .textoFuerteinformativo {
    font-size: 1.2em;
        margin-left: 1.9em;
}

    #bienvenidos h2 {
    font-size: 1.6em;
    margin-top: 1.5em;
}
         
    #bienvenidos p {
    font-size: 1.2em;
}
         
    .coleccionVideos h2 {
    font-size: 1.5em;
    
}
         
         
         
            
@media (min-width:80em){
        			
    header {
    height: 3em;
}
    header .nav li a {
    padding:0.1em 0.3em;
    margin-top:  0.2em;
    margin-left: 1.8em;
    font-size: 1.7em;
    }