body{
  font-family: 'Mulish', sans-serif;
  font-size: 16px;

}
header{
	background: #CF0A2C;
  z-index: 10;
}
h5{
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
    color:  #c79634;

}
hr.sub{
  background: #c79634;
}
footer{
  background: #f1f1f1;
}
.logoQuien{
  height: 40px;
  margin: 1rem 0rem;
}

.bajada{
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
}

.oper{
    background-image: url(../img/portada-Met-Gala.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 5vw;
    padding: 15% 0px;
    color: #ffffff;
    text-align: -webkit-center;
}

.fondo{
  background: #f9f9f9;
}
.conoce{
  height: 40px;
  margin: 2rem;
  border: #c79634 2px solid;
}
.sombra{
  box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-webkit-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-moz-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
}

@media screen and (max-width: 600px) {
  h5{
  font-size: 1.2rem;
}
 .bajada{
  font-size: 1.2rem;
  }
}