@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');



.c-slider {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
.c-slider__frame {
	margin-bottom: 30px;
}
.c-slider__cont {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.c-slider__item {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  background: transparent;
  color: #3a3c47;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;  
  width: 190px;
  height: 120px;
}
.c-slider .c-scrollbar {
  margin-left: auto;
  height: 4px;
  background: #dedede;
  opacity: 1;
  line-height: 0;
  min-width: 435px;
  max-width: 100%;  
  }
.c-slider .c-scrollbar__handle {
  width: 218px;
  height: 100%;
  background: #222;
  cursor: pointer;
}
.c-slider .c-scrollbar__handle-mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 12%;
  height: 20px;
}

li.c-slider__item img {
    object-fit: contain;
    height: 100%;
    position: relative;
    width: 100%;
    object-position: left;
}

.flagVendido{
	padding: 10px 20px;
    margin: 0;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    background: #c70707;
    color: #fff;
    text-transform: uppercase;
    z-index: 30;
}


@media (min-width: 1500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1400px;
	}
}

.bgBlack{
	background: #222222;
}

.bgGrey{
	background: #F5F5F5;
}

.bgBlue{
	background: #5E96CB;
}

.colorBlack{
	color: #222222;
}

.colorWhite{
	color: #ffffff;
}

.colorGrey{
	color: #C6C6C6;
}

a{
	text-decoration: none !important;
}

a[href]{
	font-size: 10px;
	color: #2997FF;
	letter-spacing: 0.06px;
}

select{
	background-color: transparent;
	border-radius: 0;
	border: none;
}

.transitionDuration {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}


*, html, body, a, p, span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing:0.09px;
	line-height:21px;
}

.light {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

.medium {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.bold {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.pointer {
	cursor: pointer;
}

.btn:focus, .btn.focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0) !important;
}

.overflow {
	overflow: hidden !important;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0);
}

body {
	overflow-x: hidden !important;
}

a, a:hover {
	text-decoration: none;
}

.italic {
	font-style: italic;
}

.upper {
	text-transform: uppercase !important;
}

.underline {
	text-decoration: underline !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.modal{
	background-color: white !important;
	border: 0;
	height: auto;
}

.modal-scrollable .modal{
	opacity: 1;
}

.modal-backdrop, .modal-backdrop.fade.in{
	background: rgba(0,0,0,0.75);
	opacity: 1;
}

.modal-header .close{
	margin: 10px 15px;
	padding: 0;
}

.preTitulo{	
	font-size:12px !important;
	letter-spacing:0.08px !important;
}

.titulo{
	font-size:50px !important;
	letter-spacing:0.31px !important;
}

.resumo{
	font-size:18px !important;
	letter-spacing:0.11px !important;
	line-height:23px !important;
}

.texto {
    font-size: 14px !important;
    letter-spacing:0.09px !important;
	line-height:21px !important;
}

.textoRodape{
	font-size:13px !important;
	letter-spacing:0.08px !important;
	line-height:25px !important;
}

.outros{
	font-size:10px !important;
	letter-spacing:0.06px !important;
	line-height:23px !important;
}

.preco{
	font-size:26px !important;
	position: relative;
    display: inline-block;
}

.tituloDestaque{
	font-size:20px !important;
	letter-spacing:0.12px !important;	
}

.numeroSlide{
	font-size:12px;
	letter-spacing:0.08px;
}

.cinza{
	color: #939393 !important;
}

.cinza2{
	color: #BABABA !important;
}

.cinza-claro{
	color: #c6c6c6 !important;
}

.branco{
	color: #fff !important;
}

.preto{
	color: #222 !important;
}

header{
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
	border-bottom: 1px solid #F5F5F5;
}

.fixedHeader header,
.fixedHeaderDefault header{
	background: #fff;
}

.contentLogotipo{
	padding: 25px 35px;
}

.logotipo{
	height: 35px;
}

.linkVolvo{
	text-decoration: none;
	color: #4B97F8;
}

.linkVolvo:hover{
	text-decoration: none;
}

.menuHeader{
	padding: 0;
	margin: 0;
	display: inline-block;
	float: right;
}

.menuHeader li{
	list-style: none;
	display: inline-block;
	padding: 30px 15px;
	position: relative;
}

.menuHeader li a{
	font-size:12px;
	color:#323234;
	letter-spacing:0.08px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.menuHeader li a.active::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #222222;
}

.fixedHeader .menuHeader li a,
.fixedHeaderDefault .menuHeader li a{
	color: #888888;
}

#bannerMenu{
	float: right;
	display: inline-block;
	border-left: 1px solid #F5F5F5;
	padding: 20px 30px;
}

.fixedHeader #bannerMenu,
.fixedHeaderDefault #bannerMenu{
	background: #F5F5F5;
	border-left: 1px solid #F5F5F5;
}

#bannerMenu img{
	height: 45px;
}

