body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
  margin:0; 
  padding:0;
}
h1, h2 {
  font-weight:normal; font-family: 'Open Sans', sans-serif;
}
strong, b{font-weight: 900; font-family: 'Open Sans', sans-serif;}
small {
  font-weight:300; font-size:12px;
}
html {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
}
a,button {
    color: #353535;
  transition:all 0.25s;
  -moz-transition: all 0.25s; /* Firefox 4 */
  -webkit-transition: all 0.25s; /* Safari and Chrome */
  -o-transition: all 0.25s; /* Opera */
  text-decoration:none; cursor:pointer;
}
.item{
    transition:all 0.25s;
    -moz-transition: all 0.25s; /* Firefox 4 */
    -webkit-transition: all 0.25s; /* Safari and Chrome */
    -o-transition: all 0.25s; /* Opera */
}
.full{
    width: 100%;
}

h3{
    color: #666;
}
h2{    
    color: #666;
}
p{
    color: #666;
}
.item{
    transition:all 0.45s; -moz-transition: all 0.45s; -webkit-transition: all 0.45s; -o-transition: all 0.45s
}
.d-flex{
    display: flex;
}
.a-center{
    align-items:center;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}

.text-center{
    text-align: center;
}
.text-right{
    text-align:right;
}
.text-left{
    text-align:left;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.container{
    width: 1000px;
    position: relative;
    margin: 0px auto; 
}
.container-cabecalho{
    width: 1200px;
    position: relative;
    margin: 0px auto; 
}

.banner {height: 500px; position: relative; width: 100%; margin: 0;}
.banner .overlay {height: 500px; position: absolute; width: 100%; background: rgba(0,0,0,0.4); bottom: 0px; left: 0px;}
.banner hr{
    height: 3px;
    background: #ff9500;
    position: absolute;
    bottom: 0px;
    width: 140px;
    border: none;
    display: block;
    left: 570px;
}
.banner img{
    position: absolute;
    left: 605px;
    bottom: 3px;
    z-index: 10;
    width: 70px;
}
.banner_interno{
    background-size: 100%!important;
    height: 130px;
    position: relative;
    padding-top: 50px;
    display: flex;
    align-items: center;
}
.banner_interno h2{
    text-transform: uppercase;
    font-size: 36px;
    color: #a71816;
}
.banner_interno hr{
    height: 3px;
    background: #a91a16;
    position: absolute;
    bottom: 0px;
    width: 140px;
    border: none;
    display: block;
    left: 1100px;
}
.banner_interno img{
    position: absolute;
    left: 1138px;
    bottom: -20px;
    z-index: 10;
}
.subSlider .sliderItem h2{
    font-weight: 100;
    font-size: 46px;
    bottom: 220px;
    left: 600px;
}
.subSlider h2{
    position: absolute;
    font-size: 46px;
    color: white;
    bottom: 220px;
    left: 250px;
}
.w-100{
    width: 100%;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mb-70{
    margin-bottom: 70px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-70{
    padding-top: 70px;
}

.clear {clear:both; width:100%; display:block;}
body {background:#FFFFFF; font-family: 'Open Sans', sans-serif; font-size: 13px; padding-top: 65px; font-weight: 400;}

.cabecalho {
    width:100%;background: #ff9500; margin:0px; position:absolute; top: 0px; z-index: 9999; padding: 10px 0px;transition:all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;
}
.cabecalho h1.logo {
  width:140px; background:url('../img/logo-white.png') no-repeat top center;
  text-indent:-9999px; padding:0px; background-size: 100%;padding-bottom: 10px;
}
.cabecalho .menu {
    display:flex;
    align-items:center;
}
.cabecalho .menu p{
    color:#a71916;
    margin-bottom: 20px;
}
.cabecalho .menu hr.first-hr{
    border: none;
    height: 1px;
    background: #d1d3d4;
}
.cabecalho .menu hr.second-hr{
    width: 5%;
    height: 4px;
    background: #a71916;
    border: none;
}
.cabecalho .menu li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.cabecalho .menu li a {color: white; font-size: 15px; font-weight: 600;}
.cabecalho .menu li a hr {
    width: 0px; border:none; background: white; height: 2px; margin:5px auto 0px auto; position: absolute;
    transition:all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s;
}
.cabecalho .menu li a:hover > hr {width: 30px;}
.cabecalho .menu .fa{
    color: white;
}

.cabecalho .menu li a img{
    width: 30px;
}

.cabecalho.active{position: fixed; padding: 10px 0px 10px 0px; background: #ff9500;box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3);}
.cabecalho.active h1.logo {width:150px;}
.cabecalho.active hr.first-hr {display: none;}
.cabecalho.active hr.second-hr {display: none;}
.cabecalho.active p {display: none;}
.cabecalho.active ul.menu li a {color: white;}
.cabecalho.active ul.social li a {color: white;}
.cabecalho.active ul.menu li .secondary li a {color: white;}
.cabecalho.active ul.menu li .secondary {background: rgba(0,0,0,0.9);}

#map strong {
    font-family: 'bistro_scriptregular'; font-size: 20px; font-weight: normal;   
}
footer{
    padding: 40px;
    background: #ff9500;
}
footer .container .copyright{
    float:right;
    color: #a7a9ab;
    margin-top: 30px;
    padding-bottom: 20px;
}
footer .container .endereco{
    float:left;
    color: #222;
    font-weight: 600;
    margin-top: 30px;
    padding-bottom: 20px;
}
footer .item{
    width: 25%;
    margin: 0 1.5%;
    float: left;
    padding-bottom: 20px;
    padding-top: 60px;
}
footer .item:nth-child(2){
    width: 35%;
    margin: 0 7.5%;
}
footer .item .half:first-child{
    width: 46%;
    float: left;
}
footer .item .half:last-child{
    float: right;
    width: 46%;
    margin-left: 8%;
}
footer .item .half h3{
    color: #a91a16;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.5px;
}
footer .item .half ul{
    list-style: none;
}
footer .item .half li a{
    color: #666;
    font-size: 13px;
    font-weight: 600;
}
footer .item .half li a:hover{
    color: #a91a16;
}
footer .item .half li{
    line-height: 30px;
}
footer .item img{
    width: 200px;
}
footer .item h2{
    color: white;
    font-size: 16px;
}
footer .item p{
    color: #555;
    font-weight: 600;
}
footer .item:first-child p{
    font-size: 14px;
}
footer .item .telefone{
    color: #a91a16;
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
}
footer .item hr{
    width: 18%;
    height: 2px;
    background: #d6d6d6;
    margin-top: 8px;
    margin-bottom: 15px;
    border: none;
}
footer hr{
    border-color: #d6d6d6;
    border-top: none;
    width: 100%;
}
footer .fa{
    color: #a91a16;
    font-size: 20px;
}
input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* Fim Default */

.vermelho-escuro{
    background-color: #74110e!important;
}
section{
    padding: 50px 0;
}
section.cinza{
    background: #f5f5f5;
}

.pecas-para-onibus{
    text-align:center;
    
}
.pecas-para-onibus h1{
    color: #ff9500;
    font-weight: bold;
    padding: 10px 0;
    font-size: 22px;
}
.pecas-para-onibus img{
    width: 600px;
}
.pecas-para-onibus p{
    width: 600px;
    font-weight: 600;
    margin: 0 auto;
}
.flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.produto-item{
    width: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 35px;
}
.produto-item:hover{

}
.produto-item img{
    width: 100%;
    height: 140px;
}
.produto-item h2{
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}
.button-orange{
    background: #ff9500;
    color: white;
    padding: 10px;
    letter-spacing: -.5px;
    border:2px solid #ff9500;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.button-orange:hover{
    color:#ff9500;
    background: white;
}
.button-orange .fa{
    font-weight: bold;
}
.button-white{
    background: transparent;
    width: 100%;
    margin-top: 30px;
    color: white;
    padding: 10px;
    border: 2px solid white;
    letter-spacing: -.5px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.button-white .fa{
    font-weight: bold;
}
.div-left{
    width: 45%;
    float: left;
}
.div-right{
    width: 40%;
    margin-left: 5%;
    float: left;
}
.site-description{
    font-size: 14px;
    color: #666;
}
.site-title{
    color: #ff9500;
    font-weight: bold;
    font-size: 32px;
    padding-top: 0;
    padding-bottom: 20px;
}
.footer h2{
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}
input{
    height: 30px;
    background: transparent;
    border:none;
    color: white;
    border: 1px solid white;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
textarea{
    height: 120px;
    font-size: 14px;
    resize:none;
    background: transparent;
    border: none;
    color: white;
    border: 1px solid white;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
footer .div-left img{
    width: 110px;
    margin-bottom: 15px;
}
footer p{
    color: white;
    font-weight: 600;
    font-size: 15px;
}
#map{
    width: 420px;
    border-radius: 5px;
    height: 225px;
    margin-top: 20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}
#produtos{
    margin-top: 80px;
    padding-bottom: 80px;
}
#produtos .box-menu {
    float: left;
    width: 270px;
}

#produtos .box-menu .menu {
    background: #eee;
}
#produtos .box-menu li {
    padding: 5px 12px;
    border-bottom: 2px solid white;
    list-style:none;
    font-size: 14px;
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
}
#produtos .box-menu .area {
    height: 38px;
    line-height: 38px;
    color: white;
    background: #ff9500;
    font-weight: bold;
    padding-left: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
#produtos .box-menu .menu.selected ul {
    display: block;
}
#produtos .box-detalhes {
    float: right;
    width: 910px;
}
#produtos .box-detalhes .categorias {
    margin-bottom: 40px;
    display: none;
}
#produtos .produto {
    float: left;
    position: relative;
    width: 265px;
    height: 265px;
    border: 1px solid #e1e1e1;
    margin-right: 29px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 29px;
}
#produtos .produto .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background: #ff9500;
    opacity: 0;
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
}
#produtos .produto .foto {
    position: relative;
    width: 100%;
    height: 195px;
}
#produtos .produto .nome {
    position: absolute;
    bottom: 12px;
    width: 90%;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5%;
    height: 35px;
    -webkit-transition: ease-out bottom 0.3s;
    transition: ease-out bottom 0.3s;
    z-index: 3;
}
#produtos .produto .ver-mais {
    position: absolute;
    bottom: -30px;
    z-index: 4;
    width: 100%;
    height: 55px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    background: #ff9500;
    color: white;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: ease-out all 0.5s;
    transition: ease-out all 0.5s;
}
#produtos .produto:hover .overlay {
    opacity: 0.5;
}
#produtos .container{
    width:1200px;
}
#produtos .produto:hover .nome {
    bottom: 65px;
    color: white;
    background: transparent;
}
#produtos .produto:hover .ver-mais {
    opacity: 1;
    bottom: 0px;
}
#produtos .produto .foto img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

