@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
@import url(menu.css);
@import url(contenido.css);


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'News Cycle', sans-serif;
    background: #ffffff;
    height:100%;
   
    
   
}

.padre main{
    background: #ffffff;
    width: 100%;
    height:auto;
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-items:  center;
   
}

header{
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100px;
    box-shadow: 2px 28px 71px -44px rgba(77,76,77,0.68);
    
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
}

header .contenedor{
    /*background: #ffeb00;*/
    width: 90%;
    max-width: 1400px;
    margin: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-content: center;
    
}

header .contenedor #logotipo img{
    /*background: blue;*/
    margin-top: 4px;
    
    
}


header .contenedor #menu a{
    margin-left: 40px;
    text-decoration: none;
    color: gray;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}



header .contenedor #menu .home{
    margin-left: 40px;
    text-decoration: none;
    color: #ff8c06;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}










/*busca en contenido.css*/











.reclam{
    opacity: 1.0;
}

.reclam:hover{
    transition: all 1s;
    opacity: 0.5;
}








footer{
    background: #9f9f9f;
    margin-top: 1px;
    
    
}

footer a{
    display:block;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    color: #ffffff;
    
}










/* a partir de aqui sirve para la adaptacion de la web a pc */
    @media (max-width:1178px) {
    header .contenedor{
    width: 98%;
      
    }
        
        
            
            
            
            
   
       
    @media (max-width:1024px) {
    header .contenedor #menu .home{
    display:block;
    /*background: orange;*/
    color:#ffffff;
    width:100%;
    margin-left:0px;
    height: 50px;
    text-decoration: none;
    padding:  15px 10px ;
    text-align: left;
        
  
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      
    }
           
           
  
      
      
            
            
            
            
            
            
            
            
            
            