.itemSlide{
	position: relative;
}

.itemSlide .imagemSlide{
	width: 100%;
/* 	height: 85vh; */
	height: 60vh;
	min-height: 700px;
	object-fit: cover;
}

.absoluteSlide{
	position: absolute;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gradientSlide{
	background-image: -o-linear-gradient(180deg, #ffffff 0%, #00000061 42%);
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #00000061 42%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #00000061 42%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #00000061 42%);
	background-image: linear-gradient(180deg, #ffffff 0%, #00000061 42%);
	height: 100%;
}

.peliculaSlide{
	background: rgba(0,0,0,0.2);
}

#sectionSlideHome{
	position: relative;
}

.footerSlideHome{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.setasSlide,
.numerosSlide{
	display: inline-block;
}

.setasSlide .slick-arrow{
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.19);
    color: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
}

.numerosSlide{
	margin-left: 40px;
	color: #fff;
	position: relative;
}

.numerosSlide .slick-dots{
	position: inherit;
	bottom: inherit;
}

.slick-dots li{
	display: inline-block;
}

.slick-dots li a{
	color: #aba9a9;
}

.slick-dots li.slick-active a{
	color: #fff !important;
}

#sectionSlideHome .slick-dotted.slick-slider{
	margin-bottom: 0;
}

#sectionServicos{
	padding: 70px 0;
	border-bottom: 1px solid rgba(255,255,255,0.28);
}

.tituloServico{
	font-size: 20px;
	letter-spacing: 0.12px;
	text-transform: uppercase;
}

.verMais{
	font-size: 10px;
	color: #2997FF;
	letter-spacing: 0.06px;
	text-transform: uppercase;
}

#sectionServicos .contentServico{
	position: relative;
}

.col-md-4.itemServico.offset-md-2::before{
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 130%;
	width: 0;
	border-left: 1px solid #F5F5F5;
}

#sectionServicos .itemServico:first-child .contentServico::before{
	content: none;
}

.contentBlock{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.tituloSection{
	margin-bottom: 50px;
	padding-left: 30px;
}

#mainContent {
    padding: 250px 0 150px 0;
    position: relative;
	overflow: hidden;
	width: 100%;
}

.tituloSection.semPadding{
	padding-left: 0;
}

.contentListagem{
	padding: 0 15px;
}

.imagemProdutoListagem{
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.rowEquipamentos{
	margin-top: 15px;
}

.rowEquipamentos:first-child{
	margin-top: 0px !important;
}

.contentDescricaoListagem{
	padding: 30px 20px;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	font-size: 14px;
	letter-spacing: 0.09px;
	line-height: 26px;
}

.tituloProdutoListagem{
    font-size: 15px;
    color: #222222;
    letter-spacing: 0.06px;
    line-height: 23px;
    margin-bottom: 15px;
}

.tituloCaracteristica{
	color: #BABABA;
}

.valorCaractoristica{
	color: #101010;
}

.verMaisListagm{
	margin-top: 30px;
}

footer{
	background: #222222;
	z-index: 1;
    position: relative;
}

.contentNewsletter{
	padding: 60px 0;
}

.form-control:focus{
	box-shadow: none !important;
}

#formNews .input-group{
	width: 100%;
}

#formNews input{
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #979797;
	padding: 30px;
	background: transparent;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.06px;
	line-height: 23px;
	height: auto;
}

.btnNewNewsletter{
	font-size: 10px;
	color: #FFFFFF !important;
	letter-spacing: 0.06px;
	line-height: 23px;
	padding: 30px;
	border: 1px solid #979797;
	border-left: none;
	border-radius: 0;
	box-shadow: none !important;
}

.tituloFooter{
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.06px;
	line-height: 23px;
	text-transform: uppercase;
}

.form-control.error{
	border-color: red !important;
}

.descricaoFooter{
	font-size: 13px;
	letter-spacing: 0.08px;
	line-height: 19px;
}

.subFooter{
	border-top: 1px solid rgba(255,255,255,0.28);
	border-bottom: 1px solid rgba(255,255,255,0.28);
}

.colunaSubFooter{
    border-right: 2px solid rgba(255,255,255,0.28);
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.colunaSubFooter:first-child{
	padding-left: 0px;
}


.colunaSubFooter:last-child{
	padding-right: 0px;
	border-right: none;
}

.contentSubFooter{
	padding: 0 15px;
}

#menuRodape{
	padding: 0;
	margin: 0;
}

#menuRodape li{
	list-style: none;
}

#menuRodape li a{
	font-size:14px;
	color:#888888;
	letter-spacing:0.09px;
	line-height:35px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;	
}

.contentTabs{
	margin-bottom: 35px;
}

footer a[href]{
	color: #fff;
	text-transform: uppercase;
}

.barSubFooter{
    padding-top: 80px;
    padding-bottom: 20px;
}

.redesSocais{
	margin: 0;
	padding: 0;
}

