.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }.clear {
clear: both;
}
.m-mobile {
display: none;
}
.m-desktop {
display: inherit;
}
.alignleft {
float: left;
margin: 0 20px 10px 0;
}
.alignright {
float: right;
margin: 0 0 10px 20px;
}
.aligncenter {
text-align: center;
}
.img-resp img {
max-width: 100%;
height: auto;
}
.flex-center {
display: flex;
justify-content: center;
flex-direction: column;
}
body {
font-family: 'Open Sans', sans-serif;
background: url(//monpane.com.br/wp-content/themes/monpane/img/bg01.gif) #f2f3f3;
}
#m-marca {
padding-top: 25px;
padding-bottom: 25px;
}
header nav {
text-align: right;
font-weight: bold;
color: #333;
padding: 45px 0 35px 0;
display: inherit;
}
header nav ul > li > a {
color: #333;
border-bottom: 3px solid transparent;
padding-bottom: 15px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
header nav ul > li > a:hover {
border-bottom: 3px solid #eaab24;
text-decoration: none;
color: #000;
}
header nav ul {
list-style: none;
margin: 0;
padding: 0;
}
header nav div > ul > li {
display: inline;
position: relative;
margin-left: 30px;
}
header nav div > ul > li > ul {
position: absolute;
left: 0;
margin-top: -1px;
display: none;
background: #dcdcdc;
padding: 5px 10px;
width: 100%;
}
header nav div > ul > li:hover > ul {
display: block;
} #m-menumobile {
display: none;
}
#m-destaque {
height: 501px;
width: 100%;
border-bottom: 5px solid #eaab24;
background-color: #000; 
-moz-box-shadow:    inset 0 0 100px rgba(0,0,0,1);
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,1);
box-shadow:         inset 0 0 100px rgba(0,0,0,1);
margin-bottom: 30px;
}
.m-dest-interno {
background-color: rgba(0,0,0,0.3);
display: block;
text-decoration: none;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
width: 100%;
}
.m-dest-interno:hover, .m-dest-interno:focus {
background-color: rgba(0,0,0,0.6);
display: block;
text-decoration: none;
color: #fff;
}
#m-destaque .m-dest-interno, #m-destaque .flex-center {
height: 496px;
}
#m-destaque .m-dest-interno {
padding: 0 120px;
}
#m-destaque .m-dest-desconto {
font-size: 120px;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
line-height: 1;
}
#m-destaque .m-dest-desconto-preco {
font-size: 100px;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
line-height: 1;
}
#m-destaque .m-dest-desconto-preco .small {
font-size: 50%;
margin-right: -15px;
}
#m-destaque .m-dest-info .big, #m-single-comoparticipar .big {
font-size: 120%;
}
#m-destaque .m-dest-promo {
font-size: 52px;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
line-height: 1;
margin-bottom: 30px;
}
#m-destaque .m-dest-info {
text-transform: uppercase;
font-weight: bold;
background: #eaab24;
text-shadow: 0 2px 0 rgba(0,0,0,0.3);
padding: 1px 10px;
float: left;
}
#m-destaque .m-dest-texto {
font-size: 32px;
font-weight: bold;
text-shadow: 0 2px 0 rgba(0,0,0,0.3);
margin: 10px 0 10px 0;
}
#m-destaque .m-dest-contador {
margin-top: 30px;
}
#m-destaque .m-contador {
zoom: 0.8;
-moz-transform: scale(0.8);
} .m-destaques {
height: 238px;
width: 100%;
border-bottom: 5px solid #eaab24;
background-color: #000; 
-moz-box-shadow:    inset 0 0 100px rgba(0,0,0,1);
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,1);
box-shadow:         inset 0 0 100px rgba(0,0,0,1);
margin-bottom: 25px;
position: relative;
}
.m-destaques .m-dest-interno, .m-destaques .flex-center {
height: 233px;
}
.m-destaques .m-dest-desconto {
font-size: 90px;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
padding: 0 40px;
line-height: 1;
}
.m-destaques .m-dest-desconto-preco {
font-size: 70px;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
line-height: 1;
padding: 0 40px;
margin-bottom: 5px;
}
.m-destaques .m-dest-promo {
font-size: 30px;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
line-height: 1;
margin-bottom: 10px;
padding: 0 40px;
}
.m-destaques .m-dest-desconto-preco .small {
font-size: 50%;
margin-right: -10px;
}
.m-destaques .m-dest-info {
text-transform: uppercase;
font-weight: bold;
background: #eaab24;
text-shadow: 0 2px 0 rgba(0,0,0,0.3);
padding: 1px 10px;
float: left;
font-size: 13px;
margin: 0 40px;
}
.m-destaques .m-dest-texto {
font-size: 14px;
font-weight: bold;
text-shadow: 0 2px 0 rgba(0,0,0,0.3);
margin: 10px 0 0 0;
background: #222;
position: absolute;
width: 100%;
bottom: 0;
padding: 5px 10px;
z-index: 5;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }
.m-destaques:hover .m-dest-texto {
opacity: 1;
background: #eaab24;
}
.m-destaques .m-dest-contador {
margin: 0 40px;
}
.m-destaques .m-contador {
zoom: 0.4;
-moz-transform: scale(0.4);
} #m-botoes {
margin-bottom: 20px;
}
#m-botoes a {
display: block;
background: #555;
color: #fff;
text-align: center;
font-weight: bold;
padding: 15px 5px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin-bottom: 10px;
}
#m-botoes a:hover {
background: #333;
text-decoration: none;
}
#m-botoes a .glyphicon {
margin-right: 5px;
} #m-noticias article {
margin-bottom: 30px;
}
#m-noticias article a {
text-decoration: none;
}
#m-noticias article a:hover h4 {
text-decoration: none;
color: #333;
}
#m-noticias a > picture  {
display: block;
background: #333;
opacity: 1;
}
#m-noticias a picture img {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
border-bottom: 5px solid #eaab24;
}
#m-noticias a:hover picture img {
opacity: 0.7;
}
#m-noticias figcaption {
font-size: 18px;
text-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #eaab24;
z-index: 5;
color: #fff;
text-align: center;
width: 40px;
height: 40px;
padding: 10px 5px;
margin-top: -45px;
display: block;
margin-left: 15px;
-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-noticias h4 {
color: #555;
font-weight: bold;
margin-top: 15px;
} #m-institucional .m-linha {
background: #dcdcdc;
border-bottom: 1px solid #fff;
height: 2px;
width: 100%;
margin-top: 35px;
}
#m-inst-titulo {
margin-bottom: 30px;
}
#m-mapa { background: #eaab24;
display: block;
margin-bottom: 30px;
height: auto;
}
#m-mapa iframe {
width: 100%; }
#m-institucional p {
margin-bottom: 25px;
font-size: 16px;
} footer {
background: #555;
margin-top: 50px;
padding: 50px 0 30px 0;
color: #f0f1f1;
font-size: 16px;
}
footer a {
color: #fff;
text-decoration: none;
}
footer a:focus, footer a:hover {
color: #fff;
text-decoration: none;
}
footer .m-telefone {
font-weight: 900;
font-size: 24px;
}
footer p {
line-height: 0.9;
}
.m-btn {
display: block;
color: #fff;
background: #333;
border-bottom: 5px solid #eaab24;
text-align: center;
font-weight: bold;
padding: 15px 3px;
font-size: 24px;
-webkit-transition: background 300ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
}
.m-btn:hover {
background: #111;
}
footer .m-linha {
background: #3d3d3d;
border-bottom: 1px solid #696969;
height: 2px;
width: 100%;
}
#m-copyright {
font-size: 14px;
color: #8a8a8a;
margin-top: 30px;
} .flip-clock-label {
color: #fff !important;
font-size: 14px;
}
.m-destaques .flip-clock-label {
display: none;
}
.flip-clock-wrapper {
margin: 1em 0 !important;
} #m-single {
min-height: 200px;
margin-bottom: 30px;
}
#m-single h1 {
border-bottom: 3px solid #eaab24;
padding-bottom: 10px;
margin-bottom: 30px;
}
#m-single h1 .glyphicon {
font-size: 24px;
text-shadow: 0 2px 0 rgba(0,0,0,0.3);
background: #eaab24;
z-index: 5;
color: #fff;
text-align: center;
width: 50px;
height: 50px;
padding: 10px 5px;
margin-right: 10px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin-bottom: -10px;
}
#m-single-conteudo {
font-size: 1.142em;
line-height: 1.8;
}
.m-galeria {
margin-bottom: 50px;
}
.m-galeria ul {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.m-galeria ul li {
list-style: none;
padding: 0;
margin: 0;
}
.m-galeria ul img {
width: 250px;
height: 250px;
background: #fff;
margin: 10px;
padding: 5px;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-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-galeria ul img:hover {
opacity: 0.8;
} .m-single-descontos {
}
.m-single-descontos h1 {
margin: 0;
padding: 0;
}
#m-single-chamada {
background-color: #e9e9e9;
padding: 25px 30px;
text-align: center;
border: dotted 2px #cecece;
}
#m-single-chamada .m-dest-desconto {
font-weight: 900;
font-size: 120px;
line-height: 1;
}
#m-single-chamada .m-dest-desconto-preco {
font-weight: 900;
font-size: 90px;
line-height: 1;
padding: 15px 0;
}
#m-single-chamada .m-dest-promo {
font-weight: 900;
font-size: 55px;
line-height: 1;
padding: 25px 0 40px 0;
}
#m-single-chamada .m-dest-info {
text-transform: uppercase;
color: #eaab24;
font-weight: 900;
}
.m-destaques-single {
height: 288px;
width: 100%;
border-bottom: 5px solid #eaab24;
background-color: #000; 
-moz-box-shadow:    inset 0 0 100px rgba(0,0,0,1);
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,1);
box-shadow:         inset 0 0 100px rgba(0,0,0,1);
margin-bottom: 25px;
position: relative;
}
.m-destaques-single .m-dest-interno {
height: 283px;
}
.m-dest-contador-titulo {
text-transform: uppercase;
font-weight: 900;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
margin: 60px 0 40px 0;
}
#m-single-contador {
padding: 20px;
}
#m-single-contador .m-contador {
zoom: 0.7;
-moz-transform: scale(0.7);
}
#m-single-comoparticipar {
margin-bottom: 30px;
}
#m-single-comoparticipar h3 {
text-align: center;
background-color: #555;
color: #fff;
padding: 15px;
text-transform: uppercase;
text-shadow: 0 4px 0 rgba(0,0,0,0.3);
font-weight: 900;
margin-bottom: 30px;
}
#m-single-comoparticipar p {
font-size: 16px;
}
#m-mapa-single {
border-bottom: 5px solid #eaab24;
background: #999;
display: block;
margin-bottom: 30px;
height: 300px;
margin-top: 20px;
}
#m-mapa-single iframe {
width: 100%;
height: 295px;
}
#m-botao-todasasnoticias {
margin-bottom: 30px;
}
#m-todososposts {
display: none;
}
#m-share {
margin-bottom: 30px;
}
.m-dest-desconto-ate {
font-size: 20%;
margin: 0;
padding: 0;
line-height: 0.3;
}