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

@font-face {
    font-family: 'Proxima';
    src: url('/webfonts/ProximaNovaA-Regular.eot');
    src: url('/webfonts/ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/ProximaNovaA-Regular.woff') format('woff'),
    url('/webfonts/ProximaNovaA-Regular.ttf') format('truetype'),
    url('/webfonts/ProximaNovaA-Regular.svg#ProximaNovaA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('/webfonts/ProximaNovaA-Bold.eot');
    src: url('/webfonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/ProximaNovaA-Bold.woff') format('woff'),
    url('/webfonts/ProximaNovaA-Bold.ttf') format('truetype'),
    url('/webfonts/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaI';
    src: url('/webfonts/Helvetica67-CondensedMedium.eot');
    src: url('/webfonts/Helvetica67-CondensedMedium.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/Helvetica67-CondensedMedium.woff') format('woff'),
    url('/webfonts/Helvetica67-CondensedMedium.ttf') format('truetype'),
    url('/webfonts/Helvetica67-CondensedMedium.svg#Helvetica67-CondensedMedium') format('svg');
    font-weight: normal; /* font-weight: 500; */
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaI';
    src: url('/webfonts/Helvetica-CondensedBlack.eot');
    src: url('/webfonts/Helvetica-CondensedBlack.eot?#iefix') format('embedded-opentype'),
    url('/webfonts/Helvetica-CondensedBlack.woff') format('woff'),
    url('/webfonts/Helvetica-CondensedBlack.ttf') format('truetype'),
    url('/webfonts/Helvetica-CondensedBlack.svg#Helvetica-CondensedBlack') format('svg');
    font-weight: bold; /* font-weight: 900 */
    font-style: normal;
}

/*
CORES

verde
2e9bac

	- hover
	1bb2ca

	- active
	31818d

amarelo
f9cd2f

	- hover
	ffe63a

	- active
	ddb834
*/

.aviso_ie {
    display: none;
}

html {
    margin: 0;
}

body {
    background: #ffffff;
    color: #5a5a5a;
    font-family: Proxima, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.oculto {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    letter-spacing: -6px;
}

* {
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
}

.sombra {
    -webkit-box-shadow: 0 2px 20px 0 rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0 2px 20px 0 rgba(50, 50, 50, 0.30);
    box-shadow: 0 2px 20px 0 rgba(50, 50, 50, 0.30);
}

h1, h2, h3, h4, h5, h6 {
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; /*letter-spacing: 0.5px;*/
    font-style: oblique;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    display: block;
    font-size: 40px;
    margin-left: -12px;
    line-height: 40px;
}

.botao, .botao:visited {
    display: inline-block;
    clear: both;
    margin: 20px auto;
    text-align: center;
    background: #2e9bac;
    color: #fff;
    font-size: 18px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    text-transform: uppercase;
    padding: 10px 50px;
    text-decoration: none;
}

.botao strong {
    color: #f9cd2f;
    font-weight: normal;
}

.botao:hover {
    background: #1bb2ca;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
}

.botao:active {
    background: #31818d;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    -moz-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
}

.bto_big {
    font-size: 22px;
    padding: 15px 60px;
}

.center {
    display: block;
    clear: both;
    overflow: auto;
    text-align: center;
}

.spacer {
    display: block;
    clear: both;
    height: 180px;
    background: #ececec;
    border-bottom: 1px solid #dddddd;
}

.editorial {
    display: block;
    clear: both;
    padding: 20px 0;
    overflow-x: auto;
    max-width: 100vw;
}

a {
    color: #2e9bac;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #1bb2ca;
    text-decoration: underline;
}

a:active {
    color: #31818d;
    text-decoration: underline;
}

/* ----------------------------------- TOPO ---------------------------------- */
.topo {
    border-top: 3px solid #2e9bac;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1000;
}

.topo .logo {
    float: left;
    color: rgba(255, 255, 255, 0.01);
    margin: 3px 0 7px 0;
}

.topo .logo a {
    display: block;
    background: url(/images/2018/logo-corpoevida.png) top left no-repeat;
    width: 277px;
    height: 114px;
    color: rgba(255, 255, 255, 0.01);
}

.topo .logo a:hover {
    -webkit-filter: saturate(200%); /* Safari */
    filter: saturate(200%);
}

.topo .logo a:active {
    -webkit-filter: saturate(50%); /* Safari */
    filter: saturate(50%);
}

.topo .menu_rapido {
    float: right;
    margin-bottom: 20px;
}

.topo .menu_rapido .dropdown {
    display: inline-block;
}

.topo .menu_rapido a {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 10px 0 20px;
    background: url(/images/2018/links-top-down.png) no-repeat;
    background-position: right 4px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #525252;
    text-decoration: none;
}

.topo .menu_rapido a:hover {
    text-decoration: underline;
}

.topo .menu_rapido .bto_confiavel {
    display: inline-block;
    background: #f9cd2f url(/images/2018/links-top-cadeado.png) no-repeat;
    background-position: 10px 2px;
    text-align: center;
}

.topo .menu_rapido .bto_confiavel a {
    color: #504535;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-size: 12px;
    margin: 0 0;
    padding: 0 20px 0 30px;
    background: none;
}

.topo .menu_rapido .bto_confiavel a:hover {
    text-decoration: none;
}

.topo .menu_rapido .bto_confiavel:hover {
    background-color: #ffe63a;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 113, 30, 0.45);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 113, 30, 0.45);
    box-shadow: 0 2px 15px 0 rgba(151, 113, 30, 0.45);
}

.topo .menu_rapido .bto_confiavel:active {
    background-color: #ddb834;
    -webkit-box-shadow: 0 2px 5px 0 rgba(151, 113, 30, 0.65);
    -moz-box-shadow: 0 2px 5px 0 rgba(151, 113, 30, 0.65);
    box-shadow: 0 2px 5px 0 rgba(151, 113, 30, 0.65);
}

.topo .bto_carrinho_topo {
    float: right;
    clear: right;
    height: 56px;
    width: 95px;
    background: #2e9bac;
    border: none;
    text-decoration: none;
}

.topo .bto_carrinho_topo:hover {
    background: #1bb2ca;
    -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
}

.topo .bto_carrinho_topo:active {
    background: #31818d;
    -webkit-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    -moz-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
}

.topo .bto_carrinho_topo .icone {
    display: inline-block;
    color: rgba(105, 155, 165, 0.1);
    font-size: 2px;
    height: 42px;
    width: 42px;
    background: transparent url(/images/2018/btos-topo-sprite.png) no-repeat;
    background-position: -40px 0;
}

.topo .bto_menu_usuario {
    display: none;
}

.topo .bto_menu_mobile {
    display: none;
}

.topo .menu_usuario {
    float: right;
}

.topo .menu_usuario ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
}

.topo .menu_usuario .inativo {
    display: none;
}

.topo .menu_usuario ul li {
    display: inline-block;
    margin: 0 5px;
}

.topo .menu_usuario ul li a {
    display: block;
    background: #f8f8f8;
    text-align: center;
    text-decoration: none;
    color: #525252;
    font-weight: bold;
    font-size: 12px;
    width: 76px;
    height: 56px;
    line-height: 14px;
    padding-top: 7px;
}

.topo .menu_usuario ul li a:hover {
    color: #2e9bac;
    background: none;
}

.topo .menu_usuario .icone {
    display: block;
    margin: 0 auto;
    width: 27px;
    height: 27px;
    background: url(/images/2018/menu-sup-sprite.png) no-repeat;
}

.topo .menu_usuario a:hover .icone {
    background: url(/images/2018/menu-sup-sprite-hover.png) no-repeat;
}

.topo .menu_usuario .icone_cadastrar, .topo .menu_usuario a:hover .icone_cadastrar {
    background-position: 0 -27px;
}

.topo .menu_usuario .icone_entrar, .topo .menu_usuario a:hover .icone_entrar {
    background-position: -27px -27px;
}

.topo .menu_usuario .icone_pedidos, .topo .menu_usuario a:hover .icone_pedidos {
    background-position: -27px 0;
}

.topo .menu_usuario .icone_cadastro, .topo .menu_usuario a:hover .icone_cadastro {
    background-position: 0 0;
}

.topo .menu_usuario .icone_sair, .topo .menu_usuario a:hover .icone_sair {
    background-position: -54px 0;
}

.topo .busca {
    float: right;
}

.topo .busca form input[type=search] {
    border: 2px #2e9bac solid;
    background: #fff;
    height: 56px;
    width: 350px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*.topo .busca form input[type=search]:hover {*/
/*-webkit-box-shadow: 0 3px 40px 0 rgba(105, 155, 163, 0.55);*/
/*-moz-box-shadow: 0 3px 40px 0 rgba(105, 155, 163, 0.55);*/
/*box-shadow: 0 2px 20px 0 rgba(105, 155, 163, 0.35);*/
/*}*/

.topo .busca form input[type=search]:focus {
    width: 420px;
    /*-webkit-box-shadow: 0 3px 40px 0 rgba(105, 155, 163, 0.55);*/
    /*-moz-box-shadow: 0 3px 40px 0 rgba(105, 155, 163, 0.55);*/
    /*box-shadow: 0 3px 40px 0 rgba(105, 155, 163, 0.55);*/
}

.topo .busca form input[type=submit] {
    position: absolute;
    margin: 5px 0 0 -45px;
    background: url(/images/2018/btos-topo-sprite.png) no-repeat 0 0;
    height: 42px;
    width: 42px;
    border: none;
    color: rgba(255, 255, 255, 0.01);
    letter-spacing: -6px;
    cursor: pointer;
}

/*.topo .busca form input[type=submit]:hover { opacity:0.75; -moz-opacity: 0.75;filter: alpha(opacity=75); }*/
.topo .busca form input[type=submit]:hover {
    -webkit-filter: saturate(200%); /* Safari */
    filter: saturate(200%);
}

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

.topo .menu_geral {
    display: block;
    clear: both;
    border-top: 1px solid #e6e6e6;
    background: #f8f8f8;
}

.topo .menu_geral ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.topo .menu_geral ul li {
    display: inline-block;
}

.topo .menu_geral ul li a {
    display: inline-block;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: bold;
    font-size: 15px;
    color: #474747;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 20px 15px 20px;
}

.topo .menu_geral ul li a:hover {
    color: #2e9bac;
}

.topo .menu_geral ul li a .seta {
    display: inline-block;
    background: url(/images/2018/menu-setas-sprite.png) no-repeat;
    height: 21px;
    width: 21px;
    background-position: 3px 5px;
}

.topo .menu_geral .destaques {
    float: right;
}

.topo .menu_geral .destaques .verde {
    background: #2e9bac;
    background-position: 0 -21px;
}

.topo .menu_geral .destaques .verde:hover {
    background: #1bb2ca;
    -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
}

.topo .menu_geral .destaques .verde:active {
    background: #31818d;
    -webkit-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    -moz-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
}

.topo .menu_geral .destaques .verde a {
    color: #fff;
    padding-right: 20px;
    letter-spacing: 0.5px;
}

.topo .menu_geral .destaques .verde a .seta {
    background-position: -21px 0;
    margin-left: 5px;
}

.topo .menu_geral .destaques .amarelo {
    background: #f9cd2f;
    color: #423c31;
}

.topo .menu_geral .destaques .amarelo:hover {
    background: #ffe63a;
    -webkit-box-shadow: 0 4px 25px 0 rgba(151, 113, 30, 0.45);
    -moz-box-shadow: 0 4px 25px 0 rgba(151, 113, 30, 0.45);
    box-shadow: 0 2px 25px 0 rgba(151, 113, 30, 0.45);
}

.topo .menu_geral .destaques .amarelo:active {
    background: #ddb834;
    -webkit-box-shadow: 0 2px 10px 0 rgba(151, 113, 30, 0.65);
    -moz-box-shadow: 0 2px 10px 0 rgba(151, 113, 30, 0.65);
    box-shadow: 0 2px 10px 0 rgba(151, 113, 30, 0.65);
}

.topo .menu_geral .destaques .amarelo a {
    color: #423c31;
    padding-right: 20px;
}

.topo .menu_geral .destaques .amarelo a .seta {
    background-position: -42px 0;
    margin-left: 5px;
}

.topo.small {
}

.topo.small .menu_rapido {
    overflow: hidden;
    height: 0;
    margin-bottom: 15px;
}

.topo.small .logo {
    margin: 0;
}

.topo.small .logo a {
    padding-top: 5px;
    background: url(/images/2018/logo-corpoevida-mini.png) top left no-repeat;
    width: 219px;
    height: 87px;
}

.topo.small .menu_geral ul li a {
    padding: 5px 20px 8px 20px;
}

/* ------------------ DROPDOWN ----------------- */
.dropdown .dropdown-menu {
    display: block;
    margin-top: 0;
    height: 0;
    overflow: hidden;

    opacity: 0.0;
    filter: alpha(opacity=0);
}

.dropdown:hover .dropdown-menu {
    opacity: 1.0;
    filter: alpha(opacity=100);
    height: auto;
    overflow: visible;
}

/* ------------------ /DROPDOWN ----------------- */

/* ----------------------------------- DROP - MENU RAPIDO ---------------------------------- */

.topo .menu_rapido .dropdown {
}

.topo .menu_rapido .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.30);
}

.topo .menu_rapido .drop_lojas {
}

.topo .menu_rapido .drop_lojas em {
    background: #2e9bac;
    color: #fff;
    font-size: 20px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: normal;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 340px;
    line-height: 22px;
}

.topo .menu_rapido .drop_lojas em strong {
    font-weight: normal;
}

.topo .menu_rapido .drop_lojas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topo .menu_rapido .drop_lojas ul li {
    display: block;
}

.topo .menu_rapido .drop_lojas ul li a {
    display: block;
    background: url(/images/2018/drop-lojas.png) left center no-repeat;
    padding: 0 0 0 30px;
    margin: 10px 10px 10px 10px;
    font-size: 12px;
}

.topo .menu_rapido .drop_atendimento {
}

.topo .menu_rapido .drop_atendimento .dropdown-menu {
    margin-left: -23px !important;
}

.topo .menu_rapido .drop_atendimento em {
    background: #2e9bac;
    color: #fff;
    font-size: 20px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: normal;
    display: block;
    padding: 10px 20px 5px 10px;
    text-transform: uppercase;
    min-width: 340px;
    line-height: 22px;
    overflow: auto;
}

.topo .menu_rapido .drop_atendimento em strong {
    font-weight: normal;
}

.topo .menu_rapido .drop_atendimento .icone {
    float: left;
    width: 47px;
    height: 47px;
    background: url(/images/2018/atendimento-icones-sprite1.png) no-repeat 0 0;
    margin-right: 10px;
}

.topo .menu_rapido .drop_atendimento .conteudo {
    clear: both;
    display: block;
    padding: 10px 20px;
    line-height: 20px;
}

.topo .menu_rapido .drop_atendimento .conteudo .email, .rodape .col2 .email {
    font-size: 12px;
    line-height: 15px;
}

.topo .menu_rapido .drop_atendimento .conteudo .email a, .rodape .col2 .email a {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 12px;
    background: none;
    font-weight: normal;
    text-decoration: underline;
    color: #5a5a5a;
}

.topo .menu_rapido .drop_atendimento .conteudo .email a:hover, .rodape .col2 .email a:hover {
    color: #699ba3;
}

.topo .menu_rapido .drop_atendimento .conteudo .icone_facebook a, .rodape .col2 .icone_facebook a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.01);
    letter-spacing: -6px;
    width: 47px;
    height: 47px;
    background: url(/images/2018/atendimento-icones-sprite1.png) no-repeat -47px 0;
}

