/* =====================================================
   EstilosSucVirtual.css V1
   1. Estilos globales para componentes repetidos
   2. Estilos de componentes únicos, llamaRdos solo una vez
   ===================================================== */



/* === Redes Sociales Footer === */
.footer-social {
  display: flex;
  justify-content: around;
  align-items: center !important;
  margin-top: 1rem;
}
.footer-social .text-center {
  text-align: center;
}
.footer-social-img {
  height: 48px;
  width: 48px;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.footer-social-img:hover {
  box-shadow: 0 0 0 4px #1565c033;
  transform: translateY(-4px) scale(1.08);
}
.footer-social-label {
  margin-top: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
/* ========== 1. GLOBAL STYLES ========== */

/* Session header estilo */
.inicio-sesion-govco h2 {
  color: #004884;
  font-weight: bold;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* menu desplegable responsive positioning */
#userDropdown {
  position: absolute !important;
  right: 30px !important;
  left: auto !important;
  min-width: 220px !important;
}
#userDropdown[style*="display: none"] {
  left: unset !important;
}

/* Efecto focus ring para cajones clickeables */
input[type="checkbox"]:focus + .slider {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.switch input:focus + .slider {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

/* Efecto hover para cajones clickeables */
.tramite-cajon {
  transition: box-shadow .2s, background .2s, color .2s;
  cursor: pointer;
}
.tramite-cajon:hover {
  box-shadow: 0 0 0 4px #882D4633;
  background: #882D46 !important;
  color: #fff !important;
}
.tramite-cajon.activo {
  background: #882D46 !important;
  color: #fff !important;
  box-shadow: 0 0 0 4px #882D4633;
}
.tramite-cajon .h5,
.tramite-cajon span,
.tramite-cajon div {
  transition: color .2s;
}
.tramite-cajon:hover .h5,
.tramite-cajon:hover span,
.tramite-cajon:hover div,
.tramite-cajon.activo .h5,
.tramite-cajon.activo span,
.tramite-cajon.activo div {
  color: #fff !important;
}

/*  componente Switch CSS */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  transition: .4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
input:checked + .slider {
  background-color: #4285f4;
}
input:checked + .slider:before {
  transform: translateX(24px);
}

/* clases inline de estilos */

.min-height-500 {
  min-height: 500px;
}

/* gov.co */
.no-underline {
  text-decoration: none;
}

.logo-govco {
  height: 40px;
}



.img-contain {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.form-custom-style {
  margin-right: 1%;
  min-height: 400px;
}

.recaptcha-placeholder {
  height: 80px;
}

.footer-bg {
  background-color: #882D46;
}


.spacer-42 {
  width: 42px !important;
}

.spacer-32 {
  width: 32px !important;
}

/* Subheader logos institucionales */

.subheader-bg {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.logo-supersociedades {
  height: 70px;
}

.notification-icon {
  height: 24px;
  cursor: pointer;
}

.notification-dot {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: #ff1744;
  border-radius: 50%;
  box-shadow: 0 0 8px 2px #ff1744;
  border: 2px solid #fff;
}

.notification-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 30, 30, 0.45);
  z-index: 299;
}

.notification-alert {
  display: none;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  max-width: 400px;
  z-index: 300;
  background-color: #ffe082;
  color: #7c4d00;
  border: 1px solid #ffb300;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.spacer-22 {
  width: 22px;
}

.user-menu-toggle {
  cursor: pointer;
}

.avatar-img {
  height: 32px;
  width: 32px;
}

.username-color {
  color: #004884;
}



/* ========== Main Content ========== */

.min-height-600 {
  min-height: 600px;
}


/* barra lateral archivos */
.icon-small {
  height: 24px;
  vertical-align: middle;
}

.icon-large {
  height: 48px;
}

/* separador en movil del menu lateral */
#text-space-pdf {
    margin-top: 16px;

}
/* visor pdf */
.viewer-title {
  color: #1565c0;
  font-weight: 600;
}

.viewer-container {
  overflow: auto;
  min-height: 400px;
}

.iframe-pdf {
  width: 100%;
  height: 500px;
  border: none;
}



/* ========== usuario ========== */

.font-bold {
  font-weight: 700;
}

.btn-update {
  font-weight: 600;
  min-width: 160px;
}

.text-md {
  font-size: 1.1rem;
}

.text-sm {
  font-size: 1rem;
}

.link-legal {
  color: #1565c0;
  text-decoration: underline;
}

.text-dark-custom {
  color: #222;
}


/* ========== Sección: Últimos Trámites Consultados ========== */
.sucursal-digital-banner {
  font-size: 1.5rem;
  font-weight: 600;
}

.ultimos-tramites-titulo {
  font-size: 1.2rem;
  color: #222;
  font-weight: 400;
}

.tramite-cajon {
  background: #882D46;
  border: 2px solid #882D46;
}

.tramite-cajon-blanco {
  background: #fff;
  border: 2px solid #882D46;
}

.tramite-cajon-blanco {
  transition: box-shadow .2s, background .2s, color .2s;
  cursor: pointer;
}
.tramite-cajon-blanco:hover {
  box-shadow: 0 0 0 4px #882D4633;
  background: #882D46 !important;
  color: #fff !important;
}
.tramite-cajon-blanco:hover .tramite-titulo,
.tramite-cajon-blanco:hover .tramite-descripcion,
.tramite-cajon-blanco:hover .h5,
.tramite-cajon-blanco:hover span,
.tramite-cajon-blanco:hover div {
  color: #fff !important;
}

.tramite-cajon span,
.tramite-cajon-blanco span {
  font-size: 1.3rem;
  font-weight: 600;
}

.tramite-cajon p,
.tramite-cajon div:last-child,
.tramite-cajon-blanco p,
.tramite-cajon-blanco div:last-child {
  font-size: 1rem;
  color: #222;
}

.tramite-icono {
  height: 48px;
}

.ml-3 {
  margin-left: 1rem;
}

/* Títulos dentro de cajas blancas */
.tramite-titulo {
  font-size: 1.3rem;
  font-weight: 600;
}

/* Texto descriptivo dentro de cajas */
.tramite-descripcion {
  font-size: 1rem;
  color: #222;
}

/* Galería de trámites */
.tramite-galeria {
  border: 2px solid #882D46;
}

/* Título galería */
.titulo-formulario {
  color: #1565c0 !important;
  font-weight: 700;
}

/* ========== Sección: formularios ========== */

/* Tipografía Montserrat aplicada a todos los elementos necesarios */
.etiqueta-carga-de-archivo-govco,
.button-file-carga-de-archivo-govco,
.file-name-carga-de-archivo-govco,
.text-validation-carga-de-archivo-govco,
.texto-obligatorio {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Spinner de carga */
.spinner-indicador-de-carga-govco {
  width: 32px;
  height: 32px;
  border-width: 6px;
}








  /* ========== 2. BLOQUES ESTILOS ESPECIFICOS ========== */

  /* Primary color for form titles */
  .titulo-formulario {
    color: #1565c0 !important;
    font-weight: 700;
  }
