/**
 * plugins/themes/unicartagena/unicartagena.css
 *
 * Copyright (c) 2014 Kenny Morelo Universidad de Cartagena
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Unicartagena theme.
 *
 */
 
@font-face {
	  font-family: "Oswald";
	  src: url("-g5pDUSRgvxvOl5u-a_WHw.woff");
}

body {
    background-color: #fff;
    background-image: url(https://revistas.unicartagena.edu.co/images/background-02.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 50% auto;
    font-size: 14px;
}

a, a:visited, a:link {
    color: #cb4900;
    text-decoration: none;
}

a:hover {
    background: none;
    color: #cb4900;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    margin: 1rem 0 1.5rem 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ffffff;
}

#issueCoverImage img {
    height: auto;
    max-width: 100%;
    max-height: none;
    border: 4px double rgba(255,255,255,0.5);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    border-radius: 1px;
    margin-bottom: 1rem;
}

footer {
    background: #10151c;
    color: #afafaf;
    padding: 2rem 0;
    margin-top: 3rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

footer a {
    color: #ffcc00 !important;
}

footer #pageFooter{
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 #1b212a;
}

footer .logos{
    padding-top: 15px;
}

footer .logos img {
    max-height: 90px;
    width: auto;
    margin: 0 15px;
}

footer .logos .logo-unicarta{
    text-align: right;
    border-right: 1px solid #000000;
    box-shadow: 1px 0 0 #1b212a;
}

footer .logos .logo-pkp{
    text-align: left;
}

#breadcrumb {
    margin-bottom: 0;
    background: none;
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 0.8em;
    line-height: 1;
}

#breadcrumb a{
    color: #111;
}

#breadcrumb a:hover {
    color: #cb4900;
    text-decoration: underline;
}
#breadcrumb a.current{
    color: #cb4900;
}

#announcements {
    width: auto;
}

#content {
    font-size: 1em;
    /*text-align: justify;*/
    box-shadow: 0 -1px 0 #bbb;
    border-top: 1px solid #ffffff;
    padding-top: 1.5rem;
}

#content h3 {
    font-family: sans-serif;
    /*text-transform: capitalize;*/
    font-weight: bold;
    padding-top: 0;
}

.contenido h2 {
    font-family: Oswald;
    font-weight: normal;
    font-size: 1.7rem;
    margin-top: 2rem;
}

.contenido h2:first-child {
    margin-top: 0.5rem;
}

.contenido > h2{
    padding-bottom: 0.5rem;
    position: relative;
    margin: 0 !important;
    font-family: Oswald;
    font-weight: 500;
    font-size: 2rem;
}
.contenido > h2:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #cb4900;
}

.header-logo {
    position: relative;
}

.header-logo:before {
    content: '';
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    /*background: rgba(0,0,0,0.2);*/
}

