@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
:root{
    /*colores*/
    --orange:  rgb(211, 93, 25);
    --white: white;
    --texto: #42332e;
    --fondo: #fff;
    --shadow:rgb(0, 0, 0, 0.2);
    
    --light-orange: rgb(211, 93, 25, 0.3);
    /*tamanos*/
    --large: 3.5rem;
    --medium:1.5rem;
    --small:1rem;
}
body.dark-theme{
    background-color: var(--fondo);
    --texto: #fff;
    --fondo: #321216;
    --shadow:rgba(255, 255, 255, 0.2);
}
* {
    margin: 0px;
    padding: 0px;
    font-family:  Sans-serif;
    
    text-decoration: none;
    box-sizing: border-box;
}
a{
    color:var(--orange)
}

.flex {
    display: flex;
    align-items: center;
  	gap:10px;
}
.flex-center {
    display: flex;
    align-items: center;
  	justify-content:center;
  	gap:10px;
}
.grid {
    display: grid;
  	gap:10px;
}

.w-100p {
    width: 100%;
}
.h-100p{
    height: 100%;
}
.font-color{
	color: var(--texto);
}
.small-font{
    font-size: 15px;
    font-weight: 100;
}

.header__portada {
    background-image: url(../img/banner-festival-de-las-humanidades.jpg);
    background-position: center center;
    background-size: cover;
    padding: 25px 0px;
}

.portada__brand {
    height: 55px;
    gap: 10px;
    width:70%;
    margin: 0px auto;
}
.portada__logo{
    cursor: pointer;
}
.portada__marca {
    text-transform: uppercase;
    font-size: 15px;
    border-left: 2px solid #321216;
    padding: 5px 10px;
    color: #321216;
    line-height: 17.5px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;                                      

}

.portada__banner {
    width:70%;
    margin: 80px auto 0px;
    font-weight: bold;
    
}

.banner__titulo {
    font-size: var(--large);
    color: #321216;
    font-family: 'Roboto Condensed', sans-serif;                                      

    font-weight:700;

}

.banner__descripcion {
    color: var(--white);
    font-size: var(--medium);
    font-family: 'Roboto Condensed', sans-serif;                                      

}

.header__nav {
    border-bottom: 1px solid var(--orange);
    padding: 0px 15%;
    display:grid;
  	grid-template-columns: 3fr 1fr;
    
    
}

.nav__menu {
    list-style: none;
    font-size: 15px;
    color:var(--orange);
    gap:12.5px
}

.nav__item {  
    cursor: pointer;
    padding: 10px 0px;
}
.nav__form{
    
    justify-content: space-between;
    color: var(--orange);
}
.nav__buscar{
    border: none;
    background: none;
    color: var(--orange);
    cursor: pointer;
    position: absolute;
    margin: 10px 20px;
}
#nav__input{
    width: 150px;
    
    border: none;
    background: none;
    color: var(--texto);
    font-size: 14px;
    transition:0.5s ease;
 	padding: 0px 0px 0px 25px;
  	border: 10px solid var(--fondo);
    margin:0px 10px;
  	outline: none;
}

#mode{
    cursor: pointer;
}
#mode:active{
    opacity: 0;
}
.about__menu, .normas__menu, .archivo__menu {
    display: none;
    
}

#about:hover .about__menu,
#archivo:hover .archivo__menu,
#normas:hover .normas__menu
{
    display: grid;
    position: absolute;
    background: var(--fondo);
    box-shadow: 2px 4px 10px var(--shadow);
    border-radius: 5px;
    transition:0.5s ease;
}

 .normas__link, .archivo__link, .about__link{
    color: var(--orange);
    padding: 10px 20px;
    display: grid;
    cursor: pointer;
}

.about__link:hover,
.normas__link:hover, 
.archivo__link:hover 
{
    border-left: 5px solid var(--orange);
    background-color: rgb(163, 66, 9, 0.2);
    margin-left: -5px;
}

.no-display {
    display: none;
}

.contenedor{
    width: 70%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap:5vw;    
}

.issn {
    margin: 10px 50px 10px;
}
.content__description {
	padding-top: 10px;
}
.main__article{
	justify-content: space-between;
}

.article__content{
  	width:70%;
	padding:15px;
}

.article__description{
  margin-left: 10%;
  gap:25px;
}

.article__autors{
	list-style:none;
}

.historico__revista{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    list-style: none;
    
}
.historico__revista > li{
    width: 205px;
    height: 290px;
  	text-align:center;
    margin: 45px 25px;
}
.indice__item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap:10px;
}

