.levissima-footer {
  background-color: var(--green);
  padding-top: 1.88rem;
  color: #FFF;
  margin-top: auto;
  position: relative;
  z-index: 1; }
  .levissima-footer--bot {
    border-top: 1px solid #FFF;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem; }
    @media (max-width: 767px) {
      .levissima-footer--bot {
        -ms-flex-direction: column;
            flex-direction: column;
        border: none; } }
  @media (max-width: 767px) {
    .levissima-footer--copy {
      text-align: center;
      padding-bottom: 20px; } }

.footer-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .footer-images--left {
    display: -ms-flexbox;
    display: flex; }
    .footer-images--left img {
      height: 3.13rem;
      width: auto;
      display: block;
      margin-right: 1.25rem; }
  @media (max-width: 767px) {
    .footer-images--left {
      -ms-flex-direction: column;
          flex-direction: column;
      width: 50%; }
      .footer-images--left .logo-rigeneriamo {
        width: 100%;
        height: auto;
        padding-bottom: 16px;
        margin: 0; }
      .footer-images--left .powered {
        width: 100%;
        height: auto;
        margin: 0; } }
  .footer-images--right {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end; }
    .footer-images--right-wrap {
      display: -ms-flexbox;
      display: flex; }
    .footer-images--right-text {
      font-size: 0.5rem; }
      .footer-images--right-text a {
        color: var(--white);
        text-decoration: underline; }
    .footer-images--right img {
      margin-left: 0.75rem;
      display: block;
      height: 6.25rem;
      width: auto; }
      @media (max-width: 767px) {
        .footer-images--right img {
          height: 4.69rem; } }

.menu-footer {
  border-top: 1px solid #FFF;
  margin-top: 1.25rem;
  font-weight: 500; }
  .menu-footer--items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    list-style: none;
    padding: 0.94rem 0;
    position: relative;
    margin: 0; }
    @media (max-width: 767px) {
      .menu-footer--items {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0; } }
    .menu-footer--items:before {
      content: "";
      width: 1px;
      background: #FFF;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      left: 0;
      height: 1.88rem; }
      @media (max-width: 767px) {
        .menu-footer--items:before {
          display: none; } }
  .menu-footer--item {
    font-size: 0.875rem;
    margin: auto;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .menu-footer--item {
        padding: 20px 0;
        border-bottom: 1px solid #FFF;
        width: 100%; } }
    .menu-footer--item:after {
      content: "";
      width: 1px;
      background: #FFF;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 0;
      height: 1.88rem; }
      @media (max-width: 767px) {
        .menu-footer--item:after {
          display: none; } }
  .menu-footer--link {
    display: block;
    color: #FFF;
    padding: 0 1.5rem;
    text-align: center; }
    .menu-footer--link:hover {
      color: #FFF; }
    .menu-footer--link.btn {
      height: 2.5rem;
      border: 1px solid #FFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 1.25rem; }
      @media (max-width: 991px) {
        .menu-footer--link.btn {
          width: 80%;
          line-height: 1;
          -ms-flex-pack: center;
              justify-content: center; } }

.menu-legal {
  margin-left: auto; }
  .menu-legal--items {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .menu-legal--items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        line-height: 2.3333em; } }
  .menu-legal--item {
    position: relative; }
    @media (max-width: 767px) {
      .menu-legal--item {
        width: auto; } }
    .menu-legal--item:after {
      content: "";
      height: 12px;
      background: #FFF;
      width: 1px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 0; }
    .menu-legal--item:last-child:after {
      display: none; }
    .menu-legal--item:last-child a {
      padding-right: 0; }
  .menu-legal--link {
    display: block;
    padding: 0 0.75rem;
    color: #FFF; }
    .menu-legal--link.bold {
      font-weight: 700; }
    .menu-legal--link:hover {
      text-decoration: underline; }
