html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}




/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 100vh;
    margin: auto;
    overflow: hidden;
    position: relative;
}
 
 /* Hide the images by default */
 .mySlides {
   display: none;
   
 }
 
 /* The dots/bullets/indicators */
 .dot {
   cursor: pointer;
   height: 10px;
   width: 10px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.6s ease;
 }
 
 .active, .dot:hover {
   background-color: #717171;
 }
 
 /* Fading animation */
 .fade {
   -webkit-animation-name: fade;
   -webkit-animation-duration: 1.5s;
   animation-name: fade;
   animation-duration: 1.5s;
 }
 
 @-webkit-keyframes fade {
   from {opacity: .4} 
   to {opacity: 1}
 }
 
 @keyframes fade {
   from {opacity: .4} 
   to {opacity: 1}
 }
 
 
 
.containerall {
    width: 100%;
    height: 100vh;
    position: relative;
}
 
 .lftv{
   width:50%;
   height: 100vh;
   float:left;
   margin:0;
 }
 
 .rghv{
   width:50%;
   height: 100vh;
   float: left;
   margin:0;
 }
 
.slideshow {
    display: inline-block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
}

.slider { position: fixed;
    display: inline-block;
    z-index: 1;
}
.item {
    display: inline-block;
    overflow: hidden;
    border: none;
    height: 100vh;
}

.inner_man
{
	width:50%; position:relative;    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

.inner_woman
{
width:100%; position:relative;position:relative;    display: inline-block;
    height: 100vh;
vertical-align: middle;}


	
.item img {
    height: auto;
    position: relative;
    width: 80vh;
    vertical-align: bottom;
    display: flex;
    float: left;
    top: 50%;
    transform: translateY(-50%);
}

.paraele {
    position: fixed;
    top: 140px;
    width: 50%;
    left: 0;
    text-align: center;
    z-index: 999;
    font-size: 49px;
    font-weight: 800;
    line-height: 20px;
}

.paraele_button {
    position: fixed;
    bottom: 14%;
    width: 150px;
    left: 25%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    font-size: 14px;
    background: #333;
    border-radius: 20px;
    color: #FFF;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.paraele_button:hover {
	background:#666;
	color:#FFF;
}

.section-inner
{
	padding:40px;
}


.paraela_button {
    position: fixed;
    bottom: 14%;
    width: 150px;
left: 75%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    font-size: 14px;
    background: #333;
    border-radius: 20px;
    color: #FFF;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.paraela_button:hover {
	background:#666;
	color:#FFF;
}


.paraela {
    position: fixed;
    top: 140px;
    width: 50%;
    right: 0;
    text-align: center;
    z-index: 999;
    font-size: 49px;
    font-weight: 800;
    line-height: 20px;
}


.preco {
    position: absolute;
    left: 4%;
    text-align: center;
    z-index: 999999999;
    font-size: 20px;
    line-height: 20px;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 20px;
    margin-top: 220px;
}

.preco_woman {
    position: absolute;
    right: 4%;
    text-align: center;
    z-index: 999999999;
    font-size: 20px;
    line-height: 20px;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 20px;
    margin-top: 220px;
}

.preco2 {
    position: absolute;
    left: 44%;
    text-align: center;
    z-index: 999999999;
    font-size: 20px;
    line-height: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 20px;
    margin-top: 220px;
}

.img_homem_mobile
{
	display:none;
}

.img_mulher_mobile
{
	display:none;
}
@media (max-width: 720px) {


.img_homem_mobile {

    display: block;
    width: 100%;
    height: 28%;
    position: fixed;
    top: 134px;

}

.img_homem_mobile img
{
	width:100%;
}


.img_mulher_mobile {

    display: block;
    width: 100%;
    height: 28%;
    position: fixed;
    bottom: 85px;

}

.img_mulher_mobile img
{
	width:100%;
}


.item {
    display: inline-block;
    overflow: hidden;
    border: none;
    height: 50vh;
	width:100%;display:none;

}
.inner_man
{
	width:100%; height:50vh; position:relative;
}

.inner_woman
{
width:100%; height:50vh; position:relative;}


.rghv {
display:none;

}

 .lftv{
 display:none;

 }
 

.item img {

    height: auto;
    left: 50%;
    margin-left: 0;
    top: 45%;
    position: relative;
    transform: none;
    width: 80%;
    transform: translate(-50%, -50%);


}

.paraele {

    position: fixed;
    top: 155px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 999;
    font-size: 25px;
    font-weight: 800;
    line-height: 20px;

}

.paraela {

    position: fixed;
    top: 62%;
    width: 100%;
    right: 0;
    text-align: center;
    z-index: 999;
    font-size: 25px;
    font-weight: 800;
    line-height: 20px;

}


.paraele_button {

    position: fixed;
    bottom: auto;
    width: 109px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    font-size: 12px;
    background: #333;
    border-radius: 20px;
    color: #FFF;
    padding: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 55%;

}

.paraela_button {

    position: fixed;
    bottom: auto;
    width: 116px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    font-size: 14px;
    background: #333;
    border-radius: 20px;
    color: #FFF;
    padding: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 90%;

}

.containerall {

    width: 100%;
    height: calc(100vh - 136px);
    position: relative;
    top: 69px; display:none;

}.slick-dots {

    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    opacity: 0;

}
}



blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.load_alert_18
{
	position:fixed; height:100%; width:100%; background:rgb(0,0,0,0.70);
 z-index:999999;

}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.load_alert_18_content
{
	width:300px;
	padding:40px; background:#FFF; color:#333;
	top:50%;  transform: translateY(-50%);
	left:50%;
	margin-left:-150px;z-index:9999999; position:fixed;filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
-webkit-filter: url(#blur-filter);
filter: url(#blur-filter);
-webkit-filter: blur(0px);
filter: blur(0px); overflow:hidden; position:fixed;



}


:focus,
a:active,
a:focus,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: 700 !important
}

em {
	font-style: italic !important
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	color: inherit
}

a {
	color: inherit;
	text-decoration: none
}

* {
	-webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
	transition: color 0.3s, border-color 0.3s, background 0.3s
}

.clearfix:after,
.container:after,
.home-cats:after,
.newsletter .ajuste-largura:after,
.newsletter .ajuste-largura form:after,
footer .ajuste-largura:after,
footer .ajuste-largura .col .redes-sociais:after,
.copyright:after {
	content: "";
	display: table;
	clear: both
}

html {
}

body {
	font-family: 'Karla', sans-serif;
	background-color: #fff;
	color: #333
}

.wrap {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	right: 0
}
.container {
    width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.container_menu {

    width: 1200px;
    padding: 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -400px;

}

.portes {

    background: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    position: fixed;
    width: 100%;
    z-index: 998;
	top:0;

}
.padding_container
{
	padding: 0 20%;
}

h2 {
    font-size: 29px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
h5 {
	font-size: 24px;
	text-align: center;
	margin-bottom:20px;
	text-transform: uppercase;
	font-weight: 700;
	color:#333
}




#nav_col_2_b ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_col_2_b ul li.col3 { display: inline-block; vertical-align:top; font-size:14px; width:43%; margin-right:5%; text-align:left;}
#nav_col_2_b ul li.col4 { display: inline-block; vertical-align:top; font-size:14px; width:50%; text-align:left;}

#nav_col_2_c ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_col_2_c ul li.col5 { display: inline-block; vertical-align:middle; font-size:14px; width:30%; margin-right:5%; text-align:left;}
#nav_col_2_c ul li.col6 { display: inline-block; vertical-align:middle; font-size:14px; width:65%; text-align:left;}
#nav_col_2_c ul li.col7 { display: inline-block; vertical-align:middle; font-size:14px; width:30%; margin-right:2%; text-align:left;}

#nav_container_header-shop ul { background:#fff; margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_container_header-shop ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
#nav_container_header-shop ul li.LINHA1 { width:4%; padding:1%; text-align:center;vertical-align:middle;}
#nav_container_header-shop ul li.LINHA2 { width:15%; text-align:center;vertical-align:middle;}

#nav_container_header-shop ul li.LINHA3 { width:38%; padding:1%; text-align:center; vertical-align:middle;}
#nav_container_header-shop ul li.LINHA4 { width:15%; padding:1%; text-align:center; vertical-align:middle;}
#nav_container_header-shop ul li.LINHA5 { width:15%; padding:1%; text-align:center; vertical-align:middle;}
#nav_container_header-shop ul li.LINHA6 { width:16%; padding:1%; text-align:right;vertical-align:middle;}

#nav_container_filter2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%; font-size:0; min-height:0;  }
#nav_container_filter2 ul li { cursor:auto; font-size:12px; display: inline-block; vertical-align:middle;}
#nav_container_filter2 ul li.col_1 { text-align: center; width: 33%; padding:0;}

#nav_container_header-bottom2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%;  }
#nav_container_header-bottom2 ul li { display: inline-block;  vertical-align:top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; background:#FFF;color:#333;}
#nav_container_header-bottom2 ul li.col_1 { width:36%; text-align:right; padding:4%; }
#nav_container_header-bottom2 ul li.col_2 {   margin-right: 2%;
padding: 4%;
text-align: left;
width: 38%;}

.caixa_texto
{
padding: 15px;
border-radius: 5px;
border: 1px solid #ccc;
width: 80%;
color:#07345e;

}




header {
    position: fixed;
    padding-top: 30px;
    z-index: 9999;
    background: #FFF;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 60px;
}
header .menu-toggle {
    display: block;
    float: left;
    margin-right: 25px;
    line-height: 77px;
    font-size: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -21px;
    z-index: 9999999999999;
    position: fixed;
}

header .menu-toggle:hover {
	color: #333
}

header .logo {
    padding: 20px 0;
    z-index: 9999;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}
header .logo img {
    display: block;
    height: auto;
}
header .menu {
	display: block;
	float: left;
	margin-left: 60px
}

header .menu li {
	display: block;
	float: left
}

header .menu li:nth-child(n+2) {
	margin-left: 30px
}

header .menu li a {
    display: block;
    line-height: 37px;
    font-weight: 700;
    font-size: 35.2px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #333;
}

header .menu li a:hover,
header .menu li a.active {
	color: #333
}

header .conta-wrap {
    position: absolute;
    top: 16px;
    right: 4%;
}

header .conta-wrap .conta {
	float: left;
	line-height: 18.5px;
	text-align: right;
	text-transform: uppercase;
	padding: 20px 0;
	margin-right: 25px;
	font-size: 15px
}

header .conta-wrap .conta a:hover {
	color: #333
}

header .conta-wrap .cart {

    float: right;
    position: relative;
    width: 75px;
    height: 77px;
    background-image: url("../img/header/saco.png");
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-color: none;

}
.caixa_mb
{
	border:1px solid #CCC; padding:20px; border-radius:10px; width:70%; margin-left:15%
}
header .conta-wrap .cart .prods {

    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 57.5%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-weight: 700;
    font-size: 11.26px;
    color: #333;

}
header .conta-wrap .cart .total {

    display: block;
    position: absolute;
    width: 100%;
    left: 41px;
    bottom: 38px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;

}
#nav_container_header-pag ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%;}
#nav_container_header-pag ul li { display: inline-block;  vertical-align:top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
#nav_container_header-pag ul li.col_1 { width:98%; text-align:center; border:1px solid #ccc; padding:2%; border-radius:5px; }

.home-cats .item {
	float: left;
	margin-left: 1%;
	margin-top: 1%;
	height: 370px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; border:1px solid #ddd;
}

.home-cats .item .img {

    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;

}

.home-cats .item .info {

    position: absolute;
    padding: 23px;
    background-color: #333;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    z-index: 1;
    border-radius: 0 40px 0 40px;
    bottom: 0;
    right: 0;

}

.btn {
    display: block;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #333;
    text-align: center;
    color: #fff;
    border: 1px solid #FFF;
    padding: 0 20px; border-radius:20px;
}



.home-cats .item .info .btn {

    display: block;
    width: 70%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #333;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    padding: 0;
    border-radius: 20px;

}

.home-cats .item:hover .img {
	opacity: .8;
	filter: alpha(opacity=80);
	    background-size: 100%;

}

.home-cats .item:hover .info .btn {
	background-color: #fff; color:#333;
}

.home-cats .item) .info,
.home-cats .item .info {
	right: 0;
	bottom: 0
}



@media (min-width: 1025px) {
.home-cats .item {

    width: 32.2%;

}
	.home-cats .item:nth-child(3n+1) {
		clear: both;
		margin-left: 0
	}
}

@media (max-width: 1024px) and (min-width: 721px) {
	.home-cats .item {
		width: 49.5%
	}
	.home-cats .item:nth-child(odd) {
		clear: both;
		margin-left: 0
	}
}

@media (max-width: 720px) {
	.section-inner {
    padding: 5px;
}
	
	
	.home-cats .item {
		width: 100%;
		margin-left: 0
	}
	.home-cats .item .info {
		padding: 30px;
		width: 250px
	}
}

.inovacoes .col {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-size: 0;
    margin: 0;
        margin-right: 0px;
        margin-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.inovacoes .col .img-wrap {
	background-color: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.inovacoes .col .img-wrap .img {
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}



.inovacoes .col .info {

    color: #333;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 700;
border-radius: 20px;
}

.inovacoes .col .info .nome {
	font-weight: 200;
	display: block;
	text-transform: uppercase
}

.inovacoes .col .info .preco_produ {
	font-weight: 700;
	display: block
}

.inovacoes .col:hover .img-wrap {
	opacity: .8;
	filter: alpha(opacity=80)
}

.inovacoes .col:hover .info  {
	background-color: #333;
	color:#FFF;
}




@media (min-width: 841px) {
	.inovacoes .col {
		width: 24.2%
	}

}

@media (max-width: 840px) and (min-width: 601px) {
	.inovacoes .col {
		width: 49.5%;
		margin-left: 1%;
		margin-top: 1%
	}

}

@media (max-width: 600px) {
	.inovacoes .col {
		width: 48.5%;
		margin-left: 0.5%;
		margin-top: 0.5%
	}
}

.caixa_pesquisa
{
	padding:15px; border-radius:5px; background:#FFF; border:0; color:#666; width:100%;
}


#nav_livros ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; width:100%;}
#nav_livros ul li { display: inline-block; vertical-align:top; margin-right:0%; text-align:left; font-size:12px;}
#nav_livros ul li.colleft { width:20%; text-align:left; margin-right:5%;}
#nav_livros ul li.colright { width:75%; text-align:left;}


#nav_list_livros_open ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_list_livros_open ul li { display: inline-block; vertical-align:top; margin-right:0%; text-align:left; font-size:16px;}
#nav_list_livros_open ul li.img { width:55%; text-align:left; margin-right:5%;}
#nav_list_livros_open ul li.text { width:40%; text-align:left; }


.pesquisa {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.cat_pc {

    display: block;

}
.cat_mobile
{
	display:none;
}


.categoria_simples {
    margin-left: 0;
    padding-bottom: 10px;
    width: 100%;
    COLOR: #333;
    font-size: 22px;
    font-weight: bold;
}

.categoria_simples:hover {

	COLOR:#666;

}


#nav_list_aloj ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_list_aloj ul li { display: inline-block; vertical-align:middle;}
#nav_list_aloj ul li.icon { font-size:12px;width:3%; text-align:left;}
#nav_list_aloj ul li.rest { font-size:12px;text-align:left;}
a.subcategorias:link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 19px;
    padding-left: 20px;
    line-height: 19px;
    font-weight: 400;
}
a.subcategorias:visited {
	text-decoration:none;
	color:#333;
}
a.subcategorias:hover {
	text-decoration:none;
	color:#666;
}
a.subcategorias:active {
	text-decoration:none;
	color:#333;
}


a.subsubcategorias:link {
	text-decoration:none;
	color:#333;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	font-size:13px;
	padding-left:30px;
	font-weight:400;
	

}
a.subsubcategorias:visited {
	text-decoration:none;
	color:#333;
}
a.subsubcategorias:hover {
	text-decoration:none;
	color:#666;
}
a.subsubcategorias:active {
	text-decoration:none;
	color:#333;
}



a.categorias:link {
	text-decoration:none;
	color:#333;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	

}
a.categorias:visited {
	text-decoration:none;
	color:#333;
}
a.categorias:hover {
	text-decoration:none;
	color:#666;
}
a.categorias:active {
	text-decoration:none;
	color:#666;
}

a.categorias_active:link {
	text-decoration:none;
	color:#333;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; font-weigth:800;
	

}
a.categorias_active:visited {
	text-decoration:none;
	color:#333;
}
a.categorias_active:hover {
	text-decoration:none;
	color:#333;
}
a.categorias_active:active {
	text-decoration:none;
	color:#333;
}




.newsletter {
	background-color: #333;
	padding: 40px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 120px
}

.newsletter .ajuste-largura {
	max-width: 1090px;
	margin: 0 auto
}

.newsletter .ajuste-largura .texto {
	float: left;
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: right;
	width: 53%
}

.newsletter .ajuste-largura .texto b {
	font-weight: 700;
	display: block
}

.newsletter .ajuste-largura form {
	display: block;
	float: right;
	width: 40%;
	margin-top: 12.5px
}

.newsletter .ajuste-largura form input {
	display: block;
	float: left;
	width: 80%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	color: #07345e;
	line-height: 50px;
	height: 50px;
	border: 0;
	border-radius: 5px
}

.newsletter .ajuste-largura form input::-webkit-input-placeholder {
	color: #d8d8d8
}

.newsletter .ajuste-largura form input:-moz-placeholder {
	color: #d8d8d8
}

.newsletter .ajuste-largura form input::-moz-placeholder {
	color: #d8d8d8
}

.newsletter .ajuste-largura form input:-ms-input-placeholder {
	color: #d8d8d8
}

.newsletter .ajuste-largura form input[type="submit"] {
	background-color: transparent;
	color: #fff;
	width: 50px;
	text-align: center;
	background-image: url("../img/footer/newsletter.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}

.newsletter .ajuste-largura form input[type="submit"]:hover {
	background-color: rgba(255, 255, 255, 0.1)
}

footer {
    font-size: 13px;
    padding: 50px 25px;
    background-color: #333;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 9px 15px -7px rgba(0,0,0,0.70);
    -moz-box-shadow: inset 0px 9px 15px -7px rgba(0,0,0,0.70);
    box-shadow: inset 0px 9px 15px -7px rgba(0,0,0,0.70);
    color: #FFF;
    z-index: 999;
    position: relative;
}

footer .ajuste-largura {
	max-width: 900px;
	margin: 0 auto
}

footer .ajuste-largura .col {
	float: left
}

footer .ajuste-largura .col .tit {

    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    font-size: 16px;

}

footer .ajuste-largura .col .footer-menu li {
	display: block;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 2
}

footer .ajuste-largura .col .footer-menu li a:hover {
	color: #333
}

footer .ajuste-largura .col .redes-sociais a {
	display: block;
	float: left
}

footer .ajuste-largura .col .redes-sociais a:nth-last-child(n+2) {
	margin-right: 15px
}

footer .ajuste-largura .col .redes-sociais a i {
	display: block;
	font-size: 20px;
	color: #fff
}

footer .ajuste-largura .col .redes-sociais a:hover i {
	color: #333
}

@media (min-width: 841px) {
	footer .ajuste-largura .col {
		width: 21.25%
	}
	footer .ajuste-largura .col:nth-child(n+2) {
		margin-left: 5%
	}
}

@media (max-width: 840px) and (min-width: 601px) {
	
	

	
	
	footer .ajuste-largura .col {
		width: 47.5%;
		margin-left: 5%;
		margin-top: 50px
	}
	footer .ajuste-largura .col:nth-child(odd) {
		clear: both;
		margin-left: 0
	}
	footer .ajuste-largura .col:nth-child(-n+2) {
		margin-top: 0
	}
}

@media (max-width: 600px) {
	footer .ajuste-largura .col {
		width: 100%;
		float: none
	}
	footer .ajuste-largura .col:nth-child(n+2) {
		margin-top: 50px
	}
	footer .ajuste-largura .col:nth-child(odd) {
		clear: both;
		margin-left: 0
	}
}

.copyright {
	padding: 20px 0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 2;
	font-weight: 700
}

.copyright .copyright-left {
	float: left
}

.copyright .copyright-right {
	float: right
}

	header .menu-toggle {
		display: block
	}
header .menu {
    float: none;
    background-color: rgba(0, 0, 0, 0.9);
    margin-left: 0;
    padding: 12.5px 0;
        padding-top: 12.5px;
    padding-top: 12.5px;
    position: fixed;
    top: 0;
    height: 200%;
    top: -200%;
    width: 100%;
    z-index: 9999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding-top: 18%;
    left: 0;
    border-radius: 0 0% 50% 50%;
}
	header .menu li {
		float: none
	}
	header .menu li:nth-child(n+2) {
		margin-left: 0
	}
header .menu li a {
    line-height: 55px;
    padding: 0 25px;
    color: #FFF;
    text-align: center;
}
	header .menu li a:hover {
		color:#FFF;
	}
	
	
	html.menu-aberto {
		overflow: hidden
	}
	html.menu-aberto body {
		overflow: hidden
	}
	
	html.menu-aberto header .menu-toggle
	{
		color:#FFF;
	}
	
	
	
	
	html.menu-aberto header .menu {
		top: 0
	}


.block
{
	display:none
}

.img_left
{
	 width:49%; margin-right:0.5%
}

.img_right
{
	 width:49%; margin-left:0.5%
}
	.imgbig
	{
		display:block;
	}
@media (max-width: 840px) {
	
	
.load_alert_18
{
	position:fixed; height:100%; width:100%; background:rgb(0,0,0,0.70);
 z-index:999999;

}
.load_alert_18_content
{
	width:80%;
	padding:5%; background:#FFF; color:#333;
	top:50%;  transform: translateY(-50%);
	left:5%;
	margin-left:0;z-index:9999999; position:fixed;filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
-webkit-filter: url(#blur-filter);
filter: url(#blur-filter);
-webkit-filter: blur(0px);
filter: blur(0px); overflow:hidden; position:fixed;



}
	
	
	
	
	
	
	
	
	.imgbig
	{
		display:none;
	}
.img_left
{
	 width:100%; margin-right:0%
}

.img_right
{
	 width:100%; margin-left:0%
}
	
	

.padding_container
{
	padding: 0 0;
}
	
#nav_livros ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; width:100%;}
#nav_livros ul li { display: inline-block; vertical-align:top; margin-right:0%; text-align:left; font-size:12px;}
#nav_livros ul li.colleft { width:100%; text-align:left; margin-right:0%; margin-bottom:30px;}
#nav_livros ul li.colright { width:100%; text-align:left;}
	
	
.face
{
	display:none
}
	
.pesquisa {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    left: 24px;
    margin-bottom: 14px;
    width: 70%;
    margin-left: 0;
}

#nav_list_livros_open ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_list_livros_open ul li { display: inline-block; vertical-align:top; margin-right:0%; text-align:left; font-size:16px;}
#nav_list_livros_open ul li.img { width:100%; text-align:left; margin-right:0%; margin-bottom:30px;}
#nav_list_livros_open ul li.text { width:100%; text-align:left;}

#nav_col_2_b ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_col_2_b ul li.col3 { display: inline-block; vertical-align:top; font-size:14px; width:100%; margin-right:0%; text-align:left;}
#nav_col_2_b ul li.col4 { display: inline-block; vertical-align:top; font-size:14px; width:100%; text-align:left;}

#nav_col_2_c ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0;}
#nav_col_2_c ul li.col5 { display: inline-block; vertical-align:middle; font-size:14px; width:100%; margin-right:0%; text-align:left;}
#nav_col_2_c ul li.col6 { display: inline-block; vertical-align:middle; font-size:14px; width:100%; text-align:left;}
#nav_col_2_c ul li.col7 { display: inline-block; vertical-align:middle; font-size:14px; width:100%; margin-right:0%; text-align:left;}

#nav_container_header-shop ul { background:#fff; margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_container_header-shop ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
#nav_container_header-shop ul li.LINHA1 { width:4%; padding:1%; text-align:center;vertical-align:middle;}
#nav_container_header-shop ul li.LINHA2 { width:15%; text-align:center;vertical-align:middle;}

#nav_container_header-shop ul li.LINHA3 { width:38%; padding:1%; text-align:center; vertical-align:middle;}
#nav_container_header-shop ul li.LINHA4 { width:15%; padding:1%; text-align:center; vertical-align:middle;}
#nav_container_header-shop ul li.LINHA5 { width:15%; padding:1%; text-align:center; vertical-align:middle;}
#nav_container_header-shop ul li.LINHA6 { width:16%; padding:1%; text-align:right;vertical-align:middle;}

#nav_container_filter2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%; font-size:0; min-height:0;  }
#nav_container_filter2 ul li { cursor:auto; font-size:12px; display: inline-block; vertical-align:middle;}
#nav_container_filter2 ul li.col_1 { text-align: center; width: 100%; padding:0;}

#nav_container_header-bottom2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%;  }
#nav_container_header-bottom2 ul li { display: inline-block;  vertical-align:top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; background:#FFF;color:#333;}
#nav_container_header-bottom2 ul li.col_1 { width:94%; text-align:right; padding:3%; margin-bottom:20px; }
#nav_container_header-bottom2 ul li.col_2 {   margin-right: 0%;margin-bottom:20px; 
padding: 3%;
text-align: left;
width: 94%;}

.caixa_texto
{
padding: 15px;
border-radius: 5px;
border: 1px solid #ccc;
width: 80%;
color:#666;

}
	
	
.container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin-left: 0;
    position: relative;
}

}

@media (max-width: 767px) {
	.newsletter .ajuste-largura .texto {
		float: none;
		text-align: left;
		width: 100%;
		font-size: 30px
	}
	.newsletter .ajuste-largura form {
		float: none;
		width: 100%
	}
	.newsletter .ajuste-largura form input {
		width: 70%
	}
}

.img_mobile
{
	display:none;
}


	.img_pc
{
	display:block;
}




@media (max-width: 720px) {
	
.pcimageprodutos
{
	display:none;
}
	
.img_mobile
{
	display:block;
}


	.img_pc
{
	display:none;
}

	header .menu {

    float: none;
    background-color: rgba(0, 0, 0, 0.9);
    margin-left: 0;
    padding-top: 12.5px;
    padding-top: 12.5px;
    position: fixed;
    top: 0;
    height: 200%;
    top: -200%;
    width: 100%;
    z-index: 9999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding-top: 50%;
    left: 0;
    border-radius: 0 0% 50% 50%;

}
	
header .conta-wrap {

    position: fixed;
    top: 91px;
    bottom: 0;
    width: 100%;
    background-color: #efefef;
    z-index: 1;
    left: 0;
    margin-left: 0;
    border-top: 0;
    height: 45px;
    right: 0;-webkit-box-shadow: 0px 15px 14px -14px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 15px 14px -14px rgba(0,0,0,0.39);
box-shadow: 0px 15px 14px -14px rgba(0,0,0,0.39);


}
header .conta-wrap .cart .total {

    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;

}

header .conta-wrap .cart {

    float: right;
    position: relative;
    width: 75px;
    height: 77px;
    background-image: url("../img/header/saco.png");
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-color: none;
    margin-right: 33px;
    margin-top: -8px;
}
header .conta-wrap .conta {

    text-align: left;
    margin-right: 0;
    margin-left: 20px;
    padding: 13px 0;
    font-size: 14px;

}

}

@media (max-width: 600px) {
	.copyright .copyright-left {
		float: none;
		margin-bottom: 15px
	}
	.copyright .copyright-right {
		float: none
	}
}

@media (max-width: 480px) {
header .menu-toggle {
    line-height: 77px;
    font-size: 36px;
}
	header .logo {
		padding: 15px 0
	}
header .logo img {
    height: 40px;
    margin-top: 20px;
}
}