﻿body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #444;
}

#openCloseMenu {
    display: none;
}

#openCloseMenu2 {
    display: none;
}

.h-50px {
    height: 50px;
}

.size-flags {
    width: 40px;
    height: 30px;
}

.categorias {
    border: 1px solid;
    padding: 8px 15px;
    background-color: #0d6efd;
}

.categorias2 {
    border: 1px solid;
    padding: 8px 15px;
    background-color: #284786;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 211% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    right: 250px;
}

.claridade {
    background-color: rgba(000,000,000,0.8);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 0rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.box {
    border: 1px solid #efeeee;
    border-radius: 5px;
    height: 270px;
    width: 570px;
}

.mw-70 {
    max-width: 70%;
}

.w-form2 {
    width: 53%;
}

.w-90 {
    width: 90%;
}

.w-avatar {
    width: 146%;
}

.ml-midias {
    margin-left: 30px;
}

.cw-form2 {
    width: 102.7%;
}

.cw-form {
    width: 97.6%;
}

a {
    color: #284786;
    text-decoration: none;
}

.r-size {
    margin: auto;
    max-width: 1190px;
}

.r-size2 {
    margin: auto;
    max-width: 700px;
}

.font {
    font-size: 13px;
}

.height {
    height: 37px;
}

.size-noticias {
    height: auto;
    width: 370px;
    background-color: #fff;
    margin: 15px;
    padding-right: 20px;
    padding-bottom: 25px;
}

.input-group-addon {
    padding: 11px 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.border-table {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.style-pag {
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-family: 'Lora';
    font-weight: bold;
    margin-top: 20px;
    margin-left: 2px;
}

    .style-pag:link {
        color: #fff;
        background-color: #0d6efd;
    }
    /* links não visitados */
    .style-pag:visited {
        color: #333;
        background-color: #0d6efd;
    }
    /* links visitados */
    .style-pag:hover {
        color: #333;
        background-color: #fff;
    }
    /* user hovers */
    .style-pag:active {
        color: lime;
        background-color: #0d6efd;
    }
/* links ativos */

w-95 {
    width: 95% !important;
}

.table-size {
    height: 60px;
    vertical-align: middle;
}

.bgImage {
    background-image: url("../img/bg-titulo.jpg");
    height: 140px;
}

hr {
    opacity: 0.15;
}

.ImgRedonda {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 100%;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: -6px 10px -15px 0;
    min-width: 35px;
    overflow: hidden;
    width: 35px;
}

.f-18px {
    font-size: 18px;
}

.f-14px {
    font-size: 14px;
}

.retangulo-conselho {
    height: 385px;
    border: 1px solid #eee;
    padding-left: 7px;
    padding-top: 6px;
    padding-right: 7px;
    width: 256px;
    margin: auto;
}

.menu-lateral {
    /*width: 300px;*/
    height: 355px;
    background-color: #eee;
    border-top: #284786 3px solid;
    border-radius: 15px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

#siteHeader {
    display: flex;
    flex-direction: column;
}

#siteHeader2 {
    display: flex;
    flex-direction: column;
}


.titulo {
    font-size: 30px;
    font-family: 'Lato';
    color: #333;
    font-weight: 800;
}

#menuMobile {
    display: none;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    font-size: 17px;
    left: 0;
    position: absolute;
    top: 200px;
    z-index: 8;
    width: 100%;
    height: 652px;
    padding-left: 30px;
}

    #menuMobile > ul {
        height: calc(100vh - 90px - 56px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #menuMobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #menuMobile ul .subMenuTitle, #menuMobile ul a {
            align-items: center;
            border-bottom: 1px solid #e8e8e8;
            color: #333;
            display: flex;
            font-weight: 400;
            padding: 15px;
        }

        #menuMobile ul li .subMenuTitle {
            justify-content: space-between;
        }

            #menuMobile ul li .subMenuTitle:after {
                content: '►';
                font-size: 20px;
                margin-left: 10px;
            }

        #menuMobile ul li.ativo .subMenuTitle:after {
            content: '▼';
        }

    #menuMobile > ul > li > ul {
        background: #f7f7f7;
        display: none;
        font-size: 14px;
    }

    #menuMobile > ul > li.ativo > ul {
        display: block;
    }

    #menuMobile > ul > li > ul > li > a:before {
        content: 'ᴸ';
        font-size: 14px;
        margin-right: 10px;
    }


    #menuMobile .colabore {
        background: url(/img/ico-colabore.png) 15px center no-repeat #b91012;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        padding: 10px 15px 10px 60px;
    }

