@import url("https://use.typekit.net/wrn8gsf.css");

@font-face {
    font-family: 'GeogrotesqueCyr';
    src: url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Regular.woff2') format('woff2'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Regular.woff') format('woff'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Regular.ttf') format('truetype'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Regular.eot');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GeogrotesqueCyr';
    src: url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Bold.woff2') format('woff2'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Bold.woff') format('woff'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Bold.ttf') format('truetype'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-Bold.eot');
    font-weight: bold;
    font-style: normal;
}

/* Adicione outras variações de peso e estilo aqui */

@font-face {
    font-family: 'GeogrotesqueCyr';
    src: url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-BoldItalic.woff2') format('woff2'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-BoldItalic.woff') format('woff'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-BoldItalic.ttf') format('truetype'),
    url('fontes/GeogrotesqueCyr/GeogrotesqueCyr-BoldItalic.eot');
    font-weight: bold;
    font-style: italic;
}

@media all {
    *:not(select) {
        font-family: 'GeogrotesqueCyr', 'Montserrat', sans-serif;
    }

    select option {
        font-family: initial;
    }
    .ck-content {
        font-family: 'Seitu', sans-serif;
    }
    a {
        color: #4b4b4b;
    }
    a:hover {
        text-decoration: none;
        color: inherit;
    }
    label {
        margin-bottom: 0;
    }
    .pointer {
        cursor: pointer !important;
    }
    .bold {
        font-weight: bold;
    }

    /* BACKGROUNDS */
    .bg-gold {
        background-color: #BA9F5E !important;
    }
    .bg-vermelho, .bg-primary {
        background-color: #ce151a !important;
    }
    .bg-vermelho-claro{
        background-color: #EC1C24 !important;
    }
    .bg-primary-b{
        background-color: #007bff !important
    }
    a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
        background-color: #ce151a !important;
    }
    .bg-gray {
        background-color: #f0f0f0;
    }
    .bg-gray-new {
        background-color: #E0E5F2;
    }
    .bg-gray-detalhe {
        background-color: #818285;
    }
    .bg-dark-gray {
        background-color: #4b4b4b;
    }
    .bg-dark-gray-2 {
        background-color: #3F3F3F;
    }
    .bg-dark-gray-new {
        background-color: #848484;
    }
    .bg-white-cronograma {
        background-color: #ffffff;
        color: #ce151a !important;
        border: 1px solid rgb(12, 12, 12); 
    }
    .btn-etiqueta.bg-white-cronograma:hover {
        background-color: #fff !important;
        border: 1px solid #000 !important;
        color: #ce151a !important;
    }
    .bg-destaques:before {
        height: 10px;
        background-color: #cc0073;
        content: " ";
        display: block;
    }
    .bg-destaques {
        background-image: url("img/base/malha-effect.png");
        background-position: center top;
        background-repeat: no-repeat;
        /*background-color: #15134f;*/
    }
    .bg-destaques h3.title{
        color: #15134f !important;
        text-transform: uppercase;
        padding: .5rem 2rem;
        background-color: #fff;
        border-radius: 40px;
        display: inline-block;
    }

    .bg-round{
        border-radius: 100%;
        height: 250px;
        padding: 36px;
    }
    .bg-red{
        background-color: #CE151A;
    }
    .bg-black{
        background-color: #000;
    }
    .bg-light-black{
        background-color: #333333;
    }

    .border-primary{
        border-color: #ce151a !important;
    }
    .bg-gray h3.title{
        color: #ce151a;
        border-bottom: solid 1px #ce151a;
    }
    /* COLORS */
    .co-white {
        color: #ffffff;
    }
    .co-primary, .text-red {
        color: #ce151a;
    }
    .text-bronze {
        color: #EA8254;
    }
    .co-gray {
        color: #f0f0f0;
    }
    .text-gray{
        color: #757575;
    }
    .text-gray-2{
        color: #3F3F3F;
    }
    .text-gray-3{
        color: #494949;
    }
    .co-dark-gray {
        color: #4b4b4b;
    }
    .co-black {
        color: #000;
    }
    .text-black {
        color: #231F20;
    }
    .text-light-gray {
        color: #818285;
    }

    .bronze{
        color: #EA8254;
    }
    .prata{
        color: #A7A9AC;
    }
    .ouro{
        color: #F7B74F;
    }
    .diamante{
        color:#231F20;
    }

    /* BTNS */
    .my-rounded {
        border-radius: 20px;
    }
    .my-rounded-2 {
        border-radius: 10px;
    }
    .btn-primary {
        color: #fff;
        background-color: #EA0F2C !important;
        border-color: #EA0F2C !important;
        border-radius: 10px;
    }
    .btn-primary:hover {
        color: #fff;
        background-color: #B91519 !important;
        border-color: #B91519 !important;
    }
    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(206, 21, 26, 0.5) !important;
    }
    .btn-outline-warning:hover {
        color: #fff !important;
    }
    .btn-outline-primary {
        color: #B91519;
        background-color: transparent;
        background-image: none;
        border-color: #B91519;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #B91519;
        border-color: #B91519;
    }

    .btn-etiqueta, .btn-ocorrencia {
        /*height: 18px;*/
        /*padding: 0;*/
        font-size: 11px;
        width: 100%;
        border-radius: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.5rem;
        padding: 2px 0;
    }
    .btn-etiqueta.btn-detalhe {
        font-size: 20px;
        width: auto;
        padding: 10px;
        min-width: 190px;
        border-radius: 10px!important;
    }
    .btn-etiqueta:hover {
        color: #fff !important;
    }
    .btn.bg-primary:hover{
        background-color: #B91519 !important;
    }
    .btn-ocorrencia {
        background-color: #ffbe00; color: #8600a7;
    }
    .btn-ocorrencia:hover {
        background-color: #E6A600;
        color: #8600a7;
    }
    .btn-green {
        background-color: #388E3C    !important;
        border-color: #388E3C    !important
    }
    .btn-green:hover {
        background-color: #348238    !important;
        border-color: #348238    !important
    }
    .btn-green:focus, .cc-btn-green.focus {
        box-shadow: 0 0 0 0.2rem #81C784 !important;
    }

    /* BORDERS ROUNDED */
    .rounded-top-right {
        border-top-right-radius: 0.25rem !important;
    }
    .rounded-bottom-right {
        border-bottom-right-radius: 0.25rem !important;
    }
    .rounded-top-left {
        border-top-left-radius: 0.25rem !important;
    }
    .rounded-bottom-left {
        border-bottom-left-radius: 0.25rem !important;
    }

    .rounded-top-right-0 {
        border-top-right-radius: 0 !important;
    }
    .rounded-bottom-right-0 {
        border-bottom-right-radius: 0 !important;
    }
    .rounded-top-left-0 {
        border-top-left-radius: 0 !important;
    }
    .rounded-bottom-left-0 {
        border-bottom-left-radius: 0 !important;
    }

    /* HEADER */
    .dropdown:hover> .oi{
        display: block;
        background-color: red;
    }
    .menu-escondido{
        z-index: 999;

    }
    /*.menu-topo .navbar-nav .nav-item .dropdown-menu, .menu-actions .nav-item .dropdown-menu.principal{*/
    /*    width: 100vw;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 14%;*/
    /*    bottom: 0;*/
    /*    position: fixed;*/
    /*    height: 6%;*/
    /*}*/
    /*.menu-topo .principal .dropdown-item{*/
    /*    width: auto;*/
    /*}*/
    .menu-actions .nav-item .nav-link i, .menu-actions .nav-item .nav-link {
        color: #363636;
    }
    a .menu-actions .nav-item .nav-link {
        color: #fff;
    }
    .menu-topo .navbar-nav .nav-item .nav-link {
        font-size: 0.85rem;
        font-weight: bold;
    }
    .menu-topo .navbar-nav .nav-item .nav-link, .menu-topo .navbar-nav .nav-item .nav-link i {
        color: #EA0F2C;
    }
    .menu-topo .navbar-nav .nav-item .nav-link:hover span{
        color: #ce151a!important;

    }
    .menu-topo .navbar-nav .dropdown-toggle:after, .menu-actions .nav-item .dropdown-toggle:after  {
        border: none;
    }

    .menu-topo .navbar-nav .nav-item .dropdown-menu, .menu-actions .nav-item .dropdown-menu {
        border-radius: 0;
        background-color: #fff;
        border: none;
        color: #4b4b4b;
        font-size: .8rem;
    }
    .menu-topo .navbar-nav .nav-link:hover {
        color: #ce151a;
    }

    .dropdown>.dropdown-menu {
        top: 100%;
        transition: 0.3s all ease-in-out;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
        top: 100%;
    }
    .menu-actions .dropdown:hover>.dropdown-menu, .menu-language .dropdown:hover>.dropdown-menu {
        display: block;
        top: 100%;
        left: -60px;
        right: 0 !important;
    }
    .menu-actions .dropdown >.dropdown-menu {
        left: unset;
        right: 0 !important;
    }

    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

    .dropdown-item:focus {
        background-color: #ce151a !important;
        color: #fff;
    }

    .nav-tabs .nav-link {
        color: #4b4b4b;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ce151a;
    }

    .dropdown-divider {
        margin: 0 !important;
    }

    .nav-eventos .nav-item .nav-link.active {
        background-color: #EA0F2C;
        border-color: #EA0F2C;
    }
    .nav-eventos .nav-item .nav-link {
        border-style: solid;
        border-color: #B3B3B3;
        font-weight: bold;
    }
    /* FOOTER */
    .bg-footer {
        background-color: #1E1E1E;
        min-height: 505px;
    }
    .bg-footer-theme{
        min-height: 250px;
    }
    .menu-rodape .nav-item .nav-link {
        color: #ffffff;
        font-size: .75rem;
        font-weight: bold;
        line-height: 1rem;
    }
    .menu-rodape .nav-item .nav-link:hover {
        text-decoration: revert;
    }

    /* TABLES */
    .my-table-primary thead {
        background-color: #ce151a;
    }
    .my-table-primary thead th {
        color: #fff;
        border-bottom: none;
        font-size: .75rem;
    }
    .my-table-primary tbody tr td {
        color: #4b4b4b;
        border-bottom: none;
        font-size: .75rem;
    }
    /* RESULTADOS */
    .bg-resultados {
        background: #ffffff;
    }

    .resultado-size {
        width: 129px;
        height: 129px;
    }
    .resultado-circle {
        border-radius: 50%;
        margin: 0 auto;
        border: solid 1px white;
        display: inline-block;
    }
    .no-banner {
        border: solid 1px black;
        background-color: #eee;
        position: relative;
    }
    .no-banner .prefix{
        position: absolute;
        font-weight: bold;
        top: 52px;
        right: 0;
        font-size: 16px;
        height: auto !important;
        margin: auto;
    }
    .no-banner:hover div {
        top: 85px;
    }
    .responsive-img{
        width: 100%; /* Faz a largura ser responsiva */
        object-fit: cover; /* Corta a imagem para preencher o contêiner */
        object-position: center; /* Centraliza o corte */
    }
    .resultado-circle img {
        border-radius: 50%;
        margin: -1px 0 0 -1px;
    }
    .resultado-circle:hover img, .no-banner:hover img {
        display: block !important;
    }

    /* PERGUNTAS FREQUENTES */
    .btn-link.co-white:hover {
        color: #fff;
    }

    .menu-inscricao a {
        font-size: .75rem;
        font-weight: bold;
        color: #fdfdfe;
        background-color: #cf161b;
        padding: 2px 4px;
    }
    .tb-btns tbody tr td button, .tb-btns tbody tr td a {
        font-size: .6rem !important;
    }
    /* PRODUTOS */
    .listagem-variacao-horizontal {
        padding: 0;

    }
    .listagem-variacao-horizontal li {
        list-style: none;
        display: inline-block;
    }
    /* ALTERAR FOTO */
    .alterar-foto-hover {
        cursor: pointer;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }
    .alterar-foto-hover:hover {
        opacity: .7;
    }
    .alterar-foto .foto {
        width: 159px;
        height: 159px;
        background: #fff url(img/sem-foto.png) top left no-repeat;
        float: left;
        margin-right: 2px;
    }
    .alterar-foto .foto.small {
        width: 100px;
        height: 100px;
        background-size: cover;
    }

    /* HELPDESK */
    .is-red{
        background-color: rgba(255, 0 , 0, 0.4);
    }
    .is-blue{
        background-color: rgba(0, 0 , 255, 0.4);
    }
    .is-gray{
        background-color: rgba(0, 0 , 0, 0.4);
    }
    /* =================== Orçamento ================== */
    #orcamento .form-orcamento{
        padding: 0 5rem;
        align-items: center;
    }
    #orcamento a{
        padding: 0.5rem 10rem;
    }
    #orcamento ul{
        list-style-image: url('img/list.png');
    }
    #orcamento .card{
        border-radius: 10px;
    }
    #orcamento #score{
        min-height: 285px;
    }
    #orcamento #score .container-desktop{
        min-height: 285px;
        background-image: url('img/orcamento/score1110.png');
        background-repeat: no-repeat;     align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: right;
    }
    #orcamento #score p{
        min-height: 285px;
    }
    #orcamento #score a{
        padding: 0.5rem 7rem!important;
    }
    .modalidade-dropdown{
        left: 0%;
        text-align: center;
        width: auto;
    }
    .modalidade-dropdown a{
        text-align: center;
        padding: 0.5rem 2rem!important;
    }
    /*.dropdown-modalidade{*/
    /*    position: absolute;*/
    /*    left: 69%;*/
    /*}*/

    .form-orcamento-formulario{
        padding: 0 10rem;
    }
    .form-orcamento-formulario .form-control{
        background-color: #ffffff;
    }
    .form-orcamento-formulario .form-control[readonly]{
        background-color: #e9ecef;
        opacity: 1;
    }
    .radio-red input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: #d1d3d100;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #c3b6b6c7;
    }

    .radio-red input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #CE151A;
        border: 1px solid #afa1a1;

    }

    .radio-red .radio-tipo {
        padding: 0;
    }
    .radio-red li{
        display: inline-block;
    }
    .radio-red li label{
        margin-right: 30px;
    }

    .form-orcamento-formulario ul{
        list-style-image:none!important;
        list-style: none;
    }
    .text-underline{
        text-decoration: underline;
    }
    .contrato-btn{
        padding: 0.75rem 6rem;
    }
    .card-aceito{
        width: 30%;
        margin-right: auto;
        margin-left: auto;
    }

    .card-aceito input[type=checkbox]{
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .card-aceito label {
        cursor: pointer;
        text-indent: -9999px;
        width: 68px;
        height: 28px;
        background: grey;
        display: block;
        border-radius: 100px;
        position: relative;
        left: 40%;
    }

    .card-aceito label:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 20px;
        height: 19px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

    .card-aceito input:checked + label {
        background: #FF0033;
    }

    .card-aceito input:checked + label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

    .card-aceito label:active:after {
        width: 130px;
    }
    .cursor-pointer{
        cursor: pointer;
    }
    /* =================== BORDER RADIUS ================== */

    .br-10{
        border-radius: 10%;
    }
    .br-20{
        border-radius: 20%;
    }
    .br-40{
        border-radius: 40%;
    }
    .br-50{
        border-radius: 50%;
    }
    .br-100{
        border-radius: 100%;
    }
    /*.text-termo{*/
    /*    margin-right: 5rem;*/
    /*}*/
    /* =================== SIZE OF TEXT FONTS ================== */
    .fs-8 {
        font-size: 8px
    }
    .fs-10 {
        font-size: 10px
    }
    .fs-12 {
        font-size: 12px
    }

    .fs-14 {
        font-size: 14px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 18px;
    }

    .fs-19 {
        font-size: 19px;
    }

    .fs-20 {
        font-size: 20px;
    }

    .fs-22 {
        font-size: 22px;
    }

    .fs-24 {
        font-size: 24px;
    }

    .fs-26 {
        font-size: 26px;
    }

    .fs-28 {
        font-size: 28px;
    }

    .fs-30 {
        font-size: 30px;
    }
    .fs-32 {
        font-size: 32px;
    }
    .fs-35 {
        font-size: 35px;
    }
    .fs-36 {
        font-size: 36px;
    }

    .fs-40 {
        font-size: 40px;
    }
    .fs-44 {
        font-size: 44px;
    }
    .fs-48 {
        font-size: 40px;
    }

    .fs-50 {
        font-size: 50px;
    }

    .fs-60 {
        font-size: 60px;
    }
    .fs-61 {
        font-size: 61px;
    }
    .fs-62 {
        font-size: 62px;
    }
    .fs-63 {
        font-size: 63px;
    }
    .fs-64 {
        font-size: 64px;
    }
    .fs-70 {
        font-size: 70px;
    }
    .fs-80 {
        font-size: 80px;
    }
    .fs-88 {
        font-size: 88px;
    }
    .text-align-last-right{
        text-align-last: right;
    }
    .text-bold{
        font-weight: 900;
    }
    .lh-normal{
        line-height: normal;
    }
    .text-600{
        font-weight: 600;
    }
    .text-500{
        font-weight: 500;
    }
    .text-700{
        font-weight: 700;
    }

    .container-info-organizador ul li::marker{
        height: 10px;
    }
    .vertical-align-5{
        vertical-align: 5px;
    }
    .vertical-align-text-top{
        vertical-align: text-top;
    }

    .formas-pagamento img{
        max-height: 55px;
    }

}

