
#contato-section-1 {
	position: relative;
	background-image: url(../imgs/contato/curitiba02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
	border-bottom-color: #888888;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#contato-section-1 .myBG {
    min-height: 550px;
}

#contato-section-1 h2 {
	color: #777878;
	font-size: 48px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#ligamos h2 {
	margin-bottom: 25px;
	max-width: 230px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #777878;
}

#ligamos p {
	margin: 0 0 5px 0;
	padding-left: 10px;
	font-size: 36px;
	color: #777878;
}

.ligamos-pvc {
	margin-top: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#mapholder {
	margin: auto;
	display: block;
	cursor: pointer;
	border: solid 1px #dddddd;
	overflow: hidden;
	border-radius: 30px;
    background-color: #eee;
}
#map {
	height: 500px;
}

.contatoBtn {
	width: 180px;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px;
	border: solid 1px #b5b5b5;
	border-radius: 20px;
	text-align: center;
	color: #777878;
}

.contatoBtn:hover {
	background-color: #eaeaea;
	text-decoration: none;
}

#fale-conosco {
	border-color: #888888;
}
#fale-conosco h2 {
	margin-top: 0px;
}

#fale-form input, #fale-form textarea {
	background-color: #eee;
}

#fale-form button[type="submit"] {
	width: 180px;
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    border: solid 1px #b5b5b5;
    border-radius: 20px;
	font-family: lato-light;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background-color: #1b71b9;
}

#fale-form button[type="submit"]:hover {
	color: #777878;
    background-color: #f79837;
	border-color: #f79837;
}

#trabalhe-img {
	display: block;
	width: 100%; min-height: 350px;
	background-image: url("../imgs/contato/trabalheconosco.jpg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
@media (min-width: 1200px) {
	#contato-section-1 .myBG { padding-top: 200px; padding-left: 0px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#contato-section-1 .myBG { padding-top: 180px; padding-left: 0px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#contato-section-1 .myBG { padding-top: 180px; padding-left: 0px; }
}
@media (min-width: 768px) {
	#fale-form-wrap,
	#mapholder	{ padding: 30px; }

}
@media (max-width: 767px) {
	#contato-section-1 { text-align: center; }
	#contato-section-1 .myBG { padding-top: 180px; }
	#contato-s1-tel { font-size: 20px; font-weight: 700; }
	.ligamos-pvc { font-size: 16px; margin-bottom: 30px; }
	#fale-form-wrap { padding: 30px 10px 30px 10px; }
}


#contato-s1-tel {
	font-family: lato-bold;
    font-size: 30px;

}

#onde-estamos h3 {
	margin-bottom: 10px;
}

#onde-estamos span {
	font-family: lato-bold;
}

#save-widget {
        width: 300px;
        box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
        background-color: white;
        padding: 10px;
        font-family: Roboto, Arial;
        font-size: 13px;
        margin: 15px;
	cursor: auto;
}

#save-widget > p {
	padding: 0;
}

#save-widget > strong {
	white-space: normal;
}
