bar-topohtml,
body {
  height: 100%;
}
body {
  background-color: #fff;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.pagination li .fa {
  margin-top: 12px;
}
.container {
  position: relative;
}
.container-1600 {
  max-width: 1570px !important;
  margin: 0 auto;
  position: relative;
}
.container-1400 {
  max-width: 1370px !important;
  margin: 0 auto;
  position: relative;
}
.container-1200 {
  width: 1200px !important;
  margin: 0 auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.container-1000 {
  max-width: 1000px !important;
  margin: 0 auto;
  position: relative;
}
.container-800 {
  max-width: 800px !important;
  margin: 0 auto;
  position: relative;
}
.container-600 {
  max-width: 600px !important;
  margin: 0 auto;
  position: relative;
}

@font-face {
  font-family: 'robotobold';
  src: url('roboto-bold.woff2') format('woff2'),
    url('roboto-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('roboto-light.woff2') format('woff2'),
    url('roboto-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('roboto-regular.woff2') format('woff2'),
    url('roboto-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('roboto-black.eot');
  src: url('roboto-black.eot?#iefix') format('embedded-opentype'),
    url('roboto-black.woff2') format('woff2'),
    url('roboto-black.woff') format('woff'),
    url('roboto-black.ttf') format('truetype'),
    url('roboto-black.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* realinhamento necessario nos botões */
.btn .fa {
  margin-top: -5px;
}
.btn img {
  margin-top: -3px;
}

/******* wordpress *******/
div.wpcf7-response-output {
  margin: 0px;
}
div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid transparent !important;
  border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border: 1px solid transparent !important;
  border-radius: 4px;
}
div.wpcf7-validation-errors {
  color: #963;
  background-color: #ff9;
  border-color: #963;
  border: 1px solid transparent !important;
  border-radius: 4px;
}

/******* header *******/
#topo {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 999;
}
.bar-topo {
  background: #0e084a;
  padding: 17px 0px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  min-height: 75px;
}
.bar-topo .btn {
  margin-left: 20px;
}
#bar-topo .link-comum {
  font-size: 12px;
  color: #fff;
  margin-left: 20px;
}
#bar-topo .link-comum:hover {
  text-decoration: underline;
}
.logo-seminovosgt {
  position: absolute;
  left: 15px;
  top: 25px;
  z-index: 1;
}
@media (max-width: 580px) {
  .logo-seminovosgt {
    max-width: 70%;
  }

  #bar-topo .link-comum {
    margin-left: 10px;
    font-size: 12px;
  }
}
.col-menu {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 100%;
  max-width: 900px;
  z-index: 0;
}
.bar-topo-menu {
  background: #1b1464;
  position: relative;
  min-height: 75px;
}
.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
  height: 40px;
  width: 55px;
  float: right;
  margin-right: 5px;
  margin-top: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.animenu__toggle:hover {
  background-color: transparent;
}
.animenu__toggle:hover .animenu__toggle__bar {
  background-color: #f7941d;
}
.animenu__toggle__bar {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #f7941d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 6px;
}
.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animenu {
  display: block;
  float: left;
  width: 100%;
}
.animenu ul {
  padding: 0px 0px;
  list-style: none;
}
.animenu li,
.animenu a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.animenu a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'robotobold';
}
.animenu__nav {
  text-align: right;
}
.animenu__nav > li {
  position: relative;
}
.animenu__nav > li > a {
  padding: 29px 20px 27px 20px;
  border-right: 1px solid #2e267a;
}

@media (max-width: 992px) {
  .col-menu {
    max-width: inherit;
    right: 0px;
  }
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #f7941d;
}
.animenu__nav__child {
  background-color: #0e084a;
  border-top: 1px solid #1b1464;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 10px 0 0 0;
  -webkit-transition: margin 0.15s, opacity 0.15s;
  transition: margin 0.15s, opacity 0.15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #1b1464;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #0e084a;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  font-family: 'robotoregular';
  padding: 9px 15px;
  width: 100%;
  border-color: #1e59a2;
  font-size: 13px !important;
  text-align: left;
  color: #fff;
}
.animenu__nav__child a:hover {
  background-color: #1b1464;
  border-color: #1b1464;
  color: #fff;
}
.animenu__nav__child > li:first-child > a:hover:after {
  border-bottom-color: #1b1464;
}

