.section-redes-sociales {
  background-image: url(../images/redes/bg-redes.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-redes-sociales h3 {
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}
.section-redes-sociales p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-top: 3rem;
}
@media (min-width: 425px) {
  .section-redes-sociales h3 {
    font-size: 3rem;
  }
  .section-redes-sociales p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .section-redes-sociales p {
    text-align: start;
  }
}

.btn-redes {
  padding-left: 60px;
  padding-right: 2rem;
  color: #fff;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-redes:focus {
  box-shadow: none;
  color: #000;
}
.btn-redes:before {
  background: #ffffff;
  border-radius: 50px;
}
.btn-redes:hover {
  color: #000;
}
.logo-redes {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-redes img {
  width: 40%;
}
@media (min-width: 1200px) {
  .btn-redes {
    font-size: 1.5rem;
    margin: 0;
    height: 62px;
  }
  .logo-redes {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .btn-redes {
    margin: 0;
  }
}

.btn-instagram {
  background: linear-gradient(45deg, #ff680d 0%, #ff386f 25%, #c930a5 50%, #7032c4 75%, #1d35e1 100%);
}
.btn-facebook {
  background: #3b5998;
}