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

/*
CORES

verde
2e9bac

	- hover
	1bb2ca

	- active
	31818d

amarelo
f9cd2f

	- hover
	ffe63a

	- active
	ddb834
*/

/* ----------------------------------- PRODUTO - VITRINE ---------------------------------- */
.vitrine {
}

.vitrine .botao {
    margin-top: 10px;
}

.produto {
    vertical-align: top;
    display: inline-block;
    width: 24.7%;
    margin: 0 0 10px 0;
    text-align: center;
    text-decoration: none;
    color: #525252;
    line-height: 16px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.00);
}

.imagem {
    margin-bottom: 1rem;
}

.imagem > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.imagem > div:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.produto img {
    max-width: 100%;
    max-height: 270px;

    background: transparent no-repeat center;

    position: relative;
}


.produto .over-img {
    background-size: contain;
}

.produto .nome {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    height: 57px;
    max-height: 57px;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
}

.produto .preco {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2e9bac;
    line-height: 18px;
}

.produto .preco .precode {
    display: block;
    font-size: 14px;
    text-decoration: line-through;
}

.produto .preco .precopor {
    display: block;
    font-size: 30px;
    padding: 10px 0 5px 0;
}

.produto .preco .precoobs {
    display: block;
    color: #525252;
    font-weight: normal;
}

.produto .preco .precoobs .icone {
    display: inline-block;
    height: 20px;
    width: 24px;
    background: url(/images/2018/icones-produtos.png) no-repeat -38px -5px;
    margin: 0 0 -5px 0;
}

/*.produto .flag_desconto {*/
/*position: absolute;*/
/*background: #f9cd2f;*/
/*margin: -15px 0 0 -15px;*/
/*border-radius: 100px;*/
/*height: 50px;*/
/*width: 50px;*/
/*z-index: 1;*/
/*font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";*/
/*color: #3e2407;*/
/*font-weight: bold;*/
/*font-size: 18px;*/
/*padding-top: 17px;*/
/*text-align: center;*/
/*-webkit-box-shadow: 0px 3px 10px 0px rgba(151, 113, 30, 0.40);*/
/*-moz-box-shadow: 0px 3px 10px 0px rgba(151, 113, 30, 0.40);*/
/*box-shadow: 0px 3px 10px 0px rgba(151, 113, 30, 0.40);*/
/*}*/

/*.produto:hover .flag_desconto {*/
/*margin: -5px 0 0 -5px;*/
/*}*/

/*.produto .flag_frete {*/
/*position: absolute;*/
/*display: block;*/
/*background: #2e9bac url(/images/2018/icones-produtos.png) no-repeat;*/
/*background-position: 6px 7px;*/
/*margin: -15px 0 0 -15px;*/
/*border-radius: 100px;*/
/*height: 45px;*/
/*width: 45px;*/
/*z-index: 1;*/
/*letter-spacing: -6px;*/
/*color: rgba(255, 255, 255, 0.01);*/
/*-webkit-box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);*/
/*-moz-box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);*/
/*box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);*/
/*}*/

/*.produto:hover .flag_frete {*/
/*margin: -5px 0 0 -5px;*/
/*}*/
.produto .selos {
    position: absolute;
    z-index: 1;
    overflow: show;
    margin: -10px 0 0 -10px;
}

.selos .flag_promo {
    display: none;
}

.produto:hover .flag_promo {
    margin: 10px 0 0 5px;
}


.selos .flag_promo img {
    max-height: 100%;
    max-width: 100%;
}

.selos .flag_desconto {
    display: block;
    background: #f9cd2f;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    color: #3e2407;
    font-weight: bold;
    font-size: 18px;
    padding-top: 17px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(151, 113, 30, 0.40);
    -moz-box-shadow: 0px 3px 10px 0px rgba(151, 113, 30, 0.40);
    box-shadow: 0px 3px 10px 0px rgba(151, 113, 30, 0.40);
    margin-top: 5px;
}

.selos .special-price {
    padding-top: 17px;
    background: #2e9bac;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);
    margin-top: 5px;
}

.selos .special-price .fa {
    /*font-size: .875em;*/
    padding: 0 2px 0 0;
}

.produto:hover .special-price,
.produto:hover .flag_desconto {
    margin: 10px 0 0 5px;
}

.selos .flag_frete {
    display: block;
    background: #2e9bac url(/images/2018/icones-produtos.png) no-repeat 6px 7px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    margin: 5px 0 0 3px;
    letter-spacing: -6px;
    color: rgba(255, 255, 255, 0.01);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);
    -moz-box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);
    box-shadow: 0px 3px 10px 0px rgba(105, 155, 163, 0.45);
}

