footer {
  border-top: 4px solid #A4C868;
  background: #2B2B2B;
  padding: 90px 40px 36px;
  color: white;
}

footer .acero {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr ;
  column-gap: 25px;
  border-bottom: 1px solid rgba(164, 200, 104, 0.30);
  padding-bottom: 41px;
}


footer .persuadis {
  margin-top: 50px;
}


footer .acero>div .iconosRedes {
  gap: 20px;
}

footer .acero>div .iconosRedes img,
footer .acero>div .linkMas img {
  object-fit: contain;
  width: auto;
}

footer .acero>div .linkMas {
  /* margin-top: 65px; */
  color: #A4C868;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
}

/* footer .acero>div:nth-child(1){
  grid-row: span 2;
} */

footer .acero a.enlace{
    position: relative;
      z-index: 3;
}
footer .acero .logo {
  max-width: 130px;
  position: relative;
  z-index: -1;
}

footer .acero>div {
  flex-direction: column;
  gap: 7px;
}



footer p {
  font-size: 0.8rem;
}

footer a {
  color: #FFF;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.7px;
}

footer .acero>div:first-child {
  font-family: 'Montserrat', sans-serif;
}

footer .acero>div:first-child .logo {
  margin-bottom: 40px;
}

footer .acero>div:first-child p {
  line-height: 22px;
}

footer .acero>div h2{
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {

  footer .acero>div a:first-child,
  footer .acero>div span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  footer .acero {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 0%;
  }

  footer .acero>div:nth-child(1) {
    grid-column: 1 / 6;
  }

  footer .acero>div:nth-child(1) {
    margin-bottom: 40px;
    align-items: center;
  }

  footer .acero>div:first-child .logo {
    margin-bottom: 10px;
  }

  footer {
    padding: 50px 40px 36px;
  }

  footer .acero>div {
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  footer .acero>div .iconosRedes>img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }

  footer .acero {
    column-gap: 10px;
  }

  footer .acero>div a:first-child,
  footer .acero>div span,
  footer .acero>div .linkMas {
    font-size: 11px;
  }

  footer {
    padding: 50px 20px 36px;
  }

  footer .acero>div .linkMas img {
    width: 10px;
  }

  footer .acero>div .linkMas {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  footer .acero>div {
    grid-column: 1/6;
    gap: 7px;
    margin-bottom: 30px;
  }

}