.line {
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 10px;
}

#menuMobileIcon {
    display: block !important;
    font-size: 24px;
    color: #284786;
    margin-top: -3.7px;
}

#cabecalhoSite #menuMobileIcon {
    background: 0 0;
    border: 0;
    display: none;
    font-size: 50px;
    left: 35px;
    margin-right: 245px;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 80px;
    height: 80px;
    border: solid #ccc 1.5px;
}



#siteHeader #logoBuscaMenu #logoMenuIcon {
    align-items: center;
    display: flex;
    height: 114px;
    justify-content: space-between;
    padding: 10px;
}

#siteHeader2 #logoBuscaMenu2 #logoMenuIcon2 {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: end;
    /* padding: 10px;*/
}

#siteHeader #logoBuscaMenu #logoMenuIcon a,
#siteHeader #logoBuscaMenu #logoMenuIcon img {
    display: block;
    max-width: 240px;
}

#siteHeader2 #logoBuscaMenu2 #logoMenuIcon2 a,
#siteHeader2 #logoBuscaMenu2 #logoMenuIcon2 img {
    display: block;
    max-width: 261px;
}

#siteHeader #logoBuscaMenu #logoMenuIcon #openCloseMenu {
    font-size: 32px;
}

#siteHeader2 #logoBuscaMenu2 #logoMenuIcon2 #openCloseMenu2 {
    font-size: 32px;
    margin: 11px;
}

#siteHeader #menuBuscaMedico {
    background: #eee;
    display: none;
    flex-direction: column;
    overflow: auto;
}

#siteHeader2 #menuBuscaMedico2 {
    background: #eee;
    display: none;
    /*height: calc(100vh - 159px);*/
    flex-direction: column;
    overflow: auto;
}

#mainMenu > ul {
    display: flex;
    flex-direction: column;
}

#mainMenu2 > ul {
    display: flex;
    flex-direction: column;
}

#mainMenu ul li {
    border-top: 1px solid #d2d2d2;
}

#mainMenu2 ul li {
    border-top: 1px solid #d2d2d2;
}

#mainMenu ul li .subMenuTitle {
    align-items: center;
    color: #284786;
    display: flex;
    justify-content: space-between;
    margin: 15px 10px;
}

    #mainMenu ul li .subMenuTitle::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>");
        content: '';
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        background-size: 1rem 1rem;
    }

#mainMenu ul li.ativo .subMenuTitle::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z' clip-rule='evenodd'/></svg>");
}

#mainMenu ul li a {
    display: block;
    margin: 15px 8px;
}

#mainMenu2 ul li a {
    display: block;
    margin: 15px 10px;
}

#mainMenu .inativo .subMenu {
    display: none;
}

#mainMenu .subMenu > ul {
    background: #284786;
    display: flex;
    flex-direction: column;
}

    #mainMenu .subMenu > ul a {
        color: #fff;
    }


#siteHeader #buscaGeral, #siteHeader #buscaMedico {
    display: none;
    padding: 10px;
}

#siteHeader #buscaMedico {
    display: block;
    padding: 10px;
}

#topBar {
    background: #284786;
    color: #fff;
    display: none;
    font-size: 24px;
    height: 45px;
}

    #topBar > div > div {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #topBar a {
        color: #fff;
        text-decoration: none;
    }

    #topBar span {
        display: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #284786;
}

.h-small {
    font-size: 20px;
    font-weight: 900;
}

.h-medium {
    font-size: 30px;
    font-weight: 900;
}

.h-large {
    font-size: 30px;
    font-weight: 900;
}

