.btn_enter_promo {
  color: #000;
  cursor: pointer;
  font-size: 20px;
}

.div_promo {
  position: relative;
  display: none;
}

.div_input {
  display: flex;
  position: relative;
  justify-content: center;
}

.div_input .btn_accesso {
  color: #fff;
  height: 45px;
  min-width: 57px;
  background: #255595;
  font-weight: 400;
  font-size: 14px;
  padding: 0 !important;
  border: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.div_input .btn_accesso i {
  margin: 0 auto;
}

input[type=text].input_accesso,
input[type=text].input_accesso:focus,
input[type=text].input_accesso:active {
  text-align: center;
  padding: 0;
  width: 220px;
  border: 0;
  border-radius: 0;
  background-color: #F4F3F3;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  outline: none;
}

input[type=text].input_accesso::placeholder {
  text-align: left;
  padding-left: 15px;
  font-style: italic;
  color: #000;
}

@media screen and (min-width: 1025px) {
  .btn_enter_promo {
    background: none;
  }

  .div_input {
    position: absolute;
    top: 66px;
    background: #f6c544;
    right: 0px;
    padding: 12px;
  }
}

.enter-promo-mobile {
  position: fixed !important;
  bottom: 124px !important;
  width: 100% !important;
  min-width: 300px !important;
  z-index: 200 !important;
}

@media screen and (min-width: 1025px) {

  .enter-promo-mobile,
  .enter-promo-mobile-minify {
    display: none !important;
  }
}

.enter-promo-mobile .ubermenu-target {
  display: none !important;
}

.enter-promo-mobile .btn_accesso {
  padding: 14px !important;
}

.enter-promo-mobile .input_accesso {
  width: 100% !important;
}

.enter-promo-mobile-minify {
  order: 16;
  text-align: center;
  padding: 15px;
  background: #f4f4f4;
  cursor: pointer;
}

.enter-promo-mobile-minify span {
  color: #666;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .header-mainmenu .btn_enter_promo{
    display: none;
  }

  .div_promo{
    display: block;
  }
}