.footer a {
  color: rgb(173, 169, 169);
}
.footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #34373c;
  color: #e5e5e6;
  border-bottom: 1.5px solid rgb(173, 169, 169);
}

.footer.home{
  margin-top: -90px;
}

section.footer .top-section {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  align-items: center;
  font-family: 'Intro-SemiBold';
  font-size: 1rem;
}

section.footer .top-section a {
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

section.footer .top-section a:last-child {
  justify-content: center;
}

section.footer .top-section:hover {
  background-color: #3b3f44;
}

.ico-location {
  background-image: url('https://www.avvillas.com.co/wps/wcm/connect/avvillas/1bb72d9b-cd86-4caf-824d-19749788f388/ico-footer3.png?MOD=AJPERES');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
  margin-left: 0px;
}

.ico-contact {
  background-image: url('https://www.avvillas.com.co/wps/wcm/connect/avvillas/ed773f5b-1d8a-4919-801c-19e72ac57d1f/ico-footer2.png?MOD=AJPERES');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  margin-right: 25px;
}

.ico-faq {
  background-image: url('https://www.avvillas.com.co/wps/wcm/connect/avvillas/c9300d38-a82c-408f-bd05-62b6fc113be9/ico-footer1.png?MOD=AJPERES');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

section.footer .top-section:first-child {
  border-right: 1.5px solid rgb(173, 169, 169);
}

section.footer .top-section:last-child {
  border-left: 1.5px solid rgb(173, 169, 169);
}

section.subfooter {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #3B3F44;
  color: #fff;
}

section.subfooter .audiovillas {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-left: 0;
  float: left;
}

section.subfooter .audiovillas ol {
  padding-left: 0;
  margin-bottom: 40px;
}

section.subfooter .audiovillas ol.list-audiovillas {
  padding: 0;
  margin-top: 20px;
}

section.subfooter .audiovillas ol li {
  font-size: 14px;
  padding: 0 25px;
  display: inline-block;
  color: #bebebe;
  font-family: 'Intro-bold';
  margin-top: 0;
  text-align: left;
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
}

section.subfooter .audiovillas ol li span {
  font-family: 'Intro-regular';
  font-size: 12px;
}

section.subfooter .audiovillas ol li:after {
  width: 1px;
  height: 20px;
  content: " ";
  background: #bebebe;
  position: absolute;
  right: 0;
  top: 8px;
}

section.subfooter .audiovillas ol li:after {
  right: -2px;
}

section.subfooter .audiovillas ol li:first-child {
  padding: 0 25px 0 0;
}

section.subfooter .audiovillas ol li:last-child:after {
  width: 0;
  height: 0;
  content: " ";
}

section.subfooter div.social {
  text-align: center;
  margin-top: 50px;
  float: right;
}

section.subfooter div.social img.ico-redes {
  width: 25px;
  margin: 0 10px;
}

section.footer-logos {
  background: #3b3f44;
  padding: 0 0;
  position: relative;
}

section.footer-logos .container {
  border-top: 2px solid #34373c;
}

section.footer-logos .nvoLogosGen {
  padding: 1rem 0;
  display: inline-flex;
}

section.footer-logos .nvoLogosSuper {
  padding: 1rem 15px;
  text-align: center;
}

section.footer-logos .nvoLogos {
  padding: 0 15px;
}

section.footer-logos .nvoLogos img {
  width: 78px;
  max-width: 100%;
}

section.footer-logos .nvoLogosSuper img {
  width: 200px;
  max-width: 100%;
}



@media all and (max-width: 667px) {

  .footerNot {
    margin: 30px auto 0 auto;
  }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {

  .footer {
    border-bottom: none;
  }

  section.footer .top-section {
    width: 100%;
    border-bottom: 1.5px solid rgb(173, 169, 169);
  }

  section.footer .top-section:first-child {
    border-right: none;
  }

  section.footer .top-section:last-child {
    border-left: none;
  }

  .no-padding {
    padding: 0;
  }

  section.footer .top-section {
    font-size: 1.1rem;
  }

  section.footer .top-section a {
    text-decoration: none;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }

  section.footer .top-section a:last-child {
    justify-content: center;
  }

  .ico-location {
    background-image: url('https://www.avvillas.com.co/wps/wcm/connect/avvillas/1bb72d9b-cd86-4caf-824d-19749788f388/ico-footer3.png?MOD=AJPERES');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 25px;
    margin-left: -80px;
  }

  section.subfooter .audiovillas h6 {
    text-align: center;
    margin-bottom: 50px;
  }

  section.subfooter .audiovillas ol {
    width: 100%;
    max-width: 100%;
  }

  section.subfooter .audiovillas ol li:first-child {
    padding: 0 0 0 0;
  }

  section.subfooter .audiovillas ol li {
    width: 32.5%;
    text-align: center;
    padding: 0;
  }

  section.subfooter .audiovillas ol li:after {
    right: -2px;
  }

  section.subfooter .audiovillas ol li:nth-child(5), section.subfooter .audiovillas ol li:nth-child(4) {
    width: 49.4%;
    margin-top: 20px;
    text-align: center;
    padding-right: 0;
  }

  section.subfooter .audiovillas ol li:nth-child(5):after, section.subfooter .audiovillas ol li:nth-child(3):after {
    width: 0;
    height: 0;
    content: " ";
  }

  section.subfooter .audiovillas ol li:nth-child(4):after {
    width: 1px;
    height: 20px;
    content: " ";
  }

  section.subfooter .audiovillas ol li:last-child {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  section.subfooter .audiovillas ol li:after {
    right: -2px;
  }

  section.subfooter div.social {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  section.footer-logos .nvoLogos {
    padding: 15px 15px;
    text-align: center;
  }

  section.footer-logos .nvoLogosSuper {
    margin-top: 1em;
    padding: 1em 0;
    border-top: 2px solid #34373c;
    text-align: center;
  }

  section.footer-logos .nvoLogos img {
    width: 78px;
    max-width: 100%;
  }

  section.footer-logos .nvoLogosSuper img {
    width: 150px;
    max-width: 100%;
  }

  .d-sm-none {
    display: none;
  }

  .rowFooter {
    display: inline-flex;
    margin: 0 auto;
  }
}
