﻿/**-- FUENTES --**/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,700,700i');

body {
    padding-top: 122px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f5f5;
}

hr {
    margin: 20px 0;
    width: 100%;
    height: 2px;
    background-color: #a1a1a1;
    display: block;
    border: 0;
}

main {
    flex: 1;
}

    main::before {
        content: "";
        height: 122px;
        background: #0f69c4;
        position: absolute;
        top: 0;
        width: 100%;
    }

a.nav-link {
    color: #fff;
    text-decoration: underline;
}

.navbar {
    transition: height 0.3s ease;
    position: fixed;
    top: 0;
    height: 122px;
    width: 100%;
    z-index: 10;
    background: #011c41 !important;
    border-bottom: 4px solid #0f69c4;
}

.navbar-brand img {
    width: 236px;
    transition: width 0.3s;
}

ul.dropdown-menu.show {
    background: #092c56;
    border-radius: 4px;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #092c56;
}

.dropdown-item:hover {
    color: #fff;
}
/* Header */
.headerInterior::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: red;
    background-image: linear-gradient(45deg, #113a8f 50%, #0075b7 100%);
    opacity: .95;
}

.headerInterior {
    min-height: 105px;
    position: relative;
    height: auto;
    padding: 5px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
}

div.header--inline {
    margin-bottom: 15px;
}

.headerInterior .h1, .headerInterior .h2, .headerInterior .h3 {
    position: relative;
}

.headerInterior .h1 {
    margin: 25px 0 0 0;
    color: #fff;
    font-size: 1.8rem;
}

.headerInterior span {
    position: relative;
}

.btn-outline-primary {
    background: #fff;
}

.logo_coop img {
    max-width: 100px;
    margin-left: 22px;
    transition: width 0.3s ease, height 0.3s ease;
}

.logo_coop_responsive img {
    width: 80px;
}

/*marco pasos */
#borde {
    height: auto;
    margin: 0;
    background: #fff;
    border: 2px solid #006FB3;
    border-radius: 0 8px 8px 8px;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    -webkit-box-shadow: 0px 11px 16px -8px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 11px 16px -8px rgba(0,0,0,0.68);
    box-shadow: 0px 11px 16px -8px rgba(0,0,0,0.68);
}

.marco-marg {
    padding: 0px 40px 40px 40px;
}

.marco {
    padding: 40px;
}

.instrucciones {
    background-color: #d9edf7;
    border: 1px solid #bcdff1;
    border-radius: 8px;
    min-height: 50px;
    height: auto;
    padding: 40px;
    margin: 3rem 0 30px 0;
    text-align: justify;
}

.modulos {
    padding: 0;
    line-height: 1.5em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    background-clip: border-box;
    margin: 30px 0 !important;
    background: #fff;
}

.menupasos .pasos .done a {
    color: #FFF;
}

/* Breadcrum*/
i.fa-solid.fa-house-chimney {
    color: #0f69c4;
}

ol.breadcrumb {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
}
/* Fonts */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1.2;
}

    h2.title {
        /*color: #0f69c4;*/
        position: relative;
        font-weight: 400;
        margin-bottom: 2.8rem;
        font-size: 1.375rem;
    }

        h2.title::after {
            content: '';
            position: absolute;
            width: 45px;
            height: 4px;
            background-color: red;
            bottom: -15px;
            left: 0;
        }

    h3.title {
        margin-top: 2rem;
        position: relative;
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 2rem;
    }

        h3.title::after {
            content: '';
            position: absolute;
            width: 45px;
            height: 4px;
            background-color: #3f3f3f;
            bottom: -15px;
            left: 0;
        }

b {
    font-weight: 600;
}

.subtitulo {
    padding-left: 6px;
}

.justify {
    text-align: justify;
}

.modulos p.text1 {
    font-size: 12px;
    margin-left: 0px;
}

.titulo {
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.375rem;
    color: #111;
    margin-bottom: 20px;
}

.subrayado {
    display: block;
}

    .subrayado::after {
        content: '';
        display: block;
        width: 45px;
        height: 4px;
        background-color: #E22C2C;
        margin-top: 10px;
    }

.obligatorio-tit {
    display: block;
    color: #0f69c4;
    text-align: right;
    border-top: 1px solid #bcdff1;
    padding-top: 6px;
    margin-top: 14px;
}

    .obligatorio-tit::after {
        content: 'Los campos con (*) son obligatorios';
        font-size: 14px;
    }

    .obligatorio-tit::before {
        font-family: "FontAwesome";
        content: "\f06a";
        position: absolute;
        margin-left: -20px;
        margin-top: 1px;
    }

