.before-footer {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%),
        url('../imagenes/before_footer.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.before-footer a {
  color: white;
  text-decoration: none;
}

.before-footer hr {
  border: none;
  border-top: 2px solid #fff;
  margin: 20px 0;
}


.container-footer {
    text-align: left;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
}

.container-contacto h4 {
    font-size: 1.2em;
}

.container-contacto {
    width: 20%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    margin-top: 20px;
    margin-left: 50px;
}

.container-contacto i {
  margin-right: 8px; /* Puedes ajustar el valor a tu gusto */
}


.container-links {
    width: 15%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    margin-top: 30px;
    margin-left: 100px;
}

.container-busquedas {
    width: 15%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    margin-top: 30px;
    text-align: left;
}

.container-provincias1 {
    width: 10%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    margin-top: 30px;
}

.container-provincias2 {
    width: 10%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    margin-top: 102px;
}

.container-zonas {
    width: 25%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    margin-top: 30px;
    margin-left: 30px;
}


.agent-social {
  text-align: left;
  width: 100%;
  max-width: 1700px;
  margin-left: 150px;
  padding: 0 20px;
  box-sizing: border-box;
}

.agent-social a {
  margin-right: 15px;
  color: white;
  font-size: 1.5em;
  position: relative;
  top: -10px;
}

/* FOOTER */
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  padding: 10px;
  text-align: center;
}