@media screen and (max-width: 992px) {
  .col-menu {
    padding-right: 0px;
  }
  .animenu__toggle {
    display: inline-block;
  }
  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }
  .animenu__nav__child a:hover {
    background: #1b1464;
    color: #fff;
  }
  .animenu__nav__child > li:first-child > a:hover:after {
    color: #fff;
  }
  .animenu__nav > li:hover > a {
    color: #fff;
  }
  .animenu__nav {
    margin: 10px 0;
    background-color: #0e084a;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #1b1464;
    text-align: left;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    right: 1.8em;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0e084a;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 15px 25px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    border-right: none;
  }
  .animenu__nav a:hover {
    background-color: #1b1464;
    border-color: #1b1464;
  }
  .animenu__nav__child {
    position: static;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    margin: 0;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 0px;
    width: 100%;
    font-size: 14px;
  }
  .animenu__nav__child a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f0da';
    padding: 0px 25px;
    color: #702a13;
  }
}
.animenu__nav--open {
  display: block !important;
  float: right;
  margin-top: 45px;
  clear: both;
  width: 100%;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}

/** footer **/
#footer {
  background-color: #1b1363;
  padding: 0px;
  z-index: 1; /*iedge*/
  position: relative;
}
.copyright {
  position: relative;
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  color: #fff;
  line-height: 100px;
  padding-left: 5px;
}
@media screen and (max-width: 992px) {
  .copyright {
    padding-left: 0px;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .copyright {
    text-align: center;
    line-height: inherit;
    padding: 30px 0px;
  }
  .logo-by {
    position: relative !important;
    margin: 0px auto;
  }
}
.endereco-footer p {
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .endereco-footer {
    margin-bottom: 20px;
    text-align: center;
  }
}

.bg-left {
  background-color: #161058;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 200px;
  /*border-right: 1px solid #1B1363;*/
}
.bg-right1 {
  background-color: #110d4c;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  min-height: 100px;
}
.bg-right2 {
  background-color: #161058;
  width: 50%;
  position: absolute;
  top: 100px;
  right: 0px;
  min-height: 100px;
}
@media screen and (max-width: 992px) {
  .bg-left {
    display: none;
  }
  .bg-right1 {
    display: none;
  }
  .bg-right2 {
    display: none;
  }
}

.detalhe-footer {
  width: 100%;
  min-height: 100px;
  background-image: url(../imagens/footer-detalhe.jpg);
  background-repeat: repeat;
  margin-top: -9px;
  padding: 30px 0px 30px 0px;
  font-size: 11px;
  color: #fff;
}
.logo-footer img {
  margin-top: 50px;
  margin-bottom: 10px;
}
.logo-by {
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer p {
  font-family: 'Arial';
  font-size: 12px;
  color: #fff;
}

#footer .endereco-footer p {
  font-size: 14px;
}

#footer .endereco-footer .telefones {
  margin-top: 16px;
}

.contador {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 43px;
}
@media screen and (max-width: 992px) {
  .contador {
    left: 40px;
  }
}

