/*
Theme Name: Dilly child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)

/* ==========================================================================
   AJUSTE DE LARGURA DO HERO (BANNERS DE TOPO) - FULL WIDTH
   ========================================================================== */
.elementor > .e-parent:first-of-type,
.elementor > .e-con-full:first-of-type,
.elementor > .e-con:first-of-type {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.elementor > .e-parent:first-of-type .e-con-inner,
.elementor > .e-parent:first-of-type .elementor-widget-image,
.elementor > .e-parent:first-of-type .elementor-widget-container,
.elementor > .e-parent:first-of-type .elementor-widget-container a,
.elementor > .e-parent:first-of-type img {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

