
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}
#wrapper
{
	overflow-x: hidden;
}
.mobile_menu_wrapper
{
    display: none;
}
body.js_nav .mobile_menu_wrapper 
{
    display: block;
}
.gallery_type, .portfolio_type
{
	opacity: 1;
}
#searchform input[type=text]
{
	width: 75%;
}
.woocommerce .logo_wrapper img
{
	max-width: 50%;
}





@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}

@media only screen and (min-width: 960px)
{
	#logo_normal.logo_container
	{
		margin-left: -164px;
	}
	#logo_transparent.logo_container
	{
		margin-left: -164px;
	}


@media only screen and (min-width: 960px)
{
	.top_bar.scroll
	{
		-webkit-transform: translateY(-100px);
	    -moz-transform: translateY(-100px);
	    -o-transform: translateY(-100px);
	    -ms-transform: translateY(-100px);
	    transform: translateY(-100px);
	    opacity: 0;
	}
	.top_bar.scroll.scroll_up
	{
		-webkit-transform: translateY(00px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	}
	.header_style_wrapper
	{
	    -webkit-transition: opacity 0.5s;
	    -moz-transition: opacity 0.5s;
	    transition: opacity 0.5s;
	}
	.header_style_wrapper.scroll_down
	{
		opacity: 0;
		z-index: 0;
	}
	
	.header_style_wrapper.scroll_up
	{
		opacity: 1;
	}
}

/* ============================================================================= */
/* PADRÕES DE FORMATAÇÃO 
/* ============================================================================= */

/* TAMANHO DE FONTE */

.font10 { font-size: 10px !important; line-height: 1.5; }
.font11 { font-size: 11px !important; line-height: 1.5; }
.font12 { font-size: 12px !important; line-height: 1.5; }
.font13 { font-size: 13px !important; line-height: 1.5; }
.font14 { font-size: 14px !important; line-height: 1.5; }
.font15 { font-size: 15px !important; line-height: 1.5; }
.font16 { font-size: 16px !important; line-height: 1.5; }
.font18 { font-size: 18px !important; line-height: 1.5; }
.font20 { font-size: 20px !important; line-height: 1.5; }
.font21 { font-size: 21px !important; line-height: 1.5; }
.font22 { font-size: 22px !important; line-height: 1.5; }
.font24 { font-size: 24px !important; line-height: 1.5; }
.font26 { font-size: 26px !important; line-height: 1.5; }
.font28 { font-size: 28px !important; line-height: 1.5; }
.font29 { font-size: 29px !important; line-height: 1.5; }
.font30 { font-size: 30px !important; line-height: 1.5; }
.font32 { font-size: 32px !important; line-height: 1.5; }
.font34 { font-size: 34px !important; line-height: 1.5; }
.font36 { font-size: 34px !important; line-height: 1.5; }
.font40 { font-size: 40px !important; line-height: 1.5; }
.font44 { font-size: 44px !important; line-height: 1.5; }
.font60 { font-size: 60px !important; line-height: 1.5; }

/* ESTILO DA FONTE */
.maiuscula, .upper { text-transform: uppercase !important; }
.minuscula { text-transform: lowercase !important; }
.primeira-maiuscula {text-transform: capitalize !important; }

/* LARGURA DA FONTE */
.largura-100, .weight100 { font-weight: 100 !important; }
.largura-300, .weight300 { font-weight: 300 !important; }
.largura-500, .weight500 { font-weight: 500 !important; }
.largura-600, .weight600 { font-weight: 600 !important; }
.largura-700, .weight700 { font-weight: 700 !important; }
.largura-900, .weight900 { font-weight: 900 !important; }

/* ALTURA DA LINHA */ 
.linha-36 { line-height: 36px !important; }

/* ALINHAMENTO */
.texto-esquerda { text-align: left !important; }
.texto-direita { text-align: right !important; }
.texto-centralizado, .center { text-align: center !important; }

/* CORES */
.branco { color: #FFFFFF !important; }
.laranja { color: #FF8000 !important; }
.azul { color: #166891 !important; }
.preto { color: #333 !important; }
.cinza { color:#1f2326 !important; }
.cinza-claro { color: #999 !important; }

/* MARGEM */
.margem-0 { margin: 0 !important; }
.margem-10 {margin-bottom: 10px !important;}
.margem-20 {margin-bottom: 20px !important;}
.margem-30 {margin-bottom: 30px !important;}
.margem-40 {margin-bottom: 40px !important;}
.margem-50 {margin-bottom: 50px !important;}
.margem-60 {margin-bottom: 60px !important;}
.margem-70 {margin-bottom: 70px !important;}

/* ALTURA DA LINHA */

.linha-0 { line-height: 0px !important; }
.linha-10 { line-height: 10px !important; }
.linha-20 { line-height: 20px !important; }
.linha-30 { line-height: 30px !important; }
.linha-40 { line-height: 40px !important; }

/* BORDAS */

.border-top0 { border-top: 0 !important; } /*novo*/
.border-bottom0 { border-bottom: 0 !important; } /*novo*/

/* BLOCO */

.bloco { display: block !important; }


/* ============================================================================= */
/* CSS GERAL PARA O SITE
/* ============================================================================= */

/* Bredcrumbs */

.modelo-blog .breadcrumbs {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
    float: left;
    width: 100%;
}

/* Share buttons */

.modelo-blog .mashsb-container {
    padding-bottom: 30px !important;
}

/* Espaçamento padrão para títulos */

.modelo-blog.conteudo h2 {
    font-size: 24px !important;
}

.modelo-blog.conteudo h3 {
    font-size: 18px !important;
    color: #c71123;
}

.modelo-blog.conteudo .paragrafo h4 {
    font-size: 16px !important;
}

.modelo-blog.conteudo .paragrafo h5 {
    font-size: 16px !important;
    color: #c71123;
}

.modelo-blog.conteudo .paragrafo h6 {
    font-size: 16px !important;
}

.modelo-blog.conteudo .paragrafo h2, .modelo-blog.conteudo .paragrafo h3, 
.modelo-blog.conteudo .paragrafo h4, .modelo-blog.conteudo .paragrafo h5,
.modelo-blog.conteudo .paragrafo h6 {
    padding: 15px 0 0 0 !important;
    margin: 0 0 10px 0 !important;
}

.modelo-blog.conteudo .paragrafo h6 {
    font-size: 14px;
}

.paragrafo.lista ul {
    margin-bottom: 0 !important;
    padding-bottom: 0  !important;
}

/* Vídeo */

.full_width .paragrafo.video iframe {
    height: 724px !important;
}

/* Blockquote */

blockquote {
    font-size: 20px !important;
    color: #666 !important;
}

/* Fix de fontes fora do padrão para Ubuntu */

.post_info_date, .post_attribute, .comment_date, .post-date, .post_info_comment, .slide_post_excerpt,
.post_info_date, .post_info_author, .post_info_comment {
    font-family: Ubuntu, Helvetica, Arial, sans-serif !important;
}

/* Espaçamento abaixo da galeria do post */

.slider_wrapper.tg_gallery {
    margin-bottom: 50px;
}

/* Clear fix */

.fusion-clearfix {
    clear: both;
}

/* Espaçamento da imagem */

.post_img {
    margin: 0 0 20px 0 !important;
}

/* Fix para exibição dos vídeos no parágrafo */

a.fancy_video > div {
    display: block !important;
}

.paragrafo.video iframe {
    width: 100%;
    height: 514px;
}



/* =================================================================================================== */
/* GERADOR DE NEWSLETTERS
/* =================================================================================================== */


/* INSTRUÇÔES */
 

.instrucao-news i.fa-fusion-box:before {
    color: #FFF !important;
}

.instrucao-news .fusion-toggle-heading {
    font-weight: 600;
    color: #FF8000;
}

.instrucao-news .panel-body.toggle-content {
    padding-top: 30px;
    color: #333;
}
  
.instrucao-news .panel-body.toggle-content ul {
    padding: 0 0 20px;
    list-style-position: inside;
    list-style: none;
    line-height: 30px;
}

.instrucao-news  .panel-title a .fa-fusion-box {
    background-color: #ff8000;
}


#codigo-newsletter {
	width: 600px;
	margin: 0 auto;
	display: block;
}
#codigo-newsletter .label {
	display: block;
	margin-bottom: 10px;
}
#codigo-newsletter .html-newsletter {
	width: 600px;
	max-width: 600px;
	height: 210px;
	margin: 0 auto;
	display: block;
	color: #999;
	border: 1px dotted #ff8000;
	outline-width: 0px;
}
  
/* GERAR BOTÃO */
  
#codigo-newsletter .btn-gerar {
text-align:right;
margin:25px auto 0;
font-weight:bold;
}

#codigo-newsletter .btn-gerar a {
padding:12px 20px;
background:#ff8000;
color:#fff;
  transition: .3s;
}
  
#codigo-newsletter .btn-gerar a:hover {
background: #333;
}
  
/* GERADOR DE NEWSLETTER */
  
#gerador-newsletter {
    display: block;
    margin: 0 auto;
    width: 600px;
}
  
#filtro-newsletter {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #FF8000;
}  

#filtro-newsletter .campo {
    float: left;
    width: 25%;
    padding: 0 9px 16px 9px;
}
  
#filtro-newsletter .campo input, 
#filtro-newsletter .campo select {
    height: 40px;
    padding-left: 10px;
    background: #FFF;
    border: 1px solid rgba(255, 128, 0, 0.49);
    color: #333;
    width: 100%;
    font-size: 14px;
}
  
#filtro-newsletter .campo label {
font-size: 13px;
    font-weight: 600;
    color:#166198;
    /* text-transform: uppercase; */
    padding-bottom: 9px;
    display: block;
}
  
.seletor-categorias:disabled {
    background: rgba(229, 229, 229, 0.42) !important;
    color: #999 !important;
    border-color: #ddd !important;
}
  
#filtro-newsletter .campo.btn {
    width: 100%;
    margin-top: 36px;
    text-align: center;
}

#filtro-newsletter .campo button {
    background: #FF8000;
    border: 0;
    width: 29% !important;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    font-family: "Open Sans";
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
  
#filtro-newsletter .campo button:hover {
    background: #166891;
}
  
#filtro-newsletter .campo.utm {
    width: 16.6% !important;
}
  
#filtro-newsletter .campo.utm.linha-1 {
    width: 25% !important;
}
  
