﻿/*============TAGS============*/
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;

}

body {
    /*    background-color: rgb(233, 233, 233);*/
}

a {
    color: #0366d6;
}

.border-white {
    border: 4px solid white;
}

.border-orange {
    border: 4px solid orange;
}

.nav-link-servicos {
    text-transform: uppercase;
}

    .nav-link-servicos:hover {
        background-color: white;
        color: gray !important;
    }

.span-procurar-atividade {
    padding-top: 15px;
    background-color: transparent !important;
    color: white;
    border: none;
}

.input-pesquisa {
    border-radius: 20px;
    height: 40px;
    width: 380px;
    border: 0px;
}
/*============MENUS============*/
#areas-container {
    background-color: var(--azul-claro);
    /*background-color: #00a4b5;*/
}

.menu-areas-fixed {
    background-color: #00a4b5 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--azul-sesc);
    border-color: #1861ac;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.dropdown-submenu {
    width: max-content;
    right: 100% !important;
    min-height: 100%;
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
}

    .dropdown-submenu:hover {
        display: block;
    }

.dropdown-hover.on:hover + .dropdown-submenu {
    display: block;
}

.fist-submenu {
    margin-top: 0 !important;
}

.link-for-submenu::after {
    display: none;
}

.link-submenu-lv1 {
    width: 100%;
}

.submenu-lv2-true::after {
    float: right;
    transform: translateY(50%);
    /*    margin-top: 4.5%*/
}

#user-photo-dropdown {
    margin-top: -10px !important;
}

    #user-photo-dropdown i {
        transform: rotate(30deg);
        display: inline-block;
        color: white;
        position: absolute;
        right: 15px;
        top: -0.8rem;
        font-size: 1.3rem;
    }

.expand-services-menu.rotate-on,
.span-areas.rotate-on {
    transform: rotate(180deg);
    display: inline-block;
}

#collapse-servicos {
    width: 100%;
    position: fixed;
    z-index: 1061;
}

#barra-superior {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.div-servicos {
    background-color: var(--azul-medio);
    border: 0px;
    color: white;
    font-size: 0.8rem;
}

.div-opcoes {
    background-color: var(--azul-claro);
    border: 1px solid white;
    color: white;
    border-radius: 0px !important;
}

.link-sub-menu:hover {
    background-color: #00819e;
}

.bg-nav-areas-gradient {
    background-size: 200% 100%;
    background-position: -100% 0;
    background-image: rgb(0, 164, 181);
    background-image: linear-gradient( 144deg, rgba(0, 164, 181, 1) 50%, rgba(26, 126, 136, 1) );
    transition: background-position 0.3s;
}

/*============BORDAS============*/
.shadow-border {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1) !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/*============LABELS============*/
.label-2 {
    font-size: 12px;
    color: var(--azul-claro);
}

