@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Caesar+Dressing);

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    /* width: auto\9;  ie8 */
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* elementos HTML 5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/************************************************************************************
ESTILOS GERAIS
*************************************************************************************/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/publico/include/boxsizing.htc);
}


body {
    color: #666;
    background: white;
    padding: 0;
    margin: 0;
    font-family: Arial, 'Open Sans', Helvetica, arial sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


img,
object,
embed {
    height: auto; }

object,
embed {
    height: 100%; }

.hasPlaceholder { color: #ccc; }


/************************************************************************************
LINKS
*************************************************************************************/

a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}

/************************************************************************************
TIPOGRAFIA
*************************************************************************************/

p {
    margin: 0 0 1.2em 0;
}

/* Títulos */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    line-height: 1 !important; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    line-height: 0; }

h1 {
    font-size: 2.125em; }

h2 {
    font-size: 1.6875em; }

h3 {
    font-size: 1.375em; }

h4 {
    font-size: 1.125em; }

h5 {
    font-size: 1.125em; }

h6 {
    font-size: 1em; }


em,
i {
    font-style: italic;
    line-height: inherit; }

strong,
b {
    font-weight: bold;
    line-height: inherit; }

small {
    font-size: 60%;
    line-height: inherit; }

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c; }


/* listas */
ul, ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}
li {
    margin: 0 0 .2em 0;
    padding: 0;
}

ul,
ol,
dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside; }

/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 2.125em;
    margin-bottom: 0;
    font-size: 1em;
    /* Override nested font-size change */ }
ul.square, ul.circle, ul.disc {
    margin-left: 1.125em; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit; }
ul.square {
    list-style-type: square; }
ul.circle {
    list-style-type: circle; }
ul.disc {
    list-style-type: disc; }
ul.no-bullet {
    list-style: none; }

ol {
    margin-left: 1.125em; }
ol li ul,
ol li ol {
    margin-left: 1.125em;
    margin-bottom: 0; }

dl dt {
    margin-bottom: 0.3em;
    font-weight: bold; }
dl dd {
    margin-bottom: 0.75em; }

/************************************************************************************
FORMULÁRIOS
*************************************************************************************/

textarea {
    height: auto;
    min-height: 50px; }

select {

}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
select,
textarea {
    /*background-color: white;*/
    font-family: inherit;
    border: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    /*color: rgba(0, 0, 0, 0.75);*/
    /*font-size: 0.875em;*/
    margin:  2px 0 2px 0;
    padding: 0.5em;
    height: 2.3125em;
    /*width: 100%;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #dddddd;
    opacity: 0.7; }

fieldset {
    border: solid 1px #dddddd;
    padding: 1.25em;
    margin: 1.125em 0; }
fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

input[type=search] {
    -webkit-appearance: none;
    outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



/************************************************************************************
FONTES / PICTOGRAMAS
*************************************************************************************/

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('/publico/include/fontes/modernpics-webfont.eot');
    src: url('/publico/include/fontes/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
        url('/publico/include/fontes/modernpics-webfont.woff') format('woff'),
        url('/publico/include/fontes/modernpics-webfont.ttf') format('truetype'),
        url('/publico/include/fontes/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


/************************************************************************************
ESTILOS GERAIS
*************************************************************************************/


html, body, .LAYOUT {height: 100%;}

body > .LAYOUT {height: auto; min-height: 100%;}

/* Elasticidade do Layout */

#LAYOUT { display: table; position: relative; }
.CABECA-CABECA, .CONTEUDO, .RODAPE { display: table-row; }
.ESQUERDO, .HOME-CONTEUDO, .DESTAQUE { display: table-column; }
.DESTAQUE { float: right; }


/************************************************************************************
BUSCA
*************************************************************************************/

input#busca.textareas  {
    outline: none;
}

input.INPUT-BUSCA {
    display: block !important;
    padding-left: 15px;
    padding-right: 40px;
    margin-bottom: 0;
    height: 100%;
    font-family: inherit;
    font-size: 100%;
    float:right;
    /*border: solid 1px #ccc;*/
    /*background-color: #ededed;*/
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

}

input#busca.textareas[type=search] {
    /*padding: 9px 35px 9px 12px;*/
    width: 150px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

input#busca.textareas::-webkit-search-decoration,
input#busca.textareas::-webkit-search-cancel-button {
    display: none; /* remove the search and cancel icon */
}

input#busca.textareas[type=search]:focus {
    width: 220px;
    /*background-color: #fff;*/
    border-color: #6dcff6;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
input#busca.textareas:-moz-placeholder {
    color: #999;
}
input#busca.textareas::-webkit-input-placeholder {
    color: #999;
}


.CONTEUDO-BUSCA{
    top: 60px;
    text-align: right;
    display: table;
    width: auto;
    float: right;
    position: relative;
}

.BTN-BUSCA {
    width: 35px;
    background: transparent url(/publico/nucleo/interface/image/search-icon.png) no-repeat center;
    border: none;
    margin-left: -42px;
    height: 25px;
    cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    padding: 0;
    position: relative;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    float: right;
}
.BTN-BUSCA:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    border: none;
    border-radius: 0;
}

.BTN-HOME, .BTN-CONTATO, .BTN-MAPASITE {
    float: left;
    border-radius: 2px;
    border: none;
    margin-right: 5px;
}


.button {
    text-align: center;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0 2px 0px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0 2px 0px rgba(255, 255, 255, 0.15);
    text-decoration: none;
    padding:8px 20px;
    cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
    filter: alpha(opacity=87);
    opacity: 0.87;
    /*
    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 -1px 0px rgba(0, 0, 0, 0.4), inset 0px 14px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(153, 153, 153, 0.4)!important;
       -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 -1px 0px rgba(0, 0, 0, 0.4), inset 0px 14px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(153, 153, 153, 0.4)!important;
            box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 -1px 0px rgba(0, 0, 0, 0.4), inset 0px 14px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(153, 153, 153, 0.4)!important;
  
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
       -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 2px #aaa;*/

}

.button:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.button:active {
    position:relative;
    top:1px;
}

.LOJA-MAIS a:hover {
    text-decoration: none !important;
}

.CONTEUDO-BUSCA input[type="button"] {
    background-image: url(/publico/nucleo/interface/image/atalhos.png) !important;
    background-repeat: no-repeat;
    display: none;
}

.CONTEUDO-BUSCA span {
    float: left;
    margin: 8px 10px 7px 0;
    font-size: 16px;
    color: #CACACA;
    opacity: 0.9;
}

.ATALHOS-CABECALHO {
    float: left;
    padding: 0 20px;
}

.ATALHOS-CABECALHO a {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.ATALHOS-CABECALHO a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.BUSCA-CABECALHO {
    float: right;
    height: 30px;
}

.BUSCA-CABECALHO #busca {
    float: left;
}

.BTN-BUSCA {
    float: right;
}
/************************************************************************************
CONFIGURAÇÕES BÁSICAS
*************************************************************************************/


.CABECA-CABECA,
.RODAPE-RODAPE,
.CONTEUDO-DIREITAS-CONTEUDO,
.CONTEUDO-MARGEM {
    width:100%;
    display: table;
}

.ESQUERDO,
.HOME-CONTEUDO,
.HOME-ESQUERDA-CONTEUDO,
.HOME-ESQUERDA,
.MANCHETE-COLUNAS,
.HOME-MEIO, .HOME-DIREITA,
.CONTEUDO-ESQUERDAS-CONTEUDO,
.CONTEUDO-ESQUERDAS,
.CONTEUDO-MEIOS,
.CONTEUDO-DIREITAS,
.CONTEUDO-DIREITAS-CONTEUDO,
.CONTEUDO-DIREITAS {
    float:left;
}

.MANCHETE-VINHETA, .ESQUERDA-VINHETA, .MEIO-VINHETA, .DIREITA-VINHETA, .DESTAQUE-VINHETA {
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.CABECA-CABECALHO {
    max-width: 990px;
    margin: 0 auto;
}

.LOGOTIPO {
    width: auto;
    display: table;
    position: absolute;
    max-height: 80px;
    max-width: 300px;
    top: 10px;
    float: left;
}

.CABECA-DATA{
    position: relative;
    width: auto;
    display: table;
}

.DATA {
    width:390px;
    height:0px;
    z-index:99;
    position: relative;
    width: 990px;
    margin: 0 auto;
}

.HOME-ESQUERDA div, .HOME-MEIO div, .HOME-DIREITA div {
    float:left;
    clear:both;
}
.RODAPE-RODAPE {
    clear: both;
    float: left;
    padding-bottom: 30px;
}
.RODAPE-RODAPE .CONTEUDO-WRAP {
    padding: 20px;
    display: block;
    max-width: 990px;
}

.CONTEUDO-MANCHETES {
    clear: both;
    width: 100%;
    padding: 0 10px 15px 10px;
}

.CONTEUDO {
    float: left;
    display: table-column;
}

.CONTEUDO-WRAP{
    height: auto !important;
    line-height: 150%;
    clear: both;
    margin: 0 auto !important;
    display: table;
    /*min-width: 990px;*/
}
.CONTEUDO-CONTEUDO{
    overflow:hidden;
    clear: both;
}

.RODAPE{
    clear:both;
    width:100%;
    position: relative;
    bottom: 0;
}

#RODAPE {
    display: table;
}

.CONTEUDO-HR {
    width: auto !important;
    margin: 10px 30px;
    height: 0px;
    border: none !important;
    border-bottom: 1px solid rgba(139, 139, 139, 0.2) !important;
    display: block;
    clear: both;
}

.CONTEUDO-RECURSOS .CONTEUDO-TITULO, h2.CONTEUDO-TITULO.CONTEUDO-MARGEM {
    font-size: 16px;
}




hr.LINHA{
    width: auto !important;
    margin: 10px 0 !important;
    height: 0px;
    border: none !important;
    border-bottom: 1px solid rgba(139, 139, 139, 0.2) !important;
    display: block;
    clear: both;
}
.ESQUERDA-HR, .MEIO-HR, .DIREITA-HR, .DESTAQUE-HR {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
}