/* MENU */
@media (max-width: 768px) {
    /*.dropdown:hover>.dropdown-menu.principal{*/
    /*    position: absolute!important;*/
    /*    top: 90%!important;*/
    /*    height: max-content!important;*/
    /*}*/
    .btn-etiqueta, .btn-ocorrencia{
        width: 100%;
    }
    .navbar-collapse {
        position: absolute;
        top: 19px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        z-index: 999;
        background-color: #000;
    }
    .navbar-collapse .dropdown-menu .nav-link span {
        color: #4b4b4b!important;
    }
    .navbar-collapse .menu-language {
        flex-direction: row-reverse;
    }
    .navbar-collapse .menu-language .dropdown:hover>.dropdown-menu {
        left: -9%;
        top: 0%;
        position: relative;
    }
    .navbar-collapse .nav-link span {
        color: #ffffff!important;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
    .sep-live{border-left: none!important;}
    .bg-round {
        border-radius: 100%;
        height: 100%;
        padding: 78px;
    }
    #orcamento a {
        padding: 0.5rem 3rem;
    }
    #orcamento .form-orcamento{
        padding: 0;
    }
    .form-orcamento-formulario{
        padding: 0;
    }

    .menu-topo .navbar-nav .nav-item .dropdown-menu, .menu-actions .nav-item .dropdown-menu {
        padding: 1rem 0;
        margin: 0.5rem 0;
    }
    /* =================== SIZE OF TEXT FONTS ================== */

    .fs-12 {
        font-size: 12px
    }

    .fs-14 {
        font-size: 14px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 18px;
    }

    .fs-20 {
        font-size: 20px;
    }

    .fs-22 {
        font-size: 22px;
    }

    .fs-24 {
        font-size: 24px;
    }

    .fs-25 {
        font-size: 25px;
    }
    .fs-26 {
        font-size: 26px;
    }
    .fs-27 {
        font-size: 27px;
    }

    .fs-28 {
        font-size: 28px;
    }

    .fs-30 {
        font-size: 30px;
    }

    .fs-40 {
        font-size: 40px;
    }

    .fs-44 {
        font-size: 44px;
    }

    .fs-50 {
        font-size: 40px;
    }

    .fs-60 {
        font-size: 50px;
    }
    .card-aceito {
        width: 100%;
    }
}

