#dvaboutUs {}

.about {
  background-color: #ededed63;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.about-text {
  background-color: white;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-wrap-style: balance !important;
}

.about-text h1 {
  font-size: 3.3rem !important;
  font-weight: bolder;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.logo-heartbeat {
  animation: heartbeat 2.5s infinite;
  transform-origin: center;
  max-width: 100%;
  padding: 20px;
}

.logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.valores {
  padding-left: 3rem;
  margin-bottom: 3rem;
}







.card-custom {
  border-radius: 20px;
  background-color: #000000d4;
  padding: 2rem;
  margin: 2rem auto;
}

.contact-box {
  background-color: #000000d4;
  color: #e4007c;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  margin-top: 1.5rem;
}

.highlight {
  color: #e4007c;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.img-fluid-custom {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

.email-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.email-link:hover {
  color: #e4007c;
}