#produtos .detalhes-produto .box-left {
    float: left;
    width: 460px;
}
#produtos .detalhes-produto .box-left .nome {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 28px;
    color: #c1c1c1;
    letter-spacing: 1px;
}
#produtos .detalhes-produto .box-right {
    float: right;
    width: 430px;
}
#produtos .detalhes-produto .box-right .fotos {
    position: relative;
    width: 100%;
    height: 430px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    display: block;
}
#produtos .detalhes-produto .box-right .fotos .lista {
    width: 100%;
    height: 100%;
}
#produtos .detalhes-produto .box-right .fotos .lista img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.spacer{
  display: table;
  width: 100%;
  padding:15px 0;
}

img.full{
  width: 100%;
}

.carregando{
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.51);
  background-image: url(../img/load-carregando.gif);
  z-index: 9999;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

/* ALERTAS */

.alerta{
    position:fixed;
    background:#fff;
    border-bottom:1px solid #ddd;
    display:table;
    margin:0;
    font-size:14px;
    font-weight: 300;
    bottom:15px;
    right:15px;
    z-index:9999;
    box-shadow:0px 3px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}

.alerta > div{
    display:table-cell;
    vertical-align: middle;
}

.alerta .titulo{
    font-weight: 600;
    margin:0;
    display:block;
    font-size:16px;
}

