

.pie{
  background-color: #e30079;
  color: white;
  text-align: center;
  font-weight:500;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* max-width: 1000px; */
  margin: 15px auto 0px;
}

.rrss
{
  display: flex;
  margin: auto;
  width: 150px;
  justify-content: space-around;
}

.pie a 
{
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.rrss img
{
  height: 35px;
}


  .encabezadoSeguinos
  {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #e30079;

  }

.fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fab-button {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.fab-button:hover
{
  transform: scale(1.05);
  transition: transform 0.3s;
}