.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 25px;
  }

  .boton-personalizado {
    text-decoration: none;
    background-color: #1D4ED8; /* bg-blue-700 */
    color: white;
    padding: 0.5rem 1rem; /* py-2.5 px-5 */
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    border-radius: 0.5rem; /* rounded-lg */
    border: none;
    cursor: pointer;
    margin-right: 0.5rem; /* me-2 */
    margin-bottom: 0.5rem; /* mb-2 */
    transition: background-color 0.2s;
  }

  .boton-personalizado:hover {
    background-color: #2563EB; /* hover:bg-blue-800 */
  }

  .boton-personalizado:focus {
    outline: none;
    box-shadow: 0 0 0 4px #BFDBFE; /* focus:ring-4 focus:ring-blue-300 */
  }

  .boton-personalizado:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #1E40AF; /* dark:focus:ring-blue-800 */
  }
.LiveField
.LiveField__container {
    padding: 8px 0px;
}
.__unstyled {
    display: none;
}
.Product__imgthumb i {
    opacity: 0!important;
}
.Product__imgthumb:hover i {
    opacity: 0!important;
}


@media screen and (max-width: 720px) {
    .letra{
    font-size: 18px;
    color: wheat;
    text-align: center;
    margin: 0;
}
.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
    font-size: 18px;
    font-weight: bold;
    width: 19px;
}
.LiveField__input:focus{
    font-weight: bold;
    width: 19px;
}
.Product__label{
    font-weight: bold;
}
#field-number-ejdq, #field-text-ca44k, #field-text-dcao8, #field-text-3djgb{
    width: 100%;
}
span {
  font-size: 18px; 
}
