@font-face {
    font-family: 'AbadiMTCondensedExtraBold';
    src: url('../fonts/AbadiMTCondensedExtraBold.ttf');
}

@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url('../fonts/AvenirLTStd-Black.otf');
}

@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../fonts/AvenirLTStd-Light.otf');
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('../fonts/AvenirLTStd-Medium.otf');
}

:root {
    --blue_dark: #720606;
    --blue_light: #8C0C0C;
    --text: #871712;
    --footer: #383536;
    --gray: #E2E5E8;
    --gray_dark: #949494;
    --rodape:#474344;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 15px;
    color: var(--text);
    font-family: AvenirLTStdLight;
}

.edit {
    cursor: pointer;
}

#map {
    height: 600px;
}

.changeYear div a {
    color: var(--blue_light);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.changeYear div a:hover {
    color: var(--blue_dark);
}

h2 {
    text-transform: uppercase;
    color: var(--blue_light);
    font-family: AbadiMTCondensedExtraBold;
}

.map_portugal {
    color: white;
    padding: 3% 7.5%;
}

.white {
    color: white;
}

.validate {
    text-align: right;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.validate span {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

.title_tecnica {
    font-family: AvenirLTStdBlack;
    text-transform: uppercase;
}

.title_tecnica span {
    font-family: AvenirLTStdLight;
    text-transform: none;
}

.mapa {
    position: absolute;
    top: -50px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 15px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    float: right;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    color: rgba(135, 23, 18, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 0 15px;
    text-decoration: none;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
    color: rgba(135, 23, 18, 1);
    background-color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
    color: rgba(135, 23, 18, 1);
    background-color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    /*border-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    float: right;
    padding-top: 40px;
    padding-right: 40px;
}

.navbar-default,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    margin-bottom: 0px;
}

.carousel-indicators {
    left: 2.5%;
    margin-left: 0%;
    margin-right: 0%;
    right: auto;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border-radius: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.carousel-indicators .active {
    width: 17px;
    height: 17px;
}

.login {
    background-color: var(--blue_dark);
    font-size: 15px;
    color: white;
    padding: 5px 75px;
}

#login {
    padding: 0 75px;
}

.fale_connosco {
    padding-left: 100px;
}

.relative {
    position: relative;
}

.logo {
    position: absolute;
    padding: 5px 40px;
    z-index: 100;
}

.img_banner {
    width: 100%;
    height: auto;
}

.vertical_align {
    display: flex;
    align-items: center;
}

.back {
    display: grid;
    text-align: right;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.horizontal_align {
    display: flex;
    justify-content: center;
}

.text_banner_sector_pedra {
    color: white;
    font-size: 75px;
    text-transform: uppercase;
    font-family: AvenirLTStdBlack;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_banner_upload {
    text-transform: uppercase;
    font-family: AvenirLTStdBlack;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 50px;
}

.text_banner {
    position: absolute;
    bottom: 15%;
    color: white;
    right: 7%;
    font-size: 75px;
    text-transform: uppercase;
    text-align: right;
    font-family: AvenirLTStdBlack;
}

.text_banner span {
    font-size: 30px;
    text-transform: none;
    font-family: AvenirLTStdLight;
    line-height: 0px;
}

footer {
    background-color: var(--rodape);
    color: white;
    font-size: 14px;
    padding: 25px 5%;
}

h4 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

input.form,
textarea.form,
select.form {
    width: 100%;
    outline: none;
    padding: 7.5px 10px;
    margin: 5px 0px;
    border: 0;
    background-color: white !important;
    color: var(--footer);
    resize: none;
}

.btn_submit {
    background-color: transparent;
    text-transform: uppercase;
    outline: none;
    border: none;
    float: right;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.btn_upload {
    background-color: transparent;
    text-transform: uppercase;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.btnDownload {
    background-color: transparent;
    outline: none;
    border: 1px solid var(--blue_dark);
    font-weight: bold;
    color: var(--blue_dark);
    width: 100%;
    cursor: pointer;
}

.btnDownload:hover,
.btnDownload:focus {
    background-color: var(--blue_dark);
    color: white;
    outline: none;
}

.btn_submit:hover,
.btn_submit:focus,
.btn_upload:hover,
.btn_upload:focus {
    color: var(--blue_light);
}

.container_padding {
    padding: 2.5% 0%;
}

.container_news {
    padding-top: 2.5%;
}

.container_document {
    padding: 10px 5px 0px 5px;
}

.uploadDocuments {
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.uploadDocuments a {
    text-decoration: none;
    color: var(--blue_dark);
}

.uploadDocuments a:hover,
.uploadDocuments a:focus {
    color: var(--blue_light);
}

/*.container {*/
/*margin-top: 5%;*/
/*margin-bottom: 5%;*/
/*}*/

/*.container_no_margin {*/
/*margin-top: 0% !important;*/
/*margin-bottom: 0% !important;*/
/*}*/

ul.objetivos li {
    list-style-type: square;
    color: var(--blue_dark);
}

.actividades {
    display: flex;
}

.actividades div {
    background-color: var(--blue_light);
    color: white;
    padding: 50px 20px;
    /* justify-content: center; */
    /* align-items: center; */
    margin-right: 7.5px;
    margin-left: 7.5px;
    height: 250px;
    text-align: center;
}

.backgroud_blue {
    background-color: var(--blue_light);
}

a.linkContacts {
    color: var(--blue_dark);
    text-decoration: none;
}

a.linkContacts:hover {
    font-weight: bold;
}

a.link {
    color: white;
    text-decoration: none;
}

a.link:hover {
    color: white;
    font-weight: bold;
}

.grafico_sector_pedra {
    padding: 20px 12%;
}

input.upload,
select.upload {
    width: 50%;
    padding: 5px 15px;
    margin: 5px 0px;
    border: 1px solid white;
    border-radius: 2px;
    outline: none;
    color: white;
    background: transparent;
    resize: none;
}

select.upload option {
    background-color: var(--blue_light);
}

input.bo,
select.bo,
textarea.bo {
    width: 100%;
    padding: 5px 15px;
    margin: 5px 0px;
    border: 1px solid var(--blue_dark);
    border-radius: 2px;
    outline: none;
    background: white;
    resize: none;
}

.flex-center {
    display: flex;
    align-items: center;
}

h3 {
    font-family: AvenirLTStdBlack;
}

label {
    font-size: 15px;
    margin-top: 15px;
    line-height: 0px;
    font-weight: bold;
}

.nameUpload {
    margin-top: 0%;
    font-size: 15px;
    font-family: AvenirLTStdMedium;
}

.login_registo {
    font-family: AvenirLTStdMedium;
    text-transform: uppercase;
    color: var(--blue_dark);
}

.login_registo a {
    font-family: AvenirLTStdBlack;
    color: var(--blue_dark);
    text-decoration: none;
}

.login_registo a:hover {
    color: var(--blue_light);
}

.btn_blue_char {
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    color: var(--blue_light);
    font-size: 25px;
    width: 100%;
    font-family: AvenirLTStdBlack;
    padding: 20px 0px;
    outline: none;
    cursor: pointer;
}

.btn_blue_char:hover,
.btn_blue_char:focus {
    color: var(--blue_dark);
}

.btn_blue {
    border: none;
    background-color: var(--blue_light);
    color: white;
    font-size: 25px;
    width: 100%;
    font-family: AvenirLTStdBlack;
    padding: 10px 0px;
    outline: none;
    cursor: pointer;
}

.btn_blue:hover,
.btn_blue:focus {
    background-color: var(--blue_dark);
}

.showPerfil {
    text-transform: uppercase;
    margin: 10px 0px;
}

.showLogout {
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: AvenirLTStdBlack;
}

.showLogout a:hover {
    color: var(--blue_light);
}

.titleNews {
    text-transform: uppercase;
    font-size: 18px;
}

.news {
    padding: 2.5% 0%;
}

.news_blue {
    padding: 2.5% 0%;
    background-color: var(--blue_light);
    color: white;
}

.tableForum {
    width: 100%;
}

.tableForum thead {
    color: white;
    font-family: AbadiMTCondensedExtraBold;
    background-color: var(--blue_dark);
    text-transform: uppercase;
    font-size: 18px;
}

.tableForum thead td {
    padding: 15px 20px;
    font-size: 19px;
}

.img_forum {
    width: 55px !important;
    height: 55px !important;
}

.tableForum tbody td.title {
    text-transform: uppercase;
}

.tableForum tbody td {
    padding: 15px;
}

.tableForum tfoot {
    background-color: var(--blue_dark);
}

.tableForum tfoot td {
    padding: 5px;
}

.tableForum tr.border_bottom td {
    border-bottom: 1px solid var(--blue_light);
}

.viewsThreads {
    font-size: 14px;
    line-height: 40px;
}

.forumLastUser {
    text-transform: none;
    font-family: AvenirLTStdLight;
    font-size: 14px !important;
    text-align: center;
}

.forumDate {
    font-size: 13px;
}

.btn_new_post {
    font-family: AbadiMTCondensedExtraBold;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}

.btn_new_post a {
    color: var(--blue_dark);
    text-decoration: none;
}

.btn_new_post a:hover,
.btn_new_post a:focus {
    color: var(--blue_light);
}

.back_left {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.back_left a,
.back a {
    color: var(--blue_light);
    text-decoration: none;
}

.back_left a:hover,
.back_left a:focus,
.back a:hover,
.back a:focus {
    color: var(--blue_dark);
    text-decoration: none;
}

.clickable-row-category:hover,
.clickable-row-thread:hover {
    cursor: pointer;
    background-color: var(--blue_light) !important;
    color: white !important;
}

.title_detail_forum {
    background-color: var(--blue_dark);
    padding: 15px 0px;
}

.title_detail_forum a {
    color: white;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: AvenirLTStdBlack;

}

.title_detail_forum a.activeFilter {
    text-decoration: underline;
}

.forum_detail_user {
    display: grid;
    text-align: center;
    justify-content: center;
    background-color: var(--gray);
    padding: 2.5%;
}

.forum_detail_user img {
    margin-bottom: 10px;
}

.forum_detail_user p {
    font-size: 19px;
}

.forum_detail_user p span {
    font-size: 15px;
}

.date_reply {
    color: var(--gray_dark);
    font-style: italic;
    font-size: 13px;
}

.btn_reply {
    background-color: var(--blue_dark);
    color: white;
    font-family: AbadiMTCondensedExtraBold;
    text-transform: uppercase;
    font-size: 19px;
    border: none;
    outline: none;
    float: right;
    padding: 5px 75px;
    margin-top: 25px;
    cursor: pointer;
}

.btn_reply:hover,
.btn_reply:focus {
    background-color: var(--blue_light);
}

.container_reply {
    padding: 35px 15px;
    border-bottom: 1px solid var(--gray);
    border-bottom-width: thin;
    padding-left: 20px;
}

.margin_reply {
    margin-top: 15px;
}

#drop_file_zone {
    background-color: transparent;
    height: 100%;
    width: 100%;
    padding: 8px;
    font-size: 18px;
    position: absolute;
    top: 0px;
}

#drag_upload_file {
    width: 100%;
    height: 100%;
    margin-top: 225px;
    color: white;
    text-transform: uppercase;
}

#drag_upload_file p {
    text-align: center;
}

#file_name #selectfile {
    display: none;
}

#file_name {
    width: 100%;
    height: 100%;
    margin-top: 200px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.img_close {
    cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--blue_light);
}

::-moz-placeholder { /* Firefox 19+ */
    color: var(--blue_light);
}

:-ms-input-placeholder { /* IE 10+ */
    color: var(--blue_light);
}

:-moz-placeholder { /* Firefox 18- */
    color: var(--blue_light);
}

#file_name ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

#file_name ::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

#file_name :-ms-input-placeholder { /* IE 10+ */
    color: white;
}