/**** RETRO COMPATIBILIDADE ****/
.start-hidden {   /* importante para query selectors e por não ter o !important (diferente do d-none do bootstrap) */
    display: none;
}
.me-lista-titulos{border-collapse:collapse; width:100%;}
.me-lista-titulos tr th, .me-lista-titulos tr td {text-align:left; border:solid 2px #f9f9f9; padding:3px; font-size:14px;}
.me-lista-titulos tr td{padding:3px; height: 36px; line-height: 36px;}
.me-lista-titulos-header{background-color: #ce151a;}
.me-lista-titulos-header th{color: #fff; }
.me-lista-titulos-header-row{background-color: #ffffff;}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.card-perfil > .card-text > img {
    height: 53px !important;
}

.card-perfil-new {
    position: absolute;
    background-color: orange;
    border-radius: 50px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    top: -5px;
    right: -5px;
}

.sep-live{border-left: #c5c5c5  dashed 1px;}

.proxima-live-box{
    width: 114px;
    height: 114px;
    background-color: #eb1c24;
    color: white;
    font-weight: bolder;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}
.proxima-live-box-before{
    border: dashed 1px #eb1c24;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    float: left;
}

.btn-light {
    border-radius: 25px;
    background-color: #c5c5c5;
    border-color: #c5c5c5;
}
.btn-light:hover {
    background-color: #c5c5c5;
    border-color: #c5c5c5;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 10px;
}
.btn-white:hover {
    background-color: #c5c5c5;
    border-color: #c5c5c5;
}
.btn-black {
    background-color: #000;
    border-color: #000;
    color:#ffffff;
    border-radius: 10px;
}
.btn-black:hover {
    background-color: #c5c5c5;
    border-color: #c5c5c5;
}
.btn-transparent{
    background-color: transparent;
}

.live-wrapper{display: flex; justify-content: center; width: 230px;}
.live-text{
    padding-left: 5px;
    line-height: 110%;
}

/* curriculo campeao */
.cc-icone {
    padding: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.cc-disponivel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.cc-disponivel img {
    margin-right: 10px;
}
.cc-btn-off {
    background-color: #ffffff !important;
    border-color: #b3b3b3 !important;
    color: #b3b3b3 !important;
}
.cc-btn-off:hover {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;
}
.cc-btn-off:focus, .cc-btn-off.focus {
    box-shadow: 0 0 0 0.1rem #b3b3b3 !important;
}
.quarta-final-esquerda .cc-icone-wrapper:nth-of-type(1) {
    position: absolute;
    right: -35px;
}
.quarta-final-esquerda .cc-icone-wrapper:nth-of-type(2) {
    position: absolute;
    right: -35px;
    top: 94px;
}
.quarta-final-direita .cc-icone-wrapper:nth-of-type(1) {
    position: absolute;
    left: -35px;
}
.quarta-final-direita .cc-icone-wrapper:nth-of-type(2) {
    position: absolute;
    left: -35px;
    top: 94px;
}

.mobile-card {
    margin: .5rem 0;
}
.mobile-card:not(.bg-white) {
    background-color: #f2f2f2;
    border: 1px solid lightgray;
}
.mobile-card.bg-white {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}
.mobile-card:not(.bg-white-cronograma) {
    background-color: #f2f2f2;
    border: 1px solid rgb(12, 12, 12);
}
.mobile-card..bg-white-cronograma {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}
.mobile-card__header {
    padding: .5rem .25rem;
    background-color: #ce151a;
    color: white;
    font-weight: bold;
}
.mobile-card__body {
    padding: .25rem;
    font-size: 14px;
}
.mobile-card__acoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #dee2e6 !important;
    padding: .75rem 0;
    margin-top: .75rem;
}

.insc-perfil-selected {
    border-color: #ce151a;
}

.insc-categorias p {
    margin: 0;
}
.insc-categorias p:not(:first-child) {
    margin-top: .5rem
}

#insc-filtro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#f-qtd-categorias {
    font-size: 18px;
}

#f-qtd-categorias span {
    cursor: pointer;
}

.s-pendente{height: 20px; width: 20px; border-radius: 50%; display: inline-block; text-align: center;
    border: solid 2px; font-size: 12px;
}


/* =================== COOKIES ======================== */

#cookies{
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: black;
    color: blue;
    z-index: 99999999;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 5px;
}

#cookies h6{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}

#cookies p{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}
#cookies a{
    color: #ffffff!important;
    text-decoration: underline;
}
#cookies a:hover{
    text-decoration: unset;
}

