.fold-eveniment {
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 25% 10% 5%; */
  display: flex;
  -webkit-box-shadow: inset 99999px 99999px 99999px 99999px
    rgba(26, 20, 78, 0.57);
  box-shadow: inset 99999px 99999px 99999px 99999px rgba(26, 20, 78, 0.57);
  justify-content: space-between;
}
.foto-speaker {
  max-width: 100%;
}

.inscriere {
  padding: 5%;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1vw;
}

#mce-FNAME,
#mce-LNAME,
#mce-EMAIL,
#mce-TELEFON {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 2%;
}

.subscribe-button {
  border-radius: 20px;
  padding: 5%;
  width: 50%;
  border: none;
  margin-top: 5%;
}

.vorbitori {
  background-color: #f5f5f5;
  text-align: center;
  padding: 5% 10%;
}

.vorbitori .container {
  justify-content: space-between;
}
.speaker {
  background-color: #fff;
  flex-basis: 20%;
  min-width: 0;
  padding: 1%;
  word-break: break-all;
}

.centered {
  margin-bottom: 5%;
}

.agenda,
.agenda-inf {
  display: flex;
  justify-content: space-between;
}
.agenda-inf {
  border-top: 3px solid rgb(183, 183, 183);
  margin-top: 0;
}
.agenda-inf img {
  transform: rotate(180deg);
}

.ora {
  font-size: 2.5vw;
  font-weight: 600;
}

.detalii {
  padding: 15% 5% 5%;
}

.buton-halo-alb {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 2%;
  border-radius: 20px;
  margin-top: 5%;
  display: block;
  text-align: center;
  width: 50%;
}

.detalii-event {
  align-items: center;
}

.date-c {
  justify-content: center;
}

.contact-org {
  text-align: center;
  font-size: 1.5vw;
}

.buton-halo2 {
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 2%;
  /* margin: 2% auto; */
  display: block;
  text-align: center;
  width: 70%;
  margin: 2% 15%;
}

.buton-halo2 img {
  width: 2vw;
}

@media only screen and (max-width: 768px) {
  .fold-eveniment {
    flex-direction: column;
  }

  .buton-halo2 {
    width: 100%;
    padding: 3%;
    margin: 5% 0;
  }
  .buton-halo2 img {
    width: 5vw;
  }

  .inscriere {
    width: 100%;
    font-size: 4vw;
  }

  .speaker {
    margin-bottom: 5%;
  }

  .contact-org {
    font-size: 5.5vw;
  }
  .agenda,
  .agenda-inf {
    flex-direction: column;
    overflow: hidden;
    border-top: none;
    border-left: 3px solid #ccc;
  }

  .agenda-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
  }
  .agenda-inf .agenda-item {
    flex-direction: row !important;
  }

  .agenda-item img {
    transform: rotate(90deg);
  }

  .textagenda {
    text-align: left;
    word-break: break-all;
    width: 50%;
  }

  .ora {
    font-size: 6vw;
  }
}
