.ags-oabms-app {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 36px 18px 56px 18px;
  font-family: "Poppins", Arial, sans-serif;
  color: #242C44;
  box-sizing: border-box;
}

.ags-oabms-app * {
  box-sizing: border-box;
}

/* HERO */

.ags-oabms-hero {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.ags-oabms-hero-conteudo {
  flex: 1 1 620px;
  background: #242C44;
  color: #ffffff;
  border-radius: 28px;
  padding: 42px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(36, 44, 68, 0.22);
}

.ags-oabms-hero-conteudo:after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(225, 48, 36, 0.26);
}

.ags-oabms-etiqueta {
  display: inline-block;
  background: #E13024;
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ags-oabms-hero h1 {
  margin: 0 0 14px 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.ags-oabms-hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.ags-oabms-hero-alerta {
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.ags-oabms-hero-card {
  flex: 0 1 360px;
  background: #ffffff;
  border-radius: 28px;
  padding: 30px;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 45px rgba(36, 44, 68, 0.10);
}

.ags-oabms-hero-card h2 {
  margin: 0 0 18px 0;
  color: #242C44;
  font-size: 22px;
  font-weight: 800;
}

.ags-oabms-hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ags-oabms-hero-card li {
  position: relative;
  padding: 0 0 12px 24px;
  font-size: 14px;
  line-height: 1.45;
  color: #3f465c;
}

.ags-oabms-hero-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E13024;
}

/* CARDS DE LOCALIZAÇÃO */

.ags-oabms-locais {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 26px;
}

.ags-oabms-local-card {
  flex: 1 1 420px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #eeeeee;
  box-shadow: 0 14px 34px rgba(36, 44, 68, 0.08);
}

.ags-oabms-local-icone {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #242C44;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.ags-oabms-local-card h2 {
  margin: 0 0 8px 0;
  color: #242C44;
  font-size: 20px;
  font-weight: 800;
}

.ags-oabms-local-card p {
  margin: 0 0 12px 0;
  color: #4d5368;
  line-height: 1.55;
  font-size: 14px;
}

.ags-oabms-local-card a {
  color: #E13024;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
}

.ags-oabms-local-card a:hover {
  text-decoration: underline;
}

/* LAYOUT PRINCIPAL */

.ags-oabms-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.ags-oabms-formulario {
  flex: 1 1 680px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(36, 44, 68, 0.09);
  padding: 30px;
}

.ags-oabms-aside {
  flex: 0 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ags-oabms-aside-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(36, 44, 68, 0.09);
  padding: 24px;
}

.ags-oabms-bloco-titulo {
  margin-bottom: 22px;
}

.ags-oabms-bloco-titulo span {
  display: inline-block;
  margin-bottom: 8px;
  color: #E13024;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.ags-oabms-bloco-titulo h2 {
  margin: 0 0 8px 0;
  color: #242C44;
  font-size: 30px;
  font-weight: 800;
}

.ags-oabms-bloco-titulo p {
  margin: 0;
  color: #5f6578;
  line-height: 1.55;
}

/* ETAPAS */

.ags-oabms-etapa {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid #eeeeee;
}

.ags-oabms-etapa-numero {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #242C44;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.ags-oabms-etapa-conteudo {
  flex: 1;
}

.ags-oabms-etapa-conteudo h3 {
  margin: 0 0 16px 0;
  color: #242C44;
  font-size: 20px;
  font-weight: 800;
}

.ags-oabms-linha-validacao {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}

.ags-oabms-linha-validacao label {
  flex: 1;
}

.ags-oabms-linha-validacao button {
  width: 170px;
}

.ags-oabms-grid-campos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.ags-oabms-grid-campos label {
  flex: 1 1 260px;
}

.ags-oabms-grid-data label {
  flex: 0 1 260px;
}

/* CAMPOS */

.ags-oabms-app label {
  display: block;
  color: #242C44;
  font-size: 13px;
  font-weight: 700;
}

.ags-oabms-app input,
.ags-oabms-app select {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d9dce5;
  border-radius: 14px;
  min-height: 48px;
  padding: 0 14px;
  background: #ffffff;
  color: #242C44;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ags-oabms-app input:focus,
.ags-oabms-app select:focus {
  border-color: #242C44;
  box-shadow: 0 0 0 4px rgba(36, 44, 68, 0.10);
}

.ags-oabms-app input:disabled,
.ags-oabms-app select:disabled,
.ags-oabms-app input[readonly] {
  background: #f4f5f8;
  color: #60677b;
}

/* BOTÕES */

.ags-oabms-btn {
  border: 0;
  border-radius: 14px;
  min-height: 48px;
  padding: 0 18px;
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.ags-oabms-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.ags-oabms-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.ags-oabms-btn-principal {
  background: #E13024;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(225, 48, 36, 0.22);
}

.ags-oabms-btn-secundario {
  background: #242C44;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(36, 44, 68, 0.18);
}

.ags-oabms-btn-full {
  width: 100%;
  margin-top: 18px;
  min-height: 56px;
  font-size: 15px;
}

/* MENSAGENS */

.ags-oabms-ajuda {
  margin: 10px 0 0 0;
  color: #6a7081;
  font-size: 13px;
  line-height: 1.5;
}

.ags-oabms-mensagem {
  display: none;
  margin-bottom: 18px;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.ags-oabms-mensagem.ags-oabms-mensagem-ok {
  display: block;
  background: #edf8f0;
  border: 1px solid #ccebd4;
  color: #256339;
}

.ags-oabms-mensagem.ags-oabms-mensagem-erro {
  display: block;
  background: #fff0ef;
  border: 1px solid #ffd4d0;
  color: #9c241d;
}

.ags-oabms-mensagem.ags-oabms-mensagem-info {
  display: block;
  background: #f1f4fb;
  border: 1px solid #dce4f4;
  color: #242C44;
}

/* DETALHE DA SALA */

.ags-oabms-detalhe-sala {
  display: none;
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f7f8fb;
  border: 1px solid #e7e9f0;
}

.ags-oabms-detalhe-sala.ags-oabms-detalhe-sala-visivel {
  display: block;
}

.ags-oabms-detalhe-sala h4 {
  margin: 0 0 8px 0;
  color: #242C44;
  font-size: 17px;
  font-weight: 800;
}

.ags-oabms-detalhe-sala p {
  margin: 5px 0;
  color: #4f566c;
  font-size: 14px;
  line-height: 1.45;
}

.ags-oabms-detalhe-sala .ags-oabms-alerta-escada {
  margin-top: 10px;
  color: #9c241d;
  font-weight: 800;
}

/* JANELAS */

.ags-oabms-janelas-info {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ags-oabms-janelas-info strong {
  margin-right: 4px;
  font-size: 13px;
  color: #242C44;
}

.ags-oabms-janelas-info span {
  display: inline-block;
  background: #f1f3f7;
  border-radius: 999px;
  padding: 7px 11px;
  color: #40465a;
  font-size: 12px;
  font-weight: 700;
}

.ags-oabms-janelas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ags-oabms-janela-btn {
  flex: 1 1 140px;
  border: 1px solid #dfe2ea;
  background: #ffffff;
  color: #242C44;
  min-height: 58px;
  border-radius: 16px;
  padding: 9px 8px;
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  transition: all 0.18s ease;
}

.ags-oabms-janela-btn:hover:not(:disabled) {
  border-color: #242C44;
  box-shadow: 0 10px 22px rgba(36, 44, 68, 0.10);
}

.ags-oabms-janela-btn.ags-oabms-janela-ativa {
  background: #242C44;
  color: #ffffff;
  border-color: #242C44;
}

.ags-oabms-janela-btn:disabled {
  cursor: not-allowed;
  background: #f1f1f1;
  color: #9297a4;
  text-decoration: line-through;
}

/* RESUMO */

.ags-oabms-resumo {
  border-top: 1px solid #eeeeee;
  padding-top: 24px;
  margin-top: 8px;
}

.ags-oabms-resumo h3 {
  margin: 0 0 16px 0;
  color: #242C44;
  font-size: 20px;
  font-weight: 800;
}

.ags-oabms-resumo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ags-oabms-resumo-grid div {
  flex: 1 1 260px;
  background: #f7f8fb;
  border: 1px solid #e7e9f0;
  border-radius: 16px;
  padding: 14px;
}

.ags-oabms-resumo-grid span {
  display: block;
  color: #73798a;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ags-oabms-resumo-grid strong {
  display: block;
  color: #242C44;
  font-size: 14px;
  line-height: 1.35;
}

/* ASIDE */

.ags-oabms-aside-card h2 {
  margin: 0 0 16px 0;
  color: #242C44;
  font-size: 22px;
  font-weight: 800;
}

.ags-oabms-sala-lista {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ags-oabms-sala-lista div {
  background: #f7f8fb;
  border: 1px solid #e7e9f0;
  border-radius: 16px;
  padding: 14px;
}

.ags-oabms-sala-lista strong {
  display: block;
  color: #242C44;
  font-size: 14px;
  margin-bottom: 5px;
}

.ags-oabms-sala-lista span {
  display: block;
  color: #626879;
  font-size: 13px;
  line-height: 1.4;
}

.ags-oabms-sala-lista .ags-oabms-sala-destaque {
  background: #fff3f2;
  border-color: #ffd4d0;
}

.ags-oabms-aside-card-vermelho {
  background: #E13024;
  color: #ffffff;
  border-color: #E13024;
}

.ags-oabms-aside-card-vermelho h2,
.ags-oabms-aside-card-vermelho p {
  color: #ffffff;
}

.ags-oabms-aside-card-vermelho p {
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
}

/* MODAL */

.ags-oabms-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 22, 38, 0.74);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.ags-oabms-modal.ags-oabms-modal-oculto {
  display: none;
}

.ags-oabms-modal-card {
  width: 100%;
  max-width: 760px;
  max-height: 92vh;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ags-oabms-modal-topo {
  padding: 26px 28px 18px 28px;
  background: #242C44;
  color: #ffffff;
}

.ags-oabms-modal-selo {
  display: inline-block;
  margin-bottom: 12px;
  background: #E13024;
  color: #ffffff;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ags-oabms-modal-topo h2 {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.ags-oabms-modal-topo p {
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
  font-size: 14px;
}

.ags-oabms-modal-texto {
  padding: 24px 28px;
  overflow-y: auto;
  max-height: 340px;
  color: #30384e;
  line-height: 1.65;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}

.ags-oabms-modal-texto h3 {
  margin: 0 0 14px 0;
  color: #242C44;
  font-size: 20px;
  font-weight: 800;
}

.ags-oabms-modal-texto p {
  margin: 0 0 14px 0;
}

.ags-oabms-modal-rodape {
  padding: 18px 28px 26px 28px;
}

.ags-oabms-modal-aviso {
  margin: 0 0 12px 0;
  color: #E13024;
  font-size: 13px;
  font-weight: 800;
}

.ags-oabms-check {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
  color: #242C44;
  line-height: 1.45;
}

.ags-oabms-check input {
  width: 18px !important;
  min-height: auto !important;
  height: 18px !important;
  margin-top: 2px !important;
  flex: 0 0 auto;
}

/* RESPONSIVO */

@media (max-width: 1100px) {
  .ags-oabms-hero-conteudo {
    flex-basis: 100%;
  }

  .ags-oabms-hero-card {
    flex-basis: 100%;
  }

  .ags-oabms-formulario {
    flex-basis: 100%;
  }

  .ags-oabms-aside {
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ags-oabms-aside-card {
    flex: 1 1 320px;
  }
}

@media (max-width: 820px) {
  .ags-oabms-app {
    padding: 22px 12px 42px 12px;
  }

  .ags-oabms-hero-conteudo {
    padding: 30px 24px;
    border-radius: 22px;
    min-height: auto;
  }

  .ags-oabms-hero h1 {
    font-size: 32px;
  }

  .ags-oabms-formulario {
    padding: 22px;
    border-radius: 22px;
  }

  .ags-oabms-local-card {
    flex-direction: column;
  }

  .ags-oabms-etapa {
    flex-direction: column;
  }

  .ags-oabms-etapa-numero {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .ags-oabms-linha-validacao {
    flex-direction: column;
    align-items: stretch;
  }

  .ags-oabms-linha-validacao button {
    width: 100%;
  }

  .ags-oabms-grid-campos label,
  .ags-oabms-grid-data label,
  .ags-oabms-resumo-grid div,
  .ags-oabms-janela-btn {
    flex-basis: 100%;
  }
}

@media (max-width: 520px) {
  .ags-oabms-hero h1 {
    font-size: 28px;
  }

  .ags-oabms-modal-card {
    border-radius: 20px;
  }

  .ags-oabms-modal-topo,
  .ags-oabms-modal-texto,
  .ags-oabms-modal-rodape {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ags-oabms-local-icone {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 16px;
  }
}

		body.elementor-editor-active .ags-oabms-modal,
		body.elementor-editor-preview .ags-oabms-modal {
			display: none !important;
		}

.ags-oabms-modal-btn-inativo {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

.ags-oabms-modal-btn-ativo {
  opacity: 1 !important;
  cursor: pointer !important;
}

.ags-oabms-modal-btn-inativo {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

.ags-oabms-modal-btn-ativo {
  opacity: 1 !important;
  cursor: pointer !important;
}

.ags-oabms-btn-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}

.ags-oabms-modal-rodape .ags-oabms-btn-link {
  min-width: 160px;
}

.ags-oabms-modal-btn-inativo {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

.ags-oabms-modal-btn-ativo {
  opacity: 1 !important;
  cursor: pointer !important;
}

.ags-oabms-sucesso-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  padding: 18px;
  background: rgba(17, 22, 38, 0.76);
  align-items: center;
  justify-content: center;
}

.ags-oabms-sucesso-modal-ativo {
  display: flex !important;
}

.ags-oabms-sucesso-card {
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
}

.ags-oabms-sucesso-icone {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: #242C44;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
}

.ags-oabms-sucesso-card h2 {
  margin: 0 0 10px 0;
  color: #242C44;
  font-size: 26px;
  font-weight: 800;
}

.ags-oabms-sucesso-card p {
  margin: 0 0 14px 0;
  color: #4f566c;
  font-size: 15px;
  line-height: 1.55;
}

.ags-oabms-sucesso-protocolo {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f4f5f8;
  border: 1px solid #e2e5ee;
  color: #242C44;
  font-size: 15px;
  font-weight: 800;
  word-break: break-word;
}

.ags-oabms-sucesso-card .ags-oabms-btn {
  min-width: 150px;
  margin-top: 8px;
}
/* AJUSTE SEGURO - MODAL PORTARIA OAB/MS N. 06/2026 */

.ags-oabms-portaria-destaque {
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f4f5f8;
  border: 1px solid #e2e5ee;
  color: #242c44;
  font-size: 14px;
  line-height: 1.55;
}

.ags-oabms-portaria-lista {
  margin: 16px 0 20px 0;
  padding: 0;
  list-style: none;
}

.ags-oabms-portaria-lista li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
  color: #30384e;
  font-size: 14px;
  line-height: 1.6;
}

.ags-oabms-portaria-lista li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e13024;
}

.ags-oabms-portaria-pdf {
  margin: 18px 0 20px 0;
  border: 1px solid #e2e5ee;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.ags-oabms-portaria-pdf-topo {
  padding: 14px 16px;
  background: #242c44;
  color: #ffffff;
}

.ags-oabms-portaria-pdf-topo strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.ags-oabms-portaria-pdf-topo span {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.9;
}

.ags-oabms-portaria-pdf iframe {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
  background: #f4f5f8;
}

.ags-oabms-portaria-link {
  margin: 0;
  padding: 12px 16px 16px 16px;
  color: #4f566c;
  font-size: 13px;
  line-height: 1.5;
}

.ags-oabms-portaria-link a {
  color: #e13024;
  font-weight: 800;
  text-decoration: none;
}

.ags-oabms-portaria-link a:hover {
  text-decoration: underline;
}

@media (max-width: 520px) {
  .ags-oabms-portaria-pdf iframe {
    height: 320px;
  }
}
/* BLOQUEIO TOTAL DURANTE REGISTRO DO AGENDAMENTO */

.ags-oabms-registro-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 22, 42, 0.82);
  z-index: 9999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.ags-oabms-registro-modal-ativo {
  display: flex;
}

.ags-oabms-registro-card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 30px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid #e3e6ee;
}

.ags-oabms-registro-icone {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 auto 18px auto;
  background: #242c44;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
}

.ags-oabms-registro-card h2 {
  margin: 0 0 12px 0;
  color: #242c44;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

.ags-oabms-registro-card p {
  margin: 0 0 12px 0;
  color: #4f566c;
  font-size: 15px;
  line-height: 1.6;
}

.ags-oabms-registro-aviso {
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 14px;
  background: #fff4f3;
  color: #e13024;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.ags-oabms-body-bloqueado {
  overflow: hidden;
}

@media (max-width: 520px) {
  .ags-oabms-registro-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .ags-oabms-registro-card h2 {
    font-size: 21px;
  }

  .ags-oabms-registro-card p {
    font-size: 14px;
  }
}