.obligatorio {
    display: none;
}

    .obligatorio::after {
        content: '(*) Obligatorio';
        font-size: 12px;
    }

span.desacado {
    color: #006fb3;
    font-weight: 600;
}

/* Modal */
.modal-body h3::after {
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    background-color: #E22C2C;
    margin-top: 10px;
    margin-bottom: 20px;
}

.modal-body {
    text-align: justify;
}

    .modal-body p, .modal-body li {
        font-size: 14px;
    }

.modulos p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    margin-left: 10px;
}

span.info_txt {
    font-weight: 600;
    padding-left: 20px;
    font-weight: 600;
}

.info_txt::before {
    content: "!";
    font-size: 12px;
    position: absolute;
    border: 2px solid;
    background: #fff;
    border-radius: 100%;
    width: 18px;
    line-height: 14px;
    text-align: center;
    margin-top: 2px;
    margin-left: -22px;
    color: #006fb3;
}

p.info2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 3em 0 0 2.5em;
    color: #006fb3;
}

    p.info2::before {
        content: "!";
        font-size: 20px;
        position: absolute;
        border: 2px solid;
        background: #fff;
        border-radius: 100%;
        width: 24px;
        line-height: 20px;
        text-align: center;
        margin-left: -1.5em;
    }



/* Pasos */
.menupasos ul.pasos {
    padding-left: 0px;
}

.menupasos .pasos li {
    font-family: 'Roboto', sans-serif;
    background: #ebebeb;
    padding: 7px 15px;
    color: #666;
    display: block;
    width: 140px;
    height: 68px;
    float: left;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 14px -7px 19px -21px rgba(0,0,0,0.68);
    -moz-box-shadow: inset 14px -7px 19px -21px rgba(0,0,0,0.68);
    box-shadow: inset 14px -7px 19px -21px rgba(0,0,0,0.68);
}

.menupasos .pasos .active {
    line-height: 17px;
    background: #FFF;
    height: 70px;
    border-top: 2px solid #006cb7;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    margin-bottom: -2px;
    z-index: 1;
    position: relative;
    border-left: 2px solid #006cb7;
    border-right: 2px solid #006cb7;
    color: #006cb7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menupasos .pasos .done {
    background: #0f69c4;
    color: #FFF;
    border-top: 1px solid #204883;
    border-right: 1px solid #204883;
    -webkit-box-shadow: inset -7px -13px 19px -21px rgba(0,0,0,0.68);
    -moz-box-shadow: inset -7px -13px 19px -21px rgba(0,0,0,0.68);
    box-shadow: inset -7px -13px 19px -21px rgba(0,0,0,0.68);
}

    .menupasos .pasos .done a {
        color: #FFF;
        text-decoration: none;
    }

    .menupasos .pasos .done:hover {
        color: #EEE;
    }

.menupasos .pasos li h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.menupasos .pasos li h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
}

#datos-empresa {
    font-family: 'Roboto', sans-serif;
    color: #111;
    margin-top: -10px;
}

    #datos-empresa .cont {
        color: #111;
        border-bottom: 1px dotted #ccc;
    }

    #datos-empresa h1 {
        font-family: 'Roboto Slab', serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    #datos-empresa h2 {
        font-size: 1rem;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 0px;
        font-weight: 400;
    }

    #datos-empresa h3 {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 0;
        overflow: auto;
        max-height: 40px;
        height: 40px;
    }
        /* Estilo del contenedor del scrollbar */
        #datos-empresa h3::-webkit-scrollbar {
            width: 8px; /* Ancho del scrollbar */
        }

        /* Estilo de la pista del scrollbar */
        #datos-empresa h3::-webkit-scrollbar-track {
            background: #ccc; /* Color de fondo de la pista */
            border-radius: 10px; /* Bordes redondeados */
        }

        /* Estilo del pulgar del scrollbar */
        #datos-empresa h3::-webkit-scrollbar-thumb {
            background: #888; /* Color del pulgar */
            border-radius: 10px; /* Bordes redondeados */
        }

            /* Estilo del pulgar del scrollbar en hover */
            #datos-empresa h3::-webkit-scrollbar-thumb:hover {
                background: #555; /* Color del pulgar en hover */
            }

/* Forms */
tbody#tbActividades {
    border: 1px solid #ccc;
}

