/* xxx */

:root {
  --cassiopeia-color-link: #879c7d;
  --cassiopeia-color-primary: #282f25;
  --link-color: #879c7d;
  --template-special-color: #39502d;
  --link-color-rgb: 48,99,141;
  --cassiopeia-color-hover: #282f25;
  --link-hover-color: #282f25;
  --link-hover-color-rgb: 149,75,86;
}

body {
  background:#555555;
  }

/* header */

.container-header .grid-child {
  padding: 0 .5em;
}

.container-header{
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(../images/bg-header2.jpg) top center no-repeat;
  border-bottom: 13px #cdc9c3 solid;
}
/* logo */
#mod-custom104{
  padding-top:10px;
}

/* foto yasmin */
#mod-custom145{
  background: transparent url(../images/yasmin_bg.png) top center no-repeat;  
    margin: 0 auto;
    padding: 0;
    width: 30%;
    height: 271px;
}


/* menu mobile */
#mod-custom117{
  height: 53px;
  display: block;
}

.menu_tit{
 float: right;
  display: block;
  line-height: 40px;
  margin: 0 10px 0 0;
  color: #fff;
}

.menu_corpo{
 float: right;
  display: block;
}


/* dj megamenu */

.container-header .container-search {
  margin-top: 0;
}

.container-search .dj-megamenu-default{
  background: transparent;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.container-search .dj-megamenu-default li a.dj-up_a {
    height: 53px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    padding: 0 10px;
    background: transparent;
    border-right: none;
    border-left: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.container-search .dj-megamenu-default li.active a.dj-up_a {
    color: #ccc;
    border-left-color: none;
    background: transparent;
}

.dj-megamenu-default li:hover a.dj-up_a,
.dj-megamenu-default li.hover a.dj-up_a,
.dj-megamenu-default li.active a.dj-up_a {
	color            : #fff;
	border-left-color: #46a5df;
	background       : rgb(56, 172, 231);
	background       : -webkit-gradient(linear, left top, left bottom, from(rgba(56, 172, 231, 1)), to(rgba(22, 129, 209, 1)));
	background       : -o-linear-gradient(top, rgba(56, 172, 231, 1) 0%, rgba(22, 129, 209, 1) 100%);
	background       : linear-gradient(to bottom, rgba(56, 172, 231, 1) 0%, rgba(22, 129, 209, 1) 100%);
}

.container-search .dj-megamenu-default li:hover a.dj-up_a, 
.container-search .dj-megamenu-default li.hover a.dj-up_a, 
.container-search .dj-megamenu-default li.active a.dj-up_a {
  background: transparent;
  }

.container-search .dj-megamenu-default li ul.dj-submenu>li>a:hover,
.container-search .dj-megamenu-default li ul.dj-submenu>li>a.active,
.container-search .dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
	background: #879c7d;
	color     : #fff;
}
.container-search .dj-megamenu-default li:hover div.dj-subwrap li:hover>div.dj-subwrap,
.container-search .dj-megamenu-default li.hover div.dj-subwrap li.hover>div.dj-subwrap {
  background: #384536;
  color     : #fff;
}

/* meio do site */

.site-grid {
  margin-top: 20px;
}

.site-grid .container-component {
  background:#fff;
  padding: 0 40px 20px 40px;
  border-radius: .25rem;
  }

main{}

.main-top.card {
  border:none;
}

#mod-custom146 {
  padding: 75px 0px 6px 0px;
  background: url(../images/ornamento.png) top center no-repeat;
}

.main-top .card-body{
  padding:0;
}

.livro {
  margin: 0 20px 20px 0;
}

.main-bottom.card.dizeres{
  background-color: #cec9c3;
  margin-bottom:30px;
}

.dizeres .card-body{
  border: none;  
  padding: 45px 0px 20px 0px;
  margin: 30px 40px 0 40px;
  background: url(../images/ornamento-lateral.png) top center no-repeat;
}

.dizeres .mod-custom{
  margin-top: 1rem;
}

/* centraliza imagens home */

.Rectangle2 {
  width: 45%; 
  height: auto;
  margin: 5px 10px; 
  padding: 2px;
  text-align: center;
  }
  
.mainDiv2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 50px 0;
}

.mainDiv2 img {
  webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform: scale(1.0);
}

.mainDiv2 img:hover {
  webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
  transform: scale(1.1);
}

