body {
  min-height: 100vh;
  background-color: #ffffff;
  font-family: Mulish, Roboto, Arial, sans-serif;
}

.navbar-land {
    padding: 10px;
    padding-left: 70px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}

.nav-fundo {
    background-color: #2c85bf;
}

.navbar-land .navbar-nav .nav-link{
    color: #FFF;
    font-size: 16px;
    padding-right: 25px;
}

.carousel-control-prev{
    color: #1b5cbe;
}

.logo{
    height: 105px;
    margin-bottom: 0px;
    margin-left: 40px;
}

.logo-land img{
    height: 120px;
}

.footer-land{
    padding-top: 3rem!important;
    padding-right: 0;
    padding-bottom: 0;
}

.footer-land h5 {
    color: #1c1c1c;
}

.footer-land p {
    color: #1c1c1c;
}

.footer-land .nav-item a{
    color: #1c1c1c;
}


.container{
    padding-top: 30px;
}

.card{
    border: none;
}

.card-card{
    padding: 0px 0px 0px 0px;
}

.card-body h5{
    text-align: center;
}

.card-img{
    height: 90px;
    text-align: center;
}

.card-text{
    font-size: 14px;
}

.title-map {
    text-align: left;
}

.img-card {
    width: 60px;
}

.sobre {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid;
    margin-bottom: 30px;
}

.sobre p {
    font-size: 14px;
}

.img-div{
    text-align: center;
}

#local {
    padding: 10px;
    --bs-gutter-x: 0rem;
}

#map {
    padding-left: 5%;
}

#map iframe {
    border-radius: 20px;
}

.map-text {
    padding-left: 50px;
}


.section {
    background: #e6e6e6;
}

.section-contato{
    background: linear-gradient(to right, #00346a, #005cff);
}

.contato-label{
    color: #FFF;
}

.input-contato {
    border-radius: 12px;
    border: none;
}

.slide-in {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}

.btn-contato {
    width: 130px;
    border-radius: 12px;
    background-color: #003570;
}

.btn-contato:hover {
    background-color: #54b4d5;
}

.btn-result {
    background-color: #54b4d5;
    color: #FFF;
    border-radius: 12px;
    border: none;
    margin-bottom: 45px;
}

.input-result {
    width: 90px;
    border: none;
    border-radius: 5px;
    margin-bottom: 45px;
}

.btn-resultado:hover {
    background-color: #54b4d5;
}

.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
}

.menu li {
    align-self: flex-end;
}


::-webkit-input-placeholder {
   color: #decfce;
}

:-moz-placeholder {
   color: #decfce;
}

::-moz-placeholder {
   color: #decfce;
}

:-ms-input-placeholder {
   color: #decfce;
}

.nav-item {
    padding-right: 0px;
}

.menu .nav-link {
    font-family: 'Mulish', sans-serif;
}

.form-login {
    display: none;
}

.titulo-projeto {
    font-size: 50px;
}


