body {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  font-family: 'Poppins', sans-serif;
}

.overlay {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 30px;
}

.text-container {
  display: flex;
  flex-direction: column;
  height: 100px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.transparente {
  background-color: transparent;
  height: 25px;
  padding-left: 130px;
  display: flex;
  align-items: center;
  font-family: 'Barlow Semi Condensed', sans-serif; 
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 1.1rem;
}

.etapa {
  background-color: #222;
  color: #fff;
  padding: 10px 25px 10px 130px;
  font-size: 1.6rem;
  height: 35px;
  display: flex;
  align-items: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

.local {
  background-color: #7cc6f0;
  color: #000;
  padding: 8px 25px 8px 130px;
  font-size: 1.2rem;
  height: 50px;
  display: flex;
  align-items: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}

.logo-overlay {
  position: absolute;
  top: 45%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
}

.diamond {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: #fff;
  z-index: 2;
}

.diamond img {
  width: 70px;
  height: auto;
  transform: rotate(-45deg);
}
