.portal-search-smart{ visibility: visible;}

.portal-search .busca-gsa{ visibility: visible;}

.busca-smartphone .busca-gsa{visibility: visible;}

.busca-smartphone .busca-plone{ visibility: hidden;}

.item-destaque-home{
    border-bottom: 1px solid #ccc;
    padding-bottom: 38px;
    margin-top: 13px;
}

.titulo-item-destaque-home{
  font-size: 18px;
  font-weight: bold;
}

.titulo-item-home {
    font-size: 20px;
    color: #337ab7 !important;
    font-weight: bold;
    padding-top: 16px;
}

.titulo-item-video {
    font-size: 20px;
    color: #337ab7 !important;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 10px;
}

.desc-item-home{
  margin-top: 5px;
  font-size:16px;
  color: #777;
}

.caixa-home-escola {
    background-color: #f7f7f7;
    height: 226px;
    float: left;
    margin-bottom: 10px;
    padding-left: 17px;
    padding-top: 34px;
    padding-right: 10px;
    border-right: 6px solid #fff;
}

.caixa-home-livraria {
    background-color: #f7f7f7;
    height: 226px;
    float: left;
    margin-bottom: 10px;
    padding-left: 17px;
    padding-top: 34px;
    padding-right: 10px;
}

.caixa-home-biblioteca {
    background-color: #f7f7f7;
    height: 226px;
    float: left;
    margin-bottom: 10px;
    padding-left: 17px;
    padding-top: 34px;
    padding-right: 10px;
    border-right: 6px solid #fff;
}

.link-caixa-home{
  font-size:19px;
  font-weight: bold;
}

.link-home{
  font-size:13px;
  font-weight: bold;
}

.texto-caixa-home{
  font-size: 15px;
  margin-top: 6px;  
  color:#777;
}

.caixa-home-pesquisa {
    background-color: #f7f7f7;
    height: 223px;
    padding-left: 17px;
    padding-right: 10px;
    margin-top: 3em;
}

.caixa-home-imprensa {
    background-color: #f7f7f7;
    height: 230px;
    padding-left: 17px;
    padding-right: 10px;
    margin-top:20px;
    margin-bottom:20px;
}

.texto-caixa-lateral{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  border-bottom: 4px solid #fff;
  padding-bottom: 7px;
}

.item-agenda-home:first-of-type{ margin-bottom: 15px;}

.texto-caixa-lateral:last-child{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  padding-bottom: 7px;
  border:none;
}

.delimitador-home{
  font-size: 20px;
  margin-top: 10px;
  border-bottom: 6px solid #ccc;
  padding-left: 0px;
  color: #337ab7 !important;  
  font-weight: bold;
  padding-bottom:6px;
  margin-bottom: 1.5em;
}

.delimitador-acessibilidade{
  font-size: 20px;
  margin-top: 10px;
  border-bottom: 6px solid #ccc;
  padding-left: 0px;
  color: #337ab7 !important;  
  font-weight: bold;
  padding-bottom:6px;
  margin-bottom: 1.5em;
}

.caixa-agenda{
  margin-top:20px;
  margin-left: 30px;
  margin-bottom:20px;
}

.carousel-noticias .carousel-indicators .active{ background:#ccc;}

.carousel-indicators li {
    border: 2px solid #999 !important;
    margin-bottom: 3px !important;
 }

.carousel.carousel-noticias .item {
  left: 0;
  height:91px;
  margin-top:20px;
  margin-left:40px;
  width:90%;
  text-align: justify;
}

.carousel.carousel-noticias .item a{
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 96%;
}

.carousel.carousel-noticias .item .descricao {
    margin-top: -21px;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    font-size: 16px;
}

.carousel-noticias .carousel-indicators{ top: 97px !important;}

.linha-home{
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 691px){
	.carousel-noticias .carousel-indicators{
	    display: none !important;
	} 
	.carousel.carousel-noticias .item {
	  margin-left:5px;
	  height:auto;
	}
}

@media (min-width: 890px){
	.item-destaque-home{
	  margin-left: 20px;
	} 
	.titulo-agenda{
	  margin-left:20px;
	  width:344px;
	}
	.caixa-home-imprensa {
	    margin-left: 19px;
	}
	.caixa-home-pesquisa {
	    margin-left: 19px;
	}
}

@media (min-width: 1079px){
	.texto-campanhas-home{
	   margin-left: 90px;
	   margin-right: 30px;
	}
}

@media (max-width: 1079px){
	.caixa-home-escola {
	    height: auto;
	    width: 100%;
	    border: none;
	}
	.caixa-home-biblioteca {
	    height: auto;
	    width: 100%;
	    border: none;
	}
	.caixa-home-livraria {
	    height: auto;
	    width: 100%;
	}
	.caixa-home-pesquisa {
	    margin-left: 0px;
	}
}


.mensagem-aviso {
	  background:#ce4949;
	  background:linear-gradient(#ce4949 50%, rgba(0, 0, 0, 0.75));
	  color: white;
	  font-family: arial;
	  font-size: 16px;
	  text-align: center;
	  margin:5px 15px 5px 15px;
	  padding:	15px 30px;
	  border-radius:5px;
}