.elementor-182 .elementor-element.elementor-element-421ddf92.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for bdevs-slider-slideshow, class: .elementor-element-58784b7d *//* ===== Banner Responsivo - Slider Home ===== */

/* Container geral */
.slider-home-slideshow {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.slider-home-slideshow img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Título principal */
.slider-home-slideshow .heading {
  font-size: 4vw; /* Tamanho proporcional à largura da tela */
  font-weight: 800;
  line-height: 1.1em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}

/* Subtítulo */
.slider-home-slideshow .subheading {
  font-size: 1.3vw;
  color: #f1f1f1;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Botão principal */
.slider-home-slideshow .elementor-button {
  font-size: 1.2vw;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.slider-home-slideshow .elementor-button:hover {
  transform: scale(1.05);
}

/* ===== Responsividade ===== */

/* Tablet */
@media (max-width: 1024px) {
  .slider-home-slideshow .heading {
    font-size: 6vw;
  }
  .slider-home-slideshow .subheading {
    font-size: 2.4vw;
  }
  .slider-home-slideshow .elementor-button {
    font-size: 2vw;
    padding: 10px 25px;
  }
}

/* Celular */
@media (max-width: 767px) {
  .slider-home-slideshow {
    text-align: center;
    padding: 40px 10px;
  }
  .slider-home-slideshow .heading {
    font-size: 8vw;
  }
  .slider-home-slideshow .subheading {
    font-size: 3.5vw;
  }
  .slider-home-slideshow .elementor-button {
    font-size: 3.5vw;
    padding: 10px 20px;
    width: auto;
  }
}/* End custom CSS */