@charset "UTF-8";
/* Tema do cliente */
/**  cor: #9C9EA0;  **/
/**  cor-hover: #5E738E;  **/
/* Fonts */
@font-face {
	font-family: 'Oxanium_Regular';
	src: url('../fonts/Oxanium-Regular.woff2')
		format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oxanium_Light';
	src: url('../fonts/Oxanium-Light.woff2')
		format('woff2');
	font-weight: lighter;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oxanium_SemiBold';
	src: url('../fonts/Oxanium-SemiBold.woff2')
		format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oxanium_Bold';
	src: url('../fonts/Oxanium-Bold.woff2')
		format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Oxanium_Medium';
	src: url('../fonts/Oxanium-Medium.woff2')
		format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

strong, b{
	font-weight: lighter;
	font-family: 'Oxanium_Bold';
}
body{
	font-family: 'Oxanium_Regular';
}

html {
  scroll-behavior: smooth;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}
.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;

    a{
      color: #FFFC9E!important;
      &:hover{
        color: #38A7EB!important;
      }
    }
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #9C9EA0;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
    &:hover{
      filter: brightness(1.2);
    }
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}
/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }
  .wpcf7-form-control-wrap{
    display: block;
  }
  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }
  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }
/* noovo css form */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}
@media (width<=400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {.container{padding: 0px; } }
@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}
a{
  transition: all .2s linear;
}
.editor a{
  color: ##9C9EA0!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #9C9EA0;
}
::-moz-selection{
  background: #9C9EA0;
}
::selection{
  background: #9C9EA0;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #9C9EA0;
  border-color: #9C9EA0;
}
.lds-ellipsis div{  
  background-color: #9C9EA0;
}
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}
body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*ESTILIZAÇÃO BOTÃO WHATSAPP*/
.btnwhats{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer{
    padding-bottom: 80px;
  }
}
/*FINAL ESTILIZAÇÃO BOTÃO WHATSAPP*/

.wpp_responsivo{
display: none;
}     

@media (max-width: 769px) {
	.wpp_responsivo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    margin-bottom: 10px;
  }

  .wpp_responsivo img{
    width: 45px;
  }
}


.lightbox{
	display: none;
}

.header{
	background-size: cover;
	background-position: top center;
	max-width: 100%;
	height: auto;
}

.whatsapp_topo{
	margin-right: 10px;
}

.whatsapp_topo img{
	margin-top: 4px;
	margin-left: 25px;
	width: 33px;
	height: 33px;
}

.header .container-fluid{
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}

.blin-logo-mobile{
  display: none;

  background-color: #000;

  padding: 20px 0px;
}

.blin-logo-mobile img{
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.header ul{
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 54px;
  padding-left: 0px;
  margin-top: 28px;
  background-color: black;
  color: white;
  list-style-type: disc;
  margin-bottom: 41px;
  .blin-logo{
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 97px;
  }
  li{
    padding-right: 30px;
    margin-left: 35px;
    list-style: none;
    a{
    	font-size: 16px;
    	color: #fff;
    }
  }
  .grupo_imagens1{
  	margin-left: 10px;
  	margin-right: 20px;
  	max-width: 100%;
  	img{
  		padding-right: 10px;
  	}
  }
}

.header .bloco_header{
	display: flex;
	background-color: #5E738E;
	width: 584px;
	height: 67px;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 16px;
	letter-spacing: 11px;
	margin-left: 1px;
	margin-bottom: 23px;
}

.header p{
	display: flex;
	color: #00AEEF;
	text-align: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 13px;
}

.fx_logos{
	text-align: center;
	margin-left: 35px;
	padding: 10px 10px;
	img{
		padding-right: 39px;
	}
}
.fx_logos .row,
.fx_logos .container{
	max-width: 100%;
}

.fx_logos .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}    

.fx_logos .owl-carousel .item .owl{
	height: auto;
}

.fx_logos .owl-carousel .owl-item img {
  padding: 5px 5px;
}