.social {
  background-color: #110d4c;
  width: 100%;
}
.social span {
  color: #fff;
  position: absolute;
  top: 43px;
  right: 130px;
  font-size: 12px;
}
ul.social-network {
  padding: 0px;
  margin: 0 auto;
  text-align: right;
}
ul.social-network li {
  display: inline-block;
  margin: 0px;
  width: 100px;
  height: 100px;
  margin-right: -4px;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoInstagram:hover {
  background-color: #c2ca41;
}
.social-network a.icoTwitter:hover {
  background-color: #1da1f2;
}
.social-network a.icoYoutube:hover {
  background-color: #e62117;
}
.social-network a.icoLinkedin:hover {
  background-color: #287eb6;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #fff;
}
.social-square li a {
  background-color: #110d4c;
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #1b1363;
}
.social-square li:last-child a {
  border-right: 1px solid #1b1363;
}
.social-square li i {
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.social-square li a:hover i,
.triggeredHover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.social-square i {
  color: #702a13;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
/*@media (max-width: 992px) {
	.social {
		float: left;
		width: 100%;
	}
	ul.social-network li {
		width: 25%;
		float: left;
		margin-right: 0px;
	}
}*/

/** home **/
#banner-home {
  background: #dcdfe2;
  width: 100%;
  overflow: hidden;
}
.content-table {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: table;
}
.content-middle {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/******* main *******/
a.ver-todos {
  color: #fff;
  font-size: 12px;
  font-family: 'robotoblack';
  margin-bottom: 10px;
  background-color: #1b1363;
  width: 130px;
  line-height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
}
a.ver-todos {
  font-size: 16px;
  width: 100%;
  margin-bottom: 60px;
  line-height: 60px;
  border: solid 2px #fff;
}
a.ver-todos:hover {
  background: transparent;
  background-color: #3757b7;
}

#main-form {
  background-color: #1b1363;
  padding: 60px 0px 50px 0px;
}
#main-form h1 {
  background-color: #1b1363;
  min-height: 50px;
  font-size: 24px;
  font-family: 'robotolight';
  color: #fff;
  width: 400px;
  text-align: center;
  position: absolute;
  top: -115px;
  left: 50%;
  margin: 0px;
  z-index: 10;
  padding-top: 29px;
  margin-left: -200px;
}
@media (max-width: 992px) {
  #main-form h1 {
    position: relative;
    top: -50px;
  }
}
.form-group {
  width: 100%;
}
.form-inline .form-control {
  width: 100%;
}

#main-form span {
  font-size: 14px;
  font-family: 'robotobold';
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
#main-form label {
  font-size: 14px;
  font-family: 'robotobold';
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
#main-form span.sem-margin {
  margin-right: 0px;
}
#main-form span.com-margin {
  margin-left: 15px;
}
#main-form .deate {
  min-width: 95px;
}
#main-form .btn-primary {
  /*border: none;*/
  height: 40px;
  min-width: 40px;
  border: solid 2px #fff;
}
#main-form button.btn-primary {
  padding: 0px;
}

#main-titulo {
  background-color: #0d0749;
  min-height: 150px;
  line-height: 150px;
}
#main-titulo h1 {
  font-size: 24px;
  font-family: 'robotoblack';
  color: #dfe1e3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 85px;
}

.main-internas {
  padding: 80px 0px;
}

#main-produtos h1,
#main-produtos-interna-detalhes h1,
#main-produtos-interna h1 {
  font-size: 18px;
  font-family: 'robotobold';
  color: #1b1363;
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 35px;
}
#main-produtos .box-veiculos,
#main-produtos-interna-detalhes .box-veiculos,
#main-produtos-interna .box-veiculos {
  background-color: #dee2e3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#main-produtos span,
