@media only screen and (max-width: 767px){
footer {
    height: 289px !important;
    margin-top: -10px !important;
}
footer .menu-footer li a {
    display: none;
}
.li-whatsapp a {
    width: 52px !important;
    height: 52px !important;
}

.li-whatsapp i {
    font-size: 35px !important;
}
}

@media only screen and (max-width: 767px) {
footer .menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    border-top: solid 2px #fff;
    margin-top: -10px ! important;
}
}

@media only screen and (max-width: 767px) {
footer .menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    border-top: solid 2px #fff;
    margin-top: -10px ! important;
}
}

@media only screen and (max-width: 767px) {

.col-md-12{
	width:100% !important;
}

.col-md-4{
padding: 0px 15px; 
float: left; 
width: 100%!important; 
box-sizing: border-box; 
position: relative; 
min-height: 1px;

}
.col-md-8 {
	width: 100% !important;

}

.col-md-12.instrucoes{

	width: 100%!important;	
}	
.col-md-6.detail{

	width: 100%!important;
	height:160px!important;
}
.list_carousel{
	margin-left:-35px !important;

}
.categoria-produto{
	width: 100% !important;
}
.titulo-produto{
		width: 100% !important;
}
    
.produtos{
	width:330px !important;
}
.itens.p-complementos{
	width:330px !important;
}
.itens.p-esmaltes{
	width:330px !important;
}
}

/* ===== MODAL CONTATO ===== */

.recaptchatable #recaptcha_response_field {
	box-sizing: border-box;
	height: 32px;
	padding: 0 10px !important;
	font-size: 16px;
	/*border: 0 !important;
	box-shadow: none !important;*/
}

#modalContato .table {
	font-size: 14px;
	/*font-weight: 700;*/
}

.modal label {
    font-size: 15px;
}

#modalContato .table tr td:first-child {
	font-size: 13px;
	line-height: 17px;
	font-family: arial;
}

#modalContato .table tr {
	
	border-top: 2px solid #E4E6E7 !important;
}

#modalContato .modal-header {
	padding: 12px 24px;
	font-size: 0;
	border: 0;
	background-color: #0165a1 ;
}

#modalContato .modal-header .close {
	color: #FFF;
	opacity: 0.7;
}

#modalContato .modal-header .close:hover {
	opacity: 1.0;
}

#modalContato .modal-header span.titulo {
	display: block;
	font-size: 25px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}

#modalContato .modal-body {
	padding: 30px;
}

#modalContato {
    top: 11%;
}

#modalContato .botao {
    position: relative;
    top: -3px;
    font-weight: 700;
    
    color: #FFF !important;
    background-color: #0f8aa8  ;
    box-shadow: 0 3px 0 #0a5f74 !important;
}
#modalContato .botao {
    font-family: 'Roboto', sans-serif;
    
    background-image: none !important;
}

#modalContato .botao.principal {
    color: #FFF;
    background-color: #0165a1!important;
    box-shadow: 0 3px 0 #033553 !important;
}   

.borda-principal {
    border-color: #040404;
}

/*
  ========================================
        INTERNAS
  ========================================
*/

.caixa-sombreada .titulo.cor-secundaria {
    padding:10px 0;
    text-align:center;
    background:#0165a1 url(../img/titulo.jpg) bottom center no-repeat;
    font-size:25px;
    color:#ffffff;
    /*font-weight:lighter;*/
}

@media only screen and (max-width: 767px) {
    .titulo {
        padding:5px 20px;
        font-size:30px;
    }

    .internas {
        padding-top:25px;
        padding-bottom:25px;
    }
}

.titulo-carrinho h1 {
	float:left;
    font-size:40px;
    color:#ffffff;
    font-weight:lighter;
}

.titulo-carrinho h6 {
	float:right;
	margin:8px 0 0 0;
}

