@font-face {
    font-family: Avenir Next LT Pro;
    src: url(fonts/AvenirNextLTPro-Regular.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Avenir Next LT Pro;
    src: url(fonts/AvenirNextLTPro-Bold.otf);
    font-weight: bold;
}
@font-face {
    font-family: Avenir Next LT Pro;
    src: url(fonts/AvenirNextLTPro-It.otf);
    font-style: italic;
}
@font-face {
    font-family: Avenir Next LT Pro;
    src: url(fonts/AvenirNextLTPro-BoldCnIt.otf);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Aller;
    src: url(fonts/Aller_Rg.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Aller;
    src: url(fonts/Aller_Bd.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Aller;
    src: url(fonts/Aller_It.ttf);
    font-style: italic;
}
@font-face {
    font-family: Aller;
    src: url(fonts/Aller_BdIt.ttf);
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: Aller Light;
    src: url(fonts/Aller_Lt.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Aller Light;
    src: url(fonts/Aller_LtIt.ttf);
    font-style: italic;
}
html,body{
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke:1px transparent;
    font-family: "Aller";
    height: 100%;
    color: #636466;
}
strong{
    font-weight: bolder;
}
h1,h2,h3{
    font-family: "Aller";
}
#newsletterForm input{
    border: none;
}
#home,#noticias{
    background-color: #F1EACF;
    padding: 50px;
    border-bottom: 40px solid #F27921;
}
address{
    display: inline-block;
    margin-right: 20px;
}
#aviso_newsletter{
    margin-top: 30px
}
nav{
    background-color:  #FFFFFF!important;
    border-top-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 30px!important;
    border-top-right-radius: 30px!important;

}
.section-title{
    margin-top: 15px;
    font-weight: bold;
    font-style: italic;
    z-index: 1;
}
.section-block{
    padding: 60px;
}
#lista-segmentos ul li{
    font-size: 20px;
    font-style: italic;
    list-style: none;
}
#lista-segmentos ul li:before{
    /* For a round bullet */
    content: '\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -15px;
    top: -0px;
    color: #F27921;
    font-size: 20px;
}
#valores ul{
    list-style-position: inside;
    font-family: "Aller Light";
    font-size: 16px!important;
    margin-left: -40px;

}
.section-block p{
    font-family: "Aller Light";
    font-size: 16px!important;
}
.sub-title{
    font-size: 26px;
    font-style: italic;
    margin-bottom: 20px;
}
.section-title img{
    margin-top: 25px;
    margin-left: -30px;
    width: 60px;
    z-index: 0;
}
.bg-orange{
    background-color: #F27921!important; 
    color: #FFFFFF;
}
.btn-orange{
    background-color: #F27921!important; 
}
.btn-orange:hover{
    background-color: #790000!important;
}
.bg-red{
    background-color: #790000;
    color: #FFFFFF;
}
.input-group-addon{
    color: #FFFFFF;
}
#menu{
    font-size: 14.82px;
    font-style: italic;
    background: #FFFFFF;
    border-bottom-left-radius: 30px!important;
    border-top-right-radius: 30px!important;
}
#menu  .navbar-nav>li>a{
    color: #636466
}
#menu  .navbar-nav>li>a:hover{
    color: #F27921;
}
#menu .navbar-nav>.active>a{
    font-weight: bold;
    font-style: italic;
    color:#F27921;
    background: #FFFFFF;
    z-index: 3;
}
#footer_home{
    margin-top: 20px;
}
.form-control {
    border-radius: 0px;
    font-family: "Aller";
    color: #636466;
    font-style: italic;
}
#redes-socias{
    width: 940px;
    position: absolute;
    margin-top: 50px;
    display: block;
    z-index:3 ;
    text-align: right;
}
#img-caminhao{
    width: 150px;
    margin-bottom: -25px;
}
.text-orange{
    color: #F27921;
}
.text-red{
    color:#790000;
}
.text-gray{
    color:#4D4D4F!important;
}
.text-lg{
    font-size: 18px;
}
.text-light{
    font-family: "Aller Light";
}
#divider_block p{
    padding: 130px;
    font-size: 30px;
    font-style: italic;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
/******************** SEÇÂO SOBRE **********************************/
#sobre{
    margin-top: 50px;
}
#sobre p{
    font-family: "Aller Light";
    font-size: 17px;
}
@media screen and (min-width: 992px) {
    #fachada_one{
        margin-bottom: -15px;
    }
    #fachada_two{
        margin-top: -15px;
    }
}
/******************** SEÇÃO NOTICIAS ********************************/
#noticias-div{
    height: 100%;
}
#tabela_noticias tr{
    cursor: pointer;
}
#lista-noticias{
    /*background: #fff;*/
    padding: 20px;
    border-radius: 15px;
}
.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: #F27921;
    border-color: #F27921;
}
/******************** SEÇÃO PRODUTOS ********************************/
#produtos{
    padding: 60px;
    background: url(../img/layout/fundo_produtos.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
    min-height: 1200px;
}
#lista_categorias{
    margin-top: 15px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 15px;

}
a.categoria-produto.active{
    font-weight: bold;
    text-decoration: none;
}
a.categoria-produto{
    color: #F27921;
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
}
a.categoria-produto:hover{
    text-decoration: none;
    color:#790000!important;
}

