/*Footer General*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.company-info ul {
    list-style: none;
    display: flex;
    gap: 20px;
      color: white;
      margin: 0;
  }
  
  .company-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .mobile a,
  .email a {
    text-decoration: none;
    color: white;
  }
  
  .container-general{
      background-color: #0B0B0B;
      font-family: 'Roboto', sans-serif;
      padding: 58px 0 18px 0;
  }
  
  .inner-general{
      max-width: 1300px;
      margin: 0 auto;
      padding: 10px;
  }
  
  .layout-general{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 50px;
  }
  
  .title, .footer-menu-item li a{
      color: white;
  }
  
  .menu-column{
      display: flex;
      justify-content: space-around;
      flex-grow: 1;
  }
  
  .footer-logo{
      display:flex;
      flex-direction:column;
      color: white;
      gap: 20px;
  }
  
  .footer-logo img{
      width: 198.729px;
      margin-left: -20px;
  }
  
  .footer-menu-item{
      list-style-type: none;
      margin: 0;
      padding: 0;
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.5px;
  }
  
  .footer-menu-item a{
      text-decoration: none;
  }
  
  .footer-menu-item > li{
      margin-bottom: 27px;
  }
  
  .footer-general-info{
        list-style: none;
      margin-left: 0;
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  
  .footer-general-info > li{
      display: flex;
    gap: 12px;
  }
  
  .footer-menu-item li:hover{
      opacity: 0.8;
  }
  
  .title{
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.5px;
      margin: 0 0 28px 0;
  }
  
  .social{
      display: flex;
      flex-direction: row;
      gap: 15px;
      transition: scale 0.5s, opacity 0.5s;
  }
  
  .social img:hover{
      opacity: 0.8;
      scale: 1.1;
  }
  
  .accessibility{
      display: flex;
  }
  
  .accessibility a{
      text-decoration: none;
      color:#FFF;
      font-family: Helvetica;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%; /* 18.2px */
      display: flex;
      align-self: flex-end;
      align-items: center;
      gap: 7px;
  }
  
  .accessibility a:hover{
      opacity: 0.8;
  }
  
  .footer-hr{
      border: 0;
      height: 1px;
      background: radial-gradient(131903993.96% 63.61% at 50% 47.17%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%, rgba(255, 255, 255, 0.00) 100%);
  }
  
  .copy-text{
      display: flex;
      color: white;
      justify-content: center;
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 157.031%; /* 25.125px */
      letter-spacing: 0.5px;
  }