@font-face {
    font-family: 'Feather';  
    src: url('/lib/feather-icons-web/fonts/Feather.woff') format('woff'), /* chrome, firefox */
    url('/lib/feather-icons-web/fonts/Feather.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/lib/feather-icons-web/fonts/Feather.svg') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'LilitaOne';
    src: url('/fonts/LilitaOne-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'PassionOne';
    src: url('/fonts/PassionOne-Regular.ttf')  format('truetype');
}

:focus {
    outline: none;
}

body
{
    font-size: 16px;
    background-color: #efefef;
}

a.blanco
{
    color: #ccd5db; 
    text-decoration: none;
}

a.blanco:hover
{
    color: #fff;
    text-decoration: none;
}

a.default
{
    color: inherit; 
    text-decoration: none;
}

a.default:hover
{
    color: inherit;
    text-decoration: none;
}

/*-----------------------superior*/
#superior {
    border-bottom: 1px solid #e7e7e7;
}


#menu-superior {
    background-color: #ffffff;
}


.bg-verde {
    background: #47905a;
}

.titulo-2 {
    margin-bottom: 0;
    font-weight: 600;
}

.avatar {
    display: block;
    padding: .55rem .85rem;
    background: #fdefc6;
    border-radius: 5px;
    color: #b88224;
    font-size: 20px;
}

.avatar-mini {
    display: block;
    padding: .4rem .7rem;
    background: #e9eaf5;
    border-radius: 3px;
    color: #6186dd;
}

.avatar-mini-alt {
    display: block;
    padding: .4rem .7rem;
    background: #ebebeb;
    border-radius: 3px;
    color: #9d9d9d;
}


.conv-titulo {
    line-height: 1;
}

.conv-caract {
    display: block;
}

.conv-caract small {
    display: inline-block;
    color: #858585;
}

.conv-caract small:before {
    content:'\00B7'; padding-right:5px;
}

.conv-caract small:first-child:before {
    content: none;
    padding-right:0;
}

.badge {
    padding: .5em .8em;
}

.link-simple {
    text-decoration: none;
    color: inherit;
}

.link-simple:hover {
    text-decoration: none;
    color: inherit;
}

.fw-500 {
    font-weight: 500;
}

.lh-1 {
    line-height: 1;
}

.lh-sm {
    line-height: 1.25;
}

a.documento {
    padding: 5px;
    border-radius: 5px;
    display: block;
    background-color: #f7f7f7;
}

a.documento:hover {
    background-color: #e9eaf5;
}

.documento-alt {
    padding: 5px;
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
}

.fs-90 {
    font-size: 90%;
}

.comunicado_container {
    position: relative;
}

.comunicado {
    position: absolute;
    background: #ffbe08;
    padding: 5px 10px;
    right: 0;
    top: -100%;
    font-size: 12px;
}

.comunicado:before {
    content: " ";
    position: absolute;
    right: 10px;
    bottom: -8px;
    border-top: 8px solid #ffbe08;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none
}

.loading {
    background: #efeff0d9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*-------------------paginacion*/
.custom-paginate
{
    display: inline-block;
}

.custom-paginate .pagination {
    margin: 0;
}

.custom-paginate .page-link {
    padding: .75rem 1.15rem;
    line-height: 1.25;
    font-size: 18px;
    color: #0062a3;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
}

.custom-paginate .page-item.active .page-link {
    background-color: #47905a;
    border-color: #47905a;
}

.custom-paginate .page-item.disabled .page-link {
    display: none;
}

/*-----------------------------------breadcrumb*/
.custom-breadcrumb
{
    margin: 0 0 1.5rem 0;
    padding: 0;
    background-color: transparent;
}


.mayuscula 
{
    text-transform: uppercase;
}


#custom-menu > .navbar-nav > .nav-item.active > .nav-link {
    color: #47905a;
    font-weight: 500;
}

#custom-menu > .navbar-nav > .nav-item > .nav-link:hover {
    color: #47905a;
}