.boxImgTexto {
    border: 1px solid #f7f7f7;
}

    .boxImgTexto p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .boxImgTexto #titulo {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .boxImgTexto > img {
        display: block;
        width: 100%;
    }

    .boxImgTexto > div {
        border: 1px solid #f7f7f7;
        border-bottom: 2px solid #a9b5cf;
        padding: 15px 20px;
    }

    .boxImgTexto.nobar > div {
        border-bottom: none;
    }

    .boxImgTexto .data {
        background: #284786;
        border-radius: 6px;
        color: #fff;
        font-size: 20px;
        font-weight: 900;
        height: 80px;
        line-height: 20px;
        margin-right: 20px;
        margin-top: -35px;
        min-width: 50px;
        padding: 20px 0;
        text-align: center;
        width: 50px;
    }

        .boxImgTexto .data > div:last-child {
            font-size: 16px;
        }

.azul {
    color: #284786 !important;
}

.verde {
    color: #0d7347 !important;
}

.branco {
    color: #fff !important;
}

.amarelo {
    color: #ffcc29 !important;
}

.boxImgTextoVerde > div {
    border-bottom: 2px solid #9ec7b5;
}

#historicoObjetivo {
    background: url(/assets/img/bg-historico-objetivo.jpg) center center;
    background-size: cover;
    padding-bottom: calc(1rem + 55px) !important;
}

#historicoProgramacao {
    background: url(/assets/img/bg-banner-curso-formacao-2026.jpeg) center center;
    background-size: cover;
    padding-bottom: calc(1rem + 55px) !important;
}

.boxAzul {
    background: #ffcc29;
    border-radius: 10px 10px 12px 12px;
    padding-top: 3px;
}

    .boxAzul > div {
        background: url(/assets/img/bg-box-azul-top.jpg) top left no-repeat, url(/assets/img/bg-box-azul-bot.jpg) bottom left no-repeat, #073083;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
    }

.boxProgramacao {
    background: #b0731d;
    border-radius: 10px 10px 12px 12px;
    padding-top: 3px;
}

    .boxProgramacao > div {
        background: #111c29;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
    }

#abasHomeNoticias {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -45px;
    padding: 0 5px;
}

    #abasHomeNoticias div {
        background: #fff;
        border-radius: 10px 10px 0 0;
        color: #284786;
        font-size: 16px;
        font-weight: 900;
        height: 45px;
        line-height: 45px;
        margin: 0 5px;
        text-align: center;
        width: 50%;
    }

        #abasHomeNoticias div.inativa {
            background: #284786;
            color: #fff;
        }

.abaConteudo.inativa {
    display: none;
}

#sedeContato {
    background: url(/assets/img/bg-sede-contato.jpg) center center;
    background-size: cover;
}


    #sedeContato ul {
        font-size: 16px;
    }

        /*    #sedeContato ul li {
        margin-left: 25px;
    }

        #sedeContato ul i {
            color: #ffcc29;
            display: inline-block;
            margin-left: -25px;
            width: 25px;
        }*/

        #sedeContato ul i {
            color: #ffcc29;
            margin-right: 5px;
        }

        #sedeContato ul a {
            color: #fff;
        }

#siteFooter {
    font-size: 14px;
}

    #siteFooter #logoFooter,
    #siteFooter #logoFooter img {
        display: block;
        margin: 0 auto;
        max-width: 200px;
        width: 100%;
    }

    #siteFooter ul i {
        color: #284786;
        margin-right: 5px;
    }

    #siteFooter ul a {
        color: #444;
    }

    #siteFooter .midias {
        font-size: 18px;
    }

    #siteFooter #copyright {
        font-size: 14px;
    }

#faixaTitulo {
    background: url(/assets/img/bg-titulo.jpg) center center;
    background-size: cover;
}

    #faixaTitulo > div {
        padding: 40px 0;
    }

    #faixaTitulo h2 {
        font-size: 36px !important;
    }

.margin-contato {
    margin-top: 150px;
}

.w-form {
    width: 95%;
}

#menu-medico {
    display: none;
}

.border-itens2 {
    border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 1400px) {
    .menu-lateral {
        margin-bottom: 50px;
    }

    .box {
        border: 1px solid #efeeee;
        border: 1px solid #efeeee;
        border-radius: 5px;
        height: 270px;
        width: 528px;
    }
}


@media(max-width: 575px) {
    .box {
        height: 500px !important;
    }
   
}

