/*** BOTOES WHATSAPP E TELEGRAM ***/
@media screen and (max-width: 1280px) {
  .img-cupom-banner {
    display: none;
  }

  .groups {
    display: block !important;
  }

  .groups__title {
    margin: 0px !important;
    margin-bottom: 12px !important;
    margin-left: 0px !important;
    display: flex !important;
    justify-content: center;
  }

  .groups__button--whatsapp {
    margin: 0 10px !important;
  }
}

.img-cupom-banner {
  position: absolute;  
  height: 76px;
  width: 76px;  
  margin-left: 26px;
  margin-top: -4px;
}

.groups {
  margin: 0px 0px 31px;
  text-align: center;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 30px;    
  /* background: linear-gradient(90deg, #5e5e5e 0%, #242424 100%); */
  background: rgb(63, 53, 46);
  background: linear-gradient(90deg, rgba(63, 53, 46, 1) 0%, rgba(71, 63, 57, 1) 35%, rgba(37, 32, 28, 1) 100%);
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  min-height: 120px;
}

.groups__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;  
  color: #FFFFFF;
  padding: 0px 9px 0px 9px;
  margin-left: 127px;    
  margin-bottom: 0px ;
  margin-top: 6px !important;
  letter-spacing: 1px;
  font-weight: bold;
}

.groups__buttons {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  align-items: center;
}

.groups__button {
  align-items: center;
  display: flex;
  border-radius: 4px;
  padding: 10px 20px;
  gap: 5px;
  height: 44px;
  margin: 0 6px;
  color: #000000;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  /* transition: color 0.3s ease; */
  line-height: 0.8rem;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}

.groups a:hover {
  text-decoration: none;
  color: #FFF;
}

.groups__button:hover svg path {
  fill: #fff; 
}

.groups__button--whatsapp {
  box-shadow: -1px 6px 19px rgba(252, 103, 80, 0.2) !important;
  background-color: #25D366;
  width: 178px;
  letter-spacing: 1px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin-right: 5px;
}

.groups__button--telegram { 
  box-shadow: -1px 6px 19px rgba(252, 103, 80, 0.2) !important;
  background-color: #3AAFE1;
  width: 178px;
  letter-spacing: 1px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}

.icon--whatsapp:hover {
  color: #FFFFFF;
}

@media (max-width: 360px) {
  .groups__button {
      flex-direction: column;
      align-items: center;
  }
}