/*****************************************ESTILOS GENERALES*********************************/

p, li{
    text-align: justify;}

.additional-content {
        columns: 1; }

.main-header {
    background-color: #000000;}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #000000;}

.main-header a {
    color: #ffffff;}

.cover>img, .archived-issue__link>img{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7) !important;
}
.archived-issue__link>img{
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important;
}

.main-menu__title img {
    max-height: 50px;
    width: auto;
}
img {
    border-style: none;
    max-width: -webkit-fill-available;
}

.main-menu__nav-link:hover, .main-menu__nav-link:focus, .main-menu__nav-link:active {
    color: rgba(7, 7, 7, 0.95);
    background-color: #d8d8d8;}

.btn-primary {
    background-color:#000000;
    border: 1px solid rgba(0, 0, 0, 0.95);
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.footer-cols{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Dos columnas de igual tamaño */
    gap: 15px;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 100%;
}
.dropdown-menu .dropdown-item a {
    background: #d8d8d8;
}
.main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
    padding-left: 11px;
    border-left: 5px solid #d8d8d8;
    border-radius: 3px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d8d8d8;
}

.btn-primary.focus, .btn-primary:focus {
    color: #000000;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    box-shadow: 0 0 0 0.2rem #d8d8d8;
}
.modificacion-slider{
    max-height: 100px;
}

.swiper-slide > figure > img{
    height: 30vh !important;
}
.swiper-wrapper{
    height: 35vh !important;
}
.slider-text {
	margin-top: -130px  !important;
	margin-bottom: 30px;
	padding: 10px !important;
	z-index: 1000;
	background-color:rgba(255,255,255,0.6);
	width: inherit;
	height: 100px  !important;
	position: relative;
	right: -12vw !important;
}
img.img-fluid {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7) !important; }

.csl-bib-body {
    text-align: justify; }


/*****************************************ESTILOS PARA DISPOSITIVOS MOVILES*********************************/
@media screen and (max-width: 989px) {
    .footer-cols {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Cambia el tamaño mínimo de las columnas para pantallas más pequeñas */
    }
    .slider-text {
        margin-top: 0px  !important;
        margin-bottom: 30px;
        padding: 10px !important;
        z-index: 1000;
        background-color:rgba(255,255,255,0.6);
        width: inherit;
        height: 100px  !important;
        position: relative;
        right: 3vw !important;
    }
    .swiper-wrapper{
        height: 40vh !important;
    }
    .archivo{
	justify-content:center;
	align-items:center;}
	
    .archive-img{
	max-width:50vw;
     }
}


.main-menu__logo img, .main-menu__title img {
    max-height: 100px; }

ul.article-views.list-group {
    display: flex;
    list-style: none; 
    flex-direction: row;}

li.item-views.list-group-item-estadisticas {
    padding: 10px; }
