/*
-----------------------------
GUIA DE CORES

Tinto:			#BF1E2D
Branco:			#8DC73F
Espumante:	#EC008C
-----------------------------
*/


body { }

h1,h2,h3,h4,h5,h6 { font-weight: bold; text-transform: uppercase; color: #444; }
p { font-size: 0.9rem; }

header { position: relative; min-height: 200px; background-color: #111; }
header .row { position: relative; }
.fundo-header-ie8 { display: none !important; }
.logo-header { position: absolute; top: 15px; left: 0px; width: 25	0px; }


.sticky .title-area .name h1 { display: none; }
.sticky.fixed .title-area .name h1 { display: block; }
.top-bar.expanded .toggle-topbar a span { box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333; }
.top-bar-section ul li>a { text-transform: uppercase; }
section:not(.top-bar-section) { padding-top: 30px; padding-bottom: 30px; }

#produtos { background-color: #F0F0F0; }
#produtos .imagem-produto { margin-top: 30px; margin-bottom: 0px; }
#produtos .icone { height: 25px; margin-left: 10px; margin-right: 5px; vertical-align: top; }
#produtos .icone:first-child { margin-left: 0px; }
#produtos h3 { margin-top: 15px; margin-bottom: 15px; line-height: 1.6rem; }
#produtos h6 { line-height: 25px; margin-top: 0px; margin-bottom: 30px; color: #666; text-transform: none; text-align: right; font-size: 0.8rem; }
#produtos p { margin-bottom: 10px; }
#produtos hr { margin-bottom: 5px; }

#newsletters { background-color: #F6F6F6; }
#newsletters .asterisk { color: #FF0000; }
#newsletters .indicates-required { font-size: 0.7rem; text-align: right; margin-bottom: 15px; }
#newsletters .button { margin-bottom: 0px; }

#contactos { background-color: #FCFCFC; }
#contactos h6 { text-transform: none; margin-bottom: 0px; }
#contactos #mapa-google { margin-top: 0px; width: 100%; height: 420px; background-color: #CCC; }

footer { position: relative; background-color: #333; margin-top: 60px; padding-top: 30px; padding-bottom: 60px; }
footer p, footer li { color: #CCC; font-size: 0.9rem; margin-bottom: 20px; }
footer .legalcopy { font-size: 0.7rem; margin-top: 0px; margin-bottom: 0px; }


.lt-ie9 .fixed, .lt-ie9 .top-bar { background-color: #111 !important; }
.lt-ie9 header { margin-top: 0px; }
.lt-ie9 .fundo-header { display: none !important; }
.lt-ie9 .fundo-header-ie8 { display: block !important; }
.lt-ie9 .show-for-small-only { display: none; }
.lt-ie9 .orbit-container .orbit-prev, .orbit-container .orbit-next { background: none !important; color: #666; }
.lt-ie9 .orbit-container .orbit-prev > span { border-color: rgba(0, 0, 0, 0) #666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); border-right-color: #666; }
.lt-ie9 .orbit-container .orbit-next > span { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666; border-left-color: #666; }
.lt-ie9 .orbit-container .orbit-prev:hover > span { border-color: rgba(0, 0, 0, 0) #222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.lt-ie9 .orbit-container .orbit-next:hover > span { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222; }
.lt-ie9 .orbit-slide-number { display: none; }
.lt-ie9 .orbit-bullets { margin: 0 auto; overflow: hidden; position: absolute; top: auto; bottom: 5px; text-align: center; width: 100%; }
.lt-ie9 .orbit-bullets li { display: inline-block; width: 8px; height: 8px; background: #CCC; float: none; margin-right: 6px; border: none; -webkit-border-radius: 1000px; border-radius: 1000px;  cursor:pointer; }
.lt-ie9 .close-reveal-modal { position: absolute; top: 10px; right: 15px; font-size: 28px; font-weight: bold; color: #999; cursor: pointer; }

.addthis_sharing_toolbox { height: 45px; line-height: 45px; padding: 4px 0px 5px 0px; }
.lt-ie9 .addthis_sharing_toolbox { height: 45px; line-height: 45px; padding: 6px 0px 6px 0px; }
.lt-ie9 .at-share-btn { display: inline !important; padding-left: 1px !important; padding-right: 1px !important; }




/* --- Small screens ------------------------------------------------------------------ */
@media only screen and (max-width: 40em) {
	.logo-header { left: 15px; width: 120px; }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (min-width:600px) and (max-width: 40em) and (orientation: portrait) {
}

/* --- Medium screens / Tablet -------------------------------------------------------- */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.logo-header { left: 15px; width: 210px; }
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
}

/* --- Large screens ------------------------------------------------------------------ */
@media only screen and (min-width: 64.063em) {
	.logo-header { left: 15px; width: 210px; }
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */