*{
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

header {
  padding-top: 0px;
  background-color: #004FE7;
  height: 100px;
}


.nav-bar{
  display: flex;
  justify-content: space-around;

  
}

.logo{
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 20px;

}

.wrapper {
  width: 100%;
  max-width: 31.25rem;
  margin: 6rem auto;
}

.label {
  font-size: .625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
}

.centro {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto; /* Adicione esta linha para centralizar horizontalmente */
  margin-bottom: 20px;
  
   
}

.searchBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto; /* Adicione esta linha para centralizar horizontalmente */
    
}



#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  

}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;

}

#searchQuerySubmit:hover {
  cursor: pointer;
}

.logo img{
  width: 250px;
  margin-bottom: 20px;

}

.nav-list {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;

  
}

.nav-list ul {
  display: flex;
  justify-content: center;
  list-style: none;

}

.nav-item{
  margin: 0 15px;
}

.nav-link{
  text-decoration: none;
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
}

.nav-link:hover{
  display: block;
  transition: 1s;
}

.mobile-menu-icon {
  display: none;
}

.mobile-menu{
  display: none;
  z-index: 100;
}

@media screen and (max-width: 999px) {

    #searchQueryInput {
      display: none;
    }

    .searchBar input{
      display: none;
    }

    .centro{
      display: none;
    }

    .header{
      
      height: 150px;
    }

    .nav-bar {
        padding: 1rem;
    }
    .nav-item {
        display: none;
    }
    .login-button {
        display: none;
    }
    .mobile-menu-icon {
        display: block;      
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu{
      background-color: #004FE7;
      width: 100%;
      top: 100px;
      position: absolute;

    
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;

    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
        margin-left: auto;
        margin-right: auto;
    }
   
    .open {
        display: block;
    }
    .centro .searchBar {
      display: none;
    }

    .searchBar{
      margin-left: auto;
      margin-right: auto;
    }

    .line2{
      width: 80%;
      color: #fff;
      margin-left: auto;
      margin-right: auto;
    }

    .logo{
      margin: 0;
    }
    
    .newsletter .b-news{
      display: none;
    }

    #searchQueryTest {
      display: none;
    }

    .desc{
  display: none;
  }

  .books .b-title{
  padding-top: 1.2rem;
  }

}






.desc{
  display: flex;
}

.desc p{
  padding: 3rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;

}

.mais a{
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
}
.mais a:hover{
  text-align: center;
  text-decoration: none;
  color: grey;
  font-size: 20px;
  
}
.mais{
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 999px) {
.desc{
  display: none;
}

.books .b-title{
  padding-top: 1.2rem;
  }

}




.books .b-title{
  margin-left: auto;
  margin-right: auto;
  width:300px;
}

.books img{
  width: 245px;
  height: 300px;
}

.img{
  padding: 1.5rem;
  justify-content: space-around;
  display: flex;
}
















.newsletter .b-news{
  text-align: center;
}

#searchQueryTest {
  width: 300px;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
}

.newsletter .input{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin: 1rem;
}

.newsletter input{
  margin-left: 20px;
  margin-right: 20px;
}






















.slider-wrapper {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
  height: 400px;
}

.slider {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
	-ms-overflow-style: none; /* Hide scrollbar IE and Edge */
	scrollbar-width: none; /* Hide scrollbar Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
	display: none;
}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
  height: 400px;
  max-width: 100%;
}

.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.75;
	transition: opacity ease 250ms;
}

.slider-nav a:hover {
	opacity: 1;
}



.banner img{
  width: 100%;
  height: 170px;
  padding: 1.5rem;
  border-radius: 40px;
  object-fit: cover;
}

.banner{
  padding-top: 4rem;
  padding-bottom: 4rem;
}



















.footer-distributed{
  background: #AAAAAA;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 30px;
  position: relative;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

.footer-left img{
  width: 250px;
}

/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Open Sans', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #222;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
  padding: 10px;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  rgb(255, 255, 255);
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-distributed .footer-company-about a{ 
  text-decoration: none;
  color:  #ffffff

}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-bottom{
  background: #004FE7;
  height: 100px;
  position:fixed;
  margin-left: 0;
  position: relative;
  bottom:0px;
}

.footer-bottom p{ 
  text-align: justify;
  width: 70%;
  padding: 20px;
  color: #fff;
  font-size: 12px;


}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 999px) {

  .footer-distributed{
    font: bold 14px sans-serif;
    bottom: 0px;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
  
  }

  .footer-distributed .footer-center{
    display: none;
  }

  .footer-distributed .footer-right{
    display: none;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

  .footer-bottom{
  display: none;
  }

  .footer-bottom p{
    display: none;
    
  }
}
