@font-face {
    font-family: 'GothamBook';
    src: url('https://usil.ojs8.metarevistas.com/plugins/themes/oldGregg/font/GothamBook.otf');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('https://usil.ojs8.metarevistas.com/plugins/themes/oldGregg/font/GothamMedium.otf');
}

@font-face {
    font-family: 'Rock';
    src: url('https://usil.ojs8.metarevistas.com/plugins/themes/oldGregg/font/Rock.ttf');
}

@font-face {
    font-family: 'Emblem';
    src: url('https://usil.ojs8.metarevistas.com/plugins/themes/oldGregg/font/emblemregular.ttf');
}



:root {
    --color01: #243060;
    --color02: #263328;
    --blanco: hsl(0, 0%, 100%);
    --negro70: hsl(0, 0%, 21%);
    --sombra01: 0 1px 3px rgba(53, 53, 53, 0.12), 0 1px 2px rgba(53, 53, 53, 0.24);
    --sombra02: 0 3px 5px rgba(0, 103, 165, 0.16), 0 3px 4px rgba(0, 103, 165, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
    /* Font */
    --fontBody: 'GothamBook';
}


.issue-slider-custom .carousel-control{
    width: 0;
}
.issue-slider-custom a.left.carousel-control {
    background-color: transparent;
    background-image: none;
}
.issue-slider-custom a.right.carousel-control {
    background-color: transparent;
    background-image: none;
}
.issue-slider-custom .carousel-inner {
   /* background: url(/plugins/themes/oldGregg/images/background.jpg);*/
    background-position: center bottom;
    height: 245px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.carousel-indicators li {
    background-color: var(--color01);
}

.issue-slider-custom.d-none.d-md-block {
    background-color: #ECECEC;
}

.issue-slider-custom .carousel-item {
    max-height: 245px;
}
.issue-slider-custom .article-text{
    padding-top: 50px;
    padding-bottom: 150px;
    padding-right: 25px;
   /* background-image: -webkit-linear-gradient(-30deg, transparent 20%, rgba(56, 104, 13, 0.8) 0%);*/
    
}
.issue-slider-custom .article-title{
    margin-top: 10px;
    font-family: 'GothamBook';
    color: var(--color01);
    font-size: 14px;
    display: inline-block;
    max-width: 75%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.issue-slider-custom .journal-title{
    margin-top: 50px;
    font-family: 'GothamBook';
    color: var(--color01);
    font-size: 12px;
    margin-right: 20px;
}
.issue-slider-custom .issue-image{
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
}
.issue-slider-custom .issue-image-cover{
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 0px;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    margin-left: 20px;
    max-height: 140px;
}
.carousel-item .text-right {
    text-align: left !important;
}
.issue-slider-custom .carousel-control-next,
.issue-slider-custom .carousel-control-prev {
    width: 5%;
}
.issue-slider-custom .col-cover {
    max-height: 245px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


