:root {
    --dark-color: #2c3e50;
    --light-color: rgb(94, 190, 158);
    --aqua-color: #2FB8AC;
    --green-light: #22cc93;
}
::selection {
    background-color: var(--light-color); /*rgb(80 133 205);*/
    color: #ffffff
}
body { 
    font-family: "Ubuntu", Arial, sans-serif;
}
.navbar-toggler {
    border: none;
    line-height: inherit;
}
.navbar-toggler-icon, .navbar-toggler-icon-top {
    width: 1.0em;
    height: 1.0em;
}
.navbar-toggler-icon-top {    
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.855%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}   
.navbar-toggler-icon:hover {    
    color: white;
}

ul.dropdown-menu {
    background-color: #f9fafb;
    border-radius: 0;
    border: none;
}
ul.dropdown-menu li a:hover {
    background-color:rgba(127, 255, 212, 0.6);
}

.home-header {
    /*background-image: url(https://centrodedescargas.cnig.es/CentroDescargas/imgCdD/home/home_1.jpg);*/
    background-image: url(https://snig.dgterritorio.gov.pt/themes/snig/img/fundos/v2/snig_background_H_2000-v2.jpg);
    height: 90vh;
}
.home-header::after {
    background-color: white; 
}
.home-header h1 {
    font-size: 3.0rem;
    font-weight: 500 !important;
    color: white;

    margin-top: 7rem !important;
}
.home-header p {            
    color: white;
}

/* Breadcrumbs */
.breadcrumb-item a {
    color: var(--bs-secondary-color);
}
.breadcrumb-item a:hover {
    color: rgb(92, 178, 149);
}
.breadcrumb-item.active {
    color: #b9b9b9;
}

main {
    /*margin-top: 150px;*/
}
.header {
    position: relative;
    display: block;
    width:100%;
    min-height: 112px;
    
}
@media (max-width: 768px) {
    main {
        /*margin-top: 190px;*/
    }

    .header {
        min-height: 150px;
    }
}

li.language {
    display: inline-flex;
    border-right: 1px solid #607d8a94;
    margin-right: 10px;
    padding-right: 10px;
}
li.language a {
    /*height: 30px;*/
    /*width: 30px;*/
    display: block;
}
li.language a.active {
    background-color:whitesmoke;
    border-radius: 20px;
    /* padding: 5px 4rem; */
    line-height: 1.4rem;            
} 

/* Catalogo */
div.catalogo {
    min-height: 62vh;
}

/* Tabela ficheiros */
.sort-icon:hover {
    cursor: pointer;
    color: green;
    opacity: 0.7;
}
#tabelaFicheiros tr th, #result tr th  {
    /*background-color: rgb(189 215 250);*/
    background-color: #cfe2ff;
}
#tabelaFicheiros > tbody{ 
    font-size: 0.8;
}
select#itemsPerPage {
    /*background-color: white;*/
    margin-left:5px;
}
#map {
    height: 400px;
    border: 1px solid #ccc;
}

.dropdown:hover .dropdown-menu {
    /*display: block;*/
    margin-top: 0;
}

.dropdown:hover .dropdown-menu {
    display: inline-block;
    margin-top: 0;
}

.share {
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.share:hover {

    display:inline-block;
}

.share li { display:inline-block;padding: 3px;margin-right:4px; }

.card-horizontal {
    /*max-width: 30em;*/
    flex-direction: row;
    /*background-color: #696969;*/
    border: 0;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
    margin: 3em auto;
    height: 296px;
    max-height: 296px;

}
.card-horizontal img {
    max-width: 25%;
    margin: auto;
    padding: 0.5em;
    border-radius: 0.7em;
    height: 200px;
    object-fit: cover;
}
.card-horizontal > .card-body {
    display: flex;
    justify-content: space-between;
    max-height: 296px;
    font-size: 0.9rem;
    overflow-x: auto;
}        
.text-section {
    padding: 0 1rem;
    /* height: 250px;
    max-height: 250px; */
    overflow: hidden;
}
.cta-section {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 22%;
}
.cta-section .btn {
    padding: 0.3em 0.5em;
    /* color: #696969; */
}

.btn-outline-dark:hover {
   background-color: var(--dark-color); /*#212529;*/
}  
/* Ficha produto */
.produto-nome {
    position: absolute;
    /*background-color: #22cc93;*/
    background-color: var(--light-color);
    color: white;
    padding: 0.5rem;
    margin: 0.8rem;
    max-width: 320px;
}
.imagem-produto {
    height:225px; 
    background-color:#55595c;
    background-size:cover;
}
.card-produto {
    background-color: #ffffff;
}

.catalogo-detalhes {
    font-size: 0.85rem;
}
.catalogo-detalhes h5 {
   /* font-size: 1.00rem;*/
}

.produtos {
    margin-bottom: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.width100x100 {
    width: 100%;
}
.minmaxheight230 {
    min-height: 230px;
    /* max-height: 230px; */
}
.page-link {
    background-color: #adb5bd;
    color: white;
}
.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width)* 5);
    border-radius: 3px;
    /* background-color: aliceblue; */
}

/* Footer */
footer {
    background-color: #2c3e50 !important;
    color: white !important;
}
footer a {
    color: white;
}
footer a:visited {
    color: #22cc93;
}

/* Loader styles */
#loader {
    display: none; /* Hidden by default */
    text-align: center;
    margin-top: 20px;
}
#loader img {
    width: 50px; /* Adjust size as needed */
}