@media (min-width: 991.98px) {
  .flex-item-50 {
    flex-basis: 50%;
    -webkit-flex: 1 0;
    flex: 1 0;
    flex-shrink: 1;
  }
  .popUp {
    max-height: 100%;
    width: 23em;
    height: auto;
    padding: 25px;
    overflow: initial;
  }
  #navBar {
    position: fixed;
    background: rgba(250, 250, 250, 0);
    display: flex;
    width: 100%;
    height: 82px;
    padding-top: 25px;
    padding-bottom: 0px;
    z-index: 50;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* New Navbar */
    background: rgba(255, 255, 255, 1);
    padding-top: 15px;
    height: 44px;
    box-shadow: 0 6px 3px rgba(0, 0, 0, 0.3);

    position: relative;

  }
  #navBar.scrolled {
    background: rgba(255, 255, 255, 1);
    padding-top: 15px;
    height: 44px;
    box-shadow: 0 6px 3px rgba(0, 0, 0, 0.3);
  }
  #menu, #menuContent {
    width: 400px;
  }
  .menuIconWraper {
    margin: 37px 30px;
    transition: margin 0.3s ease-in-out;
    /* New Navbar */
    margin: 15px 20px;
  }
  .menuIconWraper.scrolled {
    margin: 15px 20px;
  }
  #logoContainer {
    width: 295px;
    height: 81px;
    background: url(../img/Logo-tempo-escritorio-big.png);
    background-repeat: no-repeat;
    background-size: contain;

    /* new navbar */
    width: 150px;
    height: 35px;
    background: url(../img/Logo-tempo-escritorio-small.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #navBar.scrolled #logoContainer {
    width: 150px;
    height: 35px;
    background: url(../img/Logo-tempo-escritorio-small.png);
    background-repeat: no-repeat;
    background-size: contain;

  }
  #navbarContentWrapper {
    position: absolute;
    right: 0px;
  }
  #navbarContentWrapper .socialContainer.desktop {
    display: flex;
  }
  #navbarContentWrapper .socialContainer.mobile {
    display: none;
  }
  #navBar.scrolled #navbarContentWrapper .socialContainer img {
    filter: none;
  }
  #navBar #navbarContentWrapper span {
    display: initial;
    cursor: pointer;

    /* new navbar */
    display: none;
  }
  #navBar.scrolled #navbarContentWrapper span {
    display: none;
    color: black;
  }
  .popUp .previousPopup {
    top: -9px;
    left: -9px;
  }
  .popUp .closePopup {
    top: -9px;
    right: -9px;
  }
  /**********/
  /* FOOTER */
  /**********/
  #footer {
    padding: 50px 50px;
  }
  #subscribeSocialNetworksFooterContainer {
    flex-direction: row;
  }
  #subscribeInteractWrapper {
    flex-direction: row;
  }
  #inputTextWraper {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  #inputButtonWraper {
    margin-left: 5px;
  }
  #subscribeFooterButton {
    margin-bottom: 0px;
  }
  #intelectualRightsDisclaimer {
    text-align: center;
    padding: 20px 20%;
  }
}