/* 
===========================
CONTEÚDO:

01 Configuracoes iniciais
02 Tipografia
03 Estrutura
04 Cabecalho
05 Rodape
06 Conteudo
07 Extras
08 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Configuracoes iniciais -----------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    background-color: #ffffff;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

* html .wrapper {
    height: 100%;
    /* hack para IE6 que trata height como min-height */
}


/* Box sizing */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    padding: 0;
}

.noPadding {
    padding: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

.cl {
    clear: both;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
}


/* ---------------------------------------------------------------------------------------------------------- 
02 Tipografia -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*

14 / 16	= 		0.875rem 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

h1.interna {
    font-size: 60px;
    color: #000000;
    font-family: 'dincond-bold';
    margin: -10px 0 50px 0;
    text-transform: uppercase;
}

h1 {
    font-size: 60px;
    color: #ff1b20;
    font-family: 'klavika-bold';
}

h2 {
    font-size: 60px;
    color: #ff1b20;
    font-family: 'klavika-bold';
}

h3 {
    font-size: 28px;
    color: #000000;
    font-family: 'klavika-media';
    letter-spacing: 5px;
}

h4 {
    font-size: 34px;
    color: #ff1b20;
    font-family: 'dincond-bold';
}

p {
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
}

a {
    font-size: 13px;
    color: #666666;
    font-family: 'opensans';
    outline: inherit;
}

a:hover,
a:focus,
input {
    text-decoration: none;
    outline: inherit;
}


/* ---------------------------------------------------------------------------------------------------------- 
04 Cabeçalho ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

header {
    width: 100%;
    height: 118px;
    float: left;
    background-color: #f2f2f2;
}

.barra-superior {
    width: 100%;
    height: auto;
    float: left;
}

#login-topo {
    width: 300px;
    height: 52px;
    position: relative;
    float: right;
    display: none;
}

.box-abs {
    width: 300px;
    background-color: #e8e8e8;
    position: absolute;
    z-index: 12;
    padding: 20px;
    border: 1px solid #dadada;
}

#login-topo input {
    width: 100%;
    height: 40px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #868686;
    font-family: 'klavika';
}

#login-topo input:nth-child(1) {
    background: #ffffff url(../../images/mini-avatar.png) no-repeat left 10px center;
}


#login-topo input:nth-child(2) {
    background: #ffffff url(../../images/mini-cadeado.png) no-repeat left 13px center;
}

#login-topo button {
    min-width: 90px;
    height: 40px;
    float: left;
    background-color: #868686;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'klavika-bold';
    border-radius: 5px;
    margin-right: 20px;
}

#login-topo button:hover {
    background-color: #000000;
}

#login-topo .esqueceu {
    font-size: 14px;
    color: #868686;
    font-family: 'klavika';
    display: block;
}

#login-topo .esqueceu:hover {
    color: #000000;
}

#login-topo .cadastrar {
    font-size: 16px;
    color: #000000;
    font-family: 'klavika';
    padding: 0 5px;
}

#login-topo .cadastrar:hover {
    text-decoration: underline;
}

header::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

header::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

header:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

header:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

#redes-sociais {
    width: auto;
    height: 52px;
    float: right;
    padding: 5px 30px;
}

#redes-sociais a {
    width: 40px;
    height: 40px;
    float: right;
    display: block;
    text-align: right;
    line-height: 50px;
    overflow: hidden;
}

#redes-sociais a:hover {
    background-color: #ff2931;
}

#redes-sociais a.face img {
    margin: 7px 0 0-27px;
}

#redes-sociais a.face:hover img {
    margin: -70px 0 0-27px;
}

#redes-sociais a.ytb img {
    margin: 8px 0 0 -108px;
    position: relative;
    left: -3px;
}

#redes-sociais a.ytb:hover img {
    margin: -69px 0 0 -108px;
    position: relative;
    left: -3px;
}

#redes-sociais a.insta {
    width: 44px;
    padding-right: 4px;
}

#redes-sociais a.insta img {
    margin: 8px 0 0 -62px;
}

#redes-sociais a.insta:hover img {
    margin: -69px 0 0 -62px;
}

#redes-sociais a img {
    width: 146px;
}

.barra-superior .login {
    width: 58px;
    height: 52px;
    float: right;
    background-color: #ff2931;
}

.barra-superior .login a {
    display: block;
}

.barra-superior .login a img {
    padding: 12px;
    width: 100%;
}

.barra-superior .login a:hover img {
    padding: 8px;
}

.barra-superior .cart {
    height: 52px;
    float: right;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.barra-superior .cart a {
    display: block;
    text-align: center;
}

.barra-superior .cart a span {
    display: block;
}
.barra-superior .cart a span.boldsai {
    font-weight: bold;
}



.barra-superior .cart a img {
    width: 25px;
}

.barra-nav {
    width: 100%;
    height: 55px;
    float: left;
    background-color: #ffffff;
    position: relative;
}

.barra-nav .black {
    width: 360px;
    height: 174px;
    background-color: #000000;
    position: absolute;
    z-index: 10;
    top: -52px;
}

.barra-nav .black .left {
    width: 1060px;
    height: 174px;
    background-color: #000000;
    position: absolute;
    z-index: 9;
    top: 0;
    left: -1060px;
}

.barra-nav .logo {
    width: 360px;
    height: 174px;
    float: left;
    position: relative;
    z-index: 10;
}

.barra-nav .logo a {
    display: block;
    width: 100%;
    height: 66px;
    background: url(../../images/barra-logo.png) no-repeat right bottom;
}

.barra-nav .logo a:hover {
    background: url(../../images/barra-logo.png) no-repeat left bottom;
}

.barra-nav .logo a img {
    position: relative;
    top: 4px;
    left: 10px;
}

.barra-nav .menu {
    width: auto;
    height: 66px;
    float: left;
    margin-left: 35px;
}

.barra-nav .menu a {
    height: 66px;
    font-size: 19px;
    color: #000000;
    font-family: 'klavika';
    padding: 0px 5px;
    margin: 0 7px;
    line-height: 55px;
    float: left;
}

.barra-nav .menu a.active,
.barra-nav .menu a:hover {
    text-decoration: none;
    border-bottom: 11px solid #ff2128;
}

#login-topo .cadastrar:hover,
#login-topo .cadastrar,
#login-topo .esqueceu:hover,
#login-topo .esqueceu,
#login-topo button:hover,
#login-topo button,
.barra-superior .login a:hover img,
.barra-superior .login a img,
.barra-nav .logo a:hover,
.barra-nav .logo a,
.barra-superior .redes-sociais a.ytb:hover img,
.barra-superior .redes-sociais a.ytb img,
.barra-superior .redes-sociais a.face:hover img,
.barra-superior .redes-sociais a.face img,
.barra-superior .redes-sociais a.insta:hover img,
.barra-superior .redes-sociais a.insta img,
.barra-nav .menu a:hover,
.barra-nav .menu a {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}


/* ---------------------------------------------------------------------------------------------------------- 
05 Rodapé ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

footer {
    width: 100%;
    height: auto;
    float: left;
    background-color: #313131;
    padding: 10px 0 0 0;
}

footer .special-padding {
    padding: 0 60px;
}

footer .box-left {
    width: 40%;
    height: auto;
    float: left;
    padding: 0 60px 30px 0;
}

footer .box-middle {
    width: 39%;
    height: auto;
    float: left;
    padding-top: 50px;
}

footer .box-right {
    width: 21%;
    height: auto;
    float: left;
}

footer .box-title {
    width: 100%;
    height: 70px;
    float: left;
    position: relative;
    margin-top: 45px;
}

footer .box-title h3 {
    font-size: 26px;
    color: #ffffff;
    font-family: 'klavika-media';
    letter-spacing: 0px;
    margin: 0 0 20px 0;
}

footer .menu-footer {
    width: 100%;
    height: auto;
    float: left;
    mt20
}

footer .menu-footer a {
    font-size: 13px;
    color: #ffffff;
    font-family: 'klavika';
    float: left;
    display: block;
    width: 100%;
    padding: 4px 0;
    margin: 4px 0;
    background: url(../../images/barra-logo.png) repeat-y right 200px top;
}

footer .menu-footer a:hover {
    text-decoration: none;
    color: #ff181d;
    background: url(../../images/barra-logo.png) repeat-y right 174px top;
    padding-left: 15px;
}

footer .box-title .divide {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 48px;
    height: 10px;
    background-color: #ff181d;
}

footer .login-footer {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 40px;
}

footer .login-footer input {
    width: 100%;
    height: 40px;
    background-color: #313131;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'klavika';
}

footer .login-footer input:nth-child(1) {
    background: url(../../images/mini-avatar.png) no-repeat left 10px center;
}

footer .login-footer input:nth-child(2) {
    background: url(../../images/mini-cadeado.png) no-repeat left 10px center;
}

footer::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

footer::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

footer:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

footer:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'klavika';
    font-size: 14px;
    color: #868686;
}

footer .login-footer button {
    width: 80px;
    height: 40px;
    background-color: #000;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Klavika-bold';
    float: right;
    border: none;
}

footer .login-footer button:hover {
    background-color: #868686;
}

footer .login-footer a.esqueceu {
    font-size: 14px;
    color: #868686;
    font-family: 'klavika';
    display: block;
}

footer .login-footer a.cadastrar {
    font-size: 16px;
    color: #FF181D;
    font-family: 'klavika';
}

footer .login-footer a.esqueceu:hover,
footer .login-footer a.cadastrar:hover {
    color: #ffffff;
}

footer .box-meio-padding {
    padding-top: 90px;
}

footer .box-meio {
    width: 100%;
    height: auto;
    min-height: 62px;
    float: left;
    padding-left: 70px;
    margin: 17px 0;
}

footer .box-meio.atendimento {
    background: url(../../images/phone-footer.png) no-repeat left top;
}

footer .box-meio.horario {
    background: url(../../images/horario-footer.png) no-repeat left top;
}

footer .box-meio h4 {
    font-size: 18px;
    color: #9e9e9e;
    font-family: 'klavika-bold';
    margin: 0;
}

footer .box-meio a {
    font-size: 28px;
    color: #ffffff;
    font-family: 'klavika-bold';
}

footer .box-meio a:hover {
    text-decoration: none;
    color: #ff181d;
}

footer .box-meio p {
    font-size: 14px;
    color: #ffffff;
    font-family: 'klavika';
}

.rodape {
    width: 100%;
    height: 144px;
    float: left;
    position: relative;
    background-color: #000000;
}

.rodape .barra-red {
    width: 100%;
    height: 8px;
    float: left;
    position: absolute;
    top: 0;
    background-color: #ff1b20;
}

.rodape .logo-footer {
    width: 480px;
    height: 130px;
    float: left;
    padding-top: 43px;
}

.rodape .logo-footer a {
    padding-left: 10px;
    background: url(../../images/barra-logo.png) repeat-y left -752px top;
    display: block;
}

.rodape .logo-footer a:hover {
    background: url(../../images/barra-logo.png) repeat-y left -712px top;
    padding-left: 20px;
}

.rodape .logo-footer a img {}

.rodape .copy {
    width: 480px;
    height: 130px;
    float: left;
    padding-top: 65px;
}

.rodape .copy p {
    font-size: 13px;
    color: #ffffff;
    font-family: 'opensans';
}

.rodape .copy span {
    font-family: 'opensans-bold';
}

.rodape .sitio {
    width: 180px;
    height: 130px;
    float: right;
    padding: 65px 0 0 0px;
}

.rodape .sitio a {
    background: url(../../images/www.png) no-repeat left -120px top 3px;
    padding-left: 60px;
}

.rodape .sitio a:hover {
    background: url(../../images/www.png) no-repeat left top 5px;
}

.rodape .sitio a img {}

footer .login-footer a.esqueceu:hover,
footer .login-footer a.esqueceu,
footer .login-footer a.cadastrar:hover,
footer .login-footer a.cadastrar,
footer .login-footer button:hover,
footer .login-footer button,
.rodape .logo-footer a:hover,
.rodape .logo-footer a,
footer .box-meio a:hover,
footer .box-meio a,
footer .menu-footer a:hover,
footer .menu-footer a,
footer .redes-sociais-footer a.ytb:hover img,
footer .redes-sociais-footer a.insta:hover img,
footer .redes-sociais-footer a.face:hover img,
footer .redes-sociais-footer a.twt:hover img,
footer .redes-sociais-footer a.ytb img,
footer .redes-sociais-footer a.insta img,
footer .redes-sociais-footer a.face img,
footer .redes-sociais-footer a.twt img,
footer .rodape .sitio a,
footer .rodape .sitio a:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


/* ---------------------------------------------------------------------------------------------------------- 
06 Conteúdo -------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*____________________INDEX____________________*/

.banner-home {
    width: 100%;
    height: 690px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: blueviolet;
}

#banner {
    width: 100%;
    height: 690px;
    float: left;
    padding: 0;
    overflow: hidden;
}

