:root {
 /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */

}

.tp-btn-2{
    padding: 0 14px;
    font-size: 14px;
    line-height: 34px;
    border-radius: 50px !important;
    display: inline-block;
    transition: all 0.5s ease-in-out;

}



.llamar{
	  position: fixed;
    width: 150px;
    height: 48px;
    bottom: 35px;
    right: 11px;
    border-radius: 50px !important;
    text-transform: uppercase;
    color: #fff;
    background-color:#000;
    font-weight: 800 !important;
    text-align: center;
    z-index: 100;
}
.llamar:hover {
	  text-decoration: none;
	  color: #fff;
    background-color:#bd9473;    
    border-radius: 50px !important;

}

.my-llamar{
	margin-top:16px;
}