@charset "iso-8859-1";
/* DEFAULT - DotDigital : Esteves */

@import url('styles/_dot-file.type.css');
/* @import url('styles/dotadmin/form_elements.css'); */
/* @import url('styles/dotadmin/grid_960.css'); */

/*
.container {min-height: 100%;position: relative;}
*/
div {position: relative;}

h1,h2,h3,h4,h5,h6{margin: 25px 0 15px 0}
p{margin:5px 0 0 0}

a {color: #333}

a, a:hover {text-decoration: none;}

.header {
    /*
    height: 120px;
    width: 100%;
    position: fixed;
    */
    display: block;
    position: relative;
}

#boxHeader01 {
    position: absolute;
    right: 13px;
    top: -40px;
}


.rounded-corners_5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.rounded-corners_10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.rounded-corners_15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.rounded-corners_20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.boxContatosTop {
    float: left;
    position: relative;

    display: block;
}
.boxContatosTop .tel {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color:#FFF;
    padding: 0 13px;
}
.boxContatosTop .tel .ddd {
    font-size: 13px;
    font-weight: normal;
}
.boxContatosTop .icone {
    margin-top: 5px;
}


.imgsSprite {
    background-image: url(_layout/imgsSprite.png);
    background-repeat: no-repeat;
}

.imgsSprite.iconFb,
.imgsSprite.iconTw,
.imgsSprite.iconAreaRestritaSpeedrite,
.imgsSprite.iconAreaRestritaBlue,
.imgsSprite.iconEcommerce,
.imgsSprite.iconClose {
    height: 25px;
    width: 25px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -10000px;
    overflow: hidden;
    display: block;
}
.imgsSprite.iconFb {
    background-position: 0px 0px;
}
.imgsSprite.iconFb:hover {
    background-position: -157px 0px;
}
.imgsSprite.iconTw {
    background-position: 0px -35px;
}
.imgsSprite.iconTw:hover {
    background-position: -157px -35px;
}

.imgsSprite.iconAreaRestritaSpeedrite {
    background-position: 0px -102px;
}
.imgsSprite.iconAreaRestritaSpeedrite:hover {
    background-position: -157px -102px;
}


.imgsSprite.iconAreaRestritaBlue {
    background-position: 0px -69px;
}
.imgsSprite.iconAreaRestritaBlue:hover {
    background-position: -157px -69px;
}

.imgsSprite.iconEcommerce,
.imgsSprite.iconEcommerceLabel {
    background-position: 0px -206px;
}
.imgsSprite.iconEcommerce:hover,
.imgsSprite.iconEcommerceLabel:hover {
    background-position: 0px -234px;
}

.imgsSprite.iconClose {
    transition: all 0.3s ease;
    background-position: 0px -304px;
}
.imgsSprite.iconClose:hover {
    background-position: 0px -329px;
}

