header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: var(--color-primary);
  & .logo {
    width: 200px;
    object-fit: contain;
  }
  & .content-networks {
    & a {
      text-decoration: none;
      color: #fff;
      & span{
        display: block !important;
      }
    }
    & span:nth-last-child(1) {
      display: none;
    }
  }
  & p{
    font-size: 25px;
  }
}


.top-header p {
	font-size: var(--font-size-title-secundary);
}

.content-networks img {
	width: 22px;
	height: 18px;
	object-fit: contain;
}
header .content-networks {
	width: 200px;
	justify-content: end !important;
}