.titulo-carrinho h6 a {
    display:block;
    width:100%;
    padding:10px 20px;
    background:#ffffff;
	cursor:pointer;
    font-size:15px;
    /* font-weight:600; */
    color:#1F1F1F;
    text-align:center;
    border:1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.titulo-carrinho h6 a:hover {
    background:#F7F7F7;
}

/*
  ========================================
        CONTATO
  ========================================
*/

.formulario {
    float:left;
    width:63%;
}

.contato {
    float:right;
    width:31%;
}

.mapa,
.local {
    border:2px solid #CDCDCD;
    background:#ffffff;
    padding:28px 25px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mapa {
    margin-top:-2px;
    padding:22px 25px;
}

.local h5,
.local h6,
.local a {
    font-size:15px;
    font-weight:600;
    color:#F06C33;
    margin-bottom:10px;
    padding:2px 0 2px 32px;
}

.local h4 {
    background:url(../img/skype_cor.png) left center no-repeat;
    font-size:15px;
    font-weight:600;
    color:#F06C33;
    margin-bottom:10px;
    padding:2px 0 2px 32px;
	
}

.local h5 {
    background:url(../img/local-telefone.png) left center no-repeat;
}

.local h6 {
    background:url(../img/local-whats.png) left center no-repeat;
}

.local a {
    background:url(../img/local-email.png) left center no-repeat;
}

.local a:hover {
    text-decoration:underline;
}

/*INPUTS*/

.cidade {
    float:left;
    width: 49.5%;
}

.estado {
    /*float:right;
    width: 49.5%;*/
    float: left;
    width: 285px;
}

.inputs input[type="password"],
.inputs input[type="text"], textarea {
    display: block;
    padding: 9px 18px;
    background:#ffffff;
    border: 2px solid #CDCDCD;
    outline: none;
    font-size: 15px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inputs select {
    -webkit-appearance: none !important;
    -moz-appearance:     none !important;
    padding: 1px 18px;
    border: 2px solid #CDCDCD;
    background:#ffffff url(../img/seta-select.png) right 15px center no-repeat;
    outline: none;
    font-size: 15px;
    color: #646464;
    cursor:pointer;
    font-family: 'Ubuntu', sans-serif;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 42px;
}

.inputs .btn {
    float:left;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    transition-duration:500ms;
    outline:none;
    border: 1px solid #f7931e;
    background: #f7931e;
    min-width: 300px;
    padding: 28px 0;
    margin-top:5px;
    margin-left: 330px;
    cursor:pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inputs .btn:hover {
    background:#EE5E20;
    color:#ffffff;
}

.inputs select.error {
    padding: 2px 8px;
    margin:3px 0 0 0;
    color: #ed3237;
    font-size:12px;
}

.inputs .error {
    display: block;
    margin:3px 0 0 0;
    padding: 0 12px;
    color: #ed3237;
    font-size:12px;
}

.inputs select .error {
	padding: 2px 8px;
	color: #777777;
}

.inputs .error {
	display: block;
	padding: 4px 12px 0 12px;
	color: #ed3237;
}

.margin {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) { /* 900px	 */ 
    .contato {
        width:33%;
    }
}

@media only screen and (max-width: 767px) { /* 900px	 */ 
    .formulario,
    .contato {
        float:none;
        width:100%;
    }

    .formulario {
        margin-bottom:20px;
    }

    .inputs .btn {
        width:100%;
        min-width:inherit;
        padding:10px;
    }
}

@media only screen and (max-width: 767px) { /* 650px	 */ 
    .estado,
    .cidade {
        float:none;
        width:100%;
    }
	
	.field-tip .tip-content {
		display:none;
	}		
}


/*
  ========================================
  Placeholder
  ========================================
*/

::-webkit-input-placeholder {
    color: #646464;
}

:-moz-placeholder {
    color: #646464;  
}

::-moz-placeholder { 
    color: #646464;  
} 

:-ms-input-placeholder {  
    color: #646464;  
}

.mensagem {
    padding:20px;
    margin-bottom:10px;
    background-color:#A36938;
    font-size:15px;
    color:#ffffff;
    border-radius:6px;
}

.menu.superior, .menu.lateral{
    margin-top: 40px;
}


.carrinho {
    display: none;
}
/*.span8 {
    display:none !important;
}*/

.busca {
    display: none;
}

.superior.row-fluid .span4 {
    display: none;}

/*//////////APAGAR SELOS//////////*/
.pagamento-selos{
    display: none;
}

/*//////////APAGAR CATEGORIA//////////*/
.links-rodape-categorias{
        display: none !important;
}

/* Cor do fundo e texto do menu*/
#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i { background:url(https://cdn.awsli.com.br/576/576072/arquivos/barra1.jpg); }
#cabecalho > .conteiner > .menu.superior .titulo { color: #555; font-size: 17px; font-weight: 600;}
#cabecalho > .conteiner > .menu.superior {border-radius:10px; }
#cabecalho > .conteiner > .menu.superior {font-size: 17px !important; text-transform: uppercase; font-weight: 600; font-family: Open Sans!important;}

.menu a, .menu .titulo {
    vertical-align: baseline;
}

 #cabecalho .menu.superior .nivel-um > li {
        border: 0;
        padding: none;
               
    }

/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li {float: none;display: inline-block;border-left: 0;margin-right: -3px;}

/*//////////CENTRALIZANDO LOGO CEL//////////*/

@media only screen and (max-width: 767px){
.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;}

}    

.conteiner-principal .conteiner {
    background-color: transparent;

}

@media screen and (max-width: 9999px) and (min-width: 768px) {
    body.pagina-categoria.categoria-1543441 .imagens {
        display: none;  
    }
    
    .direita .tamanho {
        float: right;
        width: 49%!important;
    }

    .esquerda .tamanho {
        float: left;
        width: 49%!important
    }

    .direita.um .tamanho {
        margin: 65.5px 0;
    }

    .direita.um .tamanho span:after {
        content: '';
        background: #e4891e;
        width: 140px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 80%
    }

    .esquerda.dois .tamanho a {
        float: right;
        text-align: right;
        display: block;
        width: 530px
    }

    .esquerda.dois .tamanho span {
        text-align: right;
        float: right;
        width: 100%
    }

    .esquerda.dois .tamanho span:after {
        content: '';
        background: #cf2a92;
        width: 140px;
        height: 5px;
        position: absolute;
        right: 0;
        top: 70%
    }

    .direita a.tres {
        display: inline-block
    }

    .fundobranco.direita.tres .conteiner {
        overflow: hidden;
        text-align: center;
        padding: 40px 20px;
        background: url(https://cdn.awsli.com.br/406/406113/arquivos/bordereureka.png) no-repeat center bottom
    }

    .direita a.tres,.direita.tres .tamanho {
        vertical-align: top
    }

    .direita.tres .tamanho {
        margin: 22px 0;
        text-align: left
    }

    .direita.tres .tamanho ul {
        margin: 0
    }

    .direita.tres .tamanho span:after {
        content: '';
        background: #4d89a5;
        width: 140px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 70%
    }

    .esquerda.dois .tamanho {
        margin: 45.5px 0
    }

    .comprarkit .conteiner {
        padding: 40px 20px
    }

    .direita.um .tamanho span {
        /* width: 300px; */
    }

    .video.direita .tamanho {
        width: 350px!important;
        margin: 88.5px 0
    }

    .video.direita .conteiner {
        padding: 40px 20px;
        overflow: hidden
    }

    .video.direita .tamanho span:after {
        content: '';
        background: #ffb049;
        width: 140px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 80%
    }

    .marcas.tamanho span:after {
        content: '';
        background: #63d265;
        width: 140px;
        height: 5px;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%)
    }

    .tarjapequena .conteiner {
        text-align: center;
        padding: 50px 40px
    }

    .direita .conteiner > a,.esquerda .conteiner > a {
        display: block;
        width: 49%
    }

    .esquerda .conteiner > a {
        float: right
    }

    .direita .conteiner > a {
        float: left
    }

    .fundobranco.esquerda img {
        float: right
    }

    .fundobranco.direita img {
       /* float: left; */
    }

    .video.direita .aplicacao {
        width: auto!important
    }

    .esquerda.quatro .tamanho {
        text-align: right;
        margin: 47.5px 0
    }

    .direita.um .tamanho a {
        width: 520px;
        display: block
    }

    .esquerda.quatro .tamanho a {
        width: 525px;
        display: block;
        float: right
    }

    .esquerda.quatro .tamanho span:after {
        content: '';
        background: #ac3d3a;
        width: 140px;
        height: 5px;
        position: absolute;
        right: 0;
        top: 70%
    }

    .fundobranco.direita.cinco .conteiner {
        padding: 40px 20px
    }

    .direita.cinco .tamanho > span:after {
        content: '';
        background: #ff798f;
        width: 140px;
        height: 5px;
        position: absolute;
        top: 70%;
        left: 0
    }

    .direita.cinco .preco-produto > * {
        display: block
    }

    .fundobranco.direita.cinco img {
        float: none!important
    }

    .direita.cinco .conteiner > a {
        text-align: center
    }

    .direita.cinco .tamanho {
        margin: 25px 0
    }

    body .cinco img {
        display: none
    }

    body.pagina-inicial .cinco img {
        display: block
    }

}

body {
    background: #f4f4f4!important;
    font-family: arial!important;
    }

#corpo {
    margin-bottom: 0
}

.pagina-inicial #corpo {
    display: none!important
}

.conteiner {
    box-shadow: none!important;
    background: transparent
}

.botao.principal,.botao.principal:hover {
    background-color: #4695ba!important
}

.carrinho-checkout .atendimento,.carrinho-checkout .atendimento .icone-box {
    border: 0;
    margin: 0
}

.carrinho-checkout .atendimento {
    padding: 0
}

.carrinho-checkout .atendimento li {
    padding: 5px
}

.barra-inicial.fundo-secundario {
    display: none
}

#cabecalho .inferior .span4 .span8 {
    width: auto;
    float: left;
    margin: 0;
    height: 17px!important;
    margin-left: 20px
}

#cabecalho a.bem-vindo.cor-secundaria {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/spriteeeureka.png);
    background-position-x: -87px;
    width: 17px;
    height: 17px;
    font-size: 0;
    line-height: 10px;
    display:none;
}

#cabecalho a.bem-vindo:hover {
    background-position-y: -44px!important
}

#cabecalho .carrinho {
    width: 18px;
    float: right;
    border: 0;
    height: 30px;
    margin-left: 20px
}

#cabecalho .carrinho > a * {
    display: none
}

#cabecalho .carrinho > a i {
    display: block;
    width: 18px;
    font-size: 0;
    background: url(https://cdn.awsli.com.br/2719/2719900/arquivos/t10.png) no-repeat;
    background-position: -127px 7px;
    height: 30px
}

#cabecalho .inferior > .span4.hidden-phone {
    float: right;
    width: auto;
    margin: 10px 0
}

#cabecalho .carrinho:hover a i {
    background-position-y: -37px
}

.menu li.com-filho>a i {
    display: none
}

