/* .primario{
    display: flex;
    margin-top: 15px;
} */
.centralizar{
    justify-content: center;
    display: flex;
}

.containerOfertas{
    width: 90%
}

.headerOfertas{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.logoMakroVantagens img{
    max-width: 60px !important;
    min-width: 40px !important;
    max-height: 60px !important;
    min-height: 40px !important;
}

.imagemProdOferta {
    margin-right: 10px;
}

.imagemProdOferta img{
    max-width: 100px !important;
    min-width: 80px !important;
    max-height: 100px !important;
    min-height: 80px !important;
}

.nomeProdOferta {
    font-family: Avenir-Black;
    font-size: 0.9em;
    color: #878787;
}

.descricaoProdOferta {
    font-family: Avenir-Light;
    font-size: 0.8em;
    color: #878787;
    margin-bottom: 10px;
}

.validadeProdOferta {
    font-family: Avenir-Light;
    font-size: 0.8em;
    color: #878787;  
    margin-top: 10px;
    font-weight: 100;

}

.valorProdOferta{
    font-family: Avenir-Black;
    color: #ff0000;
    font-size: 0.7em;
    display: inline-block;
}
.codigoMakro {
    color: #878787;
    font-size: 9px;
}

.preçoProdOferta{
    font-size: 230%;
    font-weight: 900;
}

.valorOriginalProdOferta {
    color: #878787;
    font-size: 0.8em;
    margin-top: 10px;
    text-decoration: line-through;
    font-family: Avenir-Black;
}

.tituloOferta {
    font-family: Avenir-Black;
    font-size: 0.9em;
    color: #fff;
    background: #e90000;
    height: 1.4em;
    font-weight: 600;
    padding: 0 10px;
    margin-left: 10px;
}

.precoUnidade{
    margin-top: 10px;
}

.containerBox1{
    margin-right: 15px
}
.cifraoferta {
    vertical-align: 50%;
    font-size: 100%;
}
.espaçamento{
    margin-top: 90px;
}

.shareOfertas{
    align-self: start;
    margin-top: 10px;
    position: absolute;
    right: 5%;
    top: 5%;
}
.makrovan h1, h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}
.fav-div{
    text-align: end;
    z-index: 99;
    margin-top: 10px;
    margin-left: 10px;
}

.fav-div2{
    text-align: end;
    z-index: 99;
    display: inline-block;
    padding: 20% 0 0 90%;
}

.fav-div-hidden{
    display: none;
}

.fav-button{
    border: 0px;
    color: #ba0000;
    background-color: transparent;
}

.not-fav-button{
    border: 0px;
    color: #878787;
    background-color: transparent;
}
.topo-ofertas {
    display: inline-flex;
    /* font-size: 10px; */
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.fav-div {
    margin-top: 0;
    margin-left: 0;
    width: 90%;
}

.compartilhar {
    border: 0;
    position: relative;
}

button.comp-button {
    border: 0px;
    background-color: transparent;
}

i.fa.fa-share-alt.fa-lg {
    color: #D22630;
    background-color: #f6f4f400;
}
.opcoes-comp{
    display: none;
}
.opcoes-comp {
    position: absolute;
    top: -6vh;
    right: 0%;
    z-index: 999999;
    /* background-color: red; */
    grid-template-areas:
        'a1 a2'
        'b1 b2'
        'c1 c2';
}
.opcoes-comp .comp-button {
    background-color: white;
    border-radius: 25px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    color: #808080bd;
}
.comp-face{
    grid-area: a2;
}
.comp-twitter{
    grid-area: b1;
}
.comp-pinterest{
    grid-area: c2;
}
.escurecer {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #00000036;
    opacity: 0.5;
    overflow-x: hidden;
    z-index: 4;
    display: none;
}
.valorProdOferta.preçoProdOfertaCents {
    font-size: 120%;
    vertical-align: 40%;
    margin-bottom: 0px;
}

.unidofer {
    margin-left: -11%;
}
@media only screen and (min-width: 1491px){
    .opcoes-comp{
        right: 1vw;
    }

}
@media only screen and (min-width: 768px) and (max-width: 912px){
    .opcoes-comp{
        top: -4vh;
    }

}

@media only screen and (max-width: 541px){
    .opcoes-comp{
        top: -7vh;
        height: 150px;
        right: -1vh;
        z-index: 100;
    }
    .codigoMakro {
        color: #878787;
        font-size: 9px;
        text-align: center;
        margin-top: 25px;
    }
    .opcoes-comp.mobile {
        top: -1vh;
        height: 150px;
        right: 0vh;
        z-index: 100;
    }
    .opcoes-comp.mobile .comp-button{
        margin-bottom: 10px;
    }
    .topo-offer {
        display: grid;
    width: 35px;
    margin-right: 0;
    /* height: auto; */
    position: absolute;
    right: 0;
    }
    button.comp-button {
        border: 0px;
        background-color: transparent;
        margin-top: 0px;
        position: relative;
        right: 0px;
        width: 35px;
        font-size: 120%;
        color: #ab0000;
        z-index: 99;
    }
    .compartilhar{
        position: relative;
    }
    body::before{
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-color: #000;
        content: "«";
        display: none;
    }
    .compartilhar-icon{
        z-index: 101;
        position: absolute;
        top:27px;
        right: 5px;
    }
    .fav-div{
        width: 98%;
        margin-top: 0;
    }
    .escurecer-mobile {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #00000036;
        opacity: 0.5;
        overflow-x: hidden;
        z-index: 1;
        display: none;
    }

}