/**
*  ------------------------------------------------------------------------------------------------
*
*
*   GERAIS
*
*
*  ------------------------------------------------------------------------------------------------
*/
.aposta-whatsapp {
  background: #fff;
  position: fixed;
  right: 105px;
  bottom: 0px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  width: 100%;
  border-top: 4px solid #0cd664;
  z-index: 99991;
  max-height: calc(100% - 40px);
}

.aposta-whatsapp.widget-dark {
  background: #212121;
}


@media screen and (max-width: 960px) {
  .aposta-whatsapp {
    max-width: 100%;
    right: 0;
    overflow-y: auto;
  }
}


.whatsapp-dio {
    position: fixed;
    display: block;
    bottom: 42px;
    left: auto;
    right: 18px;
    z-index: 99999;
    border-radius: 100%;
}

@media(max-width: 540px){
  .whatsapp-dio {
      display: none;
  }
}

.whatsapp-dio a {
    text-decoration: none;
}
.whatsapp-dio img {
    width: 62px;
    height: auto;
}









.widget-whatsapp-diogenes-junior.open .aposta-whatsapp__content {
  display: block;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  /* max-height: 300px; */
  height: auto;
  /* overflow-y: scroll; */
  padding-bottom: 30px;
}


.aposta-whatsapp.open .aposta-whatsapp__header__close::after {
  opacity: 0;
  visibility: hidden;
}

.aposta-whatsapp__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #31373f;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.aposta-whatsapp__header aside {
    display: block;
    text-align: center;
    width: 100%;
}

a.aposta-whatsapp__content__link,
a.aposta-whatsapp__content__link:hover{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 16px;
    background: #f2f2f2;
    margin-bottom: 12px;
    padding: 12px;
    text-decoration: none;
}

a.aposta-whatsapp__content__link small{
  display: block;
  opacity: 0.54;
  margin-top: -2px;
}

a.aposta-whatsapp__content__link_principal,
a.aposta-whatsapp__content__link_principal:hover{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 31px;
  font-size: 16px;
  background: #0172ff;
  margin-bottom: -7px;
  margin-top: 33px;
  padding: 12px;
  text-decoration: none;
}

.aposta-whatsapp__header__btn {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 600 13px/1 ;
  letter-spacing: 1.2px;
  padding: 0 16px;
  position: relative;
  color: #8697a2;
}

.aposta-whatsapp__header__btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.aposta-whatsapp__header__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8697a2;
  opacity: 0;
  visibility: hidden;
}

.aposta-whatsapp__header__btn.active {
  color: #0cd463;
}

.aposta-whatsapp__header__btn.active span {
  background: #0cd463;
  color: #FFFFFF;
}

.aposta-whatsapp__header__btn.active::before {
  opacity: 1;
  visibility: visible;
  background: #0cd463;
}

.aposta-whatsapp__header__btn span {
  background: #31373f;
  color: #8697a2;
  min-width: 25px;
  width: 25px;
  font: 500 16px/1 ;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1000px;
  margin: 0 0 0 8px;
}

