.no-gutter > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

body{
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------------*/

/* Header */

header{
    background-color: #333333;
}

header h6{
    color: white;
    font: 6px;
    font-family: sans-serif;
}

header p{
    font-size: 10px;
    color: white;
}

/* Nav header*/
nav{
    font-size: 14px;
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.navbar{
    min-height: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: transparent;
    border: inherit;
}

.nav li a.but_nav{
    padding: 5px 5px 0px 5px;
    color: white;
}

#min_alt{
    height: 51px;
}

/* Red. mobile */
@media screen and (min-width: 1001px) and (max-width:1200px) {
    nav{
        font-size: 12px;
    }
}

@media screen and (max-width: 1000px) {
    nav{
        font-size: 11px;
    }
    .navbar{
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

#header_search{
    background-color: transparent;
    color: white;
    border:none;
    border-bottom: 1px solid white;
}

#header_search:focus{
    background-color: transparent;
    color: white;
    box-shadow: none;
    outline: none;
}

i{
    color: white;
}

.fa-shopping-cart{
    color: #f8595f;
}

/*------------------------------------------*/

/* car 2 */
.jumbotron{
    background-color: transparent;
}

/* car 3 */
#car3{
    padding-top:  20px;
}

/* -------------------------------------- */

/* MAIS DESEJADOS */
.jumbotron.mais{
    padding-top: 0;
}

.jumbotron p{
    font-family: 'Lato', sans-serif;
}

.jumbotron p.p10{
    font-size: 10px;
    
}

.jumbotron p.p12{
    font-size: 12px;   
}


.fa-shopping-bag{
    color:#009100;
}

.fa-shopping-bag span a{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color:#009100;
}

span a:hover{
    text-decoration: none;
}

#box{
    border: 1px solid #009100;
    padding: 5px;
}



/*----------------------------------------------------*/

/*RECEBA AS NOVIDADES */

.jumbotron.news{
    background-color: #e4e4e4;
    margin-bottom: 0;
}

div .banner{
    background-color: #333333;
    height: 220px;
    color: white;
    font-family: 'Lato', sans-serif;
    padding: 100px 0;
}

#newsh5{
    font-family: 'Lato', sans-serif;
}

.ins_email{
    padding: 40px 0 40px 0;
}

#basic-addon1{
    background-color: transparent;
    border: none;
}

#email{
    background-color: transparent;
    color: #333333;
    border:none;
    border-radius: initial;
    border-bottom: 1px solid #333333;
    box-shadow: none;
    outline: none;
}

#email:focus{
    box-shadow: none;
    outline: none;
}

#ok{
    width: 100%;
    background-color: #333333;
    color: white;
    border-radius: initial;
}

.circle{
    border-radius: 50%;
}

a i{
    color: #333333;
}

/* ----------------------------------------------- */

/* Rodapé */

.jumbotron.rodape{
    background-color: #333333;
    color: white;
    margin-bottom: 0;
}

.rplist{
    font-size: 12px;
}

.rpimg{
    padding-top: 10px;
    padding-bottom: 30px;
}
.phone{
    font-size: 18px;
}

/* ----------------------------------------------- */

/* PAGAMENTO */

.pagamento{
    background-color: #e4e4e4;
    margin-bottom: 0;
}

/* ----------------------------------------------- */

/* CRÉDITOS */

.creditos{
    padding: 10px 0 10px 0;
    margin-bottom: 0;
}

#copy{
    font-size: 12px;
    color: #999999;
}