@font-face {
  font-family: "CairoRegular";
  src: url("../fonts/Cairo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "CairoBold";
  src: url("../fonts/Cairo-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

*{
  margin: 0;
  padding: 0;
}

#speeches-container{
  max-width: 1660px;
  width: 100%;
  height: 360px;
  margin: auto;
  background-color: #000;
  display: flex;
  margin-bottom: 55px;
}

#speeches-container h3{
  font-family: "CairoBold";
  color: #C9C9C9;
  margin-top: 10px;
}

#speeches-container p{
  font-family: "CairoRegular";
  font-size: 20px;
  color: #fff;
}

#speeches-container #face-open{
  width: 25%;
  height: 100%;
  border-right: solid 1px #fff;
  display: flex;
  align-items: flex-start;
}

#speeches-container #face-open img{
  max-width: 45%;
  width: 100%;
  align-self: auto;
  flex-grow: 1;
}

#speeches-container #face-open .audio-context{
  position: relative;
  /*width: 187px;*/
  height: 95%;
  margin: 15px 15px auto 10px;
}

#speeches-container #face-open .audio-context p{
  font-size: 18px;
  line-height: 23px;
  color: #B0B0B0;
}

#speeches-container #face-open .audio-context .context-end{
  position: absolute;
  bottom: 0;
}

#speeches-container #face-open .audio-context .context-end .city{
  color: #FF0000;
}

#speeches-container #speeches-content{
  width: 75%;
  height: 100%;
}

#speeches-container #speeches-content .galan-speech{
  display: flex;
  background-color: #363636;
  height: 40%;
}

#speeches-container #speeches-content .galan-speech .imgContainer{
  margin: auto 2%;
  cursor: pointer;
}

#speeches-container #speeches-content .galan-speech .play-module{
  flex-grow: 1;
  position: relative;
}

#speeches-container #speeches-content .galan-speech .play-module .svg-container{
  max-width: 1020px;
  width: 100%;
  position: absolute;
  bottom: 5px;
}

#speeches-container #speeches-content .galan-speech .play-module .svg-container .time{
  display: flex;
  justify-content: space-between;
}

#speeches-container #speeches-content .speech-playlist{
  height: 60%;
  margin-left: 25px;
  margin-right: 25px;
}

#speeches-container #speeches-content .speech-playlist .speech{
  display: flex;
  max-height: 60px;
  height: 100%;
  align-items: center;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}

#speeches-container #speeches-content .speech-playlist .speech p:nth-of-type(1){
  margin-right: 10px;
}

#speeches-container #speeches-content .speech-playlist .speech p:nth-of-type(3){
  margin: auto;
  margin-right: 0;
}
