@font-face {
    font-family: "BBEXB";
    src: url(../assets/fonts/BancoDoBrasilTitulos_EXB.ttf);
}

@font-face {
    font-family: "BBRegular";
    src: url(../assets/fonts/BancoDoBrasilTitulos_BBreg.ttf);
}

@font-face {
    font-family: "BBLight";
    src: url(../assets/fonts/BancoDoBrasilTitulos_BBLight.ttf);
}

html {
    height: 100%;
    margin: 0;
}

body {
    font-family: BBLight;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.contennt {
    flex: 1;
}

.fontreg {
    font-family: BBRegular;
    color: #ffdf1b;
}

.navbar.navbar-expand-lg.bg-body-tertiary {
    background-color: #003366 !important;
    height: 5rem;
    z-index: 99999999;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #ffdf1b !important;
}

.logocassibranca {
    width: 244px;
}

div#navbarNavDropdown {
    justify-content: right;
}

.bannercard {
    width: 69%;
}

.bannerprincipal {
    height: 614px;
    background-image: url(../assets/img/banner1920.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
}

.bannertitulo {
    font-family: BBEXB;
    color: white;
    font-size: 84px;
}

.bannertexto {
    color: white;
}

.yellow {
    color: #ffdf1b;
}

.noticia {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #ffdf1b;
}

.noticias {
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-family: BBEXB;
    color: #003366;
}

.titulonoticia {
    margin-bottom: 20px;
    font-family: BBRegular;
    color: #003366;
}

.subtitulonoticia {
    font-size: 20px;
    margin-bottom: 15px;
}

.btnleiamais {
    cursor: pointer;
    text-align: center;
    padding: 7px;
    width: 99px;
    border: solid 1px #003366;
    transition: 0.4s;
    font-weight: bold;
}

.btnleiamais:hover {
    transition: 0.4s;
    color: #ffdf1b;
    background-color: #003366;
    border: solid 1px #003366;
}

.documento {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.documentos {
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-family: BBEXB;
    color: #003366;
}

.titulodoc {
    font-size: 25px;
    font-family: BBRegular;
    margin-bottom: 27px;
}

.carddoc {
    text-align: center;
    align-items: center;
    border: solid 1px #003366;
    width: 21%;
    padding: 31px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-left: 25px;
    margin-right: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icondoc {
    width: 54%;
}

.btnbaixar {
    cursor: pointer;
    padding: 8px;
    width: 93px;
    color: white;
    background-color: #003366;
    transition: 0.3s;
    text-align: center;
}

.btnbaixar:hover {
    transition: 0.3s;
    scale: 1.1;
}

.btnbaixarblock {
    cursor: not-allowed;
    padding: 8px;
    width: 93px;
    color: white;
    background-color: #c0c0c0;
    transition: 0.3s;
    text-align: center;
}

.btnbaixarblock:hover {
    transition: 0.3s;
    scale: 1.1;
}

.lkdocs {
    text-decoration: none;
}

.contato {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #044689;
}

.contatos {
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-family: BBEXB;
    color: white;
}

.textocontato {
    color: white;
    font-size: 23px;
}

/* FOOTER */
.footer {
    background-color: #003366;
    padding-top: 50px;
    padding-bottom: 30px;
}

.imglogob {
    text-align-last: right;
    width: 24%;
}

.logocassib {
    width: 100%;
}

.textfooter {
    width: 54%;
    color: white;
    margin-top: 3px;
}

.plt {
    text-align-last: right;
}

.socialmedia {
    margin-top: 5px;
    width: 6%;
    transition: 0.5s;
    cursor: pointer;
    margin-right: 10px;
}

.socialmedia:hover {
    scale: 1.1;
    transition: 0.5s;
}

.lkemail {
    color: #FFDD21;
}

/* FOOTER */

@media (min-width: 769px) and (max-width: 1024px) {
    .textfooter {
        width: 73%;
    }
}

@media (min-width: 427px) and (max-width: 768px) {
    .carddoc {
        width: 42%;
        margin-bottom: 16px;
    }

    .bannercard {
        width: 74%;
    }

}

@media (min-width: 300px) and (max-width: 426px) {
    div#navbarNavDropdown {
        padding: 23px;
        gap: 10;
        background-color: #003366;
        border-radius: 21px;
    }

    .imglogob {
        width: 100%;
        text-align-last: center;
    }

    .logocassib {
        width: 34%;
    }

    .textfooter {
        width: 100%;
        text-align: center;
    }

    .plt {
        text-align-last: center;
    }

    .socialmedia {
        width: 16%;
    }

    .textocontato {
        font-size: 15px;
    }

    .carddoc {
        width: 84%;
        margin-bottom: 12px;
    }

    .documentos {
        text-align: -webkit-center;
        text-align-last: center;
        font-size: 33px;
    }

    .noticias {
        text-align-last: center;
        font-size: 33px;
    }

    .contatos {
        text-align-last: center;
        font-size: 33px;
    }

    .ct {
        text-align: -webkit-center;
    }

    .nont {
        margin-bottom: 23px;
    }

    .bannercard {
        width: 97%;
    }

    .logocassibranca {
        width: 194px;
    }

    .bannertitulo {
        text-align: center;
    }
}