a {
    color: #e55918;
    text-decoration: none;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #e55918;
    font-weight: 600;
}

.page-header h1 {
    color: #e55918;
    font-weight: 600;
}

.site-footer {
    background: rgb(14, 26, 57);
}

.alert-primary {
    background-color: rgb(14, 26, 57);
    border-color: rgb(14, 26, 57);
    color: #fff;
}

#userNav .dropdown-item, .language-toggle .dropdown-item {
        padding-left: 0.5em;
        font-size: 14px;
        color: #fff;
        text-transform: none;
    }

#userNav .nav-link, .language-toggle .dropdown-toggle {
        border: 1px solid rgb(14,26,57);
	color: #fff;
	background-color: rgb(14,26,57);
    }

.dropdown-menu {
    background: rgb(14, 26, 57);
}

.dropdown-item {
    color: #fff;
}

.dropdown-header {
    color: #e55918;
}

    #primaryNav .dropdown-item:focus, #primaryNav .dropdown-item:hover {
        color: #fff;
        background-color:rgb(30, 45, 90);
	border-color: #fff;
    }

.dropdown-item:hover, .dropdown-item:focus {
    background: rgb(30, 45, 90);
    border-color: #000;
    color: #000;
    outline: 0;
}

.modal-content {
    border-radius: 0;
    background: #fff;
    color: #e55918;
}

.modal-content .close {
    background-color: #e55918;
    color: #fff;
}

.homepage-image-behind-issue+.container-homepage-issue .homepage-issue-published {
        margin-top: 2rem; 
        margin-bottom: 4.5rem;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #f0723c !important;
    border-color: #f0723c !important;
    color: #000;
}

.btn:hover, .btn:focus, .btn:active {
    box-shadow: none;
    color: rgb(14,26,57);
    border-color: #e55918;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgb(14,26,57);
}

/* Header */
/*
.main-header {
    background-color: #e55918;
}

.navbar-logo a {
        color: #fff;
    }

 */

.main-header {
    background-image: url('https://cienciaytecnologia.itb.edu.ec/public/site/images/itbadmin/redes-header.png');
    background-repeat: no-repeat; /* Para que la imagen no se repita */
    background-size: cover; /* Para que la imagen cubra todo el espacio del header sin deformarse */
    background-position: center; /* Para centrar la imagen */
    /* Puedes añadir un color de fondo de respaldo por si la imagen no carga */
    background-color: #fcfcfc;
}

#primaryNav {
	background-color: #e55918;
        padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
        padding-right: 50px;
	margin-top: 50px;
}

.main-header .container {
        padding: 2rem 0 0 0;
	max-width: 1920px;
    }

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus
{
        background: transparent;
        color: rgb(14,26,57);
        border-color: rgb(14,26,57);
}


@media (min-width: 992px) {
    #primaryNav .nav-link {
        font-size: 18px;
        color: #fff;
        /*color: rgb(14, 26, 57);*/
        /* border-bottom: 3px solid; */
    }
    #primaryNav .dropdown-menu.show {
        background-color: rgb(14, 26, 57);
    }
    #primaryNav .dropdown-item {
        color: #fff;
    }
}

.badge-light {
    background: #e55918;
    color: #fff;
}

.btn-primary {
    background: #e55918;
    border-color: #ddfafc;
    color: #fff;
}

