@charset "UTF-8";
/* CSS Document */

/*
CORES

verde
2e9bac

	- hover
	1bb2ca

	- active
	31818d

amarelo
f9cd2f

	- hover
	ffe63a

	- active
	ddb834
*/

.resolucao {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 200px;
    background-color: blue;
}

/* ----------------------------------- HOME ---------------------------------- */
.home {
}

.swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.swiper-wrapper {
    z-index: 900;
}

.swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.50);
}

.swiper-pagination .swiper-pagination-bullet:hover {
    background: #1bb2ca;
}

.swiper-pagination .swiper-pagination-bullet:active {
    background: #31818d;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #2e9bac;
}

/* ----------------------------------- BANNER ---------------------------------- */
#banner {
}

#banner .swiper-pagination {
    z-index: 1000;
    bottom: 0px;
}

#banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0% !important;
    width: 40px;
    height: 10px;
}

#banner {
    padding-bottom: 0 !important;
}

#banner .area_banner_desktop {
    display: block;
    max-width: 100%;
}

#banner .area_banner_mobile {
    display: none;
}

#banner .banner_home {
    margin: 0 auto;
    text-align: center;
    background-position: center center;
    background-size: auto 100%;
    z-index: 1000;
}

#banner .banner_home .container {
    margin: 0;
    padding: 0;
}

#banner .banner_home a strong {
    letter-spacing: -6px;
    position: absolute;
    color: rgba(0, 0, 0, 0.01)
}

#banner .banner_home a img {
    margin: 0 auto;
}

/* ----------------------------------- / BANNER ---------------------------------- */

/* ----------------------------------- AVISOS ---------------------------------- */
.avisos_home {
    overflow: auto;
}

.avisos_home .condicoes {
    float: left;
    width: 65%;
}

.avisos_home .condicoes li {
    background-image: url(/images/2018/condicoes-frete-regioes-home.png);
    background-size: auto 114px;
    height: 38px;
}

.avisos_home .condicoes .icon_frete {
    background-position: left 0;
}

.avisos_home .condicoes .icon_desconto {
    background-position: left -38px;
}

.avisos_home .condicoes .icon_parcela {
    background-position: right -76px;
}

.avisos_home form {
    float: right;
    width: 380px;
    background: #2e9bac;
    text-align: left;
    padding: 4px 0 4px 5px;
}

.avisos_home form label {
    float: left;
    background: url(/images/2018/acompanhe-promocoes.gif) no-repeat top left;
    color: rgba(255, 255, 255, 0.01);
    letter-spacing: -6px;
    width: 220px;
    height: 42px;
    margin: 0;
}

.avisos_home form input[type=email] {
    float: left;
    border: none;
    background: #fff;
    padding: 1px 10px;
    height: 42px;
    width: 150px;
}

.avisos_home form input[type=email]:focus {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(105, 155, 163, 0.55);
    -moz-box-shadow: 0px 3px 20px 0px rgba(105, 155, 163, 0.55);
    box-shadow: 0px 3px 20px 0px rgba(105, 155, 163, 0.55);
}

.avisos_home form input[type=submit] {
    border: none;
    background: url(/images/2018/seta-cadastro.png) center center no-repeat;
    color: rgba(255, 255, 255, 0.01);
    letter-spacing: -6px;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 5px 0 0 -30px;
}

.avisos_home form input[type=submit]:hover {
    -webkit-filter: saturate(200%); /* Safari */
    filter: saturate(200%);
}

