@media (min-width: 1200px) {
.row-fluid .span4 {
    width: 30%;
}
.row-fluid li.span3 {
    width: 30% !important;
}
}


.g_ .logo a>img, .g_ .logo img, .g_ .logo svg {
    max-width: 300px;
    max-height: 100%;
}

.g_ #brands .brand-item>div {
    background:transparent;
}

.g_ #brands .brand-item>div a img {
    max-height: 60px;
}

.gateways-rodape {
    display: none;
}

.g_ .listagem-item .acoes-produto a, .g_ .listagem-item .acoes-produto a:hover {
background:transparent;
}


/* AJUSTE MENU ERRO SOBREPOSICAO */
.menu.superior .nivel-um>li {
    z-index: auto !important;
}

.menu.superior .nivel-dois {
    z-index: 2;
}

/* FECHAMENTO AJUSTE MENU ERRO SOBREPOSICAO */


/* CELULAR */
@media (max-width: 767px) {
    .g_ .listagem-item .acoes-produto {
    bottom: 20%;
    display: inline;
    }

    .g_ .listagem-item .acoes-produto a, .g_ .listagem-item .acoes-produto a:hover {
    background:transparent;
    }
    
    .g_ #brands .brand-item>div {
    background:transparent;
    }

    .g_ #brands .brand-item>div a img {
    max-height: 60px;
    }
    
    .gateways-rodape {
    display: none;
    }

    .g_ .logo a>img, .g_ .logo img, .g_ .logo svg {
    max-width: 150px;
    max-height: 100%;
    }  
}

/* iPhone XR */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .g_ .listagem-item .acoes-produto {
    top: 150px;
    display: inline-flex;
    }
    
    .g_ .listagem-item .acoes-produto a, .g_ .listagem-item .acoes-produto a:hover {
    background:transparent;
    }
    
    .g_ #brands .brand-item>div {
    background:transparent;
    }

    .g_ #brands .brand-item>div a img {
    max-height: 60px;
    }
    
    .gateways-rodape {
    display: none;
    }
    
    .g_ .logo a>img, .g_ .logo img, .g_ .logo svg {
    max-width: 180px;
    max-height: 100%;
}  
}


/* iPhone XS */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) { 
    .g_ .listagem-item .acoes-produto {
    top: 150px;
    display: inline-flex;
    }
    .g_ .listagem-item .acoes-produto a, .g_ .listagem-item .acoes-produto a:hover {
    background:transparent;
    }
    .g_ #brands .brand-item>div {
    background:transparent;
    }

    .g_ #brands .brand-item>div a img {
    max-height: 60px;
    }
    
    .gateways-rodape {
    display: none;
    }
    
    .g_ .logo a>img, .g_ .logo img, .g_ .logo svg {
    max-width: 180px;
    max-height: 100%;
}  
        
}
    
    
/* iPhone XS MAX */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    
   .g_ .listagem-item .acoes-produto {
    top: 150px;
    display: inline-flex;
    }
    .g_ .listagem-item .acoes-produto a, .g_ .listagem-item .acoes-produto a:hover {
    background:transparent;
    }
    .g_ #brands .brand-item>div {
    background:transparent;
    }

    .g_ #brands .brand-item>div a img {
    max-height: 60px;
    }
    
    .gateways-rodape {
    display: none;
    }
    
    .g_ .logo a>img, .g_ .logo img, .g_ .logo svg {
    max-width: 180px;
    max-height: 100%;
}  
    
}