.secao-banners {
    background: url(https://cdn.awsli.com.br/2719/2719900/arquivos/t11.png) no-repeat;
    background-position: center -70px;
    padding-bottom: 51px;
    background-size: auto 116%
}

.fundobranco {
    background: #fff
}

.tamanho .titulo {
    display: block;
    font-size: 32px;
    color: #000;
    font-family: Montserrat!important;
    font-weight: 700;
    padding-bottom: 40px;
    position: relative;
}

.direita a,.esquerda a,.direita.tres .tamanho ul li {
    font-size: 18px;
    color: #747474;
    font-family: Montserrat!important;
    font-weight: 400;
    margin-bottom: 5px;
}

.fundobranco.direita.um .conteiner {
    padding-bottom: 0
}

.fundobranco.esquerda.dois .conteiner {
    padding-top: 40px;
    padding-bottom: 3px;
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/bordereureka.png) no-repeat center bottom
}

.tarjagrande {
    text-align: center
}

.tarjagrande .conteiner {
    padding: 40px 20px
}

@media only screen and (max-width: 767px){
.tarjagrande .conteiner {
    display:none;
}
}
.direita a:hover,.esquerda a:hover {
    text-decoration: none
}

.comprarkit {
    text-align: center
}

.comprarkit .comprareu:hover {
    opacity: .8
}

.marcas.tamanho .conteiner {
    padding: 40px 20px;
    text-align: center
}

.fundobranco .conteiner {
    overflow: hidden
}

.direita.cinco .preco-produto .preco-venda {
    font-size: 24px
}

.direita.cinco .preco-produto * {
    font-family: Montserrat;
    font-weight: 400;
    color: #747474
}

.direita.cinco .preco-produto .preco-venda strong {
    text-decoration: line-through
}

.direita.cinco .preco-produto .preco-promocional {
    font-size: 36px
}

.direita.cinco .preco-produto .preco-promocional strong {
    color: #56a9ff;
    font-weight: 700
}

.direita.cinco .preco-produto .parcela {
    font-size: 24px;
    position: relative!important
}

.direita.cinco .preco-produto .parcela strong {
    color: #56a9ff
}

.direita.cinco .preco-produto > a {
    padding: 14.5px 113px;
    background: #00d451;
    float: left;
    color: #fff;
    border-radius: 60px;
    margin-top: 10px!important;
    font-size: 22px
}

.direita.cinco .preco-produto .comprareu {
    font-size: 30px;
    padding: 27px 77px;
    margin-top: 30px;
}

.direita.cinco .preco-produto > a:hover {
    opacity: .8
}

.fundobranco.esquerda.quatro .conteiner {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/bordereureka.png) no-repeat center bottom;
    padding: 40px 20px
}

#rodape .redes-sociais {
    border-top: 0;
    /* background: transparent; */
    box-shadow: none;
    display: none;
}

#barraTopo > div > div > div:nth-child(1) h4 a {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/logobarra.png) no-repeat;
    width: 580px;
    max-height: 48px;
    position: absolute;
    font-size: 0;
    background-size: contain;
    height: -webkit-fill-available;
}

#barraTopo > div > div > div:nth-child(1) {
    width: 174px;
    height: 48px;
    margin: 1px 0
}

#barraTopo {
    /*height: 70px;
    background: transparent;
    box-shadow: none;
    margin-top: 20px*/
    display:none !important;
}

#barraTopo .conteiner {
    background: #fff;
    border-radius: 40px;
    padding: 10px 20px
}

#barraTopo > div > div > div:nth-child(2) {
    display: none
}

#barraTopo > div > div > div.span6 {
    width: 72%;
    float: right;
    margin: 0
}

#barraTopo > div > div > div.span6 .span6.hidden-phone .span8 {
    width: auto;
    float: left;
    margin: 0;
    height: 17px!important;
    margin-left: 20px
}

#barraTopo a.bem-vindo.cor-secundaria {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/spriteeeureka.png);
    background-position-x: -87px;
    width: 17px;
    height: 17px;
    font-size: 0;
    line-height: 10px
}

#barraTopo a.bem-vindo:hover {
    background-position-y: -44px!important
}

#barraTopo .carrinho {
    width: 18px;
    float: right;
    border: 0;
    height: 30px;
    margin-left: 20px
}

#barraTopo .carrinho > a * {
    display: none
}

#barraTopo .carrinho > a i {
    display: block;
    width: 18px;
    font-size: 0;
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/spriteeeureka.png) no-repeat;
    background-position: -127px 7px;
    height: 30px
}

#barraTopo > div > div > div.span6 .span6.hidden-phone {
    float: right;
    width: auto;
    margin: 10px 0
}

#barraTopo .carrinho:hover a i {
    background-position-y: -37px
}

#barraTopo .span8.busca-mobile {
    width: 30%;
    float: right;
    margin: 8.5px 0
}

#barraTopo .menu.superior {
    float: right;
    margin: 0;
    padding: 0;
    background: transparent
}

#barraTopo .menu.superior .nivel-um > li > a strong,#barraTopo .menu.superior .nivel-um > li.hidden-phone a {
    margin: 0;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    font-family: Montserrat
}

#barraTopo .menu.superior .nivel-um > li {
    border: 0;
    padding: 0
}

#barraTopo .menu.superior .nivel-um > li:hover > a strong,#barraTopo .menu.superior .nivel-um > li.hidden-phone:hover a {
    color: #79bbff
}

#barraTopo .busca {
    padding: 0;
    border: 0;
    background: transparent;
    float: right;
    width: 0;
    margin: 8.5px 0
}

#barraTopo .busca input {
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    padding: 5.5px 15px;
    float: right;
    margin-right: 4px;
    opacity: 0
}

#barraTopo .busca .botao-busca {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/spriteeeureka.png) no-repeat 5px 7px;
    border: 0;
    font-size: 0;
    top: 0;
    padding: 16px 14px!important;
    right: 5px
}

#barraTopo .busca:hover {
    width: 30%;
    transition: width 2s
}

#barraTopo .busca:hover input {
    opacity: 1
}