#cookies-btn{
    color: #000000!important;
    background-color: white;
    border-radius: 20px;
    padding: 3px 27px;
    -webkit-appearance: media-volume-sliderthumb;
    min-width: 109px;
    font-weight: 100;
}

.card-resultados{
    height: 144px;
    width: 144px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #EA0F2C!important;
}

.card-resultados {
    position: relative;
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.date-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.date-badge p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.date-badge .border-white {
    display: block;
    height: 2px;
    background-color: white;
    margin: 5px 0;
}

.date-badge .day {
    font-size: 30px;
    font-weight: bold;
}

.date-badge .month {
    font-size: 30px;
    font-weight: bold;

}

.title-destaque{
    border-radius: 0 0 16px 16px;
    background: #EA0F2C;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    width: 38%;
    margin: 0 auto 50px auto;
    padding: 15px;
}



/**** Card DARK ****/

.bg-dark-gray-new .card, .bg-dark-gray-new .bg-white{
    background-color: #3F3F3F!important;
}

.date-badge-card{
    border-radius: 16px 16px 0 0;
    background: #EA0F2C;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    width: 152px;
    padding: 10px 0;
}
.data-fim{
    width: 100%!important;
    font-size: 20px;
}

.card-title h6{
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.card-title small{
    color: #1E1E1E;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 12px */
}
.bg-dark-gray-new small, .bg-dark-gray-new .card-title h6{
    color: #fff;
}

.text-edicao{
    line-height: 100%; /* 12px */
}

#button-filtro {
    color: #EA0F2C; /* Cor do texto */
    font-weight: bold; /* Texto em negrito */
    border-bottom: 2px solid #EA0F2C; /* Borda */
    border-radius: 0; /* Sem bordas arredondadas */
    padding: 5px 10px; /* Padding */
    text-transform: uppercase; /* Texto em maiúsculas */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-style: normal;
    line-height: 100%; /* 28px */
}

#button-filtro:hover {
    text-decoration: none;
}

