/* ==========================================================================  
   Fuentes personalizadas  
   ========================================================================== */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/EncodeSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/EncodeSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/EncodeSans-Bold.ttf') format('truetype');
}

/* ==========================================================================  
   Tipografía global  
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
  font-family: 'Encode Sans', sans-serif !important;
}

h1,
h2,
h3,
.titulo-principal {
  font-family: 'Encode Sans', sans-serif !important;
  font-weight: 700 !important;
}

h4,
h5,
h6,
label,
.carousel-caption h3,
.shortcut-row h4,
.navbar-pba .navbar-nav > li > a,
.btn-ingresar.navbar-btn {
  font-family: 'Encode Sans', sans-serif !important;
}

p,
span,
li,
.carousel-caption p,
.list-group-item p {
  font-family: 'Encode Sans', sans-serif !important;
}

/* ==========================================================================  
   Navbar principal (.navbar-pba)  
   ========================================================================== */
.navbar-pba {
  background-color: #ffffff !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin: 0px !important;
  height: 80px !important;
}


  .navbar-pba .container {
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
  }

  .navbar-pba .navbar-header {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-pba .logo-pba-full,
  .navbar-pba .logo-pba-full img {
    margin: 0 !important;
    padding: 0 !important;
  }

    .navbar-pba .logo-pba-full img.logo-pba {
      min-width: 290px !important;
      vertical-align: middle !important;
      display: block !important;
    }

.logo-pba {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-pba .navbar-collapse {
  align-items: center !important;
  float: none !important;
  background-color: #ffffff;
}

.navbar-pba .navbar-nav {
  align-items: center !important;
  margin: 0 !important;
}

.navbar-pba .navbar-collapse.in {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  align-items: flex-start !important;
}

  .navbar-pba .navbar-collapse.in .btn-ingresar.navbar-btn {
    margin: 16px auto !important;
  }

  .navbar-pba .navbar-collapse.in .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    +
  }

.navbar-pba .navbar-nav > li {
  margin: 8px !important;
}

  .navbar-pba .navbar-nav > li > a {
    color: #0098AC !important;
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px !important;
    padding: 0 !important;
    line-height: 48px !important;
  }

    .navbar-pba .navbar-nav > li > a:hover,
    .navbar-pba .navbar-nav > li > a:focus {
      color: #007C8A !important;
      background: transparent;
    }

.navbar-pba .btn-ingresar.navbar-btn {
  background-color: #0098AC !important;
  border: none !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-family: 'Encode Sans', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 8px 18px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

.navbar-pba .navbar-nav > li > .btn-ingresar.navbar-btn {
  align-self: center !important;
}

.navbar-pba .btn-ingresar.navbar-btn:hover,
.navbar-pba .btn-ingresar.navbar-btn:focus {
  background-color: #007C8A !important;
  color: #ffffff !important;
}

.navbar-pba .btn-ingresar.navbar-btn img {
  height: 16px !important;
  margin-right: 6px !important;
  filter: brightness(0) invert(1) !important;
}

/* ==========================================================================  
   Degradado inferior de navbar  
   ========================================================================== */
.row.degradado_inferior {
  height: 6px;
  margin: 0;
  padding: 0;
  background: linear-gradient( to right, #E81F76 0%, #417099 50%, #00AEC3 100% );
}

/* ==========================================================================  
   Pie de página y canales  
   ========================================================================== */
/* Fondo gris claro y padding general */
.footer-pba .bg-gris {
  background-color: #F1F2F4;
  padding: 3rem 0 2rem;
}

/* Canales de comunicación */
.footer-channels h5 {
  font-family: 'Encode Sans', sans-serif !important;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 18px;
}

.footer-channels a {
  display: block;
  margin: 0 auto 1rem;
}

  .footer-channels a img {
    display: inline-block;
    height: auto;
  }

/* Secciones de menú */
.footer-menu h5 {
  font-family: 'Encode Sans', sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1rem;
}

.footer-menu p {
  margin: 0 0 0.5rem;
}

  .footer-menu p a {
    color: #343433;
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
  }

    /* Hover */
    .footer-menu p a:hover {
      color: #009aae !important;
      text-decoration: none !important;
    }

/* Pie inferior mapa del estado y privacidad */
.footer-bottom {
  margin-top: 2rem;
}

.footer-version,
.footer-privacy {
  color: #0098AC;
  font-family: 'Encode Sans', sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
}

.footer-bottom .divider {
  margin: 0 0.5rem;
  color: #6B7280;
}

/* Redes sociales inferior */
.footer-social {
  background-color: #0098AC;
  padding: 1rem 0;
}

  .footer-social h5 {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .footer-social a {
    margin: 0 0.5rem;
    color: #ffffff;
    font-size: 20px;
  }

    .footer-social a:hover {
      opacity: 0.8;
    }

.footer-banner-pba {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================  
   Sección de accesos rápidos (ppba-atajos)  
   ========================================================================== */
.ppba-atajos-row {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.ppba-atajo-col {
  padding: 8px;
}

.ppba-atajo-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

  .ppba-atajo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

.ppba-atajo-header {
  display: flex;
  align-items: center;
  padding: 16px;
  height: 80px;
}

.ppba-atajo-icono {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.ppba-atajo-titulo {
  margin: 0;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.ppba-atajo-body {
  background-color: #ffffff;
  padding: 12px 16px;
  height: 60px;
}

.ppba-atajo-texto {
  margin: 0;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #343434;
  line-height: 1.3;
}

.ppba-atajo-1 .ppba-atajo-header {
  background: linear-gradient( to right, #E81F76 0%, #417099 50%, #00AEC3 100% );
}

.ppba-atajo-2 .ppba-atajo-header {
  background: linear-gradient( to right, #E81F76 0%, #417099 50%, #00AEC3 100% );
}

.ppba-atajo-3 .ppba-atajo-header {
  background: linear-gradient( to right, #E81F76 0%, #417099 50%, #00AEC3 100% );
}

.ppba-atajo-4 .ppba-atajo-header {
  background: linear-gradient( to right, #E81F76 0%, #417099 50%, #00AEC3 100% );
}

.ppba-atajo-icono-pequeno {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
}

/* ==========================================================================  
   Contenedor principal del portal  
   ========================================================================== */
.portal-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.portal-panels {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.row.portal-panels {
  display: flex !important;
  align-items: flex-start;
}

/* ==========================================================================  
   Panel grande izquierdo del portal (“Calendario de licitaciones”)  
   ========================================================================== */
.portal-panel-grande {
  display: flex;
  width: 100%;
  height: 216px;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.portal-grande-left {
  flex: 0 0 40%;
  background-color: #123c6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

  .portal-grande-left .portal-icono-calendario {
    background: none !important;
    border-radius: 0 !important;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }

    .portal-grande-left .portal-icono-calendario img {
      width: 160px;
      display: block;
      margin: 0 auto;
    }

  .portal-grande-left .portal-title-grande {
    color: #ffffff;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }

.portal-panel-grande-right {
  flex: 1;
  background: linear-gradient(to left, #417099 0%, #00AEC3 100%);
  padding: 48px 32px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0;
}

  .portal-panel-grande-right .portal-lista-calendario li + li {
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    margin-top: 36px;
    padding-top: 36px;
  }

  .portal-panel-grande-right .portal-lista-calendario {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .portal-panel-grande-right .portal-lista-calendario li {
      margin-bottom: 12px;
    }

      .portal-panel-grande-right .portal-lista-calendario li:last-child {
        margin-bottom: 0;
      }

      .portal-panel-grande-right .portal-lista-calendario li a {
        display: flex;
        align-items: center;
        color: #ffffff;
        font-family: 'Encode Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
      }

        .portal-panel-grande-right .portal-lista-calendario li a img {
          width: 12px;
          height: 24px;
          margin-right: 16px;
        }

/* ==========================================================================  
   Paneles pequeños derechos  
   ========================================================================== */
.portal-paneles-pequenos {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

  .portal-paneles-pequenos .portal-col-pequeno {
    padding: 0 8px 16px 8px;
  }

.portal-panel-pequeno {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: flex;
  height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0;
}

  .portal-panel-pequeno:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }

.portal-icono-pequeno {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

  .portal-icono-pequeno img {
    width: 36px !important;
  }

.portal-texto-pequeno {
  display: flex;
  align-items: center;
  padding: 12px;
  flex: 1;
}

  .portal-texto-pequeno h5 {
    margin: 0;
    font-family: 'Encode Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #343434;
    line-height: 1.2;
  }

.portal-peq {
  width: 276px;
}

  .portal-peq .portal-icono-pequeno {
    background: linear-gradient(to bottom, #417099 0%, #00AEC3 100%);
  }

/* ==========================================================================  
   Barra inferior de atajos  
   ========================================================================== */
.portal-barra-inferior {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 16px 0;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

  .portal-barra-inferior .col-md-4 {
    position: relative;
    padding: 0;
  }

    .portal-barra-inferior .col-md-4:nth-child(2),
    .portal-barra-inferior .col-md-4:nth-child(3) {
      border-left: 2px solid #00AEC3;
    }

  .portal-barra-inferior .portal-atajo {
    display: block;
    text-align: center;
    padding: 0 16px;
  }

.ppba-atajo-icono-pequeno {
  display: block;
  width: 36px;
  margin: 0 auto 8px;
}

.ppba-atajo-icono-pequeno2 {
  display: block;
  width: 42px;
  margin: 0 auto 8px;
}

.portal-barra-inferior .portal-atajo-texto {
  color: #E31877;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.portal-barra-inferior .portal-atajo:hover {
  opacity: 0.75;
}

/* ==========================================================================  
   Pantalla SOY CONSTRUCTOR  
   ========================================================================== */

.secciones-banner-pba {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.overlay-panel-grande {
  position: relative;
  overflow: hidden;
}

.overlay-panel-grande__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.overlay-panel-grande__inner {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.icono-usuario {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.overlay-panel-grande .portal-panel-pequeno {
  border: none;
}

.icono-usuario img {
  width: 48px;
  height: 48px;
}

.overlay-panel-grande__inner h3 {
  margin: 0;
  line-height: 1.2;
}

.overlay-shortcut-row {
  display: flex;
  gap: 16px;
  margin-top: 60px;
}

/* ========== 1) Alta de usuario ========== */
.overlay-panel-medio {
  position: relative;
  overflow: hidden;
}

.overlay-panel-medio__img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-panel-medio__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}


.icono-usuario-medio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

  .icono-usuario-medio img {
    width: 48px;
    height: 48px;
  }

.overlay-panel-medio__inner h3 {
  margin: 0;
  line-height: 1.2;
}

.banner-alta-usuario {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, #417099 0%, #00AEC3 100%);
  color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
}

  .banner-alta-usuario .icono-usuario-chico {
    margin-right: 10px;
    display: flex;
    align-items: center;
  }

    .banner-alta-usuario .icono-usuario-chico img {
      width: 24px !important;
    }

  .banner-alta-usuario h4 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    margin: 0;
  }

/* ======================================
   1) ESTILOS PARA EL MENÚ LATERAL (mi-menu)
   ====================================== */

.mi-menu {
  padding-left: 0;
  list-style: none;
}

  .mi-menu li {
    margin-bottom: 20px;
  }

    .mi-menu li a {
      display: block;
      padding: 12px 20px;
      background-color: #f2f2f2;
      color: #333333;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 700;
      line-height: 1.2;
      transition: background-color 0.2s;
    }

      .mi-menu li a:hover {
        background-color: #e0e0e0;
      }


    .mi-menu li.active a {
      background-color: #6B7280 !important;
      color: #ffffff !important;
    }

.mi-caja {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 20px 40px 20px 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.btn-pdf {
  display: inline-flex !important;
  align-items: center;
  background-color: #00AEC3;
  color: #ffffff;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  transition: background-color 0.2s;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .btn-pdf img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .btn-pdf:hover {
    background-color: #007C8A;
    color: #ffffff;
  }

.mi-caja p {
  margin: 0 0 12px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #343433;
}

.mi-caja h4 {
  color: #00AEC3;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.mi-caja p a {
  color: #343433;
  text-decoration: none;
  font-weight: 700;
}


  .mi-caja p a:hover {
    color: #007C8A;
    text-decoration: underline;
  }

.enumeracion-bold {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

  .enumeracion-bold li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 12px !important;
    line-height: 1.4;
    font-weight: 700 !important;
    color: #343433;
  }

    .enumeracion-bold li::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background: url('/App_Themes/bastrap/images/icono-checkmark.png') no-repeat center center;
      background-size: contain;
    }

.mi-caja .mi-lista li {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0 0 20px 0;
}

.mi-caja .mi-lista li {
  margin-bottom: 12px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.4;
  color: #343433;
}

  .mi-caja .mi-lista li::marker {
    font-weight: 700;
  }

.lista-instructivos .btn-pdf {
  display: block !important;
  width: 400px !important;
}

.mi-caja .preguntas-frecuentes h4 {
  color: #00AEC3;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 600 !important;
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.mi-caja .preguntas-frecuentes p {
  margin: 0 0 12px;
  text-align: justify;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.5;
  color: #343433;
}

.mi-caja .panel-heading {
  background-color: #f1f2f4;
  border: none;
  padding: 0;
}

  .mi-caja .panel-heading .panel-title a {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    color: #6B7280;
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px;
    text-decoration: none;
    background-color: transparent;
  }

    .mi-caja .panel-heading .panel-title a:hover,
    .mi-caja .panel-heading .panel-title a:focus {
      color: #343433;
      background-color: transparent;
      text-decoration: none;
    }

.mi-caja .indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

.mi-caja .panel-heading .indicator {
  background-image: url('images/icono-flecha-derecha.svg');
}

.mi-caja .panel-heading + .panel-collapse.in + .panel-body ~ .panel-heading .indicator,
.mi-caja .panel-heading a[aria-expanded="true"] .indicator {
  background-image: url('images/icono-flecha-abajo.svg');
}


.mi-caja .panel-heading .panel-title a.collapsed .indicator {
  background-image: url('images/icono-flecha-derecha.svg');
}

.mi-caja .panel-heading .panel-title a:not(.collapsed) .indicator {
  background-image: url('images/icono-flecha-abajo.svg');
}

.input-group-btn .btn-gris {
  background-color: #6B7280 !important;
  border-color: #6B7280 !important;
  color: #ffffff !important;
}

  .input-group-btn .btn-gris:hover {
    background-color: #52535F !important;
    border-color: #52535F !important;
  }

.back-to-top {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 55px;
  height: 55px;
  background-color: rgba(153, 153, 153, 0.4);
  border-radius: 3px;
  cursor: pointer;
  display: none;
  z-index: 4 !important;
  transition: background-color 0.2s ease;
}

  .back-to-top:hover {
    background-color: rgba(153, 153, 153, 0.9);
  }

  .back-to-top img {
    display: block;
    width: 38px;
    height: 32px;
    margin: 10px auto 0;
    opacity: 0.4;
    transition: opacity 0.2s ease;
  }

  .back-to-top:hover img {
    opacity: 1;
  }

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

.fa, .fas, .far, .fal, .fab {
  font-family: 'FontAwesome' !important;
}

.header-pba-logged {
  background-color: #fff;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin: 0px !important;
  height: 80px !important;
}

  .header-pba-logged .logo-pba-full img,
  .header-pba-logged .logo-pba-contrataciones,
  .header-pba-logged .logo-pba-ministerio {
    margin: 0 !important;
    padding: 8px 0 4px 0 !important;
  }

  .header-pba-logged .logo-pba-ministerio {
    min-width: 290px !important;
    max-height: 68px !important;
    vertical-align: middle !important;
    display: block !important;
  }

  .header-pba-logged .logo-pba-contrataciones {
    min-width: 390px !important;
    max-height: 68px !important;
    vertical-align: middle !important;
    display: block !important;
  }

.nav-pba-logged,
.nav-pba-logged.in {
  background: linear-gradient(to right, #417099 0%, #00AEC3 100%);
}

  .nav-pba-logged .navbar-nav > li > a:hover,
  .nav-pba-logged .navbar-nav > li > a:focus {
    color: #F1F2F4 !important;
  }

  .nav-pba-logged .navbar-nav > li.dropdown > a:hover,
  .nav-pba-logged .navbar-nav > li.dropdown > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }

  .nav-pba-logged .navbar-nav > li.dropdown.open > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }

.navbar-pba-logged .navbar-nav > li > .pba-logged-link {
  display: flex;
  align-items: center;
  padding: 0 12px;
}

/* Icono home */
.pba-logged-icono {
  display: inline-block;
  height: 20px;
  width: auto;
  vertical-align: middle;
}

.pba-logged-icono-repeater {
  display: inline-block;
  height: 5px;
  padding-left: 5px;
  width: auto;
  vertical-align: middle;
}

.nav-pba-logged .navbar-nav > li > a,
.nav-pba-logged .navbar-nav > li > a *,
.nav-pba-logged .dropdown-menu li > a,
.nav-pba-logged .dropdown-menu li > a * {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 600 !important;
  font-size: 14px;
}

/* Selecciona solo las imágenes de las esquinas legacy */
img[src*="curv_gris_sup_izq.gif"],
img[src*="curv_gris_sup_der.gif"],
img[src*="curv_gris_inf_izq.gif"],
img[src*="curv_gris_inf_der.gif"] {
  max-width: none !important;
  width: auto !important;
  height: auto !important;
}

img[src*="curv_gris_sup_izq.gif"] {
  float: left !important;
  margin: 0 !important;
}

img[src*="curv_gris_sup_der.gif"] {
  float: right !important;
  margin: 0 !important;
}

img[src*="curv_gris_inf_izq.gif"] {
  float: left !important;
  margin: 0 !important;
}

img[src*="curv_gris_inf_der.gif"] {
  float: right !important;
  margin: 0 !important;
}

[class^="base_paso"][class*="_on"],
[class^="base_paso"][class*="_off"],
[class^="base_paso"][class*="_completo"],
[class^="base_paso"][class*="_incompleto"] {
  margin-bottom: 30px;
}

/* restaura el cellspacing=1 en tus tablas de índices */
#contenido_tablas table {
  border-collapse: separate !important;
  border-spacing: 1px !important;
}

/* si quieres aplicarlo a TODAS las tablas con cellspacing=1 */
table[cellspacing="1"] {
  border-collapse: separate !important;
  border-spacing: 1px !important;
}

.fondoblanco input[type="radio"],
.fondoblanco input[type="checkbox"] {
  /* espacio entre el input y su texto */
  margin-right: 4px;
}

.banner-mi-escritorio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F1F2F4;
  color: #00AEC3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
}

  .banner-mi-escritorio h3 {
    margin-top: 8px;
    margin-bottom: 4px;
  }

.accordion-minimal .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 8px;
}

.accordion-minimal .panel-heading {
  background: none !important;
  border: none;
  padding: 10px 0;
}

.accordion-minimal .panel-title a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #5A6673 !important;
  transition: color 0.2s ease-in-out;
}

  .accordion-minimal .panel-title a:hover {
    color: #2f3944;
  }

.accordion-minimal .indicator {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  transition: transform 0.2s ease-in-out;
}

/* Estado colapsado = flecha derecha */
.accordion-minimal .panel-title a.collapsed .indicator {
  background-image: url('images/icono-flecha-derecha.svg');
}

/* Estado expandido = flecha abajo */
.accordion-minimal .panel-title a:not(.collapsed) .indicator {
  background-image: url('images/icono-flecha-abajo.svg');
}

.fondoblanco td {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.table informacion_basica {
  padding: 4px !important;
}

#tIngresoDatosOferta .fila1 > td {
  text-align: center;
}

/* 1) Banner degradado */
.atencion-banner {
  width: 100%;
  border-radius: 8px; /* esquinas redondeadas */
  overflow: hidden; /* recorta la imagen */
  margin-bottom: 2rem; /* separación respecto al panel */
}

  .atencion-banner .banner-atencionusuario {
    display: block;
    width: 100%;
    height: auto;
  }

.mesa-ayuda-panel {
  max-width: 650px;
  margin: 2rem auto;
  padding: 40px;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
}

.mesa-ayuda-logo {
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-right: 2px solid #00b8d3;
}

  .mesa-ayuda-logo img {
    height: 72px;
    width: auto;
  }

.mesa-ayuda-info {
  flex: 1;
  padding: 0 40px;
}

  .mesa-ayuda-info p {
    margin: 4px 0;
    font-size: 16px;
    color: #333;
  }

.institucional {
  color: #E81F76 !important;
}

.enlace-destacado {
  font-weight: 700 !important;
  color: #343433 !important;
}

.preguntas-frecuentes-pba {
  background-color: #ffffff;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
}

  .preguntas-frecuentes-pba p {
    margin: 0 0 12px;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #343433;
  }

  .preguntas-frecuentes-pba h4 {
    color: #00AEC3;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .preguntas-frecuentes-pba .mi-lista li {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0 0 20px 0;
  }

  .preguntas-frecuentes-pba .mi-lista li {
    margin-bottom: 12px;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1.4;
    color: #343433;
  }

    .preguntas-frecuentes-pba .mi-lista li::marker {
      font-weight: 700;
    }

  .preguntas-frecuentes-pba .panel-heading {
    background-color: #f1f2f4;
    border: none;
    padding: 0;
  }

    .preguntas-frecuentes-pba .panel-heading .panel-title a {
      display: flex;
      align-items: center;
      padding: 6px 8px;
      color: #6B7280;
      font-family: 'Encode Sans', sans-serif !important;
      font-weight: 700 !important;
      font-size: 16px;
      text-decoration: none;
      background-color: transparent;
    }

      .preguntas-frecuentes-pba .panel-heading .panel-title a:hover,
      .preguntas-frecuentes-pba .panel-heading .panel-title a:focus {
        color: #343433;
        background-color: transparent;
        text-decoration: none;
      }

  .preguntas-frecuentes-pba .indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
  }

  .preguntas-frecuentes-pba .panel-heading .indicator {
    background-image: url('images/icono-flecha-derecha.svg');
  }

  .preguntas-frecuentes-pba .panel-heading + .panel-collapse.in + .panel-body ~ .panel-heading .indicator,
  .preguntas-frecuentes-pba .panel-heading a[aria-expanded="true"] .indicator {
    background-image: url('images/icono-flecha-abajo.svg');
  }


  .preguntas-frecuentes-pba .panel-heading .panel-title a.collapsed .indicator {
    background-image: url('images/icono-flecha-derecha.svg');
  }

  .preguntas-frecuentes-pba .panel-heading .panel-title a:not(.collapsed) .indicator {
    background-image: url('images/icono-flecha-abajo.svg');
  }

.section-title {
  margin-top: 20px;
}

.panel-constructor {
  background-color: #d9edf7;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.row-spaced {
  margin-top: 10px;
}

.mi-caja .preguntas-frecuentes-pba {
  padding: 0;
}