/* === CUSTOM CSS === */
@charset "UTF-8";
.entry_layout .notice {
  display: none !important; }

.js_start_spin {
  font-size: 0 !important; }
  .js_start_spin::before {
    content: 'Descúbrelo';
    font-size: 1rem; }

#js_cool_promo_submit_button {
  font-size: 0 !important;
  background-color: transparent;
  padding: 0; }
  #js_cool_promo_submit_button::before {
    content: 'Pulsa y espera unos segundos';
    font-size: 1.2rem;
    font-family: inherit;
    background-color: #76BC21;
    padding: 1rem;
    display: block;
    width: 100%;
    position: absolute;
    top: -2rem;
    left: 0; }
  #js_cool_promo_submit_button:hover::before {
    color: #1D2326; }