@media (max-width: 1200px) {

    .menu-lateral {
        margin-bottom: 50px;
    }

    .box {
        border: 1px solid #efeeee;
        border-radius: 5px;
        height: 270px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .retangulo-conselho {
        height: 100%;
        width: 70%;
        margin: auto;
        padding-top: 20px;
    }

    .img-diretoria {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .coluna {
        display: none;
    }
}


@media (max-width: 768px) {
    .margin-contato {
        margin-top: 0px !important;
    }


    .menu-lateral {
        margin-bottom: 50px;
    }

    .w-form {
        width: 100%;
    }

    .border-menu {
        border-top: 1px solid #d2d2d2;
    }

    .border-itens {
        border-bottom: 1px solid #d2d2d2;
    }

    #openCloseMenu {
        display: block;
    }

    #openCloseMenu2 {
        display: block;
    }
}

@media (max-width: 362px) {
    .ImgRedonda {
        margin: 7px 10px -15px 0;
    }
}

@media (min-width: 768px) {
    #topBar {
        display: block;
        font-size: 13px;
    }



        #topBar > div {
            margin: 0 auto;
            max-width: 1190px;
        }

            #topBar > div > div {
                justify-content: end;
            }

        #topBar span {
            display: inline-block;
        }

        #topBar #buscaIconMob {
            display: none;
        }

        #topBar .email {
            align-items: center;
            display: flex;
        }

        #topBar .email {
            align-items: center;
            display: flex;
        }

            #topBar .email::after {
                background: #6e82ac;
                content: '';
                display: block;
                height: 22px;
                margin-left: 15px;
                width: 1px;
            }

            #topBar .email::before {
                background: #6e82ac;
                content: '';
                display: block;
                height: 22px;
                margin-right: 15px;
                width: 1px;
            }

    #siteHeader #logoBuscaMenu {
        align-items: center;
        display: flex;
        height: 140px;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1190px;
        width: 100%;
        padding: 0 10px;
    }

    #siteHeader2 #logoBuscaMenu2 {
        /*align-items: center;*/
        display: flex;
        height: 55px;
        /*    justify-content: space-between;*/
        margin: 0 auto;
        max-width: 1190px;
        width: 100%;
        /*    padding: 0 10px;*/
    }

    #siteHeader #logoBuscaMenu #logoMenuIcon {
        padding: 0;
    }

    #siteHeader #menuBuscaMedico {
        align-items: end;
        background: #fff;
        display: flex;
        height: 100%;
        justify-content: space-between;
        overflow: initial;
    }

    #siteHeader2 #menuBuscaMedico2 {
        align-items: end;
        background: #fff;
        display: flex;
        height: 100%;
        justify-content: space-between;
        overflow: initial;
    }

    #siteHeader #buscaMedico {
        align-items: center;
        background: #eee;
        border-radius: 0 0 10px 10px;
        display: flex;
        font-size: 14px !important;
        padding: 10px;
        white-space: nowrap;
    }

        #siteHeader #buscaMedico > *, #buscaGeral > * {
            font-size: 12px !important;
        }

    #menuBusca {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    #menuBusca2 {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    #mainMenu > ul {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        white-space: nowrap;
    }

    #mainMenu2 > ul {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        white-space: nowrap;
    }

    #menuBusca ul li {
        border: 0;
        position: relative;
    }

    #menuBusca2 ul li {
        border: 0;
        position: relative;
    }

    #siteHeader #buscaGeral {
        display: flex;
    }

    #siteHeader2 #buscaGeral2 {
        display: flex;
    }

    #mainMenu ul li .subMenuTitle::after {
        background-image: none;
        content: '';
        height: initial;
        width: initial;
        background-size: initial;
    }

    #mainMenu ul li.ativo .subMenuTitle::after {
        background-image: none;
    }


    #menuBusca ul .subMenu {
        background: #284786;
        border-radius: 10px 10px 12px 12px;
        padding-top: 3px;
        position: absolute;
        z-index: 7;
    }

        #menuBusca ul .subMenu > ul {
            background: #eee;
            border-radius: 10px;
            padding: 10px 0;
            width: 100%;
        }

            #menuBusca ul .subMenu > ul > li {
                border-top: 1px solid #d2d2d2;
            }

                #menuBusca ul .subMenu > ul > li:first-child {
                    border-top: none;
                }

                #menuBusca ul .subMenu > ul > li a {
                    color: #444;
                    display: block;
                    margin: 0;
                    padding: 6px 20px;
                }

    .mw1190 {
        margin: 0 auto;
        max-width: 1190px;
    }

    #homeSobreABCRC {
        padding: 100px 0 200px !important;
    }

    .boxAzul {
        margin-top: -100px;
    }

        .boxAzul > div {
            padding: 60px 40px;
        }

    .boxProgramacao {
        margin-top: -100px;
    }

        .boxProgramacao > div {
            padding: 60px 40px;
        }

    #homeObjetivoABCRC {
        padding: 0 90px;
    }

    .h-large {
        font-size: 40px;
    }

    #abasHomeNoticias div {
        width: 180px;
    }

    #homeNoticias {
        padding: 75px 0 0 !important;
    }

    #sedeContato ul, #listaEndereco {
        margin-left: 24px;
    }

        #sedeContato ul i, #listaEndereco i {
            margin-left: -24px;
            width: 20px;
            display: inline-block;
        }

    #siteFooter {
        padding-top: 55px;
    }

        #siteFooter #logoFooter,
        #siteFooter #logoFooter img {
            margin: 0;
        }

        #siteFooter h6 {
            color: #444;
            font-size: 20px;
            font-weight: 900;
        }
}

