@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,200&display=swap');


.imagemLogo{
    width: 75px;
}
.img1{
    width: 100%;
    /*height: 30%;*/
}

.desNoticia{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iconNot{
    display: inline-block;
    padding: 0.375rem 0.75rem;
}
.iconNotOri{
    position: absolute;
    right: 0px;
}
.txtPublicacao{
  padding: 15px;
}

.col.facebook.shares {
    background: #4267B2;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.col.twitter.shares {
    background: #1DA1F2;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.col.whatsapp.shares {
    background: #25D366;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
}
#partilhaRedes{
    margin-top: 20px;
        margin-left: 35px;
    margin-right: 35px;
}
.col.shares a {
    text-decoration: none;
    color: #fff!important;

}
.col.shares {
    text-align: center;
    text-transform: uppercase;
}
.fld100{
    width: 100%;
}
@media only screen and  ( min-width : 600px) {
  .img1{
    width: 25%;
    /*height: 30%;*/
    }
}

btnDisabled.disabled {
    pointer-events: none;
}
.titapp{
    text-align: center;
    position: relative;
    margin: auto;   
}
.return {
        background: rgb(77 124 221 / 75%);
    border: none;
    border-radius: 100%;
    padding: 10px 10px 10px 10px;
    width: 50px;
    height: 50px;
    color: rgb(255 255 255);
    text-align: center;
   
    float: left;
    left: 50px;
    bottom: 20px;
    z-index: 15;
    position: fixed;
}
.returns{
    top: 3px;
    position: relative;
    color:  white!important;

}