.elementor-1443 .elementor-element.elementor-element-4e41072{--display:flex;}.elementor-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-1443 .elementor-element.elementor-element-52d6a99 .elementor-cta .elementor-cta__bg, .elementor-1443 .elementor-element.elementor-element-52d6a99 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-1443 .elementor-element.elementor-element-52d6a99 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1443 .elementor-element.elementor-element-52d6a99 .elementor-cta__content{text-align:center;}.elementor-1443 .elementor-element.elementor-element-4e6817a{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-call-to-action .elementor-cta__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-call-to-action .elementor-cta__description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-call-to-action .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-call-to-action .elementor-ribbon-inner{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-widget-call-to-action .elementor-cta__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-call-to-action .elementor-cta__description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-call-to-action .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-call-to-action .elementor-ribbon-inner{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-3990259 *//* === CÓDIGO FINAL Y SEGURO PARA BBPRESS === */

/* Espaciado superior solo para las páginas de bbPress */
#bbpress-forums {
    margin-top: 50px;
}

/* Estilos aplicados SOLO DENTRO de la caja blanca del foro */
#bbpress-forums .bbp-wrapper a {
    color: #5b3f91; /* Tu color violeta para enlaces internos */
    text-decoration: none;
}
#bbpress-forums .bbp-wrapper a:hover {
    text-decoration: underline;
}

/* Títulos de los foros */
#bbpress-forums .bbp-forum-title a,
#bbpress-forums .bbp-topic-title a {
    color: #333333; /* Gris oscuro para títulos */
    font-weight: bold;
}
#bbpress-forums .bbp-forum-title a:hover,
#bbpress-forums .bbp-topic-title a:hover {
    color: #5b3f91; /* Violeta al pasar el mouse */
    text-decoration: none;
}

/* Estilos del breadcrumb (camino de migas) */
#bbpress-forums .bbp-breadcrumb a {
    color: #555555; /* Un gris neutro */
}
#bbpress-forums .bbp-breadcrumb a:hover {
    color: #5b3f91; /* Violeta al pasar el mouse */
}
/* Ocultar el botón de "Firmar Acta" SÓLO en las respuestas del foro */
.bbp-reply .wp-ulike-wrapper {
    display: none !important;
}/* End custom CSS */