.topo .menu_rapido .drop_atendimento .conteudo .icone_facebook a:hover,
.topo .menu_rapido .drop_atendimento .conteudo .icone_instagram a:hover,
.topo .menu_rapido .drop_atendimento .conteudo .icone_youtube a:hover,
.rodape .col2 .icone_facebook a:hover,
.rodape .col2 .icone_youtube a:hover,
.rodape .col2 .icone_instagram a:hover {
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.topo .menu_rapido .drop_atendimento .conteudo .icone_instagram a,
.rodape .col2 .icone_instagram a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.01);
    letter-spacing: -6px;
    width: 47px;
    height: 47px;
    background: url(/images/2018/atendimento-icones-sprite1.png) no-repeat -94px 0;
}

.topo .menu_rapido .drop_atendimento .conteudo .icone_youtube a,
.rodape .col2 .icone_youtube a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.01);
    letter-spacing: -6px;
    width: 47px;
    height: 47px;
    background: url(/images/2018/atendimento-icones-sprite1.png) no-repeat -141px 0;
}

.topo .menu_rapido .drop_atendimento .conteudo form, .rodape .col2 form {
    display: block;
    clear: both;
}

.topo .menu_rapido .drop_atendimento .conteudo form label, .rodape .col2 form label {
    display: block;
    font-weight: bold;
    font-style: oblique;
}