#main-produtos-interna-detalhes span,
#main-produtos-interna span {
  display: block;
  text-align: center;
}
#main-produtos span.veiculo-nome,
#main-produtos-interna-detalhes span.veiculo-nome,
#main-produtos-interna span.veiculo-nome {
  color: #042345;
  font-size: 18px;
  font-family: 'robotobold';
  background-color: #f7931d;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 10px 0px;
}
#main-produtos span.veiculo-ano,
#main-produtos-interna-detalhes span.veiculo-ano,
#main-produtos-interna span.veiculo-ano {
  color: #5b5b5b;
  font-size: 14px;
  font-family: 'Arial';
}
#main-produtos span.veiculo-valor,
#main-produtos-interna-detalhes span.veiculo-valor,
#main-produtos-interna span.veiculo-valor {
  color: #3757b7;
  font-size: 24px;
  font-family: 'robotobold';
  margin-bottom: 10px;
}
.mais-detalhes {
  color: #fff;
  font-size: 12px;
  font-family: 'robotoblack';
  margin-bottom: 10px;
  background: #1b1363;
  width: auto;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 1px;
  text-align: center;
  text-transform: uppercase;
}
.mais-detalhes:hover,
.mais-detalhes:focus {
  background: #3757b7;
  color: #fff;
}
#main-produtos a.ver-todos,
#main-produtos-interna-detalhes a.ver-todos,
#main-produtos-interna-detalhes a.ver-todos {
  font-size: 16px;
  width: 100%;
  margin-bottom: 60px;
  line-height: 60px;
}

#main-vantagens {
  background-color: #dfe1e3;
  padding-top: 95px;
  padding-bottom: 105px;
  border-bottom: 1px solid #2e267a;
}
#main-vantagens .com-borda {
  border: #1b1363 solid 1px;
  padding-bottom: 55px;
  padding-top: 55px;
}
#main-vantagens .fa {
  color: #f7931d;
  font-size: 50px;
  margin-bottom: 15px;
}
#main-vantagens h1 {
  font-size: 24px;
  font-family: 'robotobold';
  color: #1b1363;
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #dfe1e3;
}
#main-vantagens h3 {
  font-size: 18px;
  font-family: 'robotobold';
  color: #1b1363;
  margin: 10px auto;
}
#main-vantagens p {
  font-size: 14px;
  font-family: 'robotoregular';
  color: #434348;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#main-vantagens a.ver-todos {
  font-size: 16px;
  width: 100%;
  margin-bottom: 0px;
  line-height: 60px;
  color: #fff;
  font-family: 'robotoblack';
  background-color: #1b1363;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  margin-top: -30px;
  border: none;
}
#main-vantagens a:hover {
  background-color: #3757b7;
}

#main-ofertas {
  background-color: #1b1363;
}
#main-ofertas h1 {
  font-size: 24px;
  font-family: 'robotobold';
  color: #fff;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 25px;
}
#main-ofertas .box-veiculos {
  background-color: #dee2e3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#main-ofertas span {
  display: block;
  text-align: center;
}
#main-ofertas span.veiculo-nome {
  color: #042345;
  font-size: 18px;
  font-family: 'robotobold';
  background-color: #f7931d;
  line-height: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#main-ofertas span.veiculo-ano {
  color: #5b5b5b;
  font-size: 14px;
  font-family: 'Arial';
}
#main-ofertas span.veiculo-valor {
  color: #3757b7;
  font-size: 24px;
  font-family: 'robotobold';
  margin-bottom: 10px;
}
/*#main-ofertas a{
	color: #fff;
	font-size: 12px;
	font-family: 'robotoblack';
	margin-bottom: 10px;
	background-color: #1B1363;
	width: 130px;
	line-height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
}*/
#main-ofertas a.ver-todos {
  font-size: 16px;
  width: 100%;
  margin-bottom: 60px;
  line-height: 60px;
  border: solid 2px #fff;
}
#main-ofertas a:hover,
#main-ofertas a.ver-todos:hover {
  background: transparent;
  background-color: #3757b7;
}

/***************/
#main-pagina {
  background: #fff;
  padding: 50px 0px;
}

#banner-pagina {
  background: #dcdfe2;
  position: relative;
  height: 400px;
  overflow: hidden;
  text-align: center;
}
#banner-pagina:after {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: ' ';
  display: block;
  left: 0px;
  top: 0px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
.banner-pagina-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: table;
}
.banner-pagina-display {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#banner-pagina img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /* propriedade IE exibido pelo plugin */
  overflow: hidden;
}
#banner-pagina h1 {
  text-transform: uppercase;
  margin: 0px auto;
  color: #fff;
  max-width: 800px;
}

