/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css

 #header{ background: red !important; }
  */
  
nav.header-nav {
    margin-bottom: 0!important;
}  
.header-top {
    background: #009fe3 url('http://aguaderoca-creativa.com/imgcss/motivo.png');
    padding-top: 39px;
}
#header .header-top {
    padding-bottom: 0!important;
}


@media (max-width: 767px)
#header .header-nav {
     background: #009fe3 url('http://aguaderoca-creativa.com/imgcss/motivo.png');
    margin-bottom: .625rem;
    color: #232323;
}