#filtro-newsletter .campo.utm.linha-2 {
    width: 20% !important;
}
  
#filtro-newsletter .campo.utm.campaign-name {
    width: 100% !important;
    padding-top: 10px;
}
 
#filtro-newsletter .campo.habilitar-utm, 
#filtro-newsletter .campo.observacao,
#filtro-newsletter .campo.mautic {
    width: 100% !important;
    padding-top: 23px !important;
    border-top: 1px dashed #ddd;
    margin-top: 14px;
}
#filtro-newsletter .campo.estrutura-link, #filtro-newsletter .campo.link-gerado {
    width: 98.5% !important;
    background: rgba(238, 238, 238, 0.51);
    padding: 15px 20px !important;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    margin-bottom: 40px;
    margin-left: 8px;
    margin-top: 10px;
}
#filtro-newsletter .campo.link-gerado strong {
    font-weight: 600;
    color: #FF8000;
}
#filtro-newsletter .campo.estrutura-link .laranja {
    font-weight: 600;
}
#filtro-newsletter .campo.observacao-txt {
    width: 100% !important;
    margin-top: 12px;
}
#filtro-newsletter .campo.observacao-txt label {
    font-size: 11px;
    margin-bottom: 4px;
}

#filtro-newsletter .campo.observacao-txt textarea {
    width: 100% !important;
    min-height: 150px;
    border: 1px solid #ffc182;
    padding: 15px;
    color: #333;
}

