
footer{
    background-color: #ffce01;
    height: auto;
    float: none;
}
#footer-logo{
    width: 100%;
}
.img-git{
    width: 50px;
}
a:link{
    text-decoration: none;
    color: black;
}
p{
    color: black;
}

@media only screen and (max-width: 750px) { 

    #footer-logo {
        margin-left: 24%;
        width: 40%;
    }
    .conjunto-redes{
        padding-left: 10%;
    }
    #mapa{
        padding-left:110px ;
    }

}


body{
    font-family: space mono;
}

header{
    height: auto;
    background-color: #ffce01;
    font-family: space mono;
    color: black;
}
.amarelo{
    
    background-color:#ffce01;
    color: black;
}
.noticia{
        background-color: #ffce01;
        border: none;
        color: black;
        text-align: center;
        transition: 0.3s;
}
.noticia:hover {
    background-color: black;
    color: #ffce01;
  }

.aside-ntc{
    background-color: #7000FF;
    border: none;
    color: white;
    text-align: center;
    transition: 0.3s;
}
.aside-ntc:hover {
background-color: white;
color: #7000FF;
}

main{
    width: 70%;
    height: auto;
    display: block;
    float: left;
    background-color: #fdffe9; 
}
aside{
    height: auto;
    display: block;
    float: left;
    background-color: #fdffe9;
}
.titulo-destaque-geral{
    background-color: #7000FF;
    color: white;
    margin-top: 5%;
}

.texto-aside{
    font-size: small;
}
.img-news{
    width: 100%;
    padding-right: 2%;
}
p{
    font-family: numans;
    text-indent: 0px;
}

.navbar-nav{
    font-size: 25px;
    color: black;
    margin: 0;

}

.nav-link:hover {
    background-color: #7000FF;
    color: white;
    
}

.titulo-noticia{
    font-size: 35px;
    text-align: justify;
    margin-top: 5vh;
    font-weight: bold;
}

.subtitulo-noticia{
    font-size: 17px;
    text-align: justify;
    font-family: numans;
}

.autor-noticia{
    text-align: left;
    font-size: 17px;
    font-family: space mono;
    font-weight: bold;  
    padding-bottom: 2vh;
    color: rgb(0, 0, 0);
    
} 

.botao-main{
    position: relative;
}

.imagem-noticia{
    width: 100%;
    overflow: hidden;
    filter: saturate(0);
}
.text-yellow *{
    color: white!important;
    background-color: #7000FF;
}
.blacknwhite{
    filter: saturate(0);
}



.legenda-imagem-noticia{
    font-size: 15px;
    text-align: justify;
    font-family: space mono;
}

.texto-noticia{
    margin-top: 6vh;
    font-size: 17px;
    text-align: justify;
    font-family: numans;
}

.thumb_w_text{
    position: relative;
    
}

h2{
    font-size: medium;
}
.manchete{
    font-size: 12px;
    
}
.titulo-manchete{
    font-size: x-large;
}
.imagem-noticias-main{
    width: 110px;
} 
a{
    text-decoration: none;
    color: inherit;
}
.dark{
    height: 100%;
    width: 47%;
    background-color:black;
    opacity: 0.65;
    position: absolute;
    top: 0%;
    left: 50%;
    display: block;
}
.text_for_thumb{
    position:absolute;
    display:block;
    top: 20%;
    left: 51%;
    font-size: 12px;
    color: white;
    text-align: justify;
    width: 45%;
    
}
.text-cartao{
    font-size: 14px;
}
.title_for_thumb{
    position:absolute;
    display:block;
    top: 0%;
    left: 51%;
    font-size: 25px;
    color: white;
    text-align: justify;
    width: 45%;
    
}
.card-title{
    float: right;
}



.card-img-overlay{
    border-radius: 0;
}

.texto-cronica{
    text-indent: 30px;
}
