/* Add here all your CSS customizations */

#busca_cadastro {
    margin-left: -30px;
    padding-top: 10px;
}

#cadas-cpf {
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.custom-icon {
    color: #EE7700;
}

.va-middle {
    vertical-align: middle !important;
}

.cur-pointer {
    cursor: pointer;
}

.loader-info {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    z-index: -1;
    position: relative;
    padding: 6px 10px;
    border: 1px;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 10px 10px 0 0;
    border-width: 1px;
    color: #ffffff;
    top: 0;
    text-align: left;
    -webkit-transition: max-height 400ms ease, opacity 300ms, visibility 300ms;
    transition: max-height 0.9s ease, opacity 0.3s, visibility 0.3s;
}

    .loader-info.show-info {
        max-height: 35px;
        visibility: visible;
        opacity: 1;
    }

/* --- global --- */
:root {
    --new--cpl: #e2211c;

    --new-brown: #612E25 ;
    --new-orange: #F48342 ;
    --light-orange: #F4A845 ;
    --light-pink: #fff4ea ;
    --new-red: #D5262B ;
    --new-blue: #2020CC ;
    --new-black: #000000 ;
    --new-gray: #d8d8d8 ;
    --new-gray-dark: #999999 ;
    --new-white: #ffffff ;
    --new-green: #008000;
}

@font-face {
    font-family: "block berthold";
    src: url("../fonts/block-berthold-condensed.otf");
    /*font-weight: normal;*/
}

/* impede que a pagina fique com uma margin/paddin a diretia quando uma modal abre*/
body {
    padding-right: 0 !important
}


.bg-brown {
    background-color: var(--new-brown) !important;
}
.bg-orange {
    background-color: var(--new-orange) !important;
}
.bg-light-orange {
    background-color: var(--light-orange) !important;
}
.bg-light-pink {
    background-color: var(--light-pink) !important;
}
.bg-red {
    background-color: var(--new-red) !important;
}
.bg-blue {
    background-color: var(--new-blue) !important;
}
.bg-black {
    background-color: var(--new-black) !important;
}
.bg-gray {
    background-color: var(--new-gray) !important;
}
.bg-white {
    background-color: var(--new-white) !important;
}
.bg-green {
    background-color: var(--new-green) !important;
}

.text-brown {
    color: var(--new-brown) !important;
}
.text-orange {
    color: var(--new-orange) !important;
}
.text-light-orange {
    color: var(--new-light-orange) !important;
}
.text-red {
    color: var(--new-red) !important;
}
.text-blue {
    color: var(--new-blue) !important;
}
.text-black {
    color: var(--new-black) !important;
}
.text-gray-dark {
    color: var(--new-gray-dark) !important;
}





.parallax-background{
    height: 140%!important;
}

.font-title {
    font-family: "block berthold";
    letter-spacing: 1px;
}

.alert-info {
    background-color: #efb30059;
    border-color: #efb30059;
}

.bg-blue {
    background-color: var(--new-blue) !important;
}

.text-blue {
    color: var(--new-blue) !important;
}

.text-color-vermelhor {
    color: var(--new--cpl) !important;
}

.text-color-orange {
    color: var(--new-orange) !important;
}

.new-red {
    color: #E2231A;
}

.new-yellow {
    color: #F7A800;
}

.new-blue {
    color: #0033A0 !important
}

.new-brown {
    color: #6F3C2F;
}

.new-orange {
    color: var(--new-orange) !important;
}

.new-bg-red {
    background-color: #E2231A !important;
}

.new-bg-yellow {
    background-color: #F7A800;
}

.new-bg-blue {
    background-color: #0033A0
}

.new-bg-brown {
    background-color: #6F3C2F;
}

.new-bg-orange {
    background-color: var(--new-orange) !important;
}

.border-top-blue {
    border-top-color: #0033A0 !important;
}

.border-top-orange {
    border-top-color: var(--new-orange) !important;
}

.text-border-white {
    text-shadow: 1px 1px 0 #FFF, 
                 -1px 1px 0 #FFF, 
                 1px -1px 0 #FFF, 
                 -1px -1px 0 #FFF, 
                 0 1px 0 #FFF, 
                 0 -1px 0 #FFF, 
                 -1px 0 0 #FFF, 
                 1px 0 0 #FFF, 
                 2px 2px 0 #FFF, 
                 -2px 2px 0 #FFF, 
                 2px -2px 0 #FFF, 
                 -2px -2px 0 #FFF, 
                 0 2px 0 #FFF, 
                 0 -2px 0 #FFF, 
                 -2px 0 0 #FFF, 
                 2px 0 0 #FFF, 
                 1px 2px 0 #FFF, 
                 -1px 2px 0 #FFF, 
                 1px -2px 0 #FFF, 
                 -1px -2px 0 #FFF, 
                 2px 1px 0 #FFF, 
                 -2px 1px 0 #FFF, 
                 2px -1px 0 #FFF, 
                 -2px -1px 0 #FFF
}