.avisos_home form input[type=submit]:active {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

/* ----------------------------------- / AVISOS ---------------------------------- */

/* ----------------------------------- BANNERS-MINI ---------------------------------- */
.banners_home {
    display: block;
    clear: both;
    margin: 30px 0;
    text-align: center;
}

.banners_home a {
    display: inline-block;
    width: 48%;
    margin: 10px 0.5%;
}

.banners_home a img {
    max-width: 100%;
}

.banners_home a:hover img {
    -webkit-filter: saturate(150%); /* Safari */
    filter: saturate(150%);
    -webkit-box-shadow: 0px 3px 40px 0px rgba(68, 83, 85, 0.55);
    -moz-box-shadow: 0px 3px 40px 0px rgba(68, 83, 85, 0.55);
    box-shadow: 0px 3px 40px 0px rgba(68, 83, 85, 0.55);
}

.banners_home a:active img {
    -webkit-filter: saturate(50%); /* Safari */
    filter: saturate(50%);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(68, 83, 85, 0.55);
    -moz-box-shadow: 0px 3px 10px 0px rgba(68, 83, 85, 0.55);
    box-shadow: 0px 3px 10px 0px rgba(68, 83, 85, 0.55);
}

/* ----------------------------------- / BANNERS-MINI ---------------------------------- */

/* ----------------------------------- MARCAS ---------------------------------- */

.marcas_home {
    display: block;
    clear: both;
    margin: 40px 0;
}

.marcas_home ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.marcas_home ul li {
    display: inline-block;
    margin: 2px 0.1%;
    max-width: 9.5%;
}

.marcas_home ul li a img {
    max-width: 100%;
}

.marcas_home ul li a:hover img {
    -webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%);
    -webkit-box-shadow: 0px 3px 40px 0px rgba(68, 83, 85, 0.55);
    -moz-box-shadow: 0px 3px 40px 0px rgba(68, 83, 85, 0.55);
    box-shadow: 0px 3px 40px 0px rgba(68, 83, 85, 0.55);
}

.marcas_home ul li a:active img {
    -webkit-filter: brightness(50%); /* Safari */
    filter: brightness(50%);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(68, 83, 85, 0.55);
    -moz-box-shadow: 0px 3px 10px 0px rgba(68, 83, 85, 0.55);
    box-shadow: 0px 3px 10px 0px rgba(68, 83, 85, 0.55);
}

/* ----------------------------------- / MARCAS ---------------------------------- */

/* ----------------------------------- /HOME ---------------------------------- */

/* ----------------------------------- PRODUTOS LISTA ---------------------------------- */

.cabecalho {
    display: block;
    clear: both;
    color: #fff;
    text-align: center;
    background: #000 center center;
    background-size: cover;
    padding: 40px 0 20px 0;
}

.cabecalho h1 {
    font-size: 50px;
    border-bottom: none;
    padding-bottom: 20px;
}

.cabecalho p {
    max-width: 70%;
    margin: 0 auto;
}

.cabecalho a {
    display: inline-block;
    margin: 20px auto;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 20px;
}

.cabecalho a:hover {
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.60);
}

.cabecalho a:active {
    background: rgba(255, 255, 255, 0.5);
}

/* ----------------------------------- /PRODUTOS LISTA ---------------------------------- */

/* ----------------------------------- MENU LATERAL ---------------------------------- */

.bto_filtros_mobile {
    display: none;
}

.bto_filtros_mobile + .collapse:not(.show) {
    display: block;
}

.filtros {
    float: left;
    width: 220px;
    overflow: auto;
}

.filtros .titulo {
    display: block;
    background: #2e9bac;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
}

.filtros ul {
    margin: 10px 0 40px 0;
    padding: 0;
    list-style: none;
}

.filtros ul li {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    line-height: 20px;
}

.filtros ul li a {
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
}

.filtros ul li a i {
    padding-right: 5px;
}

.filtros ul li a:hover {
    color: #2e9bac;
    text-decoration: none;
    background: #eaf5f7;
}

.filtros ul li a:active {
    color: #31818d;
    text-decoration: none;
    background: #d8ddde;
}

.filtros ul li label {
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
    cursor: pointer;
    margin: 0;
}

.filtros ul li label:hover {
    color: #2e9bac;
    text-decoration: none;
    background: #eaf5f7;
}

