@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');

*{
	font-family: 'Montserrat', sans-serif;
}

body {
      padding-bottom: 50px;
}

p{
	color: #474747;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

#painel-home {
  position: relative;
}

.selo {
  position: absolute;
  z-index: 1000;
  width: 27%;
  left: 10%;
  top: 15px;
}

@media (min-width: 768px) {
  .selo {
    left: auto;
    top: 4%;
    right: 4%;
    width: 22%;
  }
}

@media (min-width: 1024px) {
  .selo {
    width: 18%;
  }
}

@media (min-width: 1200px) {
  .selo {
    top: 20%;
    right: 13%;
    width: auto;
  }
}

@media (min-width: 1201px) {
  #header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
  }

}


.topo{
  background: #1d197c;
  padding: 5px 0;
  font-size: 12px;
  color: #fff;
}

.btn-s{
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  padding: 4px 0 0 0;
  border-radius: 50%;
}
.btn-s svg{
  fill: #fff;
  width: 15px;
}

.btn-facebook{
  background: #2f2e92;
}
.btn-instagram{
  background: #2f2e92;
}
.btn-whatsapp{
  background: #2caf0d;
}
 
@media (min-width: 1201px) {
  .logo{
    display: block;
    margin-top: -25px;
  }
}


/* .logo{
	margin: 25px 0;
	float: left;
} */

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul li{ 
	float:left; 
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 14px;
  font-weight: 600; 
	display: block; 
	height: auto;  
	padding: 0px 15px; 
	line-height: 45px;
  text-transform: uppercase;
	color: #fff; 
	text-decoration: none;
  position: relative; 
} 

#menu ul li a:before{
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  transition: all .4s;
  background: #0d0c37;
}

@media (min-width: 1201px) {
  #menu:not(.nav-fixed) ul {
    border-bottom: 1px solid #ff3e1d;
  }
}


#menu ul li a:hover{  
	color: #ff3e1d; 
}  

/* #menu ul li a:hover:before{
  left: 0;
  width: 100%;
  opacity: 1;
} */

#menu ul.nav-right{
	float: right;
}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 45px; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #027f01; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #025601;}
#menu li ul li:last-child a{border-bottom: none;}

.links-fixed {
  display: none;
}
 
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #19175a; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{line-height: 35px; color: #fff; border:none;}
	#menu.nav-fixed ul a:hover{  border:none;}
	#menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
	#menu.nav-fixed li ul a{ line-height:20px; }
} 


#painel-home ul{
	padding-left: 0;
	list-style: none;
}
@media only screen and (min-width: 1200px) { 
  .content-card-painel{
    margin-top: -150px;
    position: relative;
    z-index: 111;
  }
}
@media only screen and (max-width: 1200px) {
  .content-card-painel .card-painel{
    border:1px solid #ff3e1d;
    margin-top: 40px;
    margin-bottom: -25px;
  } 
}
.content-card-borda .card-painel{
  border:1px solid #ff3e1d;
}

.card-painel{
  padding: 15px;
  border-radius: 10px;
  background: #fff; 
}

.card-painel:hover{
  background: #ff3e1d;
  color: #fff;
}

.card-painel:hover h4{
  color: #fff;
}

.card-painel:hover img{
  filter: grayscale(100%) brightness(900%);
}

.card-painel h4{
  color: #282828;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.btn1{
  border: 1px solid #ff3e1d;
  color: #ff3e1d;
  padding: 10px 15px;
}

.tt-home{
  color: #19175a;
  font-size: 28px;
  font-weight: 600;
}

.color{
  color: #19175a;
  font-weight: 600;
}
.color strong,
.tt-home strong{
  font-weight: 800;
}

.card-veiculo{ 
  border-radius: 10px;
  border: 1px solid #c8c8c8;
}

