main .abas {
    width: 100%;
    height: 37px;
    background: var(--branco);
    border-bottom: 2px solid var(--primaria);
    overflow: hidden;
    float: left;
}

main .abas ul {
    /*padding-top: 20px;*/
    padding-left: 20px;
    height: 100%;
}

main .abas li {
    float: left;
    margin-right: 7px;
}

main .abas li a {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    height: 35px;
}

main .abas li a:hover {
    border-bottom: 0;
}

main .abas .aba_broken {
    width: 45px;
    height: 35px;
    border-bottom: unset;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

main .abas .aba_broken .seta {
    float: left;
    display: flex;
    padding-right: 15px;
    display: none;
    width: 15px;
}

main .abas .aba_broken .seta:before {
    font-size: 11px;
    color: #666666;
    width: 15px;
    height: 10px;
    float: left;
}

main .abas .aba_broken .seta:hover:before {
    cursor: pointer;
}

main .abas .aba_broken .sub_modulos {
    display: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-right: 0;
    cursor: default;
    background-color: var(--branco);
    z-index: 100;
    position: absolute;
    top: 48px;
    right: 0;
}

main .abas .aba_broken .sub_modulos .orelha {
    position: absolute;
    right: 7px;
    top: -10px;
    width: 20px;
    height: 12px;
    background: url("../../img/nucleo/setinha.png") center center / 100% auto no-repeat;
}

main .abas .aba_broken .sub_modulos .list {
    padding: 10px 10px;
    max-height: 200px;
    overflow: hidden !important;
}

main .abas .aba_broken .sub_modulos .list li {
    width: 100%;
    margin: 0;
    color: #666666;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, serif;
    font-size: 0.85rem;
    white-space: nowrap;
}

main .abas .aba_broken .sub_modulos .list li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+9,f1f1f1+72,f1f1f1+100&0.72+0,1+9,0.73+73,0.4+100 */
    background: -moz-linear-gradient(left, rgba(241, 241, 241, 0.72) 0%, rgba(241, 241, 241, 1) 9%, rgba(241, 241, 241, 0.73) 72%, rgba(241, 241, 241, 0.73) 73%, rgba(241, 241, 241, 0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(241, 241, 241, 0.72) 0%, rgba(241, 241, 241, 1) 9%, rgba(241, 241, 241, 0.73) 72%, rgba(241, 241, 241, 0.73) 73%, rgba(241, 241, 241, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(241, 241, 241, 0.72) 0%, rgba(241, 241, 241, 1) 9%, rgba(241, 241, 241, 0.73) 72%, rgba(241, 241, 241, 0.73) 73%, rgba(241, 241, 241, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8f1f1f1', endColorstr='#66f1f1f1', GradientType=1); /* IE6-9 */
}

main .abas .aba_broken .sub_modulos .list li a {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 12px 14px;
}

main .sub_content {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100% - 31px);
}

/*************** MOBILE ***************/
.mobile main .abas,
.mobile main .aba_broken {
    display: none;
}

.mobile main .sub_content {
    width: 100%;
    height: 100% !important;
    min-height: 400px;
    border: none;
    background: none;
    padding: 0 20px 20px;
}

.mobile .content main .sub_content iframe {
    height: 70vh;
}

/*************** FIM MOBILE ***************/
