*{
    padding: 0;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
    list-style: none;
    border-radius: 0px;
    border: none;
    color: black;
    font-family: "Poppins-Medium";
    font-size: 12px;
}
body{
    min-width: 350px;
    width: 100%;
}

.bttRedTXT{
  color:#ce464d !important;
}

.bttBlackTXT{
  color:#252525 !important;
}

.bluTitle{
  color:#0400e9;
}

.redTitle{
  color:#bf0811;
}


.soloMob{
  display: none !important;
}
.whiteText{
  color:#FFF;
}
.floatWp{
  position: fixed;    right: 14px;    height: 60px;    cursor: pointer;    bottom: 20px;
      z-index: 99999;
}
@media(max-width: 899px){
  .soloMob{
    display: inherit !important;
  }
  .ocultarMob{
    display: none !important;
  }
}
