.elementor-3950 .elementor-element.elementor-element-97dc592{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-686f487 *//* Capa principal */
.toro-capa {
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #000000, #111111);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Overlay central */
.toro-overlay {
  text-align: center;
  color: #ffffff;
  padding: 40px;
}

/* Título */
.toro-title {
  font-size: 64px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Subtítulo */
.toro-subtitle {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 50px;
  color: #d4af37; /* dourado */
}

/* Botão */
.toro-btn {
  display: inline-block;
  padding: 16px 50px;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

/* Hover do botão */
.toro-btn:hover {
  background-color: #d4af37;
  color: #000000;
}

/* Responsivo */
@media (max-width: 768px) {
  .toro-title {
    font-size: 42px;
  }

  .toro-subtitle {
    font-size: 14px;
  }
}/* End custom CSS */