/* Start custom CSS for html, class: .elementor-element-be8e916 *//* BOTÕES PADRÃO RESPONSIVO */

.mcz-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
  width:100%;
}

.mcz-btn,
.mcz-btn-laudo{

  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  min-height:52px;

  padding:14px 10px;

  border-radius:10px;

  text-decoration:none!important;

  font-weight:900;
  text-transform:uppercase;

  font-size:11px;
  letter-spacing:.6px;

  text-align:center;
  line-height:1.2;

  transition:.3s;

  box-sizing:border-box;
}

.mcz-btn{

  background:linear-gradient(
    90deg,
    #d4af37,
    #f5d76e
  );

  color:#000!important;

  border:none;
}

.mcz-btn-laudo{

  background:#111;

  border:1px solid rgba(212,175,55,.25);

  color:#d4af37!important;
}

.mcz-btn:hover{
  filter:brightness(1.06);
  transform:translateY(-2px);
}

.mcz-btn-laudo:hover{
  background:#d4af37;
  color:#000!important;
}

/* MOBILE */

@media(max-width:600px){

  .mcz-actions{
    grid-template-columns:1fr;
  }

  .mcz-btn,
  .mcz-btn-laudo{
    width:100%;
    min-height:50px;
    font-size:11px;
  }

}/* End custom CSS */