	
/* 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=40fovk7g');
		background-position: center top;
		background-repeat: no-repeat;
	
			background-color: #f4f4f4;
	
	
			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: #f40008 ;
}

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: #5c5c5c ;
}

/* 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: #f40008 ;
}

/* 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: #f40008;
}

/* 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: #f40008;
	transition: 0.2s ease-out;
}

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

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

body * .background-theme-over {
	background-color: rgba(244, 0, 8, 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: 5px;
	}

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: #fff;
	font-family: 'Roboto', 'sans-serif';
}

	#power_by_bar .box {
		width: auto;
		height: auto;
		display: flex;
		align-items: center;
	}

	#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: left;
		}

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

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

@media(max-width: 750px) {
	#power_by_bar .box:first-child {
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#power_by_bar .box:last-child {
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 10px;
		gap: 10px;
	}

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

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

	#power_by_bar p {
		float-left: none;
		line-height: 40px;
		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;
	}
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.lgpd-terms {
	color: #707070 !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	font-family: 'Poppins', sans-serif !important;
	padding-top: 12px;
}

.cbox input {
	display: none;
}

.cbox input:checked ~ label::before {
	content: "\2714";	/* Heavy Checkmark */
	background: #000000;
	color: white;
	font-size: 12px !important;
	font-family: 'Poppins', sans-serif !important;
	border: 2px solid #000000;
}

.cbox label::before {
	display: inline-block;
	content: "\00a0"; /* Blank space */
	width: 18px;
	height: 18px;
	margin-right: 5px;
	text-align: center;
	background: #ffffff;
	border: 2px solid #848484;
	border-radius: 4px;
	font-size: 12px !important;
	font-family: 'Poppins', sans-serif !important;
}

.cbox {
	font-size: 12px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
	color: #707070 !important;
}

.checkbox-lgpd-label {
	text-transform: none !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #707070 !important;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cbox label {
	cursor: pointer;
}

.cbox label:hover::before {
	background: #f2f2f2;
}

.checkbox-lgpd-label {
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 12px;
}
