/* Start custom CSS *//* ==========================================
OCULTAR TITULO DE KADENCE
========================================== */

.entry-title,
.page-title,
.kadence-title-container,
.entry-header{
display:none!important;
}

/* ==========================================
QUITAR HERO DE KADENCE
========================================== */

.entry-hero-container,
.hero-section,
.page-hero-section{
margin:0!important;
padding:0!important;
border:none!important;
}

/* ==========================================
QUITAR ESPACIOS SUPERIORES
========================================== */

.site-main,
.content-area,
.content-container,
.entry-content,
.entry-content-wrap{
margin-top:0!important;
padding-top:0!important;
}

/* ==========================================
IMAGEN DESTACADA FULL WIDTH
========================================== */

.entry-hero img,
.wp-post-image,
.attachment-post-thumbnail{
width:100vw!important;
max-width:100vw!important;
height:auto!important;
display:block!important;

margin-left:calc(50% - 50vw)!important;
margin-right:calc(50% - 50vw)!important;

border-radius:0!important;
}

/* ==========================================
REDUCIR ESPACIO DEBAJO DEL BANNER
========================================== */

.entry-content-wrap{
padding-top:0!important;
margin-top:-25px!important;
}

.site-main{
padding-bottom:0!important;
}

.content-area{
padding-bottom:0!important;
}

/* ==========================================
ELIMINAR GAPS DE KADENCE
========================================== */

.wp-site-blocks{
gap:0!important;
}

.site-content{
padding-top:0!important;
margin-top:0!important;
}

/* ==========================================
TABLET
========================================== */

@media(max-width:1024px){

.entry-content-wrap{
margin-top:-15px!important;
}

}

/* ==========================================
MOVIL
========================================== */

@media(max-width:768px){

.entry-content-wrap{
margin-top:-10px!important;
}

.entry-hero img,
.wp-post-image,
.attachment-post-thumbnail{
width:100vw!important;
max-width:100vw!important;
}

}/* End custom CSS */