@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/web/20240422202447im_/https://spilab.es/home/andresgl/web_Juanma/Lato/Lato-Regular.ttf') format('truetype');
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    align-items: center;
}

header h1 {
    margin: 0;
}

h1 {
    font-size: 35px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
}

.topnav {
    overflow: hidden;
    background-color: #3E3D40;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  
.topnav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.topnav a.active {
    background-color: #75B700;
    color: white;
}

.topnav .icon {
    display: none;  
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

#flechaverde {
    width: 60px;
    background: transparent;
}

#hrGreen {
    height: 1px;
    background-color: #75B700;
    width: 80%;
}

.article a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.articles h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

.title-link {
    color: #000;
    cursor: pointer;
}

.title-link:hover {
    color: #75B703;
}


.biography {
    flex-direction: row; /* Vuelve a la dirección de los elementos a fila en pantallas más grandes */
    justify-content: space-between; /* Distribuye los elementos horizontalmente */
    align-items: center;
    margin-top: 20px;
}

.profile img {
    max-width: 100%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-top: 20px;
    margin-right: 10em;
    margin-left: 20px;
    display: block;
    margin: 0 auto;
}

.personal-info .icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.personal-info {
    margin: 0; /* Elimina los márgenes anteriores */
    margin-right: 20px; /* Espacio entre la imagen y el texto */
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 95%;
}

.personal-info .icons img.dblp {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.personal-info .icons img.orcid {
    width: 60px;
    height: 60px;
    margin: -10px 0 10px; /* El -10px es porque queda más abajo este icono, no entiendo por qué */
    
}

.personal-info .icons img.googlescholar {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.personal-info .icons img.researchgate {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.icons {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 600px) {
    .biography {
        display: flex;
        justify-content: space-between; /* Distribuye los elementos horizontalmente */
        align-items: center; /* Alinea verticalmente los elementos */
        margin-left: auto; /* Centra el contenido hacia la derecha */
        margin-right: auto; /* Centra el contenido hacia la izquierda */
        max-width: 65%; /* Ancho máximo del contenido para mantener espacio a los lados */
        padding: 80px 0;
    }
    
    .profile {
        display: flex;
        align-items: center; /* Alinea verticalmente los elementos dentro de .profile */
    }
    
    .profile img {
        max-width: 100%;
        border-radius: 50%;
        width: 17em;;
        height: 17em;;
        object-fit: cover;
        margin-right: 15em;
        margin-left: 20px;
    }
    
    .personal-info {
        flex: 1; /* Para que ocupe todo el espacio restante */
        margin-right: 20px;
        text-align: left;
    }
    
}

.articles {
    padding: 0 0 20px 20px;
    margin-left: 10%;
    margin-right: 10%;
}

#articles-list h2 {
    text-decoration: underline #75B700;
}

#articles-list h3 {
    padding-left: 20px;
    text-decoration: underline #75B700 2px;
}

#articles-list h4, p {
    padding-left: 40px;
}

#articles-list hr {
    width: 95%;
}

.button-container {
    text-align: center;
}

.custom-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    color: #75B703;
    background-color: white;
    border: 2px solid #75B700;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #75B700;
    color: black;
    border-radius: 30px;
}

#topBtn img {
    width: 30px;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-image: url('/web/20240422202447im_/https://spilab.es/img/flechaarriba.png');
    background-color: transparent;
    background-size: cover;
    cursor: pointer;
    z-index: 1000;
  }
  
#topBtn:hover {
    background-image: url('/web/20240422202447im_/https://spilab.es/img/flechaarribahover.png');
}

#pagination {
    text-align: center;
    margin-top: 20px;
}

#pagination button {
    border: none;
    background-color: #75B700;
    padding: 10px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

#pagination button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}

#pagination button:hover {
    background-color: #45a049;
}

#currentPage, #totalPages {
    font-weight: bold;
}

footer {
    background-color: #3E3D40;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}
/*
     FILE ARCHIVED ON 20:24:47 Apr 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:54:00 Nov 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.754
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.015
  esindex: 0.014
  cdx.remote: 83.899
  LoadShardBlock: 389.887 (3)
  PetaboxLoader3.datanode: 471.626 (5)
  PetaboxLoader3.resolve: 434.299 (3)
  load_resource: 583.931
  loaddict: 127.33
*/