body{
    background-color: rgb(255, 255, 255);
}

.cont-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.img_card{
    height: 100%;
    object-fit: cover;
}

.btn-cerrar{
    background-color: red !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.6pc;
}

.nav-item >.btn-cerrar:hover{
    color: #cccaca !important;

}

.conte-anun-nan{
    padding: 1pc;
    background-color: #e8e8e8;
    color: #939393;
}

.cont-btn-ofert{
    margin: 1pc;
    padding: 1pc;
    text-align: center;
}

.cont-btn-ofert > a{
    margin: 1pc;
    width: 130px;
}

.btn-borrar{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/borrar.png');
    background-repeat: no-repeat;
}

.btn-aceptar{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/aceptar.png');
    background-repeat: no-repeat;
}

.btn-negar{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/negar.png');
    background-repeat: no-repeat;
}

.noti-soli > a {
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.noti-doc > a {
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
}



.noti-doc {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/archivo.png');
    background-repeat: no-repeat;
}

.noti-doc::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 50%;
}

.noti-soli {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/campana.png');
    background-repeat: no-repeat;


}

.noti-soli::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 50%;
}

.noti-soli-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    animation-name: notify;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    text-decoration: none;
}

.noti-soli-count.special {
    background-color: #f00;
}


.noti-soli:hover .noti-soli-count {
    background-color: #e53935;
}

.noti-soli-count:empty {
    display: none;
}

.navbar{
    border-bottom: 1px solid #aeafaf !important;
}

.btn-perfil{
    background-color: #0d9488;
    width: 50px;
    border-radius: 5pc;
    border: 2px solid #11f7e2;
}

.num-notif{
    font-size: 8px;
    background-color: #ffcb00;
    padding: 5px;
    border-radius: 1pc;
    font-weight: 700;
    color: #0f0f0f;
}

.contenedor-form{
    margin: auto;
    padding: 5%;
}

.cont-list-img{
    width:50%;
    height:20%;
}

.cont-list-img{
    width:400px !important;
    height:300px !important;
}

.btn_login{
    
    width: 90%;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #8d8b8b;
    font-weight:700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.btn_login:hover{
    box-shadow: 5px 5px 5px black;

}

.formulario{
    background-color: #fff;
    border-radius: 10px;
    padding:40px;
    height:auto;
    width: auto;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgb(151, 151, 151)
    
}

.img_micr{
    width: 40px;
    padding:5px;
}

.input-style{
    border: 1px solid #777bb7;
    border-radius: 10px;
}

.font-weight-bolder{
    font-weight: 700 !important;
    color:#5a5a5a; 

}

.borde-pag{
    border: 1px solid #919191;
}

.img_microsoft{
    width: 40px !important;
    padding: 5px !important;
}

.img_login{
    width: 100%;
    height: 90%;
    padding: 5%;
}



.barra_prim{
    text-align: initial;
    font-weight: 700 !important;
    height: 80px;
    padding: 1%;
    border-bottom: 2px solid rgb(147, 147, 147);

}

.cont_tabla{
    max-height: 400px;
    margin:0pc 3pc 3pc 3pc;
    overflow-y: auto;
}

.cont_tabla thead{
    border: 2px solid;
}

.cont_tabla tbody > tr{
    border: 2px solid;
}

.table-cont{
    font-size: 12px !important;
}

#footer {
    width: 100%;
    /* position: fixed; */
    bottom: 0;
    background-color: #0d9488 !important;
    --tw-bg-opacity: 1;
    -ms-grid-row-align: stretch;
    --tw-text-opacity: 1;
    align-self: stretch;
    background-color: rgba(13,148,136,var(--tw-bg-opacity));
    box-sizing: border-box;
    color: rgba(255,255,255,var(--tw-text-opacity));
    padding: 5px 0;
    text-align: center;
    font-size: 9px;
    margin-left: 0.5px;
}

.footer-section{
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    vertical-align: bottom;
    width: 100%;
}