.produto:hover .flag_frete {
    margin: 10px 0 0 8px;
}

/*.produto .junto_desconto {*/
/*margin: 45px 0 0 -12px !important;*/
/*}*/
/**/
/*.produto:hover .junto_desconto {*/
/*margin: 50px 0 0 -3px !important;*/
/*}*/

.produto .gradiente {
    background-image: none;
    display: block;
    height: 5px;
    margin: 14px -10px -12px -10px;
}

.produto:hover {
    text-decoration: none;
    color: #525252;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(68, 83, 85, 0.30);
    -moz-box-shadow: 0px 3px 20px 0px rgba(68, 83, 85, 0.30);
    box-shadow: 0px 3px 20px 0px rgba(68, 83, 85, 0.30);
}

.produto:hover .gradiente {
    background-image: linear-gradient(to right, #2e9bac, #f9cd2f);
}

.produto:hover .preco .precopor {
    font-size: 34px;
}

.produto:hover img {
    -webkit-filter: saturate(200%); /* Safari */
    filter: saturate(200%);
}

.lista_produtos {
    padding-top: 30px;
}

.lista_produtos .swiper-wrapper {
}

.lista_produtos .swiper-wrapper .swiper-slide {
    padding: 10px;
    text-align: center;
}

.lista_produtos .swiper-pagination {
}

.lista_produtos .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20%;
    height: 2px;
}

.lista_produtos .swiper-pagination:hover .swiper-pagination-bullet {
    height: 6px;
}

.lista_produtos .swiper-pagination .swiper-pagination-bullet-active {
}

.lista_produtos .swiper-button-next {
    top: 0px;
    margin-top: 0px;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
}

.lista_produtos .swiper-button-prev {
    top: 0px;
    margin-top: 0px;
    right: 40px;
    left: auto;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
}

.animacao_slide {
    position: absolute;
}

.vitrine .lista_produtos .produto:nth-child(4n+5) {
    clear: both;
}

.filtros + .vitrine .lista_produtos .produto:nth-child(4n+5) {
    clear: none;
}

.filtros + .vitrine .lista_produtos .produto:nth-child(3n+4) {
    clear: both;
}

/* ----------------------------------- /PRODUTO - VITRINE ---------------------------------- */

/* ----------------------------------- PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */

.filtros + .vitrine {
    margin-left: 260px;
}

.filtros + .vitrine .produto {
    width: 32.3%;
}

.filtros + .vitrine #produtos-lista1 .produto {
    width: 49.3%;
}

/* ----------------------------------- /PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */

/* ==================================================================== --------------- ================================================================= */
/* ================================================================= 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;
    }

    /* ----------------------------------- PRODUTO - VITRINE ---------------------------------- */
    .produto .nome {
        height: 72px;
        max-height: 72px;
    }

    /* ----------------------------------- /PRODUTO - VITRINE ---------------------------------- */
    /* ----------------------------------- PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */
    .filtros + .vitrine #produtos-lista1 .produto .nome {
        height: 57px;
        max-height: 57px;
    }

    /* ----------------------------------- /PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */

}

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

    /* ----------------------------------- PRODUTO - VITRINE ---------------------------------- */
    .vitrine {
        overflow: auto;
        display: block;
    }

    .produto {
        float: left;
        width: 49.3%;
        margin: 0 0 40px 0;
    }

    .produto .nome {
        height: 55px;
        max-height: 55px;
    }

    /* ----------------------------------- /PRODUTO - VITRINE ---------------------------------- */
    /* ----------------------------------- PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */
    .filtros + .vitrine .produto {
        width: 49.3%;
        margin: 0 0 40px 0;
    }

    /* ----------------------------------- /PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */
    /* ----------------------------------- PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */
    .filtros + .vitrine {
        margin-left: 0px;
    }

    .filtros + .vitrine .produto {
        width: 49.8%;
    }

    .filtros + .vitrine .lista_produtos .produto:nth-child(4n+5) {
        clear: both;
    }

    .filtros + .vitrine .lista_produtos .produto:nth-child(3n+4) {
        clear: none;
    }

    .lista_produtos .produto:nth-child(2n+3) {
        clear: both !important;
    }

    /* ----------------------------------- /PRODUTO - VITRINE - COM MENU LATERAL ---------------------------------- */

}

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

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== 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;
    }

    /* ----------------------------------- PRODUTO - VITRINE ---------------------------------- */
    .produto img {
        max-width: 100%;
    }

    .produto .nome {
        height: 55px;
        max-height: 55px;
    }

    /*.produto .flag_desconto {*/
    /*height: 35px;*/
    /*width: 35px;*/
    /*font-size: 13px;*/
    /*padding-top: 10px;*/
    /*}*/
    /*.produto .flag_frete {*/
    /*background: #2e9bac url(/images/2018/icones-produtos.png) no-repeat;*/
    /*background-size: 50px auto;*/
    /*background-position: 5px 6px;*/
    /*height: 35px;*/
    /*width: 35px;*/
    /*}*/
    .produto .junto_desconto {
        margin: 27px 0 0 -15px !important;
    }

    .produto:hover .junto_desconto {
        margin: 40px 0 0 -5px !important;
    }

    /* ----------------------------------- /PRODUTO - VITRINE ---------------------------------- */
    /* ----------------------------------- PRODUTOS LISTA ---------------------------------- */
    .cabecalho h1 {
        font-size: 30px;
        line-height: 28px;
        padding: 0;
    }

    .cabecalho p {
        font-size: 12px;
        line-height: 18px;
    }

    .cabecalho a {
        font-size: 11px;
    }

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

}

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

    /* ----------------------------------- PRODUTO - VITRINE ---------------------------------- */
    .produto {
        margin: 10px 0 20px 0;
        line-height: 14px;
        padding: 5px;
    }

    .produto .nome {
        font-size: 11px;
        height: 63px;
        max-height: 63px;
    }

    .produto .marca {
        font-size: 10px;
    }

    .produto .preco {
        padding-top: 3px;
        font-size: 11px;
        line-height: 15px;
    }

    .produto .preco .precode {
        font-size: 12px;
    }

    .produto .preco .precopor {
        font-size: 24px;
        padding: 5px 0 5px 0;
    }

    .produto .preco .precoobs .icone {
        display: block;
        margin: 0 auto;
    }

    .produto:hover .preco .precopor {
        font-size: 24px;
    }

    .produto .gradiente {
        height: 4px;
        margin: 8px -5px -7px -5px;
    }

    /*.produto .flag_desconto {*/
    /*margin: -5px 0 0 -5px;*/
    /*}*/
    /*.produto:hover .flag_desconto {*/
    /*margin: 0px 0 0 0px;*/
    /*}*/
    /*.produto .flag_frete {*/
    /*margin: -5px 0 0 -5px;*/
    /*}*/
    /*.produto:hover .flag_frete {*/
    /*margin: 0px 0 0 0px;*/
    /*}*/
    .produto .junto_desconto {
        margin: 37px 0 0 -5px !important;
    }

    .produto:hover .junto_desconto {
        margin: 44px 0 0 -0px !important;
    }

    /* ----------------------------------- /PRODUTO - VITRINE ---------------------------------- */

}

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

    /* ----------------------------------- PRODUTO - VITRINE ---------------------------------- */
    /* .produto:nth-child(2n+1) { clear: both;}*/
    /* ----------------------------------- /PRODUTO - VITRINE ---------------------------------- */

}


.atleta {
    position: relative;
    text-align: center;
    max-height: 510px;
    overflow: hidden;
}

.atleta p {
    margin: 0;
}

.atleta .container {
    height: 100%;
    display: block;
    top: 0;
    /*left: 50%;*/
    /*margin-left: -570px;*/
}

.atleta .container h1 {
    margin-bottom: 20px;
}

.atleta img.foto-01 {
    max-width: 100%;
    position: relative;
}

.atleta img.foto-02 {
    display: none;
    width: 100%;
}

.atleta .row-fixed {
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    padding: 0 2%;
    z-index: 90;
}

.atleta .row-fixed .col-md-5 {
    padding-top: 30px;
}

.atleta .row-fixed .col-md-5 .row {
    padding: 0 15px;
}

.atleta .row-fixed .col-md-5 .row p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

.atleta .row-fixed .col .col-sm-4 {
    padding: 0 20px 0 0;
    white-space: nowrap;
}

.atleta .row-fixed .col .col-sm-4:last-child {
    padding: 0;
}

.atleta .row-fixed .col-md-5 .video {
    width: 300px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}

.atleta .row-fixed .col-md-5 .video img {
    width: 100%;
}

.atleta .row-fixed .col-md-5 .video h5 {
    background: #655060;
    padding: 3px 0;
    color: #eee;
}

.atleta img.division-content {
    position: absolute;
    z-index: 150;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 992px) {


    .atleta {
    }

    .atleta .container, .atleta .row-fixed {
        position: initial;
        margin-left: 0;
    }

    .atleta .row-fixed .col {
        max-width: 100%;
    }

    .atleta img.foto-01 {
        display: none;
    }

    .atleta img.foto-02 {
        display: block;
    }

    .atleta .row-fixed .col-md-5 {
        background: none !important;
    }

    .atleta img.foto-02 {
        display: block;
        margin-top: 30px;
    }

}

