@charset "utf-8";
/* CSS Document */

/* ==========================================================================
    Geral
========================================================================== */

h5 {
    color:rgb(75, 75, 75);
}

/* ==========================================================================
    Topo
========================================================================== */

#topo {
   height: 72px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border: 0px;
   vertical-align: middle;
}

@media (min-width: 700px) {
    #logo {
        font-size: 30px;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        background-image: url("../img/fundo_topo.jpg"); 
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media (max-width: 699px) {
    #logo {
        font-size: 30px;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        background-image: url("../img/fundo_topo_medio.jpg"); 
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media (max-width: 400px) {
    #logo {
        font-size: 26px;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        background-image: url("../img/fundo_topo_pequeno.jpg"); 
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media (max-width: 399px) {
    #logo {
        font-size: 20px;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        background-image: url("../img/fundo_topo_pequeno.jpg"); 
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media (min-width: 400px) {
    #fale {
        font-size: 14px;
        color: #E35900;
        text-align: right;
        float:right;
    }

    #fale a {
        font-size: 14px;
        color: #E35900;
        text-align: right;
        float:right;
        text-decoration: none;
    }

    #fale a:hover{
        text-decoration: underline;
    }
}

@media (max-width: 399px) {
    #fale {
        font-size: 12px;
        color: #E35900;
        text-align: right;
        float:right;
    }

    #fale a {
        font-size: 12px;
        color: #E35900;
        text-align: right;
        float:right;
        text-decoration: none;
    }

    #fale a:hover {
        font-size: 12px;
        color: #E35900;
        text-align: right;
        float:right;
        text-decoration: underline;
    }

}




/* ==========================================================================
    MENU
========================================================================== */

#barra-menu {
    height: 36px;
    background-color: rgb(248, 248, 248);
    margin: 0px;
}

#button-menu {
    height: 30px;
    width: 40px;
    margin-top: 2px;
    padding: 0px;
}

#button-div-drop {
    float:left;
}

#campo-busca {
    height: 30px;
    margin-top: 2px;
}

.button-busca {
    height: 30px;
    width: 40px;
    margin-top: 2px;
    padding: 0px;
}

#menu-produto {
    font-weight: bold;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 18px;
    color: #333333;
}


@media (min-width: 1000px) {
    #menu-destaque a:link, a:visited {
        vertical-align: middle;
        font-size: 18px;
        color: #444444;
        text-decoration: none;
    }

    #menu-destaque a:hover, a:active {
        color: #E35900;
        text-decoration: none;
        font-weight: 500;
    }
}

@media (max-width: 999px) {
    #menu-destaque {
        display:none;
    }
}

@media (min-width: 500px) {
    #busca {
        float:right;
        width: 300px;
    }
}

@media (max-width: 499px) {
    #busca {
        float:right;
        width: 250px;
    }
}

@media (max-width: 450px) {
    #busca {
        float:right;
        width: 200px;
    }
}

@media (max-width: 385px) {
    #menu-produto {
        display:none; 
    }
}

.menu-categoria {
    font-weight: bold;
    font-size: 16px;
}

.menu-tipo {
    font-size: 14px;
}


/* ==========================================================================
    BUTTON DESTAQUE
========================================================================== */

.btn-destaque {
    border-radius: 7px;
    margin-top: 10px;    
}

/* ==========================================================================
    BANNER
========================================================================== */

#banner {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ==========================================================================
    CONTROLE
========================================================================== */

@media (min-width: 450px) {

    #titulo {
        float: left;
        font-size: 28px;
        font-weight: bold;
        color: #DF5901;
    }

}

@media (max-width: 449px) {

    #titulo {
        float: left;
        font-size: 24px;
        font-weight: bold;
        color: #DF5901;
    }

}

#ordem {
    float: right;
    padding-left: 5px;
}

#filtro {
    float: right;
    padding-left: 5px;
}

.overflow-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height:85px;
    border:solid 1px;
    border-color: #e5e6e7;
    border-radius:2px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
  }


/* ==========================================================================
    LISTA DE PRODUTOS
========================================================================== */

#produtos {
    padding-top: 10px;
}

.produto {
    border: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}