.containerAddNewsLetter {
    background-color: #e4e4e4;
    padding: 10px 13px;
}
/*
.containerAddNewsLetter .colunas_nome,
.containerAddNewsLetter .colunas_email,
.containerAddNewsLetter .colunas_submit {
    display: inline;
    float: left;
    position: relative;
    margin: 0 6px 0 0;
}
.containerAddNewsLetter .colunas_nome {
    width: 428px;
}

.containerAddNewsLetter .colunas_email {
    width: 396px;
}
.containerAddNewsLetter .labelCadastro {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}
*/
.containerAddNewsLetter .inputCadNews {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    border: 1px solid #808080;
    height: 32px;
    padding-left: 10px;
    width: 100%;

}
.containerAddNewsLetter INPUT {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.boxGrayOblique {
    height: 35px;
    position: relative;
    margin-right: 3px;
    margin-left: 9px;
    display: inline-block;
}


.boxGrayOblique .leftOblique {
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    height: 35px;
    width: 9px;
    left: -9px;
    bottom: 0px;
}
.boxGrayOblique .rightOblique {
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    height: 35px;
    width: 9px;
    right: -9px;
    top: 0px;
}

/* sombra box das entidades */
.shadownBox_left {
    background-image: url(_layout/banner_shadow_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    height: 100%;
    width: 28px;
    left: -28px;
}

.shadownBox_right {
    background-image: url(_layout/banner_shadow_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    height: 100%;
    width: 28px;
    right: -28px;
}


.containerBannerHome img {
   
}


.containerBannerHome {
    margin-top: 32px;
    margin-bottom: 24px;
    /* overflow: hidden; */
}

.containerBannerHome a img.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.containerBannerHome a:hover img.img-gray {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
   -o-filter: grayscale(0%);
}


.containerBannerHome a img {
    border: none;
}


.containerBannerHome a {
    color: #333;
    /* text-decoration: underline; */
    display: block;
    margin-bottom: 25px;
    min-height: 188px;
}

.containerBannerHome h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px;
    color: #FFF;
}
.containerBannerHome p {
    font-size: 11px;
    font-weight: normal;
    margin: 2px;
    color: #FFF;
}

/*
.containerBannerHome .colunas_1-4 a {
    color: #FFF;
    text-decoration: none;
}


.containerBannerHome .tit {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px;
}
.containerBannerHome .descricao {
    font-size: 11px;
    font-weight: normal;
    margin: 2px;
}
*/


.containerFooterMenu {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}
.listMenuFooter {list-style-type: none;margin: 0;padding: 0;}
.listMenuFooter li a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    display: block;
    line-height: 14px;
    padding: 7px 7px;
    margin-left: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    
}
.listMenuFooter li a:hover{
    background-color: gray;
}
.listMenuFooter li.categoria a {
    font-weight: bold;
    margin-left: 0;
    font-size: 12px;
    padding: 11px 3px;
    border: none;
}

.footer-signature a {
    color: #999999;
}

.footer-signature {
    margin: 21px 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    text-align: right;
}


.container .containerIn {

    padding: 0 0 300px 0;
}
.footer {
    background-color: #232323;
    position: relative;
    /*
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    */
    padding-top: 18px;

}
/*
.contentFooter {
    background-color: #232323;
}
*/



.containerPages {
    min-height: 382px;
    background-color: #FFF;
    margin-bottom: 30px;
    margin-top: 12px;
}
.column_menuConteudos {
    float: left;
    width: 210px;
}

.column_conteudoPage {
    float: left;
    width: 730px;
}
.column_conteudoPage,
.column_conteudoPage_100porc {
    overflow: hidden;

    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

/* --- --- --- --- --- -*/
/* lista : MENU nivel 2 */
.listMenuConteudos {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.listMenuConteudos li {
    list-style-type: none;
}


.listMenuConteudos li a.ultimo {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EBEBEB;
}

.listMenuConteudos li a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 2px;
    padding-left: 10px;
    margin: 0px;
    text-decoration: none;
    color: #454545;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EBEBEB;
}

.listMenuConteudos li a:hover, .listMenuConteudos li a.ativo {
    background-color: #CCC;
    color: #6B6B6B;
}

.listMenuConteudos li a.ativo {
    font-weight:bold;
}

/* --- --- --- --- --- --- ---*/
/* FIM : lista : MENU nivel 2 */



/* --- --- --- --- --- -*/
/* lista : MENU nivel 3 */
.listSubMenuNivel_3 {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.listSubMenuNivel_3 li {
    list-style-type: none;
}

.listSubMenuNivel_3 li a.first {
    border-top-width: 0;
    border-top-style: none;
    border-top-color: #EBEBEB;
    background-image:url(_layout/setaDown_16x9px.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.listSubMenuNivel_3 li a {
    display: block;
    font-size: 11px;
    line-height: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 16px;
    margin: 0px;
    text-decoration: none;
    color: #454545;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #BBB;
    background-color: #E5E5E5;
}

.listSubMenuNivel_3 li a:hover, .listSubMenuNivel_3 li a.ativo {
    background-color: #F2F2F2;
    color: #6B6B6B;
}
.listSubMenuNivel_3 li a.ativo:before {
    content:  "\2713  ";
}

.listSubMenuNivel_3 li a.ativo {
    font-weight:bold;
}

/* --- --- --- --- --- --- ---*/
/* FIM : lista : MENU nivel 3 */


H1.titPage {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 16px;
    color: #616161;
    text-align: right;
    font-weight: bold;
    line-height: 22px;
    padding: 0px;
    text-transform: uppercase;
}

#navPathMenu {
    position: relative;
    color: #727272;
    font-size: 12px;
    text-align: right;
    margin-bottom: 34px;
}

#navPathMenu a {
    font-size: 10px;
    color: #606060;
    text-decoration: none;
    text-transform: lowercase;	
}
#navPathMenu a:last-child {
    font-weight:bold;
}

#creditoHome {
    position: absolute;
    left: 9px;
    bottom: 9px;
}

/* LISTA SUB MENU CONTEUDOS n3 */

.containerSubMenuConteudo {
    margin-left: 10px;
    margin-right: 10px;
}

.containerSubMenuConteudo H4 {
    margin-left: 4px;
    text-transform: uppercase;
}

.containerSubMenuConteudo .listSubMenuConteudo {
    overflow: hidden;
    margin-left: 22px;
}
.containerSubMenuConteudo .listSubMenuConteudo li {
    list-style-type: circle;
    margin: 0px;
    padding: 0px;
}
.containerSubMenuConteudo .listSubMenuConteudo li a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    line-height: 14px;
    display: block;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 14px;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.containerSubMenuConteudo .listSubMenuConteudo li a:hover {
    background-color:#E8E8E8;
}
/* FIM - LISTA SUB MENU CONTEUDOS n3 */



.containerShowProduto p,
.containerShowProduto span {
    /* color: #333; */
    line-height: 20px;
}


.containerShowProduto .vlrProduto {
    display: block;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-bottom: 12px;
}

.containerShowProduto .vlrProduto .moeda {
    font-size: 11px;
}

.boxFormaPagto {
    font-size: 11px;
    margin: 17px 0;
    padding: 4px;
    position: relative;
    border: 1px solid #E2E2E2;
}
.listFlagFormaPagto {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.listFlagFormaPagto li {
    float: left;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 3px;
    border: 1px solid #DDD;
    padding: 2px;
    font-size: 11px;
    line-height: 17px;
}
#listParcelamentosCartao {
    margin: 0px;
    padding: 1px;
    overflow: hidden;
}
#listParcelamentosCartao li {
    background-color: #E5E5E5;
    list-style-image: url(esquemas/default/seta_submenu_gray.gif);
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
#listParcelamentosCartao li a {
    display: block;
    padding-left: 0;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;

    color: #333;
    text-decoration: none;
    font-weight: bold;
}
#listParcelamentosCartao .showParcelamento li {
    font-size: 11px;
    color: #999;
    line-height: 14px;
    background-color: #F0F0F0;
    padding: 3px;
}
#listParcelamentosCartao  .showParcelamento {
    margin: 0px;
    padding: 2px;
}
.boxParcelamentoCartoes {
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 8px;
}



