/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Seu Nome
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Importar o estilo do tema pai */
@import url("../hello-elementor/style.css");

/* Adicione aqui seus estilos personalizados */

.btn-explore {
  height: 46px;
  transition: all 0.3s ease;
  width: 196px;
  color: #fff !important;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  box-shadow: -1px 13px 20px -13px #f00;
  border-radius: 3px;
  box-shadow: -1px 13px 20px -13px #f00;
  text-decoration: none !important;
  cursor: pointer !important;
}

.btn-vermelho {
  background: linear-gradient(180deg, #FD3736 -4.89%, #D32928 17.24%, #840E0E 57.34%, #520D0D 79.07%, #520D0D 100.83%);
}

.btn-dourado {
  background: linear-gradient(180deg, #E69900 -4.89%, #B37800 17.24%, #5A3C00 57.34%, #4F3400 79.07%, #4A3100 100.83%);
}

.btn-explore:hover {
  background-color: #e60000;
  margin-top: -4px;
  cursor: pointer !important;
  box-shadow: -1px 13px 20px -10px #f00;
}

.btn-explore div,
.btn-explore div:hover {
  cursor: pointer !important;
  margin-top: 8px;
}