﻿.mini {
    height: 122.6px;
    float: left;
    margin: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

    .mini:hover {
        cursor: pointer;
    }

.esq {
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.dir {
    float: right;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#idB {
    border-bottom: 2px solid #333333;
}

.btsPassaImgP {
    width: 60px;
    text-align: center;
    height: 75px;
    background: #333;
    opacity: 0.5;
    margin-top: 28%;
    padding-top: 18px;
    display: none;
}

    .btsPassaImgP:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.dvDescItem {
    float: left;
    margin: 10px 0;
}

    .dvDescItem table {
        margin: 0 auto;
    }

    .dvDescItem table, tr, td {
        border: 1px solid #8e8e8e;
        text-align: center;
    }

        .dvDescItem table tr td {
            padding: 2px;
        }

        .dvDescItem table td p {
            text-align: left;
        }

.dvProdDesc {
    margin: 0 auto;
}

.pInfoNutricioanis {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.tituloNoticia {
    vertical-align: middle;
    text-transform: none;
    font-weight: bold;
}

.dataNoticia {
    padding: 7px 0;
    color: #333;
    vertical-align: middle;
    font-size: 15px;
    text-align: right;
    border-bottom: 1px solid #333;
}

.maisLidasTitulo img {
    margin: 0 8px;
    margin-top: -2px;
}

.maisLidasTitulo {
    float: left;
    width: 100%;
    text-align: center;
    color: #281c2a;
    font-weight: 700;
    margin: 45px 0 25px;
    font-size: 18px;
    background: #f5ebe1;
    padding: 10px 0;
}

.maisLidasItem {
    width: 100%;
    margin: 10px auto;
    float: left;
    line-height: 17px;
}

    .maisLidasItem a {
        color: #333;
    }

.l {
    float: left;
    width: 11%;
    text-align: center;
    font-size: 20px;
    color: #e57942;
    padding-right: 2%;
}

.r {
    float: right;
    width: 89%;
    border-left: 1px dotted #e57942;
    padding-left: 10px;
}

.maisLidas {
    margin: 0 auto;
    font-size:16px;
}


.imgNoticia {
    left: 50%;
    position: relative;
    margin-bottom: 20px;
    transform: translate(-50%, 0);
}

.sobreImgs {
    width: 100%;
    float: left;
}

.imgsLoja {
    width: 25%;
    float: left;
    height: 180px;
    background-size: cover;
    background-position: center;
}

    .imgsLoja:hover {
        cursor: pointer;
    }

.dialog {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    border-radius: 3px;
    background: #333;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: max-content;
}

#bloq {
    display: none;
    height: 100%;
    width: 100%;
    opacity: 0.93;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}

.spOpcoes {
    float: right;
    padding: 5px 0;
    background: #333;
    position: absolute;
    top: 0;
    width: 30px;
    text-align: center;
}

    .spOpcoes:hover {
        cursor: pointer;
    }

.spClose {
    color: #f10c0c;
    right: 0;
}

    .spClose:hover {
        background: #ffbfbf;
        color: #940c0c;
    }

.spNextPrev {
    color: #e57942;
    background: #d9d9d9;
    width: 30px;
}

    .spNextPrev:hover {
        color: #0c385a;
        background: #d9ecff;
    }

.prev {
    right: 60px;
}

.next {
    right: 30px;
}

.subT {
    color: #8e8e8e;
}
.dvItemNoticiaRel {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 6px solid #fff;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 1%;
}
    .dvItemNoticiaRel:hover {
        border: 6px solid #f5ebe1;
        background: #fff;
    }
#dvContNoticias {
    margin: 0 auto;
    text-align: justify;
    float: left;
}
#dvContMenuNoticias {
    float: left;
}
/*tablet*/
@media (min-width: 768px) {
    #dvContMenuNoticias {
        width: 25%;
    }
        #dvContNoticias {
        width: 75%;
        padding-right: 5%;
    }
    .subT {
        font-size: 20px;
    margin: 20px 0;
    }

    .tituloNoticia {
        font-size: 50px;
        line-height: 50px;
        margin: 40px 0 0;
    }
}
/*smartphone*/
@media (max-width: 767px) {
    #dvContMenuNoticias {
        width: 100%;
    }
    #dvContNoticias {
        width: 100%;
    }
    .subT {
        font-size: 16px;
        margin: 8px 0;
    }

    .tituloNoticia {
        font-size: 25px;
        line-height: 25px;
        margin: 10px 2px;
        text-align: left;
    }
    .dvItemNoticiaRel {
        width: 48%;
    }
    .inImg {
        height: 125px!important;
    }
}
/*computador*/
@media (min-width: 1200px) {
    #dvContMenuNoticias {
        width: 25%;
    }
    #dvContNoticias {
        width: 75%;
        padding-right: 5%;
    }
    .dvItemNoticiaRel {
        width: 23%;
    }
    .subT {
        font-size: 20px;
        margin: 20px 0;
    }

    .tituloNoticia {
        font-size: 50px;
        line-height: 50px;
        margin: 40px 0 0;
    }
}
.imgMaisNot {
height:50px;
width:22%;
float:left;
background-size:cover;
background-position:center;
}
.tituloMaisNot {
width:78%;
float:left;
padding-left:3%;
}