.containerListRevendas {
    font-size: 12px;
    color: #333;
}
.containerListRevendas h4 {
    background-color: #CCC;
    display: block;
    padding: 4px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    font-size: 13px;
}

.listRevendas {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;

}

.listRevendas LI {
    font-size: 12px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D7D7;
    line-height: 16px;
}


.guiaGray {
    text-align: right;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #606060;
    margin-top: 4px;

}
.guiaGray span {
    display: inline-block;
    background-color: #606060;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
}
.contentLoginRepresentante {
    display: block;
    background-color: rgb(238, 238, 238);
    text-align: center;
    padding: 17px;
    margin-bottom: 17px;
}
.contentLoginRepresentante table {
    margin-left:auto; 
    margin-right:auto;
}
.contentLoginRepresentante table td {
    padding: 9px;
    
}


/* --------- x ----------*/
/* lista downloads */
.guiaForms {
    font-size: 12px;
    color: #656669;
}
.boxComGuia {
    text-align:left;
    padding: 10px;
    display: block;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #D1D1D1;
    border-bottom-color: #D1D1D1;
}
.boxComGuia .descricaoFile {
    font-size: 16px;
    background-color: #D1D1D1;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 10px;
    width: auto;
    height: auto;
}
.boxComGuia .downloadFile {
    font-size: 12px;
    color: #FFF;
    background-color: #E6E6E6;
    padding-top: 1px;
    padding-right: 12px;
    padding-bottom: 1px;
    padding-left: 22px;
    margin-bottom: 6px;
    line-height: 21px;
}
.downloadFile .linkDownloadFile {
    color: #333;
    display: block;
    font-size: 12px;
    text-decoration: none;
}
.downloadFile .linkDownloadFile:hover {
    color: #CCC;
}
/* FIM - lista downloads */







