/* login */

section#s-login-emprendedor .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 0px !important;
    display: inline-flex;
    padding: 172px 168px 171px 168px;
    justify-content: center;
    align-items: center;
   
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption{
    background: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 150px;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    color: #0B0B80;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title{
    font-size: 28px;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    font-size: 16px;
}

section#s-login-emprendedor .login.login-with-news-feed .login-container{
    width: 550px;
    padding: 45px;
}

@media (max-width: 767.98px){
    section#s-login-emprendedor .login.login-with-news-feed .login-container{
        width: auto;
        padding: 30px;
    }
}

/* recuperar contraseña */

section#s-recuperar-contrasena .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 550px;
}

section#s-recuperar-contrasena .login.login-with-news-feed .news-feed .news-caption{
    top: 0;
    background: initial;
}

section#s-recuperar-contrasena .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-recuperar-contrasena .login.login-with-news-feed .news-feed .news-caption p {
    color: #0B0B80;
}

section#s-recuperar-contrasena .login.login-with-news-feed .login-container{
    width: 550px;
    padding: 45px;
}


@media (max-width: 767.98px){
    section#s-recuperar-contrasena .login.login-with-news-feed .login-container{
        width: auto;
        padding: 30px;
    }
}

/* registrar usuario */

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 550px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption{
    background: none;
    position: relative;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    color: #0B0B80;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title{
    font-size: 28px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    font-size: 16px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .login-container{
    padding: 45px;
    width: 550px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .login-container .login-content {
    min-height: 700px;
}

section#s-registrar-emprendedor .codigo-verificacion{
    width: 35px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin: 8px;
    border: none;
    border-bottom: 2px solid #4444FF;
}

/* nueva empresa */

section#s-nueva-empresa .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 550px;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption{
    background: none;
    position: relative;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption p{
    color: #0B0B80;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption .caption-title{
    font-size: 28px;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption p{
    font-size: 16px;
}

section#s-nueva-empresa .login.login-with-news-feed .login-container{
    padding: 45px;
    width: 550px !important;
}

section#s-nueva-empresa .login.login-with-news-feed .login-container .login-content {
    min-height: 700px;
}

/* dashboard */

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencidas"] .titulo,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencidas"] .titulo{
    color: #FF2424;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencen-hoy"] .titulo,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencen-hoy"] .titulo{
    color: #ECAA00;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="por-vencer"] .titulo,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="por-vencer"] .titulo{
    color: #000000;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencidas"] .progress-bar ,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencidas"] .progress-bar {
    background-color: #FF2424;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencen-hoy"] .progress-bar ,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencen-hoy"] .progress-bar {
    background-color: #ECAA00;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="por-vencer"] .progress-bar ,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="por-vencer"] .progress-bar {
    background-color: #000000;
}

section#s-dashboard .widget-list .widget-list-item>div:first-child {
    padding-left: 0px;
}

section#s-dashboard .widget-list .widget-list-item>div:last-child {
    padding-right: 0px;
}

section#s-dashboard .widget-list .widget-list-item .widget-list-media{
    width: 110px;
}

.widget-list .widget-list-item .widget-list-action{
    display: table-cell;
}

section#s-dashboard .widget-list .widget-list-item+.widget-list-item .widget-list-action,
section#s-dashboard .widget-list .widget-list-item+.widget-list-item .widget-list-content {
    border-top: none;
}

section#s-dashboard [data-card="documentos-pendientes"] .widget-list .widget-list-item .widget-list-media {
    height: auto;
}

section#s-dashboard #t-estado-resultado.table thead tr th{
    border-bottom: none;
}

section#s-dashboard #t-estado-resultado.table td, .table th {
    padding: 6px;
    border-bottom: none;
}

section#s-dashboard [data-card="contactos"] .widget-list-media span {
    background: #0B0B80;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff !important;
    padding: 5px;
}

section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-media,
section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-content,
section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-action{
    padding: 5px;
}

section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-media {
    height: 45px;
}

/* configuración lista */

section#s-configuracion .panel.panel-uwigo p{
    color: #525252;
}

/* reportes lista */

section#s-reportes .panel.panel-uwigo p{
    color: #525252;
}

section#s-certificados .panel.panel-uwigo {
    position: relative;
    z-index: 1;
    width: 100%;
    align-items: normal;
}
section#s-certificados .panel.panel-uwigo {
    background: #FFFFFF !important;
}

section#s-certificados .panel.panel-uwigo {
    border: 0px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px;
}

section#s-certificados h1 {
  font-size: 32px !important;
}

section#s-caf .panel.panel-uwigo {
    position: relative;
    z-index: 1;
    width: 100%;
    align-items: normal;
}
section#s-caf .panel.panel-uwigo {
    background: #FFFFFF !important;
}

section#s-caf .panel.panel-uwigo {
    border: 0px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px;
}

section#s-caf h1 {
  font-size: 32px !important;
}