table#tablaActividades {
    margin-top: 6px;
}

.modulos .form-label {
    font-family: 'Roboto', sans-serif;
    color: #666;
    margin-top: 7px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 12px;
    label .form-label span
}

.modulos .form-control, .modulos .form-select {
    font-size: 14px;
    text-align: justify;
}

.modulos .form-check-label {
    font-size: 14px;
}

.modulos .form-check.form-check-inline {
    margin-top: 8px;
}

.accessibly-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*.auto-expand {
    overflow-y: auto;
    resize: vertical;
    min-height: auto;
    font-size: 14px;
}*/

/* Tablas */
table#tblSocios, table#tblCapital {
    width: 100%;
    min-width: 900px;
}

table#tblSocioAutoriza, table#tblRepresentanteAutoriza {
    width: 100%;
    min-width: 600px;
}

    table#tblSocioAutoriza td, table#tblRepresentanteAutoriza td {
        padding: 10px;
    }

.modulos table {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 12px;
}

    .modulos table tr th {
        font-size: 12px;
        color: #fff;
        background: #10639d;
        text-align: center;
        padding: 12px
    }

    .modulos table tr {
        height: 30px;
        color: #111;
        background: #FFF;
    }

    .modulos table td {
        padding: 6px 12px;
        border-top: 1px solid #ddd !important;
        border: 0;
        margin: 0;
    }

    .modulos table input {
        margin-top: 2px;
    }

.dt-layout-row {
    margin-bottom: 18px;
}

    .dt-layout-row:last-child {
        border: 1px solid #ccc;
        background: #f9f9f9;
        border-radius: 8px;
        padding: 2px 2px 2px 12px;
    }
/* Datatables */
.tabla_custom {
    font-size: 12px;
    margin-bottom: 16px;
}

    .tabla_custom thead {
        color: #fff;
    }

        .tabla_custom thead th {
            background: #006fb3;
        }

            .tabla_custom thead th:first-child, .modulos table tr th:first-child {
                -webkit-border-top-left-radius: 6px;
                -moz-border-radius-topleft: 6px;
                border-top-left-radius: 6px;
            }

            .tabla_custom thead th:last-child, .modulos table tr th:last-child {
                -webkit-border-top-right-radius: 6px;
                -moz-border-radius-topright: 6px;
                border-top-right-radius: 6px;
            }

.dt-scroll-headInner {
    width: 100% !important;
}

table.dataTable {
    width: 100% !important;
    min-width: 900px;
}

    table.dataTable > thead > tr > th {
        border-bottom: 0 !important;
    }

    table.dataTable td {
        padding: 12px !important;
    }

.tabla_custom .dt-layout-table, .tabla-marco {
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
}

.tabla-marco {
    padding: 4px;
    width: 100%;
}

.tabla_custom .dt-scroll-body {
    border-bottom: 0px !important;
}

table.dataTable > tbody > tr {
    border-top: 1px solid #dfdfdf;
}

.tabla_custom .agregar {
    font-size: 11px;
}

.tabla_custom .dt-layout-cell {
    padding: 5px !important;
}

.dt-paging button {
    border-color: #9eadb7 !important;
    background-color: #e1e1e1 !important;
}

    .dt-paging button.disabled {
        background: #f7f7f7 !important;
        border-color: #ddd !important;
    }

        .dt-paging button.disabled:hover {
            background: #f7f7f7 !important;
            border-color: #ddd !important;
        }

.dt-paging .dt-paging-button {
    background-color: #e6eef3 !important;
}

    .dt-paging .dt-paging-button:hover {
        background: #006fb3 !important;
    }

    .dt-paging .dt-paging-button.current {
        background-color: #a6cbe1 !important;
        color: #fff !important;
    }

        .dt-paging .dt-paging-button.current:hover {
            background-color: #6696b3 !important;
        }

div.dt-container .dt-paging .dt-paging-button:first-child, div.dt-container .dt-paging .dt-paging-button:last-child {
    display: none;
}

td.dt-type-numeric.text-top.text-full {
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

/* .tabla_custom {
    padding: 12px 0px;
    margin-bottom: 22px;
}
.dataTables_length {
    float: left;
}
.dataTables_filter {
    float: right;
}*/

/* Boton */
#lblUsuarioLogin, #boxer_content_lblUsuarioLogin {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-left: 50px;
}

p.login_txt {
    margin-left: 50px;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 0;
}

#dvUsuarioLogin {
    position: relative;
}

