html, body { margin: 0 !important; padding: 0 !important; overflow: hidden !important; height: 100% !important; background: #ffffff !important; }
/* Esconder todos os possíveis IDs e Classes do WordPress/Divi */
#main-header, #top-header, #main-footer, footer, header, .et_builder_inner_content,
#page-container, .entry-content, .post-password-form, #sidebar, .container,
.wp-block-post-title, article, .et_pb_section {
display: none !important;
height: 0 !important;
opacity: 0 !important;
pointer-events: none !important;
}
/* FORÇAR A NOSSA PÁGINA A FICAR POR CIMA DE TUDO */
#clip-agency-final {
display: block !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: 999999999 !important;
background: white !important;
overflow-y: auto !important;
font-family: ‘Inter’, sans-serif;
}
.gradient-blue {
background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Comentarios recientes