#banner li {
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
}

#banner li a {
    width: 100%;
    height: 690px;
    float: left;
    display: block;
    background: url(../../images/banner/banner.png)no-repeat center top;
    background-position: center top !important;
}

#banner li a img {}

.arrow-banner {
    width: 100%;
    height: 128px;
    position: relative;
}

#prev {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 300px;
    left: 0;
    background: url(../../images/arrow-prev.png)no-repeat center center;
}

#next {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 300px;
    right: 0;
    background: url(../../images/arrow-next.png)no-repeat center center;
}

.dicas-pedidos {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background-color: transparent;
    padding-top: 80px;
    margin-top: -80px;
    overflow: hidden;
}

.dicas-pedidos h2 {
    font-size: 42px;
    color: #000000;
    font-family: 'klavika-media';
    margin: 30px 0;
}


/*___________Remover classe nao logado___________*/

.nao-logado-dicas {
    width: 100%;
}

.nao-logado-dicas .dicas-home li {
    margin: 5px 0;
}

.nao-logado-dicas .dicas-home li:nth-child(even) {
    margin-left: 15px;
}

.nao-logado-dicas .dicas-home li:nth-child(odd) {
    margin-right: 15px;
}

.nao-logado-dicas .dicas-home li {
    margin: 15px 0;
}

