.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-widget-html .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-html .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-97437 .elementor-element.elementor-element-8b596f4:not(.elementor-motion-effects-element-type-background), .elementor-97437 .elementor-element.elementor-element-8b596f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-97437 .elementor-element.elementor-element-8b596f4 > .elementor-background-overlay{background-color:#FFFFFF;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-97437 .elementor-element.elementor-element-8b596f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-97437 .elementor-element.elementor-element-f24087c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-widget-image .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-image .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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-97437 .elementor-element.elementor-element-f3e1bd5 > .elementor-element-populated{margin:0px 0px 0px 50px;--e-column-margin-right:0px;--e-column-margin-left:50px;}.elementor-widget-spacer .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-spacer .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-97437 .elementor-element.elementor-element-5114eb5{--spacer-size:50px;}.elementor-widget-heading .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-heading .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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-97437 .elementor-element.elementor-element-40d0d87{text-align:start;}.elementor-97437 .elementor-element.elementor-element-40d0d87 .elementor-heading-title{color:#6E6E6E;}.elementor-widget-shortcode .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-shortcode .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-97437 .elementor-element.elementor-element-1cf74e5{--spacer-size:200px;}@media(min-width:768px){.elementor-97437 .elementor-element.elementor-element-2358b1a{width:100%;}.elementor-97437 .elementor-element.elementor-element-f24087c{width:100%;}.elementor-97437 .elementor-element.elementor-element-7d6079f{width:51.729%;}.elementor-97437 .elementor-element.elementor-element-f3e1bd5{width:48.271%;}}/* Start custom CSS *//* Elemento | https://padbol.com/log-in/ */

.header-bottom {
  display: none;
}

/* Elemento | https://padbol.com/log-in/ */

#custom__menu {
  display: none !important;
}

/* Incorporado | https://padbol.com/log-in/ */

.page .main-content {
  /* padding-top: 30px; */
  padding-top: 0px;
}


/* =========================================
   ESTILOS PARA BOTÓN DE REGISTRO (USER REGISTRATION)
========================================= */

/* Hacemos que el contenedor del botón ocupe todo el ancho */
.user-registration-page .ur-button-container {
    width: 100% !important;
    display: flex !important;
}

/* Aplicamos el diseño Padbol al botón */
.user-registration-page button.btn.button.ur-submit-button.submit {
    background-color: #EC272D !important; /* El rojo exacto de tu Figma */
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 50px !important; /* Bordes redondeados estilo píldora */
    width: 100% !important; /* Para que ocupe de lado a lado */
    padding: 14px 24px !important; /* Le da altura y respiro al texto */
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: capitalize !important; /* Para que no quede todo en mayúsculas gritando */
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Efecto hover cuando pasás el mouse */
.user-registration-page button.btn.button.ur-submit-button.submit:hover {
    background-color: #C11F24 !important; /* Un rojo un tonito más oscuro */
    box-shadow: 0px 6px 15px rgba(236, 39, 45, 0.3) !important; /* Sombrita roja */
    transform: translateY(-2px) !important; /* Se levanta apenitas */
}/* End custom CSS */