.corposite {
    background-color: #ffffff;
}

.corposite .container,
.corposite .conteudos,
.corposite .conteudos>[class*=col-] {
    background-color: inherit;
}

.titulo {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 1200px) AND (max-width: 1439px) {
    .titulo {
        /* font-size: 3rem; */
        /* margin-bottom: 2.5rem; */
    }
}

@media (min-width: 992px) AND (max-width: 1200px) {
    .titulo {
        font-size: 3rem;
        margin-bottom: 2.25rem;
    }
}

@media (min-width: 769px) AND (max-width: 991px) {
    .titulo {
        font-size: 2.75rem;
        margin-bottom: 2.25rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .titulo {
        font-size: 2.45rem;
        margin-bottom: 2.25rem;
    }
}

@media (max-width: 575px) {
    .titulo {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.titulo strong {
    font-weight: 700;
}

.descricao strong {
    font-weight: 700;
}

.corposite {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (max-width: 768px) {
    .corposite {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

@media (max-width: 575px) {
    /*.border-top:before {
        width: 55%;
    }

    .border-top:after {
        width: 90%;
    }*/
}

@media (min-width: 375px) AND (max-width: 425px) {
    .corposite {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 375px) {
    .corposite {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

[class*=destaque-seccao] {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.seccao-titulo,
[class*=seccao-titulo-] {
    color: rgb(var(--cor2-rgb));
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: normal;
    margin: 0 0 2.25rem 0;
}

.subtitulo {
    color: rgb(var(--cor2-rgb));
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: normal;
    margin: 0 0 2.25rem 0;
}

.seccao-titulo-verde {
    color: #05c900;
}

.destaque-seccao2,
.destaque-seccao4 {
    background-color: #f3f3f3;
}

.border-bottom {
    border-bottom: solid 1px #d0d9d8;
    padding-bottom: 0.8rem;
}

/* ----- */
.pagina-conteudo .pagina-cabecalho {
    background-size: 0;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 4.5rem;
    padding-top: 0.4rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pagina-conteudo .pagina-cabecalho:before {
    content: '';
    background-color: rgba(var(--vcor), 0.15);
    background-image: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pagina-conteudo .pagina-cabecalho .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

/* ----- */
.pagina-conteudo .pagina-cabecalho nav {
    position: relative;
    z-index: 10;
}

.pagina-conteudo .pagina-cabecalho nav .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.pagina-conteudo .pagina-cabecalho nav .breadcrumb .breadcrumb-item {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 400;
}

.pagina-conteudo .pagina-cabecalho nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.pagina-conteudo .pagina-cabecalho nav .breadcrumb .breadcrumb-item.active {
    color: rgb(var(--cor3-rgb));
}

.pagina-conteudo .pagina-cabecalho nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.pagina-conteudo .pagina-cabecalho nav .breadcrumb .breadcrumb-item a {
    color: rgb(var(--cor2-rgb));
}

/* ----- */
.pagina-conteudo {
    min-height: 40rem;
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
}

.pagina-conteudo .descricao a {
    color: #4a88ad;
}

.pagina-conteudo .descricao a:hover {
    color: #e6c12a;
}

.pagina-conteudo .descricao ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px
}

.pagina-conteudo .descricao ul li {
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 0
}

.pagina-conteudo .descricao ul li:before {
    content: '';
    background-color: rgba(var(--cor3-rgb),1);
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    position: absolute;
    z-index: 0;
    left: -25px;
    top: 9px;
    border-radius: 100%
}

.pagina-conteudo .descricao .list-subitens li::marker {
    content: counters(list-item, '.');
}

.pagina-conteudo .descricao .list-subitens li {
    padding-left: 0.5em;
}

.pagina-conteudo .descricao .list-subitens li:before {
    display: none;
}

.pagina-conteudo .descricao .list-loweralpha {
    counter-reset: list;
}

.pagina-conteudo .descricao .list-loweralpha li::marker {
    content: counter(list, lower-alpha) ")\a0";
}

.pagina-conteudo .descricao .list-loweralpha li {
    padding-left: 0.5em;
    counter-increment: list;
}

/* ----- */
.seccao-relacionados {
    background-color: #f3f3f3;
    padding: 0;
}

.seccao-relacionados .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
    position: relative;
    z-index: 0;
}

.seccao-relacionados .container:before {
    content: '';
    background-color: #4ba346;
    height: 0.8rem;
    display: block;
    position: absolute;
    z-index: 1;
    top: -0.8rem;
    left: 15px;
    right: 15px;
}

@media (min-width: 769px) {

    .seccao-relacionados .seccao-titulo,
    .seccao-relacionados .breadcrumb-tipo1 .breadcrumb-item.active {
        color: #163c45;
    }
}

/* ----- */
.pagina-conteudo .table.table-bordered {
    color: #000000;
    margin-bottom: 4rem;
}

.pagina-conteudo .table.table-bordered tr {
    position: relative;
    z-index: 0;
}

.pagina-conteudo .table.table-bordered td,
.pagina-conteudo .table.table-bordered th {
    padding: 1rem 1.75rem;
}

.pagina-conteudo .table.table-bordered .wd-1 {
    width: 35%;
}

.pagina-conteudo .table.table-bordered .wd-2 {
    width: 20%;
}

.pagina-conteudo .table.table-bordered .wd-3 {
    width: 45%;
}

.pagina-conteudo .table.table-bordered a {
    text-decoration: none;
    border-bottom: solid 0.1rem rgba(0, 165, 60, 0.7);
    color: rgba(0, 165, 60, 0.7);
}

.pagina-conteudo .table.table-bordered.table-no-border-a a,
.pagina-conteudo .table.table-bordered.table-no-border-a a:hover {
    border: 0;
}

.pagina-conteudo .table.table-bordered a:hover {
    border-bottom: solid 0.1rem rgba(0, 165, 60, 1);
    color: rgba(0, 165, 60, 1);
}

.pagina-conteudo .table.table-bordered.off-before-link a:before {
    display: none;
}

.pagina-conteudo .table.table-bordered a:before {}

.pagina-conteudo .table-bordered td,
.pagina-conteudo .table-bordered th {
    border-color: rgba(0, 0, 0, 0.1);
}

/* ----- */
.menu-subpaginas {
    list-style: none !important;
    margin: 0 -1.5rem !important;
    padding: 0 !important;
}

.pagina-conteudo .descricao ul.menu-subpaginas {
    margin: 0 !important;
}

.menu-subpaginas li {
    margin: 0 0 3rem 0 !important;
    padding: 0 1.5rem !important;
}

.menu-subpaginas li:before,
.menu-subpaginas li:after {
    display: none !important;
}

.menu-subpaginas .card-body {
    border-radius: 0;
    height: 100%;
    margin: 0;
    padding: 0;
}

.menu-subpaginas .btn {
    background-color: rgb(var(--cor0-rgb));
    color: rgb(var(--cor2-rgb)) !important;
    border: solid 1px rgb(var(--cor2-rgb));
    line-height: 3rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.5rem 1.5rem;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.menu-subpaginas .btn.font-16 {
    font-size: 1.6rem;
}

.menu-subpaginas .btn.font-14 {
    font-size: 1.4rem;
}

.menu-subpaginas .btn:hover {
    background-color: rgb(var(--cor3-rgb)) !important;
    border-color: rgb(var(--cor3-rgb)) !important;
    color: rgb(var(--cor0-rgb)) !important;
    text-decoration: none !important;
}

.menu-subpaginas .btn:active {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(var(--cor2-rgb), 0.7) !important;
    color: rgba(var(--cor2-rgb), 0.7) !important;
    text-decoration: none !important;
}

/* ----- */
.modelo-popup {}

.modelo-popup .modal-content,
#modal_crop .modal-content {
    background-color: rgba(12, 36, 2, 0.97);
    border: 0;
    border-radius: 0;
}

.modelo-popup .modal-header,
.modelo-popup .modal-footer,
#modal_crop .modal-footer {
    border-color: #3d5155;
}

.modelo-popup .modal-body,
#modal_crop .modal-body {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 0;
}

.modelo-popup .modal-title,
#modal_crop .modal-title {
    font-size: 1.8rem;
    line-height: normal;
    white-space: nowrap;
    font-weight: 400;
    color: rgb(var(--cor3-rgb));
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.modelo-popup .modal-title .icon,
#modal_crop .modal-title .icon {
    background-image: var(--micon);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 5rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9000rem;
    margin-right: 0.75rem;
    margin-bottom: 0;
    width: 2.9rem;
    height: 2.5rem;
    display: block;
}

.modelo-popup .modal-header .close,
#modal_crop .modal-header .close {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #ffffff;
    font-weight: normal;
    opacity: 1;
    cursor: pointer;
}

#modal_crop .modal-dialog {
    max-width: 100%;
}

.modelo-popup .btn.btn-tipo1 {
    background-color: rgb(var(--cor3-rgb));
    color: #ffffff;
    line-height: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    white-space: normal;
    margin: 1.5rem 0;
    padding: 1.15rem 4rem;
    display: inline-block;
}

.modelo-popup .btn.btn-tipo1:hover {
    background-color: #ffffff;
    color: rgb(var(--cor2-rgb));
}

.modelo-popup .btn.btn-tipo1:active {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(var(--cor2-rgb));
}

#modal_crop .btn {
    color: #fff;
    line-height: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    white-space: normal;
    padding: 1.15rem 4rem;
    display: inline-block;
}

#modal_crop .btn:not(.btn-secondary) {
    background-color: rgba(var(--cor3-rgb), 1);
    border-color: rgba(var(--cor3-rgb), 1);
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, 1);
}

.modal-backdrop.show {
    opacity: 0.85;
    /* -webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); */
    /* display: none; */
}

.modelo-popup .modal-dialog {
    max-width: none;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.modelo-popup .formulario label {
    font-size: 1.4rem;
    text-transform: uppercase;
    /* display: none; */
}

.modelo-popup .formulario .form-group {
    line-height: normal;
    margin-bottom: 0.65rem;
}

.modelo-popup .formulario .form-control {
    background-color: #ffffff;
    border: 0;
    border-radius: 4px !important;
    font-size: 1.4rem;
    line-height: normal;
    padding: 0.85rem 1.15rem;
}

.modelo-popup .formulario .btn {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    border-radius: 20rem;
    padding: 1.15rem 2rem;
}

.modelo-popup .formulario .btn[type="submit"] {
    background-color: #ffffff;
    border: solid 2px #ffffff;
    color: rgb(var(--cor2-rgb));
}

.modelo-popup .formulario .btn[type="button"] {
    background-color: transparent;
    border: solid 2px rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.modelo-popup .formulario .btn:hover {
    background-color: rgba(var(--cor3-rgb), 1);
    color: #ffffff;
    border-color: rgba(var(--cor3-rgb), 1);
}

.modelo-popup .table {
    background-color: #ffffff;
    color: #000000;
    font-size: 1.6rem;
    border: 0;
}

.modelo-popup .table th {
    font-weight: 500;
    width: 40%;
}

.modelo-popup .table th,
.modelo-popup .table td {
    vertical-align: top;
}

.modelo-popup .table .btn {
    background-color: rgba(var(--vcor), 1);
    color: #ffffff;
    border: solid 1px rgba(var(--vcor), 1);
    line-height: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
    padding: 0.75rem 1.5rem;
    display: block;
}

.modelo-popup .table .btn:hover {
    background-color: #ffffff;
    border-color: rgb(var(--cor2-rgb));
    color: rgb(var(--cor2-rgb));
}

.modelo-popup .table .btn:active {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgb(var(--cor2-rgb));
    color: rgb(var(--cor2-rgb));
}

/* ----- */
.listagem_orgaos_sociais {}

.listagem_orgaos_sociais .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 3rem;
}

.listagem_orgaos_sociais .card-body {
    background-color: rgba(0, 0, 0, 0.05);
    color: #666666;
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 0;
    padding: 0 0 3rem 0;
}

.listagem_orgaos_sociais img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.listagem_orgaos_sociais .card-title {
    color: rgba(var(--cor3-rgb),1);
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.listagem_orgaos_sociais .card-subtitle {
    color: #163c45;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.listagem_orgaos_sociais .card-title,
.listagem_orgaos_sociais .card-subtitle,
.listagem_orgaos_sociais .card-text {
    display: inline-block;
    padding: 0 1.5rem;
}


@media (max-width: 768px) {
    .table.table-responsive-data-label thead {
        display: none;
    }

    .table.table-responsive-data-label tr {
        margin-bottom: 0px;
    }

    .table.table-responsive-data-label td {
        vertical-align: top;
        padding: .75rem;
    }

    .table.table-responsive-data-label tr,
    .table.table-responsive-data-label td {
        background-color: transparent;
        width: 100%;
        max-width: 100%;
        display: table;
    }

    .table.table-responsive-data-label td:before {
        content: attr(data-label);
        font-weight: bold;
        text-indent: 0px;
        /* border-right: solid 15px #ffffff; */
        width: 35%;
        display: table-cell;
    }
}

/* ----- */
.table-classificacao {
    font-weight: normal;
    text-transform: none;
}

.table-classificacao .table {}

.table-classificacao .table thead th {
    border: 0;
    font-weight: normal;
    font-size: 1.3rem;
    color: #999;
}

.table-classificacao .table th,
.table-classificacao .table td {
    vertical-align: middle;
}

.table-classificacao .table th,
.table-classificacao .table td {
    text-align: center;
    width: auto;
}

.table-classificacao .table .cursor-help {
    cursor: help;
}

.table-classificacao .table tr.active {
    background: linear-gradient(94deg, rgba(var(--cor3-rgb), 1) -20%, rgba(var(--cor2-rgb), 1) 120%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    border: 0;
}

.caixa-conteudos .table-classificacao .table thead th:nth-child(4),
.caixa-conteudos .table-classificacao .table thead th:nth-child(5),
.caixa-conteudos .table-classificacao .table thead th:nth-child(6),
.caixa-conteudos .table-classificacao .table thead th:nth-child(7),
.caixa-conteudos .table-classificacao .table thead th:nth-child(8),
.caixa-conteudos .table-classificacao .table thead th:nth-child(9),
.caixa-conteudos .table-classificacao .table tbody td:nth-child(4),
.caixa-conteudos .table-classificacao .table tbody td:nth-child(5),
.caixa-conteudos .table-classificacao .table tbody td:nth-child(6),
.caixa-conteudos .table-classificacao .table tbody td:nth-child(7),
.caixa-conteudos .table-classificacao .table tbody td:nth-child(8),
.caixa-conteudos .table-classificacao .table tbody td:nth-child(9) {
    display: none;
}

.table-classificacao .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.td-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.td-container .logo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.25rem;
}

.td-container .descricao {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-classificacao-btn {
    text-align: center;
}

.table-classificacao-btn .btn {
    background-color: #ffffff;
    color: rgb(var(--cor2-rgb));
    border: solid 1px rgb(var(--cor2-rgb));
    line-height: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    border-radius: 0;
    width: auto;
    height: 100%;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
}

.table-classificacao-btn .btn:hover {
    background-color: rgb(var(--cor3-rgb));
    color: rgb(var(--cor0-rgb));
    border-color: rgb(var(--cor3-rgb));
}

.caixa-conteudos .td-container .descricao {
    width: 10rem;
}

/* ----- */
.item-jogo {
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
    border: solid 0.1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    padding: 2rem 2.15rem;
    border-radius: 0.7rem;
}

.item-jogo .score {
    font-size: 1.8rem;
    font-weight: bold;
    width: 5rem;
    margin-left: auto;
}

.item-jogo .score,
.item-jogo .estado,
.item-jogo .info {
    text-align: center;
}

.item-jogo .jogo-container {
    padding: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.item-jogo .jogo-container .logo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.25rem;
}

.item-jogo .jogo-container .descricao {
    font-size: 1.8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-jogo .jogo-container.equipa-atual .descricao {
    font-weight: 500;
}

.item-jogo .jogo-info {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.4rem;
    line-height: normal;
    display: flex;
    margin: 0 0 0.75rem 0;
}

.item-jogo .jogo-info .jogo-data {
    margin: 0 1rem;
}

.item-jogo .jogo-info .jogo-local {
    margin: 0 1rem;
}

.item-jogo .col-info {
    border-left: solid 0.1rem rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.item-jogo .col-info .estado {
    color: rgb(var(--cor2-rgb));
    margin-bottom: 1rem;
}

.item-jogo .col-info .btn {
    background-color: rgba(var(--cor3-rgb), 0.07);
    color: rgba(var(--cor3-rgb),1);
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    padding: 0.5rem 1.15rem;
}

.item-jogo .col-info .btn:hover {
    background-color: rgba(var(--cor3-rgb), 1);
    color: rgba(var(--cor0-rgb),1);
}

.seccao-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.seccao-container .card-btn {
    margin-bottom: 1.5rem;
}

.seccao-container .card-btn .btn {
    background-color: rgba(var(--cor3-rgb), 0.07);
    color: rgba(var(--cor3-rgb),1);
    font-size: 1.7rem;
    line-height: normal;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    padding: 0.5rem 1.15rem;
}

.seccao-container .card-btn .btn:hover {
    background-color: rgba(var(--cor3-rgb), 1);
    color: rgba(var(--cor0-rgb),1);
}