.mob-style-footer {
    padding-top: 2rem;
    padding-bottom: 0px;
    background-color: var(--slp-oscuro);
  }

  @media (max-width: 575px) {
    .mob-style-footer .container .row > [class*="col"] {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  .mob-style-footer .item-wrap {
    width: 100%;
  }
  .mob-style-footer .navbar-brand {
    justify-content: start;
    margin-bottom: 0px;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    word-break: break-word !important;
    word-wrap: break-word !important;
    min-height: 50px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    margin-bottom: 35px;
    padding: 0;
    transition: all 0.4s;
    z-index: 1;
    white-space: normal;
  }
  .mob-style-footer .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
  .mob-style-footer .navbar-brand .navbar-logo img {
    width: auto;
  }
  .mob-style-footer .navbar-brand .navbar-caption {
    line-height: inherit !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
  }
  .mob-style-footer .navbar-brand .navbar-caption:hover {
    text-decoration-line: none !important;
  }
  .mob-style-footer .navbar-brand .navbar-logo a {
    outline: none;
    word-break: break-word !important;
    word-wrap: break-word !important;
  }
  .mob-style-footer .navbar-brand .navbar-logo a:hover {
    text-decoration-line: none !important;
  }
  .mob-style-footer .social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -4px -12px;
  }
  .mob-style-footer .soc-item {
    display: flex;
    margin: 0 10%;
    justify-content: center;
    min-width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: 0.4s all;
}

  .mob-style-footer .soc-item .mbr-iconfont {
    position: relative;
    z-index: 5;
    transition: 0.4s all;
    font-size: 22px;
    color: green;
  }

  .mob-style-footer .soc-item span {
    font-size: 1.4rem;
    color: white !important;
    transition: all 0.3s;
  }
  @media (max-width: 767px) {
    .mob-style-footer .col-links {
      padding-top: 20px;
    }
  }
  .mob-style-footer .mbr-section-subtitle {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: left;
  }
  @media (max-width: 575px) {
    .mob-style-footer .mbr-section-subtitle {
      text-align: center !important;
    }
  }
  .mob-style-footer .list {
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    color: white;
    transition: 0.4s all;
    text-align: left;
  }
  @media (max-width: 575px) {
    .mob-style-footer .list,
    .mob-style-footer .navbar-brand {
      text-align: center !important;
      justify-content: center;
    }
  }
  .mob-style-footer .list li {
    width: 100%;
    color: inherit !important;
    margin-bottom: 8px;
    transition: 0.4s all;
  }
  .mob-style-footer .list li:not(:first-child) {
    margin-top: 10px;
  }
  .mob-style-footer .list a {
    position: relative;
    color: inherit !important;
    line-height: inherit !important;
    transition: 0.4s all;
  }
  .mob-style-footer .list a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--slp-verde3);
    transition: 0.4s all;
  }
  .mob-style-footer .list a:hover {
    color: var(--slp-verde3) !important;
    line-height: inherit !important;
  }
  .mob-style-footer .list a:hover:before {
    width: 100%;
  }
  .mob-style-footer .col-copyright {
    padding-top: 0px;
    background-color: #353535;
  }
  @media (max-width: 767px) {
    .mob-style-footer .col-copyright {
      padding-top: 0px;
    }
  }
  .mob-style-footer .border-item {
    width: 100%;
    height: 1px;
    background-color: #353535;
  }
  .mob-style-footer .copyright {
    color: white;
    padding: 10px 0;
  }

@media (max-width: 575px) {
    .mob-style-footer ul{
    text-align: center !important;
    } 
    .mob-style-footer h5{
    text-align: center !important;
    } 
}