/*.CONTEUDO-MARGEM{
        margin: 0px 0px;
        width: 100%;
        padding: 10px 20px;
        display: block;
}*/

.CONTEUDO-TITULO {
    clear: both;
}

.CONTEUDO-MARGEM{
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
}

#CONTEUDO {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.HOME-CONTEUDO#CONTEUDO {
    padding: 0 !important;
}




.MARGEM-TOPO{
    margin: 20px 0 0 0;
}

.CONTEUDO-RECURSOS .CONTEUDO-LEGENDA img {
    margin: 4px;
}

.LISTAGEM-FOTOS img{
    width:95%;
    margin-bottom:10px;
}

#divMateria{ float: left; }
#divImagens{ float: right; }

.ESQUERDA-ESQUERDA {
    display: block;
}

.CONTEUDO-ESQUERDAS, .CONTEUDO-MEIOS, .DESTAQUE-DESTAQUE { padding:0 20px; }
.CONFIRMACAO { width: auto; margin: 0 auto;display: table;padding: 50px 0; line-height: 80%; }
.ESQUERDA-SECAO, .MEIO-SECAO, .DESTAQUE-SECAO, .DIREITA-SECAO {clear: both; width: 100%;}
.CONTEUDO-DIREITAS {padding: 0 20px;}
.ESQUERDA-FOTO img, .MEIO-FOTO img, .DIREITA-FOTO img, .DESTAQUE-FOTO img { width: 100% !important; }

.backsite{
    clear:both;
    text-align:center;
    width:100%;
    display:table;
    font-size: 11px;
    padding-top:10px;
    margin-top: -30px;
    height: 30px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 100;
}



.TITULO-ESQUERDA,
.TITULO-MEIO,
.TITULO-DIREITA,
.clear {
    clear:both;
}

.ESQUERDA-DATA, .MEIO-DATA, .DIREITA-DATA, .DESTAQUE-DATA {
    display: block;
}

.ESQUERDA-HR, .MEIO-HR, .DIREITA-HR, .DESTAQUE-HR {
    display: table;
    margin: 10px 0;
    width: 100%;
    clear: both;
}

.MARGEM-TOPO.CONTEUDO-MARGEM {
    clear: both;
    float: left;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    margin-top: 20px;
}

.NUVEM-TAGS .CONTEUDO-WRAP, .RODAPE-BANDEIRA .CONTEUDO-WRAP, .RODAPE-MAPASITE .CONTEUDO-WRAP {
    max-width: 990px;
    padding: 20px;
}

.HOME-LOJA .DESTAQUE-LEGENDA {
    margin-top: 0!important;
}

.CONTEUDO-BARRA a:hover {
    text-decoration: none;
}

.FUNDO-TOPICO {
    padding: 8px 0 5px 20px !important;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    margin-top: 20px;
}

.fb-comments.fb_iframe_widget_loader.fb_iframe_widget {
    width: 100% !important;
    display: table;
    float: left;
}
.fb-comments.fb_iframe_widget > span {
    width: 100% !important;
    display: table;
    float: left;
}
.fb-comments.fb_iframe_widget {
    width: 100%;
    display: table;
    float: left;
}
.fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
/************************************************************************************
MENU DROP-DOWN
*************************************************************************************/

