﻿body {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #525252;
}


/** CSS **/
.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    max-width: 100%;
    z-index: 998;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box-cookies a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

        .box-cookies a:hover {
            text-decoration: underline;
        }

.msg-cookies,
.box-cookies {
    text-align: left;
    padding: 5px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 5px;
}

.btn-cookies {
    text-align: left;
    padding: 5px;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    
}

.box-cookies .btn-cookies {
    cursor: pointer;
    height: auto;
    margin: 11px 10px 10px;
    padding: 3px 8px;
    border: none;
    border-radius: 5px;
}

.msg-cookies {
    padding: 5px;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
        border-left: none;
        padding: 30px;
    }
}

a.genbtmain:hover {
    
    color: white;
}


.genbtmain {
    height: 60px;
    width: 80% !important;
    background-color: #272b40;
    color: #c8a160;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    padding-top:15px;
    margin-bottom:15px;
}

.boxloghome {
    z-index: 1;
    background-color: #E85C0C;
    width: 90%;
    height: 65px;
    position: relative;
    top: 0px;
    margin: 0 auto;
    font-size: 24px;
    padding-top: 15px;
    border-radius: 15px;
}
.boxloghomecz {
    z-index: 0;
    background-color: #F6F6F6;
    
    position: relative;
    top: -30px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 50px 20px 20px 20px;
    color: #525252;
    text-align:left;
}
.btquero {
    background-color: #14172E;
    border-radius: 15px;
}
.rdpe {
    background-color: #14172E;
    height:50px;
    font-size:18px;
    text-align:center;
    padding-top:8px;
}

.cnhHome {
    margin-left: 18px;
    margin-bottom: 20px;
    width: 97%;
    height: 530px;
    background-image: url('../bancocnh/fundomain.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.cnhMetas {
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 12px;
    padding: 15px;
    color: white;
    margin-top:20px;
    text-align:center!important;
}

.ddcartao
{
    background-color:#f3f3f3;
    border-radius:12px;
    margin-top:20px;
    padding:20px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.txoferta{
    font-size:18px;
    color:gray;
}

.borderless td, .borderless th {
    border: none;
}

.infopremi {
    position: absolute;
    top: 10%;
    right: 5%;
    background-color:rgba(255, 255, 255, 0.75);
    padding:10px;
    border-radius:10px;
    width:250px;
    line-height: 21px;
}
 .imgPremiado {
     width:90px;
     margin-right:10px;
    }

.fntChamada {
    font-family: 'Dosis', sans-serif;
}

.fndRoda {
    background-color: rgb(0,23,44);
    padding: 20px;
}

.fndBCadm {
    background-color: #f3f3f3;
    padding: 10px;
}

.corazul {
    color: #002b64;
}

.breadcrumb {
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;
}

.paneextra {
    font-size: 30px;
    font-weight: bolder;
}
.gerecamp {
    padding-top: 20px;
    font-size: 22px;
    color: #002b64;
    float:right;
}

@media (max-width: 600px) {
    .infopremi {
        display:block;
        left:20%;
        position:relative;
    }
    .imgPremiado {padding-right: 10px;width:90px;

    }
}