.boxLine_v1, .boxLine_v2 {
    /*	
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    
    border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    
    */
    margin: 0px;
    display: table;

}
.boxLine_v1 {
    /*
    border: 1px solid #455560;
    */

    padding: 16px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #666;
}
.boxLine_v2 {
    border: 1px solid #c1d72e;
    padding: 16px;
}
.boxLine_v2 h1 {
    color: #475762;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 0px;
}
.boxLine_v2 h2 {
    color: #C1D72E;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    display: block;
}
.boxLine_v2 b {
    font-weight: bold;
}


/* PRODUTOS DESTAQUE HTML */

.boxProdutosDestaque .tituloGrupo {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 28px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #C3C3C3;
    color: #666;
}

.boxProdutosDestaque .tabListProdutos .imgProd TD, .boxProdutosDestaque .tabListProdutos .linkProd TD {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #DBDBDB;
    padding-bottom: 5px;
}

/* FIM : PRODUTOS DESTAQUE HTML */

.tabComparacaoDefault {
    border-collapse:collapse;
}
.tabComparacaoDefault thead TD {
    background-color: #999;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-weight: bold;
}
.tabComparacaoDefault tbody TD {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}




.containerShowProduto .boxFullConteudosProduto {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}



/* TITULO GRUPO DE PRODUTOS */
.titGroupProdutos {
    display:block;
    padding-left: 18px;
    font-size: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D1;
    margin-top: 18px;
    color: #6B6B6B;
}


/* GUIAS CARACTERISTICA DO PRODUTO */
.listGuiasCaracteristicas {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c5c5c5;
}

.listGuiasCaracteristicas:after {
    display: block;
    clear: both;
    content: " ";
}
.listGuiasCaracteristicas li {
    float: left;
    margin-right: 2px;
}
.listGuiasCaracteristicas li.first {
    margin-left: 15px;
}

.listGuiasCaracteristicas li.ativo {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: black;
    background-color:#FFF;
}

.listGuiasCaracteristicas li.ativo a {
    border-top-width: 4px !important;
    font-weight: bold;
    margin-top: -1px !important;
}

.listGuiasCaracteristicas li a {


    padding: 15px 13px 11px 13px;


    color: black;
    font-weight: bold;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    display: block;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #c5c5c5;
    border-right-color: #c5c5c5;
    border-left-color: #c5c5c5;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    

    margin-top: 2px;


    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.listGuiasCaracteristicas .iconDownload {
    background-position: 0px -265px;
    padding-left: 29px;
}
.listGuiasCaracteristicas .iconDownload:hover {
    background-position: -160px -265px;
}

.listGuiasCaracteristicas .iconVideo {
    background-position: 0px -359px;
    padding-left: 29px;
}
.listGuiasCaracteristicas .iconVideo:hover {
    background-position: -163px -359px;
}

/* FIM : GUIAS CARACTERISTICA DO PRODUTO */

/* 21.06.2013 */

.box {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.03);
}

.toggle_container {
    border: 1px solid #ddd;
    border-radius: 3px;
}

fieldset select {
    margin-bottom: 12px;
}
/* FIM : 21.06.2013 */









/* --- 30.10.2014 --- */
div, input, select, textarea, span, img, table, td, th, p, a, button, ul, code, pre, li {
    /*
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    */
}

.form-group label.error{
    color: #b94a48;
    font-weight: normal;
    font-size: small;
}

.boxShowConteudo {
    margin-bottom: 40px;
    padding: 0 15px;
}
.boxShowConteudo img {
    max-width: 100%;
}
.slicknav_menu {
    display:none;
}
.slicknav_menu a.active {
    color: yellow;
}





ul.header_menu {
    position:relative;
    overflow: hidden;
}
ul.header_menu > li {
    float: left;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}
