#menuH5{
    text-align: center !important;
    word-wrap: normal !important;}
.td-menu{
    background: inherit;
    border-top: none !important;
    padding: 0.8rem 0.8rem 0.8rem 7%;
    font-size: 14px;
    line-height: 0.8;
    width: 100%;
    border-radius: 0.7rem;
    box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.25);
}
.td-menu:hover{
    color: #ffffff;
    background: #69afea !important;
    transform: scale(1.06) !important;
    position: relative !important;
    cursor: pointer !important;
}
.text-center{
    padding: 0.50rem 3.50rem;
}
.transparencia{
    color: inherit !important;
    text-decoration: none !important;
    font-weight: bold;
}
.transparencia:hover{
    text-decoration: none !important;
    /*color: #69afea !important;*/
}
.in{display: none !important;}
.show{display: block !important;}
.selected{
    background: #69afea !important;
    color: #ffffff !important;
}
.selected:hover{
    color: #1b1c37 !important;
}
.div-card{
    padding: 0rem;
    border: none !important;
    margin-top: 0.5rem !important;
    font-size: 14px;
    line-height: 0.8;
    border-radius: 0.70rem !important;
}
.div-card:hover{
    border-radius: 0 !important;
    border: none !important;
}
.div-card-header{
    padding: 0rem;
    background: transparent;
    border-radius: 0.70rem !important;
    box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.25);
}
.div-card-header>.btn{
    white-space: normal !important;
}
.td:hover,.div-card-header:hover{
    color: #69afea;
    background: #8383831c !important;
    transform: scale(1.05) !important;
}
.son{
    margin-left: 0.75%;
    margin-right: 0.75%;
    width: 98.5%;
}
.table{
    border-collapse: separate !important;
    border-spacing: 0.5rem !important;
}
.tr{
    margin-top: 2rem !important;
}
.td{
    background: #ececec;
    border-top: none !important;
    padding: 0.8rem 0.8rem 0.8rem 7%;
    font-size: 14px;
    line-height: 0.8;
    width: 100%;
    border-radius: 0.7rem;
    box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.25);
}