/***************************************************************
** Core */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

: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;
}

* {
	transition: color .3s, border-color .3s, background .3s;
	box-sizing: border-box;
}

/***************************************************************
** Cores */
/***************************************************************
** Geral */
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	color: #4a4a4a;
	font-size: 14px;
	overflow-x: hidden;
}

/*************************************************************	**
** Container */
.container {
	width: 1340px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

/***************************************************************
** Content */
.content {
	padding: 100px 0;
}

/***************************************************************
** Partials */
h2 {

    font-size: 26px;
    font-weight: 700;
    color: 

    #333;
    text-transform: uppercase;
    margin-bottom: 20px;

}

h5 {
	font-size: 15px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

header {

    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
 
    color: ;

}

header main,
header .conta {
	position: relative;
}

header main .onda,
header .conta .onda {
	position: absolute;
	display: block;
	z-index: 0;
	pointer-events: none;
}

header main > *,
header .conta > * {
	position: relative;
}

header main {
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
}

header main .onda {
	top: -80px;
	left: -438px;
}

header main .menu-opener {
	align-self: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header main .menu-opener span,
header main .menu-opener i {
	display: block;
	color: #fff;
}

header main .menu-opener span {
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}

header main .menu-opener i {
	font-size: 40px;
}

header main .menu-opener:hover span,
header main .menu-opener:hover i {
	color: rgba(255, 255, 255, 0.56);
}

header main .logo {
	margin-left: 30px;
	opacity: 1;
	transition: all .3s;
}

header main .logo img {
	display: block;
}

header main .logo:hover {
	opacity: .85;
}

header main .idiomas {
	margin-left: 90px;
	position: relative;
}

header main .idiomas .atual {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 23px;
}

header main .idiomas .atual img {
	height: 16px;
}

header main .idiomas .atual i {
	color: #fff;
	margin-left: 10px;
}

header main .idiomas ul {
	position: absolute;
	top: 0%;
	left: -20px;
	display: block;
	opacity: 0;
	transition: all .3s;
	pointer-events: none;
	background-color: #01a0e8;
	padding: 10px 20px;
	background-color: #653316;
	border-radius: 5px;
}

header main .idiomas ul li a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 16px;
}

header main .idiomas ul li a img,
header main .idiomas ul li a span {
	opacity: .7;
	transition: all .3s;
}

header main .idiomas ul li a img {
	height: 14px;
	margin-right: 10px;
}

header main .idiomas ul li a span {
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
}

header main .idiomas ul li a:hover img,
header main .idiomas ul li a:hover span,
header main .idiomas ul li a.ativo img,
header main .idiomas ul li a.ativo span {
	opacity: 1;
}

header main .idiomas ul li:nth-child(n+2) {
	margin-top: 5px;
}

header main .idiomas:hover .atual i {
	color: rgba(255, 255, 255, 0.56);
}

header main .idiomas:hover ul {
	top: 100%;
	opacity: 1;
	pointer-events: all;
}

header main .contactos-header .item {
    margin-left: 15px;
    border-left: ;
    padding-left: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 94px;
}

header main .contactos-header .item i,
header main .contactos-header .item span {
	color: #fff;
}

header main .contactos-header .item i {
	margin-right: 10px;
	font-size: 16px;
}

header main .contactos-header .item {
    margin-left: 15px;
    border-left: ;
    padding-left: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 94px;   font-size: 18px;
    font-weight: bold;
}

header main .contactos-header a.item:hover i,
header main .contactos-header a.item:hover span {
	color: rgba(255, 255, 255, 0.56);
}

header .conta {
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: 
    #FFF;
    padding: 20px;
    border-radius: 0 0 0 20px;
    top: 0;
    position: fixed;
    right: 0;
}

header .onda_agua {
    top: -77px;
    right: -69px;
    position: fixed;
}




header .conta > .item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 20px;
}

header .conta > .item > i,
header .conta > .item > span {
	color: #01a0e8;
	opacity: 1;
	transition: all .3s;
	cursor: pointer;
}

header .conta > .item > i {
	padding-right: 10px;
	font-size: 22px;
}

header .conta > .item > span {

    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;

}

header .conta > .item .popup-header {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: ;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
    background-color: 
#fff;
padding: 30px;
border-radius: 5px;
box-shadow: 0 4px 44px
    rgb(0, 0, 0);
    width: 300px;
    z-index: 2;
    transform: translate(-50%, -50%);
}

header .conta > .item .popup-header::before {
display:none;
}

header .conta > .item .popup-header .tit {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

header .conta > .item .popup-header .botao {
    color: 
#fff;
background-color:
    #01a0e8;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
}

header .conta > .item .popup-header .botao:hover {
	background-color: #004e71;
}

header .conta > .item:nth-child(n+3) {
	margin-left: 45px;
}

header .conta > .item:hover > i,
header .conta > .item:hover > span,
header .conta > .item.aberto > i,
header .conta > .item.aberto > span {
	opacity: .5;
}

header .conta > .item.aberto .popup-header {
    opacity: 1;
    pointer-events: all;
}



.btn {
    color: 
#fff;
background-color:
    #01a0e8;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
}

.btn:hover {
	background-color: #004e71;
}











#login form input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid 
#d5d5d5;
border-radius: 50px;
background: none;
color:
    #01a0e8;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    font-size: 11px;
}

#login form input::-webkit-input-placeholder {
	color: rgba(122, 62, 26, 0.5);
}