ul.header_menu > li a {
    line-height: 35px;
    padding: 0 9px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    z-index: 10;
    position: relative;
    overflow: hidden;
    font-family: 'Verdana', 'Geneva', 'sans-serif';
    letter-spacing: -1px;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul.header_menu > li a.active,
ul.header_menu > li a:hover {
    color: #666;
    background-color: yellow;
}
ul.header_menu > li a.active {
    font-weight:bold;
}

ul.header_menu .separ {
    height: 0;
    width: 0;
    display: block;
}
.header_menu > li > ul {
    display: none;
}









/* lista THUMBS */
.containerThumbs .boxThumbs {
    /*
    display: inline-block;
    width: 46%;
    vertical-align:top;
    float:left;
    */
    margin-left: 12px;
    margin-right: 12px;
}
.containerThumbs .boxThumbs a img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.containerThumbs .boxThumbs a {
    font-size: 12px;
    text-decoration:none;
    display: block;
}
.containerThumbs .boxThumbs a:hover img{
    opacity: 0.7;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=70);  /* Opacity for IE8 and lower */
}
.boxThumbs .titThumbs {
    display: block;
    text-align: left;
    color: #333;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;  
}

.boxThumbs .boxBtVeja {
    display: block;
    text-align: right;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D4D4D4;
    padding-right: 20px;
    padding-bottom: 20px;
}

.boxThumbs .boxBtVeja a {
    font-size: 11px;
    font-style: italic;
    color: #747474;
}
.boxThumbs .boxBtVeja a:after {
    content:  "   \2713";
}


.boxThumbs .boxImg {
    min-height: 130px;
    min-width: 140px;
    display:block;
    text-align:center;
    padding: 4px;
}

.boxThumbs .chamadaThumbs {
    display:block;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
}

.containerThumbs .linha {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #B5B5B5;
    clear:both;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* FIM - lista THUMBS */







/* Assistência e Representantes */
.boxMapaBra{
    background-image: url(_layout//mapa-brasil-310x301.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 301px;
    /* min-width: 310px; */
    min-width: 100%;
    position: relative;
}

.boxMapaBra .boxSelectUf{
    background-color: yellow;
    background-color: rgba(255, 245, 0, 0.57);
    padding: 11px;

    margin-left: auto;
    margin-right: auto;
    width: 203px;
    text-align: center;

    position: absolute;
    left: 30px;
    right: 30px;
    top: 35%;

    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px; /* for old Konqueror browsers */
    border-radius: 9px; /* future proofing */
}
.boxMapaBra .boxSelectUf select{
    margin: 0;
    width: 100%;
}

#boxListaItensMapa .estado {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 17px;
    text-align: center;
    padding: 7px;
    background-color: #ededed;
    border: 1px solid #a9a9aa;

    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}
#boxListaItensMapa ul {
    list-style: none;
    margin: 7px;
}

#boxListaItensMapa ul li {
    padding: 7px;
    border-bottom: 1px dashed #a9a9aa;
    line-height: 24px;
}
/* FIM : Assistência e Representantes */


@media screen and (max-width: 991px) {
    #menuNavegacao {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }

    #logoTop {
        position: relative !important;
        left: none !important;
        margin: 0 auto;
    }

    .containerFooterAssinatura .row > div {
        text-align: center;
    }
}

/* --- FIM : 30.10.2014 --- */


/* --- Elementos do plugin oembed 01.04.2015 --- */
.DotEmbededContent {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    /* muito importante */
    padding-bottom: 56.25%;
}
.DotEmbededContent > iframe,
.DotEmbededContent embed,
.DotEmbededContent object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* --- FIM: 01.04.2015 --- */

/* btn whats */
.btn-whats {
    background-color: #1f6624;
    border-color: #44904a;
    color: #fff;
}
.btn-whats:hover,
.btn-whats:active,
.btn-whats:focus {
    background-color: #104714;
    color: #fff;
}
.whatsapp-fixed-w {
    bottom: 11px;
    max-height: calc(98vh - 70px);
    max-width: 80vw;
    position: fixed;
    right: 7px;
    z-index: 1040;
}
.whatsapp-fixed-w svg {
    fill: white;
}
.whatsapp-fixed-w>a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    border-radius: 8px;
    font-size: 3em;
    line-height: 1;
    opacity: .75;
    line-height: 0;
    padding: 11px;
}
/* btn whats */