.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
    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;
}

#richEditor {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  img._imgloaded[src="https://img.paperform.co/fetch/w_600,f_auto/https://s3.amazonaws.com/pf-form-assets-01/u-91788/assets/2023-11-29/pc13rvu/bogatiTOP7.png"] {
    height: 169px !important;
    object-fit: fill !important;
    transform: scaleX(1.1) !important;
  }
}