.nao-logado-dicas .dicas-home {
    height: 560px;
}


/*___________Remover classe nao logado___________*/

.dicas-home {
    padding: 8px 0 0 0;
    margin: 0;
    width: 100%;
    height: 515px;
    float: left;
    overflow: hidden;
}

.dicas-home li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 554px;
    height: auto;
    float: left;
}

.dicas-home .box {
    width: 100%;
    height: 218px;
    float: left;
    position: relative;
    margin: 15px 0;
}

.dicas-home .box .barra {
    width: 40%;
    height: 22px;
    position: absolute;
    right: 0;
    top: -22px;
    background-color: #b01b2c;
}

.dicas-home li:nth-child(2) .box .barra,
.dicas-home li:nth-child(3) .box .barra {
    width: 40%;
    height: 22px;
    position: absolute;
    left: 0;
    bottom: -22px;
    background-color: #454545;
    top: inherit;
    left: 0;
}

.dicas-home .box .box-texto {
    width: 60%;
    height: 218px;
    float: left;
    background-color: #ff2128;
    padding: 30px;
}

.dicas-home li:nth-child(2) .box-texto,
.dicas-home li:nth-child(3) .box-texto {
    float: right;
    background-color: #000000;
}

.dicas-home .box .box-texto .title {
    font-size: 36px;
    color: #ffffff;
    font-family: 'dincond-bold';
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    float: left;
}

