.contact-info-section {
  padding: 0px 0px 80px !important;
}

.page-title-section-two {
	padding: 320px 0px 1px !important;
}

.cta-section {
    padding: 110px 0px 160px !important;
}


.about-section {
    padding-top: 0px !important;
}

@media (min-width: 1750px) and (max-width: 4320px) {
			/*posição logo*/
.main-header .header-upper .logo-box {
	position: absolute;
	left: 20% !important;
	top: -0px !important;
	/* background: url(../images/background/logo-bg.png) no-repeat; */
}
}

@media (min-width: 992px) and (max-width: 1750px) {
			/*posição logo*/
.main-header .header-upper .logo-box {
	position: absolute;
	left: 20% !important;
	top: -0px !important;
	/* background: url(../images/background/logo-bg.png) no-repeat; */
}
}

@media (min-width: 479px) and (max-width: 991px) {
			/*posição logo*/
.main-header .header-upper .logo-box {
	position: absolute;
	left: 20% !important;
	top: -23px !important;
	/* background: url(../images/background/logo-bg.png) no-repeat; */
}

/*posição logo quando desce a tela*/
.main-header .header-upper .logo-two {
	top: 20px !important;
}

}

@media only screen and (max-width: 479px) {
	
	/*posição logo*/
.main-header .header-upper .logo-box {
	padding:10px;
	top: -3px !important;
}
}

/*posição logo index
.main-header .header-upper .logo-box {
	position: absolute;
	left: 20% !important;
	top: -0px !important;
}

.logo img {
	max-width: 65% !important;
}*/


/*cor botão mensagem rodapé*/
.btn-style-two {
    border-color: #bc9e74 !important;
	background: #bc9e74 !important;
}

.btn-style-two:hover {
    border-color: #bc9e74 !important;
	background: #fff !important;
	color: #fff !important;
}
/* fim cor botão mensagem rodapé*/

/*cor letras capa index*/
.page-title-section .content-boxed {
	text-align: left !important;
	color: #fff !important;
}