/* =========================================================
   CONTENEDOR PRINCIPAL
   ========================================================= */

#msj-inicio {
  position: relative;

  width: 100%;
  padding: 38px 24px 38px 60px;

  overflow: visible;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 25% 45%,
      rgba(255, 255, 255, 0.07),
      rgba(44, 48, 108, 1) 55%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02) 6px,
      transparent 6px,
      transparent 24px
    ),
    #2c306c;

  border-radius: 5px;
}

#msj-inicio,
#msj-inicio * {
  box-sizing: border-box;
}


/* =========================================================
   FRANJA DECORATIVA
   ========================================================= */

#msj-inicio::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  width: auto;
  height: 100%;
  aspect-ratio: 100 / 1200;

  background-image:
    url("/SiteAssets/Assets_MarcaCiudad/Elementos%20Pa%CC%81gina%20Web%20Marca%20Ciudad%202025_Mosaico%20lateral.png");

  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}


/* =========================================================
   DISTRIBUCIÓN
   ========================================================= */

#msj-inicio .fila_inicio {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 4fr);
  gap: 40px;

  width: 100%;
}

#msj-inicio .colum_izq,
#msj-inicio .colum_der {
  min-width: 0;
}


/* =========================================================
   TEXTO PRINCIPAL
   ========================================================= */

#msj-inicio .txt_titulo {
  margin: 0 0 8px;

  color: #ffffff;

  font-family: "Roboto-ExtraBold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}

#msj-inicio .separador-titulo {
  margin: 0 0 16px;

  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

#msj-inicio .txt_introduccion {
  margin: 0;

  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}


/* =========================================================
   MENÚ DESPLEGABLE
   ========================================================= */

#msj-inicio .acceso-wrapper {
  position: relative;
  z-index: 10;

  max-width: 400px;
  margin: 34px 0 0;
}

#msj-inicio .acceso-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  width: 100%;
  padding: 14px 16px;

  color: #ffffff;

  background-color: #585684;
  border: none;
  border-radius: 6px;

  font-family: inherit;
  font-weight: 500;
  text-align: left;

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    border-radius 0.2s ease;
}

#msj-inicio .acceso-toggle:hover {
  background-color: #8380a2;
}

#msj-inicio .acceso-toggle:focus-visible {
  outline: 3px solid rgba(206, 235, 238, 0.8);
  outline-offset: 3px;
}

#msj-inicio
  .acceso-wrapper:not(.closed)
  .acceso-toggle {
  border-radius: 6px 6px 0 0;
}

#msj-inicio .acceso-caret {
  flex-shrink: 0;

  transition: transform 0.2s ease;
}

#msj-inicio
  .acceso-wrapper:not(.closed)
  .acceso-caret {
  transform: rotate(180deg);
}

#msj-inicio .acceso-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;

  max-height: 300px;
  margin: 0;
  padding: 10px 0;

  overflow-y: auto;

  color: #084c61;

  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

  list-style: none;
}

#msj-inicio
  .acceso-wrapper.closed
  .acceso-menu {
  display: none;
}

#msj-inicio .acceso-menu li {
  margin: 0;
  padding: 0;
}

#msj-inicio .acceso-menu a {
  display: block;

  padding: 8px 16px;

  color: inherit;
  text-decoration: none;

  transition: background-color 0.2s ease;
}

#msj-inicio .acceso-menu a:hover,
#msj-inicio .acceso-menu a:focus-visible {
  background-color: #e6f0f2;
}


/* =========================================================
   RECUADRO DE PAGOS
   ========================================================= */

#msj-inicio .contenedor_recuadro {
  position: relative;

  min-height: 100%;
  padding: 15px;

  overflow: hidden;

  color: #ffffff;

  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#msj-inicio .contenedor_recuadro::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 1;

  background-image:
    url("/SiteAssets/Assets_MarcaCiudad/img_msj.jpeg");

  background-position: center;
  background-size: cover;

  opacity: 0.8;
}

#msj-inicio .contenedor_recuadro > * {
  position: relative;
  z-index: 2;
}

#msj-inicio .contenedor_recuadro h2 {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 8px;

  color: #2c306c;

  background-color: #beedee;
  border-radius: 5px;

  font-size: 18px;
  text-align: center;
}


/* =========================================================
   LISTA DE PAGOS
   ========================================================= */

#msj-inicio .lista_recuadro {
  margin: 0;
  padding: 0;

  list-style: none;
}

#msj-inicio .lista_recuadro li {
  margin-bottom: 10px;

  overflow: hidden;

  background-color: #585684;
  border-radius: 5px;
}

#msj-inicio .lista_recuadro li:last-child {
  margin-bottom: 0;
}

#msj-inicio .lista_recuadro a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  padding: 10px 12px;

  color: #ffffff;
  text-decoration: none;

  font-weight: 500;

  transition: background-color 0.2s ease;
}

#msj-inicio .lista_recuadro a:hover,
#msj-inicio .lista_recuadro a:focus-visible {
  background-color: #8380a2;
}

#msj-inicio .etiqueta_nuevo {
  flex-shrink: 0;

  padding: 2px 5px;

  color: #000000;

  background-color: #ffff00;
  border-radius: 2px;

  font-size: 12px;
  font-weight: 700;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {

  #msj-inicio {
    padding: 26px 16px 26px 80px;
  }

  #msj-inicio::before {
    width: 60px;
    height: 100%;
    aspect-ratio: auto;

    background-repeat: repeat-y;
    background-position: top left;
    background-size: 60px auto;
  }

  #msj-inicio .fila_inicio {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #msj-inicio .txt_titulo {
    font-size: 26px;
  }

  #msj-inicio .txt_introduccion {
    text-align: left;
  }

  #msj-inicio .acceso-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 480px) {

  #msj-inicio {
    padding-left: 70px;
  }

  #msj-inicio::before {
    width: 50px;
    background-size: 50px auto;
  }

  #msj-inicio .txt_titulo {
    font-size: 23px;
  }
}