.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 8px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float a:hover {
    color: white;
}
.float:hover {
    color: white;
}
.my-float {
  margin-top: 16px;
}
.lactive {
  color: #000 !important;
}
.linative {
  color: #c7c5c5 !important;
}

.flag-24 {
  width: 24px !important;
}
.oculto {
  display: none;
}
.visible {
  display: block;
}
.lactive {
  color: #f05a29  !important;
  cursor: pointer;
}
.linative {
  color: #c7c5c5 !important;
  cursor: pointer;
}
.dr{
    display: none !important;
}


@media (max-width: 900px) {
  .posii {
    display: none !important;
  }
  .dr {
    display: block !important;
    position: absolute;
    right: 50px;
    top: -18px;
  }
}

@media (max-width: 280px) {
    .dr{
        display: none;
    }
}
@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
    .dr{
        display: none !important;
    }
}
@media (min-width: 1281px) {
    .dr{
        display: none !important;
    }
}