#lista_produtos{
    font-family: "Aller Light";
    font-size: 14px;
    margin-top: 60px;
    background: transparent;
    border: none;
    width: 100%;
}
#lista_produtos li.list-group-item-heading{
    font-weight: bold;
}
#lista_produtos li{
    background: transparent;
    border: none;
    padding: 4px!important;

}
#lista_produtos li a{
    color: #636466;
    margin-left: 20px;
}
#lista_produtos li a.active{
    color: #F27921;
}
#lista_produtos li a:hover,#lista_produtos li a:focus{
    text-decoration: none;
    color: #F27921;
}
#detalhe_produto{
    margin-top: 40px;
    font-family: "Aller Light";
    padding: 40px;
    background-color: #FFFFFF;
}
#detalhe_produto p{
    font-size: 18px;
}
.foto-produto{
    height: 275px!important;
}
.informacao-nutricional{
    background-color: #F1EACF;
    padding: 15px;
}
.informacao-nutricional table>tr>td{
    padding: 0px;
}
.informacao-nutricional table>tbody>tr>td{
    padding: 0px;
    border-top: 1px solid #636466;
    vertical-align: middle;
}
.informacao-nutricional table>thead>tr>th{
    border-bottom:  1px solid #636466;
}
.informacao-nutricional p,.informacao-nutricional table{
    font-family: "Avenir Next LT Pro";
    font-size: 9.8px!important;
    color:#4D4D4F;

}
#footer p{
    font-size: 18px;
}
@media screen and(min-width:1600x){
    #img_footer{
        width: 50%;
        max-height: 100%;
    } 
}
#logo_footer{
    position: absolute;
    vertical-align: middle;
    width: 150px;
    margin-top: 80px;
    margin-left: -120px;
}
/*==================== GIF LOADING =========================*/
.loading{
    display: none;
    margin: 0px;
    padding: 0px; 
    position: fixed; 
    right: 0px; 
    top: 0px; 
    width: 100%;
    height: 100%; 
    z-index: 30001; 
    opacity: .8; 
    filter: alpha(opacity=70);
}
.loading img{
    position: absolute;
    top: 30%; 
    left: 50%; 
    padding: 10px;
    width: 65px;
    height: 65px;
}
.loading p span{
    color: #365E94; 
    font-size: 20px;
    font-weight: bold;
}
/******************** SEÇÃO PROCESSAMENTO ********************************/
#processamento{
    background: url(../img/layout/fundo_processamento.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
    min-height: 800px;
}
@media screen and (max-width: 992px) {
    #processamento{
        padding-top: 60px;
    }
}
@media screen and (min-width: 992px) {
    .container{
        width: 992px
    }
    #logo{
        margin-top: 0px;
        width: 50%;
        right: 5px;
        position: absolute;
        z-index: 3;
        display: block;

    }
    #back_logo{
        margin-left: -175px;
        margin-top: -45px;
        width: 500px;
        position: absolute;
        display: block;
        z-index: 2;
    }
    #processamento{
        padding: 100px;
    }
}
#processamento-descricao{
    background-color: #F1EACF;
    padding: 50px;
}
#processamento-descricao p{
    font-family: "Aller Light";
    font-size: 18px;
}
#img_frota{
    height: 175px
}
#img_equipamento{
    height: 300px
}
/******************** SEÇÃO VANTAGENS ********************************/
#vantagens{
    padding: 100px;
    min-height: 800px;
    color:#4D4D4F!important;
}
@media screen and (min-width: 992px) {
    #vantagens{
        background: url(../img/layout/fundo_vantagens.jpg);
        background-size:     cover;                   
        background-repeat:   no-repeat;
        background-position: center center; 
    }
}
@media screen and (max-width: 1400px) {
    #vantagens-descricao{
        padding: 150px;
    }   
}
@media screen and (min-width: 1400px) {
    #vantagens-descricao{
        padding-right: 70px;
    }   
}
@media screen and (max-width: 992px) {
    .container{
        width: 100%
    }
    #vantagens{
        padding: 20px;
        background-size:     auto;                   
        background-repeat:   no-repeat;
        background-position: center center; 
    }
}
#vantagens .text-header{
    font-size: 35px;
}
#vantagens  h1:not(.text-orange), #vantagens h2, #vantagens h3 {
    margin-bottom: 0px;
    color:#790000;
}
#vantagens h2{
    font-family: "Aller";
    font-style: italic;
    font-size: 30px!important;
}
#vantagens ul{
    -webkit-padding-start: 15px;
}
#vantagens ul>li{
    padding: 0px;
    font-family: "Aller Light";
    font-size: 16px;
}
/******************** SEÇÃO CONTATO ********************************/
#contato{
    background: url(../img/layout/fundo_contato.jpg);
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;  
    min-height: 800px;
    font-size:18px;
}
@media screen and (min-width: 992px) {
    #contato{
        padding: 100px;
    }
    #info_contato{
        padding-left: 120px;
    }
    #contatoForm{
        padding-right: 30px;
    }
}
#contato .logo-contato{
    width: 175px;
}
#contatoForm input,#contatoForm textarea{
    font-family: "Aller Light";
    margin-bottom: 4px;
    font-weight: normal!important;
    font-size: 18px!important;
    font-style: normal!important;
    border: none;
    color:#4D4D4F;
}
#contatoForm a{
    font-style: italic;
}
#contatoForm a:hover{
    text-decoration: none;
    color:#790000;
}
#contatoForm i{
    padding: 5px;
}
#contatoForm i:hover
{
    background-color:#790000!important;  
}
/******************** CAROUSEL ********************************/
/* Makes images fully responsive */
.carousel-inner{
    margin-top: 30px;
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: 400px;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
}

@media screen and (min-width: 768px) {
    .section-white {
        padding: 1.5em 0;
    }
}