.title_sub_1{
    text-align: center;
    color: #0d9488;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.bg-greed{
    background-color: #0d9488 !important;
    width: 100%;
    color: #fff;
    font-weight: 700;

}

.bg-greed:hover{
    background-color: #1bbeb1 !important;
    color: #fff;
    font-weight: 700;

}

.modal-header{
    background-color: #f1f1f1;

}

.modal-title{
    color: #0d9488;
    font-weight:700;
}

.modal-body button {
    margin: 1rem 1rem 0 0;
    width:100% !important;
}

.modal-footer{
    background-color: #f1f1f1;
    font-weight: 700 !important;
}

.head-table{
    background-color: #fff;
    color: #000000;
    font-size: 12px;
}

.paginate_button{
    padding: 0.3pc;
    text-decoration: none;
    border: 1px solid #959090;
    margin: 0.5pc;
    background-color: #0d9488;
    color: #fff !important;
    border-radius: 0.4pc;
    pointer-events: painted;
}

.head-table th{
    border: 1px black solid;
    text-align: center;
}

tbody td{
    border: 1px black solid;
    text-align: center;
}

a:hover {
    cursor: pointer;
}

.dataTables_paginate{
    padding: 1pc;
    font-size: 13px;
}

.title_sub_2{
    text-align: left;
    color: #0d9488;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
}

.table-cont > thead  > tr > th{
    background-color:  #0d9488;
    color: #fff;
    text-align: center;
}

.col-opt>div>select{
    width: 100%;
}

.col-opt>div>input{
    width: 100%;
}


.font-tabla{
    font-size: 0.7rem !important;
}

.btn-tabla{
    margin-top: 50%;
    margin-bottom: 50%;
}
/* .table-cont > tbody {
    height: 100px;
    max-height: 150px;
} */

.text-tarea{
    height: 10pc;
    width: 100%;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
}

.cont-btn{
    padding: 4%;
}

.cont-btn .btn {
    width:100%;
}

.col-default{
    color: #a8a8a8;
    font-weight: 550;
}

.col-opt{
    padding:1pc;
    justify-content: center;
}

