.footer .footer-top{
    background-color: var(--color-primary);
    color: white;
    font-size: 14px;
    padding:70px 0px 70px 0px
  }
  .logo_footer{
    font-size: 34px;
    margin: 0;
    font-family: var(--alice-font);
    margin-bottom: 25px;
    display: block;
    line-height: 30px;
  }
  .footer a {
    color: white;
    text-decoration: none;
  }
  
  .title_footer{
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 25px;
    display: block;

  }
  
  .footer-top ul li{
    display: block;
    padding-bottom: 15px;
  }
  .footer-top ul li a{
    font-size: 16px;
    color: #ffffff;
  }
  .social-icons ul li{
    display: inline-block;
  }
  
  .footer-top .logo p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  
  .social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
  }
  
  .social-icons .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: white;
    transition: background 0.3s;
  }
  
  .social-icons .icon:hover {
    background-color: rgba(255,255,255,0.4);
    transform: scale(1.1);
  }
  
  .footer-bottom {
    background-color: #fff;
    color: #d0452d;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .footer-bottom ul li{
    display: inline-block;
  }
  .footer-bottom a {
    color: #d0452d;
    margin: 0 5px;
  }
  
  .footer-credits {
    text-align: center;
    flex: 1 1 auto;
  }
  
  .payment-icons span {
    margin: 0 5px;
    font-size: 18px;
  }
  
  .lang-selector {
    font-size: 16px;
    margin-bottom: 10px;
  }
  