footer {
    background-color: #0a50a0;
}

.sub-footer {
    background-color: var(--color-primary);
   
}
.sub-footer p, .sub-footer a{
    color: #fff;
}

.sub-footer a:hover{
    color: var(--color-text-escuro);
}


footer h5 {
 font-size: 18px;
 font-weight: 700;
}

p.txt {
    width: 90%;
}

.block-foot{
    width: 12%;
}

.block-foot:nth-of-type(1), .block-foot:nth-of-type(4){
    width: 22%;
}

.block-foot .gap-sm.flex-row.vertical-middle.mb-16 a{
    display: flex;
    gap: 5px;
    align-items: center;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100000000;
    font-size: 42px;
    bottom: 20px;
    left: 30px;
    color: #fff;
    background: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  
  .whatsapp-btn-msg {
    display: none;
    opacity: 0;
  }
  
  a.whatsapp-btn:hover {
    cursor: pointer;
    background: #128c7e;
    color: #fff;
  }