.card-veiculo:hover{
  background: #ff3e1d;
}

  .card-capa{
    position: relative;
  }
  .card-capa img{
    border-radius: 5px;
  }
  .card-capa .zoom{
    border-radius: 5px;
    border:1px solid #fff;
  }

  .card-capa span{
    position: absolute;
    background: #ff3e1d;
    color: #fff;
    left: 30%;
    padding: 5px 10px;
    bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .card-veiculo:hover .card-capa span{
    background: #19175a;
  }

  .card-veiculo h2{
    color: #ff3e1d;
    font-size: 20px;
    font-weight: 600;
  }

  .card-veiculo h2 small{
    display: block;
  }

  .valor{
    color: #19175a;
    font-size: 20px;
    font-weight: 600;
  }

  .card-veiculo:hover .dt-veiculo,
  .card-veiculo:hover h2,
  .card-veiculo:hover .valor{
    color: #fff;
  }

  .card-veiculo:hover .dt-veiculo{
    border-top: 1px solid #fff;
  }
  .dt-veiculo{
    border-top: 1px solid #ccc;
    font-weight: 600;
    font-size: 11px; 
  } 
  .dt-veiculo img{
    margin-right: 2.5px;
  }

.home{
  background: #ff3e1d;
  padding: 50px 0;
  position: relative;
}

@media (min-width: 992px) { 
  .home{
    background: url(../img/bg-home.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 80px 0;
    position: relative;
  }

  .bg-2{
    background: url(../img/bg-2.jpg) no-repeat center;
  }
}
@media (max-width: 992px) { 
  .home{
    background: #ff3e1d;
    padding: 50px 0;
    position: relative;
  }
}

.home h3{
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}

.img-mulher{
  bottom: 0;
  position: absolute;
  left: 45%;
}
@media (max-width: 992px) { 
  .img-mulher{
    left: 55%;
  }
}
.btn2{
  background: #19175a;
  color: #fff;
}
.btn2:hover{
  color: #ff3e1d;
}

.carousel{ }   
	.owl-prev, .owl-next{display: block; height: 33px; width: 33px; position: absolute; z-index: 200; text-indent: -9999px; top:30%; 
		background-image: url(../img/icones/arrow.png); background-repeat: no-repeat;}
	.owl-prev {background-position: 0 0; left: 10px; }
	.owl-next {background-position: -37px 0; right: 10px; }
	.item{display: block; margin: 0 auto; float: none !important; max-width: 200px;} 
	/*.item img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}*/

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
/*.zoom:before{
	position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.zoom:hover:before{
	opacity: 1;
}*/
.page-header{
  padding: 40px 0; 
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.page-header h1{
  color: #2f2a95;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff3e1d;
}

.tit{
  color: #ff3e1d;
  font-size: 20px;
  font-weight: 600;
}

.topic{
  color: #282828;
  font-size: 28px;
  font-weight: 600;
}

.lateral-filtro{
  background: #f2f2f2;
  padding: 15px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.tt-filtro{
  color: #fff;
  background: #2f2a95;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.tit-filter label{
  font-weight: 600;
}
    .ordenar-span{ 
            display: inline-block;
            text-transform: uppercase;
            font-weight: 600;
            color: #19175a;
        } 
    .ordenar{
        margin-bottom: 20px;
        display: inline-block;
        margin-left: 10px;
        padding-left: 0;
      }
       .ordenar li{
            display: inline-block;
            border-right: solid 1px #aeaeae;
            padding-right: 10px;
            padding-left: 10px;
          }
          .ordenar a{
                font-size: 14px;
                color: #1b1b1b; 
            } 
        .ordenar li:first-child{ padding-left: 0; }
       .ordenar  li:last-child{ border-right: none; }
  
       .mostrar-quantidade  span{
            display: inline-block;
            font-size: 14px;
            color: #1b1b1b;
        }

       .mostrar-quantidade  select{
            display: inline-block;
            width: auto;
            margin-left: 10px; 
            height: 30px !important;
            font-size: 12px;
        }

.opcionais{
  height: 150px; 
  overflow: scroll;
}

.opcionais label{
  margin-bottom: 0;
  font-size: 14px;
}

.btn-buscar{
  background: #2f2a95;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.btn-buscar:hover{
  background: #ff583b;
}

.preco{
  padding: 5px 10px;
  border:1px solid #ff3e1d;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 5px;
  color: #2f2a95;
  font-size: 26px;
  font-weight: 600;
  display: block;
}

.btn3{
  background: #2f2a95;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
.btn4{
  background: #ff3e1d;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.btn3,
.btn4{
  color: #fff !important;
  opacity: .8;
}

.list-zebra,
.list{
	padding: 0;
	list-style: none;
}

.list li{
	padding-left: 15px;
	margin-bottom: 5px;
}

.list li:before{
	content: "";
	width: 7px;
	height: 7px;
	float: left;
	margin-top: 8px;
	background: #e3191c;
	margin-left: -15px;
	border-radius:50%;
}

.list-zebra li{
  padding: 5px 5px 5px 25px;
}
.list-zebra li:nth-child(odd) {
   background-color: #eeeeee;
}

.list-zebra li:before{
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 8px;
  background: #e3191c;
  margin-left: -15px;
}
.marcas {
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    display: inline-block;
    vertical-align: top;
    padding: 4px;
    width: 85px;
    height: 65px;
    margin-bottom: 5px;
}

.marcas:hover{
    border: 1px solid #ff3e1d;
  }

 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 90%;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
 }

 .noticia{
 	border-bottom: 1px dotted #a5a5a5;
 	margin-bottom: 30px;
 }

 .noticia h3{
 	color: #d34e03;
 	font-size: 22px;
 }

 .noticia time{
 	color: #999;
 }

.pagination .active a.page-link{
 	background: #19175a;
 	border-color: #19175a;
 }

 .pagination a.page-link{
 	color: #19175a;
 }

 .btn-volta{
 	background: #19175a;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #ff3e1d;
    color: #fff;
  }

.cabecalho h2{
	color: #0275d8;
	font-size: 22px;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}

 #form input{
 	height: 45px;
 	border:1px solid #ccc;
 }

 #form .btn{
 	background: #19175a;
 	color: #fff;
 	margin-top: 20px;
 	height: 50px;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #ff3e1d;
  }

input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}
 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
#footer{
	padding: 30px 0 0 0;
	background: #19175a;
	color: #fff;
  font-size: 14px;
}
 
#footer a,
#footer address{
  font-size: 14px;
}

