.seccion-hidden {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.container-wsp {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: none;
  flex-direction: row;
  align-content: center;
  position: fixed;
  width: 310px;
  height: auto;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
}
.icon-wsp-parrafo {
  text-align: center;
  width: 90%;
  height: auto;
  padding: 10px 2px;
  margin-right: -30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.icon-wsp-parrafo a {
  font-family: "Ruda", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.icon-wsp-img {
  width: 70px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
  cursor: pointer;
}
@media (max-width: 425px) {
  .icon-wsp-img {
    width: 40px;
  }
  .icon-wsp-parrafo a {
    font-size: 10px;
  }
  .icon-wsp-parrafo {
    padding: 4px 1px;
    margin-right: -10px;
  }
  .container-wsp {
    width: 210px;
  }
}