.redesSocais li{
	list-style: none;
	display: inline-block;
	border: 1px solid #979797;
	border-right: none;
}

.redesSocais li:last-child{
	border-right: 1px solid #979797;
}

.redesSocais li a{
	display: block;
	padding: 15px 25px;
}

.textDesenvolvido{
	font-size: 10px;
	color: #767676;
	letter-spacing: 0.06px;
	line-height: 23px;
	text-transform: uppercase;
}

.imdDesenvolvido{
	height: 20px;
}

.contentHeaderListagem{
	margin-bottom: 30px;
}

.virtualwebOrderSelector{
	display: inline-block;
    width: auto;
    min-width: 150px;
    margin-left: 5px;
    border: none;
    border-bottom: 1px solid #222222;
    border-radius: 0;
    background-color: transparent !important;
}

.ulPagination{
	width: auto;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

.ulPagination li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	text-transform: uppercase;
}

.ulPagination li a,
.currentPage{
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.09px;
	text-align: center;
	line-height: 26px;
	text-transform: uppercase;
}

.backgroundNome{
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.1;
	font-size: 500px;
	line-height: 500px;
	color: #C5C5C5;
	letter-spacing: 3.12px;
	text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}

.contentPesquisa{
	padding-bottom: 70px;
}

.itemPesquisa{
	width: 20%;
	border: 1px solid #F5F5F5;
	border-right: none;
}

.itemPesquisa:last-child{
	border-right: 1px solid #F5F5F5;
}

.select2-container{
	z-index: 90 !important;
}

.select2-container--default .select2-selection--single{
	border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
	padding: 15px 30px !important;
	height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50% !important;
	right: 15px !important;
	transform: translateY(-50%) !important;
}

.btnFiltrar{
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.08px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	box-shadow: none !important;
	border-radius: 0;
	padding: 20px 0;
}

.contentBreadcrumbs{
	border-top: 1px solid #F5F5F5;
}

.contentBreadcrumbs .breadcrumbs{
	padding: 15px 30px;
	margin: 0;
	display: inline-block;
}

.fixedHeader .contentBreadcrumbs .breadcrumbs{
	padding: 5px 30px;
}

.contentBreadcrumbs .breadcrumbs li{
	display: inline-block;
	list-style: none;
	padding: 0 15px;
	position: relative;
}

.contentBreadcrumbs .breadcrumbs li::after{
	content: ">";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	color: #222222;
	letter-spacing: 0.06px;
	text-align: right;
}

.contentBreadcrumbs .breadcrumbs li:last-child::after{
	content: none;
}

.contentBreadcrumbs .breadcrumbs li a{
	font-size: 10px;
	color: #222222;
	letter-spacing: 0.06px;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
}


/*  */
.modal{
	background-color: white !important;
	border: 0;
	height: auto;
}

.modal-scrollable .modal{
	opacity: 1;
}

.modal-backdrop, .modal-backdrop.fade.in{
	background: rgba(0,0,0,0.75);
	opacity: 1;
}

.modal-header .close{
	margin: 10px 15px;
	padding: 0;
}
/*  */

.imagemSlideProduto img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.slider-nav .slick-list{
	margin: 0 -5px;
}

.slider-nav .slick-slide{
	margin: 0 5px;
}

.imagemSlideProdutoThumb img{
	width: 100%;
	height: 110px;
	object-fit: cover;
}

.contentLupa{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.slider-nav{
	margin-top: 15px;
}

.contentCaracteristicas{
	border: 1px solid #F5F5F5;
	border-bottom: 0px;
}

.contetnCaracteristicaDetalhe{
	padding: 15px;
	border-bottom: 1px solid #F5F5F5;
}

.pr-0 .contetnCaracteristicaDetalhe{
	border-right: 1px solid #F5F5F5;
}

.contentBotoesDetalhe{
	margin-top: 15px;
	background-color: whitesmoke;
}

.contentBotoesDetalhe i{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 15px;
    font-size: 18px;
    line-height: 23px;
    color: #222;
}

.contentBotoesDetalhe a{
	position: relative;
    display: block;
    padding: 10px 15px 10px 45px;
    font-size: 10px;
    color: #A6A6A6;
    letter-spacing: 0.06px;
    line-height: 23px;
    text-transform: uppercase;
}

.contentBotoesDetalhe a[href]{
	background: #F5F5F5;
}

.contentEquipamentos{
	padding: 0 30px;
}

.contentEquipamentos .tituloGrupo{
	font-size: 10px;
	letter-spacing: 0.06px;
	line-height: 23px;
	text-transform: uppercase;
}

.labelEquipamento{
	font-size: 13px;
	color: #909090;
	letter-spacing: 0.08px;
	line-height: 41px;
}

.labelEquipamento i{
	margin-right: 15px;
}

.botaoInteressalhe{
	font-size: 12px !important;
	color: #FFFFFF !important;
	letter-spacing: 0.08px !important;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 50px;
	display: inline-block;
	line-height: 26px;
}

.fixedHeader .botaoInteressalhe{
	padding: 5px 50px;
}

.vw-formulario{
	width: 100%;
}

.vw-formulario input,
.vw-formulario select,
.vw-formulario textarea{
	width: 100%;
    background: transparent;
    border: 1px solid #F5F5F5;
    padding: 15px;
}

#form_financiamento.vw-formulario .form-campos:nth-child(5),
#form_financiamento.vw-formulario .form-campos:nth-child(6){
	width: 50%;
	display: inline-block;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #F5F5F5;
}