.sesion {
    margin-left: 22px;
}

span#primeraLetra {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    position: absolute;
    background: #1b9f38;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 2px solid;
    margin-top: 5px;
    font-size: 22px;
}

.btn-cu.btn-color-estandar {
    background-color: #0f69c4;
    color: #fff;
}

.btn-cu.btn-m {
    width: 154px;
    min-width: 154px;
    padding: 9px 18px 9px 12px;
}

.btn-cu {
    display: flex;
    justify-content: center;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

    .btn-cu.btn-m .cl-claveunica {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        margin-right: 4px;
    }

    .btn-cu.btn-color-estandar .cl-claveunica.usuario {
        background: url(../assets/img/user-blanco.svg);
        margin-right: 6px
    }

    .btn-cu.btn-color-estandar .cl-claveunica {
        background: url(../assets/img/cu-blanco.svg);
    }

    .btn-cu .cl-claveunica {
        float: left;
        text-indent: -9999px;
    }

#btnIngresoClaveUnica .texto {
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
}

.volver, .siguiente {
    width: 120px;
}

.pregunta {
    cursor: pointer;
}

.fa-lightbulb::before {
    font-size: 20px;
}

.ampolleta {
    color: #0657cd;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}

    .ampolleta:hover {
        color: #0d6efd;
    }

#btnAgregaSocio, #btnAgregaVendedor, #validaRepresentante, #btnAgregaRA, #btnAgregaPoder, #btnAgregaTerceros, #btnAgregaAdmin {
}

a.btn.btn-outline-primary.btn-sm.agregar {
    min-width: 148px;
}

.agregar::before {
    font-family: "FontAwesome";
    content: "\f055";
    padding-right: 6px;
}

.btn-primary {
    --bs-btn-bg: #006FB3 !important;
    --bs-btn-border-color: #006FB3 !important;
    --bs-btn-hover-bg: #005589 !important;
    --bs-btn-hover-border-color: #005589 !important;
    --bs-btn-active-bg: #005589 !important;
    --bs-btn-active-border-color: #0a53be !important;
    --bs-btn-disabled-bg: #006FB3 !important;
    --bs-btn-disabled-border-color: #006FB3 !important;
}

.btn-outline-primary {
    --bs-btn-color: #006FB3 !important;
    --bs-btn-border-color: #006FB3 !important;
    --bs-btn-hover-bg: #006FB3 !important;
    --bs-btn-hover-border-color: #006FB3 !important;
    --bs-btn-active-bg: #006FB3 !important;
    --bs-btn-active-border-color: #006FB3 !important;
    --bs-btn-disabled-color: #006FB3 !important;
    --bs-btn-disabled-border-color: #006FB3 !important;
}

a.delete, a.edit {
    font-size: 16px;
}

a.delete {
    color: #dc3545;
}

.botones-2 {
    text-align: right;
}

.btn_img {
    width: 120px;
    border: 1px solid #63a4cb;
    padding: 4px 10px;
    border-radius: 8px;
    display: block;
    margin-top: 8px;
}

.descargar::after {
    font-family: "FontAwesome";
    content: "\f13a";
    position: absolute;
    font-size: 16px;
    color: #dc3545;
    margin: -2px 2px;
    left: 8px;
    top: 40px;
}

.descargar::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    left: 8px;
    top: 40px;
}
/* Paso 2 */
#ancla {
    position: absolute;
    margin-top: -120px;
}

h1.tit {
    width: 95%;
    padding: 3px 0px 0px 0px;
    margin: 12px 0px 15px 0px;
    float: left;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    color: #111;
    font-weight: bold;
}

.tooltip-style td a {
    color: #10639d !important;
}

.tooltip-style td {
    text-align: center;
    position: relative;
    background: #ededed;
}

    .tooltip-style td:not(:first-child)::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #ccc;
        left: 0;
        top: 18px;
    }

#tblCapital thead th {
    text-align: center;
    position: relative;
}

    #tblCapital thead th:not(:first-child)::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #ccc;
        left: 0;
        top: 10px;
    }

#tblCapital tbody td {
    position: relative;
    text-align: center;
    padding: 12px;
}

    #tblCapital tbody td:not(:first-child)::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #ccc;
        left: 0;
        top: 16px;
    }

.csAporteTipo {
    width: 172px;
}

.csCAporte, .csCapitalPorPagar {
    text-align: right;
}

.csCantidadCuotas, .csPlazo {
    margin: auto;
    text-align: center;
}

