﻿
h5 {
    font-family: 'Roboto', Poppins, Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.2em;
}e
liner{

}

lla bel 

label {
    font-family: Poppins !important;
    font-weight: 500 !important;
}


p {
    font-family: Poppins !important;
    font-weight: 500 !important;
}

.nav-link {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #874698;
}

.nav-link:hover {
    color: #a729c7;
}

.light-green {
    background-color: #5ca14a;
}

.nav-menu {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 60px !important;
}

divContainer{

    max-height: 10%;

}

.nav-item-menu {
    font-family: 'Poppins';
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: white !important;
    background: #5ca14a ;
    border-left: 1px solid forestgreen;
    max-height: 10%;
}

.nav-item-menu:hover {
    color: forestgreen !important;
    background: white !important;
}

.img-logo {
    display: block;
    max-width: 20em;
    height: auto;
}

.label-filter {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7em;
}

.banner-bg-degradee {
    background: rgba(207,242,255,1);
    background: -moz-linear-gradient(top, rgba(207,242,255,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,242,255,1)), color-stop(46%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(207,242,255,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(207,242,255,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(207,242,255,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(207,242,255,1) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cff2ff', endColorstr='#ffffff', GradientType=0 );
}

figure {
    height: 90vh;
    overflow: hidden; /*hide bounds of image */
    margin: 0; /*reset margin of figure tag*/
}

figure img {
    display: block; /*remove inline-block spaces*/
    width: 100%; /*make image streatch*/
    height: 100%;
}

.half-rule {
    margin-left: 0;
    text-align: left;
    width: 50%;
}

.bg-natural {
    background-color: #FBFFCF;
}

.bg-natural-light {
    background-color: #FCFFDA;
}

.bg-gris-claro {
    background-color: #88F777;
}

.tab-pane {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.tabpanel {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.btn-semeca {
    padding: 18px 34px;
    color: white;
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700;
    text-transform: uppercase !important;
    background-image: linear-gradient( 90deg,#874698 0%,#804290 100%);
    line-height: 1.7em !important;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    border-left-color: #804290;
    border-left-width: 10px !important;
    border-right-color: #804290;
    border-right-width: 10px !important;
    border-top-color: #804290;
    border-top-width: 10px !important;
    border-bottom-color: #804290;
    border-bottom-width: 10px !important;
}

.btn-semeca:hover {
    letter-spacing: 5.5px !important;
    color: white;
    text-decoration: none;
}

.btn-semeca:after {
    opacity: 0;
    content: '\00BB';
    transition: all 300ms ease 0ms;
    -webkit-transition: all .2s;
    transition-property: all !important;
}

.btn-semeca:hover:after {
    opacity: 1;
}

.input-login {
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0.01);
    width: 100%;
    border-width: 0;
    padding: 16px;
    line-height: 1.8em;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    border-color: rgba(143,74,161,0.03);
    border-bottom-width: 3px;
    min-width: 200px;
}

.btn-descarga-excel {
    color: white;
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600;
    text-transform: uppercase !important;
    background-image: linear-gradient( 90deg,#874698 0%,#804290 100%);
    line-height: 1.7em !important;
    padding: 0.5rem;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.btn-descarga-excel:hover {
    letter-spacing: 5.5px !important;
    color: white;
    text-decoration: none;
}

.btn-descarga-excel:after {
    opacity: 0;
    content: '\00BB';
    transition: all 300ms ease 0ms;
    -webkit-transition: all .2s;
    transition-property: all !important;
}

.btn-descarga-excel:hover:after {
    opacity: 1;
}

.scroll-excel {
    overflow-y: auto;
    max-height: 400px;
}

@media (max-width: 768px){
    .col-excel {
        border-top: 1px dotted grey;
        margin-top: 10px;
    }
}

.divPrioridad {
    margin: 0 15px;
}

.chkPrioridad {
    margin: auto;
    color: white;
    user-select: none;
}

.dataTables_scroll {
    overflow: auto;
}

.tablaDocumentos {
    border-collapse: separate;
    border-spacing: 0px 10px;
}