#footer .btn{
	background: #2f2e92;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	padding: 8px 0 0 0;
}

#footer .btn-zap{
  background: #2caf0d;
}

#footer svg{
	fill: #fff;
	width: 20px;
	height: 20px;
}

.rodape{
  margin-top: 15px;
  font-size: 12px;
  padding-bottom: 15px;
}
.rodape hr{
  border-color: #3531a9;
}

.sec-links-position {
  position: sticky;
}

.sec-links-footer {
  background: #ff3e1d;
  color: #fff;
  fill: #fff;
  border-top: 1px solid #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
}

.links-footer {
  display: flex;
}

.links-footer-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
 
.links-footer-item img,
.links-footer-item svg {
  margin-right: 10px;
  max-width: 30px;
  max-height: 30px;
}

.links-footer a {
  color: #fff;
  padding: 15px 0 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}

.links-footer a:last-child {
  border: 0;
}

.links-footer a:hover {
  background: #dd2708;
  text-decoration: none;
}
@media (max-width: 993px) {

  .links-footer-item img{ 
    margin-bottom: 5px;
    display: block;
  }

  .links-footer-item span{
    padding-top: 0px;
  }
}

@media (max-width: 800px) {
  .sec-links-footer {
    border-color: #24323d;
  }

  .links-footer a {
    font-size: 10px;
    padding: 10px 0;
    border-right: 1px solid #24323d;
  }

  .links-footer-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }

  .links-footer-item img,
  .links-footer-item svg {
    margin: 0 0 10px;
  } 
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {position: relative; max-width: 100% !important; margin: 0 auto; padding: 0; *zoom: 1;}
.bx-wrapper img {width: 100%; display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute; bottom: 5px; width: 100%; padding: 0;  z-index: 1000; }
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px; background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}

/* PAGER */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-pager-item {padding: 5px 0;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #dcdada; text-indent: -9999px; display: block; width: 20px; border:2px solid #fff; height: 20px; margin: 0 2px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #ff3e1d;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 5%; background-position: 0 0; }
.bx-wrapper .bx-next {right: 5%; background-position: -37px 0;; }
.bx-wrapper .bx-prev:hover ,
.bx-wrapper .bx-next:hover {opacity: 1;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -25px; outline: 0; width: 33px; height: 33px; text-indent: -9999px; z-index: 9999;
background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; opacity: 0.6;}

@media (max-width: 600px) {
  .bx-wrapper .bx-controls-direction a {
    top: 75%;
  }
}

.bx-wrapper .bx-controls-direction a.disabled { display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -11px no-repeat; margin: 0 3px;}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; width: 35px;}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {color: #fff; display: block; font-size: .85em; padding: 10px;}

/* OWL CAROUSEL */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 20px; cursor: pointer;}

@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}
@media only screen and (max-width: 1200px) { 
	.pull {display: block; float: right; padding: 0 40px 0 0; }
	.bgplb{ background-position: right bottom; }
	#menu {background: #19175a; position: fixed; left: -100%; top: 0; z-index: 99999; width: 200px; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul{float: none !important; margin: 0 0; }
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #3531b9;}
	#menu ul li a {text-align: left; color: #fff; border:none; font-weight: 500; font-size: 1em; height: auto; line-height: 20px; padding: 10px; } 
	#menu ul li.sep{display: none;}
  #menu ul li a:hover{
    border:none;
  }
	#menu ul li:hover > ul {display: block; }
	#menu ul li ul{position:relative; top:0px; margin:0px; } 
	#menu-toggle:checked + #menu { left: 0 !important; }
	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
	 z-index:99999; background: #1d197c; border-bottom: 1px solid #1d197c;}
	.barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
	.barratopo span img{margin: 0px 5px 0 0px;}
 
 	#header {
 		margin-top: 35px;
 	}
	.logo{
		margin: 15px auto;
		float: none;
		display: block;
		max-width:250px;
	}
 
}

@media only screen and (max-width: 767px) { 
  .topic{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: -15px;
  }
  .home h3{
    font-size: 22px;
  }
  .dt-veiculo img{
    max-width: 20px;
    max-height: 15px;
  }
}

.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; left: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}

  #privacy-policy {
    width: 85%;
    max-width: 808px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999999999;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeIn 1.3s 5s forwards;
    -moz-animation: fadeIn 1.3s 5s forwards;
    animation: fadeIn 1.3s 5s forwards;
    font-size: 13px; 
}

#privacy-policy h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

#privacy-policy article {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

#privacy-policy button {
    width: 112px;
    height: 44px;
    border-radius: 5px;
    background-color: #0d0c37;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
    #privacy-policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #privacy-policy article {
        width: 100%;
    }

    #privacy-policy button {
        width: 100%;
    }
}