	
/* Importa as fontes */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

/* Cor do Background */
body {
			background-image: url('https://cdn.sitewebmotors.com.br?c=4suwu42v');
		background-position: center top;
		background-repeat: no-repeat;
	
			background-color: transparent;
	
	
			background-attachment: scroll;
	}


/* Fonte dos textos */
body *:not([class^="icon-"]):not([class^="fa-"]):not(.fa) {
	font-family: 'Roboto', 'sans-serif' ;
}

/* Fonte dos títulos */
body * .font-description {
	font-family: 'Roboto', 'sans-serif' ;
}

/* Fonte dos títulos */
body * h1,
body * .font-title {
	font-family: 'Roboto', 'sans-serif' ;
}

/* Fontes dos sub-títulos */
body * h2,
body * .font-subtitle {
	font-family: 'Roboto', 'sans-serif' ;
}

/* Classes da cor da fonte*/
body * .color-default {
	color: #333333 ;
}

body a:hover,
body a:focus {
    opacity: .6;
    text-decoration: none;
}

body i,
body i.fa,
body i.ico {
    line-height: initial;
}

/* Background color do submenu no header */
section[class*="x_component_header_"] .menu ul,
section[class*="x_component_header_"] ul li > ul,
section[class*="menu-"] .menu ul,
section[class*="menu-"] ul li > ul,
div[class*="menu-"] .menu ul,
div[class*="menu-"] ul li > ul,
body * .background-theme-submenu {
	background-color: #c4c4c4 ;
}

/* Links no header*/
li.nav-menu-item a:focus,
li.nav-menu-item li.nav-menu-item a:focus,
li.nav-menu-item a:hover,
li.nav-menu-item li.nav-menu-item a:hover,
li.nav-menu-item a:active,
li.nav-menu-item li.nav-menu-item a:active {
	color:  !important ;
}


body * .color-default-hover:hover {
	color: #333333 ;
}

/* Classes da cor da fonte com link */
body * .color-default a:link,
body * .color-default a:visited {
	color: #b00000 ;
}

body * .background-transparente {
	background-color: transparent;
}

body * .background-theme,
body * .btn-color {
	background-color: #0867ad;
}

/* Altera background do botão 'Estou interessado' para a cor do tema */
#resultado-busca .mid-part ul li .mid-part-mid p.btns a.background-theme,
#resultado-busca .mid-part-bloco ul li .mid-part-bloco-mid .verdetalhes p.linksdetalhes a.background-theme {
	background-color: #0867ad;
	transition: 0.2s ease-out;
}

/* Altera background do botão 'Clique Aqui!' para a cor do tema */
.zkmarcas-zk001 a.background-theme {
	background-color: #0867ad;
	transition: 0.2s ease-out;
}

body * .border-default {
	border-color: #0867ad ;
}

body * .background-theme-over {
	background-color: rgba(8, 103, 173, 0.5) ;
}

/* Backgrounds Padrões */
body * .background-dark {
	color: #FFF;
    background: #222222;
}

body * .background-offset {
	color: #222;
    background: #F9F9F9;
}

body * .background-default {
	color: #222;
    background: #ffffff;
}

/* Layout boxed */
	@media (min-width: 768px) {
		body * .container-fluid,
		body * .container {
			width: 750px ;
		}
	}
	@media (min-width: 992px) {
		body * .container-fluid,
		body * .container {
			width: 970px ;
		}
	}
	@media (min-width: 1200px) {
		body * .container-fluid,
		body * .container {
			width: 1170px ;
		}
	}

	/* Border-radius dos botões */
	body * .btn,
	body * .layout-btn {
		border-radius: 0;
	}

body * .navbar-wrapper .container-fluid {
	padding: 0;
}

/* Remove borda arredondada do Topo */
body * .navbar-wrapper {
	margin: 0 auto;
	-webkit-border-radius: 0 ;
	-moz-border-radius: 0 ;
	border-radius: 0 ;
}