#button-filtro:focus {
    box-shadow: none; /* Remover sombra ao focar */
}

.button-collapse {
    color: #EA0F2C; /* Cor do texto */
    font-weight: bold; /* Texto em negrito */
    border-bottom: 2px solid #EA0F2C; /* Borda */
    border-radius: 0; /* Sem bordas arredondadas */
    padding: 5px 10px; /* Padding */
    text-transform: uppercase; /* Texto em maiúsculas */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-style: normal;
    line-height: 100%; /* 28px */
}

.button-collapse:hover {
    text-decoration: none;
}

.button-collapse:focus {
    box-shadow: none; /* Remover sombra ao focar */
}

.custom-nav-link {
    background-color: #B3B3B3; /* Cor de fundo padrão */
    color: #FFFFFF; /* Cor do texto padrão */
    border-radius: 0; /* Sem bordas arredondadas */
    text-align: center; /* Texto centralizado */
    padding: 10px 0; /* Padding para um visual melhor */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}

.custom-nav-link.active {
    background-color: #EA0F2C; /* Cor de fundo para o link ativo */
    color: #FFFFFF; /* Cor do texto para o link ativo */
}

.custom-nav-link:hover {
    background-color: #EA0F2C; /* Cor de fundo ao passar o mouse */
    border-color: #EA0F2C!important;
    color: #FFFFFF; /* Cor do texto ao passar o mouse */
    text-decoration: none; /* Remover sublinhado ao passar o mouse */
}

.custom-nav-link:focus {
    box-shadow: none; /* Remover sombra ao focar */
    text-decoration: none; /* Remover sublinhado ao passar o mouse */

}