@media(max-width: 768px) {
    #topBar a {
        font-size: 1rem;
    }
}

@media(max-width: 654px) {
    #topBar a {
        font-size: 0.85rem;
    }
}

@media(max-width: 576px) {
    #topBar {
        flex-wrap: wrap;
        height: 100%;
        padding: 10px 0;
    }
}

.hAcervo {
    color: #333333;
    font-weight: 700;
}

.pAcervo {
    font-style: italic;
    color: #666666;
}

.contentPalestrante {
    display: flex;
    justify-content: space-between;
}

.btnTemas {
    background: #284786;
    color: white;
    padding: 0.375rem;
    border-radius: 0;
    max-width: 230px;
    text-align: center;
}

    .btnTemas a:hover {
        color: white;
    }

.btnAssistir {
    padding: 0.375rem 1.75rem;
}

.btnBorder {
    border-left: 1px solid #c1c1c1;
    padding-left: 2rem;
}

.temasConteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 50px;
}

.conteudoBorda {
    border: 1px solid #c1c1c1;
    padding: 0px;
    margin-top: 20px;
}


.formatoFeed img{
    width: 180px;
}

.formatoStory img {
    width: 100px;
}

@media(max-width: 754px) {
    .temasConteudo {
        flex-wrap: wrap;
        padding: 0 0 15px 0;
    }

    .contentPalestrante {
        flex-direction: column;
    }
}

.iframeDiv {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

    .iframeDiv iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
        min-height: 181px;
    }

.blocoMidiaDesc {
    border: 1px solid #ddd;
    height: 100%;
}

.botao.botao-azul-2 {
    background: #485e88;
    color: #fff;
}

.botao {
    align-items: center;
    background: #fff;
    border: 0;
    color: #333;
    display: flex !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    /*font-weight: 600;*/
    padding: 5px 15px;
    text-decoration: none;
    width: fit-content;
}

    .botao.botao-azul {
        background: #6c8cc8;
        color: #fff;
    }


    .botao.botao-seta::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
        content: "";
        display: inline-block;
        height: 15px;
        margin-left: 10px;
        width: 15px;
    }

@media(max-width: 650px) {
    .responsivo {
        flex-wrap: wrap;
    }

    .blocoMidiaDesc {
        width: 100%;
    }
}

.borda {
    border-bottom: 3px solid #284786;
    width: 78px;
    margin: 27px auto auto auto;
}

.margin {
    margin-top: 130px;
}

.buttonEvent {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 45px;
}
.botao-programacao {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 45px;
}

    .buttonEvent a {
        color: white;
        background: #284786;
        font-weight: 900;
        padding: 8px 45px;
        border-radius: 11px 11px 0px 0px;
    }
.botao-programacao a {
    color: white;
    background: #b0731d;
    font-weight: 900;
    padding: 8px 45px;
    border-radius: 11px 11px 0px 0px;
}  

