﻿.navbar-nav img,
.nav-icon img {
    border-radius: 4px;
    width: 18px;
}

.banner-creative {
    background: rgb(99,99,99);
    background: linear-gradient(0deg, rgb(48 42 42) 0%, rgba(0,0,0,1) 100%, rgb(93 92 92) 100%);
}

/*    #chartdiv3 {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 0 0;
        z-index: 1;
    }*/

#wrapper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}

#introchart {
    width: 2600px;
    height: 500px;
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: -1300px;
    /*background: #303950;*/
    color: #fff;
}

.navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > div select option {
    color: #333;
}

.scrollHeader .navbar-nav > li > a {
    color: #333;
}

.counter-box h4.percent:after {
    content: "%"
}

.counter-box h4.barra:after {
    content: " / "
}

.counter-box h4.barra:last-of-type:after {
    content: " "
}

.blog-grid-text {
    min-height: 300px;
}

.navbar-nav > li.has-sub > ul {
    z-index: 999;
}


.container {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.full-width {
    height: 150px;
    width: 100%;
    display: flex;
    /*    justify-content: center;
    align-items: center;*/
}

    .full-width img {
        height: 100px;
    }

.imagem1 {
    max-height: 520px;
}

.dlk-text {
    padding: 3% 0 0 8% !important;
}

.c-video {
    position: relative;
    width: 815px;
    height: 500px;
    max-height: 500px;
}

    .c-video video {
        position: relative;
        width: 75%;
        margin-left: 12.8%;
        margin-top: 8.3%;
    }

    .c-video img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: contain;
        z-index: 999;
    }

.dlk-video {
    position: absolute;
    transition: left 0.3s ease, width 0.3s ease; /* Adicionando transição para left e width */
}

.nav-login-home {
    color: rgb(255 255 255);
    background: transparent;
    border-radius: .25rem;
    padding: 9px 12px;
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255);
}


    .nav-login-home:hover {
        color: rgb(0 0 0);
        background: white;
        border-radius: .25rem;
        padding: 9px 12px;
        box-sizing: border-box;
        border: 1px solid rgb(255 255 255);
    }


.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 16px;
    right: 16px;
    z-index: 9999;
}

    .cookie-banner .cookie-container {
        background: #faf7f5;
        border-radius: 4px;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 2px 8px rgba(86,80,76,.24);
        box-shadow: 0px 2px 8px rgba(86,80,76,.24);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        padding: 24px 24px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cookie-banner i {
        font-size: 18px;
        color: #ccc;
        text-align: left;
        /*
            
            line-height: 24px;
            font-weight: 400;
            padding-bottom: 12px*/
    }

    .cookie-banner .container-button {
        width: 100%;
        margin-top: 20px
    }

    .cookie-banner .btn-cookie {
        width: 100%;
        max-width: 240px;
        background: #fff;
        border: 1px solid rgba(0,0,0,1);
        border-radius: 4px;
        font-weight: 700;
        font-size: 16px;
        line-height: 32px;
        text-decoration: none;
        text-align: center;
        padding: 8px 16px;
        color: rgba(0,0,0,1);
        height: 48px
    }

        .cookie-banner .btn-cookie:hover {
            cursor: pointer;
            background: rgba(86,80,76,.1);
        }

#dlk-termo {
    display: inline-flex;
    font-weight: 700;
    cursor:pointer;
}

.navbar-ini{
}
    .navbar-ini .ini-panel {
        margin: 0 !important;
        padding: 0 !important;
        color: white !important;
    }
     
    .navbar-ini > li {
        margin-left: 10px !important;
        float: left;
        margin-right: 12px;
        width: 50px;
    }

    .navbar-ini li > ul {
        margin: 0 !important;
    }

    .navbar-ini .nav-link-text {
        padding-left: 10px;
    }

    .navbar-ini li > ul {
        min-width: 150px !important;
    }

    .navbar-ini a:after {
        position: absolute;
        top: 10px;
        left: 40px;
        content: "";
        border-color: transparent white white transparent;
        border-style: solid;
        border-width: 0 1px 1px 0;
        display: block;
        height: 6px;
        transform: rotate(45deg);
        transition: border 0.3s ease 0s;
        width: 6px;
    }