.bg-top-bottom {
    background-color: #DEEAEE !important;
}

.text-bottom {
    color: #0087A4;
}

.color-titulo {
    color: #005278 !important;
}

.bg-icon-home {
    background-color: #0087A4 !important;
}

.border-titulo {
    border-bottom: #0087A4 1px solid;
}

.border-list {
    border-bottom: #0087A4 1px solid;
}

.border-list:last-child {
    border: none;
}

#item_exposicao a {
    text-decoration: none;
    color: #005278 !important;
}
#item_exposicao a:hover {
    text-decoration: none;
    color: #0087A4 !important;
}

.arquivo-ranking {
    font-size: 1.5rem; 
}
.arquivo-ranking a {
    text-decoration: none;
    color: #005278 !important;
}
.arquivo-ranking a:hover {
    text-decoration: none;
    color: #0087A4 !important;
}

.arquivo-exposicao {
    font-size: 1.5rem; 
}
.arquivo-exposicao a {
    text-decoration: none;
    color: #005278 !important;
}
.arquivo-exposicao a:hover {
    text-decoration: none;
    color: #0087A4 !important;
}

.bg-page {
    /* The image used */
    background-image: url("../image/gir_leiteiro_bg_bw.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*opacity: 0.5;*/
}

.bg-body {
    height: 100%; 
    background-color: #fff;
    opacity: 0.5;
}

.gallery img {
    width: 200px; /* width of container */
    height: 200px; /* height of container */
    object-fit: cover;
    border: 2px solid black;
}

.nav {
    border-bottom: solid 1px !important;
    border-color: #005278 !important;
    font-size: 1.375em !important;
}
.nav-pills .nav-link {
    border-radius: 0.375rem 0.375rem 0 0 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #005278 !important;
}
  