.bgverdetrashbox {
  background-color: #56b48c !important;
}

.bgazultrashbox {
  background-color: #0c4c96 !important;
}

.verdetrashbox {
  color: #56b48c !important;
}

.azultrashbox {
  color: #0c4c96 !important;
}

.btn {
  padding: 10px 28px;
  border-radius: 28px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  margin-right: 14px;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 16px 0 rgba(44, 84, 130, 0.1);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: #0c4c96;
  color: #fff;
}
.btn-primary:hover {
  background: #073369;
}

.btn-success {
  background: #56b48c;
  color: #fff;
}
.btn-success:hover {
  background: #3f8869;
}

.benefit__slide {
  text-align: center;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px; /* Ajusta según lo que necesites */
}

.benefit__slide i {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.benefit__slide p {
  font-size: 1rem;
  color: #232323;
  margin: 0;
  font-weight: 500;
}

.destacado-gradient {
  position: relative;
  z-index: 1;
  background: #fff; /* o tu color base */
}

.destacado-gradient::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 26px;
  background: linear-gradient(90deg, #56b48c 0%, #0c4c96 100%);
  box-shadow: 0 0 32px 0 #0c4c9633;
}

.destacado-gradient {
  /* Borde gradiente */
  padding: 3px;
  border-radius: 24px;
  background: linear-gradient(90deg, #56b48c 0%, #0c4c96 100%);
  position: relative;
}

.card-content {
  background: #fff;
  border-radius: 20px; /* Menor para que el gradiente se vea */
  padding: 44px 32px;
  height: 100%;
  /* Sombra opcional */
  box-shadow: 0 0 32px 0 #0c4c9633;
}


.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 50px;
  right: 100px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 2.3rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(12,76,150,0.16);
  transition: background 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  box-shadow: 0 4px 16px rgba(12,76,150,0.24);
  color: #fff;
}





.brand-title {
  font-size: 76px;
  font-weight: bold;
}

.spanfunciona {
  font-weight: bold;
  font-size: 25px;
}

.spanelegir {
  font-weight: bold;
  font-size: 45px;
}


@media (max-width: 600px) {
  .brand-title {
    font-size: 50px;
  }

  .subtitleh6 {
    font-size: 15px;
    display: block;
    text-align: center;
  }

  .subtitleh2 {
    font-size: 30px;
    display: block;
    text-align: center;
  }

  .parrafo {
    font-size: 12px;
    display: block;
    text-align: center;
  }

  .spanfunciona {
    font-weight: bold;
    font-size: 20px;
  }

  .spanelegir {
    font-weight: bold;
    font-size: 30px;
  }

  .subtitle2 {
    font-size: 20px;
    display: block;
    text-align: center;
  }

  .centrar {
    
    display: block;
    text-align: center;
  }

  .lista {
    font-size: 15px !important;
  }

  .spanporque {
    font-size: 32px;
    font-weight: bold;
  }

  .whatsapp-float {
    bottom: 30px;
    right: 50px;
    }

}
