@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap");

.btnedit {
    color: #ffffff;
    font-weight: bold;
    background-color: #00a1d2;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
    transition: all 0.3s ease;
    float: center;
}

.color--text {
    color: #253166;
}
.pen {
    width: 350px;
}

.divtable {
    background-color: #00a1d2;
    height: 100%;
    width: 4px;
}
.table {
    table-layout: fixed;
    width: 100%;
}
.th,
td,
tr {
    width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px solid #ddd;
}
.junta {
    border: 3px solid #f99746;
    margin-left: 5px;
    margin-right: 5px;
}
.gerencia {
    border: 3px solid #253166;
    margin-left: 5px;
    margin-right: 5px;
}
.departamento {
    border: 3px solid #683396;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
}
.btnarea {
    text-align: center;
    padding: 6px;
    height: auto;
    width: 100%;
    transition: all 0.4s ease;
    font-size: 10px;
}
.btnarea:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.btnarea.area-color {
    margin: 0 auto;
    background-color: #683396;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 2px;
}
.btnarea.junta-color {
    margin: 0 auto;
    background-color: #f99746;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 2px;
}
.btnarea.gerencia-color {
    margin: 0 auto;
    background-color: #253166;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 2px;
}
.btnarea.cian-color {
    margin: 0 auto;
    background-color: #00a1d2;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 2px;
}
#innerExPan > * {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;

}
.cardperfil{
    background-color: #ffffff;
}
.infoemp {
    color: #683396;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