#login form input:-moz-placeholder {
	color: rgba(122, 62, 26, 0.5);
}

#login form input::-moz-placeholder {
	color: rgba(122, 62, 26, 0.5);
}

#login form input:-ms-input-placeholder {
	color: rgba(122, 62, 26, 0.5);
}

#login #form-registo {
	display: none;
}

#login .ou {
	display: block;
	font-size: 14px;
	width: 100%;
	margin: 15px 0;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

#login .fb {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 20px;
	background-color: #3b5998;
	height: 40px;
	border-radius: 50px;
}

#login .fb i,
#login .fb span {
	color: #fff;
}

#login .fb i {
    font-size: 20px;
}

#login .fb span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
}

#login .fb:hover {
	background-color: #fff;
}

#login .fb:hover i,
#login .fb:hover span {
	color: #3b5998;
}

 .fb {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 20px;
	background-color: #3b5998;
	height: 40px;
	border-radius: 50px;
}

 .fb i,
 .fb span {
	color: #fff;
}

 .fb i {
    font-size: 20px;
}

 .fb span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
}

.fb:hover {
	background-color: #fff;
}

.fb:hover i,
.fb:hover span {
	color: #3b5998;
}











#login .form-toggler {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: 
    #01a0e8;
    padding: 0 20px;
    line-height: 1.3;
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
    margin-top: 20px;
    font-size: 11px;
}

#login .form-toggler:hover {
	opacity: .7;
}

.produtos-carrinho .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.produtos-carrinho .item .miniatura {
    width: 40%;
    padding-bottom: 40%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.produtos-carrinho .item .info {
	width: 57%;
}

.produtos-carrinho .item .info .nome {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 600;
}

.produtos-carrinho .item .info .precos span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}

.produtos-carrinho .item .info .precos span label {
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .7em;
}

.produtos-carrinho .item .info .precos span.small {
	font-size: 13px;
	margin-top: 7px;
}

.produtos-carrinho .item:nth-child(n+2) {
	padding-top: 20px;
	border-top: 1px solid #d5d5d5;
	margin-top: 20px;
}

@media (max-width: 375.98px) {
	header main .onda {
		left: -400px !important;
	}
}

