
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root{
  --cor-primaria: #166669;
  --cor-secundaria: #047f5b;
  --cor-terciaria: #00ce44;
}

*{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

html{

}

body{

}

a{
    text-decoration: none !important;
    color: darkblue !important;
}

nav.navbar{
    background-color: var(--cor-primaria) !important;
}
nav.navbar a{
    color: white !important;
    padding-inline: 2rem;
    font-weight: 100 !important;
}

#main{
    max-width: 1080px;
}

#top #tools #busca input{
    width: 300px;
}

#middle{
    min-height: 300px;
    max-width: 100%;
}

#home #servicos{

}

#noticias-destaque-b{
    
}

.noticias-destaque-b-item{
    max-width: 30% !important ;    
}

.noticias-destaque-b-item img{
    max-width: 100%;
    aspect-ratio: 3/2;
}

.noticias-destaque-b-item .data{
    font-size: .75rem;
    font-weight: bold;
}

.noticias-destaque-b-item .titulo{
    font-weight: 200 !important;
}

#acesso-a-informacao *,
#institucional *,
#noticias-gerais *{
    color: var(--cor-primaria) !important;
}
#acesso-a-informacao{
    background-color: lightgrey;
}
.acesso-a-informacao-img{
    width: 30% !important;
}

.acesso-a-informacao-img img{
    width: 100% !important;
}

.acesso-a-informacao-itens{
    width: 70% !important;
}

.acesso-a-informacao-item{
    background-color: whitesmoke;
    border: 0px solid var(--cor-primaria);
    min-width: 33%;
    max-width: 33%;
    min-height: 45%;
    max-height: 47%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.acesso-a-informacao-item a{
    font-weight: 400;
    font-size: 1.2rem;
}

#acesso-a-informacao-shortcuts{
    background-color: var(--cor-secundaria);
}

#acesso-a-informacao-shortcuts a{
    font-weight: lighter;
    padding: .5rem 2rem;
    color: white !important;
}

#rodape{
    background-color: var(--cor-primaria);
    color: white;
    font-weight: 200;
}
#rodape div{
    text-align: center;
}
#rodape small{
    display: block;
    border-bottom: 1px solid #ccc;
}


/* noticias */

#noticias-gerais{

}

#noticias-gerais ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#noticias-gerais ul li{
    border-bottom: 1px solid var(--cor-primaria);
    padding: .34rem 0;
}

#noticias-gerais ul li a{
    font-weight: 200;
}

#noticia-carrossel{
    position: relative;
    width: 100%;
}

#noticia-carrossel img{
    width: 100%;
    height: 400px;
}



#noticia-carrossel #legenda{
    background-color: rgba(255, 255, 255, .75);
    color: black;
    text-align: center;
    padding: 1rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
}


#institucional *{
    color: var(--cor-secundaria);
    font-size: 1.1rem;
}

#institucional h1{
    background-color: var(--cor-secundaria);
    color: white !important;
}

#institucional a{
    min-width: 20%;
    font-weight: 300;
    padding-left: 1.8rem;
}