.fx1{
	background-color: #DCE2E6;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.fx1 h2{
	font-family: 'Oxanium_light';
	font-size: 41px;
	color: #5E738E;
	letter-spacing: 11px;
	text-align: center;
	margin-bottom: 20px;
}
.fx1 img{
	max-width: 100%;
}
.fx1 .fx1_imgcar img{
	mix-blend-mode: darken;
}
.fx1 .btn_detalhes{
	border: 2px solid #9C9EA0;
	align-content: center;
	display: flex;
	width: 167px;
	height: 26px;	
	font-size: 15px;
	margin-left: auto;
	margin-right: 195px;
	margin-bottom: 25px;
	color: #9C9EA0;
	.lupa{
		background-color: #9C9EA0;
		padding-right: 3px;
	}
	span{
		padding-left: 20px;
		align-content: center;
		justify-self: center;
	}
}
.fx1 .txt_fx1{
	margin-left: 100px;
	margin-right: 100px;
	font-size: 15px;
}

.fx2{
	background-color: #DCE2E6;
	padding-top: 10px;
	padding-bottom: 20px;
}
.fx2 .bloco_fx2{
	display: flex;
	background-color: #5E738E;
	color: #FFFFFF;
	max-width: 100%;
	width: 484px;
	max-height: 100%;
	height: 139px;
	float: left;
	margin-left: 100px;
	align-content: center;
	align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
	img{
		float: left;
	}
	p{
		align-content: center;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 1px;
		color: #fff;
		padding-top: 10px;
	}
}
.fx2 .bloco_fx2 .icone{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
  max-width: 100px;
}

.fx2 .bloco_fx2 .line{
	padding-right: 12px;
}

.fx2 .img_bloco1{
	max-width: 100%;
	margin-right: 100px;
}

.fx2 .bloco2_fx2{
	display: flex;
	background-color: #5E738E;
	color: #FFFFFF;
	max-width: 100%;
	width: 484px;
	max-height: 100%;
	height: 139px;
	align-content: center;
	align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
	img{
		float: left;
	}
	p{
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 1px;
		color: #fff;
		padding-top: 10px;
	}
}
.fx2 .bloco2_fx2 .icone2{
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
  max-width: 100px;
}

.fx2 .bloco2_fx2 .line{
	padding-right: 12px;
}

.fx2 .img_bloco2{
	float: left;
	max-width: 100%;
	margin-left: 100px;
	height: 139px;
}

.fx2 .bloco3_fx2{
	display: flex;
	background-color: #5E738E;
	color: #FFFFFF;
	max-width: 100%;
	width: 484px;
	max-height: 100%;
	height: 139px;
	float: left;
	margin-left: 100px;
	align-content: center;
	align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
	img{
		float: left;
	}
	p{
		align-content: center;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 1px;
		color: #fff;
		padding-top: 10px;
	}
}
.fx2 .bloco3_fx2 .icone3{
	padding-left: 20px;
	padding-right: 20px;
  width: 100%;
  max-width: 100px;
}

.fx2 .bloco3_fx2 .line{
	padding-right: 12px;
}

.fx2 .img_bloco3{
	max-width: 100%;
	margin-right: 100px;
}
.fx2 .img_bloco3 img{
	width: 485px;
	height: 139px;
	margin-left: -1px;
}

.fx2 .txt{
	padding: 10px 10px 10px 0px;
}

