.zoom-container .nav-bottom{
	background: #f4f4f4 !important;
	-webkit-box-shadow:  none !important;
    box-shadow: none !important;
}

.zoom-container .nav-bottom .icons, .jgallery[data-jgallery-id="1"] .zoom-container .nav-bottom .icons .fa {
    background: #f4f4f4 !important;
}

.jgallery-container-inner{
	background: #f4f4f4 !important;
	padding-top: 9px !important;
}

.jgallery-container{
	background: rgb(230, 230, 230) !important;
}

.jgallery-container-inner{
	text-align: left !important;
    padding-left: 0px !important;
}

.woocommerce-tabs {
    margin: 10px 0 50px 0;
}

.none{
	display: none!important;
}

.bg-success {
    background-color: #dff0d8;
    padding: 10px;
    border-radius: 3px;
}

.bg-danger {
    background-color: #f2dede;
    padding: 10px;
    border-radius: 3px;
}

.project-item{
	padding: 5px !important;
}

.flat-project .project-wrap .project-info {
    bottom: 5px;
    left: 5px;
    right: 5px;
}


.marca_div h4, .revenda_div h4{
	font-size:22px;
}

@media only screen and (max-width: 1199px) {

	.logo{
		width: 180px !important;
	}

	.marca_div h4, .revenda_div h4{
		font-size:18px;
	}
	/*	.marca_div, .revenda_div{
			background-size: 190px !important;
		}*/




	.marca_div{
		background-size: 80px !important;
		background-position: right 60px center;
	}
	.revenda_div{
		background-size: 100px !important;
	}




}


@media only screen and (max-width: 991px) {
	.marca_div, .revenda_div{
		/*		background-size: 150px !important;
				height: 40px;*/
		background-size: 61px !important;
		height: 40px;
	}

	.marca_div{
		background-position: right 10px center !important;
	}
	.revenda_div{
		background-position: right 10px center !important;
	}
}

@media only screen and (max-width: 479px) {

	.links_rapidos .nav{
		display: contents !important;
	}

	.marca_revenda{
		/*padding-bottom: 70px;*/
	}
	.marca_div{
		background-position: right 0px center !important;
		background-size: 150px !important;
		min-height: 122px;
	}
	.revenda_div{
		background-position: left 35px center !important;
		background-size: 85px !important;
		min-height: 122px;
	}

	.marca_div h4, .revenda_div h4{
		display: none;
	}
}


.quick-appoinment label{
	margin-top: 25px;
}

.quick-appoinment select {
    background-size: 15px;
}


.contato-custom{
	background: #0194ec;
    margin: -20px;
    padding: 20px;
	margin-top: 0px;
	border-radius: 3px;
}


.contato-custom h3 {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.contato-custom label {
    color: #fff !important;
}

.contato-custom input[type="text"]{
    color: #fff;
}

.contato-custom input[type="text"]:focus, .contato-custom input[type="email"]:focus, .contato-custom textarea:focus{
    border-color: #fff;
}

.contato-custom input[type="submit"] {
    background-color: #fff;
    color: #029bf7;
	width: 100%;
}
.contato-custom button {
    background-color: #152844;
    color: #fff;
	width: 100%;
}

.fotorama__img{
	margin-top:0px !important;
	margin-left:0px !important;
}
#galeria_mobile{
	display: none;
}
#btn-consulta{
	display: none;
}

@media only screen and (max-width: 768px) {
	#galeria_mobile{
		display: block !important;
	}
	#gallery, .jgallery, .gallery_safari {
		display: none !important;
	}
	#btn-consulta{
		display: block;
	}
	.contato-custom {
		margin-right: 5px;
	}
}



a.custom {
    color: #fff;
    background-image: none;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    background-color: #029bf7;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.error{
	border: 1px solid red !important;
}

.contatoErro{
	margin-top: 10px;
	padding: 15px;
	background-color: #dc3545!important;
	color: #fff!important;
}

.contatoEnviado{
	margin-top: 10px;
	padding: 15px;
	background-color: #28a745!important;
	color: #fff!important;
}

.searc_usado_id{
	margin-top: -35px;
	border: 1px solid #fff;
}

.searc_usado_id .input-group-addon {
    background-color: transparent;
    border: 0px solid #ccc;
}
.searc_usado_id input.form-control {
	outline: none !important;
	border: 0px !important;
	font-style: initial;
	font-family: inherit;
	color: #333 !important;
}

.searc_usado_id input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;
}
.searc_usado_id input.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #333;
}
.searc_usado_id input.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #333;
}
.searc_usado_id input.form-control:-moz-placeholder { /* Firefox 18- */
	color: #333;
}

.searc_usado_id input.form-control:focus {
	outline: none !important;
	border: 0px !important
} 


a.btn_venda{
	color: #fff;
    background-color: #029bf7;
	padding: 10px 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

a.btn_venda:hover, a.btn_venda:focus {
    color: #fff;
    text-decoration: none;
}

.container_youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.galeria_index_mobile{
	display: none;
}

@media only screen and (max-width: 491px) {

	.galeria_index_mobile{
		display: block !important;
	}

	.tp-banner-container{
		display: none !important;
	}

	.ocultar-mobile{
		display: none !important;
	}

}




/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
.scrollup {
	width: 64px;
	height: 64px;
	border-radius: 620px;
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: none;
	background: #039bf7;
	color: #ffffff;
	text-align: center;
}

@media (max-width: 991px) {
	.scrollup {
		position: absolute;
		bottom: 40px;
		right: 40px;
	}
}

.scrollup:hover {
	background: #0484d2;
}

.scrollup:hover i {
	color: #ffffff;
}

.scrollup:hover:after {
	webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scrollup:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #4a4a4a;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.scrollup i {
	font-size: 40px;
	position: absolute;
	width: 100%;
	top: 12px;
	left: 70%;
	margin-left: -45px;
	color: #fff;
}




.scrollup{
	font-size: 10px;
    color: rgb(9, 35, 66);
    padding-top: 25px;
    margin-left: 40px !important;
    display: inline;
    z-index: 999999;
}

@media (max-width: 991px){
	.scrollup {
		position: fixed;
		bottom: 40px;
		right: 40px;
	}
}


@media (max-width: 591px){
	.scrollup {
		width: 35px;
		height: 35px;
	}

	.scrollup {
		font-size: 10px;
		color: rgb(9, 35, 66);
		padding-top: 25px;
		margin-left: 40px !important;
		display: inline;
		z-index: 999999;
	}

	.scrollup i {
		font-size: 22px;
		position: absolute;
		top: 7px;
		left: 0px;
		margin-left: 0px;
	}
}


.links_rapidos{

}

.links_rapidos .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	/*width: 100%;*/
}

.links_rapidos  .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.links_rapidos  .nav-item:first-child {
	border-left: 0px solid #fff;
}

.links_rapidos  .nav-item {
	background-color: #eee;
	border-left: 1px solid #fff;
	border-bottom: 2px solid #029bf7;
}

.links_rapidos  .nav-item a{
	font-weight: bold;
	color: #029bf7;
}