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

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

@font-face {
  font-family: 'MulishBold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Mulish-Bold.ttf) format('woff2');
}

@font-face {
  font-family: 'SpartanBold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Spartan-Bold.ttf) format('woff2');
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757575;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #757575;
}

.section-inscricao {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.inscricao-container {
  width: 100%;
  max-width: 400px;

  margin-top: 40px;
}

.inscricao-title {
  text-align: center;
  font-family: RedHatDisplay;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  color: #06142D;
}

.inscricao-subTitle {
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505F79;
  margin-top: 25px;
}

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

.inscricao-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}

.inscricao-input-div {
  width: 100%;
  margin-bottom: 24px;
}

.inscricao-input-field {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}

.inscricao-form input[type="text"],
#uf {
  width: 100%;
  height: 56px;
  background-color: #F5F5F5;
  border: none;
  padding: 16px 24px;
  color: #757575;
  font-family: Mulish;
  font-size: 16px;
  line-height: 20px;
}

.inscricao-form label {
  font-family: Mulish;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
}

.inscricao-form div:nth-child(1) {
  margin-bottom: 24px;
}

.error-message-name,
.error-message-uf,
.error-message-email {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  color: #FF666C !important;
}

.error-message-name>i,
.error-message-uf>i,
.error-message-email>i {
  margin-right: 5px !important;
}

.eventos-selecionados {
  margin-top: 21px;
}

.eventos-selecionados h1 {
  font-family: MulishBold;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

.eventos-selecionados>h2 {
  font-family: Mulish;
  font-size: 14px;
  line-height: 20px;
  color: #505F79;
  margin-top: 16px;
}

.eventos {
  margin-top: 24px;
}

.evento {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 20px;
}

.nome-evento {
  font-family: Mulish;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.icone-remove-evento {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #F5F5F5;
  font-size: 12px;
  line-height: 24px;
  color: #757575 !important;
}

.icone-remove-evento:hover {
  cursor: pointer;
}

.inscricao-button {
  margin-top: 40px;
  width: 100%;
  height: 56px;
  background: linear-gradient(#E60009, #FF00A2);
  border: none;
  border-radius: 6px;
  font-family: "SpartanBold";
  color: #FFFFFF;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2px;
}

.inscricao-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.inscricao-span {
  display: block;
  margin-top: 16px;
  font-family: Mulish;
  font-size: 12px;
  line-height: 18px;
}

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

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

.inscricao-adicionar-eventos {
  justify-content: center;
  align-items: center;
  color: #0067FF;
  font-family: Mulish;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-top: 50px;
}

.inscricao-adicionar-eventos h3 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  margin-bottom: 30px;
}

.inscricao-adicionar-eventos>span:hover {
  cursor: pointer;
}

.inscricao-adicionar-eventos>span>i {
  margin-right: 8px;
}

.inscricao-button-voltar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Mulish;
  font-size: 12px;
  line-height: 16px;
  color: #505F79;
}

.inscricao-button-voltar>span:hover {
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .section-inscricao {
    padding: 30px 16px;
  }

  .inscricao-subTitle {
    margin-top: 24px;
  }

  .inscricao-form {
    margin-top: 16px;
  }
}
