.debug {
  border: 1px dashed fuchsia;
}

.nada {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 90px;
  border: 1px solid #e4e4e4;
  line-height: 90px;
  font-size: 16px;
  text-align: center;

  background: #ffffff; /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(50%, #f1f1f1),
    color-stop(51%, #e1e1e1),
    color-stop(100%, #f6f6f6)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

img {
  width: auto;
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #18356b;
  font-family: neo_sansregular;
  font-size: 12px;
}

.all {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header0 {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  height: 130px;
}

.header {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

.headerLeft {
  width: 139px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  float: left;
  text-align: left;
}

.headerRight {
  /* width: 23.6em; */
  max-width: 90%;
  padding: 0;
  float: right;
  /* display: table; */
  display: flex;
  height: 130px;
}

.headerRight2 {
  /* display: table-cell; */
  display: flex;
  vertical-align: middle;
  text-align: right;
  font-family: neo_sansregular;
  font-size: 13px;
}

.headerRight2 .endereco {
  display: flex;
  align-items: center;
}
/* fanPage */
.headerRight2 .fanPage {
  /* border: 1px solid red; */
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.headerRight2 .fanPage img {
  width: 28px;
  vertical-align: bottom;
}
.headerRight2 .fanPage a {
  text-decoration: none;
  color: inherit;
}
.headerRight2 .fanPage a:hover svg path {
  fill: #ee6323;
}
.headerRight2 .fanPage svg{
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
.headerRight2 .fanPage svg path{
  fill: #18356b;
}


/* mobile menu social icons */
@media(min-width: 769px){
  .rmm-toggled-title .headerRight2{
    display: none!important;
  }
}
.rmm-toggled-title .headerRight2{
  display: flex;
  height: 100%;
}

.rmm-toggled-title .headerRight2 .fanPage {
  display: flex;
  margin-top: unset;
}
.rmm-toggled-title .headerRight2 .fanPage a{
  display: flex;
}
.rmm-toggled-title .headerRight2 .fanPage svg path{
  fill: #ffffff;
}
.rmm-toggled-title .headerRight2 .fanPage svg{
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.banner0 {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 491px;
  overflow: hidden;
}

.banner4-caderno {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 491px;
  overflow: hidden;
  background: url(../images/banners/banner_site_tpf_v2.jpg) center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
}

.banner3 {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 491px;
  overflow: hidden;
  background: url(../images/banners/3.jpg) center center;
  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
  top: 0;
}

.banner1 {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 491px;
  overflow: hidden;
  background: url(../images/banners/1.jpg) center center;
  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
  top: 0;
}

.banner2 {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 491px;
  overflow: hidden;
  background: url(../images/banners/2.jpg) center center;
  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
  top: 0;
}

.sh_shadow {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/sh_shadow.png) center top repeat-x;
  height: 21px;
}

.bottom0 {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0 0 15px 0;
  height: 70px;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
  font-family: Arial;
  font-size: 11px;

  background: #f1f1f1; /* Old browsers */

  background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f1f1f1),
    color-stop(100%, #ffffff)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* IE10+ */

  background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bottom {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 960px;
  max-width: 90%;
  overflow: hidden;
}

.bLeft {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  float: left;
  text-align: left;
}

.bRight {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 20%;
  float: right;
  text-align: right;
}

.menu0 {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #18356b;
  /* height: 47px; */
}

#menu {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  /* height: 47px; */
}

.container {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
}

.container2 {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 999999;
}

/*  SECTIONS  */

.section0 {
  clear: both;
  padding: 0 0 50px 0;
  margin: 0 auto 0 auto;
  position: relative;
}

.section {
  clear: both;
  padding: 0 0 50px 0;
  margin: -2% auto 0 auto;
  position: relative;
}

.section2 {
  clear: both;
  padding: 0 0 50px 0;
  margin: -2% auto 0 auto;
  position: relative;
}

.borda1 {
  border-top: 10px solid #ee6223;
}

.borda2 {
  border-top: 10px solid #ee6223;
}

/*  COLUMN SETUP  */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; /*margin: 1% 0 1% 1.6%; */

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  padding: 0 0 5% 0;
}

.col2 {
  display: block;
  float: left;
  margin: 1% 0 1% 0; /*margin: 1% 0 1% 1.6%; */

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  padding: 0 0 5% 0;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */

.span_1_of_3 {
  width: 30%;
  text-align: left;
}

.span_3_of_3 {
  margin: -3% 0 1% 1.6%;
  width: 34.4%;
  background: #ee6324; /* Old browsers */

  background: -moz-linear-gradient(top, #ee6324 0%, #fec24a 100%); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ee6324),
    color-stop(100%, #fec24a)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ee6324 0%, #fec24a 100%); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ee6324 0%, #fec24a 100%); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ee6324 0%, #fec24a 100%); /* IE10+ */

  background: linear-gradient(to bottom, #ee6324 0%, #fec24a 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6324', endColorstr='#fec24a',GradientType=0 );
  padding: 1.1% 1.1% 100px 1.1%;
  position: relative;
  z-index: 5;

  min-height: 270px;
}

.span_1_of_2 {
  width: 62%;
  text-align: left;
}

.span_2_of_2 {
  width: 33%;
  text-align: left;
}

.span_2_of_22 {
  width: 33%;
  text-align: left;
  margin: 100px 0 0 20px;
}

.span_4A {
  width: 15%;
  font-family: Arial;
  font-size: 12px;
  margin: 0 3% 2% 0;
  padding: 0;
  text-align: left;
}

.span_4B {
  width: 79%;
  font-family: Arial;
  font-size: 12px;
  margin: 0 3% 2% 0;
  padding: 0;
  text-align: left;
}

.span_1_of_contato {
  width: 40%;
  text-align: left;
  margin: 0 10% 2% 0;
  padding: 0;
}

.span_2_of_contato {
  width: 48%;
  text-align: left;
  margin: 0;
  padding: 120px 0 0 0 !important;
}

.span_1_of_frota {
  width: 24%;
  text-align: left;
  margin: 0 1% 2% 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.span_1_of_frota img {
  max-width: 95%;
  text-align: left;
  margin: 0 1% 0 0;
  padding: 0;
  overflow: hidden;
}

.span_1_of_certiImagem {
  width: 45%;
  text-align: left;
  margin: 0 1% 2% 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.span_1_of_certiImagem img {
  max-width: 95%;
  text-align: left;
  margin: 0 1% 0 0;
  padding: 0;
  overflow: hidden;
}

.span_1_of_venda {
  width: 23%;
  text-align: left;
  margin: 0 2% 30px 0;
  padding: 0 0 20px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #18356b;
  min-height: 248px;
  height: 248px;
}

.span_1_of_venda img {
  max-width: 100%;
  text-align: left;
  margin: 0 1% 0 0;
  padding: 0;
  overflow: hidden;
}

.assinatura.col {
  margin: 0;
  width: 33.33%;
  padding: 0 0 3% 0;
}

.assinatura.right {
  float: right;
  margin-bottom: 10px;
}

.assinatura.w-100 {
  width: 100%;
}

.assinatura img {
  width: 180px !important;
}

.assinatura p {
  font-size: 14px;
  margin: 0;
}

.span_2_of_certi.no-padding {
  padding: 0;
}

.fotoTroca {
  height: 436px;
  margin: 0;
  padding: 0;
  background: url(../images/loading.gif) center center no-repeat #f5f5f5;
}

.delLeft {
  width: 60%;
  margin: 0;
  padding: 0;
  float: left;
}

.delRight {
  width: 35%;
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  text-align: left;
}

.delMini {
  width: 113px;
  margin: 0 2px 0 0;
  padding: 0;
  float: left;
}

.over {
  width: 23%;
  margin: 70% 1% 2% -100%;
  padding: 0;
  height: auto;
  background: #ee6223;
  position: absolute;
  z-index: 999999;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.span_1_of_frota:hover > .over {
  width: 23%;
  margin: 40% 1% 2% 0;
  padding: 10px 10px;
  height: auto;
  background: #ee6223;
  position: absolute;
  z-index: 999999;
  color: #fff;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.span_1_of_certi {
  width: 45%;
  text-align: left;
  margin: 0 1% 2% 0;
  padding: 0;
}

.span_2_of_certi {
  width: 45%;
  text-align: left;
  margin: 0 0 2% 4%;
  padding: 40px 0 0 0;
}

.span_1_of_servicos {
  width: 45%;
  text-align: left;
  margin: 0 0% 2% 0;
  padding: 0;
}

.span_2_of_servicos {
  width: 45%;
  text-align: left;
  margin: 0 0 2% 7%;
  padding: 60px 0 0 0;
}

.span_1_of_midia {
  width: 20%;
  text-align: left;
  margin: 0 0% 2% 0;
  padding: 0;
}

.span_2_of_midia {
  width: 75%;
  text-align: left;
  margin: 0 0 2% 0;
  padding: 0 0 0 4%;
  border-left: 1px solid #e4e4e4;
}

.span_of_foto_midia {
  width: 24%;
  text-align: left;
  margin: 0 1% 2% 0;
  padding: 0;
}

.span_of_foto_midia img {
  max-width: 95%;
  text-align: left;
  margin: 0 1% 2% 0;
  padding: 0;
}

.span_1_of_venda_veiculos {
  width: 20%;
  text-align: left;
  margin: 0 0% 2% 0;
  padding: 0;
  font-size: 14px;
}

.span_2_of_venda_veiculos {
  width: 80%;
  text-align: left;
  margin: 0 0 2% 0;
  padding: 0 0 0 4%;
  border-left: 1px solid #e4e4e4;
}

.carro {
  width: 354px;
  max-width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.carro img {
  max-width: 100%;
}

.link {
  float: right;
  margin: 0 7% 0 0;
  padding: 10px 15px;
  background: #ee6324;
}

.link:hover {
  float: right;
  margin: 0 7% 0 0;
  padding: 10px 15px;
  background: #20355e;
}

.link2 {
  margin: 1% 0 0 0;
  background: #20355e;
  padding: 5px 10px;

  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);

  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}

.link2:hover {
  margin: 1% 0 0 0;
  background: #ee6324;
}

.link2Ativo {
  margin: 1% 0 0 0;
  background: #ee6324;
  padding: 5px 10px;

  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);

  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */

  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);

  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}

.link2Ativo:hover {
  margin: 1% 0 0 0;
  background: #ee6324;
}

.title {
  margin: 0;
  padding: 30px 0 25px 0;
  text-align: left;
  font-size: 30px;
  letter-spacing: -1px;
}

.title2 {
  margin: 0;
  padding: 20px 0 10px 14px;
  text-align: left;
  font-size: 30px;
  letter-spacing: -1px;
  color: #fff;
}

.title3 {
  margin: 0;
  padding: 30px 0 5px 0;
  text-align: left;
  font-size: 30px;
  letter-spacing: -1px;
  font-family: neo_sansregular;
}

.title4 {
  margin: 0 0 20px 0;
  padding: 5px 0 5px 25px;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  font-family: neo_sansregular;

  background: #ee6223;
  color: #fff;
  letter-spacing: 1px;
}

.title5 {
  text-transform: uppercase;
  font-size: 20px;
  color: #ee6223;
  margin: 0;
  padding: 0;
  text-align: left;
}

.title55 {
  text-transform: uppercase;
  font-size: 20px;
  color: #20355e;
  margin: 0;
  padding: 0;
}

.title6 {
  text-transform: uppercase;
  font-size: 15px;
  color: #20355e;
  margin: 0;
  padding: 0;
}

.title7 {
  text-transform: uppercase;
  font-size: 15px;
  color: #18356b;
  margin: 0;
  padding: 0 0 10px 0;
}

.title8 {
  font-size: 15px;
  color: #18356b;
  margin: 0;
  text-align: left;
  padding: 0 0 0 15px;
}

.title9 {
  margin: 0;
  padding: 0 0 5px 0;
  text-align: left;
  font-size: 20px;
  letter-spacing: -1px;
  font-family: neo_sansregular;
}

#artesio {
  display: none;
}

.p1 {
  margin: 0;
  padding: 0 30px 30px 0;
  text-align: left;
  font-size: 12px;
  font-family: Arial;
  color: #888;
  line-height: 18px;
}

.p11 {
  margin: 0;
  padding: 0 0 30px 0;
  text-align: left;
  font-size: 12px;
  font-family: Arial;
  color: #888;
}

.p2 {
  margin: 0;
  padding: 0 30px 5px 14px;
  text-align: left;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
}

.p3 {
  margin: 0;
  padding: 15px 5px 15px 5px;
  text-align: left;
  font-size: 15px;
  font-family: Arial;
  color: #18356b;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.p4 {
  margin: 0;
  padding: 15px 5px 15px 5px;
  text-align: left;
  font-size: 15px;
  font-family: Arial;
  color: #18356b;
  background: #f9f9f9;
  border-bottom: 1px solid #e4e4e4;
}

.p5 {
  margin: 0;
  padding: 0 0 30px 0;
  text-align: left;
  font-size: 12px;
  color: #666;
  font-family: Arial;
  line-height: 18px;
}

.p6 {
  margin: 0;
  padding: 0 0 0 0;
  font-size: 25px;
  border-bottom: 1px solid #e4e4e4;
}

.p7 {
  margin: 0;
  padding: 4px 0;
  font-size: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.pLMidia {
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid #e4e4e4;
  font-family: neo_sansregular;
}

span.cor {
  color: #18356b;
}

span.cor2 {
  color: #ee6223;
}

label {
  padding: 0 0 5px 0;
  text-align: left;
  clear: both;
}

a.orc:link {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

a.orc:active {
  color: #fff;
}

a.orc:visited {
  color: #fff;
}

a.orc:hover {
  color: #fff;
}

a.mais:link {
  margin: 0;
  padding: 0;
  color: #20355e;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

a.mais:active {
  color: #20355e;
}

a.mais:visited {
  color: #20355e;
}

a.mais:hover {
  color: #ee6223;
}

a.mais2:link {
  margin: 0;
  padding: 15px 0 15px 0;
  color: #20355e;
  text-decoration: none;
  font-family: neo_sansregular;
  font-size: 16px;
  display: block;
}

a.mais2:active {
  color: #20355e;
}

a.mais2:visited {
  color: #20355e;
}

a.mais2:hover {
  color: #ee6223;
}

a.mais3:link {
  margin: 0;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  font-family: neo_sansregular;
  font-size: 16px;
  background: #ee6223;
  display: block;
  text-align: center;
}

a.mais3:active {
  color: #fff;
  background: #ee6223;
}

a.mais3:visited {
  color: #ff;
  background: #ee6223;
}

a.mais3:hover {
  color: #fff;
  background: #20355e;
}

a.mais4:link {
  margin: 0;
  padding: 0;
  color: #20355e;
  text-decoration: none;
  ffont-family: neo_sansregular;
  font-size: 24px;
}

a.mais4:active {
  color: #20355e;
}

a.mais4:visited {
  color: #20355e;
}

a.mais4:hover {
  color: #ee6223;
}

a.cur:link {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

a.cur:active {
  color: #fff;
}

a.cur:visited {
  color: #fff;
}

a.cur:hover {
  color: #fff;
}

a.midia:link {
  margin: 0;
  padding: 5px 0;
  color: #20355e;
  text-decoration: none;
  font-size: 14px;
}

a.midia:active {
  color: #20355e;
}

a.midia:visited {
  color: #20355e;
}

a.midia:hover {
  color: #ee6223;
}

a.res:link {
  margin: 0;
  padding: 5px 10px;
  color: #20355e;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #e1e1e1 !important;
  background: rgb(255, 255, 255); /* Old browsers */

  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(241, 241, 241, 1)),
    color-stop(51%, rgba(225, 225, 225, 1)),
    color-stop(100%, rgba(246, 246, 246, 1))
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* Opera 11.10+ */

  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* IE10+ */

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;
}

a.res:active {
  color: #20355e;
  border: 1px solid #e1e1e1 !important;
}

a.res:visited {
  color: #20355e;
  border: 1px solid #e1e1e1 !important;
}

a.res:hover {
  color: #ee6223;
  background: rgb(255, 255, 255); /* Old browsers */

  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(241, 241, 241, 1)),
    color-stop(51%, rgba(225, 225, 225, 1)),
    color-stop(100%, rgba(246, 246, 246, 1))
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* Opera 11.10+ */

  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* IE10+ */

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  ); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e1e1e1 !important;
}

.ativo {
  margin: 0;
  padding: 5px 0;
  color: #ee6223;
  text-decoration: none;
  font-size: 14px;
}

/* FORMULARIOS */

.camp1 {
  width: 100%;
  max-width: 100%;
  height: 30px;
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;

  text-indent: 15px;
}

.camp2 {
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  text-indent: 15px;
}

.camp3 {
  width: 50%;
  height: 30px;
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  text-indent: 15px;
}

.camp11 {
  width: 93%;
  max-width: 100%;
  height: 30px;
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;

  text-indent: 15px;
  outline: none;
}

/*.btEnviar { width:100%; margin:0; padding:10px 0; cursor:pointer;} */

.btEnviar {
  cursor: pointer;
  background: #20355e;
  color: #fff;
  border: 0;
  padding: 10px 25px;
}

.btEnviar:hover {
  cursor: pointer;
  background: #ee6223;
  color: #fff;
  border: 0;
  padding: 10px 25px;
}

.btEnviar3 {
  cursor: pointer;
  background: #ee6223;
  color: #fff;
  border: 0;
  padding: 10px 0;
  width: 93%;
}

.btEnviar3:hover {
  cursor: pointer;
  background: #20355e;
  color: #fff;
  border: 0;
  padding: 10px 0;
  width: 93%;
}

.btEnviar2 {
  cursor: pointer;
  background: #ee6223;
  color: #fff;
  border: 0;
  padding: 10px 25px;
}

.btEnviar2:hover {
  cursor: pointer;
  background: #20355e;
  color: #fff;
  border: 0;
  padding: 10px 25px;
}

.megaFocus {
  background-color: #18356b;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;

  outline: none;
}

#enviando2 {
  visibility: hidden;
}

/* FROTA */

.fotos {
  border: 7px solid #e4e4e4;
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

.fotos:hover {
  border: 7px solid #f06827;
  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
  cursor: pointer;
}

.fotos2 {
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
  padding: 6px;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  background: #e4e4e4;
}

.fotos2:hover {
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s linear;
  padding: 6px;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  background: #fff;
}

.fotos3 {
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
  padding: 6px;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  background: #fff;
}

.fotos3:hover {
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s linear;
  padding: 6px;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  background: #f06827;
}

.ative {
  cursor: pointer;
  border: 7px solid #f06827;
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
  .fotoTroca {
    height: auto;
    margin: 0;
    padding: 0;
    background: url(../images/loading.gif) center center no-repeat;
  }

  .camp11 {
    width: 100%;
    max-width: 100%;
    height: 30px;
    padding: 0;
    margin: 0px 0 0 0;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    text-indent: 15px;
    outline: none;
  }

  .btEnviar3 {
    cursor: pointer;
    background: #ee6223;
    color: #fff;
    border: 0;
    padding: 10px 0;
    width: 100%;
  }

  .btEnviar3:hover {
    cursor: pointer;
    background: #20355e;
    color: #fff;
    border: 0;
    padding: 10px 0;
    width: 100%;
  }

  .section {
    clear: both;
    padding: 0px;
    margin: -3% auto 0 auto;
    z-index: 99999999999999999999999999999999999;
    position: relative;
    text-align: center;
  }

  .col {
    margin: 1% 0 1% 0%;
  }

  .p1 {
    margin: 0;
    padding: 0 30px 30px 30px;
    text-align: center;
    font-size: 13px;
    font-family: Arial;
    color: #888;
  }

  .p11 {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    color: #888;
  }

  .p3 {
    margin: 0;
    padding: 15px 5px 15px 5px;
    text-align: left;
    font-size: 15px;
    font-family: Arial;
    color: #18356b;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
  }

  .p4 {
    margin: 0;
    padding: 15px 5px 15px 5px;
    text-align: left;
    font-size: 15px;
    font-family: Arial;
    color: #18356b;
    background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
  }

  .p5 {
    margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-family: Arial;
  }

  .title {
    margin: 0;
    padding: 30px 0 25px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
  }

  .title2 {
    margin: 0;
    padding: 20px 0 10px 14px;
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
    color: #fff;
  }

  .title3 {
    margin: 0 0 0 0;
    padding: 20px 0 5px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
    font-family: neo_sansregular;
  }

  .title4 {
    margin: 0 0 20px 0;
    padding: 5px 0 5px 25px;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-family: neo_sansregular;

    background: #ee6223;
    color: #fff;
    letter-spacing: 1px;
  }

  .title5 {
    text-transform: uppercase;
    font-size: 20px;
    color: #ee6223;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .title55 {
    text-transform: uppercase;
    font-size: 20px;
    color: #20355e;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .title6 {
    text-transform: uppercase;
    font-size: 15px;
    color: #20355e;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .title7 {
    text-transform: uppercase;
    font-size: 15px;
    color: #18356b;
    margin: 0;
    padding: 20px 0 10px 0;
    text-align: center;
  }

  .title8 {
    font-size: 15px;
    color: #18356b;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .title9 {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: neo_sansregular;
  }

  .headerRight {
    display: none;
  }

  .headerLeft {
    width: 100%;
    text-align: center;
  }

  .bLeft {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: center;
  }

  .bRight {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  a.mais3:link {
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-family: neo_sansregular;
    font-size: 16px;
    background: #ee6223;
    display: block;
    text-align: center;
  }

  a.mais3:active {
    color: #fff;
    background: #ee6223;
  }

  a.mais3:visited {
    color: #ff;
    background: #ee6223;
  }

  a.mais3:hover {
    color: #fff;
    background: #20355e;
  }

  a.mais:link {
    margin: 0;
    padding: 5px 20px;
    color: #20355e;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #20355e;
  }

  a.mais:active {
    color: #20355e;
  }

  a.mais:visited {
    color: #20355e;
  }

  a.mais:hover {
    color: #ee6223;
  }
}

@media only screen and (max-width: 768px) {
  .span_3_of_3 {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
  }

  .span_2_of_3 {
    width: 100%;
    text-align: center;
  }

  .span_1_of_3 {
    width: 100%;
    text-align: center;
  }

  .span_1_of_2 {
    width: 100%;
    text-align: center;
  }

  .span_2_of_2 {
    width: 100%;
    text-align: center;
  }

  .span_2_of_22 {
    width: 100%;
    text-align: center;
    display: none;
  }

  #artesio {
    display: block;
  }

  .span_4A {
    width: 100%;
    margin: 0 0 4% 0;
  }

  .span_4B {
    width: 100%;
    margin: 0 0 4% 0;
  }

  .span_1_of_contato {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .span_2_of_contato {
    width: 100%;
    text-align: left;
    padding: 40px 0 0 0 !important;
    margin: 0;
  }

  .span_1_of_frota {
    width: 50%;
    text-align: center;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_1_of_frota img {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .span_1_of_venda {
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    height: auto;
  }

  .span_1_of_venda img {
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 0;
  }

  .delLeft {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .delRight {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
  }

  .delMini {
    width: 50%;
    margin: 0 0;
    padding: 0;
  }

  .delLeft img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #fotoGrande img {
    width: 99%;
    margin: 0;
    padding: 0;
  }

  .delMini img {
    max-width: 98%;
    margin: 5px 0 0 0;
    padding: 0;
  }

  .span_1_of_certi {
    width: 100%;
    text-align: left;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_2_of_certi {
    width: 100%;
    text-align: center;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_1_of_certiImagem {
    width: 100%;
    text-align: center;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_1_of_frota img {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .span_2_of_certi img {
    width: 100%;
    text-align: left;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_1_of_servicos {
    width: 100%;
    text-align: left;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_2_of_servicos {
    width: 100%;
    text-align: left;
    margin: 0 0 2% 0;
    padding: 27px 0 0 0;
  }

  .span_1_of_midia {
    width: 100%;
    text-align: center;
    margin: 0 0% 2% 0;
    padding: 0;
  }

  .span_2_of_midia {
    width: 100%;
    text-align: center;
    margin: 0 0 2% 0%;
    padding: 0;
    border: 0;
  }

  .span_1_of_venda_veiculos {
    width: 100%;
    text-align: left;
    margin: 0 0 2% 0;
    padding: 0;
    border: 0;
  }

  .span_2_of_venda_veiculos {
    width: 100%;
    text-align: center;
    margin: 0 0 2% 0%;
    padding: 0;
    border: 0;
  }

  .span_of_foto_midia {
    width: 50%;
    text-align: center;
    margin: 0 0 2% 0;
    padding: 0;
  }

  .span_of_foto_midia img {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    }
}
