.btn-primary {
    background-color: #f7aa00 !important;
    border-color: #f7aa00 !important;
  }

  .btn-primary:hover {
    background-color: #cd8c00 !important;
    border-color: #cd8c00 !important;
  }
  .bg-blue {
    background-color: #f7aa00 !important;
    }
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
        background-color: #ffd57a !important;
        border-color: #ffd57a !important;
    }
    .pagination>li>a, .pagination>li>span {
        color: #cc8b00 !important;
    }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 45% !important;
  width: 10% !important;
  height: 20px;
}
.content-header {
    height: 72px;
    background: #1E282C !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}
#content-pesquisa.content-wrapper {
    position: relative;
}
.alert {
    position: fixed;
    bottom: 15px;
    margin-left: 15px;
    width: calc(100% - 70px - 30px);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0 !important;
    line-height: 22px;
}
.alert .close {
    color: #F7A600 !important;
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .content-header {
        height: auto;
        background: #1E282C !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 0;
        flex-flow: column;
        gap: 12px;
    }
}
.content-header h1 {
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    font-weight: 700;
    color: #F7A600;
}
.btnPrimary {
    display: inline-flex;
    align-items: center;
    line-height: 40px !important;
    font-weight: 700;
    line-height: 150%;
    font-size: 16px;
    text-transform: uppercase;
    color: #3D2900;
    background: #F7A600;
    padding: 0 24px;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all .3s;
    gap: 4px;
}
.btnPrimary:hover {
    color: #3D2900;
    background: hsl(41 100% 58% / 1) !important;
}
.btnExcluir {
    display: inline-flex;
    line-height: 40px !important;
    font-weight: 700;
    line-height: 150%;
    font-size: 16px;
    text-transform: uppercase;
    color: #F70000;
    background: transparent;
    border: 1px solid #F70000;
    padding: 0 24px;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all .3s;
    gap: 4px;
}
.btnExcluir:hover {
    color: #F70000;
    background: hsl(0, 100%, 88%) !important;
}
.btnAddPesquisa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 64px !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #3D2900;
    background: #FFE1A3;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all .3s;
    gap: 4px;
    width: 100%;
}
.btnAddPesquisa:hover {
    color: #3D2900;
    background: hsl(40, 100%, 62%) !important;
}
.ulTopo{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 35% auto auto;
}
#btn-sair{
    color: var(--preto);
    font-size: 14px;
}
.nome-desktop {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    font-weight:900;
    font-size: 14px !important;
    padding: 0 10px 0 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.nome-mobile {
    font-weight: 700;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-top: 6px;
    margin-left: 10%;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.btn-logout {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 0 0;
}
.logos-name {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.avisos-index {
    max-height: 246px;
    overflow: auto;
}

.box-header .box-title  {
    font-size: 18px;
    line-height: 34px;
}
.box-header .margin{
    margin: 0;
}

.btn-advance-search {
    margin: 0 4px;
    height: 50px;
}


.main-header .logo-mini, .main-header .logo-lg {
    opacity: 0;
}

.mt-15 {
    margin-top: 15px;
}

.skin-yellow .sidebar-menu .treeview-menu>li>a {
    padding: 8px 18px 8px 8px !important;
    font-size: 14px !important;
    width: 185px !important;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    width: 190px;
    left: 70px;
}
.ban_ini{
    height: 36.7vh;
    object-fit: cover;
    border-radius: 10px;
}

.bodyPergunta {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 2px;
    background: #FFF;
}

.bodyPergunta:first-child {
    margin-top: 24px;
}

.bodyPergunta:last-child {
    margin-bottom: 0;
}

.bodyPergunta header {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bodyPergunta header p{
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.bodyPergunta table {
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

.bodyPergunta table tr {
    height: 52px;
    border-bottom: 1px solid #C2C2C2;
}

.bodyPergunta table tr th:nth-child(1) {
    border-right: 1px solid #C2C2C2;
    width: fit-content;
    text-align: center;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    width: 88px;
}

.bodyPergunta table tr th:nth-child(2) {
    padding-left: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.bodyPergunta table tr td:nth-child(1) {
    border-right: 1px solid #C2C2C2;
    text-align: center;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    width: 88px;
}

.bodyPergunta table tr td:nth-child(2) {
    padding-left: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.bodyPergunta footer {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 767px){
    .ban_ini{
        height: 16.7vh;
    }
    .main-header {
        display: flex;
    }
    .desktop-only {
        display: none;
    }
    .ulTopo{
        grid-template-columns: auto auto;
        align-items: center;
    }
    .btn-logout {
        padding: 0;
        line-height: 1.2 !important;
    }
    .navbar.navbar-static-top {
        width: calc(100% - 70px);
    }
    .div-logout {
        padding-right: 8px;
    }
    .main-header .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem;
    }
    .main-sidebar {
        padding-top: 50px;
        transform: translate(0);
    }
    .treeview-menu {
        z-index: 5;
    }
    .sidebar-menu>li>a>span {
        display: none;
    }
    .skin-yellow .sidebar-menu>li>.treeview-menu {
        margin: 0px !important;
    }

    .sidebar-menu .active>.treeview-menu {
        display: none;
    }
    .avisos-index {
        max-height: 440px;
        overflow: auto;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        margin-top: 8px !important;
        white-space: normal !important;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0 !important;
        margin-top: 8px !important;
    }
    .box-header .box-title  {
        font-size: 16px;
    }
    .pagination>li>a, .pagination>li>span {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding: 8px 0 0 15px;
        white-space: normal !important;
    }
    div.dataTables_wrapper div.dataTables_length {
        padding: 8px 12px;
    }

    div.dt-buttons {
        clear: both;
    }
    .btn-advance-search {
        margin: 4px !important;
        height: 50px;
    }
}

/* apenas no desktop */
@media (min-width: 767px){
    .mobile-only {
        display: none;
    }
}