.filtros ul li label:active {
    color: #31818d;
    text-decoration: none;
    background: #d8ddde;
}

.filtros ul li label input {
    float: left;
    margin: 4px 5px 0 0;
}

.filtros .bto-ver_mais {
    display: inline-block;
    font-size: 10px;
    color: #5a5a5a;
    text-decoration: none;
    background: #dedede;
    font-weight: bold;
    padding: 1px 10px;
    margin: 0 0 30px 10px;
}

.filtros .bto-ver_mais:hover {
    color: #fff !important;
    text-decoration: none;
    background: #2e9bac;
}

.filtros .bto-ver_mais:active {
    color: #fff !important;
    text-decoration: none;
    background: #31818d;
}

/* ----------------------------------- /MENU LATERAL ---------------------------------- */

/* ----------------------------------- /PAGINACAO ---------------------------------- */

.paginacao {
    display: block;
    margin: 40px auto;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
}

.paginacao ul {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.paginacao ul li {
    display: inline-block !important;
    margin: 0 5px !important;
}

.paginacao ul li a {
    border: none;
    color: #000;
    padding: 10px 15px;
}

.paginacao ul li a:hover {
    border: none;
    color: #2e9bac;
    background: #f1f1f1;
    text-decoration: none;
}

.paginacao ul .active a, .paginacao ul li a:active {
    border: none;
    color: #fff;
    background: #2e9bac;
    padding: 10px 15px !important;
}

.paginacao ul .active a:hover {
    cursor: default;
    color: #fff;
    background: #2e9bac;
}

.paginacao .pag_txt {
    font-size: 11px;
    text-transform: uppercase;
}

.barra_paginacao {
    display: block;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 40px 0;
    padding: 10px 0;
    overflow: auto;
}

.barra_paginacao form {
    display: inline-block;
    float: left;
}

.barra_paginacao form label {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #5a5a5a;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: bold;
    text-transform: uppercase;
}

.barra_paginacao form select {
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #2e9bac;
    padding: 2px 10px 2px 0;
}

.barra_paginacao .paginacao {
    display: inline-block;
    float: right;
    margin: 0;
    border-top: none;
    padding: 0;
}

.barra_paginacao .paginacao ul li {
    margin: 0 5px;
}

.barra_paginacao .paginacao ul li a {
    padding: 5px 8px;
}

.barra_paginacao .paginacao ul .active a, .paginacao ul li a:active {
    border: none;
    color: #fff;
    background: #2e9bac;
    padding: 5px 8px !important;
}

.barra_paginacao .paginacao .pag_txt {
    font-size: 10px;
}

.filter-list {
    max-height: 30vh;
    overflow: hidden auto;
}

/*.filter-list li:nth-child(n+11) {*/
/*    display: none;*/
/*}*/

.filtros .expanded li {
    display: inherit;
}

.paginacao {
    display: block;
    clear: both;
    margin: 40px auto;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0;
}

.barra_paginacao .paginacao {
    display: inline-block;
    clear: none;
    float: right;
    margin: 0;
    border-top: none;
    padding: 0;
}

.no-products {
    margin: 0 auto;
    text-align: center;
}

/* ----------------------------------- /PAGINACAO ---------------------------------- */
/* ----------------------------------- MARCAS ---------------------------------- */

.lista_marcas {
    display: block;
    clear: both;
    margin-bottom: 60px;
}

.lista_marcas ul {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}

.lista_marcas strong {
    display: block;
}

.lista_marcas ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    float: none;
}

.lista_marcas ul li {
    margin: 0px 10px 0 0;
    padding: 0;
    display: block;
}

.lista_marcas ul li strong {
    display: inline-block;
    padding: 10px 50px 0 0;
    border-bottom: 1px solid #e4e4e4;
}

.lista_marcas ul li a {
    margin: 0;
    padding: 5px 0;
    display: block;
    font-family: Proxima, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    line-height: 18px;
    color: #7f7f7f;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
}