.buttonEvent a:hover {
    background: white;
    color: #284786;
}

.botao-programacao a:hover {
    background: white;
    color: #284786;
}

#historicoObjetivoo {
    background: url(/assets/img/bg-historico-objetivo.jpg) center center;
    background-size: cover;
}
#historicoProgramacao {
    background: url(/assets/img/bg-banner-curso-formacao-2026.jpeg) center center;
    background-size: cover;
}

@media(max-width: 576px) {
    .buttonEvent {
        margin-top: 20px;
        flex-direction: column;
    }
    .botao-programacao {
        margin-top: 20px;
        flex-direction: column;
    }

        .buttonEvent a {
            border-radius: 8px;
            max-width: 350px;
            margin: 0 auto;
            text-align: center;
        }
    .botao-programacao a {
        border-radius: 8px;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width: 377px) {
    .buttonEvent a {
        max-width: 310px;
    }
    .botao-programacao a {
        max-width: 310px;
    }
}

.coordenacao {
    margin-bottom: 7px;
}

.table-professoress td:hover {
    color: #284786 !important;
    cursor: pointer;
}

.texto-inscricao{
    margin-top: 25px;
    font-weight: 900;
    font-size: 22px;

    
    padding: 0;
}

.titleLink{
    font-size: 30px;
    font-weight: 700;
}

.evento-1, .evento-2, .evento-3, .evento-4, .evento-5, .evento-6{
    height: 300px;
    width: 100%;
}

.evento-1{
    background: url('/assets/img/evento-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.evento-2 {
    background: url('/assets/img/evento-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.evento-3 {
    background: url('/assets/img/evento-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.evento-4{
    background: url('/assets/img/evento-4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.evento-5 {
    background: url('/assets/img/evento-5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.evento-6 {
    background: url('/assets/img/evento-6.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 700px){
    .evento-background {
        flex-wrap: wrap;
    }
}

.table-programacao tr td {
    border: 1px solid gray;
    padding: 2px 5px;
}

.info{
    margin: 0;
    padding: 0;
}

.lista-professores{
    gap: 10px;
    margin: 0;
    padding: 0;
}

.lista-professores table{
    width: 90%;
}

    .lista-professores tr:nth-child(2n+1) {
        background-color: rgb(241 241 241);
    }

.lista-professores table tr td{
    padding: 2px 5px;
}

.title {
    padding: 2px 5px;
}

.ing {
    color: #c3c3c3;
}

.ing-1 {
    color: #d7d7d7;
}
.ing-2{
    color: gray;
    font-weight: 500;
}

.ing-3 {
    color: gray;
    font-weight: 700;
}

.title-coord{
    font-weight: 900;
}

.title-diretores{
    font-size: 24px;
}

.textBlue {
    color: #284786;
    font-weight: 700 !important;
}

.menu-resp{
    display: none;
}

@media(max-width: 768px) {
    .menu-resp {
        display: block;
    }
}

@media(max-width: 594px){
    .resp-work {
        font-size: 23px !important;
    }
    .margin{
        margin-top: 62px;
    }
}

.sobre-evento h2{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

.title-prog {
    margin-left: 0;
    font-weight: 700 !important;
    margin-bottom: 30px;
    font-size: 32px;
}

.button-event {
    /*background: #284786;*/
    color: #284786;
    padding: 7px 20px;
    width: 165px;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 8px;
    border: 1px solid gray;
    transition: 0.3s;
}

    .button-event:hover {
        color: white;
        background: #284786;
        transition: 0.3s;
    }

.aulasGravada {
    background: #5e84d3;
    color: white;
    padding: 1px 5px;
    margin-left: 15px;
    font-weight: 700;
}

@media(max-width: 575px){
    .ml-midias{
        margin-left: 0px !important;
    }
}

.bgSucesso {
    background: #284786;
}

    .bgSucesso h2 {
        font-weight: 700;
        color: #a2bac2;
    }

    .bgSucesso a {
        font-size: 14px;
        padding: 0.5rem 1rem;
        font-weight: 700;
    }

.fontSize-download{
    font-size: 30px !important;
}

.botao-dwn {
    background: #0d6efd;
    color: #fff;
    padding: 15px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid #0d6efd;
}

    .botao-dwn:hover {
        background: #fff;
        color: #0d6efd;
        border: 1px solid #0d6efd;
        transition: 0.3s
    }

.boxContent{
    max-width: 580px;
}

@media(max-width: 1399px) {
    .boxContent {
        max-width: 550px;
    }
}

@media(max-width: 575px){
    .boxContent{
        height: 450px;
    }
    .boxContent p{
        text-align: center;
    }
        .boxContent .btnBorder{
            border-left: 0px !important;
            padding-left: 0px;
            margin-top: 15px;
        }
}

.lista-programacao table {
    width: 90%;
}

.lista-programacao tr{
    padding: 3px 10px;
}

.lista-programacao tr:nth-child(2n+1) {
    background-color: rgb(241 241 241);
}

.conteudoCurso h2{
    font-size: 20px;
}

.color-blue {
    color: #284786;
}

.conteudoCurso i{
    font-size: 1.6rem;
}

.conteudoCurso h2{
    margin: 0;
}

.tituloPrincipal{
    font-size: 30px !important
}

.lista ol li::before {
    font-weight: bold !important;
}

.lista ol {
    list-style-type: none;
    padding-left: 0;
}

.lista ol li {
    position: relative;
    padding-left: 25px; /* espaço para o número */
}

.font14 li{
    font-size: 14px !important;
}

/* Css Login padrão */


.conteudoPainel {
    background: #fff;
    border: 1px solid #eeeded;
    border-radius: 10px;
    box-shadow: 0 0 40px #b3b5b726;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.paddi-30 {
    padding: 20px 0;
    display: block;
}

.titulo {
    font-size: 16px !important;
    font-weight: 700;
    color: #333;
}

.place-style::placeholder {
    color: #333333;
    font-style: italic;
}



.cpfNaoEncontrado {
    background: #f6e1e1;
    margin: 30px;
    border: 1px solid #daaeae;
    border-radius: 3px;
}

    .cpfNaoEncontrado p, .cpfNaoEncontrado h2, .cpfNaoEncontrado a {
        color: #951b1b !important;
    }


.cpfEncontrado {
    background: #d4f3d1;
    margin: 30px;
    border: 1px solid #a0d799;
    border-radius: 3px;
}

    .cpfEncontrado p, .cpfEncontrado h2 {
        color: #0f5217 !important;
    }

    .cpfEncontrado .botaoCadastro input {
        background: #0f5217 !important;
    }



.botaoCadastro input {
    background: #1ba7b4 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    padding: 10px 20px !important;
    border: 0px;
    border-radius: 3px !important;
}

.botaoCadastro {
    padding: 0 30px;
}




#colunaPrincial1 {
    background: #004379;
    color: #fff;
    display: flex;
    flex-flow: column;
    font-weight: 500;
    padding: 25px 0 25px 25px;
    min-width: 250px;
    width: 250px;
}


.headerTop-resp {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .headerTop-resp > div {
        display: flex;
        margin-top: 13px;
        gap: 5px;
    }

#colunaPrincial1 {
    background: #284786;
    color: #fff;
    display: flex;
    flex-flow: column;
    font-weight: 500;
    padding: 25px 0 25px 25px;
    min-width: 250px;
    width: 250px;
}

#logo {
    margin-bottom: 40px;
    padding-right: 25px;
}

#menuPrincipal {
}

    #menuPrincipal li {
        margin-bottom: 16px;
    }

    #menuPrincipal a {
        align-items: center;
        color: #fff;
        display: flex;
        font-weight: 500;
        height: 80px;
        line-height: 19px;
        padding: 0 25px;
        position: relative;
    }

        #menuPrincipal a i {
            font-size: 20px;
            margin-right: 10px;
        }

        #menuPrincipal a:hover, #menuPrincipal a.ativo {
            background: #f9fbff;
            border-radius: 24px 0 0 24px;
            color: #333;
            font-weight: 700;
        }

            #menuPrincipal a:hover i, #menuPrincipal a.ativo i {
                color: #004379 !important;
            }

            #menuPrincipal a:hover::after, #menuPrincipal a.ativo::after {
                background-color: transparent;
                border-top-right-radius: 10px;
                bottom: -20px;
                box-shadow: 0 -10px 0 0 #f9fbff;
                content: "";
                height: 20px;
                position: absolute;
                right: 0;
                width: 10px;
            }

            #menuPrincipal a:hover::before, #menuPrincipal a.ativo::before {
                background-color: transparent;
                border-bottom-right-radius: 10px;
                box-shadow: 0 +10px 0 0 #f9fbff;
                content: "";
                height: 20px;
                position: absolute;
                right: 0;
                top: -20px;
                width: 10px;
            }


