body {
    font-family: Arial,sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
    text-align: justify;
    min-height: 100%;
    font-size: medium;
}

p{ text-indent: 3em;}

a, .link{cursor: pointer;}

a{ text-decoration: none;}

a:hover, li > a:hover{
    text-decoration: none;
    color:  #DA010D;
    font-weight: bold;
}

a:active, li > a:active{ color:  #DA010D; }

#navbarmenu .nav .active {
    color: #DA010D;
    font-weight: 500;
    border-bottom: #256C32 1px inset;
    background-color: white;
}

.dropdown .dropdown-item a .active{
    color: #DA010D;
    font-weight: 500;
    border-bottom: #256C32 1px inset;
    background-color: white;
}

.dropdown .dropdown-item {
    color: #256C32;
    font-weight: 500;
    background-color: white;
}

.button {
    border-bottom: 1px solid lightgrey;
    padding: 15px;
    text-decoration: none;
    /*font-size: 12px;*/
    cursor: pointer;
    color: grey;
}

hr {
    max-width: 80%;
    border-color: #dbd9d9;
    margin-top: 4%;
    margin-bottom: 4%;
}

.vertical-center-inline{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-center{
    display: block;
    vertical-align: middle;
    float: none;
}

.vertical-centered{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumbs{
    margin: 1% 0 0 7%;
    color: #DA010D;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.padrao{ margin-top: 3%; }


.navbar-nav > li > a{
    color: #256C32;
    font-weight: 500;
    font-size: 12px;
}

/*_______________________________________________________RESPONSIVO____*/

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 20px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 2em;
        font-weight: 400;
        line-height: normal;
        color: #256C32;
    }

    .navbar {
        border-radius: 0;
        min-height: 0;
    }

    .navbar-header {
        display: none;
    }

    .nav > li > a{
        padding: 10px;
        text-decoration: none;
    }

    .navbar .navbar-nav {
        float: none;
        vertical-align: top;
    }

    .navbar-nav {
        float: left;
        table-layout: fixed;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .brand-before,.brand-name {
        text-transform: capitalize;
        font-size: 4em;
    }

}

@media screen and (max-width:770px) {
    .topo {
        display: none;
    }
}

@media screen and (max-width:420px){
    h1, h2{
        font-size: 20px;
    }
}

/*Parallax*/
@media screen and (max-width:425px) {
    .parallax{
        min-height: 120px;
    }

    #carousel{ height: 150px;}

    container{ padding-left:8px; }

    #welcome{ font-size: 12px; }

    .item{ height: 150px;}

    .carousel-caption{ padding: 0 0; }
}
/*---*/

@media screen and (max-width:1000px) {
    .grupos{
    height: 300px;
    background-size: cover;
    }
    .grupo{
    padding: 20% 20px 20px 20px;
    }
}

@media screen and (min-width:640px) {
    .parallax{
        height: 400px;
    }
}

@media screen and (max-width:430px) {
    .img-hidden, .links, .titulo-grupo {
        display: none;
    }
    .imgtopomuseu{
        height: 30px;
    }
    .titulo-museu{
        font-size: 16px;
        margin-top: 10px;
    }
    .grupos {
        height: 200px;
    }
}

/*____________________________________________________________________*/

/*___________________________________________________________FOOTER___*/
footer {
/* background: -webkit-linear-gradient(top, rgba(30,87,153,1) 1%,rgba(13,55,130,1) 33%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: #256C32; /* #256C32; #263D6B  203e77*/
    clear: both;
    height: 5%;
    color: #acb4c1
}

footer .h5{
    color: white;
    text-align: left;
}


.credito-footer {
    font-weight: 300;
    text-align: center;
    border-top: #acb4c1 0.5px solid;
}


footer a{
    color: #acb4c1;
}
/*_____________________________________________________________________*/

/* ____________________________________________________Topo Principal__*/

#menu{
    border: none;
    background-color: white; /*#048c3a;#2B56A9;#007A35; 332a8e; #2D5CBE*/
}

.navbar > .container-fluid{
    display: block;
}

.navbar-default .navbar-brand{
    color: #256C32;
}

.navbar-default .navbar-brand:hover{
    color: #DA010D;
}

/*_________________________________________Menu_Drop____________________*/
.dropdown-menu{
    display: none;
}

.dropdown-menu > li > a{
    color: #048c3a;
    font-weight: 300;
    padding: 13px;
    clear: both;
}

.dropdown-menu > li > a:hover{
    color: #048c3a;
}

.dropdown:hover .dropdown-menu{
    color: #048c3a;
    text-decoration: none;
    vertical-align: top;
    margin: 0;
}

/*_____________________________________________________________________*/

/*___________________________________________________Icones_____________*/

.fab, .fa, .fas{color: #DA010D;/*#058c3f;*/ }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #058c3f;
    border-color: #058c3f;
}

.page-link {color: #058c3f;}

/*______________________________________________________________________*/

/*_______________________________________________Parallax/Carousel______*/
.parallax{
    background: url(https://image.freepik.com/free-photo/person-drawing-symbols-coming-out-of-a-light-bulb-on-top-of-a-book_1232-909.jpg) repeat-y fixed top;
    background-size: 100%;

}


#welcome{
    text-align: center;
    font-size: 1.75rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    background-image: radial-gradient(circle, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 90%);
}

.header {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 15%;
}

.item > img{
    overflow-y: hidden;
    overflow-x: hidden;
    vertical-align: bottom;
    min-width: 100%;
    height: 400px;
}

.item{ height: 350px; }

/*_____________________________________________________________________*/

/*__________________________________________________Lista de eventos___*/

.lista-eventos{
    width: 100%;
}

.evento-titulo{
    margin: 3% 0 3% 0;
}

.listagem-eventos{
    min-height: 180px;
    margin: 5% 3% 0 3%;
}

.listagem-eventos > div > a > img {
    width: 100%;
    height:auto;
}

.listagem-eventos > div  > a > img:hover{
    opacity: 0.6;
}
/*!*______________________________________________________________________*!*/

/*!*__________________________________________________Lista de grupos_____*!*/

.listagem-grupos{
    min-height: 150px;
}
/*______________________________________________________________________*/

/*______________________________________________Grupos___________________*/
.grupos{
    height: 400px;
    background-size: cover;
}

.grupo-sigla{
   font-weight: 800;
   color: #048c3a;
}

.grupo{
    padding: 10% 20px 20px 20px;
}

/*______________________________________________________________________*/

.links{
    height: 160px;
    background-size: cover;
    padding: 3% 20px 3% 20px;
}

.detalhe{
    padding: 5% 0 0 4%;
}

.limite{
    /*min-height: 70px;*/
    max-height: 85px;
    overflow: hidden;
}

.resumo{
    margin: 3% 3% 0 3%;
}

.detalhes-foto{
    height: 300px;
    overflow: hidden;
}

.detalhes-foto > img{
    height: 300px;
    width: auto;
}

.foto-panel {
    background: no-repeat center;
    background-size: cover;
    width: auto;
    height: 200px;
}

#limite {
    font-size: small;
    text-align: justify;
    margin: 5px 10px 10px 10px;
    min-height: 150px;
    max-height: 240px;
    overflow: hidden;
}

.foto-modal{
    width: 80%;
    height: auto;
}

.titulo-noticia{
    overflow: hidden;
}

.pesquisa-titulo {
    height: auto;
    overflow: hidden;
}

.noticia-card{
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.image-mask {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 15%;
}

.capa-album{
    background-color: #cccccc;
    height: 500px;
    background-size: 250px;
    object-fit: contain;
}

.img-membros{
    border-radius: 50%;
}

.imgtopomuseu{
    background-image: url(/media/img/arte_bakairi.jpg);
    background-size: 100%;
    height: 50px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.titulo-museu{
    color: #1e5b2a;
    font-weight: 900;
    /*margin: 1%;*/
}

.topomuseu{
    background-image: url(/media/img/areia.jpg);
    background-size: 100%;
    height: 80px;
    filter: saturate(50%)
}

#menu_museu a:hover, #menu_museu > li > a:hover{
    text-decoration: none;
    color:  #DA010D;
    font-weight: bold;
    border-bottom: #256C32 1px inset;
}

#menu_museu{
    background-color: white; /*#048c3a;#2B56A9;#007A35; 332a8e; #2D5CBE*/
}


.catalogo-menu .navbar-nav > li > a {
    color: #FFFFFFFF;
}

.catalogo-menu .navbar-brand {
    color: #FFFFFFFF;
}

.catalogo-menu{
    background-color: #048c3a;
}

.estante{
    min-height: 200px;
}

/*.modal-dialog {*/
/*    width: 90%;*/
/*    height: 90%;*/
/*    padding: 0;*/
/*    margin-left: 12%;*/
/*}*/

/*.modal-content {*/
/*    height: 90%;*/
/*    border-radius: 0;*/
/*    width: 1000px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*@media screen and (max-width:320px) {*/
/*    .modal-content{*/
/*        width: 80%;*/
/*        margin-left: 4%;*/
/*    }*/
/*}*/

/*@media screen and (min-width:330px)  and (max-width:770px) {*/
/*    .modal-content{*/
/*        width: 95%;*/
/*        margin-left: 12%;*/
/*    }*/
/*}*/

/*@media screen and (min-width:770px) and (max-width:1024px) {*/
/*    .modal-content{*/
/*        width: 95%;*/
/*        margin-left: 0;*/
/*    }*/
/*}*/


/*.modal-content {*/
/*    background-color: #fefefe;*/
/*    margin: 5% 0 0 20%;*/
/*    padding: 20px;*/
/*    border: 1px solid #888;*/
/*    width: 60%;*/
/*}*/

.news-item {
        position: relative;
        color: white;
        font-family: Arial, sans-serif;
}

.news-item img {
    width: auto;
    height: 180px;
    overflow: hidden;
}

.news-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.news-item .date {
    font-size: 14px;
    font-weight: bold;
}

.news-item .title {
    font-size: 14px;
    font-weight: bold;
}

.more-news {
    text-align: center;
    margin: 20px 0;
}

.more-news button {
    background-color: white;
    border: 2px solid black;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
}

.carousel-center {
    position: relative;
    height: 300px;
}

.carousel-img-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centraliza a imagem */
    max-width: 100%; /* A imagem não excederá a largura do contêiner */
    height: auto; /* Mantém a proporção da imagem */
}

.botao {
            padding: 5px 10px; /* Tamanho do botão */
            border: 2px solid  #048c3a; /* Borda verde */
            border-radius: 18px; /* Bordas arredondadas */
            background-color: white; /* Fundo branco */
            color:  #048c3a; /* Letras verdes */
            font-size: 14px; /* Tamanho da fonte */
            transition: color 0.3s ease; /* Transição suave para a cor do texto */
        }

.botao:hover {
    color: red; /* Letras vermelhas ao passar o mouse */
}

.carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(50%); /* Ajuste os valores conforme necessário */
}

.carousel-control-prev-icon {
    filter: brightness(0) saturate(100%) invert(50%); /* Ajuste os valores conforme necessário */
}