.topo .menu_rapido .drop_atendimento .conteudo form input[type=email], .rodape .col2 form input[type=email] {
    display: inline-block;
    border: 2px solid #666666;
    background: #fff;
    height: 40px;
    padding: 0 10px;
    width: 180px;
}

.topo .menu_rapido .drop_atendimento .conteudo form input[type=submit], .rodape .col2 form input[type=submit] {
    display: inline-block;
    background: #666666;
    height: 40px;
    border: none;
    padding: 0 10px;
    width: 95px;
    font-weight: bold;
    color: #fff;
}

.topo .menu_rapido .drop_atendimento .conteudo form input[type=submit]:hover, .rodape .col2 form input[type=submit]:hover {
    background: #2e9bac;
    -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
}

.topo .menu_rapido .drop_atendimento .conteudo form input[type=submit]:active, .rodape .col2 form input[type=submit]:active {
    background: #31818d;
    -webkit-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    -moz-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
}

/* ----------------------------------- /DROP - MENU RAPIDO ---------------------------------- */

/* ----------------------------------- DROP - MENU ---------------------------------- */

.menu_geral .dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.35);
}

.menu_geral .dropdown .dropdown-menu .seta {
    position: absolute;
    width: 24px;
    height: 11px;
    background: url(/images/2018/seta-menu.png) no-repeat top left;
    margin: -9px 0 0 60px;
}

.menu_geral .drop_categorias .dropdown-menu {
    min-width: 850px;
}

.menu_geral .drop_categorias .dropdown-menu ul {
    margin: 20px 10px;
    padding: 0;
    list-style: none;
    float: none;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.menu_geral .drop_categorias .dropdown-menu ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu_geral .drop_categorias .dropdown-menu ul li a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-family: Proxima, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12px;
    line-height: 18px;
    color: #7f7f7f;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.menu_geral .drop_categorias .dropdown-menu ul li a:hover {
    color: #fff;
    background: #2e9bac;
}

.menu_geral .drop_categorias .dropdown-menu ul li a:active {
    color: #fff;
    background: #31818d;
}

.menu_geral .drop_marcas .dropdown-menu {
    min-width: 1000px;
    margin: 0 0 0 -100px;
}

.menu_geral .drop_marcas .dropdown-menu .conteudo {
    padding: 20px 20px 20px 20px;
    overflow: auto;
}

.menu_geral .drop_marcas .dropdown-menu .seta {
    margin: -9px 0 0 145px;
}

.menu_geral .drop_marcas .dropdown-menu .conteudo {
    column-count: 5;
}

.menu_geral .drop_marcas .dropdown-menu .conteudo .vermais {
    column-span: all;
}

.menu_geral .drop_marcas .dropdown-menu .conteudo > div {
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.menu_geral .drop_marcas .dropdown-menu strong {
    margin-top: 10px;
}

.menu_geral .drop_marcas .dropdown-menu .conteudo > div:first-child strong {
    margin-top: 0;
}

.menu_geral .drop_marcas .dropdown-menu ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    float: none;
}

.menu_geral .drop_marcas .dropdown-menu ul li {
    margin: 0 10px 0 0;
    padding: 0;
    display: block;
}

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

.menu_geral .drop_marcas .dropdown-menu ul li a:hover {
    color: #fff;
    background: #2e9bac;
    padding-left: 5px;
}

.menu_geral .drop_marcas .dropdown-menu ul li a:active {
    background: #31818d;
}

.menu_geral .drop_marcas .dropdown-menu .vermais {
    background: #e7e7e7;
    padding: 5px;
    margin: 0 20%;
    display: block;
    clear: both;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.menu_geral .drop_marcas .dropdown-menu .vermais:hover {
    background: #2e9bac;
    color: #fff;
}

.menu_geral .drop_marcas .dropdown-menu .vermais:active {
    background: #31818d;
    color: #fff;
}

.menu_geral .drop_atletas .dropdown-menu {
    min-width: 400px;
    margin: 0 0 0 -100px;
}

.menu_geral .drop_atletas .dropdown-menu .seta {
    margin: -9px 0 0 155px;
}

.menu_geral .drop_atletas .dropdown-menu .conteudo {
    padding: 20px 20px 30px 20px;
    overflow: auto;
}

.menu_geral .drop_atletas .dropdown-menu .coluna {
    float: left;
    width: 25%;
}

.menu_geral .drop_atletas .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}

.menu_geral .drop_atletas .dropdown-menu ul li {
    margin: 0 10px 0 0;
    padding: 2px 0;
    display: block;
}

.menu_geral .drop_atletas .dropdown-menu ul li a {
    margin: 0;
    padding: 2px 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;
}

.menu_geral .drop_atletas .dropdown-menu ul li a:hover {
    color: #fff;
    background: #2e9bac;
    padding-left: 5px;
}

.menu_geral .drop_atletas .dropdown-menu ul li a:active {
    background: #31818d;
}

.menu_geral .drop_objetivos .dropdown-menu {
    min-width: 800px;
    margin: 0 0 0 -100px;
}

.menu_geral .drop_objetivos .dropdown-menu .seta {
    margin: -9px 0 0 155px;
}

.menu_geral .drop_objetivos .dropdown-menu .conteudo {
    padding: 20px 20px 30px 20px;
    overflow: auto;
}

.menu_geral .drop_objetivos .dropdown-menu .coluna {
    float: left;
    width: 25%;
}