#copyright {
    font-size: 12px;
}

#colunaPrincipal2 {
    background: #f9fbff;
    display: flex;
    flex-flow: column;
}

#copyright {
    font-size: 12px;
}

#colunaPrincipal2 {
    background: #f9fbff;
    display: flex;
    flex-flow: column;
}

.hrFull {
    background: #eeeded;
    height: 1px;
    margin: 0 -30px;
}

#loginCtn {
    width: auto;
}


    #loginCtn input[type=text], #loginCtn input[type=password] {
        height: 40px;
        width: 100%;
    }


    #loginCtn input[type=submit] {
        background: #1ba7b4 !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 700;
        padding: 10px 20px !important;
        border: 0px;
        border-radius: 3px !important;
    }

#conteudoSecao {
    padding: 40px 24px;
}


.p-30 {
    padding: 30px;
}

.paddin-30 {
    padding: 12px 30px;
}

#cabecalhoSecao {
    align-items: center;
    background: #2c2c26;
    border-bottom: 1px solid #eeeded;
    justify-content: space-between;
    padding: 0 20px;
}

    #cabecalhoSecao h1 {
        color: #b3b3b3;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }

.form-style2 {
    background: #284786;
    color: #fff;
    border-radius: 5px;
    max-width: 320px;
   
    padding: 10px;

}

