* {margin:0; padding:0;}

body{background:#fffffA;}

.post-meta {
  display: none;
}

  header {
      background-image: url(https://www.quiuboestereo.com/wp-content/uploads/2019/06/Ornament10.png); 
      background-size: auto;
      background-position: 50% 50%;
      background-repeat: no-repeat;
  }

  .wrapper {
    width:100%;
    max-width:1200px;
    margin:auto;
    overflow:hidden;
  }

  header .logo {
    color:#f2f2f2;
    font-family:"Montserrat";
    line-height:130px;
    float:left;
  }

  header nav {
    margin-top: 10px;
    float:right;left;
    line-height:0px;
  }

  header nav a {
    display:inline-block;
    color:black;
    padding:10px 20px;
    text-decoration:none;
    line-height:normal;
    font-size:14px;
    font-family:"Montserrat";
    font-weight:bold;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  header nav a:hover {
    background:none;
    border-radius:30px;
    color:orange;
  }

  .header2 {
    position: fixed;
    height:100px;
  }

  .header2 .logo {
    line-height:100px;
    font-size:30px;
  }

  .header2 nav {
    line-height:100px;
  }

  .contenido p {
    margin-bottom:1em;
  }

  .contenido h3 {
    display:block;
    padding:20px;
    color:#fff;
    text-align:center;
    background:#F56F3A;
    margin-bottom:1em;
  }

@media screen and (max-width: 980px) {


  header {
    background-image: url(https://www.quiuboestereo.com/wp-content/uploads/2019/07/banner-res3.jpg);
    background-position: 60% -20px;
  }

  header nav {
    text-align:center;
    margin-top: -65px;
  }

  header nav a {
    font-size: 70%;
    padding:5px 6px;
    align-items: center;
  }

  .wrapper {
  width:100%;
  max-width:900px;
  }

  .header2 {
    height:auto;
  }

  .header2 .logo{
    line-height:0px;
    align-content: center;
  }

  .header2 nav {
    font-size: 10px;
    line-height:10px;
  }
}

@media (max-width: 900px) {
  
  .menu {
     text-align:right;
    li {
    display:inline-block;
    a {
    text-decoration:none;
    font-size:16px; 
      }
    }
  }
}