.menu_geral .drop_objetivos .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}

.menu_geral .drop_objetivos .dropdown-menu ul li {
    margin: 0 10px 0 0;
    padding: 2px 0;
    display: block;
}

.menu_geral .drop_objetivos .dropdown-menu ul li a {
    margin: 0;
    padding: 2px 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;
}

.menu_geral .drop_objetivos .dropdown-menu ul li a:hover {
    color: #fff;
    background: #2e9bac;
    padding-left: 5px;
}

.menu_geral .drop_objetivos .dropdown-menu ul li a:active {
    background: #31818d;
}

.menu_geral .drop_objetivos .dropdown-menu .icone_hipertrofia, .menu_geral .drop_objetivos .dropdown-menu .icone_resistencia, .menu_geral .drop_objetivos .dropdown-menu .icone_emagrecimento, .menu_geral .drop_objetivos .dropdown-menu .icone_saude {
    background: url(/images/2018/menu-sup-objetivos-icones.png) no-repeat;
    width: 86px;
    height: 86px;
    display: block;
}

.menu_geral .drop_objetivos .dropdown-menu .icone_hipertrofia {
    background-position: 0 0;
}

.menu_geral .drop_objetivos .dropdown-menu .icone_resistencia {
    background-position: -86px 0;
}

.menu_geral .drop_objetivos .dropdown-menu .icone_emagrecimento {
    background-position: 0 -86px;
}

.menu_geral .drop_objetivos .dropdown-menu .icone_saude {
    background-position: -86px -86px;
}

.menu_geral .drop_promocoes .dropdown-menu {
    min-width: 650px;
    margin: 0 0 0 -100px;
}

.menu_geral .drop_promocoes .dropdown-menu .seta {
    margin: -9px 0 0 155px;
}

.menu_geral .drop_promocoes .dropdown-menu .conteudo {
    padding: 20px 20px 30px 20px;
    overflow: auto;
}

.menu_geral .drop_promocoes .dropdown-menu .coluna {
    float: left;
    width: 50%;
}

.menu_geral .drop_promocoes .dropdown-menu span {
    display: block;
    font-weight: bold;
    color: #2e9bac;
    text-transform: uppercase;
    font-size: 22px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    margin-bottom: 20px;
}

.menu_geral .drop_promocoes .dropdown-menu span strong {
    color: #f0ad0d;
}

.menu_geral .drop_promocoes .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}

.menu_geral .drop_promocoes .dropdown-menu ul li {
    margin: 0;
    padding: 0;
    display: block;
}

.menu_geral .drop_promocoes .dropdown-menu ul li a {
    margin: 10px 0;
    padding: 15px 0 15px 70px;
    display: block;
    color: #7f7f7f;
    font-family: Proxima, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.menu_geral .drop_promocoes .dropdown-menu ul li a:hover {
    background-color: #f8f8f8;
    color: #2e9bac;
}

.menu_geral .drop_promocoes .dropdown-menu ul li a em {
    background: url(/images/2018/menu-sup-promocoes-icones.png) no-repeat;
    width: 70px;
    height: 45px;
    display: inline-block;
    position: absolute;
    margin: -15px 0 0 -70px;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_cg {
    background-position: 0 0;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_cb {
    background-position: -70px 0;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_pl {
    background-position: -140px 0;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_im {
    background-position: -210px 0;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_ft {
    background-position: -70px -45px;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_dv {
    background-position: 0 -45px;
}

.menu_geral .drop_promocoes .dropdown-menu ul li .icone_lc {
    background-position: -140px -45px;
}

/* ----------------------------------- /DROP - MENU ---------------------------------- */

/* ----------------------------------- /TOPO ---------------------------------- */

/* ----------------------------------- LOJA CONFIÁVEL / DROP ---------------------------------- */

.loja_confiavel_rodape {
    clear: both;
    width: 100%;
    display: block;
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    padding: 40px 0;
    text-align: center;
    margin: 40px 0;
    overflow: auto;
}

#confiavel_modal .modal-content {
    text-align: center;
    padding: 20px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.50);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.50);
}

#confiavel_modal .modal-content img, .loja_confiavel_rodape img {
    display: block;
    margin: 0 auto;
    max-width: 190px;
    width: 250px;
}

#confiavel_modal .modal-content h6, .loja_confiavel_rodape h6 {
    display: block;
    font-size: 40px;
    color: #2e9bac;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 0;
}

#confiavel_modal .modal-content h6 strong, .loja_confiavel_rodape h6 strong {
    font-size: 22px;
}

#confiavel_modal .modal-content h6 em, .loja_confiavel_rodape h6 em {
    display: block;
    font-weight: normal;
    background: #2e9bac;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

#confiavel_modal .modal-content ul, .loja_confiavel_rodape ul {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#confiavel_modal .modal-content ul li {
    display: inline-block;
    width: 32%;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    margin: 10px 0;
}

.loja_confiavel_rodape ul li {
    display: inline-block;
    float: left;
    width: 16%;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    margin: 10px 0;
}

#confiavel_modal .modal-content ul li span, .loja_confiavel_rodape ul li span {
    display: block;
    background: url(/images/2018/loja-confiavel-sprite-1.png) no-repeat;
    height: 62px;
    width: 62px;
    margin: 5px auto;
}

#confiavel_modal .modal-content ul li .icone_confiavel, .loja_confiavel_rodape ul li .icone_confiavel {
    background-position: -124px -62px;
}

#confiavel_modal .modal-content ul li .icone_atendimento, .loja_confiavel_rodape ul li .icone_atendimento {
    background-position: -62px -62px;
}

#confiavel_modal .modal-content ul li .icone_lojas, .loja_confiavel_rodape ul li .icone_lojas {
    background-position: 0 -62px;
}

#confiavel_modal .modal-content ul li .icone_mercado, .loja_confiavel_rodape ul li .icone_mercado {
    background-position: -62px 0;
}

#confiavel_modal .modal-content ul li .icone_pedidos, .loja_confiavel_rodape ul li .icone_pedidos {
    background-position: 0 0;
}

#confiavel_modal .modal-content ul li .icone_garantia, .loja_confiavel_rodape ul li .icone_garantia {
    background-position: -124px 0;
}

#confiavel_modal .modal-content .botao {
    border: none;
    background: #2e9bac;
    color: #fff;
    font-size: 20px;
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 40px;
}

#confiavel_modal .modal-content .botao:hover {
    background: #1bb2ca;
    -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
}

#confiavel_modal .modal-content .botao:active {
    background: #31818d;
    -webkit-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    -moz-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
}

#confiavel_modal .modal-content .close {
    background: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    margin: -15px -15px 0 auto;
}

/* ----------------------------------- /LOJA CONFIÁVEL / DROP ---------------------------------- */

/* ----------------------------------- RODAPE ---------------------------------- */

.banner_lojas {
    display: block;
    background: url(/images/2018/rodape-banner.png) no-repeat bottom center;
    background-size: 100% auto;
    height: 140px;
    letter-spacing: -6px;
    text-align: center;
    color: rgba(255, 255, 255, 0.01);
}

.banner_lojas:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.01);
}

.banner_lojas:hover {
    -webkit-filter: saturate(150%); /* Safari */
    filter: saturate(150%);
}

.banner_lojas:active {
    -webkit-filter: saturate(50%); /* Safari */
    filter: saturate(50%);
}

.rodape {
    display: block;
    clear: both;
    margin-top: 50px;
    overflow: auto;
}

.rodape .col1 {
    float: left;
    width: 25%;
    margin-right: 5%;
    padding-bottom: 30px;
}