#file_name :-moz-placeholder { /* Firefox 18- */
    color: white;
}

#myChart {
    width: 99% !important;
    height: 350px;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    padding: 5px 15px;
    margin: 5px 0px;
    border: 1px solid var(--blue_dark);
    border-radius: 2px;
    outline: none;
    background: white;
    resize: none;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--blue_dark);
    line-height: 1.5;
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--blue_dark) transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.img_user {
    border-radius: 50%;
    border: 10px solid white;
    margin: 15px;
    height: 225px;
    width: 225px;
    object-fit: cover;
    background-color: white;
}

.perfil {
    color: white;
    font-size: 17px;
}

.cargo_empresa {
    color: white;
    font-size: 15px;
}

.contacts_user a {
    color: white;
    font-size: 15px;
    padding: 10px;
}

.contacts_user a:hover,
.contacts_user a:focus {
    text-decoration: underline;
}

.square_blue {
    border: 1px solid var(--blue_dark);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin: 25px;
    font-family: AbadiMTCondensedExtraBold;
    cursor: pointer;
}

.square_blue:hover,
.square_blue:focus,
.square_blue_active {
    border: 1px solid var(--blue_dark);
    color: white;
    background-color: var(--blue_dark);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin: 25px;
    font-family: AbadiMTCondensedExtraBold;
    cursor: pointer;
}