@media (max-width: 575.98px) {
	
	
h2 {

    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px;

}
	
	
	header {
		padding-top: 10px;
	}
	header main {
		justify-content: space-between;
	}
	header main .menu-opener span {
		font-size: 8px;
	}
header main .menu-opener i {

    font-size: 40px;

}
	header main .logo img {
		height: 70px;
	}
	header main .idiomas ul {
		left: auto;
		right: 0;
	}
	header main .onda {
		top: -115px;
		left: -278px;
	}
header .conta {
    top: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
    right: auto;
    left: 0;
    padding-right: 41px;
    border-radius: 0;
    background: #01a0e8;
    display: block;
    z-index: 999999;
    position: fixed;
}
header .conta > .item > i, header .conta > .item > span {

    color: 

    #fff;
    opacity: 1;
    transition: all .3s;
    cursor: pointer;

}
header .onda_agua {
    top: auto;
    left: -20%;
    position: fixed;
    bottom: -79px;
    transform: rotate(180deg);
    width: 150%;
}
	header .conta .onda {
		top: -90px;
		z-index: -1;
	}
header .conta > .item {

    position: relative;
    display: inline-table;

}
	header .conta > .item > i {
		padding-right: 7px;
		font-size: 18px;
	}
	header .conta > .item > span {
		font-size: 11px;
	}

	header .conta > .item .popup-header::before {
		display: none;
	}
	header .conta > .item:nth-child(n+3) {
		margin-left: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header main {
		justify-content: center;
	}
	header main .onda {
		left: -168px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .conta {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	header .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media (max-width: 991.98px) {
	header .container {
		align-items: center;
	}
	header main {
		align-items: center;
	}
	header main .idiomas {
		margin-left: 30px;
	}
header main .contactos-header {
    display: ;
}
}

.menu {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    z-index: 5;
}







.menu .menu-closer {
    position: relative;
    top: 20px;
    left: 50%;
    display: none;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: 
#fff;
background-color:
    #01a0e8;
    margin-left: ;
    cursor: pointer;
    opacity: 1;
    transition: all .3s;
    border-radius: 100%;
    font-size: 16px;
    transform: translateX(-50%);
    margin-bottom: 50px;
}

.menu .menu-closer:hover {
	background-color: #fff;
	color: #01a0e8;
}

.menu .logo-menu {
	display: block;
	margin: 0 auto 50px auto;
}

.menu ul {
    display: block;
    width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.menu ul li {
    display: block;

}

.menu ul li a {
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: 
    #fff;
    text-align: center;
    font-size: 22px;
}

.menu ul li a:hover,
.menu ul li a.ativo {
	color: rgba(255, 255, 255, 0.7);
}

.menu ul li:nth-child(n+2) {
	margin-top: 10px;
}

.menu.aberto {
	left: 0;
}



.menu.aberto .water-filling {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  
}
@keyframes cssAnimation {
  to   { opacity: 1; }
}
.menu.aberto .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background: #01a0e8;
}
.menu.aberto .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}
.menu.aberto .water_wave_back {
  right: 0;
  fill: #C7EEFF;
  -webkit-animation: wave-back 1.4s infinite linear;
          animation: wave-back 1.4s infinite linear;
}
.menu.aberto .water_wave_front {
  left: 0;
  fill: #01a0e8;
  margin-bottom: -1px;
  -webkit-animation: wave-front .7s infinite linear;
          animation: wave-front .7s infinite linear;
}

@-webkit-keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

































.menu.aberto .menu-closer {
	display: block;
}

.menu-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: 
    rgba(0, 0, 0, 0.85);
    z-index: 4;
}

 
.home-banner {
    height: 1250px;
    display: block;
    align-items: ;
    position: relative;
    background-image: url("../img/fundo.jpg");
    background-position: left top;
    background-attachment: ;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-bottom: -30px;
}


@media (max-width: 768px) {



.home-banner {
    height: 900px;
    display: block;
    align-items: ;
    position: relative;
    background-image: url("../img/fundo.jpg");
    background-position: left top;
    background-attachment: ;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-bottom: 62px;
}
}

.home-banner .container {

    position: relative;
    padding-top: 200px;

}

.home-banner .slideshow {

    position: absolute;
    right: 0;
    bottom: 35%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 50%;
    height: 80vh;
    z-index: 0;

}

.home-banner .slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-banner .onda {

    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;

}

.search .subtit, .search .tit {

    color: 

    #fff;
    text-transform: uppercase;
    max-width: ;

}

.search .subtit {

    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    text-shadow: 2px 1px 1px 

    rgba(0, 0, 0, 0.75);

}

.search .tit {

    font-weight: 700;
    line-height: 1.1;
    font-size: 70px;
    margin-bottom: 20px;
    text-shadow: ;

}

.search form {

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: 

    #fff;
    padding: 5px;
    border-radius: 50px;

}

.search form input {
	flex-grow: 1;
	background: none;
	line-height: 50px;
	height: 50px;
	border: 0;
	border-radius: 0;
	padding: 0 15px;
	margin-right: 5px;
	color: #01a0e8;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.search form input::-webkit-input-placeholder {
	color: #01a0e8;
}

.search form input:-moz-placeholder {
	color: #01a0e8;
}

.search form input::-moz-placeholder {
	color: #01a0e8;
}

.search form input:-ms-input-placeholder {
	color: #01a0e8;
}

.search form button {
	background: none;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.search form button i {

    display: block;
    width: 70px;
    line-height: 50px;
    text-align: center;
    color: 

#fff;

background-color:

    #01a0e8;
    font-size: 20px;
    border-radius: 50px;

}
.search form button:hover i {
	background-color: ##01a0e8;;
}

@media (max-width: 575.98px) {
	.search .subtit {
		font-size: 14px;
	}
.search .tit {
    font-size: 43px;
    text-align: center;
    top: -163px;
    position: relative;
}
}


.cat_mobile
{
	display:none;
}
.cat_pc
{
	display:block;
}




@media (max-width: 768px) {
.cat_mobile
{
	display:block;
}
.cat_pc
{
	display:none;
}
}


@media (max-width: 767.98px) {

.search form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #fff;
    padding: 5px;
    border-radius: 0;
    position: fixed;
    bottom: 60px;
    z-index: 9;
    width: 100%;
    left: 0;
}
	
.home-banner {
    height: 750px;
    display: block;
    align-items: ;
    position: relative;
    background-image: url("../img/fundo.jpg");
    background-position: left top;
    background-attachment: ;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-bottom: 294px;
    padding-top: 100px;
}
	.home-banner .container {
		position: static;
		padding-bottom: 75px;
	}
	.home-banner::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background-color: #fff;
	}
	.home-banner .slideshow {
		position: absolute;
		right: 20px;
		bottom: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		left: 20px;
		width: auto;
		height: 250px;
		z-index: 2;
	}
.home-banner .onda {
    bottom: 0;
}
}

@media (min-width: 768px) {
.home-banner .search {

    width: 50%;
    text-align: center;
    right: 0;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    position: relative;

}
}

.content-destaques {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

/***************************************************************
** Tabs Menu */
.tabs-menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tabs-menu .item {
	background-color: #d5d5d5;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	width: 10.42857%;
	margin-left: 1%;
	margin-top: 1%;
}

.tabs-menu .item:nth-child(8n+1) {
	margin-left: 0;
}

.tabs-menu .item:nth-child(-n+8) {
	margin-top: 0;
}

.tabs-menu .item::after {
	content: '';
	position: absolute;
	top: 80%;
	right: 50%;
	-webkit-transform: translateX(50%) rotate(45deg);
	-moz-transform: translateX(50%) rotate(45deg);
	-ms-transform: translateX(50%) rotate(45deg);
	-o-transform: translateX(50%) rotate(45deg);
	transform: translateX(50%) rotate(45deg);
	border-bottom: 15px solid #01a0e8;
	border-left: 15px solid transparent;
	transition: all .3s;
	opacity: 0;
}

.tabs-menu .item:hover {
	background-color: #01a0e8;
}

.tabs-menu .item.ativo {
	background-color: #01a0e8;
}

.tabs-menu .item.ativo::after {
	top: 85%;
	opacity: 1;
}

.tabs-menu .flaticon-wine::before {
	padding-left: 32%;
}

@media (min-width: 576px) {
	.tabs-menu .item {
		font-size: 40px;
		line-height: 72px;
	}
}

@media (min-width: 768px) {
.tabs-menu .item {

    font-size: 35px;
    line-height: 84px;

}
	.tabs-menu .item.ativo::after {
		top: 90%;
	}
}

@media (min-width: 992px) {
	.tabs-menu .item {
		font-size: 75px;
		line-height: 130px;
	}
	.tabs-menu .item.ativo::after {
		top: 92.5%;
	}
}

@media (min-width: 1200px) {
.tabs-menu .item {

    font-size: 35px;
    line-height: 84px;

}
.tabs-menu .item.ativo::after {
    top: 90%;
}
	.tabs-menu .flaticon-wine::before {
		padding-left: 20%;
	}
}

/***************************************************************
** Tabs Contents */
.tabs-contents {
	padding-top: 50px;
}

.tabs-contents .carrossel-produtos {
	display: none;
}

.carrossel-produtos {
	position: relative;
	z-index: 0;
}

.carrossel-produtos h2 {
	text-align: center;
}

.carrossel-produtos .owl-carousel {
	position: relative;
	padding: 0 35px;
}

.carrossel-produtos .owl-carousel .owl-stage-outer {
	padding-bottom: 60px;
}

.carrossel-produtos .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	height: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.carrossel-produtos .owl-carousel .owl-nav button {
	cursor: pointer;
}

.carrossel-produtos .owl-carousel .owl-nav button i {

    display: block;
    font-size: 24px;
    color: 

    #fff;

}
.carrossel-produtos .owl-carousel .owl-nav button:hover i {
	color: #01a0e8;
}

.carrossel-produtos .owl-carousel .owl-nav button.disabled {
	opacity: .5;
	pointer-events: none;
}



.carrossel-produtos .owl-carousel2 {
	position: relative;
	padding: 0 35px;
}

.carrossel-produtos .owl-carousel2 .owl-stage-outer {
	padding-bottom: 60px;
}

.carrossel-produtos .owl-carousel2 .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	height: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.carrossel-produtos .owl-carousel2 .owl-nav button {
	cursor: pointer;
}

.carrossel-produtos .owl-carousel2 .owl-nav button i {
	display: block;
	font-size: 24px;
	color: #d5d5d5;
}

.carrossel-produtos .owl-carousel2 .owl-nav button:hover i {
	color: #01a0e8;
}

.carrossel-produtos .owl-carousel2 .owl-nav button.disabled {
	opacity: .5;
	pointer-events: none;
}













.carrossel-produtos .item {

    display: block;
    position: relative;
    padding: 20px;
    border-radius: 5px;

}

.carrossel-produtos .item .miniatura {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: 
    #FFF;
    border-radius: 100%;
}

.carrossel-produtos .item .nome {

    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: 

    #FFF;

}
.carrossel-produtos .item .precos {
    display: block;
    color: 
    #FFF;
    text-align: center;
}

.promo {
    padding: 5px;
        padding-top: 5px;
    border-radius: 100%;
    background: 
#01a0e8;
color:
#FFF;
font-size: 20px;
position: absolute;
border: 2px solid
    #fff;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 24px;
}


.carrossel-produtos .item .precos span {

	font-size: 20px;
	font-weight: 700;
}

.carrossel-produtos .item .precos span label {
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .7em;
}

.carrossel-produtos .item .precos span.small {
	margin-left: 15px;
	font-size: 14px;
}

.carrossel-produtos .item .ver {
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	padding: 5px;
	overflow: hidden;
	transition: all .3s;
}

.carrossel-produtos .item .ver span {

    display: none;
    width: 100%;
    line-height: 0px;
    height: 0;
    color: 

#fff;

background-color:

    #164155;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    transition: all .3s;
    border-radius: 50px;
    font-size: 11px;

}

.carrossel-produtos .item:hover .ver {
	bottom: -56px;
}

.carrossel-produtos .item:hover .ver span {
	line-height: 50px;
	height: 50px;
	display:block;
}

@media (max-width: 575.98px) {
	.carrossel-produtos .owl-carousel {
		padding: 0 15px;
	}
	.carrossel-produtos .owl-carousel .owl-nav {
		left: -10px;
		right: -10px;
		width: auto;
	}
	
	.carrossel-produtos .owl-carousel2 {
		padding: 0 15px;
	}
	.carrossel-produtos .owl-carousel2 .owl-nav {
		left: -10px;
		right: -10px;
		width: auto;
	}
	
	.carrossel-produtos .item .nome {
		font-size: 13px;
	}
	.carrossel-produtos .item .precos {
		flex-direction: column;
		align-items: center;
	}
	.carrossel-produtos .item .precos span {
		font-size: 14px;
	}
	.carrossel-produtos .item .precos span.small {
		margin-left: 0;
		margin-top: 10px;
		font-size: 12px;
	}
}

.content-promocoes {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
        padding-bottom: 150px;
    margin-top: -50px;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.content-promocoes::before {
    content: '';
    position: absolute;
    top: 152px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: 
    #efefef;
    z-index: 0;
}

.content-promocoes .onda {
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	display: block;
	z-index: 0;
	pointer-events: none;
}

.content-promocoes .container {
	position: relative;
	z-index: 0;
	padding-top: 50px;
}



.caixa_texto {

    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid 

#d5d5d5;

border-radius: 5px;

background: #FFF;

color:

    #01a0e8;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    font-size: 11px;

}

.produtos_list .item {

    background-color: 

#fff;

display: block;

position: relative;

padding: 20px;

    border-radius: 5px;
    width: 32%;
    display: inline-table;
    margin-bottom: 58px;
    margin-right: 1%; 

}

@media (max-width: 768px) {


.produtos_list .item {

    background-color: 

#fff;

display: block;

position: relative;

padding: 20px;

    border-radius: 5px;
    width: 48%;
    display: inline-table;
    margin-bottom: 58px;
    margin-right: 1%;

}










}
.produtos_list .item .miniatura {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.produtos_list .item .nome {
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.produtos_list .item .precos {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.produtos_list .item .precos span {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	font-weight: 700;
}

.produtos_list .item .precos span label {
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .7em;
}

.produtos_list .item .precos span.small {
	margin-left: 15px;
	font-size: 14px;
}

.produtos_list .item .ver {
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	padding: 5px;
	overflow: hidden;
	transition: all .3s;
}

.produtos_list .item .ver span {

    display: none;
    width: 100%;
    line-height: 0px;
    height: 0;
    color: 

#fff;

background-color:

    #164155;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    transition: all .3s;
    border-radius: 50px;
    font-size: 11px;

}









.produtos_list .item:hover .ver {
	bottom: -56px;
}

.produtos_list .item:hover .ver span {
	line-height: 50px;
	height: 50px;
	display:block;
}

@media (max-width: 575.98px) {
	.produtos_list .owl-carousel {
		padding: 0 15px;
	}
	.produtos_list .owl-carousel .owl-nav {
		left: -10px;
		right: -10px;
		width: auto;
	}
	.produtos_list .owl-carousel2 {
		padding: 0 15px;
	}
	.produtos_list .owl-carousel2 .owl-nav {
		left: -10px;
		right: -10px;
		width: auto;
	}
	
	
	.produtos_list .item .nome {
		font-size: 13px;
	}
	.produtos_list .item .precos {
		flex-direction: column;
		align-items: center;
	}
	.produtos_list .item .precos span {
		font-size: 14px;
	}
	.produtos_list .item .precos span.small {
		margin-left: 0;
		margin-top: 10px;
		font-size: 12px;
	}
	
	.promo {
    padding: 5px;
        padding-top: 5px;
    padding-top: 5px;
    border-radius: 100%;
    background: 
#01a0e8;
color:
#FFF;
font-size: 13px;
position: absolute;
border: 2px solid
    #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    padding-top: 19px;
    margin-left: -20px;
    margin-top: -20px;
}
}









footer {

    position: relative;
    background-image: url(../img/ondas/footer.png);
    background-position: top left;
    background-size: cover;

}

footer .onda {
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 248px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	z-index: 0;
	pointer-events: none;
}

footer .container {
	position: relative;
	z-index: 2;
	padding-top: 65px;
	padding-bottom: 85px;
}

footer .container .img-footer {
    position: absolute;
    top: -218px;
    display: block;
    left: -189px;
    height: 500px;
}

footer h5 {
	color: #fff;
}

footer .menu-footer li {
	display: block;
}

footer .menu-footer li a {
    display: block;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: 
    #fff;
    font-size: 11px;
}

footer .menu-footer li a:hover,
footer .menu-footer li a.ativo {
	color: rgba(255, 255, 255, 0.7);
}

footer .menu-footer li:nth-child(n+2) {
	margin-top: 10px;
}

footer .newsletter .input-group {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

footer .newsletter input {
	flex-grow: 1;
	width: 50%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-radius: 5px 0 0 5px;
	border: 0;
	background-color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #01a0e8;
}

footer .newsletter input::-webkit-input-placeholder {
	color: rgba(122, 62, 26, 0.7);
}

footer .newsletter input:-moz-placeholder {
	color: rgba(122, 62, 26, 0.7);
}

footer .newsletter input::-moz-placeholder {
	color: rgba(122, 62, 26, 0.7);
}

footer .newsletter input:-ms-input-placeholder {
	color: rgba(122, 62, 26, 0.7);
}

footer .newsletter button {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
}

footer .newsletter button i {
	font-size: 20px;
	color: #01a0e8;
	background-color: #fff;
	width: 60px;
	min-width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 0 5px 5px 0;
}

footer .newsletter button:hover i {
	color: #fff;
	background-color: #653316;
}

footer .newsletter .disclaimer {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.5;
	font-size: 11px;
	margin-top: 15px;
}

@media (max-width: 767.98px) {
footer .container {
    padding-top: 250px;
}
footer .container .img-footer {
    width: ;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(0%);
    top: 126px;
    left: -86px;
    height: 250px;
}
	footer .colunas .col:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
footer .colunas {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 170px;
}
}


	footer .col {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 2%;
	}
	footer .col:nth-child(4n+1) {
		margin-left: 0;
	}
	footer .col:nth-child(-n+4) {
		margin-top: 0;
	}

@media (max-width: 768px) {
footer .colunas {
   
    padding-top: 170px;
    padding-bottom: 70px;
}
footer .col {
    width: 47.5%;
    margin-left: 2%;
    margin-top: 2%;
    display: inline-table;
}

footer {
    position: relative;
    background-image: url(../img/ondas/footer.png);
    background-position: top center;
    background-size: cover;
    margin-top: -140px;
}

.content {
    padding: 20px 0;
        padding-bottom: 20px;
}


.content-promocoes::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: 
    #efefef;
    z-index: 0;
}

}
.copyright {
    position: relative;
    margin-top: -60px;
    z-index: 9;
}

.copyright .onda {
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 217px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	z-index: 1;
	pointer-events: none;
}

.copyright .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright .texto {

    font-size: 9px;
    font-weight: 600;
    color: 

    #01a0e8;
    line-height: 1.4;
    text-transform: uppercase;

}

.copyright .texto a:hover {
	color: rgba(122, 62, 26, 0.7);
}

@media (max-width: 767.98px) {
	.copyright .texto {
		text-align: center;
	}
	.copyright .metodos-pagamento {
		margin-top: 25px;
	}
	.copyright .metodos-pagamento img {
		display: block;
		margin: 0 auto;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@media (min-width: 768px) {
	.copyright .colunas {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.copyright .metodos-pagamento {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		margin-left: 20px;
	}
	.copyright .metodos-pagamento img:nth-child(n+2) {
		margin-left: 40px;
	}
}

@media (min-width: 992px) {
.copyright .colunas {
    padding-left: 0;
}
}



#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:16px; width:43%; margin-right:5%; text-align:left;}
#nav_col_2_b ul li.col4 { display: inline-block; vertical-align:top; font-size:16px; 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;

}#nav_container_header-bottom2 ul li.col_1 {
    width: 45%;
    text-align: right;
    padding: 4%;
    border: 1px solid 
    #ccc;
}#nav_container_header-bottom2 ul li.col_2 {
    margin-right: 2%;
    border: 1px solid 
    #ccc;
    padding: 4%;
    text-align: left;
    width: 50%;
}

#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: 25%;
    text-align: left;
    margin-right: 2%;
    background: 

    #FFF;
    padding: 1%;

}#nav_livros ul li.colright { width:70%; 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: 2%;
    background: 
    #FFF;
}
#nav_list_livros_open ul li.text {
    width: 37%;
    text-align: left;
    color: 
#3b3b3b;
background:
    #FFF;
    padding: 2%;
}

@media (max-width: 768px) {
	
	

#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:16px; width:100%; margin-right:0%; text-align:left;}
#nav_col_2_b ul li.col4 { display: inline-block; vertical-align:top; font-size:16px; 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-bottom2 ul li.col_1 {
    width: 100%;
    text-align: right;
    padding: 4%;
    border: 1px solid 
    #ccc;
}#nav_container_header-bottom2 ul li.col_2 {
    margin-right: 0%;
    border: 1px solid 
    #ccc;
    padding: 4%;
    text-align: left;
    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: 100%;
    text-align: left;
    margin-right: 0%;
    background: 

    #FFF;
    padding: 1%;

}#nav_livros ul li.colright { width:100%; 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: 100%;
    text-align: left;
    margin-right: 0%;
    background: 
    #FFF;
}
#nav_list_livros_open ul li.text {
    width: 100%;
    text-align: left;
    color: 
#3b3b3b;
background:
    #FFF;
    padding: 2%; MARGIN-TOP:50PX;
}




}

