﻿/*tablet*/
@media (min-width: 768px) {
    .tituloNoticia {
        font-size: 35px;
        line-height: 40px;
    }

    #dvContMenuNoticias {
        width: 25%;
    }

    #dvContNoticias {
        width: 75%;
        padding-right: 5%;
    }
}
/*smartphone*/
@media (max-width: 767px) {
    .tituloNoticia {
        font-size: 19px;
        line-height: 20px;
    }

    #dvContMenuNoticias {
        width: 100%;
    }

    #dvContNoticias {
        width: 100%;
    }
    .pSubT {
        line-height: 16px;
        font-size: 14px;
    }
}
/*computador*/
@media (min-width: 1200px) {
    .tituloNoticia {
        font-size: 35px;
        line-height: 40px;
    }

    #dvContMenuNoticias {
        width: 25%;
    }

    #dvContNoticias {
        width: 75%;
        padding-right: 5%;
    }
}

#dvContNoticias {
    margin: 0 auto;
    text-align: justify;
    float: left;
}

#dvContMenuNoticias {
    float: left;
}

.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;
}

.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;
}

.btsPassaImgP {
    width: 60px;
    text-align: center;
    height: 75px;
    background: #ED3237;
    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 {
    color: #63625E;
    vertical-align: middle;
    text-transform: none;
    font-family: 'zl', sans-serif;
    padding: 0 2px;
    text-transform: uppercase;
    text-align: left;
}

.dataNoticia {
    padding: 7px 0;
    color: #ED3237;
    vertical-align: middle;
    font-size: 15px;
    text-align: right;
}

.maisLidasTitulo img {
    margin: 0 8px;
    margin-top: -2px;
}

.maisLidasTitulo {
    float: left;
    width: 100%;
    text-align: center;
    color: #281c2a;
    font-weight: 700;
    margin: 70px 0 25px;
    font-size: 18px;
}
.imgMaisNot {
    height: 50px;
    width: 22%;
    float: left;
    background-size: cover;
    background-position: center;
}
.tituloMaisNot {
    width: 78%;
    float: left;
    padding-left: 3%;
    line-height: 16px;
    color:#63625E;
}
.maisLidasItem {
    width: 100%;
    margin: 10px auto;
    float: left;
}

    .maisLidasItem a {
        color: #63625E;
        line-height: 16px;
    }

.l {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 20px;
    color: #ED3237;
    line-height: 16px;
}

.r {
    float: right;
    width: 90%;
    border-left: 1px dotted #271c29;
    padding-left: 10px;
    line-height: 16px;
}

.maisLidas {
    margin: 0 auto;
}

.first {
    font-size: 17px;
    line-height: 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: #ED3237;
    -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.9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #000;
}

.spOpcoes {
    float: right;
    padding: 5px 0;
    background: #fff;
    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: #515151;
    background: #fff;
    width: 30px;
}

    .spNextPrev:hover {
        color: #ED3237;
        background: #fbede9;
    }

.prev {
    right: 60px;
}

.next {
    right: 30px;
}