.dicas-home .box:hover .box-texto .title {
    text-decoration: none;
    color: #454545;
}

.dicas-home .box .box-texto span {
    font-size: 13px;
    color: #ffffff;
    font-family: 'opensans';
    margin-top: 15px;
}

.dicas-home .box figure {
    width: 40%;
    height: 218px;
    float: left;
    overflow: hidden;
}

.dicas-home li:nth-child(2) figure,
.dicas-home li:nth-child(3) figure {
    float: right;
}

.dicas-home .box figure img {
    display: block;
    background-color: #000000;
}

.dicas-home .box:hover figure img {
    opacity: 0.85;
    transform: scale(1.02);
}

.pedidos-produtos .btn-pedido.dois {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nao-logado-dicas {
    margin-bottom: 80px;
}

.nao-logado-dicas .box-dicas-home.bottom {
    margin-top: 120px;
}

.nao-logado-dicas .box-dicas-home .barra-bottom {
    right: 0;
    left: inherit;
    bottom: inherit;
    top: -22px;
}

.nao-logado-dicas .box-dicas-home.bottom .box-texto,
.nao-logado-dicas .box-dicas-home.top figure {
    float: left;
}

.nao-logado-dicas .box-dicas-home .box-texto,
.nao-logado-dicas .box-dicas-home figure {
    float: right;
}

.nao-logado-dicas .box-dicas-home .barra-top {
    right: inherit;
    top: inherit;
    bottom: -22px;
    left: 0;
}

.products-home {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    background: url(../../images/dot.png) left top;
    padding-bottom: 170px;
}

.products-home .bar-plus-tips {
    width: 580px;
    height: 80px;
    position: relative;
    background: #ff1b20;
}

.products-home .bar-plus-tips a {
    font-size: 26px;
    color: #ffffff;
    font-family: 'klavika-media';
    line-height: 80px;
    padding-left: 30px;
    background: url(../../images/seta-right-white.png)no-repeat right 30px center;
    width: 100%;
    display: block;
}

.products-home .bar-plus-tips a:hover {
    text-decoration: none;
    background: url(../../images/seta-right-white.png)no-repeat right 15px center;
}

.products-home .bar-plus-tips .bar-white-left {
    width: 1000px;
    height: 80px;
    position: absolute;
    left: -1000px;
    top: 0;
    background-color: #ffffff;
}

.products-home .bar-us-portifolio {
    width: 580px;
    height: 80px;
    position: absolute;
    background: #ff1b20;
    bottom: 0;
    right: 300px;
}

.products-home .bar-us-portifolio a {
    font-size: 26px;
    color: #ffffff;
    font-family: 'klavika-media';
    line-height: 80px;
    padding-left: 30px;
    background: url(../../images/seta-right-white.png)no-repeat right 30px center, url(../../images/barra-logo.png) repeat-y left -372px top;
    width: 100%;
    display: block;
}

.products-home .bar-us-portifolio a:hover {
    text-decoration: none;
    background: url(../../images/seta-right-white.png)no-repeat right 15px center, url(../../images/barra-logo.png) repeat-y left -351px top;
}

.products-home .bar-us-portifolio .bar-white-right {
    width: 1000px;
    height: 80px;
    position: absolute;
    right: -1000px;
    top: 0;
    background-color: #ffffff;
}

.products-home h3 {
    margin: 90px 0 0 0;
    text-align: center;
}

.products-home h2 {
    text-align: center;
    margin: 0 0 90px 0;
}

.products-home .box-products {
    width: 100%;
    height: auto;
    display: block;
}

.products-home .special:nth-of-type(even) {
    margin-top: 60px;
}

.products-home .box-products figure {
    width: 100%;
    height: 280px;
    float: left;
    overflow: hidden;
    background-color: #fff;
}

.products-home .box-products figure img {
    min-width: 100%;
    height: 280px;
    float: left;
    opacity: 0.9;
}

.products-home .box-products:hover figure img {
    opacity: 1;
    transform: scale(1.1) rotate(2deg);
}

.products-home .box-products .box-content {
    width: 100%;
    height: 150px;
    float: left;
    background-color: #ffffff;
    display: table;
    padding: 20px;
}

.products-home .box-products .box-content span {
    font-size: 35px;
    color: #000000;
    font-family: 'klavika-bold';
    background: url(../../images/barra-logo.png)no-repeat right bottom;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2;
}

.products-home .box-products:hover .box-content span {
    font-size: 38px;
    text-decoration: none;
    background: url(../../images/barra-logo.png) no-repeat left bottom;
}

.budget {
    width: 100%;
    height: 426px;
    background: url(../../images/orcamento.jpg)no-repeat center top;
    float: left;
    padding-top: 80px;
}

.budget h2 {
    font-size: 62px;
    color: #ffffff;
    font-family: 'dincond-bold';
    text-align: center;
    margin: 90px 0 30px 0;
}

.budget a {
    width: 338px;
    height: 80px;
    font-size: 26px;
    color: #ffffff;
    font-family: 'klavika-media';
    text-align: center;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -169px;
    line-height: 80px;
    background: url(../../images/barra-logo.png) repeat-y right top;
}

.budget a:hover {
    color: #ff181d;
    background: url(../../images/barra-logo.png) repeat-y left 10px top, url(../../images/barra-logo.png) repeat-y right top;
}

#login-topo,
.budget a:hover,
.budget a,
.about-us .bar-us-about a:hover,
.about-us .bar-us-about a,
.products-home .bar-us-portifolio a:hover,
.products-home .bar-us-portifolio a,
.products-home .bar-plus-tips a:hover,
.products-home .bar-plus-tips a,
.products-home .box-products figure,
.products-home .box-products:hover figure img,
.products-home .box-products figure img,
.products-home .box-products .box-content:hover span,
.products-home .box-products .box-content span,
.dicas-home .box:hover .box-texto,
.dicas-home .box .box-texto,
.dicas-home .box .box-texto .title,
.dicas-home .box:hover .box-texto .title,
.dicas-home .box figure img,
.dicas-home .box:hover figure img,
.dicas-home .box figure span {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


/*________FIM____________INDEX____________________*/


/* ---------------------------------------------------------------------------------------------------------- 
07 Extras ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ultrawide and down */

@media screen and (min-width: 1921px) and (max-width: 2560px) {}


/* 1199 and down */

@media screen and (max-width:1199px) {
    .barra-nav .logo a img {
        top: 10px;
        width: 240px;
    }
    .barra-nav .logo,
    .barra-nav .black {
        width: 300px;
    }
    .barra-nav .menu a {
        font-size: 18px;
        padding: 0px 4px;
        margin: 0 4px;
    }
    .barra-nav .menu a:last-child {
        margin-right: 0;
    }
    .barra-nav .menu {
        margin-left: 0;
        float: right;
    }
    .banner-home,
    #banner {
        height: 500px;
    }
    #banner li a {
        background-size: 1370px !important;
        background-position: center top !important;
    }
    footer .special-padding {
        padding: 0px;
    }
    footer .box-left {
        width: 35%;
        padding: 0 30px 30px 0;
    }
    footer .menu-footer a:hover {
        background: url(../../images/barra-logo.png) repeat-y right 150px top;
        padding-left: 10px;
    }
    footer .box-right {
        width: 26%;
    }
    .rodape .logo-footer {
        width: 370px;
    }
    .rodape .copy {
        width: 400px;
    }
    .dicas-home li {
        width: 455px;
    }
    .dicas-home .box .box-texto {
        width: 55%;
        padding: 15px;
    }
    .dicas-home .box .box-texto .title {
        font-size: 26px;
    }
    .dicas-home .box figure {
        width: 45%;
    }
    .products-home h3 {
        margin: 60px 0 0 0;
    }
    .products-home h2 {
        font-size: 45px;
        margin-bottom: 50px;
    }
    .products-home .box-products .box-content span {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .products-home .box-products:hover .box-content span {
        font-size: 27px;
    }
    .products-home .box-products .box-content {
        height: auto;
        padding: 15px;
    }
    .products-home .special:nth-of-type(even) {
        margin-top: 40px;
    }
    .products-home {
        padding-bottom: 150px;
    }
    .about-us h3 {
        font-size: 24px;
    }
    .about-us h2 {
        font-size: 42px;
    }
    #prev,
    #next {
        top: 200px;
    }
}


