.sectionConstruaTorres {
	background-position: center;
	background-attachment: fixed;
	background-color: #00000073;
	background-blend-mode: color;
}
a.parceiroks {
    vertical-align: middle !important;
    display: flex;
    position: absolute;
    right: 90px;
}
a.parceiroks img {
    max-height: 25px;
}
a.parceiroks span {
    margin-right: 10px;
}
@media only screen and (min-width: 900px){
	.construaTorresLogo{
		max-width: 500px !important;
	}
}
@media only screen and (max-width: 900px){
	#Subheader {
		padding: 50% 0 !important;
	}
	#Subheader .title {
		font-size: 27px !important;
	}
}
body{
	height: 100%;
}
.conteudo .hover_color_bg {
	min-height: 170px;
}
a.icon_bar span.b{
	background: #a81f22 !important;
	color:#fff !important;
}
#Footer {
	background-color: #2c2c2c;
}
.liFooter{
	margin-bottom:10px;
}
.liFooter i{
	color:#a81e22;
}
#Footer a, #Footer h1, #Footer h1 a, #Footer h1 a:hover, #Footer h2, #Footer h2 a, #Footer h2 a:hover, #Footer h3, #Footer h3 a, #Footer h3 a:hover, #Footer h4, #Footer h4 a, #Footer h4 a:hover, #Footer h5, #Footer h5 a, #Footer h5 a:hover, #Footer h6, #Footer h6 a, #Footer h6 a:hover {
	color:#d3d3d3 !important;
}
#Footer a i {
	color: #a81e22;
}
#Footer a .b i {
	color: #ffffff;
}
.header-classic #Top_bar .top_bar_right {
	top: 40px;
}
.listaContatos li{
	list-style: unset !important;
}
.badge {
	color: #fff;
	background: #a82022a3 !important;
	position: absolute;
	top: 0;
	padding: 20px 0;
	width: 100%;
	font-weight: 700;
}
.header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 15px !important;
}

.imageLancamento{
	background-size: cover !important;
	background-position: center center !important;
}
.lancamentosHomeItem:nth-child(2n) .wrap:nth-child(1n) {
	float: right;
}
.lancamentosHomeItem .conteudo {
	padding:80px 85px !important;
	background: #e3e3e3;
	color:#fff;
}


.lancamentosHomeItem:first-child {
	padding-top: 100px !important;
}
.lancamentosHomeItem:nth-child(2n) {
	padding: 0 !important;
}
.lancamentosHomeItem:last-child {
	padding-bottom: 100px !important;
}

.linksUteis .liFooter{
	margin-bottom: 5px;
}

.caracteristicaItem{
	margin-bottom: 0px !important;
	font-size: 14px;
	text-transform: lowercase;
}
.lancamentosHomeItem *{
	color:#2c2c2c;
}
.hover_color_bg{
	background:#353535;
	border-color:#565656;
}

.subTitle{
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	font-weight: 300;
	color:#fff;
}

@media only screen and (min-width: 1240px){
	#Top_bar.is-sticky .top_bar_right {
		top: 9px;
		height: auto;
	}
}
@media only screen and (max-width: 767px){
	.header-classic #Top_bar .top_bar_right {
		display: none;
	}
	#Top_bar a.responsive-menu-toggle {
		right: 5px;
		top: 60px;
	}
	.subTitle {
		font-size: 20px !important;
	}
	#Top_bar .logo #logo {
		margin:unset;
	}
	.lancamentosHomeItem .conteudo {
		padding: 20px !important;
	}
	.lancamentosHomeItem .imageLancamento {
		height: 500px !important;
	}
}
.itemVideo {
	padding: 10px;
}


.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
	border-color: transparent !important;
}

.item-image-gallery img {
	height: 180px !important;
	width: 100% !important;
	object-fit: cover !important;
}
.item-image-gallery {
	border-top: 20px transparent solid;
}
#Header_wrapper {
	height: -webkit-fill-available;
	background-repeat: no-repeat !important;
}
@media (min-width: 900px) {
	#Subheader {
		padding: 19% 0 !important;
		background: none;
	}
}

@media (max-width: 767px) {
	#Header_wrapper {
		background-size: initial !important;
	}
}

.section {
	padding: 100px 0 !important;
}

.no-margin-v {
	padding: unset !important;
}

.holder {
	z-index: 99999;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #96989a;
}

.preloader {
	/* size */
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
	0% {
		transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
	}
	100% {
		transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
	}
}
.preloader div {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.preloader div:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	width: 10%;
	height: 10%;
	background-color: #ffffff;
	transform: translateX(-50%);
	border-radius: 50%;
}