@media screen and (max-width: 767px) {
    li.categoria-pagina-250200:first-child {
    display: block;
}

li.categoria-pagina-250200 {
    display: none;
}

li.categoria-pagina-250199 {
    display: none
}

li.categoria-pagina-250199:last-child {
    display: block
}

    li.categoria-paginas.com-filho.borda-principal {
        display: none;
    }

    li.categoria-pagina-216640 {
        display: none
    }

    li.categoria-pagina-216640:nth-child(3) {
        display: block
    }

    .fancybox-wrap.fancybox-opened {
        z-index: 999999999999999999999999999999999999;
    }

    #cabecalho .inferior > .menu.superior {
        display: none!important
    }

    #cabecalho .conteiner > .menu.superior {
        visibility: visible!important
    }

    #cabecalho .span8.busca-mobile > .span8.busca-mobile {
        display: none
    }

    .atalhos-mobile {
        background: #f4f4f4;
        border-color: #383838
    }

    .atalhos-mobile li.fundo-principal {
        background: #383838
    }

    .atalhos-mobile a {
        width: 30px;
        height: 30px;
        font-size: 0;
        line-height: 50px;
        background: url(https://cdn.awsli.com.br/406/406113/arquivos/spritemobeureka.png) no-repeat
    }

    .atalhos-mobile a.icon-home {
        background-position: 17px 2px

    }

    .atalhos-mobile a.icon-user {
        background-position: -269px 2px;
        display:none;
    }

    .atalhos-mobile a.icon-shopping-cart {
        background-position: -319px 2px;
        display:none;
    }

    .conteudo-topo .busca-mobile {
        padding: 0;
        border-radius: 0;
        background: transparent
    }

    .conteudo-topo .busca-mobile .atalho-menu {
        background: url(https://cdn.awsli.com.br/406/406113/arquivos/spritemobeureka.png) no-repeat -327px -165px;
        width: 43px;
        height: 43px;
        padding: 0;
        font-size: 0;
        border: 0;
        border-radius: 0
    }

    .busca .botao-busca {
        background: url(https://cdn.awsli.com.br/406/406113/arquivos/spritemobeureka.png) no-repeat -277px -165px;
        font-size: 0;
        border: 0;
        top: 0;
        right: 35px
    }

    .busca input {
        border-radius: 0;
        border: 0;
        padding: 11.5px
    }

    .secao-banners {
        background-position: center -21px;
        padding-bottom: 10px
    }

    .menu.superior .nivel-um {
        margin: 0
    }

    .menu.superior {
        position: absolute;
        right: 10px;
        z-index: 999999999;
        background: #353535
    }

    .menu.superior .nivel-um * {
        font-size: 12px!important;
        color: #fff;
        /* font-family: Montserrat; */
        font-weight: 400;
    }

    .menu.superior .nivel-um > li:hover {
        background: #2e2e2e
    }

    .menu.superior .nivel-um > li a:hover {
        opacity: .7;
    }

    .fundobranco .conteiner > * {
        width: 100%!important;
    }

    .fundobranco .conteiner .marcas.hidden-phone {
        display: block !important;
    }

    .fundobranco img {
        float: none!important
    }

    .fundobranco .conteiner {
        text-align: center!important
    }

    .tamanho span.titulo:after {
        content: '';
        background: #63d265;
        width: 140px;
        height: 5px;
        position: absolute;
        display: none;
        top: 70%;
        left: 50%;
        transform: translateX(-50%);
    }

    .aplicacao iframe {
        width: 100%!important
    }

    .video.direita .aplicacao {
        width: 100%!important
    }

    .fundobranco.esquerda.dois .conteiner {
        padding-bottom: 20px;
        background-size: 100%
    }

    .comprarkit {
        text-align: center!important
    }

    .fundobranco .conteiner .tamanho ul {
        margin: 0
    }

    .tamanho .titulo {
        text-align: center
    }

    .direita.cinco .preco-produto > a {
        text-align: center!important;
        /* float:none; */
        display: block;
        margin: 0 10%;
    }

    .direita.cinco .preco-produto > a {
        padding: 7.5px 75px;
    }

    .direita.cinco .preco-produto .comprareu {
        padding: 13px 56px;
    }

    .direita.cinco .preco-produto > span {
        display: block
    }

    .video.direita .conteiner {
        text-align: center
    }

    .direita.um .tamanho span.titulo:after {
        background: #79bbff
    }

    .esquerda.dois .tamanho span.titulo:after {
        background: #79bbff
    }

    .direita.tres .tamanho span.titulo:after {
        background: #ff798f
    }

    .video .tamanho span.titulo:after {
        background: #ffb049
    }

    .esquerda.quatro .tamanho span.titulo:after {
        background: #79bbff
    }

    .direita.cinco .tamanho span.titulo:after {
        background: #ff798f
    }

    .produto .principal .acoes-produto .comprar .botao {
        width: 100%!important;
        background-size: 100%!important;
        height: 150px!important
    }

    .produto .principal .acoes-produto .comprar {
        width: 100%
    }

    .acoes-produto .preco-produto {
        text-align: center
    }


    .image-box {
        width: 20% !important;
    }
}

body.pagina-categoria {
    background: #fff!important
}

.pagina-categoria #corpo .conteiner .breadcrumbs {
    display: none
}

.pagina-categoria #corpo .conteiner {
    padding-top: 20px
}

.pagina-categoria #corpo .conteudo.span9 > a strong,.pagina-categoria #corpo .conteudo.span9 > h1.titulo {
    font-size: 30px;
    color: #000;
    font-family: Montserrat;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px
}

.pagina-categoria #corpo .conteudo.span9 > a strong:after,.pagina-categoria #corpo .conteudo.span9 > h1.titulo:after {
    content: '';
    background: #ffb049;
    width: 140px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 70%
}

.pagina-categoria #corpo .conteudo.span9 {
    margin-left: 0;
    padding-left: 2.5641025641026%;
    border-left: 2px solid #d4d4d4
}

.pagina-categoria #corpo .conteudo.span9 > a:hover {
    text-decoration: none
}

.menu.lateral .nivel-um>li>a {
    box-shadow: none;
    padding: 0
}

.menu.lateral .nivel-um>li.ativo>a strong,.menu.lateral.outras .nivel-um:before {
    color: #000;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px!important;
    position: relative;
    padding-bottom: 20px
}

.menu.lateral .nivel-um>li.ativo>a strong:after {
    content: '';
    background: #ff798f;
    width: 140px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 70%
}

.menu.lateral .nivel-um>li.ativo>a,.menu.lateral.outras .nivel-um {
    position: relative
}

.menu.lateral.outras .nivel-um:before {
    content: "Categorias";
    padding-bottom: 0
}

.menu.lateral.outras .nivel-um:after {
    content: "";
    background: #79bbff;
    width: 140px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 28px
}

.menu.lateral.outras li:first-child {
    margin-top: 20px
}

.menu.lateral.outras li .titulo {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: Montserrat
}

.listagem-item.produto-adicionado .imagem-produto img {
    opacity: 1
}

.listagem .imagem-produto {
    border: 1px solid #e9e9e9
}

.listagem .info-produto {
    text-align: center
}

.listagem .listagem-item .nome-produto:after {
    content: "";
    background: #ffb049;
    width: 140px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.listagem .listagem-item .nome-produto {
    font-size: 22px;
    color: #000;
    font-family: Montserrat;
    font-weight: 700;
    position: relative
}

.listagem .info-produto .preco-produto {
    margin-top: 10px
}

.listagem .info-produto .preco-produto .preco-venda {
    display: block;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    color: #747474
}

.listagem .info-produto .preco-produto .preco-venda:before {
    content: "De"
}

.listagem .info-produto .preco-produto * {
    font-family: Montserrat;
    font-weight: 400
}

.listagem .info-produto .preco-produto .preco-promocional {
    font-size: 24px;
    color: #56a9ff;
    font-weight: 700
}

.listagem .info-produto .preco-produto .preco-promocional:before {
    content: "Por";
    font-weight: 400;
    color: #747474
}

.menu.lateral .com-filho {
    border: 0
}

.menu.lateral .nivel-dois {
    box-shadow: none
}

.pagina-categoria #corpo .conteudo.span9 > a i {
    display: none
}

.lateral.outras .filtro.lista.borda-principal {
    box-shadow: none;
    border: 0!important;
    outline: 0;
    padding: 0
}

.lateral.outras {
    border: 0
}

.filtro h4 {
    font-size: 18px;
    color: #000;
    font-family: Montserrat;
    border: 0;
    position: relative
}

.filtro h4:after {
    content: "";
    background: #63d265;
    width: 140px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 28px
}

.filtro.lista ul li label {
    border: 0!important;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: Montserrat
}

.filtro.lista ul {
    border: 0!important
}

.filtro.lista ul a {
    border: 0!important
}

.filtro.lista ul li {
    border: 0!important
}

.filtro.lista ul li:hover label {
    background: transparent;
    color: #000
}

.filtro.lista ul li:hover a {
    text-decoration: none
}

.listagem .listagem-linha li {
    border: 0
}

body.pagina-produto {
    background: #fff!important
}

.info-principal-produto .breadcrumbs {
    display: none
}

