.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-82828 .elementor-element.elementor-element-4095a3ce .elementor-repeater-item-fc38635.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* =========================================
   BOTÓN FINALIZAR COMPRA (CHECKOUT) - ESTILO PASTILLA
========================================= */
#place_order {
    font-family: 'Work Sans', sans-serif !important;
    width: 100% !important; /* Hace que el botón ocupe todo el ancho */
    float: none !important; /* Matamos el float nativo de Woo */
    background-color: #FF0000 !important; /* Rojo Padbol */
    color: #FFFFFF !important;
    border-radius: 50px !important; /* Borde bien redondo */
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 16px !important; /* Un pelín más grande por ser el CTA final */
    padding: 16px 20px !important;
    border: none !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

#place_order:hover {
    background-color: #CC0000 !important; /* Rojo más oscuro */
    color: #FFFFFF !important;
    transform: translateY(-2px) !important; /* Leve saltito para darle onda */
}

.hlogo
{
 background: url(https://padbol.com/wp-content/uploads/2026/04/bypadbol_logo.png) no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
margin: auto;
}

.hlogo img {
    visibility: hidden;
}

div#text-5 { 
	
visibility:hidden !important; }/* End custom CSS */