.preloader div:nth-child(1) {
	transform: rotateZ(0deg);
	animation: rotateCircle1 2s infinite linear;
	z-index: 9;
}

@keyframes rotateCircle1 {
	0% {
		opacity: 0;
	}
	0% {
		opacity: 1;
		transform: rotateZ(36deg);
	}
	7% {
		transform: rotateZ(0deg);
	}
	57% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(2) {
	transform: rotateZ(36deg);
	animation: rotateCircle2 2s infinite linear;
	z-index: 8;
}

@keyframes rotateCircle2 {
	5% {
		opacity: 0;
	}
	5.0001% {
		opacity: 1;
		transform: rotateZ(0deg);
	}
	12% {
		transform: rotateZ(-36deg);
	}
	62% {
		transform: rotateZ(-36deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(3) {
	transform: rotateZ(72deg);
	animation: rotateCircle3 2s infinite linear;
	z-index: 7;
}

@keyframes rotateCircle3 {
	10% {
		opacity: 0;
	}
	10.0002% {
		opacity: 1;
		transform: rotateZ(-36deg);
	}
	17% {
		transform: rotateZ(-72deg);
	}
	67% {
		transform: rotateZ(-72deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(4) {
	transform: rotateZ(108deg);
	animation: rotateCircle4 2s infinite linear;
	z-index: 6;
}

@keyframes rotateCircle4 {
	15% {
		opacity: 0;
	}
	15.0003% {
		opacity: 1;
		transform: rotateZ(-72deg);
	}
	22% {
		transform: rotateZ(-108deg);
	}
	72% {
		transform: rotateZ(-108deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(5) {
	transform: rotateZ(144deg);
	animation: rotateCircle5 2s infinite linear;
	z-index: 5;
}

@keyframes rotateCircle5 {
	20% {
		opacity: 0;
	}
	20.0004% {
		opacity: 1;
		transform: rotateZ(-108deg);
	}
	27% {
		transform: rotateZ(-144deg);
	}
	77% {
		transform: rotateZ(-144deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(6) {
	transform: rotateZ(180deg);
	animation: rotateCircle6 2s infinite linear;
	z-index: 4;
}

@keyframes rotateCircle6 {
	25% {
		opacity: 0;
	}
	25.0005% {
		opacity: 1;
		transform: rotateZ(-144deg);
	}
	32% {
		transform: rotateZ(-180deg);
	}
	82% {
		transform: rotateZ(-180deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(7) {
	transform: rotateZ(216deg);
	animation: rotateCircle7 2s infinite linear;
	z-index: 3;
}

@keyframes rotateCircle7 {
	30% {
		opacity: 0;
	}
	30.0006% {
		opacity: 1;
		transform: rotateZ(-180deg);
	}
	37% {
		transform: rotateZ(-216deg);
	}
	87% {
		transform: rotateZ(-216deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(8) {
	transform: rotateZ(252deg);
	animation: rotateCircle8 2s infinite linear;
	z-index: 2;
}

@keyframes rotateCircle8 {
	35% {
		opacity: 0;
	}
	35.0007% {
		opacity: 1;
		transform: rotateZ(-216deg);
	}
	42% {
		transform: rotateZ(-252deg);
	}
	92% {
		transform: rotateZ(-252deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(9) {
	transform: rotateZ(288deg);
	animation: rotateCircle9 2s infinite linear;
	z-index: 1;
}

@keyframes rotateCircle9 {
	40% {
		opacity: 0;
	}
	40.0008% {
		opacity: 1;
		transform: rotateZ(-252deg);
	}
	47% {
		transform: rotateZ(-288deg);
	}
	97% {
		transform: rotateZ(-288deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(10) {
	transform: rotateZ(324deg);
	animation: rotateCircle10 2s infinite linear;
	z-index: 0;
}

@keyframes rotateCircle10 {
	45% {
		opacity: 0;
	}
	45.0009% {
		opacity: 1;
		transform: rotateZ(-288deg);
	}
	52% {
		transform: rotateZ(-324deg);
	}
	102% {
		transform: rotateZ(-324deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.callToAction h2 {
	font-size: 25px;
	font-weight: 800;
}

.callToAction {
	width: 350px;
	background: #ffffff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 30px;
	z-index: 9999;
	-webkit-box-shadow: -2px -2px 31px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -2px 31px -6px rgba(0,0,0,0.75);
	box-shadow: -2px -2px 31px -6px rgba(0,0,0,0.75);
}
.btnClose {
	font-weight: 800;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	color: #a81f22;
}
@media only screen and (max-width: 767px){
	.callToAction {
		width: auto !important;
		max-width: 100%;
		padding: 13px !important;
	}
}