.flex-space-between{
    display: flex;
    justify-content: space-between;
}
.btn-red-info{
    display: flex;
    width: 310px;
    padding: 20px;
    align-items: center;
    gap: 15px;
    border-radius: 16px;
    background: #EA0F2C;
}

.btn-dark-gray-detail {
    color: #fff;
    background-color: #818285 !important;
    border-color: #818285 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    padding: 20px;
    border-radius: 10px;
    min-width: 310px;
    text-align: left;
    margin-bottom: 15px;
}
.btn-dark-gray-detail:hover {
    color: #fff;
    background-color: #818285 !important;
    border-color: #818285 !important;
}
.btn-dark-gray-detail.active {
    background-color: #EA0F2C !important;
    border-color: #EA0F2C !important;
}


.btn-outline-white{
    border: 1px solid #ffffff;
    color: #EA0F2C;
}
.btn-outline-black{
    border-radius: 10px;
    border: 1px solid #818285;
    background: #FFF;
}
.btn-outline-black:hover{
    border-radius: 10px;
    border: 1px solid #818285;
    color: #fff;
    background: #818285
}


.btn-outline-red{
    color: #EA0F2C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    width: 197px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #EA0F2C;
    background: transparent;
}

.btn-outline-white:hover{
    border: 1px solid #EA0F2C;
    color: #EA0F2C;
}


.btn-pesquisa{
    width: 197px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    border-radius: 10px;
}

#form_busca_eventos .form-control, .form-new{
    border-radius: 10px;
    border: 1px solid #818285;
    height: 50px;
}
#form_busca_eventos .form-control::placeholder, .form-new::placeholder {
    color: #818285;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
#form_busca_eventos select.form-control, select.form-new{
    color: #818285;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

#form_busca_eventos .form-control .select2-selection__placeholder, .form-new .select2-selection__placeholder{
    color: #818285!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

#form_busca_eventos .form-control:focus{
    background: transparent!important;
    background-color: transparent!important;
}

#form_busca_eventos .select2-container .select2-selection--single{
    background-color: transparent !important;
    padding: 0.575rem .75rem !important;
}


#form_busca_eventos .select2-container{
    border-radius: 10px;
    border: 1px solid #818285;
    height: 50px;
}
#form_busca_eventos .select2-container .select2-selection--single{
    border: 1px solid transparent!important;
}

#form_busca_eventos .input-group-text{
    display: none;
}

.calendar-periodo{
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 999;
}


.menu-rodape .nav-link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300!important;
    line-height: 15px!important; /* 93.75% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu-rodape .nav-item{
    max-height: 30px;
}

.menu-rodape .title-footer{
    color: #FFF;
    font-size: 20px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 15px!important; /* 75% */
    letter-spacing: 2px;
    text-transform: uppercase!important;
}

.pos-footer a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 93.75% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

#detalhe-evento .title-evento{
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
}
#detalhe-evento .card-title small{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 18px */
}
#detalhe-evento .data-detalhe{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    text-transform: uppercase;
}

#detalhe-evento .cidade-detail{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    text-transform: uppercase;
}
#detalhe-evento .endereco-detail{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    text-transform: uppercase;
}
#detalhe-evento .bg-gray-detalhe{
    min-height: 278px;
}
#detalhe-evento .bg-gray-detalhe{
    min-height: 160px;
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-16{
    border-radius: 16px;
}
.icon-colapse-open, .icon-colapse-close {
    display: none;
}

button.collapsed .icon-colapse-open {
    display: none;
}

button.collapsed .icon-colapse-close {
    display: inline-block;
}

button .icon-colapse-open {
    display: inline-block;
}

button .icon-colapse-close {
    display: none;
}

/* =================== FALE CONOSCO ======================= */
#contact-us{
    position:fixed;
    height: 43px;
    right: -58px;
    top: 50vh;
    padding: 5px 15px;
    transform: rotate(270deg);
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #00000029;
    align-content: center;
    z-index: 3;
    color: #EA0F2C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}
#contact-us:hover{
    background-color: #ffffff;
    color: #EA0F2C;
}

#contact-us a{
    font-size: 10px;
    color: #273341;
    padding-right: 5px;
}

.no-break {
    white-space: nowrap;
}

.text-transform-uppercase{
    text-transform: uppercase;
}




.btn-login{
    border-radius: 10px;
    background: #EA0F2C;
    height: 50px;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}


/**********************************Area do menu***************************************************/
/* Estilos do menu lateral (sidenav) */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0; /* Menu à direita */
    background-color: #1E1E1E;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 75%; /* Botão de fechar no lado esquerdo dentro do menu */
    font-size: 36px;
    margin-left: 50px;
}

/* Estilos para o ícone de barras (menu-icon) */
.menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: white; /* Barras brancas inicialmente */
    transition: all 0.5s ease;
    padding: 10px;
    background-color: transparent; /* Fundo transparente inicialmente */
    border-radius: 5px;
    display: inline-block;
}

/* Estilo ao passar o mouse sobre o ícone de menu */
.menu-icon:hover {
    color: white; /* Mantém as barras brancas */
}

/* Overlay que cobre a tela */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Opacidade */
    z-index: 9999;
    display: none; /* Escondido por padrão */
}

/* Mostrar o overlay quando o menu está aberto */
.overlay.active {
    display: block;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 25px;}
    .sidenav a {font-size: 18px;}
}
.nav-menu-new{
    text-blink: none;
}

.open-menu{
    width: 580px;
}

