

.section {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 5%;
}

.containers {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.welcome {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.welcome img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  display: block;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
  font-weight: bold;
}

.overlay-text h1 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: bold;
  color: #C70C00
}

.content {
  width: 90%;
  margin: 0 auto;
  align-items: center; /* Alineación vertical del contenido interno */
}

.cube {
  display: flex;
}

.empthy-container {
  width: 40%;
  height: 20%;
}

.description-container {
  margin-top: 3%;
  text-align: center;
  font-weight: bold;
  color: #808080;
}

.information-container {
  width: 60%;
  align-content: end;
  color: #808080;
  font-weight: bold;
  margin-bottom: 5%;
}

.information-container h3 {
  color: #313131;
  font-weight: bold;
}