/* 991 and down */

@media screen and (max-width:991px) {
    .barra-nav .logo a img {
        top: 24px;
        width: 170px;
    }
    .barra-nav .logo,
    .barra-nav .black {
        width: 210px;
    }
    .barra-nav .menu a {
        font-size: 15px;
        padding: 0px 3px;
        margin: 0 3px;
    }
    .banner-home,
    #banner {
        height: 400px;
    }
    #banner li a {
        background-size: 1100px !important;
        background-position: center top !important;
    }
    footer .box-middle {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid white;
    }
    footer .box-meio,
    footer .box-right,
    footer .box-left {
        width: 50%;
    }
    footer .menu-footer a:hover {
        background: url(../../images/barra-logo.png) repeat-y right 168px top;
    }
    .rodape .logo-footer {
        width: 260px;
    }
    .rodape .logo-footer a img {
        width: 200px;
    }
    .rodape .copy {
        width: 260px;
        text-align: center;
        padding-top: 51px;
    }
    .rodape .sitio {
        padding-top: 55px;
    }
    .rodape .sitio a {
        background: url(../../images/www.png) no-repeat left top 5px;
    }
    .dicas-pedidos .box-dicas-home figure img {
        width: 100%;
    }
    .dicas-pedidos .box-dicas-home .box-texto .title {
        width: 100%;
        font-size: 36px;
    }
    .pedidos-logado {
        margin-top: 60px;
    }
    .products-home .box-products {
        width: 80%;
        margin-left: 10%;
    }
    .products-home .box-products .box-content span {
        font-size: 22px;
    }
    .budget h2 {
        font-size: 42px;
    }
    .products-home .box-products:hover .box-content span {
        font-size: 22px;
    }
    #prev,
    #next {
        top: 160px;
    }
    .dicas-home,
    .nao-logado-dicas .dicas-home {
        height: 495px;
    }
    .dicas-home li {
        width: 100%;
        height: 200px;
    }
    .dicas-home .box figure {
        width: 200px;
        height: 200px;
    }
    .dicas-home .box .box-texto {
        width: calc(100% - 200px);
        padding: 30px;
        height: 200px;
    }
    .dicas-home .box .box-texto .title {
        width: 100%;
    }
    .dicas-home .box .barra {
        width: 200px;
    }
    .dicas-home li:nth-child(2) .box .barra,
    .dicas-home li:nth-child(3) .box .barra {
        width: 200px;
        bottom: -4px;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    header {
        height: 61px;
    }
    .barra-nav .logo,
    .barra-nav .black {
        width: 180px;
        height: 70px;
    }
    .barra-nav .logo a {
        background: url();
    }
    .barra-nav .logo a img {
        top: 2px;
        width: 140px;
    }
    .barra-nav .logo a::before {
        content: "";
        width: 180px;
        height: 5px;
        background-color: #ff2128;
        position: absolute;
        top: 56px;
        left: 0;
    }
    .barra-nav .logo a:hover {
        background: url();
    }
    .barra-nav .black {
        height: 70px;
        position: absolute;
        top: 0;
    }
    header a.btn-menu {
        width: 80px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
    header a.btn-menu span {
        width: 30px;
        height: 3px;
        background-color: #000000;
        display: block;
        position: relative;
        top: 26px;
        right: -30px;
    }
    header a.btn-menu span::before {
        width: 30px;
        height: 3px;
        background-color: #000000;
        display: block;
        position: relative;
        top: -8px;
        content: '';
    }
    header a.btn-menu span::after {
        width: 30px;
        height: 3px;
        background-color: #000000;
        display: block;
        position: relative;
        top: 6px;
        content: '';
    }
    header a.btn-menu.rotate span {
        background-color: transparent;
    }
    header a.btn-menu.rotate span::before {
        transform: rotate(45deg);
        top: 2px;
    }
    header a.btn-menu.rotate span::after {
        transform: rotate(-45deg);
        top: -1px;
    }
    header .menu-responsivo {
        width: 100%;
        height: auto;
        float: left;
        background-color: #000000;
        margin-top: 15px;
        display: none;
    }
    header .menu-responsivo>a {
        display: block;
        float: left;
        font-size: 17px;
        color: #ffffff;
        font-family: 'helvetica-bold';
        text-align: right;
        width: 100%;
        height: auto;
        padding: 8px 20px;
        border-top: 1px solid #4acc26;
    }
    header .menu-responsivo>a.last {
        border-bottom: 1px solid #4acc26;
    }
    header ul.redes-sociais {
        padding: 25px 20px 25px 0;
        width: 100%;
        height: auto;
        float: right;
        margin: 0;
        text-align: right;
    }
    header .menu-responsivo>a:hover {
        text-decoration: none
    }
    header a.btn-menu.rotate span::before,
    header a.btn-menu.rotate span::after,
    header a.btn-menu.rotate span,
    header a.btn-menu span::before,
    header a.btn-menu span::after,
    header a.btn-menu span {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .menu-responsivo {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 61px;
        z-index: 100;
        display: none;
    }
    .menu-responsivo ul {
        width: 80%;
        height: auto;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        margin: 0;
        padding: 15px 0 0 0;
    }
    .menu-responsivo ul li {
        list-style: none;
        padding: 0;
        margin: 5px 0;
    }
    .menu-responsivo ul li a.lista-menu {
        font-size: 15px;
        color: #000000;
        font-family: 'klavika-bold';
        padding: 0px 20px;
    }
    #login-topo {
        width: 100%;
        height: 180px;
        display: block;
    }
    #login-topo .box-abs {
        width: 100%;
    }
    #login-topo button {
        float: right;
        margin: 0 0 0 20px;
    }
    #login-topo .esqueceu,
    #login-topo .cadastrar {
        float: right;
        display: block;
        width: calc(100% - 150px);
        height: auto;
    }
    #banner li a {
        background-size: 830px !important;
        background-position: center top !important;
    }
    .banner-home,
    #banner {
        height: 300px;
    }
    footer .box-meio,
    footer .box-right,
    footer .box-left {
        width: 100%;
        padding: 15px;
    }
    footer .box-right {
        margin-bottom: 0px;
    }
    footer .menu-footer a {
        background: url(../../images/barra-logo.png) repeat-y right 1200px top;
    }
    footer .menu-footer a:hover {
        background: url(../../images/barra-logo.png) repeat-y right 568px top;
    }
    footer .box-title {
        height: 70px;
        margin-top: 5px;
        text-align: center;
    }
    footer .box-meio.atendimento {
        background: url(../../images/phone-footer.png) no-repeat left top 14px;
        padding-left: 70px;
        width: 260px;
        position: relative;
        left: 50%;
        margin-left: -130px;
    }
    footer .box-meio.horario {
        background: url(../../images/horario-footer.png) no-repeat left top;
        width: 300px;
        position: relative;
        left: 50%;
        margin-left: -265px;
        margin-top: 130px;
        padding-left: 70px;
    }
    footer .box-title .divide {
        width: 00%;
    }
    footer .box-title {
        margin-top: 0px;
    }
    footer .menu-footer {
        text-align: center;
    }
    .rodape {
        height: 250px;
    }
    .rodape .logo-footer {
        width: 220px;
        position: relative;
        left: 50%;
        margin-left: -110px;
        height: 120px;
    }
    .rodape .copy {
        width: 100%;
        padding: 0 30px;
        height: 60px;
    }
    .rodape .sitio {
        padding-top: 0;
        width: 100%;
        text-align: center;
        height: 40px;
    }
    footer .box-title h3 {
        background-color: #000;
        padding: 10px 0;
    }
    footer .login-footer a.esqueceu {
        width: calc(100% - 120px);
        float: left;
    }
    .dicas-pedidos {
        padding-top: 20px;
        margin-top: 0;
    }
    h2,
    .h2 {
        font-size: 28px !important;
    }
    .products-home .bar-plus-tips {
        width: 100%;
        height: auto;
    }
    .products-home .bar-plus-tips a {
        font-size: 20px;
        line-height: 1.3;
        padding: 15px 55px 15px 15px;
        background: url(../../images/seta-right-white-r.png)no-repeat right 30px center;
    }
    .products-home .bar-plus-tips a:hover {
        background: url(../../images/seta-right-white-r.png)no-repeat right 30px center;
    }
    .products-home h3 {
        margin: 30px 0 0 0;
        font-size: 24px;
    }
    .products-home h2 {
        font-size: 22px !important;
        margin: 15px 0 15px 0;
        padding: 0 15px;
    }
    .products-home .box-products {
        width: 278px;
        margin-left: -139px;
        display: block;
        position: relative;
        left: 50%;
        float: left;
    }
    .products-home .special:nth-of-type(even) {
        margin-top: 15px;
    }
    .products-home .special:nth-of-type(odd) {
        margin-top: 15px;
    }
    .products-home {
        padding-bottom: 100px;
    }
    .products-home .bar-us-portifolio {
        width: 100%;
        height: auto;
        bottom: 0;
        right: inherit;
    }
    .products-home .bar-us-portifolio a {
        font-size: 20px;
        line-height: 1.3;
        padding: 15px;
        background: url(../../images/seta-right-white-r.png)no-repeat right 30px center, url(../../images/barra-logo.png) repeat-y left -372px top;
        width: 100%;
        height: auto;
    }
    .products-home .bar-us-portifolio a:hover {
        background: url(../../images/seta-right-white-r.png)no-repeat right 30px center, url(../../images/barra-logo.png) repeat-y left -372px top;
    }
    .budget {
        height: 300px;
    }
    .budget a {
        width: 100%;
        height: auto;
        font-size: 22px;
        text-align: center;
        line-height: 1.3;
        padding: 15px;
        left: 0;
        margin-left: 0;
        background: #ff1b20;
    }
    .budget a:hover {
        background: #ff1b20;
        color: #000000;
    }
    .budget h2 {
        font-size: 28px;
        margin: 10px 0 30px 0;
    }
    #redes-sociais {
        padding-right: 15px;
    }
    #prev,
    #next {
        top: 80px;
        background-size: 70px;
    }
    #prev {
        left: -40px;
    }
    #next {
        right: -40px;
    }
    .dicas-home .box .box-texto {
        padding: 15px;
    }
    .nao-logado-dicas .dicas-home li:nth-child(even) {
        margin-left: 0px;
    }
    .dicas-pedidos h2 {
        margin: 20px 0 0px 0;
    }

}