.rodape .col2 {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding-bottom: 30px;
}

.rodape .col3 {
    float: right;
    width: 35%;
    padding-bottom: 30px;
}

.rodape h6 {
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
}

.rodape .col1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rodape .col1 ul li {
    display: block;
    min-height: 10px;
}

.rodape .col1 ul li a {
    display: inline-block;
    line-height: 14px;
    color: #5a5a5a;
}

.rodape .col1 ul li a:hover {
    text-decoration: underline;
    color: #2e9bac;
}

.rodape .col1 ul li a:active {
    color: #31818d;
}

.rodape .col3 .formas_pagto {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

.rodape .col3 .selos {
    display: block;
    overflow: auto;
    padding-bottom: 10px;
}

.rodape .col3 .selos img {
    max-width: 30%;
    margin-right: 10px;
}

#seloEbit {
    display: inline-block !important;
    max-width: 30%;
    vertical-align: middle;
}

#seloEbit img {
    max-width: 100%;
    height: auto;
}

.rodape .col3 p {
    color: #737373;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.rodape .sobre {
    display: block;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    padding: 40px;
}

.rodape .sobre p, .rodape .condicoes p {
    margin: 0;
}

.rodape .condicoes {
    display: block;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    padding: 30px;
}

/* ----------------------------------- /RODAPE ---------------------------------- */

/* ----------------------------------- AVISOS ---------------------------------- */
.avisos {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}

