/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.title:before{width: 30px;
    height: 5px;
    background: #fbc011;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -25px;
    content: "";
}

.title2:before{width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -25px;
    content: "";
}

.btn-orcamento {
  position: fixed;
  width: 260px;
  height: 75px;
  bottom: 40px;
  right: 40px;
  background-color: rgb(231, 58, 79);
  color: #FFF;
  border-radius: 25px;
  text-align: center;
  font-size: 21px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  line-height: 30px;
  padding-top: 18px;
  text-decoration: none;
}

.btn-wpp {
  position: fixed;
  width: 260px;
  height: 75px;
  bottom: 40px;
  right: 40px;
  background-color: #01E675;
  color: #FFF;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  line-height: 23px;
  padding-top: 14px;
  text-decoration: none;
}

