@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* correções nav e menu */

.container.menu-interno {
    margin-top: 3rem;
}

.privacidade {
    margin-right: 1rem;
}

.card .card-body {
    border: none;
    margin-top: -1px;
    border-top: solid 1px #ededed;
}

.menu-vertical.collapse.show {
    top: 99px;
}


/* inicio interna base */

body {
    background-color: #f5f5f5;
    font-family: Inter;
    font-style: normal;
}

.main {
    padding: 0 50px;
}

.main-header .texto {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    /* padding: 2rem 15px; */
    margin-top:20px;
}

.main-header .texto .subtitulo {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0C9898;
}

.main-header .texto .titulo {
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    color: #1B305A;
}

.main-header .texto .descricao {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #1B305A;
}

.main-header .imagem {
    position: relative;
    padding:0;
}

.header_urna {
    display: block;
    width: 100%;
}

.header_urna-desk {
    display: none;
}


/* breadcrumb */

.breadcrumb {
    background-color: transparent;
    padding: 1rem 15px;
    margin: 0;
    line-height: 17px;
}

.breadcrumb a {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
}

.breadcrumb .active {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0C9898;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #919191;
    content: "/";
}


/* main-sidebar */

.sidebar-content {
    margin: 2rem 0;
    padding: 0;
    display: flex;
}

.main-sidebar {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    padding: 0 15px 0 0;
    order: 2;
}

.box {
    background-color: #E1E1E1;
    width: 100%;
    min-height: 150px;
    border-radius: 20px;
    padding: 1.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.box-verde {
    background: rgba(54, 168, 168, 0.2);
}

.box-verde.box .titulo,.box-verde .link a{
    color: #36A8A8!important;
}

.box .titulo,
.box .titulo a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #1B305A;
}


/* icones */

.icone {
    width: 1.8rem;
    margin-bottom: 16px;
}

.icone-raio {
    content: url(../img/allpages/box1_azul.svg);
}

.icone-cadeado {
    content: url(../img/allpages/box2_azul.svg);
}

.icone-check {
    content: url(../img/allpages/box3_azul.svg);
}

.box-verde .icone-raio {
    content: url(../img/allpages/box1_verde.svg);
}
.box-verde .icone-cadeado {
    content: url(../img/allpages/box2_verde.svg);
}

.box-verde .icone-check {
    content: url(../img/allpages/box3_verde.svg);
}

/* box-links */

.links {
    border-top: solid 1px #1B305A20;
    margin: 8px 0;
}

.link {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #1B305A;
    margin: 1rem 0;
}

.link a {
    color: #1B305A;
}

/* .main-content {
    order: 1;
    margin: 2rem 0;
} */
.main-content,.main-header{
    order: 1;
    padding:0 15px 0 0;
    margin:0;
}
.main-content .titulo {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #1B305A;
}

.main-content .subtitulo {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #1B305A;
}

.main-content .texto {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1B305A;
}
.texto a{
    color:#333;
    font-weight: 600;
}

.pagina_atual{
    font-weight: 600;
}
.pagina_atual::before{
    content: "• ";

}
.box-verde .pagina_atual::before{
    color:#0C9898;
}
.c-texto a{
    color: #1B305A;
    font-weight: 900;
    text-decoration: underline;
}
.citacao{
    padding-left:3rem;
}
.citacao *{
    font-size:0.9rem;
}
@media (min-width: 576px) {}

@media (min-width: 768px) {
    .main {
        padding: 0 0 120px 0;
    }
    .header_urna {
        display: none;
    }
    .header_urna-desk {
        display: block;
        width: 100%;
    }
    .main-header .texto {
        text-align: left;
    }
    .main-sidebar {
        gap: 40px;
        order: 1;
    }
    .box {
        min-height: 250px;
    }
    .main-content {
        order: 2;
        margin: 0;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .main-header .texto {
        padding: 0 15px;
    }
}