@font-face {
  font-family: "Margem-regular";
  src: url("@/assets/fonts/Margem-Regular-web.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Margem-bold";
  src: url("@/assets/fonts/Margem-Bold-web.ttf") format("opentype");
  font-display: swap;
}

#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 > h1 {
  text-align: center;
  color: #06142d;
  font-family: "Margem-Medium";
  font-size: 32px;
  line-height: 100%;
}

.confirmacao-header > h2 {
  height: 72px;
  text-align: center;
  color: #505f79;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.confirmacao-header > span {
  margin-top: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #505f79;
}

.confirmacao-header > span > a {
  color: #0052cc;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

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

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

.confirmacao-button {
  background-color: #dd303e;
  color: #fff;
  font-family: "Margem-bold";
  border-radius: 6px;
  border: none;
  width: 217px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 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: "Margem-regular";
  margin-top: 40px;
  width: 100%;
  max-width: 618px;
  height: 350px;
}

.confirmacao-span {
  display: block;
  margin-top: 16px;
  font-family: "Margem-regular";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

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

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

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

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