/* QUem somos */
#quem-somos{
    background-size: cover!important;
    max-height: 650px;
    height: 100%;
    width: 100%;
}
#valores{
    background-size: cover!important;
    height: auto;
    min-height: 650px;
    width: 100%;
}
#valores h2{
    color: #EA0F2C;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 44px */
}
#valores h3{
    color: #EA0F2C;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}
#valores p{
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}
/* QUem somos */
#quem-somos .container{
    min-height: 650px;
}
/* QUem somos */
#quem-somos h1{
    color: #ffffff;
    text-align: right;
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 80px */
}
#quem-somos h2{
    color: #EA0F2C;
    text-align: right;
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 80px */
}
#quem-somos .chamada-banner{
    width: 578px;
}
#sobre-nos .titulo-quem-somos{
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
}
#sobre-nos .texto-quem-somos{
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
}
#sobre-nos p span, #sobre-nos p{
    color: #ffffff!important;
    text-align: center!important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%!important;
}
#missao p{
    color:  #818285;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
#missao .titulo-quem-somos{
    color: #EA0F2C;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 44px */
}
#visao h2{
    color: #BA9F5E;
    text-align: center;
    font-family: "Geogrotesque Cyr";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 44px */
}

#visao p{
    color:  #818285;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

#numeros .text-title{
    color: #1E1E1E;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 44px */
}
#numeros .card-numeros{
    background-color: #231F20;
    border-radius: 10px;
}
#numeros .card-numeros h3{
    color: #BA9F5E;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
}
#numeros .card-numeros span{
    color: #EA0F2C;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
#numeros .card-numeros p{
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}
#numeros .card-numeros-red{
    background-color: #EA0F2C;
    border-radius: 10px;
}
#numeros .card-numeros-red h3{
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
}
#numeros .card-numeros-red span{
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    line-height: 130%; /* 31.2px */
}

#crie-eventos{
    height: 650px;
}
#crie-eventos h2{
    color: #EA0F2C;
    text-align: left;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 44px */
}
#crie-eventos p{
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    max-width: 800px;
}
#crie-eventos a{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    height: 50px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-content: center;
}

#media-kit a{
    height: 50px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 38px;
    flex: 1 0 0;
    color: #EA0F2C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    align-content: center;
    width: 186px;
}
#media-kit h3{
    color: #ffffff;
    align-content: center;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 36px */
}
#media-kit span{
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
}
#media-kit .container-crie{
    height: 181px;
}
#media-kit .container{
    border-radius: 10px;
}


#orcamento{
    .form-control {
        padding: 20px;
        height: 59px;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
    }
    .form-control option{
        font-family: sans-serif;
    }
    .btn-prosseguir{
        height: 59px;
    }

    /*h2{*/
    /*    font-size: 44px;*/
    /*}*/

    .card-container {
        display: flex;
        flex-wrap: wrap;
    }

    .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; /* Garante que o card ocupe toda a altura definida */
        padding: 32px;
    }

    .card p:last-child {
        margin-bottom: 0; /* Remove margens extras no último parágrafo */
    }
    .chamada{
        color: #231F20;
        text-align: center;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 21px */
    }
    .bg-light-black .chamada{
        color: #ffffff
    }
    .descricao{
    }
    .card .btn-black,.card .btn-white{
        width: 222px;
        padding: 12px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 20px */
        text-transform: uppercase;
    }
    .aviso-plano-atual{
        height: 27px;
        width: 241px;
        position: absolute;
        z-index: 2;
        top: -4%;
        margin-left: 50px;
        padding: 7px 0;
        border-radius: 10px 10px 0 0;
        background: #EA0F2C;
    }
    .aviso-plano-atual p{
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px; /* 93.75% */
    }


    .table-responsive {
        overflow-x: auto; /* Ativa a rolagem horizontal */
        -webkit-overflow-scrolling: touch; /* Suporte para rolagem suave em dispositivos móveis */
    }

    /* Remove as bordas padrão da tabela */
    table {
        border-collapse: collapse; /* Remove espaçamentos entre as bordas */
        width: 100%; /* Largura total da tabela */
    }
    thead{
        border-bottom: 1px solid #ccc;
    }

    /* Remove todas as bordas dos <th> e <td> */
    th, td {
        border: none; /* Sem borda lateral ou superior/inferior */
        text-align: left; /* Alinha o texto à esquerda */
        padding: 10px; /* Adiciona espaçamento interno */
    }

    /* Adiciona apenas a borda inferior */
    th {
        border-bottom: 2px solid #ccc; /* Borda inferior mais espessa para cabeçalho */
    }

    td {
        border-bottom: 1px solid #ccc; /* Borda inferior padrão para células */
    }

    /* Remove a borda inferior da última linha (opcional) */
    .table thead th, .table-bordered td, .table-bordered th, .table-bordered td, .table-bordered th, .table-bordered{
        border: none!important;
        border-bottom: 1px solid #ccc;
    }
    .bg-table{
        border-radius: 8px;
        align-content: baseline;
    }
    .icone-input{
        position: absolute;
        top: 16px;
        left: 30px;
        z-index: 999;
    }
    .icone-input.erro{
        position: absolute;
        bottom: 34px;
        left: 30px;
        z-index: 999;
    }
    .form-control{
        padding: .375rem 1rem;
        color: #818285;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        /*line-height: 100%; !* 14px *!*/
        /*letter-spacing: -0.28px;*/
        text-transform: uppercase;
        border-radius: 8px;
    }
    .form-icon .form-control{
        padding: .375rem 3rem;
    }
    .form-orcamento-formulario{
        padding: 0 0;
    }
    .form-orcamento-formulario .form-control{
        background-color: #ffffff;
    }
    .form-orcamento-formulario .form-control[readonly]{
        background-color: #e9ecef;
        opacity: 1;
    }
    #id_representante-tipo{
        display: flex;
        align-items: center;
    }
    #id_representante-tipo label{
        padding-right: 10px;
        width: 160px;
        display: flex;
        align-items: self-end;
    }
    #id_representante-tipo input[type='radio']:checked:after, .radio-red input[type='radio']:after, .radio-red .radio-tipo {
        width: 26px;
        height: 26px;
        top: 0;
        left: 0;
        margin-right: 8px;
        cursor: pointer;
    }

    /* Esconda o checkbox padrão */
    .custom-checkbox {
        display: none;
    }

    /* Estilo para o "fake" checkbox */
    .custom-checkbox + label {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 1rem;
        user-select: none;
    }

    /* Círculo redondo */
    .custom-checkbox + label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border: 1px solid #818285;
        border-radius: 50%;
        transition: background-color 0.3s, border-color 0.3s;
    }

    /* Círculo interno quando o checkbox estiver marcado */
    .custom-checkbox:checked + label::before {
        background-color: #EA0F2C;
        border-color: #EA0F2C;
    }

    /* Estilo adicional (opcional) para criar uma animação suave */
    .custom-checkbox + label::after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
        transition: background-color 0.3s;
        opacity: 0;
    }

    /* Quando o checkbox está marcado, exibir o círculo interno */
    .custom-checkbox:checked + label::after {
        opacity: 1;
    }
    .soucomp-text{
        margin-left: 35px;
        font-size: 1rem;
    }
    .container-form{
        padding: 20px 100px;
    }
}

