@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Concert+One&display=swap');


body {
  font-family: "Open Sans", sans-serif;
  float: left;
  width: calc(100vw - 20px);
  height:100vh;
  overflow-x:hidden;
  margin:0;
  padding:0;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(209,246,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(209,246,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(209,246,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(209,246,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(209,246,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(209,246,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1f6ff', GradientType=0 );
background-attachment: fixed;
}
.topo{
    width:100%;
    height:155px;
    padding-top:5px;
    color:darkgrey;
}
.t1{
    width:200px;
    height:155px;
    float:left;
    text-align:center;
}
.t2{
    width:calc(100% - 400px);
    height:155px;
    float:left;
    text-align:center;
    color:silver;
}
.temp{
        background: hsl(210, 30%, 0%) radial-gradient( hsl(210, 30%, 20%), hsl(210, 30%, 0%));

}
.t3{
    width:200px;
    height:155px;
    float:left;
    text-align:center;
}

.linha{
    width:100%;
    text-align:center;
    color:silver;
}
.linha i {
    margin-right:30px;
    transition:.5s;
}
.linha i:hover {
    color:#91785E;
    transition:.5s;
}
.linha_mnu{
    width:100%;
    background:#000;
    color:silver;
    text-align:center;
}

.img_dir{
    width:250px;
    right:0;
    position:absolute;
    height:100%;
}
.livro{
    float:left;
    margin:5px;
    width:250px;
    height:380px;
    text-align:center;
    transition:.5s;
    padding:5px;
}
.livro:hover {
    border-radius:15px;
    box-shadow: inset 0 0 0 4px silver,
      0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
    transition:.5s;
  }



.clear {
    clear: both;
}
.esquerda{
    width:calc( 100% - 260px);
    padding-left:5px;
    padding-right:5px;
}
.titulo{
    font-family: 'Alfa Slab One', cursive;
}
.cx_mundo{
    display:block;
    width:95%;
    margin:5px;
    background-color:#F5F5F5;
    color: #B09753;
    padding:5px;
    background-image: url('imagens/site/fundo_ber.jpg');
    background-size: 100%;
    background-position: center;
    text-align:center;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    transition:.5s;
}
.cx_mundo:hover{
    box-shadow: none;
    transition:.5s;
}

.itm_mnu{
    color:silver;
    margin-left:7px;
    margin-right:7px;
    transition:.5s;
}
.itm_mnu:hover{
    color:gold;
    margin-left:10px;
    margin-right:10px;
    transition:.5s;
}

.conto_prev{
    width:100%;
}
.conto_prev .tit{
    font-weight: 700;
}
.conto_prev .peq{
    font-size: small;
    color:darkblue;
}
.conto_prev .cont{
    display:inline;
    font-weight: 700;
    color:darkblue;
    transition:.5s;
    padding:5px;
    
}
.conto_prev .cont:hover{
    border-radius:5px;
    background:yellow;
    transition:.5s;
}
.box_img{
    width:250px;
    height:165px;
    margin:5px;
    margin-bottom:12px;
    margin-left:0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.box_img .tipo{
    position:relative;
    top:5px;
    left:5px;
    background: #91785E;
    color:silver;
    padding:5px;
    display: inline;
    border-radius:5px;
    font-size: small;
}
.box_img .info{
    position:relative;
    top:120px;
    background: rgba(245,245,245,0.5) none no-repeat scroll 0 0;
    padding:5px;
    width:calc(100% - 10px);
    border-radius:5px;
    text-align:right;
    text-shadow: 2px 1px 3px #fff;
    font-size: small;
}


.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.container a {
    position: relative;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    transition: 1s;
    overflow: hidden;
    text-decoration: none;
}

.container a:hover {
    background: var(--clr);
    box-shadow: 0 0 10px var(--clr),
                0 0 30px var(--clr),
                0 0 60px var(--clr),
                0 0 100px var(--clr);
}

.container a::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 400%;
    background: var(--clr);
    transition: 1s;
    animation: animate 2s linear infinite;
    animation-delay: calc(0.33s * var(--i));
}

.container a:hover::before {
    width: 120%;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.container a::after {
    content: "";
    position: absolute;
    background: #000;
    inset: 4px;
    transition: 0.5s;
}

.container a:hover::after {
    background: var(--clr);
}

.container a span {
    position: relative;
    z-index: 1;
    font-size: 1em;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: 0.5s;
}

.container a:hover span {
    opacity: 1;
    color: #0e1538;
}



.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #91785E;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #91785E;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #91785E;
  background: #91785E;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  margin: 0 auto;
  margin-top:5px;
}

.cont_meio{
    margin: 0 auto;
    width:100%;
    max-width:1500px;
}
.trinta{
    width:33.3%;
    float:left;
}