.detail__content{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap:25px
}

.content__picture{
    display: grid;
    place-items: center;
    gap: 10px
}

.picture__button:hover{
    background: var(--light-orange);
}
.picture__button{
    padding: 10px 15px;
    border: 1px solid var(--orange);
}
.articulo__content  .picture__button{
	width: 82px;
  text-align: center;
}

.articles__not-found{
    border: 1px solid var(--orange);
    padding: 20px;
    border-left: 5px solid var(--orange); 
    background-color: rgb(163, 66, 9, 0.2);
  
}

.aside{
    display: flex;
    flex-direction: column;
    gap: 25px;
    
}

.aside h3{
    color: var(--texto);
    margin: 20px 0px;
}

.social__icons{   
    height:80px;
    list-style: none;
    gap:0px;
}
.social__icons img{
    height: 80px;
}
.info__menu{
    list-style: none;
}
.info__link{
    color: var(--orange);
    background: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    
}
.btn-red{
    color: black;
}
p{
    text-align: justify;
    line-height: 1.8;
    color: var(--texto);
    font-size: 17px;
}
.path{
    display: flex;
    gap:10px;
    margin: 20px 0px;

}
.path a{
    color: var(--orange);
}
.path p{
    font-size: 15px;
    line-height: normal;
}
.inicio__actual{
    margin: 0px 50px;
}
.titulo-h3{
    padding: 15px 0px ;
    font-size: 2rem;
    color: var(--texto);
    font-weight: normal;
}
.titulo-h4 {
    color: var(--texto);
  	font-size: 1.3rem;
    font-weight: normal;
}

.lista__texto, span{
    color: var(--texto);
}
.equipo li,
.contacto li{
    text-align: justify;
    line-height: 2.0;
    list-style: none;
    color: var(--texto);
}
.normas__autores ol{
    text-align: justify;
    line-height: 2.0;
    
    color: var(--texto);
    
}
.copy{
    font-weight: bold;
    cursor: pointer;
}
.normas__editoriales ul{
   list-style: none;
}
.normas__editoriales  ul > li::before{
    content: "✔ ";
    font-weight: bold;
    
}
#footer{
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-position: center ;
    color: #42332e;
    display: grid;
    align-items: center;
}
.footer__col ul{
    list-style: none;
    line-height: 30px;
    width: fit-content;
}
.footer__row ul a{
    color: #321216;
}

.footer__row{
    width:70%;
    margin: 0px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 17.5px;
    padding: 35px 0px;
    gap: 25px;
}
.footer__col h3{
    margin: 15px 0px;
}
.enlaces__items li{
    border-bottom: 1px solid;
}
.copyright{
    width:70%;
    margin: 0px auto;
    font-size: 15px;
    font-weight: 100;
    padding: 10px;
}
.nav__hambrg{
	display:none;
}
.main__detail{
	display: grid;
  	gap:50px;
}
@media only screen and (max-width:1000px) {
    .banner__titulo {
        font-size: 2.5rem;
    }
    .banner__descripcion {
        font-size: 1.5rem;
    }
    .portada__brand, .portada__banner {
        width: 90%;

    }
    .header__nav {
      	display:flex;
        justify-content: center;
        flex-wrap: wrap;
      	gap:5%;
        padding: 0px 5%;
    }
    .contenedor{
        width: 90%;
        margin: 50px 5%;
        grid-template-columns: 1fr;
    }
    .aside{
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
        
        gap: 0px;
    }
    .aside > div{
        width: 200px;
        display: grid;
        justify-content: center;
        height:175px;
    }
    .footer__row, .copyright{
        width:90%;
        margin: 0px auto;
    }
	
}
@media (max-width:650px) {
    .nav__menu {
        display: grid;
        place-items: center;
    }
    .header__nav{
      display: none;
      justify-content: space-around;
      flex-direction:column;
        
    }
    .footer__row{
        grid-template-columns: 1fr;
    }
  	.nav__hambrg{
		color: var(--orange);
        display: flex;
        justify-content: flex-end;
        padding: 5px 5%;
        font-size: 30px;
        border-bottom: 1px solid var(--orange);
	}
}

@media (max-width:500px) {
  .detail__content{
  		grid-template-columns: 1fr;
  	}
  #content-image{
  	display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
  }
  .portada__logo{
  	
    width: 110px;
    height: 35px;
  }
}