h1{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    color: #767676;
    margin: 15px 0 5px 0;
}

.hr1{
    float: left;
    clear: both;
    width: 94%;
    height: 1px;
    background-color: #EDEDED;
    border-width:0;
    margin: 0px 3% 10px;
}

.inline{
    display: inline-block;
}

.hr2{
    float: left;
    clear: both;
    width: 94%;
    height: 1px;
    background-color: #EDEDED;
    border-width:0;
    margin: 20px 3% 0;
}

.botaoMenu{
    float: left;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    background-color: #8D1923;
    margin: 10px 0 0 1%;
    color: #fff;
    cursor: pointer;
}

.semDecoracao{
    color: #fff;
}

.parentCategoria{
    float: left;
}

.menuLateral{
    float: left;
    width: 98%;
    clear: both;
    overflow: hidden;
    background-color: #8D1923;
    border: solid 1px #999999;
    border-radius: 0 5px 5px 5px;
    padding-bottom: 10px;
    margin: 0 0 0 1%;
}

.txtCategorias{
    margin: 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;

}

.categorias ul{
    list-style: none;
    width: 100%;
    text-align: center;
}

.categorias ul li{
    padding: 10px 15px;
    color: #fff;
    background-color:#8d1923;
    font-size: 18px;
    display:inline;}

.categorias ul li a{
    padding: 10px 15px;
    color: #fff;
    background-color:#8d1923;
    font-size: 18px;
    display:inline-block;
}

.categorias ul li a:hover{
    text-decoration: underline;
}

.destaques{
    width: 1200Px;
    margin: 0 auto;
}

.containerDestaque{
    float: right;
    width: 180px;
    height: 240px;
    margin: 20px 10px;
}

.containerDestaque:hover .moldura{
    border-color: #999;
}

.containerDestaque:hover .tituloDestaque{
    color: #105498;
    text-decoration: underline;
}

.moldura{
    width: 180px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
}


.imgDestaque{
    width: auto; 
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

.tituloDestaque{
    clear:both;
    width: 180px;
    color: #1A75CE;
    text-align: center;
    font-size: 12px;
}

.colorTitulo{
    color: #8D1923;
    padding: 10px;
}

.detalhesDestaque{
    clear: both;
    width: 180px;
    color: #767676;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.typeDestaque{
    font-size: 14px;
    color: #767676;
}

.timeDestaque{
    clear: both;
    font-size: 10px;
    color: #999;
    text-align: center;
}

.statusRed{
    clear: both;
    font-size: 10px;
    color: crimson;
    text-align: center;
}

.containerPaginacao{
    float: left;
    clear: both;
    width: 100%;
    height: 70px;
    margin: 20px 0;
}

#paginator ul{
    width: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 30px 0 0 0;
    text-align: center;
}

#paginator ul li { 
    display: inline;
    height: 30px;
    padding: 2px 2px;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
    color: #000;
}

#paginator ul li a{
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #1A75CE;
    background-color:#1A75CE;
    margin:10px;
}

a.paginator{
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #1A75CE;
    background-color:#1A75CE;
    margin:10px;
}

#paginator ul li a:hover{
    border: solid 1px #105498;
    background-color:#105498;
}

.tracoPreco{
    line-height: 28px;
    font-size: 28px;
    color: #fff;
}

input[type="text"]{
    background: #fff;
    width: 40px;
    height: 28px;
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #0f5eaa;
    font-size: 17px;
    text-align: center;
}

input[type="button"]{
    width: 60px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    text-align: center;
    margin-left: 5px;
    font-size: 17px;
    color: #0f5eaa;
    background-color: #fff;
}

.marginUnica{
    margin-left: 10px;
}

.hrMenuLateral{
    width: 90%;
    height: 1px;
    background-color: #EDEDED;
    border-width:0;
    margin: 5px 5% 5px;
}

.txtOrder{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    height: 29px;
    width: auto;
    font-size: 14px;
    color:  #EDEDED;
    line-height: 31px;
    background-color: #125EA8;
    border-radius: 5px 0 0 0;
    padding-left: 5px;
    font-weight: bold;
}

.txtTotalItems{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    height: 29px;
    width: auto;
    font-size: 14px;
    color:  #999;
    line-height: 29px;
}

.selectType {
    float:left;
    background: url(../images/images/setaselect.webp) no-repeat 92% 0;
    height: 29px;
    overflow: hidden;
    width: 160px;
    margin-top: 10px;
    background-color: #125EA8;
    border-radius: 0 0 5px 0;
}

.selectType select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; 
    padding-left: 0;
    width: 180px;
    color: #EDEDED;
    cursor: pointer;
    outline: none;
}

.divParent{
    float:left;
    clear:both;
    margin-left: 10px;
    color:#999;
    size: 14px;
}

.parent{
    text-decoration: none;
    color:#125EA8;
    size: 16px;
}

.parent:hover{
    text-decoration: underline;
}

.sizeOops{
    float: left;
    clear: both;
    width: 90%;
    margin-top: 100px;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #999;
}

.containerListaVazia{
    float: left;
    clear: both;
    width: 90%;
    text-align: center;
    border: solid 1px #999;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 0 15px 0;
}

.textoListaVazia{
    float: left;
    clear: both;
    color: #999;
    font-size: 16px;
    width: 100%
}

.sizeOops{
    font-size: 48px;
    font-weight: bold;
    color: #999;
}

.containerLinksUteis{
    float:left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.linksUteis{
    float: left;
    clear: both;
    width: 100%;
    text-decoration: none;
    color: #1A75CE;
    font-size: 16px;
}

.linksUteis:hover{
    text-decoration: underline;
}

#paginacao ul{width:auto;padding:0;margin:0;list-style:none;margin-top:30px;text-align:center}
#paginacao ul li{display:inline;height:30px;padding:2px;font-size:1.8em;border-radius:5px 5px 5px 5px;color:#000}
#paginacao ul li a{padding:2px 10px;display:inline-block;color:#fff;text-decoration:none;background-color:#8D1923;border-radius:5px}
#paginacao ul li a:hover{color:#F7B428}

@media screen and (max-width: 1200px){
    .destaques{
        width: 1000Px;
    }
}

@media screen and (max-width: 1000px){
    .destaques{
        width: 800Px;
    }
}

@media screen and (max-width: 800px){
    .destaques{
        width: 600Px;

    }
}

@media screen and (max-width: 600px){
    .destaques{
        width: 400Px;

    }
}

@media screen and (max-width: 400px){
    .destaques{
        width: 200Px;

    }
}
