@import "../style_multiple.css";

/* ------------- BANNER CENTRAL ------------- */


/* ------------- HAPPY SECTION ------------- */

.happySection {
  margin: 3rem 0;
}

.happySection h2 {
  margin-bottom: 1rem;
}

.happySection .subTitle {
  color: var(--rosa);
  font-weight: 700;
  font-size: 20px;
}

.happySection .cardContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.happySection .cardContainer .card {
  display: flex;
  justify-content: center;
  width: 250px;
  padding: 15px;
  border: none;
  box-shadow: 0px 30px 50px #00000014;
  margin: 15px 0;
  border-radius: 10px;
}

.happySection .cardContainer .card h3 {
  font-weight: 700;
}

.happySection .cardContainer .card .textContainer {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.happySection .cardContainer .card .textContainer i {
  margin-right: 10px;
  color: var(--azul);
}

.happySection .cardContainer .card .textContainer p {
  font-size: 15px;
  margin-bottom: 0;
}

.happySection .btn_enel {
  margin: 15px auto;
}

/* ------------- FIN HAPPY SECTION ------------- */
@keyframes slidein {
  from {
    margin-left: 0;
  }

  to {
    margin-left: 3px;
  }
}