footer {
  background-color: black;
  display: flex;
  justify-content: space-between;
}
.container-fluid {
  justify-content: start;
}
footer .logo-main {
  color: white;
  padding-right: 10px;
  white-space: nowrap;
}
footer .logo-secundary {
  color: white !important;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
footer .logo {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0px;
}

footer .nav-contact-info {
  color: white;
}
footer .nav-contact-info:hover {
  color: white;
}
.contact-info-menu {
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  max-width: 280px;
  width: 100%;
}
.nav-contact-info {
  width: 150px;
}
.border-left {
  border-left: white solid 1px;
}
.border-right {
  border-right: white solid 1px;
}

.align-left {
  justify-self: start;
}
.align-right {
  justify-self: end;
}

@media (max-width: 415px) {
  footer .logo {
    margin: 0px !important;
    display: block;
  }
}

@media (max-width: 950px) {
  footer .logo {
    margin: 0px;
    display: block;
  }
  .logo-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .logo-main {
    width: 50%;
    min-width: none;
  }
  footer .logo-secundary {
    width: 50%;
    border: none;
    display: flex;
    margin-left: 0px;
    justify-content: end;
    border-left: white solid 1px;
  }
  footer {
    display: block;
  }
  .w-50 {
    width: 100% !important;
    display: flex;
    justify-content: end;
    border: none;
  }

  .contact-info-menu {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .contact-info-menu > div {
    justify-self: end;
    max-width: 100%;
  }
  .row-main {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #address {
    padding-left: 0px !important;
    justify-content: start;
    border-left: none !important;
    border-right: white solid 1px;
  }
  .nav-contact-info {
    justify-content: end;
    display: flex;
    margin-right: 0px;
    white-space: nowrap;
    padding-right: 0px;
  }
}
.logo-container {
  display: flex;
}
.border-left {
  border-left: white solid 1px !important;
}

.row-main {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 366px) {
  footer .logo-main {
    white-space: normal;
  }
  footer .logo-secundary {
    white-space: normal;
  }
}
