
/* HEAD */
/* Bootstrap Icons CDN */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

/* HEADER*/
.pkp_structure_head {
    border-bottom: none;
}

/* REDES */
.social-icons-urv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding-right: 20%;
  margin-top: 5px;
  margin-bottom: 5px;
}


  /* Estilo base de los enlaces */
.social-icons-urv .social-link {
  display: inline-block;
  color: #797979;
  font-size: 1.3rem;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

  /* Hover con color URV */
.social-icons-urv .social-link:hover {
  color: #99240f;
  transform: scale(1.1);
}


/* MENU */

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #902b14b3;
}
.pkp_nav_list ul a {
        color: #902b14;
    }

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    color: #902b14b3;
}



/* LINKS */
a {
    color: #902b14;
}
a:hover, a:focus {
    color: #43170e;
}

/* BOTONES*/
.obj_monograph_full .files .pub_format_remote a,.obj_monograph_full .files .pub_format_single a {
display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-size: .9375rem;
    background-color: #f1e2e0;
    border-radius: 5px;
    color: #99240f;
    padding: .25rem 1rem;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #99240f;
    text-align: center;
}
.obj_monograph_full .files .pub_format_remote a:hover,.obj_monograph_full .files .pub_format_single a:hover {
    opacity: .7;
    background: #f1e2e0;
    color: #99240f;
    border: 1px solid #99240f;
}

/* SIDEBAR*/

.pkp_structure_sidebar img {
     margin: auto;
     display: block;
     padding-top: 10px;
}

      /*ocultar seires/colecciones */
.block_browse li.has_submenu:nth-of-type(3) {
     display: none !important;
}


 /* REDES */


/*=============================
  PARALLAX CON ESQUEMA #99240F
=============================*/

.parallax {
    background: url(/public/images/imagen_ancha-min.png) no-repeat;
    min-height: 300px;
    background-position: right 50%;
    position: relative;
    background-size: cover;
}

/*=== Contenedor del buscador ===*/
.contenedor-buscador {
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 15px;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 73%);
    width: 506px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    margin-top: -70px;
}

/*=== Área de búsqueda ===*/
.parallax .pkp_search {
    padding: 5% 0;
}

.parallax input[type="search"] {
    width: 400px;
    height: 35px;
    border: 1px solid #99240f;        /* borde principal */
    border-radius: 6px 0 0 6px;
    margin-right: -8px;
    padding: 0 10px;
    color: #4a0f07;                   /* texto oscuro */
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.parallax input[type="search"]:focus {
    border-color: #b52a11;            /* tono más claro para foco */
    box-shadow: 0 0 4px rgba(153, 36, 15, 0.5);
}

/*=== Botón ===*/
.parallax .cmp_button {
    background: #99240f;              /* color base */
    border-radius: 0 6px 6px 0;
    font-size: 1rem;
    height: 35px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: none;
    margin: 0;
    border: 0;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.parallax .cmp_button:hover,
.parallax .cmp_button:focus {
    background: #b52a11;              /* tono más claro al hover */
    transform: scale(1.03);
}

.parallax .cmp_button:active {
    background: #731a0b;              /* tono más oscuro al presionar */
    transform: scale(0.98);
}

/* FOOTER */
.pkp_structure_footer_wrapper {
    margin-top: 4rem;
    background: #99240f;
      color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: .9375rem;
}

.pkp_brand_footer {
    display: none;
}


/* RESPONSIVE */

/* Ajuste redes de espacio en pantallas pequeñas */
@media (max-width: 992px) {
  .contenedor-buscador {
      padding: 0 15px;
      margin-top: -105px;
  }
}

@media (max-width: 768px) {
  .social-icons-urv {
    justify-content: center;   /* centra en móvil */
    padding-right: 0;
  }
  .parallax .pkp_search {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 656px) {
    .parallax {
        min-height: 180px;
    }
    .contenedor-buscador {
        width: 340px;
        padding: 0;
        background: no-repeat;
        margin-top: -63px;
        left: 50%;
        background-color: rgb(255 255 255 / 73%);
    }
    .parallax .pkp_search {
        padding: 6px;
    }
    .parallax input[type="search"] {
    width: 250px;
}

@media (max-width: 480px) {
  .parallax {
    background: url(/public/images/imagen_ancha-min.png) no-repeat;
    background-position: right 33%;
    position: relative;
    background-size: cover;
}
  .social-icons-urv {
    justify-content: center;   /* centra en móvil */
    padding-right: 0;
  }
  .parallax .pkp_search {
    padding: 15px 0;
  }
}