.pagina-produto #corpo .conteiner {
    padding-top: 30px
}

.produto .principal .nome-produto {
    font-size: 35px;
    color: #000;
    font-family: montserrat;
    font-weight: 700;
    padding-bottom: 40px;
    position: relative
}

.produto .codigo-produto {
    display: none
}

.produto .principal .nome-produto:after {
    content: '';
    background: #ff798f;
    width: 140px;
    height: 5px;
    position: absolute;
    top: 70%;
    left: 0
}

.produto .principal .acoes-produto .preco-produto .preco-venda {
    text-decoration: line-through;
    font-size: 24px;
    color: #747474
}

.produto .principal .acoes-produto .preco-produto .titulo {
    display: block
}

.produto .acoes-produto .preco-produto .preco-venda:before {
    content: "De ";
    text-decoration: none!important
}

.produto .acoes-produto .preco-produto * {
    font-family: Montserrat;
    font-weight: 400
}

.produto .principal .acoes-produto .preco-produto .preco-promocional {
    font-size: 36px;
    color: #56a9ff;
    font-weight: 700
}

.produto .principal .acoes-produto .preco-produto .preco-promocional:before {
    content: "Por:";
    font-weight: 400;
    color: #747474
}

.produto .acoes-produto .comprar .botao {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/comprarinteureka.png) no-repeat!important;
    border: 0;
    padding: 0;
    font-size: 0
}

.produto .principal .acoes-produto .comprar .botao {
    width: 444px;
    height: 91px
}

.produto .acoes-flutuante .acoes-produto .comprar .botao {
    width: 210px;
    height: 60px;
    background-position: center!important;
    background-color: #00d35c!important;
    background-size: 125%!important;
    border-radius: 30px
}

.produto .principal .acoes-produto .comprar {
    float: left
}

.produto .acoes-produto .comprar .botao:hover {
    box-shadow: inset 0 0 200px rgba(255,255,255,0.3)
}

.abas-custom .tab-content {
    box-shadow: none
}

#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div:nth-child(2) > div > div.abas-custom:before {
    content: "Descri\00E7\00E3o do Produto";
    font-size: 35px;
    font-family: Montserrat;
    color: #000;
    font-weight: 700
}

#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div:nth-child(2) > div > div.abas-custom {
    position: relative;
    margin-top: 20px
}

#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div:nth-child(2) > div > div.abas-custom:after {
    content: '';
    background: #ff798f;
    width: 140px;
    height: 5px;
    position: absolute;
    display: none;
    top: 35%;
    left: 0;
}

.produto>.row-fluid:first-child {
    background: url(https://cdn.awsli.com.br/406/406113/arquivos/bordereureka.png) no-repeat center bottom
}

#modalContato {
    z-index: 999999999999
}

.abas-custom .tab-content p {
    font-size: 18px;
    color: #747474
}

.filtro {
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 0
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
    .fundobranco .conteiner {
        position:relative
    }

    .fundobranco .conteiner .tamanho {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .fundobranco.direita .conteiner .tamanho {
        right: 10px;
    }

    .fundobranco.esquerda .conteiner .tamanho {
        left: 10px
    }

    .direita .tamanho a,.esquerda .tamanho a {
        width: auto!important
    }

    .video.direita .tamanho {
        width: 100%!important;
        text-align: center;
        margin: 10px 0
    }

    .video.direita .tamanho span:after {
        left: 50%;
        transform: translateX(-50%)
    }

    .video.direita .aplicacao {
        float: none!important;
        text-align: center
    }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
    #cabecalho .menu.superior .nivel-um > li > a strong,#cabecalho .menu.superior .nivel-um > li.hidden-phone a {
        padding:15px 8px;
        font-size: 14px
    }

    #barraTopo .menu.superior .nivel-um > li > a strong,#barraTopo .menu.superior .nivel-um > li.hidden-phone a {
        padding: 15px 8px;
        font-size: 14px
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    #barraTopo .busca:hover {
        width:28%
    }

    #corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div:nth-child(2) > div > div.abas-custom:after {
        top: 30%
    }

    .produto .principal .acoes-produto .comprar .botao {
        width: 100%!important;
        background-size: 100%!important
    }

    .produto .principal .acoes-produto .comprar {
        width: 100%
    }
}

body.pagina-categoria.categoria-1548640.tema-transparente .cinco {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

div#instagram {
    text-align: center;
}

div#instagram h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 5.87px;
    background: #3695DE;
}

div#instagram span {
    margin-right: 5px;
}

div#instagram span, div#instagram a {
    font-size: 28px;
    font-weight: 600;
    color: #4D4D4D;
}

div#instagram a {
    color: #3695DE;
}

/* INSTAGRAM */
.pagina-inicial #instagram {
    display: block!important
}

#instagram .conteiner {
    text-align: center;
    border-top: 1px solid #D4DAE5;
    padding-top: 35px;
    max-width: 1360px;
}

#instagram span {
    font-weight: 700;
    color: #2a457c;
    font-size: 28px
}

#instagram b {
    font-weight: 400;
    color: #8190AD;
    font-size: 14px;
}

#instagram ul {
    display: block;
    margin: 15px 0 2px;
}

#instagram ul li {
    margin-right: 1px;
    display: inline-block;
    height: 200px;
    overflow: hidden;
}

#instagram img {
    max-width: 199px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

@media only screen and (max-width: 767px) {

    .inputs .btn {
    float:right;
  
}
.estado{
    width:99%;
}
}

@media only screen and (max-width: 767px) {
.sac {
    display: none;
}    

}

/*footer*/
footer {
  height: 280px;
  margin-top: 2px;
  padding-top: 19px;
  color: #777;

}
footer p {
  color: #fff;
}
footer.bg-blue {
  background-color: #0165a1;
}
footer .logo-footer {
  padding: 0px;
}
footer .text-footer {
  color: #fff;
  font-size: 15px;
}

footer .menu-footer ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  border-top: solid 2px #fff;

}
footer .menu-footer ul:after {
  width: 0px;
  height: 2px;
  background-color: #fff;
}
footer .menu-footer li {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 15px;
  
}
footer .menu-footer li a {
  color: #fff;
  font-size:15px !important;
}
.logo-br{
    margin-top: 40px;
    clear: both;
    float: right;
}

.col-xs-offset-0{margin-left:0}
.col-md-4{width:33.33333333%;}
.col-md-4,.col-md-12{float:left}

html {max-block-size: 0; }    

#rodape .institucional .news ul {
     display: none;
}

#rodape .institucional {
	background-image:none;
}

/*
  ========================================
        RODAPE
  ========================================
*/

#rodape .sobre-loja-rodape .logo a {
    margin-bottom: 17px;
}

.gateways-rodape, .gateways-rodape * {
    display: flex;
    margin-left:5px;
}

#rodape .lista-redes ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #fff !important;
    color: #fff;
    display: block;
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"),local(Lato-Regular),url(//fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWg.eot?#) format("eot"),url(//fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format("woff2"),url(//fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWA.woff) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"),local(Lato-Bold),url(//fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2"),url(//fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHw.woff) format("woff")
}

body {
    font-family: Lato;
    background: #fff;
}

#corpo {
    margin-bottom: 0;
}

#corpo .conteudo>.row-fluid {
    margin: 0;
    margin-top: 30px;
}

.tema-escuro #rodape .span9.span12 p {
    color: inherit
}

.span4.links-rodape.links-rodape-atendimento {
    width: 122px;
    height: 36px;
}

@media screen and (max-width: 480px) {
#barraNewsletter.posicao-rodape {
     margin-top: 20px; }
    
}

