  .div-block-777 {
    width: 255px;
    height: 15px;
    margin-top: 17px;
    float: left;
    border-right: 1px solid #fff;
    text-align: center;
  }

  .link-222 {
    padding-bottom: 0px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  .link-222:hover{
    opacity: 0.5;
  }
  .topocima{
    display: none;
  }
  .tarja{
    background-color: #051acd; 
    position: relative; 
    height: 50px; 
    justify-content: center; 
    display: flex;
  }
  .redessociais{
    display: flex;
    align-items: center;
  }
  .redessociais2{
    display: none;
  }

  @media screen and (max-width: 991px) {
    .redessociais{
      display: none;
    }
    .redessociais2{
      display: flex;
      justify-content: center;
    }
  }


  @media screen and (max-width: 767px) {
    .div-block-777{
      width: 175px;
    }
    .link-222{
      font-size: 13px;
    }
    .topocima{
      display: block;
    }
    .tarja{
      display: none;
    }

  }