.bg-blue2 {
    background: #284786 !important;
}

.style-width{
    max-width: 350px !important;
}

.btn-position{
    position: relative;
    bottom: 10px;
}

.circle-black li::marker {
    color: black;
}

.fixed-column {
    width: 138px !important;
}

.bootstrap-tabela .nav-tabs{
    border-bottom: 0px #fff !important;
}
.bootstrap-tabela .tab-content {
    padding: 0px !important;
}

.bootstrap-tabela .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #284786;
    border-color: #dee2e6 #dee2e6 #fff;

    font-weight: 700;

}

.bootstrap-tabela .nav-link {
    color: #284786;
    font-weight: 700;
}

.bootstrap-tabela #modulosTab{
    gap: 10px ;
}

.table-programacao2 .tabela{
    height: 27px;
    text-align: left;
}

.table-programacao2 tr, .table-programacao2 td {
    height: 40px;
}

.table-programacao2 tr td:first-child {
    font-size: 14px;
}

.table-programacao2 .sessao {
    background: #284786 !important;
    color: #fff;
    font-weight: 700;
}

    .table-programacao2 .sessao td:first-child{
        color: #cfdaff;
        font-size: 12px;
    }

    .table-programacao2 .tabela th:first-child, .table-programacao2 tr td:first-child, .table-programacao2 th:nth-child(2) {
        font-size: 12px;
    }

    .table-programacao2 .sessao td:nth-child(2){
        font-size: 14px;
    }

    .table-programacao2 tr td:nth-child(2) {
        font-size: 14px;
    }

.table-programacao2 tr td, .table-programacao2 th  {
    padding: 2px 5px;
    border-bottom: 1px solid #d8e5ff;
}

.table-programacao2 {
    border: 1px solid #d8e5ff;
    
}

.border-none {
    border: none;
}

.discussao-tema {
    background: #dedede;
    font-weight: 700;
    color: #284786;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: #284786;
    color: #fff;
}



.table-programacao2 td:first-child {
    width: 100px; 
    white-space: nowrap; 
}

.table-programacao2 td:last-child {
    width: 1000px; 
    word-wrap: break-word;
}


@media (max-width: 576px) {
    .table-programacao2 td:first-child,
    .table-programacao2 td:last-child {
        width: auto;
        max-width: none;
    }

    
}

.font-wheight700{
    font-weight: 700;
}

.title-tabela{
    font-size: 14px;
}

.title-maio{
    position: relative;
    top: 20px;
}