.headerFaq {
	background: #FFF;
	color: #102949;
}
.headerFaq .spc_txt {
	padding: 20px 10px 50px 10px;
}
.headerFaq h1 {
  font: 900 40px Montserrat;
  color: #032858;
  float: left;
  width: 100%;
  margin: 0px;
  letter-spacing: -2px;
  margin: 30px 0px 0px 0px;
}
.headerFaq h1 span {
  color: #104af6;
}
.headerFaq h2 {
  font: 900 18px Urbanist;
  color: #6f7891;
  margin: 15px 0px 0px 0px;
  float: left;
  width: 100%;
}
.sectorTramite {
	text-align: left;
}
.sectorTramite .ic {
	width: 1%;
	padding-right: 15px;
}
.sectorTramite .ic i {
	background: #104af6;
	color: #FFF;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	border-radius: 10px;
}
.sectorTramite .ttx {
	width: 99%;
	font: 900 20px Urbanist;
	position: relative;
}
.sectorTramite .ttx:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	height: 4px;
	background: #d6d5ea;
	top: 50%;
}
.sectorTramite .ttx span {
	z-index: 2;
	position: relative;
	background: #FFF;
	padding-right: 15px;
}
.slideTopTramites {
	float: left;
	position: relative;
	left: -10px;
	width: calc(100% + 20px);
}
.topTramite {
	padding: 10px;
}
.topTramite .bx {
	box-shadow: 0px 0px 15px 5px rgba(153, 172, 197, 0.2);
	border-radius: 15px;
	padding: 20px;
	height: 300px;
	position: relative;
	background: #FFF;
}
.topTramite .icon i{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #1c53d0;
	border-radius: 50%;
	background: #eff5fd;
	font-size: 30px;
}
.topTramite h4{
	font: 900 18px Roboto;
	color: #000;
	margin: 10px 0px;
}
.topTramite p{
	font: 500 14px Roboto;
	color: #6f7891;
	margin: 10px 0px;
}
.topTramite a{
	font: 600 16px Urbanist;
	color: #FFF;
	margin: 10px 0px 0px 0px;
	border-radius: 10px;
	padding: 10px 15px;
	float: left;
	width: calc(100% - 40px);
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: linear-gradient(90deg,rgb(113, 95, 238) 0%, rgba(16, 74, 246, 1) 100%);
	text-align: center;
}
.topTramite a:hover{
	color: #FFF;
	background: #1c53d0;
}
@media (max-width: 700px) {
	.sectorTramite {
		padding: 0px 10px;
	}
	.headerFaq h1 {
		font-size: 20px;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.headerFaq h2 {
		font-size: 12px;
	}
	.dHeadImg {
		width: 40%;
	}
	.dHeadImg img {
		max-width: 100%;
	}
	.dHeadTxt {
		padding: 0px 10px 20px 10px;
	}
	.slideTopTramites  {
		margin-top: 20px;
	}
	.slideTopTramites, .blog_widget, .reviews {
		left: 0px;
		width: 100%;
	}
	.overf_slider {
		overflow: hidden;
	}
	.topTramite {
		width: 70vw;
	}
}