.lista_marcas ul li a:hover {
    color: #fff;
    background: #2e9bac;
    padding-left: 5px;
    text-decoration: none;
}

.lista_marcas ul li a:active {
    background: #31818d;
}

/* ----------------------------------- / MARCAS ---------------------------------- */
/* ==================================================================== --------------- ================================================================= */
/* ================================================================= MEDIA QUERY - BANNER =============================================================== */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 1600px) {
    /* ----- DESKTOP ------- */
    .resolucao {
        width: 150px;
        background-color: brown;
    }

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 1 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 1200px) {
    /* ----- DESKTOP ------- */
    .resolucao {
        width: 120px;
        background-color: chartreuse;
    }

    /* ----------------------------------- AVISOS ---------------------------------- */
    .avisos_home .condicoes {
        float: none;
        display: block;
        width: 100%;
    }

    .avisos_home form {
        display: none;
    }

    /* ----------------------------------- / AVISOS ---------------------------------- */
    /* ----------------------------------- MARCAS ---------------------------------- */
    .marcas_home ul li {
        max-width: 110px;
    }

    /* ----------------------------------- / MARCAS ---------------------------------- */

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 2 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 992px) {
    /* ----- TABLET ------- */
    .resolucao {
        width: 100px;
        background-color: chocolate;
    }

    /* ----------------------------------- HOME ---------------------------------- */
    /* ----------------------------------- BANNER ---------------------------------- */
    #banner {
    }

    #banner .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0% !important;
        width: 40px;
        height: 10px;
    }

    #banner .area_banner_desktop {
        display: none;
    }

    #banner .area_banner_mobile {
        display: block;
        max-width: 100%;
    }

    #banner .banner_home {
        margin: 0 auto;
        text-align: center;
        background-position: center center;
        background-size: auto 100%;
    }

    #banner .banner_home .container {
        margin: 0;
        padding: 0;
    }

    #banner .banner_home a strong {
        letter-spacing: -6px;
        position: absolute;
        color: rgba(0, 0, 0, 0.01)
    }

    #banner .banner_home a img {
        margin: 0 auto;
    }

    /* ----------------------------------- / BANNER ---------------------------------- */
    /* ----------------------------------- /HOME ---------------------------------- */
    /* ----------------------------------- PRODUTOS LISTA ---------------------------------- */
    .cabecalho {
        padding: 20px 0 10px 0;
    }

    .cabecalho h1 {
        font-size: 40px;
        padding-bottom: 10px;
    }

    .cabecalho p {
        max-width: none;
    }

    /* ----------------------------------- /PRODUTOS LISTA ---------------------------------- */
    /* ----------------------------------- MENU LATERAL ---------------------------------- */
    .bto_filtros_mobile {
        display: block;
        background: #e6e6e6;
        text-transform: uppercase;
        color: #000;
        font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
        font-style: oblique;
        font-weight: bold;
        padding: 10px 15px;
    }

    .bto_filtros_mobile .icone {
        display: inline-block;
        float: right;
        background: url(/images/2018/menu-setas-sprite.png) center left no-repeat;
        width: 21px;
        height: 21px;
        margin: 3px 0 0 0;
        -webkit-transition-property: none;
        -moz-transition-property: none;
        transition-property: none;
    }

    .bto_filtros_mobile:hover {
        background: #2e9bac;
        color: #fff;
        text-decoration: none;
    }

    .bto_filtros_mobile:hover .icone {
        background: url(/images/2018/menu-setas-sprite.png) center right no-repeat;
        -webkit-transition-property: none;
        -moz-transition-property: none;
        transition-property: none;
    }

    .bto_filtros_mobile:active {
        background: #31818d;
    }

    .bto2_filtros {
        margin-top: 20px;
    }

    .bto2_filtros .icone {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #menu_lateral {
        margin-top: 20px;
    }

    .bto_filtros_mobile + .collapse:not(.show) {
        display: none;
    }

    .filtros {
        float: none;
        display: block;
        width: auto;
        /*padding-bottom: 40px;*/
    }

    .filtros .titulo {
        font-size: 14px;
    }

    /* ----------------------------------- /MENU LATERAL ---------------------------------- */
    /* ----------------------------------- PAGINACAO ---------------------------------- */
    .paginacao {
        clear: both;
    }

    /*.paginacao ul li {*/
    /*margin: 0 2px !important;*/
    /*}*/
    .paginacao ul li a {
        padding: 5px 10px;
    }

    .paginacao ul .active a, .paginacao ul li a:active {
        padding: 5px 10px !important;
    }

    .paginacao ul li a:active {
        padding: 5px 10px !important;
    }

    .barra_paginacao {
        padding: 10px 0 7px 0;
    }

    .barra_paginacao form label {
        display: block;
        line-height: 14px;
    }

    .barra_paginacao .paginacao {
        clear: none;
        margin: 7px 0 0 0;
    }

    /* ----------------------------------- /PAGINACAO ---------------------------------- */
    /* ----------------------------------- MARCAS ---------------------------------- */
    .lista_marcas ul {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }

    /* ----------------------------------- / MARCAS ---------------------------------- */
}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 3 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 768px) {
    /* ----- MOBILE ------- */
    .resolucao {
        width: 80px;
        background-color: darkcyan;
    }

    .paginacao ul li:first-child,
    .paginacao ul li:last-child {
        display: none !important;
    }

    /* ----------------------------------- MARCAS ---------------------------------- */
    .lista_marcas ul {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    /* ----------------------------------- / MARCAS ---------------------------------- */

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 2b ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 640px) and (orientation: landscape) {

}

@media all and (max-width: 640px) {
    /* ----- MOBILE small ------- */
    .resolucao {
        width: 60px;
        background-color: blueviolet;
    }

    /* ----------------------------------- BANNERS-MINI ---------------------------------- */
    .banners_home a {
        display: inline-block;
        width: 100%;
        margin: 5px 0%;
    }

    /* ----------------------------------- / BANNERS-MINI ---------------------------------- */
    /* ----------------------------------- MARCAS ---------------------------------- */
    .marcas_home ul li {
        max-width: 24%;
    }

    /* ----------------------------------- / MARCAS ---------------------------------- */
}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 3 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 478px) {
    /* ----- MOBILE small ------- */
    .resolucao {
        width: 40px;
        background-color: darkorange;
    }

    /* ----------------------------------- MARCAS ---------------------------------- */
    .marcas_home ul li {
        max-width: 23%;
    }

    /* ----------------------------------- / MARCAS ---------------------------------- */
    /* ----------------------------------- PAGINACAO ---------------------------------- */
    .barra_paginacao .paginacao {
        clear: both;
        display: block;
        float: none;
    }

    .paginacao .pag_txt {
        display: none;
    }

    .paginacao ul li {
        width: 8vw;
    }

    .barra_paginacao {
        display: block;
        margin: 40px 0;
        padding: 10px 0 7px 0;
        overflow: auto;
    }

    .barra_paginacao form {
        display: block;
        float: none;
        text-align: center;
    }

    .barra_paginacao form label {
        display: inline-block;
    }

    .paginacao ul li a,
    .barra_paginacao .paginacao ul li a {
        padding: 5px 4px;
    }

    /* ----------------------------------- /PAGINACAO ---------------------------------- */
    /* ----------------------------------- MENU LATERAL ---------------------------------- */
    .bto_filtros_mobile {
        margin-top: 20px;
    }

    /* ----------------------------------- /MENU LATERAL ---------------------------------- */

}

@media all and (max-width: 320px) {
    /* ----- MOBILE small ------- */
    .resolucao {
        width: 20px;
        background-color: black;
    }

    /* ----------------------------------- MARCAS ---------------------------------- */
    .lista_marcas ul {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    /* ----------------------------------- / MARCAS ---------------------------------- */
}