/* pagina contato */

.busca-lateral {
  background-color: #dfe1e3;
  padding: 30px 0px;
}
#main-produtos-interna,
#main-produtos-interna-detalhes {
  margin-top: 30px;
}
#main-produtos-interna h1,
#main-produtos-interna-detalhes h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#main-produtos-interna .form-control,
#main-produtos-interna-detalhes .form-control {
  background-color: #fff;
  color: #2d3191;
}
#main-produtos-interna .busca-rapida,
#main-produtos-interna-detalhes .busca-rapida {
  float: right;
}
#main-produtos-interna .busca-input,
#main-produtos-interna-detalhes .busca-input {
  position: relative;
}
#main-produtos-interna .btn-primary,
#main-produtos-interna-detalhes .btn-primary {
  background-color: #f7931d;
  border: 1px solid #f7931d;
}
#main-produtos-interna .btn-primary:hover,
#main-produtos-interna-detalhes .btn-primary:hover {
  background-color: #3757b7;
  border: 1px solid #3757b7;
}

.busca-rapida {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
#main-produtos-interna .linha,
#main-produtos-interna-detalhes .linha {
  color: #1b1363;
  font-size: 12px;
  font-family: 'robotobold';
  position: relative;
  margin-bottom: 25px;
  margin-top: 30px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#main-produtos-interna .linha:after,
#main-produtos-interna-detalhes .linha:after {
  content: '';
  width: 40%;
  height: 1px;
  background-color: #b9bfc2;
  position: absolute;
  left: 15px;
  top: 40%;
}
#main-produtos-interna .linha:before,
#main-produtos-interna-detalhes .linha:before {
  content: '';
  width: 40%;
  height: 1px;
  background-color: #b9bfc2;
  position: absolute;
  right: 15px;
  top: 40%;
}
#main-produtos-interna select,
#main-produtos-interna-detalhes select {
  margin-bottom: 20px;
}
#main-produtos-interna span.com-margin,
#main-produtos-interna-detalhes span.com-margin {
  color: #1b1363;
  font-size: 14px;
  font-family: 'robotobold';
  line-height: 40px;
}
#main-produtos-interna .bt-avancada,
#main-produtos-interna-detalhes .bt-avancada {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: 'robotoblack';
}
#main-produtos-interna .barra-navegacao,
#main-produtos-interna-detalhes .barra-navegacao {
  background-color: #dfe1e3;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
}
#main-produtos-interna .barra-navegacao select,
#main-produtos-interna-detalhes .barra-navegacao select {
  margin-bottom: 0px;
  margin-top: 20px;
  height: 30px;
  font-size: 12px;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
  font-family: 'robotobold';
  position: relative;
  float: left;
  margin-right: 0px;
  line-height: 30px;
  color: #1b1363;
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
}
.pagination > li > a:hover {
  color: #fff;
  background-color: #1b1363;
}
.pagination > li > a:hover .fa {
  color: #fff;
}
.pagination li span {
  margin-top: -2px;
}
#main-produtos-interna nav,
#main-produtos-interna-detalhes nav {
  margin-top: 10px;
}
.pagination li a {
  margin-right: 5px;
}
.pagination li:first-child a {
  margin-right: 10px;
}
.pagination li:last-child a {
  margin-left: 5px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1b1363;
  border: none;
  font-size: 12px;
  font-family: 'robotobold';
}
#main-produtos-interna span.veiculo-nome,
#main-produtos-interna-detalhes span.veiculo-nome {
  margin-bottom: 0px;
  font-size: 18px;
}
#main-produtos-interna .box-veiculos,
#main-produtos-interna-detalhes .box-veiculos {
  padding-bottom: 0px;
  text-align: left;
}
#main-produtos-interna .box-veiculos .box-foto,
#main-produtos-interna-detalhes .box-veiculos .box-foto {
  padding: 0px;
  padding-right: 15px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 992px) {
  #main-produtos-interna .box-veiculos .box-foto,
  #main-produtos-interna-detalhes .box-veiculos .box-foto {
    padding-right: 0px;
  }
}