#form_financiamento.vw-formulario .form-campos:nth-child(2) input,
#form_financiamento.vw-formulario .form-campos:nth-child(3) input{
/* 	border-bottom: none !important; */
}

#form_financiamento.vw-formulario .form-campos:nth-child(5) input{
	border-right: none !important;
}

.vw-formulario .submitbtn{
	float: right;
	background: #5E96CB;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.08px;
	text-align: center;
	padding: 15px 50px;
	width: auto;
	border: none;
}

.pesquisaAvancada{
	font-size: 13px;
	color: #222222;
	letter-spacing: 0.08px;
	line-height: 24px;
	border-bottom: 1px solid #222222;
	cursor: pointer;
	margin-top: 15px;
	display: inline-block;
}

.popupFormulario{
	position: fixed;
	top: 142px;
    right: 0;
    width: 450px;
    padding: 30px;
    background-color: #f5f5f5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.popupFormulario .form-campos{
	margin-bottom: 10px;
}

.botaoInteressalhe:hover{
	background-color: #222222 !important;
}

.botaoInteressalhe:hover .popupFormulario, .popupFormulario.show{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.popupFormulario .submitbtn{
	background-color: #5E96CB !important;
}

.selecionaModelos{
    position: absolute;
    top: 25vh;
    left: 7%;
}

.btnDetalhe{
	background-color: #538BC4;
	font-size:12px;
	letter-spacing:0.08px;
	padding: 15px 30px;
	position: relative;
    display: inline-block;
}

.btnDetalhe.d-block{
	float: unset;
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
}

.iconSocial{
    font-size: 20px !important;
    margin-top: 15px;
    margin-right: 10px;
}

.rodape{
	font-size:10px;
	letter-spacing:0.06px;
	line-height:23px;
}

#formNews input::placeholder, .filtraModelo .select2-selection__placeholder{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size:10px;
	color:#ffffff;
	letter-spacing:0.06px;
	line-height:23px;
}

.emailFooter a{
	text-transform: lowercase !important;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;	
	font-size:13px;
	color:#ffffff;
	letter-spacing:0.08px;
	line-height:24px;
}

.logoRodape{
	height: 30px !important;
}

.tituloEncontre{
	position: absolute;
    top: 125px;
    right: 70px;
}

.filtraModelo{
    margin-top: 35px;
    width: 450px;
    max-width: 100% !important;
}

.filtraModelo .select2{
	width: 450px !important;
/*     max-width: calc(100% - 30px) !important; */
}

.filtraModelo .select2-selection{
	padding: 30px 35px !important;
}

.filtraModelo .select2-selection__placeholder{
	color: white !important;
	text-transform: uppercase;
}

.filtraModelo .select2-selection__arrow b{
	background-color: #ffffffd1 transparent transparent transparent !important;
}

.filtraModelo .select2-selection:after{
	position: absolute;
	content: '';
	right: 75px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: white;
}

.filtraModelo .select2-selection__arrow{
	margin-right: 13px !important;
}

.listagemLinha{
	border: solid 1px #F5F5F5;
}

.relative{
	position: relative !important;
}

.alinhaVertical{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.alinhaVertical.right-0{
	right: 25px;
}

.listagemLinha .detalheLinha{
	padding: 45px;
}


.listView, .gridView{
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
	display: none
}

.listView.show, .gridView.show{
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
	display: block;
}

.btnGridView, .btnListView{
	display: inline-block;
}

.btnGridView i, .btnListView i{
	color: #bababa;
    padding-left: 10px;
    font-size: 20px;
}

.btnGridView.active i, .btnListView.active i{
	color: #222;
}

.btnListView{
	margin-left: 30px !important;
}

.imagemProdutoListagem.grupo{
	object-fit:cover;
}

.lifestyle .imagemProdutoListagem.grupo{
	object-fit: contain;
}

.border .contentDescricaoListagem{
	border: 0px;
	border-top: 1px solid #dee2e6!important;
	padding: 30px 30px;
}

#customModalInteresse .form-campos{
	margin-bottom: 15px;
}

#customModalInteresse .form-campos input {
    padding: 25px 30px;
    color: #343434;
}

#customModalInteresse textarea {
    padding: 25px 30px;
    color: #343434;
    min-height: 200px;
}

