body{
  background: var(--oscuro-fuerte);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: center;
  margin: 0 ;
  margin-top:2rem ;
  padding: 4rem 1 0 1 ;
  min-height: 100vh;

}
 #inicio {
 padding: 0;
   width: auto;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items:flex-start;
   font-family: 'Economica', sans-serif;
   font-weight: 700;
   color: white;
 max-width: 100%;
   margin-bottom: 10rem;
}

 


@media (max-width:960px){
  body{
    min-height: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } 
  #inicio{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items:center ;
      margin: 0;
      padding: none;
      min-width: none;
      max-width: 100vw;
      width: 100vw;
      padding-top: 1rem ;
      height: auto;
    
   }
   .inicio__columna__info{
    margin-top: 0;
    height: auto;
    min-width: 80%;
    margin-bottom:4rem ;
    padding: 1.5rem;
    
    
  }
   .inicio__columna__portada{
  height: auto; 
  width: 80%; 
  margin: 4rem;
  margin: 0;
  padding: 1.5rem;
  margin-bottom: 4rem;
 

  }   


}

