@font-face {
    font-family: "BBEXB";
    src: url(../assets/fonts/BancoDoBrasilTitulos_EXB.ttf);
}

@font-face {
    font-family: "BBRegular";
    src: url(../assets/fonts/BancoDoBrasilRegular.ttf);
}

@font-face {
    font-family: "BBLight";
    src: url(../assets/fonts/BancoDoBrasilTitulos_BBLight.ttf);
}

html {
    height: 100%;
    margin: 0;
}

body {
    font-family: BBRegular;
}


/* HEADER */
/* HEADER */

.logocassiazul {
    width: 107px;
}

.linkbannerp.complet {
    color: white;
    background-color: #2F54CF;
}

.container-fluid {
    --bs-gutter-x: 37.5rem;
}

.navbar-collapse {
    flex-grow: 0;
}

.bg-body-tertiary {
    background-color: white !important;
}

.nav-item {
    background-color: #E9E9E9;
    margin-right: 15px;
}

.nav-link {
    color: #2F54CF;
}

.nav-link.active {
    color: #2F54CF !important;
}

.azul {
    border-top: solid 6px #2F54CF;
}

.roxo {
    border-top: solid 6px #A059FF;
}

.azulclaro {
    border-top: solid 6px #5597FE;
}

.amarelo {
    border-top: solid 6px #FFDD21;
}

.verde {
    border-top: solid 6px #00D889;
}

.rosa {
    border-top: solid 6px #FF8994;
}