.fx3{
	background-color: #DCE2E6;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.fx3 h2{
	font-family: Oxanium_Light;
	color: #5E738E;
	font-size: 41px;
	letter-spacing: 11px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.fx3 p{
	font-family: Oxanium_SemiBold;
}
.fx3 .car1,
.fx3 .car2,
.fx3 .car3,
.fx3 .car4,
.fx3 .car5,
.fx3 .car6,
.fx3 .car7,
.fx3 .car8,
.fx3 .car9{
	color: #5E738E;
	font-size: 19px;
}
.fx3 .car1 img{
	mix-blend-mode: multiply;
	margin-bottom: 10px;
	max-width: 100%;
}
.fx3 .car1 p{
	margin-bottom: 5px;
}

.fx3 .car2 img{
	mix-blend-mode: multiply;
	margin-bottom: 22px;
	max-width: 100%;
}
.fx3 .car2 p{
	margin-bottom: 5px;
}

.fx3 .car3{
	margin-bottom: 50px;
}
.fx3 .car3 img{
	mix-blend-mode: multiply;
	margin-bottom: 10px;
	max-width: 100%;
}
.fx3 .car3 p{
	margin-bottom: 5px;
}

.fx3 .car4 img{
	mix-blend-mode: multiply;
	margin-bottom: 10px;
	max-width: 100%;
}
.fx3 .car4 p{
	margin-bottom: 5px;
}

.fx3 .car5 img{
	mix-blend-mode: multiply;
	margin-bottom: 22px;
	max-width: 100%;
}
.fx3 .car5 p{
	margin-bottom: 5px;
}

.fx3 .car6{
	margin-bottom: 50px;
}
.fx3 .car6 img{
	mix-blend-mode: multiply;
	margin-bottom: 10px;
	max-width: 100%;
}
.fx3 .car6 p{
	margin-bottom: 5px;
}

.fx3 .car7 img{
	mix-blend-mode: multiply;
	margin-bottom: 10px;
	max-width: 100%;
}
.fx3 .car7 p{
	margin-bottom: 5px;
}

.fx3 .car8{
	margin-bottom: 35px;
}
.fx3 .car8 img{
	mix-blend-mode: multiply;
	margin-bottom: 22px;
	max-width: 100%;
}
.fx3 .car8 p{
	margin-bottom: 5px;
}

.fx3 .car9{
	margin-bottom: 20px;
}
.fx3 .car9 img{
	mix-blend-mode: multiply;
	margin-bottom: 10px;
	max-width: 100%;
}
.fx3 .car9 p{
	margin-bottom: 5px;
}

.fx3 .btn_detalhes{
	border: 2px solid #9C9EA0;
	align-content: center;
	display: flex;
	width: 167px;
	height: 26px;	
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	color: #9C9EA0;
	.lupa{
		background-color: #9C9EA0;
		padding-right: 3px;
	}
	img{
		mix-blend-mode: normal;
	}
	span{
		padding-left: 20px;
		align-content: center;
		justify-self: center;
	}
}

.fx3 .navegacao{
	display: flex;
	font-family: 'Oxanium_Light';
	font-size: 19px;
	flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
	a{
		color: #5E738E;
		padding-right: 9px;
		padding-left: 9px;
	}
}
.fx3 .navegacao .n1{
	font-family: 'Oxanium_Bold';
	padding-left: 25px;
}
.fx3 .navegacao .n3{
	padding-right: 25px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wp-pagenavi .previouspostslink {
  background-image: url('../imagens/seta_esquerda.png');
}

.wp-pagenavi .nextpostslink {
  background-image: url('../imagens/seta_direita.png');
}

.wp-pagenavi .current {
	font-family: 'Oxanium_Bold';
	color: #5E738E;
}

.fx_whatsapp{
	background-color: #5E738E;
	padding-top: 15px;
	padding-bottom: 15px;
}
.fx_whatsapp .box_whats{
	border: 1px solid white;
	width: 278px;
	height: 69px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fx_whatsapp .box_whats .txt1{
	font-family: 'Oxanium_Light';
	color: #fff;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 5px;
}
.fx_whatsapp .box_whats .txt2{
	display: flex;
	font-family: 'Oxanium_SemiBold';
	color: #5E738E;
	background-color: #fff;
	font-size: 23px;
	height: 25px;
	flex-direction: row;
  align-items: center;
  justify-content: center;
  .texto_txt2{
  	padding-top: 3px;
  	padding-left: 8px;
  }
}
.fx_whatsapp .box_whats .txt3{
	font-family: 'Oxanium_Light';
	color: #fff;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 4px;
}

.fx_nossa_frota{
	background-color: #DCE2E6;
	padding-top: 20px;
	padding-bottom: 80px;
}

.fx_nossa_frota .linha_estilizada{
	border: none;
  border-top: 5px solid #D9D9D9;
}

.fx_nossa_frota .nome_carro{
	font-family: 'Oxanium_Light';
	font-size: 41px;
	color: #5E738E;
	text-align: center;
	letter-spacing: 15px;
	margin-bottom: 30px;
}

.fx_nossa_frota .seta_cima{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fx_nossa_frota .imagens_carrousel img{
	margin-bottom: 5px;
}
.fx_nossa_frota .seta_baixo{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.fx_nossa_frota .imagem_carro img{
  mix-blend-mode: darken;
  margin-top: 20px;
  max-width: 850px;
  min-width: 850px;
  width: 100%;
}

.fx_nossa_frota .texto1_coluna1{
	font-size: 15px;
	color: #9C9EA0;
}

.fx_nossa_frota .texto2_coluna1{
	font-family: 'Oxanium_Bold';
	text-align: right;
	font-size: 15px;
}

.fx_nossa_frota .texto1_coluna2{
	font-size: 15px;
	color: #9C9EA0;
	margin-left: -60px;
}

.fx_nossa_frota .texto2_coluna2{
	font-family: 'Oxanium_Bold';
	text-align: right;
	font-size: 15px;
}

.fx_nossa_frota .imagem_coluna2{
	text-align: right;
}

.fx_nossa_frota .botoes {
	display: flex;
	background-color: #5E738E;
	width: 270px;
	height: 52px;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 19px;
}

.fx_sobre_nos{
	background-color: #DCE2E6;
	padding-bottom: 35px;
}
.fx_sobre_nos img{
	margin-bottom: 70px;
}
.fx_sobre_nos h2{
	font-family: 'Oxanium_Light';
	font-size: 41px;
	letter-spacing: 10px;
	color: #5E738E;
	text-align: center;
	margin: 40px 20px 40px 0px;
}

.fx_sobre_nos .txt_sobre_nos{
	font-size: 15px;
	color: #5E738E;
	line-height: 26px;
}
.fx_sobre_nos .txt_missao{
	text-align: center;
	color: #5E738E;
	h5{
		font-family: 'Oxanium_Bold';
		color: #424448;
		margin-bottom: 15px;
	}
}
.fx_sobre_nos .txt_visao{
	text-align: center;
	color: #5E738E;
	h5{
		font-family: 'Oxanium_Bold';
		color: #424448;
		margin-bottom: 15px;
	}
}
.fx_sobre_nos .txt_valores{
	text-align: center;
	color: #5E738E;
	h5{
		font-family: 'Oxanium_Bold';
		color: #424448;
		margin-bottom: 15px;
	}
}

.single_frota .tabela-dados tr {
  border-bottom: 5px solid #D9D9D9;
}

.single_frota .tabela-dados .blindado{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.single_frota  .carrosel_responsivo{
  background-color: #dce2e6;
  display: none;
}

.single_frota  .carrosel_responsivo .owl-imgveiculos .imagem_veiculo{
  width: 270px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.single_frota .carrosel_responsivo .owl-imgveiculos .imagem_veiculo img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_frota .carrosel_responsivo .item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.single_frota{
  background-color: #DCE2E6;
  padding: 50px;
}

.single_frota .container{
  width: 1170px!important;
}

.single_frota .img_veiculo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  height: 100%;
  max-height: 460px;
}

.single_frota .img_veiculo img{
  mix-blend-mode: darken;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_frota h2{
  font-family: 'Oxanium_Light';
  font-size: 41px;
  color: #5E738E;
  text-align: center;
  letter-spacing: 15px;
  margin: 10px 50px;
}

.single_frota h3{
  font-size: 15px;
  color: #9C9EA0;
}

.single_frota p{
  font-family: 'Oxanium_Bold';
  font-size: 15px;
  color: #000000;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  text-align: end;
}

.single_frota .botoes{
  margin-top: 20px;
  display: flex;
  gap: 300px;
}

.single_frota .botoes a{
  display: flex;
  background-color: #5E738E;
  width: 100%;
  max-width: 270px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
}

.single_frota .info{
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single_frota .info2{
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fx_contato{
	background-color: #E5EAED;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fx_contato input,
.fx_contato select{
	background-color: #DCE0E6;
	box-shadow: inset 0 0 0 1px #CAD3D9;
	border: 0px solid #CAD3D9;
	border-radius: 1px;
	font-size: 18px;
	height: 40px;
	padding-left: 13px;
	width: 720px;
}
.fx_contato select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('../imagens/seta_baixo-select.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 17px;
	cursor: pointer;
}
.fx_contato textarea{
	background-color: #DCE0E6;
	box-shadow: inset 0 0 0 1px #CAD3D9;
	border: 0px solid #CAD3D9;
	border-radius: 1px;
	font-size: 18px;
	height: 141px;
	padding-left: 13px;
	margin-bottom: 22px;
	resize: none;
	width: 100%;
  max-width: 720px;
}

.fx_contato .carro_data{
	display: flex;
	flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.fx_contato .destaque_carro{
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 69px;
  margin-bottom: 20px;
}
.fx_contato .car_contato{
	display: flex;
	flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #DCE0E6;
	width: 172px;
	height: 69px;
	box-shadow: inset 0 0 0 1px #CAD3D9;
	border: 0px solid #CAD3D9;
	img{
		mix-blend-mode: darken;
	}
}
.fx_contato .nome_carro{
	display: flex;
	background-color: #F8F9FA;
	width: 548px;
	height: 69px;
	font-size: 30px;
	color: #5E738E;
	padding-left: 35px;
	letter-spacing: 7px;
	flex-direction: row;
  align-items: center;
}
.fx_contato .nome_carro span{
	font-family: 'Oxanium_Medium';
}
.fx_contato .data_inicial,
.fx_contato .data_final{
	margin-bottom: 20px;
}

.fx_contato .data_inicial input,
.fx_contato .data_final input{
	width: 616px;
}
.fx_contato .data_inicial input{
	margin-left: 10px;
}
.fx_contato .data_final input{
	margin-left: 17px;
}

.fx_contato .form_contato{
	display: flex;
	flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.fx_contato .form_contato span{
	font-size: 18px;
}

.fx_contato .wpcf7-form input[type="submit"] {
  width: 100%;
  max-width: 270px;
  font-size: 19px;
  background-color: #5E738E;
  color: #ffffff;
  min-height: 52px;
  float: right;
}

.fx_contato .wpcf7-form label {
  font-size: 18px;
  margin: 20px 0px 0px 0px;
  font-weight: normal;
}

.fx_contato .btn_enviar{
	display: flex;
	background-color: #5E738E;
	width: 270px;
	height: 52px;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 19px;
	border: none;
	margin-left: auto;
	margin-right: 25px;
	margin-bottom: 10px;
}

.fx_contato  .fx_contato2 .label-data {
  margin: 0px 0px -35px 0px;
  font-size: 18px;
  font-weight: normal;
}

.fx_contato  .fx_contato2 .input-container {
  position: relative;
  width: 100%;
  max-width: 616px;
  margin-left: 104px;
}

.fx_contato  .fx_contato2 .input-data {
  width: 100%;
  padding-left: 60px; 
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 10px center;
  background-repeat: no-repeat;
  direction: rtl; 
  text-align: left; 
  padding-right: 10px; 
}

.fx_contato .fx_contato2 .input-data::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 10px;
  right: auto;
  opacity: 0;
  cursor: pointer;
}

.fx_contato .fx_contato2 .icone-data {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  pointer-events: none;
}

.footer{
	max-width: 100%;
	background-color: #000000;
	padding-top: 22px;
}

.footer .col-lg-5{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer .col-lg-3{
  display: flex;
  flex-direction: column;
}

.footer .col-lg-4 li{
  list-style: none;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: 0.5s;
}

.footer .col-lg-4 a:hover{
  color: #9C9EA0;
}

.footer h2{
  color: #00b0f0;
  margin-top: 0px;
}

.footer a{
  color: #FFFFFF;
  margin-bottom: 15px;
  transition: 0.5s;
}

.footer a:hover{
  color: #9C9EA0;
}

.footer .col-lg-3 img{
  margin-right: 5px;
}

.swiper{
  width: 100%;
  height: 100%;
  max-height: 684px;
  overflow: hidden;
  margin-top: 200px;
}

.swiper-slide{
	margin: 0px 0px;
	width: 270px;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
}

.swiper-button-next,
.swiper-button-prev{
	width: 27px;
	height: 14px;
	background-repeat: no repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.swiper-button-next{
	background-image: url(../imagens/seta_baixo.png);
  position: absolute;
  bottom: -30px;
  display: flex;
  width: 100%;
  max-width: 270px;
  background-repeat: no-repeat;
}

.swiper-button-prev{
    background-image: url(../imagens/seta_cima.png);
    position: absolute;
    top: 160px;
    display: flex;
    width: 100%;
    max-width: 270px;
    background-repeat: no-repeat;
}

.swiper-button-next::after,
.swiper-button-prev::after{
	display: none;
}

.pg-404 {
  background-color: #9C9EA0; 
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.pg-404 h1 {
  font-size: 100px;
  font-weight: bold;
  color: #5E738E; 
  margin-bottom: 10px;
}

.pg-404 h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.pg-404 .editor {
  font-size: 18px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: #5E738E; 
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.pg-404 .editor a:hover {
    color: #fff;
}


@media(min-width: 1200px){
	.container{
		width: 1170px!important;
	}

	.fx2 .container{
		width: 1170px;
	}

	.fx3 .container{
		width: 1170px;
	}
}

@media(max-width: 1201px){
		.fx_nossa_frota .row .col-lg-2{
    margin-left: 0px!important;
  }

  .fx_nossa_frota .row .col-lg-1{
  	margin-left: 0px!important;
  }

  .fx1 .fx1_imgcar img{
		max-width: 450px;
		width: 100%;
	}

	.fx3 .lista_carros{
		display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
	}

  .single_frota .col-lg-3{
    display: none;
  }

  .single_frota .row{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .single_frota .carrosel_responsivo{
    display: flex;
    margin: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 920px;
    height: 220px;
  }
}

@media(min-width: 1100px){
	.container{
		width: 100%;
	}
	.header p{
		width: 570px;
	}
}

@media(max-width: 1025px){
	.header{
		background-image: none!important;
		background-color: #1c1d21;
		height: auto	;
	}
	.header .container{
		display: flex;
		justify-content: center;
	}

	.header ul {
	    & li {
	    a{
	      font-size: 13px;
	    }
	  }
	}

	.whatsapp_topo {
	    font-size: 13px;
	}

	.fx2 .img_bloco1{
		display: none;
	}

	.fx2 .img_bloco2{
		display: none;
	}

	.fx2 .img_bloco3{
		display: none;
	}

	.fx2 .bloco3_fx2{
		max-width: 740px;
		width: 100%;
		margin-bottom: 10px;
	}

	.fx2 .bloco2_fx2{
		max-width: 740px;
		width: 100%;
		margin-bottom: 10px;
	}

	.fx2 .bloco_fx2 {
    max-width: 740px;
    width: 100%;
    margin-bottom: 10px;
	}

	.fx2 .responsivo{
		display: flex;
		justify-content: center;
	}

	.fx_nossa_frota .imagem_carro img{
  	min-width: 100%;
	}

  .swiper {
  	margin-top: 100px;
  }

  .swiper-button-prev {
  	top: 70px;
 	 	width: 210px;
  }

  .swiper-button-next {
  	width: 210px;
  }

  .single_frota .container{
  	width: 100%!important;
  	max-width: 920px!important;
  }

	.footer {
   	padding-top: 50px;
  	padding-bottom: 50px; 
	}

	.footer .container{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	}

	.footer .col-lg-4 ul{
	  padding: 0px;
	}

	.fx_nossa_frota .texto1_coluna1{
		margin-left: 0px!important;
	}

	.fx_nossa_frota .texto1_coluna2{
		margin-left: 0px;
	}
}

@media(max-width: 976px){
	.fx2 .bloco_fx2{
		margin-left: 0px;
	}

	.fx2 .bloco3_fx2{
		margin-left: 0px;
	}
}

@media(max-width: 768px){
	.header ul{
	  display: flex;
	  flex-direction: column;
	  height: auto;
	  gap: 5px;
	  padding: 10px;
	}

	.header .linha{
		display: none;
	}

	.header .bloco_header{
		display: flex;
		width: 100%;
		max-width: 400px;
	}	
}

@media(max-width: 769px){
	.header .bloco_header{
		max-width: 100%;
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
	.header ul .blin-logo{
		margin-left: 0px;
		margin-right: 0px;
	}
	.header ul .grupo_imagens1{
		margin-left: 0px;
		margin-right: 0px;
	}
	.fx_logos{
		height: 80px;
    overflow: hidden;
	}
	.fx1 .btn_detalhes{
		margin-right: auto;
		margin-top: 15px;
	}
	.fx2{
		text-align: center;
	}
	.fx2 img{
		max-width: 100%;
	}
	.fx2 p{
		max-height: 100%;
	}

	.fx2 .bloco_fx2 {
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	  padding: 10px;
	  height: auto;
	  max-width: 450px;
	}

	.fx2 .bloco_fx2 .line {
	  display: none;
	}

	.fx2 .bloco2_fx2{
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	  padding: 10px;
	  height: auto;
	  max-width: 450px;
	}

	.fx2 .bloco2_fx2 .line {
    display: none;
	}
	.fx2 .bloco3_fx2{
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	  padding: 10px;
	  height: auto;
	  max-width: 450px;
	}

	.fx2 .bloco3_fx2 .line {
    display: none;
  }
	.fx2 .img_bloco1{
		margin-right: 0px;
	}
	.fx2 .img_bloco2{
		float: none;
		margin-left: 0px;
	}
	.fx2 .img_bloco3{
		margin-left: 0px;
		margin-right: 0px;
	}

	.fx1 h2 {
    letter-spacing: 5px;
	}

	.fx3 h2 {
    letter-spacing: 5px;
	}

	.fx_nossa_frota{
		text-align: center;
	}

	.fx_nossa_frota .imagem_carro img{
		margin-top: 40px;
  	min-width: 100%;
	}
	.fx_nossa_frota .imagens_carrousel{
		text-align: center;
	}
	.fx_nossa_frota .texto1_coluna1{
		margin-bottom: 5px;
	}
	.fx_nossa_frota .texto2_coluna1{
		text-align: center;
		margin-bottom: 6px;
	}
	.fx_nossa_frota .texto1_coluna2{
		margin-bottom: 5px;
	}
	.fx_nossa_frota .texto2_coluna2{
		text-align: center;
		margin-bottom: 6px;
	}
	.fx_nossa_frota .imagem_coluna2{
		text-align: center;
	}
	.fx_nossa_frota .botoes{
		margin-left: auto;
		margin-right: auto;
	}
	.fx_sobre_nos{
		text-align: center;
	}
	.fx_sobre_nos img{
		margin-bottom: 20px;
		max-width: 100%;
	}
	.fx_sobre_nos .txt_sobre_nos{
		margin-bottom: 10px;
	}
	.fx_nossa_frota .swiper{
		height: 100%;
	}

	.fx3 .row .col-lg-4{
		padding: 0px;
	}

	.swiper{
		max-height: 200px;
		margin-bottom: 50px;
	}

	.fx_contato input, .fx_contato select {
    width: 100%;
	}

	.fx_contato .fx_contato2 .input-data {
    width: 315px!important;
	}

	.fx_contato .fx_contato2 .input-container {
    width: 315px!important;
  }

  .pg-404 h1 {
    font-size: 80px;
  }

  .pg-404 h2 {
    font-size: 20px;
  }

  .pg-404 .editor {
    font-size: 16px;
 	}

 	.single_frota .tabela-dados, 
  .single_frota .tabela-dados thead, 
  .single_frota .tabela-dados tbody, 
  .single_frota .tabela-dados th, 
  .single_frota .tabela-dados td, 
  .single_frota .tabela-dados tr {
    display: block;
    width: 100%;
  }

  .single_frota.tabela-dados thead {
    display: none;
  }

  .single_frota .tabela-dados tr {
	  margin-bottom: 10px;
	  border: 1px solid #ddd;
	  padding: 10px;
	  border-radius: 5px;
	  background: #fff;
  }

  .single_frota .tabela-dados td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .single_frota .tabela-dados td:last-child {
    border-bottom: none;
  }

  .single_frota .tabela-dados td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
  }

  .single_frota .tabela-dados .blindado{
    justify-content: left;
	}

  .single_frota .container{
    width: 100%!important;
    max-width: 680px!important;
	}

	.single_frota .botoes{
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  gap: 0px;
  }

  .single_frota p {
    margin: 0px;
    text-align: start;
	}
}

@media(max-width: 632px){
		.fx_contato .data_inicial input,
		.fx_contato .data_final input{
		max-width: 616px;
		width: 100%;
	}
}

@media(max-width: 426px){
	.header .bloco_header span{
		margin-left: 11px;
	}

	.fx1 .txt_fx1 {
    margin: 10px;
	}

	.fx_nossa_frota .botoes{
		margin-bottom: 20px;
	}

	.fx_contato .data_inicial input,
	.fx_contato .data_final input{
		width: 100%;
		margin-left: 0px;
	}

	.fx_contato .destaque_carro{
		max-width: 100%;
		flex-direction: column;
	}

	.fx_contato .destaque_carro .car_contato{
		margin-top: 15px;
		width: 100%;
	}

	.fx_contato .destaque_carro .nome_carro{
		max-width: 100%;
		flex-direction: column;
		height: 80px;
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.fx_contato .form_contato input{
		width: 100%;
	}

	.fx_contato .btn_enviar{
		margin-right: auto;
	}

  .fx3 h2 {
    font-size: 30px;
    letter-spacing: 5px;
	}

	.fx_contato .wpcf7-form input[type="submit"] {
	  float: none;
	}
   	.fx_contato .fx_contato2 .input-data {
    width: 210px!important;
	}

	.fx_contato .fx_contato2 .input-container {
    width: 210px!important;
  }

.single_frota {
	  padding: 10px;
	}

	.single_frota h2 {
	  font-size: 22px;
	  margin: 0px;
	}
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: inline-block;
  position: relative;
}

.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  color: #00b0f0;
}

.menu>li:hover .submenu{
  display: block;
}

@media (max-width: 768px) {
	  .blin-logo{
  	display: none !important;
  }
  .blin-logo-mobile{
		display: block;	
	}
	.menu>li{
		margin-right: 14px;
	}


  .menuholder, .menuholderfloat{
    position: static;
  }

  .nav{
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 9998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }    

  .navbtn{
    background-color: #EEE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
  }

  .menu{
    display: none;
    background-color:  #EDC407;
    width: 265px;      
    margin-top: 0px!important;
    height: auto;
  }

  .nav:hover .menu{
    display: block;
  }
  
  .menu{
    padding: 15px;
  }

  #menu{
    max-height: calc(100vh - 65px);
    width: 280px;
    position: absolute;
    right: 0px;
    top: 40px;
    overflow: auto;
    border-top: 15px solid transparent;
  }

  .menu{   
    width: 100%; 
  }

  .menu::after {
      content: ' ';
      border: 10px solid transparent;
      border-bottom: 10px solid  #EDC407;
      position: fixed;
      right: 30px;
      top: 45px;
  }

  .menu>li{
    display: block;
    text-align: left;
    line-height: 30px;
    height: auto!important;
    background-image: none;
  }

  .menu>li>a{
    color: #FFF!important;
    height: auto!important;
  }

  .navbtn span{
    background-color: #666;
    width: 20px;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 15px;
  }

  .nav span + span{
    top: 25px;
  }

  .nav span + span + span{
    top: 32px;
  }

  .whatsapp_topo{
  	margin-right: 20px;
  }
}


/* menu responsivo  2 #EDC407 */ 
@media (max-width: 425px) {
     

  .header{
    height: auto;
    min-height: 30px;
    padding: 10px 0;
  }

  .header a.logo img{
    max-height: 50px;
    width: auto;
    margin-top: 0;
  }

  .tel{
    margin-top: 0!important;
    line-height: 50px;
  }

  .header .row{
    margin: 0;
  }

  .header .row > div{
    padding: 0;
  }

  .header{
    height: auto;
  }
  
  #menu{
    display: none;
  }
  .submenu{
    position: static!important;
    background-color: transparent!important;
    padding: 5px 0 0 5px!important;
    margin-top: -15px!important;
    margin-bottom: 15px!important;
    padding-top: 0px!important;
    margin-bottom: 10px!important;
    padding-bottom: 5px!important;
    margin-top: 10px;
    border-left: 4px solid rgba(0,0,0,0.2);
    border-bottom: 0!important;
    margin-top: 0!important;
    padding-left: 9px!important;
  }
  .submenu::after{
    display: none!important;
  }
  .submenu>li>a{
    padding-top: 5px;      
  }
  .susubmenu{
    position: static!important;
    background-color: transparent!important;
    padding: 0 0 0 10px!important;
    margin-top: -5px!important;
    margin-bottom: 15px!important;
  }
  .susubmenu::after{
    display: none!important;
  }
  .susubmenu>li>a{
    color: #FFF!important; 
  }

  .menu>li>a{
    padding-bottom: 0;
  }

  .submenu{
    box-shadow: none;
  }

} 
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
/* /menu responsivo 2*/