@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  src: url(../fonts/RedHatDisplay-regular.ttf) format('woff2');
}

#section-confirmacao {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-radius: 0px 0px 40px 40px;
  background-color: #FFFFFF;
}

.confirmacao-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-top: 60px;
}

.confirmacao-header i {
margin: 24px 0 8px 0;
font-size: 40px;
color: #0BB783;
}

.confirmacao-header>h1 {
  text-align: center;
  color: #06142D;
  font-family: 'Margem-medium';
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}

.confirmacao-header>h2 {
  height: 72px;
  text-align: center;
  color: #505F79;
  margin-top: 24px;
  font-family: Mulish;
  font-size: 16px;
  line-height: 24px;
}

.confirmacao-header>span {
  height: 36px;
  margin-top: 24px;
  text-align: center;
  color: #505F79;
  font-family: Mulish;
  font-size: 12px;
  line-height: 18px;
}

.confirmacao-header>span>a {
  color: #0052CC;
  text-decoration: none;
}

.confirmacao-header>span>a:hover {
  text-decoration: underline;
}

/* .proximos-eventos {
  display: none;
} */

.confirmacao-button {
  margin-top: 24px;
  text-align: center;
  width: 211px;
  height: 40px;
  padding: 0;

  background: #DD303E;
  border: none;
  border-radius: 3px;
  font-family: "Margem-bold";
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
}

.confirmacao-hr {
  margin: 24px 0 0px 0;
  width: 56px;
  border: 1px solid #F20009;
  background-color: #F20009;
}

.confirmacao-video {
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  font-family: RedHatDisplay;
  margin-top: 40px;
  width: 100%;
  max-width: 618px;
  height: 350px;
}

.confirmacao-span {
  display: block;
  width: 100%;
  max-width: 328px;
  height: 36px;
  margin-top: 16px;
  font-family: Mulish;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.confirmacao-span>a {
  color: #0052CC;
  text-decoration: none;
}

.confirmacao-span>a:hover {
  text-decoration: underline;
}

#live-embed {
  width: 100%;
  max-width: 718px;
}


@media screen and (max-width: 630px) {
  #section-confirmacao {
      padding: 0 16px;
  }
}

@media screen and (max-width: 580px) {
  .confirmacao-header {
    margin-bottom: 40px;
  }
  .confirmacao-hr {
      margin-bottom: 56px;
  }
}
