.bg-gradient-theme {
    background: linear-gradient(to right, #123e7000, #123e70AA, #123e70FF, #123e70AA, #123e7000);
}

.barra_maior, .barra_menor{
    width: 100%;
}

.barra_maior {
    /*height: 2em;*/
    line-height: 2em;
    vertical-align: middle;
    /*text-align: right;*/
}

.barra_menor {
    display: block;
    height: 0.3em;
}

.amarelo {
    background-color: #fbb42a;
}

.azul_primario {
    background-color: #268fa9;
}

.azul_secundario {
    background-color: #62c2cf;
}

.azul_abcdusp {
    background-color: #1094AB;
}

.logo_usp {
    height: 1.8em;
    line-height: 2em;
    vertical-align: middle;
    /*float: right;*/
}

.logo img{
    width: 90%;
}
.search {
    top: .5em;
}

.imagem-paragrafo-esquerda{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.imagem-paragrafo-direita{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
#menu-menu-principal li{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.5em auto 0.5em auto ;
}

#menu-menu-principal li .nav-link{
    color: #fff;
}

#menu-menu-principal li .nav-link:hover{
    color: #62c2cf;
}

#menu-menu-principal li:hover:after {
    content: "";
    display: block;
    width: 4em;
    height: 0.2em;
    background: #fbb42a;
    margin: 0em auto -.2em auto ;
}

#menu-menu-institucional li .nav-link{
    padding: 0em 1em;
    font-size: 0.88rem;
}

form .search input{
    border-color: #123e70;
}

.page-numbers{
    color: #fff;
}

.dots{
    color: #113e70;
}

#resultadoBusca li {
    text-decoration: none !important;
}

.entry-type{
    font-weight: bold;
}

.entry-title{
    font-weight: bold;
}
		

/*#carouselProdutos div.carousel-inner, #carouselProdutos div.carousel-item {
    height: 400px;
}*/

/*.titulo {
    color: #123e70;
}*/

.titulo:after {
    content: "";
    display: block;
    width: 7rem;
    height: 0.3rem;
    /*background: #123e70;
    background: #fbb42a;*/
    background: #268fa9;
    margin-top: .3rem ;
    margin-bottom: 2rem;
}

.carousel-caption a{
    color:  #fff;
    text-decoration: none;
}

.carousel-caption a:hover:after {
    content: "";
    display: block;
    width: 7rem;
    height: 0.3rem;
    background: #fbb42a;
    margin-top: -.3rem ;
    margin-right: auto;
    margin-left: auto;
    /*margin-bottom: 2rem;*/
}

/* Ícone telefone */

/*a[href^=”tel:”]:before {
    content: “\260E”;
    margin-right: 0.5em;
}*/

.card p span {
    font-weight: bold;
    color:#268fa9;
}

.img-carrosel {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /*background-image: url('path/to/image.jpg');*/
}
.img-aguia {
	background-image: url('../img/cover/aguia.jpg');
}

.banner {
    height:500px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
}

#semana-do-livro-link {
    content: "";
    height: 100%;
    margin:0 auto;
    width: 80%;

}
#semana-do-livro {
    background-image: url('../img/covers/banner-semana-livro1.png');
    z-index: 0
}
#aguia {
    background-image: url('../img/covers/aguia.jpg');
}
#pbi {
    background-image: url('../img/covers/pbi.jpg');
}
#dedalus {
    background-image: url('../img/covers/dedalus.jpg');
}
#repositorio {
    background-image: url('../img/covers/rep.jpg');
}
#teses {
    background-image: url('../img/covers/bdtd.jpg');
}
#acessoaberto {
    background-image: url('../img/covers/acessoaberto.jpg');
}
#obrasraras {
    background-image: url('../img/covers/obrasraras.jpg');
}
#livrosabertos {
    background-image: url('../img/covers/livrosabertos.jpg');
}
#revistas {
    background-image: url('../img/covers/revistas.jpg');
}
#bdta {
    background-image: url('../img/covers/bdta.jpg');
}


#menu-menu-institucional li a {
	font-weight: bold;
}


.heateor_sss_sharing_container {
	margin-bottom: 10px;
}

#cookiepolicy {
    position: fixed;
    z-index: 1000000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0.5em 1em 0.5em 1em;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.5), 0 -6px 20px 0 rgba(0, 0, 0, 0.3);
    background-color rgb(244,244,244);
    box-sizing: border-box;
    clear: both;
}

#cookiepolicy .text {
    width: 100%;
    padding: 1em;
    text-align: left;
}

#cookiepolicy .but {
    box-sizing: border-box;
    margin: 1em auto 0 auto;
    width: auto;
    min-width: 7em;
    text-align: center;
    border: 1px black ridge;
}

#cookiepolicy .but:hover{
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5), 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

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

/* BANNER */
.banner{
    height: 320px;
    max-height: 400px;
    min-height: 300px;
}

#semana-do-livro-link {
    content: "";
    height: 100%;
    margin:0 auto;
    width: 80%;
}
#semana-do-livro {
    background-image: url('../img/covers/mobile/semana-do-livro-mobile.png');
    z-index: 0
}
#aguia {
    background-image:  url("../img/covers/mobile/aguiamobile.jpg");
}
#pbi {
    background-image: url('../img/covers/mobile/pbimobile.jpg');
}
#dedalus {
    background-image: url('../img/covers/mobile/dedalusmobile.jpg');
}
#repositorio {
    background-image: url('../img/covers/mobile/repmobile.jpg');
}
#teses {
    background-image: url('../img/covers/mobile/bdtdmobile.jpg');
}
#acessoaberto {
    background-image: url('../img/covers/mobile/acessoabertomobile.jpg');
}
#obrasraras {
    background-image: url('../img/covers/mobile/obrasrarasmobile.jpg');
}
#livrosabertos {
    background-image: url('../img/covers/mobile/livrosabertosmobile.jpg');
}
#revistas {
    background-image: url('../img/covers/mobile/revistasmobile.jpg');
}
#bdta {
    background-image: url('../img/covers/mobile/bdtamobile.jpg');
}

}