/* Parallax Background */
.parallax-background {
  background-image: url(https://ihgpbucket.s3.us-east-1.amazonaws.com/projetos/parallax.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

/* Configurações mobile */
@media screen and (max-width: 767px) {
    .logo-land img {
        height: 40px;
    }

    .footer-link {
        display: none;
    }

    hr {
        display: none;
    }

    .footer-land {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        background: #1b5cbe;
    }

    .footer-land p {
        color: #FFFFFF;
    }

    .footer-land h5 {
        font-size: 16px;
    }

    .footer-land .nav-item a {
        font-size: 12px;
    }

    .logo {
        height: 50px;
        margin-bottom: 0px;
    }

    .navbar-land {
        padding: 10px;
        background-color: #1b5cbe;
    }
    .d-flex p {
        font-size: 14px;
    }

    .sobre {
        border-right: none;
    }

    #map {
        padding-left: 0%;
        width: 100%;
    }

    .map-text {
        padding-left: 0px;
        width: 100%;
    }

    .img-coleta{
        display: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .titulo-projeto {
        font-size: 29px;
    }

    .parallax-background {
          background-image: url(https://ihgpbucket.s3.us-east-1.amazonaws.com/projetos/parallax.jpg);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-attachment: initial;
          background-position: center;
          background-size: cover;
          z-index: -1;
        }
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.whatsapp-button a {
  display: block;
  border-radius: 50%;
  background-color: #2ce832;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.wabutton{
    background-color: #2ce832;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    z-index: 15;
    width: 65px;
    height: 65px;
    color: #FFF;
    display: block;
}

.sub-menu {
    font-size: 16px;
}

.sub-menu a {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

.sub-menu i {
    color: #FFF;
}

.item-navbar ul li {
    padding-left: 0px;
}

.logado-land {
    margin-right: 200px;
}

/*preload*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#1b5cbe;
    z-index:999;
}
#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.notification-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #bb2124cc;
  z-index: 1;
}

.notification-bottom p{
    padding-top: 20px;
    margin-left: 20px;
    color: #FFF;
}

.notification-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #FFF;
}


.pesquisa-livro {
    padding-bottom: 20px;
    padding-top: 30px;
    background: white;
    border-radius: 5px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 46px;
}

.dropdown-menu {
    margin: 46px 0px 0px 0px;
    border-radius: 0;
    background: #2c85bf;
    border: none;
}

.dropdown-menu li a{
    color: #fff;
}

.dropdown-menu li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.title-acervo {
    width: 100%;
    height: 11.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(115deg, #e0c92d, #e6cb19);
    font-weight: 700;
    font-size: 3.4rem;
}

.title-acervo h1 {
    color: #000000;
}

.input-buscar-livros, .input-buscar-jornais,.input-buscar-revistas {
    border: 1px solid #C0C0C0;
    border-radius: 30px;
}

.input-buscar-livros,.input-buscar-jornais,.input-buscar-revistas::placeholder {
    color: #C0C0C0;
}

.img-livro {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}


.card-livro {
    width: calc(25% - 23px);
    margin: 30px 16px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    position: relative;
    box-sizing: border-box;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-body img {
    max-height: 200px;
    object-fit: cover;
}

.text-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.detalhe-livros, .detalhe-jornais, .detalhe-revistas {
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    /*background-image: linear-gradient(115deg, #2fc8d6, #4a67df);*/
    background: #e4cb27;
}

.livro-descricao span {
    color: #000000;
}

.link-livro{
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-livro:hover{
    color: #e4cb27;
}

.link-post{
    color: #1a1a1a;
}

.link-post:hover{
    color: #e4cb27;
}

.link-noticia-principal {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: bold;
}

.link-noticia-principal:hover {
    color: #e4cb27;
}

.link-noticia {
    color: #1a1a1a;
    text-decoration: none;
}

.link-noticia:hover {
    color: #e4cb27;
}

.link-noticia::before {
    content: "• ";
    color: #1b5cbe;
    font-weight: bold;
}

.img-banner {
    height: 400px;
}

.img-sobre-acervo {
    width:100%;
    height: 350px;
    border: 1px solid #c8ccd1;
    padding: 5px;
    background: #f8f9fa;
}

.owl-carousel .item {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 0px;
}

.owl-carousel .item img {
    max-width: 100%;
    margin-bottom: 15px;
}

.owl-carousel .item p {
    font-size: 14px;
    color: #555;
}


.text-titulo {
     display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-depoimento {
    height: 140px;
    border-radius: 100px;
    margin-right: 20px;
}

.color-white {
    color: #FFF;
}

.align-center {
    text-align: center;
}


.card-destaque {
    max-height: 250px;
}

.card-destaque img{
        padding: 0px;
}

@media screen and (max-width: 993px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 40%;
    }

    .dropdown-menu {
        margin: 0px 0px 0px 0px;
        border-radius: 0;
        background: transparent;
        border: none;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0px;
    }
}

@media (max-width: 769px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 60%;
    }

    .img-banner {
        height: 300px;
    }

    .card-destaque {
        max-height: none;
    }

    .card-destaque img{
        padding: 10px;
    }

}

@media (max-width: 600px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .img-banner {
        height: 200px;
    }
}