.sub-menu {
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.sub-menu a {
    font-size: 85%;
}

.MATERIA-INTELIGENTE h2 {
    margin-bottom: 5px !important;
}

.ESQUERDO .ESQUERDO-ESQUERDO *
{
    margin: 0;
    padding: 0;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu
{
    float: left;
    font-size: 12px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li
{
    position: relative;
    list-style-type: none;
    float: none;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li
{
    width: 100%;
    /* position: relative; */
    display: inline-block;
    line-height: 16px;
    text-decoration: none;
    z-index: 50;


}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu > li:first-child
{
    border-left: 0;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu > li:last-child
{
    border-right: 0;

    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu > li > ul.sub-menu
{
    display: none;
    opacity:0;
    /*position: relative;
    margin: 0;
    padding: 0;*/
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu > li:hover > ul.sub-menu
{
    display: block;
    /* float: left; */
    position: absolute;
    /*z-index: ;*/
    /*width: ;*/
    left: 100%; /* Soma do padding lateral */
    top: 0;
    opacity:1;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li:last-child > ul.sub-menu {
    left: initial !important;
    right: 0;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li
{
    margin: 0 0 0 0px;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li
{
    min-width: 175px;
    /*display: block; */
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:first-child
{
    border-top: 0;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:last-child
{
    border-bottom: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul
{
    /*width: 140px */
    display: none;
    opacity: 0;

}

/** Sub Menu - Tier 3 **/

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:hover ul
{
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    opacity: 1;
}

/** Sub Menu - Tier 4 **/

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li ul
{
    position: relative;
    display: none !important;
    margin: 0;
    padding: 0;
    opacity: 0;

}

.ESQUERDO .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li:hover ul
{
    display: block !important;
    float: left;
    position: absolute;
    z-index: 200;
    width: 100%;
    /*left: 100%;
    top: 1px;*/
    opacity: 1;
}

ul.menu li a {
    padding: 10px 11%;
    display: block;
    width: 100%;
    text-decoration: none;
}

ul.menu li a#SUB-ITENS {
    width: 80%;
}

li.ESQUERDO-TITULO { border: 0 !important; }
li.ESQUERDO-TITULO h3 { margin: 12px 0 12px 20px; font-size: inherit;}







/** MENU HORIZONTAL **/

.menu > #SUB-ITENS > .sub-menu:before {
    content: '';
    display: block;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -7px;
    left: 49%;
    margin-left: -10px;
}

.ESQUERDO.HORIZONTAL {
    min-height: 0!important;
    line-height: 0;
    width: auto !important;
    clear: both !important;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO {
    width: 100%;
    display: table;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO *
{
    margin: 0;
    padding: 0;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu
{
    position: relative;
    width: auto;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li
{
    position: relative;
    list-style-type: none;
    float: left;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li
{
    width: auto !important;
    position: relative;
    display: block;
    line-height: 18px;
    text-decoration: none;
    z-index: 100;

}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li:first-child
{
    border-left: 0;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li:last-child
{
    border-right: 0;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li > ul.sub-menu
{
    position: relative;
    display: none;
    margin: 0 0 0 0;
    padding: 0;
    opacity: 0;
    padding-top: 10px;

}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li:hover > ul.sub-menu
{
    display: block;
    float: left;
    position: absolute;
    z-index: 200;
    min-width: 175px;
    left: 0;
    top: 100%;
    opacity: 1;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li > ul.sub-menu > li:first-child
{
    margin: 0;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li
{
    width: 100% !important;
    display: block;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:first-child
{
    border-top: 0;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:last-child
{
    border-bottom: 0;

    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:hover
{
    /*width: 140px */
    display: block;
}

/** Sub Menu - Tier 3 **/

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul
{
    position: relative;
    display: none;
    left: 100%;
    /*top: 1px;*/
    opacity: 0;

}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li
{
    margin: 0 0 0 0px;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li:hover ul
{
    display: block;
    float: left;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li
{
    width: 100%;
    display: block;
}

/** Sub Menu - Tier 4 **/

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li ul
{
    position: relative;
    display: none !important;
    margin: 0;
    padding: 0;
    opacity: 0;

}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li:hover ul
{
    display: block !important;
    float: left;
    position: absolute;
    z-index: 200;
    width: 100%;
    /*left: 100%;
    top: 1px;*/
    opacity: 1;
}

/** Sub Menu - Tier 5 **/

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li ul li ul
{
    position: relative;
    display: none !important;
    margin: 0;
    padding: 0;
    opacity: 0;

}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul.sub-menu li ul li ul li:hover ul
{
    display: block !important;
    float: left;
    position: absolute;
    z-index: 200;
    width: 100%;
    /*left: 100%;
    top: 1px;*/
    opacity: 1;
}

ul.menu li a {
    padding: 10px 15px !important;
    display: block;
    text-decoration: none;
}

li.ESQUERDO-TITULO { border: 0 !important; }
li.ESQUERDO-TITULO h3 { margin: 11px 15px 11px 15px !important; font-size: inherit;}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li ul li { width: 100% !important }

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li > ul > li#SUB-ITENS > a {
    width: 65% !important;
    padding-right: 0 !important;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li > ul > li#SUB-ITENS> ul > li#SUB-ITENS > a {
    width: 65% !important;
    padding-right: 0 !important;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li:last-child ul.sub-menu li ul {
    position: absolute;
    left: -100%;
    margin-left: -10px;
    padding-right: 10px ;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li:last-child ul.sub-menu li:hover ul
{
    float: left;
    top: 0;
    width: 100%;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li:first-child {
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu > li:last-child {
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ESQUERDO.HORIZONTAL .ESQUERDO-ESQUERDO ul.menu li#SUB-ITENS a {
    width: initial;
    padding-right: 0 !important;
    margin: 0 30px 0 0;
    white-space: nowrap;
}

.ESQUERDO-TITULO {
    margin-top: 20px !important;
}
.ESQUERDO-TITULO:first-child {
    margin-top: 0 !important;
}
.ESQUERDO.HORIZONTAL .ESQUERDO-TITULO {
    margin-top: 0 !important;
}

/*
.ESQUERDO ul li > a { color: ; }

.ESQUERDO ul li:hover > a { color: ; }

.ESQUERDO ul #SUB-ITENS li:hover > a { color: ; }
*/

.ESQUERDO #SUB-ITENS::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid white;
    opacity: 0.7;
}
.ESQUERDO #SUB-ITENS::before {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid black;
    opacity: 0.2;
}


.ESQUERDO.HORIZONTAL .menu > #SUB-ITENS::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid white;
    opacity: 0.7;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    -moz-transform: rotate(90deg); /* Firefox */
}
.ESQUERDO.HORIZONTAL .menu > #SUB-ITENS::before {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid black;
    opacity: 0.2;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
    -moz-transform: rotate(90deg); /* Firefox */
}

.HORIZONTAL .sub-menu .sub-menu:before {
    content: '';  
    position: absolute;  
    top: 10px !important;  
    margin-left: -7px;  
    width: 0px;  
    height: 0px;  
    display: block;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    opacity: 1;
    left: 0;
}

.HORIZONTAL .sub-menu .sub-menu {
    padding-left: 10px !important;
    box-shadow: 10px 8px 5px rgba(0, 0, 0, 0.1);
}


/*
.ESQUERDO ul > li > ul::before {
content: '';
display: block;
border-color: transparent transparent #FAFAFA transparent;
border-style: solid;
border-width: 10px;
top: -20px;
left: 50%;
margin-left: -10px;
}

.ESQUERDO ul #SUB-ITENS > a::before {
        content: '';
        position: absolute;
        top: 17px;
        right: 10px;
        width: 0px;
        height: 0px;
        border: 4px solid transparent;
        border-left: 4px solid white;
}

#SUB-ITENS > a::after {
        content: '';
        position: absolute;
        top: 16px;
        right: 10px;
        width: 0px;
        height: 0px;
        border: 4px solid transparent;
        border-left: 4px solid yellow;
}

*/


/************************************************************************************
SLIDER
*************************************************************************************/

.tsc_clear { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}

.fluidHeight {
    margin: 0 auto;
    padding: 0px;
    position: relative;
    clear: both;
}


.iosSlider {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.iossliderContainer {
    position: absolute;
    width: 100%;
    padding: 0;
    /*font-family: Oswald;*/
    font-weight: 300;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    width: 100%;
    height: 100%;
    padding: 0;
}

.iosSlider .slider .item .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; /* Tamanho das Fotos */
    margin: 0 auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.iosSlider .slider .item .inner .SLIDER-TEXT1 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 15%;
    /*padding: 5px 2px 10px 7px;*/
    font-weight: 700;
    max-width: 50% !important;
    display: block;
    clear: both;
    float: left; /* Esquerda */
    left: 0;
    line-height: 1;
}

.iosSlider .slider .item .inner .SLIDER-TEXT1 span.SLIDER-SPAN1 {
    /*padding: 0 5px 0 0;*/
    display: block;
    margin: 5px 5px 10px 5px;
    letter-spacing: -2px;
}

.iosSlider .slider .item .inner .SLIDER-TEXT2 {
    opacity: 0;
    filter: alpha(opacity=0);
    /*padding: 5px 7px 7px;*/
    position: relative;
    top: -10%;
    max-width: 50%;
    display: block;
    clear: both;
    float: left; /* Esquerda */
    left: 8%;
}

.iosSlider .slider .item .inner .SLIDER-TEXT2 span.SLIDER-SPAN2  {
    display: block;
    margin: 5px;
    line-height: 1.5;
}

/** Bullets **/

.iossliderContainer .selectorBlock {
    position: absolute;
    bottom: 3%;
    text-align: center;
    z-index: 1;
    left: 50%;
    margin-left: -3%;
    height: 30px;
}

.iossliderContainer .slideSelectors {
    display: inline;
    text-align: center;
    height: 30px;
}

.iossliderContainer .slideSelectors .item {
    display: inline-block;
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 3px 0 3px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    behavior: url(/publico/include/PIE.htc);

}

.iossliderContainer .slideSelectors .item:first-child {
    margin-left: 0;
}

.iossliderContainer .slideSelectors .item:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.iossliderContainer .slideSelectors .selected {
    background: black;
    opacity: 1;
    filter: alpha(opacity=100);
}

.iossliderContainer .slideSelectors .item span {
    display: none;
}

.iossliderContainer .scrollbarContainer {
    position: relative;
    bottom: 4px;
    left: 0;
    width: 1024px;
    height: 4px;
    margin: 0 auto;
    z-index: 1;
}

.iosSlider.SLIDER-CAIXA .inner > a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}



/* Botões Voltar e Avançar */

.iosSlider .prev, .iosSlider .next,
.iosSlider .prev .btn-label, .iosSlider .next .btn-label,
.iosSlider.hideCaptions .item .caption,
.selectorsBlock.thumbs .selectors .item,
.selectorsBlock.thumbs,
#thumbTrayButton {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.iosSlider .prev,
.iosSlider .next {
    position: absolute;
    top: 50%;
    margin-top:-25px;
    width: 100px;
    height: 50px;
    z-index:10;
    background:url(/publico/include/slider/controls.png) no-repeat center top;
    opacity:.5;
    filter:alpha(opacity=50);
    display: none;
}

.iosSlider:hover .next,
.iosSlider:hover .prev {
    display: block;
}

.iosSlider.hideControls .prev,
.iosSlider.hideControls .next { opacity:0; filter:alpha(opacity=0); }
.iosSlider.hideControls:hover .prev,
.iosSlider.hideControls:hover .next { opacity:.5; filter:alpha(opacity=50); }
.iosSlider .prev { left: 0; }
.iosSlider .next { right: 0; background-position:center bottom; }
.iosSlider .prev:hover,
.iosSlider .next:hover {opacity:1 !important; filter:alpha(opacity=100);}
.iosSlider .prev .btn-label,
.iosSlider .next .btn-label { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);  background: #000; background: rgba(0, 0, 0, 0.4); color: #fff; font-weight: 700; display: inline-block; padding: 0 4px; line-height: 20px; position: absolute; top: 50%; margin-top: -10px; opacity:0; filter:alpha(opacity=0);}
.iosSlider .prev .btn-label { right: -20px;}
.iosSlider .next .btn-label { left: -20px;}
.iosSlider .prev:hover .btn-label { right: -5px; opacity:1; filter:alpha(opacity=100);}
.iosSlider .next:hover .btn-label { left: -5px; opacity:1; filter:alpha(opacity=100);}


.inner img {
    position: absolute;
    width: 100%;
    left: 0;
}



/************************************************************************************
NEWSLETTER
*************************************************************************************/


.NEWSLETTER-NOME, .NEWSLETTER-EMAIL {
    clear: both;
    float: left;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: 5px center !important;
    padding-left: 30px !important;
}

.NEWSLETTER-NOME {
    background-image: url(/publico/nucleo/interface/image/user.png) !important;
}

.NEWSLETTER-EMAIL {
    background-image: url(/publico/nucleo/interface/image/mail.png) !important;
}

.NEWSLETTER-CADASTRAR {
    float: right;
    clear: both;
    margin: 5px 0;

}


/************************************************************************************
NUVEM DE TAGS
*************************************************************************************/

.NUVEM-TAGS {
    display: table;
    width: 100%;
    text-align: center;
}

.NUVEM-TAGS .CONTEUDO-WRAP {
    padding: 20px;
}

.NUVEM-TAGS h1, .NUVEM-TAGS h2, .NUVEM-TAGS h3, .NUVEM-TAGS h4, .NUVEM-TAGS h5, .NUVEM-TAGS h6 {
    display: inline-block;
    margin: 0 10px;
    padding: 0 !important;
    vertical-align: baseline;
}

.NUVEM-TAGS a{
    opacity: 0.75;
    vertical-align: middle;
    text-transform: capitalize;
}

.NUVEM-TAGS a:hover{
    opacity: 1;
}

.NUVEM-TAGS h1 {
    font-size: 24px;
}

.NUVEM-TAGS h2 {
    font-size: 20px;
}

.NUVEM-TAGS h3 {
    font-size: 16px;
}

.NUVEM-TAGS h4 {
    font-size: 14px;
}

.NUVEM-TAGS h5 {
    font-size: 12px;
}

.NUVEM-TAGS h6 {
    font-size: 10px;
}

/************************************************************************************
BANDEIRAS
*************************************************************************************/

.RODAPE-BANDEIRA {
    display: table;
    width: 100%;
}

.RODAPE-BANDEIRA .CONTEUDO-WRAP {
    padding: 20px;
}

.RODAPE-BANDEIRA h1,
.RODAPE-BANDEIRA h2,
.RODAPE-BANDEIRA h3 {
    color: #666;
    display: block;
    clear: both;
    text-align: left;
    margin-top: 0;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }


/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 20px; position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }

.carousel li { margin-right: 10px }


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/publico/nucleo/interface/image/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next { background-position: 100% 0; /*right: 10px !important; top: -30px !important;*/ }
/*.flex-direction-nav .flex-prev { left: 93% !important; top: -30px !important;}*/
.flexslider:hover .flex-next { opacity: 0.8; right: 5px; }
.flexslider:hover .flex-prev { opacity: 0.8; left: 5px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/************************************************************************************
MENU INTELIGENTE
*************************************************************************************/

.sub-menu.inteligente {
    min-width: 400px;
    background: #f1f1f1; 
}

.MATERIA-INTELIGENTE {
    width: 50%;
    display: table;
    padding: 10px !important;
    float: left;
}

.MATERIA-INTELIGENTE img {
    width: 100%;
}

.container-li {
    width: 50%;
    float: right;
}

.ESQUERDO.HORIZONTAL .sub-menu.inteligente {
    width: 450px;
}


/************************************************************************************
MAPA DO SITE NO RODAPÉ
*************************************************************************************/

.RODAPE-MAPASITE {
    width: 100%;
    display: table;
}

.RODAPE-MAPASITE .CONTEUDO-WRAP {
    padding: 20px;
}

.CONTAINER-MAPASITE {
    max-width: 990px;
    margin: 0 auto;
}

.RODAPE-MAPASITE li {
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.RODAPE-MAPASITE h2 {
    padding: 5px 0 15px 0;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid;

}

.RODAPE-MAPASITE ul#mapa-do-site {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.RODAPE-MAPASITE #mapa-do-site li ul li ul {
    display: none;
}

.RODAPE-MAPASITE a:hover {
    text-decoration: underline;
}

.RODAPE-MAPASITE #mapa-do-site > li {
    float: left;
    width: auto !important;
    display: inline-block;
    margin: 20px 30px 0 0;
}

.RODAPE-MAPASITE #mapa-do-site li ul {
    padding: 0 0 0 16px;
    margin: 0;
    clear: both;
    float: left;
    list-style-type: disc;
}

.RODAPE-MAPASITE #mapa-do-site > li > a {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.RODAPE-MAPASITE #mapa-do-site li ul li a:hover {
    text-decoration: underline;
}

.RODAPE-MAPASITE li > span {
    font-weight: bold;
    text-transform: uppercase;
}



/************************************************************************************
POP UP
*************************************************************************************/

#popup {

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    background: #000;
    font-size: 16px;
    color: #FFF;
    font-family: arial, sans-serif;
    background: rgba(0, 0, 0, 0.82);
    box-shadow: 1px 1px 10px #000;
    padding: 10px 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

#popup h2 { margin: 10px 0 0 0;}

#popup .caixa {
    background: #fff;
    color: #000;

}
.popup_fechar{
    height: 20px;
    width: 20px;
    background: red;
    color: white;
    border-radius: 5px;
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    font-weight:bolder;
    position: relative;
    float: right;
    cursor: pointer;
    text-align: center;
    line-height: 20px;

}

/***************************/

/****************************************************
 * LOJA VIRTUAL
 ****************************************************
 3 Estilos

        .LOJA-DIV-OBRA		= GRID dentro da matéria
        .LOJA-DIV-BARRA		= GRID na busca de matéria
        .LOJA-DIV-PESQUISA	= GRID de busca dos produtos

 ** ESTRUTURA DAS BUSCAS

 (**ESTILO**)
        .LOJA
                h2
                img
                .LOJA-DESCRICAO
                .LOJA-DESCONTO
                .LOJA-PRECO

 ** ESTRUTURA DOS PRODUTOS

 .LOJA-VISUAL-GRADE

        .LOJA-VISUAL-IMGS
        .LOJA-VISUAL-TEXTOS
                .LOJA-VISUAL-TITULO
                .LOJA-VISUAL-DESCONTO
                .LOJA-VISUAL-PRECO

        .LOJA-VISUAL-HR

        .LOJA-VISUAL-DESCRICAO

*****************************************************/

/* GRID dentro da matéria */
.LOJA-DIV-OBRA {
    clear: both;
    display: table;
    /*margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;*/
}

.LOJA-DIV-OBRA .LOJA {
    float: left;
    width: 23%;
    margin: 1% 0.4%;
    min-height: 250px;
    padding: 1%;
    padding: 1.3%;
    border: 1px solid #F1F1F1;
    -webkit-transition: background .1s ease-in, top .3s ease-in, border-radius .1s ease-in;
    -moz-transition: background .1s ease-in, top .3s ease-in, border-radius .1s ease-in;
    -o-transition: background .1s ease-in, top .3s ease-in, border-radius .1s ease-in;
    -ms-transition: background .1s ease-in, top .3s ease-in, border-radius .1s ease-in;
    /*font-size: 10px;*/
}

.LOJA-DIV-OBRA .LOJA:hover{
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 7px #EEE;
    border-radius: 0px;
    position: relative;
    /*top: -2px;*/
}

.LOJA {
    word-wrap: break-word;
}

.LOJA img {
    -webkit-transition: width .3s ease-in;
    -moz-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    -ms-transition: width .3s ease-in;
}
.LOJA:hover img {
    /*width: 100% !important;
    box-shadow: 0 0 7px #eee;*/

}

.LOJA h2.LOJA-TITULO {
    font-size: 16px;
}

.LOJA-DIV-BARRA .LOJA {
    padding: 6% !important;
    border: 1px solid #F1F1F1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.LOJA-DIV-BARRA .LOJA:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.LOJA-DIV-BARRA .LOJA .LOJA-DESCRICAO {
    color: initial;
    margin-bottom: 15px;
}

.LOJA-TITULO.CONTEUDO-TITULO {
    font-size: 12px;
}

.LOJA-DIV-OBRA .LOJA h2 {
    padding: 10px 0;
    text-align: center;
    /*font-size: 10px;*/
    min-height: 40px;
    width: 100%;
}

.LOJA-DIV-OBRA .LOJA img {
    margin: 0 auto;
    display: table;
    width: 90%;
    height: auto;
}

.LOJA-DESCRICAO, .LOJA-PRECO, .LOJA-DESCONTO {
    text-align: center !important;
    width: 100%;
}


.LOJA-DIV-OBRA .LOJA-DESCONTO {
    text-align: left;
    font-weight: normal;
}

.LOJA-DIV-OBRA .LOJA-PRECO {
    text-align: left;
}

.LOJA-PRECO .LOJA-DE {
    text-decoration: line-through;
    font-size: 75%;
    color: #BD0000;
}

.LOJA-PRECO .LOJA-POR {
    font-weight: bolder;
}

.LOJA-PRECO .LOJA-POR span{
    font-weight: lighter;
}

.LOJA-DESCONTO {
    color: initial;
    font-size: 75%;
}

/* GRID de busca dos produtos */
.LOJA-DIV-PESQUISA {
    display:table;
}

.LOJA-DIV-PESQUISA .LOJA {
    float: left;
    width: 23%;
    margin: 1% 0.4%;
    min-height: 100%;
    padding: 0.3%;
    display:table-row !important;
    height:100%;
}

* html .LOJA-DIV-PESQUISA .LOJA {height:100%;}

.LOJA-DIV-PESQUISA .LOJA h2 {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    /* font-size: 14px;*/
}

.LOJA-DIV-PESQUISA .LOJA img {
    margin: 0 auto;
    display: table;
    width: 90%;
    height: auto;
}

.LOJA-DIV-PESQUISA .LOJA-DESCONTO {
    text-align: left;
    font-weight: bold;
}

.LOJA-DIV-PESQUISA .LOJA-PRECO {
    text-align: left;
    font-weight: bold;
}

/* GRID na busca de matéria */
.LOJA-DIV-MATERIA {
    width: 400px;
    float: left;
}

.LOJA-DIV-BARRA {
    width: 250px;
    float: right;
}

.LOJA-DIV-BARRA .LOJA {
    float: left;
    width: 100%;
    margin: 1% 0.4%;
    min-height: 100%;
    padding: 0.3%;
    display:table-row !important;
    height:100%;
    /* font-size: 10px;*/
}

* html .LOJA-DIV-BARRA .LOJA {height:100%;}

.LOJA-DIV-BARRA .LOJA h2 {
    padding: 10px 0;
    text-align: center;
    /* font-size: 10px;*/
}

.LOJA-DIV-BARRA .LOJA img {
    margin: 0 auto;
    display: table;
    width: 95%;
    height: auto;
}

.LOJA-DIV-BARRA .LOJA-DESCONTO {
    text-align: left;

}

.LOJA-DIV-BARRA .LOJA-PRECO {
    text-align: left;

}

.LOJA-MAIS {
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 20px;
    text-align:center;
}

.LOJA-MAIS a:hover {
    text-decoration:underline;
}

.LOJA-VISUAL-BOTOES{
    text-align:center;
}

.LOJA-VISUAL-GRADE{
    width: 100%;
    display: table;
}

.LOJA-GRID-LOJA{
    width: 800px;
    display: table;
    min-height: 300px;
}

.LOJA-VISUAL-GRADE.CONTEUDO-MARGEM > br{
    clear: both;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-IMGS{
    width:300px;
    text-align:center;
    float: left;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-TEXTOS{
    margin-left: 20px;
    line-height: 260%;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-TEXTOS .LOJA-VISUAL-TITULO{
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-MIGALHA {
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 10px;
    border-top: 1px solid rgba(139, 139, 139, 0.2);
    border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}

.LOJA-VISUAL-HR{
    margin:20px 0;
    clear: both;
    display: block;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-DESCRICAO {
    margin-top: 20px;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-DESCRICAO h3{
    display:block;
    font-weight: bold;
    font-size: 20px;
    padding:5px;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-TECNICAS {
    margin-top: 20px;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-TECNICAS h3{
    display:block;
    font-weight: bold;
    font-size: 20px;
    padding:5px;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-REFERENCIA {

}
.LOJA-VISUAL-GRADE .LOJA-VISUAL-TITULO {
    width: 50%;
    float: left;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-INDIQUE {
    width: 50%;
    float: left;
    text-align: right;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-COMPRAR {
    margin-top: 10px;
}

.LOJA-VISUAL-GRADE .tachado {
    text-decoration: line-through;
    color: #F00;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-DESCONTO {

}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-PRECO {
    font-size:20px;
    margin: 2px 0;
}

.LOJA-VISUAL-GRADE .LOJA-VISUAL-PRECO span {
    font-weight: bold;
}

.LOJA-VISUAL-IMGS {

}

.LOJA-VISUAL-IMGS-PEQUENA {
    margin:5px;

}

.LOJA-QUANTIDADE {
    font-size: 15px;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.7;
}

.LOJA-QUANTIDADE:hover {
    opacity: 1;
    color: #09c;
}



.LISTAGEM-THUMBNAIL {
    margin: 0 2.3% 40px 0;
    width: 30%;
    padding: 10px;
    border-radius: 5px;
    min-height: 80px;
    display: inline-block;
    text-align: center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.LISTAGEM-THUMBNAIL:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.LISTAGEM-THUMBNAIL img {
    width: 100%;
    margin-bottom: 10px;

}

.LISTAGEM-THUMBNAIL.vlightbox1 {
    vertical-align: top;
    width: 30% !important;
}

.LISTAGEM-THUMBNAIL.vlightbox1 h4 {
    text-align: center !important;
    width: 100%;
    font-size: 117%;
}

.LISTAGEM-THUMBNAIL.vlightbox1 span.CONTEUDO-LEGENDA {
    text-align: center !important;
    width: 100%;
    font-size: 89%;
    line-height: 1.6;
}

.THUMBS {
    text-align: center;
}

#CONTEUDO-PAGINACAO {
    float: right;
    width: auto;
}

.CAMINHO-MIGALHA {
    width: auto;
    color: #CCC;
    font-size: 85%;
    float: left;
}

.CAMINHO-MIGALHA a {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.CAMINHO-MIGALHA a:last-child {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: underline;
}

.RODAPE-BANDEIRAS-LOJA {
    width: 70%;
    float: left;
    text-align: left;
}

.RODAPE-CERTIFICADOS-LOJA {
    float: left;
    width: 30%;
    text-align: left;
}

.RODAPE-BANDEIRAS-LOJA img, .RODAPE-CERTIFICADOS-LOJA img {
    max-height: 35px;
    margin-bottom: 5px;
}
.RODAPE-BANDEIRAS-LOJA span, .RODAPE-CERTIFICADOS-LOJA span{
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}
.CARRINHO-TABELA table{
    padding: 0;
    background: white;
    border-spacing: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #EEE;
    width: 100%;
}
.CARRINHO-TABELA thead {
    background: #F1F1F1;
    font-weight: bold;

}
.CARRINHO-TABELA thead td {
    border-right: 1px dotted #ddd;
}
.CARRINHO-TABELA td {
    padding: 5px 10px;
    border-right: 1px dotted #eee;

}
.CARRINHO-TABELA td:last-child{
    border-right: none;
}
.CARRINHO-TABELA td span:last-child a{
    color: #AC5B5B;
}
.CARRINHO-TABELA tbody {
    text-align: center;
}
.CARRINHO-TABELA tbody tr {
    opacity: 0.8;
    border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}
.CARRINHO-TABELA tbody tr:hover {
    opacity: 1;
    background-color: #F7FEFF;
}
.CARRINHO-TABELA tbody tr:last-child:hover {
    background-color: transparent;
    opacity: 0.8;
}
.CARRINHO-TABELA table td div img{
    margin-right: 10px;
}
.CARRINHO-TABELA tfoot {
    border-top: 1px solid black;
    background: #fefefe;
    text-align: right;
    font-size: 10px;

}
.CARRINHO-TABELA tfoot tr:last-child{
    font-weight: bold;
    color: #09c;
    font-size: 12px;
    background: #f9f9f9;
}
.CARRINHO-TABELA tfoot tr:last-child td{
    padding: 5px 10px;
}
.CARRINHO-TABELA tfoot td {
    padding: 0 10px;
}
.CARRINHO-TABELA .texto5 {
    display: inline-block;
}
.CARRINHO-CALCULOFRETE {
    margin-bottom: 10px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.CARRINHO-CALCULOFRETE input{
    margin: 0 5px;
}


#BUSCA-AVANCADA {
    clear: both;

}
#BUSCA-AVANCADA form {
    border: 1px solid #F1F1F1;
    padding: 20px;
    border-radius: 5px;
}
#BUSCA-AVANCADA tr:first-child {

}
.CARRINHO-BOTAO {
    margin: 10px 0;
    text-align: right;
    width: 100%;
}

.FOTO-PAGINA img, .FOTO-TOPICO img {
    width: 100%;

}
/* PASSO A PASSO DA COMPRA ************************************************/

.LOJA-PASSOS {

    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 20px 0;

}

.LOJA-PASSOS div:first-child{
    border-radius: 5px 0 0 5px;
}
.LOJA-PASSOS div:last-child{
    border-radius: 0 5px 5px 0;
}
.LOJA-PASSOS div {
    float: left;
    padding: 11px 5px 10px 35px;
    font-size: 11px;
}

.LOJA-PASSOS div.off{
    opacity: 0.2;
}

.LOJA-PASSOS span{
    font-size: 18px;
    font-weight: bold;
    float: left;
    position: absolute;
    margin: -4px 0px -13px -29px;
    opacity: 1;
    padding: 3px 7px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #DDD;
}

#FORMULARIO-LOJA ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#FORMULARIO-LOJA ul {
    padding: 0;
}
#FORMULARIO-LOJA form {
    float: left;
    width: 50%;
    min-height: 250px;
    padding: 0;
}

#FORMULARIO-LOJA form > div {
    width: 60%;
    margin: 0 auto !important;
}
#FORMULARIO-LOJA form li > input {
    width: 100%;
    margin-bottom: 5px;
}
#FORMULARIO-LOJA form .CONTEUDO-TITULO {
    margin-bottom: 15px;
}

#FORMULARIO-LOJA .autenticacao_vip{
    clear: none;
}
.CENTRALIZA {
    clear: both;
    width: 100%;
    text-align: center;
}
.CENTRALIZA input#login_button {
    padding: 12px 50px;
}

.castrese_privilegios td {
    padding: 4px;
    border-bottom: 1px dotted rgba(139, 139, 139, 0.2);
}

#FORMULARIO-LOJA.CONTEUDO-MARGEM .MARGEM-TOPO > form.autenticacao_vip {
    width: 100%;
    margin-top: 20px;
}

#FORMULARIO-LOJA.CONTEUDO-MARGEM .MARGEM-TOPO > form.autenticacao_vip td {
    padding: 5px;
    border-bottom: 1px dotted rgba(139, 139, 139, 0.2);
}

#FORMULARIO-LOJA.CONTEUDO-MARGEM .MARGEM-TOPO > form.autenticacao_vip td label {
    font-size: 9px !important;
    color: #aaa;
    text-shadow: 0 1px 0px #fff;
}

#FORMULARIO-LOJA.CONTEUDO-MARGEM .MARGEM-TOPO > form.autenticacao_vip tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.005)
}

#FORMULARIO-LOJA.CONTEUDO-MARGEM .MARGEM-TOPO > form.autenticacao_vip td:nth-child(odd) {
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
}




.FORM-NOVO-LOJA form.autenticacao_vip {
    width: 100%;
    margin-top: 20px;
}

.FORM-NOVO-LOJA form.autenticacao_vip td {
    padding: 5px;
    border-bottom: 1px dotted rgba(139, 139, 139, 0.2);
}

.FORM-NOVO-LOJA form.autenticacao_vip td label {
    font-size: 9px !important;
    color: #aaa;
    text-shadow: 0 1px 0px #fff;
}

.FORM-NOVO-LOJA form.autenticacao_vip tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.005)
}

.FORM-NOVO-LOJA form.autenticacao_vip td:nth-child(odd) {
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
}




.CATALOGO-ENDERECO {
    display: inline;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

.CATALOGO-ENDERECO:hover{
    border: 1px solid #eee;
}

.CATALOGO-ENDERECO h4 {
    font-size: 120%;
    margin-bottom: 10px;
}
.CATALOGO-ENDERECO p {
    margin-bottom: 10px;
}

.CATALOGO-ENDERECO h4 input {
    margin-right: 10px;
}


.CATALOGO-ENDERECO .excluir a {
    color: #cc5555;
    float: right;
    opacity: 0.7;
}

.CATALOGO-ENDERECO .editar a {
    color: #09c;
    float: left;
    opacity: 0.7;
}

.CATALOGO-ENDERECO .excluir a:hover, .CATALOGO-ENDERECO .editar a:hover {
    opacity: 1;
}


.CATALOGO-ENDERECO .editar a:before {
    font-size: 16px;
    /*color: #666;*/
    font-family: ModernPictogramsNormal;
    content: "e ";
}

.FORM-NOVO-LOJA .novo a:before {
    font-size: 16px;
    /*color: #666;*/
    font-family: ModernPictogramsNormal;
    content: "o ";
}

.CATALOGO-ENDERECO .excluir a:before {
    font-size: 16px;
    /*color: #666;*/
    font-family: ModernPictogramsNormal;
    content: "X ";
}
.FORM-NOVO-LOJA {
    width: 100%;
    clear: both;
    float: left;
}
.FORM-NOVO-LOJA form {
    width: 100% !important;
}


/************************************************/
.autenticacao_vip{
    width: 200px;
    padding: 10px;
    margin:0;
    padding:0;
    clear:both;
}

/************************************************/

/* CARRINHO */

#MENU-DROPDOWN.LOJA-CARRINHO {
    margin-bottom: 20px;
    clear: both;
    float: left;
    width: 100%;
}
#MENU-DROPDOWN.LOJA-CARRINHO ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

#MENU-DROPDOWN.LOJA-CARRINHO li {
    margin: 0;
}
.LOJA-CARRINHO .ESQUERDO-TITULO {
    padding: 12px 20px;
    font-weight: bold;
}
.LOJA-CARRINHO .ESQUERDO-TITULO {
    padding: 12px 20px;
    font-weight: bold;
}
.LOJA-CARRINHO .ESQUERDO-TITULO {
    margin-top: 0 !important;
}
.ESQUERDO-TITULO:first-child {
    margin-top: 0 !important;
}

#FORMULARIO-LOJA form.autenticacao_vip td a:hover{
    text-decoration: underline;
}
#FORMULARIO-LOJA form.autenticacao_vip td a i{
    font-family: ModernPictogramsNormal !important;
    text-decoration: none !important;
    font-style: normal;
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
#FORMULARIO-LOJA form.autenticacao_vip td a:hover i{
    text-decoration: none !important;
}
.LOJA-CARRINHO li.ESQUERDO-TITULO span i{
    font-family: ModernPictogramsNormal !important;
    text-decoration: none !important;
    font-style: normal;
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

i.icon{
    font-family: ModernPictogramsNormal !important;
    text-decoration: none !important;
    font-style: normal;
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.LOJA-CARRINHO li.ESQUERDO-FILHO a{
    padding: 5px 6% !important;
    line-height: 150%;
    font-size: 10px;
    display: table;
}
.LOJA-CARRINHO li.ESQUERDO-FILHO:nth-child(even){
    opacity: 0.9;
}
.LOJA-CARRINHO li.ESQUERDO-FILHO:nth-child(even):hover{
    opacity: 1;
}

.LOJA-CARRINHO .SUBTOTAL, .LOJA-CARRINHO .FRETE, .LOJA-CARRINHO .TOTAL {

}

.LOJA-CARRINHO .SUBTOTAL strong, .LOJA-CARRINHO .FRETE strong, .LOJA-CARRINHO .TOTAL strong{
    width: 45%;
    text-align: right;
    display: inline-block;
    font-weight: normal;
}
.LOJA-CARRINHO .SUBTOTAL a, .LOJA-CARRINHO .FRETE a{
    width: 100% !important;
    padding: 5px 1% !important;
    color: inherit !important;
    font-size: 10px;
    cursor: text;
}
li.SUBTOTAL { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
li.FRETE { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.LOJA-CARRINHO .SUBTOTAL span, .LOJA-CARRINHO .FRETE span, .LOJA-CARRINHO .TOTAL span{
    width: 50%;
    text-align: right;
    display: inline-block;
}
.LOJA-CARRINHO a.CONTEUDO-LEGENDA {
    width: 100% !important;
}
.LOJA-CARRINHO a.CONTEUDO-LEGENDA span {
    float:right;
    opacity: 0.75;
}
.LOJA-CARRINHO .ESQUERDO-TITULO.TOTAL {
    padding: 6px 3% !important;
}

.LINK-INTELIGENTE {
    padding: 0 !important;
    width: auto !important;
    display: table;
    margin: 0 !important;
}

/************************************************************************************
GUIA DE EMPRESAS
*************************************************************************************/

.GUIA {
    margin-top: 30px;
}

.GUIA-LETRA, .GUIA-TITULO, .GUIA-RAMO {
    border-color: white;

}

.GUIA-TITULO td, .GUIA-RAMO td {
    padding: 5px;
}

.GUIA-LETRA .CONTEUDO-TITULO, .GUIA-TITULO .CONTEUDO-TITULO, .GUIA-RAMO .CONTEUDO-TITULO {
    font-size: 125%;
    margin: 10px;
}

.GUIA-LETRA .ESQUERDO-FILHO {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFF;
    margin: 0;
    border: 0;
}

.GUIA-LETRA .ESQUERDO-FILHO a{
    width: 100%;
    height: 100%;
    display: table;
}

.GUIA-LETRA .FUNDO-TOPICO {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.GUIA-ITENS {
    border-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.FILTRO-EMPRESA td {
    padding: 5px;
}

.FUNDO-TOPICO.CONTEUDO-TITULO {
    padding: 10px !important;
}

.RECURSOS-ICO {
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
    display: inline-block;
}

.SLIDER-SPAN2  button {
    display: table;
    clear: both;
    padding: 10px 20px;
    margin: 30px 0 0 0;
    opacity: 0.8;
    box-shadow: 0 1px 1px #ccc;
}

.SLIDER-SPAN2  button:hover {
    opacity: 1;
}

.CONTEUDO-LEGENDA button {
    display: none;
}

.ESQUERDO.HORIZONTAL.CONTEUDO-WRAP {
    float: none !important;
}

.ESQUERDO.HORIZONTAL.CONTEUDO-WRAP .menu {
    float: none;
}

/************************************************************************************
AGENDA DE EVENTOS /publico/suite/escritorio/aplicativo/agenda/index.php
*************************************************************************************/

.TABELA-EVENTOS {
    border: 1px solid #f1f1f1;
}

.TABELA-EVENTOS td, .TABELA-EVENTOS th {
    padding: 10px;
}

.TABELA-EVENTOS thead tr th.FUNDO-TOPICO {
    font-size: 16px;
    border-radius: 0;

}

.TABELA-EVENTOS thead {
    background-color: #f1f1f1;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

.TABELA-EVENTOS .button {
    margin: 0 auto;
    display: block;
}

.GUIA-TITULO.GUIA-LETRA .GUIA-ITENS {
    padding: 0 !important;
}

.GUIA-TITULO.GUIA-LETRA .ESQUERDO-FILHO {
    padding: 12px !important;
    display: block;
}

.LISTAGEM-EVENTOS {
    float: left;
    width: 100%;
}

#vlightbox1.LISTAGEM-EVENTOS {
    margin: 0;
    padding: 0;
}

.LISTAGEM-EVENTOS .LISTAGEM-THUMBNAIL {
    min-height: 0;
    width: 24% !important;
    background: #F1F1F1;
    margin: 0.8% 0.5%;

    float: left;
    line-height: 1.2;

}

.evento {
    font-family: 'Noto Sans', sans-serif;
    color: #2e3a40;
/*    text-transform: uppercase;*/
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.evento-link {
    text-decoration: none;
    color: inherit;
}

.evento:last-child {
    margin-bottom: 0;
}

.evento-data {
    font-weight: bold;
}

.evento-linha {
    background: #ccc;
    height: 2px;
    margin: 10px 0;
}

.evento-titulo {
    font-size: 13px;
}

.evento-local {
    font-size: 11px;
}

.evento-local-icone {
    background: url('/publico/suite/escritorio/aplicativo/agenda/local.png');
    width: 11px;
    height: 14px;
    float: left;
    margin-right: 3px;
}

.AG-FORM {
    width: 90%;
    margin: 10px auto;
    box-shadow: 0px 2px 3px rgba(125, 125, 125, 0.6);
}

.AG-FORM::after {
    content: ' ';
    display: block;
    clear: both;
}

.AG-FORM-GROUP {
    float: left;
}

.AG-FORM-LABEL {
    padding: 6px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.AG-FORM-GROUP {
    width: 50%;
    padding: 6px;
    font-size: 14px;
}

.AG-FORM-GROUP label {
    display: block;
}

.AG-FORM input[type="text"], .AG-FORM select {
    width: 98%;
}

.AG-CURSO {
    width: 90%;
    margin: 30px auto;
    color: #707e8c;
}

.AG-CURSO table {
    width: 100%;
}

.AG-CURSO table tbody td {
    height: 80px;
}

.AG-CURSO .AG-CURSO-CIDADE {
    text-align: center;
}

.AG-CURSO .MD5-CIDADE {
    padding-bottom: 20px;
}

.AG-CURSO .AG-ITEM-CURSO {
    border-bottom: solid 2px #e9e9e9;
    padding: 25px 20px 30px;
}

.AG-CURSO .AG-ITEM-DETALHES {
    border-left: 5px solid #2e66b7;
    padding-left: 10px;
    margin-bottom: 15px;
}

.AG-CURSO .AG-ITEM-DETALHES::after {
    clear: both;
    content: ' ';
    display: block;
}

.AG-CURSO .AG-ITEM-CABECALHO {
    height: 30px;
}

.AG-CURSO .AG-ITEM-TIPO, .AG-CURSO .AG-ITEM-CIDADE {
    font-weight: 700;
}


.BTN-MD{
        width: 163px; 
        height: 45px; 
        background-color: #3271c1; 
        color:white;
        font-weight: bold;
        border: 0px solid #3271c1;
}



.AG-CURSO .AG-BUDGET {
    /*float: right;*/
    margin: 0 5px;
    border: 1px solid #2e66b7;
    height: 19px;
    border-radius: 0px;
    padding: 0px;
    width: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.AG-CURSO .AG-BUDGET.AG-BUDGET-HIDDEN {
    display: none;
}

.AG-CURSO .AG-BUDGET.AG-BUDGET-NOVO {
   
    color: white;
    background: #c60205;
    border-color: #c60205;
    text-decoration: none;
}

.AG-CURSO .AG-BUDGET.AG-BUDGET-NOTURNO {
    color: white;
    background: #dabf10;
    border-color: #dabf10;
}

.AG-CURSO .AG-BUDGET.AG-BUDGET-SABADO {
    color: white;
    background: #4e7c00;
    border-color: #4e7c00;
}

.AG-CURSO h1 {
    text-transform: uppercase;
    padding: 12px 0;
    color: #2e66b7;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.AG-CURSO .AG-ITEM-CORPO a {
    float: right;
}

.AG-CURSO .AG-ITEM-CORPO a:hover {
    text-decoration: underline;
}

.AG-CURSO .AG-CURSO-VAZIO {
    font-size: 18px;
    text-align: center;
    display: none;
}

.msgAlertas{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.6);
}

.msgAlertas .container{
    background: #FFF;
    position: relative;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 250px;
    margin-left: -275px;
    margin-top: -125px;
}

.msgAlertas .container h1{
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}

.msgAlertas .container p{
    margin: 15px;
    height: 100px;
    overflow-y: auto;
}

.msgAlertas .container .controles{
    text-align: center;
}

.certificadoBloco{
    display: none;
}


.AG-PASSOS{
    text-align: center;
}

.AG-PASSOS-CAMINHO { 
    list-style: none; 
    overflow: hidden; 
    font: 18px Sans-Serif;
}
.AG-PASSOS-CAMINHO li { 
    float: left;
    height: 38px;
}
.AG-PASSOS-CAMINHO li a {
    color: white;
    text-decoration: none; 
    padding: 10px 0 10px 65px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1); 
    position: relative; 
    display: block;
    float: left;
}

.AG-PASSOS-CAMINHO li a::after { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
}

.AG-PASSOS-CAMINHO li a::before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}

.AG-PASSOS-CAMINHO li:first-child a {
    padding-left: 10px;
}

.AG-PASSOS-CAMINHO li a       { background:        hsla(203, 100%, 43%, 1); }
.AG-PASSOS-CAMINHO li a:after { border-left-color: hsla(203, 100%, 43%, 1); }

.AG-PASSOS-CAMINHO li.atual a       { background:        hsla(203, 100%, 23%, 1); }
.AG-PASSOS-CAMINHO li.atual a:after { border-left-color: hsla(203, 100%, 23%, 1); }

.AG-PASSOS-CAMINHO li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.AG-PASSOS-CAMINHO li:last-child a::after { 
    border: 0; 
}

.PLUGIN-AGENDA{
    min-height: 400px;
}

.PLUGIN-AGENDA-CONTEUDO .AG-BLOCO-BASICO{
    text-align: center;
}

.PLUGIN-AGENDA-CONTEUDO .AG-BLOCO-BASICO h1{
    text-align: center;
}

.PLUGIN-AGENDA-CONTEUDO{
    padding: 20px;
    width: 100%;
    min-height: 450px;
}

.PLUGIN-AGENDA-FORMULARIO{
    width: 90%;
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.PLUGIN-AGENDA-CONTEUDO .AG-BLOCOS{
    margin-bottom: 20px;
}

.PLUGIN-AGENDA-FORMULARIO-BLOCO50 .PLUGIN-AGENDA-FORMULARIO-BLOCO:first-child{
    width: 48%;
    margin-right:1%;
    float:left;
}

.PLUGIN-AGENDA-FORMULARIO-BLOCO50 .PLUGIN-AGENDA-FORMULARIO-BLOCO:last-child{
    width: 48%;
    margin-left: 1%;
    float:right;
}


.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-CAMPO{
    width: 100%;
    margin: 5px 0;
}

.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-CAMPO input[type=text], 
.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-CAMPO input[type=passsword], 
.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-CAMPO select, 
.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-CAMPO textarea{
    width: 100%;
}

.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-CAMPO input.min{
    width: 150px;
}

.AG-BLOCO-BASICO h1{
    text-align: center;
    margin: 10px 0;
}

.PLUGIN-AGENDA-FORMULARIO .PLUGIN-AGENDA-FORMULARIO-IDT{
    font-weight: bold;
}

.PLUGIN-AGENDA-FORMULARIO{
    width: 90%;
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.PLUGIN-AGENDA-BARRAESQUERDA .PLUGIN-AGENDA-MENU{
    list-style: none;
    width: 98%;
    margin: 10px auto;
    box-shadow: 0px 2px 3px rgba(125,125,125,0.6);
    top: 0;
    position: relative;
}

.PLUGIN-AGENDA-BARRAESQUERDA .PLUGIN-AGENDA-MENU li a{
    padding: 5px 10px 5px 20px;
    display: block;
    border-bottom: solid 2px #e9e9e9;
}
.PLUGIN-AGENDA-BARRAESQUERDA .PLUGIN-AGENDA-MENU li:hover a::before{
    content: ' > ';
    position: absolute;
    margin-left: -10px;
    font-weight: bold;
}

.PLUGIN-AGENDA .AG-BLOCO-INVESTIMENTO-GRADE tbody th{
    width: 28%;
}
.PLUGIN-AGENDA .AG-BLOCO-INVESTIMENTO-GRADE tbody td{
    text-align: left;
    padding-left: 20px;
    width: 24%;
}

.PLUGIN-AGENDA-FORMULARIO a.button{
    display: initial;
}

.PLUGIN-AGENDA-FORMULARIO-BLOCO50::after{
    clear: both;
    content: ' ';
    display: block;
}

.PLUGIN-AGENDA-BARRAESQUERDA{
    display: none;
    width: 200px;
    position:absolute;
    z-index: 990;
}

/************************************************************************************
LOGIN REDE SOCIAIS CABEÇALHO
*************************************************************************************/

.REDE-VIP, .REDE-CORPORATIVA {
    display: table;
}

#fechar1, #fechar2 {
    left: 50%;
    margin-left: 466px;
    position: absolute;
    text-align: center;
    border-radius: 0 0 4px 4px;
    padding: 2px 3px;
    color: #FFF;
    z-index: 999;
    box-shadow: inset 0 25px 7px rgba(0, 0, 0, 0.2);
    top: 0;
}

.CONTEUDO-WRAP.REDE-VIP, .CONTEUDO-WRAP.REDE-CORPORATIVA {
    min-width: 0 !important;
    background-color: #aaa;
    background: rgba(0, 0, 0, 0.23);
    padding: 5px 10px;
    float: right;
    clear: both;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 50%;
    margin-left: -80px !important;
}

.CONTEUDO-WRAP.REDE-VIP form, .CONTEUDO-WRAP.REDE-CORPORATIVA form {
    width: auto;
    height: auto;
    display: table;
    float: left;
    margin: 0;
    padding: 0;
}

.CONTEUDO-WRAP.REDE-VIP .button, .CONTEUDO-WRAP.REDE-CORPORATIVA .button {
    margin-top: 2px;
}

.REDE-VIP input, .REDE-VIP span, .REDE-CORPORATIVA input, .REDE-CORPORATIVA span, .REDE-VIP a  {
    float: left;
    margin-right: 5px !important;
}

.REDE-VIP span, .REDE-CORPORATIVA span {
    color: white;
    margin-top: 8px;
    margin-right: 10px !important;
    font-size: 11px;
}

.REDE-VIP a, .REDE-CORPORATIVA a {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.2;
    margin: 3px 0 1px 5px;
    display: table;
}


.CONTEUDO-WRAP.REDE-VIP, .CONTEUDO-WRAP.REDE-CORPORATIVA {
    min-width: 0 !important;
}

.CONTEUDO-WRAP.REDE-VIP {
    left: 50%;
    width: 660px;
    margin-left: -165px !important;
}


div#vlightbox1 {
    padding-top: 20px;
    text-align: center;
}


/**
 * Correção da estilização das abas no ambiente público
 * /publico/suite/escritorio/aplicativo/agenda/inscricao.php
 */
.TabbedPanelsTab.FUNDO-TOPICO {
    margin: 0 1px 0 0 !important;
    padding: 4px 10px !important;
    font-size: 14px !important;
    border-radius: 0;
    font-size:inherit !important;
}


/************************************************************************************
QUIZ E ENQUETE
*************************************************************************************/

.pesquisa_quiz td {
    padding: 5px 0;
}

/************************************************************************************
ÍCONES / FONTES
*************************************************************************************/

/* Informações de como utilizar em: /publico/include/fontes/tabeladeicones.html */

@font-face {
    font-family: 'icones_site';
    src:url('/publico/include/fontes/fonts/icones_site.eot');
    src:url('/publico/include/fontes/fonts/icones_site.eot?#iefix') format('embedded-opentype'),
        url('/publico/include/fontes/fonts/icones_site.woff') format('woff'),
        url('/publico/include/fontes/fonts/icones_site.ttf') format('truetype'),
        url('/publico/include/fontes/fonts/icones_site.svg#icones_site') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: icones_site !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

span [class*="icon-"] {
    font-family: icones_site !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-home, .icon-home-2, .icon-home-3, .icon-envelope, .icon-envelope-2, .icon-envelope-3, .icon-envelope-alt, .icon-mail, .icon-envelope-4, .icon-sitemap, .icon-search, .icon-search-2, .icon-magnifier, .icon-search-3, .icon-search-4, .icon-heart, .icon-thumbs-up, .icon-heart-2, .icon-thumbs-up-2, .icon-thumbs-up-3, .icon-thumbs-up-4, .icon-heart-3, .icon-star, .icon-facebook, .icon-facebook-2, .icon-facebook-3, .icon-twitter, .icon-twitter-old, .icon-twitter-2, .icon-twitter-3, .icon-twitter-4, .icon-youtube, .icon-youtube-2, .icon-instagram, .icon-instagram-2, .icon-soundcloud, .icon-soundcloud-2, .icon-myspace, .icon-googleplus, .icon-google-plus, .icon-google-plus-2, .icon-google-plus-3, .icon-pinterest, .icon-pinterest-2, .icon-pinterest-3, .icon-flickr, .icon-flickr-2, .icon-flickr-3, .icon-flickr-4, .icon-mail-2, .icon-mail-3, .icon-mail-4, .icon-linkedin, .icon-linkedin-2, .icon-linkedin-3, .icon-linkedin-4, .icon-blogger, .icon-blogger-2, .icon-tumblr, .icon-tumblr-2, .icon-tumblr-3, .icon-tumblr-4, .icon-vimeo, .icon-vimeo-2, .icon-vimeo2, .icon-foursquare, .icon-camera, .icon-pictures, .icon-pictures-2, .icon-pictures-3, .icon-camera-2, .icon-camera-3, .icon-picture, .icon-camera-4, .icon-picture-2, .icon-printer, .icon-printer-2, .icon-print, .icon-email, .icon-friends, .icon-user, .icon-user-2, .icon-user-3, .icon-user-4, .icon-user-5, .icon-user-add, .icon-star-2, .icon-star-3, .icon-copy, .icon-files, .icon-files-2, .icon-copy-2, .icon-back, .icon-arrow, .icon-arrow-up, .icon-arrow-up-2, .icon-arrow-up-3, .icon-circle-arrow-up, .icon-chevron-up, .icon-arrow-up--upload, .icon-arrow-up-4, .icon-file, .icon-file-add, .icon-file-2, .icon-file-3, .icon-document-alt-stroke, .icon-file-4, .icon-chat, .icon-comment, .icon-comment3, .icon-comment2, .icon-comment-2, .icon-chat-3, .icon-chat-2, .icon-bubbles, .icon-pencil, .icon-edit2, .icon-edit, .icon-edit-2, .icon-trashcan, .icon-minus, .icon-deletefile, .icon-deletefolder, .icon-trashcan-2, .icon-cancel, .icon-remove, .icon-remove-sign, .icon-cross, .icon-plus, .icon-plus-2, .icon-addfolder, .icon-plus-3, .icon-plus-4, .icon-plus-5, .icon-arrow-right, .icon-arrow-right-2, .icon-caret-right, .icon-arrow-right-3, .icon-arrow-right-4, .icon-arrow-left, .icon-arrow-left-2, .icon-arrow-left-3, .icon-caret-left, .icon-chevron-left, .icon-arrow-left-4, .icon-type, .icon-text-height, .icon-code, .icon-file-xml, .icon-attachment, .icon-paperclip, .icon-paperclip-2, .icon-attachment-2, .icon-clip, .icon-form, .icon-clipboard, .icon-dropmenu, .icon-network, .icon-treediagram, .icon-foldertree, .icon-details, .icon-list, .icon-grid, .icon-menu, .icon-email2, .icon-palette, .icon-insertpictureleft, .icon-insertpictureright, .icon-paperclip-3, .icon-checkmark, .icon-list-2, .icon-list-3, .icon-grid-2, .icon-list-4, .icon-layout, .icon-globe, .icon-earth, .icon-window, .icon-window-2, .icon-cart, .icon-shoppingcart, .icon-shopping-cart, .icon-cart-2, .icon-cart-3, .icon-basket, .icon-browser {
    font-family: icones_site !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-home:before {
    content: "\21b8";
}
.icon-home-2:before {
    content: "\f015";
}
.icon-home-3:before {
    content: "\e000";
}
.icon-envelope:before {
    content: "\e001";
}
.icon-envelope-2:before {
    content: "\e002";
}
.icon-envelope-3:before {
    content: "\e003";
}
.icon-envelope-alt:before {
    content: "\f0e0";
}
.icon-mail:before {
    content: "\e004";
}
.icon-envelope-4:before {
    content: "\e108";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-search:before {
    content: "\e005";
}
.icon-search-2:before {
    content: "\e006";
}
.icon-magnifier:before {
    content: "\e007";
}
.icon-search-3:before {
    content: "\e008";
}
.icon-search-4:before {
    content: "\f002";
}
.icon-heart:before {
    content: "\e009";
}
.icon-thumbs-up:before {
    content: "\e00a";
}
.icon-heart-2:before {
    content: "\e00b";
}
.icon-thumbs-up-2:before {
    content: "\f087";
}
.icon-thumbs-up-3:before {
    content: "\e00c";
}
.icon-thumbs-up-4:before {
    content: "\e034";
}
.icon-heart-3:before {
    content: "\e00d";
}
.icon-star:before {
    content: "\e212";
}
.icon-facebook:before {
    content: "\e00e";
}
.icon-facebook-2:before {
    content: "\f09a";
}
.icon-facebook-3:before {
    content: "\e00f";
}
.icon-twitter:before {
    content: "\e010";
}
.icon-twitter-old:before {
    content: "\e011";
}
.icon-twitter-2:before {
    content: "\f099";
}
.icon-twitter-3:before {
    content: "\e012";
}
.icon-twitter-4:before {
    content: "\e110";
}
.icon-youtube:before {
    content: "\f142";
}
.icon-youtube-2:before {
    content: "\e0c0";
}
.icon-instagram:before {
    content: "\f14a";
}
.icon-instagram-2:before {
    content: "\e013";
}
.icon-soundcloud:before {
    content: "\e0e1";
}
.icon-soundcloud-2:before {
    content: "\e0e2";
}
.icon-myspace:before {
    content: "\f153";
}
.icon-googleplus:before {
    content: "\f165";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-google-plus-2:before {
    content: "\e0b3";
}
.icon-google-plus-3:before {
    content: "\e0b5";
}
.icon-pinterest:before {
    content: "\e014";
}
.icon-pinterest-2:before {
    content: "\e0ea";
}
.icon-pinterest-3:before {
    content: "\e0eb";
}
.icon-flickr:before {
    content: "\f146";
}
.icon-flickr-2:before {
    content: "\e0c4";
}
.icon-flickr-3:before {
    content: "\e0c5";
}
.icon-flickr-4:before {
    content: "\e0c6";
}
.icon-mail-2:before {
    content: "\e0ad";
}
.icon-mail-3:before {
    content: "\e0af";
}
.icon-mail-4:before {
    content: "\e0b0";
}
.icon-linkedin:before {
    content: "\f166";
}
.icon-linkedin-2:before {
    content: "\e015";
}
.icon-linkedin-3:before {
    content: "\e016";
}
.icon-linkedin-4:before {
    content: "\e0e5";
}
.icon-blogger:before {
    content: "\e0d8";
}
.icon-blogger-2:before {
    content: "\e0d9";
}
.icon-tumblr:before {
    content: "\f164";
}
.icon-tumblr-2:before {
    content: "\e0db";
}
.icon-tumblr-3:before {
    content: "\e0da";
}
.icon-tumblr-4:before {
    content: "\e017";
}
.icon-vimeo:before {
    content: "\f168";
}
.icon-vimeo-2:before {
    content: "\e018";
}
.icon-vimeo2:before {
    content: "\e0c2";
}
.icon-foursquare:before {
    content: "\f42a";
}
.icon-camera:before {
    content: "\e019";
}
.icon-pictures:before {
    content: "\e01a";
}
.icon-pictures-2:before {
    content: "\e01b";
}
.icon-pictures-3:before {
    content: "\e01c";
}
.icon-camera-2:before {
    content: "\e01d";
}
.icon-camera-3:before {
    content: "\e01e";
}
.icon-picture:before {
    content: "\e01f";
}
.icon-camera-4:before {
    content: "\e020";
}
.icon-picture-2:before {
    content: "\f03e";
}
.icon-printer:before {
    content: "\e021";
}
.icon-printer-2:before {
    content: "\e022";
}
.icon-print:before {
    content: "\f02f";
}
.icon-email:before {
    content: "\e023";
}
.icon-friends:before {
    content: "\f134";
}
.icon-user:before {
    content: "\e024";
}
.icon-user-2:before {
    content: "\e025";
}
.icon-user-3:before {
    content: "\e026";
}
.icon-user-4:before {
    content: "\f007";
}
.icon-user-5:before {
    content: "\e027";
}
.icon-user-add:before {
    content: "\e028";
}
.icon-star-2:before {
    content: "\e032";
}
.icon-star-3:before {
    content: "\e029";
}
.icon-copy:before {
    content: "\e02a";
}
.icon-files:before {
    content: "\e02b";
}
.icon-files-2:before {
    content: "\e02c";
}
.icon-copy-2:before {
    content: "\f0c5";
}
.icon-back:before {
    content: "\e02d";
}
.icon-arrow:before {
    content: "\e02e";
}
.icon-arrow-up:before {
    content: "\e02f";
}
.icon-arrow-up-2:before {
    content: "\e030";
}
.icon-arrow-up-3:before {
    content: "\e031";
}
.icon-circle-arrow-up:before {
    content: "\f0aa";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-arrow-up--upload:before {
    content: "\e033";
}
.icon-arrow-up-4:before {
    content: "\e084";
}
.icon-file:before {
    content: "\e035";
}
.icon-file-add:before {
    content: "\e036";
}
.icon-file-2:before {
    content: "\f016";
}
.icon-file-3:before {
    content: "\e116";
}
.icon-document-alt-stroke:before {
    content: "\e19f";
}
.icon-file-4:before {
    content: "\e037";
}
.icon-chat:before {
    content: "\e038";
}
.icon-comment:before {
    content: "\e039";
}
.icon-comment3:before {
    content: "\f155";
}
.icon-comment2:before {
    content: "\f12d";
}
.icon-comment-2:before {
    content: "\e03a";
}
.icon-chat-3:before {
    content: "\e03b";
}
.icon-chat-2:before {
    content: "\e03c";
}
.icon-bubbles:before {
    content: "\e03d";
}
.icon-pencil:before {
    content: "\e03e";
}
.icon-edit2:before {
    content: "\f0f2";
}
.icon-edit:before {
    content: "\e03f";
}
.icon-edit-2:before {
    content: "\f044";
}
.icon-trashcan:before {
    content: "\e040";
}
.icon-minus:before {
    content: "\e041";
}
.icon-deletefile:before {
    content: "\f0c7";
}
.icon-deletefolder:before {
    content: "\f0db";
}
.icon-trashcan-2:before {
    content: "\e042";
}
.icon-cancel:before {
    content: "\e043";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-cross:before {
    content: "\e044";
}
.icon-plus:before {
    content: "\e045";
}
.icon-plus-2:before {
    content: "\e046";
}
.icon-addfolder:before {
    content: "\f0da";
}
.icon-plus-3:before {
    content: "\e047";
}
.icon-plus-4:before {
    content: "\e048";
}
.icon-plus-5:before {
    content: "\e049";
}
.icon-arrow-right:before {
    content: "\e04a";
}
.icon-arrow-right-2:before {
    content: "\e04b";
}
.icon-caret-right:before {
    content: "\e04c";
}
.icon-arrow-right-3:before {
    content: "\e04d";
}
.icon-arrow-right-4:before {
    content: "\e04e";
}
.icon-arrow-left:before {
    content: "\e04f";
}
.icon-arrow-left-2:before {
    content: "\e050";
}
.icon-arrow-left-3:before {
    content: "\e051";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-arrow-left-4:before {
    content: "\e052";
}
.icon-type:before {
    content: "\e053";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-code:before {
    content: "\e15f";
}
.icon-file-xml:before {
    content: "\e0fa";
}
.icon-attachment:before {
    content: "\e054";
}
.icon-paperclip:before {
    content: "\e21a";
}
.icon-paperclip-2:before {
    content: "\e14d";
}
.icon-attachment-2:before {
    content: "\e055";
}
.icon-clip:before {
    content: "\e056";
}
.icon-form:before {
    content: "\f08c";
}
.icon-clipboard:before {
    content: "\e057";
}
.icon-dropmenu:before {
    content: "\f0a5";
}
.icon-network:before {
    content: "\f0a6";
}
.icon-treediagram:before {
    content: "\f0ec";
}
.icon-foldertree:before {
    content: "\f0f0";
}
.icon-details:before {
    content: "\f111";
}
.icon-list:before {
    content: "\f113";
}
.icon-grid:before {
    content: "\f110";
}
.icon-menu:before {
    content: "\f127";
}
.icon-email2:before {
    content: "\f136";
}
.icon-palette:before {
    content: "\f1b9";
}
.icon-insertpictureleft:before {
    content: "\f1e1";
}
.icon-insertpictureright:before {
    content: "\f1e2";
}
.icon-paperclip-3:before {
    content: "\f284";
}
.icon-checkmark:before {
    content: "\e058";
}
.icon-list-2:before {
    content: "\e059";
}
.icon-list-3:before {
    content: "\e05a";
}
.icon-grid-2:before {
    content: "\e05b";
}
.icon-list-4:before {
    content: "\e05c";
}
.icon-layout:before {
    content: "\e05d";
}
.icon-globe:before {
    content: "\e05e";
}
.icon-earth:before {
    content: "\e05f";
}
.icon-window:before {
    content: "\e060";
}
.icon-window-2:before {
    content: "\e061";
}
.icon-cart:before {
    content: "\e062";
}
.icon-shoppingcart:before {
    content: "\f035";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-cart-2:before {
    content: "\e063";
}
.icon-cart-3:before {
    content: "\e064";
}
.icon-basket:before {
    content: "\e141";
}
.icon-browser:before {
    content: "\f159";
}

/* Label e Badges */

.label,
.badge {
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
}
.label {
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.badge {
    padding: 1px 9px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
a.label:hover,
a.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.label-important,
.badge-important {
    background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}
.label-warning,
.badge-warning {
    background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
.label-success,
.badge-success {
    background-color: #468847;
}
.label-success[href],
.badge-success[href] {
    background-color: #356635;
}
.label-info,
.badge-info {
    background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
    background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

@media screen and (min-width: 660px) {
    .PLUGIN-AGENDA-CONTEUDO{
        padding-left: 220px;
    }
    .PLUGIN-AGENDA-BARRAESQUERDA{
        display: initial;
    }
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* Responsive Iframe */
iframe{
    width: -webkit-fill-available;
}