.csPlazo {
    max-width: 60px;
}

.csCantidadCuotas {
    max-width: 80px;
}

.DescripcionAporte label.form-label::before {
    font-family: "FontAwesome";
    content: "\f148";
    position: absolute;
    display: inline-block;
    transform: rotate(90deg);
    left: 18px;
}

.DescripcionAporte label.form-label {
    float: left;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 6px;
    padding-left: 20px;
}

.input-icon-container-add {
    position: relative;
    display: inline-block;
}

    .input-icon-container-add::before {
        font-family: "FontAwesome";
        content: "\f055";
        position: absolute;
        top: 1px;
        left: 10px;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
    }

input#add {
    padding-left: 28px;
}

.input-icon-container-rmv {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

    .input-icon-container-rmv::before {
        font-family: "FontAwesome";
        content: "\f056";
        position: absolute;
        top: 1px;
        left: 10px;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
    }

input#rmv {
    padding-left: 28px;
}

input#add, input#rmv, a#resumenCapital {
    width: 170px;
}

.modulos table td.BotCapSoc {
    border-top: 0px !important;
    padding: 0 !important;
    display: block;
    margin-top: 22px;
}

.user-cont p.card-text {
    margin-bottom: 0.2rem;
    font-size: 14px;
}

.card-title a::after {
    font-family: "FontAwesome";
    content: "\f35d";
    margin-left: 6px;
    font-size: 14px;
}

p.card-title {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #0371b4;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin: 0 0 12px;
}

h5.card-title {
    font-size: 18px;
    margin-bottom: 4px;
}

p.card-text {
    margin-left: 0;
    width: 100%;
    font-size: 12px;
    color: #444;
}

#listadoAdjuntos td {
    text-align: center;
    padding: 12px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    #listadoAdjuntos td:first-child {
        text-align: left;
    }

#listadoAdjuntos thead td {
    background: #e7e7e7;
    color: #006fb3;
}

span#spAporteSocio, span#spPorcentajeAporte, span#spCapitalTotal {
    display: inline-block;
    padding-left: 3px;
}

/* Paso 2 Tabla 1 */
.representadoPor {
    margin-bottom: 8px;
}

.sorting_1 div.clsdirectivo, .sorting_1 div.representadoPor {
    display: none;
}

.csLstRep {
    font-size: 10px;
    color: #006fb3;
    text-decoration: none;
    padding-top: 2px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}

    .csLstRep a {
        /*padding-left: 18px;*/
        color: #006cb7;
        text-decoration: none;
        text-transform: uppercase;
    }

        .csLstRep a:hover {
            text-decoration: underline;
        }

        .csLstRep a::before {
            /*font-family: "FontAwesome";
            content: "\f35d";
            display: inline-block;
            width: 9px;
            height: 9px;
            position: absolute;
            margin-left: -16px;*/
        }

.clsdirectivo {
    display: block;
    color: #333333;
    font-size: 12px;
    text-transform: initial;
    margin-bottom: 4px;
}

.csLstRep_select {
    font-size: 10px;
    color: #006fb3;
    text-decoration: none;
    padding-top: 2px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    min-width: 200px;
}

    .csLstRep_select a {
        color: #006cb7;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 4px;
    }

        .csLstRep_select a:hover {
            text-decoration: underline;
        }

    /*.csLstRep_select a::after {
            font-family: "FontAwesome";
            content: "\f35d";
            margin-left: 4px;
        }*/

    .csLstRep_select input.form-check-input {
        border: 1px solid #979797;
        font-size: 12px;
        margin-top: 1px;
    }

a#btnCancelar, a#addSocio {
    width: 120px;
}

a#addSocioRep {
    margin-left: 20px;
}

/* Resumen */
#dvResumen h5.card-header {
    font-size: 12px;
    padding: 10px 18px;
}

#dvResumen .row {
    margin: auto;
}

#dvResumen .card-body {
    font-size: 12px;
    padding: 8px;
}

#dvResumen1 h5.card-header {
    font-size: 12px;
    padding: 10px 18px;
}

#dvResumen1 .row {
    margin: auto;
}

#dvResumen1 .card-body {
    font-size: 12px;
    padding: 8px;
}

.progress {
    height: 20px;
    border: 1px solid #ccc;
}

.progress-bar {
    font-size: 10px;
}

.progress-bar-danger {
    background-color: #dc3545; /* Rojo */
}

.progress-bar-warning {
    background-color: #ff9c07; /* Amarillo */
}

