*{
	margin:0;
	padding:0;
	}
html{
    min-height: 100%;
    display: flex;
}
body {
    font-family: 'Libre Franklin', sans-serif;
    flex: 1;
    position: relative;
}
body::after {
    content: '';
    display: block;
    }
h1{
    font-size: 32px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
p{
	font-size: 14px;
}
input{
    padding: 10px;
}
footer{
 clear: both !important;
}
/**** Menu1 ****/
.menu1 ul {
    display: inline-flex;
}
.menu1{
    background: #fff;
    text-align: right;
    border-bottom: #D6ECFA solid 1px;
    height: 40px;
    z-index: 20;
}
.menu1 ul li{
    padding: 7px 0 7px 40px;
    list-style: none;
}
.menu1 a{
    color: #0F4C81;
}

/**** Menu2 ****/
.fixed-top {
    z-index: 3 !important;
}
nav.menu2 {
    margin-top: 40px;
}
.navbar {
    background-color: #fff !important;
    text-transform: uppercase;
    height: 90px;
}
.navbar-brand {
	z-index: 3;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #363838 !important;
    padding-left:20px;
    padding-right: 20px;
}
a.nav-link.active{
    font-weight: 700;
    position: relative;
}
a.nav-link.active::after{
    content: "";
    position: absolute;
    background: #8FB8EA;
    height: 11px;
    width: 11px;
    top: 15px;
    left: 0;
    border-radius: 13px;
}
.navbar-collapse {
    background: #fff;
    padding: 4px 2px;
    margin: 0 -25px;
    text-align: center;
}
/**** Header ****/
#home header{
    background-image: url('images/themis.png');
    background-repeat: no-repeat, repeat;
    background-position: top center;
    background-size: cover;
    min-height: 40vh;
    color: #fff;
    margin: 130px 0 40px;
}
#home header .texto{
    padding: 10vh 15px;
    height: 20vh;
}
.cabecalho{
	font-weight: bold;
}

/**** Notícias ****/
#home .noticias .card-body{
	position: relative;
}
#home .noticias .fixo{
	position: absolute;
	bottom: 15px !important;
}
/**** Eventos ****/
#home .eventos{
	border-radius: 5px;
    border: #ddd solid 1px;
    min-height: 100px;
    padding: 10px 10px 20px 10px;

}
#home .eventos .titulo{
	font-size: 18px;
}
#home .eventos .link{
	font-size: 14px;
}
#home .eventos .data{
	font-size: 22px;
}

#home .eventos-imagem {
	float: left;
    min-width: 19%;
    min-height: 100px;
    max-height: 100%;
    background-image: url(images/calendar.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
    margin-right: 10px;
}

/**** Associe-se ****/
.associar .card img {
    height: 70%;
    width: 70%;
    margin: 0 auto;
}
.associar .card {
	padding: 20px;
	margin: 15px 0;
}
.associar .texto{
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 11px;
}
.associar a, .cartoes a{
	font-weight: bold;
	color: #000;
	text-decoration: underline; 
}

/**** Slides ****/

a:not([href]):not([tabindex]) {
    
    color: white;
    
    text-decoration: none;
}

/**** Footer ****/

#footer {
    color: #fff;
    background-color: #0F4C81;
    padding-top: 20px;
    left: 0;
    bottom: 0 !important;
    width: 100%;
    clear: both;
    position: absolute;
}
#footer h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

/**** Login ****/

#fundo {
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  left: 0;
  display: none;
}
#login {
    left: 33%;
    right: 33%;
    top: 10%;
    position: fixed;
    background-color: #fff;
    z-index: 2000;
    display: none;
    padding: 5% 5% 5%;
    border-radius: 5px;
}
#login input {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: #B4B4B4 solid 1px;
    box-shadow: none;
    padding-left: 10px;
}
#login label{
	margin-top: 20px;
}

#login a {
	color: #0F4C81;
	font-size: 14px;
	text-decoration: underline;
}
#login #loginSubmit{
	width: 100%;
	height: 40px;
	background-color: #658DC6;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
    border-radius: 50px;
   	font-size: 16px;
    border: none;
}
#enviar{
    width: 300px !important;
    height: 40px;
    background-color: #658DC6;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 50px !important;
    font-size: 16px;
    border: none !important;
}
input#checkbox {
    width: 16px !important;
    height: 16px !important;
    margin-top: 10px !important;
}
#login .fechar{
    background: #fff;
    border-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
#login .fechar img{
   width: 25px;
   height: 25px;
}
/**** BreadCrumb ****/
#breadcrumb {
    margin-top: 130px;
}
.bg-bread{
    background: url('images/bg-bread.png') bottom no-repeat;
    background-size: cover;
    padding: 30px 0 20px;
    margin-bottom: 40px;
}
.breadcrumb{
    background: transparent;
    float: right;
}
.star img{
    margin: -2px 10px 0 6px;
}
.arrow img{
    margin: 0 10px;
}

.breadcrumb a {
    color: #000;
}
ol.breadcrumb{
    padding: 0!important;
    margin: 0!important;
}