.foto-produto {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titulo-produto {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    height: 30px;
}

.descricao-produto {
    font-size: 12px;
    color: #666666;
    height: 50px;
}

.preco-antes-produto {
    font-size: 12px;
    font-weight: 500;
    color: #A51F1F;
    text-decoration: line-through;
}

.preco-antes-produto-detalhe {
    font-size: 18px;
    font-weight: 500;
    color: #A51F1F;
    text-decoration: line-through;
}

.preco-produto {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.preco-produto-detalhe {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
}

.btn-detalhe {
    bottom: 10px;
}

.div-desconto {
    position: absolute;
    right: 40px;
    border: 1px;
    border-style: solid;
    border-color: #79bb77;
    border-radius: 8px;
    background-color:#79bb77;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
}

#linha-horizontal {
    width: 100%;
    border: 1px solid rgb(161, 161, 161); 
    margin-bottom: 8px;
}

.h5_titulo_foto {
    -webkit-text-stroke-width: 1px; /* largura da borda */
    -webkit-text-stroke-color: rgb(0, 0, 0); /* cor da borda */
    color: #ffffff;
    font-weight: 900;
    text-shadow: 3px 3px 8px rgb(255, 255, 255);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 25px;
    width: 25px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.253);
    background-size: 100%, 100%;
    border-radius: 10%;
    padding: 10px;
}

/* ==========================================================================
    NAVEGADOR PRODUTOS
========================================================================== */


#select-mostrar {
    float:left; 
    width:150px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#paginacao {
    float:right; 
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ==========================================================================
    MARCAS
========================================================================== */

#marcas {
    padding-top: 0px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.marca {
    border: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
}

.img-marca {
    width: 165px;    
    height: 75px;
}

.img-marca img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ==========================================================================
    RODAPÉ
========================================================================== */

#rodape {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #DF5901;
    color: white;
}

@media (min-width: 758px) {
    
    #rodape-link a {
        padding-top: 0px;
        font-weight: bold;
        font-size: 18px;
        color: white;
        text-decoration: none;
    }
    
    #rodape-link a:hover {
        padding-top: 0px;
        font-weight: bold;
        font-size: 18px;
        color: white;
        opacity:0.5;
        filter: alpha(opacity=50);
        text-decoration: none;
    }
    
    #rodape-telefone {
        padding-top: 20px;
        font-size: 16px;
        color: white;
    }
    
    #rodape-telefone a {
        padding-top: 20px;
        font-size: 16px;
        color: white;
        text-decoration: none;
    }

    #rodape-telefone a:hover {
        padding-top: 20px;
        font-size: 16px;
        color: white;
        text-decoration: underline;
    }

    #rodape-endereco {
        padding-top: 10px;
        font-size: 13px;
    }

    #rodape-social {
        width:100%;
        text-align:right;
    }

    #rodape-social a {
        display:inline-block;
        font-size:2.15em;
        text-decoration:none;
        color:#fff;
        opacity:1;
        filter:alpha(opacity=100);
        -webkit-transition:opacity 350ms ease;
        -moz-transition:opacity 350ms ease;
        -o-transition:opacity 350ms ease;
        transition:opacity 350ms ease;
    }

    #rodape-social a:hover {
        opacity:0.5;
        filter: alpha(opacity=50);
    }

    #rodape-empresa {
        padding-top: 50px;
        text-align: right;
    }

    #rodape-empresa .themeBy{
        color: #DF5901;
        background: white;
        font-weight: bold;
        text-decoration: none;
    }

}

@media (max-width: 758px) {

    #rodape-link {
        text-align: center;
    }
    
    #rodape-link a {
        padding-top: 0px;
        font-weight: bold;
        font-size: 18px;
        color: white;
        text-decoration: none;
        text-align: center;
    }
    
    #rodape-link a:hover {
        padding-top: 0px;
        font-weight: bold;
        font-size: 18px;
        color: white;
        opacity:0.5;
        filter: alpha(opacity=50);
        text-decoration: none;
        text-align: center;
    }
    
    #rodape-telefone {
        padding-top: 10px;
        font-size: 13px;
        text-align: center;
    }

    #rodape-telefone a {
        padding-top: 10px;
        font-size: 13px;
        color: white;
        text-decoration: none;
        text-align: center;
    }

    #rodape-telefone a:hover {
        padding-top: 10px;
        font-size: 13px;
        color: white;
        text-decoration: underline;
        text-align: center;
    }

    #rodape-endereco {
        padding-top: 10px;
        font-size: 13px;
        text-align: center;
    }

    #rodape-social {
        padding-top: 30px;
        width:100%;
        text-align:center;
    }

    #rodape-social a {
        display:inline-block;
        font-size:2.15em;
        text-decoration:none;
        color:#fff;
        opacity:1;
        filter:alpha(opacity=100);
        -webkit-transition:opacity 350ms ease;
        -moz-transition:opacity 350ms ease;
        -o-transition:opacity 350ms ease;
        transition:opacity 350ms ease;
    }

    #rodape-social a:hover {
        opacity:0.5;
        filter: alpha(opacity=50);
    }

    #rodape-empresa {
        padding-top: 10px;
        text-align: center;
    }

    #rodape-empresa .themeBy{
        color: #DF5901;
        background: white;
        font-weight: bold;
        text-decoration: none;
    }
    
}