.float12 {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 200px;
    right: 25px;
    background-color: #ee555d;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 40px;
}
.float13 {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 300px;
    right: 25px;
    background-color: green;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 40px;
}
.my-float1 {
    margin-top: 11px;
    margin-left: 0px;
}

#whatsappChats {
    position: fixed;
   bottom: 75px;
    right: 140px;
    width: 66px;
    height: 66px;
    visibility: visible;
    z-index: 999999999;
    display: none;
    backface-visibility: hidden;
    opacity: 1;
    transform: translateX(50%);
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 2px 2px 1px);
    background: 0px 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: transform 0.2s ease-in-out 0s;
}

#whatsappChats img {
    width: 55px;
    height: auto;
    position: relative;
    z-index: 1;
    transform: scale(1.1);
}

#whatsappChats .whatsappChatsText {
       width: 146px;
    height: 40px;
    position: absolute;
    color: rgb(33, 33, 33);
    left: 25px;
    text-align: right;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    bottom: 20px;
    letter-spacing: 0.04em;
    background: rgb(255, 190, 74);
    padding: 5px 15px;
    border-radius: 0px 6px 6px 0px;
}

#whatsappChats .whatsappChatsText strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
}
.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}
.btn-info{
    background: linear-gradient(to right, #BF953F, #efe8a1, #f3eb9a, #FBF5B7, #AA771C);
    border:1px solid #FFF;
    position: relative;
}
.card{
        margin-bottom: 30px;
}