@media (min-width: 992px) {
    .logo-journal {
        margin: 1rem auto;
        padding-left: 20px;
    }
    .logo-journal > h1 > img {
        width: auto;
        max-height: 100px;
        max-width: 100%;
    }
    .logo-publicaciones {
        border-right: 1px solid #999999;
        margin: 1rem auto;
    }
    .logo-publicaciones img {
        max-height: 100px;
    }
    .header-nav {
        border-top: 0;
        padding: 0 1rem 0 1rem;
        max-width: 100%;
        background: #10151c;
        border-bottom: 1px solid #1b212a;
        border-top: 1px solid #1b212a;
        color: #afafaf;
    }
    .header-nav #navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-nav #navbar ul.menu {
        padding: 0;
        border-left: 1px solid #1b212a;
        /*border-right: 1px solid #000000;*/
        justify-content: space-around;
        position: relative;
        width: 100%;
    }
    .header-nav #navbar ul.menu li {
        position: relative;
        padding: 0;
        display: inline-flex;
        margin-left: -5px;
    }
    .header-nav #navbar ul.menu li:first-child {
        margin-left: 0;
    }
    .header-nav #navbar ul.menu li:last-child {
        border-right: 1px solid #000000;
    }
    .header-nav #navbar ul.menu li a {
        border-left: 1px solid #000000;
        border-right: 1px solid #1b212a;
        padding: 1rem 1.875rem;
        line-height: initial;
        text-transform: uppercase;
        vertical-align: middle;
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
    }
    .header-nav #navbar ul.menu li a:hover {
        background-color: #1b212a;
        color: #cb4900;
        border-color: #1b212a;
        border-left-color: #000000;
    }
    .header-nav #navbar ul.menu li.current a {
        color: #ffffff;
        background-color: #1b212a;
        border-top: 3px solid #ffcc00;
        padding-top: 0.9rem;
     
    }
    .header-nav #navbar ul.menu li.current a:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 50%;
        margin-left: -6px;
        border: 6px solid transparent;
        border-top-color: #ffcc00;
    }
    .header-nav #navbar ul.menu li ul {
		display:none;
		position:absolute;
		position: absolute;
        top: 47px;
        background: #10151c;
        padding: 0;
        z-index: 9999;
	}
	
	.header-nav #navbar ul.menu li:hover > ul{
		display:block;
	}
	
	.header-nav #navbar ul.menu li a:focus + ul {
		display:block;
	}
	
	.header-nav #navbar ul.menu li ul li {
		position:relative;
		margin-left: 0;
	}
	
	.header-nav #navbar ul.menu li ul li a {
        width: 305px;
        border-bottom: 1px solid #000;
        box-shadow: 0 1px 0 #1b212a;
        text-transform: none;
	}
	
	.header-nav #navbar ul.menu li.submenu > a:after {
        content: '';
        position: absolute;
        z-index: 9999;
        border: 4px solid transparent;
        border-top-color: white;
        top: 50%;
        margin-top: -2px;
        margin-left: 7px;
    }
	
    .header-logo .right-header {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: right;
    }
    .header-logo .nav-login {
        list-style: none;
        border-radius: 5px;
    }
    .header-logo .nav-login li{
        display: inline-flex;
        margin-left: -5px;
    }
    .header-logo .nav-login li:first-child{;
        margin-left: 0;
        border-radius: 5px 0 0 5px;
    }
    .header-logo .nav-login li a{
        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
        background: #565656;
        background: -moz-linear-gradient(#565656 0%, #323232 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
        background: -webkit-linear-gradient(#565656 0%, #323232 100%);
        background: linear-gradient(#565656 0%, #323232 100%);
        padding: .5em 1em;
        color: #ccc;
        font-size: 12px;
    }
    .header-logo .nav-login li:first-child a{
        border-radius: 5px 0 0 5px;
    }
    .header-logo .nav-login li:last-child a{
        border-radius: 0 5px 5px 0;
    }
    table.tocArticle td.tocTitle {
        width: 85%;
    }
    table.tocArticle td.tocGalleys {
        width: 15%;
    }
    #inlinePdfResizer {
        height: 1000px;
    }
}
#sidebarUser {display: none;}

#homepageImage img {
    width: 100%;
    height: auto;
}
#journalDescription p {
    text-align: justify;
    margin-top: 0;
}
#languageSelect {
    min-height: 26px;
    width: 75%;
    border-bottom: 1px solid #ccc;
}
#sidebarLanguageToggle .button {
    width: 25%;
}
.block {
    margin-bottom: 30px;
}
.block .blockTitle {
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    font-family: Oswald;
}
.block .blockTitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 50px;
    background: #cb4900;
}
.warningMessage {
    margin: 0 0 15px 0 !important;
    padding: 0 5px 5px 25px !important;
    font-size: 0.75rem;
    text-align: justify;
    line-height: 1.3;
}
.homepageImage img {
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    max-height: inherit;
    width: 100%;
    border: 7px solid #c3c3c3;
}
#simpleSearchInput,
#simpleSearchInput label,
#simpleSearchInput input.textField,
#simpleSearchInput select.selectMenu,
#simpleSearchInput textarea.textArea,
#simpleSearchInput input.uploadField {
    width: 100%;
}
.issn {
    text-align: right;
    color: white;
    padding-top: 12px;
}
.issn > p {
    margin: 0;
}
.homepage-issue-current {
    margin-top: 0;
    text-align: left;
    text-shadow: none;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    float: none;
}
.homepage-issue-current:before {
    content: '';
    width: 100px;
    height: 4px;
    background: rgba(203,73,0,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
}
.homepage-issue-identifier {
    color: #333;
    text-shadow: none;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    margin-top: 1rem;
}
.homepage-issue-published {
    color: #333;
    text-shadow: none;
    margin-bottom: 0;
    text-align: left;
    margin-top: 1rem;
}
.homepage-issue-published:before {
    content: '\f073';
    font-family: FontAwesome;
    padding-right: 5px;
    color: #cb4900;
}
.text-center .btn {
    border: 4px double rgba(203,73,0,0.8);
    color: rgba(203,73,0,1);
    border-radius: 2px;
    font-weight: 500;
}
.description_catalogo > h3 + p {
    display: initial;
}
#carouselExampleControls {
    width: 100%;
}
#carouselExampleControls .carousel-item {
    padding: 0 35px;
    display: flex;
    justify-content: center;
}
#carouselExampleControls .carousel-item img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 80px;
    display: inline !important;
    padding: 0 15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#carouselExampleControls .carousel-item img.difusion {
    max-height: 250px;
    border: 5px solid #10151c;
    padding: 0;
    box-shadow: 0 0 0 1px #fff;
}
.carousel-control-next {
    width: 5% !important;
    text-align: right !important;
}
.carousel-control-prev {
    width: 5% !important;
    text-align: left !important;
}
a.carousel-control-prev,
a.carousel-control-next,
a.carousel-control-prev:hover,
a.carousel-control-next:hover {
    color: transparent !important;
    text-decoration: none !important;
}
#developedBy {
    text-transform: inherit;
    font-size: 1.2rem;
}
#articleAbstract h4,
#articleSubject h4,
#articleFullText h4,
#articleCitations h4 {
    margin: 0;
    margin-bottom: .5rem;
}
#headerTitle h1 {
    font-size: 0;
    margin-bottom: 0;
}
.title-difusion {
    padding-bottom: 0.5rem;
    position: relative;
    margin: 0 0 15px 0 !important;
    font-family: Oswald;
    font-weight: 500;
    font-size: 2rem;
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 #1b212a;
}
.title-difusion:after {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #ffcc00;
}
.carousel.difusion {
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 #1b212a;
}