/* 450 and down */

@media screen and (max-width:499px) {
    .menu-responsivo ul {
        width: 90%;
    }
    #login-topo .esqueceu,
    #login-topo .cadastrar {
        width: calc(100% - 120px);
        font-size: 11px;
        padding: 2px 0;
    }
    .dicas-home,
    .nao-logado-dicas .dicas-home {
        width: 300px;
        position: relative;
        left: 50%;
        margin-left: -150px;
        height: auto;
    }
    .dicas-home .box .barra {
        display: none;
    }
    .dicas-home li {
        width: 300px;
        height: auto;
        min-height: 420px;
    }
    .dicas-home .box .box-texto,
    .dicas-home .box figure {
        width: 100%;
        height: auto;
    }
    .dicas-home .box figure img {
        width: 100%;
    }
    #banner li a {
        background-size: 770px !important;
        background-position: center top !important;
    }
    .banner-home,
    #banner {
        height: 280px;
    }
}


/* 349 and down */

@media screen and (max-width:349px) {
    .menu-responsivo ul {
        width: 90%;
    }
    #login-topo .esqueceu,
    #login-topo .cadastrar {
        width: calc(100% - 120px);
        font-size: 11px;
        padding: 2px 0;
    }
    #banner li a {
        background-size: 590px !important;
        background-position: center top !important;
    }
    .banner-home,
    #banner {
        height: 210px;
    }
    footer {
        overflow: hidden;
    }
    .dicas-home,
    .nao-logado-dicas .dicas-home {
        width: 260px;
        position: relative;
        left: 50%;
        margin-left: -130px;
        height: auto;
    }
    .dicas-home li {
        width: 260px;
        height: auto;
        min-height: 420px;
    }
}


/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {}