.elementor-13 .elementor-element.elementor-element-5102dbe{--display:flex;}.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 *//* OCULTAR TITULO */
.entry-title,
.page-title,
.entry-header,
.kadence-title-container{
display:none!important;
}

/* HERO */
.entry-hero-container,
.hero-section,
.page-hero-section{
margin:0!important;
padding:0!important;
min-height:auto!important;
}

/* IMAGEN FULL WIDTH */
.wp-post-image,
.attachment-post-thumbnail{
display:block!important;
width:100vw!important;
max-width:100vw!important;
height:auto!important;

margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;

border-radius:0!important;
}

/* ELIMINAR ESPACIOS */
.site-main,
.site-content,
.content-area,
.content-container,
.entry-content,
.entry-content-wrap{
margin:0!important;
padding:0!important;
}

/* CONTENIDO JUSTO DEBAJO DEL BANNER */
.entry-content-wrap{
margin-top:-80px!important;
}

/* WOOCOMMERCE */
.woocommerce{
margin-top:0!important;
padding-top:0!important;
}

.woocommerce-page .site-main{
padding-top:0!important;
margin-top:0!important;
}

/* KADENCE */
.wp-site-blocks{
gap:0!important;
}

/* BLOQUES */
.wp-block-group{
margin-top:0!important;
padding-top:0!important;
}

/* MOVIL */
@media(max-width:768px){

.entry-content-wrap{
margin-top:-40px!important;
}

}/* End custom CSS */