header nav {
text-align: center;
display: none;
}
#m-marca {
text-align: center;
}
#m-menumobile {
display: inherit;
}
#m-menumobile a {
font-size: 14px;
display: block;
color: #333;
font-weight: bold;
text-decoration: none;
padding-bottom: 20px;
}
#m-menumobile a span.glyphicon {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#m-menumobile.m-ativo a span.glyphicon {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
header nav > ul > li {
display: block;
margin: 0;
padding: 5px 0;
}
header nav ul > li > a {
color: #333;
border-bottom: 0;
padding: 5px 0;
}
header nav ul > li > a:hover {
border-bottom: 0;
}
#m-destaque {
height: 500px;
}
#m-destaque .m-dest-interno {
height: 495px;
}
#m-destaque .m-contador {
zoom: 0.5;
-moz-transform: scale(0.5);
}
#m-destaque .m-dest-interno {
padding: 0 30px;
}
.m-destaques .m-dest-texto {
position: absolute;
bottom: 0;
width: 100%;
padding: 3px 10px;
z-index: 5;
opacity: 1;
}
.img-resp article img {
width: 100%;
height: auto;
}
footer div div div:first-child {
text-align: center;
}
.m-mobile {
display: inherit;
}
.m-desktop {
display: none;
}
footer address {
margin-top: 20px;
}
#m-single .glyphicon {
display: none;
}
#m-single-chamada .m-dest-desconto-preco {
font-size: 50px;
}
#m-single-contador .m-contador {
zoom: 0.5;
-moz-transform: scale(0.5);
}