/*#main-produtos-interna .box-veiculos .box-foto img, #main-produtos-interna-detalhes .box-veiculos .box-foto img{
	height: auto;
	width: 100%;
}*/
#main-produtos-interna .box-veiculos span,
#main-produtos-interna-detalhes .box-veiculos span {
  text-align: left;
}
#main-produtos-interna span.veiculo-valor,
#main-produtos-interna-detalhes span.veiculo-valor {
  margin-top: 30px;
  line-height: 24px;
  margin-bottom: 25px;
}
#main-produtos-interna span.veiculo-ano,
#main-produtos-interna-detalhes span.veiculo-ano {
  line-height: 14px;
  margin-bottom: 10px;
}
/*#main-produtos-interna .box-veiculos a, #main-produtos-interna-detalhes .box-veiculos a{
	display: inline-block;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	margin-top: 20px;
}*/
#main-produtos-interna .box-veiculos a.mais-detalhes,
#main-produtos-interna-detalhes .box-veiculos a.mais-detalhes {
  background-color: #453d8f;
}
#main-produtos-interna .box-veiculos a.mais-detalhes:hover,
#main-produtos-interna-detalhes .box-veiculos a.mais-detalhes:hover {
  background-color: #3757b7;
}
@media (max-width: 1200px) {
  #main-produtos-interna .box-veiculos a,
  #main-produtos-interna-detalhes .box-veiculos a {
    margin: 5px 1px;
  }
}

#main-contato {
  padding-top: 90px;
  padding-bottom: 100px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3757b7;
  border-color: #3757b7;
}
#main-contato label {
  color: #1b1363;
  font-size: 18px;
  font-family: 'robotobold';
  margin-top: 15px;
}
#main-contato button {
  margin-top: 15px;
}
/*#main-produtos-interna-detalhes .box-veiculos .box-foto img {
    height: auto;
    width: auto;
}*/
.compartilhar p {
  color: #1b1363;
  font-size: 14px;
  font-family: 'robotobold';
  margin-bottom: 5px;
  margin-top: 50px;
  text-transform: uppercase;
}
.compartilhar a {
  padding: 0px !important;
  line-height: 40px !important;
  width: 40px !important;
  margin: 0px !important;
  margin-right: -3px !important;
  margin-left: -1px !important;
  height: 40px !important;
  padding-top: 4px !important;
}
.compartilhar a .fa {
  font-size: 24px;
}
.compartilhar a.icoFacebook {
  background-color: #3b5997 !important;
}
.compartilhar a.icoTwitter {
  background-color: #00abed !important;
}
.compartilhar a.icoGoogle {
  background-color: #dd4b39 !important;
}
.compartilhar a.icoEmail {
  background-color: #1fbdb1 !important;
}
.compartilhar a:hover {
  background-color: #0f0943 !important;
}
/*#main-produtos-interna-detalhes .box-veiculos .box-foto a {
    display: inline-block;
    max-width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
	padding: 0px;
}
#main-produtos-interna-detalhes .box-veiculos .box-foto a:hover img{
	opacity: 0.75;
}*/
#main-produtos-interna-detalhes .box-veiculos {
  padding-bottom: 55px;
  margin-bottom: 40px;
}
.interessado {
  background-color: #f7931d;
  display: block;
  line-height: 50px;
  text-align: center;
  font-family: 'robotoblack';
  color: #fff;
  font-size: 16px;
}
.interessado .fa {
  float: right;
  line-height: 50px;
  margin-right: 10px;
  font-size: 24px;
}
.interessado:hover {
  color: #0f0943;
}
#main-produtos-interna-detalhes textarea {
  margin-bottom: 0px;
}
#main-produtos-interna-detalhes button,
#main-produtos-interna-detalhes input[type='submit'] {
  width: 100%;
}
#main-produtos-interna-detalhes input::-webkit-input-placeholder,
#main-produtos-interna-detalhes textarea::-webkit-input-placeholder {
  color: #2d3191;
}