.iconPartilha{
	background-color: #a0a0a091;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    cursor: pointer;
}

.iconPartilha i{
	font-size: 20px;
}

.iconRedeSocial{
	position: relative;
    border-radius: 75px;
    display: inline-block;
    height: 75px;
    width: 75px;
    margin-right: 10px;
}

.iconRedeSocial i{
	color: white;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.facebook{
	background-color: #3b5998;
}

.twitter{
	background-color: #1da1f2;
}

.google{
	background-color: #ce2f2e;
}

.linkedin{
	background-color: #0077B6;
}

.baixaLink {
    padding: 20px 20px;
    background-color: #f5f5f5;
    color: #909090;
}

.btnCopy{
	transition: all 0.2s;
}

.btnCopy:focus {
    background-color: #222222bf;
}

.textoCopiado{
	position: absolute;
    line-height: 20px;
    top: 100%;
    left: 15px;
    color: #cecece;
    font-style: italic;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.textoCopiado.show{
    opacity: 1;
    visibility: visible;
}

.gmnoprint{
	display: none !important;
}

.dadosMapa{
    position: absolute;
    top: 0;
	left: 15px;
    background-color: #B0AFAF;
    color: white;
    height: auto;
    width: 300px;	
    padding: 50px 30px;
    opacity: 0;
    transition: all 0.5s;
    display: none;
}

.menuMobile, .iconMenu{
	display: none;	
}


.animate, .menu-toggle, .menu-toggle:before, .menu-toggle:after, .menu-toggle .icon, .menu-toggle .icon .square {
	-webkit-transition: all 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.menu-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: relative;
	float: left;
}
.menu-toggle:before, .menu-toggle:after {
	height: 25px;
	line-height: 25px;
	margin-right: 30px;
	padding-right: 100%;
	font-weight: 600;
	font-size: 25px;
}
.menu-toggle:before {
	color: #fff;
	-webkit-transform: rotate(0deg);
	      transform: rotate(0deg);
}
.menu-toggle:after {
	color: #fff;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
}
.menu-toggle .icon {
	width: 25px;
	height: 25px;
}
.menu-toggle .icon .square {
	background-color: #222222;
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 50%;
}
.menu-toggle .icon .square:nth-child(1) {
	top: 0;
	left: 0;
}
.menu-toggle .icon .square:nth-child(2) {
	top: 0;
	left: 9px;
}
.menu-toggle .icon .square:nth-child(3) {
	top: 0;
	left: 18px;
}
.menu-toggle .icon .square:nth-child(4) {
	top: 9px;
	left: 0;
}
.menu-toggle .icon .square:nth-child(5) {
	top: 9px;
	left: 9px;
}
.menu-toggle .icon .square:nth-child(6) {
	top: 9px;
	left: 18px;
}
.menu-toggle .icon .square:nth-child(7) {
	top: 18px;
	left: 0;
}
.menu-toggle .icon .square:nth-child(8) {
	top: 18px;
	left: 9px;
}
.menu-toggle .icon .square:nth-child(9) {
	top: 18px;
	left: 18px;
}
.menu-toggle-ativo:before {
	opacity: 0;
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
}
.menu-toggle-ativo:after {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	      transform: rotate(0deg);
}
.menu-toggle-ativo .icon {
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
}
.menu-toggle-ativo .icon .square {
	background-color: #222 !important;
}
.menu-toggle-ativo .icon .square:nth-child(1), .menu-toggle-ativo .icon .square:nth-child(3), .menu-toggle-ativo .icon .square:nth-child(7), .menu-toggle-ativo .icon .square:nth-child(9) {
	opacity: 0;
}
.menu-toggle:active {
	opacity: .8;
}

.iconMenu{
	position: absolute;
    top: 23px;
    right: 130px;
    z-index: 10;
    display: none;
}

.menu-toggle .icon .square:nth-child(1), .menu-toggle .icon .square:nth-child(3), .menu-toggle .icon .square:nth-child(4), .menu-toggle .icon .square:nth-child(6), .menu-toggle .icon .square:nth-child(7), .menu-toggle .icon .square:nth-child(9){
/* 	background-color: transparent; */
	transition: all 0s;
}

.menu-toggle .icon .square.blue:nth-child(1), .menu-toggle .icon .square.blue:nth-child(3), .menu-toggle .icon .square.blue:nth-child(4), .menu-toggle .icon .square.blue:nth-child(6), .menu-toggle .icon .square.blue:nth-child(7), .menu-toggle .icon .square.blue:nth-child(9){
	background-color: transparent !important;
}

.menu-toggle-ativo.menu-toggle .icon .square.blue:nth-child(1), .menu-toggle-ativo.menu-toggle .icon .square.blue:nth-child(3), .menu-toggle-ativo.menu-toggle .icon .square.blue:nth-child(4), .menu-toggle-ativo.menu-toggle .icon .square.blue:nth-child(6), .menu-toggle-ativo.menu-toggle .icon .square.blue:nth-child(7), .menu-toggle-ativo.menu-toggle .icon .square.blue:nth-child(9) {
	background-color: white !important;
}

.menu-toggle-ativo .icon .square{
	background-color: #222 !important;
}

.iconMenu > li{
    border-radius: 100%;
    transition: all 0.2s;
}

.menuMobile{
	width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
    background-color: #30343A;
	transition: all 1s;
    padding: 180px 30px 0;
}

.menuMobile.esconde{
	right: -350px;
}


.menuMobile{
	width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #538bc4;
	transition: all 1s;
    padding: 180px 30px 0;
}

.menuMobile.esconde{
	right: -350px;
}

.textoMenuIcon{
    left: -3px;
    position: relative;
}

#menuMobile {
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: calc(100vh - 180px - 150px);
	overflow: auto;
}

#menuMobile li {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ffffff2b;
}