.progress-bar-blue {
    background-color: #2e67a1; /* Azul */
}

.progress-bar-success {
    background-color: #198754; /* Verde */
}

span#boxer_content_lblCapitalAportado::before, span#boxer_content_lblCapital::before {
    content: "$";
}
/* Paso 3 */
span.tipo {
    font-weight: 600;
    color: #117746;
}

.autorizado {
    font-size: 12px;
    font-weight: 600;
    color: #669214;
    padding-left: 20px;
    white-space: nowrap;
}

    .autorizado::before {
        font-family: "FontAwesome";
        content: "\f4fc";
        position: relative;
        margin-left: -18px;
        margin-right: 4px;
    }

.pendiente {
    font-size: 12px;
    font-weight: 600;
    color: #6d6d6d;
    padding-left: 20px;
    white-space: nowrap;
    position: relative;
}

    .pendiente::before {
        font-family: "FontAwesome";
        content: "\f017";
        position: absolute;
        margin-left: -18px;
    }

.file-no::before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    color: #117722;
}

.file-no {
    text-align: center;
}

.file-ok::before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    line-height: 12px;
    color: #117722;
}

.ico-borrar::before {
    font-family: "FontAwesome";
    content: "\f2ed";
    color: #dc3545;
    font-size: 16px;
    line-height: 12px;
    cursor: pointer;
}

.ico-lupa::before {
    font-family: "FontAwesome";
    content: "\f002";
    color: #0f69c4;
    font-size: 16px;
    line-height: 12px;
    cursor: pointer;
    text-decoration: none;
}

.file-ok {
    text-align: center;
}

.p3col1 {
    width: 15%;
}

.p3col2 {
    width: 20%;
    text-align: center;
}

.p3col3 {
    width: 50%;
    text-align: left !important;
}

.p3col4 {
    width: 15%;
    text-align: left !important;
}

.boton-largored.bkg-btnlargo-flecha {
    text-align: left !important;
}

a.ck {
    font-size: 12px;
}

#tblRepresentanteAutoriza .representanteDe {
    font-style: italic;
}

span.pa-user {
    color: #dc3545;
    font-weight: 700;
}

span.a-user {
    color: #669214;
    font-weight: 700;
}

div#firma-estatutos {
    background: #dc3545;
    padding: 12px;
    border-radius: 8px;
    padding-left: 70px;
    min-height: 66px;
    position: relative;
}

    div#firma-estatutos::before {
        font-family: "FontAwesome";
        font-size: 38px;
        color: #FFF;
        position: absolute;
        left: 16px;
        top: 4px;
    }

#firma-estatutos h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    height: 20px;
    margin: 0;
    padding: 0;
}

#firma-estatutos h2 {
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
    font-weight: 400;
}

div.estatutos_download::before {
    content: "\f573";
}

div.acta_download::before {
    content: "\f02d";
}

div.instrucciones_download::before {
    content: "\f15c";
}

a#boxer_content_lnkEscritura, a#boxer_content_lnkInstrucciones {
    text-decoration: none;
}

/* Paso 4 */
.lblAdjuntosObligatorios, .lblAdjuntosObligatorios p {
    font-size: 14px;
    margin-left: 0;
}

    .lblAdjuntosObligatorios ul {
        padding-left: 1rem;
    }

    .lblAdjuntosObligatorios li::marker {
        color: #dc3545;
    }

.tit span {
    border: 4px solid #0f69c4;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    line-height: 22px;
    color: #222222;
}

#adjuntos a {
    text-decoration: none;
}

#boxer_content_dvDocumentos a {
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

#boxer_content_dvDocumentos span::after {
    font-family: "FontAwesome";
    content: "\f0c6";
    padding-right: 6px;
}

/* Confirm */
.detalle {
    margin: 1.5rem auto 3rem auto;
    max-width: 600px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.45);
}

    .detalle .card-header {
        font-family: 'Roboto Slab', serif;
        background: #e7e7e7;
        color: #0f69c4;
        text-align: left;
        padding: 12px 22px;
    }

    .detalle .card-body {
        padding-top: 0;
    }

    .detalle .row {
        border-top: 1px solid #ccc;
        padding: 12px 0;
    }

        .detalle .row:first-child {
            border-top: 0px;
        }

        .detalle .row:last-child {
            padding-bottom: 0;
        }

        .detalle .row div {
            font-size: 14px;
        }

.pendientes .dt-type-numeric {
    text-align: center !important;
}