.bannerprincipal {
    align-content: center;
    height: 800px;
    background-image: url(../assets/img/index/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar {
    padding-bottom: 23px;
    margin-top: 14px;
}

.bannertitulo {
    width: 48%;
}

.subtitulolp {
    margin-top: 40px;
    font-size: 19px;
}

.logorelatorio {
    width: 100%;
}

.btndownload {
    margin-top: 37px;
    display: inline-block;
}

.linkbannerp {
    background-color: transparent;
    color: #2F54CF;
    text-decoration: none;
    font-size: 20px;
    border: solid 1px #2F54CF;
    border-radius: 8px;
    padding: 18px;
    margin-right: 25px;
    margin-left: 14px;
    transition: 0.4s;
}

.linkbannerp:hover {
    color: white;
    background-color: #2F54CF;
    border: solid 1px #2F54CF;
}

.estilizado {
    border-radius: 0px;
    background-color: #e9e9e9;
}

.dropdown-item {
    color: #0053d4;
}

/* FIM HEADER */
/* FIM HEADER */

/* HEADER PÁGINAS */
/* HEADER PÁGINAS */

.bannerpaginas {
    align-content: center;
    height: 430px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bnindicadores {
    background-image: url(../assets/img/indicadoresdegestao/bannerindicadores.png);
}

.bnatencao {
    background-image: url(../assets/img/atencaoasaude/banneratencao.png);
}

.bncuidados {
    background-image: url(../assets/img/cuidadoemsaude/bannercuidados.png);
}

.bnrede {
    background-image: url(../assets/img/redecredenciada/bannerrede.png);
}

.bnparcerias {
    background-image: url(../assets/img/parcerias/bannerparcerias.png);
}

.bnexperiencia {
    background-image: url(../assets/img/experienciadoparticipante/bannerexperiencia.png);
}

.bngovernanca {
    background-image: url(../assets/img/governanca/bannergovernanca.png);
}

.bnorganizacao {
    background-image: url(../assets/img/organizacao/bannerorganizacao.png);
}

.bnreconhecimento {
    background-image: url(../assets/img/reconhecimento/bannerreconhecimento.png);
}


.conteudopaginas {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tituloconteudo {
    color: #00D889;
    font-family: BBEXB;
    font-size: 45px;
}

.topico {
    text-align: center;
    color: #00D889;
    font-size: 25px;
}

/* FIM HEADER PÁGINAS */
/* FIM HEADER PÁGINAS */

/* CONTEúDO PÁGINAS */
/* CONTEúDO PÁGINAS */

.infoimgacima {
    font-size: 20px;
    border-radius: 13px;
    padding: 12px;
    color: white;
    background-color: #2f54cf;
}

.imgcdpri {
    width: 100%;
}

.mgtp {
    margin-top: 3rem;
}

.imgredes {
    width: 92%;
    margin-bottom: 25px;
}

.imgorg {
    margin-bottom: 29px;
    width: 90%;
}

.return {
    margin-bottom: 4rem;
}

.voltar {
    border: solid 2px #2f54cf;
    border-radius: 15px;
    padding: 12px;
    text-decoration: none;
    color: #2f54cf;
    font-family: 'BBEXB';
    font-size: 24px;
    width: 103px;
    background-color: transparent;
    transition: 0.4s;
}

.voltar:hover {
    color: white;
    transition: 0.4s;
    background-color: #2f54cf;
}

.titulopaginas {
    font-family: 'BBEXB';
    font-size: 56px;
    color: white;
}

.nota {
    margin-top: -29px;
    font-size: 13px;
    margin-bottom: 46px;
}

.subtituloconteudo {
    margin-top: 25px;
    color: #00D889;
    font-weight: bold;
    margin-bottom: 28px;
}

.tituloconteudoats {
    margin-top: 26px;
    color: #5597FE;
    font-weight: bold;
    margin-bottom: 28px;
}

.textocorrido {
    margin-bottom: 35px;
    font-size: 20px;
}

.imgendereco {
    border-radius: 20px;
    width: 89%;
}

.mgt {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.infoimg {
    width: 64%;
}


.infogd {
    padding: 32px;
    background-color: #cbe0ff;
    font-size: 19px;
    width: 52%;
    line-height: 1;
    border-radius: 22px;
}

.infodestaque {
    color: #5597FE;
    font-size: 100px;
    font-weight: bold;
    font-family: BBEXB;
}

.infodestaquetexto {
    font-size: 32px;
    color: #5597FE;
    /* margin-top: -20px; */
}

.conteudoazul {
    background-color: #2F54CF;
}

.wt {
    color: white;
}

.clinicassi {
    color: white;
    font-size: 22px;
    line-height: 1;
}

.coramarela {
    font-weight: bold;
    color: #FFDD21;
}

.clinicassiinfo {
    color: white;
    margin-bottom: 0px;
}

.cdf {
    border-left: solid 7px #9fc5ff;
    margin-left: solid 1px aqua;
    margin-bottom: 30px;
}

.yl {
    color: #FFDD21;
}

.textoatd {
    text-align: -webkit-center;
    color: white;
    font-size: 16px;
    border-radius: 12px;
}

.numeroatd {
    font-family: 'BBEXB';
    font-size: 31px;
    color: #FFDD21;
}

.cdatd {
    border-radius: 15px;
    width: 24%;
    margin-right: 11px;
    background-color: #5596fd;
    padding: 18px;
    align-content: center;
}

.textodecorado {
    border-radius: 10px;
    background-color: #5596fd;
    color: white;
    font-size: 26px;
}

.obs {
    font-size: 13px;
    margin-bottom: 46px;
}

.tituloconteudoced {
    margin-top: 26px;
    color: #003366;
    font-weight: bold;
    margin-bottom: 28px;
}

.infoqtd {
    text-align: center;
    font-size: 21px;
}

.numerofoco {
    font-family: BBEXB;
    font-size: 50px;
    color: #003366;
}

.cifra {
    font-size: 29px;
    color: #003366;
}

.textodecoradoced {
    border-radius: 10px;
    background-color: #003366;
    color: white;
    font-size: 26px;
    margin-top: 3rem;
}

.cedimg {
    width: 67%;
}

.tituloconteudorede {
    margin-top: 26px;
    color: #8f5aff;
    font-weight: bold;
    margin-bottom: 28px;
}

.cardhospital {
    padding-top: 14px;
    text-align: center;
    align-content: center;
    height: 113px;
    margin-right: 12px;
    margin-bottom: 10px;
    width: 24%;
    border-radius: 14px;
    background-color: #8f5aff;
}

.hospital {
    margin-bottom: 0;
    text-align: center;
    color: white;
    font-size: 16px;
}

.estado {
    color: #8f5aff;
    border-radius: 21px;
    background-color: #ffdf1b;
    padding: 10px;
    font-weight: bold;
}

.linkexterno {
    text-decoration: none;
    border: solid 2px #8f5aff;
    color: #8f5aff;
    border-radius: 10px;
    padding: 10px;
    transition: 0.4s;
}

.linkexterno:hover {
    background-color: #8f5aff;
    color: white;
    transition: 0.4s;
}

.tituloconteudopar {
    margin-top: 26px;
    color: #ffdf1b;
    font-weight: bold;
    margin-bottom: 28px;
}

.tituloconteudoexp {
    margin-top: 26px;
    color: #2f54cf;
    font-weight: bold;
    margin-bottom: 28px;
}

.imgexp {
    width: 100%;
}

.textodecoradoexp {
    border-radius: 10px;
    background-color: #2f54cf;
    color: white;
    font-size: 26px;
}

.tituloconteudoacoes {
    margin-top: 26px;
    color: #ff8892;
    font-weight: bold;
    margin-bottom: 28px;
}

.tituloconteudoorg {
    margin-top: 26px;
    color: #00d78c;
    font-weight: bold;
    margin-bottom: 28px;
}

.tituloconteudorec {
    margin-top: 26px;
    color: #6d96fb;
    font-weight: bold;
    margin-bottom: 28px;
}

.imgind {
    width: 62%;
}

.imgindnw {
    width: 41%;
}

.imgint {
    width: 100%;
    margin-bottom: 17px;
}

.imgcentral {
    width: 83%;
}

.imgatencao {
    width: 100%;
}

.imgcuidado {
    width: 100%;
}

.imgcd {
    width: 100%;
}


/* FIM CONTEúDO PÁGINAS */
/* FIM CONTEúDO PÁGINAS */


/* CONTEÚDO INDEX */
/* CONTEÚDO INDEX */

/* MODAL */
/* MODAL */

.datanotc {
    color: #F071AE;
    font-weight: bold;
}

.titnotmd {
    font-size: 25px;
    color: #2F54CF;
    font-weight: bold;
    width: 49%;
}

.blu {
    align-self: center;
    height: 22px;
    background-color: #2F54CF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 49%;
}

.deliberativo {
    color: #FF8994 !important;
}

.deliber {
    color: #FF8994 !important;
    border: solid 1px #FF8994 !important;
}

.deliber:hover {
    background-color: #FF8994 !important;
    color: white !important;
}

.titulomsgmdpk {
    font-size: 32px;
    color: #F071AE;
    margin-bottom: 30px;
}

.btncassipk {
    background-color: white;
    color: #F071AE;
    border: solid 1px #F071AE;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    width: 150px;
}

.btncassipk:hover {
    background-color: #F071AE;
    border: solid 1px #F071AE;
    color: white;
}

.cargo {
    font-size: 14px;
}

.exp {
    width: 32%;
}

.tituloexp {
    font-size: 21px;
    color: #2f54cf;
    font-weight: bold;
}

.sl {
    list-style-type: none;
    padding-left: 0;
}

.nomeexp {
    font-size: 14px;
    margin-bottom: 10px;
}

.funcexp {
    font-size: 11px;
    font-weight: bold;
}

.modal-content {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 30px;
}

.titulomsgmd {
    font-size: 32px;
    color: #2F54CF;
    margin-bottom: 30px;
}

.modal-footer {
    justify-content: flex-start;
}

.btncassi {
    background-color: white;
    color: #2F54CF;
    border: solid 1px #2F54CF;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    width: 150px;
}

.btncassi:hover {
    background-color: #2F54CF;
    color: white;
}

/* MODAL */
/* MODAL */

.titulosecao {
    font-family: BBEXB;
}

.tituloapresentacao {
    font-family: BBEXB;
}

.apresentacao {
    align-content: center;
    height: 650px;
    background-image: url(../assets/img/index/bgapresentacao.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btnmodalmensagem {
    background-color: transparent;
    color: #2F54CF;
    text-decoration: none;
    font-size: 20px;
    border: solid 1px #2F54CF;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.4s;
    cursor: pointer;
    width: 100%;
}

.btnmodalmensagem:hover {
    color: white;
    background-color: #2F54CF;
    border: solid 1px #2F54CF;
}

.carousel-indicators {
    bottom: -68px;
}

.carousel-indicators [data-bs-target] {
    background-color: #2F54CF;
}

.tituloapresentacao {
    font-size: 64px;
    color: #2F54CF;
    font-weight: bold;
    margin-bottom: 38px;
}

.titulomsg {
    color: #2F54CF;
    font-size: 20px;
}

.carousel-control-prev {
    left: -115px;
}

.carousel-control-next {
    right: -91px;
}

.carousel-control-next-icon {
    background-image: url(../assets/img/index/setdir.png);
}

.acoes {
    align-content: center;
    height: 800px;
    background-image: url(../assets/img/index/bgacoesgestao.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btnacoes {
    margin-bottom: 27px;
    width: 46%;
    color: white;
    border-bottom-left-radius: 8px;
    border-top: none;
    border-right: none;
    border-left: solid 1px white;
    border-bottom: solid 1px white;
    font-size: 25px;
    background-color: transparent;
}

.titulosecao {
    font-size: 64px;
    color: white;
    margin-bottom: 43px;
}

.btnacoes {
    text-align: left;
    margin-bottom: 27px;
    width: 70%;
    color: white;
    border-bottom-left-radius: 8px;
    border-top: none;
    border-right: none;
    border-left: solid 1px white;
    border-bottom: solid 1px white;
    font-size: 25px;
    background-color: transparent;
    position: relative;
    right: 0;
    transition: .2s;
}

.btnacoes:hover {
    right: 1rem;
    transition: .2s;
}

.numberfont {
    font-size: 35px;
    font-weight: bold;
}

.resultados {
    align-content: center;
    height: 650px;
    background-image: url(../assets/img/index/bgresultados.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.resultar {
    color: #5597FE;
}

.compacto {
    width: 55%;
}

.textoresultados {
    font-size: 20px;
}

.single {
    width: 40%;
}

.imgpar {
    width: 70%;
    cursor: pointer;
}

.ct {
    text-align: center;
    align-items: center;
}

.pareceres {
    align-content: center;
    height: 600px;
    background-image: url(../assets/img/index/bgpareceres.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parec {
    color: #2F54CF;
}

.linkvotacao {
    background-color: transparent;
    color: #00D889;
    text-decoration: none;
    font-size: 17px;
    border: solid 1px #00D889;
    border-radius: 8px;
    padding: 12px;
    margin-right: 25px;
    margin-left: 14px;
    transition: 0.4s;
}

.linkvotacao:hover {
    background-color: #00D889;
    color: white;
    transform: 0.4s;
}

.off {
    border: solid 1px white;
    color: white;
    background-color: #c3c3c3;
    cursor: no-drop;
}

.off:hover {
    border: solid 1px white;
    color: white;
    background-color: #c3c3c3;
    cursor: no-drop;
}

.votar {
    color: #00D889;
}

.votacao {
    align-content: center;
    height: 500px;
    background-image: url(../assets/img/index/bgvotacao.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-toggler {
    border-radius: 50px;
    /* color: aqua; */
    border: solid 3px #2f54cf;
}

/* NOTÍCIAS */
/* NOTÍCIAS */

.noticias {
    background-color: #FF8994;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* Novos estilos do Carrossel */
.carousel-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.carousel-container {
    overflow: hidden;
    /* Esconde os cards que não estão ativos */
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 5%;
    /* Espaço entre os cards */
    transition: transform 0.5s ease-in-out;
    /* Animação suave de deslizamento */
}

/* Ajuste no card para funcionar com o Flexbox da pista */
.cardnoticia {
    flex: 0 0 30%;
    /* Mantém o tamanho cravado em 30% da tela */
    box-sizing: border-box;
}

/* Estilização das setas */
.carousel-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    transition: 0.3s;
}

.carousel-btn:hover {
    background-color: white;
    color: #FF8994;
}

/* Posição das setas (ajuste os valores de left e right conforme o layout do seu projeto) */
.btn-prev {
    left: -60px;
}

.btn-next {
    right: -60px;
}

/* Estilos originais mantidos */
.imgnoticia {
    width: 100%;
}

.noti {
    color: white;
}

.titulonoticia {
    margin-top: 10px;
    color: #0053d4;
    font-size: 20px;
    font-weight: bold;
}

.resumonoticia {
    color: white;
    font-size: 12px;
}

.btnnoticia {
    background-color: transparent;
    border: solid 1px white;
    border-radius: 8px;
    padding: 8px 25px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
}

.btnnoticia:hover {
    background-color: white;
    color: #2F54CF;
}

/* FIM NOTÍCIAS */
/* FIM NOTÍCIAS */

/* VÍDEOS */
/* VÍDEOS */

.videosy {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.titulovideo {
    font-family: BBEXB;
    color: #2F54CF;
    font-size: 48px;
    margin-bottom: 80px;
}

.video-container {
    position: relative;
    width: 81%;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.minivideos {
    width: 19%;
}

.titvideop {
    color: #2F54CF;
    font-size: 24px;
}

.descvid {
    width: 60%;
}

/* FIM VÍDEOS */
/* FIM VÍDEOS */

/* FIM CONTEÚDO INDEX */
/* FIM CONTEÚDO INDEX */

/* FOOTER */
/* FOOTER */

.footer {
    background-color: #2F54CF;
    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;
}

/* FIM DO FOOTER */
/* FIM DO FOOTER */

/* RESPONSIVO */
/* RESPONSIVO */

@media (min-width: 1025px) and (max-width: 1440px) {
    .container-fluid {
        --bs-gutter-x: 7.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .cdatd {
        border-radius: 15px;
        width: 23%;
        margin-right: 11px;
        background-color: #5596fd;
        padding: 18px;
        align-content: center;
    }

    .infoimg {
        width: 82%;
    }

    .cedimg {
        width: 91%;
    }

    .cardhospital {
        width: 32%;
    }

    .container-fluid {
        --bs-gutter-x: 3.5rem;
    }

    .btndownload {
        display: flex;
    }

    .linkbannerp {
        margin-top: 10px;
    }

    .btnacoes {
        width: 100%;
    }

    .imgpar {
        width: 93%;
    }

    .btn-next {
        right: -38px;
    }

    .btn-prev {
        left: -28px;
    }

    .carousel-container {
        width: 94%;
        margin-left: 32px;
    }

    .linkvotacao {
        width: 55%;
        margin-bottom: 10px;
    }

    .altern {
        width: 68%;
    }

    .socialmedia {
        width: 18%;
    }

    .modify {
        width: 32%;
    }
}


@media (min-width: 441px) and (max-width: 768px) {

    .infoimg {
        width: 90%;
    }

    .cedimg {
        width: 99%;
    }

    .cardhospital {
        width: 31%;
    }

    .imgredes {
        width: 100%;
    }

    .cdatd {
        width: 23%;
    }

    .votacao {
        height: 594px;
    }

    .container-fluid {
        --bs-gutter-x: 3.5rem;
    }

    .btndownload {
        margin-top: 37px;
        display: flex;
    }

    .linkbannerp {
        margin-top: 12px;
    }

    .bannertitulo {
        width: 66%;
    }

    .navbar-nav.me-auto.mb-2.mb-lg-0 {
        margin-top: 14px;
    }

    .single {
        width: 29%;
    }

    .btnacoes {
        width: 100%;
        font-size: 17px;
    }

    .imgpar {
        width: 100%;
    }

    .pareceres {
        height: 469px;
    }

    .resultados {
        height: 549px;
    }

    .singlev {
        width: 38%;
    }

    .linkvotacao {
        margin-top: 10px;
    }

    .altern {
        width: 68%;
    }

    .socialmedia {
        width: 18%;
    }

    .modify {
        width: 32%;
    }
}

@media (min-width: 300px) and (max-width: 440px) {

    .bannerprincipal {
        height: 671px;
        background-image: url(../assets/img/index/bgmobile.png);
    }

    .bnindicadores {
        background-image: url(../assets/img/indicadoresdegestao/bannermb.png);
    }

    .bnatencao {
        background-image: url(../assets/img/atencaoasaude/bannermb.png);
    }

    .bncuidados {
        background-image: url(../assets/img/cuidadoemsaude/bannermb.png);
    }

    .bnrede {
        background-image: url(../assets/img/redecredenciada/bannermb.png);
    }

    .bnparcerias {
        background-image: url(../assets/img/parcerias/bannermb.png);
    }

    .bnexperiencia {
        background-image: url(../assets/img/experienciadoparticipante/bannermb.png);
    }

    .bngovernanca {
        background-image: url(../assets/img/governanca/bannermb.png);
    }

    .bnorganizacao {
        background-image: url(../assets/img/organizacao/bannermb.png);
    }

    .bnreconhecimento {
        background-image: url(../assets/img/reconhecimento/bannermb.png);
    }


    .apresentacao {
        height: auto;
        background-image: none;
        background-color: white;
        padding-top: 3rem;
        padding-bottom: 6rem;
    }

    .btnacoes {
        font-size: 15px;
        width: 100%;
    }

    .container-fluid {
        --bs-gutter-x: 1.5rem;
    }

    .tituloapresentacao {
        text-align: center;
        font-size: 39px;
    }

    .carousel-control-next {
        right: -9px;
    }

    div#carouselExampleIndicators {
        padding-right: 37px;
    }

    .bannertitulo {
        width: 100%;
    }

    .titulosecao {
        text-align: center;
        font-size: 48px;
    }

    .cardnoticia {
        flex: 0 0 100%;
    }

    .carousel-track {
        gap: 0;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .btn-prev {
        left: -4px;
    }

    .btn-next {
        right: -2px;
    }

    .titulovideo {
        font-size: 41px;
    }

    .acoes {
        background-color: #a05aff;
        background-image: none;
        height: auto;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .compacto {
        width: 100%;
    }

    .resultados {
        height: auto;
        background-image: none;
        background-color: white;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .linkbannerp {
        font-size: 18px;
    }

    .pareceres {
        height: auto;
        background-image: none;
        background-color: #ffdf1b;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .imgpar {
        width: 86%;
    }

    .btndownload {
        display: flex;
    }

    .linkbannerp {
        width: 92%;
        margin-bottom: 10px;
    }

    .linkvotacao {
        width: 92%;
        margin-bottom: 10px;
    }

    .votacao {
        height: auto;
        background-image: none;
        background-color: white;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .videosy {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .descvid {
        width: 100%;
    }

    .video-container {
        width: 100%;
        padding-bottom: 74.25%;
    }

    .titulovideo {
        margin-bottom: 34px;
        font-size: 42px;
    }

    .navbar-nav.me-auto.mb-2.mb-lg-0 {
        margin-top: 15px;
    }

    .logocassiazul {
        width: 26%;
    }

    .carousel-container {
        width: 88%;
    }

    .carousel-track {
        margin-left: 48px;
    }

    .titvideop {
        margin-top: 17px;
    }

    .noticias {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .exp {
        width: 100%;
    }

    .titnotmd {
        width: 100%;
    }

    .blu {
        display: none;
    }

    /* RESPONSIVO PÁGINAS CONTEUDOS */

    .tabela-responsiva {
        width: 100%;
        overflow-x: auto;
    }

    .tituloconteudo {
        text-align: center;
    }

    .subtituloconteudo {
        text-align: center;
    }

    .imgind {
        width: 100%;
    }

    .imgindnw {
        width: 100%;
    }

    .titulopaginas {
        font-family: 'BBEXB';
        font-size: 36px;
        color: white;
        text-align: center;
    }

    .cdatd {
        margin: 10px;
        width: 95%;
    }

    .imgatencao {
        margin-bottom: 10px;
    }

    .infoimg {
        width: 100%;
    }

    .infogd {
        margin: 10px;
        width: 94%;
    }

    .imgendereco {
        width: 100%;
    }

    .tituloconteudoats {
        text-align: center;
    }

    .textodecorado {
        text-align: center;
        border-radius: 0px;
    }

    .cedimg {
        width: 100%;
    }

    .cardhospital {
        height: 176px;
        margin-left: 8px;
        width: 43%;
    }

    .tituloconteudorec {
        text-align: center;
    }

    .tituloconteudoced {
        text-align: center;
    }

    .tituloconteudorede {
        text-align: center;
    }

    .tituloconteudopar {
        text-align: center;
    }

    .tituloconteudoexp {
        text-align: center;
    }

    .tituloconteudoacoes {
        text-align: center;
    }

    .tituloconteudoorg {
        text-align: center;
    }

    /* RESPONSIVO FOOTER*/
    /* RESPONSIVO FOOTER*/

    .imglogob {
        width: 100%;
        text-align-last: center;
    }

    .logocassib {
        width: 34%;
    }

    .textfooter {
        width: 100%;
        text-align: center;
    }

    .plt {
        text-align-last: center;
    }

    .socialmedia {
        width: 16%;
    }

    .textodecoradoced {
        text-align: center;
        border-radius: 0px;
    }

    .imgcuidado {
        margin-top: 14px;
    }

    .imgcd {
        margin-bottom: 25px;
        width: 72%;
    }

    .ctmb {
        text-align: center;
    }



    /* RESPONSIVO FOOTER*/
    /* RESPONSIVO FOOTER*/

}