.categoria_simples {

    margin-left: 0;
    padding-bottom: 10px;
    width: 100%;
    COLOR: #01a0e8;
    font-size: 11px;
    font-weight: bold;
    padding: 12px;
    margin-bottom: 5px;
    border: #01a0e8 1px solid;
    border-radius: 5px;
	background:#FFF;

}

.categoria_simples:hover {

    border: #333 1px solid;

}


#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: 

    #01a0e8;
    -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: 11px;
    padding-left: 20px;
    line-height: 25px;
    font-weight: 500;

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


a.subsubcategorias:link {

    text-decoration: none;
    color: 

    #01a0e8;
    -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: 11px;
    padding-left: 30px;
    font-weight: 400;

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



a.categorias:link {
	text-decoration:none;
	color:#01a0e8;
	-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:#01a0e8;
}
a.categorias:hover {
	text-decoration:none;
	color:#333;
}
a.categorias:active {
	text-decoration:none;
	color:#01a0e8;
}

a.categorias_active:link {
	text-decoration:none;
	color:#01a0e8;
	-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_active:visited {
	text-decoration:none;
	color:#01a0e8;
}
a.categorias_active:hover {
	text-decoration:none;
	color:#01a0e8;
}
a.categorias_active:active {
	text-decoration:none;
	color:#01a0e8;
}

