body {
  line-height: 26px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #424242 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
/* font-family: 'Volkhov', serif !important;*/
 font-family: 'montserratregular' !important;
}


header{
  background-image: url(../imagens/fundo.png) !important;
  background-repeat: no-repeat !important;
  background-position: center bottom!important;
  padding: 0px;
  position: relative;
    min-height: 264px;
  z-index: 10;
}
.boxx {
    overflow: hidden;
    height: 200px;
    margin-bottom: 10px;
    display: block;
}
header .top{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a31619+1,ed202c+98 */
background: rgb(163,22,25); /* Old browsers */
background: -moz-linear-gradient(top, rgba(163,22,25,1) 1%, rgba(237,32,44,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(163,22,25,1) 1%,rgba(237,32,44,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(163,22,25,1) 1%,rgba(237,32,44,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31619', endColorstr='#ed202c',GradientType=0 ); /* IE6-9 */


  min-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.slide-index {
    margin-top: -16px;
}
.servii {



 background: rgb(237,32,44);
    background: -moz-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%);
    background: radial-gradient(ellipse at center, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=1 );
    
        border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 87px;
    text-align: center;
}
.servii:hover{
  background: rgb(99,99,99);
    background: -moz-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%, rgba(10,6,6,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%);
    background: radial-gradient(ellipse at center, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#0a0606',GradientType=1 );
}
.servii a {
    display: block;
    color:#fff !important;
}
header .top ul{
  padding: 0px;
  width: 100%;
  padding-top: 11px;
  display: block;
  list-style: none;
}
header .top ul li.one{
  float: left;
}
header .top ul li.two{
  float: left;
  margin-left: 15px;
}
header .top ul li.tree{
  float: right;
}
header .top ul li a{
  display: block;
  color: #fff;
}
header .top ul li a span{
  width: 26px;
  display: block;
  float: left;
  margin-right: 11px;
}
header .top ul li a span img{
  width: 100%;
  display: block;
}
@media (max-width: 991px ){
  header .top ul li.two{
    display: none;
  }
}
@media (max-width: 470px ){
  header .top ul li.tree{
    display: none;
  }
}


/*logo*/
.logo{
  display: block;
  text-align: center;
  margin-top:0px;
  margin-bottom:20px
}
.logo img{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*busca produtos por icones*/

.busc-prod-icon{
  width: 100%;
  margin-top: 40px;
  display: block;
  position: relative;
  z-index: 10;
}
.busc-prod-icon ul{
  width: 100%;
  padding: 0px;
  list-style: none;
}
.busc-prod-icon ul li{
  float: left;
  padding: 13px;
  background-image: url(../imagens/footer_lodyas.png);
  background-position: center top;
  border-radius: 7px;
  color: #fff;
  margin-bottom: -26px;
}
.busc-prod-icon ul li.ico {
  padding: 0;
  margin-left: 10px;
  position: relative;
}
.busc-prod-icon ul li.ico img{
  width: 52px;
  padding: 5px;
}
.busc-prod-icon ul li.ico input{
  background-color: transparent !important;
  border: 0px !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  color: transparent;
  outline: none;
}
.busc-prod-icon ul li.ico input#busca{
  background-color: transparent !important;
  border: 0px !important;
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  margin-top: 9px;
  position: relative;
  z-index: 10;
  color: #fff;
  outline: none;
}


/*marcas index*/
section.marcas{
  display: block;
    margin-top: -160px;
    position: relative;
    background-image: url(../imagens/pattern4.png);
    background-repeat: repeat;
background: rgb(30,87,153);
    background: -moz-radial-gradient(center, ellipse cover, rgba(30,87,153,1) 0%, rgba(0,63,92,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(30,87,153,1) 0%,rgba(0,63,92,1) 100%);
    background: radial-gradient(ellipse at center, rgba(30,87,153,1) 0%,rgba(0,63,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#000',GradientType=1 );
    padding-top: 220px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
section.marcas:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../imagens/pattern4.png);
    background-repeat: repeat;
}
.marcs {
    margin-top: 20px;
}
.marcs img {
    border-top: 1px dashed #08466d;
    border-bottom: 1px dashed #08466d;
    border-radius: 10px;
}
.titulo {
    display: block;
    position: relative;
    background: url(../imagens/footer.png) center -300px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.titulo:before {
    content: '' !important;
    display: block !important;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../imagens/pattern4.png);
    background-repeat: repeat;
}
.titulo h1 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.titulo h1 span{
  color: #ed202c;
    font-size: 21px;
}

section.marcas .marcs{
  margin-bottom: 25px;
  padding: 0;
  border-radius: 6px;
  margin-top:00px;
}
section.marcas .marcs h1{
  color: #ff0 !important;
    font-weight: bold;
  font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  border-radius:10px;

}
.owl-controls {
    margin-bottom: 30px !important;
}
section.marcas .marcs p {
    color: #FFF;
    font-size: 18px;
    display: block;
    text-align: center;
}
section.marcas .marcs h2 span{
  font-family: 'open_sansregular' !important;
}


section.marcas .marcs .owl-page{
  display: none !important;
}
section.marcas .marcs .owl-buttons div{
  background-color: #ff0 !important;
  border-radius: 4px !important;
  float: left !important;
    color: #000 !important;
    padding: 10px;
    font-size: 14px !important;
  opacity: 1 !important;
}
section.marcas .marcs .owl-carousel{
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
}
section.marcas .marcs .owl-carousel .item{
  margin: 4px;
}
section.marcas .marcs .owl-carousel .item img{
  border-radius: 5px;
}
section.marcas .marcs .owl-buttons div.owl-prev{
  position: absolute;
  left: 0;
  top: 38%;
  padding: 3px;
  margin: 0;
}
section.marcas .marcs .owl-buttons div.owl-next{
  position: absolute;
  right: 0;
  top: 38%;
  padding: 3px;
  margin: 0;
}

/*h1, h2, h3, h4, h5*/

/*
h1{
  font-family: 'open_sansbold' !important;
    color: #16366e !important;
    background-repeat: repeat;
    background-color: #fff;
    float: left;
    padding: 10px;
    font-size: 25px !important;
    margin-top: -38px !important;
}
h1 span{
  font-family: 'open_sansregular' !important;
}
*/

h2{
    color: #000 !important;
    font-size: 30px !important;
    font-weight: bold;
    margin-top: 0px !important;
}
h2 span{
  font-family: 'open_sansregular' !important;
}
h3{
    padding: 0px;
    font-size: 17px !important;
    margin-top: 0px !important;
}

/*linha*/
/*
.linha {
    border-radius: 6px;
    margin-top: 37px;
    margin-bottom: 25px;
    display: block;
    position: relative;
}
*/
/*
.linha-br {
    padding: 15px 0 0 0;
    border-radius: 6px;
    margin-top: 40px;
    margin-bottom: 25px;
    display: block;
    position: relative;
}
*/
.bt{
  padding: 4px 10px 4px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,0a0606+100 */
background: rgb(99,99,99); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%, rgba(10,6,6,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#0a0606',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FF0;
  border-radius: 4px;
}
.bt:hover {
    color: #FF0;
}
.bt.top{
       padding: 4px 10px 4px 10px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 15px;
}

/*icons-moto-car*/
ul.icons-moto-car{
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 10;
}
ul.icons-moto-car li{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed202c+1,ed202c+1,b5191b+99 */
background: rgb(237,32,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=0 ); /* IE6-9 */
    width: 100%;
    display: block;
    border-radius: 5px;
    text-align: center;
    
}
ul.icons-moto-car li a{
  color: #fff;
  padding: 10px 10px 20px 10px;
  display: block;
    font-weight: 100;
  position: relative;
  margin-bottom: 25px;
}
ul.icons-moto-car li a img{
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
ul.icons-moto-car li a .bt {
    padding: 4px 10px 4px 10px;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 100;
    width: 100px;
    position: absolute;
    bottom: -20px;
    margin: auto auto;
    left: 0;
    right: 0;
}

/*produtos*/
.bloc{
  border-radius: 4px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    min-height: 275px;
    padding: 20px;
    margin-bottom: 22px;
    position: relative;
}
.bloc a {
    display: block;
    position: relative;
    z-index: 9;
}
.bloc a img {
    margin-bottom: 20px;
}
.bloc:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../imagens/pattern5.png);
    background-repeat: repeat;
}
.index-produtos h2{
       margin: 30px 0 !important;
    color: #000;
    text-transform: uppercase;
    font-size: 22px !important;
/*    font-weight: bold;*/
}
.index-produtos {
    margin-top: 50px;
}
.bloc h3{
    font-size: 16px !important;
    position: relative;
    z-index: 9;
    font-weight: inherit ;
    color: #000;
    text-transform: lowercase;
    text-align: left;
    padding: 0;
    margin: 0;
    text-align: center;
    min-height: 54px;
    position: relative;
    line-height: 18px;
    margin-top: 20px;
}
.bloc h3:first-letter {
 text-transform: uppercase;
}
.bloc .car{
        position: relative;
    float: left;
    width: 100% !important;
    margin-top: 5px;
    margin-right: 4px;
    border-radius: 20px !important;
    background-color: transparent !important;
}
.bloc .car input{
    width: 100% !important;
    height: 43px !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-weight: initial;
    outline: none !important;
    position: relative !important;
    box-shadow: none !important;
    z-index: 3 !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed202c+1,ed202c+1,b5191b+99 */
background: rgb(237,32,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}
.bloc .car i{
    position: absolute;
    width: 100%;
    color: #fff !important;
    text-align: center;
    top: 13px;
    z-index: 2;
}
.bloc .car a{
    width: 100%;
    height: 100%;
    display: block;
}

/*servicos index*/
ul.serv-index{
  list-style: none;
    margin-bottom: 20px;
  display: block;
  padding: 0;
}
ul.serv-index + .bt {
    width: 100%;
    display: block;
    text-align: center;
        padding: 4px 10px 4px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed202c+1,ed202c+1,b5191b+99 */
background: rgb(237,32,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-radius: 4px;
    font-weight: 100;
}
ul.serv-index li a{
border-radius: 4px;
    /* font-weight: bold; */
    box-shadow: inset 3px -1px 5px -2px #00000075;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
    padding: 5px 13px 4px 14px;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    display: block;
}
ul.serv-index li a:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5191b+0,ed202c+100 */
background: rgb(181,25,27); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,25,27,1) 0%, rgba(237,32,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(181,25,27,1) 0%,rgba(237,32,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5191b', endColorstr='#ed202c',GradientType=0 ); /* IE6-9 */
}

/*blog*/
.blog{
  display: block;
  text-decoration: none;
  list-style: none;
  border-radius: 4px;
  position: relative;
  margin-bottom: 40px;
}
.blog .autoshowroom-post-date{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,0a0606+100 */
background: rgb(99,99,99); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%, rgba(10,6,6,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#0a0606',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
}
.blog .autoshowroom-post-date i{
    font-size: 16px;
    color: #194694;
    padding: 7px 11px;
    background: #ffffff;
    border-radius: 5px;
}
.blog .autoshowroom-post-date span{
  font-size: 13px;
    color: #ffffff;
    padding: 5px 11px 5px 7px;
}
.blog img{
  border-radius: 4px;
}
.blog  .conte{
    border-bottom: 2px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    display: block;
    border-radius: 4px;
    min-height: 135px;
}

.blog  .conte .conte-2{
    width: 100%;
    margin-top: 0px;
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 4px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed202c+1,ed202c+1,b5191b+99 */
background: rgb(237,32,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=0 ); /* IE6-9 */
    transition: all 0.2s;
    color: #fff;
}
.blog:hover  .conte .conte-2{
    transition: all 0.2s;
     margin-top: -45px;
}
.blog  .conte .conte-2 h3{
    border-left: 6px solid #fff;
    padding-left: 10px;
    color: #fff;
    font-weight: 100;
    font-size: 18px !important;
}
.blog  .conte .conte-2 p{
  color: #fff;
    line-height: 15px;
    min-height: 45px;
  font-size: 13px !important;
}
.blog  .conte .conte-2 p + p {
    min-height: 0;
}
.blog  .conte .conte-2 p.cont{
  color: #fff;
   font-weight: 100;
}

.carinho-top{
      padding: 10px;
    color: #000;
    border-radius: 4px;
    background-image: url(../imagens/pattern4.png);
    background-repeat: repeat;
    background-color: #fff300;
    margin-top: 14px;
}
/* Tab Element */

.nav-tabs>li i{
    font-size: 44px;    
}
.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0px !important;
}
.nav-tabs>li{
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
}
.nav-tabs>li a{
     position: relative !important;
    display: block !important;
    padding: 6px !important;
    margin: 0 0px !important;
    border-radius: 0px !important;
    border: 0px dashed #595959 !important;
    left: 8px;
    color: #fff !important;
    top: 0;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    border-radius: 6px !important;
    padding-left: 14px !important;
    padding-right: 15px !important;
    transition: top 0.5s ease;
    margin-left: -7px !important;

       background: rgb(99,99,99);
    background: -moz-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%, rgba(10,6,6,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%);
    background: radial-gradient(ellipse at center, rgba(99,99,99,1) 0%,rgba(10,6,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#0a0606',GradientType=1 );
}
.nav-tabs>li a:hover{
      background-color: #449419   !important;
      color: #fff !important;
}
.nav-tabs>li a h5{
      color: #fff !important;
}
/*.nav-tabs>li.active a:after{
    top: 100%;
    left: 50%;
    margin-left: -55px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 57px 0 57px;
    border-color: #ffaa00 transparent transparent transparent;
}*/
.nav-tabs>li.active a{
        color: #2b3086 !important;
        background: rgb(237,32,44);
    background: -moz-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%, rgba(237,32,44,1) 1%, rgba(181,25,27,1) 99%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%);
    background: radial-gradient(ellipse at center, rgba(237,32,44,1) 1%,rgba(237,32,44,1) 1%,rgba(181,25,27,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed202c', endColorstr='#b5191b',GradientType=1 );
    top: 0px;

}
.nav-tabs>li.active i,
.nav-tabs>li.active:hover h5,
.nav-tabs>li.active h5{
    color: #232A34;
}
.nav-tabs>li.active a{
    border-color: #f40028;
    color: #fff !important;
}
.nav-tabs>li .tab-icon{
    margin-bottom: 15px;
}
.nav-tabs>li .tab-icon img{
  /*height: 154px;*/
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-tabs>li h5{
  font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0;
    margin-top: 10px;
    font-family: 'montserratlight';
    color: #fff !important;
}
.nav-tabs>li:hover a,
.nav-tabs>li:hover h5{
    color: #ffaa00;
}
.nav-tabs>li.active a{
    border-color: #ffcc00;
    color: #fff !important;
}
.nav-tabs>li .tab-icon{
    margin-bottom: 15px;
}
.nav-tabs>li .tab-icon img{
  /*height: 154px;*/
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-tabs>li h5{
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0;
    margin-top: 10px;
    color: #808489;
}
.nav-tabs>li:hover a,
.nav-tabs>li:hover h5{
    color: #ffaa00;
}
.tab-two .nav-tabs>li{
    width: 50%;
}
.tab-three .nav-tabs>li{
    width: 33.33%;
}
.tab-four .nav-tabs>li{
    width: 25%;
}
.tab-five .nav-tabs>li{
    width: 20%;
}
.tab-six .nav-tabs>li{
    width: 20%;
}

/*@media (max-width: 1199px ){
.nav-tabs>li.active a:after {
    top: 100%;
    left: 50%;
    margin-left: -55px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 51px 0 58px;
    border-color: #FFFFFF transparent transparent transparent;
}
}*/
@media (max-width: 991px ){
  header{
        background-image: url(../imagens/top_responsive.png) !important; 
  }
  .slide-resp {
    margin-top: -113px !important;
    position: relative;
    z-index: 0;
}
body.interno header{
     background-image: url(../imagens/top_responsive.png) !important;
}
}
@media (max-width: 800px ){
.tab-six .nav-tabs>li {
    width: 33.333%;
}

@media (max-width: 545px ){
  .tab-six .nav-tabs>li {
    width: 50%;
}
}

.nav-tabs>li.active a {
    background: #ffcc00;
    top: 0px;
}
.nav-tabs>li.active a:after{
  display: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  border: 0px !important;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs>li a{
  border: 0px !important;
}
}



.tab-content>.tab-pane{
    display: none;
}
.tab-content>.active{
    display: block;
    margin-top: 20px;
}
.tab-init{
    opacity: 0;
}
.tab-content{
    width: 100%;
    min-height: 100px;
    text-align: center;
    padding: 0px 0;
/*    overflow: auto;*/
    font-size: 14px;
    color: #808489;
    border: 0;
}
.tab-content fieldset{
   border: 0;
}
.tab-content .tab-pane-inner .price,
.tab-content .tab-pane-inner a.btn{
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
.tab-content .tab-pane-inner .price{
    font-family: 'Montserrat' ,arial ,sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 56px;
}
.intro.parallax{
      padding-top: 387px;
}
.form-control {
    display: block !important;
    width: 100% !important;
    padding: 1.5rem .75rem !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    color: #000 !important;
    background-color: rgba(139, 139, 139, 0.18) !important;
    background-image: none !important;
    background-clip: padding-box !important;
    border: 0px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem !important;
    box-shadow: inset rgba(0, 0, 0, !important 0.21176470588235294) 1px 0px 19px !important;
    outline: none !important;
}
.tit2{
border-radius: 29px;
    margin-top: -94px;
    z-index: 10;
    border-top: 2px solid #ed202c;
        margin-bottom: 20px;
}
.tit2 p{
  color: #fff;
}