#menuMobile li:last-child{
	border-bottom: 0px;
} 

.footerMenuMobile{
/*
    position: absolute;
    bottom: 45px;
    left: 30px;
*/
}

.barraMenu{
	position: absolute;
	right: -15px;
}
header{
	overflow-x: hidden !important;
	z-index: 101;
}

.contentLogotipo{
	position: relative;
	z-index: 1;
}

.btnInteresse{
	padding: 15px;
}

.divPrecos .col-md-6 .resumo{
	margin-top: 15px;
}

.fixedHeaderDefault.fixedHeader .popupFormulario{
	top: 120px;
}

.btnMobile{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: none;
	z-index: 1;
	padding: 10px !important;
}

.detalheProduto div#hubspot-messages-iframe-container {
    bottom: 40px !important;
}

#hubspot-messages-iframe-container.widget-align-right{
    bottom: 50px !important;
}

.form-campos{
	margin-bottom: 10px;	
}

.texto a{
    color: #222;
    font-size: 14px;
}

textarea{
	min-height: 150px;
}

.submitFiltrarEquipamentos{
	border: none;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.08px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    border-radius: 0;
    padding: 15px 40px;
    background: #5E96CB;
    margin-top: 15px;
}

.w-max{
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
}

.produtosVolvo .contentDescricaoListagem{
	margin-bottom: 95px;
}

.divPrecos{
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
}

#menuPrincipal a{
	transition: all 0.2s;
}

#menuPrincipal a:hover{
	font-size: 14px;
}

.precoNormalProduto{
	margin-top: 28px !important;
}

.iconPartilha img{
	height: 45px !important;
		width: 54px !important;
	object-fit: contain;
}

.precoProduto {
    font-size: 2.5rem;
    line-height: inherit;
    margin-bottom: 30px;
    font-weight: 600;
}

.submitbtn, .verMais.btnDetalhe{
	transition: all 0.2s;
}
.submitbtn:hover, .verMais.btnDetalhe:hover{
	background-color: #222 !important;
}

.produtosVolvo .divPrecos{
	bottom: 0;
}

.produtosVolvo .contentDescricaoListagem{
	padding-bottom: 0px !important;
}

hr {
   border-top: 1px solid #F5F5F5;
}

.filtraModelo .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: white !important;
}

@media (max-width: 1299.98px) {
	.menuHeader{
		display: none;
	}
	
	.iconMenu, .menuMobile{
		display: block;
	}
	
}

@media (max-width: 1999.98px) {

	.listagemLinha .detalheLinha {
	    padding: 15px;
	}
		
}

