/* VARIABILI NON BOOTSTRAP */
/* ereditati da Antoniana e non ancora usati */
/*BB*/
/*BB*/
/*BB*/
/*BB*/
/* VARIABILI BOOTSTRAP */
/*$primary:       $verde-scuro;*/
/*BB*/
/*BB*/
/* BB */
/* BB */
/**/
@keyframes shake_vertically {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -5px); }
  75% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0); } }
/*** HEADER ***/
.gradient {
  height: 140px;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(149, 149, 152, 0.8267682073) 0%, #02385a 0%, rgba(2, 56, 90, 0) 100%); }

#header {
  z-index: 2;
  position: relative;
  min-height: 164px;
  width: 100%;
  background: #51002d;
  padding: 0px 0; }
  @media only screen and (max-width: 768px) {
    #header {
      min-height: 105px;
      height: 105px; } }
  #header .container {
    margin-top: 36px;
    min-height: 164px; }
    @media only screen and (max-width: 1150px) {
      #header .container {
        background-position-x: calc(100% - 50px);
        background-size: 480px auto; } }
    @media only screen and (max-width: 1065px) {
      #header .container {
        background-position-x: calc(100% - 60px);
        background-size: 440px auto; } }
    @media only screen and (max-width: 768px) {
      #header .container {
        margin-top: 20px;
        background-position-x: 40px;
        background-size: calc(100% - 80px) auto; } }
  #header * {
    color: #fff;
    /*	@include serif; */ }
  #header #logo img {
    max-height: 145px;
    max-width: 100%;
    height: auto; }
    @media (max-width: 767.98px) {
      #header #logo img {
        max-height: 75px;
        width: auto; } }
  #header .header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.03rem; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      #header .header-menu ul {
        font-size: 0.95rem; } }
  #header .header-menu li {
    background: none; }
    #header .header-menu li a, #header .header-menu li span {
      color: #fff;
      padding: 0 0;
      font-weight: 700; }
      @media (max-width: 991.98px) {
        #header .header-menu li a, #header .header-menu li span {
          color: #fff;
          display: inline-block;
          padding-top: 5px;
          padding-bottom: 0px;
          margin-bottom: 10px; } }
    #header .header-menu li.active a {
      border-bottom: 2px solid #f4b23d; }
  #header .fb-icon {
    display: inline-block; }
    #header .fb-icon span {
      padding-left: 5px; }
      #header .fb-icon span img {
        position: absolute; }
  #header .navbar {
    padding: 0px 0;
    align-items: start; }
    #header .navbar .d-lg-none {
      width: 100%; }
    @media (min-width: 992px) {
      #header .navbar {
        /*	padding: 10px 0 0px; */ } }
    @media (min-width: 1600px) {
      #header .navbar {
        margin-right: -30px; } }
    #header .navbar.navbar-expand-lg .navbar-collapse {
      margin: auto 3.8vw; }
    #header .navbar .navbar-brand {
      padding: 0;
      margin-right: 35px; }
      @media (max-width: 575.98px) {
        #header .navbar .navbar-brand {
          max-width: 77%; } }
      @media (max-width: 419.98px) {
        #header .navbar .navbar-brand {
          margin-right: 0; } }
    @media (max-width: 419.98px) {
      #header .navbar h1 {
        /*max-width: $logo-xs-max-width;*/
        text-align: left; }
        #header .navbar h1 .navbar-brand {
          max-width: 100%; } }
    #header .navbar .navbar-nav {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
      width: 100%;
      margin-top: 15px; }
    #header .navbar #header-login-btn {
      margin-top: 10px; }
    #header .navbar .navbar-toggler {
      float: right;
      border-width: 0px;
      max-width: 100%;
      margin-bottom: 19px;
      margin-left: 10px; }
    #header .navbar .navbar-toggler:focus {
      outline: none; }
    #header .navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(33, 33, 33, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      max-width: 100%; }
    #header .navbar .dropdown-menu {
      background-color: transparent; }
    #header .navbar .nav-item a, #header .navbar .nav-item span {
      font-size: 1.063rem; }
  #header #menu-rx {
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      #header #menu-rx {
        margin-top: 5px;
        position: absolute;
        right: 0; } }
    @media (max-width: 419.98px) {
      #header #menu-rx {
        max-width: 15%; } }
  @media (max-width: 991.98px) {
    #header #collapsibleNavbar {
      position: fixed;
      z-index: 9998;
      box-sizing: border-box;
      min-height: 100vh;
      width: 0;
      text-align: center;
      overflow-x: hidden;
      overflow-y: hidden;
      pointer-events: none;
      top: 0px;
      right: 0;
      bottom: 0;
      left: 100%;
      visibility: hidden;
      opacity: 0;
      /* display: -webkit-flex; */
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column;
      background: transparent;
      color: #1373a8; }
      #header #collapsibleNavbar #overlay-nav {
        height: 100%;
        text-align: center;
        opacity: 1;
        /*-webkit-transition: opacity 100ms linear;
        -moz-transition: opacity 100ms linear;
        -ms-transition: opacity 100ms linear;
        -o-transition: opacity 100ms linear;
        transition: opacity 100ms linear;*/
        margin: 30px auto 0;
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms; }
      #header #collapsibleNavbar #overlay-nav-wrapper {
        margin: auto;
        opacity: 0;
        -webkit-transition: opacity 100ms linear;
        -moz-transition: opacity 100ms linear;
        -ms-transition: opacity 100ms linear;
        -o-transition: opacity 100ms linear;
        transition: opacity 100ms linear; }
      #header #collapsibleNavbar.show {
        overflow: hidden;
        background: #1373a8;
        overflow-y: scroll;
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        width: 100%;
        left: 0;
        /*-webkit-transition: left 0ms linear 100ms;
        -moz-transition: left 0ms linear 100ms;
        -ms-transition: left 0ms linear 100ms;
        -o-transition: left 0ms linear 100ms;
        transition: left 0ms linear 100ms;*/
        -webkit-transition: background-color 100ms linear;
        -moz-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        -o-transition: background-color 100ms linear;
        transition: background-color 100ms linear; }
        #header #collapsibleNavbar.show #overlay-nav-wrapper {
          opacity: 1; }
      #header #collapsibleNavbar #menu-mobile {
        margin-top: 50px; }
      #header #collapsibleNavbar .fb-icon-mobile {
        padding-top: 5px; } }
  #header #collapsibleNavbar #menu-close {
    position: absolute;
    right: 30px;
    top: 62px;
    width: 50px;
    display: none;
    padding: 0.1rem 0.85rem; }
    @media (max-width: 419.98px) {
      #header #collapsibleNavbar #menu-close {
        max-width: 65%;
        padding: 0.1rem 0.5rem; } }

/*# sourceMappingURL=header.css.map */