#filtro-newsletter .campo.observacao {
    padding-bottom: 10px;
}
  
#filtro-newsletter .campo.habilitar-utm .opcao, 
#filtro-newsletter .campo.observacao .opcao,
#filtro-newsletter .campo.mautic .opcao {
    float: left;
    padding-right: 40px;
    color: #333;
}
  
#filtro-newsletter .campo.link-mautic {
    width: 100% !important;
}
  
#filtro-newsletter .campo.habilitar-utm .opcao input, 
#filtro-newsletter .campo.observacao .opcao input,
#filtro-newsletter .campo.mautic .opcao input {
    float: left;
    width: auto !important;
    height: 26px !important;
    padding: 0 !important;
    margin: 0 8px 0 0;
}

#filtro-newsletter .campo.utm.none,
#filtro-newsletter .campo.observacao-txt.none,
#filtro-newsletter .campo.link-mautic.none {
    display: none;
}



/* ============================================================================= */
/* MODELO DE PÁGINA DO BLOG
/* ============================================================================= */

.modelo-blog h2.chamada {
    margin-bottom: 5px;
        font-size: 18px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.modelo-blog h3.subchamada {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500 !important;
    color: #c71123 !important;
}

.modelo-blog .paragrafo {
    margin-bottom: 20px;
    clear: both;
}

.paragrafo.coluna-1, .paragrafo.coluna-2 {
    clear: none !important;
}

.modelo-blog .paragrafo-video, .modelo-blog .paragrafo-musica {
    margin-bottom: 25px;
}

.modelo-blog ul {
    margin-left: 0 !important;
}

.modelo-blog .listas-blog ul, 
.modelo-blog ul, .list-icon-arrow ul {
    padding: 0 0 8px 0;
    line-height: 24px;
}
.modelo-blog .listas-blog ul li,
.modelo-blog ul li, .list-icon-arrow ul li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0;
}
.modelo-blog .listas-blog ul li:before,
.modelo-blog ul li:before, .list-icon-arrow ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #c71123;
    margin-right: 10px;
}

.paragrafo.lista.numero ul li:before {
    content: "";
    margin: 0;
}

.paragrafo.lista.numero ul li span {
    color: #c71123;
    font-weight: 600;
    margin-right: 6px;
}

.modelo-blog .paragrafo, .modelo-blog .paragrafo p {
   /* text-align: justify; */
}

.modelo-blog .paragrafo.coluna-1 {
    position: relative;
    float: left;
    width: 48.6%;
    clear: left;
    margin-bottom: 20px;
    padding-right: 12px;
}

.modelo-blog .paragrafo.coluna-2 {
    width: 48.6%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding-left: 12px;
}

.paragrafo.btn-cta {
    text-align: center;
}

.botao-cta .fusion-button-text, .botao-cta i {
    color: #ffffff;
}
.botao-cta {
    border-width: 0px;
    border-color: #ffffff;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #c71123;
    padding: 9px 15px 8px 15px;
    text-align: center;
    border-radius: 25px;
    margin-right: 8px;
	
}
.botao-cta .fusion-button-icon-divider {
    border-color: #ffffff;
}
.botao-cta:hover .fusion-button-text, .botao-cta:hover i, 
.botao-cta:focus .fusion-button-text, .botao-cta:focus i, 
.botao-cta:active .fusion-button-text, .botao-cta:active {
    color: #ffffff;
}
.botao-cta:hover, .botao-cta:focus, .botao-cta:active {
    border-width: 0px;
    border-color: #ffffff;
	color: #FFF !important;
}
.botao-cta:hover .fusion-button-icon-divider, 
.botao-cta:hover .fusion-button-icon-divider, 
.botao-cta:active .fusion-button-icon-divider {
    border-color: #ffffff;
}

.botao-cta:hover, .button-1:focus, .botao-cta:active {
    background: #333;
}

.blog-jr p {
    line-height: 1.9 !important;
}