.aposta-whatsapp__header__close {
  background: #0cd664;
    border: none !important;
    border-radius: 1000px;
    color: #000 !important;
    width: 26px;
    height: 26px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.aposta-whatsapp__header__close::before {
  content: "";
  background: #000;
  height: 2px;
  width: 70%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.aposta-whatsapp__header__close::after {
  content: "";
  background: #000;
  width: 2px;
  height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*
.aposta-whatsapp__header__close:hover {
  background: #0cd463;
}

.aposta-whatsapp__header__close:hover::before {
  background: #FFFFFF;
}

.aposta-whatsapp__header__close:hover::after {
  background: #FFFFFF;
}
*/
.aposta-whatsapp__content {
  display: none;
}

.aposta-whatsapp__content__header {
  border-bottom: 1px solid #31373f;
  padding: 20px 16px;
}

.aposta-whatsapp__content__header__lucro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #19a9e2;
  text-transform: uppercase;
  letter-spacing: .8px;
  font: 500 13px/1 ;
  border: 1px solid #19a9e2;
  padding: 14px 12px 12px 12px;
  border-radius: 5px;
}

.aposta-whatsapp__content__header__lucro i {
  margin: 0 8px 0 0;
  color: #19a9e2;
}

.aposta-whatsapp__content__header__concluido {
  display: none;
  letter-spacing: .4px;
  border-radius: 5px;
  width: 100%;
  padding: 14px;
  -webkit-box-shadow: inset 0 0 0 1px #31373f;
          box-shadow: inset 0 0 0 1px #31373f;
  font: 600 16px/1 ;
  text-align: center;
  color: #8697a2;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.aposta-whatsapp__content__header__concluido:hover {
  background: #8697a220;
  color: #FFFFFF;
}

.aposta-whatsapp__content__lista {
  overflow-y: auto;
  max-height: 600px;
}

.aposta-whatsapp__content__lista li {
  border-bottom: 1px solid #31373f;
  padding: 12px 16px 16px 16px;
}

.aposta-whatsapp__content__lista li a {
  font: 500 15px/1 ;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: inline-block;
  margin: 0 0 7px 0;
}

.aposta-whatsapp__content__lista li a:hover {
  color: #0cd463;
}

.aposta-whatsapp__content__lista li h6 {
  opacity: .8;
  font: 200 13px/1 ;
  letter-spacing: .5px;
}

.aposta-whatsapp__content__lista li section {
  margin: 12px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aposta-whatsapp__content__lista li section h3 {
  font: 600 17px/1 ;
}

.aposta-whatsapp__content__lista li section span {
  font: 600 17px/1 ;
}

.aposta-whatsapp__content__lista li section .green {
  color: #0cd463;
  display: block;
}

.aposta-whatsapp__content__lista li section .blue {
  color: #19a9e2;
  display: none;
}

.aposta-whatsapp__content__lista li section .blue i {
  color: #19a9e2;
  margin: 0 8px 0 0;
}

.aposta-whatsapp__content__lista li > button {
  margin: 10px 0 16px 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #19a9e2;
  text-transform: uppercase;
  letter-spacing: .8px;
  font: 500 15px/1 ;
  border: 1px solid #19a9e2;
  padding: 14px 12px 12px 12px;
  border-radius: 5px;
}

.aposta-whatsapp__content__lista li > button i {
  margin: 0 8px 0 0;
  color: #19a9e2;
}

.aposta-whatsapp__content__lista li footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aposta-whatsapp__content__lista li footer button {
  font: 400 14px/1 ;
  color: #0cd463;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aposta-whatsapp__content__lista li footer button i {
  margin: 0 0 0 6px;
  color: #0cd463;
}

.aposta-whatsapp__content__lista li footer h4 {
  font: 300 15px/1 ;
  color: #c5c9cc;
}

.aposta-whatsapp__content__lista li footer h4 strong {
  font-weight: 500;
  color: #FFFFFF;
}

.aposta-whatsapp__content__lista li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aposta-whatsapp__content__lista li div i {
  color: #eb4d4b;
  margin: 0 12px 0 0;
}

.aposta-whatsapp__content__lista li div span {
  line-height: 1.2;
}

.aposta-whatsapp__content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 16px;
}

.aposta-whatsapp__content__footer h5 {
  color: #8697a2;
  font: 400 15px/1 ;
}

.aposta-whatsapp__content__footer h4 {
  font: 500 15px/1 ;
}

.aposta-whatsapp__content .valor {
  margin: 10px 0 16px 0;
  padding: 0 24px 2px 0;
  font-size: 20px;
  text-align: right;
  height: 40px;
  display: block;
  width: 100%;
  background: #1a212a;
  color: #FFFFFF;
  border: 1px solid #31373f;
  border-radius: 1000px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.aposta-whatsapp__content .valor:focus {
  border-color: #0cd463;
}

.aposta-whatsapp__content .valor::-webkit-input-placeholder {
  font-size: 17px;
  opacity: .6;
  color: #FFFFFF;
}

.aposta-whatsapp__content .valor:-ms-input-placeholder {
  font-size: 17px;
  opacity: .6;
  color: #FFFFFF;
}

.aposta-whatsapp__content .valor::-ms-input-placeholder {
  font-size: 17px;
  opacity: .6;
  color: #FFFFFF;
}

.aposta-whatsapp__content .valor::placeholder {
  font-size: 17px;
  opacity: .6;
  color: #FFFFFF;
}

.aposta-whatsapp__content .aviso {
  font: 400 16px/1.3 ;
  color: #eb4d4b;
  text-align: center;
  margin: 10px 0 0 0;
}

.aposta-whatsapp__content__multipla {
  padding: 10px 16px;
}

.aposta-whatsapp__content__multipla .valor {
  margin-top: 0;
}

.aposta-whatsapp__content__multipla label {
  display: block;
  margin: 24px 0;
  position: relative;
}

.aposta-whatsapp__content__multipla label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.aposta-whatsapp__content__multipla label input:checked ~ span::before {
  background: #0cd463;
}

.aposta-whatsapp__content__multipla label input:checked ~ i {
  opacity: 1;
  visibility: visible;
}

.aposta-whatsapp__content__multipla label span {
  color: #8697a2;
  font: 400 15px/1 ;
  display: block;
  width: 100%;
  position: relative;
}

.aposta-whatsapp__content__multipla label span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  border: 1px solid #0cd66480;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}

.aposta-whatsapp__content__multipla label i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.aposta-whatsapp__content__multipla section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aposta-whatsapp__content__multipla section h5 {
  color: #8697a2;
  font: 400 15px/1 ;
}

.aposta-whatsapp__content__multipla section h4 {
  font: 500 15px/1 ;
}

.aposta-whatsapp__content__multipla section h4 strong {
  font-size: 22px;
}

.aposta-whatsapp__content__button {
  display: block;
  width: calc(100% - 32px);
  border-radius: 1000px;
  background: #0cd463;
  margin: 0 0 24px 16px;
  font: 600 18px/1 ;
  padding: 12px 0;
}

.aposta-whatsapp__content__button:disabled {
  opacity: .4;
}


.widget-rifa-modelo-2#widgetWhatsappDiogenesJunior .coluna-2 h3 a {
  color: #fff !important;
  background: #8BC34A !important;
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 2px solid #8bc34a;
  font-weight: bold;
}





.widget-rifa-modelo-2#widgetWhatsappDiogenesJunior .coluna-1 span{
    display: inline-block;
    width: 49px;
    text-align: center;
    background: #666;
    margin-left: 6px;
    margin-right: 6px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 11px;
}


.widget-rifa-modelo-2#widgetWhatsappDiogenesJunior form{
  font-size: 18px;
  margin-top: 20px;
}




.widget-dark .aposta-whatsapp__header aside{
  color: #fff;

}

.widget-dark a.aposta-whatsapp__content__link, 
.widget-dark a.aposta-whatsapp__content__link:hover {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: 1px solid #666;
  font-size: 16px;
  background: none;
  margin-bottom: 12px;
  padding: 12px;
  text-decoration: none;
}