

@media all {
    *{
        font-family: 'Montserrat', 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-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-dark-gray {
        background-color: #4b4b4b;
    }
    .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: #1F1F1F;
    }
    .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;
    }
    .co-gray {
        color: #f0f0f0;
    }
    .text-gray{
        color: #757575;
    }
    .co-dark-gray {
        margin-top: 30px;
        color: #4b4b4b;
    }
    .co-black {
        color: #000;
    }
 
    /* BTNS */
    .my-rounded { 
        border-radius: 20px;
    }
    .btn-primary {
        color: #4b4b4b;
        background-color: #0af886 !important;
        border-color: #0af886 !important;
    }
    .btn-primary:hover {
        color: #fff;
        background-color: #04c86a !important;
        border-color: #04c86a !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: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: 99999;

    }
    /*.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: #fff;
    }
    .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: #fff;
    }

    .dropdown>.dropdown-menu {
        top: 200%;
        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: unset;
        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: #ce151a;
        border-color: #ce151a;
    }
    .nav-eventos .nav-item .nav-link {
        border-style: solid;
        border-color: #ce151a;
        font-weight: bold;
    }
    /* FOOTER */
    .bg-footer {
        background-color: #ce151a;
        background-image: url("img/base/background-rodape-sc.png");
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    .menu-rodape .nav-item .nav-link {
        color: #ffffff;
        font-size: .75rem;
        font-weight: bold;
        line-height: 1rem;
    }

    /* 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-image: url("img/resultados/background.jpg");
        background-repeat: no-repeat;
    }

    .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;
    }
    .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;
    }
    #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-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-35 {
        font-size: 35px;
    }

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

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

    .fs-60 {
        font-size: 60px;
    }
    .text-align-last-right{
        text-align-last: right;
    }

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

    .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;*/
    /*}*/
    .navbar-collapse {
        position: absolute;
        top: 42px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        z-index: 999;
    }
    .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-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;
}
.btn-white: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__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;
}