.entre-contato{
	width: 100%; height: 160px;
	float: left;
	background: url('../../../images/dot2.png');
	padding-top: 40px;
}

.entre-contato .centro{
	width: 750px; height: 100px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -375px;
}

.entre-contato h2{
	font-size: 32px;
	color: #373737;
	font-family: 'itc-bold';
	float: left;
}

.entre-contato a{
	width: 220px; height: 60px;
	background-color: #ec008b;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #ffffff;
	font-family: 'itc-bold';
	display: block;
	float: left;
	margin: 10px 0 0 20px;
	text-decoration: none;
}

.entre-contato a:hover{
	background-color: #ffde00;
	color: #000;
}

.entre-contato a:hover,
.entre-contato a{
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	
}

/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ultrawide and down */
@media screen and (min-width : 1921px) and (max-width : 2560px) {


}

/* 1099 and down */
@media screen and (max-width:1199px) {


}

/* 991 and down */
@media screen and (max-width:991px) {


}
/* 767 and down */
@media screen and (max-width:767px) {

.entre-contato .centro{
	width: 100%;
	margin-left: 0;
	left: 0;
	text-align: center;
	top: -25px;
}

.entre-contato h2{
	font-size: 22px;
	width: 100%;
}

.entre-contato a{
	width: 180px; height: 50px;
	line-height: 50px;
	position: relative;
	left: 50%;
	margin-left: -90px;
}

}
/* 349 and down */
@media screen and (max-width:449px) {

.entre-contato .centro{
	top: -40px;
}

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {


}
