.nm{
    margin-right: 0;
    margin-left: 0;
}

a:hover
,a:focus{
    text-decoration: none;
}

#logoutBtn{
    text-decoration: none !important;
}
#logoutBtn i{
    margin-right: 5px;
}

.btn-dorado{
    background-color: #c4922c !important;	
    border-color: #c4922c !important;
    color: #fff !important;
    width: 160px;
    font-size: 0.8rem;
}

.btn-plomo{
    background-color: #6c757d !important;	
    border-color: #6c757d !important;
    color: #fff !important;
    width: 160px;
    font-size: 0.8rem;
}

.text-dorado{
    color: #c4922c !important;
}


section{
    width: 100%;
    position: relative;
}


.bg-gris-1{
    background-color: #bdbfc1 !important;
    border-color: #bdbfc1 !important;
}


.no-border{
    border: 0!important;
    border-radius: 0 !important;
}

.table-responsive{
    padding-top: 5px;
}

.index-no-list{
    margin: 0;
    padding: 0;
    padding-top: 11px;
}

.index-no-list li{
    list-style: none;
}

.index-header-section-1{
    color: #fff;	
    background-color: #c4922c;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
}

.index-header-section-1 p{
    margin: 0;
    padding: 0;
}


.index-header-section-1-name{
    padding-top: 0px;
    text-align: center;
}

.index-header-section-1-info{
    text-align: right;
}

.index-no-list li a{
    color: #fff !important;
}

.index-list-menu-s1{
    float: right;
    margin-bottom: 0;
}

.index-list-menu-s1 li{
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
}


.index-menu{
    position: absolute;
    width: 300px;
    height: auto;
    top: 77px;
    float: left;
    left: -300px;
    z-index: 20;
    padding-top: 30px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
    box-shadow: 0 2px 8px 2px #ccc;
}


.index-content{
    width: 100%;
    position: relative;
    float: left;
    left: 0;
    display: inline-block;
    margin-top: 45px;
    transition: all 0.5s;
}


.index-btn-menu{
    background-color: #303030;
    border: none;
    padding: 0;
    border-radius: 150px;
    transition: all 0.5s;
    text-align: center;
    position: absolute;
    top: 30px;
    right: -48px;
    z-index: 9;
    outline: none;
    padding: 5px 11px 9px 11px;
}

.index-btn-menu-title{
    cursor: none;
}

.index-arrow img{
    width: 25px;
    transition: all 0.5s;
}

.index-btn-menu:hover{
    background-color: #c4922c;
}


.index-btn-menu:focus{
    outline: none;
}


.index-arrow-open{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index-arrow{
    width: 16px;
}


.index-menu-body{
    width: 100%;
    height: 100%;
    padding-top: 70px;
}

.index-menu-link{
    padding-left: 0;
    margin-bottom: 8px;
}

.index-menu-link li{
    list-style: none;
    text-align: left;
    padding: 1px 15px 1px 18px;
}

.index-menu-options{
    max-height: 475px;
    overflow-y: auto;
}

.index-menu-options .card{
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 22px;
}

.index-menu-link li a{
    position: relative;
    color: #000;
    transition: all 0.5s;
}

.index-menu-link li a:hover{
    text-decoration: none;
}

.index-menu-link li a:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/iconform.png);
    left: -22px;
    top: 3px;
}


.index-menu-link li a:after{
    content: "";
    width: 0%;
    height: 3px;
    background-color: #c4922c;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all 0.5s;
}

.index-menu-link li a:hover:after
,.index-menu-link li a.active:after {
    width: 100%;
}



.index-btn-option{
    color: #303030;
    position: relative;
    font-size: 15px;
    cursor: auto !important;
}

.index-btn-option:hover{
    color: #000;
}


.index-btn-option:hover
,.index-btn-option:focus{
    text-decoration: none;
}


.index-btn-option:before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(../img/folder.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    left: -16px;
    top: 3px;
}


.index-menu-title{
    padding-bottom: 20px;
}

.index-body-card{
    padding-top: 0px;
}

.index-btn-menu-rp{
    background-color: transparent;
    width: 30px;
    height: 30px;
    border:none;
    position: relative;
    top: 16px;
    left: 15px;
}

.line-btn-rp{
    width: 100%;
    height: 2px;
    background: #0184c1;
    padding: 0;
    margin: 4px 0;
}

#logoutBtn:hover{
    cursor: pointer !important;
}

.custom-file-input:lang(en)~.custom-file-label::after{
    content: '';
    background-image: url(../img/document.png);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 0px;
    width: 35px;
}

.upperCase{
    text-transform: uppercase;
}

.lowerCase{
    text-transform: lowercase;
}

#terminosCondicionesBody{
    padding: 1rem 1.5rem;
    text-align: justify;
    border-bottom: 1px solid #dee2e6;
    background-color: #f7f7f7;
}

#declaracionJuradaModalBody{
    padding: 1rem 1.5rem;
    text-align: justify;
    border-bottom: 1px solid #dee2e6;
    background-color: #f7f7f7;
}

.check_termCond{
    margin: 1rem 1.5rem;
}
.check_termCond .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #c4922c;
    background-color: #c4922c;
}
.modal-footer{
    justify-content: center;
}

#repLegalSection{
    padding: 2.5rem 0rem 1rem;
}

#repLegalSectionWrapper{
    padding: 2px 1.5rem 0px;
}

#btnDescargarTerminosCondiciones{
    width:100%
}

#btnDescargarTerminosCondiciones > i{
    padding-left: 4px
}

.menu_navegacion{
    position: absolute;
    top: -4rem;
    left: 3rem;
    z-index: 9;
    transition: all 0.5s;
}
.menu_navegacion .breadcrumb{
    margin-bottom: 0;
    background-color: #fff;
    padding: .50rem 1rem;
    font-size: .8rem;
}
.menu_navegacion .breadcrumb-item{
    color: #000;
}
.menuNavegacionEnlace{
    opacity: 0;
}

.modal-dialog {
    FONT-VARIANT: JIS90;
    max-width: 80%;
    margin: 1.55rem auto;
}

.m-t-05{
    margin-top: .5rem;
}
.m-b-1{
    margin-bottom: 1rem;
}

@media(min-width: 375px){
    .menu_navegacion .breadcrumb{
        font-size: .9rem;
    }
}

@media (min-width: 576px) {
    .index-menu-body{
        padding-top: 60px;
    }
}


@media (min-width: 768px) {

    .index-header-section-1-name{
        text-align: left;
    }

    .index-menu-body{
        padding-top: 0px;
    }

    .menu_navegacion {
        top: -4rem;
    }

    .menu_navegacion .breadcrumb{
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .index-header-section-1-info{
        text-align: right;
    }

    .index-content{
        width: calc(100% - 340px);
        left: 320px;
        margin-top: 95px;
    }

    .index-menu{
        left: 0;
    }

    .menu_navegacion {
        top: -4.5rem;
    }

    .index-menu{
        box-shadow: none;
    }
}

@media (min-width: 1200px) {

}

@media(min-width: 1440px){
    .index-menu-options{
        max-height: 650px;
    }
}