@font-face {
  font-family: 'Ferrovial New';
  font-weight: 300;
  src: url('../upload/fonts/FerrovialN-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Ferrovial New';
  font-weight: 400;
  src: url('../upload/fonts/FerrovialN-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Ferrovial New';
  font-weight: 700;
  src: url('../upload/fonts/FerrovialN-Bold.ttf') format('truetype');
}

html, body, nav ul li a, h3.sectionTitle {
  font-family: 'Ferrovial New' !important;
}

nav ul li a.active {
  color: #EBB700 !important;
  
  &::after {
    display: none;
  }
}

nav ul li {
      @media (min-width: 1200px) {
        display: flex;
        align-items: center;
        &:not(:last-child)::after {
            content: "/";
            padding-left: 5px;
            padding-right: 5px;
            font-weight: 400 !important;
            color: #DEDEDE;
            font-size: 18px !important;
        }
    }
}

.nav-container {
  @media(min-width: 1269px) {
    justify-content: flex-end;
  }
}

nav ul {
  @media only screen and (max-width: 1269px) {
    margin-top: 30px;
    background-color: #010c26;
  }
}

.navigation {
  background-color: #000C27;
}

.sweet-alert {
    background: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border-radius: 0rem;
    font-family: "Ferrovial New";
}

.languages {
  background: #010c26 !important;
}