body .header-container,
body .main-container,
body .footer-container {
	position: relative;
}

body .main-container {
}

body .header-container{
	z-index: 2;
}

/* Customs Elements */
.pad-default-elements {
	padding: 50px 0;
}

/*solução temporaria para empty-social*/
.empty, .editor-alert {
	display: none;
}

.video-bg-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	overflow: hidden;
}

.video-bg-container video {
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	transform: none;
}

[class*=slide] .mejs__container {
    width: 100% !important;
    height: 100% !important;
	background: transparent;
}

.video-bg-container .mejs__controls{
	display:none !important;
}

.video-bg-content-container {
	position: relative;
	z-index: 1;
}

#videoBgPage video, #videoBgPage {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
.video-player{
	width:100% !important;
}
.video-template {
	display:none;
}
.carousel-inner .item div.mejs__video,
.slick-slide div.mejs__video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

@media(max-width: 990px) {
	.video-bg-container video {
		width: unset;
		height: 100%;
		left: 50%;
		transform: translate(-50%);
	}
}

.popup-plataforma.modal-dialog {
	width: 1280px;
	margin: 5% auto 50px;
	background-color: #000;
}
.popup-plataforma .modal-content {
	background-color: transparent;
	border: none;
}
.popup-plataforma .modal-header {
	border: none;
	padding: 0;
}
.popup-plataforma .modal-header .close {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 999;
	font-size: 3em;
	right: -40px;
	top: -40px;
	background: none !important;
	opacity: 1;
}
.popup-plataforma .modal-header .close:before, .popup-plataforma .modal-header .close:after {
	content: "";
	width: 3px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
}
.popup-plataforma .modal-header .close:before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-plataforma .modal-header .close:after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.popup-plataforma .modal-header .close:hover {
	opacity: 0.5;
}
.popup-plataforma img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

@media(max-width: 1280px) {
	.popup-plataforma.modal-dialog {
		width: 70%;
		margin-top: 15%;
	}
}

#power_by_bar {
	height: auto;
    min-height: 40px;
    background: #0867ad;
	font-family: 'Roboto', 'sans-serif';
}

	#power_by_bar .box {
		width: auto;
		height: auto;
	}

	#power_by_bar .box:first-child {
		float: left;
	}

	#power_by_bar .box:last-child {
		float: right;
	}

		#power_by_bar .box p,
		#power_by_bar .box img {
			float: none;
		}

		#power_by_bar p {
			line-height: 20px;
			margin: 0;
		}

		#power_by_bar img {
			display: block;
			width: auto;
			height: 40px;
			margin-left: 10px;
		}

@media(max-width: 750px) {
	#power_by_bar .box:first-child {
		float: none;
	}

	#power_by_bar .box:last-child {
		float: none;
	}

		#power_by_bar .box p, img {
			float: none;
		}

	#power_by_bar img {
		float: left;
		margin-left: 0;
	}

	#power_by_bar p {
		float: left;
		line-height: 20px;
		margin: 0;
	}
}

body a[href="javascript:;"]:not(.proposta):not([rel="titleFilter"]):not(#btnCompare1):not([onclick="javascript:return window.print();"]),
body a[href="javascript:void(0);"],
body a[href="#"],
body a[href="javascript:;"]:not(.proposta):not([rel="titleFilter"]):not(#btnCompare1):not([onclick="javascript:return window.print();"]):hover,
body a[href="javascript:void(0);"]:hover,
body a[href="#"]:hover {
	cursor: default;
	opacity: 1;
}

body section div.btn.btn-color,
body section div.btn {
	height: auto;
	min-height: auto;
	cursor: default;
}

div.btn p {
	margin: 0;
}

div.btn a:link,
div.btn a:visited {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

body .d-inline-block {
   display: inline-block;
}

@media screen and (max-width: 765px) {
	.nav-menu-item.open .dropdown-backdrop {
		display: none;
	}
}