/**** Página Notícias ****/
#noticias .artigo h3, #noticias .card a, #artigo .artigo h3, #artigo .card a, #eventos .artigo h3, #eventos .card a {
    color: #0F4C81;
}
#noticias .artigo, #eventos .artigo{
    margin-bottom: 20px;
    border-radius: 5px;
    border: #ddd solid 1px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 200px;
}
#artigo .artigo{
    margin-bottom: 20px;
    border-radius: 5px;
    border: #ddd solid 1px;
    margin-left: 5px;
    margin-right: 5px;
}
#noticias .artigo img, #eventos .artigo img, #artigo .artigo img{
    max-width: 100% !important;
    height: auto !important;
}
#noticias .imagem-container, #eventos .imagem-container{
    width: 275px;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat!important;
    margin: 0 0 0 -15px;
    border-radius: 5px 0 0 5px;
    background-position: center center !important;
}
#noticias .data, #artigo .data{
    margin: 10px 0 5px 0;
    color: #707070;
}
#eventos .data{
    margin: 10px 0 5px 0;
    color: #658DC6;
    font-size: 20px;
}
.artigo .col-sm-10.col-12 {
    padding-bottom: 15px;
}
/**** Paginação ****/
.paginacao{
    float: right;
    margin-right: 5px !important;
}
.paginacao a img{
    width: 30px;
}
/**** Artigos ****/
#artigo .artigo img {
	margin: 20px 0;
}
.paginacaoartigo a img{
    width: 30px;
}
.paginacaoartigo a{
    color: #707070;
}

.container .paginacaoartigo{
	position: relative;
}
/**** Convênios ****/
#convenios .container-borda{
	height: 255px;
    border-radius: 5px;
    border: #ddd solid 1px;
}
#convenios .container-convenio{
	height: 255px;
	margin: 0 30px;
    background-size: contain !important;
}
#convenios .colunas a{
    color: #707070;
}
#convenios .colunas{
    text-align: center;
}
.gray{
	color: #707070;
}
/**** Convênios ****/
#quemsomos .roman ul li {
	list-style: upper-roman;
	list-style-position: inside;
}
#quemsomos span ul {
	list-style-position: inside;
}
#quemsomos span ul a {
	color: #000;
}

#quemsomos .trienio{
	text-align: center;
	font-size: 14px;
}
#quemsomos .trienio img{
	width: 80%;
	margin: 30px auto 0 auto;
	border-radius: 200px;
    max-width: 128px;
}
#quemsomos .trienio p{
	margin: 0;
}
/**** Contato ****/
#contato input{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #ddd;
}

.conversar{
    text-align: center;
    font-size: 34px;
    color: #707070;

}
.conversar img{
    height: 40px;    
}

/**** Documentos ****/
#documentos .documentos a{
    color: #707070;
    font-size: 22px;
    font-weight: medium;
    position: relative;
    padding-left: 20px;
    display: block;
}
#documentos .documentos a:after{
    content: "";
    position: absolute;
    background: #658DC6;
    height: 6px;
    width: 13px;
    top: 10px;
    left: 0;
    border-radius: 4px;
}
#documentos .documentos a img{
    width: 30px;
    height: 30px;
    float: right !important;
    margin-left: 20px;
}
.documentos .row {
    margin-bottom: 50px;
}
.primario {
    background: #658DC6;
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    border: #658DC6 solid 1px;
}
/**** Pesquisas ****/

#pesquisas input[type="submit"]{
    background: #658DC6;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    border: #658DC6 solid 1px;
}
#pesquisas .container-borda, #eleicoes .container-borda {
    padding: 10px 0;
    border-radius: 5px;
    border: #ddd solid 1px;
    margin-left: 5px;
    margin-right: 5px;
}
/**** Eleições ****/

#eleicoes ul{
    list-style-position: inside;
}
#eleicoes input[type="submit"]{
    background: #658DC6;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    border: #658DC6 solid 1px;
}

/**** CSS Responsivo ****/

@media (max-width: 320px){
     body::after {
    height: 340px; 
    }
    #footer{
    height: 340px;
    }
}
@media (min-width: 320px){
    body::after {
    height: 340px; 
    }
    #footer{
    height: 340px;
    }
}
@media (min-width: 576px){
    body::after {
    height: 200px; 
    }
    #footer{
    height: 200px;
    }
}
@media (max-width: 767px){
	 h1{
    font-size: 24px;
	}
	h2{
	    font-size: 20px;
	}
	h3{
	    font-size: 18px;
	}
   a.nav-link.active::after{
   	display: none;
   }
  
    #home .eventos .card{
    	width: 100%;
    }
	#home .eventos .data {
    font-size: 13px;
    }
    #login {
        left: 5%;
        right: 5%;
        top: 20%;
    }
    #login  #loginSubmit{
       	font-size: 12px;
    }
    .menu1{
    text-align: center;
    }
    .menu1 ul li{
        padding: 7px 5px;
        list-style: none;
    }
    .navbar {
        display: block;
        height: auto;
    }
    #noticias .imagem-container, #eventos .imagem-container{
    margin: 0 auto;
    height: 250px;
    width: 100%;
    }
    .breadcrumb{
    float: none;
    }
    #enviar {
    margin: auto;
    display: block;
    }
    #documentos .documentos a {
    display: flex;
}

}
@media (min-width: 768px){
    .grid-container {
    grid-template-columns: repeat(2, 2fr) !important;    
}
   
    body::after {
    content: '';
    display: block;
    height: 200px; 
    }
    #footer {
    height: 200px;
    }
}
@media (max-width: 1023px){
    #documentos .documentos a {
    font-size: 18px;
    }
}
@media (min-width: 1024px){
    body::after {
    height: 155px; 
    }
    #footer {
    height: 155px;
}
    
}
@media (min-width: 1200px){
    
}
@media (min-width: 1201px){
    
}