/* --- login --- */
#page-login {
    background: url(../img/influencers/BUR006-Login.png)no-repeat center center;
    background-size: cover;
    height: 100vh;
}

#card-login .panel .card-body {
    border-radius: 0 0 20px 20px !important;
    padding: 33px 50px 15px !important;
}
#card-login .card-sign .card-title-sign .title {
    border-radius: 20px 20px 0 0 !important;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    line-height: 0 !important;
}

/* --- menu --- */
.header-container {
    height: 70px !important;
}

#header.header-effect-shrink .header-container {
    min-height: 70px !important;
}

.header-logo img,
img.emblema {
    max-width: 70px;
}

.main {
    padding-top: 72px;
}

/* --- global --- */
.body {
    margin-left: 0px !important;
}

/* --- home --- */
#page-home {
    background: url(../img/influencers/Plataforma-Home.png)no-repeat center 20px;
    height: 100vh;
    background-size: 100%;
    background-position-x: 50% !important;
}

.new-conteudo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 999;
}

.score-wrapper {
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
}

.tab-content .big-number {
    text-shadow: #000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
}

.obterRanking {
    border: 1px solid #000000 !important;
}

#page-home .nav-tabs li .nav-link {
    background: #612E25;
    color: #ffffff;
    border: none !important;
    border-radius: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#page-home .nav-tabs li:hover .nav-link {
    background: #2020CC !important;
    color: #ffffff !important;
    border: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #page-home .nav-tabs li:hover .nav-link.disabled {
        background: #969696 !important;
        color: #ffffff !important;
        border: none !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

#page-home .nav-tabs li.active .nav-link {
    background: #2020CC !important;
    color: #ffffff !important;
    border: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.parallax-background {
    transform: translate3d(0px, -183.135px, 0px) !important;
    background-position-x: 50% !important;
}
.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
    margin: 0 !important;
    padding: 75px 0 !important;
}

.icon-featured-custom {
    display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 140px !important;
    height: 140px !important;
    border-radius: 50%;
    border: 4px solid #fdd096;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fdd096 !important;
    font-size: 4.3em !important;
    line-height: 135px !important;
}
.icon-featured-custom {
    background-color: #F48342 !important;
}

#como-pontuar table th {
    border-radius: 10px 10px 0 0 !important;
}
#como-pontuar table td {
    border-radius: 0 0 10px 10px !important;
}

.new-placar .tab-content {
    background-color: rgba(0, 0, 0, 0.8);
}

#como-fazer-gols .featured-boxes-modern-style-2 .featured-box {
    background: var(--new-orange);
}

#como-fazer-gols .featured-box {
    border: 1px solid var(--new-orange);
}

#como-fazer-gols .featured-box{
    min-height: 360px!important;
    height: 100%;
}

#como-fazer-gols .table td,
#como-fazer-gols .table th{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

/* --- desempenho-loja --- */
#desempenho-loja #emblemas img {
    max-width: 200px;
}

#desempenho-loja #emblemas .fa-tshirt {
    font-size: 120px;
}

#modal_resultados .table td,
#modal_resultados .table th {
    padding: 5px 2.5px 5px 2.5px;
}

/* --- campanha semestral / anual --- */
#regras .regra-1 i {
    margin-left: -5px;
    padding-right: 3px;
}

#regras .regra-2 i {
    margin-left: -5px;
}

#regras .regra-3 i {
    margin-left: -12px;
}

#regras .regra-4 i {
    margin-left: -2px;
    padding-right: 7px;
}

#regras .regra-5 i {
    margin-left: -7px;
}

#regras .regra-6 i {
    margin-left: -7px;
}

#regras .regra-7 i {
    margin-left: -10px;
}

#regras .regra-7-anual i {
    margin-left: -7px;
}

#regras .regra-8-anual i {
    margin-left: -12px;
}

/* --- desempenho primeiro / segundo / anual --- */
.table-ranking td {
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    vertical-align: middle;
    font-size: 18px;
}

.table-ranking th,
.table-ranking td {
    border-color: #000095;
}

.table-ranking th {
    /*background-color: #000095;*/
}

.table-ranking td img {
    max-width: 70px;
}

/* --- escudos --- */
    #escudos .nav-item img{
        max-width: 170px;
    }
    #escudos .tab-content img.img-premio{
        max-width: 180px;
    }


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 990px) {
    /* --- home --- */
    #page-home {
        height: 600px;
    }
}

@media screen and (max-width: 480px) {
    #como-pontuar {
        background-image: none !important;
        background-color: #F48342 !important;
    }

    .header-logo img,
    img.emblema {
        max-width: 60px;
    }

    /* --- home --- */
    #page-home {
        background: url(../img/influencers/banner_mobile.png)no-repeat center 60px;
        background-size: cover;
        height: 780px;
    }

    .new-conteudo {
        top: 60%;
    }

    /* --- banner breacrumb --- */
    #banner img {
        height: 160px;
        object-fit: cover;
    }

    /* --- escudos --- */
        #escudos .nav-item img{
            max-width: 71px;
        }
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}