.alerta .fecha-alerta{
    display:table-cell;
    vertical-align:top;
    padding:10px;
    font-size:14px;
    display:block;
    color:#ccc;
}

.alerta .icone{
    color:#fff;
    padding:15px;
}

.alerta .text{
    padding:10px;
    width:240px;
    font-size:13px;
    color:#666;
}

.alerta-success{
    border:2px solid #4cae4c;
}

.alerta-success .titulo{
    color:#4cae4c;
}

.alerta-success .wrap-icone{
    background:#4cae4c;
}

.alerta-success .fecha-alerta:hover{
    color:#4cae4c;
}

.alerta-danger{
    border:2px solid #b72020;
}

.alerta-danger .titulo{
    color:#b72020;
}

.alerta-danger .wrap-icone{
    background:#b72020;
}

.alerta-danger .fecha-alerta:hover{
    color:#b72020;
}

.alerta-info{
    border:2px solid #0d4279;
}

.alerta-info .titulo{
    color:#0d4279;
}

.alerta-info .wrap-icone{
    background:#0d4279;
    margin-right:5px;
}

.alerta-info .fecha-alerta:hover{
    color:#0d4279;
}

.alerta-warning{
    border:2px solid #f0ad4e;
}

.alerta-warning .titulo{
    color:#f0ad4e;
}

.alerta-warning .wrap-icone{
    background:#f0ad4e;
}

.alerta-warning .fecha-alerta:hover{
    color:#f0ad4e;
}

.alerta.active{
    animation-name: alerta;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes alerta{
    0%{
        opacity:0;
        transform: translate(0,100%);
        -webkit-transform: translate(0,100%);
    }
    40%{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    60%{
        transform: translate(0,0) rotate(-15deg);
        -webkit-transform: translate(0,0) rotate(-15deg);
    }
    70%{
        transform: translate(0,0) rotate(10deg);
        -webkit-transform: translate(0,0) rotate(10deg);
    }
    80%{
        transform: translate(0,0) rotate(-5deg);
        -webkit-transform: translate(0,0) rotate(-5deg);
    }
    90%{
        transform: translate(0,0) rotate(2deg);
        -webkit-transform: translate(0,0) rotate(2deg);
    }
    100%{
        opacity:1;
        transform: translate(0,0) rotate(0deg);
        -webkit-transform: translate(0,0) rotate(0deg);
    }
}


.uebi{
    text-align: center;
    padding: 10px;
    font-size: 16px;
    background: #333;
}
.uebi p{
    color: white;
}
.uebi-logo{
    font-family: 'Lobster',cursive;
    font-size: 30px;
    color: #667eea;
}
.linguas a{
    display: flex;
    align-items: center;
}
.linguas a img{
    margin-right: 5px;
}