@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

.custom-footer {
  background: #43b02a;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  padding: 30px 0;
}

.custom-footer .wrap {
  max-width: 1140px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.custom-footer .logo-binter img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.custom-footer .enlace-legales {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 30px;
}

.custom-footer .enlace-legales a {
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  text-align:center;
  width: 100%;
  max-width: 260px;
  font-size: 14px;
}

.custom-footer .enlace-legales a:first-child {
  text-align: right !important;
}

.custom-footer .enlace-legales a:last-child {
  text-align: left !important;
}

.custom-footer .selector-cookies button {
  background-color: #fff;
  border: 1px solid #5cac28;
  border-radius: 3px;
  padding: 10px 16px; 
  text-decoration: none; 
  color: #5cac28; 
  font-family: inherit; 
  font-size: inherit; 
  font-weight: normal; 
  line-height: inherit; 
  text-align: left; 
  text-shadow: none;"
}

.custom-footer .copy {
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 720px) {
  .custom-footer .enlace-legales {
    flex-flow: column;
  }
  
  .custom-footer .enlace-legales a, .custom-footer .enlace-legales a:first-child, .custom-footer .enlace-legales a:last-child {
    text-align: center !important;
    padding: 12px 0;
  }
}