.avisos .condicoes {
    text-align: center;
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.avisos .condicoes li {
    background-image: url(/images/2018/condicoes-frete-regioes.png);
    display: inline-block;
    letter-spacing: -6px;
    color: rgba(255, 255, 255, 0.01);
    width: 32%;
    background-repeat: no-repeat;
    background-size: auto 90px;
    height: 30px;
}

.avisos .condicoes .icon_frete {
    background-position: center 0;
}

.avisos .condicoes .icon_frete a {
    display: block;
    height: 30px;
    color: transparent;
}

.avisos .condicoes .icon_desconto {
    background-position: center -30px;
}

.avisos .condicoes .icon_parcela {
    background-position: center -60px;
}

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

/* ----------------------------------- BREAD CRUMB ---------------------------------- */

.breadcrumb {
    display: block;
    clear: both;
    padding-top: 20px;
    padding-left: 0;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb a, .breadcrumb em {
    font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-style: oblique;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.breadcrumb a {
    background: url(/images/2018/seta-cadastro.png) no-repeat 5px 1px;
    background-size: auto 21px;
    padding-left: 27px;
    color: #2e9bac;
}

.breadcrumb a:first-of-type {
    background: none;
    padding-left: 0;
}

.breadcrumb a:last-of-type {
    color: #5a5a5a;
}

.breadcrumb a:hover {
    color: #1bb2ca;
}

.breadcrumb a:active {
    color: #31818d;
}

/* ----------------------------------- /BREAD CRUMB ---------------------------------- */

/* =================== BARRA-CONDICOES  ========================= */

.condicoes-mbl {
    display: none;
    clear: both;
    background: #3A3A3A;
    padding: 5px 5px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.condicoes-mbl .bloco1, .condicoes-mbl .bloco2, .condicoes-mbl .bloco3 {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 98%;
    line-height: 14px;
}

.condicoes-mbl .bloco1 strong, .condicoes-mbl .bloco2 strong, .condicoes-mbl .bloco3 strong {
    color: #f6c421;
}

.condicoes-mbl .bloco1 {
    -webkit-animation-name: slide1;
    -webkit-animation-duration: 10.0s;
    -webkit-animation-delay: 0.0s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: slide1;
    -moz-animation-duration: 10.0s;
    -moz-animation-delay: 0.0s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;

    animation-name: slide1;
    animation-duration: 10.0s;
    animation-delay: 0.0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slide1 {
    0% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    28% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    35% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    93% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    100% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
}

@-moz-keyframes slide1 {
    0% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    28% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    35% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    93% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    100% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
}

@keyframes slide1 {
    0% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    28% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    35% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    93% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    100% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
}

.condicoes-mbl .bloco2 {
    /*padding-top: 8px;*/
    -webkit-animation-name: slide2;
    -webkit-animation-duration: 10.0s;
    -webkit-animation-delay: 0.0s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: slide2;
    -moz-animation-duration: 10.0s;
    -moz-animation-delay: 0.0s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;

    animation-name: slide2;
    animation-duration: 10.0s;
    animation-delay: 0.0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slide2 {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    28% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    35% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    61% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    68% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    100% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
}

@-moz-keyframes slide2 {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    28% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    35% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    61% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    68% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    100% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
}

@keyframes slide2 {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    28% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    35% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    61% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    68% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    100% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
}

.condicoes-mbl .bloco3 {
    -webkit-animation-name: slide3;
    -webkit-animation-duration: 10.0s;
    -webkit-animation-delay: 0.0s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: slide3;
    -moz-animation-duration: 10.0s;
    -moz-animation-delay: 0.0s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;

    animation-name: slide3;
    animation-duration: 10.0s;
    animation-delay: 0.0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.condicoes-mbl .bloco3 a {
    color: #fff;
}

@-webkit-keyframes slide3 {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    61% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    68% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    93% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    100% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
}

@-moz-keyframes slide3 {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    61% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    68% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    93% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    100% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
}

@keyframes slide3 {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    61% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
    68% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    93% {
        opacity: 1.0;
        filter: alpha(opacity=10); /* For IE8 and earlier */
    }
    100% {
        opacity: 0.0;
        filter: alpha(opacity=00); /* For IE8 and earlier */
    }
}

/* =================== /BARRA-CONDICOES  ========================= */
#lwinformatica-mkteam {
    text-align: center;
    clear: both;
    padding: 20px 0 0;
    background: #fff;
}

#lwinformatica-mkteam img {
    vertical-align: middle;
}

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

    .spacer {
        height: 170px;
    }

    /* ----------------------------------- TOPO ---------------------------------- */
    .topo .logo a {
        width: 250px;
        height: 103px;
        background-size: 100% auto;
    }

    .topo .menu_rapido {
        margin-bottom: 15px;
    }

    .topo .menu_usuario ul {
        margin: 0 5px;
    }

    .topo .menu_usuario ul li {
        margin: 0 1px;
    }

    .topo .busca form input[type=search] {
        width: 230px;
    }

    .topo .busca form input[type=search]:focus {
        width: 280px;
    }

    .topo .menu_geral ul li a {
        font-size: 14px;
        padding: 12px 15px 15px 15px;
    }

    .topo .menu_geral .destaques .verde a {
        padding-right: 10px;
        padding-left: 15px;
    }

    .topo .menu_geral .destaques .verde a .seta {
        margin-left: 5px;
    }

    .topo .menu_geral .destaques .amarelo a {
        padding-right: 10px;
        padding-left: 15px;
    }

    .topo .menu_geral .destaques .amarelo a .seta {
        margin-left: 5px;
    }

    /* ----------------------------------- DROP - MENU ---------------------------------- */
    .menu_geral .drop_marcas .dropdown-menu {
        min-width: 900px;
        margin: 0 0 0 -120px;
    }

    .menu_geral .drop_marcas .dropdown-menu .conteudo {
        padding: 10px 10px 10px 10px;
    }

    .menu_geral .drop_marcas .dropdown-menu .seta {
        margin: -11px 0 0 165px;
    }

    .menu_geral .drop_marcas .dropdown-menu ul {
        margin: 0 0 5px 0;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li {
        margin: 0 5px 0 0;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li a {
        line-height: 15px;
    }

    .menu_geral .drop_marcas .dropdown-menu .vermais {
        margin-top: 2px;
    }

    .menu_geral .drop_objetivos .dropdown-menu {
        margin: 0 0 0 -160px;
    }

    .menu_geral .drop_objetivos .dropdown-menu .seta {
        margin: -11px 0 0 210px;
    }

    .menu_geral .drop_promocoes .dropdown-menu {
        margin: 0 0 0 -150px;
    }

    .menu_geral .drop_promocoes .dropdown-menu .seta {
        margin: -11px 0 0 205px;
    }

    .menu_geral .drop_promocoes .dropdown-menu span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .menu_geral .drop_promocoes .dropdown-menu ul li a {
        margin: 5px 0;
    }

    /* ----------------------------------- /DROP - MENU ---------------------------------- */
    /* ----------------------------------- /TOPO ---------------------------------- */
    /* ----------------------------------- LOJA CONFIÁVEL / DROP ---------------------------------- */
    .loja_confiavel_rodape ul li {
        width: 32%;
    }

    /* ----------------------------------- /LOJA CONFIÁVEL / DROP ---------------------------------- */
    /* ----------------------------------- RODAPE ---------------------------------- */
    .rodape .col1 {
        width: 28%;
        margin-right: 2%;
    }

    .rodape .col2 {
        width: 33%;
        margin-right: 2%;
    }

    .rodape .col3 {
        width: 35%;
    }

    /* ----------------------------------- /RODAPE ---------------------------------- */

}

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

    .spacer {
        height: 0;
        border-bottom: none;
        display: none;
    }

    /* ----------------------------------- TOPO ---------------------------------- */
    .topo {
        border-top: none;
        padding-bottom: 10px;
        position: relative;
        z-index: auto;
    }

    .topo .logo, .topo.small .logo {
        float: none;
        display: inline-block;
        margin: 0 0 0 25%;
        width: 50%;
    }

    .topo .logo a, .topo.small .logo a {
        background: url(/images/2018/logo-cev-mobile.png) top left no-repeat;
        background-size: 100% auto;
        width: 200px;
        height: 82px;
        margin: 0 auto;
        letter-spacing: -6px;
    }

    .topo .logo a:hover {
        color: rgba(255, 255, 255, 0.01);
        text-decoration: none;
    }

    .topo .menu_rapido {
        display: none;
    }

    .topo .bto_menu_usuario, .topo.small .bto_menu_usuario {
        display: inline-block;
        border: none;
        background: none;
        padding: 0;
        float: right;
        width: 50px;
        height: 50px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .topo .bto_menu_usuario .icone {
        width: 50px;
        height: 50px;
        display: block;
        background: url(/images/2018/topo-mobile-sprites.png) no-repeat;
        background-position: 2px -51px;
        background-size: 200px auto;
        padding: 0;
        margin: 0;
        letter-spacing: -6px;
        color: rgba(255, 255, 255, 0.01);
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.1s;
        -moz-transition-property: all;
        -moz-transition-duration: 0.1s;
        transition-property: all;
        transition-duration: 0.1s;
    }

    .topo .bto_menu_usuario:hover {
        background-color: #f8f8f8;
        -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
    }

    .topo .bto_carrinho_topo, .topo.small .bto_carrinho_topo {
        float: right;
        clear: right;
        height: 50px;
        width: 50px;
        padding: 0;
        margin-top: 15px;
    }

    .topo .bto_carrinho_topo .icone {
        height: 45px;
        width: 45px;
        background: url(/images/2018/topo-mobile-sprites-hover.png) no-repeat;
        background-position: -45px -1px;
        background-size: 180px auto;
        margin: 0;
    }

    .topo .busca {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .topo .busca form input[type=search], .topo.small .busca form input[type=search] {
        width: 100%;
    }

    .topo .busca form input[type=search]:focus {
        width: 100%;
    }

    .topo .bto_menu_mobile, .topo.small .bto_menu_mobile {
        display: block;
        position: absolute;
        top: 15px;
        border: none;
        background: #2e9bac;
        padding: 0;
        float: right;
        width: 50px;
        height: 50px;
    }

    .topo .bto_menu_mobile .icone {
        width: 45px;
        height: 45px;
        display: block;
        background: url(/images/2018/topo-mobile-sprites-hover.png) no-repeat;
        background-position: 3px 1px;
        background-size: 180px auto;
        padding: 0;
        margin: 0;
        letter-spacing: -6px;
        color: rgba(255, 255, 255, 0.01);
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.1s;
        -moz-transition-property: all;
        -moz-transition-duration: 0.1s;
        transition-property: all;
        transition-duration: 0.1s;
    }

    .topo .bto_menu_mobile:hover {
        background-color: #1bb2ca;
        -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
        -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
        box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.55);
    }

    .topo .bto_menu_mobile:active {
        background: #31818d;
        -webkit-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
        -moz-box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
        box-shadow: 0 2px 8px 0 rgba(105, 155, 163, 0.85);
    }

    .topo .menu_usuario {
        overflow: hidden;
    }

    .topo .menu_usuario ul {
        overflow: hidden;
        width: 1px;
        margin: 0 0 0 0;
        position: absolute;
        top: 65px;
        opacity: 0.0;
        filter: alpha(opacity=00);
        -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.75);
        -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.75);
        box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.75);
        z-index: 13 !important;
    }

    .topo .menu_usuario ul li {
        display: block;
        margin: 0;
    }

    .topo .menu_usuario ul li a {
        display: block;
        background: #2e9bac;
        text-align: left;
        color: #fff;
        font-size: 14px;
        width: auto;
        height: auto;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .topo .menu_usuario ul li a:hover {
        color: #fff;
        background: #1bb2ca;
    }

    .topo .menu_usuario .icone {
        display: none;
    }

    /*menu usuario */
    .mostra_menu2 ul {
        opacity: 1.0 !important;
        filter: alpha(opacity=00) !important;
        margin: 0 0 0 -150px !important;
        width: 200px !important;
    }

    .topo .bto_fechar_menu2 .icone {
        background: #2e9bac url(/images/2018/topo-mobile-sprites.png) no-repeat;
        background-position: -43px -42px !important;
        background-size: 180px auto;
        padding: 0;
        letter-spacing: -6px;
        color: rgba(255, 255, 255, 0.01);
    }

    .topo .bto_fechar_menu2:hover .icone {
        background-color: #1bb2ca;
    }

    .mostra_menu ul {
        opacity: 1.0 !important;
        filter: alpha(opacity=00) !important;
        margin-left: 0 !important;
        -webkit-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.75);
        -moz-box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.75);
        box-shadow: 0 4px 25px 0 rgba(105, 155, 163, 0.75);
    }

    .topo .bto_fechar_menu .icone {
        background: url(/images/2018/topo-mobile-sprites.png) no-repeat;
        background-position: -45px -45px !important;
        background-size: 180px auto;
        padding: 0;
        margin: 0;
        letter-spacing: -6px;
        color: rgba(255, 255, 255, 0.01);
    }

    .topo .menu_geral {
        border-top: none;
        background: none;
        overflow: hidden;
    }

    .topo .menu_geral ul {
        float: none;
        background: #2e9bac;
        position: absolute;
        margin-left: -800px;
        width: 60%;
        top: 65px;
        opacity: 0.0;
        filter: alpha(opacity=00);
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.6s;
        -moz-transition-property: all;
        -moz-transition-duration: 0.6s;
        transition-property: all;
        transition-duration: 0.6s;
        z-index: 100 !important;
    }

    .topo .menu_geral ul li {
        display: block;
    }

    .topo .menu_geral ul li a {
        display: block;
        color: #fff;
        padding: 10px 20px 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }

    .topo .menu_geral ul li a:hover {
        color: #fff;
        background: #1bb2ca;
    }

    .topo .menu_geral ul li a:active {
        color: #fff;
        background: #31818d;
    }

    .topo .menu_geral ul li a .seta {
        background: url(/images/2018/menu-setas-sprite.png) no-repeat;
        background-position: -62px 5px;
    }

    .topo .menu_geral .destaques {
        display: none;
    }

    .hit {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.50);
        height: 100%;
        z-index: 10;
        display: none;
    }

    .hit_ativo {
        display: block !important;
    }

    .desfoque {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    /* ------------------ DROPDOWN ----------------- */
    .menu_geral .dropdown .dropdown-menu {
        display: block;
        margin-top: 0;
        height: 0;
        overflow: hidden;

        opacity: 0.0;
        filter: alpha(opacity=0);
    }

    .dropdown:hover .dropdown-menu {
        opacity: 0;
        filter: alpha(opacity=0);
        height: 0;
        overflow: hidden;
    }

    /* ------------------ /DROPDOWN ----------------- */
    .menu_geral .dropdown .dropdown-menu, .menu_geral .dropdown .dropdown-menu ul {
        float: none;
        background: #31818d;
        position: relative;
        margin-left: 0;
        width: auto;
        top: 0;
        opacity: 0.0;
        filter: alpha(opacity=00);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .menu_geral .dropdown .dropdown-menu .seta {
        display: none;
    }

    .menu_geral .drop_categorias .dropdown-menu {
        min-width: inherit;
    }

    .menu_geral .drop_categorias .dropdown-menu ul {
        margin: 0;
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    .menu_geral .drop_categorias .dropdown-menu ul li {
        display: block;
        margin: 0;
        padding: 0;
    }

    .menu_geral .drop_categorias .dropdown-menu ul li a {
        margin: 0 0;
        padding: 15px 30px;
        font-size: 13px;
        color: #fff;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .menu_geral .drop_categorias .dropdown-menu ul li a:hover {
        padding: 15px 35px;
        background: #1bb2ca;
    }

    .menu_geral .drop_categorias .dropdown-menu ul li a:active {
        background: #31818d;
    }

    .submenu .dropdown-menu {
        opacity: 1.0 !important;
        filter: alpha(opacity=100) !important;
        height: auto !important;
        overflow: visible !important;
    }

    .menu_geral .drop_marcas .dropdown-menu {
        min-width: inherit;
        margin: 0;
    }

    .menu_geral .drop_marcas .dropdown-menu .conteudo {
        padding: 0;
        overflow: auto;
        color: #fff;

        column-count: 1;
    }

    .menu_geral .drop_marcas .dropdown-menu .coluna {
        float: none;
        width: auto;
        display: block;
    }

    .menu_geral .drop_marcas .dropdown-menu strong {
        margin: 5px 0 0 30px;
    }

    .menu_geral .drop_marcas .dropdown-menu ul {
    }

    .menu_geral .drop_marcas .dropdown-menu ul li {
        margin: 0;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li a {
        margin: 0;
        padding: 5px 30px;
        font-size: 13px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        text-transform: uppercase;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li a:hover {
        padding: 5px 35px;
        background: #1bb2ca;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li a:active {
        background: #31818d;
    }

    .menu_geral .drop_marcas .dropdown-menu .vermais {
        background: rgba(255, 255, 255, 0.10);
        padding: 2px 10px;
        margin: 5px 30px;
        font-size: 10px;
    }

    .menu_geral .drop_marcas .dropdown-menu .vermais:hover {
        padding: 2px 10px;
    }

    .menu_geral .drop_atletas .dropdown-menu {
        min-width: inherit;
        margin: 0;
    }

    .menu_geral .drop_atletas .dropdown-menu .conteudo {
        padding: 0;
    }

    .menu_geral .drop_atletas .dropdown-menu .coluna {
        float: none;
        width: auto;
        display: block;
        margin: 30px 0;
    }

    .menu_geral .drop_atletas .dropdown-menu ul li {
        margin: 0;
        padding: 0;
    }

    .menu_geral .drop_atletas .dropdown-menu ul li a {
        margin: 0;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .menu_geral .drop_atletas .dropdown-menu ul li a:hover {
        padding: 10px 35px;
        background: #1bb2ca;
    }

    .menu_geral .drop_atletas .dropdown-menu ul li a:active {
        background: #31818d;
    }

    .menu_geral .drop_objetivos .dropdown-menu {
        min-width: inherit;
        margin: 0;
    }

    .menu_geral .drop_objetivos .dropdown-menu .conteudo {
        padding: 0;
    }

    .menu_geral .drop_objetivos .dropdown-menu .coluna {
        float: none;
        width: auto;
        display: block;
        margin: 30px 0;
    }

    .menu_geral .drop_objetivos .dropdown-menu ul li {
        margin: 0;
        padding: 0;
    }

    .menu_geral .drop_objetivos .dropdown-menu ul li a {
        margin: 0;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .menu_geral .drop_objetivos .dropdown-menu ul li a:hover {
        padding: 10px 35px;
        background: #1bb2ca;
    }

    .menu_geral .drop_objetivos .dropdown-menu ul li a:active {
        background: #31818d;
    }

    .menu_geral .drop_objetivos .dropdown-menu .icone_hipertrofia, .menu_geral .drop_objetivos .dropdown-menu .icone_resistencia, .menu_geral .drop_objetivos .dropdown-menu .icone_emagrecimento, .menu_geral .drop_objetivos .dropdown-menu .icone_saude {
        display: none;
    }

    .menu_geral .drop_promocoes .dropdown-menu {
        min-width: inherit;
        margin: 0;
        background: #fff;
    }

    .menu_geral .drop_promocoes .dropdown-menu .conteudo {
        padding: 0;
    }

    .menu_geral .drop_promocoes .dropdown-menu .coluna {
        float: none;
        width: auto;
        display: block;
    }

    .menu_geral .drop_promocoes .dropdown-menu span {
        display: none;
    }

    .menu_geral .drop_promocoes .dropdown-menu ul {
        background: #fff;
    }

    .menu_geral .drop_promocoes .dropdown-menu ul li a {
        padding: 15px 0 15px 80px;
    }

    /* ----------------------------------- /TOPO ---------------------------------- */
    /* ----------------------------------- RODAPE ---------------------------------- */
    .banner_lojas {
        background: url(/images/2018/rodape-banner-mobile.png) no-repeat top center;
        background-size: 100% auto;
        height: 120px;
    }

    .rodape {
        display: block;
        clear: both;
        margin-top: 50px;
        overflow: auto;
    }

    .rodape .col1 {
        float: left;
        width: 40%;
        margin-right: 0;
        padding-bottom: 30px;
    }

    .rodape .col2 {
        float: right;
        width: 50%;
        margin-right: 0;
        padding-bottom: 30px;
    }

    .rodape .col3 {
        float: none;
        clear: both;
        display: block;
        width: auto;
        padding-bottom: 30px;
    }

    .rodape .col3 p {
        max-width: 60%;
    }

    /* ----------------------------------- /RODAPE ---------------------------------- */
    /* ----------------------------------- AVISOS ---------------------------------- */
    .avisos {
        display: none;
    }

    .condicoes-mbl {
        display: block;
        margin: 0 -40px;
    }

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

}

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

    h1 strong, h2 strong, h3 strong {
        font-size: 35px;
        margin-left: -10px;
        line-height: 35px;
    }

}

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

    /* ----------------------------------- TOPO ---------------------------------- */
    .topo .logo {
        margin: 0 0 0 25%;
        width: 45%;
    }

    .topo .menu_geral ul {
        width: 80%;
    }

    /* ----------------------------------- /TOPO ---------------------------------- */
    /* ----------------------------------- LOJA CONFIÁVEL / DROP ---------------------------------- */
    .loja_confiavel_rodape ul li {
        width: 45%;
        float: none;
    }

    /* ----------------------------------- /LOJA CONFIÁVEL / DROP ---------------------------------- */
    /* ----------------------------------- RODAPE ---------------------------------- */
    .banner_lojas {
        height: 90px;
    }

    .rodape {
        display: block;
        clear: both;
        margin-top: 50px;
        overflow: auto;
        text-align: center;
    }

    .rodape .col1, .rodape .col2 {
        float: none;
        display: block;
        width: auto;
        padding-bottom: 30px;
        text-align: center;
    }

    .rodape .col3 .formas_pagto {
        margin: 0 auto 30px auto;
    }

    .rodape .col3 p {
        max-width: inherit;
    }

    /* ----------------------------------- /RODAPE ---------------------------------- */

}

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

    .botao {
        display: block;
        font-size: 16px;
        padding: 8px 20px;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    h1, h2, h3, h4 {
        font-size: 14px;
        padding-left: 11px;
        line-height: 20px;
    }

    h1 strong, h2 strong, h3 strong {
        font-size: 28px;
        margin-left: -8px;
        line-height: 28px;
    }

    /* ----------------------------------- TOPO ---------------------------------- */
    .topo {
        padding-bottom: 5px;
    }

    /*.topo .logo { display: block; margin: 0 auto; width: auto; text-align: center;}*/
    .topo .logo, .topo.small .logo {
        float: left;
        margin: 0 0 0 27%;
        width: auto;
        text-align: center;
    }

    .topo .logo a, .topo.small .logo a {
        width: 150px;
        height: 62px;
        margin: 0;
        color: rgba(255, 255, 255, 0.01);
        letter-spacing: -6px;
    }

    .topo .logo a:hover {
        color: rgba(255, 255, 255, 0.01);
    }

    .topo .bto_menu_usuario, .topo.small .bto_menu_usuario {
        width: 25px;
        height: 45px;
        margin-top: 8px;
        margin-right: 5px;
    }

    .topo .bto_menu_usuario .icone {
        width: 25px;
        height: 45px;
        background-position: -9px -45px;
        background-size: 180px auto;
    }

    .topo .bto_menu_usuario:hover {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .topo .bto_carrinho_topo, .topo.small .bto_carrinho_topo {
        float: right;
        clear: right;
        height: 45px;
        width: 45px;
        margin-top: 8px;
    }

    .topo .bto_carrinho_topo .icone {
        height: 40px;
        width: 40px;
        background-position: -41px -1px;
        background-size: 160px auto;
    }

    .topo .busca form input[type=search], .topo.small .busca form input[type=search] {
        width: 100%;
        height: 45px;
        padding-left: 10px;
        font-size: 14px;
    }

    .topo .busca form input[type=search]:focus {
        width: 100%;
    }

    .topo .busca form input[type=submit], .topo.small .busca form input[type=submit] {
        margin: 0 0 0 -45px;
    }

    .busca .algolia-autocomplete .aa-dropdown-menu {
        top: 42px !important;;
    }

    .topo .bto_menu_mobile, .topo.small .bto_menu_mobile {
        top: 8px;
        width: 45px;
        height: 45px;
    }

    .topo .bto_menu_mobile .icone {
        width: 40px;
        height: 40px;
        background-position: 3px 0;
        background-size: 160px auto;
    }

    .mostra_menu2 ul {
        margin: 0 0 0 -195px !important;
        width: 220px !important;
    }

    .topo .bto_fechar_menu2 .icone {
        background: url(/images/2018/topo-mobile-sprites-hover.png) no-repeat;
        background-position: -56px -44px !important;
        background-size: 180px auto;
    }

    .topo .menu_usuario ul {
        top: 50px;
    }

    .topo .bto_fechar_menu .icone {
        background-position: -39px -40px !important;
        background-size: 160px auto;
    }

    .topo .menu_geral ul {
        margin-left: -500px;
        width: 90%;
        top: 50px;
    }

    .menu_geral .drop_categorias .dropdown-menu ul li a {
        padding: 15px 20px;
    }

    .menu_geral .drop_categorias .dropdown-menu ul li a:hover {
        padding: 15px 25px;
    }

    .menu_geral .drop_marcas .dropdown-menu strong {
        margin: 5px 0 0 20px;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li a {
        padding: 5px 20px;
    }

    .menu_geral .drop_marcas .dropdown-menu ul li a:hover {
        padding: 5px 25px;
    }

    .menu_geral .drop_marcas .dropdown-menu .vermais {
        margin: 5px 20px;
    }

    .menu_geral .drop_objetivos .dropdown-menu .coluna {
        margin: 0;
    }

    .menu_geral .drop_objetivos .dropdown-menu ul li a {
        padding: 10px 20px;
    }

    .menu_geral .drop_objetivos .dropdown-menu ul li a:hover {
        padding: 10px 25px;
    }

    .menu_geral .drop_promocoes .dropdown-menu ul li a {
        padding: 15px 0 15px 70px;
        font-size: 12px;
    }

    /* ----------------------------------- /TOPO ---------------------------------- */
    /* ----------------------------------- LOJA CONFIÁVEL / DROP ---------------------------------- */
    #confiavel_modal .modal-content h6, .loja_confiavel_rodape h6 {
        font-size: 30px;
        line-height: 26px;
    }

    #confiavel_modal .modal-content h6 strong, .loja_confiavel_rodape h6 strong {
        font-size: 18px;
    }

    #confiavel_modal .modal-content h6 em, .loja_confiavel_rodape h6 em {
        font-size: 14px;
        padding: 7px;
        line-height: 18px;
    }

    .loja_confiavel_rodape ul li {
        width: 45%;
        font-size: 11px;
    }

    /* ----------------------------------- /LOJA CONFIÁVEL / DROP ---------------------------------- */
    /* ----------------------------------- RODAPE ---------------------------------- */
    .rodape .col3 .selos img {
        display: inline-block;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
    }

    /* ----------------------------------- /RODAPE ---------------------------------- */
    /* ----------------------------------- BREAD CRUMB ---------------------------------- */
    .breadcrumb {
        display: none;
    }

    /* ----------------------------------- /BREAD CRUMB ---------------------------------- */
    .condicoes-mbl {
        display: block;
        margin: 0 -5px;
    }

}

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

    /* ----------------------------------- TOPO ---------------------------------- */
    .topo {
        padding-bottom: 5px;
    }

    /*.topo .logo { display: block; margin: 0 auto; width: auto; text-align: center;}*/
    .topo .logo, .topo.small .logo {
        float: left;
        margin: 0 0 0 0;
        width: auto;
        text-align: center;
    }

    .topo .logo a, .topo.small .logo a {
        width: 150px;
        height: 62px;
        margin: 0 0 0 70px;
        letter-spacing: -6px;
    }

    /* ----------------------------------- /TOPO ---------------------------------- */

}