a.action.action--delete {
    color: #dc3545;
}

.pendientes i {
    font-size: 16px;
}
/* Upload */
.custom-file-upload {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    background-color: #20a55b;
    color: white;
    border-radius: 4px;
    border: none;
}

    .custom-file-upload:hover {
        background-color: #14794a;
    }
/*Scroll top*/
#botonSubir {
    position: fixed;
    bottom: 42px;
    right: 38px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    width: 60px;
    height: 60px;
    background: url(/assets/img/arrow-up.png) no-repeat center;
    background-color: #fff;
    border-radius: 100%;
    border: 6px solid #006eb7;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

    #botonSubir.visible {
        opacity: 1;
        visibility: visible;
    }


/* Contact */
.contact-text li::marker {
    color: #006cb7;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #006cb7;
    border-radius: 12px;
}

    .contact-icon img {
        width: 42px;
    }

.contact-text {
}

    .contact-text h2 {
        font-size: 20px;
        margin-top: 18px;
    }

    .contact-text ul {
        padding-left: 1rem;
        margin-bottom: 0rem;
    }

    .contact-text p {
        margin-bottom: 0;
    }

.contacto .card-body {
    background-color: #cfcfcf36;
}
/* Footer */
footer {
    margin-top: 60px;
    padding: 50px 0;
    text-align: left;
    background-color: #011c41;
    color: #fff;
}

    footer p {
        margin: 10px 0px;
        font-size: 14px;
    }

.nav-footer li {
    list-style: none;
    list-style-type: none;
    margin-bottom: 4px;
    line-height: 1.4;
}

    .nav-footer li a {
        color: #fff;
        text-decoration: underline;
        font-family: 'Roboto';
    }

ul.nav-footer {
    padding-left: 0;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    background-color: #ededed;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dbdbdb;
}
/* FAQ */
.accordion.seccion {
    --bs-accordion-border-color: none;
}

    .accordion.seccion .seccion-button {
        background: transparent;
        padding-left: 0;
        font-size: 18px;
    }

        .accordion.seccion .seccion-button::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #dbdbdb;
            bottom: 0px;
            left: 0;
        }

        .accordion.seccion .seccion-button:focus, .accordion.pregunta .accordion-button:focus {
            outline: 0;
            box-shadow: none;
        }

.accordion.pregunta {
    margin-bottom: 12px;
}

.accordion-body {
    text-align: justify;
}

    .accordion-body.seccion-body {
        padding-left: 0;
        padding-right: 0;
    }

.accordion.pregunta .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion.pregunta .accordion-body p, .accordion.pregunta .accordion-body ul, .accordion.pregunta .accordion-body ol {
    font-family: 'Roboto', sans-serif !important;
    margin-left: 0px;
    font-size: 14px;
}

.accordion.pregunta .accordion-body {
    background: #f9f9f9;
    border-top: 1px solid #e7e7e7;
}

.accordion.pregunta .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}
/* alert */

.alert.alert-secondary {
    font-size: 14px;
}

