@media (max-width: 767px) {

  .links ul {
    background-color: transparent !important;
  }

  .links ul>li {
    border: none !important;
    padding: 0 !important;
  }

  .rs-item-footer {
    width: 32px;
  }

  .rs-flex-footer {
    display: flex;
    gap: 8px;
    justify-content: start;
  }


  .blockGeneralFooter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1%;
    margin-top: 3%;
    gap: 16px;

    flex-direction: column;
  }
  .blockMenuFooter{
    /* text-align: center; */
  }
  .footer_menu_nav li a{
    font-size: 1rem;
  }
  .footer_menu_nav .links .h3 {
    font-size: 1.5rem !important;
  }
  .footer_menu_nav li{
    margin-bottom: .8rem;
  }
  .blocContactFooter p, .blocContactFooter a{
    font-size: 1rem;
  }
  .footer_container_mobile{
    padding: 0 8%;
  }

  /* .blockMenuFooter .links .h3 {
    font-size: 1.2rem;
  } */

  .footerLogo img {
    width: 100%;
  }

  .titleContact {
    font-weight: 700 !important;
    font-size: 18px;
  }

  .textContact {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
  }

  .blocContactFooter {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .blockGeneralInfo {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .footerFondLogo {
    width: 100%;
    position: absolute;
    right: -50%;
    bottom: 25%;
  }
}

.footerCustomLc {
  position: relative;
}

#footer {
  overflow: hidden;
  position: relative;
  padding-top: 0 !important;
}



@media (min-width: 767px) {

  .footerFondLogo {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: -14%;
  }

  .rs-item-footer {
    width: 32px;
  }

  .rs-flex-footer {
    display: flex;
    gap: 8px;
    justify-content: start;
    margin-top: 20px;
  }


}

.blocCopyright span {
  color: #fff;
  font-size: 14px;
}

.blocCopyright p {
  text-align: center;
}

.blockGeneralFooter {
  display: flex;
  gap: 32px;
}

.footer-container {
  background-color: #283E38;
}


.links ul>li a {
  color: #fff !important;
}

.blocContactFooter p {
  color: #fff;
}

.blocContactFooter a {
  color: #fff;
}


.blockMenuFooter .links .h3 {
  font-weight: 700 !important;
  font-size: 17px;
  color: #fff;
}

.blockMenuFooter .links a {
  color: #fff;
  font-weight: 300;
}

.blockNewsletter {
  margin-top: 24px;
}

.blockNewsletter .h3 {
  color: #fff;
}