@charset "utf-8";
/* CONTATOS BLOCOS RODAPÉ */
article#widget-contato-bloco {padding: 100px 7%;display: flex;background-attachment: fixed;background-size: cover;position: relative;}
article#widget-contato-bloco h3,
article#widget-contato-bloco p,
article#widget-contato-bloco {color:#fff !important}
article#widget-contato-bloco:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #164b6d;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	/* mix-blend-mode: color; */
	opacity: 0.90;
}
article#widget-contato-bloco:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.1;
	background-image: url(../../../../images/simbolo2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.w-contatos-bloco-logo {
    padding: 33px 0;
}
.w-contatos-bloco-logo img {
    max-width: 216px;
}
article#widget-contato-bloco .content {
    max-width: 1900px;
    margin: 0 auto;
    z-index: 1;
}
article#widget-contato-bloco h2 {text-align:center !important}
article#widget-contato-bloco .bloco-contatos {/* margin-bottom:40px; */padding: 34px 0;}
article#widget-contato-bloco h3{
    text-transform: uppercase;
}
article#widget-contato-bloco .telefones {
    flex-direction: column;
    align-items: baseline;
    margin: 11px 0 41px 0px;
}
article#widget-contato-bloco .telefones a.tel { font-size: 20px; margin:0 0 18px}
article#widget-contato-bloco .telefones a.tel span:before,
article#widget-contato-bloco .telefones a.email span:before,
article#widget-contato-bloco .endereco span:before{
    margin: -6px 10px 0 0;
    /* border:1px solid #fff; */
}
article#widget-contato-bloco .telefones a.email span:before {
    display: flex;
    font-size: 18px;
}
article#widget-contato-bloco .endereco {
    display: flex;
    line-height: 180%;
    color: #fff;
    margin-bottom: 20px;
}
article#widget-contato-bloco .endereco span:before {
	content: "\f456";
	display:flex;
	font-size:18px;
	float: left;
}
article#widget-contato-bloco a.bt {
    margin-left: 44px;
    background: #148dc2 !important;
    border-radius: 19px;
}

article#widget-contato-bloco .midias {
    margin: 47px;
}

article#widget-contato-bloco .midias span:before {
    font-size: 34px;
}

/******************************************************/
/*******************  MOBILE  *************************/
/******************************************************/
@media screen and (max-width: 700px) {
article#widget-contato-bloco {padding: 40px 0px;}
	article#widget-contato-bloco h2 {
    font-size:18px !important;
	}
	.w-contatos-bloco-logo {
	 display: flex;
	 justify-content: center;
}

}