@media (max-width: 991.98px) {
	
	.produtosVolvo .text-center {
	    text-align: left !important;
	}
	
	.alinhaVertical.right-0 .verMais.btnDetalhe.btnInteresse {
	    margin-top: 10px !important;
	}
	
	.alinhaVertical {
	    position: relative;
	    top: 0;
	    transform: translateY(0);
	    right: 0;
	    left: 0;
	}
	
	.alinhaVertical.right-0{
		padding: 0 !important;	
		text-align: left !important;
	}
	
	.alinhaVertical.right-0 .verMais.btnDetalhe{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.imagemProdutoListagem {
    	height: 230px;
    }
	
	.listagemLinha .detalheLinha .col-md-6{
		padding-right: 0px !important;
	}
	
	.col-lg-10.col-md-12.alinhaVertical{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
			
	.colunaSubFooter:nth-child(2){
		border-right: 0px !important;
	}
		
	.colunaSubFooter:last-child{
		padding-left: 0px !important;
		margin-top: 0px;
	}
	
	.filtrosSimples .d-flex, .filtrosAvancados .d-flex{
		display: block !important;
	}
	
	.filtrosSimples .d-flex .itemPesquisa, .filtrosAvancados .d-flex .itemPesquisa{
		display: inline-block !important;
		width: 49%;
		border: 1px solid #F5F5F5 !important;
	}
	
	.regFil{
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.contentBotoesDetalhe{
		margin-top: 15px;
		padding: 0;
	}
	
	.contentBotoesDetalhe .col-lg-6{
		margin-top: 10px;
	}
	
	.contentCaracteristicas .col-lg-6{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
			
}

@media (max-width: 767.98px) {
	
	.c-slider .c-scrollbar{
		min-width: unset;
		width: 100%;
	}
	
	.c-slider__item {  
	  width: 130px;
	  height: 90px;
	  margin-right: 10px;
	}
	
	.produtosVolvo .divPrecos{
		margin-top: 15px;
		margin-bottom: 60px;
	}
	
	.produtosVolvo .divPrecos .col-lg-6{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.edificioTriauto{
		margin-top: 15px;
	}
	
	.edificioTriauto:first-child{
		margin-top: 0px;
	}
	
	.fomularioContacto{
		margin-top: 30px;	
	}
	
	.precoProduto {
	    font-size: 2.5rem;
	    line-height: inherit;
	    margin-bottom: 0;
	    margin-top: 15px;
	    font-weight: 600;
	}
	
	.itemServico .contentServico {
	    margin: inherit;
	    text-align: left;
	    width: 100%;
	}
	
	.contentCaracteristicas{
		margin-top: 20px;
	}
	
	.imagemSlideProduto img{
		height: 350px;
	}
	
	.contentCaracteristicas .col-lg-6{
		width: 50% !important;
	}
	
	.contentCaracteristicas .col-lg-6:first-child{
		padding-right: 0 !important;
	}
	
	.contentCaracteristicas .col-lg-6:last-child{
		padding-left: 0 !important;
	}

	.colunaSubFooter:first-child{
		margin-top: 60px !important;
	}

	.colunaSubFooter{
		padding-left: 0px !important;
		margin-top: 0px;
		border-right: 0px !important;
		margin-bottom: 50px !important;
	}
	
	.imagemProdutoListagem {
	    height: 300px;
	}
	
	.listagemLinha .detalheLinha .alinhaVertical .row .col-md-6{
/* 		padding-bottom: 15px !important; */
		padding-bottom: 2px !important;	
	}
	
	.alinhaVertical.right-0 .verMais.btnDetalhe{
		margin-top: 15px !important;
	}
	
	.contentDescricaoListagem .row .col-md-6 {
	    width: 50% !important;
	    padding-left: 15px !important;
		padding-right: 0px !important;
	}
	
	.btnInteresse {
	    float: right;
	}
	
	.alinhaVertical.right-0 .verMais.btnDetalhe.btnInteresse {
	    margin-top: 5px !important;
	}

	.listagemLinha .detalheLinha {
	    padding: 15px;
	    padding-bottom: 30px;
	}
	
	.detalheLinha h3{
		padding-bottom: 0px !important;
	}
	
}

@media (max-width: 525.98px) {
	
	.divPrecos{
		position: relative;
	    border: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    padding: 0;
	}
	
	.produtosVolvo .contentDescricaoListagem .row .col-md-6{
		padding: 0 !important;
		width: 100% !important;
	}
	
	.produtosVolvo .contentDescricaoListagem{
		margin-bottom: 0px;
		padding: 30px 15px;
	}

	.bgBlue.botaoInteressalhe.transitionDuration {
	    display: none;
	}

	.contentLogotipo{
		width: max-content;
		width: -moz-max-content;
		width: -webkit-max-content;
	}
	
	.filtraModelo .select2 {
	    max-width: 100% !important;
		left: 0;
	}
	
	span.select2-container.select2-container--default.select2-container--open {
	    width: calc(100% - 32px);
	}
	
	#sectionServicos .contentServico {
	    position: relative;
	    margin-bottom: 20px;
	}

	#sectionServicos .contentServico .tituloDestaque{
	    position: relative;
	    margin-bottom: 0px !important;
	}
	
	#sectionServicos .itemServico:last-child .contentServico{
		margin-bottom:  0px !important;
	}
	
	.contentBlock {
	    position: relative;
	    padding-top: 75px;
	    padding-bottom: 75px;
	}
	
	.tituloSection {
	    margin-bottom: 50px;
	    padding-left: 0;
	}
	
	.titulo{
		font-size: 37px !important;
	}
			
	.contentLogotipo{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
	}
	
	.contentLogotipo img {
	    width: 160px;
	    object-fit: contain;
	}
	
	#mainContent {
    	padding: 175px 0 75px 0;
    }
    
    .contentPesquisa {
	    padding-bottom: 50px;
	}
	
	.contentDescricaoListagem {
	    padding: 15px 15px;
	}	
	
	.tituloProdutoListagem {
	    font-size: 15px;
	    color: #222222;
	    letter-spacing: 0.06px;
	    line-height: initial;
	    margin: 0;
	    margin-bottom: 15px;
	}
	
	
	.imagemProdutoListagem{
		height: 250px;
	}
	
	#bannerMenu {
    	padding: 20px 15px;
    }
    
    #bannerMenu img{
	    height: 35px;
    }
    
    .iconMenu {
	    position: absolute;
	    top: 19px;
		right: 90px;
    }
    
    #formNews{
	    margin-top: 20px;
    }
    
    #formNews input {
	    padding: 15px;
	}
	
	.btnNewNewsletter {
    	padding: 20px 25px;
    }
    
    .selecionaModelos {
	    top: 25vh;
	    width: 100% !important;
	    left: 0 !important;
	    padding: 0 15px;
    }
    
    .footerSlideHome {
    	bottom: 15px;
    }
    
    .filtraModelo {
    	margin-top: 15px;
    }
    
    .filtraModelo .select2-selection {
	    padding: 20px 15px !important;
	}
	
	.selecionaModelos .titulo{
		margin-top: 0px !important;
	}
    
    .menuMobile {
		width: 100%;
	    padding: 155px 15px 0;
	    overflow: auto;
	    padding-bottom: 30px;
	}
	
	.contentHeaderListagem {
	    margin-bottom: 40px;
	}
			
	.virtualwebOrderSelector{
		margin-left: 0px;
		min-width: 115px;
	}
	
	.btnListView {
	    margin-left: 15px !important;
	}
	
	.menuMobile.esconde {
	    right: -100%;
	}
	
	.numerosSlide{
		display: none;
	}
	
	.tituloEncontre {
	    position: absolute;
	    top: 100px;
	    right: 15px;
	    width: 80%;
	    text-align: right;
    }
	
	.itemSlide .imagemSlide {
	    width: 100%;
	    height: 50vh;
	    object-fit: cover;
	    min-height: 415px; 
   }
	
	.preco {
	    font-size: 20px !important;
	    margin-top: 10px !important;
    }		
    
    span.verMais.btnDetalhe.branco.upper.bold.mt-4 {
	    margin-top: 15px !important;
	    padding: 15px 25px;
	}
	
	.preco {
	    font-size: 20px !important;
	    margin-top: 30px !important;
	}
	
	.contentDescricaoListagem {
	    margin-bottom: 0px;
	}

	
	#form_financiamento.vw-formulario .form-campos:nth-child(5){
    	width: 100%;
    }
	
	#form_financiamento.vw-formulario .form-campos:nth-child(5) input{
    	border-right: 1px solid #F5F5F5 !important;
    }

    #form_financiamento.vw-formulario .form-campos:nth-child(6){
		width: 100%;    
		padding-top: 0px !important;
		margin-top: 10px !important;
		border: 0px !important;
    }
    
    .produtosVolvo span.verMais.btnDetalhe.branco.upper.bold.mt-4 {
	    position: relative;
	    display: block !important;
	    float: unset !important;
	    margin: initial !important;
	    margin-top: 21px !important;
	    
		width: 100%;
	    text-align: center;
	    margin-top: 10px !important;
	}
	
	.btnInteresse2{
	    display: block;
	    float: unset;
	    width: max-content;
	    width: -moz-max-content;
	    width: -webkit-max-content;
	}
	
	.imgDetalheProdutoVolvo{
		margin: auto;
		display: block;
	}
	
	.imagemSlideProdutoThumb img{
		height: 80px;
	}
	
	.contetnCaracteristicaDetalhe {
	    padding: 15px 5px;
    }
    
    .contentEquipamentos {
	    padding: 30px 0px 0px;
	}
	
	.tituloCaracteristica, .valorCaractoristica{
		font-size: 12px;	
	}
	
	.btnMobile{
		display: block !important;
	}
	
	.popupFormulario {
		max-width: 100% !important;
		top: 128px;
	}
	
	.fixedHeaderDefault.fixedHeader .popupFormulario{
		top: 108px !important;
		overflow: auto;
		max-height: calc(100vh - 108px);
	}
	
	.vw-formulario .submitbtn{
		width: 100%;
	}

	#customModalInteresse, #customModalPartilha{
	    padding: 5px 0 20px !important;
	}
	
	#customModalInteresse .form-campos input, #customModalInteresse textarea {
    	padding: 20px 15px;
    }
	
	#customModalInteresse textarea {
    	min-height: 150px;
    }
    
    .iconRedeSocial {
	    height: 50px;
	    width: 50px;
    }
    
    .textoCopiado{
	    bottom: 25px;
    }
	
	.resumo {
    	font-size: 15px !important;
    }
    
    .contentBreadcrumbs .breadcrumbs {
    	padding: 15px 0;
    }
    
    .contentDescricaoListagem .row .col-md-6.divBtnPopupInteresse{
	    width: 100% !important;
	    display: block;
    }
    
    .divBtnPopupInteresse .btnInteresse2{
		width: 100% !important;
		text-align: center;
	    position: relative;
	    top: 0px;
	    margin-top: 15px;
    }
	
}