ul.slick-dots {
    display: none!important}

#barraNewsletter.posicao-rodape {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1a1a1a;
}

#barraNewsletter.posicao-rodape .conteiner {
    width: auto;
    min-height: 65px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

#barraNewsletter.posicao-rodape .componente {
    background: 0 0
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 0
}

#barraNewsletter.posicao-rodape .componente .interno .interno-conteudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: inherit;
    color: #fff;
    overflow: visible;
    margin: 20px 0;
}

#barraNewsletter.posicao-rodape .componente .input-conteiner,#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    padding: 0
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter {
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon {
    width: 59px;
    height: 47px;
    margin-right: 5%;
}

#barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon path {
    stroke: #fff;
}

#barraNewsletter.posicao-rodape .componente .input-conteiner {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    overflow: visible;
}

#barraNewsletter.posicao-rodape .componente .input-conteiner.hide {
    display: none
}

#barraNewsletter.posicao-rodape .componente input[type=text] {
    width: 70%;
    background: #fff;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
    color: #8d8d8d;
    font-size: 13px;
}

#barraNewsletter.posicao-rodape .componente input[type=text]::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente input[type=text]:-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente input[type=text]::-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente input[type=text]:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: 0 0;
    border-radius: 5px;
    color: #fff;
    height: 42px;
    border: solid 2px #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar::before {
    content: 'Enviar';
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    font-family: Lato;
    vertical-align: middle;
    display: block;
}

#barraNewsletter .componente .newsletter-assinar:after {
    display: none;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover {
    background:#fff;
    color: #000;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:after,#barraNewsletter.posicao-rodape .componente .newsletter-assinar:hover:before {
    color: #000;
    font-weight: 800;
    fill: #fff;
}

#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao span {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #ffffff
}

#barraNewsletter.posicao-rodape .componente .newsletter-confirmacao .icon-ok {
    color: #ffffff
}

#barraNewsletter.posicao-rodape .componente .alert {
    position: absolute;
    z-index: 99999
}

@media screen and (max-width: 767px) {
    #barraNewsletter.posicao-rodape {
        height:auto;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #barraNewsletter.posicao-rodape .componente .input-conteiner,#barraNewsletter.posicao-rodape .componente .texto-newsletter {
        width: 90%;
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        text-align: center;
        font-size: 20px !important;
        font-weight: bold;
    }

    #barraNewsletter.posicao-rodape .componente .texto-newsletter svg.icon {
        width: 40%;
    }

    #barraNewsletter.posicao-rodape .componente .interno-conteudo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #barraNewsletter.posicao-rodape .componente .texto-newsletter::before {
        margin: 10px auto;
        display: block
    }

    #barraNewsletter.posicao-rodape .componente input[type=text] {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    #barraNewsletter.posicao-rodape .componente .botao {
        width: 100%;
    }
}

.coluna div.componente.newsletter {
    background: #ffffff;
    height: auto;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d0d0d0
}

.coluna div.componente.newsletter .titulo {
    font-size: 0;
    text-align: center;
    margin-bottom: 0
}

.coluna div.componente.newsletter .titulo svg path {
    stroke: #98c4bf;
}

.coluna div.componente.newsletter .titulo i {
    display: none;
}

.coluna div.componente.newsletter .titulo i:before {
    height: 30px;
    margin: 0 auto 20px;
    display: inline-block;
    content: '\F003';
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 2.3em;
    font-weight: 400;
    width: 100%;
    margin-top: -10px
}

.coluna div.componente.newsletter .interno {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coluna div.componente.newsletter .texto-newsletter {
    color: #b1b1b1;
    font-size: 20px;
    font-family: Lato;
    font-weight: 400;
    display: block;
    margin: 20px 0;
    text-align: center;
    text-transform: lowercase;
}

.coluna div.componente.newsletter input[type=text] {
    width: 100%;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    padding: 0 15px;
    background: #fff;
    border: solid 1px #c4c4c4;
    color: #9f9f9f;
    text-align: center;
    text-transform: lowercase;
}

.coluna div.componente.newsletter input[type=text]::-webkit-input-placeholder {
    color: #4d2c10;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter input[type=text]:-moz-placeholder {
    color: #4d2c10;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter input[type=text]::-moz-placeholder {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter input[type=text]:-ms-input-placeholder {
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px
}

.coluna div.componente.newsletter .botao {
    margin-top: 15px;
    width: 100%;
    display: block;
    background: #98c4bf;
    border: solid 2px #98c4bf;
    height: 55px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: inherit;
    border-radius: 5px;
    color: #fff
}

.coluna div.componente.newsletter .botao:before {
    content: "Assinar";
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    text-transform: lowercase;
    margin-right: 10px;
    vertical-align: middle;
}

.coluna div.componente.newsletter .botao:after {
    content: '\F105';
    font-family: FontAwesome;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: 400
}

.coluna div.componente.newsletter .botao:hover {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #a1a1a1;
    border-color: #a1a1a1;
 
}

.coluna div.componente.newsletter .newsletter-confirmacao span {
    color: #9f9f9f
}

.coluna div.componente.newsletter .newsletter-confirmacao .icon-ok {
    color: #9f9f9f
}

.modal-modalNewsletter {
    height: 350px !important;
    left: 50%!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px !important;
}

.modal-modalNewsletter .fancybox-skin {
    width: 600px!important;
    height: 350px!important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 5px;
}

@media screen and (max-width: 680px) {
    .modal-modalNewsletter .fancybox-skin {
        width:340px!important
    }
}

.modal-modalNewsletter .fancybox-outer {
    height: 350px!important;
}

.modal-modalNewsletter .fancybox-inner {
    width: 100%!important;
    height: 400px!important;
}

.modal-modalNewsletter #modalNewsletter .componente .interno {
    background: #ffffff;
    height: 350px;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .titulo {
    display: none;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo {
    height: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0;
    width: 60%;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter.control-group.error {
    display: none;
}
.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter.hide {
    display: none;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner {
    margin: 0 30px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner.control-group.error {
    display: none;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner.hide {
    display: none;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    background: #F2F2F2;
    padding: 0 18px;
    border: none;
    border-radius: 5px;
    width: 100%;
    color: #000;
    text-align: center;
    margin: 20px 0;
    text-transform: lowercase;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:focus {
    border-color: #000
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input::-webkit-input-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:-moz-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input::-moz-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:-ms-input-placeholder {
    color: #959595;
    font-size: 13px;
    font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
    width: 40%;
    border-radius: 5px;
    border: solid 1px #98c4bf;
    background: #98c4bf;
    height: 45px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao::before {
    content: "Assinar";
    font-family: Lato;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao:hover {
    background: #000000;
    border-color: #000000
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 300px
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao .icon-ok {
    float: none;
    vertical-align: middle;
    color: #000000;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao span {
    margin-left: 0;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    color: #000000;
}

.modal-modalNewsletter .fancybox-close {
    background: 0 0;
    top: 10px;
    right: 5px
}

.modal-modalNewsletter .fancybox-close:hover {
    text-decoration: none
}

.modal-modalNewsletter .fancybox-close:before {
    content: "\f00d";
    color: #000000;
    font-size: 2em;
    font-family: FontAwesome;
    font-weight: 400
}

.ordenar-listagem.rodape,.ordenar-listagem.topo {
    border: none
}

#rodape .lista-redes ul li,.barra-inicial .lista-redes ul li {
    border: none;
    margin: 0 2px
}

#rodape .lista-redes ul li a,.barra-inicial .lista-redes ul li a {
    border: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#rodape .lista-redes [class^=icon],.barra-inicial .lista-redes [class^=icon] {
    background: 0 0;
    border: none;
    font-size: 18px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#rodape .lista-redes ul li {
    margin-bottom: 5px
}

#rodape .lista-redes ul li:hover a {
    opacity: .7;
}

#rodape .lista-redes ul li:hover a i {
    color: #b1b1b1;
}

#rodape .lista-redes [class^=icon] {
    color: #ffffff;
}

div#instagram {
    text-align: left;
    margin: 0 0 60px
}

div#instagram .conteiner {
    padding: 10px 0px;
    margin-top: 1px;
    margin-bottom: 40px;
}

div#instagram .icon {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px;
    display: none
}

div#instagram .icon .cls-1 {
    fill: #000000
}

div#instagram h2 {
    padding: 0 0 10px;
    position: relative;
    display: block;
    margin-top: 50px;
}

div#instagram h2:after {
    content: "";
    background: #d0d0d0;
    width: 100%;
    height: 0;
    display: block;
    margin: 15px auto
}