/* coluna direita */

.container-sidebar-right .sidebar-right:first-child {
  margin-top: 0;
}

.sidebar-right.card._pesquisa{
  margin-top:0;
}

.mod_search101{
  border: none;
  background-color: #cec9c3;
}

div.mod_search101 input[type="search"] {
  width: 100%!important;
  background:none;
  border: none;
}

.sidebar-right.card {
  padding:20px;
  text-align: center;
}

.sidebar-right .card-header {
  padding: 25px 0 0 0;
  background: #fff url(../images/ornamento-lateral.png) top center no-repeat;
  margin: 0px 0px 5px 0px;
  text-align: center;
  border-bottom: none;
}


/* rodapé e copyright */

.footer {
  padding: 10px 0 0 0;
  margin: 30px 0 0 0;
  background: url(../images/bg-footer.jpg) top center no-repeat;
  border-top: 13px #cdc9c3 solid;
}

#mod-custom148{
  font-size:0.7em;
  margin: 0 50px 0 0;
}



/* controla largura de vídeos na pg */

#radio-tv-esq {
	margin: 0 10px 0 0;
	padding:0;
	float:left;
	display:block;
	width:50%;
}

#radio-tv-dir {
	margin: 0 0 0 10px;
	padding:0;
	float:left;
	display:block;
	width:45%;
}

#radio-tv-esq-45 {
	margin: 0 10px 0 0;
	padding:0;
	float:left;
	display:block;
	width:45%;
}

#radio-tv-dir-45 {
	margin: 0 0 0 10px;
	padding:0;
	float:right;
	display:block;
	width:45%;
}

@media (max-width: 767px) {
#radio-tv-esq {
	margin: 0;
	float:none;
	width:100%;
}

#radio-tv-dir {
	margin: 0;
	float:none;
	width:100%;
}

#radio-tv-esq-45 {
	margin: 0;
	padding:10px 0;
	float:none;
	width:100%;
}

#radio-tv-dir-45 {
	margin: 0;
	padding:10px 0;
	float:none;
	width:100%;
}
}

/* controla menu de livros */

._indice {
  text-align: center;
  margin: 0 auto;
}

._indice ul, ._indice ol {
    margin: 5px 0 15px;
    padding: 0;
    list-style: none;
	display:inline-block;
}

._indice ul li {
	margin: 0 ;
	padding:5px 10px;
	float:left;
	display:block;
}

._indice ul li a{
  font-weight: bold;
}

/* centraliza pesquisa de livros */

.main-top.card._pesquisar-acervo{
  text-align: center;
  margin: 0 auto;
}

.main-top._pesquisar-acervo .card-body{
  display:inline-block;
}

.main-top._pesquisar-acervo .mod-finder__search.input-group{
  text-align: center;
  margin; 0 auto;
  clear: both;  
}


/* RESPONSIVO */

@media (max-width: 449px) {
.container-header{
  background: url(../images/bg-header-mobile.jpg) top center no-repeat;
  background-size: cover; /* Faz a imagem cobrir todo o espaço da div */
}
  
#mod-custom145{
  background:none;
  height: 200px;
}

#mod-custom104{
  display:none;
}

.com-content-article p img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-page_fotobiografia .com-content-article__body img{
  width:18px;
}

.dj-megamenu-wrapper{
  width:50px;
}
}

@media (min-width: 450px) and (max-width: 844px){

#mod-custom145{
  background: transparent url(../images/yasmin_bg.png) top center no-repeat;  
  background-size: cover; /* Faz a imagem cobrir todo o espaço da div */
}
}

@media (max-width: 550px) {
.Rectangle2 {
  width: 90%; 
}
}
  
@media (max-width: 845px) {

.container-header .container-nav .container-search {
  margin-top: 5px;
}
  
.container-header .container-search img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-header .container-search {
 max-width: 70%;
}

.dizeres .card-body{
  padding: 25px 0px 10px 0px;
  margin: 15px 20px 0 20px;
}
}

@media (max-width: 980px) {

#mod-custom148{
  margin: 0;
}
}

@media (min-width: 980px) and (max-width: 1100px){
.container-search .dj-megamenu-default li a.dj-up_a {
    font-size: 14px;
}
}

@media (min-width: 980px){
#mod-custom117{
  display:none;
}
}