.menu_vendas a {
    color: var(--blue_dark);
    text-decoration: none;
}

.link_blue {
    font-family: AbadiMTCondensedExtraBold;
    color: var(--blue_dark);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.link_blue:hover,
.link_blue:focus {
    color: var(--blue_light);
}

.img_bo_table {
    width: 100%;
}

table {
    width: 100%;
}

table.tableBlue {
    border: 1px solid var(--blue_dark);
    color: white;
    background-color: var(--blue_dark);
    text-align: center;
}

table.tableBlue .title {
    background-color: white;
    color: var(--blue_dark);
    text-transform: uppercase;
    font-family: AbadiMTCondensedExtraBold;
    font-size: 20px;
    text-align: center;
}

table.tableBlue .title td {
    border: 1px solid var(--blue_dark) !important;
}

table.tableBlue .subTitle {
    text-transform: uppercase;
    font-size: 14px;
}

table thead td,
table tbody td {
    padding: 15px 10px;
}

table tbody tr {
    font-size: 13px;
}

table.tableBlue thead td {
    border: 1px solid white;
}

table.tableBlue tbody td {
    border-left: 1px solid white;
}

table.tableBlue tr:first-child td {
    border-top: 0;
}

table.tableBlue tr td:first-child {
    border-left: 0;
}

table.tableBlue tr td:last-child {
    border-right: 0;
}

table.tableBlue tbody tr:hover,
table.tableBlue tbody tr:focus {
    background-color: var(--blue_light);
    cursor: pointer;
}

table.tableWhite {
    border: 1px solid var(--blue_dark);
    color: var(--blue_dark);
    background-color: white;
    text-align: center;
}

table.tableWhite .title {
    background-color: var(--blue_dark);
    color: white;
    text-transform: uppercase;
    font-family: AbadiMTCondensedExtraBold;
    font-size: 20px;
    text-align: center;
}

table.tableWhite .subTitle {
    text-transform: uppercase;
    font-size: 14px;
}

table.tableWhite thead td {
    border: 1px solid var(--blue_dark);
}

table.tableWhite tbody td {
    border-left: 1px solid var(--blue_dark);
    border-right: 1px solid var(--blue_dark);
}

table.tableWhite tbody tr:last-child {
    border-bottom: 1px solid var(--blue_dark);
}

/*table.tableWhite tbody tr:hover,*/
/*table.tableWhite tbody tr:focus{*/
/*background-color: var(--blue_light);*/
/*color: white;*/
/*cursor: pointer;*/
/*}*/

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

table#benchmarkingNacional,
table#benchmarkingInternacional {
    text-align: center;
}

table#benchmarkingNacional td,
table#benchmarkingInternacional td {
    border: 1px solid black;
}

@media screen and (max-width: 1440px) {

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        padding: 0 10px;
    }

    #custom-bootstrap-menu.navbar-default {
        font-size: 13px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-right: 10px;
    }

    .logo img {
        width: 150px;
    }

    .text_banner {
        font-size: 65px;
    }

    .text_banner span {
        font-size: 25px;
    }

    .title_detail_forum {
        padding: 10px 0px;
    }

    .title_detail_forum a {
        padding: 0px 15px;
        font-size: 16px;
    }

    #drop_file_zone {
        padding: 0px;
        font-size: 15px;
    }

    #drag_upload_file {
        margin-top: 210px;
    }

    #map {
        height: 450px;
    }

    .square_blue:hover, .square_blue:focus, .square_blue_active {
        width: 135px;
        height: 135px;
        font-size: 19px;
    }

    .square_blue {
        width: 135px;
        height: 135px;
        font-size: 19px;
    }

    .text_banner_sector_pedra {
        font-size: 65px;
    }
}