div#instagram h2 span {
    margin-right: 5px
}

div#instagram h2 a,div#instagram h2 span {
    font-size: 26px;
    font-weight: 700;
    color: #b1b1b1;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
}

div#instagram h2 a {
    color: #007ac3;
    font-weight: 700;
}

div#instagram h2 a:hover {
    color: #fbbc05;
}

div#instagram ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0
}

div#instagram ul li {
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-radius: 5px;
    cursor: pointer;
}

div#instagram ul li a {
    position: relative;
    display: block;
    height: 100%
}

div#instagram ul li a:before {
    content: '\f06e';
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div#instagram ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

div#instagram ul li a img {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%
}

div#instagram ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

div#instagram ul li:hover a:after,div#instagram ul li:hover a:before {
    opacity: 1
}

div#instagram ul li:last-child {
    margin-right: 0
}


@media only screen and (max-width: 768px) {
    /*  insta mobile    */ div#instagram ul li:first-child, div#instagram ul li:last-child {
        display: block;
    }

    div#instagram ul li {
        display: none;
    }

    div#instagram h2 a, div#instagram h2 span {
        font-size: 21px;
    }

    .video-container {
        height: 200px
    }
    div#instagram .conteiner {
      margin-bottom: 10px !important;
}
}

@media only screen and (max-width: 768px) {
    #rodape {
        text-align:center
    }
}

#rodape .titulo {
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #767676;
}

#rodape .institucional {
    min-height: 425px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
}

#rodape .pagamento-selos {
    background: #f2f2f2;
}

#rodape > div:nth-child(3) {
    border-top: none !important;
}

#rodape .redes-sociais {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 9%;
    position: relative;
}

#rodape .institucional li {
    list-style: none;
}

#rodape .institucional li a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: relative
}

#rodape .institucional li a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#rodape .institucional a,#rodape .institucional p {
    color: #9f9f9f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 17px;
}

#rodape .sobre-loja-rodape span.titulo {
    display: none
}

#rodape .sobre-loja-rodape .logo a {
    height: 80px
}

#rodape .sobre-loja-rodape .logo a img {
    margin: 15px 0;
    width: 70%;
}

@media only screen and (max-width: 768px) {
    #rodape .sobre-loja-rodape .logo a img {
        margin:15px auto;
        width: 50%;
    }
}

#rodape .sobre-loja-rodape p {
    text-transform: none;
    text-align: justify;

}

#rodape .sobre-loja-rodape .more {
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 96px;
    height: 45px;
    background: 0 0;
    border: solid 2px #fff;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin: 0;
    line-height: 15px;
    text-transform: inherit;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#rodape .sobre-loja-rodape .more:hover {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 800;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    #rodape .sobre-loja-rodape .more {
        margin:20px auto;
        margin-bottom: 43px;
    }
}

#rodape .links-rodape-atendimento {
    display: none
}

#rodape .links-rodape-paginas+.links-rodape-atendimento {
    display: block
}

.links-rodape-atendimento .icon {
    width: 15px;
    height: 15px;
    display: none;
    vertical-align: middle;
    fill: 343434;
    margin-right: 5px
}

.links-rodape-atendimento .office-hours .title .icon .a {
    fill: transparent
}

.links-rodape-atendimento .office-hours .title .icon .c {
    fill: 343434
}

#rodape .gateways-rodape {
    /* border: 0; */
    width: 47.5%;
}

#rodape .componente.newsletter .interno {
    padding: 0
}

#rodape .componente.newsletter .interno .titulo {
    display: none
}

#rodape .componente.newsletter .interno .texto-newsletter {
    padding: 25px 0 15px;
    color: 343434;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

#rodape .componente.newsletter .interno .input-conteiner input {
    background: #2c2c2c;
    height: 40px;
    border-radius: 4px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 0 0 0 15px;
    color: 343434;
    width: 100%
}

#rodape .componente.newsletter .interno .input-conteiner input::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner input:-moz-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner input::-moz-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner input:-ms-input-placeholder {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 500
}

#rodape .componente.newsletter .interno .input-conteiner .botao {
    height: 40px;
    border-radius: 4px;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

#rodape .componente.newsletter .interno .input-conteiner .botao:after {
    content: 'Assinar';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Lato
}

#rodape .componente.newsletter .interno .newsletter-confirmacao {
    padding: 25px 0 15px
}

#rodape .componente.newsletter .interno .newsletter-confirmacao span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase
}

#rodape .componente.newsletter .interno .newsletter-confirmacao .icon-ok {
    color: #000
}

#rodape .componente.newsletter .interno .newsletter-confirmacao .icon-ok:before {
    content: "\f058"
}

#rodape .links-rodape-categorias {
    padding-left: 0;
    margin: 0
}

@media only screen and (max-width: 768px) {
    #rodape .links-rodape-categorias {
        padding-left:0
    }

    #rodape>div.institucional>div>div>div.span3 {
        left: 0px;
    }
}

#rodape>div.institucional>div>div>div.span3 {
    float: right;
    position: relative;
}

#rodape .caixa-facebook, #rodape > div.institucional.fundo-secundario > div > div > div.span3 > div > span {
    display: none;
}

#rodape>div.institucional>div>div>div.span9 {
    width: 100%
}

#rodape>div.institucional>div>div>div.span9 .span4 {
    width: 25%;
}

#rodape .institucional .span4.sobre-loja-rodape {
    margin-right: 80px;
}

@media only screen and (max-width: 768px) {
    #rodape>div.institucional>div>div>div.span9 .span4 {
        width:100%;
        height: auto;
    }
}

#rodape>div.institucional>div>div>div.span9 .span4.links-rodape.links-rodape-categorias,#rodape>div.institucional>div>div>div.span9 .span4.links-rodape.links-rodape-paginas {
    width: 18%;
}

@media only screen and (max-width: 768px) {
    #rodape>div.institucional>div>div>div.span9 .span4.links-rodape.links-rodape-categorias,#rodape>div.institucional>div>div>div.span9 .span4.links-rodape.links-rodape-paginas {
        width:100%
    }
}

.whats-btn-fixed {
    position: fixed;
    bottom: 7em;
    right: 0px;
    width: 80px;
    height: 80px;
    z-index: 999;
}

#fb-root {
    display: none
}

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style] {
    width: 100%!important
}