/*============SOMBRAS============*/
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.shadow-top {
    box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*============ALINHAMENTOS============*/
div.center-v {
    position: relative;
}

    div.center-v * {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

div.center-v-h {
    position: relative !important;
}

    div.center-v-h * {
        margin: 0 !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        margin-right: -50% !important;
        transform: translate(-50%, -50%) !important;
    }

.center-absolute-x {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.center-absolute-y {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

/*============CARDS============*/
.card-noticias {
    background-color: transparent !important;
}

.card-default {
    /*width: 18rem;*/
    height: 310px;
    background-color: white;
}

    .card-default img {
        height: 50%;
    }

    .card-default:hover {
        cursor: pointer;
        text-decoration: none !important;
        /*box-shadow: rgba(0,0,0,.3) 10px 10px 15px, rgba(0,0,0,.1) -5px 5px 15px;*/
        /*border-bottom: 2px solid gray;*/
        transition: all 0.3s;
    }

.card-vendas {
    width: 250px;
    border-radius: 0px !important;
    border: 0px;
    /*    border-bottom: 8px solid green;*/
    margin-bottom: 20px;
}

.card-valor-recarga {
    border-radius: 0px;
    border: 0px;
    background-color: var(--azul-claro);
}

.card-confirmacao-recarga {
    background-color: transparent !important;
    border: 0px;
    border-left: 4px solid var(--azul-claro);
}

.card-dependentes {
    background-color: transparent !important;
    border: 0px;
    border-bottom: 1px solid gray !important;
    border-radius: 0px;
    margin-bottom: 0px !important;
}

.card-central {
    width: 70em;
    border-radius: 0px;
    height: 40em;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*============FONTS============*/
.font-size-32 {
    font-size: 32px;
    color: gray;
    margin-bottom: 0px !important;
}

.font-size-10 {
    font-size: 10px;
    margin-bottom: 0px !important;
}

.font-size-12 {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.bold {
    font-weight: bold;
}

.two-lines-only {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.three-lines-only {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*============INPUTS============*/
.input-form {
    border: 0px;
    border-bottom: 1px solid gray;
}

    .input-form:focus {
        border-bottom: 2px solid #d100a4;
    }

.form-control.valid {
    border-color: dodgerblue;
    background-color: transparent;
    color: black;
}

.input-login {
    border-radius: 0px;
    border: 0px;
    background-color: transparent !important;
    border-bottom: 2px solid gray;
    color: #00abb3;
    width: 100%;
}

    .input-login:focus {
        border-bottom: 2px solid #bb004b !important;
        /*color: white !important;*/
        box-shadow: none !important;
    }

    .input-login:after {
        /*color: white !important;*/
    }

/*============MODAL============*/
.modal-content {
    border-radius: 1em !important;
    /*background-color: #55626c !important;*/
    /*background-color: white !important;*/
    /*background-color: #2a3944 !important;*/
    /*color: white !important;*/
    opacity: 0.9;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.modal-header,
.modal-body {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.foto-cliente {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    object-fit: cover;
    border: 5px solid var(--azul-claro);
}

.blur {
    /*transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;*/
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -o-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
}

/*============BOTOES============*/
button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.btn-white-shadow {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid #dee2e6 !important;
}

    .btn-white-shadow:hover {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) !important;
    }

.btn-simples {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-delete {
    color: red;
}

.btn-simples:hover {
    color: dodgerblue;
}

.btn-square-purple-150 {
    width: 150px;
    height: 150px;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #00dcb9;
    color: white !important;
    text-align: center;
    float: left;
    top: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px !important;
}

.btn-square-150 {
    width: 150px;
    height: 150px;
    margin-left: 5px;
    margin-top: 5px;
    background-color: var(--azul-claro);
    color: white !important;
    text-align: center;
    float: left;
    top: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px !important;
}

    .btn-square-150:hover {
        top: -10px !important;
        background-color: #e3e3e3 !important;
        color: #6d6d6d !important;
    }

.btn-square-75 {
    width: 90px;
    height: 90px;
    border-radius: 20px !important;
    margin-left: 5px;
    margin-top: 5px;
    background-color: var(--azul-claro);
    color: white !important;
    text-align: center;
    font-size: 12px;
    float: left;
    top: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-square-75:hover {
        background-color: #e3e3e3 !important;
        color: #6d6d6d !important;
    }

.btn-modal-confirma {
    background-color: transparent !important;
    color: #0c95a5;
    border: 0px;
}

    .btn-modal-confirma:hover {
        color: black !important;
        font-weight: bold !important;
    }

.btn-modal-cancelar {
    /*color: white;*/
}

    .btn-modal-cancelar:hover {
        color: #bb004b !important;
        font-weight: bold !important;
    }

/*.close {
  color: white;
}*/

.close:hover {
    color: gray;
}

.rounded-20 {
    border-radius: 20px !important
}

.btn-collapse-servicos:hover {
    background-color: var(--amarelo) !important;
}

.btn-collapse-servicos:focus {
    border-color: var(--amarelo) !important;
    box-shadow: none !important;
}

.btn-filtro-atividades-edu {
    padding: 10px;
    border-radius: 100%;
    text-decoration: none !important;
    border: 2px solid #0090fb;
    color: #0090fb;
}

    .btn-filtro-atividades-edu:hover {
        background-color: #0090fb;
        color: white;
    }

.btn-filtro-atividades-esp {
    padding: 10px;
    border-radius: 100%;
    text-decoration: none !important;
    border: 2px solid var(--amarelo);
    color: var(--amarelo);
}

    .btn-filtro-atividades-esp:hover {
        background-color: var(--amarelo);
        color: white;
    }

.btn-filtro-atividades-saude {
    padding: 10px;
    border-radius: 100%;
    text-decoration: none !important;
    border: 2px solid #00abb3;
    color: #00abb3;
}

    .btn-filtro-atividades-saude:hover {
        background-color: #00abb3;
        color: white;
    }

.btn-filtro-atividades-cult {
    padding: 10px;
    border-radius: 100%;
    text-decoration: none !important;
    border: 2px solid #fb5643;
    color: #fb5643;
}

    .btn-filtro-atividades-cult:hover {
        background-color: #fb5643;
        color: white;
    }

.btn-filtro-atividades-tur {
    padding: 10px;
    border-radius: 100%;
    text-decoration: none !important;
    border: 2px solid #5cad72;
    color: #5cad72;
}

    .btn-filtro-atividades-tur:hover {
        background-color: #5cad72;
        color: white;
    }

.btn-filtro-atividades-ass {
    padding: 10px;
    border-radius: 100%;
    text-decoration: none !important;
    border: 2px solid #9000c2;
    color: #9000c2;
}

    .btn-filtro-atividades-ass:hover {
        background-color: #9000c2;
        color: white;
    }

.btn-menu-cliente {
    border-radius: 100%;
    /*padding-left: 12px !important;*/
    text-decoration: none !important;
    border: none;
    color: var(--azul-claro);
    width: 60px;
    height: 60px;
    margin-left: 20px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    .btn-menu-cliente.active {
        margin-left: 20px;
        transition: all 0.3s;
    }

.li-sidebar.active > .btn-menu-cliente {
    box-shadow: none !important;
}

.btn-menu-cliente.hover-enable:hover {
    background-color: transparent;
    border: 1px solid var(--azul-claro);
    color: var(--azul-claro) !important;
}

.btn-servicos-dependente {
    border-radius: 100%;
    /*    padding-left: 12px !important;*/
    text-decoration: none !important;
    border: none;
    color: white !important;
    width: 60px;
    height: 60px;
    background-color: var(--azul-claro);
}

.btn-collapse-servicos {
    margin-top: -3px;
    margin-right: 50px;
    border-top: 0px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0px 0px 5px 5px;
    background-color: var(--amarelo);
}

.btn-ver-cartao {
    width: 100%;
    border-radius: 0px;
    height: 50px;
    background-color: var(--amarelo);
    padding: 10px;
    color: white;
}

.btn-download {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    background-color: var(--azul-claro);
    padding: 15px;
    color: white;
}

    .btn-download:hover {
        background-color: transparent;
        border: 1px solid var(--azul-claro);
        color: var(--azul-claro);
    }

.previous {
    border: none !important;
    border-radius: 10px !important;
    background-color: transparent;
}

.next {
    border: none !important;
    background-color: transparent;
}

.bna-areas {
    /*    background-color: white;*/
    /*padding-top: 12px;*/
    text-transform: uppercase;
    font-size: 12px;
    /*    color: gray;*/
    /*    color: white !important*/
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    transition: background-position 0.3s;
}

    .bna-areas .link-for-submenu {
        color: white !important;
    }

    .bna-areas:hover {
        background-size: 200% 100%;
        background-position: -100% 0;
    }

.bna-educacao {
    background-color: var(--educacao);
}

.bna-programacao {
    background-color: var(--programacao);
}

    .bna-programacao:hover {
        background-image: linear-gradient(to left, var(--programacao) 50%, white);
        font-weight: bold;
        /*    color: white !important*/
    }

.text-gray {
    color: gray !important;
}

.bna-educacao:hover {
    background-image: linear-gradient(to left, var(--educacao) 50%, white);
    font-weight: bold;
    /*    color: white !important*/
}

.bna-esporte {
    background-color: var(--esporte);
}

    .bna-esporte:hover {
        /*background-color: var(--esporte);*/
        background-image: linear-gradient(to left, var(--esporte) 50%, white);
        font-weight: bold;
        /*    color: black !important*/
    }

.bna-saude {
    background-color: var(--saude);
}

    .bna-saude:hover {
        background-image: linear-gradient(to left, var(--saude) 50%, white);
        /*background-color: var(--saude);*/
        font-weight: bold;
        /*    color: white !important*/
    }

.bna-cultura {
    background-color: var(--cultura);
}

    .bna-cultura:hover {
        background-image: linear-gradient(to left, var(--cultura) 50%, white);
        /*background-color: var(--cultura);*/
        font-weight: bold;
        /*    color: white !important*/
    }

.bna-assistencia {
    background-color: var(--assistencia);
}

    .bna-assistencia:hover {
        background-image: linear-gradient(to left, var(--assistencia) 50%, white);
        /*background-color: var(--assistencia);*/
        font-weight: bold;
        /*    color: white !important*/
    }

.bna-turismo {
    background-color: var(--turismo);
}

    .bna-turismo:hover {
        background-image: linear-gradient(to left, var(--turismo) 50%, white);
        /*background-color: var(--turismo);*/
        font-weight: bold;
        /*    color: white !important*/
    }

.bna-mesa {
    background-color: var(--mesa);
}

    .bna-mesa:hover {
        background-color: var(--mesa);
        font-weight: bold;
        /*    color: white !important*/
    }

.dataTables_wrapper .dataTables_length {
    color: #e3e3e3;
}

.no-radius {
    border-radius: 0px !important;
}

/*============LINKS============*/
.page-link {
    background-color: transparent;
    border: 0px;
    /*    border-radius: 17.5px;*/
    margin-left: 0px;
    height: auto;
    width: auto;
    color: gray;
}

.page-item.active .page-link {
    z-index: 1;
    color: black;
    background-color: white;
    border-color: white !important;
}

/*============IMAGENS============*/
#banner .carousel-inner {
    /*height: 300px;*/
    text-align: center;
}

.profile-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 25px;
    border: 3px solid var(--azul-claro);
}

.profile-img-200 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
    border: 4px solid var(--amarelo);
}

/*============ICONES============*/
.icon-32 {
    width: 32px !important;
    height: 32px !important;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
    background-color: var(--azul-claro);
    color: white;
}

.icon-35 {
    width: 35px !important;
    height: 35px !important;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

.icon-40 {
    width: 40px;
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

.icon-45 {
    width: 45px !important;
    height: 45px !important;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

.icon-60 {
    width: 60px;
    height: 60px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

.icon-90 {
    width: 90px;
    height: 90px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

.icon-120 {
    width: 120px;
    height: 120px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

.icon-150 {
    width: 150px;
    height: 150px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

/*============HRS============*/
.hr-servicos {
    border-top: 7px solid var(--amarelo);
    margin: 0px;
    padding-top: 0px !important;
}

.hr-menu {
    border-top: 5px solid var(--azul-sesc);
    margin: 0px;
    padding-top: 0px !important;
}

/*============ALERTS============*/

.alert-warning {
    border-radius: 0px !important;
}

/*============DIVS============*/

.d-c-acqua {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    background-color: var(--azul-claro);
    padding: 15px;
}

.d-c-acqua-square {
    width: 100%;
    border-radius: 0px;
    height: 50px;
    background-color: var(--azul-claro);
    padding: 15px;
}

    .d-c-acqua-square:hover {
        background-color: transparent;
        color: var(--azul-claro) !important;
        border: 1px solid var(--azul-claro);
    }

.d-c-white {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid var(--azul-claro);
    color: var(--azul-claro);
    margin-top: 15px;
}

    .d-c-white:hover {
        background-color: var(--azul-claro);
        color: white;
    }

/*============TABELAS============*/
.dataTables_filter label {
    color: white;
}

/*============RODAPES============*/
.footer {
    padding: 0px !important;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*============RENDER============*/
#renderizador {
    min-height: calc(100vh - 550px);
}

/*============UTILITARIOS============*/
.captcha-box {
    border-radius: 5px;
    border: 1px solid;
    padding: 2rem;
    max-width: 400px;
}

.pointer-none {
    pointer-events: none;
}

.svg-img {
    display: inline-block;
    transition: 0.12s;
    -webkit-mask-size: 100% 100%;
    -mask-size: 100% 100%;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-origin: content;
    mask-origin: content;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: 0.3s;
}

.cursor-pointer {
    cursor: pointer !important;
}

.no-decoration {
    text-decoration: none !important;
    color: black !important;
}

.list-without-dots {
    list-style-type: none !important;
}

.icon-container {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*************************RESPONSIVIDADE*************************/
/*
/*<-------------------------TELAS PEQUENAS------------------------->*/
@media (max-width: 992px) {
    /*============BORDAS==============*/
    .border-bottom-4 {
        border-bottom: 4px solid var(--amarelo) !important;
    }

    /*============CONTAINERS============*/
    .page-container {
        padding-left: 0px !important;
    }

    /*============CABECALHOS============*/
    .header {
        padding-top: 10px !important;
        border-bottom: none !important;
    }

    /*============MENUS============*/
    #areas-container {
        background-color: white !important;
    }

    .bna-areas .link-for-submenu {
        color: rgba(0, 0, 0, 0.5) !important;
        font-size: 16px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .div-servicos {
        height: 50vh;
        overflow: auto;
    }

    .side-nav {
        width: 250px;
        background-color: white !important;
        z-index: 1001 !important;
    }

    #menu-logo-sesc {
        width: 80px;
    }

    #menu-logo-tocantins {
        width: 80px;
        padding-top: 1.2rem;
    }

    #div-menu-areas {
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 100% !important;
        padding-bottom: 10px !important;
    }

    .dropdown-submenu {
        position: static !important;
        text-align: center !important;
        width: 100%;
        padding: 0px 10px;
    }

    #div-menu-principal * .dropdown-submenu {
        background: var(--azul-escuro);
    }

    .submenu-lv2-true::after {
        float: none;
        margin-top: auto;
    }

    .link-submenu-lv1.dropdown-item:focus {
        background-color: transparent;
    }

    #div-menu-principal {
        overflow: scroll !important;
    }

        #div-menu-principal .navbar-nav .dropdown .fist-submenu .link-submenu-lv1 {
            color: white !important;
        }

    #user-photo-dropdown {
        margin-top: 20% !important;
        z-index: 1060;
    }

    #nav-menu-principal {
        padding-left: 0rem !important;
    }

    .mobile-toggle {
        padding: 20px 20px 0px !important;
    }

    #barra-superior {
        height: 100%;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    /*============BOTOES============*/
    .btn-square-150 {
        width: 48%;
    }

    .btn-square-75 {
        width: 100px;
    }

    .btn-outline-light-1 {
        background-color: transparent;
        border: 1px solid var(--azul-claro);
        color: var(--azul-claro);
    }

    /*============DIVS============*/
    .div-cliente {
        padding-top: 0px !important;
    }

    /*============ULS============*/
    .ul-trasparent {
        background-color: transparent !important;
        border: none !important;
    }

        .ul-trasparent > * a {
            color: white !important;
        }

    /*============UTILITARIOS============*/
    .media-min {
        display: block !important;
        font-size: 18px;
        /*border-bottom: 1px solid #f0f0f0 !important*/
    }

    .media-max {
        display: none !important;
    }
}

/*<-------------------------TELAS GRANDES------------------------->*/
@media (min-width: 1340px) {
    #areas-container .container {
        max-width: 1140px !important;
    }

    .d-xxl-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    /* #areas-container .container {
        max-width: 720px;
    }*/

    /*============TAGS============*/
    html {
        font-size: 16px;
    }

    /*============CONTAINERS============*/
    .page-container {
        padding-left: 100px !important;
    }

    /*============CABEÇALHOS============*/
    .header {
        padding-top: 30px !important;
        border-bottom: none !important;
    }

    /*============MENUS============*/
    .side-nav {
        width: 100px;
        background-color: white !important;
    }

    .fist-submenu {
        /*max-height: 50vh;*/
        /*overflow-y: auto;*/
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
        max-height: 60vh;
        overflow-y: auto;
    }

    .dropdown-submenu {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .link-submenu-lv1,
    .link-submenu-lv2 {
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 0.8rem;
    }

    #collapse-servicos {
        height: 0;
    }

    /*============UTILITARIOS============*/
    .media-min {
        display: none !important;
    }

    .media-max {
        display: block !important;
    }
}

/*================imagens cartao===============*/

.visa {
    background-image: url(../../img/Brand/visto.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.master {
    background-image: url(../../img/Brand/mastercard.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.elo {
    background-image: url(../../img/Brand/elo.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.amex {
    background-image: url(../../img/Brand/amex.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.dinners {
    background-image: url(../../img/Brand/dinners.png);
    background-size: 50px 30px;
    width: 50px;
    height: 30px;
}

.jcb {
    background-image: url(../../img/Brand/jcb.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.discover {
    background-image: url(../../img/Brand/discover.png);
    background-size: 50px 10px;
    width: 50px;
    height: 10px;
}

.hipercard {
    background-image: url(../../img/Brand/hiper.png);
    background-size: 50px 20px;
    width: 50px;
    height: 20px;
}

.aura {
    background-image: url(../../img/Brand/aura.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.label-index-toggle {
    position: absolute;
    width: 250px;
    height: 50px !important;
    border-radius: 27px 0px 0px 27px;
    padding: 5px;
    padding-left: 15px;
    right: 25px !important;
}

div.center-label {
    height: 10em;
    position: relative;
}

    div.center-label label {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        color: white;
    }

#
{
    position: fixed;
    right: 0;
    bottom: 13%;
    z-index: 33;
}

#abottom-menu-fixed {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    display: none;
    width: 100%;
}

.fixed-right-ico-menu {
    height: 54px;
}

@media (max-width: 768px) {
    #aside-menu-fixed {
        display: none !important;
    }

    #abottom-menu-fixed {
        display: block !important;
    }
}
/*NOVO LAYOUYT */

 /*ACESSO RAPIDO */
.section-soft {
  background: #f6f7fb;
}

.card-hover {
  transition: .15s ease-in-out;
}

.card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}

.quick-action .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(11, 94, 215, .10);
  font-size: 22px;
  color: #004c99; 
}


.gap-3 { gap: 1rem; }
.fw-semibold { font-weight: 600; }


/* só no acesso rápido */
.row.g-3 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

    .row.g-3 > [class*="col-"] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 1rem; /* espaçamento vertical */
    }


/* ================= HERO (Bootstrap 4) ================= */
.hero-wrapper {
    width: 100%;
    overflow: hidden;
}

.hero-slide {
    min-height: 520px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.25));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 0;
}

/* Badge (NÃO usar display:flex) */
.hero-badge {
    display: inline-flex; /* ✅ fica do tamanho do conteúdo */
    align-items: center;
    justify-content: center;
    background: #ffc107;
    color: #111;
    font-weight: 700;
    padding: .35rem .6rem;
    border-radius: .5rem;
    font-size: .85rem;
    margin-bottom: .6rem;
    white-space: nowrap;
}

/* Título */
.hero-title {
    font-weight: 800;
    margin: 0 0 .75rem;
    line-height: 1.1;
    font-size: 3.2rem;
}

/* Texto */
.hero-lead {
    font-size: 1.05rem;
    max-width: 52ch;
    margin: 0;
    color: rgba(255,255,255,.88);
}

/* Mobile */
@media (max-width: 768px) {
    .hero-slide {
        min-height: 420px;
    }

    .hero-content {
        padding: 2rem 0;
    }

    .hero-title {
        font-size: 2.05rem;
    }

    .hero-lead {
        font-size: 1rem;
        max-width: 40ch;
    }
}

.section-soft {
    background: #f6f7fb;
}

#areas {
    padding: 4.5rem 0;
}

    #areas .areas-subtitle {
        letter-spacing: .02em;
        font-weight: 800;
        font-size: 1.05rem;
        text-transform: uppercase;
    }

    #areas .areas-title {
        font-weight: 800;
        line-height: 1.1;
        font-size: 2.2rem;
        margin: .75rem 0 1rem;
    }

    #areas .areas-desc {
        color: #6b7280;
        line-height: 1.6;
        font-size: 1rem;
        max-width: 40ch;
    }

.c-mb-32 {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .c-mb-32 {
        margin-bottom: 0;
    }

    #areas .col-lg-4 {
        padding-right: 2rem;
    }
}

/* Card */
.card-occupation {
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 16px;
    background: #fff;
    padding: 1.25rem 1.25rem 1.1rem;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

    .card-occupation:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(15,23,42,.08);
        border-color: rgba(15,23,42,.14);
    }

    .card-occupation .card-item-first {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem !important;
        padding: .25rem 0;
    }

        .card-occupation .card-item-first img {
            width: 82px;
            height: 82px;
            object-fit: contain;
            filter: drop-shadow(0 10px 22px rgba(0,0,0,.08));
        }

    .card-occupation .card-title {
        margin: 0;
        font-weight: 900;
        font-size: .95rem;
        letter-spacing: .06em;
        color: #0b0f1a;
    }

    /* altura consistente */
    .card-occupation.h-100 {
        min-height: 220px;
    }

@media (max-width: 575.98px) {
    .card-occupation.h-100 {
        min-height: 200px;
    }

    .card-occupation .card-item-first img {
        width: 70px;
        height: 70px;
    }
}
#programacao .form-select {
    /* faz o select ficar bonito mesmo sem BS5 */
    display: block;
    width: 100%;
    padding: .62rem .75rem;
    border-radius: 12px;
    border: 1px solid rgba(15,23,42,.16);
    background-color: #fff;
}
#programacao .row.g-2 > [class*="col-"] {
    margin-bottom: .75rem;
}

#programacao .d-flex.gap-2 > * + * {
    margin-left: .5rem;
}

@media (max-width: 575.98px) {
    #programacao .d-flex.gap-2 {
        display: block;
    }

        #programacao .d-flex.gap-2 > * {
            width: 100%;
        }

            #programacao .d-flex.gap-2 > * + * {
                margin-left: 0;
                margin-top: .5rem;
            }
}


/*VLIBRAS*/

[vw-access-button] {
    bottom: 90px !important; /* sobe o botão */
    right: 20px !important;
}


@media (max-width: 768px) {
    [vw-access-button] {
        display: none !important;
    }
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #003a78; /* azul mais escuro */
    border-color: #003a78;
    color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #002f63;
    border-color: #002f63;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 76, 153, 0.35);
}
.btn-outline-primary {
    color: var(--azul-sesc);
    border-color: var(--azul-sesc);
}

    .btn-outline-primary:hover {
        background-color: var(--azul-sesc);
        border-color: var(--azul-sesc);
        color: #fff;
    }



/* ===========================
   TOPBAR
=========================== */
.topbar {
    background: var(--azul-sesc) !important;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

    .topbar a {
        color: #eef0f3;
        text-decoration: none;
    }

        .topbar a:hover {
            color: #fff;
            text-decoration: underline !important;
        }

/* redes sociais na topbar */
.topbar-social a {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    background: rgba(0,0,0,.04);
    transition: background .15s ease, transform .15s ease, color .15s ease;
}

    .topbar-social a:hover {
        background: rgba(0,0,0,.08);
        color: #fff;
        transform: translateY(-1px);
    }

.topbar-social i {
    font-size: 14px;
}

/* mobile: esconder redes para não poluir */
@media (max-width: 768px) {
    .topbar-social {
        display: none !important;
    }
}
