/*------------------------------------------------------------------
    ESTILOS CRIAÇÃO DE ARTES PARA INSTAGRAM ID=78
-------------------------------------------------------------------*/

#chamada-principal {
	position: relative;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#chamada-principal:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #833ab4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: .7;
}

	#chamada-principal h2 {
		font-size: 58px;
		color: #222;
		text-transform: uppercase;
		font-weight: 800;	
		letter-spacing: .5px;
	}

.cta-topo {
	background: rgba(0,0,0,.95);
	padding: 50px 40px 80px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

.cta-topo h3 {
	font-size: 28px;
	margin-bottom: 20px;
	/*font-weight: 800;*/
}

#inst-opt .col-md-6 {
 	padding: 80px 70px;
 	text-align: center;
 	height: 350px;
}

#servico-explicacao {
	padding: 80px 0;
	/*background: url(midias/produto/C-PRODUTO-8368452507.webp) no-repeat;*/
	background-position: top right;
	background-size: contain;
	/*background-color: #1b1b1b	;*/
}

#artespontuais  {
	padding: 50px 0;
}
#servico-explicacao p, #artespontuais p {
	font-size: 17px;
	/*color: #fff;*/
	font-weight: 400;
	margin-bottom: 20px;
}

.cta-middle {
	padding: 60px 0 80px;
}

#motivo-servico {
	padding: 50px 0 ;
	background: #f5f5f5;
	
}

#motivo-servico h2 {
	font-size: 38px;
	text-align: center;
	/*font-weight: 800;*/
	text-transform: uppercase;
	line-height: 80px;
	margin-bottom: 50px;
	color: #323232;
}
.servico-vantagens {
	padding: 30px;
	/*height: 260px;*/
	margin-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	/*background: linear-gradient(to bottom, #ffe000, #ffda51);*/
	background: #fff;
	transition: all .8s linear;
	box-shadow: 3px 3px 8px rgba(0,0,0,.25);
}


.servico-vantagens i {
	font-size: 42px;
	color: #333;
}

.servico-vantagens h3 {
	font-size: 20px;
	margin-top: 25px;
	color: #333;
}
.servico-vantagens p {
	color: #333	;
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 480px) {
	#chamada-principal {
		display: block;
		padding: 50px 0;
	}
	#chamada-principal h2 {
		font-size: 34px;
		font-weight: 900;
	}
		#chamada-principal h3 {
			font-weight: 400;
		}

	#chamada-principal .btn {
		white-space: normal;
	}

	.cta-topo {
		padding: 30px 20px;
		margin-bottom: 40px;
	}

	#inst-opt .col-md-6 {
		height: auto;
		padding: 30px 20px;
	}

	#motivo-servico h2 {
		font-weight: 900;
		line-height: 40px;
		text-align: left;
	}
}

.blog-container {
	padding: 0 30px 20px;
}

.blog-title {
	display: flex;
	align-items: center;
}

.blog-title h2 a{
	display: inline-block;
	font-size: 24px;
	margin-left: 20px;
}

.img-title {
	max-width: 120px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: .071em;
	font-weight: 600;
    padding: 15px 10px;
    text-align: center;
    margin-right: 10px;
    background: #eee;
    margin-top: 10px;
}
}

.blog-content {
	margin-top: 10px;
}

.blog-img a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	background: #777;
}
.heading-side-bar {
	position: static;
	top: 50px;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.cta-servicos_realizados {
	margin: 3rem 0;
}
.mt-50 {
	margin-top: 50px !important;
}