@media only screen and (max-width: 767px) {
    .whats-btn-fixed {
        width: 60px;
        height: 50px;
        right: -2px;
    }

    div#instagram {
        padding: 10px;
        margin: 0;
    }
  
    #rodape .institucional {
        min-height: 1px;
        height: auto;
    }

    #rodape .institucional a i {
        color: #343434
    }
  
    #rodape .links-rodape .titulo {
        margin: 0;
        padding: 15px 0;
        vertical-align: middle;
    }

    #rodape .links-rodape .office-hours,#rodape .links-rodape ul {
        display: block;
    }

    #rodape .links-rodape .office-hours.active,#rodape .links-rodape ul.active {
        display: block
    }
    
    .redes-sociais {
        margin: 20px 0
    }
}

@media only screen and (min-width: 768px) {
    #rodape>div.institucional>div>div>div.span3 {
        left: -78px;
        top: 30px;
    }

}

@media only screen and (max-width: 767px) {
.float-contact{display:none}
#rodape .lista-redes ul li,.barra-inicial .lista-redes ul li{border:none;margin:0 2px}
#rodape .lista-redes ul li a,.barra-inicial .lista-redes ul li a{border:0;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
#rodape .lista-redes [class^=icon],.barra-inicial .lista-redes [class^=icon]{background:0 0;border:none;font-size:1.4em;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}
#rodape .lista-redes ul li a{width:40px;height:40px;line-height:40px;border:solid 1px #fff;color:#fff;display:block}
#rodape .lista-redes ul li:hover a{background:#fff;border-color:#fff}
#rodape .lista-redes ul li:hover a i{color:#1a1a1a}
#rodape .lista-redes [class^=icon]{color:#fff}
	
}

.float-contact{display:none}

@media only screen and (max-width:768px){
#rodape{text-align: center;}
#rodape .titulo{border:none;font-size:15px;font-weight:700;text-transform:uppercase;}
#rodape .institucional{background:#1a1a1a;min-height:425px;-webkit-box-sizing:border-box;box-sizing:border-box}
#rodape .institucional .titulo{color:#fff;}
#rodape .redes-sociais{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:none}
#rodape .institucional li{list-style:none;}
#rodape .institucional li a{-webkit-transition:all .2s ease-out;transition:all .2s ease-out;position:relative}
#rodape .institucional li a:hover{color: #fbbc05;text-decoration:none;}
#rodape .institucional a,#rodape .institucional p{color:#fff;font-size:15px;font-weight:400;margin-top:22px;text-align: center;margin: 10px;}
#rodape .links-rodape-atendimento{display:none}
#rodape .links-rodape-paginas+.links-rodape-atendimento{display:block}
#rodape .links-rodape-atendimento .icon{width:15px;height:15px;display:inline-block;vertical-align:middle;fill:#fff;margin-right:5px}
#rodape .links-rodape-atendimento ul{border-bottom:solid .5px #d4d5d6;margin-bottom:20px;padding-bottom:20px}
#rodape .links-rodape-atendimento .office-hours .title .icon .a{fill:transparent}
#rodape .links-rodape-atendimento .office-hours .title .icon .c{fill:#fff}
#rodape .componente.newsletter .interno .titulo{display:none}
#rodape .componente.newsletter .interno .texto-newsletter{padding:25px 0 15px;color:#fff;font-weight:700;text-transform:uppercase;font-size:15px}
#rodape .componente.newsletter .interno .input-conteiner input{background:#2c2c2c;height:40px;border-radius:4px;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;padding:0 0 0 15px;color:#fff;width:100%}
#rodape .componente.newsletter .interno .input-conteiner input::-webkit-input-placeholder{color:#9f9f9f;font-size:13px;font-weight:500}
#rodape .componente.newsletter .interno .input-conteiner input:-moz-placeholder{color:#9f9f9f;font-size:13px;font-weight:500}
#rodape .componente.newsletter .interno .input-conteiner input::-moz-placeholder{color:#9f9f9f;font-size:13px;font-weight:500}
#rodape .componente.newsletter .interno .input-conteiner input:-ms-input-placeholder{color:#9f9f9f;font-size:13px;font-weight:500}
#rodape .componente.newsletter .interno .input-conteiner .botao{height:40px;border-radius:4px;background:#000;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:0}
#rodape .componente.newsletter .interno .input-conteiner .botao:after{content:'Assinar';font-size:13px;font-weight:700;text-transform:uppercase;font-family:Lato}
#rodape .componente.newsletter .interno .newsletter-confirmacao{padding:25px 0 15px}
#rodape .componente.newsletter .interno .newsletter-confirmacao span{font-size:10px;font-weight:700;text-transform:uppercase}
#rodape .componente.newsletter .interno .newsletter-confirmacao .icon-ok{color:#000}
#rodape .componente.newsletter .interno .newsletter-confirmacao .icon-ok:before{content:"\f058"}
#rodape .links-rodape-categorias{padding-left:0;margin:0}
}

@media only screen and (max-width:768px){#rodape .links-rodape-categorias{padding-left:0}
#modalContato .modal-header{padding:0 0 20px;font-size:15px;font-weight:400;color:#000;border-bottom:solid 1px #000;margin:30px}
#modalContato .modal-header .titulo{text-transform:uppercase;font-size:20px;font-weight:700;color:#000;margin-right:35px}
#modalContato .modal-header .close{color:#000;font-weight:400;font-size:1.2em;opacity:1}
#modalContato .modal-body{border:0}
#modalContato .form-horizontal .control-label{font-weight:400;color:#9f9f9f;font-size:14px}
#modalContato .form-horizontal input,#modalContato .form-horizontal textarea{border-radius:0;width:100%;height:40px;border:solid 1px #d1d1d1;transition:all .2s ease-out;box-sizing:border-box;padding:10px;outline:0;box-shadow:none}
#modalContato .form-horizontal input:focus,#modalContato .form-horizontal textarea:focus{border-color:#000;outline:0;box-shadow:none}
#modalContato .form-horizontal textarea{height:110px}
#modalContato table td,#modalContato table th,#modalContato table tr{border:none}
#modalContato table td b{color:#9f9f9f;font-weight:400;font-size:14px}
#modalContato table td span{font-size:14px;font-weight:400;color:#000}
#modalContato .table-hover tbody tr:hover>td,#modalContato .table-hover tbody tr:hover>th{background:0 0}
#modalContato .controls{display:flex;flex-wrap:wrap;justify-content:flex-end}
#modalContato .controls .botao{opacity:1;transition:all .2s ease-out}
#modalContato .controls .botao.principal{order:2}
#modalContato .controls .botao.principal.pull-right{margin:0;font-weight: 700;}
#modalContato .controls .botao.principal+.botao{border-color:#9f9f9f}
#modalContato .controls .botao:hover{background:#000;border-color:#000;color:#fff;opacity:1}
#rodape .institucional{min-height:1px}
#rodape .institucional a i{color:#fff}
#rodape .links-rodape{border:solid 1px #fff}
#rodape .links-rodape .titulo{margin:0;padding:15px 0;vertical-align:middle}
#rodape .links-rodape .titulo::after{content:'\F107';font-family:FontAwesome;color:#fff;vertical-align:middle;font-size:1.4em;font-weight:400;position:absolute;right:20px}
#rodape .links-rodape .office-hours,#rodape .links-rodape ul{display:none}#rodape .links-rodape .office-hours.active,#rodape .links-rodape ul.active{display:block;}.redes-sociais{margin:20px 0}
#rodape .institucional .span12.visible-phone{display:none!important}
}  

.acoes-conta {
    display: none;
}

.breadcrumbs ul {
    display: none;
}

.borda-alpha, .borda-alpha * {
    display: none;
}
