.esp-logo-top {
    padding: 8px 25px;
    margin: auto;
}

.esp-inf-pr {
    margin-top: 45px;
}

.mr-bot-rod {
    margin-top: 25px;
    text-align: center;
}

.linha-titulo {
    border-bottom: #055EB2 1px solid;
    padding-bottom: 15px;
}

.cor-icon {
    color: #055EB2;
}

.tm-titulo-not {
    height: 80px;
}

.tm-descricao-noticia {
    height: 80px;
}

.margin-bot-nt {
    margin-top: 15px;
    clear: both;
}


/*Migalhas / Breadcrumb */

.espaco_bloco_migalha {
    padding: 30px 30px 10px 30px;
}

.bor_bottom_migalha {
    border-bottom: #c89633 1px solid;
    border-bottom: #c89633 1px solid;
}

.migalha_titulo {
    color: #004a8d !important;
}

ul.breadcrumb {
    list-style: none;
    font-family: var(--bs-body-font-family);
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    padding: 0 5px;
    color: #c89633;
}

.margin_icon_migalha {
    margin-left: 8px;
}

ul.breadcrumb li a {
    color: #004a8d;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #181c49;
    text-decoration: underline;
}


/*
PRINCIPAL
*/

.card_principal_descricao {
    height: 60px;
}

.img_card_principal {
    width: 51px;
    height: 51px;
}

.box_desc_convenios {
    border-radius: 15px;
    border: #B7B7B7 1px solid;
    text-align: center;
    font-size: 12px;
    color: #343F52;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 0;
}

.box-descricao-noticias-principal {
    height: 100px;
}

.img-parceiros-principal {
    height: 160px;
}


/*
SOBRE O INSTITUTO
*/

.img_vantagem_ben {
    width: 40px;
    height: 40px;
}


/*campanhas*/

.titulo_camp_tamanho {
    height: 60px;
}

.descricao_camp_tamanho {
    height: 60px;
}

.img-campanhas_tm {
    height: 225px;
}

.mr-top_10 {
    margin-top: 10px;
}

.mr-top_30 {
    margin-top: 30px;
}

.pd-top_30 {
    padding-top: 30px;
}

.mr-bottom-camp-30 {
    margin-bottom: 30px;
}


/*cursos e eventos*/

.data_cursos_eventos {
    color: #004A8D;
    font-size: 18px;
}


/*beneficios*/

.titulo_menu_ben {
    color: #004a8d;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(119, 132, 172, 6);
}

.box_menu_ben {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.vertical-menu {
    width: 100%;
    margin: auto;
}

.vertical-menu a {
    color: black;
    font-family: var(--bs-font-sans-serif);
    display: block;
    padding: 12px;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.vertical-menu a:hover {
    background-color: #f1f1f1;
    color: #181c49;
    border-bottom: 1px solid rgba(200, 150, 51);
}

.vertical-menu a.active {
    background-color: #f1f1f1;
    color: #181c49;
    border-bottom: 1px solid rgba(200, 150, 51);
}

.box_ben_inter {
    background-color: #002060;
    height: 200px;
}

.box_ben_ext {
    background-color: #AE7C10;
    height: 200px;
}

.bloco_descricao {
    height: 60px;
}

.card-body-titulo h4 {
    color: #FFF !important;
}


/*noticias*/

.post-header h3 {
    font-size: 18px !important;
}

.titulo_noticia_tamanho {
    height: 80px;
}


/*logos*/

.logo_ieb_top {
    width: 80% !important;
}

.logo_rodape_fecomerciogo {
    width: 80% !important;
}

.beneficio_texto p img {
    width: 100%;
    height: auto !important;
}

.img-noticia-principal {
    width: 100%;
    height: 210px !important;
}

.logoParceiros {
    width: 100%;
    height: auto !important;
}

.pdOuvidoria {
    padding-top: 15px;
}

@media (min-width: 250px) and (max-width: 990px) {
    .mobCard {
        margin-top: 50px !important;
    }
    .img-parceiros-principal {
        height: 260px !important;
    }
    .img-noticia-principal {
        height: 180px !important;
    }
    .box-descricao-noticias-principal {
        font-size: 18px !important;
    }
    .txt-contato {
        font-size: 22px !important;
        margin-top: 25px;
    }
    .decricao-contato {
        padding: 15px 20px !important;
        text-align: left !important;
    }
    .logo-mobile {
        width: 250px !important;
        height: 45px !important;
    }
    .tm-titulo-not {
        height: 100px !important;
    }
    .tm-descricao-noticia {
        height: 100px !important;
    }
}

@media (min-width: 992px) and (max-width: 1170px) {
    .img-noticia-principal {
        height: 160px !important;
    }
}