/*
* Author: Ti SoftWorks
* Data: 12/02/2021;
*/
a.hq-a{
	color: #d63c3c !important;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
a.hq-a:hover{
	color: #761919 !important;
	text-decoration: none;
}
a.hq-a.hq-a-blank{
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
a.hq-a.hq-a-blank:hover{
	color: #ececec !important;
}
/* --- SECTIONS --- */
.hq-section{ margin: 75px 0px !important; }
/* --- BACKGROUNDS --- */
.hq-red-bg{ background: linear-gradient(0deg, #761919 0%, #651414 100%) !important; }
/* --- HQ BUTTON --- */
.hq-button{
	font-size: 16px !important;
  	font-weight: 600 !important;
  	display: inline-block;
  	padding: 10px 30px !important;
  	border-radius: 50px !important;
  	transition: 0.5s !important;
  	margin: 20px 20px 20px 0 !important;
  	background-size: 200% 100% !important;
  	color: #fff !important;
}
.hq-append-btn{ 
	padding: auto 10px !important;
	margin: 0px !important;
	background-size: 200% 100% !important;
	transition: 0.5s !important;
	color: #fff !important;
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}
.hq-button:hover{
	background-position: 90% 0;
  	box-shadow: 0 4px 15px 0 rgba(113, 191, 255, 0.75);
  	color: #fff;
}
.hq-btn-df{
	background: rgb(118,25,25);
	background-image: linear-gradient(90deg, rgba(251,31,31,1) 8%, rgba(26,78,120,1) 62%, rgba(29,151,250,1) 91%, rgba(222,135,137,1) 100%) !important;
}
.hq-btn-white{
	color: #1a4e78 !important;
	background-image: linear-gradient(to right, #797979, #ececec, #f6f6f6, #DAEEFF, #65BAFF) !important;
}
/* --- HQ LIST --- */
ul.hq-list{
    margin-left: 0px!important;
    padding-left: 0px!important;
}
ul.hq-list li{list-style: none !important;}
/* --- HQ FORM --- */
form.hq-form{}
form.hq-form input.form-control:focus,
form.hq-form input.form-control:visited,
form.hq-form input.form-control:active{
    border-color: #d63c3c !important;
    box-shadow: none !important;
}
/* --- ITENS EM DESTAQUE --- */
/*#servicos-destaque div 