
/* Modulos Publições destaque  */
.publicacoes-destaque{
    color: #ffffff;
    padding: 50px 0 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.publicacoes-destaque hr{
    border-top: 1px solid rgb(255 255 255 / 0.5);
}
.publicacoes-destaque h1{
    color: #ffffff;
    font-size: 2.25rem;
}
.publicacoes-destaque h3{
    color: #ffffff;
    font-size: 1.5rem;
}
#lista-carousel{
    padding: 30px 30px 0 30px;
}
#lista-carousel .box-tipo{

}
#lista-carousel .box-tipo .publicacoes{
    max-width: 90%;
    margin: 0 auto;
}
#lista-carousel .box-tipo .publicacoes .descricao{
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    min-height: 100px;
}
#lista-carousel .box-tipo .publicacoes .descricao h2{
    color: #ffffff;
    font-size: 1.75rem;
    margin-bottom: 22px;
}
#lista-carousel .box-tipo .publicacoes .descricao p{
    padding-bottom: 30px;
    font-size: 1rem;
}
#lista-carousel .box-tipo .publicacoes .lista{

}
#lista-carousel .box-tipo .publicacoes .lista .item{
    float: left;
    max-width: 20%;
    padding: 0 11px;
}
#lista-carousel .box-tipo .publicacoes .lista .item a p{
    font-size: 0.875rem;
    color: #ffffff;
    margin-top: 13px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#lista-carousel .box-tipo .publicacoes .lista .item a:hover p{
    color: #06ACFF;
}
#lista-carousel.owl-carousel .owl-nav button.owl-prev > span{
    background: url("../../../images/pub-left.png") no-repeat;
    width: 32px;
    height: 49px;
    left: -45px;
    top: 17%;
    text-indent: -999999px;
    border: 0;
    position: absolute;
    cursor: pointer;
    display: table-cell;
}
#lista-carousel.owl-carousel .owl-nav button.owl-next > span{
    background: url("../../../images/pub-right.png") no-repeat;
    width: 32px;
    height: 49px;
    right: -45px;
    top: 17%;
    bottom: 0;
    text-indent: -999999px;
    border: 0;
    position: absolute;
    cursor: pointer;
    display: table-cell;
}
#lista-carousel.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    padding: 4px 10px;
    margin: 0 5px;
}
#lista-carousel .info-publicacao h2{
    padding: 80px 0;
    color: #ffffff;
    text-align: center;
}
.publicacoes-destaque .botaopublicacao {
    text-align: center;
    padding: 12px 40px;
    margin-top: 40px;
}
.publicacoes-destaque .botaopublicacao a{
    font-size: 1rem;
    background-color: #ffffff;
    display: inline-block;
    color: #04B5FF;
    padding: 12px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.publicacoes-destaque .botaopublicacao a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.noticiasHome{
    padding-bottom: 70px;
}

@media (max-width: 991.98px) { 
    #lista-carousel .box-tipo .publicacoes .descricao h2{text-align: center;}
}
@media (max-width: 575.98px) { 
    #lista-carousel .box-tipo .publicacoes{max-width: 100%;}
      #lista-carousel .box-tipo .publicacoes .lista{display: grid;}
    #lista-carousel .box-tipo .publicacoes .lista .item{ max-width: 60%;  margin: 0 auto; padding: 10px 11px; text-align: center; }
    #lista-carousel .box-tipo .publicacoes .lista .item img{max-width: 140px}
}