.cont_img_perfil{
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.img_perfil{
    height: 150px;
    border: 5px solid #6aa6f5;
    border-radius: 20px;
    box-shadow: 5px black;
    background-color: #e6ecff;
}

.cont_btn_perfil{
    font-weight: 500;
}


.cerrar_sesion{
    background-color: rgb(217, 251, 248);
    font-weight: 700;
    text-align: center;
}

.form_usuario{
    text-align: end;
    padding: 20px;
}
.form_usuario > label >input{
    border-radius: 5px;
    text-align: center;

}

.cont_img_login {
    margin: 10% 0px 0px 0px;
}


.btn_cam{
    width: 50px;
    height: 50px;
    border-radius: 2pc;
    background-color: #0d9488;
    padding: 1px;
}

.btn_cam>img{
    width: 30px;
}

.btn-estado{
    width: 120px;
    font-size: 0.7pc;
    font-weight: 700;
}

.table-wrapper {
    height: 300px;
    overflow-y: scroll;
}

.bg-image {
    /* background-image: url('../img/logo-empresa-v1.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 40% 90%;
    background-position: center top;
    min-height: 250px;
}
.cont-btn-func>a>img{
    width: 140px !important;
}

.img_icon_app{
    width: 30%;
}


.card-conte{
    height:100%;
    box-shadow: 5px 5px 5px rgb(126, 125, 126);
}

.card-ofert> .card{
    background-color: rgb(111, 108, 108);
    width:100%;
    height: 100%;
}

.txt_sub_form {
    text-align: center;
    font-weight: 700 !important;
}


.card-cerrar-sesion{
    background: #fff;
    margin:10% auto;
    text-align: left;
    width: 640px;
    font-weight: 700;
    box-shadow: 5px 5px 5px rgb(151, 151, 151);
    border: 1px solid #e5e7eb;
    padding: 20px;
}

li{
    list-style-type: none;
}

.dropdown-toggle{
    background-color: #0d9488;
    border-radius: 5pc;
    padding: 0.7pc;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 2px;
    width: 60px !important;
    border: 4px solid #8ecdce;
    font-size: 15px;
} 

.nav-link:hover {
    color: rgba(20,184,166) !important;
}

.op_mv{
    width: 300px;
    padding: 5px 0px 5px 10px;
}

.link-card-menu{
    width: auto;
    min-width:120px;
    max-width: 130px;
    font-size: 11px;
    font-weight: 700;
    background-color: #0d9488 !important;
    color: #fff;
    text-align: center;
}

.menu-pc{
    display: block;
}

.menu-mv{
    display: none;
}

.dropdown{
    margin-right:8% !important;
}

.dropdown-menu{
    left: -15pc !important;
}

@media (max-width: 990px) {
    .dropdown-menu{
        left: 0.5pc !important
    }
    
}
.cont-1-menu{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:auto;
    padding-top: 5px;
    padding: 8px 12px 16px;
    background-color: #f3f6fc;
    border-radius: 28px;
    max-width:360px;
    border: 1px solid #bfc2c6;
}


.cont-2-menu{
    border: none;
    border-radius: 28px 28px 0px 0px;
    box-shadow: 0 4px 8px 3px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.3);
    padding: 15px 30px 20px 10px;
    background: #ffff;
    height: auto;
}

.cont-4-menu {
    border: none;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 4px 8px 3px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.3);
    padding: 10px 10px 10px 10px;
    background: #ffff;
    height: auto;
    margin-top: 5px;
}

.cont-5-menu {
    border: none;
    border-radius: 0px 0px 28px 28px;
    box-shadow: 0 4px 8px 3px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.3);
    padding: 15px 10px 20px 10px;
    background: #ffff;
    height: auto;
    margin-top: 5px;
}

.menu-btn{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    border-radius: 8px;
    border: 1px solid #747775;
    color: #858786;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
    font-weight: 700;

}

.cont-3-menu{
    height:auto;
}

.menu-foto{
    background-color: #0d9488;
    padding: 8px;
    border-radius: 17px;
    font-size: 0.7pc;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 10px -5px;
    width:30px !important;

}

label.description {
    border: none;
    color: #222;
    display: block;
    font-size: 95%;
    font-weight: 700;
    line-height: 150%;
    padding: 0 0 1px;
}

span label {
    clear: both;
    color: #444;
    display: block;
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    padding-top: 3px;
}



li {
    display: inline-flex;
    margin: 0;
    padding: 4px 5px 2px 9px;
    position: relative;
}

.menu-icon-opt{
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}

.menu-icon-opt>img{
    width:20px !important;
}

.img-foto{
    background-color:#0d9488;
}

.cont-menu-inf{
    font-size: 0.8rem;
}

.cont-menu-inf > .menu-nom{
    font-weight: 700;
}

.menu-email{
    font-size: 0.7rem;
}

.form-btn{
    padding: 10px;
    text-align: end;
}

.form-btn > a{
    width: 100%;
    margin: 10px 0px;
    
}

.header-title{
    background-color: #0d9488;
    color: #fff !important;
}

.header-title h6{
    font-weight: 700;

}

/* .card-header-pills{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-header-pills > .nav-item{
    flex-basis: calc(20.33% - 5px);
    margin-bottom: 20px;
} */

.sub-title-info label{
    color:#444;
    font-weight: 700;
}

.panel{
    box-shadow: 5px 5px 5px rgb(126, 125, 126);
}

.tab-pane .row .col{
    color: #9b9b9b;
}

@media only screen and (max-width: 990px) {
    .cont-1-menu{
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 300px;
        padding-top: 4px;
        padding: 8px 12px 16px;
        background-color: #f3f6fc;
        border-radius: 28px;
        max-width:310px;
        border: 1px solid #bfc2c6;
    }

    
    .menu-pc{
        display: none;
    }
    .menu-mv{
        display: block;

    }

    .menu-mv > a {
        border: 1px solid;
        color: #5a5a5a;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-item {
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        margin-bottom: 20px;
    }

    .navbar-toggler {
        display: block;
    }

}