#main-produtos-interna-detalhes input:-moz-placeholder,
#main-produtos-interna-detalhes textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2d3191;
}

#main-produtos-interna-detalhes input::-moz-placeholder,
#main-produtos-interna-detalhes textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d3191;
}

#main-produtos-interna-detalhes input:-ms-input-placeholder,
#main-produtos-interna-detalhes textarea:-ms-input-placeholder {
  color: #2d3191;
}
#main-produtos.interesse h1 {
  color: #fff;
  background-color: #453d8f;
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 0px;
  padding: 30px 15px;
}

#map {
  width: 100%;
  height: 400px;
}

.bar-chamadas-contato {
  background: #0e084a;
  padding: 50px 0px 50px 0px;
}
.bar-chamadas-contato h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.col-chamada-contato {
  background: #f4f4f4;
  padding: 10px;
  margin: 10px 0px;
}
.col-chamada-contato:hover {
  background: #e9e9e9;
}
.col-chamada-contato .border {
  border: 1px solid #2e267a;
  padding: 20px;
  min-height: 110px;
  text-align: center;
}
.col-chamada-contato:hover .border {
  border: 1px solid #453e8f;
}
.col-chamada-contato a {
  text-decoration: none;
}
.col-chamada-contato a:hover h1 {
  color: #2e267a;
}
.col-chamada-contato h1 {
  font-size: 24px;
  color: #1b1464;
  width: auto;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
}
.col-chamada-contato h1 i {
  padding: 20px 10px;
}
@media (max-width: 1200px) {
  .col-chamada-contato h1 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .col-chamada-contato h1 {
    font-size: 18px;
  }
}
.col-chamada-contato h4 {
  margin: 0px;
  color: #4f4433;
}

.main-vantagens {
  padding: 50px 0px;
}
.intro-vantagens {
  text-align: center;
}
.intro-vantagens h4 {
  margin: 0px 0px 30px 0px;
}

.row-snip1359 {
  margin-bottom: -30px;
  float: left;
}
.snip1359 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  width: 100%;
  color: #0e084a;
  text-align: left;
  background-color: #f7941d;
  padding-top: 120px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.snip1359 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1359 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1359 figcaption {
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  position: relative;
  min-height: 200px;
}
@media (max-width: 992px) {
  .snip1359 figcaption {
    min-height: inherit;
  }
}
.snip1359 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #fff;
}
.snip1359 .profile,
.snip1359 .fa {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  opacity: 1;
  width: 100px;
  height: 100px;
  background: #fff;
  line-height: 100px;
  text-align: center;
  color: #f7941d;
  font-size: 40px;
}
.snip1359 h3 {
  font-size: 1.3em;
  margin: 25px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #fff;
  max-width: 60%;
}
.snip1359 blockquote {
  margin: 0 0 10px;
  padding: 0 0 30px;
  border: none;
  font-size: 16px;
  color: #555;
}

.bar-btn-comprar {
  height: 120px;
  width: 100%;
  display: table;
}
.bar-btn-comprar a {
  background: #2e267a;
  display: table-cell;
  text-align: center;
  font-family: 'robotolight';
  vertical-align: middle;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 100%;
}
.bar-btn-comprar a:hover {
  background: #453e8f;
}

#share-post {
  margin: 0px auto;
}
#share-post .jssocials-share {
  margin: 0 !important;
  padding: 0px 1px;
  width: 25%;
  max-width: 40px;
}
#share-post .jssocials-share-link,
#share-post a.jssocials-share-link {
  padding: 10px 0em !important;
  width: 100% !important;
  margin: 0px !important;
  font-size: 12px;
}
@media (max-width: 480px) {
  #share-post .jssocials-share-link {
    padding: 0.6em 0.6em;
  }
}

#carousel {
  padding: 10px 35px;
}