textarea.new-form-input{
    padding: 25px 15px;
}

.new-form-input{
    border-radius: 10px;
    border: 1px solid  #818285;
    height: calc(2.25rem + 20px);
}

.new-form-input::placeholder {
    color: #818285;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.logo-sobre-campo {
    position: absolute;
    bottom: 33%;
    left: 25px;
    z-index: 999;
}

#novo-ticket-content select{
    appearance: none; /* Remove a flecha padrão */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/static/v2/css/img/icones/chevron-down.png');
    background-repeat: no-repeat;
    background-position: right 10px top 50%; /* Posiciona a seta */
    background-size: 1.2em;
    padding-right: 2.5em; /* Adiciona espaço à direita para a seta */
    border-radius: 5px; /* Apenas para visual */
    color: #818285;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.div-logo-sobre-campo input{
    padding: 10px 40px;
}

.btns-form-helpdesk .btn-outline-black{
    width: 236px;
}

@media (max-width: 991px) {
    .title-destaque{
        width: 50%;
        font-size: 25px;
    }
    .date-badge-card{
        width: 100%;
    }
    .d-md-contents{
        display: contents!important;
    }
    /* Aplica a estilização apenas na tabela dentro do formset */
    #formset-historico .table-responsive table {
        width: 100%;
        display: block;
    }

    /* Cada linha da tabela vira um bloco flexível */
    #formset-historico .table-responsive tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

    /* Cada célula ocupa a largura total */
    #formset-historico .table-responsive tbody tr td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }

    /* Oculta o cabeçalho da tabela no mobile */
    #formset-historico .table-responsive thead {
        display: none;
    }

    /* Adiciona rótulos dinâmicos no mobile */
    #formset-historico .table-responsive tbody tr td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        text-transform: uppercase;
        color: #cc0000;
        margin-bottom: 2px;
    }

    /* Ajusta o botão de remover */
    #formset-historico .table-responsive tbody tr td:last-child {
        text-align: right;
    }
}
@media (max-width: 768px) {
    .card-resultados{
        height: 143px;
    }
    .title-destaque{
        width: 100%;
        font-size: 25px;
    }
    .btn-pesquisa{
        width: 180px;
    }
    .btn-outline-red{
        width: 180px;
    }
    .button-collapse{
        font-size: 18px;
    }
    .img-detail-evento{
        width: 100%;
        height: auto;
    }
    .fs-xs-25{
        font-size: 25px;
    }
    .btn-dark-gray-detail{
        width: 100%;
    }
    .open-menu{
        width: 100%;
    }
    .sidenav .closebtn{
        left: 60%;
    }
    #quem-somos .chamada-banner{
        width: 100%;
    }
    #quem-somos h1{
        font-size: 43px;
    }
    #quem-somos h2{
        font-size: 43px;
    }
    #valores h3{
        font-size: 27px;
    }
    #numeros .card-numeros h3 {
        font-size: 35px;
    }
    #numeros .card-numeros span{
        font-size: 35px;
    }

    #media-kit h4{
        text-align: center;
    }
    #media-kit .container-crie{
        height: auto;
        padding: 20px 0;
    }
    #media-kit img{
        width: 100%;
        height: auto;
    }
    #crie-eventos{
        height: auto;
    }
    #numeros .card-numeros-red h3 {
        color: #ffffff;
        font-size: 52px;
    }
    #entre-orcamento .btn{
        font-size: 20px;
    }
    #crie-eventos{
        padding: 35px 10px;
    }
    #crie-eventos h1{
        font-size: 30px;
    }

    #orcamento {
        .icone-input {
            top: 14px;
        }
        .container-form{
            padding: 1px 16px;
        }
    }
    .soucomp-text-mobile{
        margin-left: 34px;
    }
    .contrato-btn {
        padding: 0.75rem 4.8rem;
    }
    .btns-form-helpdesk .btn-outline-black{
        width: 38%;
        margin-right: 10px;
    }
    .btns-form-helpdesk .btn-primary{
        width: 59%;
        padding: 6px 6px;
    }



}