/* Loading */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border-top: 4px solid #0d6efd;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* 990 */
@media only screen and (max-width: 990px) {

    body {
        padding-top: 114px;
    }

    .navbar {
        height: auto !important;
    }

    .navbar-brand img {
        width: 180px !important;
    }

    a.navbar-brand {
        margin-right: 0;
    }

    .logo_coop_responsive img {
        width: 70px;
    }

    .info_importante {
        margin-top: -18px;
    }

    main::before {
        height: 0px;
    }

    button.navbar-toggler {
        margin-top: 12px;
    }

    li.nav-item {
        text-align: center;
        border: 1px solid #006FB3;
        margin-top: 18px;
    }

    .btn-cu.btn-m {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .row.menuMov {
        margin-left: 0px;
    }

    .menuMov .col-md-7.col_bx {
        width: 35%;
        padding: 0;
    }

    .menuMov .col-md-5.col_bx {
        width: 65%;
        padding-left: 0;
    }

    #datos-empresa h3 {
        font-size: 0.9rem;
    }

    .menupasos .pasos .active {
        display: inherit;
    }

    .menupasos .pasos li {
        display: none;
        width: auto;
    }

    #datos-empresa {
        padding-left: 12px;
    }

    .marco {
        padding: 20px;
    }

    .marco-marg {
        padding: 0px 0px 20px 0px;
    }

    .instrucciones {
        margin: 2rem 0 30px 0;
        padding: 20px;
    }

    .titulo {
        font-size: 1.2rem;
    }

    .modulos table, .modulos .form-control, .modulos .form-select {
        line-height: 1.3;
    }

    #btnAgregaSocio {
        width: 100%;
        padding: 8px;
    }

    h1.tit {
        /* text-align: center; */
    }

    .input-icon-container-add {
        width: 100%;
    }

    input#add, input#rmv {
        width: 100% !important;
        margin-bottom: 12px;
        padding: 8px;
    }

    .input-icon-container-add::before, .input-icon-container-rmv::before {
        top: -6px;
    }

    .input-icon-container-rmv {
        margin-left: 0px;
        width: 100%;
    }

    a#resumenCapital {
        width: 100%;
        padding: 8px;
        margin-top: 24px !important;
    }

    .tabla-scroll {
        overflow-x: auto;
        width: 100%;
        margin: 0 auto;
    }

    .botones-2 {
        text-align: inherit;
        margin-bottom: 28px;
    }

    a#addSocioRep, a#delSocioRep {
        width: 120px;
    }

    a#addSocioRep {
        margin-left: 0;
    }

    a#btnCancelarRep {
        width: 100%;
    }

    /* table-responsive-vertical */

    .modulos table td.file-ok {
        border-top: 0px !important;
    }

    table#listadoAdjuntos {
        border: 0;
    }

    #listadoAdjuntos i.fas.fa-trash, #listadoAdjuntos i.fa-solid.fa-check {
        font-size: 16px;
    }

    .table-responsive-vertical > .table > thead,
    .table-responsive-vertical > .table > tfoot {
        display: none;
    }

    .table-responsive-vertical > .table > tbody {
        display: block;
    }

        .table-responsive-vertical > .table > tbody > tr {
            display: block;
            border: 1px solid #e0e0e0;
            border-radius: 2px;
            padding: 8px;
            margin-bottom: 1.6rem;
            height: auto;
        }

            .table-responsive-vertical > .table > tbody > tr:last-child {
                margin-bottom: 0;
            }

        .table-responsive-vertical > .table > tbody > tr {
            border: 1px solid #e0e0e0;
        }

            .table-responsive-vertical > .table > tbody > tr > td {
                background-color: #fff;
                display: block;
                vertical-align: middle;
                text-align: right !important;
                font-size: 12px;
            }

                .table-responsive-vertical > .table > tbody > tr > td[data-title]::before {
                    content: attr(data-title);
                    float: left;
                    font-size: inherit;
                    font-weight: 400;
                    color: #757575;
                }

    .ui-dialog {
        width: 90% !important;
        margin: auto;
    }

    label.custom-file-upload {
        width: 100%;
        text-align: center;
    }

    div#firma-estatutos {
        margin-top: 28px;
    }

    #listadoAdjuntos td:first-child {
        background: #ebebeb;
    }

    div.dt-container .dt-paging .dt-paging-button {
        min-width: 2.5em !important;
        padding: 0.5em !important;
    }

    p.info2.info3 {
        display: inline-block;
    }

    p.info2::before {
        margin-top: 2px;
    }

    div#dvUsuarioLogin {
        text-align: center;
    }

    #lblUsuarioLogin {
        margin: 16px auto 0px;
        font-size: inherit;
    }

    .sesion {
        margin-left: 0px;
    }

    #listadoAdjuntos td {
        border-bottom: 0;
    }

        #listadoAdjuntos td:last-child {
            border-bottom: 1px solid #ddd;
        }

    .form-check {
        font-size: 14px;
    }

    a#next {
        width: 100%;
    }

    .mensaje-tabla .dt-search::after, .mensaje-tabla .msg::after {
        content: "Deslice la tabla para visualizar todo su contenido";
        font-size: 12px;
        color: #006fb3;
        text-align: center;
        display: block;
    }

    .mensaje-tabla .dt-search::after {
        padding-top: 8px;
    }

    .mensaje-tabla .msg::after {
        padding-top: 0px;
        padding-bottom: 6px;
    }

    .dt-layout-row {
        margin-bottom: 8px;
    }

    span#spAporteSocio, span#spPorcentajeAporte, span#spCapitalTotal {
        padding-left: 0px;
    }

    button.navbar-toggler::before {
        content: "Menú";
        position: absolute;
        font-size: 14px;
        right: 22px;
        margin-top: -26px;
    }

    a.ck.btn.btn-outline-success.btn-sm {
        min-width: 84px;
    }

    .progress {
        margin-top: 12px;
    }
}
