
#cabecalho > .conteiner {
  background-image: repeating-linear-gradient(to right,#EF3CF0, #D04BFE, #01CFFE, #2D4CFC);
  color: #fff;
}
 
@media screen and (max-width: 767px) {
  #cabecalho .logo img {
    position: relative;
    max-height: 60px;
    margin: 70px auto 10px;
    padding: 0 15px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    box-sizing: border-box;
    max-height: 110px !important;
    margin: 60px 0 0 0px !important;
  }
}

@media screen and (max-width: 767px) {
  #cabecalho::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    z-index: 9998;
    border-bottom: 1px solid #ddd;
    background: transparent;
    background-color: transparent;
    pointer-events: none;
    transition: .25s ease;
    background-color: #fff;
  }
}
